@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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: 1140px;
  }
}
.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%;
  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: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    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-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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-n1 {
  margin: -0.25rem !important;
}

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

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

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
}
.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-n1 {
  margin: -0.25rem !important;
}

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

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

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

.bg-red, #video #play .btn-text .icn, .tribe-events-calendar thead, #calendar .events:nth-child(1) > a, .btn.red, #panel-form .access_adherent input.red.submit, #panel-form form .wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, #tribe-events .red.tribe-events-button, #tribe-events .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-button.tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #tribe-events .tribe-events-button.tribe-events-gmap,
.red.tribe-events-button {
  background: linear-gradient(135deg, rgb(255, 0, 49) 0%, rgb(255, 92, 155) 100%);
  box-shadow: 0 4px 8px rgba(255, 0, 49, 0.4);
}

.bg-orange, #video #play .btn-text .icn:after, #calendar .events:nth-child(4) > a, .btn.orange, #panel-form .access_adherent input.orange.submit, #panel-form form .orange.wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .orange.tribe-events-gmap, #tribe-events .orange.tribe-events-button,
.orange.tribe-events-button {
  background: linear-gradient(135deg, rgb(255, 170, 0) 0%, rgb(255, 92, 92) 100%);
  box-shadow: 0 4px 8px rgba(255, 92, 92, 0.6);
}

.bg-blue, #tribe_events_filters_wrapper input[type=submit],
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a, .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, #calendar .events:nth-child(7) > a, .btn.blue, #panel-form .access_adherent input.submit, #panel-form form .blue.wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .blue.tribe-events-gmap,
.btn.tribe-events-button,
#panel-form form .tribe-events-button.wpcf7-submit,
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-button.tribe-events-gmap, #tribe-events .tribe-events-button,
.blue.tribe-events-button,
.tribe-events-button {
  background: linear-gradient(135deg, rgb(0, 194, 255) 0%, rgb(0, 119, 255) 100%);
  box-shadow: 0 4px 8px rgba(0, 119, 255, 0.33);
}

.bg-green, #calendar .events:nth-child(2) > a, .btn.green, #panel-form .access_adherent input.green.submit, #panel-form form .green.wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .green.tribe-events-gmap, #tribe-events .green.tribe-events-button,
.green.tribe-events-button {
  background: linear-gradient(135deg, rgb(200, 213, 0) 0%, rgb(96, 219, 2) 100%);
  box-shadow: 0 4px 8px rgba(200, 213, 0, 0.6);
}

.bg-purple, #calendar .events:nth-child(3) > a, .btn.purple, #panel-form .access_adherent input.purple.submit, #panel-form form .purple.wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .purple.tribe-events-gmap, #tribe-events .purple.tribe-events-button,
.purple.tribe-events-button {
  background: linear-gradient(135deg, rgb(115, 19, 166) 0%, rgb(173, 83, 137) 100%);
  box-shadow: 0 4px 8px rgba(173, 83, 137, 0.6);
}

.bg-pink, #calendar .events:nth-child(6) > a {
  background: linear-gradient(135deg, rgb(188, 78, 156), rgb(248, 7, 89));
  box-shadow: 0 4px 8px rgba(173, 83, 137, 0.6);
}

.btn, #panel-form .access_adherent input.submit, #panel-form form .wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, #tribe-events .tribe-events-button,
.tribe-events-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  border: none;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
}
.btn.transparent, #panel-form .access_adherent input.transparent.submit, #panel-form form .transparent.wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .transparent.tribe-events-gmap, #tribe-events .transparent.tribe-events-button,
.transparent.tribe-events-button {
  background: rgba(255, 255, 255, 0.15);
}
.btn.grey, #panel-form .access_adherent input.grey.submit, #panel-form form .grey.wpcf7-submit, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .grey.tribe-events-gmap, #tribe-events .grey.tribe-events-button,
.grey.tribe-events-button {
  background-color: #F7F7F7;
  color: #707070;
}
.btn.grey:hover, #panel-form .access_adherent input.grey.submit:hover, #panel-form form .grey.wpcf7-submit:hover, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .grey.tribe-events-gmap:hover, #tribe-events .grey.tribe-events-button:hover,
.grey.tribe-events-button:hover {
  background-color: #FF0031;
  color: white;
}
.btn.grey:hover:after, #panel-form .access_adherent input.grey.submit:hover:after, #panel-form form .grey.wpcf7-submit:hover:after, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .grey.tribe-events-gmap:hover:after, #tribe-events .grey.tribe-events-button:hover:after,
.grey.tribe-events-button:hover:after {
  display: none;
}
.btn:after, #panel-form .access_adherent input.submit:after, #panel-form form .wpcf7-submit:after, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap:after, #tribe-events .tribe-events-button:after,
.tribe-events-button:after {
  content: "";
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.btn:hover:after, #panel-form .access_adherent input.submit:hover:after, #panel-form form .wpcf7-submit:hover:after, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap:hover:after, #tribe-events .tribe-events-button:hover:after,
.tribe-events-button:hover:after {
  opacity: 0.15;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  background-color: #fff;
}

::-moz-selection {
  background: #FF0031;
  color: white;
}

::-moz-selection,
::-webkit-selection,
::selection {
  background: #FF0031;
  color: white;
}

::-moz-placeholder {
  color: #BEBEBE;
}

::placeholder {
  color: #BEBEBE;
}

* {
  outline: none !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.8;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: #4f080c;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

#mobile-navigation {
  position: fixed;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  max-width: 320px;
  background: white;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

h1,
h2,
h3,
h4 {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.4;
}

.title,
h1,
h2 {
  font-family: Arial, sans-serif;
  color: #363636;
  display: block;
  font-size: 7vw;
}
@media (min-width: 992px) {
  .title,
  h1,
  h2 {
    font-size: 3.5vw;
  }
}

hr {
  border-style: solid;
  color: #F7F7F7;
  border-color: #F7F7F7;
  background: #F7F7F7;
}

.caps {
  text-transform: uppercase;
}

span {
  display: inline-block;
}

.link {
  text-transform: uppercase;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  align-items: center;
}
.link > span {
  line-height: 1;
}
.link svg {
  margin-left: 10px;
  transition: all 0.15s ease-in-out;
}
.link svg path {
  fill: #4f080c;
}
.link:hover {
  color: #feb3d4;
}
.link:hover svg {
  transform: translate3d(10px, 0, 0);
}
.link:hover svg path {
  fill: #feb3d4;
}
.link.more {
  text-transform: none;
  color: #363636;
}
.link.more svg path {
  fill: #363636;
}
.link.more:hover {
  color: #004979;
}
.link.more:hover svg path {
  fill: #004979;
}

.coccinet-edit {
  display: flex;
  flex-direction: row;
}

span.edit-link {
  position: fixed;
  left: 15px;
  bottom: 15px;
  max-width: calc(100% - 30px);
}

a.post-edit-link {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #eee;
}
a.post-edit-link .coccinet-edit {
  display: flex;
  flex-direction: row;
}
a.post-edit-link .coccinet-edit > span:first-child {
  padding-right: 5px;
}
a.post-edit-link:hover {
  background-color: #FF0031;
  color: white;
}

span.cat-links {
  display: block;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.entry-content {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .entry-content {
    margin-top: 60px;
  }
}
.entry-content p {
  margin: 30px auto;
}
.entry-content p:first-of-type {
  margin-top: 0;
}
.entry-content ul {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .entry-content ul {
    padding-left: 25px;
  }
}
.entry-content ul li {
  position: relative;
  font-size: 0.875em;
  display: block;
  margin: 15px 0;
  line-height: 1.8;
}
.entry-content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #feb3d4;
}
@media (min-width: 992px) {
  .entry-content ul li:before {
    left: -25px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.wp-block-image {
  width: 100%;
  margin: auto auto 60px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.wp-block-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.coccinet-big-block {
  border-radius: 4px;
}
.coccinet-big-block > a {
  position: relative;
  display: block;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  color: #4f080c;
  border-radius: 4px;
  border-left: 3px solid #4f080c;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.coccinet-big-block > a svg {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.coccinet-big-block > a svg path {
  transition: all 0.15s ease-in-out;
  fill: #4f080c;
}
.coccinet-big-block > a:hover {
  color: #feb3d4;
  border-left-color: #feb3d4;
  background-color: #FFEDF1;
}
.coccinet-big-block > a:hover svg path {
  fill: #feb3d4;
}

.col-lg-7 .coccinet-big-block {
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.col-lg-7 .coccinet-big-block > a {
  box-shadow: none;
}

.coccinet-counter-page {
  margin-top: -70px;
}
@media (min-width: 992px) {
  .coccinet-counter-page {
    margin-top: -100px;
  }
}
.coccinet-counter-page .count {
  text-align: center;
  margin-bottom: 60px;
}
.coccinet-counter-page .count .card-wrapper {
  padding: 40px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: #feb3d4;
  transition: min-height 0.15s ease-in-out;
}
.coccinet-counter-page .count .card-wrapper img[class^=wp-] {
  width: auto !important;
  max-height: 70px;
}
.coccinet-counter-page .count .card-wrapper strong {
  display: block;
  width: 100%;
  font-family: "Poppins";
  font-size: 3em;
  color: #4f080c;
  text-align: center;
  line-height: 1;
  margin-top: 9px;
  padding: 10px 0;
  opacity: 0;
}
.coccinet-counter-page .count .card-wrapper strong.appear {
  opacity: 1;
}
.coccinet-counter-page .count .card-wrapper strong.sm-title {
  position: relative;
  font-size: 1em;
  color: #363636;
  font-weight: bold;
  padding: 20px 0 17px;
}
.coccinet-counter-page .count .card-wrapper strong.sm-title:after, .coccinet-counter-page .count .card-wrapper strong.sm-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background-color: #BEBEBE;
}
.coccinet-counter-page .count .card-wrapper strong.sm-title:after {
  top: 0;
}
.coccinet-counter-page .count .card-wrapper strong.sm-title:before {
  bottom: 0;
}

.pad-sec,
section:not(.content-area) {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .pad-sec,
  section:not(.content-area) {
    padding: 80px 0;
  }
}

article h2,
article h3 {
  font-weight: bold;
  font-size: 2em;
}
article h4 {
  color: #707070;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
article ul {
  margin-bottom: 30px;
}
article .entry-content > *:first-child {
  margin-top: 0;
}
article blockquote {
  padding: 40px;
  margin: 30px 0 0;
  border-radius: 4px;
  background-color: #F7F7F7;
}
article blockquote p {
  margin-top: 0 !important;
}
article blockquote p:last-child {
  margin-bottom: 0;
}
article blockquote cite {
  font-weight: bold;
  font-style: normal;
  font-size: 0.875em;
}

footer.entry-footer {
  position: relative;
  padding: 30px 0;
  font-size: 0.875em;
  z-index: 6;
}

#coccinet-nav,
.navigation.posts-navigation {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
}
#coccinet-nav h2.screen-reader-text,
.navigation.posts-navigation h2.screen-reader-text {
  display: none;
}
#coccinet-nav .nav-links,
.navigation.posts-navigation .nav-links {
  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
  font-weight: bold;
}
#coccinet-nav .nav-links svg,
.navigation.posts-navigation .nav-links svg {
  transition: all 0.15s ease-in-out;
}
#coccinet-nav .nav-links svg path,
.navigation.posts-navigation .nav-links svg path {
  fill: #FF0031;
}
#coccinet-nav .nav-links .nav-previous,
.navigation.posts-navigation .nav-links .nav-previous {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#coccinet-nav .nav-links .nav-previous svg,
.navigation.posts-navigation .nav-links .nav-previous svg {
  margin-right: 10px;
  transform: rotate(180deg);
}
#coccinet-nav .nav-links .nav-previous:hover svg,
.navigation.posts-navigation .nav-links .nav-previous:hover svg {
  transform: translate3d(-10px, 0, 0) rotate(180deg);
}
#coccinet-nav .nav-links .nav-next,
.navigation.posts-navigation .nav-links .nav-next {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#coccinet-nav .nav-links .nav-next svg,
.navigation.posts-navigation .nav-links .nav-next svg {
  margin-left: 10px;
}
#coccinet-nav .nav-links .nav-next:hover svg,
.navigation.posts-navigation .nav-links .nav-next:hover svg {
  transform: translate3d(10px, 0, 0);
}
.center-title {
  height: 145px;
  margin: -75px auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-title .title {
  display: table;
  background: white;
  padding: 0 20px;
  text-align: center;
}

.title-part > .row > .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .title-part > .row > .col-12 {
    flex-direction: row;
  }
}
@media (min-width: 480px) {
  .title-part > .row > .col-12 a {
    margin-left: auto;
  }
}

#bottom-header {
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 0;
}
#bottom-header h3 {
  text-align: center;
  color: #363636;
}
#bottom-header .widget-header:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #bottom-header .widget-header:not(:first-child) {
    margin-top: 0;
  }
}
#bottom-header .bottom-wrapper {
  border: 1px solid #BEBEBE;
  border-left: none;
  border-right: none;
  padding: 15px 0;
  margin-top: 30px;
  min-height: 461px;
}
#bottom-header .bottom-wrapper .thead {
  padding: 11px 0;
}
#bottom-header .bottom-wrapper .thead .tab-title {
  max-width: 50%;
  font-weight: bold;
}
#bottom-header .show-map figure {
  width: 100%;
  max-width: 305px;
  margin: 40px auto;
}
#bottom-header .show-map figure img {
  width: 100%;
  max-width: 305px;
  transition: all 0.15s ease-in-out;
}
#bottom-header .show-map:hover img {
  opacity: 0.8;
}
#bottom-header .office hr:first-of-type {
  display: none;
}
#bottom-header .office .tab-title {
  align-self: flex-start;
}
#bottom-header .office span {
  transition: all 0.15s ease-in-out;
}
#bottom-header .office .company {
  color: #BEBEBE;
  font-size: 0.875em;
  transition: all 0.15s ease-in-out;
}
#bottom-header .office a {
  display: block;
  position: relative;
}
#bottom-header .office a svg {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  transform: translate3d(5px, 0, 0);
  transition: all 0.15s ease-in-out;
}
#bottom-header .office a:hover > span {
  transform: translate3d(-30px, 0, 0);
}
#bottom-header .office a:hover svg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#bottom-header .office a:hover .company {
  color: #FF0031;
}
#bottom-header .maps .bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bottom-header .pdf .bottom-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bottom-header .pdf .bottom-wrapper .btn, #bottom-header .pdf .bottom-wrapper #panel-form .access_adherent input.submit, #panel-form .access_adherent #bottom-header .pdf .bottom-wrapper input.submit, #bottom-header .pdf .bottom-wrapper #panel-form form .wpcf7-submit, #panel-form form #bottom-header .pdf .bottom-wrapper .wpcf7-submit, #bottom-header .pdf .bottom-wrapper .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #bottom-header .pdf .bottom-wrapper .tribe-events-gmap,
#bottom-header .pdf .bottom-wrapper .tribe-events-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 47px;
  min-width: 47px;
  height: 47px;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
#bottom-header .pdf .bottom-wrapper .btn:after, #bottom-header .pdf .bottom-wrapper #panel-form .access_adherent input.submit:after, #panel-form .access_adherent #bottom-header .pdf .bottom-wrapper input.submit:after, #bottom-header .pdf .bottom-wrapper #panel-form form .wpcf7-submit:after, #panel-form form #bottom-header .pdf .bottom-wrapper .wpcf7-submit:after, #bottom-header .pdf .bottom-wrapper .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap:after, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #bottom-header .pdf .bottom-wrapper .tribe-events-gmap:after,
#bottom-header .pdf .bottom-wrapper .tribe-events-button:after {
  border-radius: 50%;
}
#bottom-header .pdf .bottom-wrapper figure {
  position: relative;
  display: block;
  width: 100%;
  max-width: 305px;
  margin: 0 auto;
  perspective: 600px;
  z-index: 0;
}
#bottom-header .pdf .bottom-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
}
#bottom-header .pdf .bottom-wrapper figure img:hover {
  transform: rotate3d(0, 1, 0, -5deg);
}

#pdf-carousel {
  display: block !important;
}
#pdf-carousel .pdf-header-link-carousel {
  float: left;
  position: relative;
}
#pdf-carousel .pdf-header-link-carousel:first-child {
  width: 75%;
}
#pdf-carousel .pdf-header-link-carousel:first-child .btn, #pdf-carousel .pdf-header-link-carousel:first-child #panel-form .access_adherent input.submit, #panel-form .access_adherent #pdf-carousel .pdf-header-link-carousel:first-child input.submit, #pdf-carousel .pdf-header-link-carousel:first-child #panel-form form .wpcf7-submit, #panel-form form #pdf-carousel .pdf-header-link-carousel:first-child .wpcf7-submit, #pdf-carousel .pdf-header-link-carousel:first-child .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #pdf-carousel .pdf-header-link-carousel:first-child .tribe-events-gmap,
#pdf-carousel .pdf-header-link-carousel:first-child .tribe-events-button {
  top: -7px;
  right: -7px;
}
#pdf-carousel .pdf-header-link-carousel:not(:first-child) {
  width: 25%;
  height: auto;
  padding-left: 15px;
  margin-bottom: 15px;
}
#pdf-carousel .pdf-header-link-carousel:not(:first-child) .btn, #pdf-carousel .pdf-header-link-carousel:not(:first-child) #panel-form .access_adherent input.submit, #panel-form .access_adherent #pdf-carousel .pdf-header-link-carousel:not(:first-child) input.submit, #pdf-carousel .pdf-header-link-carousel:not(:first-child) #panel-form form .wpcf7-submit, #panel-form form #pdf-carousel .pdf-header-link-carousel:not(:first-child) .wpcf7-submit, #pdf-carousel .pdf-header-link-carousel:not(:first-child) .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #pdf-carousel .pdf-header-link-carousel:not(:first-child) .tribe-events-gmap,
#pdf-carousel .pdf-header-link-carousel:not(:first-child) .tribe-events-button {
  top: auto;
  bottom: -15px;
  left: 15px;
  right: 0;
  margin: auto;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
#pdf-carousel .pdf-header-link-carousel:not(:first-child) img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.15s ease-in-out;
}
#pdf-carousel .pdf-header-link-carousel:not(:first-child):hover img {
  opacity: 0.5;
  transform: scale(1.05);
}
#pdf-carousel .pdf-header-link-carousel:not(:first-child):hover .btn, #pdf-carousel .pdf-header-link-carousel:not(:first-child):hover #panel-form .access_adherent input.submit, #panel-form .access_adherent #pdf-carousel .pdf-header-link-carousel:not(:first-child):hover input.submit, #pdf-carousel .pdf-header-link-carousel:not(:first-child):hover #panel-form form .wpcf7-submit, #panel-form form #pdf-carousel .pdf-header-link-carousel:not(:first-child):hover .wpcf7-submit, #pdf-carousel .pdf-header-link-carousel:not(:first-child):hover .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #pdf-carousel .pdf-header-link-carousel:not(:first-child):hover .tribe-events-gmap,
#pdf-carousel .pdf-header-link-carousel:not(:first-child):hover .tribe-events-button {
  opacity: 1;
}

.error404 .title {
  color: white;
}
.error404 #banner-all {
  margin-bottom: 60px;
}
.error404 .link {
  width: 100%;
  max-width: 260px;
  margin: auto;
  color: white !important;
  text-transform: uppercase;
}
.error404 .link svg {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
.error404 .link svg path {
  fill: white;
}
.error404 .link:hover svg {
  transform: translate3d(-10px, 0, 0) rotate(180deg);
}
.error404 .link:hover svg path {
  fill: white;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .disabled {
  display: none;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  overflow: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 9;
  background-color: #f8f9ed;
  transition: all 0.15s ease-in-out;
}
#masthead .bg-scroll {
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(29, 29, 31, 0.1);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
}
@supports (backdrop-filter: none) {
  #masthead .bg-scroll {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@supports not (backdrop-filter: none) {
  #masthead .bg-scroll {
    background-color: rgba(255, 255, 255, 0.98);
  }
}
#masthead #main-navigation {
  display: none;
}
@media (min-width: 1250px) {
  #masthead #main-navigation {
    margin-left: auto;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
  }
}
#masthead #main-navigation ul li a {
  padding: 15px 10px;
  position: relative;
}
#masthead #main-navigation ul li a:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  transform: scaleX(0);
  bottom: 0;
  left: 10px;
  height: 1px;
  background: #feb3d4;
  transition: all 0.15s ease-in-out;
  transform-origin: bottom left;
  z-index: 2;
}
#masthead #main-navigation ul li a:hover {
  color: #feb3d4;
}
#masthead #main-navigation ul li a:hover:before {
  transform: scaleX(1);
}
#masthead #main-navigation ul li.coccinet-connexion a {
  color: #feb3d4;
}
#masthead #main-navigation ul li.menu-item-has-children {
  position: relative;
}
#masthead #main-navigation ul li.menu-item-has-children .sub-menu {
  display: none;
  flex-direction: column;
  min-width: 470px;
  padding: 25px 15px;
  position: absolute;
  top: 30px;
  left: -80px;
  font-weight: normal;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 4px;
  z-index: 3;
}
#masthead #main-navigation ul li.menu-item-has-children .sub-menu a {
  position: relative;
  color: rgb(164.5, 164.5, 164.5);
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}
#masthead #main-navigation ul li.menu-item-has-children .sub-menu a:before {
  display: none;
}
#masthead #main-navigation ul li.menu-item-has-children .sub-menu a:hover {
  color: #626262;
  background-color: #eeeeee;
}
#masthead #main-navigation ul li.menu-item-has-children .sub-menu:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  left: 110px;
  background: white;
  transform: rotate(45deg);
}
#masthead #main-navigation ul li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: #004979 !important;
  background-color: rgb(223, 242.305785124, 255) !important;
}
#masthead #main-navigation ul li.menu-item-has-children:hover .sub-menu {
  display: flex;
}
#masthead #main-navigation ul.menu > li.current-menu-item > a {
  position: relative;
  width: 100%;
}
#masthead #main-navigation ul.menu > li.current-menu-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
#masthead #main-navigation .menu-alliance-7-container {
  margin-right: 110px;
}
#masthead #main-navigation ul#menu-alliance-7-list {
  padding-top: 2px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}
#masthead #menu-item-95 ul.sub-menu {
  width: 510px;
}
#masthead .access_adherent {
  display: none;
  position: fixed;
  top: 57px;
  right: 20px;
  background: white;
  padding: 30px;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
#masthead .access_adherent input:not([type=checkbox]) {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #F7F7F7;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
}
#masthead .access_adherent input:not([type=checkbox]):focus {
  border-color: #00C2FF;
  box-shadow: 0 0 0 4px rgba(0, 194, 255, 0.17) inset;
}
#masthead .access_adherent input[type=submit] {
  display: block;
  cursor: pointer;
  border: none;
  background: #00C2FF;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  min-width: 220px;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
}
#masthead .access_adherent input[type=submit]:hover {
  opacity: 0.8;
}
#masthead .access_adherent .forget_pass {
  display: block;
  margin-bottom: 10px;
}
#masthead .access_adherent .stay_connect {
  position: relative;
}
#masthead .access_adherent .stay_connect input[type=checkbox] {
  display: inline-block;
  width: 15px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
}
#masthead .access_adherent .stay_connect > span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
}
#masthead .access_adherent .stay_connect.checked > span {
  color: #00C2FF;
}
#masthead .access_adherent:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  left: calc(50% + 12px);
  background-color: white;
  transform: rotate(45deg);
}
#masthead .menu > .menu-item > a {
  color: #4f080c;
}
#masthead .menu > .menu-item > a:hover {
  color: #feb3d4;
}
#masthead .custom-logo-link {
  display: block;
  padding: 0 15px;
  height: 54px;
  overflow: hidden;
  margin-top: -16px;
}
@media (min-width: 992px) {
  #masthead .custom-logo-link {
    height: 70px;
    margin-top: 0;
    overflow: visible;
  }
}
#masthead .custom-logo-link img.custom-logo {
  display: block;
  height: 70px;
}

#login-toggle,
#panel-toggle {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-out;
}

.login #masthead .access_adherent {
  display: flex;
}
.login #login-toggle {
  z-index: 8;
  pointer-events: auto;
}

#mobile-navigation {
  padding: 40px;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  max-width: 320px;
  background: white;
  z-index: 10;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-out;
}
#mobile-navigation .mobile-nav-wrapper {
  width: 100%;
  height: calc(100vh - 120px);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
#mobile-navigation .mobile-nav-wrapper > div {
  width: 100%;
}
@media (min-width: 992px) {
  #mobile-navigation .mobile-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#mobile-navigation .mobile-nav-wrapper::-webkit-scrollbar {
  display: none;
}
#mobile-navigation a {
  padding: 0;
}

.coccinet-buttons {
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 11;
}
.coccinet-buttons button {
  height: 70px;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .coccinet-buttons button {
    height: auto;
  }
}
.coccinet-buttons button svg > *,
.coccinet-buttons button svg g > * {
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
  stroke: #4f080c;
}
.coccinet-buttons #btn-search:hover circle,
.coccinet-buttons #btn-search:hover line {
  stroke: #feb3d4;
}
.coccinet-buttons #btn-toggle {
  margin-right: 15px;
}
.coccinet-buttons #btn-toggle rect {
  fill: #4f080c;
}
.coccinet-buttons #btn-toggle:hover rect {
  fill: #feb3d4;
}

.open #btn-toggle rect,
.search-open #btn-toggle rect {
  fill: #004979;
}
.open #btn-toggle:hover rect,
.search-open #btn-toggle:hover rect {
  fill: #FF0031;
}
.open #btn-toggle svg,
.search-open #btn-toggle svg {
  height: 25px;
}
.open #btn-toggle svg rect:first-child,
.search-open #btn-toggle svg rect:first-child {
  width: 25px;
  transform: translate(-6px, 9px) rotate(45deg);
  transform-origin: center;
}
.open #btn-toggle svg rect:nth-child(2),
.search-open #btn-toggle svg rect:nth-child(2) {
  opacity: 0;
  transform: translate(30px, 8px);
  transform-origin: center;
}
.open #btn-toggle svg rect:last-child,
.search-open #btn-toggle svg rect:last-child {
  width: 25px;
  transform: translate(5px, 5px) rotate(-45deg);
  transform-origin: center;
}
.open #btn-search circle,
.open #btn-search line,
.search-open #btn-search circle,
.search-open #btn-search line {
  stroke: #004979;
}
.open #btn-search:hover circle,
.open #btn-search:hover line,
.search-open #btn-search:hover circle,
.search-open #btn-search:hover line {
  stroke: #FF0031;
}

.open #mobile-navigation {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in;
}
.open #panel-toggle {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  z-index: 9;
  transition: all 0.3s ease-in;
}

.membership-open #masthead #main-navigation ul li a:before,
.scroll #masthead #main-navigation ul li a:before {
  background: #feb3d4;
}
.membership-open #masthead #main-navigation ul li a:hover,
.scroll #masthead #main-navigation ul li a:hover {
  color: #feb3d4;
}
.membership-open #masthead #main-navigation ul li a:hover:before,
.scroll #masthead #main-navigation ul li a:hover:before {
  transform: scaleX(1);
}
.membership-open #masthead .bg-scroll,
.scroll #masthead .bg-scroll {
  top: 0;
  transform: translate3d(0, 0, 0);
}
.membership-open #masthead .menu-item > a,
.scroll #masthead .menu-item > a {
  color: #feb3d4;
}
.membership-open ul.menu > li.current-menu-item > a:after,
.scroll ul.menu > li.current-menu-item > a:after {
  background: #feb3d4 !important;
}
.membership-open .coccinet-buttons rect,
.scroll .coccinet-buttons rect {
  fill: #4f080c;
}
.membership-open .coccinet-buttons circle,
.membership-open .coccinet-buttons line,
.scroll .coccinet-buttons circle,
.scroll .coccinet-buttons line {
  stroke: #4f080c;
}

#mobile-menu {
  display: block;
}
@media (min-width: 1250px) {
  #mobile-menu {
    display: none;
  }
}

#mobile-menu,
#mobile-menu-2 {
  width: 100%;
}
#mobile-menu .menu-item-has-children > a,
#mobile-menu-2 .menu-item-has-children > a {
  position: relative;
}
#mobile-menu .menu-item-has-children > a:after,
#mobile-menu-2 .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 2px;
  top: 15px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #004979;
  transform: rotate(135deg);
  transition: all 0.15s ease-in-out;
}
#mobile-menu .menu-item-has-children:hover a:after,
#mobile-menu-2 .menu-item-has-children:hover a:after {
  border-color: #FF0031;
}
#mobile-menu a,
#mobile-menu-2 a {
  display: block;
  color: #004979;
  padding: 7px 0;
}
#mobile-menu a:hover,
#mobile-menu-2 a:hover {
  color: #FF0031;
}
#mobile-menu ul.sub-menu,
#mobile-menu-2 ul.sub-menu {
  display: none;
  position: relative;
  margin: 15px 0;
  padding: 15px 30px;
  background-color: #F7F7F7;
  border-radius: 4px;
}
#mobile-menu ul.sub-menu:after,
#mobile-menu-2 ul.sub-menu:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  left: 10px;
  background-color: #F7F7F7;
  transform: rotate(45deg);
}
#mobile-menu ul.sub-menu li,
#mobile-menu-2 ul.sub-menu li {
  position: relative;
  border-bottom: 1px solid #eee;
}
#mobile-menu ul.sub-menu li.current-menu-item a,
#mobile-menu-2 ul.sub-menu li.current-menu-item a {
  color: #00C2FF;
}
#mobile-menu ul.sub-menu li.current-menu-item:before,
#mobile-menu-2 ul.sub-menu li.current-menu-item:before {
  position: absolute;
  content: "•";
  color: #00C2FF;
  left: -15px;
  top: 8px;
}
#mobile-menu .show > a,
#mobile-menu-2 .show > a {
  position: relative;
  color: #FF0031;
}
#mobile-menu .show > a:after,
#mobile-menu-2 .show > a:after {
  transform: rotate(-45deg);
  border-color: #FF0031;
}
#mobile-menu .show ul.sub-menu,
#mobile-menu-2 .show ul.sub-menu {
  display: block;
}

#banner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
#banner h2 {
  color: white;
}
#banner .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#banner .owl-carousel .owl-item > div,
#banner .owl-carousel .owl-item .owl-lazy {
  display: block;
  width: 100vw;
  height: 100vh;
  position: relative;
  background: white center/cover no-repeat;
}
#banner .owl-dots {
  display: none;
}
@media (min-width: 992px) {
  #banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
  }
}
#banner .owl-dots button span {
  display: block;
  background-color: #feb3d4;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 4px rgba(255, 0, 49, 0.5);
  transition: all 0.15s ease-in-out;
}
#banner .owl-dots button span:hover {
  background-color: #4f080c;
  box-shadow: 0 0 8px rgba(255, 0, 49, 0.7);
}
#banner .owl-dots button.active span {
  background-color: #4f080c;
  box-shadow: none;
}
#banner .container {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
@media (min-width: 1600px) {
  #banner .container h2 {
    margin-left: -5px;
  }
}
#banner .container p {
  width: 100%;
  max-width: 470px;
  font-size: 1em;
}
@media (min-width: 992px) {
  #banner .container p {
    font-size: 1.5em;
  }
}
#banner .coccinet-annonce {
  position: absolute;
  color: white;
  font-weight: bold;
  bottom: 0;
  right: 15px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#banner .coccinet-annonce .text {
  display: block;
  margin-right: 10px;
  transition: all 0.15s ease-in-out;
}
#banner .coccinet-annonce .plus-cross {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
}
#banner .coccinet-annonce .plus-cross span {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  display: block;
  background: white;
  border-radius: 10px;
}
#banner .coccinet-annonce .plus-cross span:last-child {
  height: 15px;
  width: 3px;
}
#banner .coccinet-annonce:hover {
  color: #FFEDF1;
}
#banner .coccinet-annonce:hover .text {
  transform: translateX(-10px);
}
#banner .coccinet-annonce:hover .plus-cross {
  transform: rotate(180deg);
}

.single-syndicat #banner-all .entry-meta {
  display: none;
}

#banner-all {
  position: relative;
  color: white;
  background-color: #feb3d4;
  padding-top: 120px;
  padding-bottom: 180px;
  background-size: cover;
  background-position: center;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  #banner-all {
    padding-bottom: 270px;
  }
}
#banner-all:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004979;
  z-index: -1;
}
#banner-all.lazy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #feb3d4;
  transition: all 0.15s ease-in-out;
  transition-duration: 0.6s;
  z-index: 0;
}
#banner-all.loaded {
  opacity: 1;
}
#banner-all.loaded:after {
  opacity: 0.75;
}
#banner-all > * {
  position: relative;
  z-index: 1;
}
#banner-all h1 {
  color: white;
}
#banner-all.no-image {
  opacity: 1;
  padding-bottom: 90px;
}
#banner-all.no-image .bg-top {
  display: none;
}
#banner-all.event a.btn.red.round.pdf, #banner-all.event #panel-form form a.round.pdf.wpcf7-submit, #panel-form form #banner-all.event a.round.pdf.wpcf7-submit, #banner-all.event .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix a.round.pdf.tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #banner-all.event a.round.pdf.tribe-events-gmap,
#banner-all.event a.red.round.pdf.tribe-events-button {
  margin-top: 40px;
}
#banner-all.event a.btn.red.round.pdf span, #banner-all.event #panel-form form a.round.pdf.wpcf7-submit span, #panel-form form #banner-all.event a.round.pdf.wpcf7-submit span, #banner-all.event .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix a.round.pdf.tribe-events-gmap span, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #banner-all.event a.round.pdf.tribe-events-gmap span,
#banner-all.event a.red.round.pdf.tribe-events-button span {
  display: -ms-flex;
  display: flex;
  margin-right: 10px;
}
#banner-all.event a.btn.red.round.pdf svg, #banner-all.event #panel-form form a.round.pdf.wpcf7-submit svg, #panel-form form #banner-all.event a.round.pdf.wpcf7-submit svg, #banner-all.event .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix a.round.pdf.tribe-events-gmap svg, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #banner-all.event a.round.pdf.tribe-events-gmap svg,
#banner-all.event a.red.round.pdf.tribe-events-button svg {
  display: block;
}
@media (min-width: 992px) {
  #banner-all.event a.btn.red.round.pdf, #banner-all.event #panel-form form a.round.pdf.wpcf7-submit, #panel-form form #banner-all.event a.round.pdf.wpcf7-submit, #banner-all.event .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix a.round.pdf.tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #banner-all.event a.round.pdf.tribe-events-gmap,
  #banner-all.event a.red.round.pdf.tribe-events-button {
    position: absolute;
    padding: 0;
    right: 15px;
    width: 47px;
    height: 47px;
    min-width: 0;
    border-radius: 50%;
  }
  #banner-all.event a.btn.red.round.pdf:after, #banner-all.event #panel-form form a.round.pdf.wpcf7-submit:after, #panel-form form #banner-all.event a.round.pdf.wpcf7-submit:after, #banner-all.event .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix a.round.pdf.tribe-events-gmap:after, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #banner-all.event a.round.pdf.tribe-events-gmap:after,
  #banner-all.event a.red.round.pdf.tribe-events-button:after {
    border-radius: 50%;
  }
  #banner-all.event a.btn.red.round.pdf span, #banner-all.event #panel-form form a.round.pdf.wpcf7-submit span, #panel-form form #banner-all.event a.round.pdf.wpcf7-submit span, #banner-all.event .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix a.round.pdf.tribe-events-gmap span, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #banner-all.event a.round.pdf.tribe-events-gmap span,
  #banner-all.event a.red.round.pdf.tribe-events-button span {
    display: none;
  }
}
#banner-all .entry-meta {
  opacity: 0.66;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#banner-all .entry-meta svg {
  margin-right: 10px;
}

.search-no-results #banner-all {
  padding-bottom: 120px;
}

.blog #banner-all.has-video,
.page #banner-all.has-video,
.single-expertise #banner-all.has-video {
  padding-bottom: 180px;
}
@media (min-width: 992px) {
  .blog #banner-all,
  .page #banner-all,
  .single-expertise #banner-all {
    padding-bottom: 216px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .blog #banner-all.has-video,
  .page #banner-all.has-video,
  .single-expertise #banner-all.has-video {
    padding-bottom: 270px;
  }
}

.card {
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .card {
    margin-bottom: 0;
  }
}
.card .card-wrapper {
  position: relative;
  padding: 62.5px 40px 40px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid #feb3d4;
  background-color: white;
}
.card .card-wrapper .thumb {
  position: absolute;
  display: block;
  margin: auto;
  top: -62.5px;
  left: 0;
  right: 0;
  width: 125px;
  height: 125px;
  background-color: #4f080c;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
}
.card .card-wrapper .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in-out;
}
.card .card-wrapper .thumb:hover {
  transform: scale(1.08);
}
.card .card-wrapper .thumb:hover img {
  opacity: 0.8;
}
.card .card-wrapper .date {
  font-family: "Poppins";
  color: #363636;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.card .card-wrapper p {
  margin: 20px auto;
  color: #BEBEBE;
}
@media (min-width: 992px) {
  .card .card-wrapper p {
    max-height: 150px;
    overflow: hidden;
  }
}
.card .card-wrapper a:hover {
  color: #feb3d4;
}
.card .card-wrapper.maxify {
  padding-bottom: 72.5px;
}
.card .card-wrapper.maxify .link.more {
  position: absolute;
  bottom: 40px;
}
.card.location {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .card.location {
    margin-bottom: 0;
  }
}
.card.location .card-wrapper {
  padding: 0;
}
.card.location .card-wrapper figure {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
.card.location .card-wrapper figure img {
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.location .card-wrapper .location-content {
  padding: 40px;
}
.card.location .card-wrapper .location-content .location-titles h3 {
  min-height: inherit;
}
.card.location .card-wrapper .location-content .location-titles p {
  text-align: left;
  margin-top: 0;
}
.card.location .card-wrapper .location-content .location-equipment,
.card.location .card-wrapper .location-content .location-price,
.card.location .card-wrapper .location-content .options {
  display: flex;
  flex-direction: row;
}
.card.location .card-wrapper .location-content .location-equipment p,
.card.location .card-wrapper .location-content .location-price p,
.card.location .card-wrapper .location-content .options p {
  margin: 0 0 5px;
}
.card.location .card-wrapper .location-content .location-equipment p.location-price-output, .card.location .card-wrapper .location-content .location-equipment p.options-content,
.card.location .card-wrapper .location-content .location-price p.location-price-output,
.card.location .card-wrapper .location-content .location-price p.options-content,
.card.location .card-wrapper .location-content .options p.location-price-output,
.card.location .card-wrapper .location-content .options p.options-content {
  margin-left: auto;
  font-weight: bold;
}
.card.location .card-wrapper .location-content .border-title {
  margin-bottom: 0;
}
.card.location .card-wrapper .location-content .location-subtitle {
  font-family: "Poppins";
  color: #363636;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.card.location .card-wrapper .location-content .reservation {
  margin-top: 25px;
}

#coccinet-actu .content-part {
  margin-top: 80px;
}
#coccinet-actu .content-part .more {
  text-transform: none;
  color: #363636;
}
#coccinet-actu .content-part .more svg path {
  fill: #363636;
}
#coccinet-actu .content-part .more:hover {
  color: #feb3d4;
}
#coccinet-actu .content-part .more:hover svg path {
  fill: #feb3d4;
}
#coccinet-actu.not-homepage {
  background-color: #F7F7F7;
  margin-top: 60px;
}

div#president {
  font-size: 0.875em;
  position: absolute;
  top: -37.5px;
  left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: white;
}
div#president img {
  opacity: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55);
}
div#president img.loaded {
  opacity: 1;
}
div#president span {
  margin-left: 10px;
  margin-top: -35px;
  opacity: 0.66;
}

#coccinet-article-image {
  position: relative;
  height: 220px;
  z-index: 1;
  margin-top: -140px;
}
@media (min-width: 992px) {
  #coccinet-article-image {
    height: 500px;
    margin-top: -230px;
  }
}
#coccinet-article-image span {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
@media (min-width: 992px) {
  #coccinet-article-image span {
    height: 500px;
  }
}
#coccinet-article-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

#coccinet-blog,
#coccinet-search {
  position: relative;
  margin-top: -70px;
}
@media (min-width: 992px) {
  #coccinet-blog,
  #coccinet-search {
    margin-top: -100px;
  }
}
#coccinet-blog .card,
#coccinet-search .card {
  margin-bottom: 90px;
}

span.cat-links {
  display: block;
  margin-bottom: 10px;
}

#search {
  background: white;
  position: fixed;
  top: -86px;
  left: 0;
  width: 100%;
  height: 71px;
  transition: all 0.15s ease-in-out;
}
#search .screen-reader-text {
  display: none;
}
#search form {
  height: 71px;
  padding: 0 15px;
}
#search form .search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6em;
  font-family: "Poppins";
  font-weight: bold;
  color: #363636;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #F7F7F7;
  padding: 15px 15px 5px;
  line-height: 1;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}
#search form .search-field::-moz-placeholder {
  color: #BEBEBE;
}
#search form .search-field::placeholder {
  color: #BEBEBE;
}
#search form .search-field:focus {
  border-color: #BEBEBE;
}
#search form .search-submit {
  display: none;
}
#search form input[type=search]::-webkit-search-decoration,
#search form input[type=search]::-webkit-search-cancel-button,
#search form input[type=search]::-webkit-search-results-button,
#search form input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.search-results {
  flex-direction: column;
}
.search-results .date {
  display: block;
  height: 50px;
}
.search-results .no-results {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.search-results .btn, .search-results #panel-form .access_adherent input.submit, #panel-form .access_adherent .search-results input.submit, .search-results #panel-form form .wpcf7-submit, #panel-form form .search-results .wpcf7-submit, .search-results .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .search-results .tribe-events-gmap, .search-results #tribe-events .tribe-events-button, #tribe-events .search-results .tribe-events-button,
.search-results .tribe-events-button {
  margin: auto;
}

.search-open #search {
  transform: translate3d(0, 86px, 0);
}

#calendar .sub {
  width: 100%;
  max-width: 600px;
  color: #BEBEBE;
  text-align: center;
  margin: 0 auto 60px;
}
#calendar .coccinet-no-event {
  margin-bottom: 30px;
  width: 100%;
  margin: auto;
  text-align: center;
}
#calendar .no-event-sub-btn {
  margin: 30px auto 0;
}
#calendar .events-main-title {
  color: #363636;
  font-weight: bold;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#calendar .events-main-title > span {
  margin-right: 10px;
}
#calendar .events:nth-child(5) > a {
  background: linear-gradient(135deg, rgb(255, 165, 0), rgb(255, 224, 0));
  box-shadow: 0 4px 8px rgba(255, 165, 0, 0.6);
}
#calendar .events:nth-child(8) > a {
  background: linear-gradient(135deg, rgb(205, 95, 1), rgb(255, 167, 91));
  box-shadow: 0 4px 8px rgba(255, 167, 91, 0.6);
}
#calendar .events:nth-child(9) > a {
  background: linear-gradient(135deg, rgb(248, 87, 166), rgb(255, 88, 88));
  box-shadow: 0 4px 8px rgba(248, 87, 166, 0.33);
}
#calendar .event-link {
  position: relative;
  display: block;
  color: white;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  background-color: black;
}
#calendar .event-link .event-wrapper {
  padding: 30px;
}
#calendar .event-link .event-wrapper .event-details {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calendar .event-link:after {
  content: "";
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
#calendar .event-link:hover {
  transform: translate3d(0, -5px, 0);
}
#calendar .event-link:hover:after {
  opacity: 0.15;
}

div#tribe-events {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  div#tribe-events {
    margin-bottom: 15px;
  }
}

.single-tribe_events article.container {
  max-width: 100%;
  padding: 0;
}
.single-tribe_events article.container > .entry-content {
  margin-top: 0;
}
.single-tribe_events article.container #tribe-events-content {
  padding: 0;
}
.single-tribe_events #banner-all.event {
  padding-bottom: 180px;
}
@media screen and (min-width: 992px) {
  .single-tribe_events #banner-all.event {
    padding-bottom: 360px;
  }
}
.single-tribe_events #banner-all.event .date-and-time {
  margin: 0;
  font-size: 1em;
}
.single-tribe_events #banner-all.event .date-and-time span.event-sub {
  display: inline-block;
}
.single-tribe_events .type-tribe_events.has-post-thumbnail {
  margin-top: -140px;
}
@media screen and (min-width: 992px) {
  .single-tribe_events .type-tribe_events.has-post-thumbnail {
    margin-top: -320px;
  }
}
.single-tribe_events .type-tribe_events.has-post-thumbnail .tribe-events-event-image {
  position: relative;
  margin: 60px 0 0;
  height: 220px;
}
@media screen and (min-width: 992px) {
  .single-tribe_events .type-tribe_events.has-post-thumbnail .tribe-events-event-image {
    height: 500px;
  }
}
.single-tribe_events .type-tribe_events.has-post-thumbnail .tribe-events-event-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.single-tribe_events .type-tribe_events.has-post-thumbnail .tribe-events-event-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.single-tribe_events .type-tribe_events.has-post-thumbnail .tribe-events-content {
  margin-top: 60px;
}
.single-tribe_events .type-tribe_events img {
  border-radius: 4px;
}
.single-tribe_events .tribe-events-abbr {
  text-decoration: none;
}

.tribe-events-sub-nav {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tribe-events-sub-nav li a {
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tribe-events-sub-nav li:first-child a {
  justify-content: flex-start;
}
.tribe-events-sub-nav li:first-child a span {
  margin-left: -20px;
  padding: 5px;
}
.tribe-events-sub-nav li:last-child a {
  justify-content: flex-end;
}
.tribe-events-sub-nav li:last-child a span {
  margin-right: -20px;
  padding: 5px;
}
.tribe-events-sub-nav li::before {
  display: none;
}

.single-tribe_events .entry-content {
  margin-top: 0;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 0.875em;
  font-weight: normal;
  border-radius: 4px;
  margin: 60px 0;
  border: none;
  box-shadow: none;
  color: #363636;
  background: #F7F7F7;
  padding: 25px 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.tribe-events-start-date-label {
  font-size: 0.875em;
  font-family: "Poppins";
  font-weight: normal;
  margin-bottom: 5px;
}

.tribe-venue-url a {
  color: white;
  display: table;
  padding-bottom: 5px;
  border-bottom: 1px dotted white;
}
.tribe-venue-url a:hover {
  opacity: 0.8;
}

.tribe-events-notices {
  display: none;
}

.coccinet-export-events {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .coccinet-export-events {
    position: absolute;
    display: block;
    right: 15px;
    top: 16px;
    width: 100%;
    max-width: 260px;
    margin-top: 0;
  }
}

#tribe-events-content table.tribe-events-calendar {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border: none;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
  font-size: 0.875em;
}
@media (max-width: 768px) {
  #tribe-events .tribe-events-button,
  .tribe-events-button {
    height: auto !important;
    padding: 10px !important;
    font-weight: bold !important;
    font-size: 1em !important;
  }
}

a.tribe-events-ical.tribe-events-button {
  display: none !important;
}

@media (max-width: 768px) {
  .tribe-events-calendar td.mobile-active {
    background-color: #F7F7F7;
  }
}

@media (min-width: 768px) {
  .tribe-events-tooltip {
    display: none !important;
  }
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 1em;
  color: #363636;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #363636;
}

.tribe-events-calendar thead {
  box-shadow: none;
}

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar thead th {
  background-color: transparent;
  border: none;
  font-family: "Poppins";
}

#tribe-bar-form .tribe-bar-filters {
  float: none;
  margin: auto;
}

@media (min-width: 992px) {
  .tribe-bar-disabled {
    display: none;
  }
}
.tribe-bar-disabled {
  float: left;
  position: relative;
  z-index: 3;
}

.post-type-archive-tribe_events .post-0 {
  margin-top: -220px;
}
.post-type-archive-tribe_events #banner-all.no-image {
  padding-bottom: 220px;
}

@media (min-width: 768px) {
  .events-archive .entry-content,
  .events-archive .entry-header {
    width: 100%;
  }
}

.tribe-events-title-bar {
  height: 62px;
  opacity: 0.66;
}

#tribe-events-header {
  position: relative;
  display: table;
  width: auto;
  float: right;
  margin-top: -91px;
  z-index: 2;
  margin-right: 10px;
}

#tribe-events-footer {
  display: none;
}

#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  overflow: visible;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  margin-left: 10px;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li {
  margin-right: 10px;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text],
.tribe-bar-disabled #tribe-bar-form label {
  font-size: 1em;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
  cursor: pointer;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]::-moz-placeholder {
  font-style: normal;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]::placeholder {
  font-style: normal;
}

.tribe-bar-disabled #tribe-bar-form {
  background-color: #F7F7F7;
  padding: 15px;
}

h1.tribe-events-page-title {
  text-align: left;
  color: white;
  padding-bottom: 60px;
  font-size: 1em;
}

#tribe-events-content .tribe-events-calendar tbody {
  background-color: white;
}

#tribe-events-content .tribe-events-calendar td {
  border-color: #F7F7F7;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth {
  transition: all 0.15s ease-in-out;
}

.tribe-events-sub-nav li a {
  height: 100%;
  text-transform: uppercase;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: white;
}
.tribe-events-sub-nav li a:hover {
  opacity: 0.7;
}

#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  border: none;
  box-shadow: none;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: "Poppins";
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  background-color: transparent;
  color: #363636;
  border-bottom: 1px solid #F7F7F7;
  font-family: "Poppins";
}

.tribe-events-event-meta address.tribe-events-address {
  font-style: normal;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin: 0 0 15px;
}

dd.tribe-venue {
  margin-bottom: 0 !important;
}

.tribe-mobile-day {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .tribe-mobile-day {
    padding: 40px;
  }
}
.tribe-mobile-day {
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 60px;
}

#coccinet-add-to-cal {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #coccinet-add-to-cal {
    flex-direction: row;
  }
}
#coccinet-add-to-cal > a {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #coccinet-add-to-cal > a {
    margin-top: 0;
    margin-right: 15px;
  }
}

.coccinet.no-event-image {
  margin-top: -150px;
}
@media screen and (min-width: 992px) {
  .coccinet.no-event-image {
    margin-top: -320px;
  }
}

.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
  background: white;
  color: #363636;
  padding: 0;
  font-size: 0.875em;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix h2 {
  color: #363636;
  border-color: #363636;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap {
  font-size: 1em;
  margin-top: 30px;
}

.tribe-events-meta-group.tribe-events-meta-group-venue {
  padding: 0;
}

.single-tribe_events .secondary .tribe-events-venue-map {
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-tribe_events .secondary .tribe-events-venue-map {
    margin-top: 0;
    width: 62%;
  }
}

.single-tribe_events .tribe-events-venue-map {
  margin-right: 0;
}

#tribe-events-content .tribe-events-calendar .mobile-active:hover,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] {
  background-color: #f7f7f7;
  border-bottom: none !important;
  color: #FF0031;
}

.tribe-events-calendar .mobile-active.tribe-events-has-events:after,
.tribe-events-calendar .mobile-active.tribe-events-has-events:after,
.tribe-events-calendar .tribe-events-present.tribe-events-has-events:after {
  background-color: #FF0031;
}

#about-alliance {
  position: relative;
  z-index: 3;
}
#about-alliance span.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 275px);
  background-color: #F7F7F7;
  z-index: -1;
}
#about-alliance .intro {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  #about-alliance .intro {
    padding-top: 60px;
  }
}

#video {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 30px 0 0;
  background-color: black;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  #video {
    height: 350px;
  }
}
#video {
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  #video {
    margin-top: 60px;
    height: 450px;
  }
}
#video.content-video {
  margin-top: -140px;
}
@media (min-width: 992px) {
  #video.content-video {
    margin-top: -230px;
  }
}
#video picture {
  position: relative;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: all 0.15s ease-in-out;
  opacity: 1;
  z-index: 1;
}
#video picture .video-cover-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#video:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: black;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
#video #play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#video #play .btn-text {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
#video #play .btn-text .icn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-left: 2px;
}
#video #play .btn-text .icn svg {
  position: relative;
  z-index: 4;
}
#video #play .btn-text .icn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.15s ease-in-out;
}
#video #play .btn-text .text {
  color: white;
  margin-left: 10px;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
#video #play:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  z-index: 2;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
}
#video #play:hover .text {
  color: #FFAA00;
}
#video #play:hover .icn {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
#video #play:hover .icn:after {
  opacity: 1;
  transform: scale(1.1);
}
#video #play:hover:before {
  opacity: 0.2;
}

#yt-video {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  bottom: -100%;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  will-change: transform;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s ease-in-out;
}
#yt-video .video-container {
  width: 1170px;
  height: 300px;
  max-width: 100%;
  max-height: 90%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  #yt-video .video-container {
    height: 660px;
  }
}
#yt-video .video-container #close {
  display: block;
  padding-bottom: 10px;
  position: relative;
  float: right;
}
#yt-video .video-container #close * {
  display: block;
}
#yt-video .video-container #close span:first-child {
  transform: rotate(45deg);
}
#yt-video .video-container #close span:nth-child(2) {
  transform: rotate(-45deg);
}
#yt-video .video-container #close span:not(.text) {
  width: 15px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: -23px;
  background: white;
  transition: all 0.15s ease-in-out;
}
#yt-video .video-container #close .text {
  font-family: "Poppins";
  color: white;
  font-weight: bold;
  margin-left: auto;
  transition: all 0.15s ease-in-out;
}
#yt-video .video-container #close:hover span:not(.text) {
  background: #FF0031;
}
#yt-video .video-container #close:hover .text {
  color: #FF0031;
}
#yt-video .video-container iframe {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 50px, 0);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.video #masthead {
  top: -70px;
}
.video #yt-video {
  transform: translate3d(0, -100%, 0);
}
.video #yt-video iframe {
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 1;
}

.has-other-videos .other-video {
  position: relative;
  z-index: 2;
  height: 200px;
  margin-top: 15px;
  background-size: cover;
  background-color: #fff;
}
@media (min-width: 768px) {
  .has-other-videos .other-video {
    padding-right: 0;
    height: 88px;
  }
}
.has-other-videos .other-video:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: transparent;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.has-other-videos .other-video img {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.has-other-videos .other-video .play {
  display: flex;
  position: absolute;
  width: calc(100% - 30px);
  border-radius: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  left: 15px;
  top: 0;
  z-index: 3;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .has-other-videos .other-video .play {
    width: calc(100% - 15px);
  }
}
.has-other-videos .other-video:hover .play,
.has-other-videos .other-video:hover img {
  transform: translate3d(0, -5px, 0);
}
.has-other-videos .other-video:hover .play {
  opacity: 0;
}

#bottom-header,
#coccinet-sidebar {
  margin-top: 60px;
  font-size: 0.875em;
}
#bottom-header section,
#coccinet-sidebar section {
  padding: 30px;
}
#bottom-header section h2,
#coccinet-sidebar section h2 {
  font-weight: bold;
  font-size: 2em;
}
#bottom-header .widget,
#coccinet-sidebar .widget {
  margin-bottom: 60px;
}
#bottom-header h3,
#bottom-header h4,
#coccinet-sidebar h3,
#coccinet-sidebar h4 {
  margin-bottom: 30px;
}
#bottom-header h4,
#coccinet-sidebar h4 {
  margin-top: 0;
  font-size: 1.14em;
}
#bottom-header .sidebar-link,
#coccinet-sidebar .sidebar-link {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  transition: all 0.15s ease-in-out;
}
#bottom-header .sidebar-link svg,
#coccinet-sidebar .sidebar-link svg {
  margin-right: 10px;
  transition: all 0.15s ease-in-out;
}
#bottom-header .sidebar-link.blue, #bottom-header #panel-form .access_adherent input.sidebar-link.submit, #panel-form .access_adherent #bottom-header input.sidebar-link.submit,
#bottom-header .sidebar-link.tribe-events-button,
#coccinet-sidebar .sidebar-link.blue,
#coccinet-sidebar #panel-form .access_adherent input.sidebar-link.submit,
#panel-form .access_adherent #coccinet-sidebar input.sidebar-link.submit,
#coccinet-sidebar .sidebar-link.tribe-events-button {
  color: #00C2FF;
}
#bottom-header .sidebar-link:hover,
#coccinet-sidebar .sidebar-link:hover {
  opacity: 0.8;
}
#bottom-header .sidebar-link:hover svg,
#coccinet-sidebar .sidebar-link:hover svg {
  transform: translate3d(5px, 0, 0);
}
#bottom-header .thead,
#coccinet-sidebar .thead {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
}
#bottom-header .thead.bold,
#coccinet-sidebar .thead.bold {
  font-weight: bold;
}
#bottom-header .thead .tab-title,
#coccinet-sidebar .thead .tab-title {
  max-width: 70%;
}
#bottom-header .thead .tab-val,
#coccinet-sidebar .thead .tab-val {
  margin-left: auto;
  text-align: right;
}
#bottom-header .thead .tab-val span,
#coccinet-sidebar .thead .tab-val span {
  display: block;
}
#bottom-header .note,
#coccinet-sidebar .note {
  color: #BEBEBE;
  line-height: 1.4;
}
#bottom-header .share,
#coccinet-sidebar .share {
  color: #707070;
  background-color: #F7F7F7;
  padding: 7px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 7px;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#bottom-header #share .sidebar-link:hover,
#coccinet-sidebar #share .sidebar-link:hover {
  opacity: 1;
  background: #feb3d4;
  color: white;
}
#bottom-header #books p,
#coccinet-sidebar #books p {
  color: #BEBEBE;
}
#bottom-header #books > .row,
#coccinet-sidebar #books > .row {
  padding: 7.5px;
}
#bottom-header #books .mini-book,
#coccinet-sidebar #books .mini-book {
  padding: 7.5px;
}
#bottom-header #books .mini-book img,
#coccinet-sidebar #books .mini-book img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in-out;
}
#bottom-header #books .mini-book:hover img,
#coccinet-sidebar #books .mini-book:hover img {
  opacity: 0.8;
  transform: translate3d(0, -5px, 0);
}

@media (min-width: 992px) {
  section#syndicats {
    padding-top: 0;
  }
}
section#syndicats .content-part {
  margin-top: 80px;
}

.single #syndicats {
  margin-top: 50px;
}

.logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .logo {
    margin-bottom: 0;
  }
}
.logo .card-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo .card-wrapper .link {
  width: 100%;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  transition: all 0.15s ease-in-out;
}
.logo .card-wrapper .link img {
  max-width: 230px;
  max-height: 150px;
  transition: all 0.15s ease-in-out;
}
.logo .card-wrapper .link:hover img {
  transform: translate3d(0, -5px, 0) scale(1.05);
}
.logo.col-lg-12 .card-wrapper, .logo.col-lg-8 .card-wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .logo.col-lg-12 .card-wrapper, .logo.col-lg-8 .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .logo.col-lg-8 .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 0 0;
  }
}
@media (min-width: 992px) {
  .logo.col-lg-12 .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 0 0;
  }
}

.category-link {
  position: absolute;
  top: -28px;
  right: 0;
  color: white;
  display: flex;
  opacity: 0.66;
  font-size: 0.875em;
}
.category-link svg {
  margin-right: 10px;
}
.category-link svg path {
  fill: white;
}
.category-link:hover {
  opacity: 1;
}

.no-video .category-link {
  right: 15px;
}

.has-president {
  padding-top: 37.5px;
}

.page-syndicats section#syndicats {
  margin-top: -240px;
}

.is-sector {
  margin-bottom: 160px;
}
@media (min-width: 992px) {
  .is-sector {
    margin-bottom: 180px;
  }
}
.coccinet-expertises {
  position: relative;
}
.coccinet-expertises .data-container {
  opacity: 0;
  margin-top: -140px !important;
}
@media (min-width: 768px) {
  .coccinet-expertises .data-container {
    margin-top: -180px !important;
  }
}
@media (min-width: 992px) {
  .coccinet-expertises .data-container {
    margin-top: -230px !important;
  }
}
.coccinet-expertises .data-container.active {
  opacity: 1;
}
.coccinet-expertises .chef-container {
  padding: 40px;
}
@media (min-width: 992px) {
  .coccinet-expertises .chef-container {
    padding: 40px 0 40px 40px;
  }
}
.coccinet-expertises .chef-container {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: white;
  z-index: 10;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 90px;
}
.coccinet-expertises .chef-infos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .coccinet-expertises .chef-infos {
    border-left: 1px solid #eee;
  }
}
.coccinet-expertises .chef-infos img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.coccinet-expertises .chef-infos .name,
.coccinet-expertises .chef-infos .role {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: auto;
}
.coccinet-expertises .chef-infos .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.coccinet-expertises .chef-infos .role {
  color: #BEBEBE;
  font-size: 0.875em;
}
.coccinet-expertises .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .coccinet-expertises .text {
    margin-top: 0;
  }
}
.coccinet-expertises .text .subtitle {
  font-size: 1em;
}
.coccinet-expertises .text p {
  margin: 0;
}
@media (min-width: 992px) {
  .coccinet-expertises #books-linked {
    margin-top: 10px;
    padding-right: 55px;
  }
}
.coccinet-expertises #books-linked .subtitle {
  display: block;
  font-size: 1em;
  color: #363636;
  margin: 40px 0 10px;
}
@media (min-width: 992px) {
  .coccinet-expertises #books-linked .subtitle {
    margin-top: 10px;
  }
}
.coccinet-expertises #books-linked .books-container a {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .coccinet-expertises #books-linked .books-container a {
    margin-bottom: 0;
  }
}
.coccinet-expertises #books-linked .books-container a img {
  width: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.coccinet-expertises #books-linked .books-container a img:hover {
  opacity: 0.8;
  transform: translate3d(0, -10px, 0);
}
.coccinet-expertises #books-linked .books-container a span {
  display: block;
  margin-top: 10px;
  font-family: "Poppins";
  font-size: 0.875em;
  color: #707070;
}
.coccinet-expertises #books-linked .books-container:last-child a {
  margin-bottom: 0;
}
.coccinet-expertises .card.expertise {
  text-align: center;
  margin-bottom: 120px;
}
.coccinet-expertises .card.expertise .card-wrapper .thumb:hover {
  transform: none;
}
.coccinet-expertises .card.expertise .card-wrapper .thumb:hover img {
  opacity: 1;
}
@media (min-width: 768px) {
  .coccinet-expertises .card.expertise p {
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  .coccinet-expertises .card.expertise p {
    min-height: 75px;
  }
}
.coccinet-expertises .card.expertise a {
  display: block;
}

.type-expertise .card:first-child {
  display: none;
}

.container.expertises {
  position: relative;
}
.container.expertises #coccinet-list-expertise {
  position: absolute;
  width: 100%;
  max-width: 330px;
  z-index: 1;
}
@media (min-width: 768px) {
  .container.expertises #coccinet-list-expertise {
    top: 20px;
    right: 15px;
  }
}
.container.expertises #coccinet-list-expertise > a {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .container.expertises #coccinet-list-expertise > a {
    text-align: right;
  }
}
.container.expertises #coccinet-list-expertise > a span {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container.expertises #coccinet-list-expertise > a span {
    margin-left: auto;
  }
}
.container.expertises #coccinet-list-expertise > a svg {
  width: 30px;
}
.container.expertises #coccinet-list-expertise ul {
  display: none;
  background-color: white;
  padding: 30px 15px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.container.expertises #coccinet-list-expertise ul li {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container.expertises #coccinet-list-expertise ul li a {
  width: 100%;
  color: #BEBEBE;
  padding: 15px;
  border-radius: 4px;
}
.container.expertises #coccinet-list-expertise ul li a:hover {
  color: #FF0031;
  background-color: #FFEDF1;
}
.container.expertises #coccinet-list-expertise:active ul, .container.expertises #coccinet-list-expertise:focus ul, .container.expertises #coccinet-list-expertise:hover ul {
  display: block;
}

.post-475 .card-wrapper,
.post-477 .card-wrapper {
  line-height: 2;
  justify-content: flex-start !important;
}
.post-475 .card-wrapper em,
.post-477 .card-wrapper em {
  font-style: normal;
  font-weight: bold;
  color: #363636;
}
@media (min-width: 1200px) {
  .post-475 .card-wrapper em,
  .post-477 .card-wrapper em {
    height: 32px;
  }
}

@media (min-width: 1200px) {
  .post-475 .card-wrapper em {
    height: auto;
  }
}

.post-477 .data-container {
  margin-top: -70px !important;
}
@media (min-width: 992px) {
  .post-477 .data-container {
    margin-top: -230px !important;
  }
}
.post-477 .data-container {
  display: block !important;
  opacity: 1;
  margin-bottom: 180px;
}
.post-477 .panel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.post-477 .panel .subtitle {
  color: white;
}
.post-477 .panel .text {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  flex: 0 0 100%;
}
.post-477 .big-mb {
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
.post-477 .big-mb > a {
  border: none;
  background: #feb3d4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
.post-477 .big-mb > a:hover {
  color: white;
}
.post-477 .big-mb > a:hover svg path {
  fill: white;
}
.post-477 .big-mb > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #feb3d4;
  transform: rotate(45deg) translate3d(0, 10px, 0);
}
.post-477 .chef-container {
  background-color: #4f080c;
  margin-bottom: 0;
}
.post-477 #pole-economie-des-marches-et-des-filieres {
  margin-bottom: 0;
}

.post-622 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.post-622.coccinet-counter-page .count {
  margin-bottom: 60px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.post-622.coccinet-counter-page .count .card-wrapper {
  min-height: 0 !important;
}
.post-622 .wp-block-image {
  width: calc(100% - 30px);
}

.social {
  margin-top: 80px;
}
.social:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .social {
    margin-top: 0;
  }
}
.social .wrapper {
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .social .wrapper {
    min-height: 500px;
  }
}
.social .wrapper .header {
  margin-top: -70px;
}
.social .wrapper .header span {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 15px;
  border-radius: 50%;
  background-color: #363636;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.social .wrapper .feed {
  max-height: 335px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.social .wrapper .feed::-webkit-scrollbar {
  display: none;
}
.social .wrapper .feed h5 {
  margin-bottom: 5px;
}
.social .wrapper .feed p {
  border-bottom: 1px solid #eee;
}
.social .btn-social {
  display: -ms-flex;
  display: flex;
  border-radius: 4px;
  font-size: 0.875em;
  background-color: #F7F7F7;
  justify-content: center;
  text-transform: uppercase;
  color: #363636;
  font-weight: bold;
  padding: 15px;
  border: 1px solid transparent;
  margin-top: 34px;
  transition: all 0.15s ease-in-out;
}
.social .btn-social svg {
  margin-right: 10px;
}
.social .btn-social svg path {
  transition: all 0.15s ease-in-out;
}
.social.twitter .btn-social:hover {
  background-color: #00C2FF;
}
.social.youtube .feed > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 152px;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #F7F7F7;
  background-size: cover;
  background-position: center;
  transition: all 0.15s ease-in-out;
}
.social.youtube .feed > a:hover {
  opacity: 0.8;
}
.social.youtube .btn-social:hover {
  background-color: #FF0031;
}
.social .btn-social:hover {
  color: white;
}
.social .btn-social:hover svg path {
  fill: white;
}
.social.linkedin .wrapper {
  background-color: #4875B4;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 501px;
  color: white;
}
.social.linkedin .wrapper span.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social.linkedin .wrapper span.text {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  margin-top: 15px;
}
.social.linkedin .wrapper span.text svg {
  margin-right: 10px;
}
.social.linkedin .wrapper span.text svg path {
  fill: white;
}

#book {
  background-color: #feb3d4;
  color: #4f080c;
}
#book .entry-title {
  color: #4f080c;
}
#book .text-book {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#book .text-book p {
  margin-bottom: 30px;
}
#book ul li {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  font-size: 0.875em;
}
#book ul li svg {
  display: block;
  margin-top: 5px;
  margin-right: 10px;
}
#book .btn-action {
  margin-top: 30px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #book .btn-action {
    flex-direction: row;
  }
}
#book .btn-action .btn, #book .btn-action #panel-form .access_adherent input.submit, #panel-form .access_adherent #book .btn-action input.submit, #book .btn-action #panel-form form .wpcf7-submit, #panel-form form #book .btn-action .wpcf7-submit,
#book .btn-action .tribe-events-button, #book .btn-action .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #book .btn-action .tribe-events-gmap {
  width: 100%;
}
@media (min-width: 768px) {
  #book .btn-action .btn, #book .btn-action #panel-form .access_adherent input.submit, #panel-form .access_adherent #book .btn-action input.submit, #book .btn-action #panel-form form .wpcf7-submit, #panel-form form #book .btn-action .wpcf7-submit,
  #book .btn-action .tribe-events-button, #book .btn-action .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #book .btn-action .tribe-events-gmap {
    max-width: 180px;
  }
}
#book .btn-action .btn:not(.red), #book .btn-action #panel-form .access_adherent input.submit:not(.red), #panel-form .access_adherent #book .btn-action input.submit:not(.red), #book .btn-action #panel-form form .wpcf7-submit:not(.red), #panel-form form #book .btn-action .wpcf7-submit:not(.red),
#book .btn-action .tribe-events-button:not(.red), #book .btn-action .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap:not(.red), .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #book .btn-action .tribe-events-gmap:not(.red) {
  background-color: #4f080c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #book .btn-action .btn:not(.red), #book .btn-action #panel-form .access_adherent input.submit:not(.red), #panel-form .access_adherent #book .btn-action input.submit:not(.red), #book .btn-action #panel-form form .wpcf7-submit:not(.red), #panel-form form #book .btn-action .wpcf7-submit:not(.red),
  #book .btn-action .tribe-events-button:not(.red), #book .btn-action .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap:not(.red), .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #book .btn-action .tribe-events-gmap:not(.red) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
#book figure {
  width: 100%;
  margin: 0 auto 20px;
  perspective: 1120px;
}
#book figure a {
  display: block;
  width: 100%;
  max-width: 360px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #book figure a {
    margin-bottom: 0;
  }
}
#book figure a img {
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  width: 100%;
  max-width: 360px;
  height: auto;
  transform-origin: left center;
  transition: all 0.3s ease-in-out;
}
#book figure a:hover img {
  transform: rotateY(-20deg) translate3d(0, 0, 0);
}

#coccinet-footer {
  border-top: 1px solid #F7F7F7;
}
#coccinet-footer #newsletter {
  display: none;
}
#coccinet-footer #newsletter .content {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #coccinet-footer #newsletter .content {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#coccinet-footer #newsletter .content .title {
  white-space: nowrap;
}
#coccinet-footer #newsletter .content .light {
  color: #BEBEBE;
  margin-top: 15px;
}
#coccinet-footer #newsletter .content #newsletter-form > form {
  width: 100%;
  background: white;
  margin-top: 30px;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
#coccinet-footer #newsletter .content #newsletter-form > form > div {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #coccinet-footer #newsletter .content #newsletter-form > form > div {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #coccinet-footer #newsletter .content #newsletter-form > form {
    width: calc(100% + 160px);
    min-width: 610px;
  }
}
#coccinet-footer #newsletter .content #newsletter-form > form .mc4wp-response {
  padding-top: 10px;
}
#coccinet-footer #newsletter .content #newsletter-form > form input[type=email] {
  width: 100%;
  position: relative;
  border-radius: 4px;
  border: 1px solid #BEBEBE;
  color: #707070;
  padding: 13px 15px;
  z-index: 1;
  margin-bottom: 15px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  #coccinet-footer #newsletter .content #newsletter-form > form input[type=email] {
    width: calc(66% - 15px);
    margin-right: 15px;
    flex-direction: row;
    margin-bottom: 0;
  }
}
#coccinet-footer #newsletter .content #newsletter-form > form input[type=email]:placeholder {
  color: #BEBEBE;
}
#coccinet-footer #newsletter .content #newsletter-form > form input[type=email]:focus {
  border-color: #363636;
}
#coccinet-footer #newsletter .content #newsletter-form > form .btn, #coccinet-footer #newsletter .content #newsletter-form > form #panel-form .access_adherent input.submit, #panel-form .access_adherent #coccinet-footer #newsletter .content #newsletter-form > form input.submit, #coccinet-footer #newsletter .content #panel-form #newsletter-form > form .wpcf7-submit, #panel-form #coccinet-footer #newsletter .content #newsletter-form > form .wpcf7-submit,
#coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-button, #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-gmap {
  color: white;
  width: 100%;
  border: none;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  #coccinet-footer #newsletter .content #newsletter-form > form .btn, #coccinet-footer #newsletter .content #newsletter-form > form #panel-form .access_adherent input.submit, #panel-form .access_adherent #coccinet-footer #newsletter .content #newsletter-form > form input.submit, #coccinet-footer #newsletter .content #panel-form #newsletter-form > form .wpcf7-submit, #panel-form #coccinet-footer #newsletter .content #newsletter-form > form .wpcf7-submit,
  #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-button, #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-gmap {
    width: 33%;
  }
}
#coccinet-footer #newsletter .content #newsletter-form > form .btn:hover, #coccinet-footer #newsletter .content #newsletter-form > form #panel-form .access_adherent input.submit:hover, #panel-form .access_adherent #coccinet-footer #newsletter .content #newsletter-form > form input.submit:hover, #coccinet-footer #newsletter .content #panel-form #newsletter-form > form .wpcf7-submit:hover, #panel-form #coccinet-footer #newsletter .content #newsletter-form > form .wpcf7-submit:hover,
#coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-button:hover, #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-gmap:hover, .tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix #coccinet-footer #newsletter .content #newsletter-form > form .tribe-events-gmap:hover {
  opacity: 0.85;
}
#coccinet-footer #newsletter .illustration {
  position: relative;
  z-index: 0;
}
#coccinet-footer #newsletter .illustration picture {
  width: 100%;
}
#coccinet-footer #newsletter .illustration picture img {
  width: 100%;
  border-radius: 4px;
}
#coccinet-footer #footer {
  background-color: #f8f9ed;
  color: #4f080c;
  font-size: 0.875em;
  padding-bottom: 0;
}
#coccinet-footer #footer a {
  color: #4f080c;
  display: table;
  padding-bottom: 5px;
  padding-top: 8px;
  border-bottom: 1px solid transparent;
}
#coccinet-footer #footer a:hover {
  border-color: #feb3d4;
  color: #feb3d4;
}
#coccinet-footer #footer .custom-logo-link {
  width: 160px;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  border-bottom: none !important;
}
#coccinet-footer #footer .custom-logo-link svg {
  max-width: 100%;
  color: #4f080c;
}
#coccinet-footer #footer .infos {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  line-height: 2;
}
#coccinet-footer #footer .infos a {
  padding-top: 0;
}
#coccinet-footer #footer .infos a.network {
  display: block;
  margin-top: 30px;
  margin-right: 7px;
  border: none !important;
}
#coccinet-footer #footer .infos a.network svg {
  height: 20px;
  transition: all 0.15s ease-in-out;
}
#coccinet-footer #footer .infos a.network svg * {
  fill: #4f080c;
}
#coccinet-footer #footer .infos a.network:hover {
  opacity: 0.7;
}
#coccinet-footer #footer .infos svg {
  margin-right: 10px;
}
#coccinet-footer #footer .menu {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #coccinet-footer #footer .menu {
    margin-top: 0;
  }
}
#coccinet-footer #footer .sm-title {
  position: relative;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#coccinet-footer #footer .sm-title svg {
  margin-left: 10px;
}
#coccinet-footer #footer .sm-title svg * {
  fill: #4f080c;
}
#coccinet-footer #footer .sm-title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #4f080c;
  bottom: -20px;
  left: 0;
}
#coccinet-footer .menu ul {
  margin-top: 30px;
}
#coccinet-footer .menu ul li {
  list-style-type: none;
}
#coccinet-footer .menu ul li a {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid transparent;
}
#coccinet-footer .menu ul li a:hover {
  border-color: white;
}
#coccinet-footer #legal-mention {
  padding: 15px;
  margin-top: 80px;
  color: #ffffff;
  text-align: center;
  background-color: #4f080c;
}
#coccinet-footer #legal-mention a {
  display: inline-block;
  color: #ffffff;
}

.menu-site {
  position: relative;
}
@media (min-width: 992px) {
  .menu-site:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 90px);
    background: rgba(255, 255, 255, 0.66);
    left: -60%;
    top: 0;
  }
}

#panel-form {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  top: 100%;
  left: 0;
  background: white;
  z-index: 7;
  display: block;
  padding-top: 60px;
  overflow-y: scroll;
  transition: all 0.15s ease-in-out;
  transition-duration: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#panel-form.no-flex {
  align-items: normal;
  padding-top: 70px;
}
@media (min-width: 768px) {
  #panel-form {
    overflow-y: visible;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-height: 800px) {
  #panel-form {
    display: block;
    padding-top: 60px;
    overflow-y: scroll;
  }
}
#panel-form::-webkit-scrollbar {
  display: none;
}
@media (min-height: 360px) {
  #panel-form.force-flex {
    display: flex !important;
    padding-top: 0 !important;
  }
}
#panel-form > div {
  width: 100%;
  max-width: 730px;
}
@media (max-height: 800px) {
  #panel-form > div {
    margin: auto;
  }
}
#panel-form .form-content {
  padding: 0;
}
#panel-form img {
  display: block;
  max-height: 200px;
  margin: 0 auto 40px;
}
@media (max-height: 800px) {
  #panel-form img {
    display: none !important;
  }
}
#panel-form .main-title {
  display: block;
}
#panel-form .main-title .close {
  display: block;
  position: absolute;
  left: 40px;
  top: -30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #panel-form .main-title .close {
    position: relative;
    margin-left: auto;
    left: 0;
    top: 0;
  }
}
#panel-form .main-title .close span:not(.text) {
  width: 15px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: -23px;
  background: #363636;
  transition: all 0.15s ease-in-out;
}
#panel-form .main-title .close span:first-child {
  transform: rotate(45deg);
}
#panel-form .main-title .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#panel-form .main-title .close .text {
  font-family: "Poppins";
  color: #363636;
  font-weight: bold;
  margin-left: auto;
  transition: all 0.15s ease-in-out;
}
#panel-form .main-title .close:hover span:not(.text) {
  background: #FF0031;
}
#panel-form .main-title .close:hover .text {
  color: #FF0031;
}
@media (min-width: 768px) {
  #panel-form .main-title {
    overflow-y: visible;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#panel-form .main-title h3 {
  color: #363636;
  font-size: 2em;
  width: 100%;
  max-width: 580px;
}
#panel-form .main-title .memberlist-content {
  width: 100%;
  margin-top: 40px;
}
#panel-form #memberlist .main-title {
  margin-bottom: 60px;
}
#panel-form form label > span:first-child {
  font-size: 0.75em;
  margin-bottom: 5px;
  margin-top: 15px;
}
#panel-form form p {
  margin-top: 10px;
}
#panel-form form .notice {
  margin-top: 0 !important;
  opacity: 0.6;
  color: green;
}
@media (min-width: 768px) {
  #panel-form form .notice {
    margin-left: 5px;
    position: absolute;
    white-space: nowrap;
  }
}
#panel-form form .wpcf7-form-control-wrap,
#panel-form form p {
  width: 100%;
}
#panel-form form .wpcf7-form-control-wrap input,
#panel-form form .wpcf7-form-control-wrap select,
#panel-form form p input,
#panel-form form p select {
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  width: 100%;
  max-width: 100%;
}
#panel-form form .wpcf7-form-control-wrap input:focus,
#panel-form form .wpcf7-form-control-wrap select:focus,
#panel-form form p input:focus,
#panel-form form p select:focus {
  border-color: #363636;
}
#panel-form form .wpcf7-form-control-wrap select,
#panel-form form p select {
  padding: 14px 15px;
}
#panel-form form .member-or-not {
  cursor: pointer;
}
#panel-form form .member-or-not span:not(.wpcf7-list-item-label) {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 0;
  align-items: center;
}
#panel-form form .member-or-not span:not(.wpcf7-list-item-label) input {
  width: auto;
  padding: 0 10px 0 0;
}
#panel-form form .member-or-not span:not(.wpcf7-list-item-label):hover {
  opacity: 0.9;
}
#panel-form form .member-or-not span.wpcf7-list-item-label {
  padding-left: 10px;
}
#panel-form form .member-or-not .wpcf7-list-item {
  display: -ms-flex;
  display: flex;
  font-size: 1.5em;
}
#panel-form form .wpcf7-submit {
  cursor: pointer;
  margin: 30px auto !important;
  width: 100%;
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #panel-form form .wpcf7-submit {
    width: 100%;
    max-width: 240px;
  }
}
#panel-form form .wpcf7-submit:hover {
  opacity: 0.8;
}
#panel-form form .ajax-loader {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  margin: auto;
}
#panel-form form span.wpcf7-not-valid-tip {
  color: #FF0031;
  font-size: 0.875em;
  margin-top: 5px;
}
#panel-form .access_adherent input.submit {
  border: none !important;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
#panel-form .access_adherent p.stay_connect [type=checkbox],
#panel-form .access_adherent p.stay_connect span {
  display: none;
}

.membership-open #panel-form {
  top: 70px;
  transform: translate3d(0, 0, 0);
}
.membership-open div.member {
  padding: 15px 15px 0;
}
.membership-open div.member a {
  display: block;
  width: 100%;
  font-family: "Poppins";
  color: #707070;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.membership-open div.member a:not([href="#"]):hover {
  color: #FF0031;
  border-bottom-color: #FF0031;
}

div.wpcf7-response-output {
  margin: 15px 0 0;
  padding: 15px;
  border-radius: 4px;
  background-color: #e2f5e2;
  color: green;
  text-align: center;
  font-size: 0.875em;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #7fb97f;
}

div.wpcf7-aborted,
div.wpcf7-mail-sent-ng {
  border: 1px solid #7fb97f;
}

div.wpcf7-spam-blocked {
  color: #FF0031;
  border: 1px solid #FF0031;
  background-color: #ffebeb;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  color: #FF0031;
  border: 1px solid #FF0031;
  background-color: #ffebeb;
}

figure.wp-block-embed-youtube {
  margin: 0;
  width: 100%;
}
figure.wp-block-embed-youtube iframe {
  width: 100%;
}

.logo-syndicat {
  position: absolute;
  z-index: 3;
  left: 35px;
  bottom: 20px;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
}
.logo-syndicat img {
  max-width: 220px;
  max-height: 30px;
}
@media (min-width: 768px) {
  .logo-syndicat img {
    max-height: 100px;
  }
}

#coccinet-article-image.no-video #president {
  left: 35px;
  height: 150px;
}
#coccinet-article-image.no-video #president span {
  height: auto;
}
#coccinet-article-image.no-video .category-link {
  height: 20px;
  top: 10px;
}
#coccinet-article-image.no-video span.lazy {
  height: 100% !important;
}

.page-template-template-pages-cards .wp-block-coccinet-countup:first-child {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

#logo-carousel-container {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
#logo-carousel-container .owl-stage-outer {
  height: auto;
}
#logo-carousel-container .owl-stage-outer .owl-item {
  height: 200px;
  display: flex;
  padding: 15px;
}
#logo-carousel-container .owl-stage-outer .owl-item .logo-carousel-img {
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in-out;
}
#logo-carousel-container .owl-stage-outer .owl-item .logo-carousel-img:hover {
  transform: translate3d(0, -15px, 0);
}
#logo-carousel-container .owl-stage-outer .owl-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo-carousel-container .owl-stage-outer .owl-item img {
  max-width: 150px;
  max-height: 100px;
}

#cmplz-document tr {
  padding: 5px 0;
  display: block;
  border-top: 1px solid #dadada;
}

#memberlist ul {
  margin: 0 auto;
  overflow: -moz-scrollbars-none;
  overflow: scroll;
  height: calc(100vh - 270px);
  padding-bottom: 90px;
}
#memberlist ul::-webkit-scrollbar {
  display: none;
}
#memberlist .coccinet-list-item {
  padding: 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}

body.chrome-fixfixed-scrolling #mobile-navigation {
  transform: translate3d(100%, 0px, 0px) !important;
}/*# sourceMappingURL=style.css.map */