/* -----------------------------------------------------
   Variable
   ----------------------------------------------------- */
/* Colors
  ========================================================================== */
/* Shadow
========================================================================== */
/* Typography
========================================================================== */
/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Common
   ----------------------------------------------------- */
.shadow, :not(.front) .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu, .btn.btn-icon, .btn-icon.form-submit, .views-exposed-widgets .views-exposed-widget.views-submit-button input.btn-icon, .slider-services-service, .news-wrapper .new:hover, .news-wrapper .new.event, .cta-amb-home img, .slider-auras-aura img, .item-list .pager li.pager-current, main .bottom > div.links {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.hidden {
  visibility: hidden;
  display: none;
}

.pseudo, footer section.aura .row > div:before, a.under:after, footer section.menu ul.footer-nav > li a.nav-link:after,
span.under:after, footer section.menu ul.footer-nav > li span.nav-link:after, a.more:after, .views-exposed-widgets .views-exposed-widget.views-reset-button input:after,
span.more:after, .news.blog .intro:after, .blog-home:after, main .main-header:before {
  content: '';
  width: 100%;
  height: 100%;
}

.container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-container {
  position: relative;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #fcfcfc;
  font-family: "Muli", sans-serif;
  color: #000000;
  font-size: 1rem;
  line-height: 28px;
  z-index: 0;
  overflow-x: hidden;
  /*Titles*/
}

body.navbar-open {
  position: fixed;
  width: 100vw;
  max-width: 100%;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  body .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

body *:focus {
  outline: none;
}

body main h1,
body main h2,
body main h3,
body main .bottom > div.links .field-label,
body main h4,
body main h5,
body main h6 {
  font-weight: 800;
}

body main h1 {
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 990px) {
  body main h1 {
    /*font-size: 36px;
        line-height: 46px;*/
  }
}

body main h2 {
  font-size: 28px;
  line-height: 40px;
}


body main h3,
body main .bottom > div.links .field-label {
  font-size: 24px;
  line-height: 36px;
}

body main h4 {
  font-size: 18px;
  line-height: 26px;
}

body main h5,
body main h6, body main .field-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400 !important;
}

body main p {
  line-height: 28px;
  color: #5E5E5E;
  margin: 1rem 0;
}

body main p.big {
  font-size: 16px;
  line-height: 30px;
}

body main p.small {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

body main img {
  max-width: 100%;
}

body main img.thumb {
  margin-bottom: 30px;
}

body main time {
  color: #7C3658;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

body main a {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #D34758;
}

body main a:hover {
  color: #D34758;
  text-decoration: underline;
}

body main strong {
  font-weight: 600;
}

body main ol,
body main ul {
  margin: 1.5rem 0;
  list-style: none;
  padding: 0;
  color: #5E5E5E;
}

body main ol li,
body main ul li {
  line-height: 28px;
  margin: 0 0 0.2rem 30px;
  position: relative;
}

body main ol li::before,
body main ul li::before {
  left: -30px;
  top: 0;
  position: absolute;
  text-align: right;
}

body main ol {
  counter-reset: li;
}

body main ol li {
  counter-increment: li;
}

body main ol li::before {
  content: counter(li) ".";
  color: #D34758;
  font-weight: 600;
}

body main blockquote > ol {
  background: #F7F8FA;
  padding: 10px 30px 30px;
}

@media screen and (min-width: 991px) {
  body main blockquote > ol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 0 30px 30px;
  }
}

body main blockquote > ol li {
  color: #5E5E5E;
  line-height: 24px;
  margin: 30px 0 0;
}

body main blockquote > ol li::before {
  left: 0;
  text-align: left;
  display: block;
  position: relative;
  content: "0" counter(li);
  color: #7C3658;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 1rem;
}

body main blockquote > ol li:nth-child(n+10):before {
  content: counter(items);
}

body main ul {
  list-style: none;
  counter-reset: li;
}

body main ul li {
  counter-increment: li;
}

body main ul li::before {
  content: ' ';
  width: 6px;
  height: 6px;
  top: 10px;
  left: -28px;
  background: #D34758;
}

body main .tabs.primary {
  border-bottom: 1px #BBA8AF solid;
}

section.linked {
  border-top: 3px #EEF2F8 solid;
  padding: 40px 0 10px;
}

section.linked.nob {
  border: none;
}

section.linked h4 {
  font-weight: 700;
}

section.linked.backlink {
  width: 100%;
}

section.linked.backlink a {
  font-weight: 700;
}

section > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

section > .header h2 {
  margin: 0;
}

/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
header {
  background: white;
}

@media screen and (max-width: 990px) {
  .navbar-open header {
    background: #000000;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}

footer {
  background: white;
}

footer h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

footer a {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #000000;
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer a:hover {
  color: #000000;
  text-decoration: underline;
}

footer section {
  padding: 40px 0;
}

@media screen and (max-width: 990px) {
  footer section.aura {
    padding: 40px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  footer section.aura {
    padding: 40px 30px 10px;
  }
}

footer section.aura .row > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer section.aura .row > div ul li a {
  font-weight: 700;
}

footer section.aura .row > div:before {
  position: absolute;
  display: block;
  width: 1px;
  background: #EBEAE8;
  margin-left: -30px;
}

footer section.aura .row > div:first-of-type:before {
  content: none;
}

@media screen and (max-width: 990px) {
  footer section.aura .row > div {
    margin-bottom: 2rem;
  }
  footer section.aura .row > div:nth-of-type(3):before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  footer section.aura .row > div:nth-of-type(n+3):before {
    content: '';
    width: 100%;
    height: 1px;
    margin: -20px 0 0;
  }
}

footer section.aura img {
  max-width: calc(100% - 30px);
}

footer section.aura a {
  margin-bottom: .5rem;
}

footer section.aura .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer section.aura .socials a {
  margin-right: 1.5em;
}

footer section.aura .socials a .icon {
  height: 18px;
  width: 18px;
}

footer section.aura .socials a:hover .icon {
  fill: #D34758;
}

footer section.menu {
  background: #F7F8FA;
}

@media screen and (max-width: 767px) {
  footer section.menu {
    padding: 40px 0 20px;
  }
}

footer section.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer section.menu ul.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer section.menu ul.footer-nav > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0;
}

@media screen and (max-width: 990px) {
  footer section.menu ul.footer-nav > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  footer section.menu ul.footer-nav > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1rem;
  }
}

footer section.menu ul.footer-nav > li .nav-link {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 .75rem;
}

footer section.menu ul.footer-nav > li .nav-link:after {
  content: none;
}

footer section.menu ul.footer-nav > li ul {
  position: initial;
  display: block;
  background: none;
  border: none;
}

footer section.menu ul.footer-nav > li ul li .nav-link {
  font-weight: 400;
  padding: 0 0 .5rem;
  line-height: 18px;
}

footer section.copy {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 990px) {
  footer section.copy {
    display: block;
  }
}

footer section.copy nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 990px) {
  footer section.copy nav {
    margin: .5rem 0;
  }
}

@media screen and (max-width: 767px) {
  footer section.copy nav {
    padding: 0 30px;
  }
  footer section.copy nav:nth-of-type(2) {
    display: block;
  }
}

footer section.copy nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 767px) {
  footer section.copy nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer section.copy nav ul li.last a {
  margin-right: 0;
}

footer section.copy nav a, footer section.copy nav span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  footer section.copy nav a, footer section.copy nav span {
    line-height: 18px;
    margin-bottom: .5rem;
  }
}

/* -----------------------------------------------------
   Components
   ----------------------------------------------------- */
.tabs.primary {
  padding: 0;
  margin: 2rem 0;
  border-bottom: 1px solid #EBEAE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
}

.tabs.primary li {
  margin: 0 1rem 0 0;
}

.tabs.primary li:before {
  content: none;
}

.tabs.primary li a {
  font-weight: 800;
  border: 1px solid #EBEAE8;
  padding: .5rem 1rem;
  background: white;
  border-radius: 3px 3px 0 0;
}

.tabs.primary li a:hover {
  text-decoration: none;
}

.tabs.primary li.active a {
  background: white;
}

.navbar {
  padding: 22px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-brand {
  padding: 0;
  max-width: 70%;
}

.navbar-brand img {
  height: 67px;
  margin-left: 15px;
  margin-bottom: 7px;
}

.navbar-brand div {
  display: none;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 1200px) {
  .navbar-wrapper {
    width: 100%;
  }
}

.navbar-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1200px) {
  .navbar-topbar {
    margin-bottom: 20px;
  }
}

.navbar-topbar .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-topbar .socials a {
  max-width: 20px;
  margin: 0 .5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar-topbar .socials a .icon {
  height: 13px;
  width: 100%;
}

.navbar-topbar .socials a:hover {
  fill: #D34758;
}

.navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .navbar-collapse .nav-wrapper {
    margin-left: 8%;
    width: 92%;
  }
}

.navbar-collapse .nav-wrapper .navbar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item.collapsed {
  list-style: none;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link {
  cursor: pointer;
  color: #000000;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link:hover {
  color: #D34758;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.394" height="5" fill="%23D34758" viewBox="0 0 8.394 5"><path d="M3.949,165.583l-3.881-3.85a.315.315,0,0,1,0-.446l.519-.519a.315.315,0,0,1,.446,0l3.139,3.108,3.139-3.108a.315.315,0,0,1,.446,0l.519.519a.315.315,0,0,1,0,.446l-3.881,3.85A.315.315,0,0,1,3.949,165.583Z" transform="translate(0.025 -160.675)"/></svg>') center center no-repeat;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "";
  border: none;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.394" height="5" fill="black" viewBox="0 0 8.394 5"><path d="M3.949,165.583l-3.881-3.85a.315.315,0,0,1,0-.446l.519-.519a.315.315,0,0,1,.446,0l3.139,3.108,3.139-3.108a.315.315,0,0,1,.446,0l.519.519a.315.315,0,0,1,0,.446l-3.881,3.85A.315.315,0,0,1,3.949,165.583Z" transform="translate(0.025 -160.675)"/></svg>') center center no-repeat;
  height: 5px;
  width: 9px;
  position: relative;
  top: 2px;
  margin-left: 2px;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link.lang {
  text-transform: uppercase;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  border: 0;
  top: 50px;
  margin-left: 0px;
  border-radius: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 0;
  max-width: 250px;
  padding: 30px 30px 20px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu a.nav-link {
  color: #000000;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: .75rem;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu a.nav-link {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu a.nav-link:hover {
  color: #D34758;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu .nav-item.active-trail a {
  color: #D34758;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu.last {
  left: inherit;
  right: 0;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu.lang {
  width: auto;
  text-transform: uppercase;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  visibility: visible;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item.active-trail a, .navbar-collapse .nav-wrapper .navbar-nav .nav-item.active-trail span {
  color: #D34758;
}

.navbar-collapse .nav-wrapper .navbar-nav .nav-item.active-trail a.dropdown-toggle::after, .navbar-collapse .nav-wrapper .navbar-nav .nav-item.active-trail span.dropdown-toggle::after {
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.394" height="5" fill="%23D34758" viewBox="0 0 8.394 5"><path d="M3.949,165.583l-3.881-3.85a.315.315,0,0,1,0-.446l.519-.519a.315.315,0,0,1,.446,0l3.139,3.108,3.139-3.108a.315.315,0,0,1,.446,0l.519.519a.315.315,0,0,1,0,.446l-3.881,3.85A.315.315,0,0,1,3.949,165.583Z" transform="translate(0.025 -160.675)"/></svg>') center center no-repeat;
}

@media screen and (max-width: 990px) {
  .navbar {
    position: initial;
  }
  .navbar-brand img {
    width: 110px;
  }
  .navbar-wrapper {
    display: block;
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .navbar-toggler {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 8;
    background: #000000;
    height: 58px;
    width: 58px;
    border-radius: 50%;
  }
  .show-sub .navbar-toggler-main {
    display: none;
  }
  .navbar-toggler-icon {
    background: white;
    width: 24px;
    height: 3px;
    position: relative;
    border-radius: 3px;
    margin-top: -3px;
    -webkit-transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    content: '';
    border-radius: 3px;
    display: block;
    width: 24px;
    height: 3px;
    background: white;
    margin-top: -8px;
  }
  .navbar-toggler-icon:after {
    -webkit-transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 13px;
  }
  .navbar-open .navbar-toggler-icon {
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar-open .navbar-toggler-icon::before {
    display: none;
  }
  .navbar-open .navbar-toggler-icon:after {
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: 0;
  }
  .navbar-topbar {
    margin-bottom: 8px;
  }
  .navbar-collapse {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 90px;
    height: calc(100vh - 90px);
    width: 100vw;
    background: #000000;
    z-index: 7;
  }
  .navbar-collapse .topbar {
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
  .navbar-collapse .nav-wrapper {
    height: 100%;
    padding: 40px 0;
  }
  .navbar-collapse .nav-wrapper .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    height: 100%;
    padding-bottom: 60px;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.active .nav-link {
    color: white;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link {
    text-align: center;
    color: white;
    font-size: 18px;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.394" height="5" fill="white" viewBox="0 0 8.394 5"><path d="M3.949,165.583l-3.881-3.85a.315.315,0,0,1,0-.446l.519-.519a.315.315,0,0,1,.446,0l3.139,3.108,3.139-3.108a.315.315,0,0,1,.446,0l.519.519a.315.315,0,0,1,0,.446l-3.881,3.85A.315.315,0,0,1,3.949,165.583Z" transform="translate(0.025 -160.675)"/></svg>') center center no-repeat;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link.dropdown-toggle:hover {
    color: white;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .nav-link:hover {
    color: white;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    padding: 15px;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: -webkit-transform 0s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: transform 0s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: transform 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: black;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    width: 100vw;
    padding: 40px 0;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    height: 100vh;
    position: fixed;
    top: 0;
    margin: 0;
    background: #000000;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu.show > span {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 9;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu.show .nav-link {
    color: white;
    margin-bottom: .5rem;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item .dropdown-menu.show .nav-link:hover {
    color: white;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:last-of-type .dropdown-toggle.lang {
    opacity: .5;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:last-of-type .dropdown-toggle.lang::after {
    content: none;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:last-of-type ul {
    display: contents;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: white;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:last-of-type ul li {
    opacity: 1;
    visibility: visible;
  }
  .navbar-collapse .nav-wrapper .navbar-nav .nav-item.dropdown:last-of-type ul li a {
    color: white;
    font-weight: 800;
    margin: 4px 0 0 20px;
  }
  .navbar-open .navbar-collapse {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    margin-right: .75rem;
  }
  .navbar-toggler {
    height: 42px;
    width: 42px;
    top: -6px;
    position: relative;
  }
  .navbar-toggler-icon {
    background: white;
    width: 17px;
    height: 2px;
    border-radius: 2px;
    margin-top: -2px;
  }
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    border-radius: 2px;
    width: 17px;
    height: 2px;
    margin-top: -6px;
  }
  .navbar-toggler-icon:after {
    -webkit-transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 10px;
  }
  .navbar-topbar .btn.btn-icon, .navbar-topbar .btn-icon.form-submit, .navbar-topbar .views-exposed-widgets .views-exposed-widget.views-submit-button input.btn-icon, .views-exposed-widgets .views-exposed-widget.views-submit-button .navbar-topbar input.btn-icon {
    margin-left: .75rem;
  }
  .navbar-topbar .socials {
    display: none;
  }
  .navbar-collapse .nav-wrapper {
    padding: 0px 0 40px;
  }
}

.btn, .form-submit, .views-exposed-widgets .views-exposed-widget.views-submit-button input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*custom*/
  font-weight: 800;
  margin: 1rem 1rem 1rem 0;
  line-height: 46px;
  letter-spacing: 0.08em;
  word-spacing: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 20px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* State - Hover */
}

.btn:hover, .form-submit:hover, .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover {
  text-decoration: none;
}

.btn.btn-primary, .form-submit, .views-exposed-widgets .views-exposed-widget.views-submit-button input {
  position: relative;
  z-index: 1;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#5E314E), color-stop(50%, #A2385F), to(#D34758));
  background-image: linear-gradient(90deg, #5E314E 0%, #A2385F 50%, #D34758 100%);
  background-size: 200% auto;
  background-position: right center;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn.btn-secondary, .btn-secondary.form-submit, .views-exposed-widgets .views-exposed-widget.views-submit-button input.btn-secondary {
  color: #D34758;
  background: white;
}

.btn.btn-icon, .btn-icon.form-submit, .views-exposed-widgets .views-exposed-widget.views-submit-button input.btn-icon {
  /* Icon*/
  padding: 0px;
  margin: 0 0 0 20px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
}

.btn.btn-icon .icon, .btn-icon.form-submit .icon, .views-exposed-widgets .views-exposed-widget.views-submit-button input.btn-icon .icon {
  width: 18px;
  height: 18px;
}

.btn:hover, .form-submit:hover, .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover {
  text-decoration: none;
}

.btn:hover.btn-primary, .form-submit:hover, .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover {
  background-position: left center;
}

.btn:hover.btn-secondary, .form-submit:hover.btn-secondary, .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover.btn-secondary {
  background: #d34758;
  color: white;
}

.btn:hover.btn-icon, .form-submit:hover.btn-icon, .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover.btn-icon {
  background: #000000;
}

.btn:hover.btn-icon .icon, .form-submit:hover.btn-icon .icon, .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover.btn-icon .icon {
  fill: white;
}

.form-submit {
  margin: 1rem 0;
  max-height: 46px;
}

a.lnk-icon .icon,
span.lnk-icon .icon {
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}

a.lnk-icon:hover,
span.lnk-icon:hover {
  text-decoration: none;
  color: #D34758;
}

a.lnk-icon:hover .icon,
span.lnk-icon:hover .icon {
  fill: #D34758;
}

a.lnk-icon-left .icon,
span.lnk-icon-left .icon {
  margin-right: .5rem;
  fill: #D34758;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 15px;
  margin-top: -3px;
}

a.lnk-icon-left:hover,
span.lnk-icon-left:hover {
  text-decoration: none;
  color: #000000;
}

a.lnk-icon-left:hover .icon,
span.lnk-icon-left:hover .icon {
  fill: #000000;
}

a.under:after, footer section.menu ul.footer-nav > li a.nav-link:after,
span.under:after,
footer section.menu ul.footer-nav > li span.nav-link:after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background: #000000;
  display: block;
  height: 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.under:hover, footer section.menu ul.footer-nav > li a.nav-link:hover,
span.under:hover,
footer section.menu ul.footer-nav > li span.nav-link:hover {
  text-decoration: none;
}

a.under:hover:after, footer section.menu ul.footer-nav > li a.nav-link:hover:after,
span.under:hover:after,
footer section.menu ul.footer-nav > li span.nav-link:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

a.more, .views-exposed-widgets .views-exposed-widget.views-reset-button input,
span.more {
  font-weight: 800;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
  text-align: right;
  height: 26px;
  position: relative;
}

a.more:after, .views-exposed-widgets .views-exposed-widget.views-reset-button input:after,
span.more:after {
  margin-left: -16px;
  margin-top: 1px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: block;
  background: rgba(211, 71, 88, 0.2);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.more:hover, .views-exposed-widgets .views-exposed-widget.views-reset-button input:hover,
span.more:hover {
  text-decoration: none;
}

a.more:hover:after, .views-exposed-widgets .views-exposed-widget.views-reset-button input:hover:after,
span.more:hover:after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

a.aura,
span.aura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

a.aura img,
span.aura img {
  margin-top: 30px;
}

.icon {
  width: 15px;
  height: 15px;
}

.share {
  background: #F7F8FA;
  padding: 40px 30px 30px;
}

.share .addthis_inline_share_toolbox {
  margin-top: .5rem;
  margin-left: -10px;
}

.share h5 {
  margin-top: 1.5rem;
}

.share h5:first-of-type {
  margin-top: 0;
}

.share a {
  display: block;
  font-weight: 800;
}

.links {
  margin-top: 60px;
}

.links a {
  font-weight: 800;
}

.contact {
  margin-bottom: 60px;
}

.contact .field-label {
  margin-bottom: .5rem;
}

.btn.addeventatc, .addeventatc.form-submit, .views-exposed-widgets .views-exposed-widget.views-submit-button input.addeventatc {
  color: white !important;
}

.progress {
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress .bar {
  width: 100%;
}

.progress .message {
  display: block;
  line-height: 1rem;
  width: 250px;
  margin-left: 20px;
}

.field-name-field-galerie .field-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 30px;
}

.field-name-field-galerie .field-items .field-item {
  margin: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 30px);
          flex: 0 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
}

.field-name-field-galerie .field-items .field-item img {
  height: auto;
}

.page-galerie .new {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-galerie .new h4 {
  color: #D34758;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  padding: 15px 15px 10px;
}

.figure {
  width: 100%;
}

.figure img.full {
  margin-bottom: 10px !important;
}

.figure figcaption {
  text-align: right;
  font-style: italic;
}

.page-videos .new > div {
  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;
}

.page-videos .new > div:after {
  display: block;
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="76.587" height="53.85" fill="black" viewBox="0 0 76.587 53.85"><path d="M89.92,72.426a9.623,9.623,0,0,0-6.771-6.815C77.176,64,53.227,64,53.227,64S29.277,64,23.3,65.611a9.623,9.623,0,0,0-6.771,6.815c-1.6,6.011-1.6,18.554-1.6,18.554s0,12.542,1.6,18.554A9.48,9.48,0,0,0,23.3,116.24c5.973,1.611,29.922,1.611,29.922,1.611s23.949,0,29.922-1.611a9.48,9.48,0,0,0,6.771-6.706c1.6-6.011,1.6-18.554,1.6-18.554S91.52,78.437,89.92,72.426ZM45.394,102.367V79.592L65.411,90.98,45.394,102.367Z" transform="translate(-14.933 -64)" opacity="0.82"/></svg>') center center no-repeat;
  background-size: contain;
  opacity: 0.9;
}

.page-videos .new h4 {
  color: #D34758;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  padding: 20px 15px 0;
}

.slider-services {
  padding-bottom: 40px;
  margin: 50px 0 80px;
}

@media screen and (min-width: 1200px) {
  .slider-services {
    overflow: visible;
  }
}

.slider-services-service {
  opacity: .3;
  position: relative;
  background: #684A4A;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.slider-services-service:hover .btn, .slider-services-service:hover .form-submit, .slider-services-service:hover .views-exposed-widgets .views-exposed-widget.views-submit-button input, .views-exposed-widgets .views-exposed-widget.views-submit-button .slider-services-service:hover input {
  background-position: left center;
}

.slider-services-service img {
  opacity: .7;
  width: 100%;
}

.slider-services-service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  color: white;
}

.slider-services-service-inner h3, .slider-services-service-inner main .bottom > div.links .field-label, main .bottom > div.links .slider-services-service-inner .field-label {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  color: white;
  text-align: center;
}

.slider-services-service-inner p {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin: 5px 0 10px;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .slider-services-service-inner p {
    display: none;
  }
}

.slider-services-service-inner .btn, .slider-services-service-inner .form-submit, .slider-services-service-inner .views-exposed-widgets .views-exposed-widget.views-submit-button input, .views-exposed-widgets .views-exposed-widget.views-submit-button .slider-services-service-inner input {
  line-height: 45px;
  padding: 0 0 3px 3px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 0;
}

.slider-services .swiper-slide-prev,
.slider-services .swiper-slide-active,
.slider-services .swiper-slide-next {
  opacity: 1;
}

.slider-services .swiper-button {
  top: inherit;
  bottom: -10px;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .slider-services .swiper-button {
    left: calc(50% - 50px);
  }
}

.slider-services .swiper-button:hover svg {
  fill: #000000;
}

.slider-services .swiper-button svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #D34758;
  height: 18px;
  width: 18px;
}

.slider-services .swiper-button:after {
  content: none;
}

.slider-services .swiper-button-next {
  right: inherit;
  left: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .slider-services .swiper-button-next {
    left: calc(50% + 25px);
  }
}

.view-id-page.view-display-id-bck_linked .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.view-id-page.view-display-id-bck_linked .view-content > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% / 2) - 30px);
          flex: 1 1 calc((100% / 2) - 30px);
  max-width: calc((100% / 2) - 30px);
  margin: 0 15px 60px;
}

.view-id-page.view-display-id-bck_linked .view-content > div .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-id-page.view-display-id-bck_linked .view-content > div .service img {
  width: 40%;
  height: auto;
}

.view-id-page.view-display-id-bck_linked .view-content > div .service--inner {
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-id-page.view-display-id-bck_linked .view-content > div .service--inner h3, .view-id-page.view-display-id-bck_linked .view-content > div .service--inner main .bottom > div.links .field-label, main .bottom > div.links .view-id-page.view-display-id-bck_linked .view-content > div .service--inner .field-label {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
}

.view-id-page.view-display-id-bck_linked .view-content > div .service--inner p {
  margin-top: 0;
  line-height: 24px;
}

@media screen and (max-width: 990px) {
  .view-id-page.view-display-id-bck_linked .view-content > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 1) - 30px);
            flex: 1 1 calc((100% / 1) - 30px);
    max-width: calc((100% / 1) - 30px);
  }
  .view-id-page.view-display-id-bck_linked .view-content > div .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-id-page.view-display-id-bck_linked .view-content > div .service img {
    width: 100%;
  }
}

.form-control, .form-text {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-top: 0;
}

form .form-group label {
  font-weight: 700;
  font-size: 18px;
}

form .form-group .form-control, form .form-group .form-text {
  height: 46px;
  border-color: #EBEAE8;
}

form .form-group .form-control:focus, form .form-group .form-text:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #D34758;
}

form .form-group .form-control:hover, form .form-group .form-text:hover {
  border-color: rgba(94, 94, 94, 0.5);
}

.form-text {
  height: 46px;
  border-color: #EBEAE8;
}

.form-text:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #D34758;
}

.form-text:hover {
  border-color: rgba(94, 94, 94, 0.5);
}

.views-exposed-widgets {
  width: 100%;
  margin: 60px 0px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 990px) {
  .views-exposed-widgets {
    margin: 40px -15px 40px;
    width: calc(100% + 30px);
  }
}

.views-exposed-widgets .views-exposed-widget {
  padding: 0;
  min-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 15px 0 0;
}

.views-exposed-widgets .views-exposed-widget .description {
  display: none;
}

@media screen and (min-width: 991px) {
  .views-exposed-widgets .views-exposed-widget:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 990px) {
  .views-exposed-widgets .views-exposed-widget {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .views-exposed-widgets .views-exposed-widget {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.views-exposed-widgets .views-exposed-widget input {
  margin-bottom: 0;
}

.views-exposed-widgets .views-exposed-widget #autocomplete ul {
  display: block !important;
  position: relative !important;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select {
  height: auto;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-styled {
  display: none;
  position: relative;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-options, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select #autocomplete ul, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter #autocomplete .select ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 15px -5px;
  width: calc(100% + 20px);
  max-height: none;
  overflow: hidden;
  border: none;
  background: none;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-options li, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select #autocomplete ul li, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter #autocomplete .select ul li {
  color: #D34758;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 800;
  background: rgba(211, 71, 88, 0.1);
  padding: 7px 12px;
  margin: 5px;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-options li:first-child, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select #autocomplete ul li:first-child, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter #autocomplete .select ul li:first-child {
  background: #EBEAE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: -999px;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-options li:first-child:after, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select #autocomplete ul li:first-child:after, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter #autocomplete .select ul li:first-child:after {
  content: 'X';
  text-align: center;
  width: 38px;
  height: 100%;
  text-indent: 0;
  display: block;
  color: black;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-options li.active, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select #autocomplete ul li.active, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter #autocomplete .select ul li.active {
  background: #D34758;
  color: white;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select .select-options li.active:after, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter .select #autocomplete ul li.active:after, .views-exposed-widgets .views-exposed-widget.views-widget-filter-date_filter #autocomplete .select ul li.active:after {
  color: white;
}

.views-exposed-widgets .views-exposed-widget.views-submit-button {
  min-width: 0;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 990px) {
  .views-exposed-widgets .views-exposed-widget.views-submit-button {
    margin-right: 15px;
  }
}

.views-exposed-widgets .views-exposed-widget.views-submit-button input {
  margin-top: 2.2rem;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .views-exposed-widgets .views-exposed-widget.views-submit-button input {
    margin-top: 0;
  }
}

.views-exposed-widgets .views-exposed-widget.views-reset-button {
  margin-right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #5E5E5E;
  width: 100%;
  height: 46px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border: 1px #EBEAE8 solid;
  border-radius: 0.25rem;
  padding: 8px 15px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

.select-styled:after {
  content: "";
  border: none;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.394" height="5" fill="%23D34758" viewBox="0 0 8.394 5"><path d="M3.949,165.583l-3.881-3.85a.315.315,0,0,1,0-.446l.519-.519a.315.315,0,0,1,.446,0l3.139,3.108,3.139-3.108a.315.315,0,0,1,.446,0l.519.519a.315.315,0,0,1,0,.446l-3.881,3.85A.315.315,0,0,1,3.949,165.583Z" transform="translate(0.025 -160.675)"/></svg>') center center no-repeat;
  height: 5px;
  width: 9px;
  margin-left: 5px;
  position: absolute;
  top: 20px;
  right: 18px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:hover {
  border-color: rgba(94, 94, 94, 0.5);
}

.select-styled:active, .select-styled.active {
  border-color: #D34758;
}

.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-options, .views-exposed-widgets .views-exposed-widget #autocomplete ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  color: #5E5E5E;
  background: white;
  border: 1px #EBEAE8 solid;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.select-options li, .views-exposed-widgets .views-exposed-widget #autocomplete ul li {
  margin: 0;
  padding: 8px 0 8px 15px;
  line-height: 20px;
  color: #A2A2A2;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:before, .views-exposed-widgets .views-exposed-widget #autocomplete ul li:before {
  content: none;
}

.select-options li.active, .views-exposed-widgets .views-exposed-widget #autocomplete ul li.active, .select-options li:hover, .views-exposed-widgets .views-exposed-widget #autocomplete ul li:hover {
  color: #D34758;
  background: rgba(0, 0, 0, 0.01);
}

.select-options li[rel="hide"], .views-exposed-widgets .views-exposed-widget #autocomplete ul li[rel="hide"] {
  display: none;
}

.search-form .form-wrapper {
  margin-bottom: 3rem;
}

.search-form .form-wrapper .form-item {
  margin-bottom: 0;
}

.breadcrumb {
  padding: 0;
  margin: 0 0 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb a, .breadcrumb span {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #D34758;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.breadcrumb a::before, .breadcrumb span::before {
  content: '';
  background: #D34758;
  border-radius: 50%;
  position: relative;
  display: block;
  left: -1px;
  top: 12px;
  width: 5px;
  height: 5px;
  margin: 0 .5rem;
}

.breadcrumb a:first-of-type:before {
  content: none;
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.news-wrapper .new {
  background: white;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 30px);
          flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin: 0 15px 30px;
}

.view-display-id-bck_linked_service .news-wrapper .new {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% / 6) - 30px);
          flex: 1 1 calc((100% / 6) - 30px);
  max-width: calc((100% / 6) - 30px);
}

.news-wrapper .new img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.news-wrapper .new time, .news-wrapper .new h3, .news-wrapper .new main .bottom > div.links .field-label, main .bottom > div.links .news-wrapper .new .field-label, .news-wrapper .new p {
  margin-left: 20px;
  margin-right: 20px;
}

.news-wrapper .new time {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.news-wrapper .new h3, .news-wrapper .new main .bottom > div.links .field-label, main .bottom > div.links .news-wrapper .new .field-label {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  word-break: break-word;
}

.news-wrapper .new p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.news-wrapper .new:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.news-wrapper .new.event {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
  padding: 0px 15px 0px 0;
}

.view-display-id-bck_linked_service .news-wrapper .new.event {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% / 3) - 30px);
          flex: 1 1 calc((100% / 3) - 30px);
  max-width: calc((100% / 3) - 30px);
}

@media screen and (max-width: 990px) {
  .view-display-id-bck_linked_service .news-wrapper .new.event {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 1) - 30px);
            flex: 1 1 calc((100% / 1) - 30px);
    max-width: calc((100% / 1) - 30px);
  }
}

.front .news-wrapper .new.event {
  padding: 5px 15px 12px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: auto;
}

.news-wrapper .new.event img {
  width: 33%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.news-wrapper .new.event .img {
  width: 33%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrapper .new.event .img img {
  height: 100%;
  width: auto;
  max-width: none;
}

.news-wrapper .new.event h3, .news-wrapper .new.event main .bottom > div.links .field-label, main .bottom > div.links .news-wrapper .new.event .field-label {
  margin-top: .25rem;
  margin-bottom: 1rem;
  width: 100%;
}

.news-wrapper .new.event p {
  line-height: 18px;
  margin-top: 0;
}

.news-wrapper .new.event > div {
  width: 66%;
}

.news-wrapper .new-featured {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 30px);
          flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  position: relative;
  margin-bottom: 30px;
}

.news-wrapper .new-featured:hover {
  -webkit-transform: none;
          transform: none;
}

.news-wrapper .new-featured .news--inner {
  position: absolute;
  width: 60%;
  z-index: 3;
  bottom: 0;
  background: white;
  padding: 0px 10px 30px;
}

.news-wrapper .new-featured .news--inner span {
  margin-left: 20px;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .front .news-wrapper .new:not(.new-featured):not(.event) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 990px) {
  .news-wrapper .new:not(.new-featured):not(.event) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 2) - 30px);
            flex: 1 1 calc((100% / 2) - 30px);
    max-width: calc((100% / 2) - 30px);
  }
  .front .news-wrapper .new:not(.new-featured):not(.event) {
    max-width: calc(25% - 30px);
  }
  .news-wrapper .new.event {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 1) - 30px);
            flex: 1 1 calc((100% / 1) - 30px);
    max-width: calc((100% / 1) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .news-wrapper .new:not(.new-featured):not(.event) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 1) - 30px);
            flex: 1 1 calc((100% / 1) - 30px);
    max-width: calc((100% / 1) - 30px);
  }
  .front .news-wrapper .new:not(.new-featured):not(.event) {
    max-width: calc(50% - 30px);
  }
  .news-wrapper .new h3, .news-wrapper .new main .bottom > div.links .field-label, main .bottom > div.links .news-wrapper .new .field-label {
    font-size: 16px;
  }
  .news-wrapper .new p {
    display: none;
  }
  .news-wrapper .new.event {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 1) - 30px);
            flex: 1 1 calc((100% / 1) - 30px);
    max-width: calc((100% / 1) - 30px);
  }
  .front .news-wrapper .new.event {
    padding-left: 20px;
  }
  .news-wrapper .new.event img {
    width: calc(33% - 20px);
    margin: 10px 10px 10px 10px;
  }
  .news-wrapper .new.event time, .news-wrapper .new.event h3, .news-wrapper .new.event main .bottom > div.links .field-label, main .bottom > div.links .news-wrapper .new.event .field-label, .news-wrapper .new.event p {
    margin-left: 0;
  }
  .news-wrapper .new.event time {
    margin-top: 0;
  }
  .news-wrapper .new.event h3, .news-wrapper .new.event main .bottom > div.links .field-label, main .bottom > div.links .news-wrapper .new.event .field-label {
    margin-top: .25rem;
    font-size: 16px;
    line-height: 18px;
  }
  .news-wrapper .new.event > div {
    width: 66%;
  }
}

@media screen and (max-width: 990px) {
  .front .news.events {
    margin-top: 20px;
  }
}

.front .news.events .news-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}

.front .news.events .news-wrapper .event {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% / 1) - 30px);
          flex: 1 1 calc((100% / 1) - 30px);
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.front .news.events .news-wrapper .event .img {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front .news.events .news-wrapper .event img {
  height: 100%;
  width: auto;
  max-width: none;
}

.front .news.events .news-wrapper .event:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .front .news.events .news-wrapper {
    height: calc(100% - 95px);
  }
  .front .news.events .news-wrapper .event {
    padding: 0 12px 0 0px;
    margin-bottom: 10px;
  }
  .front .news.events .news-wrapper .event h3, .front .news.events .news-wrapper .event main .bottom > div.links .field-label, main .bottom > div.links .front .news.events .news-wrapper .event .field-label {
    width: auto;
  }
}

.news.blog {
  margin: 40px 0;
}

.news.blog .views-submit-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .news.blog > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .news.blog .intro {
    margin: 30px 0 50px;
  }
}

@media screen and (min-width: 991px) {
  .news.blog .intro {
    padding-left: 60px;
  }
}

.news.blog .intro:after {
  z-index: -1;
  position: absolute;
  display: block;
  width: 50vw;
  height: calc(100% - 140px);
  left: 60px;
  top: 45px;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" ><circle cx="2.5" cy="2.5" r="2.5" fill="%23EBEAE8"/></svg>') top center repeat;
}

.news.blog .intro h3, .news.blog .intro main .bottom > div.links .field-label, main .bottom > div.links .news.blog .intro .field-label {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.news.blog .intro p {
  color: #5E5E5E;
  margin: 20px 0 20px;
}

.news.blog .news-wrapper {
  margin: 0 -30px;
}

.news.blog .news-wrapper .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33% - 60px);
          flex: 1 1 calc(33% - 60px);
  max-width: calc(33% - 60px);
  margin: 0 30px 60px;
}

@media screen and (max-width: 990px) {
  .news.blog .news-wrapper .new {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 60px);
            flex: 1 1 calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .news.blog .news-wrapper .new {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.news.blog .news-wrapper .new .news--inner {
  padding: 0 15px 15px;
}

.news.blog .news-wrapper .new .news--inner h3, .news.blog .news-wrapper .new .news--inner main .bottom > div.links .field-label, main .bottom > div.links .news.blog .news-wrapper .new .news--inner .field-label {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 26px;
}

.news.blog .news-wrapper .new .news--inner p {
  margin: 10px 0 15px;
  color: #5E5E5E;
}

.news.blog .news-wrapper .new .author {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 15px;
}

.news.blog .news-wrapper .new .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
}

.news.blog .news-wrapper .new .author-inner {
  color: #7C3658;
  font-weight: 800;
  line-height: 24px;
}

.news.blog .news-wrapper .new .author-inner i {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.cta-amb-home {
  position: relative;
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .cta-amb-home {
    margin-top: 80px;
  }
}

.cta-amb-home .inner {
  background: white;
  padding: 60px calc(100% / 3) 60px 100px;
}

@media screen and (max-width: 768px) {
  .cta-amb-home .inner {
    padding: 40px calc(100% / 3) 40px 40px;
  }
}

@media screen and (max-width: 640px) {
  .cta-amb-home .inner {
    padding: 25px 30px;
  }
}

@media screen and (min-width: 767px) {
  .cta-amb-home img {
    position: absolute;
    right: 15px;
    top: -120px;
    width: 50%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .cta-amb-home img {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.cta-amb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0px 40px 0;
  min-height: 40vh;
}

.cta-amb .inner-container {
  background-image: -webkit-gradient(linear, left top, right top, from(#5E314E), color-stop(50%, #A2385F), to(#D34758));
  background-image: linear-gradient(90deg, #5E314E 0%, #A2385F 50%, #D34758 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
}

.cta-amb .inner-container .inner {
  background: none;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(40% + 40px);
          flex: 1 0 calc(40% + 40px);
  padding-right: 40px;
}

.cta-amb .inner-container .inner p {
  font-size: 14px;
  line-height: 22px;
  color: white;
  margin: 1.5rem 0 2rem;
}

.cta-amb .inner-container .inner .btn, .cta-amb .inner-container .inner .form-submit, .cta-amb .inner-container .inner .views-exposed-widgets .views-exposed-widget.views-submit-button input, .views-exposed-widgets .views-exposed-widget.views-submit-button .cta-amb .inner-container .inner input {
  margin-bottom: 0;
}

.cta-amb-small {
  margin: 120px 0px 80px 0;
}

.cta-amb-small .inner-container {
  background-image: -webkit-gradient(linear, left top, right top, from(#A2385F), color-stop(50%, #D34758), to(#D34758));
  background-image: linear-gradient(90deg, #A2385F 0%, #D34758 50%, #D34758 100%);
  padding: 60px;
}

.cta-amb > a {
  position: absolute;
  width: 60%;
  right: 0;
}

.cta-amb > a img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .cta-amb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cta-amb .inner-container .inner {
    padding-right: 0px;
  }
  .cta-amb > a {
    position: relative;
    width: 100%;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cta-amb .inner-container {
    padding: 30px 15px 40px;
  }
}

.blog-home {
  margin: 100px 0;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog-home {
    margin: 60px 0;
    padding: 40px 0;
  }
}

.blog-home:after {
  z-index: -1;
  position: absolute;
  display: block;
  width: 50vw;
  height: 100%;
  right: -30vw;
  top: 0px;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" ><circle cx="2.5" cy="2.5" r="2.5" fill="%23D6CECB"/></svg>') top center repeat;
}

.blog-home .title {
  margin-right: 80px;
  width: 300px;
}

.blog-home .faces {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-home .faces a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.blog-home .faces a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-home .faces a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 990px) {
  .blog-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-home .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-home .faces a {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .blog-home .faces {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}

.slider-auras {
  padding: 36px 0;
  margin-bottom: 80px;
}

.slider-auras-aura {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-auras-aura.swiper-slide-active img {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slider-auras-aura img {
  height: calc(100% + 72px);
  width: auto;
  max-width: 50%;
  margin-top: -36px;
  margin-bottom: -36px;
  z-index: 9999;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.slider-auras-aura-inner {
  position: relative;
  padding: 0px 140px;
}

.slider-auras-aura-inner .btn, .slider-auras-aura-inner .form-submit, .slider-auras-aura-inner .views-exposed-widgets .views-exposed-widget.views-submit-button input, .views-exposed-widgets .views-exposed-widget.views-submit-button .slider-auras-aura-inner input {
  margin-top: 2.5rem;
}

@media screen and (max-width: 990px) {
  .slider-auras-aura img {
    width: 100%;
    height: auto;
  }
  .slider-auras-aura-inner {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .slider-auras-aura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-auras-aura img {
    max-width: 60%;
  }
  .slider-auras-aura-inner {
    padding: 60px 30px 30px;
  }
}

.slider-auras .commands {
  z-index: 998;
  position: absolute;
  top: 140px;
  left: calc(50% + 10px);
  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;
  color: #D34758;
}

.slider-auras .commands .swiper-button,
.slider-auras .commands .swiper-pagination {
  position: relative;
  top: 0;
  bottom: inherit;
  margin: 0 5px;
}

@media screen and (max-width: 990px) {
  .slider-auras .commands {
    position: absolute;
    bottom: 10px;
    top: inherit;
    left: calc(50% + 50px);
  }
}

@media screen and (max-width: 767px) {
  .slider-auras .commands {
    left: calc(50% - 60px);
  }
}

.slider-auras .swiper-button:hover svg {
  fill: #000000;
}

.slider-auras .swiper-button svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #D34758;
  height: 18px;
  width: 18px;
}

.slider-auras .swiper-button:after {
  content: none;
}

.slider-auras .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.documents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.documents-wrapper .document {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-bibliotheque .documents-wrapper .document {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 1rem;
}

.documents-wrapper .document:hover {
  text-decoration: none;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.documents-wrapper .document:hover-inner h4 {
  text-decoration: underline;
}

.documents-wrapper .document img {
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.documents-wrapper .document-inner {
  padding: 0px 20px 15px;
}

.page-bibliotheque .documents-wrapper .document-inner span.filesize {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #707070;
}

.documents-wrapper .document-inner h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0;
}

.page-bibliotheque .documents-wrapper .document-inner h4 {
  color: #7C3658;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.documents-wrapper .document-inner h4 span {
  color: #000000;
  margin-left: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-bibliotheque .documents-wrapper .document-inner h4 span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.documents-wrapper .document-inner p {
  font-size: 14px;
  margin-top: .5rem;
  line-height: 18px;
}

.item-list .pager {
  border-top: 2px #EEF2F8 solid;
  border-radius: 0;
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-list .pager li {
  border-radius: 50%;
  margin: 0 1rem 0 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  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;
  overflow: hidden;
}

.item-list .pager li::before {
  content: none;
}

.item-list .pager li a, .item-list .pager li span {
  display: block;
  padding: 0px;
  font-weight: 800;
  font-size: 14px;
}

.item-list .pager li a:hover, .item-list .pager li span:hover {
  text-decoration: underline;
}

.item-list .pager li.pager-current {
  background: white;
  color: #000000;
  font-weight: 400;
}

.item-list .pager li.pager-next a, .item-list .pager li.pager-previous a {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 0;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.394" height="5" fill="%23D34758" viewBox="0 0 8.394 5"><path d="M3.949,165.583l-3.881-3.85a.315.315,0,0,1,0-.446l.519-.519a.315.315,0,0,1,.446,0l3.139,3.108,3.139-3.108a.315.315,0,0,1,.446,0l.519.519a.315.315,0,0,1,0,.446l-3.881,3.85A.315.315,0,0,1,3.949,165.583Z" transform="translate(0.025 -160.675)"/></svg>') center center no-repeat;
  background-size: 10px;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.item-list .pager li.pager-previous a {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Cookies warning */
.cookie {
  z-index: 99;
  font-size: 14px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 30px;
  bottom: 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
  height: 68px;
  padding: 0 10px 0 20px;
  line-height: 68px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.cookie p {
  margin: 0;
}

.cookie p a {
  font-weight: 600;
  color: #D34758;
}

.cookie button {
  font-size: 12px;
}

@media screen and (max-width: 990px) {
  .cookie {
    width: 100vw;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .cookie {
    text-align: center;
    height: 100px;
    display: block;
    line-height: 22px;
    padding: 15px;
  }
  .cookie a {
    display: inline;
  }
  .cookie button {
    margin: 10px auto 0;
    display: block;
  }
}

.cookie.show {
  opacity: 1;
  visibility: visible;
}

.cookie button {
  margin: 0 0 0 15px;
  line-height: 36px !important;
}

/* modal */
.modal-backdrop.show {
  opacity: 0.7;
}

.modal-dialog {
  max-width: 70vw;
  margin-top: 15vh;
}

.modal-dialog .modal-header {
  height: 0;
  padding: 0;
  border: none;
  color: #D34758;
  font-weight: 800 !important;
  font-size: 14px;
}

.modal-dialog .modal-header .close {
  position: absolute;
  right: -40px;
  background: white;
  top: -20px;
  width: 30px;
  height: 30px;
  opacity: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D34758;
}

.modal-dialog .modal-header .close span {
  margin-top: -4px;
}

.modal-dialog .modal-content {
  background: #e9e8e5 url("../img/loader.gif") center center no-repeat;
  border-radius: 3px;
  min-height: 200px;
}

@media screen and (min-width: 992px) {
  .modal-dialog .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-dialog .modal-content .modal-body h3, .modal-dialog .modal-content .modal-body main .bottom > div.links .field-label, main .bottom > div.links .modal-dialog .modal-content .modal-body .field-label {
  font-weight: 500;
}

.modal-dialog .modal-content .modal-body .form-label:after, .modal-dialog .modal-content .modal-body .form-label::before {
  content: none;
}

.modal-dialog .modal-content .modal-body .form-label.first {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 450px;
    margin-top: 5vh;
  }
  .modal-dialog .modal-content {
    margin-left: 0;
    left: 0;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 0 30px 40px;
  }
  .modal-dialog .modal-content .modal-body .form-label {
    letter-spacing: 4px;
  }
  .modal-dialog .modal-content .modal-body .img {
    margin: 0 -30px 40px;
  }
  .modal-dialog .modal-content .modal-body .img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 80px 15px 20px;
  }
  .modal-dialog .modal-header .close {
    position: relative;
    right: 15px;
    top: -45px;
  }
}

.ambassadors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
      grid-template-areas: ". . .";
}

.ambassadors.list {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: ".";
}

.view-toggler a {
  margin: 0 5px;
}

.view-toggler a .icon {
  fill: black;
}

.view-toggler a.active .icon {
  fill: #C1425D;
}

.ambassador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ambassador .inner_image {
  width: 72px;
  text-align: center;
}

.ambassador .inner_image .rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ambassador .inner_image .rs a .icon {
  width: 13px;
  height: 13px;
  fill: #C1425D;
}

.ambassador .inner_image .rs a:hover .icon {
  fill: black;
}

.ambassador .inner_image img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ambassador .inner_profile {
  font-size: 14px;
  padding-left: 15px;
  width: calc(100% - 72px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ambassador .inner_profile span {
  margin: 0px 0 7px;
  display: block;
  line-height: 22px;
}

.ambassador .inner_profile span.name {
  font-weight: 700;
}

.ambassadors.list .ambassador .inner_image {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.ambassadors.list .ambassador .inner_image .img {
  display: none;
}

.ambassadors.list .ambassador .inner_profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.mapContainer {
  margin: 60px 0;
}

.mapContainer .filters {
  padding: 20px 45px 20px 0;
  background: #F3F2F0;
  position: relative;
}

.mapContainer .filters:before {
  z-index: -1;
  content: '';
  background: #F3F2F0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  display: block;
}

.mapContainer .filters .view-filters,
.mapContainer .filters .view-filters form,
.mapContainer .filters .view-filters form > div,
.mapContainer .filters .view-filters .views-exposed-form {
  height: 100%;
}

.mapContainer .filters .views-exposed-widgets {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-bottom: 15px;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget.views-submit-button {
  margin: 0 auto 0 0;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget.views-submit-button input {
  margin-top: 0;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox *, .mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox *::before, .mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox *::after {
  content: '';
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox label {
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox label::before {
  top: 5px;
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background: white;
  -webkit-transition: background 250ms;
  transition: background 250ms;
  border: 1px solid #EBEAE8;
  border-radius: 3px;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox label::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 7px;
  width: .25rem;
  height: 0.54rem;
  border: solid #D34758;
  border-width: 0 3px 3px 0;
  -webkit-transition: background 250ms;
  transition: background 250ms;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox input:checked + label::after {
  display: block;
}

.mapContainer .filters .views-exposed-widgets .views-exposed-widget .form-type-bef-checkbox label:hover::before {
  background: rgba(211, 71, 88, 0.05);
}

.mapContainer .mapHolder {
  height: 80vh;
  margin-left: -15px;
  overflow: visible;
}

.mapContainer .mapHolder #map {
  position: relative;
  width: calc(100% + ((100vw - 1130px) / 2)) !important;
}

/* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */
.front {
  background: #F2F2F3;
}

main {
  padding: 30px 0 60px;
}

main .main-header {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

@media screen and (max-width: 990px) {
  main .main-header {
    padding-bottom: 0px;
  }
}

main .main-header:before {
  z-index: -1;
  position: absolute;
  display: block;
  width: 50vw;
  height: calc(100% + 100px);
  left: -25vw;
  top: -40px;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" ><circle cx="2.5" cy="2.5" r="2.5" fill="%23EBEAE8"/></svg>') top center repeat;
}

.page main .main-header {
  padding-bottom: 30px;
}

.page main .main-header::before {
  height: calc(100% + 160px);
}

main section.content {
  padding-bottom: 60px;
}

main section.content img.full {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

main .block-views h2 {
  display: none;
}

main .block-block > h2 {
  display: none;
}

main .sidebar .field-name-field-liens-associes .field-label {
  font-weight: 400;
  margin-bottom: .5rem;
}

main .sidebar .aura:first-of-type {
  margin-top: 40px;
}

main .sidebar .contact a {
  word-break: break-all;
}

main .sidebar .contact .btn, main .sidebar .contact .form-submit, main .sidebar .contact .views-exposed-widgets .views-exposed-widget.views-submit-button input, .views-exposed-widgets .views-exposed-widget.views-submit-button main .sidebar .contact input {
  margin: 0;
  font-size: 13px;
}

main .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -15px 60px;
}

main .bottom > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% / 2) - 30px);
          flex: 1 1 calc((100% / 2) - 30px);
  max-width: calc((100% / 2) - 30px);
  margin: 0 15px;
  padding: 30px 60px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  main .bottom > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% / 1) - 30px);
            flex: 1 1 calc((100% / 1) - 30px);
    max-width: calc((100% / 1) - 30px);
    margin-bottom: 2rem;
  }
}

main .bottom > div a {
  font-weight: 700;
}

main .bottom > div .field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .bottom > div .field-item p {
  text-align: center;
}

main .bottom > div .field-item h4 {
  font-size: 24px;
  font-weight: 700;
}

main .bottom > div.contact {
  background: #F7F8FA;
}

main .bottom > div.contact .btn, main .bottom > div.contact .form-submit, main .bottom > div.contact .views-exposed-widgets .views-exposed-widget.views-submit-button input, .views-exposed-widgets .views-exposed-widget.views-submit-button main .bottom > div.contact input {
  margin: 0;
  font-size: 13px;
}

main .bottom > div.links .field-label {
  font-weight: 800 !important;
  margin-bottom: .5rem;
}

main .bottom > div.links .field-name-field-liens-associes {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .bottom.inner {
  display: block;
  margin: 0;
}

main .bottom.inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

@media screen and (max-width: 990px) {
  main .bottom.inner > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 991px) {
  .page-blog .main-header {
    width: 30%;
  }
}

.page-blog .content {
  position: relative;
}

@media screen and (min-width: 991px) {
  .page-blog .content .view-header {
    position: absolute;
    margin-top: -80px;
    left: 45%;
    width: 55%;
  }
  .page-blog .content .view-header.i18n-en .page-blog .content .view-header {
    margin-top: -100px;
  }
}

.page-blog .content .view-header p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 990px) {
  .page-blog .content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-blog .content .views-exposed-widgets {
  margin-top: 30px;
}

@media screen and (min-width: 991px) {
  .page-blog .content .views-exposed-widgets {
    margin-right: -10px;
    padding-left: 42px;
  }
}

.page-blog .content .views-exposed-widgets .views-exposed-widget {
  margin-right: 0;
}

.page-blog .content .views-exposed-widgets .views-exposed-widget.views-submit-button input {
  margin-top: 0px;
}

@media screen and (min-width: 991px) {
  .page-blog.i18n-en .content .view-header {
    margin-top: -100px;
  }
}

.node-type-blog .sidebar .author {
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 5px 0px 20px 0px rgba(41, 39, 41, 0.1);
  box-shadow: 5px 0px 20px 0px rgba(41, 39, 41, 0.1);
  margin-bottom: 40px;
}

.node-type-blog .sidebar .author .inner {
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.node-type-blog .sidebar .author .inner > span {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.node-type-blog .sidebar .author .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.node-type-blog .sidebar .author .inner > div a {
  margin: 0 5px;
}

.node-type-blog .sidebar .author .inner > div a svg {
  fill: #D34758;
  width: 24px;
}

.node-type-blog .sidebar .same {
  border-top: 3px #EBEAE8 solid;
  border-bottom: 3px #EBEAE8 solid;
  padding: 30px 0;
  margin: 30px 0 40px;
}

.node-type-blog .sidebar .same h3, .node-type-blog .sidebar .same main .bottom > div.links .field-label, main .bottom > div.links .node-type-blog .sidebar .same .field-label {
  font-size: 20px;
  color: #7C3658;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.node-type-blog .sidebar .same a {
  display: block;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.node-type-blog .sidebar .more {
  margin: 50px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=main.css.map */