/* main.css */
.text-shadow-white {
  text-shadow: -1.5px -1.5px 0 white, 1.5px -1.5px 0 white, -1.5px 1.5px 0 white, 1.5px 1.5px 0 white;
  color: var(--inn-neutral);
  letter-spacing: 3px;
}
h1 {
  font-size: var(--inn-h1-font-size);
  font-weight: var(--inn-headline-font-weight-h1);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: var(--inn-h1-font-size-mobile);
  }
}
h2 {
  font-size: var(--inn-h2-font-size);
  font-weight: var(--inn-headline-font-weight-h2);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: var(--inn-h2-font-size-mobile);
  }
}
h3 {
  font-size: var(--inn-h3-font-size);
  font-weight: var(--inn-headline-font-weight-h3);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: var(--inn-h3-font-size-mobile);
  }
}
h4 {
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.h1-font-size {
  font-size: var(--inn-h1-font-size);
  font-weight: var(--inn-headline-font-weight-h1);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h1-font-size {
    font-size: var(--inn-h1-font-size-mobile);
  }
}
.h2-font-size {
  font-size: var(--inn-h2-font-size);
  font-weight: var(--inn-headline-font-weight-h2);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h2-font-size {
    font-size: var(--inn-h2-font-size-mobile);
  }
}
.h3-font-size {
  font-size: var(--inn-h3-font-size);
  font-weight: var(--inn-headline-font-weight-h3);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .h3-font-size {
    font-size: var(--inn-h3-font-size-mobile);
  }
}
.h4-font-size {
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h4-font-size {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.h5-font-size {
  font-size: 20px;
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h5-font-size {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.reset-br br {
  display: inline;
  content: ' ';
  padding: 0 3px;
}
.v-bold {
  font-weight: 700;
}
.small-dot-styling {
  width: 7px;
  min-width: 7px;
  height: 7px;
  background: var(--inn-primary);
  border-radius: 2px;
}
.ul-points ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.ul-points ul li {
  position: relative;
}
.ul-points ul li:before {
  content: "";
  width: 7px;
  min-width: 7px;
  height: 7px;
  background: var(--inn-primary);
  border-radius: 2px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.4em;
}
.v-primary-color {
  color: var(--inn-primary);
}
.v-secondary-color {
  color: var(--inn-secondary);
}
.v-third-color {
  color: var(--inn-third);
}
.v-fourth-color {
  color: var(--inn-fourth);
}
.v-neutral-color {
  color: var(--inn-neutral);
}
.v-icon-white-bg {
  background: white;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #707070;
}
.v-icon-secondary-bg {
  background: var(--inn-secondary);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .v-icon-secondary-bg {
    width: 55px;
    height: 55px;
  }
}
.v-icon-secondary-bg-small {
  background: var(--inn-secondary);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
  color: white;
  font-size: 1.2em;
}
.v-icon-primary-bg {
  background: var(--inn-primary);
  color: white;
  width: 45px;
  height: 45px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1.7em;
}
.v-chevron-right-line-icons:before {
  display: inline-block;
  font: normal normal normal 1em/1 'lineicons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb0d";
}
.v-primary-bg {
  background: var(--inn-primary);
}
strong {
  font-weight: 700;
}
.v-max-width-650 {
  max-width: 650px;
}
.v-margin-center {
  margin-left: auto;
  margin-right: auto;
}
.v-bg-primary-light {
  position: relative;
}
.v-bg-primary-light:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-bg-primary-light-half-bottom {
  position: relative;
}
.v-bg-primary-light-half-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-bg-primary-light-bigger-bottom {
  position: relative;
}
.v-bg-primary-light-bigger-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  bottom: 0;
  background: var(--inn-primary);
  opacity: 0.1;
}
.v-bg-primary-light-bigger-top {
  position: relative;
}
.v-bg-primary-light-bigger-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
  background: var(--inn-primary);
  opacity: 0.1;
}
/*--------------------------------

Lineicons Free Web Font
Crafted by Lineicons.com Team
Version: 4.0

-------------------------------- */
/* base class */
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'lineicons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* size examples - relative units */
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
/* size examples - absolute units */
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
/* rotate the icon infinitely */
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* transform */
.lni-rotate-90 {
  transform: rotate(90deg);
}
.lni-rotate-180 {
  transform: rotate(180deg);
}
.lni-rotate-270 {
  transform: rotate(270deg);
}
.lni-flip-y {
  transform: scaleY(-1);
}
.lni-flip-x {
  transform: scaleX(-1);
}
/* icons */
.lni-zoom-out::before {
  content: "\ea02";
}
.lni-zoom-in::before {
  content: "\ea03";
}
.lni-zip::before {
  content: "\ea04";
}
.lni-website::before {
  content: "\ea05";
}
.lni-website-alt::before {
  content: "\ea06";
}
.lni-users::before {
  content: "\ea07";
}
.lni-user::before {
  content: "\ea08";
}
.lni-upload::before {
  content: "\ea09";
}
.lni-unlink::before {
  content: "\ea0a";
}
.lni-trash-can::before {
  content: "\ea0b";
}
.lni-timer::before {
  content: "\ea0c";
}
.lni-tab::before {
  content: "\ea0d";
}
.lni-star-half::before {
  content: "\ea0e";
}
.lni-star-fill::before {
  content: "\ea0f";
}
.lni-star-empty::before {
  content: "\ea10";
}
.lni-signal::before {
  content: "\ea11";
}
.lni-shortcode::before {
  content: "\ea12";
}
.lni-shopping-basket::before {
  content: "\ea13";
}
.lni-share::before {
  content: "\ea14";
}
.lni-share-alt::before {
  content: "\ea15";
}
.lni-search::before {
  content: "\ea16";
}
.lni-search-alt::before {
  content: "\ea17";
}
.lni-scroll-down::before {
  content: "\ea18";
}
.lni-save::before {
  content: "\ea19";
}
.lni-rss-feed::before {
  content: "\ea1a";
}
.lni-rocket::before {
  content: "\ea1b";
}
.lni-remove-file::before {
  content: "\ea1c";
}
.lni-reload::before {
  content: "\ea1d";
}
.lni-printer::before {
  content: "\ea1e";
}
.lni-plug::before {
  content: "\ea1f";
}
.lni-package::before {
  content: "\ea20";
}
.lni-mouse::before {
  content: "\ea21";
}
.lni-mobile::before {
  content: "\ea22";
}
.lni-microphone::before {
  content: "\ea23";
}
.lni-mic::before {
  content: "\ea24";
}
.lni-menu::before {
  content: "\ea25";
}
.lni-map::before {
  content: "\ea26";
}
.lni-map-marker::before {
  content: "\ea27";
}
.lni-magnifier::before {
  content: "\ea28";
}
.lni-magnet::before {
  content: "\ea29";
}
.lni-link::before {
  content: "\ea2a";
}
.lni-laptop::before {
  content: "\ea2b";
}
.lni-laptop-phone::before {
  content: "\ea2c";
}
.lni-keyboard::before {
  content: "\ea2d";
}
.lni-image::before {
  content: "\ea2e";
}
.lni-headphone::before {
  content: "\ea2f";
}
.lni-harddrive::before {
  content: "\ea30";
}
.lni-game::before {
  content: "\ea31";
}
.lni-folder::before {
  content: "\ea32";
}
.lni-files::before {
  content: "\ea33";
}
.lni-empty-file::before {
  content: "\ea34";
}
.lni-download::before {
  content: "\ea35";
}
.lni-domain::before {
  content: "\ea36";
}
.lni-display::before {
  content: "\ea37";
}
.lni-display-alt::before {
  content: "\ea38";
}
.lni-database::before {
  content: "\ea39";
}
.lni-dashboard::before {
  content: "\ea3a";
}
.lni-cut::before {
  content: "\ea3b";
}
.lni-control-panel::before {
  content: "\ea3c";
}
.lni-cogs::before {
  content: "\ea3d";
}
.lni-cog::before {
  content: "\ea3e";
}
.lni-code::before {
  content: "\ea3f";
}
.lni-code-alt::before {
  content: "\ea40";
}
.lni-cloud-upload::before {
  content: "\ea41";
}
.lni-cloud-sync::before {
  content: "\ea42";
}
.lni-cloud-network::before {
  content: "\ea43";
}
.lni-cloud-download::before {
  content: "\ea44";
}
.lni-cloud-check::before {
  content: "\ea45";
}
.lni-camera::before {
  content: "\ea46";
}
.lni-calendar::before {
  content: "\ea47";
}
.lni-bulb::before {
  content: "\ea48";
}
.lni-bookmark::before {
  content: "\ea49";
}
.lni-bookmark-alt::before {
  content: "\ea4a";
}
.lni-bluetooth::before {
  content: "\ea4b";
}
.lni-ban::before {
  content: "\ea4c";
}
.lni-archive::before {
  content: "\ea4d";
}
.lni-alarm::before {
  content: "\ea4e";
}
.lni-alarm-clock::before {
  content: "\ea4f";
}
.lni-add-files::before {
  content: "\ea50";
}
.lni-thunder::before {
  content: "\ea51";
}
.lni-thunder-alt::before {
  content: "\ea52";
}
.lni-sun::before {
  content: "\ea53";
}
.lni-rain::before {
  content: "\ea54";
}
.lni-night::before {
  content: "\ea55";
}
.lni-drop::before {
  content: "\ea56";
}
.lni-cloudy-sun::before {
  content: "\ea57";
}
.lni-cloud::before {
  content: "\ea58";
}
.lni-travel::before {
  content: "\ea59";
}
.lni-surf-board::before {
  content: "\ea5a";
}
.lni-pyramids::before {
  content: "\ea5b";
}
.lni-underline::before {
  content: "\ea5c";
}
.lni-text-format::before {
  content: "\ea5d";
}
.lni-text-format-remove::before {
  content: "\ea5e";
}
.lni-text-align-right::before {
  content: "\ea5f";
}
.lni-text-align-left::before {
  content: "\ea60";
}
.lni-text-align-justify::before {
  content: "\ea61";
}
.lni-text-align-center::before {
  content: "\ea62";
}
.lni-strikethrough::before {
  content: "\ea63";
}
.lni-spellcheck::before {
  content: "\ea64";
}
.lni-sort-amount-dsc::before {
  content: "\ea65";
}
.lni-sort-amount-asc::before {
  content: "\ea66";
}
.lni-sort-alpha-asc::before {
  content: "\ea67";
}
.lni-pilcrow::before {
  content: "\ea68";
}
.lni-pagination::before {
  content: "\ea69";
}
.lni-page-break::before {
  content: "\ea6a";
}
.lni-line-spacing::before {
  content: "\ea6b";
}
.lni-line-double::before {
  content: "\ea6c";
}
.lni-line-dotted::before {
  content: "\ea6d";
}
.lni-line-dashed::before {
  content: "\ea6e";
}
.lni-italic::before {
  content: "\ea6f";
}
.lni-indent-increase::before {
  content: "\ea70";
}
.lni-indent-decrease::before {
  content: "\ea71";
}
.lni-bold::before {
  content: "\ea72";
}
.lni-spinner::before {
  content: "\ea73";
}
.lni-spinner-solid::before {
  content: "\ea74";
}
.lni-spinner-arrow::before {
  content: "\ea75";
}
.lni-hourglass::before {
  content: "\ea76";
}
.lni-tounge::before {
  content: "\ea77";
}
.lni-suspect::before {
  content: "\ea78";
}
.lni-speechless::before {
  content: "\ea79";
}
.lni-smile::before {
  content: "\ea7a";
}
.lni-sad::before {
  content: "\ea7b";
}
.lni-happy::before {
  content: "\ea7c";
}
.lni-friendly::before {
  content: "\ea7d";
}
.lni-cool::before {
  content: "\ea7e";
}
.lni-thought::before {
  content: "\ea7f";
}
.lni-t-shirt::before {
  content: "\ea80";
}
.lni-home::before {
  content: "\ea81";
}
.lni-gift::before {
  content: "\ea82";
}
.lni-cup::before {
  content: "\ea83";
}
.lni-crown::before {
  content: "\ea84";
}
.lni-briefcase::before {
  content: "\ea85";
}
.lni-spray::before {
  content: "\ea86";
}
.lni-flags-alt-1::before {
  content: "\ea87";
}
.lni-fireworks::before {
  content: "\ea88";
}
.lni-candy::before {
  content: "\ea89";
}
.lni-candy-cane::before {
  content: "\ea8a";
}
.lni-cake::before {
  content: "\ea8b";
}
.lni-baloon::before {
  content: "\ea8c";
}
.lni-trees::before {
  content: "\ea8d";
}
.lni-tree::before {
  content: "\ea8e";
}
.lni-sprout::before {
  content: "\ea8f";
}
.lni-mushroom::before {
  content: "\ea90";
}
.lni-mashroom::before {
  content: "\ea91";
}
.lni-leaf::before {
  content: "\ea92";
}
.lni-island::before {
  content: "\ea93";
}
.lni-flower::before {
  content: "\ea94";
}
.lni-bug::before {
  content: "\ea95";
}
.lni-volume::before {
  content: "\ea96";
}
.lni-volume-mute::before {
  content: "\ea97";
}
.lni-volume-medium::before {
  content: "\ea98";
}
.lni-volume-low::before {
  content: "\ea99";
}
.lni-volume-high::before {
  content: "\ea9a";
}
.lni-video::before {
  content: "\ea9b";
}
.lni-stop::before {
  content: "\ea9c";
}
.lni-shuffle::before {
  content: "\ea9d";
}
.lni-play::before {
  content: "\ea9e";
}
.lni-pause::before {
  content: "\ea9f";
}
.lni-gallery::before {
  content: "\eaa0";
}
.lni-full-screen::before {
  content: "\eaa1";
}
.lni-frame-expand::before {
  content: "\eaa2";
}
.lni-forward::before {
  content: "\eaa3";
}
.lni-backward::before {
  content: "\eaa4";
}
.lni-target-customer::before {
  content: "\eaa5";
}
.lni-seo::before {
  content: "\eaa6";
}
.lni-network::before {
  content: "\eaa7";
}
.lni-keyword-research::before {
  content: "\eaa8";
}
.lni-graph::before {
  content: "\eaa9";
}
.lni-bar-chart::before {
  content: "\eaaa";
}
.lni-warning::before {
  content: "\eaab";
}
.lni-unlock::before {
  content: "\eaac";
}
.lni-ticket::before {
  content: "\eaad";
}
.lni-ticket-alt::before {
  content: "\eaae";
}
.lni-thumbs-up::before {
  content: "\eaaf";
}
.lni-thumbs-down::before {
  content: "\eab0";
}
.lni-teabag::before {
  content: "\eab1";
}
.lni-shield::before {
  content: "\eab2";
}
.lni-radio-button::before {
  content: "\eab3";
}
.lni-question-circle::before {
  content: "\eab4";
}
.lni-protection::before {
  content: "\eab5";
}
.lni-power-switch::before {
  content: "\eab6";
}
.lni-pointer::before {
  content: "\eab7";
}
.lni-plus::before {
  content: "\eab8";
}
.lni-music::before {
  content: "\eab9";
}
.lni-more::before {
  content: "\eaba";
}
.lni-more-alt::before {
  content: "\eabb";
}
.lni-minus::before {
  content: "\eabc";
}
.lni-lock::before {
  content: "\eabd";
}
.lni-lock-alt::before {
  content: "\eabe";
}
.lni-list::before {
  content: "\eabf";
}
.lni-lifering::before {
  content: "\eac0";
}
.lni-key::before {
  content: "\eac1";
}
.lni-invention::before {
  content: "\eac2";
}
.lni-information::before {
  content: "\eac3";
}
.lni-infinite::before {
  content: "\eac4";
}
.lni-help::before {
  content: "\eac5";
}
.lni-heart::before {
  content: "\eac6";
}
.lni-heart-fill::before {
  content: "\eac7";
}
.lni-hand::before {
  content: "\eac8";
}
.lni-funnel::before {
  content: "\eac9";
}
.lni-flag::before {
  content: "\eaca";
}
.lni-flag-alt::before {
  content: "\eacb";
}
.lni-eye::before {
  content: "\eacc";
}
.lni-cross-circle::before {
  content: "\eacd";
}
.lni-close::before {
  content: "\eace";
}
.lni-circle-plus::before {
  content: "\eacf";
}
.lni-circle-minus::before {
  content: "\ead0";
}
.lni-checkmark::before {
  content: "\ead1";
}
.lni-checkmark-circle::before {
  content: "\ead2";
}
.lni-check-box::before {
  content: "\ead3";
}
.lni-bolt::before {
  content: "\ead4";
}
.lni-bolt-alt::before {
  content: "\ead5";
}
.lni-wheelchair::before {
  content: "\ead6";
}
.lni-weight::before {
  content: "\ead7";
}
.lni-syringe::before {
  content: "\ead8";
}
.lni-sthethoscope::before {
  content: "\ead9";
}
.lni-slim::before {
  content: "\eada";
}
.lni-skipping-rope::before {
  content: "\eadb";
}
.lni-pulse::before {
  content: "\eadc";
}
.lni-microscope::before {
  content: "\eadd";
}
.lni-hospital::before {
  content: "\eade";
}
.lni-heart-monitor::before {
  content: "\eadf";
}
.lni-first-aid::before {
  content: "\eae0";
}
.lni-dumbbell::before {
  content: "\eae1";
}
.lni-capsule::before {
  content: "\eae2";
}
.lni-basketball::before {
  content: "\eae3";
}
.lni-ambulance::before {
  content: "\eae4";
}
.lni-service::before {
  content: "\eae5";
}
.lni-restaurant::before {
  content: "\eae6";
}
.lni-pizza::before {
  content: "\eae7";
}
.lni-juice::before {
  content: "\eae8";
}
.lni-fresh-juice::before {
  content: "\eae9";
}
.lni-dinner::before {
  content: "\eaea";
}
.lni-coffee-cup::before {
  content: "\eaeb";
}
.lni-chef-hat::before {
  content: "\eaec";
}
.lni-burger::before {
  content: "\eaed";
}
.lni-write::before {
  content: "\eaee";
}
.lni-world::before {
  content: "\eaef";
}
.lni-world-alt::before {
  content: "\eaf0";
}
.lni-school-bench::before {
  content: "\eaf1";
}
.lni-school-bench-alt::before {
  content: "\eaf2";
}
.lni-pencil::before {
  content: "\eaf3";
}
.lni-pencil-alt::before {
  content: "\eaf4";
}
.lni-library::before {
  content: "\eaf5";
}
.lni-graduation::before {
  content: "\eaf6";
}
.lni-eraser::before {
  content: "\eaf7";
}
.lni-compass::before {
  content: "\eaf8";
}
.lni-clipboard::before {
  content: "\eaf9";
}
.lni-certificate::before {
  content: "\eafa";
}
.lni-book::before {
  content: "\eafb";
}
.lni-blackboard::before {
  content: "\eafc";
}
.lni-shift-right::before {
  content: "\eafd";
}
.lni-shift-left::before {
  content: "\eafe";
}
.lni-pointer-top::before {
  content: "\eaff";
}
.lni-pointer-right::before {
  content: "\eb00";
}
.lni-pointer-left::before {
  content: "\eb01";
}
.lni-pointer-down::before {
  content: "\eb02";
}
.lni-exit::before {
  content: "\eb03";
}
.lni-exit-up::before {
  content: "\eb04";
}
.lni-exit-down::before {
  content: "\eb05";
}
.lni-enter::before {
  content: "\eb06";
}
.lni-direction::before {
  content: "\eb07";
}
.lni-direction-rtl::before {
  content: "\eb08";
}
.lni-direction-ltr::before {
  content: "\eb09";
}
.lni-direction-alt::before {
  content: "\eb0a";
}
.lni-chevron-up::before {
  content: "\eb0b";
}
.lni-chevron-up-circle::before {
  content: "\eb0c";
}
.lni-chevron-right::before {
  content: "\eb0d";
}
.lni-chevron-right-circle::before {
  content: "\eb0e";
}
.lni-chevron-left::before {
  content: "\eb0f";
}
.lni-chevron-left-circle::before {
  content: "\eb10";
}
.lni-chevron-down::before {
  content: "\eb11";
}
.lni-chevron-down-circle::before {
  content: "\eb12";
}
.lni-arrows-vertical::before {
  content: "\eb13";
}
.lni-arrows-horizontal::before {
  content: "\eb14";
}
.lni-arrow-up::before {
  content: "\eb15";
}
.lni-arrow-up-circle::before {
  content: "\eb16";
}
.lni-arrow-top-right::before {
  content: "\eb17";
}
.lni-arrow-top-left::before {
  content: "\eb18";
}
.lni-arrow-right::before {
  content: "\eb19";
}
.lni-arrow-right-circle::before {
  content: "\eb1a";
}
.lni-arrow-left::before {
  content: "\eb1b";
}
.lni-arrow-left-circle::before {
  content: "\eb1c";
}
.lni-arrow-down::before {
  content: "\eb1d";
}
.lni-arrow-down-circle::before {
  content: "\eb1e";
}
.lni-angle-double-up::before {
  content: "\eb1f";
}
.lni-angle-double-right::before {
  content: "\eb20";
}
.lni-angle-double-left::before {
  content: "\eb21";
}
.lni-angle-double-down::before {
  content: "\eb22";
}
.lni-vector::before {
  content: "\eb23";
}
.lni-ux::before {
  content: "\eb24";
}
.lni-slice::before {
  content: "\eb25";
}
.lni-select-cursor::before {
  content: "\eb26";
}
.lni-pallet::before {
  content: "\eb27";
}
.lni-move::before {
  content: "\eb28";
}
.lni-layout::before {
  content: "\eb29";
}
.lni-layers::before {
  content: "\eb2a";
}
.lni-highlight::before {
  content: "\eb2b";
}
.lni-highlight-alt::before {
  content: "\eb2c";
}
.lni-grid::before {
  content: "\eb2d";
}
.lni-grid-alt::before {
  content: "\eb2e";
}
.lni-crop::before {
  content: "\eb2f";
}
.lni-brush::before {
  content: "\eb30";
}
.lni-brush-alt::before {
  content: "\eb31";
}
.lni-yen::before {
  content: "\eb32";
}
.lni-wallet::before {
  content: "\eb33";
}
.lni-rupee::before {
  content: "\eb34";
}
.lni-pound::before {
  content: "\eb35";
}
.lni-money-protection::before {
  content: "\eb36";
}
.lni-money-location::before {
  content: "\eb37";
}
.lni-euro::before {
  content: "\eb38";
}
.lni-dollar::before {
  content: "\eb39";
}
.lni-diamond-shape::before {
  content: "\eb3a";
}
.lni-diamond-alt::before {
  content: "\eb3b";
}
.lni-credit-cards::before {
  content: "\eb3c";
}
.lni-coin::before {
  content: "\eb3d";
}
.lni-calculator::before {
  content: "\eb3e";
}
.lni-calculator-alt::before {
  content: "\eb3f";
}
.lni-wheelbarrow::before {
  content: "\eb40";
}
.lni-trowel::before {
  content: "\eb41";
}
.lni-shovel::before {
  content: "\eb42";
}
.lni-ruler::before {
  content: "\eb43";
}
.lni-ruler-pencil::before {
  content: "\eb44";
}
.lni-ruler-alt::before {
  content: "\eb45";
}
.lni-paint-roller::before {
  content: "\eb46";
}
.lni-paint-bucket-alt::before {
  content: "\eb47";
}
.lni-helmet::before {
  content: "\eb48";
}
.lni-hammer::before {
  content: "\eb49";
}
.lni-construction::before {
  content: "\eb4a";
}
.lni-construction-hammer::before {
  content: "\eb4b";
}
.lni-bricks::before {
  content: "\eb4c";
}
.lni-train::before {
  content: "\eb4d";
}
.lni-train-alt::before {
  content: "\eb4e";
}
.lni-taxi::before {
  content: "\eb4f";
}
.lni-support::before {
  content: "\eb50";
}
.lni-ship::before {
  content: "\eb51";
}
.lni-scooter::before {
  content: "\eb52";
}
.lni-road::before {
  content: "\eb53";
}
.lni-reply::before {
  content: "\eb54";
}
.lni-postcard::before {
  content: "\eb55";
}
.lni-popup::before {
  content: "\eb56";
}
.lni-plane::before {
  content: "\eb57";
}
.lni-phone::before {
  content: "\eb58";
}
.lni-phone-set::before {
  content: "\eb59";
}
.lni-inbox::before {
  content: "\eb5a";
}
.lni-helicopter::before {
  content: "\eb5b";
}
.lni-envelope::before {
  content: "\eb5c";
}
.lni-comments::before {
  content: "\eb5d";
}
.lni-comments-reply::before {
  content: "\eb5e";
}
.lni-comments-alt-2::before {
  content: "\eb5f";
}
.lni-caravan::before {
  content: "\eb60";
}
.lni-car::before {
  content: "\eb61";
}
.lni-car-alt::before {
  content: "\eb62";
}
.lni-bus::before {
  content: "\eb63";
}
.lni-bullhorn::before {
  content: "\eb64";
}
.lni-bubble::before {
  content: "\eb65";
}
.lni-bridge::before {
  content: "\eb66";
}
.lni-bi-cycle::before {
  content: "\eb67";
}
.lni-anchor::before {
  content: "\eb68";
}
.lni-target::before {
  content: "\eb69";
}
.lni-target-revenue::before {
  content: "\eb6a";
}
.lni-tag::before {
  content: "\eb6b";
}
.lni-stats-up::before {
  content: "\eb6c";
}
.lni-stats-down::before {
  content: "\eb6d";
}
.lni-stamp::before {
  content: "\eb6e";
}
.lni-revenue::before {
  content: "\eb6f";
}
.lni-quotation::before {
  content: "\eb70";
}
.lni-pin::before {
  content: "\eb71";
}
.lni-pie-chart::before {
  content: "\eb72";
}
.lni-paperclip::before {
  content: "\eb73";
}
.lni-offer::before {
  content: "\eb74";
}
.lni-notepad::before {
  content: "\eb75";
}
.lni-license::before {
  content: "\eb76";
}
.lni-investment::before {
  content: "\eb77";
}
.lni-invest-monitor::before {
  content: "\eb78";
}
.lni-handshake::before {
  content: "\eb79";
}
.lni-grow::before {
  content: "\eb7a";
}
.lni-delivery::before {
  content: "\eb7b";
}
.lni-customer::before {
  content: "\eb7c";
}
.lni-consulting::before {
  content: "\eb7d";
}
.lni-cart::before {
  content: "\eb7e";
}
.lni-cart-full::before {
  content: "\eb7f";
}
.lni-briefcase-alt::before {
  content: "\eb80";
}
.lni-apartment::before {
  content: "\eb81";
}
.lni-agenda::before {
  content: "\eb82";
}
.lni-zoom::before {
  content: "\eb83";
}
.lni-zapier::before {
  content: "\eb84";
}
.lni-youtube::before {
  content: "\eb85";
}
.lni-ycombinator::before {
  content: "\eb86";
}
.lni-yahoo::before {
  content: "\eb87";
}
.lni-xrp::before {
  content: "\eb88";
}
.lni-xbox::before {
  content: "\eb89";
}
.lni-wordpress::before {
  content: "\eb8a";
}
.lni-wordpress-fill::before {
  content: "\eb8b";
}
.lni-windows::before {
  content: "\eb8c";
}
.lni-whatsapp::before {
  content: "\eb8d";
}
.lni-wechat::before {
  content: "\eb8e";
}
.lni-webhooks::before {
  content: "\eb8f";
}
.lni-vuejs::before {
  content: "\eb90";
}
.lni-vs-code::before {
  content: "\eb91";
}
.lni-volkswagen::before {
  content: "\eb92";
}
.lni-vmware::before {
  content: "\eb93";
}
.lni-vk::before {
  content: "\eb94";
}
.lni-visa::before {
  content: "\eb95";
}
.lni-vimeo::before {
  content: "\eb96";
}
.lni-vercel::before {
  content: "\eb97";
}
.lni-unsplash::before {
  content: "\eb98";
}
.lni-ubuntu::before {
  content: "\eb99";
}
.lni-typescript::before {
  content: "\eb9a";
}
.lni-twitter::before {
  content: "\eb9b";
}
.lni-twitter-original::before {
  content: "\eb9c";
}
.lni-twitter-fill::before {
  content: "\eb9d";
}
.lni-twitch::before {
  content: "\eb9e";
}
.lni-tumblr::before {
  content: "\eb9f";
}
.lni-trello::before {
  content: "\eba0";
}
.lni-toyota::before {
  content: "\eba1";
}
.lni-tiktok::before {
  content: "\eba2";
}
.lni-tiktok-alt::before {
  content: "\eba3";
}
.lni-tesla::before {
  content: "\eba4";
}
.lni-telegram::before {
  content: "\eba5";
}
.lni-telegram-original::before {
  content: "\eba6";
}
.lni-tailwindcss::before {
  content: "\eba7";
}
.lni-swift::before {
  content: "\eba8";
}
.lni-svelte::before {
  content: "\eba9";
}
.lni-stumbleupon::before {
  content: "\ebaa";
}
.lni-stripe::before {
  content: "\ebab";
}
.lni-steam::before {
  content: "\ebac";
}
.lni-stackoverflow::before {
  content: "\ebad";
}
.lni-squarespace::before {
  content: "\ebae";
}
.lni-spotify::before {
  content: "\ebaf";
}
.lni-spotify-original::before {
  content: "\ebb0";
}
.lni-soundcloud::before {
  content: "\ebb1";
}
.lni-soundcloud-original::before {
  content: "\ebb2";
}
.lni-snapchat::before {
  content: "\ebb3";
}
.lni-slideshare::before {
  content: "\ebb4";
}
.lni-slack::before {
  content: "\ebb5";
}
.lni-slack-line::before {
  content: "\ebb6";
}
.lni-skype::before {
  content: "\ebb7";
}
.lni-sketch::before {
  content: "\ebb8";
}
.lni-signal-app::before {
  content: "\ebb9";
}
.lni-shopify::before {
  content: "\ebba";
}
.lni-safari::before {
  content: "\ebbb";
}
.lni-reddit::before {
  content: "\ebbc";
}
.lni-react::before {
  content: "\ebbd";
}
.lni-quora::before {
  content: "\ebbe";
}
.lni-python::before {
  content: "\ebbf";
}
.lni-producthunt::before {
  content: "\ebc0";
}
.lni-postman::before {
  content: "\ebc1";
}
.lni-postgresql::before {
  content: "\ebc2";
}
.lni-playstation::before {
  content: "\ebc3";
}
.lni-play-store::before {
  content: "\ebc4";
}
.lni-play-store-fill::before {
  content: "\ebc5";
}
.lni-play-store-alt::before {
  content: "\ebc6";
}
.lni-pinterest::before {
  content: "\ebc7";
}
.lni-php::before {
  content: "\ebc8";
}
.lni-paypal::before {
  content: "\ebc9";
}
.lni-paypal-original::before {
  content: "\ebca";
}
.lni-patreon::before {
  content: "\ebcb";
}
.lni-paddle::before {
  content: "\ebcc";
}
.lni-opera::before {
  content: "\ebcd";
}
.lni-oculus::before {
  content: "\ebce";
}
.lni-npm::before {
  content: "\ebcf";
}
.lni-notion::before {
  content: "\ebd0";
}
.lni-nodejs::before {
  content: "\ebd1";
}
.lni-nodejs-alt::before {
  content: "\ebd2";
}
.lni-nissan::before {
  content: "\ebd3";
}
.lni-nextjs::before {
  content: "\ebd4";
}
.lni-netlify::before {
  content: "\ebd5";
}
.lni-netflix::before {
  content: "\ebd6";
}
.lni-mysql::before {
  content: "\ebd7";
}
.lni-mongodb::before {
  content: "\ebd8";
}
.lni-microsoft::before {
  content: "\ebd9";
}
.lni-microsoft-teams::before {
  content: "\ebda";
}
.lni-microsoft-edge::before {
  content: "\ebdb";
}
.lni-meta::before {
  content: "\ebdc";
}
.lni-meta-2::before {
  content: "\ebdd";
}
.lni-meta-1::before {
  content: "\ebde";
}
.lni-mercedes::before {
  content: "\ebdf";
}
.lni-medium::before {
  content: "\ebe0";
}
.lni-medium-alt::before {
  content: "\ebe1";
}
.lni-mastercard::before {
  content: "\ebe2";
}
.lni-markdown::before {
  content: "\ebe3";
}
.lni-mailchimp::before {
  content: "\ebe4";
}
.lni-magento::before {
  content: "\ebe5";
}
.lni-linkedin::before {
  content: "\ebe6";
}
.lni-linkedin-original::before {
  content: "\ebe7";
}
.lni-lineicons::before {
  content: "\ebe8";
}
.lni-lineicons-symbol::before {
  content: "\ebe9";
}
.lni-lineicons-symbol-alt::before {
  content: "\ebea";
}
.lni-lineicons-symbol-alt-2::before {
  content: "\ebeb";
}
.lni-lineicons-alt::before {
  content: "\ebec";
}
.lni-line::before {
  content: "\ebed";
}
.lni-laravel::before {
  content: "\ebee";
}
.lni-kubernetes::before {
  content: "\ebef";
}
.lni-jsfiddle::before {
  content: "\ebf0";
}
.lni-joomla::before {
  content: "\ebf1";
}
.lni-joomla-original::before {
  content: "\ebf2";
}
.lni-jcb::before {
  content: "\ebf3";
}
.lni-javascript::before {
  content: "\ebf4";
}
.lni-java::before {
  content: "\ebf5";
}
.lni-jamstack::before {
  content: "\ebf6";
}
.lni-jaguar::before {
  content: "\ebf7";
}
.lni-ios::before {
  content: "\ebf8";
}
.lni-instagram::before {
  content: "\ebf9";
}
.lni-instagram-original::before {
  content: "\ebfa";
}
.lni-instagram-fill::before {
  content: "\ebfb";
}
.lni-imdb::before {
  content: "\ebfc";
}
.lni-html5::before {
  content: "\ebfd";
}
.lni-hacker-news::before {
  content: "\ebfe";
}
.lni-grammarly::before {
  content: "\ebff";
}
.lni-google::before {
  content: "\ec00";
}
.lni-google-wallet::before {
  content: "\ec01";
}
.lni-google-pay::before {
  content: "\ec02";
}
.lni-google-drive::before {
  content: "\ec03";
}
.lni-google-cloud::before {
  content: "\ec04";
}
.lni-google-meet::before {
  content: "\ec05";
}
.lni-goodreads::before {
  content: "\ec06";
}
.lni-go::before {
  content: "\ec07";
}
.lni-github::before {
  content: "\ec08";
}
.lni-github-original::before {
  content: "\ec09";
}
.lni-git::before {
  content: "\ec0a";
}
.lni-gatsby::before {
  content: "\ec0b";
}
.lni-ford::before {
  content: "\ec0c";
}
.lni-flutter::before {
  content: "\ec0d";
}
.lni-flickr::before {
  content: "\ec0e";
}
.lni-fitbit::before {
  content: "\ec0f";
}
.lni-firefox::before {
  content: "\ec10";
}
.lni-firefox-original::before {
  content: "\ec11";
}
.lni-firebase::before {
  content: "\ec12";
}
.lni-figma::before {
  content: "\ec13";
}
.lni-facetime::before {
  content: "\ec14";
}
.lni-facebook::before {
  content: "\ec15";
}
.lni-facebook-oval::before {
  content: "\ec16";
}
.lni-facebook-original::before {
  content: "\ec17";
}
.lni-facebook-messenger::before {
  content: "\ec18";
}
.lni-facebook-line::before {
  content: "\ec19";
}
.lni-facebook-fill::before {
  content: "\ec1a";
}
.lni-ethereum::before {
  content: "\ec1b";
}
.lni-envato::before {
  content: "\ec1c";
}
.lni-edge::before {
  content: "\ec1d";
}
.lni-drupal::before {
  content: "\ec1e";
}
.lni-drupal-original::before {
  content: "\ec1f";
}
.lni-dropbox::before {
  content: "\ec20";
}
.lni-dropbox-original::before {
  content: "\ec21";
}
.lni-dribbble::before {
  content: "\ec22";
}
.lni-docker::before {
  content: "\ec23";
}
.lni-discover::before {
  content: "\ec24";
}
.lni-discord::before {
  content: "\ec25";
}
.lni-discord-alt::before {
  content: "\ec26";
}
.lni-diners-club::before {
  content: "\ec27";
}
.lni-digitalocean::before {
  content: "\ec28";
}
.lni-dialogflow::before {
  content: "\ec29";
}
.lni-dev::before {
  content: "\ec2a";
}
.lni-css3::before {
  content: "\ec2b";
}
.lni-creative-commons::before {
  content: "\ec2c";
}
.lni-cpanel::before {
  content: "\ec2d";
}
.lni-coral::before {
  content: "\ec2e";
}
.lni-connectdevelop::before {
  content: "\ec2f";
}
.lni-coinbase::before {
  content: "\ec30";
}
.lni-codepen::before {
  content: "\ec31";
}
.lni-cloudflare::before {
  content: "\ec32";
}
.lni-cisco::before {
  content: "\ec33";
}
.lni-chromecast::before {
  content: "\ec34";
}
.lni-chrome::before {
  content: "\ec35";
}
.lni-cash-app::before {
  content: "\ec36";
}
.lni-btc::before {
  content: "\ec37";
}
.lni-brave::before {
  content: "\ec38";
}
.lni-bootstrap::before {
  content: "\ec39";
}
.lni-bootstrap-5::before {
  content: "\ec3a";
}
.lni-bmw::before {
  content: "\ec3b";
}
.lni-bluetooth-original::before {
  content: "\ec3c";
}
.lni-blogger::before {
  content: "\ec3d";
}
.lni-bittorrent::before {
  content: "\ec3e";
}
.lni-bitcoin::before {
  content: "\ec3f";
}
.lni-bitbucket::before {
  content: "\ec40";
}
.lni-behance::before {
  content: "\ec41";
}
.lni-behance-original::before {
  content: "\ec42";
}
.lni-azure::before {
  content: "\ec43";
}
.lni-aws::before {
  content: "\ec44";
}
.lni-audi::before {
  content: "\ec45";
}
.lni-atlassian::before {
  content: "\ec46";
}
.lni-apple-pay::before {
  content: "\ec47";
}
.lni-apple-music::before {
  content: "\ec48";
}
.lni-apple-brand::before {
  content: "\ec49";
}
.lni-app-store::before {
  content: "\ec4a";
}
.lni-angular::before {
  content: "\ec4b";
}
.lni-angellist::before {
  content: "\ec4c";
}
.lni-android::before {
  content: "\ec4d";
}
.lni-android-original::before {
  content: "\ec4e";
}
.lni-amex::before {
  content: "\ec4f";
}
.lni-amazon::before {
  content: "\ec50";
}
.lni-amazon-pay::before {
  content: "\ec51";
}
.lni-amazon-original::before {
  content: "\ec52";
}
.lni-airtable::before {
  content: "\ec53";
}
.lni-airbnb::before {
  content: "\ec54";
}
.lni-adobe::before {
  content: "\ec55";
}
.lni-500px::before {
  content: "\ec56";
}
.text-primary {
  color: var(--inn-primary) !important;
}
.text-secondary {
  color: var(--inn-secondary) !important;
}
.text-neutral {
  color: var(--inn-neutral) !important;
}
.text-white {
  color: white!important;
}
.text-black {
  color: black!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.add_font {
  font-family: var(--inn-head-font);
}
body {
  font-family: var(--inn-main-font);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--inn-head-font);
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.ce_image figure {
  margin-bottom: 0;
}
nav ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
section > div {
  margin-left: 0;
  margin-right: 0;
}
section .col_2 {
  margin-left: 0;
}
.flex-row {
  display: flex;
}
.flex-jc {
  justify-content: space-between;
}
.flex-al {
  align-items: center;
}
.sec-impressum .v-headline {
  margin-bottom: 30px!important;
}
.start-header-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-header-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 40vh;
}
@media only screen and (max-width: 767px) {
  .small-header-wrapper .header-image {
    max-width: 85%;
  }
}
.imp-logo {
  text-align: right;
  margin-left: auto;
}
.imp-logo img {
  width: auto;
  height: 104px;
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .imp-logo {
    margin: auto;
  }
}
img {
  width: 100%;
}
.v-centered {
  text-align: center;
}
.v-right {
  text-align: right;
}
.v-left {
  text-align: left;
}
.v-headline {
  font-family: var(--inn-main-font);
  margin-bottom: 30px;
}
.v-headline .v-headline-text-container {
  margin-top: 20px;
  max-width: 600px;
}
.v-headline.v-left .v-headline-text-container {
  margin-right: auto;
}
.v-headline.v-right .v-headline-text-container {
  margin-left: auto;
}
.v-headline.v-centered .v-headline-text-container {
  margin-left: auto;
  margin-right: auto;
}
.cookiebar {
  z-index: 9999999;
  background: var(--inn-neutral);
  font-family: var(--inn-main-font);
}
.cookiebar .cookiebar__button {
  background: var(--inn-primary);
}
.cookiebar {
  width: 20%;
  bottom: 0;
  left: 0;
}
.cookiebar .cookiebar__text,
.cookiebar .cookiebar__message {
  margin-right: 0;
}
.cookiebar .cookiebar__text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cookiebar {
    width: 100%;
  }
}
#page-image {
  position: relative;
}
#page-image .inside {
  max-width: 100%;
  padding: 0;
}
.v-button > a,
.buttons > a,
.v-button > a.button,
.buttons > a.button,
.v-button button,
.buttons button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.v-button > a:hover,
.buttons > a:hover,
.v-button > a.button:hover,
.buttons > a.button:hover,
.v-button button:hover,
.buttons button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.v-button.v-primary > a,
.buttons.v-primary > a,
.v-button.v-primary button,
.buttons.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.v-button.v-primary > a:hover,
.buttons.v-primary > a:hover,
.v-button.v-primary button:hover,
.buttons.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.v-button.v-secondary > a,
.buttons.v-secondary > a,
.v-button.v-secondary button,
.buttons.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.v-button.v-secondary > a:hover,
.buttons.v-secondary > a:hover,
.v-button.v-secondary button:hover,
.buttons.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.v-button.v-neutral > a,
.buttons.v-neutral > a,
.v-button.v-neutral button,
.buttons.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.v-button.v-neutral > a:hover,
.buttons.v-neutral > a:hover,
.v-button.v-neutral button:hover,
.buttons.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.v-button.v-white > a,
.buttons.v-white > a,
.v-button.v-white button,
.buttons.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.v-button.v-white > a:hover,
.buttons.v-white > a:hover,
.v-button.v-white button:hover,
.buttons.v-white button:hover {
  background: transparent;
  color: white;
}
/*swiper*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 1vw;
  height: 1vw;
  border: none;
  border-left: 0.1vw solid var(--inn-neutral);
  border-bottom: 0.1vw solid var(--inn-neutral);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  background: none;
  box-shadow: none;
}
.swiper-button-prev {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.v-swiper-under .swiper-button-next,
.v-swiper-under .swiper-button-prev {
  top: unset;
  bottom: 20%;
  left: 52%;
  margin-right: -1vw;
}
.v-swiper-under .swiper-button-prev {
  top: unset;
  bottom: 20%;
  left: unset;
  right: 52%;
  margin-left: -1vw;
}
.v-swiper-under .swiper-container {
  padding-bottom: 10%;
}
.swiper-container {
  padding-left: 30px;
  padding-right: 30px;
}
/*swiper-end*/
.datenschutz-checkbox {
  margin-bottom: 20px;
}
.datenschutz-checkbox a {
  color: var(--inn-neutral);
}
.datenschutz-checkbox input,
.datenschutz-checkbox label {
  display: inline-block;
  width: 5%;
  margin: 0px;
  height: auto;
}
.datenschutz-checkbox label {
  min-width: 70%;
  padding-top: 2px;
  vertical-align: bottom;
  font-size: 18px;
}
form input,
form textarea {
  border-color: var(--inn-neutral);
  color: var(--inn-neutral);
  border-width: 2px;
  border-style: solid;
  border-image: none!important;
  box-shadow: none!important;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  background: transparent;
}
form textarea {
  height: 240px;
  padding-top: 10px;
}
form .widget-select {
  position: relative;
}
form .widget-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: 20px;
  background: var(--inn-neutral);
  border: 2px solid var(--inn-neutral);
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: 100;
  background: transparent;
}
form .widget-select select::-ms-expand {
  display: none;
}
form .widget-select:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  pointer-events: none;
  color: var(--inn-neutral);
  font-weight: 900;
}
form .input-submit button {
  background: var(--inn-primary);
  padding: 5px 15px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  width: 100%;
  color: white;
}
form .input-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
form .datenschutz-checkbox {
  display: inline-block;
  width: 74%;
  font-size: 1vw;
  margin-bottom: 0;
}
.checkbox_container > input,
.datenschutz-checkbox > input,
.radio_container > input,
.option.radio > input {
  position: absolute;
  opacity: 0!important;
  display: none;
}
.checkbox_container > input + label,
.datenschutz-checkbox > input + label,
.radio_container > input + label,
.option.radio > input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox_container > input + label:before,
.datenschutz-checkbox > input + label:before,
.radio_container > input + label:before,
.option.radio > input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: 2px solid var(--inn-primary);
  margin-top: 3px;
}
.checkbox_container > input:hover + label:before,
.datenschutz-checkbox > input:hover + label:before,
.radio_container > input:hover + label:before,
.option.radio > input:hover + label:before {
  background: var(--inn-primary);
}
.checkbox_container > input:focus + label:before,
.datenschutz-checkbox > input:focus + label:before,
.radio_container > input:focus + label:before,
.option.radio > input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.checkbox_container > input:checked + label:before,
.datenschutz-checkbox > input:checked + label:before,
.radio_container > input:checked + label:before,
.option.radio > input:checked + label:before {
  background: var(--inn-primary);
}
.checkbox_container > input:disabled + label,
.datenschutz-checkbox > input:disabled + label,
.radio_container > input:disabled + label,
.option.radio > input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox_container > input:disabled + label:before,
.datenschutz-checkbox > input:disabled + label:before,
.radio_container > input:disabled + label:before,
.option.radio > input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox_container > input:checked + label:after,
.datenschutz-checkbox > input:checked + label:after,
.radio_container > input:checked + label:after,
.option.radio > input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox_container > label,
.datenschutz-checkbox > label,
.radio_container > label,
.option.radio > label {
  margin-right: 10px;
  margin-bottom: 30px;
}
.datenschutz-checkbox label {
  margin-bottom: 0;
}
.side-nav-container {
  position: fixed;
  left: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 99999999;
}
.side-nav-container a {
  padding: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  background: var(--inn-primary);
  color: white;
  margin-bottom: 20px;
  width: auto;
  margin-right: auto;
  align-items: center;
  height: 60px;
}
.side-nav-container a:hover {
  color: white;
}
.side-nav-container a:hover i,
.side-nav-container a:hover p {
  color: white;
}
.side-nav-container a i {
  font-size: 140%;
  line-height: 1;
}
.side-nav-container .side-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-nav-container .side-nav-text {
  white-space: nowrap;
  padding-right: 10px;
}
.side-nav-container .side-nav-text p {
  margin-bottom: 0;
}
.scroll-top-button {
  position: fixed;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}
.scroll-top-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: white;
  background: var(--inn-primary);
  font-size: 150%;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  border: 2px solid white;
}
@media only screen and (max-width: 767px) {
  .scroll-top-button {
    right: 10px;
    bottom: 10px;
  }
}
.scroll-top-button:hover {
  cursor: pointer;
}
.scroll-top-button.show-scroll-top {
  opacity: 1;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-size: var(--inn-body-font-size);
  font-weight: 100;
}
form {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.parallax {
  min-height: 30vw;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 1000px) {
  .parallax {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: unset;
  }
}
section {
  display: grid;
  grid-gap: 50px;
  max-width: 100%!important;
  overflow: hidden;
}
section > div {
  width: 100%!important;
  max-width: 100%;
  overflow: hidden;
}
section > div > div {
  width: 100%!important;
  height: 100%;
}
section.col-20x20x20x20x20 {
  grid-template-columns: 20fr 20fr 20fr 20fr 20fr;
}
section.col-25x25x25x25 {
  grid-template-columns: 25fr 25fr 25fr 25fr;
}
section.col-33x33x33 {
  grid-template-columns: 33fr 33fr 33fr;
}
section.col-50x50 {
  grid-template-columns: 50fr 50fr;
}
section.col-75x25 {
  grid-template-columns: 75fr 25fr;
}
section.col-25x75 {
  grid-template-columns: 25fr 75fr;
}
section.col-60x40 {
  grid-template-columns: 60fr 40fr;
}
section.col-40x60 {
  grid-template-columns: 40fr 60fr;
}
section.col-30x70 {
  grid-template-columns: 30fr 70fr;
}
section.col-33x66 {
  grid-template-columns: 33fr 66fr;
}
section.col-66x33 {
  grid-template-columns: 66fr 33fr;
}
section.col-70x30 {
  grid-template-columns: 30fr 70fr;
}
@media only screen and (max-width: 767px) {
  section {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
section > div {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section > div > div .ce_text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.background-image {
  display: flex;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 100%;
}
.accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  overflow: visible;
}
.accordion .card {
  background: transparent;
  overflow: visible;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  position: relative;
}
.accordion .card > div {
  overflow: visible;
}
.accordion .card:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 50px;
  background: var(--inn-secondary);
  left: -10px;
  top: 5px;
  z-index: -1;
  border-radius: 3px;
}
.accordion .card .card-header {
  padding: 0;
  background: var(--inn-primary);
  color: white;
  position: relative;
  z-index: 5;
  border-radius: 3px;
}
.accordion .card .card-header .btn-link {
  display: flex;
  color: white;
  position: relative;
  z-index: 6;
}
.accordion .card .card-header .btn-link:hover {
  text-decoration-color: var(--inn-primary) !important;
}
.accordion .card .card-header .btn-link .plus.icon {
  margin-right: 10px;
}
.accordion .card .card-header .btn-link .plus.icon i {
  color: white;
  font-size: 150%;
}
.accordion .card .card-header .btn-link .question {
  color: white;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .accordion .card .card-header .btn-link .question {
    font-size: 3.3vw;
  }
}
.accordion .card .card-body {
  position: relative;
  left: -10px;
  top: -35px;
  background: var(--inn-secondary);
  color: var(--inn-primary);
  padding-top: 45px;
}
.accordion.faq-page .card {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .accordion.faq-page .card {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .card {
    width: 100%;
  }
}
.mod_cms_accept_tags form > .tags > div .head input:checked + label {
  background: var(--inn-primary);
}
.mod_cms_accept_tags form .widget-submit button {
  background: var(--inn-primary);
  padding: 5px 15px;
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
  color: white;
}
.mod_cms_accept_tags form .widget-submit button:hover {
  color: var(--inn-primary);
  background: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.v-buttons {
  display: flex;
}
.v-buttons .v-button:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .v-buttons {
    flex-direction: column;
  }
  .v-buttons .v-button {
    margin-right: 0!important;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mod_dlh_googlemaps {
  max-width: 100%;
}
.mod_dlh_googlemaps .dlh_googlemap {
  max-width: 100%;
  position: relative;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps p {
  max-width: 600px;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps a[href="#"] {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: var(--inn-primary);
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: 0.5em;
}
.mod_dlh_googlemaps .dlh_googlemap #confirm-googlemaps a[href="#"]:hover {
  color: var(--inn-primary);
  background: transparent;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px!important;
  min-width: 60px!important;
  height: 34px!important;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: var(--inn-primary);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--inn-primary);
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: white;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--inn-primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: var(--inn-primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
  border: 2px solid var(--inn-primary);
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch.white .slider {
  background: var(--inn-primary);
  border-color: var(--inn-primary) !important;
}
.switch.white .slider:before {
  background: white;
}
.switch.white input:checked + .slider {
  background-color: white;
  border-color: var(--inn-primary) !important;
}
.switch.white input:checked + .slider:before {
  background: var(--inn-primary) !important;
}
.switch.white input:focus + .slider {
  box-shadow: 0 0 1px white;
}
.switch.white input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: white;
}
.full-form .formbody {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.full-form .formbody .widget.select-gender {
  width: 15%;
  margin-right: 1%;
}
.full-form .formbody .widget.input-firstname {
  width: 32%;
  margin-right: 4%;
}
.full-form .formbody .widget.input-lastname {
  width: 48%;
}
.full-form .formbody .widget.input-street {
  width: 48%;
  margin-right: 4%;
}
.full-form .formbody .widget.input-plz,
.full-form .formbody .widget.input-wunschtermin {
  margin-right: 2%;
}
.full-form .formbody .widget.input-plz,
.full-form .formbody .widget.input-city,
.full-form .formbody .widget.input-wunschtermin,
.full-form .formbody .widget.input-alternativtermin {
  width: 23%;
}
.full-form .formbody .widget.input-mail {
  width: 48%;
  margin-right: 4%;
}
.full-form .formbody .widget.input-phone {
  width: 48%;
}
.full-form .formbody .widget.input-betreff {
  width: 100%;
}
.full-form .formbody .widget.input-msg {
  width: 100%;
}
.full-form .formbody .widget.input-grund {
  width: 48%;
  margin-right: 4%;
}
.full-form .formbody .widget.widget-fineuploader {
  width: 40%;
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: 5px 5px;
  color: var(--inn-primary);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-width: 4px!important;
  padding: 15px 30px!important;
  min-width: 12em!important;
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector:hover {
  color: white;
  background: var(--inn-primary);
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector {
    display: inline-block;
    border: 2px solid var(--inn-primary);
    padding: 5px 5px;
    color: white;
    background: var(--inn-primary);
    transition: 0.5s all ease-in-out;
    z-index: 9999;
    min-width: 10em;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    border-radius: 0.5em;
    width: 100%;
    border-radius: 10px;
    padding: 10px 60px;
    min-width: 8em;
  }
  .full-form .formbody .widget.widget-fineuploader .qq-upload-button-selector:hover {
    color: var(--inn-primary);
    background: transparent;
  }
}
.full-form .formbody .widget.widget-fineuploader .values-container .values-list li .fineuploader-item {
  display: flex;
}
.full-form .formbody .widget.widget-fineuploader .values-container .values-list li .fineuploader-item .content {
  display: flex;
}
.full-form .formbody .widget.widget-fineuploader .values-container .values-list li .fineuploader-item .content img {
  width: inherit!important;
}
.full-form .formbody .widget.widget-fineuploader .qq-upload-success {
  display: none;
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .widget {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
  }
}
.full-form .formbody .datenschutz-checkbox {
  width: 40%!important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .datenschutz-checkbox {
    margin-bottom: 10px!important;
    margin-top: 20px!important;
  }
}
@media only screen and (max-width: 767px) {
  .full-form .formbody .datenschutz-checkbox {
    align-items: center;
    width: 100%!important;
    font-size: 100%!important;
  }
  .full-form .formbody .datenschutz-checkbox label {
    font-size: 70%;
    width: 100%;
  }
}
.full-form .formbody .widget.widget-submit {
  width: 20%;
  display: flex;
}
.full-form .formbody .widget.widget-submit button {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: 5px 5px;
  color: var(--inn-primary);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  padding: 10px 30px!important;
  min-width: 12em!important;
  text-transform: uppercase;
  font-family: var(--inn-head-font);
}
.full-form .formbody .widget.widget-submit button:hover {
  color: white;
  background: var(--inn-primary);
}
div.widget-calendar {
  position: relative;
}
div.widget-calendar img {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 5px;
}
.icons-container a {
  display: flex;
}
.icons-container a p {
  margin-bottom: 0;
}
.icons-container a.type-image-icon.hover-image-icon .hover-icon-img {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.icons-container a.type-image-icon.hover-image-icon:hover .hover-icon-img {
  opacity: 1;
}
.gallery-thumbs {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .gallery-thumbs {
    display: none;
  }
}
.gallery-thumbs .swiper-wrapper {
  display: grid!important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.gallery-thumbs .swiper-slide {
  min-height: 100px;
  width: 100%!important;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  display: none!important;
}
#maps .inside {
  max-width: 100%!important;
  padding: 0!important;
}
#maps .inside .mod_dlh_googlemaps,
#maps .inside .dlh_googlemap {
  max-width: 100%!important;
  width: 100%!important;
}
.mt-xxl {
  margin-top: 150px!important;
}
.mt-xl {
  margin-top: 100px!important;
}
.mt-l {
  margin-top: 80px!important;
}
.mt-m {
  margin-top: 60px!important;
}
.mt-s {
  margin-top: 40px!important;
}
.mt-xs {
  margin-top: 30px!important;
}
.mt-xxs {
  margin-top: 20px!important;
}
.mb-xxl {
  margin-bottom: 150px!important;
}
.mb-xl {
  margin-bottom: 100px!important;
}
.mb-l {
  margin-bottom: 80px!important;
}
.mb-m {
  margin-bottom: 60px!important;
}
.mb-s {
  margin-bottom: 40px!important;
}
.mb-xs {
  margin-bottom: 30px!important;
}
.mb-xxs {
  margin-bottom: 20px!important;
}
.pt-xxl {
  padding-top: 1100px!important;
}
.pt-xl {
  padding-top: 150px!important;
}
.pt-l {
  padding-top: 120px!important;
}
.pt-m {
  padding-top: 100px!important;
}
.pt-s {
  padding-top: 90px!important;
}
.pt-xs {
  padding-top: 60px!important;
}
.pt-xxs {
  padding-top: 30px!important;
}
.pb-xxl {
  padding-bottom: 1100px!important;
}
.pb-xl {
  padding-bottom: 150px!important;
}
.pb-l {
  padding-bottom: 120px!important;
}
.pb-m {
  padding-bottom: 100px!important;
}
.pb-s {
  padding-bottom: 90px!important;
}
.pb-xs {
  padding-bottom: 60px!important;
}
.pb-xxs {
  padding-bottom: 30px!important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 60px !important;
}
.mt-60 {
  margin-top: 80px !important;
}
.mt-70 {
  margin-top: 100px !important;
}
.mt-80 {
  margin-top: 150px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 180px !important;
}
.mt-170 {
  margin-top: 1100px !important;
}
.mt-180 {
  margin-top: 1150px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 60px !important;
}
.mb-60 {
  margin-bottom: 80px !important;
}
.mb-70 {
  margin-bottom: 100px !important;
}
.mb-80 {
  margin-bottom: 150px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 180px !important;
}
.mb-170 {
  margin-bottom: 1100px !important;
}
.mb-180 {
  margin-bottom: 1150px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 60px !important;
}
.pt-60 {
  padding-top: 80px !important;
}
.pt-70 {
  padding-top: 100px !important;
}
.pt-80 {
  padding-top: 150px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 180px !important;
}
.pt-170 {
  padding-top: 1100px !important;
}
.pt-180 {
  padding-top: 1150px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 60px !important;
}
.pb-60 {
  padding-bottom: 80px !important;
}
.pb-70 {
  padding-bottom: 100px !important;
}
.pb-80 {
  padding-bottom: 150px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 180px !important;
}
.pb-170 {
  padding-bottom: 1100px !important;
}
.pb-180 {
  padding-bottom: 1150px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 60px !important;
}
.p-60 {
  padding: 80px !important;
}
.p-70 {
  padding: 100px !important;
}
.p-80 {
  padding: 150px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 180px !important;
}
.p-170 {
  padding: 1100px !important;
}
.p-180 {
  padding: 1150px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}
.m-0 {
  margin: 0 !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mt-xxl {
    margin-top: 60px!important;
  }
  .mt-xl {
    margin-top: 50px!important;
  }
  .mt-l {
    margin-top: 40px!important;
  }
  .mt-m {
    margin-top: 30px!important;
  }
  .mt-s {
    margin-top: 25px!important;
  }
  .mt-xs {
    margin-top: 25px!important;
  }
  .mt-xxs {
    margin-top: 25px!important;
  }
  .mb-xxl {
    margin-bottom: 60px!important;
  }
  .mb-xl {
    margin-bottom: 50px!important;
  }
  .mb-l {
    margin-bottom: 40px!important;
  }
  .mb-m {
    margin-bottom: 30px!important;
  }
  .mb-s {
    margin-bottom: 25px!important;
  }
  .mb-xs {
    margin-bottom: 25px!important;
  }
  .mb-xxs {
    margin-bottom: 25px!important;
  }
  .pt-xxl {
    padding-top: 130px!important;
  }
  .pt-xl {
    padding-top: 110px!important;
  }
  .pt-l {
    padding-top: 100px!important;
  }
  .pt-m {
    padding-top: 80px!important;
  }
  .pt-s {
    padding-top: 70px!important;
  }
  .pt-xs {
    padding-top: 40px!important;
  }
  .pt-xxs {
    padding-top: 30px!important;
  }
  .pb-xxl {
    padding-bottom: 130px!important;
  }
  .pb-xl {
    padding-bottom: 110px!important;
  }
  .pb-l {
    padding-bottom: 100px!important;
  }
  .pb-m {
    padding-bottom: 80px!important;
  }
  .pb-s {
    padding-bottom: 70px!important;
  }
  .pb-xs {
    padding-bottom: 40px!important;
  }
  .pb-xxs {
    padding-bottom: 30px!important;
  }
  .mt-0-t {
    margin-top: 0 !important;
  }
  .mt-5-t {
    margin-top: 5px !important;
  }
  .mt-10-t {
    margin-top: 10px !important;
  }
  .mt-20-t {
    margin-top: 20px !important;
  }
  .mt-30-t {
    margin-top: 30px !important;
  }
  .mt-40-t {
    margin-top: 40px !important;
  }
  .mt-50-t {
    margin-top: 50px !important;
  }
  .mt-60-t {
    margin-top: 60px !important;
  }
  .mt-70-t {
    margin-top: 70px !important;
  }
  .mt-80-t {
    margin-top: 80px !important;
  }
  .mt-90-t {
    margin-top: 90px !important;
  }
  .mt-100-t {
    margin-top: 100px !important;
  }
  .mt-110-t {
    margin-top: 110px !important;
  }
  .mt-120-t {
    margin-top: 120px !important;
  }
  .mt-130-t {
    margin-top: 130px !important;
  }
  .mt-140-t {
    margin-top: 140px !important;
  }
  .mt-150-t {
    margin-top: 150px !important;
  }
  .mt-160-t {
    margin-top: 160px !important;
  }
  .mt-170-t {
    margin-top: 170px !important;
  }
  .mt-180-t {
    margin-top: 180px !important;
  }
  .mt-190-t {
    margin-top: 190px !important;
  }
  .mt-200-t {
    margin-top: 200px !important;
  }
  .mb-0-t {
    margin-bottom: 0 !important;
  }
  .mb-5-t {
    margin-bottom: 5px !important;
  }
  .mb-10-t {
    margin-bottom: 10px !important;
  }
  .mb-20-t {
    margin-bottom: 20px !important;
  }
  .mb-30-t {
    margin-bottom: 30px !important;
  }
  .mb-40-t {
    margin-bottom: 40px !important;
  }
  .mb-50-t {
    margin-bottom: 50px !important;
  }
  .mb-60-t {
    margin-bottom: 60px !important;
  }
  .mb-70-t {
    margin-bottom: 70px !important;
  }
  .mb-80-t {
    margin-bottom: 80px !important;
  }
  .mb-90-t {
    margin-bottom: 90px !important;
  }
  .mb-100-t {
    margin-bottom: 100px !important;
  }
  .mb-110-t {
    margin-bottom: 110px !important;
  }
  .mb-120-t {
    margin-bottom: 120px !important;
  }
  .mb-130-t {
    margin-bottom: 130px !important;
  }
  .mb-140-t {
    margin-bottom: 140px !important;
  }
  .mb-150-t {
    margin-bottom: 150px !important;
  }
  .mb-160-t {
    margin-bottom: 160px !important;
  }
  .mb-170-t {
    margin-bottom: 170px !important;
  }
  .mb-180-t {
    margin-bottom: 180px !important;
  }
  .mb-190-t {
    margin-bottom: 190px !important;
  }
  .mb-200-t {
    margin-bottom: 200px !important;
  }
  .pt-0-t {
    padding-top: 0 !important;
  }
  .pt-5-t {
    padding-top: 5px !important;
  }
  .pt-10-t {
    padding-top: 10px !important;
  }
  .pt-20-t {
    padding-top: 20px !important;
  }
  .pt-30-t {
    padding-top: 30px !important;
  }
  .pt-40-t {
    padding-top: 40px !important;
  }
  .pt-50-t {
    padding-top: 50px !important;
  }
  .pt-60-t {
    padding-top: 60px !important;
  }
  .pt-70-t {
    padding-top: 70px !important;
  }
  .pt-80-t {
    padding-top: 80px !important;
  }
  .pt-90-t {
    padding-top: 90px !important;
  }
  .pt-100-t {
    padding-top: 100px !important;
  }
  .pt-110-t {
    padding-top: 110px !important;
  }
  .pt-120-t {
    padding-top: 120px !important;
  }
  .pt-130-t {
    padding-top: 130px !important;
  }
  .pt-140-t {
    padding-top: 140px !important;
  }
  .pt-150-t {
    padding-top: 150px !important;
  }
  .pt-160-t {
    padding-top: 160px !important;
  }
  .pt-170-t {
    padding-top: 170px !important;
  }
  .pt-180-t {
    padding-top: 180px !important;
  }
  .pt-190-t {
    padding-top: 190px !important;
  }
  .pt-200-t {
    padding-top: 200px !important;
  }
  .pb-0-t {
    padding-bottom: 0 !important;
  }
  .pb-5-t {
    padding-bottom: 5px !important;
  }
  .pb-10-t {
    padding-bottom: 10px !important;
  }
  .pb-20-t {
    padding-bottom: 20px !important;
  }
  .pb-30-t {
    padding-bottom: 30px !important;
  }
  .pb-40-t {
    padding-bottom: 40px !important;
  }
  .pb-50-t {
    padding-bottom: 50px !important;
  }
  .pb-60-t {
    padding-bottom: 60px !important;
  }
  .pb-70-t {
    padding-bottom: 70px !important;
  }
  .pb-80-t {
    padding-bottom: 80px !important;
  }
  .pb-90-t {
    padding-bottom: 90px !important;
  }
  .pb-100-t {
    padding-bottom: 100px !important;
  }
  .pb-110-t {
    padding-bottom: 110px !important;
  }
  .pb-120-t {
    padding-bottom: 120px !important;
  }
  .pb-130-t {
    padding-bottom: 130px !important;
  }
  .pb-140-t {
    padding-bottom: 140px !important;
  }
  .pb-150-t {
    padding-bottom: 150px !important;
  }
  .pb-160-t {
    padding-bottom: 160px !important;
  }
  .pb-170-t {
    padding-bottom: 170px !important;
  }
  .pb-180-t {
    padding-bottom: 180px !important;
  }
  .pb-190-t {
    padding-bottom: 190px !important;
  }
  .pb-200-t {
    padding-bottom: 200px !important;
  }
  .p-0-t {
    padding: 0 !important;
  }
  .p-5-t {
    padding: 5px !important;
  }
  .p-10-t {
    padding: 10px !important;
  }
  .p-20-t {
    padding: 20px !important;
  }
  .p-30-t {
    padding: 30px !important;
  }
  .p-40-t {
    padding: 40px !important;
  }
  .p-50-t {
    padding: 50px !important;
  }
  .p-60-t {
    padding: 60px !important;
  }
  .p-70-t {
    padding: 70px !important;
  }
  .p-80-t {
    padding: 80px !important;
  }
  .p-90-t {
    padding: 90px !important;
  }
  .p-100-t {
    padding: 100px !important;
  }
  .p-110-t {
    padding: 110px !important;
  }
  .p-120-t {
    padding: 120px !important;
  }
  .p-130-t {
    padding: 130px !important;
  }
  .p-140-t {
    padding: 140px !important;
  }
  .p-150-t {
    padding: 150px !important;
  }
  .p-160-t {
    padding: 160px !important;
  }
  .p-170-t {
    padding: 170px !important;
  }
  .p-180-t {
    padding: 180px !important;
  }
  .p-190-t {
    padding: 190px !important;
  }
  .p-200-t {
    padding: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mt-xxl {
    margin-top: 50px!important;
  }
  .mt-xl {
    margin-top: 40px!important;
  }
  .mt-l {
    margin-top: 30px!important;
  }
  .mt-m {
    margin-top: 25px!important;
  }
  .mt-s {
    margin-top: 20px!important;
  }
  .mt-xs {
    margin-top: 25px!important;
  }
  .mt-xxs {
    margin-top: 25px!important;
  }
  .mb-xxl {
    margin-bottom: 50px!important;
  }
  .mb-xl {
    margin-bottom: 40px!important;
  }
  .mb-l {
    margin-bottom: 30px!important;
  }
  .mb-m {
    margin-bottom: 25px!important;
  }
  .mb-s {
    margin-bottom: 20px!important;
  }
  .mb-xs {
    margin-bottom: 25px!important;
  }
  .mb-xxs {
    margin-bottom: 25px!important;
  }
  .pt-xxl {
    padding-top: 80px!important;
  }
  .pt-xl {
    padding-top: 70px!important;
  }
  .pt-l {
    padding-top: 70px!important;
  }
  .pt-m {
    padding-top: 60px!important;
  }
  .pt-s {
    padding-top: 50px!important;
  }
  .pt-xs {
    padding-top: 40px!important;
  }
  .pt-xxs {
    padding-top: 30px!important;
  }
  .pb-xxl {
    padding-bottom: 80px!important;
  }
  .pb-xl {
    padding-bottom: 70px!important;
  }
  .pb-l {
    padding-bottom: 70px!important;
  }
  .pb-m {
    padding-bottom: 60px!important;
  }
  .pb-s {
    padding-bottom: 50px!important;
  }
  .pb-xs {
    padding-bottom: 40px!important;
  }
  .pb-xxs {
    padding-bottom: 30px!important;
  }
  .mt-xxl-m {
    margin-top: 80px!important;
  }
  .mt-xl-m {
    margin-top: 70px!important;
  }
  .mt-l-m {
    margin-top: 60px!important;
  }
  .mt-m-m {
    margin-top: 45px!important;
  }
  .mt-m-m {
    margin-top: 35px!important;
  }
  .mt-xs-m {
    margin-top: 25px!important;
  }
  .mt-xxs-m {
    margin-top: 20px!important;
  }
  .mt-no-m {
    margin-top: 0px!important;
  }
  .mb-xxl-m {
    margin-bottom: 80px!important;
  }
  .mb-xl-m {
    margin-bottom: 70px!important;
  }
  .mb-l-m {
    margin-bottom: 60px!important;
  }
  .mb-m-m {
    margin-bottom: 45px!important;
  }
  .mb-m-m {
    margin-bottom: 35px!important;
  }
  .mb-xs-m {
    margin-bottom: 25px!important;
  }
  .mb-xxs-m {
    margin-bottom: 20px!important;
  }
  .mb-no-m {
    margin-bottom: 0px!important;
  }
  .mt-0-m {
    margin-top: 0 !important;
  }
  .mt-5-m {
    margin-top: 5px !important;
  }
  .mt-10-m {
    margin-top: 10px !important;
  }
  .mt-20-m {
    margin-top: 20px !important;
  }
  .mt-30-m {
    margin-top: 30px !important;
  }
  .mt-40-m {
    margin-top: 40px !important;
  }
  .mt-50-m {
    margin-top: 50px !important;
  }
  .mt-60-m {
    margin-top: 60px !important;
  }
  .mt-70-m {
    margin-top: 70px !important;
  }
  .mt-80-m {
    margin-top: 80px !important;
  }
  .mt-90-m {
    margin-top: 90px !important;
  }
  .mt-100-m {
    margin-top: 100px !important;
  }
  .mt-110-m {
    margin-top: 110px !important;
  }
  .mt-120-m {
    margin-top: 120px !important;
  }
  .mt-130-m {
    margin-top: 130px !important;
  }
  .mt-140-m {
    margin-top: 140px !important;
  }
  .mt-150-m {
    margin-top: 150px !important;
  }
  .mt-160-m {
    margin-top: 160px !important;
  }
  .mt-170-m {
    margin-top: 170px !important;
  }
  .mt-180-m {
    margin-top: 180px !important;
  }
  .mt-190-m {
    margin-top: 190px !important;
  }
  .mt-200-m {
    margin-top: 200px !important;
  }
  .mb-0-m {
    margin-bottom: 0 !important;
  }
  .mb-5-m {
    margin-bottom: 5px !important;
  }
  .mb-10-m {
    margin-bottom: 10px !important;
  }
  .mb-20-m {
    margin-bottom: 20px !important;
  }
  .mb-30-m {
    margin-bottom: 30px !important;
  }
  .mb-40-m {
    margin-bottom: 40px !important;
  }
  .mb-50-m {
    margin-bottom: 50px !important;
  }
  .mb-60-m {
    margin-bottom: 60px !important;
  }
  .mb-70-m {
    margin-bottom: 70px !important;
  }
  .mb-80-m {
    margin-bottom: 80px !important;
  }
  .mb-90-m {
    margin-bottom: 90px !important;
  }
  .mb-100-m {
    margin-bottom: 100px !important;
  }
  .mb-110-m {
    margin-bottom: 110px !important;
  }
  .mb-120-m {
    margin-bottom: 120px !important;
  }
  .mb-130-m {
    margin-bottom: 130px !important;
  }
  .mb-140-m {
    margin-bottom: 140px !important;
  }
  .mb-150-m {
    margin-bottom: 150px !important;
  }
  .mb-160-m {
    margin-bottom: 160px !important;
  }
  .mb-170-m {
    margin-bottom: 170px !important;
  }
  .mb-180-m {
    margin-bottom: 180px !important;
  }
  .mb-190-m {
    margin-bottom: 190px !important;
  }
  .mb-200-m {
    margin-bottom: 200px !important;
  }
  .pt-0-m {
    padding-top: 0 !important;
  }
  .pt-5-m {
    padding-top: 5px !important;
  }
  .pt-10-m {
    padding-top: 10px !important;
  }
  .pt-20-m {
    padding-top: 20px !important;
  }
  .pt-30-m {
    padding-top: 30px !important;
  }
  .pt-40-m {
    padding-top: 40px !important;
  }
  .pt-50-m {
    padding-top: 50px !important;
  }
  .pt-60-m {
    padding-top: 60px !important;
  }
  .pt-70-m {
    padding-top: 70px !important;
  }
  .pt-80-m {
    padding-top: 80px !important;
  }
  .pt-90-m {
    padding-top: 90px !important;
  }
  .pt-100-m {
    padding-top: 100px !important;
  }
  .pt-110-m {
    padding-top: 110px !important;
  }
  .pt-120-m {
    padding-top: 120px !important;
  }
  .pt-130-m {
    padding-top: 130px !important;
  }
  .pt-140-m {
    padding-top: 140px !important;
  }
  .pt-150-m {
    padding-top: 150px !important;
  }
  .pt-160-m {
    padding-top: 160px !important;
  }
  .pt-170-m {
    padding-top: 170px !important;
  }
  .pt-180-m {
    padding-top: 180px !important;
  }
  .pt-190-m {
    padding-top: 190px !important;
  }
  .pt-200-m {
    padding-top: 200px !important;
  }
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-5-m {
    padding-bottom: 5px !important;
  }
  .pb-10-m {
    padding-bottom: 10px !important;
  }
  .pb-20-m {
    padding-bottom: 20px !important;
  }
  .pb-30-m {
    padding-bottom: 30px !important;
  }
  .pb-40-m {
    padding-bottom: 40px !important;
  }
  .pb-50-m {
    padding-bottom: 50px !important;
  }
  .pb-60-m {
    padding-bottom: 60px !important;
  }
  .pb-70-m {
    padding-bottom: 70px !important;
  }
  .pb-80-m {
    padding-bottom: 80px !important;
  }
  .pb-90-m {
    padding-bottom: 90px !important;
  }
  .pb-100-m {
    padding-bottom: 100px !important;
  }
  .pb-110-m {
    padding-bottom: 110px !important;
  }
  .pb-120-m {
    padding-bottom: 120px !important;
  }
  .pb-130-m {
    padding-bottom: 130px !important;
  }
  .pb-140-m {
    padding-bottom: 140px !important;
  }
  .pb-150-m {
    padding-bottom: 150px !important;
  }
  .pb-160-m {
    padding-bottom: 160px !important;
  }
  .pb-170-m {
    padding-bottom: 170px !important;
  }
  .pb-180-m {
    padding-bottom: 180px !important;
  }
  .pb-190-m {
    padding-bottom: 190px !important;
  }
  .pb-200-m {
    padding-bottom: 200px !important;
  }
  .p-0-m {
    padding: 0 !important;
  }
  .p-5-m {
    padding: 5px !important;
  }
  .p-10-m {
    padding: 10px !important;
  }
  .p-20-m {
    padding: 20px !important;
  }
  .p-30-m {
    padding: 30px !important;
  }
  .p-40-m {
    padding: 40px !important;
  }
  .p-50-m {
    padding: 50px !important;
  }
  .p-60-m {
    padding: 60px !important;
  }
  .p-70-m {
    padding: 70px !important;
  }
  .p-80-m {
    padding: 80px !important;
  }
  .p-90-m {
    padding: 90px !important;
  }
  .p-100-m {
    padding: 100px !important;
  }
  .p-110-m {
    padding: 110px !important;
  }
  .p-120-m {
    padding: 120px !important;
  }
  .p-130-m {
    padding: 130px !important;
  }
  .p-140-m {
    padding: 140px !important;
  }
  .p-150-m {
    padding: 150px !important;
  }
  .p-160-m {
    padding: 160px !important;
  }
  .p-170-m {
    padding: 170px !important;
  }
  .p-180-m {
    padding: 180px !important;
  }
  .p-190-m {
    padding: 190px !important;
  }
  .p-200-m {
    padding: 200px !important;
  }
}
.show-lines-1 .inner-text-container {
  max-height: 1.32em;
}
.show-lines-2 .inner-text-container {
  max-height: 2.64em;
}
.show-lines-3 .inner-text-container {
  max-height: 3.96em;
}
.show-lines-4 .inner-text-container {
  max-height: 5.28em;
}
.show-lines-5 .inner-text-container {
  max-height: 6.6em;
}
.show-lines-6 .inner-text-container {
  max-height: 7.92em;
}
.show-lines-7 .inner-text-container {
  max-height: 9.24em;
}
.show-lines-8 .inner-text-container {
  max-height: 10.56em;
}
.show-lines-9 .inner-text-container {
  max-height: 11.88em;
}
.show-lines-10 .inner-text-container {
  max-height: 13.2em;
}
.show-lines-11 .inner-text-container {
  max-height: 14.52em;
}
.show-lines-12 .inner-text-container {
  max-height: 15.84em;
}
.show-lines-13 .inner-text-container {
  max-height: 17.16em;
}
.show-lines-14 .inner-text-container {
  max-height: 18.48em;
}
.show-lines-15 .inner-text-container {
  max-height: 19.8em;
}
.show-lines-16 .inner-text-container {
  max-height: 21.12em;
}
.show-lines-17 .inner-text-container {
  max-height: 22.44em;
}
.show-lines-18 .inner-text-container {
  max-height: 23.76em;
}
.show-lines-19 .inner-text-container {
  max-height: 25.08em;
}
.show-lines-20 .inner-text-container {
  max-height: 26.4em;
}
.show-lines-21 .inner-text-container {
  max-height: 27.72em;
}
.show-lines-22 .inner-text-container {
  max-height: 29.04em;
}
.show-lines-23 .inner-text-container {
  max-height: 30.36em;
}
.show-lines-24 .inner-text-container {
  max-height: 31.68em;
}
.show-lines-25 .inner-text-container {
  max-height: 33em;
}
.show-lines-26 .inner-text-container {
  max-height: 34.32em;
}
.show-lines-27 .inner-text-container {
  max-height: 35.64em;
}
.show-lines-28 .inner-text-container {
  max-height: 36.96em;
}
.show-lines-29 .inner-text-container {
  max-height: 38.28em;
}
.show-lines-30 .inner-text-container {
  max-height: 39.6em;
}
.show-lines-31 .inner-text-container {
  max-height: 40.92em;
}
.show-lines-32 .inner-text-container {
  max-height: 42.24em;
}
.show-lines-33 .inner-text-container {
  max-height: 43.56em;
}
.show-lines-34 .inner-text-container {
  max-height: 44.88em;
}
.show-lines-35 .inner-text-container {
  max-height: 46.2em;
}
.show-lines-36 .inner-text-container {
  max-height: 47.52em;
}
.show-lines-37 .inner-text-container {
  max-height: 48.84em;
}
.show-lines-38 .inner-text-container {
  max-height: 50.16em;
}
.show-lines-39 .inner-text-container {
  max-height: 51.48em;
}
.show-lines-40 .inner-text-container {
  max-height: 52.8em;
}
.show-lines-41 .inner-text-container {
  max-height: 54.12em;
}
.show-lines-42 .inner-text-container {
  max-height: 55.44em;
}
.show-lines-43 .inner-text-container {
  max-height: 56.76em;
}
.show-lines-44 .inner-text-container {
  max-height: 58.08em;
}
.show-lines-45 .inner-text-container {
  max-height: 59.4em;
}
.show-lines-46 .inner-text-container {
  max-height: 60.72em;
}
.show-lines-47 .inner-text-container {
  max-height: 62.04em;
}
.show-lines-48 .inner-text-container {
  max-height: 63.36em;
}
.show-lines-49 .inner-text-container {
  max-height: 64.68em;
}
.show-lines-50 .inner-text-container {
  max-height: 66em;
}
.show-lines-51 .inner-text-container {
  max-height: 67.32em;
}
.show-lines-52 .inner-text-container {
  max-height: 68.64em;
}
.show-lines-53 .inner-text-container {
  max-height: 69.96em;
}
.show-lines-54 .inner-text-container {
  max-height: 71.28em;
}
.show-lines-55 .inner-text-container {
  max-height: 72.6em;
}
.show-lines-56 .inner-text-container {
  max-height: 73.92em;
}
.show-lines-57 .inner-text-container {
  max-height: 75.24em;
}
.show-lines-58 .inner-text-container {
  max-height: 76.56em;
}
.show-lines-59 .inner-text-container {
  max-height: 77.88em;
}
.show-lines-60 .inner-text-container {
  max-height: 79.2em;
}
.show-lines-61 .inner-text-container {
  max-height: 80.52em;
}
.show-lines-62 .inner-text-container {
  max-height: 81.84em;
}
.show-lines-63 .inner-text-container {
  max-height: 83.16em;
}
.show-lines-64 .inner-text-container {
  max-height: 84.48em;
}
.show-lines-65 .inner-text-container {
  max-height: 85.8em;
}
.show-lines-66 .inner-text-container {
  max-height: 87.12em;
}
.show-lines-67 .inner-text-container {
  max-height: 88.44em;
}
.show-lines-68 .inner-text-container {
  max-height: 89.76em;
}
.show-lines-69 .inner-text-container {
  max-height: 91.08em;
}
.show-lines-70 .inner-text-container {
  max-height: 92.4em;
}
.show-lines-71 .inner-text-container {
  max-height: 93.72em;
}
.show-lines-72 .inner-text-container {
  max-height: 95.04em;
}
.show-lines-73 .inner-text-container {
  max-height: 96.36em;
}
.show-lines-74 .inner-text-container {
  max-height: 97.68em;
}
.show-lines-75 .inner-text-container {
  max-height: 99em;
}
.show-lines-76 .inner-text-container {
  max-height: 100.32em;
}
.show-lines-77 .inner-text-container {
  max-height: 101.64em;
}
.show-lines-78 .inner-text-container {
  max-height: 102.96em;
}
.show-lines-79 .inner-text-container {
  max-height: 104.28em;
}
.show-lines-80 .inner-text-container {
  max-height: 105.6em;
}
.show-lines-81 .inner-text-container {
  max-height: 106.92em;
}
.show-lines-82 .inner-text-container {
  max-height: 108.24em;
}
.show-lines-83 .inner-text-container {
  max-height: 109.56em;
}
.show-lines-84 .inner-text-container {
  max-height: 110.88em;
}
.show-lines-85 .inner-text-container {
  max-height: 112.2em;
}
.show-lines-86 .inner-text-container {
  max-height: 113.52em;
}
.show-lines-87 .inner-text-container {
  max-height: 114.84em;
}
.show-lines-88 .inner-text-container {
  max-height: 116.16em;
}
.show-lines-89 .inner-text-container {
  max-height: 117.48em;
}
.show-lines-90 .inner-text-container {
  max-height: 118.8em;
}
.show-lines-91 .inner-text-container {
  max-height: 120.12em;
}
.show-lines-92 .inner-text-container {
  max-height: 121.44em;
}
.show-lines-93 .inner-text-container {
  max-height: 122.76em;
}
.show-lines-94 .inner-text-container {
  max-height: 124.08em;
}
.show-lines-95 .inner-text-container {
  max-height: 125.4em;
}
.show-lines-96 .inner-text-container {
  max-height: 126.72em;
}
.show-lines-97 .inner-text-container {
  max-height: 128.04em;
}
.show-lines-98 .inner-text-container {
  max-height: 129.36em;
}
.show-lines-99 .inner-text-container {
  max-height: 130.68em;
}
.show-lines-100 .inner-text-container {
  max-height: 132em;
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-1 .inner-text-container {
    max-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-2 .inner-text-container {
    max-height: 2.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-3 .inner-text-container {
    max-height: 3.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-4 .inner-text-container {
    max-height: 4.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-5 .inner-text-container {
    max-height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-6 .inner-text-container {
    max-height: 7.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-7 .inner-text-container {
    max-height: 8.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-8 .inner-text-container {
    max-height: 9.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-9 .inner-text-container {
    max-height: 10.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-10 .inner-text-container {
    max-height: 12em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-11 .inner-text-container {
    max-height: 13.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-12 .inner-text-container {
    max-height: 14.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-13 .inner-text-container {
    max-height: 15.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-14 .inner-text-container {
    max-height: 16.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-15 .inner-text-container {
    max-height: 18em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-16 .inner-text-container {
    max-height: 19.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-17 .inner-text-container {
    max-height: 20.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-18 .inner-text-container {
    max-height: 21.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-19 .inner-text-container {
    max-height: 22.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-20 .inner-text-container {
    max-height: 24em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-21 .inner-text-container {
    max-height: 25.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-22 .inner-text-container {
    max-height: 26.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-23 .inner-text-container {
    max-height: 27.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-24 .inner-text-container {
    max-height: 28.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-25 .inner-text-container {
    max-height: 30em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-26 .inner-text-container {
    max-height: 31.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-27 .inner-text-container {
    max-height: 32.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-28 .inner-text-container {
    max-height: 33.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-29 .inner-text-container {
    max-height: 34.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-30 .inner-text-container {
    max-height: 36em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-31 .inner-text-container {
    max-height: 37.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-32 .inner-text-container {
    max-height: 38.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-33 .inner-text-container {
    max-height: 39.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-34 .inner-text-container {
    max-height: 40.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-35 .inner-text-container {
    max-height: 42em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-36 .inner-text-container {
    max-height: 43.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-37 .inner-text-container {
    max-height: 44.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-38 .inner-text-container {
    max-height: 45.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-39 .inner-text-container {
    max-height: 46.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-40 .inner-text-container {
    max-height: 48em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-41 .inner-text-container {
    max-height: 49.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-42 .inner-text-container {
    max-height: 50.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-43 .inner-text-container {
    max-height: 51.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-44 .inner-text-container {
    max-height: 52.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-45 .inner-text-container {
    max-height: 54em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-46 .inner-text-container {
    max-height: 55.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-47 .inner-text-container {
    max-height: 56.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-48 .inner-text-container {
    max-height: 57.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-49 .inner-text-container {
    max-height: 58.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-50 .inner-text-container {
    max-height: 60em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-51 .inner-text-container {
    max-height: 61.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-52 .inner-text-container {
    max-height: 62.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-53 .inner-text-container {
    max-height: 63.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-54 .inner-text-container {
    max-height: 64.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-55 .inner-text-container {
    max-height: 66em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-56 .inner-text-container {
    max-height: 67.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-57 .inner-text-container {
    max-height: 68.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-58 .inner-text-container {
    max-height: 69.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-59 .inner-text-container {
    max-height: 70.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-60 .inner-text-container {
    max-height: 72em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-61 .inner-text-container {
    max-height: 73.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-62 .inner-text-container {
    max-height: 74.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-63 .inner-text-container {
    max-height: 75.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-64 .inner-text-container {
    max-height: 76.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-65 .inner-text-container {
    max-height: 78em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-66 .inner-text-container {
    max-height: 79.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-67 .inner-text-container {
    max-height: 80.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-68 .inner-text-container {
    max-height: 81.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-69 .inner-text-container {
    max-height: 82.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-70 .inner-text-container {
    max-height: 84em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-71 .inner-text-container {
    max-height: 85.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-72 .inner-text-container {
    max-height: 86.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-73 .inner-text-container {
    max-height: 87.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-74 .inner-text-container {
    max-height: 88.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-75 .inner-text-container {
    max-height: 90em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-76 .inner-text-container {
    max-height: 91.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-77 .inner-text-container {
    max-height: 92.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-78 .inner-text-container {
    max-height: 93.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-79 .inner-text-container {
    max-height: 94.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-80 .inner-text-container {
    max-height: 96em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-81 .inner-text-container {
    max-height: 97.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-82 .inner-text-container {
    max-height: 98.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-83 .inner-text-container {
    max-height: 99.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-84 .inner-text-container {
    max-height: 100.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-85 .inner-text-container {
    max-height: 102em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-86 .inner-text-container {
    max-height: 103.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-87 .inner-text-container {
    max-height: 104.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-88 .inner-text-container {
    max-height: 105.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-89 .inner-text-container {
    max-height: 106.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-90 .inner-text-container {
    max-height: 108em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-91 .inner-text-container {
    max-height: 109.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-92 .inner-text-container {
    max-height: 110.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-93 .inner-text-container {
    max-height: 111.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-94 .inner-text-container {
    max-height: 112.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-95 .inner-text-container {
    max-height: 114em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-96 .inner-text-container {
    max-height: 115.2em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-97 .inner-text-container {
    max-height: 116.4em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-98 .inner-text-container {
    max-height: 117.6em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-99 .inner-text-container {
    max-height: 118.8em;
  }
}
@media only screen and (max-width: 767px) {
  .show-lines-mobile-100 .inner-text-container {
    max-height: 120em;
  }
}
.show-lines .inner-text-container,
.show-lines-mobile .inner-text-container {
  overflow: hidden;
  line-height: 1.2em;
}
.show-lines .inner-text-container p,
.show-lines-mobile .inner-text-container p,
.show-lines .inner-text-container ul,
.show-lines-mobile .inner-text-container ul {
  margin-bottom: 1.2em !important;
}
.show-lines .v-button,
.show-lines-mobile .v-button {
  margin-top: 20px;
}
.show-lines.show-all-lines .inner-text-container,
.show-lines-mobile.show-all-lines .inner-text-container {
  max-height: unset;
}
.show-more-text-button .show-less-span {
  display: none;
}
.show-more-text-button.show-more-clicked .show-less-span {
  display: inline;
}
.show-more-text-button.show-more-clicked .show-more-span {
  display: none;
}
.v-team-boxes .inner-team-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .v-team-boxes .inner-team-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .v-team-boxes .inner-team-boxes {
    grid-template-columns: 1fr 1fr;
  }
}
.single-team-element .ste-name {
  font-size: 1.6em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .single-team-element .ste-name {
    font-size: 1.1em;
  }
}
.widget-fineuploader .qq-upload-button-selector {
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: white;
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  border-radius: 0.5em;
  border-width: 4px!important;
  min-width: unset!important;
  text-transform: uppercase;
  padding: 2px 12px!important;
}
.widget-fineuploader .qq-upload-button-selector:hover {
  color: var(--inn-neutral);
  background: transparent;
}
.widget-fineuploader .qq-upload-button-selector:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  .widget-fineuploader .qq-upload-button-selector {
    display: inline-block;
    border: 2px solid var(--inn-neutral);
    padding: 5px 5px;
    color: white;
    background: var(--inn-neutral);
    transition: 0.5s all ease-in-out;
    z-index: 9999;
    min-width: 10em;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    border-radius: 0.5em;
    width: 100%;
    border-radius: 10px;
    padding: 10px 60px;
    min-width: 8em;
  }
  .widget-fineuploader .qq-upload-button-selector:hover {
    color: var(--inn-neutral);
    background: transparent;
  }
}
.widget-fineuploader .values-container .values-list li .fineuploader-item {
  display: flex;
}
.widget-fineuploader .values-container .values-list li .fineuploader-item .content {
  display: flex;
}
.widget-fineuploader .values-container .values-list li .fineuploader-item .content img {
  width: inherit!important;
}
.widget-fineuploader .qq-upload-success {
  display: none;
}
.widget-submit {
  display: flex;
  justify-content: flex-end;
}
.widget-submit > a,
.widget-submit > a.button,
.widget-submit button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.widget-submit > a:hover,
.widget-submit > a.button:hover,
.widget-submit button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.widget-submit.v-primary > a,
.widget-submit.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit.v-primary > a:hover,
.widget-submit.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.widget-submit.v-secondary > a,
.widget-submit.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.widget-submit.v-secondary > a:hover,
.widget-submit.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.widget-submit.v-neutral > a,
.widget-submit.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.widget-submit.v-neutral > a:hover,
.widget-submit.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a,
.widget-submit.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a:hover,
.widget-submit.v-white button:hover {
  background: transparent;
  color: white;
}
.widget-submit p {
  margin-bottom: 0;
}
.widget-submit.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.widget-submit.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-submit a {
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.widget-submit > a,
.widget-submit button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit > a:hover,
.widget-submit button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.v-job-boxes .inner-job-boxes {
  display: grid;
  grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes {
    font-size: 18px;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element {
  border-top: 6px solid var(--inn-primary);
  padding-top: 10px;
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-inner {
  background: var(--inn-neutral);
  color: white;
  padding: 25px;
}
.v-job-boxes .inner-job-boxes .single-job-element:nth-child(2n) .sje-inner {
  background: var(--inn-lightgrey);
}
.v-job-boxes .inner-job-boxes .single-job-element:nth-child(2n) .v-button.v-primary a {
  display: inline-block;
  border: 2px solid var(--inn-primary);
  padding: 5px 5px;
  color: var(--inn-primary);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.v-job-boxes .inner-job-boxes .single-job-element:nth-child(2n) .v-button.v-primary a:hover {
  color: white;
  background: var(--inn-primary);
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link > div:first-child,
.v-job-boxes .inner-job-boxes .single-job-element .sje-link > div:last-child {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-name {
  font-family: var(--inn-head-font);
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-name {
    font-size: 22px;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-name h2 {
  font-size: 100%;
  text-transform: none;
  margin-bottom: 0;
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-link-right {
  display: flex;
  text-transform: uppercase;
  grid-gap: 1em;
  justify-content: flex-end;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-link-right {
    justify-content: flex-start;
    text-align: left;
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-icon {
  transform: rotateZ(180deg);
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link .sje-icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-20%) rotateZ(180deg);
  }
}
.v-job-boxes .inner-job-boxes .single-job-element .sje-link.collapsed .sje-icon {
  transform: unset;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .single-job-element .sje-link.collapsed .sje-icon {
    transform: translateY(-20%);
  }
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body {
  margin-top: 30px;
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-text {
  max-width: 650px;
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body h3 {
  font-family: var(--inn-main-font);
  text-transform: none;
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-lower-text-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-lower-text-container {
    grid-template-columns: 1fr;
  }
}
.v-job-boxes .inner-job-boxes .sje-card-body .inner-sje-body .sje-lower-text-container .sje-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .v-desktop-10 {
    display: none;
  }
}
@media only screen and (min-width: 999px) {
  .v-mobile-10 {
    display: none;
  }
}
.v-service-boxes .inner-service-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media only screen and (max-width: 1100px) {
  .v-service-boxes .inner-service-boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 800px) {
  .v-service-boxes .inner-service-boxes {
    grid-template-columns: 1fr;
  }
}
.v-service-boxes .inner-service-boxes .single-service-box:nth-child(2) .ssb-inner {
  background: var(--inn-primary);
}
.v-service-boxes .inner-service-boxes .single-service-box:nth-child(3) .ssb-inner {
  background: var(--inn-lightgrey);
}
.single-service-box {
  padding-top: 5px;
  border-top: 6px solid var(--inn-primary);
  display: flex;
  height: 100%;
}
.single-service-box .ssb-inner {
  background: var(--inn-neutral);
  color: white;
  position: relative;
  padding: 25px;
  width: 100%;
}
.single-service-box .ssb-inner .ssb-upper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.single-service-box .ssb-inner .ssb-upper h3 {
  margin-top: 0.6em;
  line-height: 1.3;
}
.widget-submit > a,
.widget-submit > a.button,
.widget-submit button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.widget-submit > a:hover,
.widget-submit > a.button:hover,
.widget-submit button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.widget-submit.v-primary > a,
.widget-submit.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit.v-primary > a:hover,
.widget-submit.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.widget-submit.v-secondary > a,
.widget-submit.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.widget-submit.v-secondary > a:hover,
.widget-submit.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.widget-submit.v-neutral > a,
.widget-submit.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.widget-submit.v-neutral > a:hover,
.widget-submit.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a,
.widget-submit.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.widget-submit.v-white > a:hover,
.widget-submit.v-white button:hover {
  background: transparent;
  color: white;
}
.widget-submit p {
  margin-bottom: 0;
}
.widget-submit.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.widget-submit.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-submit a {
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.widget-submit > a,
.widget-submit button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-submit > a:hover,
.widget-submit button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.custom-pagination-container .pagination-inside {
  margin-top: 30px;
}
.custom-pagination-container .pagination-inside .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  grid-gap: 0.1em;
  justify-content: center;
}
.custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: var(--inn-lightgrey);
}
.custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--inn-primary);
}
.v-newsticker {
  width: 100%;
  bottom: 0;
  color: white;
  overflow: hidden;
  z-index: 555;
  left: 0;
  display: block;
  transition: 0.5s all ease-in-out;
  text-transform: uppercase;
}
.v-newsticker:hover {
  color: white;
}
.v-newsticker.v-uncollapsed {
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .v-newsticker {
    bottom: 0!important;
    top: auto!important;
  }
}
.v-newsticker p {
  margin-bottom: 0;
}
.newsticker-text {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 0;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
p {
  margin-top: 0;
}
picture {
  display: block;
}
picture img {
  vertical-align: bottom;
  max-width: 100%;
  box-sizing: border-box;
}
.burger-container {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .burger-container {
    display: block;
  }
}
.burger-container .burger-icon.burger-x {
  display: none;
}
.burger-container.burger-opened .burger-icon.burger-bars {
  display: none;
}
.burger-container.burger-opened .burger-icon.burger-x {
  display: block;
}
.v-accordion-element {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--inn-primary);
}
.v-accordion-element .v-accordion-head .v-accordion-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
}
.v-accordion-element .v-accordion-head .v-accordion-link p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .v-accordion-element .v-accordion-head .v-accordion-link {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.v-accordion-element .v-accordion-head .v-accordion-link .v-accordion-icon {
  color: var(--inn-primary);
}
.v-accordion-element .v-accordion-head .v-accordion-link .v-accordion-icon-close {
  display: none;
}
.v-accordion-element .v-accordion-head .v-accordion-link:not(.collapsed) .v-accordion-icon-open {
  display: none;
}
.v-accordion-element .v-accordion-head .v-accordion-link:not(.collapsed) .v-accordion-icon-close {
  display: block;
}
.v-accordion-element .v-accordion-body {
  padding-left: 20px;
  padding-top: 20px;
}
.v-accordion-outer {
  display: grid;
  grid-gap: 20px;
}
.v-swiper .swiper-arrow-container .bh-button-prev,
.v-swiper .swiper-arrow-container .bh-button-next {
  position: absolute;
  z-index: 777;
  color: white;
  top: 50%;
  font-size: 2em;
  transform: translateY(-100%);
}
.v-swiper .swiper-arrow-container .bh-button-prev {
  left: 10px;
}
.v-swiper .swiper-arrow-container .bh-button-next {
  right: 10px;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination {
  display: flex;
  grid-gap: 4px;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid var(--inn-primary);
  opacity: 1;
  background: transparent;
}
.v-swiper .custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--inn-primary) !important;
}
.v-swiper.v-swiper-under .swiper-arrow-container {
  display: flex;
  grid-gap: 20px;
  margin-top: 10px;
}
.v-swiper.v-swiper-under .swiper-arrow-container .bh-button-prev,
.v-swiper.v-swiper-under .swiper-arrow-container .bh-button-next {
  position: static;
  transform: none;
  color: var(--inn-primary);
}
.subcolumns > div {
  width: 100%!important;
}
.subcolumns > div > div {
  justify-content: flex-start;
}
.subcolumns.v-section-jf-sb > div > div {
  justify-content: space-between;
}
.subcolumns.v-section-center > div > div {
  justify-content: center;
}
.v-page-divider {
  margin-top: 60px;
  margin-bottom: 60px;
}
.v-page-divider .v-divider-line {
  height: 2px;
  width: 100%;
  background: var(--inn-primary);
}
.v-bg-primary {
  background: var(--inn-primary);
}
.v-bg-secondary {
  background: var(--inn-secondary);
}
.v-bg-neutral {
  background: var(--inn-neutral);
}
.v-bg-lightgrey {
  background: var(--inn-lightgrey);
}
.v-color-white {
  color: white;
}
.v-color-primary {
  color: var(--inn-primary);
}
.v-color-secondary {
  color: var(--inn-secondary);
}
h1,
h2,
h3 {
  margin: 0;
}
nav ul {
  margin: 0;
}
.header-nav-vertical ul {
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
  font-weight: 700;
}
#header {
  background: var(--inn-header-bg);
  color: var(--inn-header-color);
}
#footer {
  background: var(--inn-footer-bg);
  color: var(--inn-footer-color);
}
.inside {
  padding-top: var(--inn-container-padding);
  padding-bottom: var(--inn-container-padding);
}
@media only screen and (max-width: 767px) {
  .inside {
    padding-top: var(--inn-container-padding-mobile);
    padding-bottom: var(--inn-container-padding-mobile);
  }
}
#header-icons-mod #header-icons-inh .icons-container {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  font-size: 24px;
}
#header-nav-mod {
  width: 100%;
  overflow: visible;
}
#header-nav-mod #header-nav-inh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-nav-mod #header-nav-inh .header-right {
  display: flex;
  align-items: center;
}
.v-arrow-button a {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
}
.v-arrow-button a:after {
  content: "\eb0d";
  font-family: 'lineicons';
}
.v-arrow-button.v-arrow-left a {
  flex-direction: row-reverse;
}
.v-arrow-button.v-arrow-left a:after {
  transform: rotateZ(180deg);
}
.v-location-icon {
  display: flex;
  align-items: center;
}
.v-location-icon:before {
  content: "\ea27";
  font-family: "lineicons";
}
.v-secondary-bg,
.v-bg-secondary {
  background: var(--inn-secondary);
  color: white;
}
.v-page-divider {
  margin-top: var(--inn-container-padding) !important;
  margin-bottom: var(--inn-container-padding) !important;
}
.v-page-divider .inner-page-divider {
  height: 2px;
  width: 100%;
  background: var(--inn-neutral);
}
.v-button p {
  margin-bottom: 0;
}
.v-nav-box-grid-element {
  overflow: visible;
}
.v-single-nav-grid-element {
  background: var(--inn-secondary);
  color: white;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .v-single-nav-grid-element {
    align-items: center;
    text-align: center;
    min-height: unset;
  }
  .v-single-nav-grid-element .v-snge-upper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.v-single-nav-grid-element > div {
  position: relative;
  z-index: 55;
}
.v-single-nav-grid-element .v-snge-icon {
  background: white;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #707070;
  margin-bottom: 45px;
}
.v-single-nav-grid-element .v-snge-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2em;
}
.v-single-nav-grid-element:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--inn-secondary);
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
}
.v-single-nav-grid-element:hover {
  color: White;
}
.v-single-nav-grid-element:hover:before {
  top: -20px;
  bottom: -20px;
  right: -10px;
  left: -10px;
  background: var(--inn-primary);
}
@media only screen and (max-width: 767px) {
  .v-single-nav-grid-element:hover:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.ce_text h1,
.ce_text h2,
.ce_text h3 {
  margin-bottom: 30px;
}
.v-step-box-grid-element {
  overflow: visible;
}
.v-single-step-grid-element {
  position: relative;
  padding: 0 25px;
  background: var(--inn-lightgrey);
  border-radius: 20px;
}
.v-single-step-grid-element .v-single-step-grid-element-inner {
  position: relative;
  padding: 80px 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v-single-step-grid-element .v-single-step-grid-element-inner .v-ssge-headline {
  margin-bottom: 30px;
}
.v-single-step-grid-element .v-single-step-grid-element-inner .v-ssge-headline h3 {
  min-height: 3em;
}
.v-single-step-grid-element .v-single-step-grid-element-inner .v-ssge-headline h3 p {
  margin-bottom: 0;
}
.v-single-step-grid-element .v-ssge-step-number-container {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  font-size: var(--inn-h2-font-size);
  font-weight: var(--inn-headline-font-weight-h2);
  line-height: 1;
  font-size: var(--inn-h2-font-size) !important;
  width: 1.3em;
  height: 1.3em;
  background: var(--inn-secondary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .v-single-step-grid-element .v-ssge-step-number-container {
    font-size: var(--inn-h2-font-size-mobile);
  }
}
.v-button.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.v-button.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-fineuploader {
  order: 11;
  background: var(--inn-lightgrey);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-fineuploader > a,
.widget-fineuploader > a.button,
.widget-fineuploader button {
  width: auto!important;
  display: inline-block;
  border: 2px solid var(--inn-neutral);
  padding: 5px 5px;
  color: var(--inn-neutral);
  background: transparent;
  transition: 0.5s all ease-in-out;
  z-index: 9999;
  min-width: 10em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.widget-fineuploader > a:hover,
.widget-fineuploader > a.button:hover,
.widget-fineuploader button:hover {
  background: var(--inn-neutral);
  transition: 0.5s all ease-in-out;
  color: white;
  text-decoration: none;
}
.widget-fineuploader.v-primary > a,
.widget-fineuploader.v-primary button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-fineuploader.v-primary > a:hover,
.widget-fineuploader.v-primary button:hover {
  background: transparent;
  color: var(--inn-primary);
}
.widget-fineuploader.v-secondary > a,
.widget-fineuploader.v-secondary button {
  border: 2px solid var(--inn-secondary);
  background: var(--inn-secondary);
  color: white;
}
.widget-fineuploader.v-secondary > a:hover,
.widget-fineuploader.v-secondary button:hover {
  background: transparent;
  color: var(--inn-secondary);
}
.widget-fineuploader.v-neutral > a,
.widget-fineuploader.v-neutral button {
  border: 2px solid var(--inn-neutral);
  background: var(--inn-neutral);
  color: white;
}
.widget-fineuploader.v-neutral > a:hover,
.widget-fineuploader.v-neutral button:hover {
  background: transparent;
  color: var(--inn-neutral);
}
.widget-fineuploader.v-white > a,
.widget-fineuploader.v-white button {
  border: 2px solid white;
  background: white;
  color: var(--inn-neutral);
}
.widget-fineuploader.v-white > a:hover,
.widget-fineuploader.v-white button:hover {
  background: transparent;
  color: white;
}
.widget-fineuploader p {
  margin-bottom: 0;
}
.widget-fineuploader.v-whatsapp-button a {
  background: #39AE41;
  color: white;
  border-color: #39AE41;
}
.widget-fineuploader.v-whatsapp-button a:hover {
  background: transparent;
  color: #39AE41;
}
.widget-fineuploader a {
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.widget-fineuploader > a,
.widget-fineuploader button {
  border: 2px solid var(--inn-primary);
  background: var(--inn-primary);
  color: white;
}
.widget-fineuploader > a:hover,
.widget-fineuploader button:hover {
  background: transparent;
  color: var(--inn-primary);
}
#wrapper {
  overflow: hidden;
}
div {
  box-sizing: border-box;
}
body.v-body-show-container-lines {
  position: relative;
}
body.v-body-show-container-lines:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: lightblue;
  left: 50%;
  transform: translateX(-650px);
  top: 0;
  z-index: 8888;
  opacity: 0.2;
}
body.v-body-show-container-lines:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: lightblue;
  left: 50%;
  transform: translateX(650px);
  top: 0;
  z-index: 8888;
  opacity: 0.2;
}
body.v-body-show-container-lines #wrapper {
  position: relative;
}
body.v-body-show-container-lines #wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: lightblue;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 8888;
  opacity: 0.2;
}
.v-hover-article {
  border: 2px solid red!important;
}
.inn_dev_env_banner {
  background: white!important;
  border: 2px solid black;
  color: black;
  padding: 20px;
}
.inn-dev-env-colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.inn-dev-env-colors .inn-dev-env-color {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.inn-dev-env-colors .inn-dev-env-color .inn-dev-env-color-box {
  width: 1em;
  min-width: 1em;
  height: 1em;
}
@media (max-width: 1300px) {
  .v-hide-1300 {
    display: none!important;
  }
}
@media (min-width: calc(1300px + 1px)) {
  .v-show-1300 {
    display: none!important;
  }
}
@media (max-width: 1290px) {
  .v-hide-1290 {
    display: none!important;
  }
}
@media (min-width: calc(1290px + 1px)) {
  .v-show-1290 {
    display: none!important;
  }
}
@media (max-width: 1280px) {
  .v-hide-1280 {
    display: none!important;
  }
}
@media (min-width: calc(1280px + 1px)) {
  .v-show-1280 {
    display: none!important;
  }
}
@media (max-width: 1270px) {
  .v-hide-1270 {
    display: none!important;
  }
}
@media (min-width: calc(1270px + 1px)) {
  .v-show-1270 {
    display: none!important;
  }
}
@media (max-width: 1260px) {
  .v-hide-1260 {
    display: none!important;
  }
}
@media (min-width: calc(1260px + 1px)) {
  .v-show-1260 {
    display: none!important;
  }
}
@media (max-width: 1250px) {
  .v-hide-1250 {
    display: none!important;
  }
}
@media (min-width: calc(1250px + 1px)) {
  .v-show-1250 {
    display: none!important;
  }
}
@media (max-width: 1240px) {
  .v-hide-1240 {
    display: none!important;
  }
}
@media (min-width: calc(1240px + 1px)) {
  .v-show-1240 {
    display: none!important;
  }
}
@media (max-width: 1230px) {
  .v-hide-1230 {
    display: none!important;
  }
}
@media (min-width: calc(1230px + 1px)) {
  .v-show-1230 {
    display: none!important;
  }
}
@media (max-width: 1220px) {
  .v-hide-1220 {
    display: none!important;
  }
}
@media (min-width: calc(1220px + 1px)) {
  .v-show-1220 {
    display: none!important;
  }
}
@media (max-width: 1210px) {
  .v-hide-1210 {
    display: none!important;
  }
}
@media (min-width: calc(1210px + 1px)) {
  .v-show-1210 {
    display: none!important;
  }
}
@media (max-width: 1200px) {
  .v-hide-1200 {
    display: none!important;
  }
}
@media (min-width: calc(1200px + 1px)) {
  .v-show-1200 {
    display: none!important;
  }
}
@media (max-width: 1190px) {
  .v-hide-1190 {
    display: none!important;
  }
}
@media (min-width: calc(1190px + 1px)) {
  .v-show-1190 {
    display: none!important;
  }
}
@media (max-width: 1180px) {
  .v-hide-1180 {
    display: none!important;
  }
}
@media (min-width: calc(1180px + 1px)) {
  .v-show-1180 {
    display: none!important;
  }
}
@media (max-width: 1170px) {
  .v-hide-1170 {
    display: none!important;
  }
}
@media (min-width: calc(1170px + 1px)) {
  .v-show-1170 {
    display: none!important;
  }
}
@media (max-width: 1160px) {
  .v-hide-1160 {
    display: none!important;
  }
}
@media (min-width: calc(1160px + 1px)) {
  .v-show-1160 {
    display: none!important;
  }
}
@media (max-width: 1150px) {
  .v-hide-1150 {
    display: none!important;
  }
}
@media (min-width: calc(1150px + 1px)) {
  .v-show-1150 {
    display: none!important;
  }
}
@media (max-width: 1140px) {
  .v-hide-1140 {
    display: none!important;
  }
}
@media (min-width: calc(1140px + 1px)) {
  .v-show-1140 {
    display: none!important;
  }
}
@media (max-width: 1130px) {
  .v-hide-1130 {
    display: none!important;
  }
}
@media (min-width: calc(1130px + 1px)) {
  .v-show-1130 {
    display: none!important;
  }
}
@media (max-width: 1120px) {
  .v-hide-1120 {
    display: none!important;
  }
}
@media (min-width: calc(1120px + 1px)) {
  .v-show-1120 {
    display: none!important;
  }
}
@media (max-width: 1110px) {
  .v-hide-1110 {
    display: none!important;
  }
}
@media (min-width: calc(1110px + 1px)) {
  .v-show-1110 {
    display: none!important;
  }
}
@media (max-width: 1100px) {
  .v-hide-1100 {
    display: none!important;
  }
}
@media (min-width: calc(1100px + 1px)) {
  .v-show-1100 {
    display: none!important;
  }
}
@media (max-width: 1090px) {
  .v-hide-1090 {
    display: none!important;
  }
}
@media (min-width: calc(1090px + 1px)) {
  .v-show-1090 {
    display: none!important;
  }
}
@media (max-width: 1080px) {
  .v-hide-1080 {
    display: none!important;
  }
}
@media (min-width: calc(1080px + 1px)) {
  .v-show-1080 {
    display: none!important;
  }
}
@media (max-width: 1070px) {
  .v-hide-1070 {
    display: none!important;
  }
}
@media (min-width: calc(1070px + 1px)) {
  .v-show-1070 {
    display: none!important;
  }
}
@media (max-width: 1060px) {
  .v-hide-1060 {
    display: none!important;
  }
}
@media (min-width: calc(1060px + 1px)) {
  .v-show-1060 {
    display: none!important;
  }
}
@media (max-width: 1050px) {
  .v-hide-1050 {
    display: none!important;
  }
}
@media (min-width: calc(1050px + 1px)) {
  .v-show-1050 {
    display: none!important;
  }
}
@media (max-width: 1040px) {
  .v-hide-1040 {
    display: none!important;
  }
}
@media (min-width: calc(1040px + 1px)) {
  .v-show-1040 {
    display: none!important;
  }
}
@media (max-width: 1030px) {
  .v-hide-1030 {
    display: none!important;
  }
}
@media (min-width: calc(1030px + 1px)) {
  .v-show-1030 {
    display: none!important;
  }
}
@media (max-width: 1020px) {
  .v-hide-1020 {
    display: none!important;
  }
}
@media (min-width: calc(1020px + 1px)) {
  .v-show-1020 {
    display: none!important;
  }
}
@media (max-width: 1010px) {
  .v-hide-1010 {
    display: none!important;
  }
}
@media (min-width: calc(1010px + 1px)) {
  .v-show-1010 {
    display: none!important;
  }
}
@media (max-width: 1000px) {
  .v-hide-1000 {
    display: none!important;
  }
}
@media (min-width: calc(1000px + 1px)) {
  .v-show-1000 {
    display: none!important;
  }
}
@media (max-width: 990px) {
  .v-hide-990 {
    display: none!important;
  }
}
@media (min-width: calc(990px + 1px)) {
  .v-show-990 {
    display: none!important;
  }
}
@media (max-width: 980px) {
  .v-hide-980 {
    display: none!important;
  }
}
@media (min-width: calc(980px + 1px)) {
  .v-show-980 {
    display: none!important;
  }
}
@media (max-width: 970px) {
  .v-hide-970 {
    display: none!important;
  }
}
@media (min-width: calc(970px + 1px)) {
  .v-show-970 {
    display: none!important;
  }
}
@media (max-width: 960px) {
  .v-hide-960 {
    display: none!important;
  }
}
@media (min-width: calc(960px + 1px)) {
  .v-show-960 {
    display: none!important;
  }
}
@media (max-width: 950px) {
  .v-hide-950 {
    display: none!important;
  }
}
@media (min-width: calc(950px + 1px)) {
  .v-show-950 {
    display: none!important;
  }
}
@media (max-width: 940px) {
  .v-hide-940 {
    display: none!important;
  }
}
@media (min-width: calc(940px + 1px)) {
  .v-show-940 {
    display: none!important;
  }
}
@media (max-width: 930px) {
  .v-hide-930 {
    display: none!important;
  }
}
@media (min-width: calc(930px + 1px)) {
  .v-show-930 {
    display: none!important;
  }
}
@media (max-width: 920px) {
  .v-hide-920 {
    display: none!important;
  }
}
@media (min-width: calc(920px + 1px)) {
  .v-show-920 {
    display: none!important;
  }
}
@media (max-width: 910px) {
  .v-hide-910 {
    display: none!important;
  }
}
@media (min-width: calc(910px + 1px)) {
  .v-show-910 {
    display: none!important;
  }
}
@media (max-width: 900px) {
  .v-hide-900 {
    display: none!important;
  }
}
@media (min-width: calc(900px + 1px)) {
  .v-show-900 {
    display: none!important;
  }
}
@media (max-width: 890px) {
  .v-hide-890 {
    display: none!important;
  }
}
@media (min-width: calc(890px + 1px)) {
  .v-show-890 {
    display: none!important;
  }
}
@media (max-width: 880px) {
  .v-hide-880 {
    display: none!important;
  }
}
@media (min-width: calc(880px + 1px)) {
  .v-show-880 {
    display: none!important;
  }
}
@media (max-width: 870px) {
  .v-hide-870 {
    display: none!important;
  }
}
@media (min-width: calc(870px + 1px)) {
  .v-show-870 {
    display: none!important;
  }
}
@media (max-width: 860px) {
  .v-hide-860 {
    display: none!important;
  }
}
@media (min-width: calc(860px + 1px)) {
  .v-show-860 {
    display: none!important;
  }
}
@media (max-width: 850px) {
  .v-hide-850 {
    display: none!important;
  }
}
@media (min-width: calc(850px + 1px)) {
  .v-show-850 {
    display: none!important;
  }
}
@media (max-width: 840px) {
  .v-hide-840 {
    display: none!important;
  }
}
@media (min-width: calc(840px + 1px)) {
  .v-show-840 {
    display: none!important;
  }
}
@media (max-width: 830px) {
  .v-hide-830 {
    display: none!important;
  }
}
@media (min-width: calc(830px + 1px)) {
  .v-show-830 {
    display: none!important;
  }
}
@media (max-width: 820px) {
  .v-hide-820 {
    display: none!important;
  }
}
@media (min-width: calc(820px + 1px)) {
  .v-show-820 {
    display: none!important;
  }
}
@media (max-width: 810px) {
  .v-hide-810 {
    display: none!important;
  }
}
@media (min-width: calc(810px + 1px)) {
  .v-show-810 {
    display: none!important;
  }
}
@media (max-width: 800px) {
  .v-hide-800 {
    display: none!important;
  }
}
@media (min-width: calc(800px + 1px)) {
  .v-show-800 {
    display: none!important;
  }
}
@media (max-width: 790px) {
  .v-hide-790 {
    display: none!important;
  }
}
@media (min-width: calc(790px + 1px)) {
  .v-show-790 {
    display: none!important;
  }
}
@media (max-width: 780px) {
  .v-hide-780 {
    display: none!important;
  }
}
@media (min-width: calc(780px + 1px)) {
  .v-show-780 {
    display: none!important;
  }
}
@media (max-width: 770px) {
  .v-hide-770 {
    display: none!important;
  }
}
@media (min-width: calc(770px + 1px)) {
  .v-show-770 {
    display: none!important;
  }
}
@media (max-width: 760px) {
  .v-hide-760 {
    display: none!important;
  }
}
@media (min-width: calc(760px + 1px)) {
  .v-show-760 {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .v-hide-750 {
    display: none!important;
  }
}
@media (min-width: calc(750px + 1px)) {
  .v-show-750 {
    display: none!important;
  }
}
@media (max-width: 740px) {
  .v-hide-740 {
    display: none!important;
  }
}
@media (min-width: calc(740px + 1px)) {
  .v-show-740 {
    display: none!important;
  }
}
@media (max-width: 730px) {
  .v-hide-730 {
    display: none!important;
  }
}
@media (min-width: calc(730px + 1px)) {
  .v-show-730 {
    display: none!important;
  }
}
@media (max-width: 720px) {
  .v-hide-720 {
    display: none!important;
  }
}
@media (min-width: calc(720px + 1px)) {
  .v-show-720 {
    display: none!important;
  }
}
@media (max-width: 710px) {
  .v-hide-710 {
    display: none!important;
  }
}
@media (min-width: calc(710px + 1px)) {
  .v-show-710 {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .v-hide-700 {
    display: none!important;
  }
}
@media (min-width: calc(700px + 1px)) {
  .v-show-700 {
    display: none!important;
  }
}
@media (max-width: 690px) {
  .v-hide-690 {
    display: none!important;
  }
}
@media (min-width: calc(690px + 1px)) {
  .v-show-690 {
    display: none!important;
  }
}
@media (max-width: 680px) {
  .v-hide-680 {
    display: none!important;
  }
}
@media (min-width: calc(680px + 1px)) {
  .v-show-680 {
    display: none!important;
  }
}
@media (max-width: 670px) {
  .v-hide-670 {
    display: none!important;
  }
}
@media (min-width: calc(670px + 1px)) {
  .v-show-670 {
    display: none!important;
  }
}
@media (max-width: 660px) {
  .v-hide-660 {
    display: none!important;
  }
}
@media (min-width: calc(660px + 1px)) {
  .v-show-660 {
    display: none!important;
  }
}
@media (max-width: 650px) {
  .v-hide-650 {
    display: none!important;
  }
}
@media (min-width: calc(650px + 1px)) {
  .v-show-650 {
    display: none!important;
  }
}
@media (max-width: 640px) {
  .v-hide-640 {
    display: none!important;
  }
}
@media (min-width: calc(640px + 1px)) {
  .v-show-640 {
    display: none!important;
  }
}
@media (max-width: 630px) {
  .v-hide-630 {
    display: none!important;
  }
}
@media (min-width: calc(630px + 1px)) {
  .v-show-630 {
    display: none!important;
  }
}
@media (max-width: 620px) {
  .v-hide-620 {
    display: none!important;
  }
}
@media (min-width: calc(620px + 1px)) {
  .v-show-620 {
    display: none!important;
  }
}
@media (max-width: 610px) {
  .v-hide-610 {
    display: none!important;
  }
}
@media (min-width: calc(610px + 1px)) {
  .v-show-610 {
    display: none!important;
  }
}
@media (max-width: 600px) {
  .v-hide-600 {
    display: none!important;
  }
}
@media (min-width: calc(600px + 1px)) {
  .v-show-600 {
    display: none!important;
  }
}
@media (max-width: 590px) {
  .v-hide-590 {
    display: none!important;
  }
}
@media (min-width: calc(590px + 1px)) {
  .v-show-590 {
    display: none!important;
  }
}
@media (max-width: 580px) {
  .v-hide-580 {
    display: none!important;
  }
}
@media (min-width: calc(580px + 1px)) {
  .v-show-580 {
    display: none!important;
  }
}
@media (max-width: 570px) {
  .v-hide-570 {
    display: none!important;
  }
}
@media (min-width: calc(570px + 1px)) {
  .v-show-570 {
    display: none!important;
  }
}
@media (max-width: 560px) {
  .v-hide-560 {
    display: none!important;
  }
}
@media (min-width: calc(560px + 1px)) {
  .v-show-560 {
    display: none!important;
  }
}
@media (max-width: 550px) {
  .v-hide-550 {
    display: none!important;
  }
}
@media (min-width: calc(550px + 1px)) {
  .v-show-550 {
    display: none!important;
  }
}
@media (max-width: 540px) {
  .v-hide-540 {
    display: none!important;
  }
}
@media (min-width: calc(540px + 1px)) {
  .v-show-540 {
    display: none!important;
  }
}
@media (max-width: 530px) {
  .v-hide-530 {
    display: none!important;
  }
}
@media (min-width: calc(530px + 1px)) {
  .v-show-530 {
    display: none!important;
  }
}
@media (max-width: 520px) {
  .v-hide-520 {
    display: none!important;
  }
}
@media (min-width: calc(520px + 1px)) {
  .v-show-520 {
    display: none!important;
  }
}
@media (max-width: 510px) {
  .v-hide-510 {
    display: none!important;
  }
}
@media (min-width: calc(510px + 1px)) {
  .v-show-510 {
    display: none!important;
  }
}
@media (max-width: 500px) {
  .v-hide-500 {
    display: none!important;
  }
}
@media (min-width: calc(500px + 1px)) {
  .v-show-500 {
    display: none!important;
  }
}
@media (max-width: 490px) {
  .v-hide-490 {
    display: none!important;
  }
}
@media (min-width: calc(490px + 1px)) {
  .v-show-490 {
    display: none!important;
  }
}
@media (max-width: 480px) {
  .v-hide-480 {
    display: none!important;
  }
}
@media (min-width: calc(480px + 1px)) {
  .v-show-480 {
    display: none!important;
  }
}
@media (max-width: 470px) {
  .v-hide-470 {
    display: none!important;
  }
}
@media (min-width: calc(470px + 1px)) {
  .v-show-470 {
    display: none!important;
  }
}
@media (max-width: 460px) {
  .v-hide-460 {
    display: none!important;
  }
}
@media (min-width: calc(460px + 1px)) {
  .v-show-460 {
    display: none!important;
  }
}
@media (max-width: 450px) {
  .v-hide-450 {
    display: none!important;
  }
}
@media (min-width: calc(450px + 1px)) {
  .v-show-450 {
    display: none!important;
  }
}
@media (max-width: 440px) {
  .v-hide-440 {
    display: none!important;
  }
}
@media (min-width: calc(440px + 1px)) {
  .v-show-440 {
    display: none!important;
  }
}
@media (max-width: 430px) {
  .v-hide-430 {
    display: none!important;
  }
}
@media (min-width: calc(430px + 1px)) {
  .v-show-430 {
    display: none!important;
  }
}
@media (max-width: 420px) {
  .v-hide-420 {
    display: none!important;
  }
}
@media (min-width: calc(420px + 1px)) {
  .v-show-420 {
    display: none!important;
  }
}
@media (max-width: 410px) {
  .v-hide-410 {
    display: none!important;
  }
}
@media (min-width: calc(410px + 1px)) {
  .v-show-410 {
    display: none!important;
  }
}
@media (max-width: 400px) {
  .v-hide-400 {
    display: none!important;
  }
}
@media (min-width: calc(400px + 1px)) {
  .v-show-400 {
    display: none!important;
  }
}
@media (max-width: 390px) {
  .v-hide-390 {
    display: none!important;
  }
}
@media (min-width: calc(390px + 1px)) {
  .v-show-390 {
    display: none!important;
  }
}
@media (max-width: 380px) {
  .v-hide-380 {
    display: none!important;
  }
}
@media (min-width: calc(380px + 1px)) {
  .v-show-380 {
    display: none!important;
  }
}
@media (max-width: 370px) {
  .v-hide-370 {
    display: none!important;
  }
}
@media (min-width: calc(370px + 1px)) {
  .v-show-370 {
    display: none!important;
  }
}
@media (max-width: 360px) {
  .v-hide-360 {
    display: none!important;
  }
}
@media (min-width: calc(360px + 1px)) {
  .v-show-360 {
    display: none!important;
  }
}
@media (max-width: 350px) {
  .v-hide-350 {
    display: none!important;
  }
}
@media (min-width: calc(350px + 1px)) {
  .v-show-350 {
    display: none!important;
  }
}
@media (max-width: 340px) {
  .v-hide-340 {
    display: none!important;
  }
}
@media (min-width: calc(340px + 1px)) {
  .v-show-340 {
    display: none!important;
  }
}
@media (max-width: 330px) {
  .v-hide-330 {
    display: none!important;
  }
}
@media (min-width: calc(330px + 1px)) {
  .v-show-330 {
    display: none!important;
  }
}
@media (max-width: 320px) {
  .v-hide-320 {
    display: none!important;
  }
}
@media (min-width: calc(320px + 1px)) {
  .v-show-320 {
    display: none!important;
  }
}
@media (max-width: 310px) {
  .v-hide-310 {
    display: none!important;
  }
}
@media (min-width: calc(310px + 1px)) {
  .v-show-310 {
    display: none!important;
  }
}
@media (max-width: 300px) {
  .v-hide-300 {
    display: none!important;
  }
}
@media (min-width: calc(300px + 1px)) {
  .v-show-300 {
    display: none!important;
  }
}
@media (max-width: 290px) {
  .v-hide-290 {
    display: none!important;
  }
}
@media (min-width: calc(290px + 1px)) {
  .v-show-290 {
    display: none!important;
  }
}
@media (max-width: 280px) {
  .v-hide-280 {
    display: none!important;
  }
}
@media (min-width: calc(280px + 1px)) {
  .v-show-280 {
    display: none!important;
  }
}
@media (max-width: 270px) {
  .v-hide-270 {
    display: none!important;
  }
}
@media (min-width: calc(270px + 1px)) {
  .v-show-270 {
    display: none!important;
  }
}
@media (max-width: 260px) {
  .v-hide-260 {
    display: none!important;
  }
}
@media (min-width: calc(260px + 1px)) {
  .v-show-260 {
    display: none!important;
  }
}
@media (max-width: 250px) {
  .v-hide-250 {
    display: none!important;
  }
}
@media (min-width: calc(250px + 1px)) {
  .v-show-250 {
    display: none!important;
  }
}
@media (max-width: 240px) {
  .v-hide-240 {
    display: none!important;
  }
}
@media (min-width: calc(240px + 1px)) {
  .v-show-240 {
    display: none!important;
  }
}
@media (max-width: 230px) {
  .v-hide-230 {
    display: none!important;
  }
}
@media (min-width: calc(230px + 1px)) {
  .v-show-230 {
    display: none!important;
  }
}
@media (max-width: 220px) {
  .v-hide-220 {
    display: none!important;
  }
}
@media (min-width: calc(220px + 1px)) {
  .v-show-220 {
    display: none!important;
  }
}
@media (max-width: 210px) {
  .v-hide-210 {
    display: none!important;
  }
}
@media (min-width: calc(210px + 1px)) {
  .v-show-210 {
    display: none!important;
  }
}
@media (max-width: 200px) {
  .v-hide-200 {
    display: none!important;
  }
}
@media (min-width: calc(200px + 1px)) {
  .v-show-200 {
    display: none!important;
  }
}
@media (max-width: 190px) {
  .v-hide-190 {
    display: none!important;
  }
}
@media (min-width: calc(190px + 1px)) {
  .v-show-190 {
    display: none!important;
  }
}
@media (max-width: 180px) {
  .v-hide-180 {
    display: none!important;
  }
}
@media (min-width: calc(180px + 1px)) {
  .v-show-180 {
    display: none!important;
  }
}
@media (max-width: 170px) {
  .v-hide-170 {
    display: none!important;
  }
}
@media (min-width: calc(170px + 1px)) {
  .v-show-170 {
    display: none!important;
  }
}
@media (max-width: 160px) {
  .v-hide-160 {
    display: none!important;
  }
}
@media (min-width: calc(160px + 1px)) {
  .v-show-160 {
    display: none!important;
  }
}
@media (max-width: 150px) {
  .v-hide-150 {
    display: none!important;
  }
}
@media (min-width: calc(150px + 1px)) {
  .v-show-150 {
    display: none!important;
  }
}
@media (max-width: 140px) {
  .v-hide-140 {
    display: none!important;
  }
}
@media (min-width: calc(140px + 1px)) {
  .v-show-140 {
    display: none!important;
  }
}
@media (max-width: 130px) {
  .v-hide-130 {
    display: none!important;
  }
}
@media (min-width: calc(130px + 1px)) {
  .v-show-130 {
    display: none!important;
  }
}
@media (max-width: 120px) {
  .v-hide-120 {
    display: none!important;
  }
}
@media (min-width: calc(120px + 1px)) {
  .v-show-120 {
    display: none!important;
  }
}
@media (max-width: 110px) {
  .v-hide-110 {
    display: none!important;
  }
}
@media (min-width: calc(110px + 1px)) {
  .v-show-110 {
    display: none!important;
  }
}
@media (max-width: 100px) {
  .v-hide-100 {
    display: none!important;
  }
}
@media (min-width: calc(100px + 1px)) {
  .v-show-100 {
    display: none!important;
  }
}
@media (max-width: 90px) {
  .v-hide-90 {
    display: none!important;
  }
}
@media (min-width: calc(90px + 1px)) {
  .v-show-90 {
    display: none!important;
  }
}
@media (max-width: 80px) {
  .v-hide-80 {
    display: none!important;
  }
}
@media (min-width: calc(80px + 1px)) {
  .v-show-80 {
    display: none!important;
  }
}
@media (max-width: 70px) {
  .v-hide-70 {
    display: none!important;
  }
}
@media (min-width: calc(70px + 1px)) {
  .v-show-70 {
    display: none!important;
  }
}
@media (max-width: 60px) {
  .v-hide-60 {
    display: none!important;
  }
}
@media (min-width: calc(60px + 1px)) {
  .v-show-60 {
    display: none!important;
  }
}
@media (max-width: 50px) {
  .v-hide-50 {
    display: none!important;
  }
}
@media (min-width: calc(50px + 1px)) {
  .v-show-50 {
    display: none!important;
  }
}
@media (max-width: 40px) {
  .v-hide-40 {
    display: none!important;
  }
}
@media (min-width: calc(40px + 1px)) {
  .v-show-40 {
    display: none!important;
  }
}
@media (max-width: 30px) {
  .v-hide-30 {
    display: none!important;
  }
}
@media (min-width: calc(30px + 1px)) {
  .v-show-30 {
    display: none!important;
  }
}
.v-default-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
.v-default-pagination ul .v-pagination-page {
  color: var(--inn-primary);
  width: 1.7em;
  height: 1.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-default-pagination ul .v-pagination-page.active {
  background: var(--inn-primary);
  color: white;
}
.v-default-pagination ul .v-pagination-next-container,
.v-default-pagination ul .v-pagination-prev-container {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  min-width: 1.9em;
  min-height: 10px;
}
.v-default-pagination ul .v-pagination-pages-container {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
#top-bar {
  display: none;
}
.skiptranslate {
  display: none!important;
}
.single-icon p {
  margin-bottom: 0;
}
.v-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .v-form-grid-2 {
    grid-template-columns: 1fr;
  }
}
.faq-start-accordion {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.faq-card {
  width: 100%;
}
.faq-card .faq-card-header {
  font-family: var(--inn-head-font);
}
.faq-card .faq-card-header .faq-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--inn-lightgrey);
  padding: 12px;
}
.faq-card .faq-card-header .faq-card-link:hover {
  cursor: pointer;
}
.faq-card .faq-card-header .faq-card-link .v-primary-circle {
  border: 2px solid var(--inn-primary);
  transition: 0.5s all ease-in-out;
}
.faq-card .faq-card-header .faq-card-link .faq-icon-minus {
  display: none;
}
.faq-card .faq-card-header .faq-card-link:not(.collapsed) {
  background-color: var(--inn-primary);
  color: white;
}
.faq-card .faq-card-header .faq-card-link:not(.collapsed) .faq-icon-minus {
  display: flex;
}
.faq-card .faq-card-header .faq-card-link:not(.collapsed) .faq-icon-plus {
  display: none;
}
.faq-card .faq-card-header .faq-card-link.collapsed .faq-icon-minus {
  display: none;
}
.faq-card .faq-card-header .faq-card-link.collapsed .faq-icon-plus {
  display: flex;
}
.faq-card .faq-card-body {
  padding-top: 20px;
}
.faq-page-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 100px;
  margin-top: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .faq-page-accordion {
    grid-template-columns: 1fr;
  }
}
.faq-headline {
  color: var(--inn-primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
.faq-half-container {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  align-items: flex-start;
  height: auto;
}
.faq-desktop {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 70px;
}
@media only screen and (max-width: 1000px) {
  .faq-desktop {
    grid-template-columns: 100%;
  }
}
.faq-desktop ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin: 0;
}
.faq-desktop .faq-tabs {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  border: none;
}
.faq-desktop .faq-tabs .nav-item {
  background: transparent;
  border: none;
}
.faq-desktop .faq-tabs .nav-item .nav-link {
  background: transparent;
  border: 2px solid var(--inn-primary);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  margin-right: 75px;
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
  background: var(--inn-primary);
  padding: 18px;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: var(--inn-h4-font-size);
  font-weight: var(--inn-headline-font-weight-h4);
  line-height: 1;
  font-weight: 700;
}
.faq-desktop .faq-tabs .nav-item .nav-link .v-plus-icon {
  font-size: 20px;
  color: var(--inn-neutral);
  border-color: var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  .faq-desktop .faq-tabs .nav-item .nav-link {
    margin-right: 30px;
  }
}
.faq-desktop .faq-tabs .nav-item .nav-link.active,
.faq-desktop .faq-tabs .nav-item .nav-link:hover {
  margin-right: 0;
}
.faq-desktop .faq-tabs .nav-item .nav-link .faq-minus {
  display: none;
}
.faq-desktop .faq-tabs .nav-item .nav-link.active .faq-plus {
  display: none;
}
.faq-desktop .faq-tabs .nav-item .nav-link.active .faq-minus {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .faq-desktop .faq-tabs .nav-item .nav-link {
    font-size: var(--inn-h4-font-size-mobile);
  }
}
.faq-desktop .faq-tabs .nav-item.v-cat-id-2 .nav-link {
  background: var(--inn-third);
  border-color: var(--inn-third);
  color: var(--inn-neutral);
}
.faq-desktop .faq-tabs .nav-item.v-cat-id-3 .nav-link {
  background: var(--inn-secondary);
  border-color: var(--inn-secondary);
  color: var(--inn-neutral);
}
.faq-desktop .faq-tabs .nav-item.v-cat-id-4 .nav-link {
  background: var(--inn-fourth);
  border-color: var(--inn-fourth);
  color: var(--inn-neutral);
}
.faq-desktop .faq-tab-questions .inner-faq-tab-pane {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.faq-desktop .faq-container .v-plus-icon {
  font-size: 20px;
}
.faq-desktop .faq-container .faq-tab-card {
  border-radius: 15px;
}
.faq-desktop .faq-container .faq-tab-card .faq-link .faq-plus {
  display: none;
}
.faq-desktop .faq-container .faq-tab-card .faq-link.collapsed .faq-plus {
  display: flex;
}
.faq-desktop .faq-container .faq-tab-card .faq-link.collapsed .faq-minus {
  display: none!important;
}
.faq-desktop .faq-container .faq-tab-card .faq-link .question {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--inn-neutral) !important;
  align-items: center;
  padding-bottom: 8px;
  font-weight: 700;
}
.faq-desktop .faq-container .faq-tab-card .faq-body {
  padding-top: 20px;
}
.faq-desktop .faq-container.v-faqs-id-1 .v-plus-icon {
  color: var(--inn-primary);
  border-color: var(--inn-primary);
}
.faq-desktop .faq-container.v-faqs-id-2 .v-plus-icon {
  color: var(--inn-third);
  border-color: var(--inn-third);
}
.faq-desktop .faq-container.v-faqs-id-3 .v-plus-icon {
  color: var(--inn-secondary);
  border-color: var(--inn-secondary);
}
.faq-desktop .faq-container.v-faqs-id-4 .v-plus-icon {
  color: var(--inn-fourth);
  border-color: var(--inn-fourth);
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
body {
  font-size: var(--inn-body-font-size);
  color: var(--inn-neutral);
  font-family: var(--inn-main-font);
  font-weight: var(--inn-body-font-weight);
  overflow-x: hidden;
  max-width: 100vw;
}
@media only screen and (max-width: 767px) {
  body {
    font-weight: var(--inn-body-font-weight-mobile);
  }
}
.v-burger-container {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .v-burger-container {
    display: block;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.content-wrapper {
  box-sizing: border-box;
  max-width: var(--inn-container-width);
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inside {
  max-width: var(--inn-container-width);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: auto;
}
.inside section:last-child,
.inside div:last-child {
  margin-bottom: 0;
}
.swiper-container {
  padding-left: 0!important;
  padding-right: 0!important;
}
img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.logo-loader.loaded {
  opacity: 0;
  z-index: -1;
}
.logo-loader img {
  width: 50vw;
}
section > div {
  display: flex;
}
section > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section.colcount_2 .col_1 {
    margin-bottom: 40px;
  }
  section > div {
    margin-bottom: 40px;
  }
  section > div:last-of-type {
    margin-bottom: 0;
  }
}
/*Header*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
}
#header .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .inside .logo {
  max-width: 20%;
}
#header .inside .logo img {
  width: 100%;
}
#header .inside .v-logo-2 {
  display: none;
}
#header .inside .header-nav li {
  display: inline-block;
}
#header .inside .header-nav a,
#header .inside .header-nav strong {
  color: inherit;
  text-decoration: none;
}
#header-nav-mod {
  width: 100%;
  overflow: visible;
}
#header-nav-mod #header-nav-inh {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header-nav-mod #header-nav-inh .header-nav ul {
  grid-gap: 20px;
}
/*Header end*/
/*Footer*/
#footer .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .inside .footer-lower-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-lower-container {
    flex-direction: column;
  }
}
#footer .inside .v-logo {
  max-width: 200px;
}
#footer .inside #footer-mod {
  width: 100%;
}
#footer .inside #footer-mod #footer-inh {
  width: 100%;
}
#footer .inside .footer-nav ul {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  #footer .inside .footer-nav ul {
    flex-wrap: wrap;
  }
}
#footer .inside .footer-nav ul li {
  display: flex;
  align-items: center;
}
#footer .inside .footer-nav ul li:after {
  content: "|";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .inside .footer-nav ul li:last-child:after {
  display: none;
}
#footer .inside .footer-nav ul li a {
  text-decoration: none;
}
/*Footer end*/
/*Slider*/
#slider-start .inside {
  max-width: 100%;
  padding: 0;
}
/*Slider end*/
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed!important;
  top: 0;
  bottom: 0;
  background: white;
  left: 0;
  z-index: 9999999999!important;
}
.percentage {
  z-index: 100;
  text-align: center;
  color: var(--inn-neutral);
  line-height: 30px;
  font-size: 15px;
}
.loader {
  height: 13vw;
  max-width: 15vw;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media only screen and (max-width: 767px) {
  .loader {
    max-width: 50vw;
    height: 30vw;
  }
}
.loader svg {
  width: 100%;
  height: auto;
}
.percentage {
  position: relative;
  z-index: 99999;
  font-family: var(--inn-head-font);
  font-size: 200%;
  color: var(--inn-primary);
}
.loader:after,
.percentage:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trackbar {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}
#Rectangle {
  width: 0;
  fill: var(--inn-primary);
}
.loadbar {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}
.glow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
}
@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}
#loader {
  height: 0;
}
#loader .inside {
  padding: 0!important;
  height: 0!important;
}
@media only screen and (min-width: 999px) {
  .v-mobile-header-icons,
  .navigation,
  .burger,
  .v-mobile {
    display: none!important;
  }
}
@media only screen and (max-width: 1200px) {
  #header .header-nav li:after {
    background: blue;
  }
}
@media only screen and (max-width: 1000px) {
  .header-nav {
    display: none;
  }
  .v-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.reverse-sec-mobile {
    flex-direction: column-reverse;
  }
  section > div {
    width: 100%!important;
    padding: 0;
    margin: 0;
  }
}
/*Burger mobil navigation*/
.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid white;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
  position: relative;
  z-index: 9999;
  margin-bottom: 0;
}
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid white;
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid white;
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-check {
  display: none;
}
.burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger-check:checked ~ .burger:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger-check:checked ~ .burger:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigation ul li:after {
  content: "";
  width: 45%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background: white;
  height: 2px;
  display: block;
}
.navigation ul li:last-child:after {
  display: none;
}
.navigation ul li:last-child {
  padding-right: 0px!important;
}
.navigation li a.nav-active {
  border-bottom: 0px solid blue!important;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden!important;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  background: var(--inn-neutral);
  position: fixed;
  left: 0;
  top: -150%;
  z-index: 7777;
}
.navigation li {
  color: white;
  text-align: center;
  display: block;
}
.navigation li a,
.navigation li strong {
  color: white;
  text-decoration: none;
}
.navigation li:after {
  display: none!important;
}
.navigation ul {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.navigation ul li a:hover,
.navigation ul li strong {
  border-bottom: 2px solid var(--inn-primary);
}
.navigation ul li a.u-kontakt-button {
  background: white;
  color: var(--inn-primary);
  padding: 0.1em 0.7em;
  transition: 0.5s all ease-in-out;
}
.navigation ul li a.u-kontakt-button:hover {
  background: var(--inn-primary);
  color: white;
}
.burger-check:checked ~ .navigation,
.navigation.show-nav {
  display: flex;
  align-items: center;
  top: 0;
}
.burger-check:checked ~ .navigation ul li {
  opacity: 1!important;
  -webkit-transition: opactiy 0.3s ease-in-out;
  transition: opactiy 0.3s ease-in-out;
}
body {
  line-height: 1.5;
}
#header {
  background-color: var(--inn-lightgrey);
  display: block;
}
#header .v-burger-container {
  max-width: 32px;
}
#header .inside {
  display: block;
  padding-top: 18px;
}
@media (max-width: 1150px) {
  #header .inside .header-upper {
    display: none;
  }
}
#header .inside #header-nav-inh {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header .inside #header-nav-inh .v-button {
    display: none;
  }
}
#header .inside #header-nav-inh .header-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inside #header-nav-inh .header-lower .header-right {
  grid-gap: 24px;
}
#header .inside #header-nav-inh .header-lower .header-right .header-nav ul {
  grid-gap: 0;
}
#header .inside #header-nav-inh .header-lower .header-right .header-nav ul li {
  margin-right: 32px;
  padding-right: 32px;
  border-right: 1px solid var(--inn-neutral);
}
#header .inside #header-nav-inh .header-lower .header-right .header-nav ul li a {
  display: block;
}
#header .inside #header-nav-inh .header-lower .header-right .header-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#header .header-upper {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--inn-neutral);
}
#header .logo {
  max-width: 350px !important;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  #header .logo {
    max-width: 250px !important;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    max-width: 45% !important;
  }
}
#header.scrolled-header .logo {
  max-width: 200px!important;
}
#header.header-show-nav {
  border-bottom: 1px solid var(--inn-neutral);
}
.navigation {
  background-color: var(--inn-lightgrey);
  color: var(--inn-neutral);
  overflow-y: scroll!important;
  max-height: 100vh!important;
  display: block!important;
}
.navigation #mobile-nav-inh {
  padding-top: 35vw;
  width: 100%;
  position: relative;
  height: 100vh;
}
.navigation nav {
  margin-bottom: 30px;
}
.navigation nav li,
.navigation nav li a,
.navigation nav li strong {
  color: var(--inn-neutral);
  font-size: 20px;
  border-bottom: none!important;
}
.navigation nav ul li {
  min-width: 10em;
}
.navigation nav ul li:after {
  content: '';
  display: block!important;
  height: 2px;
  width: 100%;
  background-color: var(--inn-neutral);
  margin-top: 10px;
}
.navigation nav ul li:last-child:after {
  display: none!important;
}
.navigation .v-icons-container-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: center!important;
  margin-top: 20px;
  margin-bottom: 40px;
}
.navigation .v-icons-container-element img {
  min-width: 32px;
}
.navigation .v-icons-container-element a {
  order: 99;
}
.navigation .v-icons-container-element a span {
  display: none;
}
.navigation .v-icons-container-element a:last-child {
  width: 100%;
  order: 1;
  justify-content: center!important;
}
.navigation .v-icons-container-element a:last-child span {
  display: block;
}
.navigation .nav-opening-times-container {
  background-color: var(--inn-primary);
  color: white;
  padding: 20px;
}
.navigation .nav-opening-times-container .content-text {
  font-size: 25px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.navigation .nav-opening-times-container .content-text p {
  margin: 0;
}
.navigation #header-icons-inh {
  margin-top: 50px;
}
.v-button a {
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.v-hero .v-hero-images {
  display: flex;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .v-hero .v-hero-images {
    flex-direction: column;
  }
}
.v-hero .v-hero-content .v-hero-headline h1 {
  font-size: 55.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--inn-primary);
  line-height: 1.4;
}
.v-hero .v-hero-content .v-hero-headline h1 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .v-hero .v-hero-content .v-hero-headline h1 {
    font-size: 3.84vw;
  }
}
@media only screen and (max-width: 767px) {
  .v-hero .v-hero-content .v-hero-headline h1 {
    font-size: 9vw;
  }
}
.v-headline .upper-headline {
  border-left: 4px solid var(--inn-primary);
  padding-left: 10px;
  padding-top: 20px;
  margin-bottom: 60px;
}
.v-headline .upper-headline > h1,
.v-headline .upper-headline > h2,
.v-headline .upper-headline > h3 {
  color: var(--inn-primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
.v-headline .v-subheadline {
  margin-top: 3px;
}
.v-headline .v-subheadline h2,
.v-headline .v-subheadline h3,
.v-headline .v-subheadline h4,
.v-headline .v-subheadline h5 {
  font-size: 25px;
}
#start-hero {
  position: relative;
}
#start-hero .inside {
  padding-top: 0;
}
#start-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--inn-lightgrey);
}
@media only screen and (max-width: 767px) {
  #start-hero:before {
    height: 40%;
  }
}
.single-nav-cta-grid-item {
  background-color: var(--inn-lightgrey);
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.single-nav-cta-grid-item .single-nav-cta-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.single-nav-cta-grid-item .single-nav-cta-item-inner .single-nav-cta-title {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-nav-cta-grid-item .single-nav-cta-item-inner .single-nav-cta-title h3 {
  font-weight: 700;
  text-align: center;
  hyphens: auto;
}
@media only screen and (max-width: 767px) {
  .single-nav-cta-grid-item .single-nav-cta-item-inner .single-nav-cta-title h3 {
    font-size: 20px;
  }
}
.single-nav-cta-grid-item:hover {
  background-color: var(--inn-primary);
}
.v-contact-cta-element {
  position: relative;
}
.v-contact-cta-element .contact-cta-image img {
  min-height: 25em;
  object-fit: cover;
}
.v-contact-cta-element .contact-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.v-contact-cta-element .contact-cta-overlay .v-button.v-primary a {
  color: var(--inn-neutral);
}
.v-contact-cta-element .contact-cta-overlay .v-button.v-primary a:hover {
  color: var(--inn-neutral);
  border-color: var(--inn-neutral);
}
.v-contact-cta-element .contact-cta-overlay .v-button.v-neutral img {
  filter: invert(1);
}
.v-contact-cta-element .contact-cta-overlay .v-button.v-neutral:hover img {
  filter: invert(0);
}
.v-contact-cta-element .contact-cta-overlay .inside {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta {
  display: flex;
  grid-gap: 20px;
  height: 100%;
  justify-content: space-between;
}
.v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .v-contact-cta-headline h2 {
  font-weight: 700;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .v-contact-cta-headline h2 {
    font-size: 35px;
  }
}
.v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .v-contact-cta-headline h2 strong {
  color: var(--inn-primary);
}
.v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .v-contact-cta-icon {
  display: flex;
  align-items: flex-start;
  min-width: 500px;
}
@media only screen and (max-width: 1200px) {
  .v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .v-contact-cta-icon {
    display: none;
  }
}
.v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .cta-buttons {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .cta-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .contact-cta-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  max-width: 670px;
}
@media only screen and (max-width: 1200px) {
  .v-contact-cta-element .contact-cta-overlay .inside .inner-contact-cta .contact-cta-content {
    max-width: 100%;
  }
}
.v-contact-cta-element .contact-cta-overlay.no-icon .contact-cta-content {
  align-items: flex-end !important;
  padding-bottom: 60px;
}
#s-about-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: flex-end;
}
#s-about-image-grid .content-gallery {
  padding-bottom: 50px;
}
#s-about-image-grid .content-gallery ul {
  display: grid;
  grid-gap: 20px;
}
#s-about-row {
  align-items: flex-end;
}
#s-about-row .v-button {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #s-about-row {
    grid-gap: 60px;
    grid-template-columns: 1fr!important;
  }
  #s-about-row .v-button {
    margin-top: 60px;
  }
  #s-about-row .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
.v-max-width-900 {
  max-width: 900px;
}
.v-grey-box {
  display: flex;
  background-color: var(--inn-lightgrey);
  align-items: center;
  justify-content: center;
  padding: 50px;
  font-weight: 700;
  text-align: center;
  height: 100%;
  font-size: 25px;
}
.v-grey-box.v-grey-box-icon {
  flex-direction: column;
  grid-gap: 30px;
}
.v-grey-box-normal,
.v-primary-box {
  background-color: var(--inn-lightgrey);
  padding: 25px 35px;
}
.v-grey-box-normal h4,
.v-primary-box h4 {
  margin-bottom: 30px;
}
.v-grey-box-normal p,
.v-primary-box p {
  line-height: 1.8;
}
.v-primary-box {
  background-color: var(--inn-primary);
}
#s-praxis-row .col-3 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #s-praxis-row .col-3 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #s-praxis-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  #s-praxis-row .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
.custom-pagination-container .pagination-inside {
  height: 50px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--inn-neutral) !important;
  width: 10px;
  height: 10px;
  border-width: 3px!important;
  box-sizing: border-box;
}
.custom-pagination-container .pagination-inside .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--inn-primary);
  border-color: var(--inn-primary) !important;
}
.v-opening-times-element .v-opening-times {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.v-opening-times-element .v-opening-times .v-opening-times-additional-text {
  margin-top: 20px;
}
.v-single-element-opening-times .inner-opening-times {
  display: grid;
  grid-template-columns: 6em 1fr;
  grid-gap: 20px;
}
#footer-block {
  background-color: var(--inn-lightgrey);
}
#footer-block .inside {
  padding-bottom: 50px;
  padding-top: 80px;
}
@media only screen and (max-width: 1000px) {
  #footer-block .inside {
    padding-top: 50px;
  }
}
#footer-block #footer-block-mod,
#footer-block #footer-block-inh {
  overflow: visible;
}
#footer-block #footer-block-row {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
@media only screen and (max-width: 1000px) {
  #footer-block #footer-block-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer-block #footer-block-row .v-logo {
  position: relative;
  transform: translateY(-40%);
  overflow: visible;
}
@media only screen and (max-width: 1000px) {
  #footer-block #footer-block-row .v-logo {
    transform: translateY(0);
  }
}
#footer-block #footer-block-row .ce_column:last-child {
  max-width: 14em;
}
#footer-block #footer-block-row .ce_column {
  overflow: visible;
}
@media only screen and (max-width: 1000px) {
  #footer-block #footer-block-row .ce_column:nth-child(2),
  #footer-block #footer-block-row .ce_column:nth-child(3) {
    display: none;
  }
}
#footer-block .v-footer-small-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5 !important;
}
#footer-block .v-footer-small-headline p {
  line-height: 1.5 !important;
}
#footer-block .row .ce_column:nth-child(3) .content-text p {
  line-height: 1.7;
}
#footer .inside {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-nav ul {
    justify-content: center;
  }
}
.v-leistungen-icons-element .v-leistungen-icons {
  display: grid;
  grid-gap: 60px;
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-gap: 20px;
  grid-gap: 150px;
}
@media only screen and (max-width: 767px) {
  .v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    align-items: flex-start;
  }
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: var(--inn-lightgrey);
  padding: 25px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  grid-gap: 20px;
  min-height: 240px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline {
    box-shadow: none;
    padding: 40px 10px;
  }
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline h3 {
  font-size: 25px;
  font-weight: 700;
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline h3 p {
  margin-bottom: 0;
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 50px solid var(--inn-lightgrey);
  z-index: 2;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline:after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid var(--inn-lightgrey);
  }
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline:before {
  content: '';
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 51px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistung-icon-headline:before {
    display: none;
  }
}
.v-leistungen-icons-element .v-leistungen-icons .v-single-element-leistungen-icons .inner-leistungen-icons .v-leistungen-icons-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#a-about-me-row {
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #a-about-me-row {
    grid-template-columns: 1fr!important;
  }
  #a-about-me-row .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
#a-about-me-row-2 {
  margin-top: 120px;
}
#a-about-me-row-2 h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #a-about-me-row-2 {
    grid-template-columns: 1fr!important;
  }
  #a-about-me-row-2 .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
.v-team-group-headline {
  display: none;
}
#a-about-me-row-3 {
  margin-top: 120px;
  background-color: var(--inn-lightgrey);
  padding: 32px;
}
#a-about-me-row-3 h4 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #a-about-me-row-3 {
    grid-template-columns: 1fr!important;
  }
  #a-about-me-row-3 .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
h4 {
  margin: 0;
}
.content-text h4 {
  font-size: 25px;
  font-weight: 700;
}
.v-single-team .team-content {
  background-color: var(--inn-lightgrey);
  text-align: center;
  padding: 20px;
  font-size: 25px;
}
.v-single-team .team-content h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .v-single-team .team-content h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .v-single-team .team-content .team-job {
    font-size: 18px;
  }
}
#a-praxis-row-1 {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  grid-gap: 100px 20px;
}
#a-praxis-row-1 .ce_column {
  grid-column: span 1 / span 1;
}
#a-praxis-row-1 .content-gallery ul {
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  #a-praxis-row-1 {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  #a-praxis-row-1 .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .v-hide-mobile {
    display: none;
  }
}
#a-praxis-row-2 {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  #a-praxis-row-2 {
    margin-top: 60px;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  #a-praxis-row-2 .ce_column {
    grid-column: span 1 / span 1 !important;
  }
  #a-praxis-row-2 .row-span-2 {
    order: 99;
  }
}
#a-contact-row-1 .ce_column > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #a-contact-row-1 {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  #a-contact-row-1 .ce_column {
    grid-column: span 1 / span 1 !important;
  }
}
#a-contact-row-2 {
  margin-top: 80px;
  position: relative;
  grid-gap: 40px 80px!important;
}
#a-contact-row-2:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--inn-neutral);
}
@media only screen and (max-width: 767px) {
  #a-contact-row-2:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #a-contact-row-2 {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-gap: 0!important;
  }
  #a-contact-row-2 .ce_column {
    grid-column: span 1 / span 1 !important;
  }
  #a-contact-row-2 .ce_column:nth-child(2) {
    border-top: 2px solid var(--inn-neutral);
    padding-top: 40px;
    margin-top: 20px;
  }
}
.v-downloads-icon-element .v-single-element-downloads-icon {
  background-color: var(--inn-lightgrey);
  transition: all 0.3s ease-in-out;
  padding: 55px 35px;
}
.v-downloads-icon-element .v-single-element-downloads-icon .inner-downloads-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 40px;
}
.v-downloads-icon-element .v-single-element-downloads-icon h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.v-downloads-icon-element .v-single-element-downloads-icon:hover {
  background-color: var(--inn-primary);
}
.v-opening-times-button-container {
  display: flex;
  position: fixed;
  right: 0;
  top: 20%;
  background-color: var(--inn-primary);
  color: white;
  z-index: 777;
  transform: translateX(100%) translateX(-76px);
  transition: all 0.3s ease-in-out;
}
.v-opening-times-button-container p {
  margin: 0;
}
.v-opening-times-button-container .v-opening-times-button {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.v-opening-times-button-container .v-opening-times-button i {
  transition: all 0.3s ease-in-out;
  font-size: 25px;
}
.v-opening-times-button-container .v-opening-times-button .v-opening-times-button-text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  transform: rotate(180deg);
}
.v-opening-times-button-container #opening-times-mod {
  padding-top: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 2px solid white;
  padding-left: 30px;
  padding-right: 30px;
}
.v-opening-times-button-container:hover {
  transform: translateX(0);
}
.v-opening-times-button-container:hover i {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .v-opening-times-button-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mod_article .inside > .v-button {
    margin-top: 40px;
  }
}
