/* compiled by scssphp v0.6.6 on Fri, 24 Mar 2023 14:42:01 +0100 (0.1332s) */

@charset "UTF-8";
.font_h1, h1, .font_h2, h2 {
  position: relative;
  margin: 0;
  margin-bottom: 25px;
  font-family: minion-pro, serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
  color: #4e3123;
  word-wrap: break-word; }
  @media (min-width: 1000px) {
  .font_h1, h1, .font_h2, h2 {
    font-size: 38px; } }
  @media (min-width: 1200px) {
  .font_h1, h1, .font_h2, h2 {
    font-size: 42px; } }

.font_h3, h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: minion-pro, serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
  color: #4e3123;
  word-wrap: break-word; }
  @media (min-width: 1000px) {
  .font_h3, h3 {
    font-size: 28px; } }
  @media (min-width: 1200px) {
  .font_h3, h3 {
    font-size: 32px; } }

.font_h4, .font_h5, h5, h4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: urw-din, sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #4e3123;
  word-wrap: break-word; }
  @media (min-width: 1000px) {
  .font_h4, .font_h5, h5, h4 {
    font-size: 17px; } }
  @media (min-width: 1200px) {
  .font_h4, .font_h5, h5, h4 {
    font-size: 18px; } }

.font_h5, h5 {
  color: #7e3788; }

.font_h6, h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: urw-din, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  color: #4e3123;
  word-wrap: break-word; }
  @media (min-width: 1000px) {
  .font_h6, h6 {
    font-size: 20px; } }
  @media (min-width: 1200px) {
  .font_h6, h6 {
    font-size: 25px; } }

.font_text, body, p, ul, .button, .yform .btn, .yform .form-group label, .yform .form-group input[type=text], .yform .form-group textarea {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  color: #4e3123; }
  @media (min-width: 1000px) {
  .font_text, body, p, ul, .button, .yform .btn, .yform .form-group label, .yform .form-group input[type=text], .yform .form-group textarea {
    font-size: 18px; } }
  @media (min-width: 1200px) {
  .font_text, body, p, ul, .button, .yform .btn, .yform .form-group label, .yform .form-group input[type=text], .yform .form-group textarea {
    font-size: 20px; } }

.font_bold, b, strong, .button.button_text, .yform .btn.button_text, .disruptor p {
  font-weight: 700; }

.font_medium, .text ul li {
  font-weight: 500; }

.font_regular, .header .header__navigation nav > ul > li > a, .button, .yform .btn, .footer .footer__contact a, .footer .footer__language a, .footer .footer__links a {
  font-weight: 400; }

.font_light {
  font-weight: 300; }

.font_italic, i {
  font-style: italic; }

.font_special, .gmap .gmaps_info {
  font-family: questa-grande, serif;
  font-weight: 300;
  line-height: 1.6em; }

.font_size_large {
  font-size: 20px; }
  @media (min-width: 650px) {
  .font_size_large {
    font-size: 22px; } }

.font_size_regular {
  font-size: 16px; }

.font_size_small, small, .header .header__language a, .card .card__item.card__item_links a, .yform .form-group label, .yform .alert ul li {
  font-size: 14px; }

.font_uppercase {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #eee8e2;
  transition: all 0.4s ease;
  display: inline-block; }

a:hover {
  text-decoration: none; }

.margin-bottom_mobile_10 {
  margin-bottom: 10px; }

img {
  width: 100%;
  border: 0px;
  display: block; }

* {
  min-height: 0;
  min-width: 0;
  line-height: 1.5;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hypthens: auto;
  color-adjust: exact;
  outline: none; }

::-webkit-scrollbar {
  width: 4px;
  /* Remove scrollbar space */
  height: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

::-webkit-scrollbar-thumb {
  background: #4e3123; }

* {
  scrollbar-color: #2b2b2b;
  scrollbar-width: thin; }

html {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }
  html body {
    width: 100%;
    position: relative;
    right: 0px;
    margin: 0px;
    color: #2b2b2b;
    overflow-x: hidden; }
  html.nav_show {
    height: 100%;
    overflow-y: hidden; }
    @media (min-width: 1200px) {
  html.nav_show {
    overflow: auto; } }
  html.popup_show {
    height: 100%;
    overflow-y: hidden; }
/* *************************  HEADER  ************************* */
.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  max-width: 1300px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4e3123;
  z-index: 99;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  border-bottom: solid 7px #7e3788; }
  @media (min-width: 1200px) {
  .header {
    border-bottom: solid 10px #7e3788; } }
  .nav_show .header {
    padding-right: 4px;
    background-color: #4e3123; }
    @media (min-width: 1200px) {
  .nav_show .header {
    background-color: #4e3123; } }
  .header.sticky {
    box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.1); }
  .header .header__logo {
    flex: 0 0 auto;
    position: absolute;
    background-color: #4e3123;
    z-index: 100; }
    .header .header__logo a {
      width: 40px;
      margin: 15px;
      display: block;
      transition: all 0s ease; }
      @media (min-width: 1200px) {
  .header .header__logo a {
    width: 160px;
    margin: 25px; } }
      .nav_show .header .header__logo a {
        width: 66px;
        margin: 15px; }
        @media (min-width: 1200px) {
  .nav_show .header .header__logo a {
    width: 160px;
    margin: 25px; } }
        .nav_show .header .header__logo a img.compact {
          display: none; }
          .nav_show .header .header__logo a img.default {
            display: block; }
      @media (min-width: 320px) {
      .header .header__logo a img.compact {
        display: block; } }
        @media (min-width: 1200px) {
    .header .header__logo a img.compact {
      display: none; } }
        @media (min-width: 320px) {
    .header .header__logo a img.default {
      display: none; } }
        @media (min-width: 1200px) {
    .header .header__logo a img.default {
      display: block; } }
  .header .header__inner {
    flex-flow: row nowrap;
    align-items: center;
    display: flex;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-left: 210px; }
    .header .header__inner::after {
      clear: both;
      content: "";
      display: block; }
    .header .header__inner::after {
      clear: both;
      content: "";
      display: block; }
  .header .header__language {
    flex: 1 1 auto;
    flex-flow: row nowrap;
    justify-content: flex-end;
    display: flex;
    margin-right: 30px; }
    @media (min-width: 650px) {
  .header .header__language {
    margin-right: 50px; } }
    @media (min-width: 1200px) {
  .header .header__language {
    flex: 0 0 auto;
    order: 2;
    margin-right: 0px; } }
    .header .header__language a {
      flex: 0 0 auto;
      position: relative;
      margin-left: 10px;
      line-height: 30px;
      color: #2b2b2b; }
      @media (min-width: 650px) {
  .header .header__language a {
    margin-left: 20px; } }
      @media (min-width: 1200px) {
  .header .header__language a {
    margin-left: 15px;
    line-height: 40px; } }
      .header .header__language a::after {
        content: "";
        width: 0%;
        height: 2px;
        position: absolute;
        left: 0px;
        bottom: 2px;
        background-color: #eee8e2;
        display: block;
        transition: width 0.4s ease; }
        @media (min-width: 1200px) {
  .header .header__language a::after {
    bottom: 5px; } }
        .nav_show .header .header__language a::after {
          background-color: #fff; }
        @media (min-width: 1200px) {
    .nav_show .header .header__language a::after {
      background-color: #eee8e2; } }
      .header .header__language a:hover {
        color: #eee8e2; }
        .header .header__language a:hover::after {
          width: 100%; }
      .header .header__language a.active::after {
        width: 100%; }
      .header .header__language a:first-child {
        margin-left: 0px; }
      .nav_show .header .header__language a {
        color: #fff; }
        @media (min-width: 1200px) {
  .nav_show .header .header__language a {
    color: #838383; } }
        .nav_show .header .header__language a:hover {
          color: #fff; }
  .header .header__navigation__button {
    flex: 0 0 60px;
    height: 60px;
    position: relative;
    margin-left: auto;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.4s ease; }
    @media (min-width: 1200px) {
  .header .header__navigation__button {
    display: none !important; } }
    .header .header__navigation__button span {
      width: 50%;
      height: 1px;
      position: absolute;
      left: 50%;
      background-color: #eee8e2;
      display: block;
      transform: translate(-50%, -50%);
      transition: background-color 0.4s ease, top 0.7s ease, transform 0.7s ease; }
      .header .header__navigation__button span:nth-child(1) {
        top: 34%; }
      .header .header__navigation__button span:nth-child(2) {
        top: 50%; }
      .header .header__navigation__button span:nth-child(3) {
        top: 66%; }
    .nav_show .header .header__navigation__button span {
      left: 50%;
      top: 50%;
      background-color: #eee8e2; }
      .nav_show .header .header__navigation__button span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .nav_show .header .header__navigation__button span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(45deg); }
      .nav_show .header .header__navigation__button span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(45deg); }
  .header .header__navigation {
    flex-flow: column nowrap;
    height: calc(100vh - 264px);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 67px;
    padding-left: 96px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    overflow-y: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease; }
    .header .header__navigation::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
  .header .header__navigation {
    padding-left: 96px;
    height: calc(100vh - 274px); } }
    @media (min-width: 1000px) {
  .header .header__navigation {
    height: calc(100vh - 206px); } }
    @media (min-width: 1200px) {
  .header .header__navigation {
    flex: 1 1 auto;
    order: 1;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: left;
    position: relative;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    padding: 0px;
    background-color: transparent;
    opacity: 1;
    display: flex;
    overflow: visible; } }
    .nav_show .header .header__navigation {
      opacity: 1;
      min-height: 200px;
      background-color: #4e3123;
      display: flex; }
      @media (min-width: 1200px) {
  .nav_show .header .header__navigation {
    background-color: transparent;
    display: flex;
    min-height: auto; } }
    .header .header__navigation .navigation_tree {
      position: relative;
      height: 400px;
      z-index: -1;
      margin-top: auto; }
      @media (min-width: 1200px) {
  .header .header__navigation .navigation_tree {
    display: none !important; } }
      @media (min-width: 1200px) {
    .nav_show .header .header__navigation .navigation_tree {
      display: none !important; } }
    .header .header__navigation nav > ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      @media (min-width: 1200px) {
    .header .header__navigation nav > ul {
      flex-flow: row nowrap;
      display: flex; } }
      .header .header__navigation nav > ul > li {
        position: relative;
        margin-top: 5px;
        text-align: left;
        background-color: #eee8e2; }
      @media (min-width: 1200px) {
      .header .header__navigation nav > ul > li {
        flex: 0 0 auto;
        margin-left: 0px;
        margin-top: 0px;
        background-color: transparent;
        display: inline-block; } }
      @media (min-width: 1400px) {
      .header .header__navigation nav > ul > li {
        margin-left: 0px; } }
      .header .header__navigation nav > ul > li:first-child {
        margin-left: 0px;
        margin-top: 0px; }
      .header .header__navigation nav > ul > li > a {
        text-transform: uppercase;
        position: relative;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-size: 20px;
        text-decoration: none;
        line-height: 1.3em;
        color: #7e3788;
        display: inline-block;
        cursor: pointer;
        opacity: 0.7; }
        @media (min-width: 480px) {
      .header .header__navigation nav > ul > li > a {
        font-size: 22px; } }
        @media (min-width: 1200px) {
      .header .header__navigation nav > ul > li > a {
        font-size: 16px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 60px;
        color: #eee8e2; } }
        .header .header__navigation nav > ul > li > a:hover, .header .header__navigation nav > ul > li > a.rex-active, .header .header__navigation nav > ul > li > a.rex-current {
          opacity: 1;
          background-color: rgba(238, 232, 226, 0.1); }
      .header .header__navigation nav > ul > li > ul {
        margin: 0px;
        margin-left: 10px;
        padding: 0px;
        list-style: none; }
        @media (min-width: 1200px) {
      .header .header__navigation nav > ul > li > ul {
        position: absolute;
        left: -10px;
        top: -2000%;
        margin: 0px;
        margin-top: -10px;
        padding: 20px;
        background-color: #eee8e2;
        transition: margin-top 0.4s ease; } }
        .header .header__navigation nav > ul > li > ul > li {
          margin-top: 10px; }
          @media (min-width: 1200px) {
        .header .header__navigation nav > ul > li > ul > li:first-child {
          margin-top: 0px; } }
          .header .header__navigation nav > ul > li > ul > li > a {
            color: #fff; }
            .header .header__navigation nav > ul > li > ul > li > a:hover, .header .header__navigation nav > ul > li > ul > li > a.active, .header .header__navigation nav > ul > li > ul > li > a.current {
              color: rgba(255, 255, 255, 0.5); }
      .header .header__navigation nav > ul > li:hover > a::after {
        width: 100%; }
        @media (min-width: 1200px) {
        .header .header__navigation nav > ul > li:hover > ul {
          top: 100%;
          margin-top: 0px; } }
  .header .header__links {
    position: absolute;
    right: 75px; }
    @media (min-width: 1200px) {
  .header .header__links {
    display: none !important; } }
    .nav_show .header .header__links {
      display: none !important; }
  .header .header__language {
    display: block;
    margin-top: 5px;
    text-align: left; }
    .header .header__language a {
      padding: 0px 15px;
      background-color: #eee8e2;
      color: #7e3788 !important; }
      .header .header__language a:hover {
        opacity: 0.5; }
      .header .header__language a:hover::after {
        display: none; }
    @media (min-width: 1200px) {
  .header .header__language {
    display: none; } }

.footer.footer__header {
  display: none;
  position: fixed;
  top: 100%;
  width: 100%;
  transform: translateY(-100%);
  border-top: 7px solid #7e3788; }
  @media (min-width: 1200px) {
    .footer.footer__header {
      border-top: 0px solid #7e3788; } }
  .nav_show .footer.footer__header {
    display: block !important; }
    @media (min-width: 1200px) {
    .nav_show .footer.footer__header {
      display: none !important; } }
/* *************************  MAIN  ************************* */
main {
  margin-top: 67px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
  main {
    margin-top: 70px; } }
/* ---------  CONTAINER  --------- */
.container {
  overflow: hidden; }
  .container.container_fullheight {
    flex-flow: column;
    justify-content: center;
    display: flex;
    min-height: calc(70vh - 80px);
    padding-top: 0px;
    padding-bottom: 0px; }
  .container.container_fullheight .container__inner {
    flex: 0 0 auto;
    width: 100%; }
  @media (min-width: 1000px) {
    .container .margin-right_reverse {
      margin-right: -30%; } }
  @media (min-width: 1400px) {
    .container .margin-right_reverse {
      margin-right: calc((-100vw + 1510px) / 2); } }
  .container.container_heading .container__background {
    height: 350px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: -100px; }
    @media (min-width: 650px) {
    .container.container_heading .container__background {
      height: 450px;
      margin-bottom: -150px; } }
    @media (min-width: 768px) {
    .container.container_heading .container__background {
      height: 550px;
      margin-bottom: -200px; } }
    @media (min-width: 1000px) {
    .container.container_heading .container__background {
      height: 650px;
      margin-bottom: -250px; } }
    @media (min-width: 1200px) {
    .container.container_heading .container__background {
      width: 60%;
      height: auto;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      margin-bottom: 0px; } }
  .container.container_flex {
    padding-left: 15px;
    padding-right: 15px; }
  .container.container_overflow {
    overflow: visible; }
  .container.container_overflow.container_overflow_top {
    padding-bottom: 30px; }
  @media (min-width: 768px) {
      .container .container__inner.container__inner_split_tablet_left {
        max-width: calc(1300px / 2);
        margin-left: auto;
        margin-right: 0px; } }
  @media (min-width: 768px) {
      .container .container__inner.container__inner_split_tablet_right {
        max-width: calc(1300px / 2);
        margin-left: 0px;
        margin-right: auto; } }
  .container .container__background.bg_semitransparent_60 {
    opacity: 0.6; }
  .container .container__background.bg_semitransparent_40 {
    opacity: 0.4; }
  .container .bg_shadow_bottom::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    bottom: 0px;
    background: linear-gradient(to top, rgba(43, 43, 43, 0.6) 0%, rgba(43, 43, 43, 0) 100%);
    display: block; }
  .container .container__color {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px; }
  .container .container__inner_none .container__inner {
    padding: 0px !important; }

.align_mobile_center, .align_landscape_center, .align_minitablet_center, .align_tablet_center, .align_laptop_center, .align_desktop_center, .align_fullwidth_center, .align_widescreen_center {
  justify-content: center; }
  .align_mobile_center hr, .align_landscape_center hr, .align_minitablet_center hr, .align_tablet_center hr, .align_laptop_center hr, .align_desktop_center hr, .align_fullwidth_center hr, .align_widescreen_center hr {
    margin-left: auto;
    margin-right: auto; }

.align_mobile_start, .align_landscape_start, .align_minitablet_start, .align_tablet_start, .align_laptop_start, .align_desktop_start, .align_fullwidth_start, .align_widescreen_start {
  justify-content: flex-start; }
  .align_mobile_start hr, .align_landscape_start hr, .align_minitablet_start hr, .align_tablet_start hr, .align_laptop_start hr, .align_desktop_start hr, .align_fullwidth_start hr, .align_widescreen_start hr {
    margin-left: auto;
    margin-right: auto; }

.bg_brown_1 {
  background-color: #4e3123;
  color: #fff; }
  .bg_brown_1 * {
    color: #fff; }

.bg_brown_2 {
  background-color: #eee8e2;
  color: #fff; }
  .bg_brown_2 hr {
    background-color: #4e3123; }
  .bg_brown_2 * {
    color: #4e3123; }

.bg_white_1 {
  background-color: #fff; }

.bg_white_2 {
  background-color: #f9f4f9; }

.bg_grey_1 {
  background-color: #f4f4f4; }

.bg_grey_2 {
  background-color: #dedede; }

.bg_black_1 {
  background-color: #2b2b2b;
  color: #fff; }
  .bg_black_1 * {
    color: #fff; }

.bg_black_2 {
  background-color: #838383;
  color: #fff; }
  .bg_black_2 * {
    color: #fff; }

.text_brown_1 {
  color: #4e3123; }
  .text_brown_1 * {
    color: #4e3123; }

.text_brown_2 {
  color: #eee8e2; }
  .text_brown_2 * {
    color: #eee8e2; }

.text_purple_1 {
  color: #7e3788; }
  .text_purple_1 * {
    color: #7e3788; }

.text_white_1 {
  color: #fff; }
  .text_white_1 * {
    color: #fff; }

.text_black_2 {
  color: #838383; }
  .text_black_2 * {
    color: #838383; }

.text_cropped_lines_mobile_1, .text_cropped_lines_mobile_2, .text_cropped_lines_mobile_3, .text_cropped_lines_mobile_4 {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.text_cropped_lines_mobile_1 {
  -webkit-line-clamp: 1; }
  h1.text_cropped_lines_mobile_1, h2.text_cropped_lines_mobile_1, h3.text_cropped_lines_mobile_1, h4.text_cropped_lines_mobile_1 {
    height: 1.35em; }

.text_cropped_lines_mobile_2 {
  -webkit-line-clamp: 2; }
  h1.text_cropped_lines_mobile_2, h2.text_cropped_lines_mobile_2, h3.text_cropped_lines_mobile_2, h4.text_cropped_lines_mobile_2 {
    height: 2.7em; }

.text_cropped_lines_mobile_3 {
  -webkit-line-clamp: 3; }
  h1.text_cropped_lines_mobile_3, h2.text_cropped_lines_mobile_3, h3.text_cropped_lines_mobile_3, h4.text_cropped_lines_mobile_3 {
    height: 4.05em; }

.text_cropped_lines_mobile_4 {
  -webkit-line-clamp: 4; }
  h1.text_cropped_lines_mobile_4, h2.text_cropped_lines_mobile_4, h3.text_cropped_lines_mobile_4, h4.text_cropped_lines_mobile_4 {
    height: 5.4em; }
/* ---------  HR  --------- */
hr {
  height: 2px;
  margin: 0px;
  border: 0px;
  width: 75%;
  background-color: #eee8e2; }
  @media (min-width: 1000px) {
  hr {
    width: 50%; } }
/* ---------  ICON  --------- */
.icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block; }
  .icon.item__icon_round {
    background-color: #eee8e2;
    border-radius: 100%; }
  .icon i {
    margin: 0px;
    font-size: 44px;
    line-height: 48px; }
  .icon.icon_small {
    width: 30px;
    height: 30px; }
  .icon.icon_small i {
    font-size: 18px;
    line-height: 30px; }
    @media (min-width: 1200px) {
    .icon.icon_small i {
      line-height: 26px; } }
  .icon.icon_medium {
    width: 30px;
    height: 40px; }
  .icon.icon_medium i {
    font-size: 22px;
    line-height: 35px; }
  .icon.icon_large {
    width: 60px;
    height: 60px; }
  .icon.icon_large i {
    font-size: 50px;
    line-height: 58px; }
/* ---------  ITEM  --------- */
.item {
  flex-flow: row nowrap;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden; }
  .item .item__icon {
    flex: 0 0 auto; }
  .item .item__icon:nth-child(2) {
    margin-left: 14px; }
  .item .item__text {
    flex: 1 1 auto; }
  .item .item__text > *:last-child {
    margin-bottom: 0px; }
  .item .item__text:nth-child(2) {
    margin-left: 10px; }
  .item.item_align_mobile_center {
    align-items: center; }
  .item.item_small .item__icon:nth-child(2) {
    margin-left: 6px; }
    .item.item_small .item__icon .icon {
      height: 20px; }
    .item.item_small .item__icon .icon .fal, .item.item_small .item__icon .icon .far, .item.item_small .item__icon .icon .fas, .item.item_small .item__icon .icon .fab {
      line-height: 18px; }
  .item.item_small .item__text:nth-child(2) {
    margin-left: 6px; }
  .item + .item {
    margin-top: 10px; }

.items {
  flex-flow: row nowrap;
  display: flex;
  margin-left: -20px;
  margin-top: -10px; }
  .items .item {
    margin-left: 20px;
    margin-top: 10px; }
/* ---------  SOCIAL  --------- */
.social {
  margin-top: 15px;
  margin-bottom: 15px; }
  .social .icon {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block; }
  .social .icon.icon_small {
    margin-left: 5px;
    margin-right: 5px; }
/* ---------  BUTTONS  --------- */
.button, .yform .btn {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eee8e2;
  text-align: center;
  text-decoration: none;
  color: #4e3123;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  z-index: 3; }
  .button .fal, .yform .btn .fal, .button .far, .yform .btn .far, .button .fas, .yform .btn .fas, .button .fab, .yform .btn .fab {
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: 15px;
    display: inline-block;
    transition: margin-left 0.4s ease; }
  .button:hover, .yform .btn:hover {
    background-color: #f7f4f1;
    text-decoration: none;
    color: #4e3123; }
  .button:hover *, .yform .btn:hover * {
    color: inherit; }
  .button:hover .fal, .yform .btn:hover .fal, .button:hover .far, .yform .btn:hover .far, .button:hover .fas, .yform .btn:hover .fas, .button:hover .fab, .yform .btn:hover .fab {
    margin-left: 20px; }
  .button.button_reverse .fal, .yform .btn.button_reverse .fal, .button.button_reverse .far, .yform .btn.button_reverse .far, .button.button_reverse .fas, .yform .btn.button_reverse .fas, .button.button_reverse .fab, .yform .btn.button_reverse .fab {
    margin-left: 0px;
    margin-right: 15px; }
  .button.button_icon, .yform .btn.button_icon {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 40px; }
  .button.button_icon .fal, .yform .btn.button_icon .fal, .button.button_icon .far, .yform .btn.button_icon .far, .button.button_icon .fas, .yform .btn.button_icon .fas, .button.button_icon .fab, .yform .btn.button_icon .fab {
    margin: 0px;
    margin-left: 1px; }
  .button.button_text, .yform .btn.button_text {
    padding: 0px;
    background-color: transparent;
    color: #eee8e2; }
  .button.button_text:hover, .yform .btn.button_text:hover {
    background-color: transparent;
    color: #eee8e2; }
  .button.button_fullwidth, .yform .btn.button_fullwidth {
    width: 100%; }

.buttons {
  flex-flow: row wrap;
  display: flex;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 0px; }
  .buttons .button, .buttons .yform .btn, .yform .buttons .btn {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px; }
  .buttons.align_mobile_center {
    justify-content: center; }
/* ---------  DISRUPTOR  --------- */
.disruptor {
  flex-flow: row nowrap;
  align-items: center;
  display: flex;
  width: 160px;
  height: 160px;
  margin-left: auto;
  padding: 20px;
  border-radius: 50%;
  background-color: #eee8e2;
  color: #fff;
  transform: rotate(15deg); }
  .disruptor p {
    flex: 1 1 auto;
    margin-bottom: 0px;
    text-align: center; }
/* ---------  IMAGE  --------- */
.image {
  position: relative;
  display: block;
  overflow: hidden; }
  .image.image_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .image.image_background_contact {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: -50px bottom;
    background-size: contain;
    border-bottom: 15px solid #7e3788; }
  @media (min-width: 650px) {
    .image.image_background_contact {
      background-position: 10% bottom; } }
  .image.image_lowerheight {
    height: 200px; }
  @media (min-width: 650px) {
    .image.image_lowerheight {
      height: 250px; } }
  @media (min-width: 1200px) {
    .image.image_lowerheight {
      height: 300px; } }
  .image.image_calendar {
    width: 50%;
    max-width: 325px;
    position: relative;
    margin-left: 5%;
    z-index: 10; }
  .image.image_icon {
    max-width: 400px; }
  .image.image_flex_small {
    height: 150px; }
  @media (min-width: 650px) {
    .image.image_flex_small {
      height: 200px; } }
  .image.image_flex {
    height: 200px; }
  @media (min-width: 650px) {
    .image.image_flex {
      height: 280px; } }
  .image.image_split {
    min-height: 300px; }
  @media (min-width: 650px) {
    .image.image_split {
      min-height: 350px; } }
  @media (min-width: 768px) {
    .image.image_split {
      min-height: 400px; } }
  @media (min-width: 1000px) {
    .image.image_split {
      min-height: 0px;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px; } }
  @media (min-width: 1000px) {
      .image.image_team.image_team_left {
        margin-right: -50%; } }
  @media (min-width: 1000px) {
      .image.image_team.image_team_right {
        margin-left: -50%; } }
  .image.image_border {
    border: 1px solid #f4f4f4; }
  .image.image_hover_scale img {
    transform: scale(1);
    transition: transform 2s ease; }
    .image.image_hover_scale img:hover {
      transform: scale(1.1); }
  .image.image_contact {
    padding-right: 20px; }
  .image.image_contact.image_contact_round {
    padding-right: 0px;
    border-radius: 100%; }
/* ---------  VIDEO  --------- */
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
/* ---------  BLOCKQUOTE  --------- */
blockquote {
  margin: 0px; }
  @media (min-width: 650px) {
  blockquote {
    margin-left: 20px;
    margin-right: 20px; } }
  blockquote::before {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    margin-bottom: 30px;
    background-image: url(/theme/img/vector_quotes.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block; }
  @media (min-width: 650px) {
    blockquote::before {
      margin-bottom: 50px; } }
  @media (min-width: 650px) {
    blockquote p {
      font-size: 20px; } }
  blockquote + p {
    margin-top: 30px; }
  @media (min-width: 650px) {
    blockquote + p {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 50px; } }
/* ---------  TEXT  --------- */
.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  .text table tr td {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7e3788; }
    .text table tr:first-child td {
      border-top: 1px solid #7e3788; }
  .text > *:last-child {
    margin-bottom: 0px; }
  .text ul {
    width: 100%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    list-style: none; }
  .text ul li {
    position: relative;
    font-size: 18px;
    margin-top: 5px;
    padding-left: 20px;
    color: #7e3788; }
    .text ul li:first-child {
      margin-top: 0px; }
    .text ul li::before {
      content: "";
      width: 12px;
      height: 1px;
      background-color: #7e3788;
      position: absolute;
      left: 0px;
      top: 0.8em;
      transform: translateY(-50%);
      display: block; }
/* ---------  CARD  --------- */
.card {
  flex-flow: column nowrap;
  align-content: flex-start;
  display: flex;
  height: 100%;
  overflow: hidden; }
  .card.card_project {
    top: 0px; }
  @media (min-width: 1000px) {
    .card.card_project {
      top: -70px; } }
  .card .card__background {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .card .card__background.bg_shadow_bottom::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    bottom: 0px;
    background: linear-gradient(to top, rgba(43, 43, 43, 0.6) 0%, rgba(43, 43, 43, 0) 100%);
    display: block; }
  .card .card__item {
    flex: 0 0 auto; }
  .card .card__item .item .item_text {
    color: #4e3123;
    margin-left: 10px; }
  .card .card__item.card__item_grow {
    flex-grow: 1; }
  .card .card__item.card__item_separator::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7e3788;
    display: block; }
  .card .card__item.card__item_icon {
    text-align: center; }
    .card .card__item.card__item_icon .icon {
      margin-left: auto;
      margin-right: auto; }
  .card .card__item.card__item_text {
    width: 100%; }
    .card .card__item.card__item_text > *:last-child {
      margin-bottom: 0px; }
    @media (min-width: 1000px) {
      .card .card__item.card__item_text .card__item_text_padding {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 1400px) {
      .card .card__item.card__item_text .card__item_text_padding {
        padding-left: calc(25px * 3);
        padding-right: calc(25px * 3);
        padding-top: calc(25px * 3);
        padding-bottom: calc(25px * 3); } }
  .card .card__item.card__item_checklist ul {
    width: 100%;
    max-width: 300px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    list-style: none; }
    .card .card__item.card__item_checklist ul li {
      position: relative;
      margin-top: 10px;
      padding-left: 30px; }
    .card .card__item.card__item_checklist ul li:first-child {
      margin-top: 0px; }
    .card .card__item.card__item_checklist ul li::before {
      content: "\f00c";
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0px;
      top: 2px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 14px;
      line-height: 16px;
      display: block; }
  .card .card__item.card__item_logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
        .card .card__item.card__item_logo.align_tablet_right img {
          margin-right: 0px; } }
    @media (min-width: 1000px) {
        .card .card__item.card__item_logo.align_laptop_center img {
          margin-right: auto; } }
  .card .card__item.card__item_social {
    flex: 1 1 auto;
    flex-flow: row nowrap;
    justify-content: center;
    display: flex; }
    @media (min-width: 768px) {
      .card .card__item.card__item_social.align_tablet_right {
        justify-content: flex-end; } }
    @media (min-width: 1000px) {
      .card .card__item.card__item_social.align_laptop_center {
        justify-content: center; } }
    .card .card__item.card__item_social a {
      flex: 0 0 25px;
      height: 30px;
      margin-left: 10px;
      line-height: 30px;
      text-align: center;
      color: #838383; }
    .card .card__item.card__item_social a:hover {
      color: #7e3788; }
    .card .card__item.card__item_social a:first-child {
      margin-left: 0px; }
  .card .card__item.card__item_links a {
    margin-top: 10px;
    color: #838383;
    display: block; }
    @media (min-width: 768px) {
      .card .card__item.card__item_links a {
        margin-left: 20px;
        display: inline-block; } }
    @media (min-width: 1000px) {
      .card .card__item.card__item_links a {
        margin-left: 0px;
        display: block; } }
    .card .card__item.card__item_links a:first-child {
      margin-left: 0px;
      margin-top: 0px; }
    .card .card__item.card__item_links a:hover {
      color: #4e3123; }
  .card .card__item.card__item_heading .card__item_heading__inner {
    flex-flow: row nowrap;
    align-items: flex-end;
    display: flex;
    width: 100%;
    min-height: 300px; }
    @media (min-width: 650px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 350px; } }
    @media (min-width: 768px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 400px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 1000px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 450px; } }
    @media (min-width: 1200px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 500px; } }
    .card .card__item.card__item_heading .card__item_heading__inner > * {
      max-width: 750px; }
    .card .card__item.card__item_heading .card__item_heading__inner > *:last-child {
      margin-bottom: 0px; }
  .card .card__item.card__item_teaser {
    position: relative;
    overflow: hidden; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay {
      flex-flow: row nowrap;
      align-items: center;
      display: flex;
      min-height: 300px;
      position: relative;
      left: -100%;
      padding-left: calc(25px * 2);
      padding-right: calc(25px * 2);
      padding-top: calc(25px * 2);
      padding-bottom: calc(25px * 2);
      color: #fff;
      transition: left 0.8s ease; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay::before {
      content: "";
      width: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      background-color: rgba(126, 55, 136, 0.85);
      transition: left 0.8s ease; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text {
      width: 100%;
      position: relative;
      text-align: center; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text * {
      color: #fff; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text a:hover {
      color: rgba(255, 255, 255, 0.5); }
    .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text > *:last-child {
      margin-bottom: 0px; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .fal, .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .far, .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .fas, .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .fab {
      margin-left: 15px; }
    .card .card__item.card__item_teaser:hover .card__item_teaser__overlay {
      left: 0px; }
  @media (min-width: 650px) {
    .card.card_offer {
      flex-flow: row nowrap;
      align-items: center; } }
  @media (min-width: 1200px) {
    .card.card_offer {
      flex-flow: column nowrap;
      align-items: flex-start; } }
  @media (min-width: 650px) {
        .card.card_offer .card__item.card__item_image {
          flex: 0 0 50%; } }
    @media (min-width: 1200px) {
      .card.card_offer .card__item.card__item_image {
        flex: 0 0 auto;
        width: 100%; } }
    @media (min-width: 650px) {
      .card.card_offer .card__item.card__item_text {
        flex: 0 0 50%; } }
    @media (min-width: 1200px) {
      .card.card_offer .card__item.card__item_text {
        flex: 0 0 auto; } }
  @media (min-width: 1200px) {
      .card.card_offer.card_offer_1 {
        margin-top: calc(25px * 2.5); } }
  @media (min-width: 1200px) {
      .card.card_offer.card_offer_2 {
        margin-top: calc(25px * 5); } }
  .card.card_border_right {
    position: relative;
    overflow: visible; }
  .card.card_border_right::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100px;
    margin-right: -8px;
    right: 0px;
    top: 0px;
    border-right: 2px solid #eee8e2; }
  .card.card_calendar {
    margin-top: -25px; }
  .card.card_team {
    height: auto !important; }
  @media (min-width: 768px) {
      .card.card_split_image .card__item {
        padding-left: 45%; } }
    @media (min-width: 768px) {
      .card.card_split_image .card__item.card__item_image {
        width: calc(45% - (25px));
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        padding: 0px; } }
    @media (min-width: 768px) {
        .card.card_split_image .card__item.card__item_image img {
          height: 100%;
          object-fit: cover; } }
  .card.card_padding {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (min-width: 768px) {
    .card.card_padding {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 25px;
      padding-bottom: 25px; } }
  .card.card_border_radius {
    border-radius: 3px; }
  .card.card_hover {
    transform: translateY(0);
    transition: transform 0.8s ease; }
  .card.card_hover:hover {
    transform: translateY(-20px); }
/* ---------  EXPANDABLE  --------- */
.expandable {
  position: relative;
  margin-top: -1px;
  transition: all 0.4s ease; }
  .expandable .expandable__fixed {
    flex-flow: row nowrap;
    align-items: flex-start;
    display: flex;
    position: relative;
    cursor: pointer; }
  .expandable .expandable__fixed > * {
    position: relative; }
    .expandable .expandable__fixed > * > *:last-child {
      margin-bottom: 0px; }
  .expandable .expandable__fixed .expandable__fixed__title {
    flex: 1 1 auto;
    order: 1;
    margin-top: 7px;
    padding-right: 25px; }
    @media (min-width: 768px) {
    .expandable .expandable__fixed .expandable__fixed__title {
      flex: 1 1 auto; } }
  .expandable .expandable__fixed .expandable__button {
    flex: 0 0 auto;
    order: 2;
    position: relative;
    top: 4px;
    padding-right: 5px;
    cursor: pointer;
    transition: color 0.4s ease; }
    .expandable .expandable__fixed .expandable__button .fal, .expandable .expandable__fixed .expandable__button .far, .expandable .expandable__fixed .expandable__button .fas, .expandable .expandable__fixed .expandable__button .fab {
      transition: transform 0.4s ease;
      transform: rotate(0deg); }
    .active.expandable .expandable__fixed .expandable__button .fal, .active.expandable .expandable__fixed .expandable__button .far, .active.expandable .expandable__fixed .expandable__button .fas, .active.expandable .expandable__fixed .expandable__button .fab {
      transform: rotate(-180deg); }
    .expandable .expandable__fixed .expandable__button:hover {
      color: #4e3123; }
  .expandable .expandable__hidden {
    padding-top: 25px; }
  @media (min-width: 768px) {
    .expandable .expandable__hidden {
      padding-top: 25px; } }
  .expandable .expandable__hidden ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .expandable .expandable__hidden ul li {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f4f4f4; }
    .expandable .expandable__hidden ul li:first-child {
      border-top: 1px solid #f4f4f4; }
/* ---------  CAROUSEL  --------- */
.carousel .slick-list .carousel__item {
  position: relative; }
  .carousel .slick-dots {
    flex-flow: row nowrap;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    bottom: -30px;
    left: calc(100% / 12 * 0.5);
    right: 50px;
    width: 80%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: flex-start;
    align-items: center; }
  @media (min-width: 650px) {
    .carousel .slick-dots {
      left: calc((100% / 12 * 1.5) + 5px); } }
  @media (min-width: 1000px) {
    .carousel .slick-dots {
      left: calc((100% / 12 * 4) + 5px);
      width: 60%; } }
  .carousel .slick-dots li {
    flex: 0 0 auto;
    margin-right: 15px;
    margin-top: 15px; }
    .carousel .slick-dots li button {
      width: 10px;
      height: 10px;
      margin: 0px;
      padding: 0px;
      border: 1px solid #4e3123;
      border-radius: 0px;
      background-color: transparent;
      font-size: 0px;
      display: block;
      cursor: pointer; }
    @media (min-width: 1000px) {
      .carousel .slick-dots li button {
        width: 25px;
        height: 16px; } }
    .carousel .slick-dots li.slick-active button {
      background-color: #eee8e2; }
  .carousel.carousel_cards .slick-list {
    position: relative;
    margin-right: -15px; }
    .carousel.carousel_cards .slick-list .slick-track .carousel__item {
      margin-right: 15px; }
  .carousel.carousel_background {
    position: fixed;
    z-index: -500;
    width: 100%;
    height: 100%; }
  .carousel.carousel_background .carousel__item {
    height: 100vh;
    width: 100vw; }
    .carousel.carousel_background .carousel__item .carousel__item_image {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat; }
/* ---------  POPUP  --------- */
.popup__open {
  cursor: pointer; }

.popup {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(43, 43, 43, 0.5);
  z-index: 100; }
  .popup.active, .popup.popup_vue {
    display: block !important; }
  .popup .popup__close {
    position: absolute;
    right: 35px;
    top: 30px;
    color: #2b2b2b;
    cursor: pointer;
    transition: color 0.4s ease;
    z-index: 9; }
  @media (min-width: 650px) {
    .popup .popup__close {
      right: 25px;
      color: #fff; } }
  .popup .popup__close .icon .fal, .popup .popup__close .icon .far, .popup .popup__close .icon .fas, .popup .popup__close .icon .fab {
    font-size: 22px; }
  .popup .popup__close:hover {
    color: #dedede; }
  .popup .popup__content {
    width: calc(100vw - 50px);
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    padding-left: 25px;
    padding-top: 60px;
    padding-bottom: 25px;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    transform: translateX(-50%); }
  @media (min-width: 650px) {
    .popup .popup__content {
      width: calc(100vw - 180px);
      max-width: 500px;
      max-height: 650px;
      top: 40px;
      bottom: 40px;
      padding-left: 25px;
      padding-top: 25px;
      padding-bottom: 25px; } }
  .popup .popup__content .popup__content__scrollable {
    max-height: 100%;
    padding-right: 25px;
    padding-bottom: 10px;
    overflow-y: auto; }
    @media (min-width: 650px) {
    .popup .popup__content .popup__content__scrollable {
      padding-right: 25px; } }
    .popup .popup__content .popup__content__scrollable > *:last-child {
      margin-bottom: 0px; }
/* ---------  MAPS  --------- */
.gmap {
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 60%; }
  @media (min-width: 650px) {
  .gmap {
    padding-bottom: 50%; } }
  @media (min-width: 1000px) {
  .gmap {
    height: 100%;
    padding-bottom: 0px; } }
  .gmap .gmaps_info {
    text-transform: uppercase; }
  .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    display: block; }
/* ---------  VIDEO  --------- */
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
/* ---------  FORM  --------- */
.yform .form-group label {
  display: block; }
  .yform .form-group input[type=text] {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 6px;
    border: 1px solid rgba(43, 43, 43, 0.3);
    background-color: #fff; }
  .yform .form-group textarea {
    width: 100%;
    height: 200px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 7px;
    padding-bottom: 6px;
    border: 1px solid rgba(43, 43, 43, 0.3);
    background-color: #fff;
    resize: vertical; }
  .yform .form-group#yform-table-etx_contact-xmail {
    display: none !important; }
  .yform .alert {
    margin-bottom: 50px;
    text-align: center;
    color: #4e3123; }
  .yform .alert ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .yform .alert ul li {
      margin-bottom: 5px; }

@media (min-width: 320px) {
      .flex_border .flex__item:nth-child(1) .card.card_border_right::after, .flex_border .flex__item:nth-child(2) .card.card_border_right::after, .flex_border .flex__item:nth-child(3) .card.card_border_right::after {
        border-right: 0px solid #eee8e2; } }
  @media (min-width: 650px) {
    .flex_border .flex__item:nth-child(2) .card.card_border_right::after, .flex_border .flex__item:nth-child(3) .card.card_border_right::after {
      border-right: 0px solid #eee8e2; }
      .flex_border .flex__item:nth-child(1) .card.card_border_right::after {
        border-right: 2px solid #eee8e2; } }
  @media (min-width: 1000px) {
    .flex_border .flex__item:nth-child(3) .card.card_border_right::after {
      border-right: 0px solid #eee8e2; }
      .flex_border .flex__item:nth-child(1) .card.card_border_right::after, .flex_border .flex__item:nth-child(2) .card.card_border_right::after {
        border-right: 2px solid #eee8e2; } }
/* *************************  FOOTER  ************************* */
.footer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000; }
  .footer * {
    color: #4e3123; }
  .footer .footer__contact {
    display: block; }
  .footer .footer__contact a {
    text-transform: none;
    color: #4e3123; }
    .footer .footer__contact a:hover {
      color: #7e3788; }
  @media (min-width: 1000px) {
    .footer .footer__contact {
      display: none; } }
  .footer .footer__social a .fal, .footer .footer__social a .far, .footer .footer__social a .fas, .footer .footer__social a .fab {
    width: 100%;
    color: #7e3788;
    font-size: 35px;
    line-height: 20px;
    display: block; }
    .footer .footer__social a:first-child {
      margin-left: 0px; }
    .footer .footer__social a:hover {
      opacity: 0.5; }
  .footer .footer__language {
    display: none; }
  @media (min-width: 1000px) {
    .footer .footer__language {
      display: block; } }
  .footer .footer__language a {
    text-transform: none;
    color: #7e3788; }
    .footer .footer__language a:hover {
      opacity: 0.5; }
  .footer .footer__links {
    display: none; }
  .footer .footer__links a {
    text-transform: none;
    color: #4e3123; }
    .footer .footer__links a:hover {
      color: #7e3788; }
  @media (min-width: 1000px) {
    .footer .footer__links {
      display: block; } }
  .footer .cookies {
    width: calc(100% - 20px);
    max-width: 340px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #4e3123;
    color: #fff;
    z-index: 999;
    border-top: 8px solid #7e3788; }
  @media (min-width: 650px) {
    .footer .cookies {
      right: 25px;
      bottom: 25px; } }
  .footer .cookies .cookies__button {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    .footer .cookies .cookies__button a {
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      display: block; }
    .footer .cookies .cookies__button a:hover {
      opacity: 0.5; }
    .footer .cookies .cookies__button a i {
      margin-right: 0px;
      color: #fff;
      line-height: inherit; }
  .footer .cookies .cookies__text > *:last-child {
    margin-bottom: 0px; }
    .footer .cookies .cookies__text h3, .footer .cookies .cookies__text p {
      margin-right: 40px;
      color: #fff; }
    .footer .cookies .cookies__text a {
      color: #fff; }
    .footer .cookies .cookies__text a:hover {
      opacity: 0.5; }
