@charset "UTF-8";
/**
 * Enable smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body header {
  width: 100%;
}
@media (min-width: 576px) {
  body {
    padding: 1rem;
  }
  body header {
    width: calc(100% - 2rem);
  }
}
body.layout-1 {
  background-color: #3c0a65;
}
body.layout-1 .logo .st0 {
  fill: #00eef7;
}
body.layout-1 .logo .st1 {
  fill: #3c0a65;
}
body.layout-1 .phone a {
  color: #3c0a65;
}
body.layout-1 .color-background {
  color: #d12482 !important;
}
body.layout-1 .color-background a {
  color: inherit;
}
body.layout-1 .color-border {
  color: #3c0a65 !important;
}
body.layout-1 .color-border a {
  color: inherit;
}
body.layout-1 .color-accent {
  color: #00eef7 !important;
}
body.layout-1 .color-accent a {
  color: inherit;
}
body.layout-1 .btn.btn-background {
  background-color: #d12482;
}
body.layout-1 .btn.btn-border {
  background-color: #3c0a65;
}
body.layout-1 .btn.btn-accent {
  background-color: #00eef7;
}
body.layout-1 .hgb-section.hgb-section-backgroundColor {
  background-color: #d12482;
}
body.layout-1 .hgb-section.hgb-section-borderColor {
  background-color: #3c0a65;
}
body.layout-1 .hgb-section.hgb-section-accentColor {
  background-color: #00eef7;
}
body.layout-1 .hgb-box-backgroundColor {
  background-color: #d12482;
}
body.layout-1 .hgb-box-backgroundColor.hgb-box-alpha-90 {
  background-color: rgba(209, 36, 130, 0.9);
}
body.layout-1 .hgb-box-backgroundColor.hgb-box-alpha-70 {
  background-color: rgba(209, 36, 130, 0.7);
}
body.layout-1 .hgb-box-backgroundColor.hgb-box-alpha-50 {
  background-color: rgba(209, 36, 130, 0.5);
}
body.layout-1 .hgb-box-borderColor {
  background-color: #3c0a65;
}
body.layout-1 .hgb-box-borderColor.hgb-box-alpha-90 {
  background-color: rgba(60, 10, 101, 0.9);
}
body.layout-1 .hgb-box-borderColor.hgb-box-alpha-70 {
  background-color: rgba(60, 10, 101, 0.7);
}
body.layout-1 .hgb-box-borderColor.hgb-box-alpha-50 {
  background-color: rgba(60, 10, 101, 0.5);
}
body.layout-1 .hgb-box-accentColor {
  background-color: #00eef7;
}
body.layout-1 .hgb-box-accentColor.hgb-box-alpha-90 {
  background-color: rgba(0, 238, 247, 0.9);
}
body.layout-1 .hgb-box-accentColor.hgb-box-alpha-70 {
  background-color: rgba(0, 238, 247, 0.7);
}
body.layout-1 .hgb-box-accentColor.hgb-box-alpha-50 {
  background-color: rgba(0, 238, 247, 0.5);
}
body.layout-1 .modal-content.hgb-modal-backgroundColor {
  background-color: #d12482;
}
body.layout-1 .modal-content.hgb-modal-borderColor {
  background-color: #3c0a65;
}
body.layout-1 .modal-content.hgb-modal-accentColor {
  background-color: #00eef7;
}
body.layout-1 .collapse-toggle.backgroundColor {
  background-color: #d12482;
}
body.layout-1 .collapse-toggle.backgroundColor:before {
  border-bottom-color: #d12482;
}
body.layout-1 .collapse-toggle.backgroundColor:after {
  border-top-color: #d12482;
}
body.layout-1 .collapse-toggle.borderColor {
  background-color: #3c0a65;
}
body.layout-1 .collapse-toggle.borderColor:before {
  border-bottom-color: #3c0a65;
}
body.layout-1 .collapse-toggle.borderColor:after {
  border-top-color: #3c0a65;
}
body.layout-1 .collapse-toggle.accentColor {
  background-color: #00eef7;
}
body.layout-1 .collapse-toggle.accentColor:before {
  border-bottom-color: #00eef7;
}
body.layout-1 .collapse-toggle.accentColor:after {
  border-top-color: #00eef7;
}
body.layout-2 {
  background-color: #5dd63b;
}
body.layout-2 .logo .st0 {
  fill: #00eef7;
}
body.layout-2 .logo .st1 {
  fill: #5dd63b;
}
body.layout-2 .phone a {
  color: #5dd63b;
}
body.layout-2 .color-background {
  color: #003f00 !important;
}
body.layout-2 .color-background a {
  color: inherit;
}
body.layout-2 .color-border {
  color: #5dd63b !important;
}
body.layout-2 .color-border a {
  color: inherit;
}
body.layout-2 .color-accent {
  color: #00eef7 !important;
}
body.layout-2 .color-accent a {
  color: inherit;
}
body.layout-2 .btn.btn-background {
  background-color: #003f00;
}
body.layout-2 .btn.btn-border {
  background-color: #5dd63b;
}
body.layout-2 .btn.btn-accent {
  background-color: #00eef7;
}
body.layout-2 .hgb-section.hgb-section-backgroundColor {
  background-color: #003f00;
}
body.layout-2 .hgb-section.hgb-section-borderColor {
  background-color: #5dd63b;
}
body.layout-2 .hgb-section.hgb-section-accentColor {
  background-color: #00eef7;
}
body.layout-2 .hgb-box-backgroundColor {
  background-color: #003f00;
}
body.layout-2 .hgb-box-backgroundColor.hgb-box-alpha-90 {
  background-color: rgba(0, 63, 0, 0.9);
}
body.layout-2 .hgb-box-backgroundColor.hgb-box-alpha-70 {
  background-color: rgba(0, 63, 0, 0.7);
}
body.layout-2 .hgb-box-backgroundColor.hgb-box-alpha-50 {
  background-color: rgba(0, 63, 0, 0.5);
}
body.layout-2 .hgb-box-borderColor {
  background-color: #5dd63b;
}
body.layout-2 .hgb-box-borderColor.hgb-box-alpha-90 {
  background-color: rgba(93, 214, 59, 0.9);
}
body.layout-2 .hgb-box-borderColor.hgb-box-alpha-70 {
  background-color: rgba(93, 214, 59, 0.7);
}
body.layout-2 .hgb-box-borderColor.hgb-box-alpha-50 {
  background-color: rgba(93, 214, 59, 0.5);
}
body.layout-2 .hgb-box-accentColor {
  background-color: #00eef7;
}
body.layout-2 .hgb-box-accentColor.hgb-box-alpha-90 {
  background-color: rgba(0, 238, 247, 0.9);
}
body.layout-2 .hgb-box-accentColor.hgb-box-alpha-70 {
  background-color: rgba(0, 238, 247, 0.7);
}
body.layout-2 .hgb-box-accentColor.hgb-box-alpha-50 {
  background-color: rgba(0, 238, 247, 0.5);
}
body.layout-2 .modal-content.hgb-modal-backgroundColor {
  background-color: #003f00;
}
body.layout-2 .modal-content.hgb-modal-borderColor {
  background-color: #5dd63b;
}
body.layout-2 .modal-content.hgb-modal-accentColor {
  background-color: #00eef7;
}
body.layout-2 .collapse-toggle.backgroundColor {
  background-color: #003f00;
}
body.layout-2 .collapse-toggle.backgroundColor:before {
  border-bottom-color: #003f00;
}
body.layout-2 .collapse-toggle.backgroundColor:after {
  border-top-color: #003f00;
}
body.layout-2 .collapse-toggle.borderColor {
  background-color: #5dd63b;
}
body.layout-2 .collapse-toggle.borderColor:before {
  border-bottom-color: #5dd63b;
}
body.layout-2 .collapse-toggle.borderColor:after {
  border-top-color: #5dd63b;
}
body.layout-2 .collapse-toggle.accentColor {
  background-color: #00eef7;
}
body.layout-2 .collapse-toggle.accentColor:before {
  border-bottom-color: #00eef7;
}
body.layout-2 .collapse-toggle.accentColor:after {
  border-top-color: #00eef7;
}
body.layout-3 {
  background-color: #f12966;
}
body.layout-3 .logo .st0 {
  fill: #fef730;
}
body.layout-3 .logo .st1 {
  fill: #f12966;
}
body.layout-3 .phone a {
  color: #f12966;
}
body.layout-3 .color-background {
  color: #3c0a65 !important;
}
body.layout-3 .color-background a {
  color: inherit;
}
body.layout-3 .color-border {
  color: #f12966 !important;
}
body.layout-3 .color-border a {
  color: inherit;
}
body.layout-3 .color-accent {
  color: #fef730 !important;
}
body.layout-3 .color-accent a {
  color: inherit;
}
body.layout-3 .btn.btn-background {
  background-color: #3c0a65;
}
body.layout-3 .btn.btn-border {
  background-color: #f12966;
}
body.layout-3 .btn.btn-accent {
  background-color: #fef730;
}
body.layout-3 .hgb-section.hgb-section-backgroundColor {
  background-color: #3c0a65;
}
body.layout-3 .hgb-section.hgb-section-borderColor {
  background-color: #f12966;
}
body.layout-3 .hgb-section.hgb-section-accentColor {
  background-color: #fef730;
}
body.layout-3 .hgb-box-backgroundColor {
  background-color: #3c0a65;
}
body.layout-3 .hgb-box-backgroundColor.hgb-box-alpha-90 {
  background-color: rgba(60, 10, 101, 0.9);
}
body.layout-3 .hgb-box-backgroundColor.hgb-box-alpha-70 {
  background-color: rgba(60, 10, 101, 0.7);
}
body.layout-3 .hgb-box-backgroundColor.hgb-box-alpha-50 {
  background-color: rgba(60, 10, 101, 0.5);
}
body.layout-3 .hgb-box-borderColor {
  background-color: #f12966;
}
body.layout-3 .hgb-box-borderColor.hgb-box-alpha-90 {
  background-color: rgba(241, 41, 102, 0.9);
}
body.layout-3 .hgb-box-borderColor.hgb-box-alpha-70 {
  background-color: rgba(241, 41, 102, 0.7);
}
body.layout-3 .hgb-box-borderColor.hgb-box-alpha-50 {
  background-color: rgba(241, 41, 102, 0.5);
}
body.layout-3 .hgb-box-accentColor {
  background-color: #fef730;
}
body.layout-3 .hgb-box-accentColor.hgb-box-alpha-90 {
  background-color: rgba(254, 247, 48, 0.9);
}
body.layout-3 .hgb-box-accentColor.hgb-box-alpha-70 {
  background-color: rgba(254, 247, 48, 0.7);
}
body.layout-3 .hgb-box-accentColor.hgb-box-alpha-50 {
  background-color: rgba(254, 247, 48, 0.5);
}
body.layout-3 .modal-content.hgb-modal-backgroundColor {
  background-color: #3c0a65;
}
body.layout-3 .modal-content.hgb-modal-borderColor {
  background-color: #f12966;
}
body.layout-3 .modal-content.hgb-modal-accentColor {
  background-color: #fef730;
}
body.layout-3 .collapse-toggle.backgroundColor {
  background-color: #3c0a65;
}
body.layout-3 .collapse-toggle.backgroundColor:before {
  border-bottom-color: #3c0a65;
}
body.layout-3 .collapse-toggle.backgroundColor:after {
  border-top-color: #3c0a65;
}
body.layout-3 .collapse-toggle.borderColor {
  background-color: #f12966;
}
body.layout-3 .collapse-toggle.borderColor:before {
  border-bottom-color: #f12966;
}
body.layout-3 .collapse-toggle.borderColor:after {
  border-top-color: #f12966;
}
body.layout-3 .collapse-toggle.accentColor {
  background-color: #fef730;
}
body.layout-3 .collapse-toggle.accentColor:before {
  border-bottom-color: #fef730;
}
body.layout-3 .collapse-toggle.accentColor:after {
  border-top-color: #fef730;
}
body.layout-0, body.layout-4 {
  background-color: #006dd8;
}
body.layout-0 .logo .st0, body.layout-4 .logo .st0 {
  fill: #fef730;
}
body.layout-0 .logo .st1, body.layout-4 .logo .st1 {
  fill: #006dd8;
}
body.layout-0 .phone a, body.layout-4 .phone a {
  color: #006dd8;
}
body.layout-0 .color-background, body.layout-4 .color-background {
  color: #00eef7 !important;
}
body.layout-0 .color-background a, body.layout-4 .color-background a {
  color: inherit;
}
body.layout-0 .color-border, body.layout-4 .color-border {
  color: #006dd8 !important;
}
body.layout-0 .color-border a, body.layout-4 .color-border a {
  color: inherit;
}
body.layout-0 .color-accent, body.layout-4 .color-accent {
  color: #fef730 !important;
}
body.layout-0 .color-accent a, body.layout-4 .color-accent a {
  color: inherit;
}
body.layout-0 .btn.btn-background, body.layout-4 .btn.btn-background {
  background-color: #00eef7;
}
body.layout-0 .btn.btn-border, body.layout-4 .btn.btn-border {
  background-color: #006dd8;
}
body.layout-0 .btn.btn-accent, body.layout-4 .btn.btn-accent {
  background-color: #fef730;
}
body.layout-0 .hgb-section.hgb-section-backgroundColor, body.layout-4 .hgb-section.hgb-section-backgroundColor {
  background-color: #00eef7;
}
body.layout-0 .hgb-section.hgb-section-borderColor, body.layout-4 .hgb-section.hgb-section-borderColor {
  background-color: #006dd8;
}
body.layout-0 .hgb-section.hgb-section-accentColor, body.layout-4 .hgb-section.hgb-section-accentColor {
  background-color: #fef730;
}
body.layout-0 .hgb-box-backgroundColor, body.layout-4 .hgb-box-backgroundColor {
  background-color: #00eef7;
}
body.layout-0 .hgb-box-backgroundColor.hgb-box-alpha-90, body.layout-4 .hgb-box-backgroundColor.hgb-box-alpha-90 {
  background-color: rgba(0, 238, 247, 0.9);
}
body.layout-0 .hgb-box-backgroundColor.hgb-box-alpha-70, body.layout-4 .hgb-box-backgroundColor.hgb-box-alpha-70 {
  background-color: rgba(0, 238, 247, 0.7);
}
body.layout-0 .hgb-box-backgroundColor.hgb-box-alpha-50, body.layout-4 .hgb-box-backgroundColor.hgb-box-alpha-50 {
  background-color: rgba(0, 238, 247, 0.5);
}
body.layout-0 .hgb-box-borderColor, body.layout-4 .hgb-box-borderColor {
  background-color: #006dd8;
}
body.layout-0 .hgb-box-borderColor.hgb-box-alpha-90, body.layout-4 .hgb-box-borderColor.hgb-box-alpha-90 {
  background-color: rgba(0, 109, 216, 0.9);
}
body.layout-0 .hgb-box-borderColor.hgb-box-alpha-70, body.layout-4 .hgb-box-borderColor.hgb-box-alpha-70 {
  background-color: rgba(0, 109, 216, 0.7);
}
body.layout-0 .hgb-box-borderColor.hgb-box-alpha-50, body.layout-4 .hgb-box-borderColor.hgb-box-alpha-50 {
  background-color: rgba(0, 109, 216, 0.5);
}
body.layout-0 .hgb-box-accentColor, body.layout-4 .hgb-box-accentColor {
  background-color: #fef730;
}
body.layout-0 .hgb-box-accentColor.hgb-box-alpha-90, body.layout-4 .hgb-box-accentColor.hgb-box-alpha-90 {
  background-color: rgba(254, 247, 48, 0.9);
}
body.layout-0 .hgb-box-accentColor.hgb-box-alpha-70, body.layout-4 .hgb-box-accentColor.hgb-box-alpha-70 {
  background-color: rgba(254, 247, 48, 0.7);
}
body.layout-0 .hgb-box-accentColor.hgb-box-alpha-50, body.layout-4 .hgb-box-accentColor.hgb-box-alpha-50 {
  background-color: rgba(254, 247, 48, 0.5);
}
body.layout-0 .modal-content.hgb-modal-backgroundColor, body.layout-4 .modal-content.hgb-modal-backgroundColor {
  background-color: #00eef7;
}
body.layout-0 .modal-content.hgb-modal-borderColor, body.layout-4 .modal-content.hgb-modal-borderColor {
  background-color: #006dd8;
}
body.layout-0 .modal-content.hgb-modal-accentColor, body.layout-4 .modal-content.hgb-modal-accentColor {
  background-color: #fef730;
}
body.layout-0 .collapse-toggle.backgroundColor, body.layout-4 .collapse-toggle.backgroundColor {
  background-color: #00eef7;
}
body.layout-0 .collapse-toggle.backgroundColor:before, body.layout-4 .collapse-toggle.backgroundColor:before {
  border-bottom-color: #00eef7;
}
body.layout-0 .collapse-toggle.backgroundColor:after, body.layout-4 .collapse-toggle.backgroundColor:after {
  border-top-color: #00eef7;
}
body.layout-0 .collapse-toggle.borderColor, body.layout-4 .collapse-toggle.borderColor {
  background-color: #006dd8;
}
body.layout-0 .collapse-toggle.borderColor:before, body.layout-4 .collapse-toggle.borderColor:before {
  border-bottom-color: #006dd8;
}
body.layout-0 .collapse-toggle.borderColor:after, body.layout-4 .collapse-toggle.borderColor:after {
  border-top-color: #006dd8;
}
body.layout-0 .collapse-toggle.accentColor, body.layout-4 .collapse-toggle.accentColor {
  background-color: #fef730;
}
body.layout-0 .collapse-toggle.accentColor:before, body.layout-4 .collapse-toggle.accentColor:before {
  border-bottom-color: #fef730;
}
body.layout-0 .collapse-toggle.accentColor:after, body.layout-4 .collapse-toggle.accentColor:after {
  border-top-color: #fef730;
}

header {
  position: absolute;
  z-index: 100;
  padding: 2rem;
}
header .logo {
  width: 341px;
}
header .phone a {
  color: #006dd8;
  font-size: 1.2em;
}
header .phone a:hover {
  text-decoration: none;
}

.hgb-sharing-container {
  position: relative;
  z-index: 1000;
  display: inline-block;
}
.hgb-sharing-container.hgb-share-white .hgb-share-icon-bar {
  background-color: #ffffff;
}
.hgb-sharing-container.hgb-share-cyan .hgb-share-icon-bar {
  background-color: #00eef7;
}
.hgb-sharing-container.hgb-share-blue .hgb-share-icon-bar {
  background-color: #006dd8;
}
.hgb-sharing-container.hgb-share-red .hgb-share-icon-bar {
  background-color: #f12966;
}
.hgb-sharing-container.hgb-share-grey .hgb-share-icon-bar {
  background-color: #373737;
}

.hgb-sharing-more-container {
  position: absolute;
  top: 100%;
  right: 0;
  top: 37px;
  width: 37px;
  transition: opacity ease-out 0.3s;
  overflow: hidden;
}
.hgb-sharing-more-container.closed {
  height: 0;
  opacity: 0;
}
.hgb-sharing-more-container.open {
  opacity: 1;
}

.split {
  font-size: 2.2rem;
  line-height: 1.25;
}
@media (min-width: 576px) {
  .split {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .split {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .split {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .split {
    font-size: 6rem;
  }
}

span.backcolor {
  padding: 0 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
span.backcolor:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  width: 0;
  height: calc(100% + 0.2em);
  top: -0.1em;
  left: 0;
}
span.backcolor.blue.active {
  color: #00eef7 !important;
}
span.backcolor.blue:after {
  background-color: #006dd8;
}
span.backcolor.active:after {
  width: 100%;
}

.alert, .frame-alert-info, .frame-alert-success, .frame-alert-warning, .frame-alert-danger {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success, .frame-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr, .frame-alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link, .frame-alert-success .alert-link {
  color: #0b2e13;
}

.alert-info, .frame-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr, .frame-alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link, .frame-alert-info .alert-link {
  color: #062c33;
}

.alert-warning, .frame-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr, .frame-alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link, .frame-alert-warning .alert-link {
  color: #533f03;
}

.alert-danger, .frame-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, .frame-alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, .frame-alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.img-fluid, .img-layout-0, .img-layout-2, .img-layout-5, .img-layout-7 {
  max-width: 100%;
  height: auto;
}

.img-thumbnail, .img-layout-6, .img-layout-7 {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded, .img-layout-1, .img-layout-2 {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle, .img-layout-4, .img-layout-5 {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .frame-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex, .frame-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.position-static, .frame-position-static {
  position: static !important;
}

.position-relative, .frame-position-relative {
  position: relative !important;
}

.position-absolute, .frame-position-absolute {
  position: absolute !important;
}

.position-fixed, .frame-position-fixed {
  position: fixed !important;
}

.position-sticky, .frame-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top, .frame-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom, .frame-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top, .frame-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.ce-gallery .ce-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 767.98px) {
  .ce-gallery .ce-row figure.image {
    margin-bottom: 30px;
  }
  .ce-gallery .ce-row .col-sm-12 figure.image,
  .ce-gallery .ce-row .col-sm-6:last-child figure.image,
  .ce-gallery .ce-row .col-sm-4:last-child figure.image,
  .ce-gallery .ce-row .col-sm-3:last-child figure.image,
  .ce-gallery .ce-row .col-sm-2:last-child figure.image,
  .ce-gallery .ce-row .col-sm-1:last-child figure.image {
    margin-bottom: 0;
  }
}

/*
// --- tables ---
//
// all content tables
.ce-table-wrap {
  @extend .table-responsive;
}
.ce-table {
  @extend .table;
}
// default layout
.ce-table-0 {

}
// layout 1 - x
.ce-table-1 {
  @extend .table-striped;
}
.ce-table-2 {
  @extend .table-bordered;
}
.ce-table-3 {
  @extend .table-hover;
}
.ce-table-4 {
  @extend .table-condensed;
}
.ce-table-5 {
  @extend .table-striped;
  @extend .table-hover;
  @extend .table-condensed;
}
.ce-table-6 {
  @extend .table-bordered;
  @extend .table-hover;
}

// --- menus ---
//
.ce-menu {
  // menu type: pages and subpages
  &.ce-menu-p,
  &.ce-menu-sp {
  }

  // layout 1 - x
  &.ce-menu-layout-1 {
    @extend .nav;
    @extend .nav-pills;
  }
  &.ce-menu-layout-2 {
    @extend .nav;
    @extend .nav-pills;
    @extend .nav-stacked;
  }
  &.ce-menu-layout-3 {
    @extend .dropdown-menu;
  }
  &.ce-menu-layout-4 {
    @extend .dropdown-menu;
  }
}

// --- divs ---
//
.ce-div {

  &.ce-div-1 {
    border-top: 1px dashed #666;
  }

  &.ce-div-2 {
    border-top: 1px dotted #999;
  }

  &.ce-div-3 {
    border-top: 2px solid #e8e8e8;
  }
}*/
.hgb-animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

/**
 * Fade in down
 */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInDownInit {
  opacity: 0;
}

/**
 * Fade in up
 */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInUpInit {
  opacity: 0;
}

/**
 * Fade in left
 */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInLeftInit {
  opacity: 0;
}

/**
 * Fade out left
 */
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

/**
 * Fade in right
 */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInRightInit {
  opacity: 0;
}

/**
 * Fade out right
 */
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

/**
 * Fade in
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.fadeInInit {
  opacity: 0;
}

/**
 * Fade Out
 */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

/**
* Zoom in
*/
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

.zoomInInit {
  opacity: 0;
}

/**
 * Light over zoom
 */
@keyframes lightOverZoom {
  0% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
/**
 * Light fade in
 */
@keyframes lightFadeIn {
  0% {
    opacity: 0.8;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    opacity: 1;
  }
}
/**
 * Light zoom in
 */
@keyframes lightZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
  }
}
.lightZoomIn {
  animation-name: lightZoomIn;
}

.lightZoomInInit {
  opacity: 0;
}

/**
 * Fade in left speed
 */
@keyframes fadeInLeftSpeed {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.fadeInLeftSpeed {
  animation-name: fadeInLeftSpeed;
  animation-timing-function: ease-out;
}

.fadeInLeftSpeedInit {
  opacity: 0;
}

/**
 * Fade in right speed
 */
@keyframes fadeInRightSpeed {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.fadeInRightSpeed {
  animation-name: fadeInRightSpeed;
  animation-timing-function: ease-out;
}

.fadeInRightSpeedInit {
  opacity: 0;
}

/**
 * Fade in blur
 */
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.fadeInBlur {
  animation-name: fadeInBlur;
}

.fadeInBlurInit {
  opacity: 0;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

.zoomInLeftInit {
  opacity: 0;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

.zoomInRightInit {
  opacity: 0;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

.zoomInUpInit {
  opacity: 0;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

.zoomInDownInit {
  opacity: 0;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
.bounceIn.hgb-animation {
  animation-duration: 0.75s;
}

.bounceInInit {
  opacity: 0;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

.hgb-share-icon-bar {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/icons_bar.png) no-repeat 0 36px;
  background-size: cover;
}

.hgb-share-icon-bar-search {
  background-position: 0px 0px;
}

.hgb-share-icon-bar-download {
  background-position: 0px -36px;
}

.hgb-share-icon-bar-save {
  background-position: 0px -72px;
}

.hgb-share-icon-bar-section-pdf {
  background-position: 0px -108px;
}

.hgb-share-icon-bar-pdf {
  background-position: 0px -144px;
}

.hgb-share-icon-bar-facebook {
  background-position: 0px -180px;
}

.hgb-share-icon-bar-twitter {
  background-position: 0px -216px;
}

.hgb-share-icon-bar-share {
  background-position: 0px -252px;
}

.hgb-share-icon-bar-linkedin {
  background-position: 0px -288px;
}

.hgb-share-icon-bar-pinterest {
  background-position: 0px -324px;
}

.hgb-share-icon-bar-google {
  background-position: 0px -360px;
}

.hgb-share-icon-bar-youtube {
  background-position: 0px -396px;
}

.hgb-share-icon-bar-mail {
  background-position: 0px -432px;
}

.hgb-share-icon-bar-minus {
  background-position: 0px -468px;
}

.hgb-share-icon-bar-myspace {
  background-position: 0px -504px;
}

.hgb-share-icon-bar-menu {
  background-position: 0px -540px;
}

.open > .hgb-share-icon-bar-menu {
  background-position: 0px -576px;
}

.hgb-share-icon-bar-sidebar-toggle {
  background-position: 0px -252px;
}

.show-xs .hgb-share-icon-bar-sidebar-toggle {
  background-position: 0px -468px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hgb-share-icon-bar {
    background-image: url(../img/icons_bar_2x.png);
  }
}
.slick-arrow {
  background-color: transparent;
  opacity: 1;
  width: 30px;
  height: 20px;
  -webkit-appearance: none;
  text-indent: -9999px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease-out;
}
.slick-arrow.slick-prev {
  background-image: url(../img/arrow_left.svg);
  margin-right: 12px;
}
.slick-arrow.slick-next {
  background-image: url(../img/arrow_right.svg);
  margin-left: 12px;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.arrow-container {
  margin: 10px 0;
  text-align: center;
}

.slick-dots {
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.slick-dots li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 12px;
}
.slick-dots li a, .slick-dots li button {
  background: none;
  box-shadow: none;
  background-color: #000000;
  border: none;
  border-radius: 4px;
  height: 1px;
  text-indent: -9999px;
  width: 20px;
  padding: 0;
}
@media (min-width: 576px) {
  .slick-dots li a, .slick-dots li button {
    width: 80px;
    height: 2px;
  }
}
.slick-dots li.slick-active button {
  height: 3px;
}
@media (min-width: 576px) {
  .slick-dots li.slick-active button {
    height: 6px;
  }
}
.slick-dots li:last-child {
  margin-right: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: AvenirNext, Arial, Helvetica, sans-serif;
}

/**
 * Farben
 */
.color-additional {
  color: #373737 !important;
}
.color-additional a {
  color: inherit;
}

.black {
  color: #000000 !important;
}
.black a {
  color: inherit;
}

.white {
  color: #ffffff !important;
}
.white a {
  color: inherit;
}

/**
 * Styling
 */
::-moz-selection {
  background-color: #373737;
  color: #ffffff;
}
::selection {
  background-color: #373737;
  color: #ffffff;
}

.light {
  font-weight: 200;
}

.demibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  border-bottom: 1px solid;
  line-height: 1.5;
}

.serif {
  font-family: Bookmania, serif;
}

/**
 * Silbentrennung
 */
.hyphen {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: auto 3;
  -o-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-chars: auto 3;
  hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-lines: 2;
  -o-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
}

/**
* Fonts
*/
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-UltraLight.woff2") format("woff2"), url("../fonts/AvenirNext-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Bold.woff2") format("woff2"), url("../fonts/AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-Italic.woff2") format("woff2"), url("../fonts/AvenirNext-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-UltraLightItalic.woff2") format("woff2"), url("../fonts/AvenirNext-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-DemiBoldItalic.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNext-BoldItalic.woff2") format("woff2"), url("../fonts/AvenirNext-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bookmania';
  src: url("../fonts/Bookmania-SemiboldItalic.woff2") format("woff2"), url("../fonts/Bookmania-SemiboldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bookmania';
  src: url("../fonts/Bookmania-BoldItalic.woff2") format("woff2"), url("../fonts/Bookmania-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.btn {
  border-radius: 0;
}
.btn:hover {
  color: inherit;
}
.btn.btn-additional {
  background-color: #373737;
}
.btn.btn-black {
  background-color: #000000;
}
.btn.btn-white {
  background-color: #ffffff;
}

.hgb-section {
  position: relative;
  margin: 0 -15px;
}
.hgb-section.hgb-section-additionalColor {
  background-color: #373737;
}
.hgb-section.hgb-section-white {
  background-color: #ffffff;
}
.hgb-section.hgb-section-black {
  background-color: #000000;
}
.hgb-section.hgb-section-paragraph-margin p {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .hgb-section .container-fluid {
    padding: 0;
  }
}

.collapse .hgb-section {
  margin: 0;
}

.hgb-section-background {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.hgb-section-background.hgb-section-background-cover {
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
.hgb-section-background video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hgb-section-background video.hgb-section-video-center {
  height: 100%;
}
.hgb-section-background.hgb-section-background-height {
  background-attachment: scroll;
  height: 100%;
}

.hgb-section-background.contain {
  background-size: contain;
}

.touch .hgb-section-background {
  background-attachment: scroll;
}

.hgb-section-content {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}
.hgb-section-content.hgb-section-minheight-25 {
  min-height: 25vh;
}
.hgb-section-content.hgb-section-minheight-50 {
  min-height: 50vh;
}
.hgb-section-content.hgb-section-minheight-75 {
  min-height: 75vh;
}
.hgb-section-content.hgb-section-minheight-100 {
  min-height: 100vh;
}

.hgb-teaser {
  position: relative;
}

.hgb-teaser-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}
.hgb-teaser-content:hover {
  opacity: 1;
}

.hgb-box {
  position: relative;
}
.hgb-box.hgb-box-padding-1 {
  padding: 0.5em 0.5em;
}
.hgb-box.hgb-box-padding-2 {
  padding: 1em 1em;
}
.hgb-box.hgb-box-padding-4 {
  padding: 2em 2em;
}
.hgb-box.hgb-boxsize-image {
  position: relative;
}
.hgb-box.hgb-boxsize-image .hgb-box-image {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.hgb-box.hgb-boxsize-image .hgb-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hgb-box.hgb-boxsize-image.hgb-box-padding-1 {
  padding: 0;
}
.hgb-box.hgb-boxsize-image.hgb-box-padding-1 .hgb-box-content {
  padding: 0.5em 0.5em;
}
.hgb-box.hgb-boxsize-image.hgb-box-padding-2 {
  padding: 0;
}
.hgb-box.hgb-boxsize-image.hgb-box-padding-2 .hgb-box-content {
  padding: 1em 1em;
}
.hgb-box.hgb-boxsize-image.hgb-box-padding-4 {
  padding: 0;
}
.hgb-box.hgb-boxsize-image.hgb-box-padding-4 .hgb-box-content {
  padding: 2em 2em;
}
.hgb-box.hgb-box-video {
  overflow: hidden;
}
.hgb-box.hgb-box-video.hgb-boxsize-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hgb-box.hgb-box-video.hgb-boxsize-image .hgb-box-content {
  position: relative;
}

@media (min-width: 576px) {
  .hgb-box.hgb-box-padding-1 {
    padding: 1em 1em;
  }
  .hgb-box.hgb-box-padding-2 {
    padding: 2em 2em;
  }
  .hgb-box.hgb-box-padding-4 {
    padding: 2em 4em;
  }
}
.hgb-box-background {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hgb-box-content {
  position: relative;
  z-index: 1;
}

.hgb-box-additionalColor {
  background-color: #373737;
}
.hgb-box-additionalColor.hgb-box-alpha-90 {
  background-color: rgba(55, 55, 55, 0.9);
}
.hgb-box-additionalColor.hgb-box-alpha-70 {
  background-color: rgba(55, 55, 55, 0.7);
}
.hgb-box-additionalColor.hgb-box-alpha-50 {
  background-color: rgba(55, 55, 55, 0.5);
}

.hgb-box-white {
  background-color: #ffffff;
  color: inherit;
}
.hgb-box-white.hgb-box-alpha-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.hgb-box-white.hgb-box-alpha-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.hgb-box-white.hgb-box-alpha-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.hgb-box-black {
  background-color: #000000;
  color: inherit;
}
.hgb-box-black.hgb-box-alpha-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.hgb-box-black.hgb-box-alpha-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.hgb-box-black.hgb-box-alpha-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.hgb-box-image-container {
  overflow: hidden;
}

a:hover > .hgb-box .hgb-box-image {
  transform: scale3d(1.1, 1.1, 1.1);
}

.collapse-toggle {
  position: relative;
  margin: 2em auto;
  display: block;
  outline: none;
  font-size: 14px;
  padding: 0.5em 0;
  width: 2em;
  height: 2em;
  color: #fff !important;
  background-color: #000000;
  line-height: 1;
}
.collapse-toggle:focus {
  outline: none;
}
.collapse-toggle .collapse-text {
  font-size: 14px;
}
.collapse-toggle .expanded-text {
  display: none;
}
.collapse-toggle[aria-expanded=true] .expanded-text {
  display: block;
}
.collapse-toggle[aria-expanded=true] .collapse-text {
  display: none;
}
.collapse-toggle:hover, .collapse-toggle:focus {
  text-decoration: none;
}
.collapse-toggle.additionalColor {
  background-color: #373737;
}
.collapse-toggle.additionalColor:before {
  border-bottom-color: #373737;
}
.collapse-toggle.additionalColor:after {
  border-top-color: #373737;
}
.collapse-toggle.white {
  background-color: #ffffff;
}
.collapse-toggle.white:before {
  border-bottom-color: #ffffff;
}
.collapse-toggle.white:after {
  border-top-color: #ffffff;
}
.collapse-toggle.black {
  background-color: #000000;
}
.collapse-toggle.black:before {
  border-bottom-color: #000000;
}
.collapse-toggle.black:after {
  border-top-color: #000000;
}
.collapse-toggle.hide-expand-toggle {
  display: none;
}

.collapse-link {
  text-decoration: none;
}
.collapse-link:before {
  content: "+ ";
}
.collapse-link[aria-expanded=true]:before {
  content: "– ";
}
.collapse-link:hover, .collapse-link:focus {
  text-decoration: underline;
}

.modal .close {
  float: none;
  opacity: 1;
  margin-top: 5px;
}
.modal .close span {
  display: none;
}
.modal .close:before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 45px;
  background: url(../img/icon_close.svg) no-repeat 0 0;
}
.modal.hgb-modal-white .close {
  color: #000000;
}

.modal-lg .modal-footer {
  display: none;
}

.modal-xlg {
  height: calc(100vh - 100px);
}
@media (min-width: 576px) {
  .modal-xlg {
    height: calc(90vh - 120px);
  }
}
@media (min-width: 576px) and (min-aspect-ratio: 16 / 9) {
  .modal-xlg {
    height: calc(100vh - 40px);
  }
}

.modal-xlg .modal-body {
  padding: 0;
}
.modal-xlg .modal-footer {
  display: none;
}
@media (min-width: 576px) {
  .modal-xlg {
    width: 90%;
    max-width: 1199.98px;
  }
}

.modal-header {
  text-align: center;
  border-bottom: none;
}
.modal-header h3 {
  margin-left: 15px;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
}
.modal-content.hgb-modal-additionalColor {
  background-color: #373737;
}
.modal-content.hgb-modal-black {
  background-color: #000000;
}
.modal-content.hgb-modal-white {
  background-color: #ffffff;
}

#modal-help .slick-slide img {
  display: inline;
}

#hgb-fullscreen-video {
  position: fixed !important;
  z-index: 15000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100%  !important;
  display: none;
  background-color: #000;
}
#hgb-fullscreen-video .close {
  position: absolute;
  z-index: 10000;
  top: 40px;
  right: 40px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 40px;
  opacity: 0.5;
}
#hgb-fullscreen-video .close:hover {
  opacity: 1.0;
}
#hgb-fullscreen-video iframe {
  width: 100%;
  height: 100%;
  background-color: #000;
}

html.touch #hgb-fullscreen-video .close {
  top: 10px;
  right: 10px;
}
html.touch #hgb-fullscreen-video iframe {
  top: 10%;
  height: 90%;
  position: absolute;
}

video {
  max-width: 100%;
  height: auto;
}

.hgb-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  background: url(../img/icon_play_white.svg) no-repeat 50% 50%;
  background-size: 25% 45%;
}

.hgb-youtube-video {
  width: 640px;
  height: 360px;
  background: #000;
}
.hgb-youtube-video .hgb-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hgb-youtube-video.hgb-youtube-buttononly {
  text-align: center;
  background: transparent;
  width: auto;
  height: 120px;
  position: relative;
  padding-top: 80px;
  white-space: normal;
}
.hgb-youtube-video.hgb-youtube-buttononly .hgb-thumbnail {
  display: none;
}
.hgb-youtube-video.hgb-youtube-buttononly .hgb-play-overlay {
  background-size: 100% 75px;
  background-image: url(../img/icon_play_black.svg);
  background-position: center 0;
}
.hgb-youtube-video.hgb-youtube-buttononly.hgb-button-white {
  color: #fff;
}
.hgb-youtube-video.hgb-youtube-buttononly.hgb-button-white .hgb-play-overlay {
  background-image: url(../img/icon_play_white.svg);
}

.hgb-video-description {
  padding: 0.5em 0;
}

.hgb-video-hidden {
  display: none;
}

.hgb-video-button {
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */