/*
    Created on : Dec 30, 2017, 4:32:49 PM
    Author     : Adrian Mladen
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 460px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1340px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1620px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 460px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1340px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1620px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 460px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1340px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1620px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
html {
  font-family: 'Rubik', sans-serif;
  font-size: 10px; }

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

picture {
  display: block; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-family: 'Playfair Display', serif;
  text-decoration: none; }
  a:hover {
    opacity: 0.7; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4em;
  margin: 0;
  line-height: 1em; }

hr {
  border: none;
  height: 2px; }
  hr .g-dark {
    background-color: #242424; }

.text-uppercase {
  text-transform: uppercase; }

.text-no-uppercase {
  text-transform: none !important; }

.g-wrapper {
  max-width: 1040px; }

.g-small-wrapper {
  max-width: 790px; }

.g-overflow-hide {
  overflow: hidden;
  position: relative; }

.by-uppercase {
  text-transform: uppercase; }

.pt-1 {
  padding-top: 1rem; }

.pt-1--5 {
  padding-top: 1.5rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-5--5 {
  padding-bottom: 5.5rem; }

.pt-10 {
  padding-top: 10rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-1--5 {
  padding-bottom: 1.5rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-8 {
  padding-bottom: 8rem; }

.pb-10 {
  padding-bottom: 10rem; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-2--8 {
  margin-top: 2.8rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-10 {
  margin-top: 10rem; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-1--2 {
  margin-bottom: 1.2rem !important; }

.mb-1--25 {
  margin-bottom: 1.25rem !important; }

.mb-1--5 {
  margin-bottom: 1.5rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-2--75 {
  margin-bottom: 2.75rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-3--75 {
  margin-bottom: 3.75rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-6--5 {
  margin-bottom: 6.5rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.bg-primary {
  background-color: #10eafc; }

.g-full-width {
  width: 100%; }

.bg-secondary {
  background-color: #b3fd75; }

.bg-dark {
  background-color: #242424; }

.text-primary {
  color: #d6d6d6; }

.text-secondary {
  color: #b3fd75; }

.text-dark {
  color: #242424; }

.g-title-font {
  font-family: 'Playfair Display', serif; }

.g-list-disc {
  list-style: disc;
  padding-left: 1.6rem; }

.g-text-content {
  line-height: 1.3; }
  .g-text-content .g-btn {
    font-size: 2.15rem; }
  .g-text-content .row a {
    font-size: 2rem;
    line-height: 1.4em; }
  .g-text-content p {
    text-align: justify;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.4em; }
  .g-text-content ul {
    font-size: 1.6rem;
    font-weight: lighter; }
  .g-text-content .g-title {
    font-size: 2rem; }
  .g-text-content .g-social-media .g-icon {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    background-color: #b3fd75;
    border-radius: 50%; }
    .g-text-content .g-social-media .g-icon img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-height: 25px;
      max-width: 25px;
      fill: black !important; }
  .g-text-content .g-social-media .g-icon-circle {
    display: block;
    width: 45px;
    height: 45px; }

.g-btn {
  border: 1px solid transparent;
  outline: none;
  padding: 0.625rem 0.875rem;
  min-width: 200px;
  text-align: center;
  font-family: 'Rubik', sans-serif; }

.g-btn-primary {
  background-color: #b3fd75;
  color: #242424; }

.g-btn-full {
  display: block;
  width: 100%; }

.g-full-size {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .g-full-size:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.2); }

.g-slider img {
  display: block; }
.g-slider .g-slider-item {
  display: none; }
  .g-slider .g-slider-item.g-active {
    display: block; }

.g-ico-text {
  vertical-align: bottom; }
  .g-ico-text img {
    width: auto;
    height: 1.6rem; }

.g-invert {
  filter: invert(100%); }

.g-menu-bar {
  text-align: center;
  color: #b3fd75;
  padding: 2.7rem 0 0.5rem; }
  .g-menu-bar .g-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc; }

.g-mobile-logo {
  display: block;
  margin-bottom: 4px;
  padding-bottom: 30px;
  border-bottom: 1px solid #777; }
  .g-mobile-logo img {
    display: block;
    width: 380px;
    max-width: 80%;
    margin: auto; }

.g-menu-btn {
  margin-top: 10px !important;
  margin-bottom: 3px !important;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto; }
  .g-menu-btn span {
    position: absolute;
    display: block;
    width: 65%;
    height: 2px;
    background-color: #ccc;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .g-menu-btn span:nth-of-type(1) {
      top: 30%; }
    .g-menu-btn span:nth-of-type(2) {
      top: 0;
      bottom: 0; }
    .g-menu-btn span:nth-of-type(3) {
      bottom: 30%; }

.g-main-header {
  background-color: #191919;
  color: #d1d1d1;
  overflow: hidden;
  position: relative; }
  .g-main-header .g-nav-lang li {
    display: inline-block;
    position: relative;
    padding: 0 3px; }
    .g-main-header .g-nav-lang li.g-active {
      color: #b3fd75; }
    .g-main-header .g-nav-lang li a {
      padding: 3px;
      font-size: 14px;
      font-family: 'Rubik', sans-serif; }
    .g-main-header .g-nav-lang li:after {
      content: "";
      position: absolute;
      display: block;
      height: 100%;
      width: 1px;
      background-color: white;
      top: 0;
      right: -2px; }
    .g-main-header .g-nav-lang li:last-of-type:after {
      content: none; }

.g-main-nav {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #191919;
  z-index: 999; }
  .g-main-nav a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif; }
    .g-main-nav a:hover {
      opacity: 1;
      color: #b3fd75; }
  .g-main-nav > ul {
    position: relative;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .g-main-nav li.g-active {
    color: #b3fd75; }

@media screen and (max-width: 767px) {
  .g-main-header.g-menu-open .g-menu-btn {
    z-index: 9999;
    position: fixed;
    top: 15px;
    right: 15px; }
    .g-main-header.g-menu-open .g-menu-btn span:nth-of-type(1) {
      top: 0;
      bottom: 0;
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .g-main-header.g-menu-open .g-menu-btn span:nth-of-type(2) {
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .g-main-header.g-menu-open .g-menu-btn span:nth-of-type(3) {
      top: 0;
      bottom: 0;
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .g-main-header.g-menu-open .g-main-nav {
    overflow: visible;
    left: 0; }
    .g-main-header.g-menu-open .g-main-nav > ul > li {
      display: block;
      margin-bottom: 2rem; }
    .g-main-header.g-menu-open .g-main-nav a {
      font-size: 2rem; }
    .g-main-header.g-menu-open .g-main-nav .g-nav-lang {
      position: relative; }
      .g-main-header.g-menu-open .g-main-nav .g-nav-lang li {
        display: inline-block; } }
@media screen and (min-width: 767px) {
  .g-main-header .g-nav-lang {
    top: 21px;
    position: absolute;
    right: 15px;
    z-index: 999; } }
@media screen and (min-width: 1200px) {
  .g-main-header .g-nav-lang {
    top: 24px; } }
.g-title {
  margin-bottom: 20px; }

.g-hero {
  background-color: #10eafc;
  overflow: hidden; }
  .g-hero .g-banner {
    overflow: hidden;
    position: relative;
    height: 100%; }
    .g-hero .g-banner video {
      width: 100%;
      height: auto; }
  .g-hero .g-content {
    position: absolute;
    top: 45%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 3; }
  .g-hero .g-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-top: 1rem; }
  .g-hero .g-next-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto; }

#unforgettable #mainvideocontainer .g-content {
  top: 55%; }

.g-bottom-gradient {
  position: relative; }
  .g-bottom-gradient:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10%;
    background: #10eafc;
    background: linear-gradient(180deg, black 0%, rgba(0, 255, 255, 0) 0%, #0fe9fc 60%, #10eafc 100%); }

.g-next-section {
  position: relative;
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #161616;
  border-right: 5px solid #161616;
  margin: auto;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.g-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 2rem; }
  .g-underline:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    background-color: #161616;
    margin: auto;
    left: 0;
    right: 0; }

.g-underline, .g-section-title {
  text-align: center;
  text-transform: uppercase; }

.g-section-title {
  font-size: 4.25rem;
  font-family: 'Playfair Display', serif; }

.g-image-item {
  position: relative;
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px; }
  .g-image-item picture {
    background-color: black;
    margin-bottom: 20px; }
  .g-image-item img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 20%; }
  .g-image-item .g-label {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #b3fd75;
    font-size: 2.5rem;
    padding: 2rem 15px;
    font-family: 'Playfair Display', serif; }

.g-accordion .g-acc-item {
  border-bottom: 2px solid #242424; }
  .g-accordion .g-acc-item:first-of-type {
    border-top: 2px solid #242424; }
  .g-accordion .g-acc-item.g-acc-active .g-acc-header:before {
    content: "-"; }
  .g-accordion .g-acc-item.g-acc-active .g-acc-content {
    max-height: 980px;
    overflow: visible;
    text-align: justify; }
.g-accordion .g-acc-header {
  font-size: 2rem;
  padding: 3.3rem 50px 1.7rem 0;
  position: relative;
  cursor: pointer;
  text-transform: uppercase; }
  .g-accordion .g-acc-header h4 {
    text-weight: bold; }
  .g-accordion .g-acc-header h3 {
    font-weight: 300; }
  .g-accordion .g-acc-header:before {
    content: "+";
    font-size: 4.75rem;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4rem; }
.g-accordion .g-acc-content {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-right: 50px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  -moz-transition: max-height 0.35s;
  -ms-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s; }

.g-bg-faces {
  position: relative; }
  .g-bg-faces .g-left {
    position: absolute;
    left: 0;
    top: 10rem;
    width: calc(50% - 650px);
    max-width: 290px; }
  .g-bg-faces .g-right {
    position: absolute;
    right: 0;
    top: 10rem;
    width: calc(50% - 650px);
    max-width: 290px; }
  .g-bg-faces .g-read-more span {
    background: none;
    padding-bottom: 5px;
    color: #b3fd75; }
    .g-bg-faces .g-read-more span span {
      color: #b3fd75;
      display: block; }
    .g-bg-faces .g-read-more span text {
      color: #d6d6d6;
      font-size: 1.5rem;
      font-family: 'Playfair Display', serif; }

.g-read-more {
  display: block;
  text-align: center;
  margin-bottom: 2.7rem;
  font-size: 1.4rem; }
  .g-read-more:hover {
    opacity: 1;
    color: #485e35; }
    .g-read-more:hover text {
      color: #fff !important; }

.g-hero-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 20%; }
  .g-hero-inner img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: block; }

.dyn-menu {
  font-size: 1.875rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 5.8rem;
  padding-bottom: 5.8rem; }
  .dyn-menu li {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center; }
  .dyn-menu .g-active a {
    text-decoration: underline; }
  .dyn-menu a {
    font-family: 'Rubik', sans-serif; }
    .dyn-menu a:hover {
      text-decoration: underline; }

.g-dyn-content {
  overflow: hidden;
  position: absolute;
  left: -100%;
  height: 0; }
  .g-dyn-content.g-active {
    position: relative;
    display: block;
    left: 0;
    height: auto; }

.g-social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .g-social-media li {
    margin-right: 24px; }

.g-slider .nav-slider {
  position: relative;
  background-color: #191919;
  color: #b3fd75;
  width: 100%; }
.g-slider .g-caption {
  font-size: 2.4rem;
  text-align: center;
  padding: 3.64rem 3rem; }
.g-slider .g-arrow-left, .g-slider .g-arrow-right {
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  border-bottom: 0.4rem solid #b3fd75;
  border-left: 0.4rem solid #b3fd75;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer; }
  .g-slider .g-arrow-left:hover, .g-slider .g-arrow-right:hover {
    opacity: 0.7; }
.g-slider .g-arrow-left {
  left: 30px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.g-slider .g-arrow-right {
  right: 30px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.g-kontakt {
  font-size: 1.6rem;
  color: #1c1c1c; }
  .g-kontakt p {
    font-weight: 300; }
  .g-kontakt h3 {
    font-size: 1.2rem;
    color: #b3fd75; }

#kontakt .g-underline::after {
  background-color: #b3fd75; }

.g-animation {
  overflow: hidden;
  margin: auto; }

#angebot .g-text-content a {
  font-family: 'Rubik', sans-serif;
  text-decoration: underline; }

.g-face-left img {
  margin-right: auto; }

.g-face-right img {
  margin-left: auto; }

.g-face img {
  width: 250px;
  display: block; }

.g-img-left picture {
  max-width: 50%;
  width: 200px;
  margin-left: -15px; }

.g-img-right picture {
  max-width: 50%;
  width: 200px;
  margin-right: -15px;
  margin-left: auto; }

.g-datenschutz a {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  vertical-align: sub; }

main.gruender .g-text-content p {
  padding-bottom: 1.6rem; }

.contentpage p {
  padding-bottom: 1.6rem; }

.contentpage p a {
  font-family: 'Rubik', sans-serif !important; }

.bg-footer-1 {
  background-color: #1c1c1c; }

.bg-footer-2 {
  background-color: #242424; }

.g-main-footer {
  color: #d6d6d6;
  font-size: 1.75rem; }
  .g-main-footer .g-title {
    padding-top: 1.5rem;
    margin-bottom: 1.55rem;
    position: relative;
    color: #b3fd75; }
    .g-main-footer .g-title:before {
      content: "";
      position: absolute;
      width: 400px;
      max-width: 100%;
      height: 2px;
      background-color: #b3fd75;
      top: 0;
      left: 0; }
  .g-main-footer ul li, .g-main-footer ul p {
    margin-bottom: 0.8rem; }
  .g-main-footer ul li img {
    height: 90px;
    width: auto; }
  .g-main-footer a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif; }

.row-links {
  color: #b3fd75;
  font-size: 1.4rem;
  margin-bottom: 1rem; }
  .row-links li {
    display: inline-block;
    font-weight: 500; }
    .row-links li a {
      font-family: 'Rubik', sans-serif; }
    .row-links li:not(:last-child):after {
      content: "|";
      display: inline-block;
      padding: 0 1.5rem; }

.g-copyright {
  font-weight: 300;
  color: white; }

.col-md-show {
  display: none !important; }

@media screen and (min-width: 460px) {
  .g-image-item .g-label {
    padding: 1rem 8px;
    font-size: 1.5rem; } }
@media screen and (min-width: 600px) {
  .g-kontakt {
    font-size: 3rem; } }
@media screen and (min-width: 768px) {
  .col-md-show {
    display: block !important; }

  .col-md-hidden {
    display: none !important; }

  html {
    font-size: 12px; }

  .g-menu-btn {
    display: none; }

  .g-hero {
    min-height: calc(100vh - 56px); }
    .g-hero .g-banner {
      top: -65% !important;
      left: -50% !important;
      width: 200% !important;
      height: 220% !important;
      max-height: unset !important; }
      .g-hero .g-banner video {
        width: auto !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
        min-height: 50% !important;
        min-width: 50% !important; }
      .g-hero .g-banner picture {
        padding: 0 100px; }

  .g-main-nav {
    position: relative;
    left: 0; }
    .g-main-nav ul {
      margin-top: 0;
      top: 0;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .g-main-nav li {
      display: inline-block;
      margin-right: 2rem;
      vertical-align: middle; }
      .g-main-nav li:last-of-type {
        margin-right: 0; }

  .g-slider .g-caption {
    font-size: 4rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem; }

  .g-slider .nav-slider {
    position: absolute;
    left: 0;
    bottom: 0; } }
@media screen and (min-width: 900px) {
  .g-accordion .g-acc-header {
    padding: 3.3rem 380px 1.7rem 0; }
  .g-accordion .g-acc-content {
    padding-right: 270px; }

  .g-read-more {
    margin-bottom: 2.7rem;
    font-size: 1.4rem !important; }

  .dyn-menu li {
    width: auto;
    margin-bottom: 0;
    text-align: left; }

  .g-kontakt {
    font-size: 4rem; }
    .g-kontakt h3 {
      font-size: 2rem; } }
@media screen and (min-width: 1040px) {
  .g-hero .g-banner picture {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 14px; }

  .g-title {
    margin-bottom: 0; }

  .g-hero {
    min-height: calc(100vh - 60px); }

  .g-image-item .g-label {
    padding: 2rem 15px;
    font-size: 2.0rem; }

  .g-underline, .g-section-title {
    text-transform: uppercase;
    font-size: 6.0rem; }

  .g-acc-item .g-acc-content {
    line-height: 1.4em;
    font-size: 1.6rem; }

  .g-slider .g-caption {
    font-size: 6rem; }

  #angebotskacheln .g-image-item {
    padding-bottom: 0px;
    margin-bottom: 0px; }

  #angebotskacheln img {
    margin-bottom: 0px;
    padding-top: 70px; } }
@media screen and (min-width: 1400px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1580px) {
  .g-slider .g-banner:after {
    display: none; } }
@media screen and (max-width: 767px) {
  #angebot {
    padding-top: 5rem; }

  .g-bg-faces .g-read-more {
    display: flex;
    align-items: center;
    width: calc(100% + 60px);
    margin-left: -30px; }
    .g-bg-faces .g-read-more .g-btn {
      padding-left: 40px;
      text-align: left;
      margin-top: -3.25rem; }
      .g-bg-faces .g-read-more .g-btn span {
        font-size: 3.5rem; }

  .g-kontakt {
    font-size: 2rem; }
    .g-kontakt h3 {
      font-size: 1.6rem; } }
@media screen and (max-width: 379px) {
  .g-bg-faces .g-read-more .g-btn span {
    font-size: 2.5rem; }

  .g-kontakt {
    font-size: 1.6rem; } }

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