/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@-webkit-keyframes promo-wobble {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  10% {
    -webkit-transform: rotate(1.1deg) scale(1.02);
            transform: rotate(1.1deg) scale(1.02); }
  20% {
    -webkit-transform: rotate(1.1deg) scale(1.03);
            transform: rotate(1.1deg) scale(1.03); }
  30% {
    -webkit-transform: rotate(-1.1deg);
            transform: rotate(-1.1deg); }
  40% {
    -webkit-transform: rotate(0.99deg);
            transform: rotate(0.99deg); }
  50% {
    -webkit-transform: rotate(0.98deg);
            transform: rotate(0.98deg); }
  60% {
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); }
  70% {
    -webkit-transform: rotate(-0.3deg);
            transform: rotate(-0.3deg); }
  80% {
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); }
  90% {
    -webkit-transform: rotate(0.1deg);
            transform: rotate(0.1deg); } }

@keyframes promo-wobble {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  10% {
    -webkit-transform: rotate(1.1deg) scale(1.02);
            transform: rotate(1.1deg) scale(1.02); }
  20% {
    -webkit-transform: rotate(1.1deg) scale(1.03);
            transform: rotate(1.1deg) scale(1.03); }
  30% {
    -webkit-transform: rotate(-1.1deg);
            transform: rotate(-1.1deg); }
  40% {
    -webkit-transform: rotate(0.99deg);
            transform: rotate(0.99deg); }
  50% {
    -webkit-transform: rotate(0.98deg);
            transform: rotate(0.98deg); }
  60% {
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); }
  70% {
    -webkit-transform: rotate(-0.3deg);
            transform: rotate(-0.3deg); }
  80% {
    -webkit-transform: rotate(-0.2deg);
            transform: rotate(-0.2deg); }
  90% {
    -webkit-transform: rotate(0.1deg);
            transform: rotate(0.1deg); } }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1480px; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.row.natural-height {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1rem; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.align-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-center {
  -ms-flex-item-align: center;
      align-self: center; }

.align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.align-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 1rem; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 1rem; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 1rem; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 1rem; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 1rem; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 1rem; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 1rem; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 1rem; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 1rem; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 1rem; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 1rem; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 1rem; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 1rem; }

.col-xs-offset-12 {
  margin-left: 100%; }

.row.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.row.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.row.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.row.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.row.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 41rem) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .row.start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 65rem) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .row.start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 91rem) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .row.start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 121rem) {
  .col-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 1rem; }
  .col-xl-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 1rem; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    padding: 1rem; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .row.start-xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .row.center-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row.end-xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .row.top-xl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.middle-xl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.bottom-xl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row.around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between-xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.col-gutter-lr {
  padding: 0 1rem; }

.col-no-gutter {
  padding: 0; }

.show {
  display: block !important; }

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide {
  display: none !important; }

.show-xs {
  display: block !important; }

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.hide-xs {
  display: none !important; }

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important; }
  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xs-only {
    display: none !important; } }

@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important; }
  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm {
    display: none !important; } }

@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important; }
  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-sm-only {
    display: none !important; } }

@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important; }
  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md {
    display: none !important; } }

@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important; }
  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-md-only {
    display: none !important; } }

@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important; }
  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg {
    display: none !important; } }

@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important; }
  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-lg-only {
    display: none !important; } }

@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important; }
  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .hide-xl {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "Panton Rust";
  src: url("../fonts/panton_rust.ttf"); }

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 65rem) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 40rem) {
  .no-padding-xs {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 40rem) {
  .hide-xs {
    display: none; }
  .show-xs {
    display: block; } }

@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .hide-sm {
    display: none; } }

@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .hide-md {
    display: none; } }

@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .hide-lg {
    display: none; } }

.center {
  text-align: center; }

.relative {
  position: relative; }

.cc-window {
  background-color: #cfc4ad;
  color: #3e3e3e;
  border-radius: 5px; }
  .cc-window .cc-btn {
    border-radius: 5px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
  .cc-window .cc-compliance .cc-allow, .cc-window .cc-compliance .cc-dismiss {
    background-color: #f4b334; }
    .cc-window .cc-compliance .cc-allow:hover, .cc-window .cc-compliance .cc-dismiss:hover {
      background-color: #ed7422; }

body {
  font-family: "futura-pt"; }

body.bg-beige {
  background: url("../images/bg-beige.jpeg") repeat;
  background-size: 200%;
  /* background-color: #a29173; */
  /* background-image: url("../images/white_bg_overlay.svg"); */
  /* background-size: 25%; */ }

body.bg-orange {
  position: relative; }
  body.bg-orange header .btn--orange {
    background-color: #fff;
    color: #f4b334;
    border: none; }
    body.bg-orange header .btn--orange:hover {
      background-color: #ed7422;
      color: #fff; }
  body.bg-orange footer .btn--orange {
    background-color: #fff;
    color: #f4b334;
    border: none; }
    body.bg-orange footer .btn--orange:hover {
      background-color: #ed7422;
      color: #fff; }

body.bg-teal {
  position: relative;
  background-color: #bad6b9;
  background-color: #99B299; }

[class^="torn-"] {
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%; }
  @media only screen and (max-width: 65rem) {
    [class^="torn-"] {
      height: 2.5rem;
      background-size: cover; } }

.torn-white-top {
  background-image: url("../images/torn-white-top.png"); }

.torn-white-bottom {
  background-image: url("../images/torn-white-bottom.png"); }

.torn-orange-top {
  background-image: url("../images/torn-orange-top.png"); }

.torn-orange-bottom {
  background-image: url("../images/torn-orange-bottom.png"); }

.bg-orange {
  background-color: #f4b334; }

.scretches-overlay {
  position: relative; }
  .scretches-overlay::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/white_bg_overlay.svg");
    opacity: 0.5;
    background-size: 400px 400px;
    z-index: -1;
    pointer-events: none; }
    @media only screen and (max-width: 65rem) {
      .scretches-overlay::before {
        background-size: 300px 300px; } }

.white-torn-top {
  width: 100%;
  height: 5rem;
  background: url("../images/1600x80backgrounds_white.png");
  background-size: contain; }
  @media only screen and (max-width: 65rem) {
    .white-torn-top {
      height: 2.5rem;
      background-size: cover; } }

.white-torn-bottom {
  width: 100%;
  height: 5rem;
  background: url("../images/1600x80backgrounds_white_reverse.png");
  background-size: contain; }
  @media only screen and (max-width: 65rem) {
    .white-torn-bottom {
      height: 2.5rem;
      background-size: cover; } }

.dots {
  text-align: center; }
  .dots .dot {
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background-color: #a29173; }
    .dots .dot:not(:first-child) {
      margin-left: 3.1875rem; }
    .dots .dot.orange {
      background-color: #f4b334; }
    @media only screen and (max-width: 91rem) {
      .dots .dot {
        width: 1rem;
        height: 1rem; }
        .dots .dot:not(:first-child) {
          margin-left: 1.25rem; } }

body {
  font-size: 1.375rem;
  font-family: "futura-pt"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Panton Rust";
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1 {
  font-size: 5.3125rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500; }
  @media only screen and (max-width: 65rem) {
    h1 {
      font-size: 3.1875rem; } }
  h1.smaller {
    font-size: 4.6875rem; }
    @media only screen and (max-width: 65rem) {
      h1.smaller {
        font-size: 2.8125rem; } }

h2 {
  line-height: 1.2;
  text-align: center;
  color: #a29173;
  font-weight: 500;
  font-size: 4.6875rem; }
  @media only screen and (max-width: 65rem) {
    h2 {
      font-size: 2.8125rem; } }

h3 {
  line-height: 1.2;
  text-align: center;
  color: #a29173;
  font-weight: 500;
  font-size: 4.21875rem; }
  @media only screen and (max-width: 65rem) {
    h3 {
      font-size: 2.57812rem; } }

h4 {
  font-family: "futura-pt";
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.875rem; }
  @media only screen and (max-width: 65rem) {
    h4 {
      font-size: 1.3125rem; } }

p,
.p {
  font-family: "futura-pt";
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.9375rem; }
  @media only screen and (max-width: 65rem) {
    p,
    .p {
      font-size: 16px; } }
  p:first-child,
  .p:first-child {
    margin-top: 1.125rem; }

.t-white {
  color: white; }

header {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  padding-bottom: 1.25rem;
  /**
    This is MOBILE menu
  **/ }
  @media only screen and (min-width: 65rem) {
    header.fixed-scroll-header {
      position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 100;
      background: url(../images/bg-beige.jpeg) repeat;
      background-size: 200%;
      /* background-color: #a29173; */
      /* background-image: url(../images/white_bg_overlay.svg); */
      /* background-size: 25%; */ } }
  @media only screen and (min-width: 65rem) {
    header.fixed-scroll-header::after {
      content: '';
      position: absolute;
      top: 115px;
      width: 100%;
      background: url(../images/1600x80_background_beige_texture_reverse.png) no-repeat;
      z-index: 1;
      width: 100%;
      height: 5rem;
      background-size: 100%;
      background-position-y: top; } }
  header [class^="col-"] {
    padding: 0; }
  header .header-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo img {
    margin-left: 1rem;
    width: 8.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 40rem) {
      header .logo img {
        width: 7.5rem; } }
  header a {
    text-decoration: none !important;
    color: #3e3e3e;
    cursor: pointer; }
  @media only screen and (max-width: 65rem) {
    header:not(.expanded) ul {
      display: none; }
    header.expanded.ishovered .hasProductsSubmenu.doAnimation ul {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media only screen and (max-width: 65rem) {
    header .main-menu {
      margin-top: 5rem !important; } }
  @media only screen and (min-width: 65rem) {
    header .main-menu .language--mobile {
      display: none; } }
  header.expanded {
    position: relative;
    padding-bottom: 2rem; }
    header.expanded .hamburger {
      background: url("../images/cross_white.svg") center no-repeat;
      background-size: 100%; }
    header.expanded .logo {
      display: block;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    header.expanded .header-col {
      display: block; }
    header.expanded ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      padding: 0;
      margin: 0; }
      header.expanded ul li a {
        width: auto; }
      header.expanded ul li.contact-item {
        margin-top: 1.6875rem;
        -webkit-transition: margin-top 0.2s ease;
        transition: margin-top 0.2s ease; }
        @media only screen and (max-width: 640px) {
          header.expanded ul li.contact-item {
            width: calc(100% - (1.125rem* 2)); }
            header.expanded ul li.contact-item a {
              width: 100%; } }
      header.expanded ul li.social-item {
        margin-top: 1.25rem; }
        header.expanded ul li.social-item img {
          width: 3.75rem; }
      header.expanded ul li.language {
        display: none; }
        header.expanded ul li.language--mobile {
          display: block;
          margin-top: 1.6875rem; }
        header.expanded ul li.language ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
    header.expanded li.hasSubmenu ul {
      top: 100%;
      left: 0;
      right: 0; }
    header.expanded li.hasSubmenu.menuIsHovered .menu-item {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }
    header.expanded li.hasSubmenu.menuIsHovered ul:before {
      left: 0;
      right: 0;
      top: -5px;
      bottom: unset;
      width: 1px;
      height: 10px;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    header.expanded .mobile-row-container ul li {
      display: block; }
  header ul {
    height: 100%;
    padding-left: 1rem;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
    header ul li {
      display: inline-block;
      list-style-type: none;
      position: relative; }
      header ul li:not(.contact-item):not(.hamburger):not(.social-item):hover, header ul li.active {
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease; }
        header ul li:not(.contact-item):not(.hamburger):not(.social-item):hover::after, header ul li.active::after {
          content: "";
          position: absolute;
          left: 1rem;
          right: 1rem;
          height: 5px;
          bottom: 5px;
          background-color: #fff; }
          @media only screen and (max-width: 91rem) {
            header ul li:not(.contact-item):not(.hamburger):not(.social-item):hover::after, header ul li.active::after {
              height: 0; } }
      header ul li a {
        display: inline-block;
        font-family: "futura-pt";
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #3e3e3e;
        font-size: 1.375rem;
        padding: 1rem;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease; }
  header li.hasSubmenu {
    position: relative; }
    header li.hasSubmenu ul {
      position: absolute;
      z-index: -1;
      top: 100%;
      padding-top: 15px;
      left: 0rem;
      display: none; }
      header li.hasSubmenu ul li {
        opacity: 0; }
    header li.hasSubmenu.menuIsHovered .menu-item {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      -webkit-transition: opacity 200ms, -webkit-transform 200ms;
      transition: opacity 200ms, -webkit-transform 200ms;
      transition: opacity 200ms, transform 200ms;
      transition: opacity 200ms, transform 200ms, -webkit-transform 200ms; }
    header li.hasSubmenu.menuIsHovered ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 2; }
      @media only screen and (max-width: 65rem) {
        header li.hasSubmenu.menuIsHovered ul {
          display: none; } }
      header li.hasSubmenu.menuIsHovered ul li {
        opacity: 0; }
    header li.hasSubmenu.doAnimation .menu-item {
      pointer-events: unset;
      opacity: 1;
      -webkit-transform: translateX(0px) !important;
              transform: translateX(0px) !important; }
    header li.hasSubmenu.doAnimation ul:before {
      opacity: 1;
      pointer-events: unset;
      -webkit-transform: translateX(0px) !important;
              transform: translateX(0px) !important; }
    header li.hasSubmenu--left ul {
      left: -14px;
      right: -1rem;
      padding-right: 1rem; }
    header li.hasSubmenu--left.menuIsHovered .menu-item {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    header li.hasSubmenu--left.menuIsHovered ul:before {
      left: unset;
      right: -5px;
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    header li.hasSubmenu--mobLang ul {
      left: unset;
      right: 120px;
      width: 91px; }
    header li.hasSubmenu--mobLang.menuIsHovered .menu-item {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    header li.hasSubmenu--mobLang.menuIsHovered ul:before {
      left: unset;
      right: -10px;
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    header li.hasSubmenu.hasProductsSubmenu .menu-item {
      min-width: 11.25rem;
      text-align: center;
      background-color: rgba(186, 172, 144, 0.333);
      margin-right: 0.625rem;
      -webkit-transition: background 200ms;
      transition: background 200ms; }
      @media only screen and (max-width: 91rem) {
        header li.hasSubmenu.hasProductsSubmenu .menu-item {
          background: transparent; } }
      header li.hasSubmenu.hasProductsSubmenu .menu-item a {
        width: 100%;
        text-wrap: nowrap; }
      header li.hasSubmenu.hasProductsSubmenu .menu-item::after {
        display: none; }
      header li.hasSubmenu.hasProductsSubmenu .menu-item.active, header li.hasSubmenu.hasProductsSubmenu .menu-item:hover {
        background-color: #fff; }
  @media only screen and (max-width: 65rem) {
    header.ishovered .menu-item:not(.menuIsHovered) {
      opacity: 0;
      pointer-events: none; } }
  header.ishovered .language.menu-item, header.ishovered .language .menu-item {
    opacity: 1 !important; }
  @media only screen and (max-width: 65rem) {
    header.ishovered .contact-item {
      margin-top: 6rem !important;
      margin-top: 10rem !important; } }
  header.ishovered .menu-item.hasProductsSubmenu ul {
    display: none; }
  header.ishovered .menu-item.hasProductsSubmenu:hover ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  header .menu-item {
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms; }
  header .contact {
    font-weight: 500;
    text-align: center; }
  header .social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent !important; }
    header .social-item a {
      border-radius: 0.375rem;
      background-color: #A29173;
      background-color: transparent;
      padding: 0.3125rem;
      margin: 0 1px; }
      header .social-item a:hover {
        background-color: #f4b334;
        background-color: #3E3E3E; }
    header .social-item img {
      width: 1.875rem;
      display: block; }
    @media only screen and (min-width: 65rem) {
      header .social-item.is-mobile {
        display: none; } }
    header .social-item.is-mobile a {
      border-radius: 100%;
      background: #fff;
      padding: 0 !important; }
      header .social-item.is-mobile a:not(:last-child) {
        margin-right: .5rem; }
      header .social-item.is-mobile a img {
        width: 3.5rem !important;
        height: 3.5rem !important; }
    @media only screen and (max-width: 65rem) {
      header .social-item.is-desktop {
        display: none; } }
  header .mobile-row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .mobile-row-container ul {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header .mobile-row-container ul li {
        background-color: none; }
    header .mobile-row-container .language {
      width: 100%;
      text-align: right; }
    header .mobile-row-container .hamburger {
      margin-right: 1.25rem; }
    header .mobile-row-container li {
      display: none; }
  @media only screen and (max-width: 65rem) {
    header .mobile-row-container {
      width: 100%; }
      header .mobile-row-container li {
        display: block; }
    header .hamburger {
      width: 2rem;
      height: 2rem;
      background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, white), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, white), color-stop(60%, white), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, white), to(white));
      background: linear-gradient(to bottom, white, white 20%, transparent 20%, transparent 40%, white 40%, white 60%, transparent 60%, transparent 80%, white 80%, white 100%); } }

.bg-orange header li:not(.contact-item):hover, .bg-orange header li:not(.is-mobile-submenu-closed):hover, .bg-orange header li:not(.is-mobile-submenu-closed):hover, .bg-orange header li.active {
  background-color: rgba(202, 150, 47, 0.533); }
  @media only screen and (max-width: 65rem) {
    .bg-orange header li:not(.contact-item):hover, .bg-orange header li:not(.is-mobile-submenu-closed):hover, .bg-orange header li:not(.is-mobile-submenu-closed):hover, .bg-orange header li.active {
      background-color: transparent; } }

@media only screen and (max-width: 65rem) {
  .bg-orange header li:not(.contact-item):not(.is-mobile-submenu-closed):not(.hamburger-wrap):hover, .bg-orange header li.active {
    background-color: rgba(202, 150, 47, 0.533); } }

.bg-teal header li:not(.contact-item):hover, .bg-teal header li:not(.is-mobile-submenu-closed):hover, .bg-teal header li:not(.hamburger-wrap):hover, .bg-teal header li.active {
  background-color: rgba(93, 136, 93, 0.533); }
  @media only screen and (max-width: 65rem) {
    .bg-teal header li:not(.contact-item):hover, .bg-teal header li:not(.is-mobile-submenu-closed):hover, .bg-teal header li:not(.hamburger-wrap):hover, .bg-teal header li.active {
      background-color: transparent; } }

@media only screen and (max-width: 65rem) {
  .bg-teal header li:not(.contact-item):not(.is-mobile-submenu-closed):not(.hamburger-wrap):hover, .bg-teal header li.active {
    background-color: rgba(93, 136, 93, 0.533); } }

footer {
  color: #ffffff;
  font-family: "futura-pt";
  margin-top: 4rem;
  padding-bottom: 1.875rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media only screen and (max-width: 65rem) {
    footer {
      margin-top: 0; } }
  @media only screen and (min-width: 65rem) {
    footer .is-mobile {
      display: none !important; } }
  @media only screen and (max-width: 65rem) {
    footer .is-desktop {
      display: none !important; } }
  footer .mt-10 {
    margin-top: .8rem !important; }
  @media only screen and (min-width: 65rem) {
    footer .mt-0-md {
      margin-top: 0 !important; } }
  footer a {
    color: #fff;
    text-decoration: none;
    line-height: 1.5; }
    footer a:hover {
      text-decoration: underline; }
  footer .no-padding .row [class^="col-"] {
    padding-left: 0; }
    @media only screen and (min-width: 65rem) {
      footer .no-padding .row [class^="col-"] {
        padding-top: 0;
        padding-bottom: 0; } }
  @media only screen and (max-width: 65rem) {
    footer .logo-col {
      text-align: center; } }
  @media only screen and (min-width: 41rem) {
    footer .logo-col {
      padding: 0; } }
  footer .logo {
    width: 8.75rem; }
    @media only screen and (max-width: 65rem) {
      footer .logo {
        width: 7.5rem;
        margin-top: .625rem;
        margin-bottom: .875rem; } }
  footer .info-1-col {
    margin-left: 0; }
  footer .info-1 {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: 1rem; }
  footer h6 {
    font-family: "futura-pt";
    margin-top: 0;
    font-size: 1.375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-transform: uppercase; }
  footer hr {
    border-top: none;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    margin-top: 4rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 65rem) {
      footer hr {
        margin-top: 0.625rem;
        margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 65rem) {
    footer .col-md-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media only screen and (max-width: 65rem) {
    footer .leftmost-col {
      padding-bottom: 1.25rem;
      margin-bottom: 1.25rem; } }
  footer .leftmost-col .info {
    margin-top: 2.3125rem; }
  footer .rightmost-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .rightmost-col .info {
      text-align: right;
      font-weight: 500; }
    @media only screen and (max-width: 65rem) {
      footer .rightmost-col {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 1.25rem; }
        footer .rightmost-col .info {
          text-align: center;
          margin-bottom: 1rem; } }
  footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.375rem; }
    @media only screen and (max-width: 65rem) {
      footer .bottom {
        margin-top: 1.25rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer .bottom > span {
      text-transform: uppercase; }
    footer .bottom .social {
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .bottom .social a {
        display: inline-block;
        margin-left: 0.625rem;
        border-radius: 100%;
        background-color: #f4b334;
        -webkit-transition: opacity 300ms ease, background 300ms ease;
        transition: opacity 300ms ease, background 300ms ease; }
        footer .bottom .social a:hover {
          background-color: #ed7422; }
      footer .bottom .social img {
        width: 100%;
        max-width: 3.4375rem;
        display: block; }
      footer .bottom .social span {
        display: inline-block;
        margin-right: 4rem; }
        @media only screen and (max-width: 40rem) {
          footer .bottom .social span {
            margin-right: 1rem; } }
      footer .bottom .social img:not(:last-child) {
        margin-right: 1.125rem; }
        @media only screen and (max-width: 40rem) {
          footer .bottom .social img:not(:last-child) {
            margin-right: 0.75rem; } }
    @media only screen and (max-width: 65rem) {
      footer .bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer .bottom > .social {
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        footer .bottom > span {
          margin-top: 1.25rem;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        footer .bottom-col hr {
          display: none; } }
  footer .footer-menu-col {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0; }
    footer .footer-menu-col.flex-direction-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  footer .accordion {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem; }
    footer .accordion.isopen .accordion__title {
      color: #fff; }
    footer .accordion__title {
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      margin: 0 auto;
      text-transform: none;
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.45; }
      footer .accordion__title .toggle {
        right: calc(-1.375rem + -.5625rem);
        top: 0.8em; }
        footer .accordion__title .toggle .open {
          background-image: url(../images/misc-icons/arrow-open.svg); }
        footer .accordion__title .toggle .close {
          background-image: url(../images/misc-icons/arrow-close.svg);
          -webkit-transform: none;
                  transform: none;
          opacity: 0; }
    footer .accordion__body {
      width: 17em;
      max-width: 100%;
      margin-top: 1rem; }

.bg-footer-dark-beige footer {
  position: relative;
  margin-top: 0 !important;
  padding-top: 32px;
  background-color: #A29173; }
  .bg-footer-dark-beige footer:before {
    content: " ";
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    z-index: 1;
    background-image: url("../images/1600x80backgrounds_dark_beige.png");
    background-size: 100% 64px;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 65rem) {
      .bg-footer-dark-beige footer:before {
        background-size: 100% 2.5rem;
        background-position: center bottom; } }

.btn {
  font-family: "futura-pt";
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0.375rem;
  padding: 1.125rem 1.875rem;
  font-size: 1.2375rem;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  max-width: 90vw;
  cursor: pointer; }
  @media only screen and (max-width: 65rem) {
    .btn {
      padding: 0.9375rem 1.25rem;
      width: 100%;
      font-size: 16px; } }
  .btn--orange {
    border: solid 0.5px #f4b334;
    background-color: #f4b334;
    color: #ffffff; }
    .btn--orange:hover {
      border: solid 0.5px #ed7422;
      background-color: #ed7422; }
    @media only screen and (min-width: 65rem) {
      .btn--orange--md {
        border: solid 0.5px #f4b334 !important;
        background-color: #f4b334 !important;
        color: #ffffff !important; }
        .btn--orange--md:hover {
          border: solid 0.5px #ed7422 !important;
          background-color: #ed7422 !important; } }
  .btn--hollow {
    border: solid 0.5px #ffffff;
    background-color: rgba(0, 0, 0, 0.14); }
    .btn--hollow:hover {
      background-color: #f4b334;
      border-color: #f4b334; }
  .btn--hollow-dark {
    border: solid 0.5px #a29173;
    background-color: #ffffff;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #a29173; }
    .btn--hollow-dark:hover {
      border-color: #f4b334;
      background-color: #f4b334;
      color: #ffffff; }
  .btn--hollow-light {
    border: solid 0.5px #ffffff;
    background-color: transparent; }
    .btn--hollow-light:hover {
      background-color: #fff;
      border-color: #fff;
      color: #f4b334; }
  .btn--plain {
    border: none; }
    .btn--plain span {
      font-size: 140%;
      line-height: 0.2;
      padding-bottom: 4px;
      margin-right: 0.625rem;
      display: inline-block;
      vertical-align: middle; }
  .btn--white {
    border: solid 0.5px #ffffff;
    background-color: #ffffff;
    color: #f4b334; }
    .btn--white:hover {
      border: solid 0.5px #ed7422;
      background-color: #ed7422; }
  .btn:focus {
    outline: none; }

.btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-group--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.map-row {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .map-row .map {
    position: relative; }
    .map-row .map .latvia-map {
      width: 100%; }
    .map-row .map .map-point {
      cursor: pointer;
      background-color: #f4b334;
      width: 1.875rem;
      height: 1.875rem;
      position: absolute;
      border-radius: 50%; }
      .map-row .map .map-point::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 0 solid #ffffff;
        -webkit-transition: border-width 300ms ease;
        transition: border-width 300ms ease; }
      .map-row .map .map-point:hover::before {
        border-width: 0.5rem; }
      .map-row .map .map-point:hover .content {
        opacity: 1;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
      .map-row .map .map-point .content-container {
        position: absolute;
        width: 17.5rem;
        right: 4.375rem;
        top: -125rem;
        border-left: 3rem solid #f4b334;
        padding-left: -3rem;
        opacity: 0;
        -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
        transition: opacity 300ms ease, -webkit-transform 300ms ease;
        transition: opacity 300ms ease, transform 300ms ease;
        transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease; }
        @media only screen and (min-width: 41rem) and (max-width: 64rem) {
          .map-row .map .map-point .content-container {
            width: 10rem;
            border-left: 1.375rem solid #f4b334;
            right: 0; } }
        .map-row .map .map-point .content-container.visible {
          display: block;
          top: -28.125rem;
          opacity: 1;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px);
          -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
          transition: opacity 300ms ease, -webkit-transform 300ms ease;
          transition: opacity 300ms ease, transform 300ms ease;
          transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease; }
          @media only screen and (min-width: 41rem) and (max-width: 64rem) {
            .map-row .map .map-point .content-container.visible {
              top: -15.625rem; } }
          .map-row .map .map-point .content-container.visible .content {
            -webkit-transform: translateX(0px);
                    transform: translateX(0px); }
        .map-row .map .map-point .content-container .content {
          color: #ffffff;
          padding-bottom: 3rem;
          overflow: visible !important;
          margin-left: -1.5rem;
          -webkit-transform: translateX(-10px);
                  transform: translateX(-10px);
          -webkit-transition: -webkit-transform 300ms ease;
          transition: -webkit-transform 300ms ease;
          transition: transform 300ms ease;
          transition: transform 300ms ease, -webkit-transform 300ms ease; }
          @media only screen and (min-width: 41rem) and (max-width: 64rem) {
            .map-row .map .map-point .content-container .content {
              padding-bottom: 1.25rem; } }
          .map-row .map .map-point .content-container .content h5 {
            margin-top: 1.375rem;
            margin-bottom: 2rem;
            color: #ffffff;
            font-size: 3rem;
            font-family: "futura-pt"; }
            @media only screen and (min-width: 41rem) and (max-width: 64rem) {
              .map-row .map .map-point .content-container .content h5 {
                font-size: 1.375rem;
                line-height: 1; } }
          .map-row .map .map-point .content-container .content h6 {
            margin-top: 0;
            margin-bottom: 2rem;
            color: #ffffff;
            font-size: 1.75rem;
            line-height: 1.333;
            font-family: "futura-pt"; }
            @media only screen and (min-width: 41rem) and (max-width: 64rem) {
              .map-row .map .map-point .content-container .content h6 {
                font-size: 1.0625rem; } }
          .map-row .map .map-point .content-container .content img {
            margin-left: 1.375rem;
            border-top-right-radius: 1.375rem;
            border-bottom-right-radius: 1.375rem; }
            @media only screen and (min-width: 41rem) and (max-width: 64rem) {
              .map-row .map .map-point .content-container .content img {
                width: 6.25rem; } }
    .map-row .map .torn {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-33%);
              transform: translateY(-33%); }

.menu-container {
  margin-left: 1rem;
  padding-left: 3rem;
  position: fixed;
  right: 0;
  top: 25%;
  width: 20rem;
  z-index: 10000;
  display: none; }
  @media only screen and (min-width: 65rem) {
    .menu-container {
      display: block; } }
  .menu-container .orange-bar {
    border-radius: 0.5rem;
    width: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f4b334;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .menu-container .orange-bar::before {
      content: " ";
      position: absolute;
      left: 4rem;
      top: 0;
      width: 20rem;
      height: 100%;
      background: url("../images/menu_bg.png") center no-repeat;
      background-size: auto 100%; }
  .menu-container .menu {
    padding-left: 0;
    position: absolute;
    left: 2rem;
    top: 2rem;
    bottom: -4rem; }
    .menu-container .menu li {
      list-style-type: none; }
      .menu-container .menu li a {
        font-size: 1.375rem;
        font-weight: 500;
        color: #000000;
        text-decoration: none !important;
        line-height: 3rem;
        text-transform: uppercase; }

.contacts-item {
  padding: 1.5625rem;
  padding-bottom: 0.9375rem;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  height: 100%; }
  .contacts-item::before {
    content: " ";
    width: 1.25rem;
    height: 80%;
    position: absolute;
    top: 10%;
    left: -0.625rem;
    background-color: #f4b334;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: 0; }
  .contacts-item:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.333s ease;
    transition: opacity 0.333s ease; }
  .contacts-item__title {
    position: relative;
    margin: 0;
    text-transform: uppercase; }
    .contacts-item__title .toggle {
      position: absolute;
      top: 30%;
      bottom: 0;
      right: 0;
      margin: auto;
      text-align: center;
      width: 1.375rem;
      height: 1.375rem;
      display: none;
      z-index: 99; }
      .contacts-item__title .toggle * {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        -webkit-transition: opacity 300ms, -webkit-transform 300ms ease;
        transition: opacity 300ms, -webkit-transform 300ms ease;
        transition: opacity 300ms, transform 300ms ease;
        transition: opacity 300ms, transform 300ms ease, -webkit-transform 300ms ease; }
      .contacts-item__title .toggle .open {
        background-image: url(../images/open.svg); }
      .contacts-item__title .toggle .close {
        background-image: url(../images/close.svg);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        opacity: 0; }
  .contacts-item__body p {
    font-size: 90%; }
  .contacts-item__contain .btn {
    width: 100%; }
  .contacts-item--hasbutton {
    position: relative;
    border: none;
    margin-bottom: 3.125rem; }
    .contacts-item--hasbutton::before {
      display: none; }
    .contacts-item--hasbutton .btn-group {
      position: absolute;
      bottom: 0;
      left: 0rem;
      width: 100%;
      padding: 0 1.5625rem 0; }
      .contacts-item--hasbutton .btn-group .btn {
        width: 100%; }
  @media only screen and (max-width: 65rem) {
    .contacts-item {
      border: none;
      border-radius: 0;
      border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
      .contacts-item::before {
        display: none; }
      .contacts-item__title {
        margin: 0; }
        .contacts-item__title .toggle {
          display: block; }
      .contacts-item__body {
        overflow: hidden;
        height: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }
      .contacts-item.isopen .contacts-item__title .toggle {
        display: block; }
        .contacts-item.isopen .contacts-item__title .toggle .open {
          opacity: 0;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .contacts-item.isopen .contacts-item__title .toggle .close {
          opacity: 1;
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
      .contacts-item.isopen .contacts-item__body {
        height: auto;
        -webkit-transition: height 300ms ease, -webkit-transform 300ms ease;
        transition: height 300ms ease, -webkit-transform 300ms ease;
        transition: height 300ms ease, transform 300ms ease;
        transition: height 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
      .contacts-item--hasbutton {
        margin-bottom: 0rem; }
        .contacts-item--hasbutton .btn-group {
          position: relative;
          padding: 0;
          padding-bottom: 0.625rem; }
          .contacts-item--hasbutton .btn-group .btn {
            max-width: 100%; } }

.accordion {
  padding: 1.5625rem;
  padding-bottom: 0.9375rem;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  height: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid rgba(62, 62, 62, 0.2);
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }
  .accordion::before {
    content: " ";
    width: 1.25rem;
    height: 80%;
    position: absolute;
    top: 10%;
    left: -0.625rem;
    background-color: #f4b334;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: 0; }
  .accordion:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.333s ease;
    transition: opacity 0.333s ease; }
  .accordion a {
    text-decoration: none;
    outline: none; }
  .accordion__title {
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #3E3E3E;
    font-size: 1.57rem;
    text-transform: uppercase;
    cursor: pointer; }
    .accordion__title span {
      color: #3E3E3E;
      opacity: 0.5;
      font-size: 1.25rem; }
    .accordion__title .toggle {
      position: absolute;
      top: 30%;
      bottom: 0;
      right: 0;
      margin: auto;
      text-align: center;
      width: 1.375rem;
      height: 1.375rem;
      display: none;
      z-index: 99; }
      .accordion__title .toggle * {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        -webkit-transition: opacity 300ms, -webkit-transform 300ms ease;
        transition: opacity 300ms, -webkit-transform 300ms ease;
        transition: opacity 300ms, transform 300ms ease;
        transition: opacity 300ms, transform 300ms ease, -webkit-transform 300ms ease; }
      .accordion__title .toggle .open {
        background-image: url(../images/open_dark.svg); }
      .accordion__title .toggle .close {
        background-image: url(../images/close_dark.svg);
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        opacity: 0; }
  .accordion__body p {
    font-size: 90%; }
  .accordion__contain .btn {
    width: 100%; }
  .accordion--hasbutton {
    position: relative;
    margin-bottom: 3.125rem; }
    .accordion--hasbutton::before {
      display: none; }
    .accordion--hasbutton .btn-group {
      position: absolute;
      bottom: 0;
      left: 0rem;
      width: 100%;
      padding: 0 1.5625rem 0; }
      .accordion--hasbutton .btn-group .btn {
        width: 100%; }
  .accordion::before {
    display: none; }
  .accordion__title {
    margin: 0; }
    .accordion__title .toggle {
      display: block; }
  .accordion__body {
    display: none; }
  .accordion.isopen .accordion__title {
    color: #a29173; }
    .accordion.isopen .accordion__title .toggle {
      display: block; }
      .accordion.isopen .accordion__title .toggle .open {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .accordion.isopen .accordion__title .toggle .close {
        opacity: 1;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
  .accordion--hasbutton {
    margin-bottom: 0rem; }
    .accordion--hasbutton .btn-group {
      position: relative;
      padding: 0;
      padding-bottom: 0.625rem; }
      .accordion--hasbutton .btn-group .btn {
        max-width: 100%; }

.egg-content__wrapper {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .egg-content__wrapper img {
    max-width: 100%;
    display: block; }

.egg-content__desktop {
  margin: auto; }
  @media only screen and (max-width: 65rem) {
    .egg-content__desktop {
      display: none; } }

.egg-content__mobile {
  position: relative;
  margin-top: 3.125rem;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  display: none; }
  @media only screen and (max-width: 65rem) {
    .egg-content__mobile {
      display: block; } }
  .egg-content__mobile.isopen .egg-content__image {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .egg-content__mobile.isopen .egg-content__image .opened {
      opacity: 1; }
    .egg-content__mobile.isopen .egg-content__image .closed {
      opacity: 0; }
    .egg-content__mobile.isopen .egg-content__image--ruler {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
    .egg-content__mobile.isopen .egg-content__image--numbers .closed {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .egg-content__mobile.isopen .egg-content__items {
    opacity: 1; }
  .egg-content__mobile.isopen .egg-content__arrows {
    opacity: 1; }
  .egg-content__mobile.isopen .egg-content__close {
    opacity: 1; }
  .egg-content__mobile.isopen .egg-content__open {
    display: none;
    opacity: 0; }
  .egg-content__mobile.isopen .egg-content__pointer {
    display: block; }

.egg-content__image {
  position: relative;
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  min-height: 350px; }
  .egg-content__image * {
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease; }
    .egg-content__image * img {
      max-height: 100%; }
  .egg-content__image .opened {
    opacity: 0; }
  .egg-content__image .closed {
    position: absolute;
    top: 0;
    left: 0; }
  .egg-content__image--ruler img {
    height: 300px; }
  .egg-content__image--numbers .closed {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.egg-content__items {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 40%;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
  .egg-content__items--ruler {
    left: 0; }
    .egg-content__items--ruler .flex-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .egg-content__items--numbers {
    left: 36%;
    top: -2.5rem; }
    .egg-content__items--numbers p {
      line-height: 1.3; }

.egg-content__item {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.egg-content__close {
  position: relative;
  opacity: 0;
  margin-left: 40%;
  z-index: 1; }
  .egg-content__close .btn {
    font-size: 20px;
    text-align: left; }
  .egg-content__close--ruler {
    margin-left: 20%;
    margin-right: 20%; }
    .egg-content__close--ruler .btn {
      font-size: 20px;
      text-align: center; }

.egg-content__open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21.875rem;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .egg-content__open .image {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.8125rem; }

.egg-content__arrows {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
  width: 100%;
  height: 3.75rem;
  opacity: 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
  .egg-content__arrows * {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0.9375rem 0; }
  .egg-content__arrows .prev {
    background-image: url("../images/arrow-prev.svg");
    border-right: 0.5px solid rgba(255, 255, 255, 0.2); }
  .egg-content__arrows .next {
    background-image: url("../images/arrow-next.svg"); }

.egg-content__pointer {
  display: none;
  position: absolute;
  top: 1.5625rem;
  right: 65%;
  width: 20%;
  height: 1px;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .egg-content__pointer .dot {
    position: absolute;
    background-color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    top: -0.75rem; }
    .egg-content__pointer .dot-first {
      left: -0.75rem; }
    .egg-content__pointer .dot-last {
      right: -0.75rem; }
  .egg-content__pointer .line {
    border-bottom: 0.5px dashed white;
    height: 1px;
    width: 100%; }

.scrollup {
  position: fixed !important;
  z-index: 10001 !important;
  right: 1.25rem !important;
  bottom: 2.8125rem !important; }
  .scrollup span {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #F4B334;
    border-radius: 0.375rem;
    cursor: pointer;
    padding: 0.9375rem; }
    .scrollup span img {
      max-height: 100%;
      width: 100%;
      display: block; }
    .scrollup span:hover {
      background-color: #3E3E3E; }

body.bg-orange .scrollup span {
  border: solid 1px #fff; }

.form {
  margin-left: -1rem;
  margin-right: -1rem; }
  .form-control {
    width: 100%;
    display: block;
    border: 1px solid rgba(62, 62, 62, 0.2);
    border-radius: 0.375rem;
    color: #3E3E3E;
    padding: 0.9375rem 1.5625rem;
    height: 4.0625rem;
    margin-top: 0.625rem;
    font-size: 1.375rem; }
    .form-control:hover, .form-control:active, .form-control:focus {
      border: 1px solid #a29173;
      outline: #a29173; }
    .form-control.textarea {
      height: 12.5rem; }
  .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 65rem) {
      .form-footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center; }
        .form-footer .btn {
          margin-top: 1.25rem;
          max-width: 100%; } }
  .form label,
  .form .label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(62, 62, 62, 0.5); }
  .form .btn {
    white-space: nowrap; }

.gdpr-banner {
  color: #838391;
  background-color: #edeff5;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2em;
  border-radius: 5px;
  bottom: 1em;
  left: 1em;
  position: fixed;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 700px) {
    .gdpr-banner {
      left: 0;
      right: 0;
      width: 100%;
      max-width: none; } }
  @media screen and (max-width: 560px) {
    .gdpr-banner {
      left: 0;
      right: 0;
      width: 100%;
      max-width: none; } }
  .gdpr-banner button, .gdpr-banner__settings a {
    font-size: .9em;
    font-weight: 400;
    border-radius: 5px;
    border-width: 2px;
    border-color: transparent;
    padding: 0.4em 0.8em;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .gdpr-banner__button--dismiss {
    background: #f4b334 !important; }
  .gdpr-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .gdpr-banner__column--1 {
    margin-bottom: 1.2em;
    max-width: 45em; }
  .gdpr-banner__column--2 {
    margin-left: 0;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .gdpr-banner__column--2 {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .gdpr-banner__settings {
    text-align: center; }
    .gdpr-banner__settings a {
      border-bottom: none; }
    @media screen and (max-width: 700px) {
      .gdpr-banner__settings {
        margin-bottom: 0; } }
    @media screen and (min-width: 450px) {
      .gdpr-banner__settings {
        margin: 0 0 0 0; } }
    @media screen and (max-width: 510px) {
      .gdpr-banner__settings {
        margin-bottom: 0; } }
  .gdpr-banner__opt-in, .gdpr-banner__opt-out, .gdpr-banner__settings {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px; }
  .gdpr-banner__opt-in, .gdpr-banner__opt-out {
    margin-left: .5em; }
    @media screen and (max-width: 700px) {
      .gdpr-banner__opt-in, .gdpr-banner__opt-out {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        margin-top: .9em;
        margin-left: 0; } }
    @media screen and (max-width: 510px) {
      .gdpr-banner__opt-in, .gdpr-banner__opt-out {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        margin-top: .9em;
        margin-left: 0; } }
    .gdpr-banner__opt-in button, .gdpr-banner__opt-out button {
      margin-left: 0; }
  .gdpr-banner__opt-in button {
    background: #f4b334; }
    .gdpr-banner__opt-in button:hover {
      background: #ed7422; }
  .gdpr-banner__opt-out button, .gdpr-banner__opt-out a, .gdpr-banner__settings button, .gdpr-banner__settings a {
    color: #838391;
    border-color: white;
    background-color: white; }
  .gdpr-banner__message {
    font-size: 14px; }
  @media screen and (max-width: 700px) {
    .gdpr-banner__dismiss {
      position: absolute;
      top: .5em;
      right: 10px; } }
  @media screen and (max-width: 560px) {
    .gdpr-banner__dismiss {
      top: .5em; } }
  @media screen and (min-width: 1340px) {
    .gdpr-banner__dismiss {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
      -webkit-transform: none;
              transform: none; } }

.gdpr-cookie-manager__cookie-name {
  font-family: 'futura-pt';
  font-size: 1.375rem;
  text-transform: uppercase; }

.gdpr-cookie-manager .tgl:checked:disabled + .tgl-btn, .gdpr-cookie-manager .tgl:checked + .tgl-btn {
  background: #f4b334; }

.gdpr-cookie-manager__cookie-toggle {
  margin-top: 0; }

.gdpr-cookie-manager__groups {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }

.gdpr-cookie-manager__group-list li .gdpr-cookie-manager__group-list-entry {
  border-left: unset;
  border-bottom: 1px solid #a29173;
  padding: 0 0 0.5em 0;
  margin: 0.5em 1em; }

.gdpr-cookie-manager__group-list li:first-child .gdpr-cookie-manager__group-list-entry {
  border-top: unset; }

.gdpr-cookie-manager__group-list li:nth-last-child(2) {
  margin: 0 1em;
  opacity: 0;
  pointer-events: none; }

.gdpr-cookie-manager__group-list li:last-child {
  margin: 0 1em; }

.gdpr-cookie-manager__group-list-entry .gdpr-cookie-manager__group-list-name {
  border-bottom: 2px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.gdpr-cookie-manager__group-list-entry--active .gdpr-cookie-manager__group-list-name {
  border-bottom: 2px solid #000; }

.gdpr-cookie-manager__content {
  border: unset;
  padding: .65em 2em; }

.gdpr-cookie-manager__cookie-item:nth-child(odd):after {
  display: none; }

.gdpr-cookie-manager__cookie-item:nth-child(even):after {
  content: "";
  position: absolute;
  background: #a29173;
  right: 2rem;
  top: 0;
  left: -2rem;
  bottom: 0;
  width: 1px;
  display: block; }

.gdpr-cookie-manager__cookie-item:after {
  background: #a29173;
  right: 2rem; }

.gdpr-cookie-manager__contact-details a {
  color: #3e3e3e; }

.gdpr-cookie-manager__contact-details p {
  margin: 0; }

.gdpr-cookie-manager__contact-details-heading {
  margin-bottom: 1.125rem; }

.landing-b2c .home-slider {
  padding: 0 3.125rem;
  position: relative; }
  @media only screen and (max-width: 65rem) {
    .landing-b2c .home-slider {
      padding: 0; } }
  .landing-b2c .home-slider .slide {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .landing-b2c .home-slider .slide .btn {
      width: auto; }
    .landing-b2c .home-slider .slide h1 {
      margin-top: 7rem;
      margin-bottom: 6rem; }
      @media only screen and (min-width: 65rem) {
        .landing-b2c .home-slider .slide h1 {
          margin-top: 7rem;
          margin-bottom: 6rem; } }
      @media only screen and (max-width: 40rem) {
        .landing-b2c .home-slider .slide h1 {
          font-size: 2.375rem; } }
    .landing-b2c .home-slider .slide .btn-group {
      margin-top: -4rem; }
    .landing-b2c .home-slider .slide.only-mobile-slide-home-banner {
      position: relative;
      background-size: initial;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .landing-b2c .home-slider .slide.only-mobile-slide-home-banner .home-slider__content {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 10vw;
        height: 100%;
        width: calc(100% - (4rem * 2) - 5rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .landing-b2c .home-slider .slide.only-mobile-slide-home-banner .home-slider__content h1 {
          margin-bottom: 2rem;
          margin-top: 0;
          line-height: 1.27;
          position: absolute;
          top: 50%;
          margin-left: auto;
          margin-right: auto; }
        .landing-b2c .home-slider .slide.only-mobile-slide-home-banner .home-slider__content .btn-group {
          margin-top: 0; }
          .landing-b2c .home-slider .slide.only-mobile-slide-home-banner .home-slider__content .btn-group .btn {
            background: #D0C5AF; }
      .landing-b2c .home-slider .slide.only-mobile-slide-home-banner .mob-bg {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        -o-object-fit: contain;
           object-fit: contain;
        bottom: 50%;
        -webkit-transform: translateY(50%);
                transform: translateY(50%); }
  .landing-b2c .home-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -0.875rem;
    width: 4rem;
    height: 4rem;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    background-image: url("../images/arr-left.svg");
    content: '';
    border: none;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    cursor: pointer;
    z-index: 10000; }
    .landing-b2c .home-slider .slick-arrow:focus {
      outline: none; }
    .landing-b2c .home-slider .slick-arrow:hover {
      background-color: #f4b334; }
    .landing-b2c .home-slider .slick-arrow.slick-next {
      background-image: url("../images/arr-right.svg");
      left: unset;
      right: -0.875rem; }
  .landing-b2c .home-slider.only-mobile-slide-home-banner .slick-slide {
    height: 100vw;
    width: 100%; }
    .landing-b2c .home-slider.only-mobile-slide-home-banner .slick-slide > div {
      height: 100%; }
      .landing-b2c .home-slider.only-mobile-slide-home-banner .slick-slide > div .slide {
        height: 100%; }
  .landing-b2c .home-slider.only-mobile-slide-home-banner .slick-arrow.slick-prev {
    left: 0; }
  .landing-b2c .home-slider.only-mobile-slide-home-banner .slick-arrow.slick-next {
    right: 0; }

.landing-b2c h1 {
  margin-top: 7rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 65rem) {
    .landing-b2c h1 {
      margin-top: 7rem; } }

.landing-b2c .bg-bottom {
  position: relative;
  background: url("../images/1600x80backgrounds_white.png") no-repeat;
  width: 100%;
  height: 5rem;
  margin-top: -5rem;
  background-size: 100% 100%; }
  @media only screen and (max-width: 65rem) {
    .landing-b2c .bg-bottom {
      height: 1.25rem; } }

.landing-b2c + .bg-bottom {
  position: relative;
  background: url("../images/1600x80backgrounds_white_reverse.png") no-repeat;
  width: 100%;
  height: 5rem;
  margin-top: unset;
  background-size: 100% 100%; }
  @media only screen and (max-width: 65rem) {
    .landing-b2c + .bg-bottom {
      height: 1.25rem; } }

.bg-basket-image {
  background-image: url("../images/basket_egg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center -40px; }
  @media only screen and (min-width: 91rem) {
    .bg-basket-image {
      background-size: 1600px; } }
  @media only screen and (max-width: 40rem) {
    .bg-basket-image {
      background-size: 180%;
      background-position: center -40px; } }

.landing-b2b {
  overflow-x: hidden; }
  .landing-b2b .first-row {
    padding-top: 6.25rem; }
  .landing-b2b .promo-row {
    margin-top: -18.75rem; }
  .landing-b2b .info-row {
    margin-bottom: 9.375rem; }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .top-row {
      margin-top: -2rem; } }
  @media only screen and (min-width: 65rem) {
    .landing-b2b .promo-col {
      margin-top: 0 !important; } }
  @media only screen and (min-width: 41rem) and (max-width: 64rem) {
    .landing-b2b .promo-col {
      margin-top: 0; } }
  .landing-b2b .wrapper {
    overflow: visible; }
  .landing-b2b .info-row {
    margin-top: 5rem; }

.landing-b2b .tablet-info p,
.landing-b2c .tablet-info p {
  text-align: center; }

.landing-b2b .tablet-info .contact-container,
.landing-b2c .tablet-info .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .landing-b2b .promo-row,
  .landing-b2c .promo-row {
    margin-top: 7rem; } }

@media only screen and (min-width: 65rem) {
  .landing-b2b .promo-col,
  .landing-b2c .promo-col {
    margin-top: 10rem; }
    .landing-b2b .promo-col:first-child,
    .landing-b2c .promo-col:first-child {
      text-align: center;
      padding-right: 1.5rem; }
    .landing-b2b .promo-col:last-child,
    .landing-b2c .promo-col:last-child {
      text-align: center;
      padding-left: 1.5rem; } }

@media only screen and (min-width: 65rem) {
  .landing-b2b .promo-col.promo-trio:first-child, .landing-b2b .promo-col.promo-four:first-child,
  .landing-b2c .promo-col.promo-trio:first-child,
  .landing-b2c .promo-col.promo-four:first-child {
    padding-right: 0; }
  .landing-b2b .promo-col.promo-trio:last-child, .landing-b2b .promo-col.promo-four:last-child,
  .landing-b2c .promo-col.promo-trio:last-child,
  .landing-b2c .promo-col.promo-four:last-child {
    padding-left: 0; } }

.landing-b2b .promo-trio .promo-container,
.landing-b2c .promo-trio .promo-container {
  margin: 1.5rem; }
  .landing-b2b .promo-trio .promo-container h2,
  .landing-b2c .promo-trio .promo-container h2 {
    left: 3%;
    font-size: 3.6875rem; }
    @media only screen and (min-width: 41rem) and (max-width: 64rem) {
      .landing-b2b .promo-trio .promo-container h2,
      .landing-b2c .promo-trio .promo-container h2 {
        font-size: 2.3rem; } }
    @media only screen and (max-width: 65rem) {
      .landing-b2b .promo-trio .promo-container h2,
      .landing-b2c .promo-trio .promo-container h2 {
        font-size: 2.8125rem; } }

.landing-b2b .promo-trio .promo-button,
.landing-b2c .promo-trio .promo-button {
  padding: 1.125rem 1.575rem; }
  @media only screen and (min-width: 41rem) and (max-width: 64rem) {
    .landing-b2b .promo-trio .promo-button,
    .landing-b2c .promo-trio .promo-button {
      padding: 0.7rem 0.4rem; } }

.landing-b2b .promo-four .promo-container,
.landing-b2c .promo-four .promo-container {
  margin: 1.5rem; }
  .landing-b2b .promo-four .promo-container h2,
  .landing-b2c .promo-four .promo-container h2 {
    left: 3%;
    font-size: 2.25rem; }
    @media only screen and (min-width: 41rem) and (max-width: 64rem) {
      .landing-b2b .promo-four .promo-container h2,
      .landing-b2c .promo-four .promo-container h2 {
        font-size: 2.3rem; } }
    @media only screen and (max-width: 65rem) {
      .landing-b2b .promo-four .promo-container h2,
      .landing-b2c .promo-four .promo-container h2 {
        font-size: 2.8125rem; } }

.landing-b2b .promo-four .promo-button,
.landing-b2c .promo-four .promo-button {
  padding: 1.125rem 1.575rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  @media only screen and (min-width: 41rem) and (max-width: 64rem) {
    .landing-b2b .promo-four .promo-button,
    .landing-b2c .promo-four .promo-button {
      padding: 0.7rem 0.4rem; } }

.landing-b2b .promo-container,
.landing-b2c .promo-container {
  display: block;
  position: relative;
  display: inline-block;
  margin: 2.5rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .landing-b2b .promo-container img,
  .landing-b2c .promo-container img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .promo-container,
    .landing-b2c .promo-container {
      margin: 1.25rem; } }
  .landing-b2b .promo-container .promo-button,
  .landing-b2c .promo-container .promo-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12%;
    margin: auto; }
    @media only screen and (max-width: 65rem) {
      .landing-b2b .promo-container .promo-button,
      .landing-b2c .promo-container .promo-button {
        left: 2.5rem;
        right: 2.5rem;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        width: auto; } }
  .landing-b2b .promo-container.first:hover,
  .landing-b2c .promo-container.first:hover {
    -webkit-transform: scale(1.05) rotate(-2deg);
            transform: scale(1.05) rotate(-2deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .landing-b2b .promo-container.second:hover,
  .landing-b2c .promo-container.second:hover {
    -webkit-transform: scale(1.05) rotate(2deg);
            transform: scale(1.05) rotate(2deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .landing-b2b .promo-container h2,
  .landing-b2c .promo-container h2 {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    font-weight: normal; }

.landing-b2b .heading-row,
.landing-b2c .heading-row {
  text-align: right; }
  .landing-b2b .heading-row .heading-col,
  .landing-b2c .heading-row .heading-col {
    position: relative; }
    @media only screen and (max-width: 65rem) {
      .landing-b2b .heading-row .heading-col,
      .landing-b2c .heading-row .heading-col {
        padding-left: 0;
        padding-right: 0; } }
  .landing-b2b .heading-row h1,
  .landing-b2c .heading-row h1 {
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 65rem) {
      .landing-b2b .heading-row h1,
      .landing-b2c .heading-row h1 {
        position: relative;
        z-index: 2; } }
  .landing-b2b .heading-row .egg-image,
  .landing-b2c .heading-row .egg-image {
    position: absolute;
    width: 40%;
    right: 10%; }
    @media only screen and (max-width: 65rem) {
      .landing-b2b .heading-row .egg-image,
      .landing-b2c .heading-row .egg-image {
        width: 60%;
        position: absolute;
        right: -6rem;
        margin-right: 0; } }
    @media only screen and (min-width: 41rem) and (max-width: 64rem) {
      .landing-b2b .heading-row .egg-image,
      .landing-b2c .heading-row .egg-image {
        width: 35%;
        right: 2rem; } }
  @media only screen and (min-width: 65rem) {
    .landing-b2b .heading-row .basket-image,
    .landing-b2c .heading-row .basket-image {
      width: 50%;
      position: absolute;
      top: 15%;
      left: -20%; } }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .heading-row .basket-image,
    .landing-b2c .heading-row .basket-image {
      width: 70%;
      position: absolute;
      left: -25%; } }
  @media only screen and (min-width: 41rem) and (max-width: 64rem) {
    .landing-b2b .heading-row .basket-image,
    .landing-b2c .heading-row .basket-image {
      width: 40%;
      left: -10rem; } }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .heading-row,
    .landing-b2c .heading-row {
      overflow-y: visible; } }

.landing-b2b .second-heading-row,
.landing-b2c .second-heading-row {
  padding: 0; }
  .landing-b2b .second-heading-row h1, .landing-b2b .second-heading-row h2,
  .landing-b2c .second-heading-row h1,
  .landing-b2c .second-heading-row h2 {
    margin: 2rem 0 -2rem 0; }

.landing-b2b .first-row,
.landing-b2c .first-row {
  position: relative;
  font-size: 0; }
  @media only screen and (min-width: 65rem) {
    .landing-b2b .first-row,
    .landing-b2c .first-row {
      margin-top: 10.5rem; } }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .first-row,
    .landing-b2c .first-row {
      margin-top: 5rem; } }
  .landing-b2b .first-row .torn-top,
  .landing-b2c .first-row .torn-top {
    margin-top: -5rem;
    height: 5rem;
    width: 100%; }

.landing-b2b .last-row,
.landing-b2c .last-row {
  margin-bottom: 6rem;
  font-size: 0; }
  .landing-b2b .last-row .torn-bottom,
  .landing-b2c .last-row .torn-bottom {
    width: 100%;
    height: 6rem;
    margin-bottom: -6rem; }

.landing-b2b .first-info-row,
.landing-b2c .first-info-row {
  display: none;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 40rem) {
    .landing-b2b .first-info-row,
    .landing-b2c .first-info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media only screen and (max-width: 65rem) {
  .landing-b2b .info-row h2,
  .landing-b2c .info-row h2 {
    font-size: 1.875rem; } }

.landing-b2b .hint2,
.landing-b2c .hint2 {
  margin-top: -5rem !important;
  font-weight: 500; }
  @media only screen and (max-width: 91rem) {
    .landing-b2b .hint2,
    .landing-b2c .hint2 {
      font-size: 1rem;
      margin-bottom: 2.125rem; } }

.landing-b2b .eggbasket,
.landing-b2c .eggbasket {
  position: absolute;
  left: -4%;
  top: 2.5rem;
  max-width: 350px; }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .eggbasket,
    .landing-b2c .eggbasket {
      width: 80%;
      left: unset;
      right: 60%;
      top: 0%; } }

.landing-b2b .slider-row img,
.landing-b2c .slider-row img {
  width: 100%; }

.landing-b2b .slider-row > *,
.landing-b2c .slider-row > * {
  position: relative;
  padding-top: 0; }
  .landing-b2b .slider-row > *:nth-child(2),
  .landing-b2c .slider-row > *:nth-child(2) {
    text-align: center; }
  .landing-b2b .slider-row > *:nth-child(3),
  .landing-b2c .slider-row > *:nth-child(3) {
    text-align: right; }

.landing-b2b .slider-row .btn,
.landing-b2c .slider-row .btn {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.landing-b2b .slider-row h3,
.landing-b2c .slider-row h3 {
  color: #ffffff;
  position: absolute;
  top: 0%;
  bottom: 20%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0%;
  right: 0%;
  font-size: 3.6rem;
  padding: 0 1rem; }
  @media only screen and (max-width: 91rem) {
    .landing-b2b .slider-row h3,
    .landing-b2c .slider-row h3 {
      font-size: 3rem; } }
  @media only screen and (max-width: 65rem) {
    .landing-b2b .slider-row h3,
    .landing-b2c .slider-row h3 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 40rem) {
    .landing-b2b .slider-row h3,
    .landing-b2c .slider-row h3 {
      font-size: 2.6rem; } }

.landing-b2b .slider-row__item .img,
.landing-b2c .slider-row__item .img {
  border-radius: 10px;
  overflow: hidden; }

.landing-b2b .slider-row__item img,
.landing-b2c .slider-row__item img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: block; }

.landing-b2b .slider-row__item:hover img,
.landing-b2c .slider-row__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.landing-b2b .more-row,
.landing-b2c .more-row {
  padding-bottom: 2rem; }
  .landing-b2b .more-row .col-md-12,
  .landing-b2c .more-row .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.landing-b2b .buy-row,
.landing-b2c .buy-row {
  background: url("../images/graudu_banner.png") center no-repeat;
  background-size: 100% auto;
  background-position: center 0; }
  @media only screen and (max-width: 40rem) {
    .landing-b2b .buy-row,
    .landing-b2c .buy-row {
      background: none; } }

.landing-b2c .promo-row {
  margin-top: 1em; }
  @media only screen and (min-width: 65rem) {
    .landing-b2c .promo-row {
      margin-top: 1em; } }

.landing-b2c .promo-col {
  margin-top: 0; }

.news-heading {
  margin-top: 5rem; }

.news-row {
  font-family: "futura-pt";
  margin-top: -1rem; }
  .news-row a {
    text-decoration: none;
    color: #000; }
    .news-row a.article {
      border: 1px solid #a29173;
      border-radius: 0.625rem;
      padding: 0.5em 1em;
      display: block;
      height: 100%; }
    .news-row a:hover h4 {
      text-decoration: underline; }
  @media only screen and (max-width: 65rem) {
    .news-row > .col-xs-12 {
      padding: 0;
      text-align: center; }
      .news-row > .col-xs-12 hr {
        display: block; } }
  .news-row .date {
    color: #3b3b3b;
    margin-bottom: 1.25rem; }
  .news-row p {
    color: #3e3e3e; }
  .news-row hr {
    border: none;
    border-bottom: 0.5px solid rgba(162, 145, 115, 0.5);
    margin-top: 2.5rem;
    display: none; }

.akademija p {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem; }

.akademija .dietrician h1 {
  margin-bottom: 0.9375rem; }

.akademija .dietrician p {
  margin: 0.9375rem 0; }

.akademija .egg {
  width: 70%;
  margin: 0 auto;
  position: relative; }
  .akademija .egg:hover .title {
    opacity: 0; }
  .akademija .egg:hover .egg-image img {
    opacity: 0; }
  .akademija .egg:hover .egg-image::after {
    opacity: 1; }
  .akademija .egg:hover .oa-item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }

.akademija .title {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

.akademija .egg-image {
  z-index: -1;
  padding-bottom: 6.25rem;
  margin-top: 3.125rem;
  position: relative; }
  .akademija .egg-image img {
    width: 100%;
    display: block;
    -webkit-transition: opacity 200ms ease, -webkit-transform 100ms ease-in-out;
    transition: opacity 200ms ease, -webkit-transform 100ms ease-in-out;
    transition: opacity 200ms ease, transform 100ms ease-in-out;
    transition: opacity 200ms ease, transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out; }
  .akademija .egg-image::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/egg_open.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    -webkit-transition: opacity 200ms ease, -webkit-transform 100ms ease-in-out;
    transition: opacity 200ms ease, -webkit-transform 100ms ease-in-out;
    transition: opacity 200ms ease, transform 100ms ease-in-out;
    transition: opacity 200ms ease, transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
    opacity: 0; }

.akademija .oa-item {
  opacity: 0;
  -webkit-transition: opacity 300ms ease, -webkit-transform 500ms ease;
  transition: opacity 300ms ease, -webkit-transform 500ms ease;
  transition: opacity 300ms ease, transform 500ms ease;
  transition: opacity 300ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  position: absolute;
  color: #ffffff;
  width: 25%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px); }
  @media only screen and (min-width: 1440px) {
    .akademija .oa-item {
      width: 25%; } }
  .akademija .oa-item h6 {
    font-size: 1.5vw;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "futura-pt"; }
    @media only screen and (min-width: 1440px) {
      .akademija .oa-item h6 {
        font-size: 1.75rem; } }
  .akademija .oa-item p {
    font-size: 1vw;
    font-family: "futura-pt"; }
    @media only screen and (min-width: 1440px) {
      .akademija .oa-item p {
        font-size: 1.0625rem; } }

.akademija .egg-1 .oa-item-1 {
  top: 8%;
  right: 85%; }

.akademija .egg-1 .oa-item-2 {
  top: 45%;
  right: 85%; }

.akademija .egg-1 .oa-item-3 {
  top: 76%;
  left: 25%;
  width: 30%; }

.akademija .egg-1 .oa-item-4 {
  left: 70%;
  top: -8%;
  width: 30%; }

.akademija .egg-1 .oa-item-5 {
  left: 90%;
  top: 8%; }

.akademija .egg-1 .oa-item-6 {
  left: 90%;
  top: 40%; }

@media only screen and (min-width: 91rem) {
  .akademija .egg-1 .oa-item-3 {
    top: 80%; }
  .akademija .egg-1 .oa-item-4 {
    left: 70%;
    top: -10%;
    width: 37%; }
  .akademija .egg-1 .oa-item-5 {
    left: 90%;
    top: 10%;
    width: 30%; }
  .akademija .egg-1 .oa-item-6 {
    left: 90%;
    top: 45%;
    width: 30%; } }

.akademija .egg2 .oa-item-1 {
  right: 86%;
  top: 0%;
  width: 40%; }

.akademija .egg2 .oa-item-2 {
  left: 78%;
  top: 0%; }

.akademija .egg2 .oa-item-3 {
  left: 85%;
  top: 38%; }

@media only screen and (min-width: 91rem) {
  .akademija .egg2 .oa-item-1 {
    width: 40%; }
  .akademija .egg2 .oa-item-2 {
    width: 45%; }
  .akademija .egg2 .oa-item-3 {
    width: 40%; } }

.akademija .white-bg {
  background-color: transparent; }
  .akademija .white-bg .bg-top {
    height: 5rem;
    background: url("../images/1600x80backgrounds_white.png") center top; }
    @media only screen and (min-width: 91rem) {
      .akademija .white-bg .bg-top {
        background-size: 100% auto; } }
  .akademija .white-bg .bg-bottom {
    height: 5rem;
    background: url("../images/1600x80backgrounds_white_reverse.png") center top; }
    @media only screen and (min-width: 91rem) {
      .akademija .white-bg .bg-bottom {
        background-size: 100% auto; } }
  .akademija .white-bg .inner {
    background-color: #ffffff; }
    @media only screen and (max-width: 65rem) {
      .akademija .white-bg .inner .text-left {
        text-align: center; } }
    .akademija .white-bg .inner img {
      width: 100%;
      border-radius: 50%; }
    .akademija .white-bg .inner p {
      color: #3E3E3E;
      max-width: 85%; }
      @media only screen and (max-width: 65rem) {
        .akademija .white-bg .inner p {
          max-width: 100%;
          text-align: center; } }

.akademija .sizes .eggs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal; }
  .akademija .sizes .eggs .ruler {
    height: 39.375rem;
    width: 4.5rem; }
  .akademija .sizes .eggs .egg1 {
    width: 32.8125rem;
    height: 41.1875rem;
    background: url("../images/egg1.png") center no-repeat;
    background-size: 100% auto; }
  .akademija .sizes .eggs .egg2 {
    width: 27.5rem;
    height: 41.1875rem;
    background: url("../images/egg2.png") center no-repeat;
    background-size: 100% auto; }
  .akademija .sizes .eggs .egg3 {
    width: 21.875rem;
    height: 41.1875rem;
    background: url("../images/egg3.png") center no-repeat;
    background-size: 100% auto; }
  .akademija .sizes .eggs .egg4 {
    width: 18.75rem;
    height: 41.1875rem;
    background: url("../images/egg3.png") center no-repeat;
    background-size: 100% auto; }
  .akademija .sizes .eggs i > * {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .akademija .sizes .eggs h6 {
    font-size: 4.6875rem;
    color: #ffffff;
    text-align: center;
    font-style: normal;
    margin: 0; }
  .akademija .sizes .eggs i {
    position: relative; }
    .akademija .sizes .eggs i .hover {
      opacity: 0;
      -webkit-transition: opacity 0.333s ease;
      transition: opacity 0.333s ease;
      font-family: "futura-pt";
      font-size: 4.5rem;
      line-height: 4.6875rem;
      font-weight: 500;
      color: #ffffff;
      white-space: nowrap; }
    .akademija .sizes .eggs i:hover h6 {
      opacity: 0;
      -webkit-transition: opacity 0.333s ease;
      transition: opacity 0.333s ease; }
    .akademija .sizes .eggs i:hover .hover {
      opacity: 1; }

.akademija .grades {
  background-color: #ffffff; }
  .akademija .grades h1 {
    color: #A29173;
    margin-bottom: 0; }
  .akademija .grades h3 {
    text-align: left; }
  .akademija .grades p {
    color: #3E3E3E; }
  .akademija .grades img {
    width: 100%; }
  .akademija .grades h5 {
    color: #F4B334;
    text-align: center;
    margin: 0;
    -webkit-transition: opacity 0.333s ease;
    transition: opacity 0.333s ease; }
  .akademija .grades .egg4 p, .akademija .grades .egg5 p, .akademija .grades .egg6 p {
    text-align: center;
    margin: 0 auto;
    width: 65%;
    margin-top: 2rem;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  @media only screen and (max-width: 65rem) {
    .akademija .grades .egg4, .akademija .grades .egg5, .akademija .grades .egg6 {
      margin-top: 0 !important; }
      .akademija .grades .egg4 h5, .akademija .grades .egg4 p, .akademija .grades .egg5 h5, .akademija .grades .egg5 p, .akademija .grades .egg6 h5, .akademija .grades .egg6 p {
        opacity: 1 !important; } }
  .akademija .grades .egg4 {
    margin-top: 4rem; }
  .akademija .grades .egg6 {
    margin-top: 6rem; }
  .akademija .grades .egg4:hover h5, .akademija .grades .egg4:hover p, .akademija .grades .egg5:hover h5, .akademija .grades .egg5:hover p, .akademija .grades .egg6:hover h5, .akademija .grades .egg6:hover p {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.akademija .numbers h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0; }

.akademija .egg2 .egg-image::after {
  background-image: url("../images/egg_numbers_2.png");
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }

.akademija .egg2:hover .egg-image img {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg); }

.akademija .egg2:hover .egg-image::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.akademija .nutrition .wrapper {
  background-color: #ffffff; }

.akademija .nutrition h1 {
  text-align: center;
  color: #A29173;
  margin-bottom: 0; }

.akademija .nutrition h2 {
  text-align: center;
  color: #A29173;
  margin-bottom: 0; }

.akademija .nutrition p {
  color: #3E3E3E; }

[class^="sustainability-"] {
  overflow: hidden; }
  [class^="sustainability-"] .wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  [class^="sustainability-"] .key-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 0; }
    [class^="sustainability-"] .key-points li {
      position: relative;
      display: block;
      width: 33%;
      text-align: center;
      margin: 0;
      padding: 1.25rem; }
    [class^="sustainability-"] .key-points a {
      text-decoration: none;
      display: block;
      color: #a29173;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      padding: 1.25rem;
      border-radius: 10px;
      height: 100%; }
      [class^="sustainability-"] .key-points a:hover {
        background-color: #F4B334; }
        [class^="sustainability-"] .key-points a:hover i {
          -webkit-filter: brightness(10000%);
                  filter: brightness(10000%); }
        [class^="sustainability-"] .key-points a:hover span {
          color: #ffffff; }
    [class^="sustainability-"] .key-points i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 6.25rem;
      margin-bottom: 1.875rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      [class^="sustainability-"] .key-points i img {
        display: block;
        max-height: 100%; }
    [class^="sustainability-"] .key-points span {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      text-transform: uppercase; }
    @media only screen and (max-width: 65rem) {
      [class^="sustainability-"] .key-points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0rem; }
        [class^="sustainability-"] .key-points li {
          text-align: left;
          width: 100%;
          padding: 0; }
        [class^="sustainability-"] .key-points a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        [class^="sustainability-"] .key-points i {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          height: auto;
          width: 2.8125rem;
          margin: 0;
          margin-right: 1.875rem; }
          [class^="sustainability-"] .key-points i img {
            width: auto;
            max-width: 2.8125rem;
            height: 2.8125rem;
            margin: auto; } }
  @media only screen and (min-width: 65rem) {
    [class^="sustainability-"] {
      padding-bottom: 5rem; } }
  @media only screen and (max-width: 65rem) {
    [class^="sustainability-"] {
      text-align: center; } }
  [class^="sustainability-"] .second-col > * {
    margin-left: 2.5rem; }
    @media only screen and (max-width: 65rem) {
      [class^="sustainability-"] .second-col > * {
        margin-left: 0; } }
  [class^="sustainability-"] .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0; }
    [class^="sustainability-"] .badges i {
      display: block;
      width: 50%;
      padding-right: 1.25rem;
      padding-bottom: 1.25rem; }
    [class^="sustainability-"] .badges img {
      display: block;
      width: 100%; }
    @media only screen and (max-width: 65rem) {
      [class^="sustainability-"] .badges {
        text-align: left; } }
  [class^="sustainability-"] p {
    margin-top: 0; }
  [class^="sustainability-"] h1, [class^="sustainability-"] h2 {
    margin-bottom: 0; }
  @media only screen and (max-width: 65rem) {
    [class^="sustainability-"] .tracks {
      display: none !important; } }
  [class^="sustainability-"] .orange-extend-right {
    position: relative;
    margin-top: 2rem;
    padding: 1.0625rem 1.1875rem;
    color: #ffffff;
    text-transform: uppercase; }
    [class^="sustainability-"] .orange-extend-right:before {
      content: " ";
      background-color: #f4b334;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  [class^="sustainability-"] .orange-bg {
    background-color: #f4b334;
    padding: 3rem 7.5rem;
    text-align: center;
    border-radius: 10px; }
    @media only screen and (min-width: 65rem) {
      [class^="sustainability-"] .orange-bg {
        margin: 6rem auto 9rem; } }
    @media only screen and (max-width: 65rem) {
      [class^="sustainability-"] .orange-bg {
        padding: 2rem 1.25rem !important;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 3.125rem; }
        [class^="sustainability-"] .orange-bg p {
          color: #ffffff !important; } }
    @media only screen and (max-width: 65rem) {
      [class^="sustainability-"] .orange-bg h2 {
        font-size: 2.3rem; } }

.sustainability-1 {
  position: relative; }
  .sustainability-1 h1 {
    margin-top: 0; }
  @media only screen and (min-width: 41rem) and (max-width: 64rem) {
    .sustainability-1 {
      margin-bottom: -1rem; } }
  .sustainability-1 .tracks {
    display: block;
    width: 40rem;
    height: 60rem;
    position: absolute;
    top: -12.5rem;
    right: -32.5rem;
    background: url("../images/kepas.svg") top right no-repeat;
    -webkit-filter: brightness(0%) invert(61%) sepia(11%) saturate(770%) hue-rotate(360deg) brightness(93%) contrast(88%);
            filter: brightness(0%) invert(61%) sepia(11%) saturate(770%) hue-rotate(360deg) brightness(93%) contrast(88%);
    -webkit-transform: rotate(265deg);
            transform: rotate(265deg); }
  .sustainability-1 p {
    margin-bottom: 32px; }

.sustainability-2 {
  position: relative;
  overflow: hidden; }
  .sustainability-2 .tracks {
    display: block;
    width: 40rem;
    height: 60rem;
    position: absolute;
    top: 18.75rem;
    left: 12.5rem;
    background: url("../images/kepas.svg") top right no-repeat;
    -webkit-transform: rotate(-70deg) scale(1.5);
            transform: rotate(-70deg) scale(1.5); }
  @media only screen and (max-width: 65rem) {
    .sustainability-2 p {
      margin-left: 0 !important; } }

.sustainability-3 {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 65rem) {
    .sustainability-3 {
      padding-bottom: 12.5rem !important; } }
  .sustainability-3 .tracks {
    display: block;
    width: 40rem;
    height: 60rem;
    position: absolute;
    bottom: -2rem;
    left: 22.5rem;
    background: url("../images/kepas.svg") top right no-repeat;
    -webkit-filter: brightness(0%) invert(61%) sepia(11%) saturate(770%) hue-rotate(360deg) brightness(93%) contrast(88%);
            filter: brightness(0%) invert(61%) sepia(11%) saturate(770%) hue-rotate(360deg) brightness(93%) contrast(88%);
    opacity: 0.5;
    -webkit-transform: rotate(-146deg) scale(1.5);
            transform: rotate(-146deg) scale(1.5); }

.sustainability-4 {
  position: relative;
  overflow: hidden; }
  .sustainability-4 .tracks {
    display: block;
    width: 40rem;
    height: 60rem;
    position: absolute;
    top: 0;
    left: 80%;
    background: url("../images/kepas.svg") center top no-repeat;
    -webkit-transform: scaleX(-1) scale(1.5) rotateZ(16deg);
            transform: scaleX(-1) scale(1.5) rotateZ(16deg); }

.sustainability-6 {
  position: relative;
  overflow: hidden;
  margin-top: -7rem !important;
  padding-top: 8rem !important;
  padding-bottom: 0 !important; }
  .sustainability-6 .wrapper {
    position: relative; }
    @media only screen and (min-width: 65rem) {
      .sustainability-6 .wrapper:not(:last-child) {
        padding-bottom: 5rem; } }
  .sustainability-6 .tracks {
    display: block;
    width: 100%;
    height: 20rem;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url("../images/kepas2.svg") center bottom no-repeat;
    background-size: 120% auto; }

.sustainability-1 h1,
.sustainability-3 h1 {
  color: #a29173;
  text-align: center; }

.sustainability-1 p,
.sustainability-3 p {
  color: #3e3e3e; }

.sustainability-2,
.sustainability-5,
.sustainability-6 {
  padding-top: 2rem;
  color: #ffffff; }
  @media only screen and (min-width: 65rem) {
    .sustainability-2,
    .sustainability-5,
    .sustainability-6 {
      padding-bottom: 5rem; } }
  .sustainability-2 .actions-taken,
  .sustainability-5 .actions-taken,
  .sustainability-6 .actions-taken {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem; }

.receptes h1 {
  color: #a29173;
  text-align: center;
  margin-top: 0; }

.receptes .wrapper {
  margin-bottom: 2rem; }

.receptes .receptes-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 22.5rem;
  grid-gap: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 65rem) {
    .receptes .receptes-items {
      display: block; } }

.receptes .receptes-item {
  cursor: pointer; }
  .receptes .receptes-item--large {
    grid-column: auto / span 6;
    grid-row: auto / span 2; }
  .receptes .receptes-item--medium {
    grid-column: auto / span 3;
    grid-row: auto / span 2; }
  .receptes .receptes-item--small {
    grid-column: auto / span 3;
    grid-row: auto / span 1; }
  .receptes .receptes-item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  @media only screen and (max-width: 65rem) {
    .receptes .receptes-item {
      margin-bottom: 1.25rem; } }

.receptes .box {
  display: block;
  border: 1px solid #a29173;
  border-radius: 10px;
  text-decoration: none !important;
  height: 100%;
  overflow: hidden; }
  .receptes .box.smaller {
    margin-bottom: 1rem;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    .receptes .box.smaller:last-child {
      margin-bottom: 0; }
    .receptes .box.smaller h2 {
      margin-bottom: 1rem; }

.receptes img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.receptes .item-content {
  padding: 1.5rem 1rem; }

.receptes .image {
  width: 100%;
  overflow: hidden; }

.receptes h2 {
  font-family: "futura-pt";
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #a29173;
  text-align: left;
  margin: 0; }

.receptes .date {
  color: #3b3b3b;
  margin-bottom: 1.25rem; }

.receptes p {
  color: #3e3e3e; }

.receptes.news h2 {
  font-size: 1.4375rem; }

.team h2 {
  color: #fff;
  text-align: left; }

.photo-box {
  padding: 1.25rem;
  background-image: url("../images/photo-frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  .photo-box img {
    width: 100%;
    margin-bottom: 0.625rem; }
  .photo-box .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem; }
    .photo-box .caption .info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-right: 0.3125rem; }
    .photo-box .caption .linkedin {
      width: 2.125rem;
      height: 2.125rem;
      background-image: url("../images/linkedin_full.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .photo-box h4 {
    color: #3e3e3e;
    margin-bottom: 0.3125rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0; }
  .photo-box span {
    color: rgba(62, 62, 62, 0.5);
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 0.875rem;
    text-transform: uppercase; }

.par-mums {
  background-color: #ffffff;
  color: #a29173; }
  @media only screen and (max-width: 65rem) {
    .par-mums .main-col {
      padding: 0; } }
  .par-mums .menu-col {
    padding-left: 3.125rem;
    position: relative; }
    @media only screen and (max-width: 65rem) {
      .par-mums .menu-col {
        display: none; } }
  .par-mums h2 {
    text-align: left;
    margin-bottom: 1rem; }
    .par-mums h2.fakti {
      margin-bottom: 1rem; }
    .par-mums h2.misija {
      margin-bottom: 0; }
    @media only screen and (max-width: 65rem) {
      .par-mums h2 {
        text-align: center; } }
  .par-mums p {
    color: #3e3e3e; }
    .par-mums p a {
      color: #a29173;
      text-decoration: none !important; }
    @media only screen and (max-width: 65rem) {
      .par-mums p {
        text-align: center; } }
  .par-mums .orange-box {
    background-color: #F4B334;
    border-radius: 0.625rem;
    text-align: center;
    color: #ffffff;
    padding: 3.125rem 1.25rem;
    height: 100%; }
    .par-mums .orange-box h3 {
      margin-top: 0;
      margin-bottom: 1.375rem;
      color: #ffffff; }
    @media only screen and (max-width: 65rem) {
      .par-mums .orange-box {
        padding: 1.25rem 1.25rem; }
        .par-mums .orange-box h3 {
          margin-bottom: 0rem; } }
  .par-mums .contact-button {
    padding: 0;
    font-size: 1.375rem;
    width: 16.3125rem;
    height: 5.0625rem;
    line-height: 5.0625rem;
    text-align: center;
    margin-top: 2rem;
    border-radius: 0.3125rem; }
  .par-mums .map-container {
    position: relative; }
    .par-mums .map-container svg {
      width: 100%; }
    .par-mums .map-container g.paths {
      opacity: 0;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease; }
    .par-mums .map-container:hover g.paths {
      opacity: 1; }
    @media only screen and (max-width: 65rem) {
      .par-mums .map-container {
        display: none; } }
  .par-mums .values .col-xs-6, .par-mums .values .col-xs-12 {
    padding-top: 0; }
  @media only screen and (max-width: 65rem) {
    .par-mums .values .value-wrapper:not(:last-child) {
      margin-bottom: 1rem; } }
  .par-mums .values p {
    margin-bottom: 0; }
  .par-mums .values h3 {
    font-family: 'futura-pt';
    font-size: 1.9rem;
    text-transform: uppercase;
    margin-bottom: .75rem; }
    @media only screen and (min-width: 41rem) {
      .par-mums .values h3 {
        text-align: left;
        margin-top: 0; } }
  .par-mums .values img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 41rem) {
    .par-mums .values .value > .row {
      padding-left: 0;
      padding-right: 0; } }
  .par-mums .klienti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2rem; }
    .par-mums .klienti__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid rgba(162, 145, 115, 0.4);
      border-left: none;
      border-bottom: none; }
      .par-mums .klienti__logo.empty {
        display: none; }
      @media only screen and (min-width: 91rem) {
        .par-mums .klienti__logo:nth-child(4n) {
          border-right: none; }
        .par-mums .klienti__logo:nth-child(-n+4) {
          border-top: none; }
        .par-mums .klienti__logo.empty.desktop {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (min-width: 65rem) and (max-width: 90rem) {
        .par-mums .klienti__logo:nth-child(3n) {
          border-right: none; }
        .par-mums .klienti__logo:nth-child(-n+3) {
          border-top: none; }
        .par-mums .klienti__logo.empty.tablet {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (max-width: 65rem) {
        .par-mums .klienti__logo:nth-child(2n) {
          border-right: none; }
        .par-mums .klienti__logo:nth-child(-n+2) {
          border-top: none; }
        .par-mums .klienti__logo.empty.mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .par-mums .klienti__img img {
      max-width: 100%;
      max-height: 80px; }
  .par-mums .drosiba {
    padding-right: 10.625rem; }
    .par-mums .drosiba .drosiba-item {
      padding: 0.625rem;
      border: 1px solid #fff;
      border-radius: 0.625rem;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .par-mums .drosiba .drosiba-item .drosiba-item-inner {
        display: inline-block;
        text-align: center; }
    .par-mums .drosiba .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .par-mums .drosiba .row .image {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        margin-right: 20px; }
        .par-mums .drosiba .row .image img {
          max-width: 100%;
          height: 5rem;
          border-radius: 10px; }
      @media only screen and (max-width: 65rem) {
        .par-mums .drosiba .row {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .par-mums .drosiba .row .image {
            margin: 0px 10px; } }
    @media only screen and (max-width: 65rem) {
      .par-mums .drosiba {
        padding-right: 0rem;
        text-align: center; } }
  .par-mums .vesture .chick-img,
  .par-mums .razosana .chick-img {
    margin-right: 5rem;
    display: block;
    max-width: 100%;
    border-radius: 0.375rem;
    overflow: hidden; }
    @media only screen and (max-width: 65rem) {
      .par-mums .vesture .chick-img,
      .par-mums .razosana .chick-img {
        margin: 0;
        padding: 0; } }
  .par-mums .vesture p,
  .par-mums .razosana p {
    color: #ffffff; }
  .par-mums .razosana .mb {
    margin-bottom: 3.125rem; }
    @media only screen and (max-width: 65rem) {
      .par-mums .razosana .mb {
        margin-bottom: 1.875rem; } }
  .par-mums .razosana h2 {
    color: #ffffff;
    margin-bottom: 1.5rem; }
  .par-mums .razosana h6 {
    font-family: "futura-pt";
    color: #ffffff;
    font-size: 1.875rem;
    margin: 0;
    margin-bottom: 0rem; }
    @media only screen and (max-width: 65rem) {
      .par-mums .razosana h6 {
        font-size: 1.125rem;
        text-align: center;
        margin-bottom: 1.875rem; } }
  .par-mums .razosana .r-col {
    text-align: center;
    position: relative;
    width: 26%;
    margin-right: 6%; }
    .par-mums .razosana .r-col .number {
      font-family: "Panton Rust";
      font-size: 17rem;
      color: #ffffff;
      opacity: 0.32;
      position: absolute;
      top: -4rem;
      right: -2rem; }
    .par-mums .razosana .r-col .image {
      height: 7.5rem; }
    .par-mums .razosana .r-col img {
      display: inline;
      width: auto; }
    .par-mums .razosana .r-col .caption {
      font-size: 1.875rem;
      color: #ffffff;
      margin: 1rem auto;
      text-transform: uppercase; }
      @media only screen and (max-width: 65rem) {
        .par-mums .razosana .r-col .caption {
          font-size: 1.5625rem; } }
    @media only screen and (max-width: 65rem) {
      .par-mums .razosana .r-col {
        width: 100%;
        margin-bottom: 1.875rem; }
        .par-mums .razosana .r-col .image {
          height: auto; }
          .par-mums .razosana .r-col .image img {
            width: auto;
            max-width: 5.625rem;
            height: 5rem; } }
  .par-mums .razosana .kk-row {
    margin-bottom: 3.75rem; }
    .par-mums .razosana .kk-row .r-col {
      width: 24%;
      margin-right: 9%; }
      @media only screen and (max-width: 65rem) {
        .par-mums .razosana .kk-row .r-col {
          min-height: 13rem;
          width: 100%;
          margin-bottom: 1.875rem; }
          .par-mums .razosana .kk-row .r-col .image {
            height: auto; }
            .par-mums .razosana .kk-row .r-col .image img {
              width: auto;
              max-width: 5.625rem;
              height: 5rem; } }
    @media only screen and (max-width: 65rem) {
      .par-mums .razosana .kk-row {
        margin-bottom: -1rem; }
        .par-mums .razosana .kk-row:last-child {
          margin-bottom: 3.75rem; } }
  .par-mums .timeline-mobile {
    display: block; }
    .par-mums .timeline-mobile .slider-controls .list-item {
      position: relative;
      display: block;
      color: #fff;
      width: 12.5rem; }
      .par-mums .timeline-mobile .slider-controls .list-item:after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #fff;
        top: 50%;
        right: 50%;
        z-index: 0; }
      .par-mums .timeline-mobile .slider-controls .list-item_first {
        border-left: 1px solid #fff; }
        .par-mums .timeline-mobile .slider-controls .list-item_first:after {
          display: none; }
    .par-mums .timeline-mobile .slider-controls a {
      text-decoration: none;
      outline: none;
      display: block; }
    .par-mums .timeline-mobile .slider-controls span {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.25rem;
      width: 9.375rem;
      border: 1px solid #fff;
      background-color: #F4B334;
      z-index: 09999;
      border-radius: 10px;
      margin: 1.25rem;
      color: #fff; }
      .par-mums .timeline-mobile .slider-controls span::before {
        content: " ";
        background-image: url("../images/egg_white.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 2rem;
        height: 2rem; }
    .par-mums .timeline-mobile .slick-current .list-item span:before {
      background-image: url("../images/egg_orange.svg"); }
  .par-mums .timeline-articles {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 65rem) {
      .par-mums .timeline-articles {
        margin-top: 1.875rem; } }
    .par-mums .timeline-articles .slider-articles {
      width: 100%; }
      .par-mums .timeline-articles .slider-articles .col-md-4 img {
        margin-left: auto;
        margin-right: auto; }
      .par-mums .timeline-articles .slider-articles--content {
        display: inline-block;
        width: 100%;
        padding: 0.625rem;
        border: 1px solid #fff;
        border-radius: 0.625rem;
        text-align: center; }
        .par-mums .timeline-articles .slider-articles--content p {
          font-size: 1.65rem; }
  .par-mums .news-row a {
    text-decoration: none;
    color: #000; }
    .par-mums .news-row a:hover h4 {
      text-decoration: underline; }

.history-slider-section img {
  width: 100%;
  display: block; }

.history-slider-section h1 {
  text-align: left; }

.history-slider-section .slider-content .slider-picture {
  position: relative;
  display: inline-block; }
  .history-slider-section .slider-content .slider-picture img {
    -webkit-filter: brightness(70%);
            filter: brightness(70%); }
  .history-slider-section .slider-content .slider-picture .btn {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 75vw; }
  .history-slider-section .slider-content .slider-picture h3 {
    color: #ffffff;
    position: absolute;
    top: 0%;
    bottom: 20%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0%;
    right: 0%; }

.history-slider-section .buy-bg {
  background: url("../images/graudu_banner2.png") left no-repeat;
  background-size: contain;
  background-position-x: -20%; }

.history-slider-section .buy-row {
  text-align: left;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: 100% auto; }
  .history-slider-section .buy-row h1 {
    color: #a29173;
    margin-top: 2rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 65rem) {
      .history-slider-section .buy-row h1 {
        text-align: center; } }
  .history-slider-section .buy-row p {
    color: #3e3e3e;
    margin-bottom: 2rem; }
  @media only screen and (max-width: 65rem) {
    .history-slider-section .buy-row {
      text-align: center; } }

.history-slider-section .projects-row h1 {
  color: #a29173; }
  .history-slider-section .projects-row h1.es-projekti {
    margin-top: 0; }
  @media only screen and (max-width: 65rem) {
    .history-slider-section .projects-row h1 {
      text-align: center; } }

.history-slider-section .projects-row p {
  line-height: 2rem;
  color: #3e3e3e; }

.history-slider-section .projects-row img {
  width: 100%; }

@media only screen and (max-width: 65rem) {
  .history-slider-section .projects-row {
    text-align: center; } }

.history-slider-section .map-row img {
  width: 100%; }

.history-slider-section .map-row .contact-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (max-width: 65rem) {
  .history-slider-section .map-row img {
    display: none; } }

.eva {
  background: url("../images/bg_green_repeat.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  position: relative; }
  .eva h1 {
    text-align: left; }
  .eva img {
    width: auto; }
  .eva .info-eggs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
    .eva .info-eggs .egg {
      width: 61px;
      height: 76px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      border: 2px solid #fcb615;
      border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
      margin-right: 4px;
      color: #fcb615; }
  .eva .eva--item {
    margin-bottom: 3.125rem; }
  .eva .bg-top {
    background: url("../images/1600x80_background_beige_texture_reverse.png") no-repeat;
    width: 100%;
    height: 5rem;
    background-size: 100%;
    background-position-y: top; }
  .eva .bg-bottom {
    background: url("../images/1600x80_background_beige_texture.png") no-repeat;
    width: 100%;
    height: 5rem;
    background-size: 100%;
    background-position-y: bottom; }
  .eva > * {
    position: relative; }
  .eva .feet {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url("../images/eva_feet.svg") no-repeat;
    background-size: auto 100%; }
  .eva .product-image {
    width: 100%; }
  .eva h1 {
    font-size: 4.6875rem; }
  .eva .badges {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    .eva .badges i {
      display: inline-block;
      text-align: center;
      padding-top: 6.25rem;
      font-family: "futura-pt";
      font-size: 1.3125rem;
      font-style: normal;
      background-size: 65% 65% !important; }
      .eva .badges i.gluten {
        background: url("../images/eva_icon_1.svg") no-repeat;
        background-position: center top;
        width: 8.75rem; }
      .eva .badges i.lactose {
        background: url("../images/eva_icon_2.svg") no-repeat;
        background-position: center top;
        width: 11.875rem; }
      .eva .badges i.egg {
        background: url("../images/eva_icon_3.svg") no-repeat;
        background-position: center top;
        width: 7.5rem; }
  .eva p {
    font-family: "futura-pt";
    font-size: 1.3125rem; }
  .eva .button-transparent {
    font-size: 1.375rem;
    padding: 0;
    width: 22.0625rem;
    height: 4.375rem;
    margin-top: 3rem; }
  .eva .btn {
    margin-top: 1.875rem; }

.produkti-b2c {
  position: relative;
  background-color: #a29173;
  overflow-x: hidden; }
  .produkti-b2c .main-wrapper {
    margin-top: 5rem; }
  .produkti-b2c .info-row {
    display: none; }
    @media only screen and (max-width: 65rem) {
      .produkti-b2c .info-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .produkti-b2c h1,
  .produkti-b2c h2 {
    text-align: left;
    color: #ffffff; }
  .produkti-b2c .wrapper {
    overflow-x: hidden; }
    @media only screen and (max-width: 40rem) {
      .produkti-b2c .wrapper .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .produkti-b2c .menu-container {
    top: 25%; }
  .produkti-b2c .decoration {
    position: absolute; }
    @media only screen and (max-width: 40rem) {
      .produkti-b2c .decoration {
        display: none; } }
  .produkti-b2c a {
    text-decoration: none !important; }
  .produkti-b2c .row {
    position: relative;
    z-index: 4; }
  .produkti-b2c .pattern {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5rem;
    opacity: 0.333;
    background: url("../images/white_bg_overlay.svg");
    background-size: 500px 500px; }
  @media only screen and (max-width: 91rem) {
    .produkti-b2c .feet {
      display: none !important; } }
  .produkti-b2c .bg-dynamic {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    background-color: var(--color); }
    .produkti-b2c .bg-dynamic::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 5rem;
      top: -5rem;
      left: 0;
      right: 0;
      z-index: 2;
      background-color: var(--color);
      mask-image: url("../images/delimiter.png");
      mask-repeat: repeat-x;
      mask-size: auto 100%;
      mask-position: bottom;
      -webkit-mask-image: url("../images/delimiter.png");
      -webkit-mask-repeat: repeat-x;
      -webkit-mask-size: auto 100%;
      -webkit-mask-position: bottom; }
      @media only screen and (max-width: 91rem) {
        .produkti-b2c .bg-dynamic::before {
          top: -2.5rem;
          height: 2.5rem; } }
    .produkti-b2c .bg-dynamic::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: url("../images/white_bg_overlay.svg");
      background-size: 400px 400px;
      opacity: 0.333; }
      @media only screen and (max-width: 91rem) {
        .produkti-b2c .bg-dynamic::after {
          top: -2.5rem; } }
    .produkti-b2c .bg-dynamic .wrapper {
      position: relative;
      z-index: 3; }
    .produkti-b2c .bg-dynamic .top-bg {
      position: absolute;
      top: -5rem;
      width: 100%;
      height: 80px;
      z-index: 2;
      background: url("../images/white_bg_overlay.svg");
      background-size: 500px 500px;
      opacity: 0.333;
      mask-image: url("../images/delimiter.png");
      mask-repeat: repeat-x;
      mask-size: auto 100%;
      mask-position: bottom;
      mask-mode: alpha;
      -webkit-mask-image: url("../images/delimiter.png");
      -webkit-mask-repeat: repeat-x;
      -webkit-mask-size: auto 100%;
      -webkit-mask-position: bottom; }
      @media only screen and (max-width: 91rem) {
        .produkti-b2c .bg-dynamic .top-bg {
          height: 40px;
          top: -2.5rem; } }
    .produkti-b2c .bg-dynamic .feet {
      position: absolute;
      -webkit-transform: rotate(188deg);
              transform: rotate(188deg);
      top: -3rem;
      -webkit-transform: scale(0.85);
              transform: scale(0.85); }
    .produkti-b2c .bg-dynamic .feet1 {
      position: absolute;
      -webkit-transform: rotate(-150deg);
              transform: rotate(-150deg);
      z-index: 1 !important;
      top: -10rem;
      left: 10rem; }
    .produkti-b2c .bg-dynamic .feet2 {
      position: absolute;
      z-index: 1 !important;
      top: -5rem;
      right: 5rem;
      -webkit-transform: scale(0.85);
              transform: scale(0.85); }
    @media only screen and (max-width: 91rem) {
      .produkti-b2c .bg-dynamic .feet1,
      .produkti-b2c .bg-dynamic .feet2 {
        display: none; } }
    @media only screen and (min-width: 41rem) and (max-width: 64rem) {
      .produkti-b2c .bg-dynamic .feet {
        left: 0;
        top: -5rem; }
      .produkti-b2c .bg-dynamic[data-product="omega-3-olas"] .decoration {
        width: 25rem; }
      .produkti-b2c .bg-dynamic[data-product="balticovo-olas"] .decoration {
        width: 30rem; } }
    @media only screen and (max-width: 40rem) {
      .produkti-b2c .bg-dynamic .image-col img {
        margin-bottom: -5rem; }
      .produkti-b2c .bg-dynamic .feet {
        top: -8rem;
        left: -10rem; } }
    @media only screen and (max-width: 40rem) {
      .produkti-b2c .bg-dynamic[data-product="omletes-komplekts"] .image-col img,
      .produkti-b2c .bg-dynamic[data-product="balticovo-olas"] .image-col img {
        margin-bottom: -3rem; }
      .produkti-b2c .bg-dynamic[data-product="olas-bio"] .image-col img {
        margin-right: -4rem; } }
    .produkti-b2c .bg-dynamic[data-product="paipalu-olas"] .feet {
      position: absolute;
      top: 2rem;
      left: 2rem; }
    .produkti-b2c .bg-dynamic[data-product="paipalu-olas"] i img {
      -webkit-filter: brightness(0.5);
              filter: brightness(0.5); }
    @media only screen and (max-width: 91rem) {
      .produkti-b2c .bg-dynamic[data-product="paipalu-olas"] .image-col img {
        margin-bottom: -2rem; }
      .produkti-b2c .bg-dynamic[data-product="paipalu-olas"] .feet {
        display: none; }
      .produkti-b2c .bg-dynamic[data-product="paipalu-olas"] .text-col {
        padding-bottom: 0; } }
  .produkti-b2c .bottom-bg {
    height: 5rem;
    background-color: #d0c3b0;
    mask-image: url("../images/delimiter.png");
    mask-repeat: repeat-x;
    mask-size: auto 100%;
    mask-position: top;
    -webkit-mask-image: url("../images/delimiter.png");
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: auto 100%;
    -webkit-mask-position: top; }
  .produkti-b2c .image-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .produkti-b2c .image-col img {
      width: 100%;
      margin-bottom: 60px; }
      .produkti-b2c .image-col img.badge {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-170%);
                transform: translateY(-170%);
        left: 0%;
        width: 30%;
        margin: 0; }
        @media only screen and (max-width: 40rem) {
          .produkti-b2c .image-col img.badge {
            top: 0%;
            -webkit-transform: translateY(0%);
                    transform: translateY(0%); } }
  .produkti-b2c .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
    width: 100%; }
    @media only screen and (max-width: 40rem) {
      .produkti-b2c .badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; } }
    .produkti-b2c .badges i {
      vertical-align: top;
      color: #ffffff;
      position: relative;
      width: 50%;
      padding-right: 2.375rem; }
      @media only screen and (max-width: 65rem) {
        .produkti-b2c .badges i {
          margin-right: 0;
          padding-left: 10px;
          padding-right: 10px;
          text-align: center; } }
      .produkti-b2c .badges i:last-child {
        margin-right: 0; }
      .produkti-b2c .badges i .value {
        font-weight: bold;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: bold;
        margin-top: 1rem; }
      .produkti-b2c .badges i .caption {
        opacity: 0.7;
        font-style: normal;
        margin-top: 1rem;
        font-size: 16px; }
      .produkti-b2c .badges i.chicken {
        background: url("../images/produktib2c-chicken.svg") no-repeat;
        background-position: center top; }
      .produkti-b2c .badges i.size {
        background: url("../images/produktib2c-egg.svg") no-repeat;
        background-position: center top; }
      .produkti-b2c .badges i.category {
        background: url("../images/produktib2c-star.svg") no-repeat;
        background-position: center top; }
  @media only screen and (max-width: 40rem) {
    .produkti-b2c .row {
      margin-left: 0;
      margin-right: 0; } }
  .produkti-b2c .text-col {
    padding: 1.25rem 0 11.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #ffffff; }
    @media only screen and (max-width: 40rem) {
      .produkti-b2c .text-col {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0; } }
    .produkti-b2c .text-col.dark-text {
      color: #3e3e3e; }
    .produkti-b2c .text-col.beige-text {
      color: #a29173; }
    .produkti-b2c .text-col h2 {
      margin-top: 0;
      font-size: 4.6875rem;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 40rem) {
        .produkti-b2c .text-col h2 {
          font-size: 2.3125rem;
          text-align: center;
          width: 100%; } }
    .produkti-b2c .text-col a {
      display: block;
      width: 100%; }
    .produkti-b2c .text-col p {
      font-size: 1.3125rem;
      line-height: 1.75rem;
      width: 75%;
      font-family: "futura-pt";
      font-weight: 500;
      margin-top: 2rem; }
      @media only screen and (max-width: 40rem) {
        .produkti-b2c .text-col p {
          font-size: 1.375rem;
          text-align: center;
          width: calc(100% - 30px);
          margin-left: 15px;
          margin-right: 15px; } }

.produkti-b2b {
  padding-top: 0 !important; }
  @media only screen and (max-width: 91rem) {
    .produkti-b2b .wrapper {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .produkti-b2b .first-row {
    margin-top: 5.625rem;
    position: relative;
    font-size: 0; }
    .produkti-b2b .first-row .torn-top {
      margin-top: -5.625rem;
      height: 5.625rem;
      width: 100%; }
  .produkti-b2b .products {
    padding: 0; }
  .produkti-b2b .product:after {
    content: " ";
    border-top: 0.5px dashed rgba(162, 145, 115, 0.4);
    width: 100%;
    margin-right: 2.5rem; }
  .produkti-b2b .product:first-child:after {
    display: none; }
  .produkti-b2b .product .datasheet {
    margin-bottom: 1.25rem; }
  @media only screen and (max-width: 91rem) {
    .produkti-b2b .product:after {
      margin-bottom: 1.25rem; } }
  .produkti-b2b .product-category {
    margin-bottom: 5rem; }
  .produkti-b2b .last-row {
    margin-bottom: 6rem;
    font-size: 0; }
    .produkti-b2b .last-row .torn-bottom {
      width: 100%;
      height: 6rem;
      margin-bottom: -6rem; }
  .produkti-b2b h1 {
    text-align: left;
    color: #a29173;
    line-height: 1.2;
    color: #a29173; }
  .produkti-b2b a {
    text-decoration: none !important; }
  .produkti-b2b .image {
    text-align: left;
    padding-bottom: 1rem; }
    .produkti-b2b .image img {
      max-width: 70%; }
      .produkti-b2b .image img:hover {
        -webkit-animation: promo-wobble 0.4s both;
                animation: promo-wobble 0.4s both; }
  .produkti-b2b .info,
  .produkti-b2b .caption {
    text-align: left; }
    .produkti-b2b .info a,
    .produkti-b2b .caption a {
      color: #000000;
      font-size: 1.375rem; }
  .produkti-b2b .info-row {
    padding: 2rem 0; }
    .produkti-b2b .info-row p {
      font-size: 1.375rem;
      font-weight: 500;
      line-height: 1.33;
      color: #3e3e3e;
      margin-left: 1rem; }
    .produkti-b2b .info-row img {
      max-width: 85%; }
  .produkti-b2b .contact-row {
    padding-bottom: 2rem; }
    .produkti-b2b .contact-row .image-col {
      text-align: center; }
      .produkti-b2b .contact-row .image-col img {
        width: 90%; }
    .produkti-b2b .contact-row .contact-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.kontakti {
  color: #ffffff; }
  .kontakti h1 {
    color: #ffffff; }
    @media only screen and (max-width: 40rem) {
      .kontakti h1 {
        text-align: center;
        display: block; } }
  .kontakti h2 {
    color: #ffffff;
    text-align: center; }
  .kontakti h3 {
    color: #ffffff;
    text-align: center;
    font-size: 2.625rem; }
  .kontakti a {
    color: #ffffff; }
  .kontakti .orange-bg {
    padding: 1.875rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 10px; }
    .kontakti .orange-bg h2 {
      margin-top: 0;
      margin-bottom: 1.875rem; }
    .kontakti .orange-bg a {
      text-decoration: none; }

.graudi {
  background-color: #ffffff; }
  .graudi table {
    border-collapse: collapse;
    margin-bottom: 1.5rem; }
  .graudi td, .graudi th {
    border: 1px solid #ddd;
    padding: 0 8px; }
  .graudi tr:nth-child(even) {
    background-color: #f2f2f2; }
  .graudi th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white; }
  .graudi .back-button {
    color: #a29173;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem; }
  @media only screen and (max-width: 65rem) {
    .graudi .main-col {
      padding: 0; } }
  .graudi .locations {
    margin-bottom: 5.25rem; }
  .graudi h1 {
    margin-bottom: 2rem;
    color: #a29173; }
  .graudi .intro {
    text-align: center;
    font-weight: 600; }
  .graudi .orange-bg {
    padding: 1.875rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 10px; }
    .graudi .orange-bg .btn--hollow-light:hover {
      color: #f4b334; }
    .graudi .orange-bg_title {
      margin-bottom: 1rem; }
    .graudi .orange-bg h3 {
      color: #fff; }
    .graudi .orange-bg p {
      color: #fff; }
    .graudi .orange-bg h2 {
      margin-top: 0;
      margin-bottom: 1.875rem; }
    .graudi .orange-bg a {
      color: #fff;
      text-decoration: none; }
  .graudi h2 {
    margin-bottom: 1rem;
    text-align: center; }
  .graudi p {
    color: #3e3e3e; }
    .graudi p a {
      color: #a29173;
      text-decoration: none !important; }

.post h1 {
  color: #a29173;
  text-align: center; }

.post .cover {
  width: 100%; }
  .post .cover img {
    width: 100%;
    display: block; }

.post span.fr-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: block; }
  .post span.fr-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    max-width: unset;
    max-height: unset; }

.post .content img {
  width: 100%;
  display: block; }

.post img {
  max-width: 100%;
  display: block; }

.post h4 {
  text-transform: uppercase;
  color: #a29173; }

.post p {
  color: #3e3e3e;
  margin: 0 0 1rem; }

.post .images {
  margin: 4rem auto; }
  .post .images .image {
    width: 100%;
    border-radius: 0.625rem;
    padding: 0 1rem;
    font-size: 0; }
    .post .images .image img {
      max-width: 100%;
      width: 100%;
      border-radius: 0.625rem; }
    .post .images .image:last-of-type {
      margin-right: 0; }
  .post .images .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -4.375rem;
    width: 4rem;
    height: 4rem;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f4b334;
    border-radius: 0.3125rem;
    background-image: url("../images/arr-left.svg");
    content: '';
    z-index: 1;
    border: none;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    cursor: pointer; }
    .post .images .slick-arrow:focus {
      outline: none; }
    .post .images .slick-arrow:hover {
      background-color: #ed7422; }
    .post .images .slick-arrow.slick-next {
      background-image: url("../images/arr-right.svg");
      left: unset;
      right: -4.375rem; }
  @media only screen and (max-width: 65rem) {
    .post .images {
      margin: 1.25rem auto; }
      .post .images .image {
        width: 100%;
        margin-right: 0; }
      .post .images .slick-arrow {
        left: 1.25rem;
        background-color: rgba(0, 0, 0, 0.05); }
        .post .images .slick-arrow.slick-next {
          right: 1.25rem; }
        .post .images .slick-arrow:hover {
          background-color: rgba(0, 0, 0, 0.05); } }

.post .other-posts {
  padding-top: 6.5rem;
  padding-bottom: 6rem; }
  .post .other-posts .other-post {
    border: 1px solid #a29173;
    border-radius: 0.625rem;
    position: relative;
    padding-bottom: 3rem;
    height: 100%; }
    .post .other-posts .other-post h6 {
      font-family: "futura-pt";
      font-size: 2rem;
      color: #a29173;
      font-weight: normal;
      margin: 1rem; }
    .post .other-posts .other-post p {
      color: #3e3e3e;
      margin: 1rem; }
    .post .other-posts .other-post .btn-group {
      position: absolute;
      bottom: -2rem; }
  @media only screen and (max-width: 91rem) {
    .post .other-posts .other-post {
      margin-bottom: 2rem; }
      .post .other-posts .other-post .btn-group {
        bottom: -1.5rem; } }

.post .ingredient {
  margin-top: 0.3125rem; }
  .post .ingredient_list {
    margin-top: 0; }
  .post .ingredient--is-title {
    margin-top: 1.5625rem;
    margin-bottom: 0.9375rem;
    list-style: none;
    font-size: 1.875rem; }
  .post .ingredient .amount {
    font-weight: bold; }

.saldejums {
  overflow: hidden; }
  .saldejums [class*="bg-"] {
    position: relative; }
  .saldejums .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .saldejums .wrapper {
    overflow: hidden; }
  .saldejums .ice-uppercase {
    text-transform: uppercase; }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .ice-tablet-none {
      display: none !important; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .text-tablet-center {
      text-align: center !important; } }
  @media only screen and (max-width: 640px) {
    .saldejums .text-xs-center {
      text-align: center !important; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .tablet-align-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .tablet-align-center-v2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 640px) {
    .saldejums .xs-align-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 640px) {
    .saldejums .xs-col-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .ice-tablet-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .saldejums .ice-tablet-only {
    display: none; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .ice-tablet-only {
        display: block; } }
  @media only screen and (max-width: 65rem) {
    .saldejums .ice-desktop-only {
      display: none; } }
  @media only screen and (min-width: 65rem) {
    .saldejums .ice-desktop-none {
      display: none; } }
  @media only screen and (min-width: 41rem) {
    .saldejums .xs-only {
      display: none; } }
  @media only screen and (max-width: 65rem) {
    .saldejums .ice-tablet-and-xs-none {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .saldejums .xs-none {
      display: none; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .ice-tablet-mw-none {
      max-width: none !important; } }
  .saldejums__intro {
    position: relative; }
    .saldejums__intro .intro-dec-1 {
      position: absolute;
      top: 22%;
      left: -9%;
      width: 29%; }
      @media only screen and (max-width: 65rem) {
        .saldejums__intro .intro-dec-1 {
          display: none; } }
      @media only screen and (min-width: 65rem) and (max-width: 1440px) {
        .saldejums__intro .intro-dec-1 {
          width: 26%;
          left: -5%;
          top: 26%; } }
    .saldejums__intro .intro-dec-2 {
      position: absolute;
      top: 0%;
      width: 13%; }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .saldejums__intro .intro-dec-2 {
          top: 79%;
          width: 22%;
          left: 1%; } }
      @media only screen and (max-width: 640px) {
        .saldejums__intro .intro-dec-2 {
          top: 79%;
          width: 34%;
          left: -9%; } }
    .saldejums__intro .intro-dec-3 {
      position: absolute;
      right: -5%;
      bottom: 2%; }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .saldejums__intro .intro-dec-3 {
          bottom: 0;
          top: 8%; } }
      @media only screen and (max-width: 640px) {
        .saldejums__intro .intro-dec-3 {
          width: 42%;
          top: 0; } }
  .saldejums__intro-content {
    padding: 5rem 0 5rem 0; }
  .saldejums__intro-head {
    text-align: center !important; }
    @media only screen and (max-width: 640px) {
      .saldejums__intro-head {
        font-size: 32px; } }
  .saldejums .bg-1 {
    background-color: #feac48 !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-1::before {
      background-image: url(../images/saldejums/background/Mala_01.png) !important; }
  .saldejums .plombira-dec {
    position: absolute;
    top: 21%;
    right: 15%;
    width: 24%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .plombira-dec {
        top: 28%;
        width: 28%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .plombira-dec {
        width: 57%;
        right: -28%;
        top: 0; } }
  .saldejums__h3 {
    font-size: 1.875rem;
    font-family: futura-pt;
    color: #fff;
    max-width: 750px; }
  .saldejums__text {
    font-size: 1.375rem;
    line-height: 1.5;
    color: #fff;
    max-width: 750px; }
  .saldejums__image-couple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .saldejums__image-couple--left .choco-color, .saldejums__image-couple--right .choco-color {
      background-color: rgba(195, 143, 104, 0.65) !important; }
    .saldejums__image-couple--left {
      position: absolute;
      top: 0;
      left: 12%;
      width: 33%;
      height: 100%; }
      .saldejums__image-couple--left:hover .ice-konuss-block {
        opacity: 1; }
    .saldejums__image-couple--right {
      position: absolute;
      top: 0;
      right: 0;
      width: 55%;
      height: 100%; }
      .saldejums__image-couple--right .ice-konuss-block {
        left: 5.25rem !important;
        right: 7.25rem !important; }
      .saldejums__image-couple--right:hover .ice-konuss-block {
        opacity: 1; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums__image-couple {
        width: 50%; } }
  .saldejums .img-couple-wrap-desk {
    padding-left: 10%; }
  .saldejums .lonely-ice-wrap {
    position: relative; }
    @media only screen and (min-width: 65rem) {
      .saldejums .lonely-ice-wrap {
        padding: 0 35px; } }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .lonely-ice-wrap {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .saldejums .lonely-ice-wrap .choco-color {
      background-color: rgba(195, 143, 104, 0.65) !important; }
  .saldejums .ice-konuss-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.25rem;
    right: 1.25rem;
    background-color: rgba(248, 181, 75, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    padding: 10px;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms; }
    .saldejums .ice-konuss-block .konuss-naming-head {
      font-size: 3rem;
      color: #fff;
      margin-top: 0;
      margin-bottom: 0; }
    .saldejums .ice-konuss-block .konuss-naming-text {
      font-size: 1.5rem;
      color: #fff;
      margin: 0; }
  .saldejums .ice-konuss-block-tablet {
    left: 16% !important;
    top: 28% !important; }
    @media only screen and (max-width: 65rem) {
      .saldejums .ice-konuss-block-tablet {
        display: none; } }
  .saldejums .inner-lonely-ice-wrap {
    position: relative; }
  .saldejums .saldejums-data-wrap {
    width: 100%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .saldejums-data-wrap {
        width: 50%; } }
  .saldejums__fields {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 290px; }
    .saldejums__fields * {
      padding: 0; }
  .saldejums .data-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none; }
  .saldejums .data-text {
    font-size: 15px;
    margin: 0;
    color: #fff; }
    @media screen and (min-width: 1041px) and (max-width: 1250px) {
      .saldejums .data-text {
        font-size: 13px; } }
    @media only screen and (max-width: 640px) {
      .saldejums .data-text {
        font-size: 12px; } }
  .saldejums .data-numbers .data-field .data-text {
    font-weight: 700; }
  @media only screen and (max-width: 640px) {
    .saldejums .field-image-1 {
      max-width: 22px; } }
  @media only screen and (max-width: 640px) {
    .saldejums .field-image-2 {
      max-width: 40px; } }
  @media only screen and (max-width: 640px) {
    .saldejums .field-image-3 {
      max-width: 48px; } }
  @media only screen and (max-width: 640px) {
    .saldejums .field-image-4 {
      max-width: 35px; } }
  .saldejums .icon-1-col, .saldejums .icon-2-col, .saldejums .icon-3-col, .saldejums .icon-4-col {
    padding: 0.3125rem; }
  .saldejums .icon-1-col {
    width: 5.625rem; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .saldejums .icon-1-col {
        width: 5.9375rem; } }
  .saldejums .icon-2-col {
    width: 6.875rem; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .saldejums .icon-2-col {
        width: 7.1875rem; } }
    @media screen and (min-width: 1041px) and (max-width: 1250px) {
      .saldejums .icon-2-col {
        width: 6.5625rem; } }
    @media screen and (min-width: 1041px) and (max-width: 1220px) {
      .saldejums .icon-2-col {
        width: 90px !important; } }
  .saldejums .icon-3-col {
    width: 5rem; }
  .saldejums .icon-4-col {
    width: 3.4375rem; }
    @media only screen and (min-width: 91rem) {
      .saldejums .icon-4-col {
        width: 3.75rem; } }
    @media only screen and (max-width: 91rem) {
      .saldejums .icon-4-col {
        width: 55px; } }
    @media screen and (min-width: 1041px) and (max-width: 1250px) {
      .saldejums .icon-4-col {
        width: 45px !important; } }
  .saldejums .only-desk-icon-1 {
    width: 1.25rem; }
  .saldejums .only-desk-icon-2 {
    width: 2.1875rem; }
  .saldejums .only-desk-icon-3 {
    width: 2.8125rem; }
  .saldejums .only-desk-icon-4 {
    width: 1.875rem; }
  @media screen and (min-width: 1041px) and (max-width: 1220px) {
    .saldejums .only-desk-text-data {
      font-size: 14px; } }
  .saldejums .table-ice-cream--new td {
    text-align: center; }
  .saldejums .table-ice-cream--new img {
    padding-top: 0.3125rem; }
  .saldejums .table-ice-cream--new .table-data-1, .saldejums .table-ice-cream--new .table-data-2, .saldejums .table-ice-cream--new .table-data-4, .saldejums .table-ice-cream--new .table-data-3, .saldejums .table-ice-cream--new .table-data-5, .saldejums .table-ice-cream--new .table-data-6, .saldejums .table-ice-cream--new .table-data-7, .saldejums .table-ice-cream--new .table-data-8 {
    border-top: 1px solid #fff; }
  .saldejums .table-ice-cream--new .table-data-1, .saldejums .table-ice-cream--new .table-data-2, .saldejums .table-ice-cream--new .table-data-3, .saldejums .table-ice-cream--new .table-data-5, .saldejums .table-ice-cream--new .table-data-6, .saldejums .table-ice-cream--new .table-data-7 {
    border-right: 1px solid #fff; }
  .saldejums .table-ice-cream--new .table-data-1 p, .saldejums .table-ice-cream--new .table-data-2 p, .saldejums .table-ice-cream--new .table-data-4 p, .saldejums .table-ice-cream--new .table-data-3 p {
    padding-bottom: 0.3125rem; }
  .saldejums .table-ice-cream--new .table-data-5 .data-text, .saldejums .table-ice-cream--new .table-data-6 .data-text, .saldejums .table-ice-cream--new .table-data-7 .data-text, .saldejums .table-ice-cream--new .table-data-8 .data-text {
    font-weight: bold;
    padding-top: 0.3125rem; }
  .saldejums .border-right-none {
    border-right: none !important; }
  .saldejums .tablet-couple {
    max-width: 100%; }
    @media only screen and (min-width: 65rem) {
      .saldejums .tablet-couple {
        display: none; } }
  @media only screen and (min-width: 65rem) {
    .saldejums .plombira-1 {
      width: 100%; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .plombira-1 {
      padding-bottom: 0;
      width: 248px;
      max-width: 100%; } }
  @media only screen and (max-width: 640px) {
    .saldejums .plombira-1 {
      width: 242px; } }
  .saldejums .plombira-2 {
    position: relative; }
    .saldejums .plombira-2::after {
      content: "";
      background: white;
      position: absolute;
      left: 10%;
      top: 0%;
      height: 180%;
      width: 1px; }
      @media only screen and (max-width: 640px) {
        .saldejums .plombira-2::after {
          background: transparent; } }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .saldejums .plombira-2::after {
          background: transparent; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .saldejums .plombira-2s {
      width: 244px; } }
  @media only screen and (max-width: 640px) {
    .saldejums .plombira-2s {
      width: 200px;
      margin-left: -10%; } }
  .saldejums .plombira-3 {
    padding-top: 32px; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .plombira-3 {
        padding-top: 0;
        margin-left: -119px;
        margin-top: 108px;
        width: 322px; } }
    @media only screen and (max-width: 640px) {
      .saldejums .plombira-3 {
        padding-top: 0;
        margin-left: -119px;
        margin-top: 108px;
        width: 260px; } }
  .saldejums .plombira-couple-desk {
    max-width: 100%; }
  .saldejums .saldejums-items--v1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .saldejums-items--v1-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .saldejums .saldejums-items--v1-1:hover .ice-konuss-block {
      opacity: 1; }
  .saldejums .saldejums-items--v1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .saldejums-items--v1-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media only screen and (max-width: 640px) {
    .saldejums .s-head-1 {
      font-size: 32px; } }
  @media only screen and (max-width: 640px) {
    .saldejums .s-head-2 {
      font-size: 20px; } }
  @media only screen and (max-width: 640px) {
    .saldejums .s-par {
      font-size: 16px; } }
  .saldejums .bg-2 {
    background-color: #c38f68 !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-2::before {
      background-image: url(../images/saldejums/background/Mala_02.png) !important; }
  .saldejums .sokolades-plombira-dec-1 {
    position: absolute;
    left: -3%;
    top: 45%; }
  .saldejums .sokolades-plombira-dec-2 {
    position: absolute;
    top: 50%;
    left: 22%;
    width: 11%; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .saldejums .sokolades-plombira-dec-2 {
        left: 19%;
        width: 13%; } }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .sokolades-plombira-dec-2 {
        top: 64%;
        left: -8%;
        width: 20%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .sokolades-plombira-dec-2 {
        top: 60%;
        left: 0;
        width: 40%; } }
  .saldejums .sokolades-plombira-dec-3 {
    position: absolute;
    top: 6%;
    right: 20%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .sokolades-plombira-dec-3 {
        right: -5%;
        top: 21%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .sokolades-plombira-dec-3 {
        width: 37%;
        right: 0;
        top: 16%; } }
  .saldejums .sokolades-plombira-dec-4 {
    position: absolute;
    bottom: 20%;
    right: -2%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .sokolades-plombira-dec-4 {
        bottom: 27%;
        right: 14%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .sokolades-plombira-dec-4 {
        width: 30%;
        bottom: 22%; } }
  .saldejums .prot-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .saldejums .prot-img-wrap .vanilla-protein-color {
      background-color: rgba(159, 162, 196, 0.65) !important; }
    .saldejums .prot-img-wrap .strawberry-protein-color {
      background-color: rgba(255, 145, 136, 0.65) !important; }
    .saldejums .prot-img-wrap .chocolate-protein-color {
      background-color: rgba(162, 108, 84, 0.65) !important; }
    .saldejums .prot-img-wrap .mango-protein-color {
      background-color: rgba(210, 207, 94, 0.65) !important; }
    .saldejums .prot-img-wrap__inner:hover .ice-konuss-block {
      opacity: 1; }
  .saldejums .ice-prot-img {
    max-width: 100%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .ice-prot-img {
        width: 400px; } }
    @media only screen and (max-width: 640px) {
      .saldejums .ice-prot-img {
        max-width: 200px; } }
  @media only screen and (min-width: 65rem) {
    .saldejums .special-max-text {
      max-width: 394px; } }
  .saldejums .bg-4 {
    background-color: #9fa2c4 !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-4::before {
      background-image: url(../images/saldejums/background/1600x80-vanilla-v2.png) !important; }
  .saldejums .vanilla-protein-dec-1 {
    position: absolute;
    right: 7%;
    top: 32%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .vanilla-protein-dec-1 {
        right: 51%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .vanilla-protein-dec-1 {
        right: 0%;
        width: 103%;
        top: 39%; } }
  .saldejums .vanilla-protein-dec-2 {
    position: absolute;
    right: -15%;
    bottom: 10%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .vanilla-protein-dec-2 {
        bottom: 61%;
        width: 500px;
        right: -11%; } }
  .saldejums .vanilla-protein-dec-3 {
    position: absolute;
    top: 20%;
    right: 20%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .vanilla-protein-dec-3 {
        right: 59%;
        top: 8%;
        width: 500px; } }
    @media only screen and (max-width: 640px) {
      .saldejums .vanilla-protein-dec-3 {
        width: 79%;
        top: 34%;
        right: 36%; } }
  .saldejums .bg-5 {
    background-color: #ff9188 !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-5::before {
      background-image: url(../images/saldejums/background/Mala_04.png) !important; }
  .saldejums .strawberry-protein-dec-1 {
    position: absolute;
    left: -5%;
    bottom: 16%; }
    @media only screen and (max-width: 640px) {
      .saldejums .strawberry-protein-dec-1 {
        left: -15%;
        width: 200px;
        bottom: 48%; } }
  .saldejums .strawberry-protein-dec-2 {
    position: absolute;
    left: 10%;
    bottom: 36%; }
  .saldejums .strawberry-protein-dec-3 {
    position: absolute;
    bottom: 31%;
    right: 0; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .strawberry-protein-dec-3 {
        bottom: 64%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .strawberry-protein-dec-3 {
        width: 200px;
        bottom: 35%;
        right: -8%; } }
  .saldejums .strawberry-protein-dec-4 {
    position: absolute;
    right: -4%;
    bottom: 10%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .strawberry-protein-dec-4 {
        bottom: 31%; } }
  .saldejums .bg-6 {
    background-color: #a26c54 !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-6::before {
      background-image: url(../images/saldejums/background/Mala_05.png) !important; }
  .saldejums .sokolades-proteina-dec-1 {
    position: absolute;
    top: 33%;
    left: 44%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .sokolades-proteina-dec-1 {
        top: 5%;
        left: -10%;
        width: 400px; } }
    @media only screen and (max-width: 640px) {
      .saldejums .sokolades-proteina-dec-1 {
        left: -17%;
        width: 62%;
        top: 40%; } }
  .saldejums .sokolades-proteina-dec-2 {
    position: absolute;
    bottom: 15%;
    left: 60%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .sokolades-proteina-dec-2 {
        bottom: 47%;
        left: 0%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .sokolades-proteina-dec-2 {
        width: 28%;
        left: -10%;
        bottom: 33%; } }
  .saldejums .sokolades-proteina-dec-3 {
    position: absolute;
    right: 0;
    bottom: 14%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .sokolades-proteina-dec-3 {
        right: 5%;
        width: 200px; } }
    @media only screen and (max-width: 640px) {
      .saldejums .sokolades-proteina-dec-3 {
        bottom: 0;
        top: 7%;
        width: 32%; } }
  .saldejums .bg-7 {
    background-color: #d2cf5e !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-7::before {
      background-image: url(../images/saldejums/background/Mala_06.png) !important; }
  .saldejums .mango-dec-1 {
    position: absolute;
    bottom: 28%;
    right: -3%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .mango-dec-1 {
        bottom: 12%;
        right: 53%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .mango-dec-1 {
        width: 41%;
        right: 0;
        left: -9%;
        bottom: 40%; } }
  .saldejums .mango-dec-2 {
    position: absolute;
    bottom: 11%;
    right: -8%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .mango-dec-2 {
        bottom: 74%;
        width: 300px;
        right: -7%; } }
    @media only screen and (max-width: 640px) {
      .saldejums .mango-dec-2 {
        bottom: 62%;
        width: 37%; } }
  .saldejums .mango-dec-3 {
    position: absolute;
    bottom: 5%;
    left: 14%; }
    @media only screen and (max-width: 65rem) {
      .saldejums .mango-dec-3 {
        display: none; } }
  .saldejums .bg-8 {
    background-color: #f3c403 !important;
    padding-bottom: 9.5rem; }
    .saldejums .bg-8::before {
      background-image: url(../images/saldejums/background/Mala_07.png) !important; }
    .saldejums .bg-8 .vertical-line {
      position: relative; }
      .saldejums .bg-8 .vertical-line::after {
        content: "";
        background: white;
        position: absolute;
        left: -14%;
        top: 0%;
        height: 180%;
        width: 1px; }
        @media only screen and (max-width: 640px) {
          .saldejums .bg-8 .vertical-line::after {
            background: transparent; } }
        @media only screen and (min-width: 41rem) and (max-width: 1024px) {
          .saldejums .bg-8 .vertical-line::after {
            background: transparent; } }
    .saldejums .bg-8 .plombira-1 {
      margin-bottom: 2rem; }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .saldejums .bg-8 .plombira-1 {
          padding-bottom: 0;
          width: unset;
          max-width: 100%;
          margin-bottom: unset; } }
      @media only screen and (max-width: 640px) {
        .saldejums .bg-8 .plombira-1 {
          width: unset;
          margin-bottom: unset; } }
    .saldejums .bg-8 .saldejums__image-couple {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
    .saldejums .bg-8 .offset {
      margin-left: 10.33%; }
  .saldejums .saldejums-uz-kocina-dec-1 {
    position: absolute;
    left: 8%;
    top: 38%;
    height: 350px; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .saldejums .saldejums-uz-kocina-dec-1 {
        left: -10%;
        height: 350px; } }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .saldejums .saldejums-uz-kocina-dec-1 {
        top: 40%;
        left: -8%;
        height: unset; } }
    @media only screen and (max-width: 640px) {
      .saldejums .saldejums-uz-kocina-dec-1 {
        top: 0%;
        left: 8%;
        height: 22%; } }

.makaroni {
  overflow: hidden; }
  .makaroni .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .makaroni .wrapper {
    overflow: hidden; }
  .makaroni .ice-uppercase {
    text-transform: uppercase; }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .ice-tablet-none {
      display: none !important; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .text-tablet-center {
      text-align: center !important; } }
  @media only screen and (max-width: 640px) {
    .makaroni .text-xs-center {
      text-align: center !important; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .tablet-align-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .tablet-align-center-v2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 640px) {
    .makaroni .xs-align-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 640px) {
    .makaroni .xs-col-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .ice-tablet-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .makaroni .ice-tablet-only {
    display: none; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .ice-tablet-only {
        display: block; } }
  @media only screen and (max-width: 41rem) {
    .makaroni .ice-desktop-only {
      display: none; } }
  @media only screen and (max-width: 41rem) {
    .makaroni .desktop-only-ice {
      display: none; } }
  @media only screen and (min-width: 65rem) {
    .makaroni .ice-desktop-none {
      display: none; } }
  @media only screen and (min-width: 41rem) {
    .makaroni .xs-only {
      display: none; } }
  @media only screen and (max-width: 65rem) {
    .makaroni .ice-tablet-and-xs-none {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .makaroni .xs-none {
      display: none; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .ice-tablet-mw-none {
      max-width: none !important; } }
  .makaroni__under-intro-text {
    text-align: center;
    position: relative; }
    .makaroni__under-intro-text p:not(:last-child) {
      margin-bottom: .75rem; }
    .makaroni__under-intro-text__decor {
      position: absolute;
      bottom: -8rem;
      left: 0; }
    @media only screen and (min-width: 41rem) {
      .makaroni__under-intro-text__decor {
        display: none; } }
  .makaroni__intro {
    position: relative; }
    .makaroni__intro .intro-dec-1 {
      position: absolute;
      top: 22%;
      left: -9%;
      width: 29%; }
      @media only screen and (max-width: 65rem) {
        .makaroni__intro .intro-dec-1 {
          display: none; } }
      @media only screen and (min-width: 65rem) and (max-width: 1440px) {
        .makaroni__intro .intro-dec-1 {
          width: 26%;
          left: -5%;
          top: 26%; } }
    .makaroni__intro .intro-dec-2 {
      position: absolute;
      top: 0%;
      width: 13%; }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .makaroni__intro .intro-dec-2 {
          top: 79%;
          width: 22%;
          left: 1%; } }
      @media only screen and (max-width: 640px) {
        .makaroni__intro .intro-dec-2 {
          top: 79%;
          width: 34%;
          left: -9%; } }
    .makaroni__intro .intro-dec-3 {
      position: absolute;
      right: -5%;
      bottom: 2%; }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .makaroni__intro .intro-dec-3 {
          bottom: 0;
          top: 8%; } }
      @media only screen and (max-width: 640px) {
        .makaroni__intro .intro-dec-3 {
          width: 42%;
          top: 0; } }
  .makaroni__intro-content {
    padding: 5rem 0 5.5rem 0; }
    @media only screen and (max-width: 640px) {
      .makaroni__intro-content {
        padding: 0 0 7.35rem 0; } }
    .makaroni__intro-content__decor-one {
      width: 5rem; }
      @media only screen and (min-width: 41rem) {
        .makaroni__intro-content__decor-one {
          display: none !important; } }
  .makaroni__intro-head {
    text-align: center !important; }
    @media only screen and (max-width: 640px) {
      .makaroni__intro-head {
        font-size: 32px; } }
  .makaroni .bg-1 {
    background-color: #feac48 !important;
    padding-bottom: 9.5rem; }
    .makaroni .bg-1::before {
      background-image: url(../images/saldejums/background/Mala_01.png) !important; }
  .makaroni .plombira-dec {
    position: absolute;
    top: 21%;
    right: 15%;
    width: 24%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .plombira-dec {
        top: 28%;
        width: 28%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .plombira-dec {
        width: 57%;
        right: -28%;
        top: 0; } }
  .makaroni__h3 {
    font-size: 1.875rem;
    font-family: futura-pt;
    color: #fff;
    max-width: 750px; }
  .makaroni__text {
    font-size: 1.375rem;
    line-height: 1.5;
    color: #fff;
    max-width: 750px; }
    @media only screen and (max-width: 640px) {
      .makaroni__text {
        margin-bottom: 1.3rem; } }
  .makaroni .mobile-product-wrap {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto; }
  .makaroni__image-couple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .makaroni__image-couple--left .choco-color, .makaroni__image-couple--right .choco-color {
      background-color: rgba(195, 143, 104, 0.65) !important; }
    .makaroni__image-couple--left {
      position: absolute;
      top: 0;
      left: 12%;
      width: 33%;
      height: 100%; }
      .makaroni__image-couple--left:hover .ice-konuss-block {
        opacity: 1; }
    .makaroni__image-couple--right {
      position: absolute;
      top: 0;
      right: 0;
      width: 55%;
      height: 100%; }
      .makaroni__image-couple--right .ice-konuss-block {
        left: 5.25rem !important;
        right: 7.25rem !important; }
      .makaroni__image-couple--right:hover .ice-konuss-block {
        opacity: 1; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni__image-couple {
        width: 50%; } }
  .makaroni .img-couple-wrap-desk {
    padding-left: 10%; }
  .makaroni .lonely-ice-wrap {
    position: relative; }
    @media only screen and (min-width: 65rem) {
      .makaroni .lonely-ice-wrap {
        padding: 0 35px; } }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .lonely-ice-wrap {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .makaroni .lonely-ice-wrap .choco-color {
      background-color: rgba(195, 143, 104, 0.65) !important; }
  .makaroni .ice-konuss-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.25rem;
    right: 1.25rem;
    background-color: rgba(248, 181, 75, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    padding: 10px;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    z-index: 3; }
    .makaroni .ice-konuss-block .konuss-naming-head {
      font-size: 3rem;
      color: #fff;
      margin-top: 0;
      margin-bottom: 0; }
    .makaroni .ice-konuss-block .konuss-naming-text {
      font-size: 1.5rem;
      color: #fff;
      margin: 0; }
  .makaroni .ice-konuss-block-tablet {
    left: 16% !important;
    top: 28% !important; }
    @media only screen and (max-width: 65rem) {
      .makaroni .ice-konuss-block-tablet {
        display: none; } }
  .makaroni .inner-lonely-ice-wrap {
    position: relative; }
  .makaroni .saldejums-data-wrap {
    width: 100%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .saldejums-data-wrap {
        width: 50%; } }
  .makaroni__fields {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 290px; }
    .makaroni__fields * {
      padding: 0; }
    .makaroni__fields.mak-mt-20 {
      margin-top: 1.25rem; }
  .makaroni .data-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none; }
  .makaroni .data-text {
    font-size: 15px;
    margin: 0;
    color: #fff; }
    @media screen and (min-width: 1041px) and (max-width: 1250px) {
      .makaroni .data-text {
        font-size: 13px; } }
    @media only screen and (max-width: 640px) {
      .makaroni .data-text {
        font-size: 12px; } }
  .makaroni .data-numbers .data-field .data-text {
    font-weight: 400; }
  @media only screen and (max-width: 640px) {
    .makaroni .field-image-1 {
      max-width: 22px; } }
  @media only screen and (max-width: 640px) {
    .makaroni .field-image-2 {
      max-width: 40px; } }
  @media only screen and (max-width: 640px) {
    .makaroni .field-image-3 {
      max-width: 48px; } }
  @media only screen and (max-width: 640px) {
    .makaroni .field-image-4 {
      max-width: 35px; } }
  .makaroni .icon-1-col, .makaroni .icon-2-col, .makaroni .icon-3-col, .makaroni .icon-4-col {
    padding: 0.3125rem; }
  .makaroni .icon-1-col {
    width: 5.625rem; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .makaroni .icon-1-col {
        width: 5.9375rem; } }
  .makaroni .icon-2-col {
    width: 6.875rem; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .makaroni .icon-2-col {
        width: 7.1875rem; } }
    @media screen and (min-width: 1041px) and (max-width: 1250px) {
      .makaroni .icon-2-col {
        width: 6.5625rem; } }
    @media screen and (min-width: 1041px) and (max-width: 1220px) {
      .makaroni .icon-2-col {
        width: 90px !important; } }
  .makaroni .icon-3-col {
    width: 5rem; }
  .makaroni .icon-4-col {
    width: 3.4375rem; }
    @media only screen and (min-width: 91rem) {
      .makaroni .icon-4-col {
        width: 3.75rem; } }
    @media only screen and (max-width: 91rem) {
      .makaroni .icon-4-col {
        width: 55px; } }
    @media screen and (min-width: 1041px) and (max-width: 1250px) {
      .makaroni .icon-4-col {
        width: 45px !important; } }
  .makaroni .only-desk-icon-1 {
    width: 1.25rem; }
  .makaroni .only-desk-icon-2 {
    width: 2.1875rem; }
  .makaroni .only-desk-icon-3 {
    width: 2.8125rem; }
  .makaroni .only-desk-icon-4 {
    width: 1.875rem; }
  @media screen and (min-width: 1041px) and (max-width: 1220px) {
    .makaroni .only-desk-text-data {
      font-size: 14px; } }
  .makaroni .table-ice-cream--new td {
    text-align: center; }
  .makaroni .table-ice-cream--new img {
    padding-top: 0.3125rem; }
  .makaroni .table-ice-cream--new .table-data-1, .makaroni .table-ice-cream--new .table-data-2, .makaroni .table-ice-cream--new .table-data-4, .makaroni .table-ice-cream--new .table-data-3, .makaroni .table-ice-cream--new .table-data-5, .makaroni .table-ice-cream--new .table-data-6, .makaroni .table-ice-cream--new .table-data-7, .makaroni .table-ice-cream--new .table-data-8 {
    border-top: 1px solid #fff; }
  .makaroni .table-ice-cream--new .table-data-1, .makaroni .table-ice-cream--new .table-data-2, .makaroni .table-ice-cream--new .table-data-3, .makaroni .table-ice-cream--new .table-data-5, .makaroni .table-ice-cream--new .table-data-6, .makaroni .table-ice-cream--new .table-data-7 {
    border-right: 1px solid #fff; }
  .makaroni .table-ice-cream--new .table-data-1 p, .makaroni .table-ice-cream--new .table-data-2 p, .makaroni .table-ice-cream--new .table-data-4 p, .makaroni .table-ice-cream--new .table-data-3 p {
    padding-bottom: 0.3125rem; }
  .makaroni .table-ice-cream--new .table-data-5 .data-text, .makaroni .table-ice-cream--new .table-data-6 .data-text, .makaroni .table-ice-cream--new .table-data-7 .data-text, .makaroni .table-ice-cream--new .table-data-8 .data-text {
    font-weight: bold;
    padding-top: 0.3125rem; }
  .makaroni .border-right-none {
    border-right: none !important; }
  .makaroni .tablet-couple {
    max-width: 100%; }
    @media only screen and (min-width: 65rem) {
      .makaroni .tablet-couple {
        display: none; } }
  @media only screen and (min-width: 65rem) {
    .makaroni .plombira-1 {
      width: 100%; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .plombira-1 {
      padding-bottom: 0;
      width: 248px;
      max-width: 100%; } }
  @media only screen and (max-width: 640px) {
    .makaroni .plombira-1 {
      width: 242px; } }
  .makaroni .plombira-2 {
    position: relative; }
    .makaroni .plombira-2::after {
      content: "";
      background: white;
      position: absolute;
      left: 10%;
      top: 0%;
      height: 180%;
      width: 1px; }
      @media only screen and (max-width: 640px) {
        .makaroni .plombira-2::after {
          background: transparent; } }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .makaroni .plombira-2::after {
          background: transparent; } }
  @media only screen and (min-width: 41rem) and (max-width: 1024px) {
    .makaroni .plombira-2s {
      width: 244px; } }
  @media only screen and (max-width: 640px) {
    .makaroni .plombira-2s {
      width: 200px;
      margin-left: -10%; } }
  .makaroni .plombira-3 {
    padding-top: 32px; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .plombira-3 {
        padding-top: 0;
        margin-left: -119px;
        margin-top: 108px;
        width: 322px; } }
    @media only screen and (max-width: 640px) {
      .makaroni .plombira-3 {
        padding-top: 0;
        margin-left: -119px;
        margin-top: 108px;
        width: 260px; } }
  .makaroni .plombira-couple-desk {
    max-width: 100%; }
  .makaroni .saldejums-items--v1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .saldejums-items--v1-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .makaroni .saldejums-items--v1-1:hover .ice-konuss-block {
      opacity: 1; }
  .makaroni .saldejums-items--v1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .saldejums-items--v1-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media only screen and (max-width: 640px) {
    .makaroni .s-head-1 {
      font-size: 32px; } }
  @media only screen and (max-width: 640px) {
    .makaroni .s-head-2 {
      font-size: 20px; } }
  @media only screen and (max-width: 640px) {
    .makaroni .s-par {
      font-size: 16px; } }
  .makaroni .bg-2 {
    background-color: #c38f68 !important;
    padding-bottom: 9.5rem; }
    .makaroni .bg-2::before {
      background-image: url(../images/saldejums/background/Mala_02.png) !important; }
  .makaroni .sokolades-plombira-dec-1 {
    position: absolute;
    left: -3%;
    top: 45%; }
  .makaroni .sokolades-plombira-dec-2 {
    position: absolute;
    top: 50%;
    left: 22%;
    width: 11%; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .makaroni .sokolades-plombira-dec-2 {
        left: 19%;
        width: 13%; } }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .sokolades-plombira-dec-2 {
        top: 64%;
        left: -8%;
        width: 20%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .sokolades-plombira-dec-2 {
        top: 60%;
        left: 0;
        width: 40%; } }
  .makaroni .sokolades-plombira-dec-3 {
    position: absolute;
    top: 6%;
    right: 20%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .sokolades-plombira-dec-3 {
        right: -5%;
        top: 21%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .sokolades-plombira-dec-3 {
        width: 37%;
        right: 0;
        top: 16%; } }
  .makaroni .sokolades-plombira-dec-4 {
    position: absolute;
    bottom: 20%;
    right: -2%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .sokolades-plombira-dec-4 {
        bottom: 27%;
        right: 14%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .sokolades-plombira-dec-4 {
        width: 30%;
        bottom: 22%; } }
  .makaroni .prot-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .makaroni .prot-img-wrap .vanilla-protein-color {
      background-color: rgba(159, 162, 196, 0.65) !important; }
    .makaroni .prot-img-wrap .strawberry-protein-color {
      background-color: rgba(255, 145, 136, 0.65) !important; }
    .makaroni .prot-img-wrap .chocolate-protein-color {
      background-color: rgba(242, 185, 75, 0.65) !important; }
    .makaroni .prot-img-wrap .mango-protein-color {
      background-color: rgba(213, 150, 103, 0.65) !important; }
    .makaroni .prot-img-wrap .vermicelli-color {
      background-color: rgba(255, 182, 40, 0.65); }
    .makaroni .prot-img-wrap .spaghetti-color {
      background-color: rgba(206, 129, 96, 0.65) !important; }
    .makaroni .prot-img-wrap__inner {
      position: relative; }
      .makaroni .prot-img-wrap__inner:hover .ice-konuss-block {
        opacity: 1; }
  .makaroni .ice-prot-img {
    max-width: 100%;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .ice-prot-img {
        width: 400px; } }
    @media only screen and (max-width: 640px) {
      .makaroni .ice-prot-img {
        max-width: 200px; } }
  @media only screen and (min-width: 65rem) {
    .makaroni .special-max-text {
      max-width: 394px; } }
  .makaroni .bg-4 {
    background-color: #CE8160 !important;
    padding-bottom: 9.5rem; }
    .makaroni .bg-4::before {
      background-image: url(../images/makaroni/background/1600x80_top_spaghetti.png) !important; }
  .makaroni .vanilla-protein-dec-1 {
    position: absolute;
    right: 7%;
    top: 32%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .vanilla-protein-dec-1 {
        right: 51%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .vanilla-protein-dec-1 {
        right: 0%;
        width: 103%;
        top: 39%; } }
  .makaroni .vanilla-protein-dec-2 {
    position: absolute;
    right: -15%;
    bottom: 10%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .vanilla-protein-dec-2 {
        bottom: 61%;
        width: 500px;
        right: -11%; } }
  .makaroni .vanilla-protein-dec-3 {
    position: absolute;
    top: 20%;
    right: 20%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .vanilla-protein-dec-3 {
        right: 59%;
        top: 8%;
        width: 500px; } }
    @media only screen and (max-width: 640px) {
      .makaroni .vanilla-protein-dec-3 {
        width: 79%;
        top: 34%;
        right: 36%; } }
  .makaroni .bg-5 {
    background-color: #FFB628 !important;
    padding-bottom: 9.5rem; }
    .makaroni .bg-5::before {
      background-image: url(../images/makaroni/background/1600x80_top_vermicelli.png) !important; }
  .makaroni .strawberry-protein-dec-1 {
    position: absolute;
    left: -5%;
    bottom: 16%; }
    @media only screen and (max-width: 640px) {
      .makaroni .strawberry-protein-dec-1 {
        left: -15%;
        width: 200px;
        bottom: 48%; } }
  .makaroni .strawberry-protein-dec-2 {
    position: absolute;
    left: 10%;
    bottom: 36%; }
  .makaroni .strawberry-protein-dec-3 {
    position: absolute;
    bottom: 31%;
    right: 0; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .strawberry-protein-dec-3 {
        bottom: 64%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .strawberry-protein-dec-3 {
        width: 200px;
        bottom: 35%;
        right: -8%; } }
  .makaroni .strawberry-protein-dec-4 {
    position: absolute;
    right: -4%;
    bottom: 10%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .strawberry-protein-dec-4 {
        bottom: 31%; } }
  .makaroni .bg-6 {
    background-color: #F2B94B !important;
    padding-bottom: 9.5rem;
    margin-top: 5rem; }
    .makaroni .bg-6::before {
      background-image: url(../images/makaroni/background/1600x80_top_cellentani.png) !important; }
  .makaroni .cellentani-decor {
    position: absolute;
    top: 20%;
    left: -10%;
    opacity: 0.333;
    width: 148%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .cellentani-decor {
        left: -10%;
        width: 124%;
        top: 33%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .cellentani-decor {
        left: -17%;
        width: 62%;
        top: 40%; } }
  .makaroni .cellentani-decor-mobile {
    position: absolute;
    top: 35%;
    left: -16%;
    opacity: 0.333; }
  .makaroni .vermicelli-decor {
    position: absolute;
    top: 12%;
    left: -7%;
    opacity: 0.333;
    width: 148%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .vermicelli-decor {
        top: 5%;
        left: -10%;
        width: 400px; } }
    @media only screen and (max-width: 640px) {
      .makaroni .vermicelli-decor {
        left: 0;
        width: 130%;
        top: 3%; } }
  .makaroni .sokolades-proteina-dec-2 {
    position: absolute;
    bottom: 15%;
    left: 60%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .sokolades-proteina-dec-2 {
        bottom: 47%;
        left: 0%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .sokolades-proteina-dec-2 {
        width: 28%;
        left: -10%;
        bottom: 33%; } }
  .makaroni .sokolades-proteina-dec-3 {
    position: absolute;
    right: 0;
    bottom: 14%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .sokolades-proteina-dec-3 {
        right: 5%;
        width: 200px; } }
    @media only screen and (max-width: 640px) {
      .makaroni .sokolades-proteina-dec-3 {
        bottom: 0;
        top: 7%;
        width: 32%; } }
  .makaroni .bg-7 {
    background-color: #D59667 !important;
    padding-bottom: 9.5rem; }
    .makaroni .bg-7::before {
      background-image: url(../images/makaroni/background/1600x80_top_fusilli.png) !important; }
      @media only screen and (max-width: 91rem) {
        .makaroni .bg-7::before {
          top: -2.4rem; } }
      @media only screen and (min-width: 91rem) {
        .makaroni .bg-7::before {
          top: -4.5rem; } }
  .makaroni .mango-dec-1 {
    position: absolute;
    bottom: 28%;
    right: 6%;
    opacity: 0.333; }
    @media only screen and (max-width: 65rem) {
      .makaroni .mango-dec-1 {
        display: none;
        bottom: 12%;
        right: 53%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .mango-dec-1 {
        width: 41%;
        right: 0;
        left: -9%;
        bottom: 40%; } }
  .makaroni .spaghetti-decor {
    position: absolute;
    bottom: 0%;
    left: -13%;
    opacity: 0.333;
    z-index: 1; }
    @media only screen and (max-width: 91rem) {
      .makaroni .spaghetti-decor {
        width: 130%; } }
    @media only screen and (max-width: 65rem) {
      .makaroni .spaghetti-decor {
        width: 130%;
        bottom: 7%;
        left: -19%; } }
  .makaroni .mango-dec-2 {
    position: absolute;
    bottom: 11%;
    right: -8%; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .mango-dec-2 {
        bottom: 74%;
        width: 300px;
        right: -7%; } }
    @media only screen and (max-width: 640px) {
      .makaroni .mango-dec-2 {
        bottom: 62%;
        width: 37%; } }
  .makaroni .mango-dec-3 {
    position: absolute;
    bottom: 1%;
    left: -3%;
    opacity: 0.333;
    width: 111%; }
    @media only screen and (max-width: 65rem) {
      .makaroni .mango-dec-3 {
        width: 100%;
        left: 0;
        bottom: 7%; } }
  .makaroni .spaghetti-decor-right {
    position: absolute;
    bottom: 18%;
    right: 6%;
    opacity: 0.333; }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .spaghetti-decor-right {
        bottom: 12%;
        right: 53%; } }
    @media only screen and (max-width: 65rem) {
      .makaroni .spaghetti-decor-right {
        display: none; } }
  .makaroni .bg-8 {
    background-color: #f3c403 !important;
    padding-bottom: 9.5rem; }
    .makaroni .bg-8::before {
      background-image: url(../images/saldejums/background/Mala_07.png) !important; }
    .makaroni .bg-8 .vertical-line {
      position: relative; }
      .makaroni .bg-8 .vertical-line::after {
        content: "";
        background: white;
        position: absolute;
        left: -14%;
        top: 0%;
        height: 180%;
        width: 1px; }
        @media only screen and (max-width: 640px) {
          .makaroni .bg-8 .vertical-line::after {
            background: transparent; } }
        @media only screen and (min-width: 41rem) and (max-width: 1024px) {
          .makaroni .bg-8 .vertical-line::after {
            background: transparent; } }
    .makaroni .bg-8 .plombira-1 {
      margin-bottom: 2rem; }
      @media only screen and (min-width: 41rem) and (max-width: 1024px) {
        .makaroni .bg-8 .plombira-1 {
          padding-bottom: 0;
          width: unset;
          max-width: 100%;
          margin-bottom: unset; } }
      @media only screen and (max-width: 640px) {
        .makaroni .bg-8 .plombira-1 {
          width: unset;
          margin-bottom: unset; } }
    .makaroni .bg-8 .saldejums__image-couple {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
    .makaroni .bg-8 .offset {
      margin-left: 10.33%; }
  .makaroni .saldejums-uz-kocina-dec-1 {
    position: absolute;
    left: 8%;
    top: 38%;
    height: 350px; }
    @media only screen and (min-width: 65rem) and (max-width: 1440px) {
      .makaroni .saldejums-uz-kocina-dec-1 {
        left: -10%;
        height: 350px; } }
    @media only screen and (min-width: 41rem) and (max-width: 1024px) {
      .makaroni .saldejums-uz-kocina-dec-1 {
        top: 40%;
        left: -8%;
        height: unset; } }
    @media only screen and (max-width: 640px) {
      .makaroni .saldejums-uz-kocina-dec-1 {
        top: 0%;
        left: 8%;
        height: 22%; } }

.bg-bottom-default {
  position: relative;
  background: url(../images/saldejums/background/saldejums-footer-top.png) no-repeat;
  width: 100%;
  height: 5rem;
  margin-top: unset;
  background-size: 100% 100%; }

@media only screen and (max-width: 121rem) {
  html {
    font-size: 85%; } }

@media only screen and (max-width: 91rem) {
  html {
    font-size: 80%; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.first-heading {
  margin-top: -1rem; }

.white-bg {
  background-color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.orange-bg {
  background-color: #f4b334; }

.beige {
  color: #a29173 !important; }

.bg-cover {
  background-size: cover !important; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.featherlight-loading .featherlight-inner {
  width: 40px;
  height: 40px;
  background-image: url("../images/91.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

iframe {
  max-width: 876px;
  max-height: 492px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.position-relative {
  position: relative; }

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d-block {
  display: block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ml-auto {
  margin-left: auto; }

@media only screen and (max-width: 640px) {
  .pb-xs-0 {
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 640px) {
  .pt-xs-0 {
    padding-top: 0 !important; } }

@media only screen and (max-width: 640px) {
  .mt-xs-0 {
    margin-top: 0 !important; } }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.cc-window.cc-floating {
  max-width: 30em; }
  @media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-floating {
      max-width: none; } }

@media only screen and (min-width: 65rem) {
  .products-offset-against-header {
    padding-top: 117px !important; } }

/* ---------------------------------------------------------------------------
   Lazy-loaded images — skeleton + blur fade-in.
   Pure CSS placeholder for any <img loading="lazy">: warm beige shimmer
   while the byte stream is in flight, slight blur while decoding, then
   a smooth fade to sharp once the load event fires (JS in scripts.html
   adds .is-loaded when the image is ready).
   --------------------------------------------------------------------------- */
img[loading="lazy"] {
  background: linear-gradient(110deg,
              #ebe5d8 8%,
              #f5f0e3 18%,
              #ebe5d8 33%);
  background-size: 200% 100%;
  animation: imgShimmer 1.5s linear infinite;
  transition: filter 0.45s ease-out, opacity 0.35s ease-out;
}
img[loading="lazy"]:not(.is-loaded) {
  filter: blur(10px);
  opacity: 0.92;
}
img[loading="lazy"].is-loaded {
  animation: none;
  background: none;
  filter: blur(0);
  opacity: 1;
}
/* SVGs don't need the heavy treatment — they're already tiny and crisp. */
img[loading="lazy"][src$=".svg"],
img[loading="lazy"][src*=".svg?"] {
  background: none;
  animation: none;
  filter: none;
}
@keyframes imgShimmer {
  0%   { background-position:  200% 0; }
  100% { background-position: -200% 0; }
}
/* Respect user preference — no animation for those who opted out. */
@media (prefers-reduced-motion: reduce) {
  img[loading="lazy"] {
    animation: none;
    transition: opacity 0.2s linear;
  }
  img[loading="lazy"]:not(.is-loaded) { filter: none; }
}

/* ---------------------------------------------------------------------------
   Error pages (404 / 500)
   Templates: templates/404.html, templates/500.html
   Layout: digit + inline-SVG egg + digit, all on one baseline. The egg
   visually replaces the middle "0" — sizes are tied to the code font-size
   via em units so digits & egg scale together responsively.
   --------------------------------------------------------------------------- */
.error-page {
  padding: 80px 0 120px;
  text-align: center;
}
.error-page__inner {
  padding: 20px 0;
}
.error-page__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-weight: 700;
  font-size: clamp(96px, 18vw, 200px);
  line-height: 1;
  color: #a29173;       /* same warm taupe used on cookie table headers */
  letter-spacing: 0.02em;
  user-select: none;
}
.error-page__digit {
  display: inline-block;
  line-height: 1;
}
.error-page__egg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95em;        /* slightly narrower than the cap height, taller than digit body */
  height: 1.15em;       /* a touch taller than the digits so the egg "rises" between them */
  margin: 0 -0.04em;    /* small negative bleed so the egg nests close to the 4s */
  filter: drop-shadow(0 6px 14px rgba(120, 90, 40, 0.28));
}
.error-page__egg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.error-page__title {
  margin: 0 0 18px;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2b2b2b;
}
.error-page__lead {
  margin: 0 auto 36px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.6;
  color: #5a5a5a;
}
.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
}
.error-page__actions .btn {
  min-width: 220px;
}
@media (max-width: 640px) {
  .error-page { padding: 56px 0 80px; }
  .error-page__actions .btn { min-width: 0; width: 100%; }
}
