@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #c81783;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FFA547;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #16093e;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFA547;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #16093e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #c81783;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container, .navbar-cambre .navbar-collapse .navbar-nav {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .navbar-cambre .navbar-collapse .navbar-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .navbar-cambre .navbar-collapse .navbar-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .navbar-cambre .navbar-collapse .navbar-nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .navbar-cambre .navbar-collapse .navbar-nav {
    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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-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: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-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: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-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: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-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: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #FFFFFF;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #bebac9;
}
.table-hover .table-primary:hover {
  background-color: #b1acbe;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b1acbe;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffe6cb;
}
.table-hover .table-warning:hover {
  background-color: #ffdab2;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffdab2;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #FFFFFF;
  background-color: #212529;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control, .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=submit], .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .wpcf7 input[type=text]::-ms-expand, .wpcf7 input[type=search]::-ms-expand, .wpcf7 input[type=url]::-ms-expand, .wpcf7 input[type=tel]::-ms-expand, .wpcf7 input[type=number]::-ms-expand, .wpcf7 input[type=range]::-ms-expand, .wpcf7 input[type=date]::-ms-expand, .wpcf7 input[type=month]::-ms-expand, .wpcf7 input[type=week]::-ms-expand, .wpcf7 input[type=time]::-ms-expand, .wpcf7 input[type=datetime]::-ms-expand, .wpcf7 input[type=datetime-local]::-ms-expand, .wpcf7 input[type=color]::-ms-expand, .wpcf7 input[type=email]::-ms-expand, .wpcf7 input[type=file]::-ms-expand, .wpcf7 input[type=submit]::-ms-expand, .wpcf7 select::-ms-expand, .wpcf7 textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=week]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #3e19ad;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.25);
}
.form-control::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=range]::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 input[type=month]::placeholder, .wpcf7 input[type=week]::placeholder, .wpcf7 input[type=time]::placeholder, .wpcf7 input[type=datetime]::placeholder, .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 input[type=color]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=file]::placeholder, .wpcf7 input[type=submit]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .wpcf7 input[type=text]:disabled, .wpcf7 input[type=search]:disabled, .wpcf7 input[type=url]:disabled, .wpcf7 input[type=tel]:disabled, .wpcf7 input[type=number]:disabled, .wpcf7 input[type=range]:disabled, .wpcf7 input[type=date]:disabled, .wpcf7 input[type=month]:disabled, .wpcf7 input[type=week]:disabled, .wpcf7 input[type=time]:disabled, .wpcf7 input[type=datetime]:disabled, .wpcf7 input[type=datetime-local]:disabled, .wpcf7 input[type=color]:disabled, .wpcf7 input[type=email]:disabled, .wpcf7 input[type=file]:disabled, .wpcf7 input[type=submit]:disabled, .wpcf7 select:disabled, .wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .form-control[readonly], .wpcf7 input[type=text][readonly], .wpcf7 input[type=search][readonly], .wpcf7 input[type=url][readonly], .wpcf7 input[type=tel][readonly], .wpcf7 input[type=number][readonly], .wpcf7 input[type=range][readonly], .wpcf7 input[type=date][readonly], .wpcf7 input[type=month][readonly], .wpcf7 input[type=week][readonly], .wpcf7 input[type=time][readonly], .wpcf7 input[type=datetime][readonly], .wpcf7 input[type=datetime-local][readonly], .wpcf7 input[type=color][readonly], .wpcf7 input[type=email][readonly], .wpcf7 input[type=file][readonly], .wpcf7 input[type=submit][readonly], .wpcf7 select[readonly], .wpcf7 textarea[readonly], .wpcf7 .wpcf7-validation-errors[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]), .wpcf7 select:not([size]):not([multiple]), .wpcf7 select.wpcf7-validation-errors:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, .wpcf7 select:focus::-ms-value, .wpcf7 select.wpcf7-validation-errors:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .wpcf7 .input-group-sm > input.form-control-plaintext[type=text], .wpcf7 .input-group-sm > input.form-control-plaintext[type=search], .wpcf7 .input-group-sm > input.form-control-plaintext[type=url], .wpcf7 .input-group-sm > input.form-control-plaintext[type=tel], .wpcf7 .input-group-sm > input.form-control-plaintext[type=number], .wpcf7 .input-group-sm > input.form-control-plaintext[type=range], .wpcf7 .input-group-sm > input.form-control-plaintext[type=date], .wpcf7 .input-group-sm > input.form-control-plaintext[type=month], .wpcf7 .input-group-sm > input.form-control-plaintext[type=week], .wpcf7 .input-group-sm > input.form-control-plaintext[type=time], .wpcf7 .input-group-sm > input.form-control-plaintext[type=datetime], .wpcf7 .input-group-sm > input.form-control-plaintext[type=datetime-local], .wpcf7 .input-group-sm > input.form-control-plaintext[type=color], .wpcf7 .input-group-sm > input.form-control-plaintext[type=email], .wpcf7 .input-group-sm > input.form-control-plaintext[type=file], .wpcf7 .input-group-sm > input.form-control-plaintext[type=submit], .wpcf7 .input-group-sm > select.form-control-plaintext, .wpcf7 .input-group-sm > textarea.form-control-plaintext, .wpcf7 .input-group-sm > .form-control-plaintext.wpcf7-validation-errors, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .wpcf7 .input-group-sm > .input-group-prepend > input.form-control-plaintext[type=submit], .input-group-sm > .input-group-append > .form-control-plaintext.btn, .wpcf7 .input-group-sm > .input-group-append > input.form-control-plaintext[type=submit], .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .wpcf7 .input-group-lg > input.form-control-plaintext[type=text], .wpcf7 .input-group-lg > input.form-control-plaintext[type=search], .wpcf7 .input-group-lg > input.form-control-plaintext[type=url], .wpcf7 .input-group-lg > input.form-control-plaintext[type=tel], .wpcf7 .input-group-lg > input.form-control-plaintext[type=number], .wpcf7 .input-group-lg > input.form-control-plaintext[type=range], .wpcf7 .input-group-lg > input.form-control-plaintext[type=date], .wpcf7 .input-group-lg > input.form-control-plaintext[type=month], .wpcf7 .input-group-lg > input.form-control-plaintext[type=week], .wpcf7 .input-group-lg > input.form-control-plaintext[type=time], .wpcf7 .input-group-lg > input.form-control-plaintext[type=datetime], .wpcf7 .input-group-lg > input.form-control-plaintext[type=datetime-local], .wpcf7 .input-group-lg > input.form-control-plaintext[type=color], .wpcf7 .input-group-lg > input.form-control-plaintext[type=email], .wpcf7 .input-group-lg > input.form-control-plaintext[type=file], .wpcf7 .input-group-lg > input.form-control-plaintext[type=submit], .wpcf7 .input-group-lg > select.form-control-plaintext, .wpcf7 .input-group-lg > textarea.form-control-plaintext, .wpcf7 .input-group-lg > .form-control-plaintext.wpcf7-validation-errors, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .wpcf7 .input-group-lg > .input-group-prepend > input.form-control-plaintext[type=submit], .input-group-lg > .input-group-append > .form-control-plaintext.btn, .wpcf7 .input-group-lg > .input-group-append > input.form-control-plaintext[type=submit] {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control, .wpcf7 .input-group-sm > input[type=text], .wpcf7 .input-group-sm > input[type=search], .wpcf7 .input-group-sm > input[type=url], .wpcf7 .input-group-sm > input[type=tel], .wpcf7 .input-group-sm > input[type=number], .wpcf7 .input-group-sm > input[type=range], .wpcf7 .input-group-sm > input[type=date], .wpcf7 .input-group-sm > input[type=month], .wpcf7 .input-group-sm > input[type=week], .wpcf7 .input-group-sm > input[type=time], .wpcf7 .input-group-sm > input[type=datetime], .wpcf7 .input-group-sm > input[type=datetime-local], .wpcf7 .input-group-sm > input[type=color], .wpcf7 .input-group-sm > input[type=email], .wpcf7 .input-group-sm > input[type=file], .wpcf7 .input-group-sm > input[type=submit], .wpcf7 .input-group-sm > select, .wpcf7 .input-group-sm > textarea, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .wpcf7 .input-group-sm > .input-group-prepend > input[type=submit], .input-group-sm > .input-group-append > .btn, .wpcf7 .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .wpcf7 .input-group-sm > select:not([size]):not([multiple]), .wpcf7 .input-group-sm > select.wpcf7-validation-errors:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control, .wpcf7 .input-group-lg > input[type=text], .wpcf7 .input-group-lg > input[type=search], .wpcf7 .input-group-lg > input[type=url], .wpcf7 .input-group-lg > input[type=tel], .wpcf7 .input-group-lg > input[type=number], .wpcf7 .input-group-lg > input[type=range], .wpcf7 .input-group-lg > input[type=date], .wpcf7 .input-group-lg > input[type=month], .wpcf7 .input-group-lg > input[type=week], .wpcf7 .input-group-lg > input[type=time], .wpcf7 .input-group-lg > input[type=datetime], .wpcf7 .input-group-lg > input[type=datetime-local], .wpcf7 .input-group-lg > input[type=color], .wpcf7 .input-group-lg > input[type=email], .wpcf7 .input-group-lg > input[type=file], .wpcf7 .input-group-lg > input[type=submit], .wpcf7 .input-group-lg > select, .wpcf7 .input-group-lg > textarea, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .wpcf7 .input-group-lg > .input-group-prepend > input[type=submit], .input-group-lg > .input-group-append > .btn, .wpcf7 .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .wpcf7 .input-group-lg > select:not([size]):not([multiple]), .wpcf7 .input-group-lg > select.wpcf7-validation-errors:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group, .wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid, .was-validated .wpcf7 input[type=search]:valid, .wpcf7 .was-validated input[type=search]:valid, .was-validated .wpcf7 input[type=url]:valid, .wpcf7 .was-validated input[type=url]:valid, .was-validated .wpcf7 input[type=tel]:valid, .wpcf7 .was-validated input[type=tel]:valid, .was-validated .wpcf7 input[type=number]:valid, .wpcf7 .was-validated input[type=number]:valid, .was-validated .wpcf7 input[type=range]:valid, .wpcf7 .was-validated input[type=range]:valid, .was-validated .wpcf7 input[type=date]:valid, .wpcf7 .was-validated input[type=date]:valid, .was-validated .wpcf7 input[type=month]:valid, .wpcf7 .was-validated input[type=month]:valid, .was-validated .wpcf7 input[type=week]:valid, .wpcf7 .was-validated input[type=week]:valid, .was-validated .wpcf7 input[type=time]:valid, .wpcf7 .was-validated input[type=time]:valid, .was-validated .wpcf7 input[type=datetime]:valid, .wpcf7 .was-validated input[type=datetime]:valid, .was-validated .wpcf7 input[type=datetime-local]:valid, .wpcf7 .was-validated input[type=datetime-local]:valid, .was-validated .wpcf7 input[type=color]:valid, .wpcf7 .was-validated input[type=color]:valid, .was-validated .wpcf7 input[type=email]:valid, .wpcf7 .was-validated input[type=email]:valid, .was-validated .wpcf7 input[type=file]:valid, .wpcf7 .was-validated input[type=file]:valid, .was-validated .wpcf7 input[type=submit]:valid, .wpcf7 .was-validated input[type=submit]:valid, .was-validated .wpcf7 select:valid, .wpcf7 .was-validated select:valid, .was-validated .wpcf7 textarea:valid, .wpcf7 .was-validated textarea:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .form-control.is-valid, .wpcf7 input.is-valid[type=text], .wpcf7 input.is-valid[type=search], .wpcf7 input.is-valid[type=url], .wpcf7 input.is-valid[type=tel], .wpcf7 input.is-valid[type=number], .wpcf7 input.is-valid[type=range], .wpcf7 input.is-valid[type=date], .wpcf7 input.is-valid[type=month], .wpcf7 input.is-valid[type=week], .wpcf7 input.is-valid[type=time], .wpcf7 input.is-valid[type=datetime], .wpcf7 input.is-valid[type=datetime-local], .wpcf7 input.is-valid[type=color], .wpcf7 input.is-valid[type=email], .wpcf7 input.is-valid[type=file], .wpcf7 input.is-valid[type=submit], .wpcf7 select.is-valid, .wpcf7 textarea.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus, .was-validated .wpcf7 input[type=search]:valid:focus, .wpcf7 .was-validated input[type=search]:valid:focus, .was-validated .wpcf7 input[type=url]:valid:focus, .wpcf7 .was-validated input[type=url]:valid:focus, .was-validated .wpcf7 input[type=tel]:valid:focus, .wpcf7 .was-validated input[type=tel]:valid:focus, .was-validated .wpcf7 input[type=number]:valid:focus, .wpcf7 .was-validated input[type=number]:valid:focus, .was-validated .wpcf7 input[type=range]:valid:focus, .wpcf7 .was-validated input[type=range]:valid:focus, .was-validated .wpcf7 input[type=date]:valid:focus, .wpcf7 .was-validated input[type=date]:valid:focus, .was-validated .wpcf7 input[type=month]:valid:focus, .wpcf7 .was-validated input[type=month]:valid:focus, .was-validated .wpcf7 input[type=week]:valid:focus, .wpcf7 .was-validated input[type=week]:valid:focus, .was-validated .wpcf7 input[type=time]:valid:focus, .wpcf7 .was-validated input[type=time]:valid:focus, .was-validated .wpcf7 input[type=datetime]:valid:focus, .wpcf7 .was-validated input[type=datetime]:valid:focus, .was-validated .wpcf7 input[type=datetime-local]:valid:focus, .wpcf7 .was-validated input[type=datetime-local]:valid:focus, .was-validated .wpcf7 input[type=color]:valid:focus, .wpcf7 .was-validated input[type=color]:valid:focus, .was-validated .wpcf7 input[type=email]:valid:focus, .wpcf7 .was-validated input[type=email]:valid:focus, .was-validated .wpcf7 input[type=file]:valid:focus, .wpcf7 .was-validated input[type=file]:valid:focus, .was-validated .wpcf7 input[type=submit]:valid:focus, .wpcf7 .was-validated input[type=submit]:valid:focus, .was-validated .wpcf7 select:valid:focus, .wpcf7 .was-validated select:valid:focus, .was-validated .wpcf7 textarea:valid:focus, .wpcf7 .was-validated textarea:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .form-control.is-valid:focus, .wpcf7 input.is-valid[type=text]:focus, .wpcf7 input.is-valid[type=search]:focus, .wpcf7 input.is-valid[type=url]:focus, .wpcf7 input.is-valid[type=tel]:focus, .wpcf7 input.is-valid[type=number]:focus, .wpcf7 input.is-valid[type=range]:focus, .wpcf7 input.is-valid[type=date]:focus, .wpcf7 input.is-valid[type=month]:focus, .wpcf7 input.is-valid[type=week]:focus, .wpcf7 input.is-valid[type=time]:focus, .wpcf7 input.is-valid[type=datetime]:focus, .wpcf7 input.is-valid[type=datetime-local]:focus, .wpcf7 input.is-valid[type=color]:focus, .wpcf7 input.is-valid[type=email]:focus, .wpcf7 input.is-valid[type=file]:focus, .wpcf7 input.is-valid[type=submit]:focus, .wpcf7 select.is-valid:focus, .wpcf7 textarea.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=text]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=text]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=search]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=search]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=url]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=url]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=tel]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=tel]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=number]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=number]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=range]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=range]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=date]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=date]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=month]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=month]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=week]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=week]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=time]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=time]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=datetime]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=datetime]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=datetime-local]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=datetime-local]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=color]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=color]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=email]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=email]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=file]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=file]:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=submit]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=submit]:valid ~ .valid-feedback, .was-validated .wpcf7 select:valid ~ .valid-feedback, .wpcf7 .was-validated select:valid ~ .valid-feedback, .was-validated .wpcf7 textarea:valid ~ .valid-feedback, .wpcf7 .was-validated textarea:valid ~ .valid-feedback, .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-feedback, .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=text]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=text]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=search]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=search]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=url]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=url]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=tel]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=tel]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=number]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=number]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=range]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=range]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=date]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=date]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=month]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=month]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=week]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=week]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=time]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=time]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=datetime]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=datetime]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=datetime-local]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=datetime-local]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=color]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=color]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=email]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=email]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=file]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=file]:valid ~ .valid-tooltip, .was-validated .wpcf7 input[type=submit]:valid ~ .valid-tooltip, .wpcf7 .was-validated input[type=submit]:valid ~ .valid-tooltip, .was-validated .wpcf7 select:valid ~ .valid-tooltip, .wpcf7 .was-validated select:valid ~ .valid-tooltip, .was-validated .wpcf7 textarea:valid ~ .valid-tooltip, .wpcf7 .was-validated textarea:valid ~ .valid-tooltip, .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-tooltip, .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .wpcf7 input.is-valid[type=text] ~ .valid-feedback, .wpcf7 input.is-valid[type=search] ~ .valid-feedback, .wpcf7 input.is-valid[type=url] ~ .valid-feedback, .wpcf7 input.is-valid[type=tel] ~ .valid-feedback, .wpcf7 input.is-valid[type=number] ~ .valid-feedback, .wpcf7 input.is-valid[type=range] ~ .valid-feedback, .wpcf7 input.is-valid[type=date] ~ .valid-feedback, .wpcf7 input.is-valid[type=month] ~ .valid-feedback, .wpcf7 input.is-valid[type=week] ~ .valid-feedback, .wpcf7 input.is-valid[type=time] ~ .valid-feedback, .wpcf7 input.is-valid[type=datetime] ~ .valid-feedback, .wpcf7 input.is-valid[type=datetime-local] ~ .valid-feedback, .wpcf7 input.is-valid[type=color] ~ .valid-feedback, .wpcf7 input.is-valid[type=email] ~ .valid-feedback, .wpcf7 input.is-valid[type=file] ~ .valid-feedback, .wpcf7 input.is-valid[type=submit] ~ .valid-feedback, .wpcf7 select.is-valid ~ .valid-feedback, .wpcf7 textarea.is-valid ~ .valid-feedback, .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .wpcf7 input.is-valid[type=text] ~ .valid-tooltip, .wpcf7 input.is-valid[type=search] ~ .valid-tooltip, .wpcf7 input.is-valid[type=url] ~ .valid-tooltip, .wpcf7 input.is-valid[type=tel] ~ .valid-tooltip, .wpcf7 input.is-valid[type=number] ~ .valid-tooltip, .wpcf7 input.is-valid[type=range] ~ .valid-tooltip, .wpcf7 input.is-valid[type=date] ~ .valid-tooltip, .wpcf7 input.is-valid[type=month] ~ .valid-tooltip, .wpcf7 input.is-valid[type=week] ~ .valid-tooltip, .wpcf7 input.is-valid[type=time] ~ .valid-tooltip, .wpcf7 input.is-valid[type=datetime] ~ .valid-tooltip, .wpcf7 input.is-valid[type=datetime-local] ~ .valid-tooltip, .wpcf7 input.is-valid[type=color] ~ .valid-tooltip, .wpcf7 input.is-valid[type=email] ~ .valid-tooltip, .wpcf7 input.is-valid[type=file] ~ .valid-tooltip, .wpcf7 input.is-valid[type=submit] ~ .valid-tooltip, .wpcf7 select.is-valid ~ .valid-tooltip, .wpcf7 textarea.is-valid ~ .valid-tooltip, .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid, .was-validated .wpcf7 input[type=search]:invalid, .wpcf7 .was-validated input[type=search]:invalid, .was-validated .wpcf7 input[type=url]:invalid, .wpcf7 .was-validated input[type=url]:invalid, .was-validated .wpcf7 input[type=tel]:invalid, .wpcf7 .was-validated input[type=tel]:invalid, .was-validated .wpcf7 input[type=number]:invalid, .wpcf7 .was-validated input[type=number]:invalid, .was-validated .wpcf7 input[type=range]:invalid, .wpcf7 .was-validated input[type=range]:invalid, .was-validated .wpcf7 input[type=date]:invalid, .wpcf7 .was-validated input[type=date]:invalid, .was-validated .wpcf7 input[type=month]:invalid, .wpcf7 .was-validated input[type=month]:invalid, .was-validated .wpcf7 input[type=week]:invalid, .wpcf7 .was-validated input[type=week]:invalid, .was-validated .wpcf7 input[type=time]:invalid, .wpcf7 .was-validated input[type=time]:invalid, .was-validated .wpcf7 input[type=datetime]:invalid, .wpcf7 .was-validated input[type=datetime]:invalid, .was-validated .wpcf7 input[type=datetime-local]:invalid, .wpcf7 .was-validated input[type=datetime-local]:invalid, .was-validated .wpcf7 input[type=color]:invalid, .wpcf7 .was-validated input[type=color]:invalid, .was-validated .wpcf7 input[type=email]:invalid, .wpcf7 .was-validated input[type=email]:invalid, .was-validated .wpcf7 input[type=file]:invalid, .wpcf7 .was-validated input[type=file]:invalid, .was-validated .wpcf7 input[type=submit]:invalid, .wpcf7 .was-validated input[type=submit]:invalid, .was-validated .wpcf7 select:invalid, .wpcf7 .was-validated select:invalid, .was-validated .wpcf7 textarea:invalid, .wpcf7 .was-validated textarea:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .form-control.is-invalid, .wpcf7 input.is-invalid[type=text], .wpcf7 input.is-invalid[type=search], .wpcf7 input.is-invalid[type=url], .wpcf7 input.is-invalid[type=tel], .wpcf7 input.is-invalid[type=number], .wpcf7 input.is-invalid[type=range], .wpcf7 input.is-invalid[type=date], .wpcf7 input.is-invalid[type=month], .wpcf7 input.is-invalid[type=week], .wpcf7 input.is-invalid[type=time], .wpcf7 input.is-invalid[type=datetime], .wpcf7 input.is-invalid[type=datetime-local], .wpcf7 input.is-invalid[type=color], .wpcf7 input.is-invalid[type=email], .wpcf7 input.is-invalid[type=file], .wpcf7 input.is-invalid[type=submit], .wpcf7 select.is-invalid, .wpcf7 textarea.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus, .was-validated .wpcf7 input[type=search]:invalid:focus, .wpcf7 .was-validated input[type=search]:invalid:focus, .was-validated .wpcf7 input[type=url]:invalid:focus, .wpcf7 .was-validated input[type=url]:invalid:focus, .was-validated .wpcf7 input[type=tel]:invalid:focus, .wpcf7 .was-validated input[type=tel]:invalid:focus, .was-validated .wpcf7 input[type=number]:invalid:focus, .wpcf7 .was-validated input[type=number]:invalid:focus, .was-validated .wpcf7 input[type=range]:invalid:focus, .wpcf7 .was-validated input[type=range]:invalid:focus, .was-validated .wpcf7 input[type=date]:invalid:focus, .wpcf7 .was-validated input[type=date]:invalid:focus, .was-validated .wpcf7 input[type=month]:invalid:focus, .wpcf7 .was-validated input[type=month]:invalid:focus, .was-validated .wpcf7 input[type=week]:invalid:focus, .wpcf7 .was-validated input[type=week]:invalid:focus, .was-validated .wpcf7 input[type=time]:invalid:focus, .wpcf7 .was-validated input[type=time]:invalid:focus, .was-validated .wpcf7 input[type=datetime]:invalid:focus, .wpcf7 .was-validated input[type=datetime]:invalid:focus, .was-validated .wpcf7 input[type=datetime-local]:invalid:focus, .wpcf7 .was-validated input[type=datetime-local]:invalid:focus, .was-validated .wpcf7 input[type=color]:invalid:focus, .wpcf7 .was-validated input[type=color]:invalid:focus, .was-validated .wpcf7 input[type=email]:invalid:focus, .wpcf7 .was-validated input[type=email]:invalid:focus, .was-validated .wpcf7 input[type=file]:invalid:focus, .wpcf7 .was-validated input[type=file]:invalid:focus, .was-validated .wpcf7 input[type=submit]:invalid:focus, .wpcf7 .was-validated input[type=submit]:invalid:focus, .was-validated .wpcf7 select:invalid:focus, .wpcf7 .was-validated select:invalid:focus, .was-validated .wpcf7 textarea:invalid:focus, .wpcf7 .was-validated textarea:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .form-control.is-invalid:focus, .wpcf7 input.is-invalid[type=text]:focus, .wpcf7 input.is-invalid[type=search]:focus, .wpcf7 input.is-invalid[type=url]:focus, .wpcf7 input.is-invalid[type=tel]:focus, .wpcf7 input.is-invalid[type=number]:focus, .wpcf7 input.is-invalid[type=range]:focus, .wpcf7 input.is-invalid[type=date]:focus, .wpcf7 input.is-invalid[type=month]:focus, .wpcf7 input.is-invalid[type=week]:focus, .wpcf7 input.is-invalid[type=time]:focus, .wpcf7 input.is-invalid[type=datetime]:focus, .wpcf7 input.is-invalid[type=datetime-local]:focus, .wpcf7 input.is-invalid[type=color]:focus, .wpcf7 input.is-invalid[type=email]:focus, .wpcf7 input.is-invalid[type=file]:focus, .wpcf7 input.is-invalid[type=submit]:focus, .wpcf7 select.is-invalid:focus, .wpcf7 textarea.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=text]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=text]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=search]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=search]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=url]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=url]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=tel]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=tel]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=number]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=number]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=range]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=range]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=date]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=date]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=month]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=month]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=week]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=week]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=time]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=time]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=datetime]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=datetime]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=datetime-local]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=datetime-local]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=color]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=color]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=email]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=email]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=file]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=file]:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=submit]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=submit]:invalid ~ .invalid-feedback, .was-validated .wpcf7 select:invalid ~ .invalid-feedback, .wpcf7 .was-validated select:invalid ~ .invalid-feedback, .was-validated .wpcf7 textarea:invalid ~ .invalid-feedback, .wpcf7 .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-feedback, .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=text]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=text]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=search]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=search]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=url]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=url]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=tel]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=tel]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=number]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=number]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=range]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=range]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=date]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=date]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=month]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=month]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=week]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=week]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=time]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=time]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=datetime]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=datetime]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=datetime-local]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=datetime-local]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=color]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=color]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=email]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=email]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=file]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=file]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 input[type=submit]:invalid ~ .invalid-tooltip, .wpcf7 .was-validated input[type=submit]:invalid ~ .invalid-tooltip, .was-validated .wpcf7 select:invalid ~ .invalid-tooltip, .wpcf7 .was-validated select:invalid ~ .invalid-tooltip, .was-validated .wpcf7 textarea:invalid ~ .invalid-tooltip, .wpcf7 .was-validated textarea:invalid ~ .invalid-tooltip, .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-tooltip, .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .wpcf7 input.is-invalid[type=text] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=search] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=url] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=tel] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=number] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=range] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=date] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=month] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=week] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=time] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=datetime] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=color] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=email] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=file] ~ .invalid-feedback, .wpcf7 input.is-invalid[type=submit] ~ .invalid-feedback, .wpcf7 select.is-invalid ~ .invalid-feedback, .wpcf7 textarea.is-invalid ~ .invalid-feedback, .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=text] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=search] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=url] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=tel] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=number] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=range] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=date] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=month] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=week] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=time] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=datetime] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=color] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=email] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=file] ~ .invalid-tooltip, .wpcf7 input.is-invalid[type=submit] ~ .invalid-tooltip, .wpcf7 select.is-invalid ~ .invalid-tooltip, .wpcf7 textarea.is-invalid ~ .invalid-tooltip, .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text], .form-inline .wpcf7 input[type=search], .wpcf7 .form-inline input[type=search], .form-inline .wpcf7 input[type=url], .wpcf7 .form-inline input[type=url], .form-inline .wpcf7 input[type=tel], .wpcf7 .form-inline input[type=tel], .form-inline .wpcf7 input[type=number], .wpcf7 .form-inline input[type=number], .form-inline .wpcf7 input[type=range], .wpcf7 .form-inline input[type=range], .form-inline .wpcf7 input[type=date], .wpcf7 .form-inline input[type=date], .form-inline .wpcf7 input[type=month], .wpcf7 .form-inline input[type=month], .form-inline .wpcf7 input[type=week], .wpcf7 .form-inline input[type=week], .form-inline .wpcf7 input[type=time], .wpcf7 .form-inline input[type=time], .form-inline .wpcf7 input[type=datetime], .wpcf7 .form-inline input[type=datetime], .form-inline .wpcf7 input[type=datetime-local], .wpcf7 .form-inline input[type=datetime-local], .form-inline .wpcf7 input[type=color], .wpcf7 .form-inline input[type=color], .form-inline .wpcf7 input[type=email], .wpcf7 .form-inline input[type=email], .form-inline .wpcf7 input[type=file], .wpcf7 .form-inline input[type=file], .form-inline .wpcf7 input[type=submit], .wpcf7 .form-inline input[type=submit], .form-inline .wpcf7 select, .wpcf7 .form-inline select, .form-inline .wpcf7 textarea, .wpcf7 .form-inline textarea, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn, .wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .wpcf7 input[type=submit]:hover, .btn:focus, .wpcf7 input[type=submit]:focus {
  text-decoration: none;
}
.btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.25);
}
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .wpcf7 input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .wpcf7 input.active[type=submit]:not(.disabled):not(:disabled) {
  background-image: none;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #16093e;
  border-color: #16093e;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0a041d;
  border-color: #060311;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #16093e;
  border-color: #16093e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #060311;
  border-color: #020106;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.5);
}
.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #FFA547;
  border-color: #FFA547;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ff9221;
  border-color: #ff8c14;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 71, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFA547;
  border-color: #FFA547;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff8c14;
  border-color: #ff8607;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 71, 0.5);
}
.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #16093e;
  background-color: transparent;
  background-image: none;
  border-color: #16093e;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #16093e;
  border-color: #16093e;
}
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.5);
}
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
  color: #16093e;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input.active[type=submit]:not(.disabled):not(:disabled), .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type=submit] {
  color: #FFFFFF;
  background-color: #16093e;
  border-color: #16093e;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input.active[type=submit]:not(.disabled):not(:disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #FFA547;
  background-color: transparent;
  background-image: none;
  border-color: #FFA547;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFA547;
  border-color: #FFA547;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 71, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFA547;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFA547;
  border-color: #FFA547;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 71, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #16093e;
  background-color: transparent;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup, .dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #16093e;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .wpcf7 .btn-group > input[type=submit], .btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .wpcf7 .btn-group > input[type=submit]:hover, .btn-group-vertical > .btn:hover, .wpcf7 .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .wpcf7 .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input[type=submit]:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type=submit], .btn-group-vertical > .btn:focus, .wpcf7 .btn-group-vertical > input[type=submit]:focus, .btn-group-vertical > .btn:active, .wpcf7 .btn-group-vertical > input[type=submit]:active, .btn-group-vertical > .btn.active, .wpcf7 .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .wpcf7 input[type=submit] + .btn, .wpcf7 .btn-group input[type=submit] + .btn, .btn-group .wpcf7 .btn + input[type=submit], .wpcf7 .btn-group .btn + input[type=submit], .btn-group .wpcf7 .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group .wpcf7 input[type=submit] + input[type=submit], .btn-group .btn + .btn-group, .btn-group .wpcf7 input[type=submit] + .btn-group, .wpcf7 .btn-group input[type=submit] + .btn-group, .btn-group .btn-group + .btn, .btn-group .wpcf7 .btn-group + input[type=submit], .wpcf7 .btn-group .btn-group + input[type=submit], .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .wpcf7 input[type=submit] + .btn, .wpcf7 .btn-group-vertical input[type=submit] + .btn, .btn-group-vertical .wpcf7 .btn + input[type=submit], .wpcf7 .btn-group-vertical .btn + input[type=submit], .btn-group-vertical .wpcf7 .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group-vertical .wpcf7 input[type=submit] + input[type=submit], .btn-group-vertical .btn + .btn-group, .btn-group-vertical .wpcf7 input[type=submit] + .btn-group, .wpcf7 .btn-group-vertical input[type=submit] + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .wpcf7 .btn-group + input[type=submit], .wpcf7 .btn-group-vertical .btn-group + input[type=submit], .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child, .wpcf7 .btn-group > input[type=submit]:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .wpcf7 input[type=submit], .wpcf7 .btn-group-vertical input[type=submit], .btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .wpcf7 .btn-group-vertical > input[type=submit] + .btn, .wpcf7 .btn-group-vertical > .btn + input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit], .btn-group-vertical > .btn + .btn-group, .wpcf7 .btn-group-vertical > input[type=submit] + .btn-group, .btn-group-vertical > .btn-group + .btn, .wpcf7 .btn-group-vertical > .btn-group + input[type=submit], .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .wpcf7 .btn-group-toggle > input[type=submit], .btn-group-toggle > .btn-group > .btn, .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .wpcf7 .btn-group-toggle > input[type=submit] input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .wpcf7 .btn-group-toggle > input[type=submit] input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .wpcf7 .input-group > input[type=text], .wpcf7 .input-group > input[type=search], .wpcf7 .input-group > input[type=url], .wpcf7 .input-group > input[type=tel], .wpcf7 .input-group > input[type=number], .wpcf7 .input-group > input[type=range], .wpcf7 .input-group > input[type=date], .wpcf7 .input-group > input[type=month], .wpcf7 .input-group > input[type=week], .wpcf7 .input-group > input[type=time], .wpcf7 .input-group > input[type=datetime], .wpcf7 .input-group > input[type=datetime-local], .wpcf7 .input-group > input[type=color], .wpcf7 .input-group > input[type=email], .wpcf7 .input-group > input[type=file], .wpcf7 .input-group > input[type=submit], .wpcf7 .input-group > select, .wpcf7 .input-group > textarea, .wpcf7 .input-group > .wpcf7-validation-errors, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .wpcf7 .input-group > input[type=text]:focus, .wpcf7 .input-group > input[type=search]:focus, .wpcf7 .input-group > input[type=url]:focus, .wpcf7 .input-group > input[type=tel]:focus, .wpcf7 .input-group > input[type=number]:focus, .wpcf7 .input-group > input[type=range]:focus, .wpcf7 .input-group > input[type=date]:focus, .wpcf7 .input-group > input[type=month]:focus, .wpcf7 .input-group > input[type=week]:focus, .wpcf7 .input-group > input[type=time]:focus, .wpcf7 .input-group > input[type=datetime]:focus, .wpcf7 .input-group > input[type=datetime-local]:focus, .wpcf7 .input-group > input[type=color]:focus, .wpcf7 .input-group > input[type=email]:focus, .wpcf7 .input-group > input[type=file]:focus, .wpcf7 .input-group > input[type=submit]:focus, .wpcf7 .input-group > select:focus, .wpcf7 .input-group > textarea:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .wpcf7 .input-group > input[type=text] + .form-control, .wpcf7 .input-group > input[type=text] + input[type=text], .wpcf7 .input-group > input[type=text] + input[type=search], .wpcf7 .input-group > input[type=text] + input[type=url], .wpcf7 .input-group > input[type=text] + input[type=tel], .wpcf7 .input-group > input[type=text] + input[type=number], .wpcf7 .input-group > input[type=text] + input[type=range], .wpcf7 .input-group > input[type=text] + input[type=date], .wpcf7 .input-group > input[type=text] + input[type=month], .wpcf7 .input-group > input[type=text] + input[type=week], .wpcf7 .input-group > input[type=text] + input[type=time], .wpcf7 .input-group > input[type=text] + input[type=datetime], .wpcf7 .input-group > input[type=text] + input[type=datetime-local], .wpcf7 .input-group > input[type=text] + input[type=color], .wpcf7 .input-group > input[type=text] + input[type=email], .wpcf7 .input-group > input[type=text] + input[type=file], .wpcf7 .input-group > input[type=text] + input[type=submit], .wpcf7 .input-group > input[type=text] + select, .wpcf7 .input-group > input[type=text] + textarea, .wpcf7 .input-group > input[type=text] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=search] + .form-control, .wpcf7 .input-group > input[type=search] + input[type=text], .wpcf7 .input-group > input[type=search] + input[type=search], .wpcf7 .input-group > input[type=search] + input[type=url], .wpcf7 .input-group > input[type=search] + input[type=tel], .wpcf7 .input-group > input[type=search] + input[type=number], .wpcf7 .input-group > input[type=search] + input[type=range], .wpcf7 .input-group > input[type=search] + input[type=date], .wpcf7 .input-group > input[type=search] + input[type=month], .wpcf7 .input-group > input[type=search] + input[type=week], .wpcf7 .input-group > input[type=search] + input[type=time], .wpcf7 .input-group > input[type=search] + input[type=datetime], .wpcf7 .input-group > input[type=search] + input[type=datetime-local], .wpcf7 .input-group > input[type=search] + input[type=color], .wpcf7 .input-group > input[type=search] + input[type=email], .wpcf7 .input-group > input[type=search] + input[type=file], .wpcf7 .input-group > input[type=search] + input[type=submit], .wpcf7 .input-group > input[type=search] + select, .wpcf7 .input-group > input[type=search] + textarea, .wpcf7 .input-group > input[type=search] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=url] + .form-control, .wpcf7 .input-group > input[type=url] + input[type=text], .wpcf7 .input-group > input[type=url] + input[type=search], .wpcf7 .input-group > input[type=url] + input[type=url], .wpcf7 .input-group > input[type=url] + input[type=tel], .wpcf7 .input-group > input[type=url] + input[type=number], .wpcf7 .input-group > input[type=url] + input[type=range], .wpcf7 .input-group > input[type=url] + input[type=date], .wpcf7 .input-group > input[type=url] + input[type=month], .wpcf7 .input-group > input[type=url] + input[type=week], .wpcf7 .input-group > input[type=url] + input[type=time], .wpcf7 .input-group > input[type=url] + input[type=datetime], .wpcf7 .input-group > input[type=url] + input[type=datetime-local], .wpcf7 .input-group > input[type=url] + input[type=color], .wpcf7 .input-group > input[type=url] + input[type=email], .wpcf7 .input-group > input[type=url] + input[type=file], .wpcf7 .input-group > input[type=url] + input[type=submit], .wpcf7 .input-group > input[type=url] + select, .wpcf7 .input-group > input[type=url] + textarea, .wpcf7 .input-group > input[type=url] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=tel] + .form-control, .wpcf7 .input-group > input[type=tel] + input[type=text], .wpcf7 .input-group > input[type=tel] + input[type=search], .wpcf7 .input-group > input[type=tel] + input[type=url], .wpcf7 .input-group > input[type=tel] + input[type=tel], .wpcf7 .input-group > input[type=tel] + input[type=number], .wpcf7 .input-group > input[type=tel] + input[type=range], .wpcf7 .input-group > input[type=tel] + input[type=date], .wpcf7 .input-group > input[type=tel] + input[type=month], .wpcf7 .input-group > input[type=tel] + input[type=week], .wpcf7 .input-group > input[type=tel] + input[type=time], .wpcf7 .input-group > input[type=tel] + input[type=datetime], .wpcf7 .input-group > input[type=tel] + input[type=datetime-local], .wpcf7 .input-group > input[type=tel] + input[type=color], .wpcf7 .input-group > input[type=tel] + input[type=email], .wpcf7 .input-group > input[type=tel] + input[type=file], .wpcf7 .input-group > input[type=tel] + input[type=submit], .wpcf7 .input-group > input[type=tel] + select, .wpcf7 .input-group > input[type=tel] + textarea, .wpcf7 .input-group > input[type=tel] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=number] + .form-control, .wpcf7 .input-group > input[type=number] + input[type=text], .wpcf7 .input-group > input[type=number] + input[type=search], .wpcf7 .input-group > input[type=number] + input[type=url], .wpcf7 .input-group > input[type=number] + input[type=tel], .wpcf7 .input-group > input[type=number] + input[type=number], .wpcf7 .input-group > input[type=number] + input[type=range], .wpcf7 .input-group > input[type=number] + input[type=date], .wpcf7 .input-group > input[type=number] + input[type=month], .wpcf7 .input-group > input[type=number] + input[type=week], .wpcf7 .input-group > input[type=number] + input[type=time], .wpcf7 .input-group > input[type=number] + input[type=datetime], .wpcf7 .input-group > input[type=number] + input[type=datetime-local], .wpcf7 .input-group > input[type=number] + input[type=color], .wpcf7 .input-group > input[type=number] + input[type=email], .wpcf7 .input-group > input[type=number] + input[type=file], .wpcf7 .input-group > input[type=number] + input[type=submit], .wpcf7 .input-group > input[type=number] + select, .wpcf7 .input-group > input[type=number] + textarea, .wpcf7 .input-group > input[type=number] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=range] + .form-control, .wpcf7 .input-group > input[type=range] + input[type=text], .wpcf7 .input-group > input[type=range] + input[type=search], .wpcf7 .input-group > input[type=range] + input[type=url], .wpcf7 .input-group > input[type=range] + input[type=tel], .wpcf7 .input-group > input[type=range] + input[type=number], .wpcf7 .input-group > input[type=range] + input[type=range], .wpcf7 .input-group > input[type=range] + input[type=date], .wpcf7 .input-group > input[type=range] + input[type=month], .wpcf7 .input-group > input[type=range] + input[type=week], .wpcf7 .input-group > input[type=range] + input[type=time], .wpcf7 .input-group > input[type=range] + input[type=datetime], .wpcf7 .input-group > input[type=range] + input[type=datetime-local], .wpcf7 .input-group > input[type=range] + input[type=color], .wpcf7 .input-group > input[type=range] + input[type=email], .wpcf7 .input-group > input[type=range] + input[type=file], .wpcf7 .input-group > input[type=range] + input[type=submit], .wpcf7 .input-group > input[type=range] + select, .wpcf7 .input-group > input[type=range] + textarea, .wpcf7 .input-group > input[type=range] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=date] + .form-control, .wpcf7 .input-group > input[type=date] + input[type=text], .wpcf7 .input-group > input[type=date] + input[type=search], .wpcf7 .input-group > input[type=date] + input[type=url], .wpcf7 .input-group > input[type=date] + input[type=tel], .wpcf7 .input-group > input[type=date] + input[type=number], .wpcf7 .input-group > input[type=date] + input[type=range], .wpcf7 .input-group > input[type=date] + input[type=date], .wpcf7 .input-group > input[type=date] + input[type=month], .wpcf7 .input-group > input[type=date] + input[type=week], .wpcf7 .input-group > input[type=date] + input[type=time], .wpcf7 .input-group > input[type=date] + input[type=datetime], .wpcf7 .input-group > input[type=date] + input[type=datetime-local], .wpcf7 .input-group > input[type=date] + input[type=color], .wpcf7 .input-group > input[type=date] + input[type=email], .wpcf7 .input-group > input[type=date] + input[type=file], .wpcf7 .input-group > input[type=date] + input[type=submit], .wpcf7 .input-group > input[type=date] + select, .wpcf7 .input-group > input[type=date] + textarea, .wpcf7 .input-group > input[type=date] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=month] + .form-control, .wpcf7 .input-group > input[type=month] + input[type=text], .wpcf7 .input-group > input[type=month] + input[type=search], .wpcf7 .input-group > input[type=month] + input[type=url], .wpcf7 .input-group > input[type=month] + input[type=tel], .wpcf7 .input-group > input[type=month] + input[type=number], .wpcf7 .input-group > input[type=month] + input[type=range], .wpcf7 .input-group > input[type=month] + input[type=date], .wpcf7 .input-group > input[type=month] + input[type=month], .wpcf7 .input-group > input[type=month] + input[type=week], .wpcf7 .input-group > input[type=month] + input[type=time], .wpcf7 .input-group > input[type=month] + input[type=datetime], .wpcf7 .input-group > input[type=month] + input[type=datetime-local], .wpcf7 .input-group > input[type=month] + input[type=color], .wpcf7 .input-group > input[type=month] + input[type=email], .wpcf7 .input-group > input[type=month] + input[type=file], .wpcf7 .input-group > input[type=month] + input[type=submit], .wpcf7 .input-group > input[type=month] + select, .wpcf7 .input-group > input[type=month] + textarea, .wpcf7 .input-group > input[type=month] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=week] + .form-control, .wpcf7 .input-group > input[type=week] + input[type=text], .wpcf7 .input-group > input[type=week] + input[type=search], .wpcf7 .input-group > input[type=week] + input[type=url], .wpcf7 .input-group > input[type=week] + input[type=tel], .wpcf7 .input-group > input[type=week] + input[type=number], .wpcf7 .input-group > input[type=week] + input[type=range], .wpcf7 .input-group > input[type=week] + input[type=date], .wpcf7 .input-group > input[type=week] + input[type=month], .wpcf7 .input-group > input[type=week] + input[type=week], .wpcf7 .input-group > input[type=week] + input[type=time], .wpcf7 .input-group > input[type=week] + input[type=datetime], .wpcf7 .input-group > input[type=week] + input[type=datetime-local], .wpcf7 .input-group > input[type=week] + input[type=color], .wpcf7 .input-group > input[type=week] + input[type=email], .wpcf7 .input-group > input[type=week] + input[type=file], .wpcf7 .input-group > input[type=week] + input[type=submit], .wpcf7 .input-group > input[type=week] + select, .wpcf7 .input-group > input[type=week] + textarea, .wpcf7 .input-group > input[type=week] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=time] + .form-control, .wpcf7 .input-group > input[type=time] + input[type=text], .wpcf7 .input-group > input[type=time] + input[type=search], .wpcf7 .input-group > input[type=time] + input[type=url], .wpcf7 .input-group > input[type=time] + input[type=tel], .wpcf7 .input-group > input[type=time] + input[type=number], .wpcf7 .input-group > input[type=time] + input[type=range], .wpcf7 .input-group > input[type=time] + input[type=date], .wpcf7 .input-group > input[type=time] + input[type=month], .wpcf7 .input-group > input[type=time] + input[type=week], .wpcf7 .input-group > input[type=time] + input[type=time], .wpcf7 .input-group > input[type=time] + input[type=datetime], .wpcf7 .input-group > input[type=time] + input[type=datetime-local], .wpcf7 .input-group > input[type=time] + input[type=color], .wpcf7 .input-group > input[type=time] + input[type=email], .wpcf7 .input-group > input[type=time] + input[type=file], .wpcf7 .input-group > input[type=time] + input[type=submit], .wpcf7 .input-group > input[type=time] + select, .wpcf7 .input-group > input[type=time] + textarea, .wpcf7 .input-group > input[type=time] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=datetime] + .form-control, .wpcf7 .input-group > input[type=datetime] + input[type=text], .wpcf7 .input-group > input[type=datetime] + input[type=search], .wpcf7 .input-group > input[type=datetime] + input[type=url], .wpcf7 .input-group > input[type=datetime] + input[type=tel], .wpcf7 .input-group > input[type=datetime] + input[type=number], .wpcf7 .input-group > input[type=datetime] + input[type=range], .wpcf7 .input-group > input[type=datetime] + input[type=date], .wpcf7 .input-group > input[type=datetime] + input[type=month], .wpcf7 .input-group > input[type=datetime] + input[type=week], .wpcf7 .input-group > input[type=datetime] + input[type=time], .wpcf7 .input-group > input[type=datetime] + input[type=datetime], .wpcf7 .input-group > input[type=datetime] + input[type=datetime-local], .wpcf7 .input-group > input[type=datetime] + input[type=color], .wpcf7 .input-group > input[type=datetime] + input[type=email], .wpcf7 .input-group > input[type=datetime] + input[type=file], .wpcf7 .input-group > input[type=datetime] + input[type=submit], .wpcf7 .input-group > input[type=datetime] + select, .wpcf7 .input-group > input[type=datetime] + textarea, .wpcf7 .input-group > input[type=datetime] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=datetime-local] + .form-control, .wpcf7 .input-group > input[type=datetime-local] + input[type=text], .wpcf7 .input-group > input[type=datetime-local] + input[type=search], .wpcf7 .input-group > input[type=datetime-local] + input[type=url], .wpcf7 .input-group > input[type=datetime-local] + input[type=tel], .wpcf7 .input-group > input[type=datetime-local] + input[type=number], .wpcf7 .input-group > input[type=datetime-local] + input[type=range], .wpcf7 .input-group > input[type=datetime-local] + input[type=date], .wpcf7 .input-group > input[type=datetime-local] + input[type=month], .wpcf7 .input-group > input[type=datetime-local] + input[type=week], .wpcf7 .input-group > input[type=datetime-local] + input[type=time], .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime], .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime-local], .wpcf7 .input-group > input[type=datetime-local] + input[type=color], .wpcf7 .input-group > input[type=datetime-local] + input[type=email], .wpcf7 .input-group > input[type=datetime-local] + input[type=file], .wpcf7 .input-group > input[type=datetime-local] + input[type=submit], .wpcf7 .input-group > input[type=datetime-local] + select, .wpcf7 .input-group > input[type=datetime-local] + textarea, .wpcf7 .input-group > input[type=datetime-local] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=color] + .form-control, .wpcf7 .input-group > input[type=color] + input[type=text], .wpcf7 .input-group > input[type=color] + input[type=search], .wpcf7 .input-group > input[type=color] + input[type=url], .wpcf7 .input-group > input[type=color] + input[type=tel], .wpcf7 .input-group > input[type=color] + input[type=number], .wpcf7 .input-group > input[type=color] + input[type=range], .wpcf7 .input-group > input[type=color] + input[type=date], .wpcf7 .input-group > input[type=color] + input[type=month], .wpcf7 .input-group > input[type=color] + input[type=week], .wpcf7 .input-group > input[type=color] + input[type=time], .wpcf7 .input-group > input[type=color] + input[type=datetime], .wpcf7 .input-group > input[type=color] + input[type=datetime-local], .wpcf7 .input-group > input[type=color] + input[type=color], .wpcf7 .input-group > input[type=color] + input[type=email], .wpcf7 .input-group > input[type=color] + input[type=file], .wpcf7 .input-group > input[type=color] + input[type=submit], .wpcf7 .input-group > input[type=color] + select, .wpcf7 .input-group > input[type=color] + textarea, .wpcf7 .input-group > input[type=color] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=email] + .form-control, .wpcf7 .input-group > input[type=email] + input[type=text], .wpcf7 .input-group > input[type=email] + input[type=search], .wpcf7 .input-group > input[type=email] + input[type=url], .wpcf7 .input-group > input[type=email] + input[type=tel], .wpcf7 .input-group > input[type=email] + input[type=number], .wpcf7 .input-group > input[type=email] + input[type=range], .wpcf7 .input-group > input[type=email] + input[type=date], .wpcf7 .input-group > input[type=email] + input[type=month], .wpcf7 .input-group > input[type=email] + input[type=week], .wpcf7 .input-group > input[type=email] + input[type=time], .wpcf7 .input-group > input[type=email] + input[type=datetime], .wpcf7 .input-group > input[type=email] + input[type=datetime-local], .wpcf7 .input-group > input[type=email] + input[type=color], .wpcf7 .input-group > input[type=email] + input[type=email], .wpcf7 .input-group > input[type=email] + input[type=file], .wpcf7 .input-group > input[type=email] + input[type=submit], .wpcf7 .input-group > input[type=email] + select, .wpcf7 .input-group > input[type=email] + textarea, .wpcf7 .input-group > input[type=email] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=file] + .form-control, .wpcf7 .input-group > input[type=file] + input[type=text], .wpcf7 .input-group > input[type=file] + input[type=search], .wpcf7 .input-group > input[type=file] + input[type=url], .wpcf7 .input-group > input[type=file] + input[type=tel], .wpcf7 .input-group > input[type=file] + input[type=number], .wpcf7 .input-group > input[type=file] + input[type=range], .wpcf7 .input-group > input[type=file] + input[type=date], .wpcf7 .input-group > input[type=file] + input[type=month], .wpcf7 .input-group > input[type=file] + input[type=week], .wpcf7 .input-group > input[type=file] + input[type=time], .wpcf7 .input-group > input[type=file] + input[type=datetime], .wpcf7 .input-group > input[type=file] + input[type=datetime-local], .wpcf7 .input-group > input[type=file] + input[type=color], .wpcf7 .input-group > input[type=file] + input[type=email], .wpcf7 .input-group > input[type=file] + input[type=file], .wpcf7 .input-group > input[type=file] + input[type=submit], .wpcf7 .input-group > input[type=file] + select, .wpcf7 .input-group > input[type=file] + textarea, .wpcf7 .input-group > input[type=file] + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=submit] + .form-control, .wpcf7 .input-group > input[type=submit] + input[type=text], .wpcf7 .input-group > input[type=submit] + input[type=search], .wpcf7 .input-group > input[type=submit] + input[type=url], .wpcf7 .input-group > input[type=submit] + input[type=tel], .wpcf7 .input-group > input[type=submit] + input[type=number], .wpcf7 .input-group > input[type=submit] + input[type=range], .wpcf7 .input-group > input[type=submit] + input[type=date], .wpcf7 .input-group > input[type=submit] + input[type=month], .wpcf7 .input-group > input[type=submit] + input[type=week], .wpcf7 .input-group > input[type=submit] + input[type=time], .wpcf7 .input-group > input[type=submit] + input[type=datetime], .wpcf7 .input-group > input[type=submit] + input[type=datetime-local], .wpcf7 .input-group > input[type=submit] + input[type=color], .wpcf7 .input-group > input[type=submit] + input[type=email], .wpcf7 .input-group > input[type=submit] + input[type=file], .wpcf7 .input-group > input[type=submit] + input[type=submit], .wpcf7 .input-group > input[type=submit] + select, .wpcf7 .input-group > input[type=submit] + textarea, .wpcf7 .input-group > input[type=submit] + .wpcf7-validation-errors, .wpcf7 .input-group > select + .form-control, .wpcf7 .input-group > select + input[type=text], .wpcf7 .input-group > select + input[type=search], .wpcf7 .input-group > select + input[type=url], .wpcf7 .input-group > select + input[type=tel], .wpcf7 .input-group > select + input[type=number], .wpcf7 .input-group > select + input[type=range], .wpcf7 .input-group > select + input[type=date], .wpcf7 .input-group > select + input[type=month], .wpcf7 .input-group > select + input[type=week], .wpcf7 .input-group > select + input[type=time], .wpcf7 .input-group > select + input[type=datetime], .wpcf7 .input-group > select + input[type=datetime-local], .wpcf7 .input-group > select + input[type=color], .wpcf7 .input-group > select + input[type=email], .wpcf7 .input-group > select + input[type=file], .wpcf7 .input-group > select + input[type=submit], .wpcf7 .input-group > select + select, .wpcf7 .input-group > select + textarea, .wpcf7 .input-group > select + .wpcf7-validation-errors, .wpcf7 .input-group > textarea + .form-control, .wpcf7 .input-group > textarea + input[type=text], .wpcf7 .input-group > textarea + input[type=search], .wpcf7 .input-group > textarea + input[type=url], .wpcf7 .input-group > textarea + input[type=tel], .wpcf7 .input-group > textarea + input[type=number], .wpcf7 .input-group > textarea + input[type=range], .wpcf7 .input-group > textarea + input[type=date], .wpcf7 .input-group > textarea + input[type=month], .wpcf7 .input-group > textarea + input[type=week], .wpcf7 .input-group > textarea + input[type=time], .wpcf7 .input-group > textarea + input[type=datetime], .wpcf7 .input-group > textarea + input[type=datetime-local], .wpcf7 .input-group > textarea + input[type=color], .wpcf7 .input-group > textarea + input[type=email], .wpcf7 .input-group > textarea + input[type=file], .wpcf7 .input-group > textarea + input[type=submit], .wpcf7 .input-group > textarea + select, .wpcf7 .input-group > textarea + textarea, .wpcf7 .input-group > textarea + .wpcf7-validation-errors, .wpcf7 .input-group > .wpcf7-validation-errors + .form-control, .wpcf7 .input-group > .wpcf7-validation-errors + input[type=text], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=search], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=url], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=tel], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=number], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=range], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=date], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=month], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=week], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=time], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime-local], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=color], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=email], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=file], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=submit], .wpcf7 .input-group > .wpcf7-validation-errors + select, .wpcf7 .input-group > .wpcf7-validation-errors + textarea, .wpcf7 .input-group > .wpcf7-validation-errors + .wpcf7-validation-errors, .wpcf7 .input-group > .form-control + input[type=text], .wpcf7 .input-group > .form-control + input[type=search], .wpcf7 .input-group > .form-control + input[type=url], .wpcf7 .input-group > .form-control + input[type=tel], .wpcf7 .input-group > .form-control + input[type=number], .wpcf7 .input-group > .form-control + input[type=range], .wpcf7 .input-group > .form-control + input[type=date], .wpcf7 .input-group > .form-control + input[type=month], .wpcf7 .input-group > .form-control + input[type=week], .wpcf7 .input-group > .form-control + input[type=time], .wpcf7 .input-group > .form-control + input[type=datetime], .wpcf7 .input-group > .form-control + input[type=datetime-local], .wpcf7 .input-group > .form-control + input[type=color], .wpcf7 .input-group > .form-control + input[type=email], .wpcf7 .input-group > .form-control + input[type=file], .wpcf7 .input-group > .form-control + input[type=submit], .wpcf7 .input-group > .form-control + select, .wpcf7 .input-group > .form-control + textarea, .wpcf7 .input-group > .form-control + .wpcf7-validation-errors, .input-group > .form-control + .custom-select, .wpcf7 .input-group > input[type=text] + .custom-select, .wpcf7 .input-group > input[type=search] + .custom-select, .wpcf7 .input-group > input[type=url] + .custom-select, .wpcf7 .input-group > input[type=tel] + .custom-select, .wpcf7 .input-group > input[type=number] + .custom-select, .wpcf7 .input-group > input[type=range] + .custom-select, .wpcf7 .input-group > input[type=date] + .custom-select, .wpcf7 .input-group > input[type=month] + .custom-select, .wpcf7 .input-group > input[type=week] + .custom-select, .wpcf7 .input-group > input[type=time] + .custom-select, .wpcf7 .input-group > input[type=datetime] + .custom-select, .wpcf7 .input-group > input[type=datetime-local] + .custom-select, .wpcf7 .input-group > input[type=color] + .custom-select, .wpcf7 .input-group > input[type=email] + .custom-select, .wpcf7 .input-group > input[type=file] + .custom-select, .wpcf7 .input-group > input[type=submit] + .custom-select, .wpcf7 .input-group > select + .custom-select, .wpcf7 .input-group > textarea + .custom-select, .wpcf7 .input-group > .wpcf7-validation-errors + .custom-select, .input-group > .form-control + .custom-file, .wpcf7 .input-group > input[type=text] + .custom-file, .wpcf7 .input-group > input[type=search] + .custom-file, .wpcf7 .input-group > input[type=url] + .custom-file, .wpcf7 .input-group > input[type=tel] + .custom-file, .wpcf7 .input-group > input[type=number] + .custom-file, .wpcf7 .input-group > input[type=range] + .custom-file, .wpcf7 .input-group > input[type=date] + .custom-file, .wpcf7 .input-group > input[type=month] + .custom-file, .wpcf7 .input-group > input[type=week] + .custom-file, .wpcf7 .input-group > input[type=time] + .custom-file, .wpcf7 .input-group > input[type=datetime] + .custom-file, .wpcf7 .input-group > input[type=datetime-local] + .custom-file, .wpcf7 .input-group > input[type=color] + .custom-file, .wpcf7 .input-group > input[type=email] + .custom-file, .wpcf7 .input-group > input[type=file] + .custom-file, .wpcf7 .input-group > input[type=submit] + .custom-file, .wpcf7 .input-group > select + .custom-file, .wpcf7 .input-group > textarea + .custom-file, .wpcf7 .input-group > .wpcf7-validation-errors + .custom-file, .input-group > .custom-select + .form-control, .wpcf7 .input-group > .custom-select + input[type=text], .wpcf7 .input-group > .custom-select + input[type=search], .wpcf7 .input-group > .custom-select + input[type=url], .wpcf7 .input-group > .custom-select + input[type=tel], .wpcf7 .input-group > .custom-select + input[type=number], .wpcf7 .input-group > .custom-select + input[type=range], .wpcf7 .input-group > .custom-select + input[type=date], .wpcf7 .input-group > .custom-select + input[type=month], .wpcf7 .input-group > .custom-select + input[type=week], .wpcf7 .input-group > .custom-select + input[type=time], .wpcf7 .input-group > .custom-select + input[type=datetime], .wpcf7 .input-group > .custom-select + input[type=datetime-local], .wpcf7 .input-group > .custom-select + input[type=color], .wpcf7 .input-group > .custom-select + input[type=email], .wpcf7 .input-group > .custom-select + input[type=file], .wpcf7 .input-group > .custom-select + input[type=submit], .wpcf7 .input-group > .custom-select + select, .wpcf7 .input-group > .custom-select + textarea, .wpcf7 .input-group > .custom-select + .wpcf7-validation-errors, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .wpcf7 .input-group > .custom-file + input[type=text], .wpcf7 .input-group > .custom-file + input[type=search], .wpcf7 .input-group > .custom-file + input[type=url], .wpcf7 .input-group > .custom-file + input[type=tel], .wpcf7 .input-group > .custom-file + input[type=number], .wpcf7 .input-group > .custom-file + input[type=range], .wpcf7 .input-group > .custom-file + input[type=date], .wpcf7 .input-group > .custom-file + input[type=month], .wpcf7 .input-group > .custom-file + input[type=week], .wpcf7 .input-group > .custom-file + input[type=time], .wpcf7 .input-group > .custom-file + input[type=datetime], .wpcf7 .input-group > .custom-file + input[type=datetime-local], .wpcf7 .input-group > .custom-file + input[type=color], .wpcf7 .input-group > .custom-file + input[type=email], .wpcf7 .input-group > .custom-file + input[type=file], .wpcf7 .input-group > .custom-file + input[type=submit], .wpcf7 .input-group > .custom-file + select, .wpcf7 .input-group > .custom-file + textarea, .wpcf7 .input-group > .custom-file + .wpcf7-validation-errors, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .wpcf7 .input-group > input[type=text]:not(:last-child), .wpcf7 .input-group > input[type=search]:not(:last-child), .wpcf7 .input-group > input[type=url]:not(:last-child), .wpcf7 .input-group > input[type=tel]:not(:last-child), .wpcf7 .input-group > input[type=number]:not(:last-child), .wpcf7 .input-group > input[type=range]:not(:last-child), .wpcf7 .input-group > input[type=date]:not(:last-child), .wpcf7 .input-group > input[type=month]:not(:last-child), .wpcf7 .input-group > input[type=week]:not(:last-child), .wpcf7 .input-group > input[type=time]:not(:last-child), .wpcf7 .input-group > input[type=datetime]:not(:last-child), .wpcf7 .input-group > input[type=datetime-local]:not(:last-child), .wpcf7 .input-group > input[type=color]:not(:last-child), .wpcf7 .input-group > input[type=email]:not(:last-child), .wpcf7 .input-group > input[type=file]:not(:last-child), .wpcf7 .input-group > input[type=submit]:not(:last-child), .wpcf7 .input-group > select:not(:last-child), .wpcf7 .input-group > textarea:not(:last-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .wpcf7 .input-group > input[type=text]:not(:first-child), .wpcf7 .input-group > input[type=search]:not(:first-child), .wpcf7 .input-group > input[type=url]:not(:first-child), .wpcf7 .input-group > input[type=tel]:not(:first-child), .wpcf7 .input-group > input[type=number]:not(:first-child), .wpcf7 .input-group > input[type=range]:not(:first-child), .wpcf7 .input-group > input[type=date]:not(:first-child), .wpcf7 .input-group > input[type=month]:not(:first-child), .wpcf7 .input-group > input[type=week]:not(:first-child), .wpcf7 .input-group > input[type=time]:not(:first-child), .wpcf7 .input-group > input[type=datetime]:not(:first-child), .wpcf7 .input-group > input[type=datetime-local]:not(:first-child), .wpcf7 .input-group > input[type=color]:not(:first-child), .wpcf7 .input-group > input[type=email]:not(:first-child), .wpcf7 .input-group > input[type=file]:not(:first-child), .wpcf7 .input-group > input[type=submit]:not(:first-child), .wpcf7 .input-group > select:not(:first-child), .wpcf7 .input-group > textarea:not(:first-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .wpcf7 input[type=submit], .wpcf7 .input-group-prepend input[type=submit], .input-group-append .btn, .input-group-append .wpcf7 input[type=submit], .wpcf7 .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .wpcf7 input[type=submit] + .btn, .wpcf7 .input-group-prepend input[type=submit] + .btn, .input-group-prepend .wpcf7 .btn + input[type=submit], .wpcf7 .input-group-prepend .btn + input[type=submit], .input-group-prepend .wpcf7 .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-prepend .wpcf7 input[type=submit] + input[type=submit], .input-group-prepend .btn + .input-group-text, .input-group-prepend .wpcf7 input[type=submit] + .input-group-text, .wpcf7 .input-group-prepend input[type=submit] + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .wpcf7 .input-group-text + input[type=submit], .wpcf7 .input-group-prepend .input-group-text + input[type=submit], .input-group-append .btn + .btn, .input-group-append .wpcf7 input[type=submit] + .btn, .wpcf7 .input-group-append input[type=submit] + .btn, .input-group-append .wpcf7 .btn + input[type=submit], .wpcf7 .input-group-append .btn + input[type=submit], .input-group-append .wpcf7 .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-append .wpcf7 input[type=submit] + input[type=submit], .input-group-append .btn + .input-group-text, .input-group-append .wpcf7 input[type=submit] + .input-group-text, .wpcf7 .input-group-append input[type=submit] + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .wpcf7 .input-group-text + input[type=submit], .wpcf7 .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn, .wpcf7 .input-group > .input-group-prepend > input[type=submit], .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .wpcf7 .input-group > .input-group-append:not(:last-child) > input[type=submit], .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .wpcf7 .input-group > .input-group-append > input[type=submit], .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit], .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .wpcf7 .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #16093e;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(22, 9, 62, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #4d20da;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #16093e;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #16093e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 9, 62, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(22, 9, 62, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #16093e;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 9, 62, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #3e19ad;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(62, 25, 173, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #3e19ad;
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #3e19ad;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #16093e;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar-cambre .navbar-collapse .navbar > .navbar-nav, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-cambre .navbar-collapse .navbar-expand-sm > .navbar-nav, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-cambre .navbar-collapse .navbar-expand-sm > .navbar-nav, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-cambre .navbar-collapse .navbar-expand-md > .navbar-nav, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-cambre .navbar-collapse .navbar-expand-md > .navbar-nav, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-cambre .navbar-collapse .navbar-expand-lg > .navbar-nav, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-cambre .navbar-collapse .navbar-expand-lg > .navbar-nav, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-cambre .navbar-collapse .navbar-expand-xl > .navbar-nav, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-cambre .navbar-collapse .navbar-expand-xl > .navbar-nav, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-cambre .navbar-collapse .navbar-expand > .navbar-nav, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-cambre .navbar-collapse .navbar-expand > .navbar-nav, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #16093e;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 9, 62, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #FFFFFF;
  background-color: #16093e;
  border-color: #16093e;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge, .wpcf7 input[type=submit] .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #FFFFFF;
  background-color: #16093e;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #060311;
}
.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #FFFFFF;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #FFA547;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ff8c14;
}
.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #0b0520;
  background-color: #d0ced8;
  border-color: #bebac9;
}
.alert-primary hr {
  border-top-color: #b1acbe;
}
.alert-primary .alert-link {
  color: black;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #855625;
  background-color: #ffedda;
  border-color: #ffe6cb;
}
.alert-warning hr {
  border-top-color: #ffdab2;
}
.alert-warning .alert-link {
  color: #5d3c1a;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  background-color: #16093e;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #16093e;
  border-color: #16093e;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #0b0520;
  background-color: #bebac9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b0520;
  background-color: #b1acbe;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b0520;
  border-color: #0b0520;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #855625;
  background-color: #ffe6cb;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #855625;
  background-color: #ffdab2;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855625;
  border-color: #855625;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #FFFFFF;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #FFFFFF;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #FFFFFF;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #FFFFFF;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #16093e !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #060311 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #FFA547 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #ff8c14 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #16093e !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #FFA547 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #16093e !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #060311 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #FFA547 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ff8c14 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .navbar-cambre .navbar-collapse .navbar-nav {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.wrapper {
  padding: 30px 0;
}
#wrapper-hero {
  padding: 0px !important;
}
.sticky, .gallery-caption, .bypostauthor {
  font-size: inherit;
}
.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}
#wrapper-footer-full, #wrapper-static-hero {
  background-color: #e9ecef;
}
.wp-caption {
  font-size: inherit;
}
.wp-caption-text {
  font-size: inherit;
}
.screen-reader-text {
  font-size: inherit;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  margin: 0px auto;
}
.entry-footer span {
  padding-right: 10px;
}
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}
img.wp-post-image, article img, figure, img, #secondary img {
  max-width: 100%;
  height: auto;
}
a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}
.jumbotron {
  margin-bottom: 0px;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #FFFFFF !important;
  text-decoration: none;
  background-color: #16093e;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #6c757d !important;
  background-color: transparent;
}
.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand a {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #FFFFFF;
}
/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
}
.wpcf7 .wpcf7-validation-errors {
  color: #dc3545;
  border: 1px solid #e9ecef;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
@font-face {
  font-family: "MuseoSans";
  src: url(../fonts/Museo_Sans/MuseoSans-100.eot) format("eot");
  src: url(../fonts/Museo_Sans/MuseoSans-100.woff) format("woff"), url(../fonts/Museo_Sans/MuseoSans-100.otf) format("otf"), url(../fonts/Museo_Sans/MuseoSans-100.ttf) format("ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url(../fonts/Museo_Sans/MuseoSans-500.eot) format("eot");
  src: url(../fonts/Museo_Sans/MuseoSans-500.woff) format("woff"), url(../fonts/Museo_Sans/MuseoSans-500.otf) format("otf"), url(../fonts/Museo_Sans/MuseoSans-500.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url(../fonts/Museo_Sans/MuseoSans-700.eot) format("eot");
  src: url(../fonts/Museo_Sans/MuseoSans-700.woff) format("woff"), url(../fonts/Museo_Sans/MuseoSans-700.otf) format("otf"), url(../fonts/Museo_Sans/MuseoSans-700.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url(../fonts/Museo_Sans/MuseoSans-300Italic.eot) format("eot");
  src: url(../fonts/Museo_Sans/MuseoSans-300Italic.woff) format("woff"), url(../fonts/Museo_Sans/MuseoSans-300Italic.otf) format("otf"), url(../fonts/Museo_Sans/MuseoSans-300Italic.ttf) format("ttf");
  font-weight: 300;
  font-style: oblique;
}
@font-face {
  font-family: "MuseoSans";
  src: url(../fonts/Museo_Sans/MuseoSans-500Italic.eot) format("eot");
  src: url(../fonts/Museo_Sans/MuseoSans-500Italic.woff) format("woff"), url(../fonts/Museo_Sans/MuseoSans-500Italic.otf) format("otf"), url(../fonts/Museo_Sans/MuseoSans-500Italic.ttf) format("ttf");
  font-weight: 500;
  font-style: oblique;
}
@font-face {
  font-family: "MuseoSans";
  src: url(../fonts/Museo_Sans/MuseoSans-700Italic.eot) format("eot");
  src: url(../fonts/Museo_Sans/MuseoSans-700Italic.woff) format("woff"), url(../fonts/Museo_Sans/MuseoSans-700Italic.otf) format("otf"), url(../fonts/Museo_Sans/MuseoSans-700Italic.ttf) format("ttf");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "Karla";
  src: url(../fonts/Karla/Karla-Regular.eot) format("eot");
  src: url(../fonts/Karla/Karla-Regular.woff) format("woff"), url(../fonts/Karla/Karla-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url(../fonts/Karla/Karla-Bold.eot) format("eot");
  src: url(../fonts/Karla/Karla-Bold.woff) format("woff"), url(../fonts/Karla/Karla-Bold.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url(../fonts/Karla/Karla-Italic.eot) format("eot");
  src: url(../fonts/Karla/Karla-Italic.woff) format("woff"), url(../fonts/Karla/Karla-Italic.ttf) format("ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Karla";
  src: url(../fonts/Karla/Karla-BoldItalic.eot) format("eot");
  src: url(../fonts/Karla/Karla-BoldItalic.woff) format("woff"), url(../fonts/Karla/Karla-BoldItalic.ttf) format("ttf");
  font-weight: 700;
  font-style: italic;
}
body {
  overflow-x: hidden;
  color: #16093e;
  font-family: "AvenirNext";
}
p {
  line-height: 1.8;
}
.pink, .single-cases .wrapper .entry-content a {
  color: #c81783;
}
.read, .all-news-link, .all-news-link a, .read-article, .read-case, .all-cases-link a, body.error404 .content-area a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #16093e !important;
}
.read .fa, .all-news-link .fa, .all-news-link a .fa, .read-article .fa, .read-case .fa, .all-cases-link a .fa, body.error404 .content-area a .fa {
  color: #c81783;
  margin-left: 20px;
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.read:hover .fa, .all-news-link:hover .fa, .all-news-link a:hover .fa, .read-article:hover .fa, .read-case:hover .fa, .all-cases-link a:hover .fa, body.error404 .content-area a:hover .fa {
  left: 10px;
}
.go-to .fa, .home .case-block-first .service-page-highlight .fa, .home .case-block-second .service-page-highlight .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(41, 59, 82, 0.3) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-size: 14px;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.go-to:hover .fa, .home .case-block-first .service-page-highlight:hover .fa, .home .case-block-second .service-page-highlight:hover .fa {
  left: 10px;
}
.back-to:hover .fa {
  left: -10px;
}
.body-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.body-text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
a:hover {
  text-decoration: none;
}
#content a:not([class]) {
  color: #c81783;
}
#content .entry-title a {
  color: #16093e;
}
.navbar {
  z-index: 1000;
}
.btn, .wpcf7 input[type=submit] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-color: #fff;
  border-radius: 25px;
  padding: 0.8rem 1.5rem;
}
.btn.btn-default, .wpcf7 input.btn-default[type=submit], .subscribe-to-our-newsletters #page-wrapper .entry-content input[type="submit"], .contact #page-wrapper .entry-content input[type="submit"], .got-talent #page-wrapper .entry-content input[type="submit"] {
  border-color: #16093e;
  color: #16093e !important;
}
.btn.btn-default:hover, .wpcf7 input.btn-default[type=submit]:hover, .subscribe-to-our-newsletters #page-wrapper .entry-content input[type="submit"]:hover, .contact #page-wrapper .entry-content input[type="submit"]:hover, .got-talent #page-wrapper .entry-content input[type="submit"]:hover {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  background-color: #16093e !important;
}
.btn.btn-primary, .wpcf7 input.btn-primary[type=submit] {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.btn.btn-primary:hover, .wpcf7 input.btn-primary[type=submit]:hover {
  border-color: #16093e !important;
  color: #16093e !important;
  background-color: #FFFFFF !important;
}
.btn.btn-plain, .wpcf7 input.btn-plain[type=submit] {
  display: block;
  background: none;
  border: none;
  -webkit-appearance: none;
  text-align: left;
  padding: 0;
}
.entry-title, .page-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .entry-title, .page-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.all-news-link:hover, .all-news-link a:hover, .read-article:hover, .read-case:hover, .all-cases-link a:hover {
  color: inherit !important;
}
@media (max-width: 575.98px) {
  .p-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#wrapper-footer {
  padding-bottom: 0;
}
#wrapper-footer .footer-row {
  align-items: center;
  -webkit-align-items: center;
  height: 80px;
}
#wrapper-footer .footer-row .footer-social-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding-left: 25%;
  padding-right: 25%;
}
@media (min-width: 768px) {
  #wrapper-footer .footer-row .footer-social-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#wrapper-footer .footer-row .footer-social-wrapper li > a {
  font-size: 16px;
}
#wrapper-footer .footer-row .footer-social-nav, #wrapper-footer .footer-row .footer-nav {
  padding: 0;
  list-style: none;
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  -webkit-flex-grow: 1;
  -webkit-justify-content: space-around;
  color: #16093e;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
@media (max-width: 991.98px) {
  #wrapper-footer .footer-row .footer-social-nav, #wrapper-footer .footer-row .footer-nav {
    margin-bottom: 30px;
  }
}
#wrapper-footer .footer-row .footer-nav {
  font-family: Karla;
  font-weight: normal;
}
#wrapper-footer .footer-row .wm-wrapper img {
  height: 10px;
  width: auto;
}
.single-cases .cases {
  margin-top: -110px;
}
.single-cases .wrapper {
  padding: 0;
}
.single-cases .wrapper .entry-header {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 200px;
  width: 100vw;
  height: 600px;
}
@media (max-width: 575.98px) and (orientation: portrait) {
  .single-cases .wrapper .entry-header {
    height: calc(100vh + 110px);
    padding-top: 160px;
  }
}
@media (min-width: 576px) {
  .single-cases .wrapper .entry-header {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .single-cases .wrapper .entry-header {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 992px) {
  .single-cases .wrapper .entry-header {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 1200px) {
  .single-cases .wrapper .entry-header {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
  }
}
.single-cases .wrapper .entry-header .title-row {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .single-cases .wrapper .entry-header .title-row > div {
    padding: 0;
  }
}
.single-cases .wrapper .entry-header .case-client {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-cases .wrapper .entry-header .case-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-header .case-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.single-cases .wrapper .entry-header .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 59, 82, 0.3);
}
.single-cases .wrapper .entry-content .case-intro-section {
  margin-top: -80px;
}
.single-cases .wrapper .entry-content .case-intro-section > .row {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
}
.single-cases .wrapper .entry-content .case-intro-section .intro-block {
  background-color: #FFFFFF;
  padding: 100px calc(8.33333%);
  font-size: 25px;
  line-height: 54px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-intro-section .intro-block {
    font-size: 24px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-intro-section .intro-block {
    padding: 60px 50px 70px;
  }
}
@media (max-width: 991.98px) {
  .single-cases .wrapper .entry-content .case-intro-section .intro-block {
    order: 2;
  }
}
@media (min-width: 992px) {
  .single-cases .wrapper .entry-content .case-intro-section .intro-block {
    min-height: 590px;
  }
}
.single-cases .wrapper .entry-content .case-intro-section .categories-block {
  background-color: #c81783;
  padding: 100px 8.33333%;
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-intro-section .categories-block {
    padding: 60px 50px 70px;
  }
}
.single-cases .wrapper .entry-content .case-intro-section .categories-block .case-sectors {
  margin: 0;
  text-transform: unset;
  padding: 0;
  background: transparent;
  margin-bottom: 45px;
}
.single-cases .wrapper .entry-content .case-intro-section .categories-block .case-category-parent {
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.single-cases .wrapper .entry-content .case-intro-section .categories-block .case-category-name a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.single-cases .wrapper .entry-content .case-intro-section .categories-block .case-category-name a .fa {
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.single-cases .wrapper .entry-content .case-intro-section .categories-block .case-category-name a:hover .fa {
  left: 10px;
}
.single-cases .wrapper .entry-content .case-approach-section {
  padding: 110px 0 80px;
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-approach-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .single-cases .wrapper .entry-content .case-approach-section > .row {
    align-items: center;
  }
}
.single-cases .wrapper .entry-content .case-approach-section .approach-img-wrapper .embed-responsive {
  width: unset;
}
@media (min-width: 1200px) {
  .single-cases .wrapper .entry-content .case-approach-section .approach-img-wrapper .embed-responsive {
    margin-left: calc((-100vw + 1140px ) / 2 + 8px);
  }
}
.single-cases .wrapper .entry-content .case-approach-section .approach-text-wrapper {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-approach-section .approach-text-wrapper {
    padding-left: 30px;
  }
}
@media (min-width: 1921px) {
  .single-cases .wrapper .entry-content .case-approach-section .approach-text-wrapper {
    margin-left: 10% !important;
  }
}
.single-cases .wrapper .entry-content .case-approach-section .approach-text-wrapper .approach-txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.single-cases .wrapper .entry-content .case-approach-section .approach-text-wrapper .approach-txt h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.single-cases .wrapper .entry-content .case-result-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 110px;
  padding-bottom: 110px;
  background: url(../img/bg-shape-blue.png) no-repeat center;
  background-size: cover;
  min-height: 500px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .single-cases .wrapper .entry-content .case-result-section {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 540px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 540px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .single-cases .wrapper .entry-content .case-result-section {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 720px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 720px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 992px) {
  .single-cases .wrapper .entry-content .case-result-section {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 960px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 960px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 1200px) {
  .single-cases .wrapper .entry-content .case-result-section {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
  }
}
@media (max-width: 575.98px) {
  .single-cases .wrapper .entry-content .case-result-section {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-result-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .single-cases .wrapper .entry-content .case-result-section .result-txt-wrapper .result-txt {
    padding: 0 22% 0 0;
  }
}
.single-cases .wrapper .entry-content .case-result-section .result-txt-wrapper {
  padding: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .case-result-section .result-txt-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-cases .wrapper .entry-content .case-result-section .result-txt-wrapper .result-txt {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
  opacity: 0.7;
}
.single-cases .wrapper .entry-content .case-result-section .result-txt-wrapper .result-txt h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.single-cases .wrapper .entry-content .case-result-section .result-txt-wrapper .all-cases-link a {
  color: #FFFFFF !important;
}
.single-cases .wrapper .entry-content .case-result-section .result-label {
  color: #FFFFFF;
}
.single-cases .wrapper .entry-content .approach-label, .single-cases .wrapper .entry-content .result-label {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .single-cases .wrapper .entry-content .approach-label, .single-cases .wrapper .entry-content .result-label {
    font-size: 40px;
    line-height: 50px;
  }
}
.cases-filters-container {
  margin-bottom: 20px;
}
.cases-filters-container label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-right: 20px;
}
.cases-filters-container label h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .cases-filters-container label {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .cases-filters-container label:last-of-type {
    margin-top: 20px;
  }
}
.cases-filters-container select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #16093e;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
@media (max-width: 374px) and (orientation: portrait) {
  .cases-filters-container select {
    font-size: 16px;
  }
}
.cases-filters-container select:focus, .cases-filters-container select:active {
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
}
.cases-filters-container select + .fa {
  color: #c81783;
  position: relative;
  font-size: 14px;
  top: -5px;
}
@media (min-width: 992px) {
  .cases-filters-container select + .fa {
    margin-right: 20px;
  }
}
.insights-filters-container {
  margin-left: 0 !important;
}
.post-type-archive-cases #archive-wrapper {
  padding-top: 80px;
}
.post-type-archive-cases #archive-wrapper > .container, .post-type-archive-cases .navbar-cambre .navbar-collapse #archive-wrapper > .navbar-nav, .navbar-cambre .navbar-collapse .post-type-archive-cases #archive-wrapper > .navbar-nav {
  min-height: 640px;
}
.post-type-archive-cases .page-header {
  margin-bottom: 30px;
}
.post-type-archive-cases .page-header .page-title {
  color: #16093e;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .post-type-archive-cases .page-header .page-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .post-type-archive-cases .cases-filters-container, .post-type-archive-cases .page-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.post-type-archive-cases .cases {
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .post-type-archive-cases .cases {
    min-height: 480px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .post-type-archive-cases .cases {
    min-height: 560px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-cases .cases {
    min-height: 300px;
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-cases .cases {
    min-height: 270px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .post-type-archive-cases .cases {
    padding-top: 40px !important;
  }
}
.post-type-archive-cases .cases .post-thumbnail, .post-type-archive-cases .cases .go-to, .post-type-archive-cases .cases .home .case-block-first .service-page-highlight, .home .case-block-first .post-type-archive-cases .cases .service-page-highlight, .post-type-archive-cases .cases .home .case-block-second .service-page-highlight, .home .case-block-second .post-type-archive-cases .cases .service-page-highlight, .post-type-archive-cases .cases .entry-header {
  height: 190px;
}
.post-type-archive-cases .cases .go-to, .post-type-archive-cases .cases .home .case-block-first .service-page-highlight, .home .case-block-first .post-type-archive-cases .cases .service-page-highlight, .post-type-archive-cases .cases .home .case-block-second .service-page-highlight, .home .case-block-second .post-type-archive-cases .cases .service-page-highlight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .post-type-archive-cases .cases .post-thumbnail {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-cases .cases .post-thumbnail {
    margin-left: calc(8.33333% + 15px);
  }
}
.post-type-archive-cases .cases .entry-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .post-type-archive-cases .cases .entry-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .post-type-archive-cases .cases .entry-header {
    padding-left: 70px;
    margin-left: -15px;
  }
}
.post-type-archive-cases .cases .entry-header .case-client {
  color: #c81783;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .post-type-archive-cases .cases .entry-header .case-client {
    margin-top: 15px;
  }
}
.post-type-archive-cases .cases .entry-header .entry-title {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}
.post-type-archive-cases .cases .entry-header .case-sectors, .post-type-archive-cases .cases .entry-header .case-services {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #16093e;
  margin: 0;
  text-transform: unset;
  padding: 0;
}
.post-type-archive-cases .cases:hover .go-to, .post-type-archive-cases .cases:hover .home .case-block-first .service-page-highlight, .home .case-block-first .post-type-archive-cases .cases:hover .service-page-highlight, .post-type-archive-cases .cases:hover .home .case-block-second .service-page-highlight, .home .case-block-second .post-type-archive-cases .cases:hover .service-page-highlight {
  opacity: 1;
}
.post-type-archive-cases .cases:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .post-type-archive-cases .cases:after {
    margin-left: 30px;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .post-type-archive-cases .cases:after {
    margin-left: calc(8.3333% + 15px);
  }
}
@media (min-width: 768px) {
  .blog #archive-wrapper, .post-type-archive-events #archive-wrapper {
    padding-top: 85px;
  }
}
@media (max-width: 575.98px) {
  .blog .page-title-container, .post-type-archive-events .page-title-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog .page-title, .post-type-archive-events .page-title {
  text-align: center;
  margin-bottom: 65px;
}
.blog .latest-news, .post-type-archive-events .latest-news {
  margin-bottom: 25px;
}
.blog .latest-news .entry-title, .post-type-archive-events .latest-news .entry-title {
  margin-bottom: 20px;
}
.blog .latest-news .entry-header, .post-type-archive-events .latest-news .entry-header {
  height: 415px;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .blog .latest-news .entry-header, .post-type-archive-events .latest-news .entry-header {
    height: 310px;
  }
}
@media (max-width: 767.98px) {
  .blog .latest-news .entry-content, .post-type-archive-events .latest-news .entry-content {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) {
  .blog .latest-news .entry-content, .post-type-archive-events .latest-news .entry-content {
    padding-left: 30px;
  }
}
.blog .news-category, .post-type-archive-events .news-category {
  font-size: 17px;
  line-height: 20px;
  color: #D0D0D0;
  font-weight: 300;
}
.blog .entry-title, .post-type-archive-events .entry-title {
  line-height: 40px;
}
@media (min-width: 1200px) {
  .blog .entry-title, .post-type-archive-events .entry-title {
    padding-right: calc(8.3333% + 20px);
  }
}
.blog .entry-title a, .post-type-archive-events .entry-title a {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}
.blog .entry-meta, .post-type-archive-events .entry-meta {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog .entry-meta h3, .post-type-archive-events .entry-meta h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.other-news, .latest-couple-news-block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .other-news, .latest-couple-news-block {
    justify-content: flex-start;
  }
}
.other-news .post, .other-news .post-item, .other-news .events, .latest-couple-news-block .post, .latest-couple-news-block .post-item, .latest-couple-news-block .events {
  display: flex;
  padding: 0;
  height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .other-news .post, .other-news .post-item, .other-news .events, .latest-couple-news-block .post, .latest-couple-news-block .post-item, .latest-couple-news-block .events {
    height: unset;
    margin-bottom: 40px;
  }
}
.other-news .post span, .other-news .post-item span, .other-news .events span, .latest-couple-news-block .post span, .latest-couple-news-block .post-item span, .latest-couple-news-block .events span {
  display: block;
}
@media (min-width: 576px) {
  .other-news .post .article-item, .other-news .post-item .article-item, .other-news .events .article-item, .latest-couple-news-block .post .article-item, .latest-couple-news-block .post-item .article-item, .latest-couple-news-block .events .article-item {
    padding: 0;
  }
}
.other-news .post .entry-header, .other-news .post .post-item-header, .other-news .post-item .entry-header, .other-news .post-item .post-item-header, .other-news .events .entry-header, .other-news .events .post-item-header, .latest-couple-news-block .post .entry-header, .latest-couple-news-block .post .post-item-header, .latest-couple-news-block .post-item .entry-header, .latest-couple-news-block .post-item .post-item-header, .latest-couple-news-block .events .entry-header, .latest-couple-news-block .events .post-item-header {
  display: block;
  height: 310px;
}
@media (max-width: 767.98px) {
  .other-news .post .entry-header, .other-news .post .post-item-header, .other-news .post-item .entry-header, .other-news .post-item .post-item-header, .other-news .events .entry-header, .other-news .events .post-item-header, .latest-couple-news-block .post .entry-header, .latest-couple-news-block .post .post-item-header, .latest-couple-news-block .post-item .entry-header, .latest-couple-news-block .post-item .post-item-header, .latest-couple-news-block .events .entry-header, .latest-couple-news-block .events .post-item-header {
    height: 170px;
  }
}
.other-news .post .entry-content, .other-news .post .post-item-content, .other-news .post-item .entry-content, .other-news .post-item .post-item-content, .other-news .events .entry-content, .other-news .events .post-item-content, .latest-couple-news-block .post .entry-content, .latest-couple-news-block .post .post-item-content, .latest-couple-news-block .post-item .entry-content, .latest-couple-news-block .post-item .post-item-content, .latest-couple-news-block .events .entry-content, .latest-couple-news-block .events .post-item-content {
  transition: top 0.1s ease-in-out;
  padding: 30px 50px 50px;
  background-color: #FFFFFF;
  top: 0;
  position: relative;
  flex: 1 0 auto;
}
@media (max-width: 767.98px) {
  .other-news .post .entry-content, .other-news .post .post-item-content, .other-news .post-item .entry-content, .other-news .post-item .post-item-content, .other-news .events .entry-content, .other-news .events .post-item-content, .latest-couple-news-block .post .entry-content, .latest-couple-news-block .post .post-item-content, .latest-couple-news-block .post-item .entry-content, .latest-couple-news-block .post-item .post-item-content, .latest-couple-news-block .events .entry-content, .latest-couple-news-block .events .post-item-content {
    padding: 0;
  }
}
.other-news .post .entry-content .entry-title, .other-news .post .entry-content .entry-title a, .other-news .post .entry-content .post-item-title, .other-news .post .post-item-content .entry-title, .other-news .post .post-item-content .entry-title a, .other-news .post .post-item-content .post-item-title, .other-news .post-item .entry-content .entry-title, .other-news .post-item .entry-content .entry-title a, .other-news .post-item .entry-content .post-item-title, .other-news .post-item .post-item-content .entry-title, .other-news .post-item .post-item-content .entry-title a, .other-news .post-item .post-item-content .post-item-title, .other-news .events .entry-content .entry-title, .other-news .events .entry-content .entry-title a, .other-news .events .entry-content .post-item-title, .other-news .events .post-item-content .entry-title, .other-news .events .post-item-content .entry-title a, .other-news .events .post-item-content .post-item-title, .latest-couple-news-block .post .entry-content .entry-title, .latest-couple-news-block .post .entry-content .entry-title a, .latest-couple-news-block .post .entry-content .post-item-title, .latest-couple-news-block .post .post-item-content .entry-title, .latest-couple-news-block .post .post-item-content .entry-title a, .latest-couple-news-block .post .post-item-content .post-item-title, .latest-couple-news-block .post-item .entry-content .entry-title, .latest-couple-news-block .post-item .entry-content .entry-title a, .latest-couple-news-block .post-item .entry-content .post-item-title, .latest-couple-news-block .post-item .post-item-content .entry-title, .latest-couple-news-block .post-item .post-item-content .entry-title a, .latest-couple-news-block .post-item .post-item-content .post-item-title, .latest-couple-news-block .events .entry-content .entry-title, .latest-couple-news-block .events .entry-content .entry-title a, .latest-couple-news-block .events .entry-content .post-item-title, .latest-couple-news-block .events .post-item-content .entry-title, .latest-couple-news-block .events .post-item-content .entry-title a, .latest-couple-news-block .events .post-item-content .post-item-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .other-news .post .entry-content .entry-title, .other-news .post .entry-content .entry-title a, .other-news .post .entry-content .post-item-title, .other-news .post .post-item-content .entry-title, .other-news .post .post-item-content .entry-title a, .other-news .post .post-item-content .post-item-title, .other-news .post-item .entry-content .entry-title, .other-news .post-item .entry-content .entry-title a, .other-news .post-item .entry-content .post-item-title, .other-news .post-item .post-item-content .entry-title, .other-news .post-item .post-item-content .entry-title a, .other-news .post-item .post-item-content .post-item-title, .other-news .events .entry-content .entry-title, .other-news .events .entry-content .entry-title a, .other-news .events .entry-content .post-item-title, .other-news .events .post-item-content .entry-title, .other-news .events .post-item-content .entry-title a, .other-news .events .post-item-content .post-item-title, .latest-couple-news-block .post .entry-content .entry-title, .latest-couple-news-block .post .entry-content .entry-title a, .latest-couple-news-block .post .entry-content .post-item-title, .latest-couple-news-block .post .post-item-content .entry-title, .latest-couple-news-block .post .post-item-content .entry-title a, .latest-couple-news-block .post .post-item-content .post-item-title, .latest-couple-news-block .post-item .entry-content .entry-title, .latest-couple-news-block .post-item .entry-content .entry-title a, .latest-couple-news-block .post-item .entry-content .post-item-title, .latest-couple-news-block .post-item .post-item-content .entry-title, .latest-couple-news-block .post-item .post-item-content .entry-title a, .latest-couple-news-block .post-item .post-item-content .post-item-title, .latest-couple-news-block .events .entry-content .entry-title, .latest-couple-news-block .events .entry-content .entry-title a, .latest-couple-news-block .events .entry-content .post-item-title, .latest-couple-news-block .events .post-item-content .entry-title, .latest-couple-news-block .events .post-item-content .entry-title a, .latest-couple-news-block .events .post-item-content .post-item-title {
    margin-top: 15px;
  }
}
.other-news .post .read-article, .other-news .post-item .read-article, .other-news .events .read-article, .latest-couple-news-block .post .read-article, .latest-couple-news-block .post-item .read-article, .latest-couple-news-block .events .read-article {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .other-news .post .read-article, .other-news .post-item .read-article, .other-news .events .read-article, .latest-couple-news-block .post .read-article, .latest-couple-news-block .post-item .read-article, .latest-couple-news-block .events .read-article {
    display: none;
    margin-top: 40px;
    transition: margin 4s ease-in-out;
  }
}
.other-news .post .news-category, .other-news .post-item .news-category, .other-news .events .news-category, .latest-couple-news-block .post .news-category, .latest-couple-news-block .post-item .news-category, .latest-couple-news-block .events .news-category {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px;
  color: #D0D0D0;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .other-news .post .news-category, .other-news .post-item .news-category, .other-news .events .news-category, .latest-couple-news-block .post .news-category, .latest-couple-news-block .post-item .news-category, .latest-couple-news-block .events .news-category {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.other-news .post, .other-news .events, .latest-couple-news-block .post, .latest-couple-news-block .events {
  background-color: #FFFFFF;
}
.other-news .post:hover, .other-news .events:hover, .latest-couple-news-block .post:hover, .latest-couple-news-block .events:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .other-news .post:hover, .other-news .events:hover, .latest-couple-news-block .post:hover, .latest-couple-news-block .events:hover {
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  }
}
.other-news .post:hover .read-article, .other-news .events:hover .read-article, .latest-couple-news-block .post:hover .read-article, .latest-couple-news-block .events:hover .read-article {
  display: block;
}
@media (min-width: 768px) {
  .other-news .post:hover .entry-content, .other-news .post:hover .post-item-content, .other-news .events:hover .entry-content, .other-news .events:hover .post-item-content, .latest-couple-news-block .post:hover .entry-content, .latest-couple-news-block .post:hover .post-item-content, .latest-couple-news-block .events:hover .entry-content, .latest-couple-news-block .events:hover .post-item-content {
    margin-top: -40px;
    top: -50px;
  }
}
.other-news .post-item, .latest-couple-news-block .post-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .other-news .post-item, .latest-couple-news-block .post-item {
    width: calc(( 720px - 15px ) / 2);
  }
  .other-news .post-item.newsletter-item, .latest-couple-news-block .post-item.newsletter-item {
    width: 100%;
  }
  .other-news .post-item.newsletter-item .btn, .other-news .post-item.newsletter-item .wpcf7 input[type=submit], .wpcf7 .other-news .post-item.newsletter-item input[type=submit], .latest-couple-news-block .post-item.newsletter-item .btn, .latest-couple-news-block .post-item.newsletter-item .wpcf7 input[type=submit], .wpcf7 .latest-couple-news-block .post-item.newsletter-item input[type=submit] {
    max-width: 250px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .other-news .post-item, .latest-couple-news-block .post-item {
    width: calc(( 1140px - 30px ) / 3);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .other-news .post-item, .latest-couple-news-block .post-item {
    width: calc(( 960px - 30px ) / 3);
  }
}
.other-news .post-item.newsletter-item, .latest-couple-news-block .post-item.newsletter-item {
  background-color: #16093e;
  color: #FFFFFF;
  padding: 80px 40px;
}
.other-news .post-item.newsletter-item p, .latest-couple-news-block .post-item.newsletter-item p {
  padding-right: 60px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) and (orientation: landscape) {
  .other-news .post-item.newsletter-item, .latest-couple-news-block .post-item.newsletter-item {
    padding: 80px 60px;
  }
  .other-news .post-item.newsletter-item .btn, .other-news .post-item.newsletter-item .wpcf7 input[type=submit], .wpcf7 .other-news .post-item.newsletter-item input[type=submit], .latest-couple-news-block .post-item.newsletter-item .btn, .latest-couple-news-block .post-item.newsletter-item .wpcf7 input[type=submit], .wpcf7 .latest-couple-news-block .post-item.newsletter-item input[type=submit] {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  .other-news .post-item.newsletter-item, .latest-couple-news-block .post-item.newsletter-item {
    padding: 80px 60px;
  }
}
@media (min-width: 992px) {
  .other-news .post-item.newsletter-item, .latest-couple-news-block .post-item.newsletter-item {
    padding: 80px 30px;
  }
}
@media (min-width: 1200px) {
  .other-news .post-item.newsletter-item, .latest-couple-news-block .post-item.newsletter-item {
    padding: 80px 60px;
  }
}
.other-news .post-item.newsletter-item h3, .latest-couple-news-block .post-item.newsletter-item h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.other-news .post-item.newsletter-item p, .latest-couple-news-block .post-item.newsletter-item p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}
.other-news .post-item.newsletter-item p h3, .latest-couple-news-block .post-item.newsletter-item p h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.other-news.on-front h3:after, .latest-couple-news-block.on-front h3:after {
  display: none;
}
@media (min-width: 768px) {
  .other-news {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.other-news.vacancies {
  margin-top: 60px;
  margin-left: 0;
}
.other-news.vacancies .post {
  height: auto;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
}
.other-news.vacancies .post:hover .entry-content {
  top: 0 !important;
  margin-top: 0 !important;
}
.other-news.vacancies .post .read-article {
  display: block;
}
.other-news.vacancies .entry-header {
  display: none;
}
.other-news.vacancies .entry-content {
  transition: none;
  transform: none !important;
}
.other-news .post, .other-news .events {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 992px) {
  .other-news .post, .other-news .events {
    margin-right: 15px !important;
    width: calc(( 960px - 45px ) / 3 + 5px) !important;
  }
  .other-news .post:nth-of-type(3n), .other-news .events:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .other-news .post, .other-news .events {
    width: calc(( 1140px - 45px ) / 3 + 5px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .other-news .post, .other-news .events {
    margin-right: 15px !important;
    margin-bottom: 20px;
    width: calc(( 720px - 15px ) / 2) !important;
  }
  .other-news .post:nth-of-type(2n), .other-news .events:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.page-id-9065 .entry-header-with-image, .page-id-9346 .entry-header-with-image {
  position: relative;
}
.page-id-9065 .entry-header-with-image::before, .page-id-9346 .entry-header-with-image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.single-post #single-wrapper, .single-events #single-wrapper, .single-vacancy #single-wrapper {
  padding-top: 105px;
}
.single-post .post .entry-header > .row, .single-post .events .entry-header > .row, .single-events .post .entry-header > .row, .single-events .events .entry-header > .row, .single-vacancy .post .entry-header > .row, .single-vacancy .events .entry-header > .row {
  align-items: center;
}
.single-post .post .entry-content > .row, .single-post .events .entry-content > .row, .single-events .post .entry-content > .row, .single-events .events .entry-content > .row, .single-vacancy .post .entry-content > .row, .single-vacancy .events .entry-content > .row {
  position: relative;
  min-height: 400px;
}
.single-post .post .news-body, .single-post .events .news-body, .single-events .post .news-body, .single-events .events .news-body, .single-vacancy .post .news-body, .single-vacancy .events .news-body {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  counter-reset: section;
}
@media (min-width: 768px) {
  .single-post .post .news-body, .single-post .events .news-body, .single-events .post .news-body, .single-events .events .news-body, .single-vacancy .post .news-body, .single-vacancy .events .news-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post .post .news-body h3, .single-post .events .news-body h3, .single-events .post .news-body h3, .single-events .events .news-body h3, .single-vacancy .post .news-body h3, .single-vacancy .events .news-body h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.single-post .post .news-body h3, .single-post .events .news-body h3, .single-events .post .news-body h3, .single-events .events .news-body h3, .single-vacancy .post .news-body h3, .single-vacancy .events .news-body h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.single-post .post .news-body img.display-full, .single-post .events .news-body img.display-full, .single-events .post .news-body img.display-full, .single-events .events .news-body img.display-full, .single-vacancy .post .news-body img.display-full, .single-vacancy .events .news-body img.display-full {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .single-post .post .news-body img.display-full, .single-post .events .news-body img.display-full, .single-events .post .news-body img.display-full, .single-events .events .news-body img.display-full, .single-vacancy .post .news-body img.display-full, .single-vacancy .events .news-body img.display-full {
    width: 1140px;
    max-width: unset;
    margin-left: calc(-1140px / 4);
  }
}
.single-post .post .news-body h6, .single-post .events .news-body h6, .single-events .post .news-body h6, .single-events .events .news-body h6, .single-vacancy .post .news-body h6, .single-vacancy .events .news-body h6 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.single-post .post .news-body h6:before, .single-post .events .news-body h6:before, .single-events .post .news-body h6:before, .single-events .events .news-body h6:before, .single-vacancy .post .news-body h6:before, .single-vacancy .events .news-body h6:before {
  counter-increment: section;
  content: "0" counter(section) " ";
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #c81783;
  font-weight: 300;
}
.single-post .post .news-body a:not(.btn), .single-post .events .news-body a:not(.btn), .single-events .post .news-body a:not(.btn), .single-events .events .news-body a:not(.btn), .single-vacancy .post .news-body a:not(.btn), .single-vacancy .events .news-body a:not(.btn) {
  color: #c81783;
}
.single-post .post .entry-meta, .single-post .events .entry-meta, .single-events .post .entry-meta, .single-events .events .entry-meta, .single-vacancy .post .entry-meta, .single-vacancy .events .entry-meta {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .single-post .post .entry-meta, .single-post .events .entry-meta, .single-events .post .entry-meta, .single-events .events .entry-meta, .single-vacancy .post .entry-meta, .single-vacancy .events .entry-meta {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.single-post .post .entry-meta .news-post-date, .single-post .post .entry-meta .news-cat, .single-post .events .entry-meta .news-post-date, .single-post .events .entry-meta .news-cat, .single-events .post .entry-meta .news-post-date, .single-events .post .entry-meta .news-cat, .single-events .events .entry-meta .news-post-date, .single-events .events .entry-meta .news-cat, .single-vacancy .post .entry-meta .news-post-date, .single-vacancy .post .entry-meta .news-cat, .single-vacancy .events .entry-meta .news-post-date, .single-vacancy .events .entry-meta .news-cat {
  color: #D0D0D0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 8px;
}
.single-post .post .register-top, .single-post .events .register-top, .single-events .post .register-top, .single-events .events .register-top, .single-vacancy .post .register-top, .single-vacancy .events .register-top {
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .single-post .post .register-top, .single-post .events .register-top, .single-events .post .register-top, .single-events .events .register-top, .single-vacancy .post .register-top, .single-vacancy .events .register-top {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.single-post .post .news-cover-img-wrapper, .single-post .events .news-cover-img-wrapper, .single-events .post .news-cover-img-wrapper, .single-events .events .news-cover-img-wrapper, .single-vacancy .post .news-cover-img-wrapper, .single-vacancy .events .news-cover-img-wrapper {
  height: 520px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .single-post .post .news-cover-img-wrapper, .single-post .events .news-cover-img-wrapper, .single-events .post .news-cover-img-wrapper, .single-events .events .news-cover-img-wrapper, .single-vacancy .post .news-cover-img-wrapper, .single-vacancy .events .news-cover-img-wrapper {
    margin-bottom: 80px;
  }
}
.single-post .post:not(.category-news) .intro-content, .single-post .events:not(.category-news) .intro-content, .single-events .post:not(.category-news) .intro-content, .single-events .events:not(.category-news) .intro-content, .single-vacancy .post:not(.category-news) .intro-content, .single-vacancy .events:not(.category-news) .intro-content {
  padding-right: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 54px;
  z-index: 50;
}
.single-post .post:not(.category-news) .intro-content .intro-text, .single-post .events:not(.category-news) .intro-content .intro-text, .single-events .post:not(.category-news) .intro-content .intro-text, .single-events .events:not(.category-news) .intro-content .intro-text, .single-vacancy .post:not(.category-news) .intro-content .intro-text, .single-vacancy .events:not(.category-news) .intro-content .intro-text {
  padding: 50px;
  min-height: 320px;
  background: #FFFFFF;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 54px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .single-post .post:not(.category-news) .intro-content .intro-text, .single-post .events:not(.category-news) .intro-content .intro-text, .single-events .post:not(.category-news) .intro-content .intro-text, .single-events .events:not(.category-news) .intro-content .intro-text, .single-vacancy .post:not(.category-news) .intro-content .intro-text, .single-vacancy .events:not(.category-news) .intro-content .intro-text {
    min-height: 440px;
    padding: 90px 90px 90px 110px;
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
    margin-top: -150px;
  }
}
@media (max-width: 767.98px) {
  .single-post .post:not(.category-news) .intro-content .intro-text, .single-post .events:not(.category-news) .intro-content .intro-text, .single-events .post:not(.category-news) .intro-content .intro-text, .single-events .events:not(.category-news) .intro-content .intro-text, .single-vacancy .post:not(.category-news) .intro-content .intro-text, .single-vacancy .events:not(.category-news) .intro-content .intro-text {
    font-size: 24px;
    line-height: 46px;
  }
}
.single-post .post:not(.category-news) .news-cover-img-wrapper, .single-post .events:not(.category-news) .news-cover-img-wrapper, .single-events .post:not(.category-news) .news-cover-img-wrapper, .single-events .events:not(.category-news) .news-cover-img-wrapper, .single-vacancy .post:not(.category-news) .news-cover-img-wrapper, .single-vacancy .events:not(.category-news) .news-cover-img-wrapper {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .single-post .post:not(.category-news) .news-cover-img-wrapper, .single-post .events:not(.category-news) .news-cover-img-wrapper, .single-events .post:not(.category-news) .news-cover-img-wrapper, .single-events .events:not(.category-news) .news-cover-img-wrapper, .single-vacancy .post:not(.category-news) .news-cover-img-wrapper, .single-vacancy .events:not(.category-news) .news-cover-img-wrapper {
    margin-bottom: 80px;
  }
}
.single-post .post .event-info, .single-post .events .event-info, .single-events .post .event-info, .single-events .events .event-info, .single-vacancy .post .event-info, .single-vacancy .events .event-info {
  color: #D0D0D0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}
.single-post .post .event-info > div p, .single-post .events .event-info > div p, .single-events .post .event-info > div p, .single-events .events .event-info > div p, .single-vacancy .post .event-info > div p, .single-vacancy .events .event-info > div p {
  display: inline-block;
  vertical-align: top;
}
.single-post .post .event-info .fa, .single-post .events .event-info .fa, .single-events .post .event-info .fa, .single-events .events .event-info .fa, .single-vacancy .post .event-info .fa, .single-vacancy .events .event-info .fa {
  margin-right: 15px;
  width: 25px;
  height: 18px;
  text-align: center;
  margin-top: 6px;
}
.single-post .post .registration-link-bottom, .single-post .events .registration-link-bottom, .single-events .post .registration-link-bottom, .single-events .events .registration-link-bottom, .single-vacancy .post .registration-link-bottom, .single-vacancy .events .registration-link-bottom {
  margin-top: 35px;
}
.page-template-both-sidebarspage .back-to-button, .single-events .back-to-button, .single-post .back-to-button, .single-vacancy .back-to-button {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .page-template-both-sidebarspage .back-to-button, .single-events .back-to-button, .single-post .back-to-button, .single-vacancy .back-to-button {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-both-sidebarspage .back-to-button a, .single-events .back-to-button a, .single-post .back-to-button a, .single-vacancy .back-to-button a {
  background-color: #16093e;
  display: flex;
  height: 130px;
  color: #FFFFFF;
  padding: 40px 45px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .page-template-both-sidebarspage .back-to-button a, .single-events .back-to-button a, .single-post .back-to-button a, .single-vacancy .back-to-button a {
    padding: 40px 25px;
  }
}
.page-template-both-sidebarspage .back-to-button a .fa, .single-events .back-to-button a .fa, .single-post .back-to-button a .fa, .single-vacancy .back-to-button a .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 55px;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .page-template-both-sidebarspage .back-to-button a .fa, .single-events .back-to-button a .fa, .single-post .back-to-button a .fa, .single-vacancy .back-to-button a .fa {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-both-sidebarspage .back-to-button a .fa, .single-events .back-to-button a .fa, .single-post .back-to-button a .fa, .single-vacancy .back-to-button a .fa {
    margin-right: 35px;
  }
}
.page-template-both-sidebarspage .back-to-button a .back-wrapper-right, .single-events .back-to-button a .back-wrapper-right, .single-post .back-to-button a .back-wrapper-right, .single-vacancy .back-to-button a .back-wrapper-right {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}
@media (max-width: 991.98px) {
  .page-template-both-sidebarspage .back-to-button a .back-wrapper-right, .single-events .back-to-button a .back-wrapper-right, .single-post .back-to-button a .back-wrapper-right, .single-vacancy .back-to-button a .back-wrapper-right {
    padding-right: 0;
  }
  .page-template-both-sidebarspage .back-to-button a .back-wrapper-right span, .single-events .back-to-button a .back-wrapper-right span, .single-post .back-to-button a .back-wrapper-right span, .single-vacancy .back-to-button a .back-wrapper-right span {
    padding-right: 0;
  }
}
.page-template-both-sidebarspage .back-to-button a .back-wrapper-right .back-label, .single-events .back-to-button a .back-wrapper-right .back-label, .single-post .back-to-button a .back-wrapper-right .back-label, .single-vacancy .back-to-button a .back-wrapper-right .back-label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.page-template-both-sidebarspage .back-to-button a .back-wrapper-right .back-location, .single-events .back-to-button a .back-wrapper-right .back-location, .single-post .back-to-button a .back-wrapper-right .back-location, .single-vacancy .back-to-button a .back-wrapper-right .back-location {
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .page-template-both-sidebarspage .back-to-button a .back-wrapper-right .back-location, .single-events .back-to-button a .back-wrapper-right .back-location, .single-post .back-to-button a .back-wrapper-right .back-location, .single-vacancy .back-to-button a .back-wrapper-right .back-location {
    font-size: 28px;
  }
}
.page-template-both-sidebarspage .back-to-button a:hover .fa, .single-events .back-to-button a:hover .fa, .single-post .back-to-button a:hover .fa, .single-vacancy .back-to-button a:hover .fa {
  left: -10px;
}
.single-vacancy .news-cover-img-wrapper {
  background: #c81783;
  height: 3px !important;
  display: none !important;
}
.single-service_page #single-wrapper, .single-sector_page #single-wrapper {
  padding-top: 0;
  margin-top: -81px;
}
.single-service_page .entry-header, .single-sector_page .entry-header {
  background-color: #c81783;
  color: #FFFFFF;
  padding-top: 215px;
  margin-left: -15px;
  margin-right: -15px;
  height: 600px;
  margin-bottom: 90px;
  position: relative;
}
@media (min-width: 576px) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 992px) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 1200px) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
  }
}
@media (max-width: 575.98px) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .single-service_page .entry-header, .single-sector_page .entry-header {
    padding-top: 145px;
  }
}
.single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../img/Forme_Cambre_Service.svg) no-repeat right -520px;
  background-size: 1440px;
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    background: url(../img/Forme_Cambre_Service.svg) no-repeat -68vw -480px;
    background-size: 200vw auto;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    background: url(../img/Forme_Cambre_Service.svg) no-repeat -78vw -520px;
    background-size: 200vw auto;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1200px), (-ms-high-contrast: none) and (min-width: 1200px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    background: url(../img/Forme_Cambre_Service.svg) no-repeat -60vw -400px;
    background-size: 180vw auto;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1440px), (-ms-high-contrast: none) and (min-width: 1440px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    background: url(../img/Forme_Cambre_Service.svg) no-repeat -60vw -490px;
    background-size: 180vw auto;
  }
}
@media (min-width: 768px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    right: calc((100vw - 720px) / 2 - 20px);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    right: calc((100vw - 720px) / 2 - 40px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    right: calc((100vw - 720px) / 2 - 60px);
  }
}
@media (min-width: 992px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    right: calc((100vw - 960px)/ 2 + 80px);
  }
}
@media (min-width: 1200px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    right: calc((100vw - 1140px)/ 2 + 80px);
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    height: 100%;
    width: 100vw;
    background-size: 1240px;
    background-position: -400px -380px;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    height: 100vh;
    width: 100%;
    background-position: -760px -420px;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) and (min-width: 576px) {
  .single-service_page .entry-header .page-shape, .single-sector_page .entry-header .page-shape {
    background-position: -500px bottom;
  }
}
.single-service_page .entry-header .page-intro, .single-sector_page .entry-header .page-intro {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding-left: 0;
}
.single-service_page .entry-header .page-intro h3, .single-sector_page .entry-header .page-intro h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.single-service_page .entry-header .title-label, .single-sector_page .entry-header .title-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .single-service_page .entry-header .header-content, .single-sector_page .entry-header .header-content {
    padding: 0;
  }
}
.single-service_page .first-row, .single-sector_page .first-row {
  margin-bottom: 20px;
}
.single-service_page .first-row .entry-content, .single-sector_page .first-row .entry-content {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
}
.single-service_page .first-row .entry-content h3, .single-sector_page .first-row .entry-content h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  .single-service_page .first-row .entry-content, .single-sector_page .first-row .entry-content {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .single-service_page .first-row .entry-content, .single-sector_page .first-row .entry-content {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .single-service_page .first-row .entry-content, .single-sector_page .first-row .entry-content {
    top: 0;
    order: 2;
  }
}
.single-service_page .first-row .case-highlight-first, .single-sector_page .first-row .case-highlight-first {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .single-service_page .first-row .case-highlight-first, .single-sector_page .first-row .case-highlight-first {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .single-service_page .first-row .case-highlight-first, .single-sector_page .first-row .case-highlight-first {
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  .single-service_page .first-row .case-highlight-first, .single-sector_page .first-row .case-highlight-first {
    top: -170px;
    margin-bottom: unset;
  }
}
.single-service_page .all-cases-row, .single-sector_page .all-cases-row {
  margin-top: -20px;
}
.single-service_page .latest-case-container, .single-sector_page .latest-case-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  height: 515px;
  background-size: cover !important;
  color: #FFFFFF;
}
.single-service_page .latest-case-container .latest-case-client, .single-sector_page .latest-case-container .latest-case-client {
  position: relative;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  width: 100%;
  height: 100%;
  padding: 50px 15px;
  justify-content: flex-end;
  background-color: rgba(41, 59, 82, 0.3);
  transition: all 0.05s ease-in-out;
}
@media (max-width: 767.98px) {
  .single-service_page .latest-case-container .latest-case-client, .single-sector_page .latest-case-container .latest-case-client {
    padding: 50px;
  }
}
@media (min-width: 576px) {
  .single-service_page .latest-case-container .latest-case-client, .single-sector_page .latest-case-container .latest-case-client {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .single-service_page .latest-case-container .latest-case-client, .single-sector_page .latest-case-container .latest-case-client {
    padding: 50px 75px;
  }
}
.single-service_page .latest-case-container .latest-case-client .case-client-name, .single-sector_page .latest-case-container .latest-case-client .case-client-name {
  display: block;
  width: 70%;
  left: 75px;
}
@media (max-width: 767.98px) {
  .single-service_page .latest-case-container .latest-case-client .case-client-name, .single-sector_page .latest-case-container .latest-case-client .case-client-name {
    display: none;
  }
}
.single-service_page .latest-case-container:hover, .single-sector_page .latest-case-container:hover {
  color: inherit !important;
}
.single-service_page .case-highlight-middle-block > div, .single-service_page .case-highlight-first-block > div, .single-sector_page .case-highlight-middle-block > div, .single-sector_page .case-highlight-first-block > div {
  padding: 0;
}
.single-service_page .case-highlight-first-block, .single-sector_page .case-highlight-first-block {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .single-service_page .case-highlight-first-block, .single-sector_page .case-highlight-first-block {
    margin-bottom: 110px;
  }
}
.single-service_page .quoting-row, .single-sector_page .quoting-row {
  margin-bottom: 65px;
}
@media (max-width: 575.98px) {
  .single-service_page .quoting-row, .single-sector_page .quoting-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .single-service_page .quoting-row, .single-sector_page .quoting-row {
    margin-bottom: 35px;
  }
}
.single-service_page .quoting-row .member-quote, .single-sector_page .quoting-row .member-quote {
  font-size: 25px;
  line-height: 54px;
  font-weight: 300;
  display: inline;
}
@media (max-width: 767.98px) {
  .single-service_page .quoting-row .member-quote, .single-sector_page .quoting-row .member-quote {
    font-size: 24px;
    line-height: 46px;
  }
}
.single-service_page .quoting-row .member-quote:before, .single-service_page .quoting-row .member-quote:after, .single-sector_page .quoting-row .member-quote:before, .single-sector_page .quoting-row .member-quote:after {
  display: inline;
}
.single-service_page .quoting-row .member-quote:before, .single-sector_page .quoting-row .member-quote:before {
  content: "“";
}
.single-service_page .quoting-row .member-quote:after, .single-sector_page .quoting-row .member-quote:after {
  content: "”";
}
.single-service_page .quoting-row .member-quote p, .single-sector_page .quoting-row .member-quote p {
  display: inline;
}
.single-service_page .all-cases-row > div, .single-sector_page .all-cases-row > div {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .single-service_page .all-cases-row > div, .single-sector_page .all-cases-row > div {
    padding: 0;
  }
}
.single-service_page .get-in-touch-block, .single-sector_page .get-in-touch-block {
  padding: 80px 40px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 992px) {
  .single-service_page .get-in-touch-block, .single-sector_page .get-in-touch-block {
    padding: 80px 65px;
  }
}
.single-service_page .get-in-touch-block h3, .single-sector_page .get-in-touch-block h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.single-service_page .get-in-touch-block p, .single-sector_page .get-in-touch-block p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
.case-container, .latest-case-container {
  display: flex;
  height: 450px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .case-container, .latest-case-container {
    height: 415px;
  }
}
.case-container .case-client, .case-container .latest-case-client, .latest-case-container .case-client, .latest-case-container .latest-case-client {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  width: 100%;
  height: 100%;
  padding: 50px 75px;
  justify-content: flex-end;
  background-color: rgba(41, 59, 82, 0.3);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .case-container .case-client, .case-container .latest-case-client, .latest-case-container .case-client, .latest-case-container .latest-case-client {
    justify-content: flex-end;
    padding: 50px;
  }
}
.case-container .case-client .case-client-name, .case-container .latest-case-client .case-client-name, .latest-case-container .case-client .case-client-name, .latest-case-container .latest-case-client .case-client-name {
  position: absolute;
  bottom: 50px;
}
@media (max-width: 991.98px) {
  .case-container .case-client .case-client-name, .case-container .latest-case-client .case-client-name, .latest-case-container .case-client .case-client-name, .latest-case-container .latest-case-client .case-client-name {
    display: none !important;
  }
}
.case-container .read-case, .case-container .case-title, .latest-case-container .read-case, .latest-case-container .case-title {
  color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .case-container .read-case, .case-container .case-title, .latest-case-container .read-case, .latest-case-container .case-title {
    display: none;
  }
}
.case-container .read-case, .latest-case-container .read-case {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .case-container .read-case, .latest-case-container .read-case {
    margin-top: 35px;
  }
}
.case-container .case-title, .latest-case-container .case-title {
  margin-top: 5px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  height: 160px;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .case-container .case-title, .latest-case-container .case-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.case-container:hover .case-client, .case-container:hover .latest-case-client, .latest-case-container:hover .case-client, .latest-case-container:hover .latest-case-client {
  background-color: #293b52;
}
.case-container:hover .case-client .case-client-name, .case-container:hover .latest-case-client .case-client-name, .latest-case-container:hover .case-client .case-client-name, .latest-case-container:hover .latest-case-client .case-client-name {
  position: static;
}
.case-container:hover .read-case, .case-container:hover .case-title, .latest-case-container:hover .read-case, .latest-case-container:hover .case-title {
  display: block;
}
.single-service_page .latest-case-container {
  height: 515px;
}
.single-sector_page .latest-case-container {
  height: 415px;
}
.single-sector_page .anchor-wrapper {
  margin-top: 100px;
}
.single-sector_page .anchor {
  display: flex;
  width: 60px;
  height: 60px;
  transform: rotate(90deg);
  background: url(../img/Rond_flèche_blanc.svg) no-repeat center center;
  background-size: contain;
}
.latest-couple-news-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .latest-couple-news-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .latest-couple-news-block {
    padding: 0;
    margin-top: 80px;
  }
}
.latest-couple-news-block .all-news-link-container, .latest-couple-news-block .latest-news-title-container {
  padding: 0px 0 40px;
}
.latest-couple-news-block .latest-news-title-container h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.latest-couple-news-block .latest-news-title-container:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 35px;
  border-top: 1px solid rgba(41, 59, 82, 0.1);
}
@media (min-width: 768px) {
  .latest-couple-news-block .latest-news-title-container:after {
    width: 170%;
  }
}
@media (min-width: 992px) {
  .latest-couple-news-block .latest-news-title-container:after {
    width: calc(108.33333% + 40px);
  }
}
.single-sector_page .entry-header {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 890px;
}
@media (min-width: 576px) {
  .single-sector_page .entry-header {
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .single-sector_page .entry-header > .container, .single-sector_page .navbar-cambre .navbar-collapse .entry-header > .navbar-nav, .navbar-cambre .navbar-collapse .single-sector_page .entry-header > .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .single-sector_page .entry-header {
    height: 890px;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .single-sector_page .entry-header {
    padding-top: 125px;
  }
}
@media (min-width: 768px) {
  .single-sector_page .entry-header {
    height: 800px;
  }
}
.single-sector_page .entry-header .page-mask {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .single-sector_page .entry-header .page-mask {
    height: 800px;
  }
}
@media (min-width: 1200px) {
  .single-sector_page .entry-header .page-mask {
    height: calc(100% + 215px);
  }
}
.single-sector_page .entry-header .page-shape {
  background: url(../img/Forme_Cambre_Sector.svg) no-repeat left center;
  background-size: 100%;
  width: 800px;
  height: 500px;
  right: auto;
  left: 15px;
  top: -118px;
  bottom: auto;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .single-sector_page .entry-header .page-shape {
    height: calc(100% + 121px);
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .single-sector_page .entry-header .page-shape {
    background-size: 2080px;
    left: 30px;
    width: 100vw;
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .single-sector_page .entry-header .page-shape {
    background-size: 1610px;
    left: -40px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .single-sector_page .entry-header .page-shape {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .single-sector_page .entry-header .page-shape {
    width: 1440px;
    height: 1440px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    margin-left: 385px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-sector_page .entry-header .page-shape {
    transform: translate(-56%, -50%);
    background-size: 1550px;
  }
}
@media (min-width: 992px) {
  .single-sector_page .entry-header .page-shape {
    margin-left: 285px;
    transform: translate(-51%, -50%);
    background-size: 1610px;
  }
}
@media (min-width: 1200px) {
  .single-sector_page .entry-header .page-shape {
    background-size: 100%;
    margin-left: 200px;
  }
}
@media (max-width: 575.98px) {
  .single-sector_page .entry-header .header-content {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .single-sector_page .entry-header .header-content {
    max-width: 24%;
  }
}
.single-sector_page .entry-header .header-content .entry-title {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .single-sector_page .sector-member {
    order: 2;
  }
}
@media (max-width: 1199.98px) {
  .single-sector_page .sector-member-quote {
    margin-bottom: 50px;
  }
}
.single-sector_page .middle-case-row > div {
  padding: 0;
}
.single-sector_page .middle-case-row .case-highlight-text-box {
  background-color: #FFA547;
  padding: 60px 40px;
  max-height: 415px;
  color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .single-sector_page .middle-case-row .case-highlight-text-box {
    padding: 90px 120px;
  }
}
.single-sector_page .middle-case-row .case-highlight-text-box .sector-case-highlight-number {
  font-size: 110px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 70px;
}
.single-sector_page .middle-case-row .case-highlight-text-box .sector-case-highlight-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-transform: uppercase;
}
.single-sector_page .middle-case-row .case-highlight-text-box .sector-case-highlight-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .post-type-archive-team_member .page-header {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-team_member .page-title-container {
    padding-left: 0;
  }
}
.post-type-archive-team_member .page-title-container .page-title {
  margin-bottom: 60px;
}
.post-type-archive-team_member .page-banner {
  padding: 0;
}
@media (min-width: 1200px) {
  .post-type-archive-team_member .page-banner {
    height: 600px;
    overflow: hidden;
  }
}
.post-type-archive-team_member .page-intro-row {
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .post-type-archive-team_member .page-intro-row {
    margin-right: calc((-100vw + 1140px) / 2 - 10px);
  }
  .post-type-archive-team_member .page-intro-row .page-intro {
    margin-top: -200px;
    padding: 80px 110px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-type-archive-team_member .page-intro-row .page-intro {
    flex: 0 0 77.3%;
    max-width: 77.3%;
    padding: 60px 80px !important;
    padding-right: calc((100vw - 960px) / 2 + 20px) !important;
    margin-top: -120px;
  }
}
.post-type-archive-team_member .page-intro-row .page-intro {
  font-size: 25px;
  line-height: 54px;
  font-weight: 300;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  padding: 60px 40px;
  min-height: 320px;
  background-color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .post-type-archive-team_member .page-intro-row .page-intro {
    font-size: 24px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-team_member .page-intro-row .page-intro {
    margin-left: 33.633333% !important;
  }
}
.post-type-archive-team_member .executive-team-wrapper, .post-type-archive-team_member .consultants-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .post-type-archive-team_member .executive-team-wrapper, .post-type-archive-team_member .consultants-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-team_member .executive-team-wrapper, .post-type-archive-team_member .consultants-wrapper {
    padding: 0;
  }
}
.post-type-archive-team_member .executive-team-wrapper .team-group-label, .post-type-archive-team_member .consultants-wrapper .team-group-label {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.post-type-archive-team_member .executive-team-wrapper .team_member, .post-type-archive-team_member .consultants-wrapper .team_member {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .post-type-archive-team_member .executive-team-wrapper .team_member, .post-type-archive-team_member .consultants-wrapper .team_member {
    width: calc((720px - 15px) / 2);
    margin-right: 15px;
  }
  .post-type-archive-team_member .executive-team-wrapper .team_member:nth-of-type(2n), .post-type-archive-team_member .consultants-wrapper .team_member:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-team_member .executive-team-wrapper .team_member, .post-type-archive-team_member .consultants-wrapper .team_member {
    width: calc((1140px - 45px) / 4);
    margin-right: 15px;
  }
  .post-type-archive-team_member .executive-team-wrapper .team_member:nth-of-type(4n), .post-type-archive-team_member .consultants-wrapper .team_member:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-type-archive-team_member .executive-team-wrapper .team_member, .post-type-archive-team_member .consultants-wrapper .team_member {
    width: calc((960px - 30px) / 3);
    margin-right: 15px;
  }
  .post-type-archive-team_member .executive-team-wrapper .team_member:nth-of-type(3n), .post-type-archive-team_member .consultants-wrapper .team_member:nth-of-type(3n) {
    margin-right: 0;
  }
}
.post-type-archive-team_member .executive-team-wrapper .team_member span, .post-type-archive-team_member .consultants-wrapper .team_member span {
  display: block;
}
.post-type-archive-team_member .executive-team-wrapper .team_member .entry-header .member-main-picture, .post-type-archive-team_member .consultants-wrapper .team_member .entry-header .member-main-picture {
  height: 400px;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-type-archive-team_member .executive-team-wrapper .team_member .entry-header .member-main-picture .member-popup-picture, .post-type-archive-team_member .consultants-wrapper .team_member .entry-header .member-main-picture .member-popup-picture {
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.post-type-archive-team_member .executive-team-wrapper .team_member .entry-header .entry-title, .post-type-archive-team_member .consultants-wrapper .team_member .entry-header .entry-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
.post-type-archive-team_member .executive-team-wrapper .team_member .member-function, .post-type-archive-team_member .consultants-wrapper .team_member .member-function {
  opacity: 0.6;
  font-size: 13px;
  line-height: 22px;
}
.post-type-archive-team_member .executive-team-wrapper .team_member:hover .entry-header .member-main-picture .member-popup-picture, .post-type-archive-team_member .consultants-wrapper .team_member:hover .entry-header .member-main-picture .member-popup-picture {
  opacity: 1;
}
.post-type-archive-team_member .executive-team-wrapper {
  margin-bottom: 30px;
}
.post-type-archive-team_member .modal-dialog {
  background-color: #FFFFFF;
  width: 100%;
  max-width: unset;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .post-type-archive-team_member .modal-dialog {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .post-type-archive-team_member .modal-dialog {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .post-type-archive-team_member .modal-dialog {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-team_member .modal-dialog {
    width: 1140px !important;
  }
}
.post-type-archive-team_member .modal-dialog .modal-content {
  border: none;
}
.post-type-archive-team_member .modal-dialog .col-left {
  min-height: 800px;
}
@media (max-width: 991.98px) {
  .post-type-archive-team_member .modal-dialog .col-left {
    display: none;
  }
}
.post-type-archive-team_member .modal-dialog .col-right {
  padding: 85px;
  padding-left: 70px;
}
@media (max-width: 991.98px) {
  .post-type-archive-team_member .modal-dialog .col-right {
    padding: 75px 30px;
  }
}
.post-type-archive-team_member .modal-dialog .col-right .modal-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}
.post-type-archive-team_member .modal-dialog .col-right .general-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.post-type-archive-team_member .modal-dialog .col-right .general-info h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  width: 60%;
}
@media (max-width: 991.98px) {
  .post-type-archive-team_member .modal-dialog .col-right .general-info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
.post-type-archive-team_member .modal-dialog .col-right .read, .post-type-archive-team_member .modal-dialog .col-right .all-news-link, .post-type-archive-team_member .modal-dialog .col-right .all-news-link a, .all-news-link .post-type-archive-team_member .modal-dialog .col-right a, .post-type-archive-team_member .modal-dialog .col-right .read-article, .post-type-archive-team_member .modal-dialog .col-right .read-case, .post-type-archive-team_member .modal-dialog .col-right .all-cases-link a, .all-cases-link .post-type-archive-team_member .modal-dialog .col-right a, .post-type-archive-team_member .modal-dialog .col-right body.error404 .content-area a, body.error404 .content-area .post-type-archive-team_member .modal-dialog .col-right a {
  margin-top: 10px;
}
.post-type-archive-team_member .modal-dialog .col-right .modal-body {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.post-type-archive-team_member .modal-dialog .col-right .modal-body h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.post-type-archive-team_member .modal-dialog .modal-footer {
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .post-type-archive-team_member .modal-dialog .modal-footer {
    top: 20px;
  }
}
.post-type-archive-team_member .modal-dialog .modal-footer .btn, .post-type-archive-team_member .modal-dialog .modal-footer .wpcf7 input[type=submit], .wpcf7 .post-type-archive-team_member .modal-dialog .modal-footer input[type=submit] {
  padding: 0;
  background: none;
  color: #D0D0D0;
  font-size: 22px;
}
.post-type-archive-team_member .modal-dialog .modal-footer .btn:focus, .post-type-archive-team_member .modal-dialog .modal-footer .wpcf7 input[type=submit]:focus, .wpcf7 .post-type-archive-team_member .modal-dialog .modal-footer input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}
.insight-author {
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .insight-author {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .insight-author {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .insight-author {
    margin-left: calc(8.33333% + 20px);
    position: absolute;
    right: 0;
    top: -20px;
  }
}
.member-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2px;
}
.member-function {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.author-pic {
  width: 256px;
  height: 256px;
  margin-bottom: 25px;
  overflow: hidden;
}
.member-pic {
  height: 330px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .home {
    background: url(/wp-content/themes/understrap-child/img/Shape_redgradient.svg) no-repeat;
    background-size: 1700px;
    background-position: 46vw 2950px;
  }
}
@media (min-width: 1200px) {
  .home {
    background-size: 2250px;
    background-position: 42vw 2900px;
  }
}
.home .anchor-wrapper {
  display: flex;
  justify-content: flex-end;
}
.home .anchor {
  width: 38px;
  height: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  margin-top: -110px;
  background: url(../img/scroll_down.svg) no-repeat center center;
}
.home .intro-content {
  font-size: 25px;
  line-height: 54px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .home .intro-content {
    font-size: 24px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  .home .intro-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .home .intro-content:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 15px;
    background: #fff;
  }
}
.home .intro-content .intro-text {
  padding: 80px 40px;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 50;
}
@media (min-width: 1200px) {
  .home .intro-content .intro-text {
    padding: 90px 90px 90px 110px;
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
    margin-top: -110px;
    min-height: 815px;
  }
}
@media (min-width: 768px) {
  .home .row > div {
    padding: 0;
  }
}
.home .case-block-second .service-page-highlight {
  background-color: #c81783;
}
@media (max-width: 767.98px) {
  .home .case-block-second .col-md-7 {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .home .case-block-first {
    margin-top: -415px;
    position: relative;
    z-index: 50;
  }
}
.home .case-block-first .service-page-highlight {
  background-color: #FFA547;
}
@media (max-width: 767.98px) {
  .home .case-block-first .col-md-7 {
    order: 2;
  }
}
.home .case-block-first, .home .case-block-second {
  color: #FFFFFF;
}
.home .case-block-first .service-page-highlight, .home .case-block-second .service-page-highlight {
  padding: 55px;
  color: #FFFFFF;
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home .case-block-first .service-page-highlight, .home .case-block-second .service-page-highlight {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
  }
}
.home .case-block-first .service-page-highlight .service-page-highlight-left, .home .case-block-second .service-page-highlight .service-page-highlight-left {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 4;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home .case-block-first .service-page-highlight .service-page-highlight-left, .home .case-block-second .service-page-highlight .service-page-highlight-left {
    justify-content: space-around;
  }
}
.home .case-block-first .service-page-highlight .service-page-highlight-right, .home .case-block-second .service-page-highlight .service-page-highlight-right {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.home .case-block-first .service-page-highlight .service-page-highlight-right .fa, .home .case-block-second .service-page-highlight .service-page-highlight-right .fa {
  margin: 0;
  border-color: #FFFFFF !important;
}
.home .case-block-first .service-page-highlight .service-page-title, .home .case-block-second .service-page-highlight .service-page-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home .case-block-first .service-page-highlight .catchphrase, .home .case-block-second .service-page-highlight .catchphrase {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .home .case-block-first .service-page-highlight .catchphrase, .home .case-block-second .service-page-highlight .catchphrase {
    font-size: 24px;
  }
}
.home .case-block-first .col-md-7 .case-container, .home .case-block-second .col-md-7 .case-container {
  height: 450px;
}
@media (min-width: 768px) {
  .home .case-block-first .col-md-7 .case-container, .home .case-block-second .col-md-7 .case-container {
    height: 315px;
  }
}
.home .case-block-first .col-md-7 .case-container .read-case, .home .case-block-second .col-md-7 .case-container .read-case {
  margin-top: unset;
}
@media (max-width: 991.98px) {
  .home .network-section .network-txt {
    padding: 80px 40px;
  }
}
@media (min-width: 768px) {
  .home .network-section .network-txt {
    height: 580px;
    background: url(../img/worldmap_meetcambre.svg) no-repeat right 80%;
    background-size: 75%;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 992px) {
  .home .network-section .network-txt {
    background-size: 100%;
    background-position: center center;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .home .network-section .network-txt {
    height: 540px;
  }
}
.home .network-section .network-txt p {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home .network-section .network-txt p {
    margin-top: 120px;
    max-width: 700px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .home .network-section .network-txt p {
    line-height: 40px;
    font-size: 25px;
    text-align: center;
  }
}
.home .network-section .network-txt a {
  display: block;
}
.home .network-section .network-txt a + a {
  margin-top: 8px;
}
.home .app-section {
  margin-top: 105px;
}
.home .app-section > .row {
  align-items: center;
}
.home .app-section .app-img {
  height: 285px;
}
@media (min-width: 992px) {
  .home .app-section .app-img {
    height: 375px;
  }
}
@media (min-width: 1200px) {
  .home .app-section .app-img {
    height: 515px;
  }
}
.home .app-section .app-txt {
  position: relative;
  top: -20px;
}
.home .app-section .app-txt h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.home .app-section .app-txt p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  display: flex;
}
.home .app-section .app-txt p h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.home .latest-couple-news-block {
  margin-top: 50px;
}
.home .latest-couple-news-block .latest-news-title-container:after {
  display: none;
}
.home .latest-couple-news-block .latest-news-title-container .latest-news-block-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .home .latest-couple-news-block .latest-news-title-container .latest-news-block-title {
    font-size: 40px;
    line-height: 50px;
  }
}
a.btn.btn-download {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  display: inline-flex;
  display: -webkit-inline-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  max-width: 160px;
  padding: 0.55rem 1rem;
}
a.btn.btn-download span.stronger {
  font-size: 16px;
  line-height: 19px;
}
a.btn.btn-download .fa {
  font-size: 22px;
  margin-right: 10px;
}
a.btn.btn-download .btn-text-gp {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
a.btn.btn-download:first-of-type {
  margin-right: 15px;
}
body.error404 #error-404-wrapper {
  height: calc(100vh - 161px);
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  body.error404 #error-404-wrapper {
    background: url(../img/Forme_Cambre_nav.svg) no-repeat;
    background-position: -480px bottom;
    background-size: 720px 720px;
  }
}
@media (min-width: 992px) {
  body.error404 #error-404-wrapper {
    background-position: -500px -30px;
  }
}
@media (min-width: 1200px) {
  body.error404 #error-404-wrapper {
    background-size: 960px 960px;
    background-position: -650px -20px;
  }
}
body.error404 #wrapper-footer {
  padding: 0;
}
body.error404 .content-area {
  text-align: center;
}
body.error404 .content-area p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 55px;
}
body.error404 .content-area p h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.contact .entry-header, .got-talent .entry-header {
  background-color: #16093e;
}
.contact .header-content .page-intro, .got-talent .header-content .page-intro {
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.contact .header-content .page-intro h3, .got-talent .header-content .page-intro h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.contact .wpcf7, .got-talent .wpcf7 {
  margin-left: 0 !important;
}
.subscribe-to-our-newsletters .entry-header {
  background-color: #c81783;
}
.subscribe-to-our-newsletters .form-title-wrapper {
  margin-bottom: 45px;
}
.subscribe-to-our-newsletters .form-title-wrapper h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}
.subscribe-to-our-newsletters .form-title-wrapper p {
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  opacity: 0.6;
}
.subscribe-to-our-newsletters .entry-content .opt-group label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 45px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.subscribe-to-our-newsletters .entry-content .opt-group label input {
  margin-right: 20px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.subscribe-to-our-newsletters .entry-content .opt-group label:hover input ~ .checkmark {
  background-color: #FFFFFF;
}
.subscribe-to-our-newsletters .entry-content .opt-group label input:checked ~ .checkmark {
  background-color: #16093e;
}
.subscribe-to-our-newsletters .entry-content .opt-group label input:checked ~ .checkmark:after {
  display: block;
}
.subscribe-to-our-newsletters .entry-content .opt-group label .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subscribe-to-our-newsletters .entry-content .opt-group .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #16093e;
}
.subscribe-to-our-newsletters .entry-content .opt-group .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.subscribe-to-our-newsletters .entry-content .opt-group p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  margin-left: 35px;
}
.subscribe-to-our-newsletters .entry-content .opt-group p h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .subscribe-to-our-newsletters .entry-content .opt-group p {
    width: 45%;
  }
}
.subscribe-to-our-newsletters .entry-content .opt-group.techaways {
  margin-bottom: 85px;
}
.subscribe-to-our-newsletters .entry-content .opt-group.newsletter-global .checkmark {
  top: 7px;
}
.subscribe-to-our-newsletters .entry-content .opt-group:not(.newsletter-global) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscribe-to-our-newsletters .entry-content .opt-group:not(.newsletter-global) label {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .subscribe-to-our-newsletters .entry-content .opt-group:not(.newsletter-global) .img-wrapper {
    margin-left: 35px;
  }
}
.subscribe-to-our-newsletters .entry-content .opt-group:not(.newsletter-global).cambre-news {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .subscribe-to-our-newsletters .entry-content .opt-group:not(.newsletter-global).cambre-news {
    margin-bottom: 20px;
  }
}
.subscribe-to-our-newsletters .entry-content .input-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  margin-bottom: 40px;
}
.subscribe-to-our-newsletters .entry-content .input-group input {
  border: none;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
}
.subscribe-to-our-newsletters .entry-content .input-group input::placeholder {
  color: #D0D0D0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.subscribe-to-our-newsletters .entry-content .input-group input::placeholder h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.subscribe-to-our-newsletters #page-wrapper, .contact #page-wrapper, .got-talent #page-wrapper {
  padding-top: 0;
  margin-top: -81px;
}
.subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
  margin-left: -15px;
  margin-right: -15px;
  color: #FFFFFF;
  height: 600px;
  padding-top: 175px;
}
@media (min-width: 576px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 992px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 1200px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 540px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 540px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 720px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 720px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 960px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 960px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header, .contact #page-wrapper .entry-header, .got-talent #page-wrapper .entry-header {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
  }
}
.subscribe-to-our-newsletters #page-wrapper .entry-header .header-content, .contact #page-wrapper .entry-header .header-content, .got-talent #page-wrapper .entry-header .header-content {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header .header-content, .contact #page-wrapper .entry-header .header-content, .got-talent #page-wrapper .entry-header .header-content {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-header > .row, .contact #page-wrapper .entry-header > .row, .got-talent #page-wrapper .entry-header > .row {
    margin: 0;
  }
}
.subscribe-to-our-newsletters #page-wrapper .entry-content, .contact #page-wrapper .entry-content, .got-talent #page-wrapper .entry-content {
  padding: 90px;
  margin-top: -210px;
  background: #FFFFFF;
  min-height: 415px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-content, .contact #page-wrapper .entry-content, .got-talent #page-wrapper .entry-content {
    padding-right: 185px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-to-our-newsletters #page-wrapper .entry-content, .contact #page-wrapper .entry-content, .got-talent #page-wrapper .entry-content {
    padding: 40px 30px;
  }
}
.subscribe-to-our-newsletters #page-wrapper .entry-content label, .contact #page-wrapper .entry-content label, .got-talent #page-wrapper .entry-content label {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content input[type="text"], .subscribe-to-our-newsletters #page-wrapper .entry-content input[type="email"], .subscribe-to-our-newsletters #page-wrapper .entry-content textarea, .contact #page-wrapper .entry-content input[type="text"], .contact #page-wrapper .entry-content input[type="email"], .contact #page-wrapper .entry-content textarea, .got-talent #page-wrapper .entry-content input[type="text"], .got-talent #page-wrapper .entry-content input[type="email"], .got-talent #page-wrapper .entry-content textarea {
  border: none;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
  border-radius: 0;
  padding: 10px;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content textarea, .contact #page-wrapper .entry-content textarea, .got-talent #page-wrapper .entry-content textarea {
  border: 1px solid rgba(41, 59, 82, 0.1);
  margin-top: 35px;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content input[type="submit"], .contact #page-wrapper .entry-content input[type="submit"], .got-talent #page-wrapper .entry-content input[type="submit"] {
  width: 150px;
  margin-top: 40px;
  background-color: #FFFFFF;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global, .contact #page-wrapper .entry-content .newsletter-global, .got-talent #page-wrapper .entry-content .newsletter-global {
  margin-bottom: 30px;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a.read, .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a.all-news-link, .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global .all-news-link a, .all-news-link .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a, .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a.read-article, .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a.read-case, .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global .all-cases-link a, .all-cases-link .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a, .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global body.error404 .content-area a, body.error404 .content-area .subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global a, .contact #page-wrapper .entry-content .newsletter-global a.read, .contact #page-wrapper .entry-content .newsletter-global a.all-news-link, .contact #page-wrapper .entry-content .newsletter-global .all-news-link a, .all-news-link .contact #page-wrapper .entry-content .newsletter-global a, .contact #page-wrapper .entry-content .newsletter-global a.read-article, .contact #page-wrapper .entry-content .newsletter-global a.read-case, .contact #page-wrapper .entry-content .newsletter-global .all-cases-link a, .all-cases-link .contact #page-wrapper .entry-content .newsletter-global a, .contact #page-wrapper .entry-content .newsletter-global body.error404 .content-area a, body.error404 .content-area .contact #page-wrapper .entry-content .newsletter-global a, .got-talent #page-wrapper .entry-content .newsletter-global a.read, .got-talent #page-wrapper .entry-content .newsletter-global a.all-news-link, .got-talent #page-wrapper .entry-content .newsletter-global .all-news-link a, .all-news-link .got-talent #page-wrapper .entry-content .newsletter-global a, .got-talent #page-wrapper .entry-content .newsletter-global a.read-article, .got-talent #page-wrapper .entry-content .newsletter-global a.read-case, .got-talent #page-wrapper .entry-content .newsletter-global .all-cases-link a, .all-cases-link .got-talent #page-wrapper .entry-content .newsletter-global a, .got-talent #page-wrapper .entry-content .newsletter-global body.error404 .content-area a, body.error404 .content-area .got-talent #page-wrapper .entry-content .newsletter-global a {
  color: #c81783 !important;
  font-size: 16px;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global label, .contact #page-wrapper .entry-content .newsletter-global label, .got-talent #page-wrapper .entry-content .newsletter-global label {
  margin-top: -8px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.subscribe-to-our-newsletters #page-wrapper .entry-content .newsletter-global label h3, .contact #page-wrapper .entry-content .newsletter-global label h3, .got-talent #page-wrapper .entry-content .newsletter-global label h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.got-talent .entry-content {
  margin-top: -40px !important;
}
@media (min-width: 576px) {
  .got-talent .entry-content {
    margin-top: -130px !important;
  }
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
  border: none;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
  border-radius: 0;
}
.wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  border: none;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
  border-radius: 0;
  box-shadow: none;
}
.search-results #search-wrapper, .search-no-results #search-wrapper, .post-type-archive-cases #search-wrapper {
  min-height: 751px;
}
@media (min-width: 768px) {
  .search-results #search-wrapper, .search-no-results #search-wrapper, .post-type-archive-cases #search-wrapper {
    padding-top: 80px;
  }
}
.search-results #search-wrapper .page-header .form-control, .search-results #search-wrapper .page-header .wpcf7 input[type=text], .wpcf7 .search-results #search-wrapper .page-header input[type=text], .search-results #search-wrapper .page-header .wpcf7 input[type=search], .wpcf7 .search-results #search-wrapper .page-header input[type=search], .search-results #search-wrapper .page-header .wpcf7 input[type=url], .wpcf7 .search-results #search-wrapper .page-header input[type=url], .search-results #search-wrapper .page-header .wpcf7 input[type=tel], .wpcf7 .search-results #search-wrapper .page-header input[type=tel], .search-results #search-wrapper .page-header .wpcf7 input[type=number], .wpcf7 .search-results #search-wrapper .page-header input[type=number], .search-results #search-wrapper .page-header .wpcf7 input[type=range], .wpcf7 .search-results #search-wrapper .page-header input[type=range], .search-results #search-wrapper .page-header .wpcf7 input[type=date], .wpcf7 .search-results #search-wrapper .page-header input[type=date], .search-results #search-wrapper .page-header .wpcf7 input[type=month], .wpcf7 .search-results #search-wrapper .page-header input[type=month], .search-results #search-wrapper .page-header .wpcf7 input[type=week], .wpcf7 .search-results #search-wrapper .page-header input[type=week], .search-results #search-wrapper .page-header .wpcf7 input[type=time], .wpcf7 .search-results #search-wrapper .page-header input[type=time], .search-results #search-wrapper .page-header .wpcf7 input[type=datetime], .wpcf7 .search-results #search-wrapper .page-header input[type=datetime], .search-results #search-wrapper .page-header .wpcf7 input[type=datetime-local], .wpcf7 .search-results #search-wrapper .page-header input[type=datetime-local], .search-results #search-wrapper .page-header .wpcf7 input[type=color], .wpcf7 .search-results #search-wrapper .page-header input[type=color], .search-results #search-wrapper .page-header .wpcf7 input[type=email], .wpcf7 .search-results #search-wrapper .page-header input[type=email], .search-results #search-wrapper .page-header .wpcf7 input[type=file], .wpcf7 .search-results #search-wrapper .page-header input[type=file], .search-results #search-wrapper .page-header .wpcf7 input[type=submit], .wpcf7 .search-results #search-wrapper .page-header input[type=submit], .search-results #search-wrapper .page-header .wpcf7 select, .wpcf7 .search-results #search-wrapper .page-header select, .search-results #search-wrapper .page-header .wpcf7 textarea, .wpcf7 .search-results #search-wrapper .page-header textarea, .search-results #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-results #search-wrapper .page-header .wpcf7-validation-errors, .search-no-results #search-wrapper .page-header .form-control, .search-no-results #search-wrapper .page-header .wpcf7 input[type=text], .wpcf7 .search-no-results #search-wrapper .page-header input[type=text], .search-no-results #search-wrapper .page-header .wpcf7 input[type=search], .wpcf7 .search-no-results #search-wrapper .page-header input[type=search], .search-no-results #search-wrapper .page-header .wpcf7 input[type=url], .wpcf7 .search-no-results #search-wrapper .page-header input[type=url], .search-no-results #search-wrapper .page-header .wpcf7 input[type=tel], .wpcf7 .search-no-results #search-wrapper .page-header input[type=tel], .search-no-results #search-wrapper .page-header .wpcf7 input[type=number], .wpcf7 .search-no-results #search-wrapper .page-header input[type=number], .search-no-results #search-wrapper .page-header .wpcf7 input[type=range], .wpcf7 .search-no-results #search-wrapper .page-header input[type=range], .search-no-results #search-wrapper .page-header .wpcf7 input[type=date], .wpcf7 .search-no-results #search-wrapper .page-header input[type=date], .search-no-results #search-wrapper .page-header .wpcf7 input[type=month], .wpcf7 .search-no-results #search-wrapper .page-header input[type=month], .search-no-results #search-wrapper .page-header .wpcf7 input[type=week], .wpcf7 .search-no-results #search-wrapper .page-header input[type=week], .search-no-results #search-wrapper .page-header .wpcf7 input[type=time], .wpcf7 .search-no-results #search-wrapper .page-header input[type=time], .search-no-results #search-wrapper .page-header .wpcf7 input[type=datetime], .wpcf7 .search-no-results #search-wrapper .page-header input[type=datetime], .search-no-results #search-wrapper .page-header .wpcf7 input[type=datetime-local], .wpcf7 .search-no-results #search-wrapper .page-header input[type=datetime-local], .search-no-results #search-wrapper .page-header .wpcf7 input[type=color], .wpcf7 .search-no-results #search-wrapper .page-header input[type=color], .search-no-results #search-wrapper .page-header .wpcf7 input[type=email], .wpcf7 .search-no-results #search-wrapper .page-header input[type=email], .search-no-results #search-wrapper .page-header .wpcf7 input[type=file], .wpcf7 .search-no-results #search-wrapper .page-header input[type=file], .search-no-results #search-wrapper .page-header .wpcf7 input[type=submit], .wpcf7 .search-no-results #search-wrapper .page-header input[type=submit], .search-no-results #search-wrapper .page-header .wpcf7 select, .wpcf7 .search-no-results #search-wrapper .page-header select, .search-no-results #search-wrapper .page-header .wpcf7 textarea, .wpcf7 .search-no-results #search-wrapper .page-header textarea, .search-no-results #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-no-results #search-wrapper .page-header .wpcf7-validation-errors, .post-type-archive-cases #search-wrapper .page-header .form-control, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=text], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=text], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=search], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=search], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=url], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=url], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=tel], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=tel], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=number], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=number], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=range], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=range], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=date], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=date], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=month], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=month], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=week], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=week], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=time], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=time], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=datetime], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=datetime], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=datetime-local], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=datetime-local], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=color], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=color], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=email], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=email], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=file], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=file], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=submit], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=submit], .post-type-archive-cases #search-wrapper .page-header .wpcf7 select, .wpcf7 .post-type-archive-cases #search-wrapper .page-header select, .post-type-archive-cases #search-wrapper .page-header .wpcf7 textarea, .wpcf7 .post-type-archive-cases #search-wrapper .page-header textarea, .post-type-archive-cases #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors, .wpcf7 .post-type-archive-cases #search-wrapper .page-header .wpcf7-validation-errors {
  border: none;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
  border-radius: 0;
  background-clip: none;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .search-results #search-wrapper .page-header .form-control, .search-results #search-wrapper .page-header .wpcf7 input[type=text], .wpcf7 .search-results #search-wrapper .page-header input[type=text], .search-results #search-wrapper .page-header .wpcf7 input[type=search], .wpcf7 .search-results #search-wrapper .page-header input[type=search], .search-results #search-wrapper .page-header .wpcf7 input[type=url], .wpcf7 .search-results #search-wrapper .page-header input[type=url], .search-results #search-wrapper .page-header .wpcf7 input[type=tel], .wpcf7 .search-results #search-wrapper .page-header input[type=tel], .search-results #search-wrapper .page-header .wpcf7 input[type=number], .wpcf7 .search-results #search-wrapper .page-header input[type=number], .search-results #search-wrapper .page-header .wpcf7 input[type=range], .wpcf7 .search-results #search-wrapper .page-header input[type=range], .search-results #search-wrapper .page-header .wpcf7 input[type=date], .wpcf7 .search-results #search-wrapper .page-header input[type=date], .search-results #search-wrapper .page-header .wpcf7 input[type=month], .wpcf7 .search-results #search-wrapper .page-header input[type=month], .search-results #search-wrapper .page-header .wpcf7 input[type=week], .wpcf7 .search-results #search-wrapper .page-header input[type=week], .search-results #search-wrapper .page-header .wpcf7 input[type=time], .wpcf7 .search-results #search-wrapper .page-header input[type=time], .search-results #search-wrapper .page-header .wpcf7 input[type=datetime], .wpcf7 .search-results #search-wrapper .page-header input[type=datetime], .search-results #search-wrapper .page-header .wpcf7 input[type=datetime-local], .wpcf7 .search-results #search-wrapper .page-header input[type=datetime-local], .search-results #search-wrapper .page-header .wpcf7 input[type=color], .wpcf7 .search-results #search-wrapper .page-header input[type=color], .search-results #search-wrapper .page-header .wpcf7 input[type=email], .wpcf7 .search-results #search-wrapper .page-header input[type=email], .search-results #search-wrapper .page-header .wpcf7 input[type=file], .wpcf7 .search-results #search-wrapper .page-header input[type=file], .search-results #search-wrapper .page-header .wpcf7 input[type=submit], .wpcf7 .search-results #search-wrapper .page-header input[type=submit], .search-results #search-wrapper .page-header .wpcf7 select, .wpcf7 .search-results #search-wrapper .page-header select, .search-results #search-wrapper .page-header .wpcf7 textarea, .wpcf7 .search-results #search-wrapper .page-header textarea, .search-results #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-results #search-wrapper .page-header .wpcf7-validation-errors, .search-no-results #search-wrapper .page-header .form-control, .search-no-results #search-wrapper .page-header .wpcf7 input[type=text], .wpcf7 .search-no-results #search-wrapper .page-header input[type=text], .search-no-results #search-wrapper .page-header .wpcf7 input[type=search], .wpcf7 .search-no-results #search-wrapper .page-header input[type=search], .search-no-results #search-wrapper .page-header .wpcf7 input[type=url], .wpcf7 .search-no-results #search-wrapper .page-header input[type=url], .search-no-results #search-wrapper .page-header .wpcf7 input[type=tel], .wpcf7 .search-no-results #search-wrapper .page-header input[type=tel], .search-no-results #search-wrapper .page-header .wpcf7 input[type=number], .wpcf7 .search-no-results #search-wrapper .page-header input[type=number], .search-no-results #search-wrapper .page-header .wpcf7 input[type=range], .wpcf7 .search-no-results #search-wrapper .page-header input[type=range], .search-no-results #search-wrapper .page-header .wpcf7 input[type=date], .wpcf7 .search-no-results #search-wrapper .page-header input[type=date], .search-no-results #search-wrapper .page-header .wpcf7 input[type=month], .wpcf7 .search-no-results #search-wrapper .page-header input[type=month], .search-no-results #search-wrapper .page-header .wpcf7 input[type=week], .wpcf7 .search-no-results #search-wrapper .page-header input[type=week], .search-no-results #search-wrapper .page-header .wpcf7 input[type=time], .wpcf7 .search-no-results #search-wrapper .page-header input[type=time], .search-no-results #search-wrapper .page-header .wpcf7 input[type=datetime], .wpcf7 .search-no-results #search-wrapper .page-header input[type=datetime], .search-no-results #search-wrapper .page-header .wpcf7 input[type=datetime-local], .wpcf7 .search-no-results #search-wrapper .page-header input[type=datetime-local], .search-no-results #search-wrapper .page-header .wpcf7 input[type=color], .wpcf7 .search-no-results #search-wrapper .page-header input[type=color], .search-no-results #search-wrapper .page-header .wpcf7 input[type=email], .wpcf7 .search-no-results #search-wrapper .page-header input[type=email], .search-no-results #search-wrapper .page-header .wpcf7 input[type=file], .wpcf7 .search-no-results #search-wrapper .page-header input[type=file], .search-no-results #search-wrapper .page-header .wpcf7 input[type=submit], .wpcf7 .search-no-results #search-wrapper .page-header input[type=submit], .search-no-results #search-wrapper .page-header .wpcf7 select, .wpcf7 .search-no-results #search-wrapper .page-header select, .search-no-results #search-wrapper .page-header .wpcf7 textarea, .wpcf7 .search-no-results #search-wrapper .page-header textarea, .search-no-results #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-no-results #search-wrapper .page-header .wpcf7-validation-errors, .post-type-archive-cases #search-wrapper .page-header .form-control, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=text], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=text], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=search], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=search], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=url], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=url], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=tel], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=tel], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=number], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=number], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=range], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=range], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=date], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=date], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=month], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=month], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=week], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=week], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=time], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=time], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=datetime], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=datetime], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=datetime-local], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=datetime-local], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=color], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=color], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=email], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=email], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=file], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=file], .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=submit], .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=submit], .post-type-archive-cases #search-wrapper .page-header .wpcf7 select, .wpcf7 .post-type-archive-cases #search-wrapper .page-header select, .post-type-archive-cases #search-wrapper .page-header .wpcf7 textarea, .wpcf7 .post-type-archive-cases #search-wrapper .page-header textarea, .post-type-archive-cases #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors, .wpcf7 .post-type-archive-cases #search-wrapper .page-header .wpcf7-validation-errors {
    font-size: 40px;
    line-height: 50px;
  }
}
.search-results #search-wrapper .page-header .form-control:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=text]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=text]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=search]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=search]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=url]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=url]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=tel]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=tel]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=number]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=number]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=range]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=range]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=date]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=date]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=month]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=month]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=week]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=week]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=time]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=time]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=datetime]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=datetime]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=datetime-local]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=datetime-local]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=color]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=color]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=email]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=email]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=file]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=file]:focus, .search-results #search-wrapper .page-header .wpcf7 input[type=submit]:focus, .wpcf7 .search-results #search-wrapper .page-header input[type=submit]:focus, .search-results #search-wrapper .page-header .wpcf7 select:focus, .wpcf7 .search-results #search-wrapper .page-header select:focus, .search-results #search-wrapper .page-header .wpcf7 textarea:focus, .wpcf7 .search-results #search-wrapper .page-header textarea:focus, .search-results #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .search-results #search-wrapper .page-header .wpcf7-validation-errors:focus, .search-no-results #search-wrapper .page-header .form-control:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=text]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=text]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=search]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=search]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=url]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=url]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=tel]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=tel]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=number]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=number]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=range]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=range]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=date]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=date]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=month]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=month]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=week]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=week]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=time]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=time]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=datetime]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=datetime]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=datetime-local]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=datetime-local]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=color]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=color]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=email]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=email]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=file]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=file]:focus, .search-no-results #search-wrapper .page-header .wpcf7 input[type=submit]:focus, .wpcf7 .search-no-results #search-wrapper .page-header input[type=submit]:focus, .search-no-results #search-wrapper .page-header .wpcf7 select:focus, .wpcf7 .search-no-results #search-wrapper .page-header select:focus, .search-no-results #search-wrapper .page-header .wpcf7 textarea:focus, .wpcf7 .search-no-results #search-wrapper .page-header textarea:focus, .search-no-results #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .search-no-results #search-wrapper .page-header .wpcf7-validation-errors:focus, .post-type-archive-cases #search-wrapper .page-header .form-control:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=text]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=text]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=search]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=search]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=url]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=url]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=tel]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=tel]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=number]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=number]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=range]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=range]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=date]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=date]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=month]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=month]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=week]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=week]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=time]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=time]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=datetime]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=datetime]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=datetime-local]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=datetime-local]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=color]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=color]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=email]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=email]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=file]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=file]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 input[type=submit]:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header input[type=submit]:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 select:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header select:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 textarea:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header textarea:focus, .post-type-archive-cases #search-wrapper .page-header .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .post-type-archive-cases #search-wrapper .page-header .wpcf7-validation-errors:focus {
  box-shadow: none;
}
.search-results #search-wrapper .entry-header, .search-no-results #search-wrapper .entry-header, .post-type-archive-cases #search-wrapper .entry-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
}
@media (min-width: 768px) {
  .search-results #search-wrapper .entry-header, .search-no-results #search-wrapper .entry-header, .post-type-archive-cases #search-wrapper .entry-header {
    justify-content: flex-start;
    padding: 40px 15px;
  }
}
.search-results #search-wrapper .entry-header .text-wrapper, .search-no-results #search-wrapper .entry-header .text-wrapper, .post-type-archive-cases #search-wrapper .entry-header .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 645px;
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .search-results #search-wrapper .entry-header .text-wrapper, .search-no-results #search-wrapper .entry-header .text-wrapper, .post-type-archive-cases #search-wrapper .entry-header .text-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .search-results #search-wrapper .entry-header .text-wrapper, .search-no-results #search-wrapper .entry-header .text-wrapper, .post-type-archive-cases #search-wrapper .entry-header .text-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .search-results #search-wrapper .entry-header .text-wrapper > .result-item-label, .search-results #search-wrapper .entry-header .text-wrapper > .entry-title, .search-no-results #search-wrapper .entry-header .text-wrapper > .result-item-label, .search-no-results #search-wrapper .entry-header .text-wrapper > .entry-title, .post-type-archive-cases #search-wrapper .entry-header .text-wrapper > .result-item-label, .post-type-archive-cases #search-wrapper .entry-header .text-wrapper > .entry-title {
    width: 100%;
  }
}
.search-results #search-wrapper .entry-header .result-item-label, .search-no-results #search-wrapper .entry-header .result-item-label, .post-type-archive-cases #search-wrapper .entry-header .result-item-label {
  color: #c81783;
}
.search-results #search-wrapper .entry-header .entry-title, .search-no-results #search-wrapper .entry-header .entry-title, .post-type-archive-cases #search-wrapper .entry-header .entry-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.search-results #search-wrapper .entry-header .case-services, .search-results #search-wrapper .entry-header .case-sectors, .search-no-results #search-wrapper .entry-header .case-services, .search-no-results #search-wrapper .entry-header .case-sectors, .post-type-archive-cases #search-wrapper .entry-header .case-services, .post-type-archive-cases #search-wrapper .entry-header .case-sectors {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.search-results #search-wrapper .entry-header .case-services h3, .search-results #search-wrapper .entry-header .case-sectors h3, .search-no-results #search-wrapper .entry-header .case-services h3, .search-no-results #search-wrapper .entry-header .case-sectors h3, .post-type-archive-cases #search-wrapper .entry-header .case-services h3, .post-type-archive-cases #search-wrapper .entry-header .case-sectors h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.search-results #search-wrapper .entry-header .go-to, .search-results #search-wrapper .entry-header .home .case-block-first .service-page-highlight, .home .case-block-first .search-results #search-wrapper .entry-header .service-page-highlight, .search-results #search-wrapper .entry-header .home .case-block-second .service-page-highlight, .home .case-block-second .search-results #search-wrapper .entry-header .service-page-highlight, .search-no-results #search-wrapper .entry-header .go-to, .search-no-results #search-wrapper .entry-header .home .case-block-first .service-page-highlight, .home .case-block-first .search-no-results #search-wrapper .entry-header .service-page-highlight, .search-no-results #search-wrapper .entry-header .home .case-block-second .service-page-highlight, .home .case-block-second .search-no-results #search-wrapper .entry-header .service-page-highlight, .post-type-archive-cases #search-wrapper .entry-header .go-to, .post-type-archive-cases #search-wrapper .entry-header .home .case-block-first .service-page-highlight, .home .case-block-first .post-type-archive-cases #search-wrapper .entry-header .service-page-highlight, .post-type-archive-cases #search-wrapper .entry-header .home .case-block-second .service-page-highlight, .home .case-block-second .post-type-archive-cases #search-wrapper .entry-header .service-page-highlight {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.search-results #search-wrapper .entry-header .go-to .fa, .search-results #search-wrapper .entry-header .home .case-block-first .service-page-highlight .fa, .home .case-block-first .search-results #search-wrapper .entry-header .service-page-highlight .fa, .search-results #search-wrapper .entry-header .home .case-block-second .service-page-highlight .fa, .home .case-block-second .search-results #search-wrapper .entry-header .service-page-highlight .fa, .search-no-results #search-wrapper .entry-header .go-to .fa, .search-no-results #search-wrapper .entry-header .home .case-block-first .service-page-highlight .fa, .home .case-block-first .search-no-results #search-wrapper .entry-header .service-page-highlight .fa, .search-no-results #search-wrapper .entry-header .home .case-block-second .service-page-highlight .fa, .home .case-block-second .search-no-results #search-wrapper .entry-header .service-page-highlight .fa, .post-type-archive-cases #search-wrapper .entry-header .go-to .fa, .post-type-archive-cases #search-wrapper .entry-header .home .case-block-first .service-page-highlight .fa, .home .case-block-first .post-type-archive-cases #search-wrapper .entry-header .service-page-highlight .fa, .post-type-archive-cases #search-wrapper .entry-header .home .case-block-second .service-page-highlight .fa, .home .case-block-second .post-type-archive-cases #search-wrapper .entry-header .service-page-highlight .fa {
  border-color: #16093e;
}
@media (max-width: 991.98px) {
  .search-results #search-wrapper .entry-header .go-to, .search-results #search-wrapper .entry-header .home .case-block-first .service-page-highlight, .home .case-block-first .search-results #search-wrapper .entry-header .service-page-highlight, .search-results #search-wrapper .entry-header .home .case-block-second .service-page-highlight, .home .case-block-second .search-results #search-wrapper .entry-header .service-page-highlight, .search-no-results #search-wrapper .entry-header .go-to, .search-no-results #search-wrapper .entry-header .home .case-block-first .service-page-highlight, .home .case-block-first .search-no-results #search-wrapper .entry-header .service-page-highlight, .search-no-results #search-wrapper .entry-header .home .case-block-second .service-page-highlight, .home .case-block-second .search-no-results #search-wrapper .entry-header .service-page-highlight, .post-type-archive-cases #search-wrapper .entry-header .go-to, .post-type-archive-cases #search-wrapper .entry-header .home .case-block-first .service-page-highlight, .home .case-block-first .post-type-archive-cases #search-wrapper .entry-header .service-page-highlight, .post-type-archive-cases #search-wrapper .entry-header .home .case-block-second .service-page-highlight, .home .case-block-second .post-type-archive-cases #search-wrapper .entry-header .service-page-highlight {
    display: none;
  }
}
.search-results #search-wrapper .entry-header:hover .go-to, .search-results #search-wrapper .entry-header:hover .home .case-block-first .service-page-highlight, .home .case-block-first .search-results #search-wrapper .entry-header:hover .service-page-highlight, .search-results #search-wrapper .entry-header:hover .home .case-block-second .service-page-highlight, .home .case-block-second .search-results #search-wrapper .entry-header:hover .service-page-highlight, .search-no-results #search-wrapper .entry-header:hover .go-to, .search-no-results #search-wrapper .entry-header:hover .home .case-block-first .service-page-highlight, .home .case-block-first .search-no-results #search-wrapper .entry-header:hover .service-page-highlight, .search-no-results #search-wrapper .entry-header:hover .home .case-block-second .service-page-highlight, .home .case-block-second .search-no-results #search-wrapper .entry-header:hover .service-page-highlight, .post-type-archive-cases #search-wrapper .entry-header:hover .go-to, .post-type-archive-cases #search-wrapper .entry-header:hover .home .case-block-first .service-page-highlight, .home .case-block-first .post-type-archive-cases #search-wrapper .entry-header:hover .service-page-highlight, .post-type-archive-cases #search-wrapper .entry-header:hover .home .case-block-second .service-page-highlight, .home .case-block-second .post-type-archive-cases #search-wrapper .entry-header:hover .service-page-highlight {
  opacity: 1;
}
.search-results .search-form-wrapper, .search-no-results .search-form-wrapper, .post-type-archive-cases .search-form-wrapper {
  margin-bottom: 20px;
}
.search-results .assistive-text, .search-no-results .assistive-text, .post-type-archive-cases .assistive-text {
  display: none;
}
.search-results .input-group-append, .search-no-results .input-group-append, .post-type-archive-cases .input-group-append {
  display: flex;
  align-items: center;
}
.search-results .input-group-append > .btn, .search-results .wpcf7 .input-group-append > input[type=submit], .wpcf7 .search-results .input-group-append > input[type=submit], .search-no-results .input-group-append > .btn, .search-no-results .wpcf7 .input-group-append > input[type=submit], .wpcf7 .search-no-results .input-group-append > input[type=submit], .post-type-archive-cases .input-group-append > .btn, .post-type-archive-cases .wpcf7 .input-group-append > input[type=submit], .wpcf7 .post-type-archive-cases .input-group-append > input[type=submit] {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 20px;
  background: #16093e url(../img/search_white.svg) no-repeat center center;
  background-size: 12px 15px;
  border-color: transparent;
}
.search-results .input-group-append > .btn:hover, .search-results .wpcf7 .input-group-append > input[type=submit]:hover, .wpcf7 .search-results .input-group-append > input[type=submit]:hover, .search-no-results .input-group-append > .btn:hover, .search-no-results .wpcf7 .input-group-append > input[type=submit]:hover, .wpcf7 .search-no-results .input-group-append > input[type=submit]:hover, .post-type-archive-cases .input-group-append > .btn:hover, .post-type-archive-cases .wpcf7 .input-group-append > input[type=submit]:hover, .wpcf7 .post-type-archive-cases .input-group-append > input[type=submit]:hover {
  background: #FFFFFF url(../img/search_blue.svg) no-repeat center center;
  background-size: 12px 15px;
  border-color: #16093e;
}
.search-results .page-content .form-control, .search-results .page-content .wpcf7 input[type=text], .wpcf7 .search-results .page-content input[type=text], .search-results .page-content .wpcf7 input[type=search], .wpcf7 .search-results .page-content input[type=search], .search-results .page-content .wpcf7 input[type=url], .wpcf7 .search-results .page-content input[type=url], .search-results .page-content .wpcf7 input[type=tel], .wpcf7 .search-results .page-content input[type=tel], .search-results .page-content .wpcf7 input[type=number], .wpcf7 .search-results .page-content input[type=number], .search-results .page-content .wpcf7 input[type=range], .wpcf7 .search-results .page-content input[type=range], .search-results .page-content .wpcf7 input[type=date], .wpcf7 .search-results .page-content input[type=date], .search-results .page-content .wpcf7 input[type=month], .wpcf7 .search-results .page-content input[type=month], .search-results .page-content .wpcf7 input[type=week], .wpcf7 .search-results .page-content input[type=week], .search-results .page-content .wpcf7 input[type=time], .wpcf7 .search-results .page-content input[type=time], .search-results .page-content .wpcf7 input[type=datetime], .wpcf7 .search-results .page-content input[type=datetime], .search-results .page-content .wpcf7 input[type=datetime-local], .wpcf7 .search-results .page-content input[type=datetime-local], .search-results .page-content .wpcf7 input[type=color], .wpcf7 .search-results .page-content input[type=color], .search-results .page-content .wpcf7 input[type=email], .wpcf7 .search-results .page-content input[type=email], .search-results .page-content .wpcf7 input[type=file], .wpcf7 .search-results .page-content input[type=file], .search-results .page-content .wpcf7 input[type=submit], .wpcf7 .search-results .page-content input[type=submit], .search-results .page-content .wpcf7 select, .wpcf7 .search-results .page-content select, .search-results .page-content .wpcf7 textarea, .wpcf7 .search-results .page-content textarea, .search-results .page-content .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-results .page-content .wpcf7-validation-errors, .search-no-results .page-content .form-control, .search-no-results .page-content .wpcf7 input[type=text], .wpcf7 .search-no-results .page-content input[type=text], .search-no-results .page-content .wpcf7 input[type=search], .wpcf7 .search-no-results .page-content input[type=search], .search-no-results .page-content .wpcf7 input[type=url], .wpcf7 .search-no-results .page-content input[type=url], .search-no-results .page-content .wpcf7 input[type=tel], .wpcf7 .search-no-results .page-content input[type=tel], .search-no-results .page-content .wpcf7 input[type=number], .wpcf7 .search-no-results .page-content input[type=number], .search-no-results .page-content .wpcf7 input[type=range], .wpcf7 .search-no-results .page-content input[type=range], .search-no-results .page-content .wpcf7 input[type=date], .wpcf7 .search-no-results .page-content input[type=date], .search-no-results .page-content .wpcf7 input[type=month], .wpcf7 .search-no-results .page-content input[type=month], .search-no-results .page-content .wpcf7 input[type=week], .wpcf7 .search-no-results .page-content input[type=week], .search-no-results .page-content .wpcf7 input[type=time], .wpcf7 .search-no-results .page-content input[type=time], .search-no-results .page-content .wpcf7 input[type=datetime], .wpcf7 .search-no-results .page-content input[type=datetime], .search-no-results .page-content .wpcf7 input[type=datetime-local], .wpcf7 .search-no-results .page-content input[type=datetime-local], .search-no-results .page-content .wpcf7 input[type=color], .wpcf7 .search-no-results .page-content input[type=color], .search-no-results .page-content .wpcf7 input[type=email], .wpcf7 .search-no-results .page-content input[type=email], .search-no-results .page-content .wpcf7 input[type=file], .wpcf7 .search-no-results .page-content input[type=file], .search-no-results .page-content .wpcf7 input[type=submit], .wpcf7 .search-no-results .page-content input[type=submit], .search-no-results .page-content .wpcf7 select, .wpcf7 .search-no-results .page-content select, .search-no-results .page-content .wpcf7 textarea, .wpcf7 .search-no-results .page-content textarea, .search-no-results .page-content .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-no-results .page-content .wpcf7-validation-errors, .post-type-archive-cases .page-content .form-control, .post-type-archive-cases .page-content .wpcf7 input[type=text], .wpcf7 .post-type-archive-cases .page-content input[type=text], .post-type-archive-cases .page-content .wpcf7 input[type=search], .wpcf7 .post-type-archive-cases .page-content input[type=search], .post-type-archive-cases .page-content .wpcf7 input[type=url], .wpcf7 .post-type-archive-cases .page-content input[type=url], .post-type-archive-cases .page-content .wpcf7 input[type=tel], .wpcf7 .post-type-archive-cases .page-content input[type=tel], .post-type-archive-cases .page-content .wpcf7 input[type=number], .wpcf7 .post-type-archive-cases .page-content input[type=number], .post-type-archive-cases .page-content .wpcf7 input[type=range], .wpcf7 .post-type-archive-cases .page-content input[type=range], .post-type-archive-cases .page-content .wpcf7 input[type=date], .wpcf7 .post-type-archive-cases .page-content input[type=date], .post-type-archive-cases .page-content .wpcf7 input[type=month], .wpcf7 .post-type-archive-cases .page-content input[type=month], .post-type-archive-cases .page-content .wpcf7 input[type=week], .wpcf7 .post-type-archive-cases .page-content input[type=week], .post-type-archive-cases .page-content .wpcf7 input[type=time], .wpcf7 .post-type-archive-cases .page-content input[type=time], .post-type-archive-cases .page-content .wpcf7 input[type=datetime], .wpcf7 .post-type-archive-cases .page-content input[type=datetime], .post-type-archive-cases .page-content .wpcf7 input[type=datetime-local], .wpcf7 .post-type-archive-cases .page-content input[type=datetime-local], .post-type-archive-cases .page-content .wpcf7 input[type=color], .wpcf7 .post-type-archive-cases .page-content input[type=color], .post-type-archive-cases .page-content .wpcf7 input[type=email], .wpcf7 .post-type-archive-cases .page-content input[type=email], .post-type-archive-cases .page-content .wpcf7 input[type=file], .wpcf7 .post-type-archive-cases .page-content input[type=file], .post-type-archive-cases .page-content .wpcf7 input[type=submit], .wpcf7 .post-type-archive-cases .page-content input[type=submit], .post-type-archive-cases .page-content .wpcf7 select, .wpcf7 .post-type-archive-cases .page-content select, .post-type-archive-cases .page-content .wpcf7 textarea, .wpcf7 .post-type-archive-cases .page-content textarea, .post-type-archive-cases .page-content .wpcf7 .wpcf7-validation-errors, .wpcf7 .post-type-archive-cases .page-content .wpcf7-validation-errors {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid rgba(41, 59, 82, 0.1);
  color: #16093e;
  border-radius: 0;
  height: 90px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .search-results .page-content .form-control, .search-results .page-content .wpcf7 input[type=text], .wpcf7 .search-results .page-content input[type=text], .search-results .page-content .wpcf7 input[type=search], .wpcf7 .search-results .page-content input[type=search], .search-results .page-content .wpcf7 input[type=url], .wpcf7 .search-results .page-content input[type=url], .search-results .page-content .wpcf7 input[type=tel], .wpcf7 .search-results .page-content input[type=tel], .search-results .page-content .wpcf7 input[type=number], .wpcf7 .search-results .page-content input[type=number], .search-results .page-content .wpcf7 input[type=range], .wpcf7 .search-results .page-content input[type=range], .search-results .page-content .wpcf7 input[type=date], .wpcf7 .search-results .page-content input[type=date], .search-results .page-content .wpcf7 input[type=month], .wpcf7 .search-results .page-content input[type=month], .search-results .page-content .wpcf7 input[type=week], .wpcf7 .search-results .page-content input[type=week], .search-results .page-content .wpcf7 input[type=time], .wpcf7 .search-results .page-content input[type=time], .search-results .page-content .wpcf7 input[type=datetime], .wpcf7 .search-results .page-content input[type=datetime], .search-results .page-content .wpcf7 input[type=datetime-local], .wpcf7 .search-results .page-content input[type=datetime-local], .search-results .page-content .wpcf7 input[type=color], .wpcf7 .search-results .page-content input[type=color], .search-results .page-content .wpcf7 input[type=email], .wpcf7 .search-results .page-content input[type=email], .search-results .page-content .wpcf7 input[type=file], .wpcf7 .search-results .page-content input[type=file], .search-results .page-content .wpcf7 input[type=submit], .wpcf7 .search-results .page-content input[type=submit], .search-results .page-content .wpcf7 select, .wpcf7 .search-results .page-content select, .search-results .page-content .wpcf7 textarea, .wpcf7 .search-results .page-content textarea, .search-results .page-content .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-results .page-content .wpcf7-validation-errors, .search-no-results .page-content .form-control, .search-no-results .page-content .wpcf7 input[type=text], .wpcf7 .search-no-results .page-content input[type=text], .search-no-results .page-content .wpcf7 input[type=search], .wpcf7 .search-no-results .page-content input[type=search], .search-no-results .page-content .wpcf7 input[type=url], .wpcf7 .search-no-results .page-content input[type=url], .search-no-results .page-content .wpcf7 input[type=tel], .wpcf7 .search-no-results .page-content input[type=tel], .search-no-results .page-content .wpcf7 input[type=number], .wpcf7 .search-no-results .page-content input[type=number], .search-no-results .page-content .wpcf7 input[type=range], .wpcf7 .search-no-results .page-content input[type=range], .search-no-results .page-content .wpcf7 input[type=date], .wpcf7 .search-no-results .page-content input[type=date], .search-no-results .page-content .wpcf7 input[type=month], .wpcf7 .search-no-results .page-content input[type=month], .search-no-results .page-content .wpcf7 input[type=week], .wpcf7 .search-no-results .page-content input[type=week], .search-no-results .page-content .wpcf7 input[type=time], .wpcf7 .search-no-results .page-content input[type=time], .search-no-results .page-content .wpcf7 input[type=datetime], .wpcf7 .search-no-results .page-content input[type=datetime], .search-no-results .page-content .wpcf7 input[type=datetime-local], .wpcf7 .search-no-results .page-content input[type=datetime-local], .search-no-results .page-content .wpcf7 input[type=color], .wpcf7 .search-no-results .page-content input[type=color], .search-no-results .page-content .wpcf7 input[type=email], .wpcf7 .search-no-results .page-content input[type=email], .search-no-results .page-content .wpcf7 input[type=file], .wpcf7 .search-no-results .page-content input[type=file], .search-no-results .page-content .wpcf7 input[type=submit], .wpcf7 .search-no-results .page-content input[type=submit], .search-no-results .page-content .wpcf7 select, .wpcf7 .search-no-results .page-content select, .search-no-results .page-content .wpcf7 textarea, .wpcf7 .search-no-results .page-content textarea, .search-no-results .page-content .wpcf7 .wpcf7-validation-errors, .wpcf7 .search-no-results .page-content .wpcf7-validation-errors, .post-type-archive-cases .page-content .form-control, .post-type-archive-cases .page-content .wpcf7 input[type=text], .wpcf7 .post-type-archive-cases .page-content input[type=text], .post-type-archive-cases .page-content .wpcf7 input[type=search], .wpcf7 .post-type-archive-cases .page-content input[type=search], .post-type-archive-cases .page-content .wpcf7 input[type=url], .wpcf7 .post-type-archive-cases .page-content input[type=url], .post-type-archive-cases .page-content .wpcf7 input[type=tel], .wpcf7 .post-type-archive-cases .page-content input[type=tel], .post-type-archive-cases .page-content .wpcf7 input[type=number], .wpcf7 .post-type-archive-cases .page-content input[type=number], .post-type-archive-cases .page-content .wpcf7 input[type=range], .wpcf7 .post-type-archive-cases .page-content input[type=range], .post-type-archive-cases .page-content .wpcf7 input[type=date], .wpcf7 .post-type-archive-cases .page-content input[type=date], .post-type-archive-cases .page-content .wpcf7 input[type=month], .wpcf7 .post-type-archive-cases .page-content input[type=month], .post-type-archive-cases .page-content .wpcf7 input[type=week], .wpcf7 .post-type-archive-cases .page-content input[type=week], .post-type-archive-cases .page-content .wpcf7 input[type=time], .wpcf7 .post-type-archive-cases .page-content input[type=time], .post-type-archive-cases .page-content .wpcf7 input[type=datetime], .wpcf7 .post-type-archive-cases .page-content input[type=datetime], .post-type-archive-cases .page-content .wpcf7 input[type=datetime-local], .wpcf7 .post-type-archive-cases .page-content input[type=datetime-local], .post-type-archive-cases .page-content .wpcf7 input[type=color], .wpcf7 .post-type-archive-cases .page-content input[type=color], .post-type-archive-cases .page-content .wpcf7 input[type=email], .wpcf7 .post-type-archive-cases .page-content input[type=email], .post-type-archive-cases .page-content .wpcf7 input[type=file], .wpcf7 .post-type-archive-cases .page-content input[type=file], .post-type-archive-cases .page-content .wpcf7 input[type=submit], .wpcf7 .post-type-archive-cases .page-content input[type=submit], .post-type-archive-cases .page-content .wpcf7 select, .wpcf7 .post-type-archive-cases .page-content select, .post-type-archive-cases .page-content .wpcf7 textarea, .wpcf7 .post-type-archive-cases .page-content textarea, .post-type-archive-cases .page-content .wpcf7 .wpcf7-validation-errors, .wpcf7 .post-type-archive-cases .page-content .wpcf7-validation-errors {
    font-size: 40px;
    line-height: 50px;
  }
}
.search-results .result-item-label, .search-results .search-result-label, .search-no-results .result-item-label, .search-no-results .search-result-label, .post-type-archive-cases .result-item-label, .post-type-archive-cases .search-result-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.search-no-results #search-wrapper .search-form-wrapper {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .meet-cambre .entry-content .img-fluid {
    height: 515px;
    width: auto;
    max-width: unset;
    display: block;
    margin-left: -200px;
  }
  .meet-cambre .entry-content .row-1 .img-fluid {
    margin-left: 0;
  }
}
.page-template-both-sidebarspage #page-wrapper {
  padding-top: 100px;
}
.page-template-both-sidebarspage #page-wrapper .entry-header {
  margin-bottom: 40px;
}
.page-template-both-sidebarspage #page-wrapper ul li, .page-template-both-sidebarspage #page-wrapper ol li {
  margin-bottom: 15px;
}
.entry-header-with-image {
  width: 100vw;
  height: 600px;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -111px;
  padding-top: 200px;
}
@media (min-width: 576px) {
  .entry-header-with-image {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 540px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 540px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .entry-header-with-image {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 720px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 720px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 992px) {
  .entry-header-with-image {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 960px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 960px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 1200px) {
  .entry-header-with-image {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
  }
}
.entry-header-with-image .entry-title {
  color: #fff;
}
.entry-header-with-image + .row > .content-page-intro {
  margin-top: -100px;
}
.content-page-intro {
  background-color: #fff;
  font-size: 25px;
  line-height: 2;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  min-height: 150px;
  padding: 8.3333%;
  font-weight: 300;
  margin-bottom: 60px;
}
/*
 column helper classes to place simple body content into columns
*/
@media (min-width: 768px) {
  .columns-2 {
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .columns-3 {
    column-count: 3;
    column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .columns-4 {
    column-count: 4;
    column-gap: 30px;
  }
}
/*
 helper class to pull content outwards
*/
.full-width-with-padding {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .full-width-with-padding {
    margin-left: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 540px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 540px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 540px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 768px) {
  .full-width-with-padding {
    margin-left: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 720px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 720px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 720px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 992px) {
  .full-width-with-padding {
    margin-left: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 960px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 960px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 960px) / 2 + ( 30px / 2 ));
  }
}
@media (min-width: 1200px) {
  .full-width-with-padding {
    margin-left: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    margin-right: calc((-100vw + 1140px) / 2 - ( 30px / 2 ));
    padding-left: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
    padding-right: calc((100vw - 1140px) / 2 + ( 30px / 2 ));
  }
}
/*
	misc hardcoded backgrounds
*/
.bg-europe {
  background: url(../img/worldmap_meetcambre.svg) no-repeat right bottom;
  background-size: 50% auto;
  padding-bottom: 20% !important;
}
.cta {
  background-color: #16093e;
  display: flex;
  height: 190px;
  color: #FFFFFF;
  padding: 40px 25px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cta {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px;
  font-size: 14px;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.cta .cta-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex: 1;
  margin: 0 25px;
}
.cta .cta-content .cta-label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.cta .cta-content .cta-title {
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
}
.cta:hover, .cta:focus {
  color: #FFFFFF;
}
.cta:hover .fa:first-child, .cta:focus .fa:first-child {
  left: -10px;
}
.cta:hover .fa:last-child, .cta:focus .fa:last-child {
  left: 10px;
}
.mc-button {
  display: block;
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #c81783;
  padding-top: 30px;
  margin-top: 30px;
  /*
	background: $pink;
	color: $primary !important;
	padding: 0 20px;
	*/
}
.cta-primary {
  background-color: #FFA547;
}
.tags-heading {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1rem;
}
.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tags-wrapper a {
  font-size: 13px;
  border-radius: 3px;
  line-height: 1em;
  padding: 5px 10px;
  background: #c81783;
  color: #fff !important;
  margin: 0 0 1px 1px;
}
.mc-author-wrapper {
  display: flex;
}
.mc-author-wrapper img {
  width: 100px;
}
.mc-author-wrapper p {
  margin: 0;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 100px);
}
.new-search-button {
  color: #16093e !important;
}
.new-search-button span.span1::after {
  background-image: url(../img/search_blue.svg) !important;
}
.new-home-container {
  margin-top: -10%;
}
.home-hero {
  background-repeat: no-repeat;
  background-image: url(https://www.secnewgate.eu/wp-content/themes/understrap-child/img/home-sng4e.jpg);
  background-size: cover;
  background-position: top left;
  height: 70vh;
  /*margin-left: auto;
	margin-right: auto;
	max-width: 1920px;*/
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) and (max-width: 1199px) {
  .home-hero {
    height: 55vh;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    height: 75vh;
    min-height: 900px;
    margin-top: -111px;
  }
}
.home-hero .fa-chevron-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: 20px;
  border: 1px solid #fff !important;
  font-size: 14px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.home-hero .content-wrapper {
  margin: 0 auto;
  padding: 19vh;
  z-index: 2;
  width: 90%;
  max-width: 950px;
  padding-left: 25px;
  padding-right: 0;
}
.home-hero .heading, .home-hero .text, .home-hero .excerpt {
  display: block;
  color: #fff;
}
.home-hero .heading {
  font-size: 11px;
  line-height: 21px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1000px) {
  .home-hero .heading {
    font-size: 14px;
  }
}
.home-hero .text {
  max-width: 1050px;
}
.home-hero .excerpt {
  max-width: 950px;
}
.home-hero .text {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .home-hero .text {
    font-size: 48px;
    line-height: 1.2em;
  }
}
.home-hero .excerpt {
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .home-hero .excerpt {
    font-size: 20px;
  }
}
.root-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 30px;
}
.root-menu li {
  width: 50%;
  list-style-type: none;
  margin-bottom: 15px;
  padding-right: 10px;
}
.root-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #16093e !important;
  display: flex;
}
.root-menu li a i {
  margin-right: 0.5em;
}
.root-menu li a span {
  margin-top: -2px;
}
.home .newsletter-item-new {
  width: 100% !important;
  height: auto;
}
.home .newsletter-item-new .btn, .home .newsletter-item-new .wpcf7 input[type=submit], .wpcf7 .home .newsletter-item-new input[type=submit] {
  margin-right: auto;
}
.home .case-block-first-new {
  margin-top: -100px !important;
}
.latest-couple-news-block .post-item.newsletter-item-new p {
  margin-bottom: 20px !important;
}
.article-separator {
  max-width: 300px;
  margin-bottom: 50px;
}
.mc-carousel {
  margin-top: 40px;
}
.mc-carousel::before, .mc-carousel::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 25%;
  top: 0;
  height: 100%;
  pointer-events: none;
  /*makes the linkes behind clickable.*/
}
.mc-carousel::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.mc-carousel::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.mc-carousel .mc-carousel-item span {
  display: block;
}
.mc-carousel .slick-prev, .mc-carousel .slick-next {
  transfomr: none;
  left: auto;
  top: auto;
  right: auto;
  bottom: -90px;
  width: 45px;
  height: 45px;
}
.mc-carousel .slick-prev::before, .mc-carousel .slick-next::before {
  display: block;
  border: 1px solid silver;
  border-radius: 50%;
  color: silver;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-family: "FontAwesome";
  font-size: 12px;
}
.mc-carousel .slick-prev {
  left: calc(50% - 55px);
}
.mc-carousel .slick-prev::before {
  content: "" !important;
}
.mc-carousel .slick-next {
  left: calc(50% + 10px);
}
.mc-carousel .slick-next::before {
  content: "" !important;
}
.what-we-do-block-title, .they-trust-us-block-title, .award-winning-group-block-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .what-we-do-block-title, .they-trust-us-block-title, .award-winning-group-block-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.what-we-do-block-title span, .they-trust-us-block-title span, .award-winning-group-block-title span {
  color: #c81783;
}
.they-trust-us-block-title span, .award-winning-group-block-title span {
  color: #c81783;
}
section.whats-new {
  margin-top: -150px;
}
@media (min-width: 768px) {
  section.whats-new {
    margin-top: -220px;
  }
}
html:not(.navbar-cambre-open) .page-template-template-about .navbar-brand svg *, html:not(.navbar-cambre-open) .contact .navbar-brand svg *, html:not(.navbar-cambre-open) .meet-cambre .navbar-brand svg *, html:not(.navbar-cambre-open) .page-template-template-network .navbar-brand svg * {
  fill: white !important;
}
html:not(.navbar-cambre-open) .page-template-template-about .navbar-cambre .search-btn-container #search-btn, html:not(.navbar-cambre-open) .contact .navbar-cambre .search-btn-container #search-btn, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .search-btn-container #search-btn, html:not(.navbar-cambre-open) .page-template-template-network .navbar-cambre .search-btn-container #search-btn {
  color: white;
}
html:not(.navbar-cambre-open) .page-template-template-about .navbar-cambre .search-btn-container #search-btn .span1:after, html:not(.navbar-cambre-open) .contact .navbar-cambre .search-btn-container #search-btn .span1:after, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .search-btn-container #search-btn .span1:after, html:not(.navbar-cambre-open) .page-template-template-network .navbar-cambre .search-btn-container #search-btn .span1:after {
  background: url(../img/search_white.svg) no-repeat center center;
}
html:not(.navbar-cambre-open) .page-template-template-about .navbar-cambre .navbar-toggler.collapsed span, html:not(.navbar-cambre-open) .contact .navbar-cambre .navbar-toggler.collapsed span, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .navbar-toggler.collapsed span, html:not(.navbar-cambre-open) .page-template-template-network .navbar-cambre .navbar-toggler.collapsed span {
  background-color: white;
}
.aboutSection {
  margin-top: 53px;
}
.aboutSection__image {
  margin-bottom: 0;
}
.aboutSection__image img {
  max-width: none;
  width: auto;
}
.aboutSection__content {
  margin-right: 8.3333%;
  margin-left: 8.3333%;
}
.aboutSection__text a {
  font-size: 14px;
  font-weight: 700;
  color: #293b52;
}
.aboutSection__address {
  margin-left: 42.9824561404%;
  width: 49.1228070175%;
  position: relative;
  margin-top: -75px;
  background-color: #293B52;
  padding: 75px 8.4210526316%;
  color: white;
}
.aboutSection__address p {
  margin-bottom: 0;
}
.aboutSection__address a {
  color: white !important;
}
.aboutSection__address a:hover, .aboutSection__address a:focus {
  text-decoration: underline;
}
.aboutSection__addressContent {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.aboutSection__addressContent p {
  line-height: inherit;
}
.aboutSection__addressTitle {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2.55px;
}
.aboutSection--reverse .aboutSection__container {
  flex-direction: row-reverse;
}
.aboutSection--reverse .aboutSection__image {
  display: flex;
  flex-direction: row-reverse;
}
.aboutSection + .aboutSection {
  margin-top: 144px;
}
@media screen and (max-width: 992px) {
  .aboutSection {
    margin-top: 10px;
  }
  .aboutSection__image {
    margin-top: 24px;
    padding: 0;
  }
  .aboutSection__image img {
    width: 100%;
    height: auto;
  }
  .aboutSection__content {
    margin: 0;
  }
  .aboutSection__address {
    width: 100%;
    margin: 0;
    padding: 45px 30px;
  }
  .aboutSection + .aboutSection {
    margin-top: 64px;
  }
}
.ourNetwork {
  margin-top: 60px;
  padding-bottom: 260px;
  position: relative;
}
.ourNetwork__title {
  font-weight: 700;
  margin-bottom: 33px;
}
.ourNetwork:after {
  content: "";
  height: 474px;
  width: 867px;
  position: absolute;
  right: 50%;
  margin-right: -50vw;
  bottom: 0;
  background-image: url(../img/worldmap_about.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .ourNetwork {
    padding-bottom: 0;
  }
  .ourNetwork:after {
    display: none;
  }
}
.otherLinks {
  position: relative;
  z-index: 2;
}
.otherLinks__container {
  padding-top: 103px;
  padding-bottom: 103px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.otherLinks__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -9999px;
  background-color: #F23D54;
  z-index: -1;
  overflow: hidden;
}
.otherLinks__background:before {
  content: "";
  width: 2260px;
  height: 2260px;
  position: absolute;
  left: 100%;
  top: 100%;
  margin-left: -1000px;
  margin-top: -220px;
  border-radius: 50%;
  background-color: #D83348;
  display: none;
}
.otherLinks__section {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 40%;
  max-width: 40%;
}
.otherLinks__title {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 36px;
}
.otherLinks__item {
  color: white !important;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}
.otherLinks__item i {
  margin-left: 8px;
  font-size: 10px;
  opacity: 0;
  transition: 200ms opacity ease-out;
}
.otherLinks__item:hover i, .otherLinks__item:focus i {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .otherLinks {
    margin-top: 30px;
  }
  .otherLinks__container {
    margin: 0;
  }
  .otherLinks__background {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .otherLinks__section {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .otherLinks__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .otherLinks__title {
    margin-bottom: 8px;
  }
  .otherLinks__section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .otherLinks__section + .otherLinks__section {
    margin-top: 32px;
  }
}
.knowMore {
  position: relative;
  text-align: center;
  padding-top: 162px;
  padding-bottom: 123px;
  overflow: hidden;
}
.knowMore__title {
  font-weight: 700;
  margin-bottom: 30px;
}
.knowMore__background {
  z-index: -1;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.knowMore__background:before {
  content: "";
  border-radius: 50%;
  width: 2260px;
  height: 2260px;
  position: absolute;
  top: -220px;
  right: -787px;
  background-color: white;
  box-shadow: 0 0 80px 0 rgba(242, 61, 84, 0.13);
  display: none;
}
@media screen and (max-width: 992px) {
  .knowMore {
    text-align: left;
    padding: 40px 0;
  }
}
.textImage {
  margin-top: 60px;
}
.textImage__title {
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (min-width: 993px) {
  .textImage {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .textImage__content, .textImage__image {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .textImage__content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .textImage__figure {
    margin-left: 16.6666666667%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .textImage__figure img {
    height: 520px;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .textImage {
    margin-top: 0;
  }
  .textImage__figure {
    margin-top: 32px;
  }
}
.ourPartners {
  margin-top: 150px;
}
.ourPartners__title {
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .ourPartners__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: stretch;
  }
  .ourPartners__list .partnerCard {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 992px) {
  .ourPartners {
    margin-top: 100px;
  }
  .ourPartners .partnerCard + .partnerCard {
    margin-top: 32px;
  }
}
.partnerCard {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.partnerCard:nth-child(1n + 4) {
  margin-top: 30px;
}
.partnerCard__image {
  height: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #293B52;
  transition: 200ms background-color ease-out;
  margin-bottom: 0;
}
.partnerCard__image img {
  opacity: 0.3;
  transition: 200ms opacity ease-in;
}
.partnerCard__content {
  border: 1px solid #EEEEEE;
  border-top: none;
  padding: 35px 45px 90px 45px;
  flex: 1;
}
.partnerCard__title {
  margin-bottom: 0;
}
.partnerCard__location {
  font-size: 13px;
  line-height: 22px;
  color: rgba(41, 59, 82, 0.6);
  margin-bottom: 0;
}
.partnerCard__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.partnerCard__link:hover + .partnerCard__content + .partnerCard__image, .partnerCard__link:focus + .partnerCard__content + .partnerCard__image {
  background-color: #F23D54;
}
.partnerCard__link:hover + .partnerCard__content + .partnerCard__image img, .partnerCard__link:focus + .partnerCard__content + .partnerCard__image img {
  opacity: 1;
}
.partnerCard__link:hover .partnerCard__pseudoLink, .partnerCard__link:focus .partnerCard__pseudoLink {
  color: #F23D54;
}
.partnerCard__pseudoLink {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 45px;
}
.partnerCard__pseudoLink i {
  margin-left: 8px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .partnerCard__pseudoLink {
    left: 45px;
    right: 45px;
  }
}
.relatedCases {
  margin-top: 100px;
  margin-bottom: 100px;
}
.relatedCases__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 21px;
}
.relatedCases__title {
  font-weight: 700;
  margin-bottom: 0;
}
.relatedCases__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.relatedCases__link i {
  font-size: 12px;
  margin-left: 8px;
}
@media screen and (min-width: 993px) {
  .relatedCases .row div:first-child {
    padding-right: 0;
  }
  .relatedCases .row div:last-child {
    padding-left: 0;
  }
}
.textMap {
  position: relative;
  min-height: 680px;
}
.textMap:before {
  content: "";
  position: absolute;
  left: 8.3333%;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/worldmap_network.svg");
}
.textMap__title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #293B52;
  margin-bottom: 14px;
}
.textMap__links {
  margin-top: 20px;
}
.textMap__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.textMap__link i {
  font-size: 12px;
  margin-left: 8px;
}
@media screen and (max-width: 992px) {
  .textMap {
    min-height: 0;
    padding-bottom: 50%;
  }
  .textMap:before {
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .textMap {
    padding-bottom: 0;
  }
  .textMap:before {
    display: none;
  }
}
.partnerStories__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 38px;
}
.partnerStories__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 751px;
  height: 1px;
  background-color: rgba(41, 59, 82, 0.1);
}
.partnerStories__title {
  font-weight: 700;
  margin-bottom: 0;
}
.partnerStories__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.partnerStories__link i {
  font-size: 12px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .partnerStories__header {
    margin-left: 0;
    margin-right: 0;
  }
  .partnerStories__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 450px) {
  .partnerStories {
    margin-top: 100px;
  }
}
#nav-icon1 span {
  background-color: #16093e !important;
}
html:not(.navbar-cambre-open) .sector_page-template-default {
  /**/
}
.wrapper-navbar-cambre {
  padding-top: 1px;
  height: 81px;
}
.navbar-cambre {
  margin-top: 30px;
}
.navbar-cambre-open .navbar-cambre {
  position: fixed;
  top: 1px;
  left: 0;
  width: 100%;
}
.navbar-cambre-open .admin-bar .navbar-cambre {
  top: 47px;
}
@media (min-width: 768px) {
  .navbar-cambre-open .admin-bar .navbar-cambre {
    top: 33px;
  }
}
.navbar-cambre #searchform {
  position: absolute;
  z-index: 1001;
  left: -4px;
  top: 65px;
  overflow: hidden;
  width: 0;
  padding: 4px;
  transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 374px) and (orientation: portrait) {
  .navbar-cambre #searchform {
    top: 55px;
  }
}
@media (max-width: 569px) and (orientation: landscape) {
  .navbar-cambre #searchform {
    top: 40px;
  }
}
@media (min-width: 576px) {
  .navbar-cambre #searchform {
    left: auto;
    right: 80px;
    top: -16px;
  }
}
@media (min-width: 768px) {
  .navbar-cambre #searchform {
    top: 0;
  }
}
.navbar-cambre-open .navbar-cambre #searchform, .navbar-cambre-search-open .navbar-cambre #searchform {
  width: 268px;
  transition: width 0.5s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 767.98px) {
  .navbar-cambre-sub-open .navbar-cambre #searchform {
    width: 0;
    transition: width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
.navbar-cambre #searchform > .input-group {
  width: 260px;
  margin: 0 4px;
}
.navbar-cambre #searchform > label {
  display: none;
}
.navbar-cambre #searchform .form-control, .navbar-cambre #searchform .wpcf7 input[type=text], .wpcf7 .navbar-cambre #searchform input[type=text], .navbar-cambre #searchform .wpcf7 input[type=search], .wpcf7 .navbar-cambre #searchform input[type=search], .navbar-cambre #searchform .wpcf7 input[type=url], .wpcf7 .navbar-cambre #searchform input[type=url], .navbar-cambre #searchform .wpcf7 input[type=tel], .wpcf7 .navbar-cambre #searchform input[type=tel], .navbar-cambre #searchform .wpcf7 input[type=number], .wpcf7 .navbar-cambre #searchform input[type=number], .navbar-cambre #searchform .wpcf7 input[type=range], .wpcf7 .navbar-cambre #searchform input[type=range], .navbar-cambre #searchform .wpcf7 input[type=date], .wpcf7 .navbar-cambre #searchform input[type=date], .navbar-cambre #searchform .wpcf7 input[type=month], .wpcf7 .navbar-cambre #searchform input[type=month], .navbar-cambre #searchform .wpcf7 input[type=week], .wpcf7 .navbar-cambre #searchform input[type=week], .navbar-cambre #searchform .wpcf7 input[type=time], .wpcf7 .navbar-cambre #searchform input[type=time], .navbar-cambre #searchform .wpcf7 input[type=datetime], .wpcf7 .navbar-cambre #searchform input[type=datetime], .navbar-cambre #searchform .wpcf7 input[type=datetime-local], .wpcf7 .navbar-cambre #searchform input[type=datetime-local], .navbar-cambre #searchform .wpcf7 input[type=color], .wpcf7 .navbar-cambre #searchform input[type=color], .navbar-cambre #searchform .wpcf7 input[type=email], .wpcf7 .navbar-cambre #searchform input[type=email], .navbar-cambre #searchform .wpcf7 input[type=file], .wpcf7 .navbar-cambre #searchform input[type=file], .navbar-cambre #searchform .wpcf7 input[type=submit], .wpcf7 .navbar-cambre #searchform input[type=submit], .navbar-cambre #searchform .wpcf7 select, .wpcf7 .navbar-cambre #searchform select, .navbar-cambre #searchform .wpcf7 textarea, .wpcf7 .navbar-cambre #searchform textarea, .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors, .wpcf7 .navbar-cambre #searchform .wpcf7-validation-errors {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: transparent;
}
html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .form-control::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=text]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=text]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=search]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=search]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=url]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=url]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=tel]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=tel]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=number]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=number]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=range]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=range]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=date]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=date]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=month]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=month]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=week]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=week]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=time]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=time]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=datetime]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=datetime]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=datetime-local]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=color]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=color]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=email]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=email]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=file]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=file]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=submit]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=submit]::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 select::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform select::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 textarea::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform textarea::placeholder, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7-validation-errors::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .form-control::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=text]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=text]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=search]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=search]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=url]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=url]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=tel]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=tel]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=number]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=number]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=range]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=range]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=date]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=date]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=month]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=month]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=week]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=week]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=time]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=time]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=datetime]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=datetime]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=datetime-local]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=color]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=color]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=email]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=email]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=file]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=file]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=submit]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=submit]::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 select::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform select::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 textarea::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform textarea::placeholder, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7-validation-errors::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .form-control::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=text]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=text]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=search]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=search]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=url]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=url]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=tel]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=tel]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=number]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=number]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=range]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=range]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=date]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=date]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=month]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=month]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=week]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=week]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=time]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=time]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=datetime]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=datetime]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=datetime-local]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=color]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=color]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=email]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=email]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=file]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=file]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=submit]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=submit]::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 select::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform select::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 textarea::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform textarea::placeholder, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7-validation-errors::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .form-control::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=text]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=text]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=search]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=search]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=url]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=url]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=tel]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=tel]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=number]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=number]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=range]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=range]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=date]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=date]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=month]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=month]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=week]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=week]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=time]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=time]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=datetime]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=datetime]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=datetime-local]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=color]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=color]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=email]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=email]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=file]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=file]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=submit]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=submit]::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 select::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform select::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 textarea::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform textarea::placeholder, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7-validation-errors::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .form-control::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=text]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=text]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=search]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=search]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=url]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=url]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=tel]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=tel]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=number]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=number]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=range]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=range]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=date]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=date]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=month]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=month]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=week]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=week]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=time]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=time]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=datetime]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=datetime]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=datetime-local]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=color]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=color]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=email]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=email]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=file]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=file]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 input[type=submit]::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform input[type=submit]::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 select::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform select::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 textarea::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform textarea::placeholder, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .wpcf7-validation-errors::placeholder {
  color: #FFFFFF;
}
.navbar-cambre #searchform .form-control:focus, .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 .navbar-cambre #searchform input[type=text]:focus, .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 .navbar-cambre #searchform input[type=search]:focus, .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 .navbar-cambre #searchform input[type=url]:focus, .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 .navbar-cambre #searchform input[type=tel]:focus, .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 .navbar-cambre #searchform input[type=number]:focus, .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 .navbar-cambre #searchform input[type=range]:focus, .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 .navbar-cambre #searchform input[type=date]:focus, .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 .navbar-cambre #searchform input[type=month]:focus, .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 .navbar-cambre #searchform input[type=week]:focus, .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 .navbar-cambre #searchform input[type=time]:focus, .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 .navbar-cambre #searchform input[type=datetime]:focus, .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 .navbar-cambre #searchform input[type=datetime-local]:focus, .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 .navbar-cambre #searchform input[type=color]:focus, .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 .navbar-cambre #searchform input[type=email]:focus, .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 .navbar-cambre #searchform input[type=file]:focus, .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 .navbar-cambre #searchform input[type=submit]:focus, .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 .navbar-cambre #searchform select:focus, .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 .navbar-cambre #searchform textarea:focus, .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 .navbar-cambre #searchform .wpcf7-validation-errors:focus {
  border-bottom: 1px solid #293B52;
  box-shadow: none;
}
html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .wpcf7-validation-errors:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .form-control:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=text]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=text]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=search]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=search]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=url]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=url]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=tel]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=tel]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=number]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=number]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=range]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=range]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=date]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=date]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=month]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=month]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=week]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=week]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=time]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=time]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=datetime]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=datetime]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=datetime-local]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=datetime-local]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=color]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=color]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=email]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=email]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=file]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=file]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 input[type=submit]:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform input[type=submit]:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 select:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform select:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 textarea:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform textarea:focus, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .wpcf7-validation-errors:focus {
  border-bottom: 1px solid #FFFFFF;
}
.navbar-cambre #searchform .submit {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-indent: -999em;
  overflow: hidden;
  margin-left: 20px;
  background: #16093e url(../img/search_white.svg) no-repeat center center;
  background-size: 12px 15px;
  border-color: transparent;
}
html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .submit, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .submit, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .submit, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .submit, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .submit {
  background: #FFFFFF url(../img/search_blue.svg) no-repeat center center;
  background-size: 12px 15px;
}
html:not(.navbar-cambre-open) .contact .navbar-cambre #searchform .submit:hover, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre #searchform .submit:hover, html:not(.navbar-cambre-open) .got-talent .navbar-cambre #searchform .submit:hover, html:not(.navbar-cambre-open) .single-cases .navbar-cambre #searchform .submit:hover, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre #searchform .submit:hover {
  background: #16093e url(../img/search_white.svg) no-repeat center center !important;
  border-color: #FFFFFF !important;
  background-size: 12px 15px !important;
}
.navbar-cambre #searchform .submit:hover {
  background: #FFFFFF url(../img/search_blue.svg) no-repeat center center;
  background-size: 12px 15px;
  border-color: #16093e;
}
.navbar-cambre > .container, .navbar-collapse .navbar-cambre > .navbar-nav {
  display: block;
}
.navbar-cambre > .container > .row > .col-lg-10, .navbar-collapse .navbar-cambre > .navbar-nav > .row > .col-lg-10 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-cambre > .container > .row > .col-lg-10, .navbar-collapse .navbar-cambre > .navbar-nav > .row > .col-lg-10 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .navbar-cambre > .container > .row > .col-lg-10, .navbar-collapse .navbar-cambre > .navbar-nav > .row > .col-lg-10 {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-cambre .navbar-brand {
  position: relative;
  z-index: 1001;
  height: 25px;
  width: 110px;
  padding: 0;
}
.navbar-cambre .navbar-brand svg .st0, .navbar-cambre .navbar-brand svg .st1, .navbar-cambre .navbar-brand svg .st2 {
  transition: fill 0.4s ease;
}
.navbar-cambre .navbar-brand svg .st0 {
  fill: #F23D54;
}
.navbar-cambre .navbar-brand svg .st1 {
  fill: #F57887;
}
.navbar-cambre .navbar-brand svg .st2 {
  fill: #293B52;
}
html:not(.navbar-cambre-open) .service_page-template-default .navbar-cambre .navbar-brand svg .st0, html:not(.navbar-cambre-open) .contact .navbar-cambre .navbar-brand svg .st0, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre .navbar-brand svg .st0, html:not(.navbar-cambre-open) .got-talent .navbar-cambre .navbar-brand svg .st0, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .navbar-brand svg .st0 {
  fill: #fff;
}
html:not(.navbar-cambre-open) .service_page-template-default .navbar-cambre .navbar-brand svg .st1, html:not(.navbar-cambre-open) .contact .navbar-cambre .navbar-brand svg .st1, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre .navbar-brand svg .st1, html:not(.navbar-cambre-open) .got-talent .navbar-cambre .navbar-brand svg .st1, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .navbar-brand svg .st1 {
  fill: rgba(255, 255, 255, 0.9);
}
html:not(.navbar-cambre-open) .service_page-template-default .navbar-cambre .navbar-brand svg .st2, html:not(.navbar-cambre-open) .contact .navbar-cambre .navbar-brand svg .st2, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre .navbar-brand svg .st2, html:not(.navbar-cambre-open) .got-talent .navbar-cambre .navbar-brand svg .st2, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .navbar-brand svg .st2 {
  fill: #fff;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-brand {
    height: 35px;
    width: 155px;
  }
}
.navbar-cambre .search-btn-container {
  flex: 1 0 auto;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .navbar-cambre .search-btn-container {
    padding: 0 40px;
  }
}
.navbar-cambre .search-btn-container #search-btn {
  -webkit-appearance: button;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #16093e;
  cursor: pointer;
}
html:not(.navbar-cambre-open) .contact .navbar-cambre .search-btn-container #search-btn, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre .search-btn-container #search-btn, html:not(.navbar-cambre-open) .got-talent .navbar-cambre .search-btn-container #search-btn, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .search-btn-container #search-btn {
  color: #FFFFFF;
}
.navbar-cambre .search-btn-container #search-btn .span1 {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  width: 90px;
  justify-content: space-between;
  position: relative;
}
.navbar-cambre .search-btn-container #search-btn .span1 html:not(.navbar-cambre-open) {
  z-index: 2000;
}
.navbar-cambre .search-btn-container #search-btn .span1:after {
  content: "";
  background: url(../img/search_blue.svg) no-repeat center center;
  background-size: 12px 15px !important;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}
html:not(.navbar-cambre-open) .contact .navbar-cambre .search-btn-container #search-btn .span1:after, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre .search-btn-container #search-btn .span1:after, html:not(.navbar-cambre-open) .got-talent .navbar-cambre .search-btn-container #search-btn .span1:after, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .search-btn-container #search-btn .span1:after {
  background: url(../img/search_white.svg) no-repeat center center;
}
.navbar-cambre .search-btn-container #search-btn:focus {
  outline: 0;
}
.navbar-cambre .navbar-toggler {
  position: relative;
  z-index: 1001;
  width: 26px;
  height: 23px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-cambre .navbar-toggler:focus {
  outline: none;
}
.navbar-cambre .navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #293B52;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar-cambre .navbar-toggler span:nth-child(1) {
  top: 0px;
}
.navbar-cambre .navbar-toggler span:nth-child(2) {
  top: 8px;
}
.navbar-cambre .navbar-toggler span:nth-child(3) {
  top: 16px;
}
html:not(.navbar-cambre-open) .contact .navbar-cambre .navbar-toggler span, html:not(.navbar-cambre-open) .subscribe-to-our-newsletters .navbar-cambre .navbar-toggler span, html:not(.navbar-cambre-open) .got-talent .navbar-cambre .navbar-toggler span, html:not(.navbar-cambre-open) .meet-cambre .navbar-cambre .navbar-toggler span {
  background: #FFFFFF;
}
.navbar-cambre .navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-cambre .navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  left: 26px;
}
.navbar-cambre .navbar-toggler:not(.collapsed) span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-cambre .navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: height 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.navbar-cambre .navbar-collapse::after {
  --scalex: -1;
  content: "";
  position: absolute;
  top: 50%;
  background: transparent url("../img/Forme_Cambre_nav.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scaleX(var(--scalex)) translateX(-50px);
  height: 500px;
  width: 500px;
  margin-top: -250px;
  right: -450px;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse::after {
    --scalex: 1;
    transform: scaleX(var(--scalex)) translateX(-100px);
    height: 700px;
    width: 700px;
    margin-top: -350px;
    left: -600px;
    right: auto;
  }
}
.navbar-cambre .navbar-collapse.show::after {
  transform: scaleX(var(--scalex)) translateX(0);
  transition: transform 0.5s 0.12s ease-out;
}
.navbar-cambre .navbar-collapse.hovering-0::after {
  transform: scaleX(var(--scalex)) rotate(-50deg);
}
.navbar-cambre .navbar-collapse.hovering-1::after {
  transform: scaleX(var(--scalex)) rotate(-40deg);
}
.navbar-cambre .navbar-collapse.hovering-2::after {
  transform: scaleX(var(--scalex)) rotate(-30deg);
}
.navbar-cambre .navbar-collapse.hovering-3::after {
  transform: scaleX(var(--scalex)) rotate(-20deg);
}
.navbar-cambre .navbar-collapse.hovering-4::after {
  transform: scaleX(var(--scalex)) rotate(-10deg);
}
.navbar-cambre .navbar-collapse.hovering-5::after {
  transform: scaleX(var(--scalex)) rotate(0deg);
}
.navbar-cambre .navbar-collapse.hovering-6::after {
  transform: scaleX(var(--scalex)) rotate(10deg);
}
.navbar-cambre .navbar-collapse .navbar-nav {
  height: 100vh;
  padding-top: 195px;
  opacity: 0;
  transform: translateY(40px);
}
@media (max-width: 374px) and (orientation: portrait) {
  .navbar-cambre .navbar-collapse .navbar-nav {
    padding-top: 155px;
  }
}
@media (max-width: 569px) and (orientation: landscape) {
  .navbar-cambre .navbar-collapse .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    padding-top: 145px;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > li.menu-item {
    width: 38%;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > li.menu-item > a {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-cambre .navbar-collapse .navbar-nav {
    column-count: 2;
    padding-top: 150px;
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 175px;
  }
}
@media (min-width: 992px) {
  .navbar-cambre .navbar-collapse .navbar-nav {
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media (min-width: 1200px) {
  .navbar-cambre .navbar-collapse .navbar-nav {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item {
    flex-grow: 1;
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a {
  color: #293b52;
  font-size: 28px;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  z-index: 1;
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a::after {
  display: none;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a {
    color: #D4D8DC;
    font-size: 18px;
    line-height: 45px;
    padding-bottom: 20px;
    height: 75px;
    float: left;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a::after {
    content: "";
    height: 9px;
    width: 9px;
    background-color: #F23D54;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4.5px;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    border: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a {
    font-size: 23px;
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a .caret {
  display: none;
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item:hover, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:focus {
  z-index: 2;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:hover > a, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:focus > a {
    color: #293B52;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:hover > a, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:focus > a {
    font-size: 35px;
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item:hover > a::after, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:focus > a::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.dropdown:hover::before, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.dropdown:focus::before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    right: 0;
    top: 250px;
    height: calc(100vh - 250px);
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.dropdown:hover::after, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.dropdown:focus::after {
    content: "";
    display: block;
    position: absolute;
    right: -38px;
    width: 75px;
    background: rgba(0, 0, 0, 0);
    height: 75px;
    top: 15px;
    transform: rotate(45deg);
    z-index: 0;
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu {
  position: fixed;
  top: 175px;
  background: #fff;
  width: 100%;
  border: 0;
  z-index: 1002;
}
@media (max-width: 575.98px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .menu-item {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu {
    top: 330px;
    left: 50%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    pointer-events: none;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .menu-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu {
    width: 41.66667%;
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu::before {
  display: none;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu::before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 80%;
    display: block;
    font-size: 35px;
    color: #293B52;
    padding: 0 15px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .nav-link {
  color: #293B52;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  padding: 4px 40px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .nav-link {
    font-size: 12px;
    padding: 2px 20px;
  }
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .nav-link {
    padding: 0.5rem 1rem;
  }
}
.navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .nav-link:hover, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu .nav-link:focus {
  color: #F23D54;
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:hover .dropdown-menu, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:focus .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:hover .dropdown-menu::before, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item:focus .dropdown-menu::before {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a::before {
    content: attr(title);
    position: fixed;
    top: 110px;
    z-index: 2;
    padding-left: 40px;
    left: 0;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: translateX(-100vw);
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a::after {
    content: "‹";
    position: fixed;
    top: 110px;
    z-index: 2;
    width: 40px;
    text-align: center;
    left: 0;
    transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: translateX(-100vw);
    display: block;
    border: 0;
    margin: 0;
    height: auto;
    color: #F23D54;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu {
    transform: translateX(-100vw);
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    display: block;
    padding-right: 50px;
    height: calc(100vh - 200px);
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.show > a::before, .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.show > a::after {
    transform: translateX(0);
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item.show .dropdown-menu {
    transform: translateX(0);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a::after {
    top: 120px;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item > a::before {
    top: 120px;
  }
  .navbar-cambre .navbar-collapse .navbar-nav > .menu-item .dropdown-menu {
    top: 160px;
    column-count: 2;
    padding-right: 0;
    height: calc(100vh - 170px);
  }
}
@media (min-width: 768px) {
  .navbar-cambre .navbar-collapse .navbar-nav:not(.hovering) > .menu-item > a {
    color: #293b52;
  }
}
.navbar-cambre .navbar-collapse.show .navbar-nav {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.carousel-cambre {
  margin-top: -111px;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .carousel-cambre {
    height: calc(100vh - 40px);
  }
}
.carousel-cambre .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  top: auto;
  width: 100%;
  padding: 40px;
  margin-left: 0;
  height: auto;
  text-align: left;
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .carousel-cambre .carousel-caption {
    min-height: 300px;
    padding: 15px 30px;
    bottom: -20px;
    background: rgba(255, 255, 255, 0.7);
  }
}
.carousel-cambre .carousel-caption h3 {
  color: #293B52;
  font-size: 35px;
  line-height: 45px;
  padding-right: 20px;
}
@media (max-width: 374px) and (orientation: portrait) {
  .carousel-cambre .carousel-caption h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 576px) {
  .carousel-cambre .carousel-caption h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .carousel-cambre .carousel-caption {
    left: 50%;
    right: auto;
    bottom: auto;
    top: -200px;
    width: 840px;
    height: 840px;
    padding: 400px 300px 100px 140px;
    margin-left: -260px;
  }
  .carousel-cambre .carousel-caption h3 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .carousel-cambre .carousel-caption {
    padding-right: 250px;
  }
  .carousel-cambre .carousel-caption h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .carousel-cambre .carousel-caption {
    padding-right: 200px;
  }
  .carousel-cambre .carousel-caption h3 {
    font-size: 45px;
  }
}
.carousel-cambre .anchor {
  width: 35px;
  height: 35px;
  background-color: #c81783;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 45px;
  left: 15px;
}
.carousel-cambre .anchor .fa {
  font-size: 12px;
  color: #FFFFFF;
}
.carousel-cambre .carousel-item {
  min-height: 980px;
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 1s;
}
@media (max-width: 767.98px) {
  .carousel-cambre .carousel-item {
    min-height: 300px;
    height: calc(100vh - 80px);
    background-size: auto 100vw;
    background-position: top center;
  }
}
.admin-bar .carousel-cambre .carousel-item {
  height: calc(100vh - 80px - 32px);
}
@media (max-width: 767.98px) {
  .admin-bar .carousel-cambre .carousel-item {
    height: calc(100vh - 80px - 46px);
  }
}
.carousel-cambre .carousel-indicators {
  position: absolute;
  left: 50%;
  right: auto;
  top: 260px;
  bottom: auto;
  margin-left: 315px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .carousel-cambre .carousel-indicators {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .carousel-cambre .carousel-indicators {
    margin-left: 365px;
  }
}
@media (min-width: 1200px) {
  .carousel-cambre .carousel-indicators {
    margin-left: 435px;
  }
}
@media (max-width: 767.98px) {
  .carousel-cambre .carousel-indicators {
    margin-left: 0;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) and (orientation: portrait) {
  .carousel-cambre .carousel-indicators {
    bottom: 30px;
  }
}
.carousel-cambre .carousel-indicators li {
  background: #F23D54;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 10px 20px;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .carousel-cambre .carousel-indicators li {
    margin: 10px;
  }
}
.carousel-cambre .carousel-indicators li.active {
  opacity: 1;
}
.carousel-cambre .case-sectors {
  color: #F23D54;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px 8px 0;
  margin-right: 40px;
  letter-spacing: 2px;
}
.carousel-cambre .case-sectors .case-sector:not(:first-child):before {
  content: ", ";
}
.carousel-shape {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3000px;
  height: 3000px;
  background: url(../img/carousel-shape.svg) no-repeat center center, linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.05));
  background-size: 100%;
  margin-left: -1340px;
  margin-top: -1300px;
  transform: rotate(0deg);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.carousel.slide-0 .carousel-shape {
  transform: rotate(0deg);
}
.carousel.slide-1 .carousel-shape {
  transform: rotate(20deg);
}
.carousel.slide-2 .carousel-shape {
  transform: rotate(40deg);
}
.carousel.slide-3 .carousel-shape {
  transform: rotate(60deg);
}
@media (max-width: 767.98px) {
  .carousel-shape {
    width: 280vw;
    height: 280vw;
    margin-left: -100vw;
    margin-top: -120vw;
  }
}
@media (min-width: 768px) {
  .pull-over-carousel {
    margin-top: -180px;
  }
}
