@charset "UTF-8";
.overlay, .nav_overlay {
  display: block;
  position: fixed;
  cursor: pointer;
  top: 0px;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0s 0.3s, opacity 0.3s 0s;
  -o-transition: all 0s 0.3s, opacity 0.3s 0s;
  transition: all 0s 0.3s, opacity 0.3s 0s;
  background-color: rgba(52, 52, 50, 0.6);
  z-index: 58;
}
.overlay.show, .show.nav_overlay {
  -webkit-transition: all 0s 0s, opacity 0.3s 0s;
  -o-transition: all 0s 0s, opacity 0.3s 0s;
  transition: all 0s 0s, opacity 0.3s 0s;
  left: 0px;
  opacity: 1;
}

address {
  font-style: normal;
}
address.line div {
  display: block;
}
address.inline {
  font-size: 0;
}
address.inline div {
  padding: 0 0.5rem;
  line-height: 1.3;
  font-size: 1;
  display: inline-block;
  border-right: 1px solid;
  border-color: #e9e6e6;
  border-color: var(--light_color_darkest);
}
address.inline div:first-child {
  padding-left: 0;
}
address.inline div:last-child {
  padding-right: 0;
  border: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

template {
  display: none;
}

code {
  font-size: 87.5%;
  word-break: break-word;
  color: #1d1d1b;
  color: var(--text_color);
}

ins {
  text-decoration: none;
}

.quote,
blockquote {
  border: 0;
  position: relative;
  text-align: center;
  font-size: 100%;
}
.quote:before,
blockquote:before {
  line-height: 0;
  content: "„" !important;
  margin-bottom: 1rem;
  display: block;
  font-size: 60px;
  height: 40px;
  color: #556323;
  font-weight: 700;
}
@media only screen and (min-width: 820px) {
  .quote.long,
blockquote.long {
    font-size: 95%;
  }
  .quote.short,
blockquote.short {
    font-size: 130%;
  }
}
.quote .text,
blockquote .text {
  text-align: center;
}
.quote .text *,
blockquote .text * {
  font-size: inherit;
}
.quote > .image,
blockquote > .image {
  overflow: hidden;
  min-width: 100px;
  max-width: 34%;
  margin: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.quote > div,
blockquote > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.quote .avatar.personinfo .detail,
blockquote .avatar.personinfo .detail {
  text-align: center;
}
.quote .avatar.personinfo .image ~ .detail,
blockquote .avatar.personinfo .image ~ .detail {
  text-align: left;
}
.quote footer,
.quote .footer,
blockquote footer,
blockquote .footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote.boxed,
blockquote.boxed {
  background: #1d1d1b;
  line-height: 1.7;
}
@media only screen and (min-width: 820px) {
  .quote.boxed,
blockquote.boxed {
    padding: 3.5rem;
  }
}
@media only screen and (min-width: 1020px) {
  .quote.boxed,
blockquote.boxed {
    padding: 4rem;
  }
}
.quote.ghost p,
blockquote.ghost p {
  line-height: 1.4;
}
@media only screen and (min-width: 1020px) {
  .quote.ghost p,
blockquote.ghost p {
    font-size: 1.8rem;
  }
}

table,
td,
th {
  border: 1px solid;
  text-align: left;
  vertical-align: baseline;
  border-color: #e9e6e6;
  border-color: var(--light_color_darkest);
}

table {
  width: 100%;
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: left;
}
table th {
  font-weight: bold;
  border-bottom-color: #e9e6e6;
  border-bottom-color: var(--light_color_darkest);
  border-bottom-width: 3px;
}
table thead,
table th {
  border-top-color: transparent;
}

.lined,
.opening_hours {
  border: none;
}
.lined td,
.lined th,
.opening_hours td,
.opening_hours th {
  border: none;
  text-align: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e9e6e6;
  border-color: var(--light_color_darkest);
}
.lined td,
.lined th,
.opening_hours td,
.opening_hours th {
  padding: 0.5rem 1rem;
}
.lined td:first-child,
.lined th:first-child,
.opening_hours td:first-child,
.opening_hours th:first-child {
  padding-left: 0;
}
.lined td:last-child,
.lined th:last-child,
.opening_hours td:last-child,
.opening_hours th:last-child {
  padding-right: 0;
}

.opening_hours td {
  width: 50%;
}
.opening_hours .time {
  text-align: right;
}

.infobox {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  padding: 2rem;
}
@media only screen and (min-width: 1020px) {
  .infobox {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1600px) {
  .infobox {
    padding: 3.5rem;
  }
}

.timelist time {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.timelist time:first-child {
  margin-top: 0 !important;
}
.timelist time:last-child {
  margin-bottom: 0 !important;
}

.section_title.block {
  margin-bottom: 2.6666666667rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block {
    margin-bottom: 3.3333333333rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block {
    margin-bottom: 4rem;
  }
}
.section_title.block_bg {
  padding-bottom: 2.6666666667rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block_bg {
    padding-bottom: 3.3333333333rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block_bg {
    padding-bottom: 4rem;
  }
}
.section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
  margin-top: 2.6666666667rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
    margin-top: 3.3333333333rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block.text_content, .section_title.block_bg + .block.text_content {
    margin-top: 4rem;
  }
}
.section_title.block + .block, .section_title.block_bg + .block {
  margin-top: 2.6666666667rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block, .section_title.block_bg + .block {
    margin-top: 3.3333333333rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block, .section_title.block_bg + .block {
    margin-top: 4rem;
  }
}
.section_title.block + .block_bg, .section_title.block_bg + .block_bg {
  padding-top: 2.6666666667rem;
}
@media only screen and (min-width: 760px) {
  .section_title.block + .block_bg, .section_title.block_bg + .block_bg {
    padding-top: 3.3333333333rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section_title.block + .block_bg, .section_title.block_bg + .block_bg {
    padding-top: 4rem;
  }
}

.notice {
  position: relative;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  margin: 1rem 0;
  color: #1d1d1b;
  color: var(--text_color);
}
.notice.hide {
  display: none;
}
.notice.show {
  display: block;
}
.notice.success {
  background: #568831;
  color: #fff;
}
.notice.warning {
  background: #d1a000;
  color: #fff;
}
.notice.error {
  background: #8a132a;
  color: #fff;
}
.notice .inlinerow {
  margin-top: 0.8333333333rem;
  margin-bottom: 0.8333333333rem;
}
.notice .content {
  padding: 1.4rem;
}
.notice * {
  font-size: 15px;
  color: inherit;
}
.notice *:first-child {
  margin-left: 0 !important;
}
.notice *:last-child {
  margin-right: 0 !important;
}

.notifications {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 5;
}
@media only screen and (min-width: 480px) {
  .notifications {
    left: auto;
    max-width: 460px;
    min-width: 300px;
    width: 45%;
  }
}
.notifications .notice {
  display: none;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  color: #1d1d1b;
  color: var(--text_color);
}
.notifications button,
.notifications .button,
.notifications form input[type=submit],
form .notifications input[type=submit],
.notifications .paginate a,
.paginate .notifications a {
  padding: 0.3rem 1rem;
}
.notifications .link_group {
  margin-bottom: -0.3rem !important;
}
.notifications .link_group .inlinerow {
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.notifications *:first-child {
  margin-top: 0 !important;
}
.notifications *:last-child {
  margin-bottom: 0 !important;
}

body.slidein_open {
  overflow: hidden;
}

.slidein_panel {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateX(102%);
      -ms-transform: translateX(102%);
          transform: translateX(102%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: fixed !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 62;
  width: 92%;
  max-width: 460px;
  background-color: #FAF7F7;
  background-color: var(--site_bg_color_light);
}
.loaded .slidein_panel {
  visibility: visible;
}
.slidein_panel.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.no-js .slidein_panel, .loading .slidein_panel {
  display: none;
}
.slidein_panel > .content {
  padding: 2rem;
}
@media only screen and (min-width: 760px) {
  .slidein_panel > .content {
    padding: 4rem;
  }
}
.slidein_panel > .image {
  border-top-right-radius: 0 !important;
}
.slidein_panel .icon {
  max-width: 46px;
}
@media only screen and (min-width: 820px) {
  .slidein_panel .icon {
    max-width: 56px;
  }
}
@media only screen and (min-width: 1600px) {
  .slidein_panel .icon {
    max-width: 66px;
  }
}
@media only screen and (min-width: 1020px) {
  .slidein_panel {
    max-width: 552px;
  }
  .slidein_panel.wide {
    max-width: 782px;
  }
  .slidein_panel.wide > .content {
    padding: 4rem;
  }
}
@media only screen and (min-width: 1020px) and (min-width: 760px) {
  .slidein_panel.wide > .content {
    padding: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .slidein_panel {
    max-width: 690px;
  }
  .slidein_panel.wide {
    max-width: 1150px;
  }
}
.slidein_panel .cards .item .content {
  padding: 0.7rem 1rem;
}

.slidein_open .slidein_overlay {
  -webkit-transition: all 0s 0s, opacity 0.5s 0s;
  -o-transition: all 0s 0s, opacity 0.5s 0s;
  transition: all 0s 0s, opacity 0.5s 0s;
  left: 0px;
  opacity: 1;
}

.slidein_closer {
  -webkit-transition: background 0.3s, background-color 0.3s;
  -o-transition: background 0.3s, background-color 0.3s;
  transition: background 0.3s, background-color 0.3s;
  width: 38px;
  height: 38px;
  z-index: 63;
  overflow: hidden;
  position: fixed;
  top: 28px;
  right: 28px;
  white-space: nowrap;
  display: none;
  cursor: pointer;
  background-color: #556323;
  background-color: var(--primary_color);
}
.slidein_closer::before, .slidein_closer::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  top: 50%;
  left: 25%;
  margin-left: -2px;
  margin-top: -1px;
  background: #fff;
  background-color: var(--accent_contrast_color);
}
.slidein_closer::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slidein_closer::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slidein_closer:hover {
  background-color: #4b571f;
}
.slidein_closer.active {
  display: block;
  -webkit-animation: moveIn 0.25s;
          animation: moveIn 0.25s;
}

.show--settings .slidein_overlay {
  z-index: 2147483844;
}
.show--settings .slidein_panel {
  z-index: 2147483944;
}
.show--settings .slidein_closer {
  z-index: 2147484044;
}

@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.loader {
  position: relative;
}
.loader:after {
  width: 64px;
  height: 64px;
  margin: 8px;
  border-width: 8px;
  margin-top: -32px;
  margin-left: -32px;
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: #556323 transparent #556323 transparent;
  -webkit-animation: loader_spin 1.2s linear infinite;
          animation: loader_spin 1.2s linear infinite;
  border-radius: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.loader.button:after, form button.loader:after,
form input.loader[type=submit]:after, .paginate a.loader:after {
  width: 20.8px;
  height: 20.8px;
  margin: 2.6px;
  border-width: 2.6px;
  margin-top: -10.4px;
  margin-left: -10.4px;
}
.loader.white {
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
}

@-webkit-keyframes loader_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.error,
.errors {
  color: #8a132a;
}
.error,
.error .error,
.error li,
.errors,
.errors .error,
.errors li {
  color: #8a132a;
  font-size: 0.9rem;
}
.error input, .error textarea, .error select,
.errors input,
.errors textarea,
.errors select {
  border-color: #8a132a;
}
ul.error, .errors,
ul li.error, .errors {
  list-style: none;
  padding: 0;
  margin: 0;
}

.progress_container {
  top: 0px;
  right: 0px;
  left: 0px;
  height: 3px;
  z-index: 12;
  position: fixed;
  width: 100%;
}

.progress_bar {
  height: 3px;
  background: #556323;
  width: 0%;
}

.to_top {
  position: fixed;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  z-index: 3;
  width: 38px;
  height: 38px;
  right: 1.5rem;
  bottom: 1.5rem;
}
.to_top.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.to_top a {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/a/i/icons/icon_arrow_up_white.svg);
  background-size: 19px 19px;
  width: 38px;
  height: 38px;
  display: block;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #505d21;
  background-color: var(--primary_color_dark);
}
.to_top a:hover {
  background-color: #dbbf8d;
}

.badge_wrap {
  padding-right: 12px;
  position: relative;
}

.badge {
  background: #556323;
  position: absolute;
  letter-spacing: -0.2px;
  line-height: 1.5;
  font-size: 0.65rem !important;
  color: #fff !important;
  padding: 0 6px;
  right: 2px;
  top: 5px;
}

.tag,
.tags a {
  font-size: 0.9rem;
  padding: 0.2rem 1rem;
  line-height: 1.3;
  display: inline-block;
  background-color: #e9e6e6;
  background-color: var(--light_color_darkest);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border, background, background-color, -webkit-transform;
  transition-property: color, border, background, background-color, -webkit-transform;
  -o-transition-property: color, border, background, background-color, transform;
  transition-property: color, border, background, background-color, transform;
  transition-property: color, border, background, background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.tag.active,
.tags a.active {
  background-color: #dbbf8d;
  background-color: var(--accent_color);
  color: #fff;
  color: var(--accent_contrast_color);
}
.tag.overtag,
.tags a.overtag {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.tag.trigger:hover,
.tags .trigger:hover,
a.tag:hover,
.tags a:hover {
  background-color: #dbbf8d;
  background-color: var(--accent_color);
  color: #fff;
  color: var(--accent_contrast_color);
}

.tags {
  font-size: 0 !important;
  margin-bottom: -0.4rem !important;
}
.tags .title {
  margin-bottom: 1rem;
}
.tags,
.tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.tags li,
.tags .tag {
  font-size: 0.9rem;
  list-style: none;
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.tags.plain a {
  font-size: 0.9rem;
  padding-left: 0;
  background: transparent;
  color: #1d1d1b;
  color: var(--link_color);
}
.tags.plain a:hover {
  color: #dbbf8d;
  color: var(--link_hover_color);
}

.iconnav ul, .iconnav ul li {
  margin: 0;
  padding: 0;
}
.iconnav ul li {
  display: inline-block;
  margin-right: 0.5rem;
  margin: 0;
  vertical-align: top;
}
.iconnav ul li a,
.iconnav ul li img,
.iconnav ul li svg {
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.iconnav ul li span {
  display: none;
}
.iconnav.icons_s svg,
.iconnav.icons_s img {
  width: 24px;
  height: 24px;
}
.iconnav svg,
.iconnav img, .iconnav.icons_m svg,
.iconnav.icons_m img {
  width: 36px;
  height: 36px;
}
.iconnav.icons_l svg,
.iconnav.icons_l img {
  width: 48px;
  height: 48px;
}

.smnav > ul > li {
  vertical-align: top;
}
.smnav > ul > li span {
  display: none;
}
.smnav .title {
  margin-bottom: 1rem;
}
.smnav a {
  background-color: #dbbf8d;
  overflow: hidden;
  float: left;
}
.smnav a svg * {
  fill: #fff;
}
.smnav a:hover {
  background-color: #e2cca4;
}
.smnav a:hover svg * {
  fill: #fff;
}
.smnav a svg,
.smnav a img {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.loaded .smnav a svg,
.loaded .smnav a img {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.smnav a:hover svg path {
  fill: #fff;
}
.smnav .title {
  margin-bottom: 2rem;
}
.smnav.icons_s a,
.smnav.icons_s a:before {
  width: 1.7rem;
  height: 1.7rem;
}
.smnav.icons_s a svg,
.smnav.icons_s a img {
  width: 0.7727272727rem;
  height: 0.7727272727rem;
}
.smnav a,
.smnav a:before, .smnav.icons_m a,
.smnav.icons_m a:before {
  width: 2.1rem;
  height: 2.1rem;
}
.smnav a svg,
.smnav a img, .smnav.icons_m a svg,
.smnav.icons_m a img {
  width: 0.9545454545rem;
  height: 0.9545454545rem;
}
.smnav.icons_l a,
.smnav.icons_l a:before {
  width: 2.6rem;
  height: 2.6rem;
}
.smnav.icons_l a svg,
.smnav.icons_l a img {
  width: 1.1818181818rem;
  height: 1.1818181818rem;
}
.smnav.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.smnav.share li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.smnav.share > ul > li {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.smnav.share a {
  width: 100%;
  height: 38px;
}
.smnav.share a:before {
  width: 100%;
  height: 100%;
}
.smnav.share svg,
.smnav.share img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 820px) {
  .smnav.share .whatsapp {
    display: none;
  }
  .smnav.share a {
    height: 46px;
  }
  .smnav.share svg,
.smnav.share img {
    width: 24px;
    height: 24px;
  }
}

body.nav_open {
  overflow: hidden;
}

.nav_slide_in {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: scroll;
  visibility: hidden;
  position: fixed;
  padding: 7rem 0 4rem;
  height: 100%;
  z-index: 28;
  background: rgba(250, 247, 247, 0.94);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.nav_slide_in .va {
  min-height: 100%;
}
.loaded .nav_slide_in {
  visibility: visible;
}
.loaded .nav_slide_in {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (min-width: 760px) {
  .nav_slide_in {
    width: 100%;
  }
}
.nav_slide_in.nav_open, .nav_open .nav_slide_in {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
}

.nav_overlay {
  z-index: 27;
}
.nav_open .nav_overlay {
  -webkit-transition: all 0s 0s, opacity 0.5s 0s;
  -o-transition: all 0s 0s, opacity 0.5s 0s;
  transition: all 0s 0s, opacity 0.5s 0s;
  left: 0px;
  opacity: 1;
}

.slidein_panel.indexnav ul,
.slidein_panel.indexnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.indexnav_trigger {
  cursor: pointer;
  position: fixed;
  border-radius: 0px;
  background: #556323;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 16;
}
.indexnav_trigger span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.indexnav_trigger span::before, .indexnav_trigger span::after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0s, -webkit-transform 0.3s;
  transition: background 0s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s, -webkit-transform 0.3s;
  background: #fff;
}
.indexnav_trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.indexnav_trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.indexnav_trigger:hover {
  background-color: #4d5920;
}
.slidein_open .indexnav_trigger span {
  background: rgba(255, 255, 255, 0);
}
.slidein_open .indexnav_trigger span::before, .slidein_open .indexnav_trigger span::after {
  background: white;
}
.slidein_open .indexnav_trigger span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.slidein_open .indexnav_trigger span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.navbar.top {
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
  top: 0;
}
.navbar.bottom {
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
  bottom: 0;
}
.navbar.show {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.navbar .inner {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar a {
  font-size: 0.8rem;
}

a {
  vertical-align: top;
  color: #1d1d1b;
  color: var(--link_color);
}
a:hover, a:active, a:focus {
  color: #dbbf8d;
  color: var(--link_hover_color);
}
a.active {
  color: #dbbf8d;
  color: var(--link_active_color);
}
.loaded a {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border, background, background-image, background-color;
  -o-transition-property: color, border, background, background-image, background-color;
  transition-property: color, border, background, background-image, background-color;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.linkinline, .text a {
  cursor: pointer;
  padding-left: 1px;
  padding-right: 1px;
  color: currentcolor;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
  background-image: -o-linear-gradient(currentcolor 0%, currentcolor 100%);
  background-image: linear-gradient(currentcolor 0%, currentcolor 100%);
  background-size: 100% 1px;
  background-position: 0 99%;
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
}
.linkinline:hover, .text a:hover {
  background-size: 100% 3px;
}

.button, form button,
form input[type=submit], .paginate a,
.linkbutton {
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.9rem;
}
.loaded .button, .loaded form button, form .loaded button,
.loaded form input[type=submit],
form .loaded input[type=submit], .loaded .paginate a, .paginate .loaded a,
.loaded .linkbutton {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border, background, background-image, background-color;
  -o-transition-property: color, border, background, background-image, background-color;
  transition-property: color, border, background, background-image, background-color;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.button span, form button span,
form input[type=submit] span, .paginate a span,
.linkbutton span {
  position: relative;
  z-index: 2;
  color: inherit;
  font-size: inherit;
}

.button, form button,
form input[type=submit], .paginate a,
a.button {
  text-align: center;
  background-size: auto;
  background-image: none;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #dbbf8d;
  border: solid 2px #dbbf8d;
  color: #fff;
}
.button:hover, form button:hover,
form input[type=submit]:hover, .paginate a:hover, .button:focus, form button:focus,
form input[type=submit]:focus, .paginate a:focus, .button:active, form button:active,
form input[type=submit]:active, .paginate a:active,
a.button:hover,
a.button:focus,
a.button:active {
  background-size: auto;
  background-image: none;
  border-color: #e2cca4;
  background-color: #e2cca4;
  color: #fff;
}
.button *, form button *,
form input[type=submit] *, .paginate a *,
a.button * {
  color: inherit;
  position: relative;
  z-index: 2;
}
.button.xsmall, form button.xsmall,
form input.xsmall[type=submit], .paginate a.xsmall,
a.button.xsmall {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
}
.button.small, form button.small,
form input.small[type=submit], .paginate a.small,
a.button.small {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.button.large, form button.large,
form input.large[type=submit], .paginate a.large,
a.button.large {
  font-size: 1rem;
}
.button.ghost, form button.ghost,
form input.ghost[type=submit], .paginate a.ghost,
a.button.ghost {
  background-color: transparent;
  border: solid 2px #dbbf8d;
  color: #dbbf8d;
}
.button.ghost:hover, form button.ghost:hover,
form input.ghost[type=submit]:hover, .paginate a.ghost:hover, .button.ghost:focus, form button.ghost:focus,
form input.ghost[type=submit]:focus, .paginate a.ghost:focus,
a.button.ghost:hover,
a.button.ghost:focus {
  background-color: #e2cca4;
  border-color: #e2cca4;
  color: #fff;
}
.button.full, form button.full,
form input.full[type=submit], .paginate a.full,
a.button.full {
  width: 100%;
  display: block;
}
.button.white, form button.white,
form input.white[type=submit], .paginate a.white,
a.button.white {
  color: #1d1d1b;
  border-color: #fff;
  background-color: #fff;
}
.button.white:hover, form button.white:hover,
form input.white[type=submit]:hover, .paginate a.white:hover,
a.button.white:hover {
  color: #fff;
  border-color: #D9DD4C;
  background-color: #D9DD4C;
}
.button.white.ghost, form button.white.ghost,
form input.white.ghost[type=submit], .paginate a.white.ghost,
a.button.white.ghost {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.button.white.ghost:hover, form button.white.ghost:hover,
form input.white.ghost[type=submit]:hover, .paginate a.white.ghost:hover,
a.button.white.ghost:hover {
  color: #fff;
  background-color: #D9DD4C;
  border-color: #D9DD4C;
}

.linkbutton {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  font-size: 0.8rem;
  color: #dbbf8d;
  color: var(--accent_color);
  /*
  	&.arrow,
  	&.download {
  		overflow: visible;
  		background-repeat: no-repeat;
  		background-position: right center;
  		background-position: calc(100% - 5px) center;
  		padding-right: 35px;
  		background-size: 20px;

  		&:hover, 
  		&:focus, 
  		&:active {
  			background-size: 20px;
  			background-position: 100% center;
  		}
  	}

  	&.arrow {
  		background-image: url(/a/i/icons/button/link_arrow_long.svg);

  		&.white {
  			background-image: url(/a/i/icons/button/link_arrow_long_white.svg);
  		}
  	}

  	&.download {
  		background-image: url(/a/i/icons/icon_download.svg);
  		background-position: 100% center;

  		&.white {
  			background-image: url(/a/i/icons/icon_download_white.svg);
  		}

  		&:hover {
  			background-position: 100% 65%;
  		}
  	}
  */
}
.linkbutton.white {
  color: #fff;
  color: var(--light_color);
}

.link_group {
  margin-bottom: -0.75rem;
}
.link_group:after {
  content: "";
  display: table;
  clear: both;
}
.link_group > .button, form .link_group > button,
form .link_group > input[type=submit], .paginate .link_group > a,
.link_group > .inlinerow {
  margin-right: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  padding: 0;
  position: relative;
  display: inline-block;
}
.link_group .inlinerow.mini_cta {
  display: block;
  margin-right: 0 !important;
}

.paginate {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.paginate a {
  padding: 0.2rem 1rem;
  font-size: 0.7rem;
}
.paginate a.active {
  background-color: #e2cca4;
  border-color: #e2cca4;
  color: #fff;
  background-color: var(--button_hover_color_bg);
  border-color: var(--button_hover_color_bg);
  color: var(--button_hover_color_text);
}

.icons .icon {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 42px;
}
.icons:first-child {
  margin-top: 0 !important;
}
.icons:last-child {
  margin-bottom: 0 !important;
}

.icons,
.icon {
  fill: currentcolor;
  stroke: currentcolor;
}
.icons svg *,
.icon svg * {
  stroke: inherit;
  color: inherit;
}

.icon.size_s,
.icons.size_s .icon {
  max-width: 42px;
}

.icon.size_m,
.icons.size_m .icon {
  max-width: 64px;
}

.icon.size_l,
.icons.size_l .icon {
  max-width: 88px;
}

.between_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: cover;
  min-height: 50vh;
}

.img {
  position: relative;
}
.img .caption {
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: center;
  opacity: 0.7;
  padding: 1rem 1rem 0rem;
}
.image_multi ul,
.image_multi ul li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.image_multi.list ul li {
  margin-bottom: 0.8%;
}
.image_multi.gallery ul {
  overflow: hidden;
  margin-right: -0.8%;
  margin-left: -0.8%;
  margin-bottom: -1.6%;
}
.image_multi.gallery ul li {
  width: 98.4%;
  margin-right: 0.8%;
  margin-left: 0.8%;
  margin-bottom: 1.6%;
  float: left;
}
@media only screen and (min-width: 480px) {
  .image_multi.gallery.third ul li, .image_multi.gallery.half ul li {
    width: 48.4%;
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
@media only screen and (min-width: 1020px) {
  .image_multi.gallery.third ul li {
    width: 31.7333333333%;
    margin-right: 0.8%;
    margin-left: 0.8%;
  }
}
.image_multi.masonry ul {
  -webkit-column-gap: 1.6%;
     -moz-column-gap: 1.6%;
          column-gap: 1.6%;
  margin-bottom: -2.4%;
  -webkit-column-fill: initial;
     -moz-column-fill: initial;
          column-fill: initial;
}
@media only screen and (min-width: 320px) and (max-width: 579px) {
  .image_multi.masonry ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.image_multi.masonry ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 4.8%;
}
@media only screen and (min-width: 580px) and (max-width: 1599px) {
  .image_multi.masonry.half ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 1600px) {
  .image_multi.masonry.half ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 580px) and (max-width: 1599px) {
  .image_multi.masonry.third ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media only screen and (min-width: 1600px) {
  .image_multi.masonry.third ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.image_multi.list.logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -0.5%;
  margin-left: -0.5%;
  margin-bottom: -1%;
}
.image_multi.list.logos ul li {
  width: 32.3333333333%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1%;
}
@media only screen and (min-width: 480px) {
  .image_multi.list.logos ul li {
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
  }
}
@media only screen and (min-width: 1020px) {
  .image_multi.list.logos ul li {
    width: 19%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
    padding: 1rem 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .image_multi.list.logos ul li {
    width: 15.6666666667%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
  }
}
.image_multi.list.logos ul .caption {
  display: none;
}
.image_multi.list.logos.slim ul li {
  padding: 1rem;
}
@media only screen and (min-width: 580px) {
  .image_multi.list.logos.slim ul li {
    width: 15.6666666667%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
  }
}
@media only screen and (min-width: 1020px) {
  .image_multi.list.logos.slim ul li {
    width: 15.6666666667%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
  }
}
.image_multi.slider.logos .flickity-slider {
  margin-right: -2%;
}
.image_multi.slider.logos .slide {
  border: 2px solid;
  border-color: #fff;
  border-color: var(--boxed_bg_color_light);
  margin-right: 2%;
  width: 31.3333333333%;
  padding: 0.5rem 1.5rem;
}
@media only screen and (min-width: 480px) {
  .image_multi.slider.logos .slide {
    width: 23%;
  }
}
@media only screen and (min-width: 1020px) {
  .image_multi.slider.logos .slide {
    width: 18%;
    padding: 1rem 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .image_multi.slider.logos .slide {
    width: 14.6666666667%;
  }
}
.image_multi.slider.logos .flickity-viewport {
  margin-left: 2rem;
  margin-right: 2rem;
}
.image_multi.slider.logos .flickity-page-dots {
  display: none;
}
.image_multi.slider.logos .flickity-prev-next-button.previous {
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.image_multi.slider.logos .flickity-prev-next-button.next {
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image_multi_wrap.block.logos.slim {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.image_multi_wrap.block_bg.logos.slim {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 820px) {
  .image_multi_wrap.fullimage .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.slider {
  overflow: visible !important;
}
.slider.fade .slide {
  background: #1d1d1b;
}
.slider.full .slide {
  width: 100%;
  margin: 0;
}
.slider.flex {
  display: block;
  height: 400px;
  max-width: 100%;
}
.slider.flex img {
  height: 400px;
  max-height: 100%;
  width: auto;
}
.slider.flex .slide {
  width: auto;
  margin: 0 5px;
}
.slider .slide {
  width: 100%;
}
@media only screen and (min-width: 780px) {
  .slider .slide {
    width: 70%;
    margin: 0 5px;
  }
}
.slider .slide img {
  display: block;
}
.slider .flickity-page-dots {
  bottom: 1.5rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.slider .flickity-page-dots .dot {
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #fff;
  background-color: var(--light_color);
}
@media only screen and (min-width: 580px) {
  .slider .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
  }
}
.slider .flickity-page-dots .dot.is-selected {
  background: transparent;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  border: 2px solid;
  border-color: #fff;
  border-color: var(--light_color);
}
.slider .flickity-viewport {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.slider .flickity-prev-next-button {
  border-radius: 0;
  padding: 0;
  margin: 0;
  bottom: 1.5rem;
  width: 34px;
  height: 34px;
  z-index: 2;
  background-color: #505d21;
  background-color: var(--primary_color_dark);
}
.slider .flickity-prev-next-button path {
  color: #fff;
}
.slider .flickity-prev-next-button.previous {
  left: -10px;
}
.slider .flickity-prev-next-button.next {
  right: -10px;
}
.slider .flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider .flickity-prev-next-button:hover {
  background: #556323;
  color: #fff;
}

audio {
  width: 100%;
  display: block;
}

iframe {
  width: 100%;
  display: block;
}

.map_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.map_wrap .map {
  border: 4px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video,
.video {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
video.play:before,
.video.play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-44%, -50%);
      -ms-transform: translate(-44%, -50%);
          transform: translate(-44%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 100ms all ease;
  -o-transition: 100ms all ease;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 28px 0 28px 44px;
  will-change: border-width;
  border-radius: 3px;
}

.video_1to1,
.video_16to9 {
  position: relative;
  height: 0;
}
.video_1to1 object,
.video_1to1 embed,
.video_1to1 iframe,
.video_16to9 object,
.video_16to9 embed,
.video_16to9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_16to9 {
  padding-bottom: 56.25%;
}

.video_1to1 {
  padding-bottom: 100%;
}

.videos {
  margin-bottom: -2rem;
}
.videos .inlinerow,
.videos .item {
  margin: 0;
  margin-bottom: 2rem;
}
.videos.full.slim .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 1248px;
}
.videos.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.videos.gallery .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
.videos.gallery.half, .videos.gallery.third {
  margin-right: -1.5%;
  margin-left: -1.5%;
}
@media only screen and (min-width: 580px) {
  .videos.gallery.half .item, .videos.gallery.third .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 820px) {
  .videos.gallery.third .item {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}

.video_description {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.video_opener img {
  -webkit-transition: ease 0.5s transform;
  -o-transition: ease 0.5s transform;
  transition: ease 0.5s transform;
}
.video_opener:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.subtitles {
  position: absolute;
  color: #fff;
  bottom: 8%;
  left: 20%;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  min-width: 20%;
  width: 60%;
  z-index: 120;
  opacity: 1;
  text-shadow: black 0px 0px 10px;
}

@media only screen and (min-width: 860px) {
  .subtitles {
    font-size: 22px;
  }
}
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion > .item {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.accordion > .item,
.accordion .trigger,
.accordion .trigger span,
.accordion .trigger span:before,
.accordion .trigger span:after {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border, background, background-image, background-color, border-color, -webkit-transform;
  transition-property: color, border, background, background-image, background-color, border-color, -webkit-transform;
  -o-transition-property: color, border, background, background-image, background-color, border-color, transform;
  transition-property: color, border, background, background-image, background-color, border-color, transform;
  transition-property: color, border, background, background-image, background-color, border-color, transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.accordion .trigger {
  font-size: 1rem;
  padding-right: 15% !important;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  line-height: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
}
@media only screen and (min-width: 760px) {
  .accordion .trigger {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1020px) {
  .accordion .trigger {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 5rem;
  }
}
.accordion .trigger span {
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-top: -9px !important;
  top: 50%;
  right: 0rem;
}
.no-js .accordion .trigger span {
  display: none;
}
.accordion .trigger span:before, .accordion .trigger span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -5px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: #1d1d1b;
  background: var(--dark_color);
}
.accordion .trigger span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-width: 1020px) {
  .accordion .trigger span {
    width: 24px;
    height: 24px;
    margin-top: -12px !important;
  }
  .accordion .trigger span:before, .accordion .trigger span:after {
    margin-left: -8px;
    width: 16px;
  }
}
.accordion .trigger.active span:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .trigger.active span:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .content {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 580px) {
  .accordion .content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.accordion .content.active, .no-js .accordion .content {
  display: block;
}
.accordion.boxed {
  margin-bottom: -0.5rem;
}
@media only screen and (min-width: 760px) {
  .accordion.boxed {
    margin-bottom: -0.5rem;
  }
}
.accordion.boxed > .item {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 760px) {
  .accordion.boxed > .item {
    margin-bottom: 0.5rem;
  }
}
.accordion.boxed .trigger:hover {
  background: #dbbf8d;
  background: var(--accent_color);
  color: #fff;
  color: var(--accent_contrast_color);
}
.accordion.boxed .trigger:hover span:before,
.accordion.boxed .trigger:hover span:after {
  background: #fff;
  background: var(--accent_contrast_color);
}
.accordion.boxed .trigger span {
  right: 1rem;
}
@media only screen and (min-width: 1020px) {
  .accordion.boxed .trigger span {
    right: 2rem;
  }
}
.accordion.boxed .content,
.accordion.boxed .title.trigger {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1020px) {
  .accordion.boxed .content,
.accordion.boxed .title.trigger {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.accordion.boxed .content {
  border-top: 3px solid;
  border-color: #FAF7F7;
  border-color: var(--site_bg_color_light);
}
.accordion.lined .trigger:hover span {
  background: #dbbf8d;
  background: var(--accent_color);
}
.accordion.lined > .item {
  margin-bottom: -2px !important;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  border-color: var(--boxed_bg_color_light);
}
.accordion.lined > .item.active .title.trigger {
  background: transparent;
}
.accordion.slim .trigger {
  line-height: 18px;
  font-size: 0.9rem;
}
.accordion.slim .trigger span {
  width: 18px;
  height: 18px;
  margin-top: -9px !important;
}
.accordion.slim .trigger span:before, .accordion.slim .trigger span:after {
  margin-left: -5px;
  width: 10px;
  margin-top: -1px;
  height: 2px;
}
@media only screen and (min-width: 580px) {
  .accordion.slim.boxed .content,
.accordion.slim.boxed .title.trigger {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .accordion.slim.boxed .content > span,
.accordion.slim.boxed .title.trigger > span {
    right: 1.25rem;
  }
}
@media only screen and (min-width: 1020px) {
  .accordion.slim.boxed .content,
.accordion.slim.boxed .title.trigger {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .accordion.slim.boxed .content > span,
.accordion.slim.boxed .title.trigger > span {
    right: 1.5rem;
  }
}

.tab_wrap:after {
  content: "";
  display: table;
  clear: both;
}

.tab_nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
}
.tab_nav:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 760px) {
  .tab_nav.tab_1 .tab_link {
    width: 100%;
  }
  .tab_nav.tab_2 .tab_link {
    width: 50%;
  }
  .tab_nav.tab_3 .tab_link {
    width: 33.3333333333%;
  }
  .tab_nav.tab_4 .tab_link {
    width: 25%;
  }
  .tab_nav.tab_5 .tab_link {
    width: 20%;
  }
  .tab_nav.tab_6 .tab_link {
    width: 16.6666666667%;
  }
  .tab_nav.tab_7 .tab_link {
    width: 14.2857142857%;
  }
}
.tab_nav .tab_link {
  -webkit-transition: ease border 0.1s, ease background 0.1s;
  -o-transition: ease border 0.1s, ease background 0.1s;
  transition: ease border 0.1s, ease background 0.1s;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  background: transparent;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .tab_nav .tab_link {
    padding: 1rem 1.5rem;
  }
}
.tab_nav .tab_link .title {
  position: relative;
  z-index: 2;
  display: block;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.8rem;
}
.tab_nav .tab_link.current, .tab_nav .tab_link:hover {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
}
.bottom_nav .tab_nav .tab_link {
  padding: 1rem 2rem;
}
@media only screen and (min-width: 760px) {
  .bottom_nav .tab_nav .tab_link {
    padding: 2rem 3rem;
  }
}

.tab_content {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  display: none;
  position: relative;
  z-index: 2;
}
.tab_content.current {
  display: inherit;
}
.tab_content > .content {
  padding: 1.2rem 1.5rem;
}
@media only screen and (min-width: 760px) {
  .tab_content > .content {
    padding: 2rem 3rem;
  }
}
.tab_content .screen_image {
  padding: 0;
  padding-top: 3rem;
  text-align: center;
  overflow: hidden;
  background-image: url("/a/i/design/boxes_body_bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 25% auto;
}
.tab_content .screen_image img {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  margin-top: 2.5rem;
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .tab_content .screen_image {
    padding-top: 4.5rem;
  }
}

@media only screen and (min-width: 760px) {
  .aside .tab_nav {
    padding-top: 0px;
    width: 180px;
    text-align: left;
    float: left;
  }
  .aside .tab_nav li {
    width: 180px;
  }
  .aside .tab_nav li.current {
    background-color: #fff;
    background-color: var(--boxed_bg_color_light);
  }
  .aside .tab_content {
    margin-left: 180px;
  }
  .aside .tab_content.current {
    display: inherit;
  }
}

.faq .row {
  margin-bottom: 2.5rem;
}
.faq .row:after {
  content: "";
  display: table;
  clear: both;
}
.faq .aside {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 820px) {
  .faq.multi_col .wrapper {
    margin-bottom: -2.5rem;
  }
  .faq.multi_col .row {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
  .faq.multi_col .aside {
    width: 13.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .faq.multi_col .q_and_a {
    width: 80.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}

.pricing {
  margin-right: -1.5%;
  margin-left: -1.5%;
  margin-bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.pricing .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: hidden;
}
@media only screen and (min-width: 580px) {
  .pricing .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 820px) {
  .pricing .item {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.pricing .item hr.line {
  border-color: #fff;
  border-color: var(--light_color);
}
.pricing .inlinerow {
  margin-top: 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
}
.pricing .header {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid;
  border-color: #fff;
  border-color: var(--light_color);
}
.pricing .content {
  padding: 2rem;
}
@media only screen and (min-width: 1020px) {
  .pricing .content {
    padding: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pricing .content {
    padding: 3.2rem;
  }
}
.pricing .title {
  margin-bottom: 1rem;
}
.pricing .price {
  display: inline-block;
}
.pricing .time {
  font-size: 0.9rem;
}
.pricing .note {
  margin-top: 2rem;
}

.starrate ul,
.starrate ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.starrate ul li {
  width: 15px;
  display: inline-block;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.starrate ul li:first-child {
  margin-left: 0 !important;
}
.starrate ul li:last-child {
  margin-right: 0 !important;
}
@media only screen and (min-width: 580px) {
  .starrate ul li {
    width: 14px;
  }
}
.starrate ul li:before {
  display: none;
}
.starrate img {
  vertical-align: unset;
}
.starrate.small ul li {
  margin-right: 0.1rem;
  width: 12px;
}

.hero_section {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  will-change: transform;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
.hero_section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(85, 99, 35, 0.3);
}
.hero_section:after {
  content: "";
  background-image: url(/a/i/logo/florian-ilgen-a-brand.svg);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: block;
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: -16px;
  right: 0;
  z-index: 1;
  opacity: 0.25;
}
.hero_section .inlinerow {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hero_section .wrapper {
  position: relative;
  z-index: 3;
}
.hero_section .content {
  width: 100%;
}
.hero_section .side {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 759px) {
  .hero_section .side {
    margin-top: 3rem !important;
  }
}
@media only screen and (min-width: 760px) {
  .hero_section .side {
    display: block;
  }
}
.hero_section .button, .hero_section form button, form .hero_section button,
.hero_section form input[type=submit],
form .hero_section input[type=submit], .hero_section .paginate a, .paginate .hero_section a {
  color: #fff;
  border-color: #aab191;
  background-color: #aab191;
}
.hero_section .button:hover, .hero_section form button:hover, form .hero_section button:hover,
.hero_section form input[type=submit]:hover,
form .hero_section input[type=submit]:hover, .hero_section .paginate a:hover, .paginate .hero_section a:hover {
  color: #fff;
  border-color: #e2cca4;
  background-color: #e2cca4;
}
.hero_section .button.ghost, .hero_section form button.ghost, form .hero_section button.ghost,
.hero_section form input.ghost[type=submit],
form .hero_section input.ghost[type=submit], .hero_section .paginate a.ghost, .paginate .hero_section a.ghost {
  color: #aab191;
  background-color: transparent;
  border: 2px solid #aab191;
}
.hero_section .button.ghost:hover, .hero_section form button.ghost:hover, form .hero_section button.ghost:hover,
.hero_section form input.ghost[type=submit]:hover,
form .hero_section input.ghost[type=submit]:hover, .hero_section .paginate a.ghost:hover, .paginate .hero_section a.ghost:hover {
  color: #fff;
  background-color: #e2cca4;
  border-color: #e2cca4;
}
.hero_section .cards.stats .item {
  border: none;
  background: none;
}
.hero_section .cards.stats .content {
  display: block;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0px;
}
@media only screen and (min-width: 760px) {
  .hero_section .cards.stats {
    margin: -1.25rem;
  }
  .hero_section .cards.stats .item {
    width: 50%;
    padding: 1.25rem;
  }
  .hero_section .cards.stats .content {
    padding: 3rem;
  }
}
@media only screen and (max-width: 759px) {
  .hero_section .content {
    margin-bottom: 2rem;
  }
  .hero_section .side {
    min-width: 320px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: -4rem;
  }
}
@media only screen and (min-width: 760px) {
  .hero_section.without .title,
.hero_section.without .text,
.hero_section.without .link {
    width: 65%;
  }
  .hero_section.with .content {
    width: 60%;
  }
  .hero_section .side {
    max-height: 95%;
    width: 35%;
    position: absolute;
    bottom: 0;
    right: 5%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero_section.font_left .content {
    margin-right: 40%;
  }
  .hero_section.font_left .side {
    right: 5%;
  }
  .hero_section.font_left.with .content {
    margin-right: 40%;
  }
  .hero_section.font_center .content {
    margin-left: 20%;
    margin-right: 20%;
  }
  .hero_section.font_center .side {
    right: -15%;
  }
  .hero_section.font_right .content {
    margin-left: 40%;
  }
  .hero_section.font_right .side {
    left: 5%;
  }
}

.testimonials_plus .sidebar {
  will-change: min-height;
}
.testimonials_plus .sidebox {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  padding: 2rem;
  text-align: center;
}
.testimonials_plus .sidebox .info {
  display: block;
  margin: 1.5rem 0;
}
.testimonials_plus .sidebar,
.testimonials_plus .content {
  width: 100%;
}
@media only screen and (max-width: 819px) {
  .testimonials_plus .sidebar {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 820px) {
  .testimonials_plus {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials_plus .sidebar {
    width: 25%;
  }
  .testimonials_plus .content {
    margin-bottom: 2rem;
    width: 75%;
    min-height: 500px;
    padding-left: 3rem;
  }
}
.testimonials_plus *:first-child {
  margin-top: 0;
}
.testimonials_plus *:last-child {
  margin-bottom: 0;
}

.cards:after {
  content: "";
  display: table;
  clear: both;
}
.cards > ul,
.cards > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards ul {
  min-width: 100%;
}
.cards .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cards .inlinerow.link {
  padding: 0 !important;
}
.cards .item {
  position: relative;
  overflow: hidden;
}
.cards .item > a {
  display: block;
  overflow: hidden;
  background-image: none;
  height: 100%;
}
.cards .item,
.cards .title,
.cards .text,
.cards img {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border, background, background-color, -webkit-transform;
  transition-property: color, border, background, background-color, -webkit-transform;
  -o-transition-property: color, border, background, background-color, transform;
  transition-property: color, border, background, background-color, transform;
  transition-property: color, border, background, background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.cards .img,
.cards .image,
.cards .slide,
.cards .slider,
.cards video,
.cards .video {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
}
.cards .icon {
  position: relative;
}
.cards .icon img,
.cards .icon svg {
  display: inline-block;
  max-width: 68px;
}
.cards .content a {
  display: inline-block;
}
.cards .content .links {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.cards .content > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cards .content *:first-child {
  margin-top: 0;
}
.cards .content *:last-child {
  margin-bottom: 0;
}
.cards .content,
.cards .content > *,
.cards .item > a {
  display: block;
  width: 100%;
}
.cards .button, .cards form button, form .cards button,
.cards form input[type=submit],
form .cards input[type=submit], .cards .paginate a, .paginate .cards a,
.cards .linkbutton {
  width: auto;
  display: inline-block;
  margin-top: 0.7rem;
}
.cards .linkbutton {
  padding-top: 0;
  padding-bottom: 0;
}
.cards .hover {
  overflow: hidden;
}
.cards .hover:hover {
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}
.cards .hover:hover .content *,
.cards .hover:hover .content time,
.cards .hover:hover .content .date,
.cards .hover:hover .content .overtitle,
.cards .hover:hover .content .title,
.cards .hover:hover .content .text,
.cards .hover:hover .content .linkbutton {
  color: #fff;
}
.cards .hover:hover .icon {
  color: #fff;
}
.cards .hover:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cards .hover:hover .tags a,
.cards .hover:hover .tag {
  background-color: #baa278;
  color: #fff;
}
.cards .hover:hover .button, .cards .hover:hover form button, form .cards .hover:hover button,
.cards .hover:hover form input[type=submit],
form .cards .hover:hover input[type=submit], .cards .hover:hover .paginate a, .paginate .cards .hover:hover a {
  background-color: #e2cca4 !important;
}
.cards .hover_image {
  overflow: hidden;
}
.cards .hover_image:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.cards.content_over {
  position: relative;
}
.cards.content_over .content {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 2rem;
  color: #fff;
}
.cards.content_over .content * {
  color: inherit;
}
@media only screen and (min-width: 1020px) {
  .cards.content_over .content {
    padding: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .cards.content_over .content {
    padding: 3.2rem;
  }
}
.cards.invisible .content {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.cards.invisible .item:hover .content {
  opacity: 1;
}
.cards.plain.base .image ~ .content, .cards.plain.masonry .image ~ .content, .cards.plain.amphi .image ~ .content {
  padding-top: 2rem;
}
.cards.plain.base .icon ~ .content, .cards.plain.masonry .icon ~ .content, .cards.plain.amphi .icon ~ .content {
  padding-top: 1.7rem;
}
.cards.plain.list .image ~ .content,
.cards.plain.list .icon ~ .content {
  padding: 0;
  padding-left: 2rem;
}
.cards.boxed.base .icon ~ .content, .cards.boxed.masonry .icon ~ .content, .cards.boxed.amphi .icon ~ .content {
  padding-top: 1.7rem;
}
.cards.boxed .item {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
}
.cards.lined .item {
  border: 2px solid;
  border-color: #fff;
  border-color: var(--boxed_bg_color_light);
}
.cards.boxed .icon,
.cards.boxed .content,
.cards.boxed .link, .cards.lined .icon,
.cards.lined .content,
.cards.lined .link {
  padding: 2rem;
}
@media only screen and (min-width: 1020px) {
  .cards.boxed .icon,
.cards.boxed .content,
.cards.boxed .link, .cards.lined .icon,
.cards.lined .content,
.cards.lined .link {
    padding: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .cards.boxed .icon,
.cards.boxed .content,
.cards.boxed .link, .cards.lined .icon,
.cards.lined .content,
.cards.lined .link {
    padding: 3.2rem;
  }
}
.cards.boxed.list .content,
.cards.boxed.list .link, .cards.boxed.slim .content,
.cards.boxed.slim .link, .cards.lined.list .content,
.cards.lined.list .link, .cards.lined.slim .content,
.cards.lined.slim .link {
  padding: 1.3rem;
}
@media only screen and (min-width: 820px) {
  .cards.boxed.list .content,
.cards.boxed.list .link, .cards.boxed.slim .content,
.cards.boxed.slim .link, .cards.lined.list .content,
.cards.lined.list .link, .cards.lined.slim .content,
.cards.lined.slim .link {
    padding: 2rem;
  }
}
.cards.base, .cards.base.amphi, .cards.list {
  margin-right: -1.5%;
  margin-left: -1.5%;
  margin-bottom: -3%;
}
.cards.base .item, .cards.base.amphi .item, .cards.list .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  margin-bottom: 3%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: hidden;
}
@media only screen and (max-width: 579px) {
  .cards.base .item, .cards.base.amphi .item, .cards.list .item {
    margin-bottom: 4.5%;
  }
}
@media only screen and (min-width: 580px) {
  .cards.base.half .item, .cards.base.third .item, .cards.base.quarter .item, .cards.base.amphi.half .item, .cards.base.amphi.third .item, .cards.base.amphi.quarter .item, .cards.list.half .item, .cards.list.third .item, .cards.list.quarter .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 820px) {
  .cards.base.quarter .item, .cards.base.third .item, .cards.base.amphi.quarter .item, .cards.base.amphi.third .item, .cards.list.quarter .item, .cards.list.third .item {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
@media only screen and (min-width: 1020px) {
  .cards.base.quarter .item, .cards.base.amphi.quarter .item, .cards.list.quarter .item {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.cards.base,
.cards.base > a,
.cards.base .content, .cards.base.amphi,
.cards.base.amphi > a,
.cards.base.amphi .content, .cards.list,
.cards.list > a,
.cards.list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.cards.base .content,
.cards.base > a, .cards.base.amphi .content,
.cards.base.amphi > a, .cards.list .content,
.cards.list > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards.base .icon {
  padding-bottom: 0;
}
@media only screen and (max-width: 580px) {
  .cards.amphi .item,
.cards.amphi .item > a,
.cards.amphi .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cards.amphi .icon,
.cards.amphi .image,
.cards.amphi .content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cards.amphi .image {
    height: 100%;
  }
  .cards.amphi .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .cards.amphi .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    text-align: center;
  }
  .cards.amphi .content {
    width: 100%;
  }
  .cards.amphi .image,
.cards.amphi .icon {
    width: 30%;
  }
  .cards.amphi .image ~ .content,
.cards.amphi .icon ~ .content {
    width: 70%;
    padding-left: 2rem;
  }
  .cards.amphi .linkbutton,
.cards.amphi .text {
    display: none;
  }
}
.cards.list,
.cards.list .item,
.cards.list .item > a,
.cards.list .item .icon,
.cards.list .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.cards.list .icon,
.cards.list .image,
.cards.list .content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards.list .content {
  width: 100%;
}
.cards.list .image,
.cards.list .icon {
  width: 30%;
}
.cards.list .image ~ .content,
.cards.list .icon ~ .content {
  width: 70%;
  padding-left: 2rem;
}
.cards.list .image {
  height: 100%;
}
.cards.list .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards.list .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .cards.list .linkbutton,
.cards.list .text {
    display: none;
  }
}
.cards.masonry {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: -1.5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cards.masonry .item {
  display: block;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  min-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.cards.masonry .icon {
  padding-bottom: 0;
}
@media only screen and (min-width: 580px) {
  .cards.masonry {
    margin-bottom: -2.25rem;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .cards.masonry .item {
    margin-bottom: 2.25rem;
  }
}
@media only screen and (min-width: 580px) {
  .cards.masonry.half {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (min-width: 820px) {
  .cards.masonry.third {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media only screen and (min-width: 1020px) {
  .cards.masonry.quarter {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

.cards.linegrid_wrap {
  overflow: hidden;
}

.cards.linegrid {
  overflow: hidden;
}
@media only screen and (max-width: 579px) {
  .cards.linegrid {
    margin: 0 -2px;
    border: 1px solid;
    border-color: #f5f2f2;
    border-color: var(--light_color_dark);
  }
}
@media only screen and (min-width: 580px) {
  .cards.linegrid {
    margin: -2px;
  }
}
.cards.linegrid,
.cards.linegrid > a,
.cards.linegrid .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.cards.linegrid .item {
  width: 100%;
  padding: 2rem;
  border: 1px solid;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: hidden;
  border-color: #f5f2f2;
  border-color: var(--light_color_dark);
}
@media only screen and (min-width: 1280px) {
  .cards.linegrid .item {
    padding: 3rem;
  }
}
.cards.linegrid .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cards.linegrid .content * {
  text-align: inherit;
}
.cards.linegrid .image,
.cards.linegrid .icon {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 580px) {
  .cards.linegrid.quarter .item, .cards.linegrid.third .item, .cards.linegrid.half .item {
    width: 50%;
  }
}
@media only screen and (min-width: 820px) {
  .cards.linegrid.quarter .item, .cards.linegrid.third .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1020px) {
  .cards.linegrid.quarter .item {
    width: 25%;
  }
}

.cards.team .contact span {
  display: block;
}
.cards.team .contact a {
  display: inline-block;
}
.cards.testimonial .title {
  font-size: 1rem;
  font-weight: 700;
}
.cards.testimonial .details,
.cards.testimonial .text {
  font-size: 0.9rem;
}
.cards.testimonial .details *,
.cards.testimonial .text * {
  font-size: inherit;
}
.cards.testimonial.logo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -1.5%;
  margin-left: -1.5%;
  margin-bottom: 0;
}
.cards.testimonial.logo .item,
.cards.testimonial.logo .image,
.cards.testimonial.logo img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
}
.cards.testimonial.logo .item {
  width: 30.3333333333%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 480px) {
  .cards.testimonial.logo .item {
    width: 17%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    padding: 0 0.5rem;
  }
}
.cards.testimonial.logo.slim {
  margin-right: -1%;
  margin-left: -1%;
}
.cards.testimonial.logo.slim .item {
  width: 22%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 480px) {
  .cards.testimonial.logo.slim .item {
    width: 13.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 820px) {
  .cards.testimonial.logo.slim .item {
    width: 9.5%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.cards.testimonial_boxed .content {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  position: relative;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1020px) {
  .cards.testimonial_boxed .content {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .cards.testimonial_boxed .content {
    padding: 3rem;
  }
}
.cards.testimonial_boxed .content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: scaleX(0.75) rotate(45deg);
      -ms-transform: scaleX(0.75) rotate(45deg);
          transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  left: 50%;
  bottom: -7px;
}

.testimonial.block.logo.slim {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 580px) {
  .testimonial.block.logo.slim {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.testimonial.block_bg.logo.slim {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 580px) {
  .testimonial.block_bg.logo.slim {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.card_slider .slide {
  position: relative;
}
.card_slider .slide .content {
  padding: 2.5rem 2rem;
}
.card_slider .slide.is-selected {
  opacity: 1;
}
@media only screen and (min-width: 760px) {
  .card_slider.half .slide, .card_slider.third .slide, .card_slider.quarter .slide {
    width: 48%;
  }
}
@media only screen and (min-width: 1020px) {
  .card_slider.third .slide, .card_slider.quarter .slide {
    width: 33%;
  }
}
@media only screen and (min-width: 1280px) {
  .card_slider.quarter .slide {
    width: 22%;
  }
}
.card_slider .testimonial .flickity-prev-next-button {
  top: auto;
  bottom: 20px;
}
.card_slider .testimonial_full blockquote,
.card_slider .testimonial_full .slide,
.card_slider .testimonial_full .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.card_slider .testimonial_full .flickity-prev-next-button {
  top: auto;
  bottom: 20px;
}
.card_slider .testimonial_full .slide {
  width: 100%;
}
.js .card_slider .testimonial_full .slide {
  opacity: 0.25;
}
.js .card_slider .testimonial_full .slide.is-selected {
  opacity: 1;
}
.card_slider .testimonial_full .content,
.card_slider .testimonial_full .image,
.card_slider .testimonial_full .slide {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.card_slider .testimonial_full blockquote,
.card_slider .testimonial_full .contact,
.card_slider .testimonial_full .image {
  padding: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.card_slider .testimonial_full .content,
.card_slider .testimonial_full .text {
  text-align: left;
}
@media only screen and (min-width: 820px) {
  .card_slider .testimonial_full .image {
    height: 100%;
    max-width: none;
    float: left;
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}
@media only screen and (max-width: 819px) {
  .card_slider .testimonial_full .image {
    margin: 0 auto;
    border-radius: 100%;
    max-width: 120px;
  }
}
.card_slider .testimonial_full .content {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  float: right;
}
.card_slider .testimonial_full .content > * {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 819px) {
  .card_slider .testimonial_full .content {
    text-align: center;
  }
  .card_slider .testimonial_full .content * {
    text-align: inherit;
  }
  .card_slider .testimonial_full .content .footer {
    display: inline-block;
  }
}
@media only screen and (min-width: 820px) {
  .card_slider .testimonial_full .content {
    width: 63.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-right: 4rem;
  }
}
.card_slider .testimonial_full .name {
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: middle;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.card_slider .testimonial_full .name .company {
  font-weight: 300;
}
@media only screen and (min-width: 820px) {
  .card_slider .testimonial_full .name {
    text-align: left;
    line-height: 40px;
  }
}
.card_slider .testimonial_full .text {
  font-size: 1.1rem;
}

.box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 820px) {
  .box {
    background-color: transparent;
    background-color: var(--box_bg_color);
  }
}
.box .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.box > .content {
  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;
  position: relative;
}
.box > .content > div,
.box .inlinerow {
  min-width: 100%;
}
@media only screen and (min-width: 820px) {
  .box .inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
.box .stretch.image, .box .stretch.video,
.box .flexible.image,
.box .flexible.video {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  position: relative;
  overflow: hidden;
}
.box .stretch.image,
.box .flexible.image {
  position: relative;
  overflow: hidden;
}
.box .stretch.image picture,
.box .stretch.image img,
.box .flexible.image picture,
.box .flexible.image img {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
}
@media only screen and (min-width: 820px) {
  .box .stretch.video video,
.box .flexible.video video {
    background: transparent;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0%;
    right: 0%;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.box .flexible.image {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box .floating.image, .box .floating.video,
.box .floating img,
.box .floating svg,
.box .floating video {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box .floating.image, .box .floating.video {
  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;
}
@media only screen and (max-width: 819px) {
  .box .stretch.icon,
.box .flexible.icon,
.box .floating.icon {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    max-width: 84px;
  }
}
@media only screen and (min-width: 820px) {
  .box .stretch.icon,
.box .flexible.icon,
.box .floating.icon {
    width: 20%;
    text-align: center;
    margin: 0 auto;
    -o-object-fit: none;
       object-fit: none;
  }
  .box .stretch.icon img,
.box .flexible.icon img,
.box .floating.icon img {
    width: 100%;
    min-height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
.box.switchbox {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 820px) {
  .box.switchbox {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.box.switchbox > .content {
  padding-top: 2rem;
}
.box.switchbox > .content,
.box.switchbox > .image,
.box.switchbox > .video {
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .box.switchbox > .content,
.box.switchbox > .image,
.box.switchbox > .video {
    width: 50%;
  }
}
@media only screen and (min-width: 820px) {
  .box.switchbox > .content {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1020px) {
  .box.switchbox > .content {
    padding: 6rem;
  }
}
@media only screen and (min-width: 820px) {
  .box.switchbox.left > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
  .box.switchbox.left > .image,
.box.switchbox.left > .video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.switchbox.right > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .box.switchbox.right > .image,
.box.switchbox.right > .video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.box.sidebox {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 820px) {
  .box.sidebox {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.box.sidebox > .content {
  padding-top: 2rem;
}
.box.sidebox > .content,
.box.sidebox > .image,
.box.sidebox > .video {
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .box.sidebox > .content {
    width: 65%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .box.sidebox > .image,
.box.sidebox > .video {
    width: 35%;
  }
  .box.sidebox.left > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 3rem;
  }
  .box.sidebox.left > .image,
.box.sidebox.left > .video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.sidebox.right > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 3rem;
  }
  .box.sidebox.right > .image,
.box.sidebox.right > .video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1020px) {
  .box.sidebox.left > .content {
    padding-right: 5rem;
  }
  .box.sidebox.right > .content {
    padding-left: 5rem;
  }
}
.box.switchbox.full > .content,
.box.switchbox.full > .image,
.box.switchbox.full > .video {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .box.switchbox.full > .content,
.box.switchbox.full > .image,
.box.switchbox.full > .video {
    width: 50%;
  }
}
.box.switchbox.full > .content {
  padding: 2.5rem 1.75rem;
}
.box.switchbox.full > .content .inlinerow {
  max-width: 820px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 580px) {
  .box.switchbox.full > .content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1020px) {
  .box.switchbox.full > .content {
    padding: 4rem;
  }
}
@media only screen and (max-width: 819px) {
  .box.switchbox.full > img,
.box.switchbox.full > video,
.box.switchbox.full > .image,
.box.switchbox.full > .video {
    border-radius: 0 !important;
  }
}
@media only screen and (min-width: 820px) {
  .box.switchbox.full.left > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .box.switchbox.full.left > .image,
.box.switchbox.full.left > .video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .box.switchbox.full.right > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box.switchbox.full.right > .image,
.box.switchbox.full.right > .video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.overbox_wrap .box.overbox {
  position: relative;
  width: 100%;
  background: transparent;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.overbox_wrap .box.overbox > .image,
.overbox_wrap .box.overbox > .video {
  max-height: 530px;
  overflow: hidden;
  width: 100%;
}
.overbox_wrap .box.overbox > .content {
  position: relative;
  padding: 2rem;
  background-color: #FAF7F7;
  background-color: var(--site_bg_color_light);
}
@media only screen and (min-width: 1020px) {
  .overbox_wrap .box.overbox > .content {
    padding: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .overbox_wrap .box.overbox > .content {
    padding: 3.2rem;
  }
}
@media only screen and (max-width: 819px) {
  .overbox_wrap .box.overbox > .image,
.overbox_wrap .box.overbox > .video {
    width: 100%;
  }
  .overbox_wrap .box.overbox > .image img,
.overbox_wrap .box.overbox > .video img {
    height: auto;
  }
  .overbox_wrap .box.overbox > .content {
    width: 100%;
    margin: -4rem 2rem 0;
  }
}
@media only screen and (min-width: 820px) {
  .overbox_wrap .box.overbox > .content {
    margin-top: 4rem;
  }
  .overbox_wrap .box.overbox > .image,
.overbox_wrap .box.overbox > .video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 90%;
    width: 70%;
  }
  .overbox_wrap .box.overbox.left > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 700px;
    width: 45%;
    padding-left: 0;
  }
  .overbox_wrap .box.overbox.left > .image,
.overbox_wrap .box.overbox.left > .video {
    right: 0;
  }
  .overbox_wrap .box.overbox.right > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 700px;
    width: 45%;
    margin-left: 55%;
    padding-right: 0;
  }
  .overbox_wrap .box.overbox.right > .image,
.overbox_wrap .box.overbox.right > .video {
    left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .overbox_wrap .box.overbox > .content {
    margin-top: 6rem;
  }
}
.box:first-child {
  margin-top: 0 !important;
}
.box:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 820px) {
  .box_small .box .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.timeline,
.timeline_vertical {
  margin-bottom: -2rem;
  position: relative;
}
.timeline .inlinerow,
.timeline_vertical .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.timeline::after,
.timeline_vertical::after {
  background-color: #505d21;
  background-color: var(--primary_color_dark);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  z-index: 1;
}
.timeline .item,
.timeline_vertical .item {
  margin-bottom: 2rem;
  position: relative;
  left: 0;
  padding-left: 50px;
}
.timeline .item::after,
.timeline_vertical .item::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #505d21;
  background-color: var(--primary_color_dark);
}
.timeline .item > .content,
.timeline_vertical .item > .content {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  z-index: 3;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  padding: 2rem;
}
@media only screen and (min-width: 1020px) {
  .timeline .item > .content,
.timeline_vertical .item > .content {
    padding: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .timeline .item > .content,
.timeline_vertical .item > .content {
    padding: 3.2rem;
  }
}
.timeline .item > .content:before,
.timeline_vertical .item > .content:before {
  border-color: transparent #fff transparent transparent;
  border-color: transparent var(--boxed_bg_color_light) transparent transparent;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  left: 40px;
  height: 0;
  top: 50%;
  width: 0;
  z-index: 2;
}
.timeline .item > .content *,
.timeline_vertical .item > .content * {
  color: inherit;
}
@media only screen and (min-width: 820px) {
  .timeline.with_image .item,
.timeline_vertical.with_image .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .timeline.with_image .item > .image,
.timeline_vertical.with_image .item > .image {
    background: transparent !important;
  }
  .timeline.with_image .item > .content,
.timeline_vertical.with_image .item > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
  }
}

@media only screen and (min-width: 820px) {
  .timeline_vertical::after {
    left: 50%;
  }
  .timeline_vertical .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .timeline_vertical .item::after {
    left: 50%;
  }
  .timeline_vertical .item > .image,
.timeline_vertical .item > .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
    width: 45%;
  }
  .timeline_vertical .odd,
.timeline_vertical .left {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .timeline_vertical .odd > .image,
.timeline_vertical .left > .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 5%;
  }
  .timeline_vertical .odd > .content,
.timeline_vertical .left > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5%;
  }
  .timeline_vertical .odd > .content:before,
.timeline_vertical .left > .content:before {
    right: auto;
    left: 100%;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    border-color: transparent transparent transparent var(--boxed_bg_color_light);
  }
  .timeline_vertical .even,
.timeline_vertical .right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .timeline_vertical .even > .image,
.timeline_vertical .right > .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5%;
  }
  .timeline_vertical .even > .content,
.timeline_vertical .right > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 5%;
  }
  .timeline_vertical .even > .content:before,
.timeline_vertical .right > .content:before {
    left: auto;
    right: 100%;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    border-color: transparent var(--boxed_bg_color_light) transparent transparent;
  }
}

.timeline_horizontal {
  margin-bottom: -2rem;
}
.timeline_horizontal .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.timeline_horizontal .row {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 820px) {
  .timeline_horizontal .row::after {
    content: "";
    position: absolute;
    height: 3px;
    top: 36px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16.66%;
    right: 16.66%;
    display: block;
    z-index: 0;
    background-color: #fff;
    background-color: var(--boxed_bg_color_light);
  }
}
@media only screen and (min-width: 820px) and (min-width: 1280px) {
  .timeline_horizontal .row::after {
    top: 49px;
  }
}
.timeline_horizontal .item {
  z-index: 1;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 480px) {
  .timeline_horizontal .item {
    width: 63.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    margin-left: 18.1666666667%;
  }
}
@media only screen and (min-width: 820px) {
  .timeline_horizontal .item {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
.timeline_horizontal .item p,
.timeline_horizontal .item ul li {
  font-size: 0.85rem;
}
.timeline_horizontal .item .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.timeline_horizontal .item *:first-child {
  margin-top: 0;
}
.timeline_horizontal .item *:last-child {
  margin-bottom: 0;
}
.timeline_horizontal .number {
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin-bottom: 2.5rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-family: "Exo-2", Helvetica, sans-serif;
  font-size: 1.5rem;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
}
@media only screen and (min-width: 1280px) {
  .timeline_horizontal .number {
    font-size: 2.5rem;
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}
.timeline_horizontal .content {
  position: relative;
  text-align: center;
  padding-top: 2rem;
}
@media only screen and (min-width: 480px) {
  .timeline_horizontal .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .timeline_horizontal .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.timeline_horizontal .content * {
  text-align: center;
}

.number_list.half {
  margin-bottom: -4rem;
}
.number_list.half .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.number_list.half .item {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 479px) {
  .number_list.half .item {
    text-align: center;
  }
}
@media only screen and (min-width: 760px) {
  .number_list.half .item {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  .number_list.half .item:nth-child(odd) {
    clear: left;
  }
  .number_list.half .item:nth-child(even) {
    clear: right;
  }
}
.number_list.half .item > .title {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 480px) {
  .number_list.half .item > .text {
    padding-left: 6rem;
  }
}
.number_list.half .nr {
  margin-bottom: 2.5rem !important;
  line-height: 70px;
  height: 70px;
  width: 70px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
}
@media only screen and (min-width: 480px) {
  .number_list.half .nr {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.number_list.half .nr > span {
  position: relative;
  z-index: 1;
}

.number_list.full .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.number_list.full .item {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  position: relative;
}
.number_list.full .item:after {
  content: "";
  display: table;
  clear: both;
}
.number_list.full .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  top: -1.7rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-bottom: 1.8rem solid;
  border-bottom-color: #fff;
  border-bottom-color: var(--boxed_bg_color_light);
}
.number_list.full .nr_block,
.number_list.full .content {
  padding-bottom: 2rem;
  padding-top: 4rem;
}
@media only screen and (min-width: 760px) {
  .number_list.full .nr_block,
.number_list.full .content {
    width: 25.5714285714%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.number_list.full .nr_block {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.number_list.full .number {
  display: inline-block;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: "Exo-2", Helvetica, sans-serif;
  font-size: 17vw;
  line-height: 0.7;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .number_list.full .number {
    font-size: 14vw;
  }
}
@media only screen and (min-width: 820px) {
  .number_list.full .number {
    font-size: 9vw;
  }
}
.number_list.full .nr {
  letter-spacing: 0;
  color: #1d1d1b;
  font-size: 2rem;
  position: absolute;
  bottom: 3%;
  left: 10px;
}
@media only screen and (max-width: 759px) {
  .number_list.full .content {
    padding-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 760px) {
  .number_list.full .content {
    padding-right: 4rem;
    width: 68.4285714286%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}

.conversation {
  margin-bottom: -2rem !important;
}
.conversation .item {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  margin-bottom: 2rem;
  position: relative;
  width: 90%;
}
.conversation .item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: auto;
  top: 40px;
  bottom: auto;
  border: 22px solid;
  border-color: #fff transparent transparent transparent;
  border-color: var(--boxed_bg_color_light) transparent transparent transparent;
}
.conversation .odd,
.conversation .left {
  margin-right: 10%;
}
.conversation .odd::after,
.conversation .left::after {
  left: -20px;
}
.conversation .even,
.conversation .right {
  margin-left: 10%;
}
.conversation .even:after,
.conversation .right:after {
  right: -20px;
}
.conversation .content {
  padding: 1.75rem;
  position: relative;
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
}
.conversation .content * {
  color: inherit;
}
.conversation .content > .title {
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 579px) {
  .conversation .content p,
.conversation .content ul li {
    font-size: 0.85rem;
  }
}
.conversation .inlinerow {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 580px) {
  .conversation .item {
    width: 70%;
  }
  .conversation .odd,
.conversation .left {
    margin-left: 20px;
    margin-right: 30%;
  }
  .conversation .even,
.conversation .right {
    margin-right: 20px;
    margin-left: 30%;
  }
  .conversation .content {
    padding: 2.5rem 3rem;
  }
}

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

form .form_row {
  margin-right: -1.5%;
  margin-left: -1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding-bottom: 16px;
}
form .group,
form .half,
form .full,
form .one_third,
form .two_third,
form .one_quarter .three_quarter {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}
@media only screen and (min-width: 820px) {
  form .half {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .one_third {
    width: 30.3333333333%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .two_third {
    width: 63.6666666667%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .one_quarter {
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
  form .three_quarter {
    width: 72%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
  }
}
form fieldset,
form .group {
  position: relative;
  margin-bottom: 1.4rem;
}
form fieldset a,
form .group a {
  line-height: 1.3;
}
form .fieldwrap {
  position: relative;
}
form .recaptcha {
  margin: 0.5rem 0;
}
form .errors {
  margin-top: 0.5rem;
}
form .errors li {
  font-size: 0.75rem;
}
form .inline .radio_wrap,
form .inline .checkbox_wrap {
  display: inline-block;
  margin: 0;
  margin-right: 12px;
}
form:first-child {
  margin-top: 0 !important;
}
form:last-child {
  margin-bottom: 0 !important;
}

form button,
form input[type=submit] {
  margin: 0 !important;
}
form button.loader:after,
form input[type=submit].loader:after {
  border-color: #fff transparent #fff transparent;
}
form button.loader span,
form input[type=submit].loader span {
  opacity: 0;
}

label {
  font-size: 0.9rem;
  line-height: 0.9;
  margin-bottom: 0.7rem;
  display: block;
  color: #1d1d1b;
  color: var(--text_color);
}
label.required:after {
  content: "*";
  padding-left: 3px;
  margin-top: -3px;
  display: inline;
  color: var(--accent_color);
  color: #dbbf8d;
}

.over_label {
  position: relative;
}
.over_label label {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 0.7rem;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 80%;
  left: 0;
  top: 50%;
  left: 10px;
}
@media only screen and (min-width: 760px) {
  .over_label label {
    left: 16px;
  }
}
.over_label input:focus ~ label,
.over_label input:valid ~ label,
.over_label textarea:focus ~ label,
.over_label textarea:valid ~ label {
  top: 5px;
  font-size: 9px;
}
@media only screen and (min-width: 760px) {
  .over_label input:focus ~ label,
.over_label input:valid ~ label,
.over_label textarea:focus ~ label,
.over_label textarea:valid ~ label {
    top: 10px;
  }
}
.over_label.textarea label {
  top: 24px;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  vertical-align: initial;
  display: inline-block;
  position: relative;
}

input,
select,
textarea {
  padding: 10px;
  background-color: #fff;
  background-color: var(--light_color);
}
@media only screen and (min-width: 760px) {
  input,
select,
textarea {
    padding: 16px;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px rgba(219, 191, 141, 0.5) solid !important;
}
input.slim, form.slim input,
select.slim,
form.slim select,
textarea.slim,
form.slim textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hasErrors input,
.hasErrors select,
.hasErrors textarea {
  outline: 2px #8a132a solid !important;
}
input.loaded,
select.loaded,
textarea.loaded {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border, background, background-image, background-color, -webkit-box-shadow;
  transition-property: color, border, background, background-image, background-color, -webkit-box-shadow;
  -o-transition-property: color, border, background, background-image, background-color, box-shadow;
  transition-property: color, border, background, background-image, background-color, box-shadow;
  transition-property: color, border, background, background-image, background-color, box-shadow, -webkit-box-shadow;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
input[type=file],
select,
textarea {
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #1d1d1b;
  color: var(--text_color);
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.85rem;
  color: #1d1d1b;
  color: var(--text_color);
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 0.85rem;
  color: #1d1d1b;
  color: var(--text_color);
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 0.85rem;
  color: #1d1d1b;
  color: var(--text_color);
}
input[type=text], input[type=text]::placeholder,
input[type=password],
input[type=password]::placeholder,
input[type=email],
input[type=email]::placeholder,
input[type=url],
input[type=url]::placeholder,
input[type=date],
input[type=date]::placeholder,
input[type=month],
input[type=month]::placeholder,
input[type=time],
input[type=time]::placeholder,
input[type=datetime],
input[type=datetime]::placeholder,
input[type=datetime-local],
input[type=datetime-local]::placeholder,
input[type=week],
input[type=week]::placeholder,
input[type=number],
input[type=number]::placeholder,
input[type=search],
input[type=search]::placeholder,
input[type=tel],
input[type=tel]::placeholder,
input[type=color],
input[type=color]::placeholder,
input[type=file],
input[type=file]::placeholder,
select,
select::placeholder,
textarea,
textarea::placeholder {
  font-size: 0.85rem;
  color: #1d1d1b;
  color: var(--text_color);
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  padding: 0 !important;
}
input[type=checkbox]:active, input[type=checkbox]:checked,
input[type=radio]:active,
input[type=radio]:checked {
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

input[type=radio] {
  border-radius: 100% !important;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.radio_wrap,
.checkbox_wrap {
  line-height: 20px;
  vertical-align: top;
  margin: 6px 0;
}
.radio_wrap *,
.checkbox_wrap * {
  vertical-align: inherit;
}
.radio_wrap span,
.checkbox_wrap span {
  display: inline-block;
}
.radio_wrap:first-child,
.checkbox_wrap:first-child {
  margin-top: 0 !important;
}
.radio_wrap:last-child,
.checkbox_wrap:last-child {
  margin-bottom: 0 !important;
}

.lightswitch {
  height: 20px;
  line-height: 20px;
}

.lightswitch .input {
  position: relative;
  width: 40px;
  height: 20px;
  margin-right: 0.5rem;
}
.lightswitch .input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.lightswitch .input input:checked + .switch {
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}
.lightswitch .input input:checked + .switch:before {
  left: 24px;
  background-color: #f5f2f2;
  background-color: var(--light_color_dark);
}
.lightswitch .input .switch {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 0.5rem;
  background-color: #fff;
  background-color: var(--light_color);
}
.hasErrors .lightswitch .input .switch {
  outline: 2px #8a132a solid !important;
}
.lightswitch .input .switch:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}

input[type=range] {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  border: none !important;
  padding: 0;
  height: 12px;
  background-color: #f5f2f2;
  background-color: var(--light_color_dark);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}
input[type=range]::-moz-range-thumb {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}

input[type=file] {
  width: 100%;
  outline-offset: -10px;
  padding: 2rem;
  text-align: center;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: #e9e6e6;
  outline-color: var(--light_color_darkest);
  background-color: #f5f2f2;
  background-color: var(--light_color_dark);
}
input[type=file]:hover {
  background-color: #dbbf8d;
  background-color: var(--accent_color);
}
input[type=file]:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  content: "";
}

select {
  text-indent: 0;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-position: calc(100% - 20px) center;
  background-size: 16px;
  font-size: 0.9;
  color: #1d1d1b;
  color: var(--text_color);
}

textarea {
  vertical-align: top;
  margin-bottom: 0;
}

form.inline_form {
  position: relative;
}
form.inline_form:after {
  content: "";
  display: table;
  clear: both;
}
form.inline_form .button, form.inline_form .paginate a, .paginate form.inline_form a, form.inline_form button,
form.inline_form input[type=submit],
form.inline_form .field {
  float: left;
  line-height: 40px;
  height: 40px;
  margin: 0;
}
form.inline_form .field {
  padding-right: 80px;
  padding: 0 1rem;
  width: 100%;
  border-color: #dbbf8d;
  border-color: var(--button_color_bg);
}
form.inline_form .button, form.inline_form .paginate a, .paginate form.inline_form a, form.inline_form button,
form.inline_form input[type=submit] {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 40px;
  text-indent: -4000px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
form.inline_form .button.search, form.inline_form .paginate a.search, .paginate form.inline_form a.search, form.inline_form button.search,
form.inline_form input.search[type=submit] {
  background-image: url(/a/i/icons/icon_search_white.svg) !important;
}
form.inline_form .button.add, form.inline_form .paginate a.add, .paginate form.inline_form a.add, form.inline_form button.add,
form.inline_form input.add[type=submit] {
  background-image: url(/a/i/icons/icon_add_white.svg) !important;
}
form.inline_form .button.remove, form.inline_form .paginate a.remove, .paginate form.inline_form a.remove, form.inline_form button.remove,
form.inline_form input.remove[type=submit] {
  background-image: url(/a/i/icons/icon_remove_white.svg) !important;
}
form.inline_form .button.submit, form.inline_form .paginate a.submit, .paginate form.inline_form a.submit, form.inline_form button.submit,
form.inline_form input.submit[type=submit] {
  background-image: url(/a/i/icons/icon_submit_white.svg) !important;
}
@media only screen and (min-width: 1020px) {
  form.inline_form .button, form.inline_form .paginate a, .paginate form.inline_form a, form.inline_form button,
form.inline_form input[type=submit],
form.inline_form .field {
    height: 60px;
    line-height: 60px;
  }
  form.inline_form .button, form.inline_form .paginate a, .paginate form.inline_form a, form.inline_form button,
form.inline_form input[type=submit] {
    width: 60px;
    background-size: 30px;
  }
}
form.inline_form.slim .button, form.inline_form.slim .paginate a, .paginate form.inline_form.slim a, form.inline_form.slim button,
form.inline_form.slim input[type=submit],
form.inline_form.slim .field {
  line-height: 40px;
  height: 40px;
}
form.inline_form.slim .button, form.inline_form.slim .paginate a, .paginate form.inline_form.slim a, form.inline_form.slim button,
form.inline_form.slim input[type=submit] {
  background-size: 20px;
  width: 40px;
}

@media only screen and (max-width: 819px) {
  .form_layout.form_left > .form {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 820px) {
  .form_layout.form_left > .form {
    width: 50%;
    float: left;
  }
  .form_layout.form_left > .content {
    width: 50%;
    float: right;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 819px) {
  .form_layout.form_right > .content {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 820px) {
  .form_layout.form_right > .form {
    width: 50%;
    float: right;
  }
  .form_layout.form_right > .content {
    width: 50%;
    float: left;
    padding-right: 4rem;
  }
}
.form_layout.form_box {
  background-color: #fff;
  background-color: var(--boxed_bg_color_light);
  max-width: 1092px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
}
@media only screen and (min-width: 1020px) {
  .form_layout.form_box {
    padding: 4rem;
  }
}
.form_layout.form_box > .content {
  margin-bottom: 4rem;
}

.switch_light_dark {
  width: 40px;
  height: 20px;
  margin: 0;
}

.avatar_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar_group .avatar {
  margin-left: -0.3em;
}
.avatar_group .avatar:first-child {
  margin-left: 0;
}
.avatar_group .image,
.avatar_group .initials {
  -webkit-box-shadow: 0 0 0 3px #FAF7F7;
          box-shadow: 0 0 0 3px #FAF7F7;
  -webkit-box-shadow: 0 0 0 3px var(--bg_color_current);
          box-shadow: 0 0 0 3px var(--bg_color_current);
}
.avatar_group .avatar.personinfo {
  margin-right: 1.5rem;
}

.avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.avatar .image,
.avatar .initials {
  width: 44px;
  height: 44px;
  background-color: #e9e6e6;
  background-color: var(--light_color_darkest);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.avatar .initials {
  font-weight: 700;
  text-align: center;
}
.avatar .initials,
.avatar .detail,
.avatar .name,
.avatar .note {
  line-height: 1.5;
  font-size: 0.9rem;
}
.avatar.personinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar.personinfo .initials ~ .detail,
.avatar.personinfo .image ~ .detail {
  margin-left: 1rem;
}
.avatar.personinfo .detail {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5;
}
.avatar.personinfo .name {
  display: block;
  font-weight: 700;
}
.avatar .status {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 3px #FAF7F7;
          box-shadow: 0 0 0 3px #FAF7F7;
  -webkit-box-shadow: 0 0 0 3px var(--bg_color_current);
          box-shadow: 0 0 0 3px var(--bg_color_current);
  background-color: #1d1d1b;
}
.avatar .status.active {
  background-color: #568831;
}
.avatar .status.away {
  background-color: #d1a000;
}
.avatar .status.busy {
  background-color: #8a132a;
}

.avatar_s .image,
.avatar_s .initials {
  width: 28px;
  height: 28px;
}

.avatar_m .image,
.avatar_m .initials {
  width: 44px;
  height: 44px;
}

.avatar_l .image,
.avatar_l .initials {
  width: 58px;
  height: 58px;
}

hr.line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  border-color: #e9e6e6;
  border-color: var(--light_color_darkest);
}
hr.spacer {
  height: 3rem;
}

.nav_area.title {
  line-height: 1;
}
.nav_area.title .wrap {
  position: relative;
  display: block;
}
.nav_area.title .wrap:before {
  left: 0;
  top: 50%;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e9e6e6;
  background-color: var(--light_color_darkest);
}
.nav_area.title .title {
  z-index: 2;
  font-size: 0.85rem;
  padding-right: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  background-color: #FAF7F7;
  background-color: var(--site_bg_color_light);
  color: #556323;
  color: var(--primary_color);
}
.nav_area.title + .block {
  margin-top: 1rem !important;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

:root {
  --cc-border-radius: 0px;
  --cc-bg: #FAF7F7;
  --cc-text: #1d1d1b;
  --cc-block-text: var(--cc-text);
  --cc-btn-border-radius: 0px;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-bg: #dbbf8d;
  --cc-btn-primary-hover-bg: #e2cca4;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-bg: #e9e6e6;
  --cc-btn-secondary-hover-bg: #e9e6e6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-off: #c6c4c4;
  --cc-toggle-bg-readonly: #c6c4c4;
  --cc-toggle-knob-bg: var(--cc-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-cookie-category-block-bg: #eeebeb;
  --cc-cookie-category-block-bg-hover: #e9e6e6;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(0, 0, 0, .5);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

[data-theme=dark],
body.theme_dark,
.c_darkmode {
  --cc-bg: #1d1d1b;
  --cc-text: #fff;
  --cc-block-text: var(--cc-text);
  --cc-btn-secondary-bg: var(--cc-text);
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-off: #2c2c2b;
  --cc-toggle-bg-readonly: #2c2c2b;
  --cc-cookie-category-block-bg: #343432;
  --cc-cookie-category-block-bg-hover: #343432;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

#cc--main {
  z-index: 98;
}

#cm {
  padding: 2rem;
  max-width: 30rem;
  position: fixed;
  z-index: 1;
  background: var(--cc-bg);
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
          box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  line-height: initial;
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  line-height: 1.2;
  font-size: 1em;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  -o-transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
      -ms-transform: translateY(1.6em);
          transform: translateY(1.6em);
}

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
      -ms-transform: translateY(-1.6em);
          transform: translateY(-1.6em);
}

#cm.bar.slide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.8em;
  line-height: 1.7;
}

.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  border-radius: var(--cc-btn-border-radius);
  padding: 0.7rem 1.5rem;
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cc_div .c-bn:focus {
  background-color: transparent;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding-top: 0;
  padding: 1.5rem 2rem;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid var(--cc-section-border);
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: var(--cc-cookie-category-block-bg);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
          box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.8em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: var(--cc-toggle-bg-off);
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: var(--cc-toggle-knob-bg);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
      -ms-transform: translateX(1.9em);
          transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: var(--cc-overlay-bg);
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear;
  -o-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
      -ms-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: var(--cc-btn-secondary-text);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  -webkit-transform: translateY(-37%);
      -ms-transform: translateY(-37%);
          transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
      -ms-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
.show--consent .slidein_panel {
  z-index: 100;
}
.show--consent .slidein_closer {
  z-index: 102;
}
.show--consent .slidein_overlay {
  z-index: 98;
}

@media screen and (max-width: 688px) {
  #cm,
#cm.cloud,
#cm.left,
#cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
.force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
.cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cc_div .b-tg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
.cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
.cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
#s-bl thead,
#s-bl tbody,
#s-bl th,
#s-bl td,
#s-bl tr,
#s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  #cm .c-bn,
.cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #c-bns button + button,
#s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
#cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
#cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
.cc_div .cloud #c-inr,
.cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/