@import url("https://fonts.googleapis.com/css?family=Poppins:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
.bread-crumbs-section .bread-crumbs-list, .accordion, .slick-dots, .check-list, .filter-list, .map-wrapper .contanct-list, .map-wrapper .schedule-list, .tabset, .overview-list, .dash-list, .image-list, .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #5e5e5e;
  background: #fff;
  font: 15px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: #000000; }

h1,
.h1 {
  font-size: 32px; }

h2,
.h2 {
  font-size: 27px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 21px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 16px; }

p {
  margin: 0 0 1em; }

a {
  color: #dc2e62; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #cacaca; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #cacaca; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #cacaca; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #cacaca; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #cacaca; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 600; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 600; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slick slider styles */
.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;
  margin-right: 25px;
  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; }
  .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; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff;
  color: #aaa; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 600;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.tab-content {
  overflow: hidden;
  position: relative; }

.tab-content.transition {
  -webkit-transition: height .5s ease;
  transition: height .5s ease; }

.slide-tabset .tab {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }

.slide-tabset .tab.active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.fade-tabset .tab {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.fade-tabset .tab.active {
  opacity: 1; }

.tab {
  overflow: hidden;
  width: 100%; }

.custom-tabset .tab {
  color: #fc0;
  -webkit-transform: rotate(-18deg) scale(0.75) translateX(-5%);
          transform: rotate(-18deg) scale(0.75) translateX(-5%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.custom-tabset .tab.active {
  color: #f00;
  -webkit-transform: rotate(0) scale(1) translateX(0);
          transform: rotate(0) scale(1) translateX(0); }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ajcs0f");
  src: url("../fonts/icomoon.eot?ajcs0f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ajcs0f") format("truetype"), url("../fonts/icomoon.woff?ajcs0f") format("woff"), url("../fonts/icomoon.svg?ajcs0f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\e900"; }

.icon-quotes-right:before {
  content: "\e90c"; }

.icon-quotes-left:before {
  content: "\e90d"; }

.icon-phone:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-user-tie:before {
  content: "\e903"; }

.icon-minus:before {
  content: "\e90f"; }

.icon-plus:before {
  content: "\e90e"; }

.icon-triangle-up:before {
  content: "\e90a"; }

.icon-triangle-down:before {
  content: "\e90b"; }

.icon-triangle-right:before {
  content: "\e904"; }

.icon-triangle-left:before {
  content: "\e909"; }

.icon-user2:before {
  content: "\e905"; }

.icon-search:before {
  content: "\e906"; }

.icon-check:before {
  content: "\e907"; }

:root {
  --mm-ocd-width: 100%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 100%;
  --mobile-nav-height: 64px;
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 1
; }

.c-mobile-nav {
  z-index: 999;
  display: none; }

body.mm-ocd-opened {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  body.mm-ocd-opened::after {
    content: '';
    top: 0;
    position: fixed;
    top: var(--mobile-nav-height);
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff; }

.mm-ocd {
  background-color: #fff;
  position: fixed;
  top: var(--mobile-nav-height);
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-tap-highlight-color: transparent; }

.mm-ocd--open {
  bottom: 0; }

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mm-ocd--left .mm-ocd__backdrop {
  right: 0; }

.mm-ocd--right .mm-ocd__backdrop {
  left: 0; }

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mm-spn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.mm-spn ul {
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  cursor: default;
  width: 100%; }

.mm-spn > ul {
  left: 0; }

.mm-spn ul.mm-spn--open {
  left: 0; }

.mm-spn ul.mm-spn--parent {
  left: -100%;
  overflow-y: hidden; }

.mm-spn li {
  position: relative;
  cursor: pointer;
  padding: 1.125rem 1.25rem;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1); }

.mm-spn li.mm-spn__lang {
  text-transform: uppercase;
  color: grey;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem; }

.mm-spn li.mm-spn--primary {
  background-color: #dc2e62;
  color: #fff; }

.mm-spn li.mm-spn--small {
  font-size: 0.75rem;
  border-bottom: none;
  color: #000;
  padding: 0.75rem 1.25rem; }

.mm-spn a.mm-spn__lang--active {
  color: #000; }

.mm-spn a {
  color: inherit;
  text-decoration: none; }

.mm-spn.mm-spn--navbar {
  cursor: pointer; }

.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
  z-index: 1; }

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default; }

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none; }

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.4375rem;
  line-height: 3.4375rem;
  padding: 0 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  background-color: #F0F0F0; }

.mm-spn.mm-spn--navbar ul {
  top: 3.4375rem; }

.mm-spn.mm-spn--blur {
  color: #000; }

.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

.mm-spn.mm-spn--vertical ul ul {
  display: none; }

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block; }

.mm-spn__plus {
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem; }

.mm-spn__plus:before,
.mm-spn__plus:after {
  position: absolute;
  right: 0.4375rem;
  content: ' ';
  height: 0.875rem;
  width: 0.0625rem;
  background-color: #000; }

.mm-spn__plus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

li.mm-search {
  padding: 0;
  position: relative; }
  li.mm-search input {
    border: none;
    padding: 1.125rem 1.25rem; }
  li.mm-search .mm-search__icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-nav {
  width: 100%; }
  .c-nav__sub {
    background-color: #F0F0F0; }
  .c-nav__main {
    background-color: #fff; }
  .c-nav__sub-container, .c-nav__main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 90rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-nav__sub-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-nav__sub-links {
    margin-right: 1.25rem; }
  .c-nav__sub-item {
    font-size: 0.75rem;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #585858;
    font-weight: 500; }
    .c-nav__sub-item:not(:last-child) {
      margin-right: 0.625rem; }
    .c-nav__sub-item:hover {
      color: #000;
      text-decoration: underline; }
  .c-nav__main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-nav__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-nav__main-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-nav__main-dropdown {
    margin-right: 0.9375rem;
    position: relative; }
    .c-nav__main-dropdown:hover > .c-nav__dropdown {
      display: block; }
    .c-nav__main-dropdown:hover::after {
      content: '';
      position: absolute;
      width: 0.25rem;
      height: 0.25rem;
      background-color: #000;
      border-radius: 100%;
      top: 140%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .c-nav__main-item {
    font-size: 0.8125rem;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #000;
    font-weight: 500; }
  .c-nav__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-nav__language-item {
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    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;
    width: 2.1875rem;
    height: 2.1875rem;
    color: #585858; }
    .c-nav__language-item--active {
      background-color: #F5DFE8;
      color: #dc2e62; }
    .c-nav__language-item:hover {
      background-color: #dc2e62;
      color: #fff; }
  .c-nav__logo {
    width: 5.625rem; }
  .c-nav__search {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    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;
    background: #F5DFE8;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
    .c-nav__search path {
      -webkit-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out; }
    .c-nav__search:hover {
      background: #dc2e62; }
      .c-nav__search:hover path {
        fill: #fff; }
    .c-nav__search--active {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .c-nav__btn {
    margin-left: 0.5rem;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.75rem 1.125rem;
    border-radius: 0.625rem;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .c-nav__btn--primary {
      background-color: #dc2e62; }
      .c-nav__btn--primary:hover {
        background-color: #e91360; }
    .c-nav__btn--secondary {
      background-color: #000; }
      .c-nav__btn--secondary:hover {
        background-color: #333; }
  .c-nav__input {
    display: none;
    position: relative; }
    .c-nav__input input {
      height: 100%;
      width: 21.875rem;
      border-right: none; }
  .c-nav__search-close {
    cursor: pointer;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    right: 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .c-nav__search-close::after, .c-nav__search-close::before {
      content: '';
      position: absolute;
      right: 0.4375rem;
      height: 0.875rem;
      width: 0.0625rem;
      background-color: #000; }
    .c-nav__search-close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .c-nav__search-close::after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  .c-nav__hamburger {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 1rem 0.5rem;
    cursor: pointer;
    margin-right: -0.5rem;
    -webkit-tap-highlight-color: transparent; }
    .c-nav__hamburger--active .c-nav__hamburger--line::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .c-nav__hamburger--active .c-nav__hamburger--line::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .c-nav__hamburger--line {
      position: relative; }
      .c-nav__hamburger--line::before, .c-nav__hamburger--line::after {
        content: '';
        width: 100%;
        height: 0.075rem;
        background: #000;
        position: absolute;
        left: 0;
        -webkit-transition: top 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
        transition: top 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out, top 200ms ease-in-out;
        transition: transform 200ms ease-in-out, top 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
      .c-nav__hamburger--line::before {
        top: 0; }
      .c-nav__hamburger--line::after {
        top: 0.5rem; }
  .c-nav__dropdown {
    display: none;
    background: #FAFAFA;
    position: absolute;
    top: 2.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16.25rem; }
    .c-nav__dropdown::after {
      cursor: default;
      content: '';
      position: absolute;
      bottom: 100%;
      width: 100%;
      height: 2.1875rem; }
    .c-nav__dropdown--level {
      display: none;
      top: 0;
      left: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .c-nav__dropdown-item {
    position: relative;
    cursor: pointer; }
    .c-nav__dropdown-item:hover .c-nav__dropdown--level {
      display: block; }
  .c-nav__dropdown-link {
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    color: #000;
    font-weight: 500;
    padding: 0.875rem 1.25rem;
    display: block;
    -webkit-transition: none;
    transition: none; }
    .c-nav__dropdown-link:hover {
      background-color: #e2e2e2; }
  .c-nav__dropdown-icon {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    right: 0.9375rem;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .5; }
    .c-nav__dropdown-icon::after, .c-nav__dropdown-icon::before {
      content: '';
      position: absolute;
      right: 0.375rem;
      height: 0.75rem;
      width: 0.0625rem;
      background-color: #000; }
    .c-nav__dropdown-icon::before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .c-nav__dropdown-icon::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  @media only screen and (max-width: 960px) {
    .c-nav__hamburger {
      display: block; }
    .c-nav__sub {
      display: none; }
    .c-nav__main-content {
      display: none; }
    .c-nav__main-container {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    .c-nav__logo {
      width: 4.375rem; } }

textarea {
  outline: none; }

/* pagination block */
.bread-crumbs-section {
  padding: 1.25rem 0; }
  .bread-crumbs-section .bread-crumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px; }
    .bread-crumbs-section .bread-crumbs-list li {
      margin-right: 20px;
      position: relative; }
      .bread-crumbs-section .bread-crumbs-list li:after {
        content: ">";
        position: absolute;
        right: -12px;
        color: #909090; }
      .bread-crumbs-section .bread-crumbs-list li:last-child {
        margin-right: 0px;
        color: #666;
        font-weight: 500; }
        .bread-crumbs-section .bread-crumbs-list li:last-child:after {
          content: none; }
    .bread-crumbs-section .bread-crumbs-list a {
      color: #909090;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .bread-crumbs-section .bread-crumbs-list a:hover {
        color: #dc2e62;
        text-decoration: underline; }

/* styles for default page links */
@media (min-width: 1024px) {
  .main-section.inner {
    padding: 65px 0 45px; } }

@media (min-width: 1024px) {
  .main-section.inner h1 {
    margin-bottom: 40px; } }

.main-section.inner .text-holder {
  max-width: 860px; }
  @media (min-width: 1024px) {
    .main-section.inner .text-holder {
      margin-bottom: 0px; } }
  .main-section.inner .text-holder p {
    color: #5e5e5e; }
  .main-section.inner .text-holder:only-child {
    margin-bottom: 0px; }

@media (min-width: 1024px) {
  .main-section.inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.main-section.inner .img-holder {
  max-width: 121px;
  min-height: 121px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .main-section.inner .img-holder {
      margin-left: 95px; } }

/* styles for default page links */
.category-section {
  background: #f4f4f4;
  padding: 25px 0px; }
  @media (min-width: 768px) {
    .category-section {
      padding: 40px 0px; } }
  @media (min-width: 1024px) {
    .category-section {
      padding: 70px 0px 95px; } }
  .category-section h1 {
    text-align: center;
    margin-bottom: 64px; }

/* slide element styles */
.referenties-slider {
  padding-bottom: 30px;
  /* slide element styles */
  /* slide element styles */
  /* slide element styles */ }
  .referenties-slider img {
    width: auto;
    max-width: 100%;
    max-height: 120px; }
  .referenties-slider .slick-next,
  .referenties-slider .slick-prev {
    top: 50%;
    margin-top: -9px; }
  .referenties-slider .slick-dots {
    bottom: -20px; }
    @media (min-width: 1024px) {
      .referenties-slider .slick-dots {
        bottom: -25px; } }
  .referenties-slider .slide-item {
    padding: 0px 10px; }
  .referenties-slider .slider-inner {
    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;
    width: 100%;
    min-height: 147px;
    height: 1px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(247, 247, 247, 0.14); }
    @media (min-width: 1024px) {
      .referenties-slider .slider-inner {
        max-width: 252px; } }

/* styles for default page links */
.case-section {
  padding: 35px 0; }
  @media (min-width: 1024px) {
    .case-section {
      padding: 55px 0; } }
  @media (min-width: 1200px) {
    .case-section {
      padding: 103px 0 48px; } }
  .case-section .case-holder {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .case-section .case-holder {
        margin-bottom: 47px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .case-section .case-holder h3 {
        margin-bottom: 25px; } }
    .case-section .case-holder p {
      line-height: 1.8; }
  .case-section .case-text {
    max-width: 858px; }
  .case-section .buttton-holder {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .case-section .buttton-holder {
        padding-bottom: 20px; } }
  .case-section .primary-btn {
    min-width: 220px;
    border-radius: 0.625rem;
    padding: 15px 5px; }

/* styles for default page links */
.case-section .post-category,
.advies-section .post-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px; }

/* styles for default page links */
.info-section {
  margin: 6.25rem auto; }
  .info-section h3 {
    color: #000000;
    line-height: 1;
    margin-bottom: 25px; }
  .info-section .info-items {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .info-section .info-items {
        margin-bottom: 45px; } }
    @media (min-width: 1024px) {
      .info-section .info-items {
        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;
        margin-bottom: 97px; } }
    .info-section .info-items:last-child {
      margin-bottom: 0px; }
  .info-section .text-holder {
    width: 100%;
    margin-right: 63px;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 1.8; }
    @media (min-width: 1024px) {
      .info-section .text-holder {
        max-width: 670px; } }
    @media (min-width: 1024px) {
      .info-section .text-holder p {
        margin-bottom: 30px; } }
  .info-section .img-holder {
    max-width: 485px; }
    @media (min-width: 1024px) {
      .info-section .img-holder {
        min-height: 278px; } }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.info-items.row-reverse .text-holder {
  margin-right: 0px; }
  @media (min-width: 1024px) {
    .info-items.row-reverse .text-holder {
      margin-left: 63px; } }

/* styles for default page links */
.partner-info-section {
  padding-top: 35px; }
  @media (min-width: 1024px) {
    .partner-info-section {
      padding-top: 75px; } }
  .partner-info-section h3 {
    color: #000000;
    line-height: 1;
    text-transform: none; }
    @media (min-width: 1024px) {
      .partner-info-section h3 {
        margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .partner-info-section .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .partner-info-section .img-holder {
    max-width: 485px;
    width: 100%;
    margin-bottom: 45px; }
    @media (min-width: 1024px) {
      .partner-info-section .img-holder {
        margin-bottom: 0;
        max-width: 675px;
        min-height: 423px; } }
  .partner-info-section .send-btn {
    border-radius: 6px;
    border: 1px solid #bebebe;
    background-color: #f3f3f3;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
    .partner-info-section .send-btn:hover {
      border: 1px solid #dc2e62; }
  .partner-info-section .text-holder {
    width: 100%;
    font-size: 15px;
    width: 100%;
    background: #fff;
    color: #5e5e5e;
    line-height: 1.8;
    z-index: 3; }
    @media (min-width: 1024px) {
      .partner-info-section .text-holder {
        max-width: 730px;
        margin-left: -265px;
        padding: 75px 0px 75px 70px;
        margin-top: 74px; } }
    @media (min-width: 1024px) {
      .partner-info-section .text-holder p {
        margin-bottom: 30px; } }

.order-section {
  background: url(../images/img34.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 74px 0px 80px; }
  .order-section h3 {
    margin-bottom: 25px; }
  .order-section .text-holder {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center; }
    .order-section .text-holder p {
      margin-bottom: 38px;
      font-size: 15px; }
  .order-section .secondary-btn {
    min-width: 252px;
    padding: 17px; }

.uppercase {
  text-transform: uppercase; }

.delivery:after {
  content: " ";
  top: 50%;
  z-index: 2;
  right: 50%;
  width: 30px;
  height: 27px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  background: url(../images/icon08.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.pack:after {
  content: " ";
  top: 50%;
  z-index: 2;
  right: 50%;
  width: 29px;
  height: 24px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  background: url(../images/icon09.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ecology:after {
  content: " ";
  top: 50%;
  z-index: 2;
  right: 50%;
  width: 29px;
  height: 29px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  background: url(../images/icon10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.individual:after {
  content: " ";
  top: 50%;
  z-index: 2;
  right: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  background: url(../images/icon11.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px; }
  .advantages-list h1 {
    margin-bottom: 40px; }
  .advantages-list h5 {
    letter-spacing: 0.05em; }
  .advantages-list p {
    color: #5e5e5e;
    line-height: 1.5; }
  .advantages-list .item-holder {
    width: 100%;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px; }
    .advantages-list .item-holder:last-child {
      margin-bottom: 0px; }
    @media (min-width: 1024px) {
      .advantages-list .item-holder {
        max-width: 43%;
        margin-bottom: 45px; } }
  .advantages-list .logo-holder {
    max-width: 66px;
    min-width: 66px;
    width: 100%;
    min-height: 66px;
    background: #9c004a;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-right: 25px; }

.partner-info-section {
  padding: 35px 0px; }
  @media (min-width: 1024px) {
    .partner-info-section {
      padding-top: 95px;
      padding-bottom: 200px; } }
  .partner-info-section .primary-btn {
    min-width: 202px;
    min-height: 47px; }
  .partner-info-section .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.main-section.advantages .text-holder {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .main-section.advantages .text-holder {
      margin-bottom: 70px; } }

.offer-holder {
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }
  .offer-holder .check-list {
    background: #000000;
    padding: 40px 20px 40px 35px;
    margin-top: 40px; }
    .offer-holder .check-list a {
      color: #fff;
      border-bottom: 1px solid #fff;
      -webkit-transition: border-bottom 0.3s ease-in-out;
      transition: border-bottom 0.3s ease-in-out; }
      .offer-holder .check-list a:hover {
        border-bottom: 1px solid #dc2e62; }
    .offer-holder .check-list li {
      margin-bottom: 17px; }
      .offer-holder .check-list li:before {
        color: #000000; }

/* contact form styles */
.second-form {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .second-form .form-col {
    margin-bottom: 22px !important;
    width: 100%; }
    @media (min-width: 768px) {
      .second-form .form-col {
        width: 50%; } }
    .second-form .form-col label {
      margin-bottom: 0px !important;
      display: block;
      font-weight: 600;
      cursor: pointer;
      color: #14100e; }
    .second-form .form-col .checkbox label {
      margin-bottom: 0 !important; }
    @media (min-width: 768px) {
      .second-form .form-col:nth-child(2n) {
        padding-left: 15px;
        padding-right: 6px; } }
    @media (min-width: 768px) {
      .second-form .form-col:nth-child(2n+1) {
        padding-right: 22px; } }
    .second-form .form-col input {
      min-height: 46px;
      border-radius: 6px;
      border: 1px solid #d9d9d9;
      background-color: #f1f1f1; }
      .second-form .form-col input:focus {
        border-color: #14100e; }
    .second-form .form-col.area-col {
      width: 100%;
      padding: 0;
      margin-bottom: 35px !important; }
      .second-form .form-col.area-col textarea {
        min-height: 176px;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        width: 100%; }
  .second-form .button-holder {
    width: 100%; }
    .second-form .button-holder a {
      color: #14100e;
      border-bottom: 1px solid #14100e;
      font-weight: 600; }
    .second-form .button-holder .primary-btn {
      margin-left: 27px;
      min-width: 182px; }
  .second-form .chexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50%;
    width: 100%; }
    .second-form .chexbox label {
      padding-left: 10px;
      margin-bottom: 0 !important; }
    .second-form .chexbox.full {
      max-width: 100%; }
  .second-form .chexbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .second-form .chexbox-wrap label {
      font-weight: 400 !important; }
  .second-form .chexbox-holder {
    max-width: 50%;
    width: 100%; }
    .second-form .chexbox-holder label {
      color: #5e5e5e;
      margin-bottom: 0 !important; }
    .second-form .chexbox-holder p {
      color: #14100e !important;
      margin-bottom: 0px;
      font-weight: 600; }
    .second-form .chexbox-holder.full {
      max-width: 100%; }

/* accordion */
.accordion {
  margin-bottom: 40px;
  border: 1px solid #ccc; }
  .accordion .slide {
    padding: 30px 18px 15px 25px; }
  .accordion li + li {
    border-top: 1px solid #ccc;
    margin-top: 0 !important; }
  .accordion li {
    padding: 15px 0px; }
    .accordion li.active {
      background-color: #fafafa; }
      .accordion li.active .opener {
        color: #9b2543;
        font-weight: 600; }
        .accordion li.active .opener:before {
          background: url(../images/icon16.png);
          background-color: red;
          background-position: center;
          background-repeat: no-repeat;
          right: 18px;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          background-color: #9b2543;
          padding: 12px;
          border-radius: 50%;
          overflow: hidden;
          border: 1px solid #9b2543; }
      .accordion li.active .verpakkingen:after {
        background: url(../images/icon18.png);
        background-position: center;
        background-repeat: no-repeat; }
      .accordion li.active .etiketten:after {
        background: url(../images/icon17.png);
        background-position: center;
        background-repeat: no-repeat; }
      .accordion li.active .etiketten-a4:after {
        background: url(../images/icon19.png);
        background-position: center;
        background-repeat: no-repeat; }
    .accordion li span {
      position: relative; }
      .accordion li span.check:before {
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: 'icomoon' !important;
        content: "\e907";
        background-color: #000000;
        color: #fff;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        overflow: hidden;
        font-size: 10px;
        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; }
      .accordion li span.check.hidden:before {
        display: none; }
  .accordion .opener {
    color: #14100e;
    position: relative;
    display: block;
    padding: 0px 70px; }
    .accordion .opener:before {
      position: absolute;
      content: " ";
      background: url(../images/icon15.png);
      background-position: center;
      background-repeat: no-repeat;
      right: 18px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      background-color: #f5f5f5;
      padding: 12px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #e0e0e0;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
  .accordion .verpakkingen:after {
    content: " ";
    top: 0;
    z-index: 2;
    left: 30px;
    width: 21px;
    height: 28px;
    position: absolute;
    background: url(../images/icon12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .accordion .etiketten:after {
    content: " ";
    top: 0;
    z-index: 2;
    left: 30px;
    width: 27px;
    height: 24px;
    position: absolute;
    background: url(../images/icon14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .accordion .etiketten-a4:after {
    content: " ";
    top: 0;
    z-index: 2;
    left: 30px;
    width: 19px;
    height: 24px;
    position: absolute;
    background: url(../images/icon13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }

/* sign up form */
.login-section {
  padding: 45px 0px;
  background: #f4f4f4; }
  @media (min-width: 1024px) {
    .login-section h3 {
      margin-bottom: 25px; } }
  .login-section .form-holder {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .login-section .form-holder {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .login-section .form-holder:after {
        position: absolute;
        content: " ";
        width: 1px;
        min-height: 100%;
        background: #dbdbdb;
        top: 0;
        right: -30px; } }

.login-section--account {
  padding-top: 0;
  background-color: transparent; }
  .login-section--account .main-section,
  .login-section--account .revision-main-section {
    background-color: transparent !important; }
    .login-section--account .main-section .text-holder,
    .login-section--account .revision-main-section .text-holder {
      padding-right: 0;
      padding-left: 0; }

/* sign up form */
.login-info .login-list {
  color: #4a4a4a;
  padding-left: 0;
  margin-bottom: 35px;
  list-style: none; }

.login-info li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative; }
  .login-info li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    color: #dc2e62;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #dc2e62; }

/* sign up form */
.form-login {
  width: 100%; }
  @media (min-width: 1024px) {
    .form-login {
      max-width: 540px;
      padding-right: 100px; } }
  .form-login label {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    color: #000; }
  .form-login input {
    min-height: 46px;
    border-radius: 6px;
    border: 1px solid #d9d9d9; }
    .form-login input:focus {
      border-color: #14100e; }
    .form-login input.error {
      border-color: #dc2e62; }
  .form-login div.error {
    color: #dc2e62;
    font-size: 12px; }
  .form-login .form-col {
    margin-bottom: 20px; }
  .form-login a {
    color: #14100e;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .form-login a:hover {
      color: #dc2e62; }
  .form-login .button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/* styles for default page links */
.main-info-section,
.partner-info-section {
  padding-top: 35px; }
  @media (min-width: 1024px) {
    .main-info-section,
    .partner-info-section {
      padding-top: 75px; } }
  .main-info-section h3,
  .partner-info-section h3 {
    color: #000000;
    line-height: 1;
    text-transform: none; }
    @media (min-width: 1024px) {
      .main-info-section h3,
      .partner-info-section h3 {
        margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .main-info-section .container,
    .partner-info-section .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .main-info-section .img-holder,
  .partner-info-section .img-holder {
    max-width: 485px;
    width: 100%;
    margin-bottom: 45px; }
    @media (min-width: 1024px) {
      .main-info-section .img-holder,
      .partner-info-section .img-holder {
        margin-bottom: 0;
        max-width: 675px;
        min-height: 423px; } }
  .main-info-section .send-btn,
  .partner-info-section .send-btn {
    border-radius: 6px;
    border: 1px solid #bebebe;
    background-color: #f3f3f3;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out; }
    .main-info-section .send-btn:hover,
    .partner-info-section .send-btn:hover {
      border: 1px solid #dc2e62; }
  .main-info-section .text-holder,
  .partner-info-section .text-holder {
    width: 100%;
    font-size: 15px;
    width: 100%;
    background: #fff;
    color: #5e5e5e;
    line-height: 1.8;
    z-index: 3; }
    @media (min-width: 1024px) {
      .main-info-section .text-holder,
      .partner-info-section .text-holder {
        max-width: 730px;
        margin-left: -265px;
        padding: 75px 0px 25px 70px;
        margin-top: 74px; } }
    @media (min-width: 1024px) {
      .main-info-section .text-holder p,
      .partner-info-section .text-holder p {
        margin-bottom: 30px; } }

.main-info-section-offerte {
  margin-bottom: 6.25rem; }
  .main-info-section-offerte .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-info-section-offerte .main-info-img-container {
    position: relative;
    padding-top: calc((9/16) * 100%);
    margin-bottom: 1.25rem; }
    .main-info-section-offerte .main-info-img-container img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .main-info-section-offerte .main-info-contact {
    margin-left: 3.75rem;
    max-width: 22.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main-info-section-offerte .main-info-tel {
    margin-bottom: 0.625rem; }
    .main-info-section-offerte .main-info-tel__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0.3125rem; }
    .main-info-section-offerte .main-info-tel__prefix {
      width: 1.5rem; }
  @media (max-width: 1000px) {
    .main-info-section-offerte .main-info-contact {
      margin-left: 2.5rem;
      max-width: 15.625rem; } }
  @media (max-width: 768px) {
    .main-info-section-offerte .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .main-info-section-offerte .main-info-contact {
      margin-top: 3.125rem;
      margin-left: 0;
      max-width: 100%; }
    .main-info-section-offerte .secondary-btn {
      width: 100%; } }
  .main-info-section-offerte.form .text-holder {
    width: 100%;
    max-width: 46.875rem; }
  .main-info-section-offerte.form label {
    color: #14100e; }
  .main-info-section-offerte.form h3 {
    margin-bottom: 12px; }
  .main-info-section-offerte.form .send-btn {
    min-width: 162px;
    min-height: 35px;
    color: #5e5e5e;
    margin-top: 10px; }
    @media (min-width: 480px) {
      .main-info-section-offerte.form .send-btn {
        margin-left: 15px;
        margin-top: 0; } }
  .main-info-section-offerte.form .send-holder {
    font-weight: 600;
    color: #14100e; }
  .main-info-section-offerte.form .form-holder {
    width: 100%; }
    .main-info-section-offerte.form .form-holder p {
      font-size: 15px; }
    .main-info-section-offerte.form .form-holder h6 {
      color: #14100e;
      font-size: 15px;
      font-weight: 600; }
  .main-info-section-offerte.form textarea {
    min-height: 113px !important; }
  @media (max-width: 1023px) {
    .main-info-section-offerte.form .main-form {
      margin: 0;
      max-width: 100%; } }

.decor-wrapper.border {
  padding-bottom: 0px; }
  .decor-wrapper.border .container {
    padding-bottom: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .decor-wrapper.border .container {
        padding-bottom: 70px; } }
    @media (min-width: 1024px) {
      .decor-wrapper.border .container {
        padding-bottom: 122px; } }

@media (min-width: 1024px) {
  .advies-section.border {
    padding-top: 64px;
    padding-bottom: 180px; } }

.btn--forgot-password {
  margin-left: 20px; }

.grecaptcha-badge {
  visibility: hidden; }

html,
body,
#wrapper {
  height: 100%; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 3.75rem; }
  @media only screen and (max-width: 960px) {
    #main {
      padding-top: 2.5rem; } }

/* main container styles */
.wrapper {
  position: relative;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

#searchField {
  padding: 0.625rem 0.9375rem;
  border-radius: 0.625rem;
  margin: 0.3125rem 0 0.625rem 0; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  opacity: 0 !important;
  visibility: hidden !important; }

.container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }

img {
  display: block;
  width: 100%;
  max-width: none; }

textarea {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  textarea:focus {
    border-color: #dc2e62; }

input {
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  width: 100%;
  outline: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out; }
  input:focus {
    border-color: #000000;
    outline: none; }

@media (max-width: 1023px) {
  h1 {
    font-size: 28px; } }

@media (min-width: 1024px) {
  h1 {
    font-weight: 600;
    margin-bottom: 27px; } }

.hide {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.secondary-btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  min-width: 110px;
  border-radius: 0.625rem;
  background-color: #dc2e62;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.9375rem 1.5625rem;
  line-height: 1;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .secondary-btn {
      min-width: 146px; } }
  .secondary-btn:hover {
    background-color: #e77093; }

.primary-btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  min-width: 110px;
  border-radius: 0.625rem;
  background-color: #000000;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.9375rem 1.5625rem;
  line-height: 1;
  border: none;
  outline: none;
  letter-spacing: 0.03em;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .primary-btn {
      min-width: 146px; } }
  .primary-btn:hover {
    background-color: #404040; }

.btn-light {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: #14100e;
  text-align: center;
  min-width: 146px;
  border-radius: 0.625rem;
  background-color: #ffffff;
  padding: 11px 15px 11px;
  line-height: 1;
  border: none;
  outline: none;
  letter-spacing: 0.0356em;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .btn-light:hover {
    background-color: #404040;
    color: #fff; }

.tagline-wrap {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px 0; }
  @media (min-width: 1200px) {
    .tagline-wrap {
      padding: 63px 0 55px; } }
  .tagline-wrap span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    position: relative;
    letter-spacing: 0.3em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tagline-wrap span:after, .tagline-wrap span:before {
      content: '';
      width: 90px;
      height: 2px;
      background-color: #181311; }
    .tagline-wrap span:after {
      margin-left: 5px; }
      @media (min-width: 1200px) {
        .tagline-wrap span:after {
          margin-left: 14px; } }
    .tagline-wrap span:before {
      margin-right: 5px; }
      @media (min-width: 1200px) {
        .tagline-wrap span:before {
          margin-right: 21px; } }

/* styles for default page links */
.main-section,
.revision-main-section {
  padding: 35px 0; }
  @media (min-width: 1024px) {
    .main-section,
    .revision-main-section {
      padding: 65px 0px; } }
  .main-section .text-holder,
  .revision-main-section .text-holder {
    padding: 0px 4px;
    max-width: 940px; }
    @media (min-width: 1200px) {
      .main-section .text-holder,
      .revision-main-section .text-holder {
        margin-bottom: 43px; } }
    .main-section .text-holder h6,
    .revision-main-section .text-holder h6 {
      margin-bottom: 28px; }
    .main-section .text-holder p,
    .revision-main-section .text-holder p {
      line-height: 1.9; }

/* product item */
.row-item {
  /* single product styles */ }
  @media (min-width: 768px) {
    .row-item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; } }
  @media (min-width: 1200px) {
    .row-item {
      margin: 0 -39px; } }
  .row-item .item-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .row-item .item-col {
        width: 33.33%;
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      .row-item .item-col {
        padding: 0 39px; } }
    .row-item .item-col .u-fluid {
      margin-bottom: 1.5rem;
      height: 16rem; }
    .row-item .item-col .item-btn {
      margin-top: auto; }
  .row-item .item {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(247, 247, 247, 0.14);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .row-item .image-holder img {
    margin: 0 auto;
    max-width: 100px; }
  .row-item .packaging-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    height: 200px; }
  .row-item .attachments-img {
    max-width: 102px; }
  .row-item .item-text {
    margin-bottom: 21px; }
    .row-item .item-text span {
      line-height: 1.3; }
  .row-item h6 {
    font-weight: 600; }
  .row-item .primary-btn {
    border-radius: 0.625rem;
    padding: 12px 5px 11px;
    letter-spacing: 0.03em; }

/* product item */
.decor-wrapper {
  padding: 25px 0; }
  @media (min-width: 1024px) {
    .decor-wrapper {
      padding: 40px 0; } }
  .decor-wrapper .decor-holder {
    max-width: 777px;
    width: 100%;
    margin: 0 auto;
    padding-top: 45px; }
    @media (min-width: 1024px) {
      .decor-wrapper .decor-holder {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 1200px) {
      .decor-wrapper .decor-holder {
        padding-top: 91px; } }
  .decor-wrapper .image-holder {
    width: 100%;
    max-width: 360px;
    position: relative;
    margin: 0 auto 15px; }
    @media (min-width: 1024px) {
      .decor-wrapper .image-holder {
        margin: -42px 0 0;
        max-width: 274px; } }
  .decor-wrapper .text-holder {
    width: 100%;
    background-color: #dc2e62;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px; }
    @media (min-width: 1024px) {
      .decor-wrapper .text-holder {
        margin-left: -42px;
        padding-left: 62px;
        max-width: 457px; } }
  @media (min-width: 1024px) {
    .decor-wrapper h3 {
      margin-bottom: 25px; } }
  .decor-wrapper h1,
  .decor-wrapper h2,
  .decor-wrapper h3,
  .decor-wrapper h4,
  .decor-wrapper h5,
  .decor-wrapper h6 {
    color: white; }
  .decor-wrapper .btn-light {
    font-weight: 600; }

.services-section {
  padding: 35px 0; }
  @media (min-width: 1200px) {
    .services-section {
      padding: 85px 0 94px; } }
  .services-section .text-holder {
    margin-left: auto;
    max-width: 729px;
    margin-bottom: 41px; }
    .services-section .text-holder h3 {
      margin-bottom: 25px;
      position: relative; }
      .services-section .text-holder h3:before {
        content: '';
        right: calc(100% + 40px);
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        max-width: 370px;
        width: 100%;
        height: 3px;
        background-color: #181311; }
    .services-section .text-holder p {
      line-height: 1.9; }

/* slide element styles */
.slick-arrow {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 43px;
  position: absolute;
  top: calc(50% - 17px);
  cursor: pointer;
  -webkit-transform: translateY(-50%) scaleX(0.75);
          transform: translateY(-50%) scaleX(0.75);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  z-index: 3; }
  .slick-arrow:hover {
    color: #dc2e62; }

/* slide element styles */
.slick-next {
  right: -25px; }
  @media (min-width: 1200px) {
    .slick-next {
      right: -35px; } }
  @media (min-width: 1600px) {
    .slick-next {
      right: -62px; } }

/* slide element styles */
.slick-prev {
  left: -25px; }
  @media (min-width: 1200px) {
    .slick-prev {
      left: -35px; } }
  @media (min-width: 1600px) {
    .slick-prev {
      left: -60px; } }

/* slide element styles */
.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  cursor: pointer; }
  .slick-dots button {
    color: transparent;
    background-color: transparent;
    border: none;
    width: 11px;
    height: 11px;
    background-color: #cccccc;
    border-radius: 50%;
    outline: none;
    padding: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .slick-dots li {
    margin-right: 15px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li.slick-active button {
      background-color: #910f51; }

/* carousel styles */
.slide-content {
  border: 1px solid rgba(247, 247, 247, 0.14);
  background-color: #f4f4f4;
  text-align: center;
  min-height: 326px;
  padding-bottom: 26px;
  /* slide element styles */
  /* slide element styles */
  /* slide element styles */
  /* slide element styles */ }
  .slide-content .img-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 1023px) {
      .slide-content .img-holder {
        max-width: 360px;
        margin: 0 auto 25px; } }
    @media (min-width: 1024px) {
      .slide-content .img-holder {
        min-height: 185px;
        height: 1px;
        margin-bottom: 25px; } }
  .slide-content h6 {
    margin-bottom: 13px; }
  .slide-content .text-wrap {
    margin-bottom: 22px; }
  .slide-content .primary-btn {
    border-radius: 0.625rem;
    padding: 11px 5px 12px; }

/* carousel styles */
.main-slider {
  width: 100%;
  padding-bottom: 40px;
  /* slide element styles */
  /* slide element styles */ }
  @media (min-width: 768px) {
    .main-slider .slider {
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .main-slider .slider {
      padding: 0 25px; } }
  @media (min-width: 1200px) {
    .main-slider .slider {
      padding: 0 40px; } }
  .main-slider .slick-list {
    display: block;
    width: 100%;
    padding-bottom: 30px; }
  .main-slider .slick-dots {
    bottom: -6px; }

.slick-list {
  margin: 0;
  width: 100%; }

.quote-holder {
  background-color: #000000;
  max-width: 1479px;
  margin: 0 auto;
  color: #fff;
  padding: 35px 0;
  /* slide element styles */
  /* slide element styles */
  /* carousel styles */ }
  @media (min-width: 1024px) {
    .quote-holder {
      padding: 56px 0 31px; } }
  .quote-holder > .container {
    max-width: 1244px; }
    @media (min-width: 1024px) {
      .quote-holder > .container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .quote-holder .blockquote-holder {
    position: relative; }
  .quote-holder .slick-list {
    padding-bottom: 30px; }
    @media (min-width: 1200px) {
      .quote-holder .slick-list {
        padding-bottom: 0; } }
  .quote-holder .slick-dots {
    bottom: -4px; }
    @media (min-width: 1024px) {
      .quote-holder .slick-dots {
        left: auto;
        right: 23px; } }
    .quote-holder .slick-dots button {
      background-color: #c0c0c0; }
  .quote-holder .quote-slider {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .quote-holder .quote-slider {
        margin-bottom: 0; } }

/* slide element styles */
.quote-col {
  /* slide element styles */ }
  @media (min-width: 1024px) {
    .quote-col {
      max-width: 700px; } }
  .quote-col h3 {
    margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .quote-col .caption-holder {
      padding-left: 43px; } }
  .quote-col cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .quote-col cite {
        padding-left: 40px; } }
    .quote-col cite:before {
      width: 45px;
      height: 1px;
      background-color: #606060;
      content: '';
      display: block;
      margin-right: 15px; }

/* slide element styles */
blockquote {
  margin: 0;
  padding: 0;
  color: rgba(210, 210, 210, 0.6);
  font-size: 14px;
  line-height: 1.92;
  /* slide element styles */
  /* slide element styles */ }
  blockquote a {
    text-transform: uppercase;
    color: rgba(210, 210, 210, 0.6); }
    blockquote a:hover {
      color: #d2d2d2; }
  blockquote .text-holder {
    position: relative;
    margin-bottom: 20px;
    padding: 0 35px; }
    @media (min-width: 1200px) {
      blockquote .text-holder {
        padding-right: 50px;
        padding-left: 43px; } }
    blockquote .text-holder:before {
      font-size: 11px;
      font-family: 'icomoon' !important;
      position: absolute;
      content: "\e90d";
      left: 0px;
      top: -5px;
      color: #4b4b4b; }
      @media (min-width: 1024px) {
        blockquote .text-holder:before {
          font-size: 20px; } }
    blockquote .text-holder:after {
      content: "\e90c";
      font-family: 'icomoon' !important;
      position: absolute;
      right: 20px;
      bottom: -11px;
      color: #4b4b4b; }
      @media (min-width: 1024px) {
        blockquote .text-holder:after {
          font-size: 20px; } }

/* product description styles */
.company-wrap {
  max-width: 476px;
  width: 100%; }
  @media (max-width: 1023px) {
    .company-wrap {
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .company-wrap {
      padding-top: 13px;
      padding-right: 40px; } }
  .company-wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-top: -10px;
    margin-left: -10px;
    padding: 0;
    list-style: none; }
    .company-wrap > ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 10px;
      padding-left: 10px;
      width: 25%; }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .company-wrap > ul > li {
          width: 50%; } }
      @media (min-width: 500px) and (max-width: 1023px) {
        .company-wrap > ul > li {
          width: 33.33333%; } }
      @media (max-width: 499px) {
        .company-wrap > ul > li {
          width: 50%; } }
      .company-wrap > ul > li > .img-holder {
        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;
        padding: 10px;
        width: 100%;
        height: 90px;
        overflow: hidden;
        background: white; }
        .company-wrap > ul > li > .img-holder > img {
          width: auto;
          max-width: 100%;
          max-height: 70px; }

.advies-section {
  padding: 35px 0; }
  @media (min-width: 1024px) {
    .advies-section {
      padding: 55px 0; } }
  .advies-section .advies-holder {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .advies-section .advies-holder {
        margin-bottom: 47px; } }
    @media (min-width: 1024px) {
      .advies-section .advies-holder h3 {
        margin-bottom: 25px; } }
    .advies-section .advies-holder p {
      line-height: 1.8; }
  .advies-section .advies-text {
    max-width: 878px;
    padding-right: 20px; }
  @media (min-width: 768px) {
    .advies-section .buttton-holder {
      text-align: left; } }
  @media (min-width: 1024px) {
    .advies-section .buttton-holder {
      padding-bottom: 20px; } }
  .advies-section .primary-btn {
    min-width: 220px;
    border-radius: 0.625rem;
    padding: 15px 5px; }

@media (min-width: 768px) {
  .post-row {
    margin: 0 -13px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.post-row .post-col {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .post-row .post-col {
      padding: 0 16px;
      margin-bottom: 0;
      width: 33.33%; } }

@media (max-width: 1023px) {
  .post-row .post-content {
    max-width: 360px;
    margin: 0 auto; } }

/* product item styles */
.post-item .image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 23px; }
  @media (max-width: 1023px) {
    .post-item .image-holder {
      margin: 0 auto 19px;
      max-width: 360px; } }
  @media (min-width: 1024px) {
    .post-item .image-holder {
      min-height: 260px;
      height: 1px; } }

.post-item .time-wrap,
.post-item .subcaption-item {
  color: rgba(94, 94, 94, 0.6);
  font-size: 12px;
  letter-spacing: .038em;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase; }

.post-item h6 {
  font-size: 15px;
  font-weight: 400;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
  color: #14100e;
  border: 1px solid rgba(247, 247, 247, 0.14);
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4; }
  .post-item h6 a {
    color: #14100e; }
    .post-item h6 a:hover {
      color: #dc2e62; }

.post-item p {
  font-size: 15px;
  color: #5e5e5e;
  line-height: 1.5; }

.post-item .link-arrow::after {
  margin-top: 1px; }

.link-arrow {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  position: relative;
  color: #14100e;
  font-weight: 600; }
  .link-arrow:after {
    position: absolute;
    content: "\e904";
    display: block;
    font-family: 'icomoon' !important;
    right: -2px;
    top: 50%;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 11px; }
  .link-arrow:hover {
    color: #dc2e62; }
    .link-arrow:hover:after {
      color: #dc2e62; }

/* newsletter form styles */
@media (min-width: 1200px) {
  .form-decor {
    padding-bottom: 152px;
    padding-top: 31px; } }

.form-decor .decor-holder {
  max-width: 910px;
  padding-top: 0; }
  @media (max-width: 767px) {
    .form-decor .decor-holder {
      display: block; } }
  @media (min-width: 1200px) {
    .form-decor .decor-holder {
      padding-top: 106px; } }
  .form-decor .decor-holder .image-holder {
    max-width: 451px;
    z-index: -1;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .form-decor .decor-holder .image-holder {
        margin-top: -57px;
        margin-bottom: 0; } }

.form-decor .text-holder {
  background-color: #fff;
  color: #14100e;
  text-align: left;
  padding-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .form-decor .text-holder {
      padding-left: 15px; } }
  @media (max-width: 1023px) {
    .form-decor .text-holder {
      max-width: 306px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .form-decor .text-holder {
      padding-top: 45px;
      margin-left: -67px;
      padding-right: 20px;
      padding-left: 69px; } }
  @media (min-width: 1024px) {
    .form-decor .text-holder h3 {
      margin-bottom: 25px; } }
  .form-decor .text-holder ul {
    margin-bottom: 30px;
    list-style: none; }
    .form-decor .text-holder ul li {
      position: relative;
      padding-left: 25px; }
      .form-decor .text-holder ul li::before {
        font-family: 'icomoon' !important;
        content: "\e907";
        background-color: #13a472;
        color: white;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        overflow: hidden;
        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: absolute;
        top: 2px;
        left: 0;
        font-size: 10px; }

.form-decor input {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding: 8px 16px;
  margin-bottom: 28px; }
  .form-decor input::-webkit-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #14100e; }
  .form-decor input::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
    font-style: italic;
    color: #14100e; }
  .form-decor input:-moz-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #14100e; }
  .form-decor input:-ms-input-placeholder {
    font-size: 15px;
    font-style: italic;
    color: #14100e; }
  .form-decor input.placeholder {
    font-size: 15px;
    font-style: italic;
    color: #14100e; }

.form-decor .check-list {
  margin-bottom: 35px; }

.form-decor .form-subscribe {
  max-width: 312px; }

.form-decor .primary-btn {
  min-width: 173px; }

.check-list li {
  position: relative;
  font-size: 15px;
  padding-left: 25px;
  margin-bottom: 8px; }
  .check-list li:last-child {
    margin-bottom: 0; }
  .check-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'icomoon' !important;
    content: "\e907";
    background-color: #13a472;
    color: #fff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 12px;
    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; }

.advies-main-section h1 {
  margin-bottom: 40px; }

.advies-main-section .text-holder {
  margin-bottom: 34px !important; }

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .filter-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .filter-list li {
    margin-right: 24px;
    font-size: 15px; }
    .filter-list li:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .filter-list li {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 5px; } }
  .filter-list a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
    background-color: #ffffff;
    color: #14100e;
    padding: 12px 33px;
    border: 1px solid #d2d2d2;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .filter-list a {
        width: 100%;
        text-align: center; } }
    .filter-list a:hover {
      color: #fff;
      background-color: #dc2e62;
      border-color: #dc2e62;
      -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.25);
              box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.25); }

.post-section {
  padding: 40px 0 20px; }
  @media (min-width: 1200px) {
    .post-section {
      padding: 57px 0 0; } }
  .post-section .post-row .post-col {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .post-section .post-row .post-col {
        padding: 0 16px;
        margin-bottom: 62px;
        width: 33.33%; } }
  .post-section .result-holder {
    font-weight: 600;
    margin-bottom: 45px; }
    .post-section .result-holder > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .post-section .isotope-pager {
    padding: 32px 0;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .post-section .isotope-pager .pager {
      margin-right: 25px;
      font-size: 17px;
      font-weight: 400;
      color: #000000;
      cursor: pointer; }
      .post-section .isotope-pager .pager:last-child {
        margin-right: 0px; }
      .post-section .isotope-pager .pager.active {
        font-weight: 600; }
    .post-section .isotope-pager .btn-prev {
      cursor: pointer;
      display: inline-block;
      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-radius: 0.625rem;
      background-color: #eaeaea;
      color: #181311;
      width: 39px;
      height: 37px;
      margin-right: 15px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .post-section .isotope-pager .btn-prev {
          margin-right: 25px; } }
      @media (min-width: 1024px) {
        .post-section .isotope-pager .btn-prev {
          margin-right: 35px; } }
      @media (min-width: 1200px) {
        .post-section .isotope-pager .btn-prev {
          margin-right: 55px; } }
      .post-section .isotope-pager .btn-prev:hover {
        color: #fff;
        background-color: #dc2e62; }
      .post-section .isotope-pager .btn-prev.disabled {
        opacity: 0;
        visibility: hidden; }
    .post-section .isotope-pager .btn-next {
      cursor: pointer;
      display: inline-block;
      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-radius: 0.625rem;
      background-color: #eaeaea;
      color: #181311;
      width: 39px;
      height: 37px;
      margin-left: 15px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .post-section .isotope-pager .btn-next {
          margin-left: 25px; } }
      @media (min-width: 1024px) {
        .post-section .isotope-pager .btn-next {
          margin-left: 35px; } }
      @media (min-width: 1200px) {
        .post-section .isotope-pager .btn-next {
          margin-left: 55px; } }
      .post-section .isotope-pager .btn-next:hover {
        color: #fff;
        background-color: #dc2e62; }
      .post-section .isotope-pager .btn-next.disabled {
        opacity: 0;
        visibility: hidden; }

.advies-products {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3); }

.map-section {
  position: relative;
  padding: 35px 0;
  background-color: #f4f4f4; }
  @media (min-width: 1200px) {
    .map-section {
      padding: 85px 0 77px; } }
  .map-section .anchor {
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    width: 22px;
    display: block; }

.map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .map-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .map-wrapper .contanct-list {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .map-wrapper .contanct-list {
        margin-bottom: 34px; } }
    .map-wrapper .contanct-list li {
      margin-bottom: 4px; }
      .map-wrapper .contanct-list li:last-child {
        margin-bottom: 0; }
  .map-wrapper h3 {
    letter-spacing: 0em; }
    @media (min-width: 1200px) {
      .map-wrapper h3 {
        margin-bottom: 25px; } }
  .map-wrapper .address-col {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .map-wrapper .address-col {
        width: 50%; } }
    @media (min-width: 1024px) {
      .map-wrapper .address-col {
        width: 25%;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .map-wrapper .address-col {
        width: 100%;
        max-width: 319px; } }
    .map-wrapper .address-col address {
      margin-bottom: 15px; }
      @media (min-width: 1200px) {
        .map-wrapper .address-col address {
          margin-bottom: 25px; } }
  .map-wrapper .schedule-col {
    margin-bottom: 15px;
    max-width: 304px;
    padding-top: 3px; }
    @media (min-width: 768px) {
      .map-wrapper .schedule-col {
        width: 50%; } }
    @media (min-width: 1024px) {
      .map-wrapper .schedule-col {
        width: 25%;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .map-wrapper .schedule-col {
        padding-right: 51px;
        width: 100%; } }
  .map-wrapper .schedule-list {
    max-width: 195px; }
    .map-wrapper .schedule-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #d3d3d3;
      margin-bottom: 10px;
      padding-bottom: 12px;
      padding-left: 4px;
      font-weight: 600; }
      .map-wrapper .schedule-list li:last-child {
        border: none;
        margin-bottom: 0; }
      .map-wrapper .schedule-list li span {
        font-weight: 400; }
    .map-wrapper .schedule-list .work-time {
      font-weight: 400; }
  .map-wrapper .map-col {
    width: 100%;
    padding-top: 9px; }
    @media (min-width: 1024px) {
      .map-wrapper .map-col {
        width: 50%; } }
    @media (min-width: 1200px) {
      .map-wrapper .map-col {
        width: 100%;
        max-width: 515px; } }
  .map-wrapper .map-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 333px;
    border: 1px solid #dedddd; }
    .map-wrapper .map-holder iframe {
      border: none;
      width: 100%;
      min-height: 331px; }

address {
  font-style: initial; }

/* contact form styles */
.form-section {
  padding: 35px 0; }
  @media (min-width: 1024px) {
    .form-section {
      padding: 65px 0; } }
  @media (min-width: 1200px) {
    .form-section {
      padding: 65px 0 151px; } }
  .form-section .text-holder,
  .form-section .fluxform_introtext {
    max-width: 811px;
    margin: 0 auto;
    margin-bottom: 37px; }
    @media (min-width: 1200px) {
      .form-section .text-holder,
      .form-section .fluxform_introtext {
        padding-right: 140px; } }
    .form-section .text-holder h3,
    .form-section .text-holder p:first-child,
    .form-section .fluxform_introtext h3,
    .form-section .fluxform_introtext p:first-child {
      letter-spacing: 0.0em;
      font-weight: 600;
      font-size: 23px;
      line-height: 1;
      margin-bottom: 40px; }
    .form-section .text-holder p,
    .form-section .fluxform_introtext p {
      line-height: 1.78;
      letter-spacing: 0.024em; }
  .form-section .fluxform {
    margin: 0 auto;
    max-width: 811px; }
    .form-section .fluxform > .fluxform_fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 20px;
      margin-left: -40px; }
      .form-section .fluxform > .fluxform_fieldset > .row {
        margin: 0;
        padding-top: 20px;
        padding-left: 40px;
        width: 50%; }
        .form-section .fluxform > .fluxform_fieldset > .row:last-child {
          width: 100%; }
      @media (max-width: 639px) {
        .form-section .fluxform > .fluxform_fieldset {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          .form-section .fluxform > .fluxform_fieldset > .row {
            width: 100%; } }
    .form-section .fluxform label {
      cursor: pointer;
      float: none;
      display: block;
      margin-bottom: 5px;
      width: 100%;
      font-weight: 600;
      color: #000; }
    .form-section .fluxform .fluxform_numberfield,
    .form-section .fluxform .fluxform_textfield,
    .form-section .fluxform .fluxform_textareafield,
    .form-section .fluxform .fluxform_urlfield,
    .form-section .fluxform .fluxform_selectfield,
    .form-section .fluxform .fluxform_checkboxfield,
    .form-section .fluxform .fluxform_datefield {
      display: block;
      width: 100%;
      min-height: 46px;
      border-radius: 6px;
      border: 1px solid #d9d9d9; }
      .form-section .fluxform .fluxform_numberfield:focus,
      .form-section .fluxform .fluxform_textfield:focus,
      .form-section .fluxform .fluxform_textareafield:focus,
      .form-section .fluxform .fluxform_urlfield:focus,
      .form-section .fluxform .fluxform_selectfield:focus,
      .form-section .fluxform .fluxform_checkboxfield:focus,
      .form-section .fluxform .fluxform_datefield:focus {
        border-color: #14100e; }
    .form-section .fluxform .fluxform_button_container {
      margin-top: 20px; }
    .form-section .fluxform .fluxform_button {
      float: none;
      width: auto;
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      text-align: center;
      min-width: 110px;
      font-weight: 600;
      font-size: 0.8125rem;
      padding: 0.75rem 1.125rem;
      border-radius: 0.625rem;
      background-color: #dc2e62;
      line-height: 1;
      border: none;
      outline: none;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
      min-width: 202px;
      letter-spacing: 0.03em;
      text-transform: none; }
      .form-section .fluxform .fluxform_button:hover {
        background-color: #e91360; }
    .form-section .fluxform .fluxform_error {
      margin-top: 10px; }

/* contact form styles */
.main-form {
  margin: 0 -0.625rem;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* contact form styles */
  /* contact form styles */ }
  .main-form .form-col {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%; }
    @media (min-width: 768px) {
      .main-form .form-col {
        width: 50%; } }
    .main-form .form-col label {
      margin-bottom: 8px !important;
      display: block;
      font-weight: 600;
      cursor: pointer;
      line-height: 1.5; }
    .main-form .form-col .checkbox label {
      margin-bottom: 0 !important; }
    .main-form .form-col input {
      min-height: 46px;
      border-radius: 6px;
      border: 1px solid #d9d9d9; }
      .main-form .form-col input:focus {
        border-color: #14100e; }
    .main-form .form-col.area-col {
      width: 100%;
      margin-bottom: 35px; }
      .main-form .form-col.area-col textarea {
        min-height: 176px;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        width: 100%; }
        .main-form .form-col.area-col textarea:focus {
          border-color: #14100e; }
  .main-form .button-holder {
    width: 100%; }
    .main-form .button-holder .secondary-btn {
      min-width: 202px;
      min-width: 202px;
      padding: 17px 15px;
      letter-spacing: 0.03em;
      border-radius: 0.625rem; }
  .main-form .send-holder,
  .main-form .form-holder,
  .main-form .button-holder {
    padding: 0 10px;
    width: 100%; }

/* product item styles */
@media (min-width: 1200px) {
  .revision-main-section {
    padding-top: 71px;
    padding-bottom: 88px; } }

@media (min-width: 1200px) {
  .revision-main-section h1 {
    margin-bottom: 46px; } }

.revision-main-section .row-item {
  margin: 0 -4px; }
  .revision-main-section .row-item .item {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 270px;
    border: none;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.15), 1px 2px 4px rgba(0, 0, 0, 0.02);
            box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.15), 1px 2px 4px rgba(0, 0, 0, 0.02); }
  .revision-main-section .row-item .item-col {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .revision-main-section .row-item .item-col {
        width: 50%;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .revision-main-section .row-item .item-col {
        width: 25%;
        margin-bottom: 0; } }
    .revision-main-section .row-item .item-col .item-btn {
      margin-top: auto;
      background-color: #f3f3f3;
      padding: 18px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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; }
    .revision-main-section .row-item .item-col .image-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 157px;
      width: 100%;
      margin-bottom: 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.revision-main-section .text-holder {
  margin-bottom: 54px; }

/* product item styles */
.account-section {
  padding-top: 2.5rem; }
  .account-section > .container {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      .account-section > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .account-section .tab-caption {
    font-size: 21px;
    display: block;
    font-weight: 600;
    padding: 23px 20px;
    color: #fff; }

/* tab element styles */
.tab-nav {
  border-radius: 0.625rem;
  background: #dc2e62;
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .tab-nav {
      max-width: 271px;
      margin-bottom: 0; } }
  .tab-nav .tabset li .tab-link img {
    height: 1.25rem; }

/* tabs switcher styles */
@media (max-width: 767px) {
  .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.tabset li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  @media (max-width: 767px) {
    .tabset li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .tabset li:last-child {
    border-bottom: 0; }

.tabset a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: #fff;
  padding: 15px 21px;
  width: 100%;
  font-size: 13px; }
  .tabset a:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .tabset a span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 21px; }
  .tabset a.active {
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 500; }

/* tabs content holder styles */
@media (min-width: 768px) {
  .tab-holder {
    padding-left: 20px;
    width: calc(100% - 271px); } }

@media (min-width: 1024px) {
  .tab-holder {
    padding: 0px 0px 0 48px; } }

.tab-holder h1 {
  line-height: 1; }

.tab-holder .container {
  padding-left: 0;
  padding-right: 0; }

.tab-holder .tab-text {
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .tab-holder .tab-text {
      margin-bottom: 40px; } }

/* tab element styles */
.tab {
  overflow: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .tab .tab-text h1 {
    margin-bottom: 27px; }
  .tab .tab-text p {
    line-height: 1.89; }
  .tab .quantity {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px; }
  .tab:not(.active) {
    display: none; }

/* tab element styles */
.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px; }
  .overview-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 0 10px;
    width: 100%; }
    @media (min-width: 1024px) {
      .overview-list li {
        width: 50%; } }
    @media (min-width: 1200px) {
      .overview-list li {
        width: 33.33%; } }
    .overview-list li a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 0.625rem;
      border: 1px solid #d8d8d8;
      background-color: #ffffff;
      color: #000000;
      font-size: 0.875rem;
      font-weight: 500;
      padding: 25px 15px; }
      .overview-list li a:hover {
        background-color: #ececec; }
      .overview-list li a span {
        width: 23px;
        margin-right: 13px; }
      .overview-list li a img {
        height: 1.25rem; }

/* tab element styles */
.info-table {
  border: 1px solid rgba(126, 124, 123, 0.26);
  max-width: 464px;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .info-table {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .info-table {
      margin-bottom: 52px; } }
  .info-table .table-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .info-table .table-line:nth-child(2n) {
      background-color: transparent; }
  .info-table .table-cell {
    font-size: 13px;
    padding: 12px 15px 11px;
    width: 100%; }
    @media (min-width: 480px) {
      .info-table .table-cell {
        width: 50%; } }
    .info-table .table-cell a {
      color: #14100e; }
    .info-table .table-cell:first-child {
      color: #000;
      background-color: #f9f9f9;
      font-weight: 500;
      font-size: 0.8125rem; }
      @media (min-width: 480px) {
        .info-table .table-cell:first-child {
          border-right: 1px solid #e9e9e9; } }

.checkbox-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 518px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .checkbox-line h3 {
    width: 100%;
    font-size: 23px; }
    @media (min-width: 1200px) {
      .checkbox-line h3 {
        margin-bottom: 25px; } }
  .checkbox-line .checkbox-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 50%; }
  .checkbox-line label {
    padding-left: 10px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.0em;
    line-height: 1.6; }

.jcf-checkbox {
  border-radius: 3px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-color: #ccc;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .jcf-checkbox span {
    display: none; }
  .jcf-checkbox.jcf-checked {
    background-color: #dc2e62;
    border-color: #dc2e62; }
    .jcf-checkbox.jcf-checked span {
      display: none; }
    .jcf-checkbox.jcf-checked:after {
      color: #f6e4ea; }
  .jcf-checkbox:after {
    content: "\e907";
    font-family: 'icomoon' !important;
    color: transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 10px;
    top: 50%; }

.jcf-radio {
  border-radius: 50%;
  width: 20px;
  height: 16px;
  background-color: #f4f4f4;
  border-color: #d9d9d9;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .jcf-radio span {
    display: none; }
  .jcf-radio.jcf-checked {
    background-color: #dc2e62;
    border-color: #dc2e62; }
    .jcf-radio.jcf-checked span {
      display: none; }
    .jcf-radio.jcf-checked:after {
      color: #f6e4ea; }
  .jcf-radio:after {
    content: "\e907";
    font-family: 'icomoon' !important;
    color: transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 10px;
    top: 50%; }

/* tab element styles */
.table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dc2e62;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.035em;
  margin: -1px -1px 0 -1px;
  font-weight: 500; }

/* tab element styles */
.thead-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  padding: 13px !important;
  font-weight: 500;
  text-align: left; }

/* tab element styles */
.table-body {
  font-size: 13px; }

/* tab element styles */
.table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white; }
  .table-line:not(:last-child) {
    border-bottom: 1px solid #e9e9e9; }

/* tab element styles */
.body-cell {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  padding: 10px !important; }

.body-cell--actions > a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px; }
  .body-cell--actions > a + a {
    border-top: 1px solid #D9D9D9; }

/* tab element styles */
/* tab element styles */
.table-main {
  border: 1px solid rgba(126, 124, 123, 0.26);
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */ }
  .table-main .arrow-cell {
    position: relative; }
    .table-main .arrow-cell:after {
      content: "\e90b";
      font-family: 'icomoon' !important;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      -webkit-transform: scaleY(0.8);
              transform: scaleY(0.8);
      margin-left: 7px; }
  .table-main a {
    color: #14100e; }
    .table-main a.secondary-btn {
      color: #fff; }
  .table-main .off-link {
    color: #dc2e62; }
    .table-main .off-link:hover {
      color: #e77093; }
  .table-main .reorder-link {
    color: #dc2e62;
    position: relative; }
    .table-main .reorder-link:hover {
      color: #e77093; }
  .table-main tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .table-main th {
    font-weight: 500; }
  .table-main#stockItems, .table-main#orderItems, .table-main#withdrawalsItems {
    width: 100%; }
  .table-main .tablesorter-header {
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    /* background-image: url(images/black-unsorted.gif); */
    background-repeat: no-repeat;
    background-position: 100% 12px; }
  .table-main .tablesorter-headerAsc {
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    /* background-image: url(images/black-asc.gif); */ }
  .table-main .tablesorter-headerDesc {
    text-align: left;
    /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    /* background-image: url(images/black-desc.gif); */ }
  .table-main .tablesorter-noSort {
    background-image: none; }
  .table-main .tablesorter-header-inner {
    padding-right: 10px; }

/* tab element styles */
.tab4 .table-head .thead-cell {
  padding: 18px 10px 15px 13px; }

.tab4 .body-cell {
  padding: 13px 15px 14px; }

.tab4 .off-holder .table-head .thead-cell {
  padding: 18px 10px 15px 30px; }

.tab4 .off-holder .body-cell {
  padding: 18px 10px 15px 30px; }

.tab4 .reorder-holder .table-head .thead-cell {
  padding: 18px 10px 15px 30px; }

.tab4 .reorder-holder .body-cell {
  padding: 18px 10px 15px 30px; }

/* tab element styles */
.tab5 {
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */ }
  .tab5 .table-head {
    /* tab element styles */ }
    .tab5 .table-head .thead-cell {
      padding: 18px 10px 15px 10px; }
  .tab5 .body-cell {
    padding: 13px 10px 14px; }
  .tab5 .off-holder {
    /* tab element styles */
    /* tab element styles */ }
    .tab5 .off-holder .table-head {
      /* tab element styles */ }
      .tab5 .off-holder .table-head .thead-cell {
        padding: 16px 17px 16px 18px; }
    .tab5 .off-holder .body-cell {
      padding: 16px 17px 16px 18px; }
  .tab5 .reorder-holder {
    /* tab element styles */
    /* tab element styles */ }
    .tab5 .reorder-holder .table-head {
      /* tab element styles */ }
      .tab5 .reorder-holder .table-head .thead-cell {
        padding: 18px 10px 15px 30px; }
    .tab5 .reorder-holder .body-cell {
      padding: 15px 10px 12px 30px; }

/* tab element styles */
.download-link {
  color: #dc2e62;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .download-link:hover {
    color: #e77093; }

/* tab element styles */
.off-holder,
.reorder-holder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */
  /* tab element styles */ }
  .off-holder h3,
  .reorder-holder h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px; }
    .off-holder h3 span,
    .reorder-holder h3 span {
      font-weight: 400;
      letter-spacing: 0.0em; }
  .off-holder .link-holder,
  .reorder-holder .link-holder {
    margin-bottom: 43px; }
  .off-holder .table-line,
  .reorder-holder .table-line {
    border-bottom: 1px solid #e9e9e9; }
    .off-holder .table-line:hover,
    .reorder-holder .table-line:hover {
      border-color: transparent;
      border-bottom: 1px solid #e9e9e9; }
  .off-holder .off-link,
  .off-holder .reorder-link,
  .reorder-holder .off-link,
  .reorder-holder .reorder-link {
    color: #dc2e62;
    margin-left: 11px;
    position: relative;
    border-bottom: 1px solid #dc2e62;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    font-size: 14px; }
    .off-holder .off-link:hover,
    .off-holder .reorder-link:hover,
    .reorder-holder .off-link:hover,
    .reorder-holder .reorder-link:hover {
      color: #e77093;
      border-color: #e91360; }
    .off-holder .off-link:before,
    .off-holder .reorder-link:before,
    .reorder-holder .off-link:before,
    .reorder-holder .reorder-link:before {
      position: absolute;
      left: -19px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "\e909";
      font-family: 'icomoon' !important; }
  .off-holder .table-main,
  .reorder-holder .table-main {
    max-width: 819px; }
  .off-holder .body-cell,
  .reorder-holder .body-cell {
    padding: 19px 30px 18px; }
  .off-holder .input-cell,
  .reorder-holder .input-cell {
    padding: 19px 20px 19px 20px; }
  .off-holder .total-price,
  .reorder-holder .total-price {
    font-weight: 600;
    background-color: #e9e9e9;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .off-holder .total-price .total,
    .reorder-holder .total-price .total {
      padding-left: 12px; }
  .off-holder .button-holder,
  .reorder-holder .button-holder {
    /* tab element styles */ }
    .off-holder .button-holder .body-cell,
    .reorder-holder .button-holder .body-cell {
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .off-holder .button-holder .body-cell span,
      .reorder-holder .button-holder .body-cell span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        font-weight: 600; }

/* tab element styles */
.column-cell {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.jcf-number {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3; }
  .jcf-number .jcf-real-element {
    width: 63px;
    height: 31px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background-color: #f4f4f4;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    font-size: 13px; }
  .jcf-number .jcf-btn-dec {
    width: 23px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    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;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    margin-right: 9px; }
    .jcf-number .jcf-btn-dec:before {
      font-family: 'icomoon' !important;
      content: "\e90f";
      color: #14100e; }
    .jcf-number .jcf-btn-dec.jcf-disabled {
      opacity: .3; }
  .jcf-number .jcf-btn-inc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 23px;
    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;
    cursor: pointer;
    margin-left: 10px; }
    .jcf-number .jcf-btn-inc:before {
      color: #14100e;
      font-family: 'icomoon' !important;
      content: "\e90e"; }

/* tab element styles */
.tab-content {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%; }
  .tab-content .container {
    padding-right: 0;
    padding-left: 0; }

/* tab element styles */
.off-link-active {
  /* tab element styles */
  /* tab element styles */ }
  .off-link-active .off-holder {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible; }
  .off-link-active .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }

/* tab element styles */
.reorder-link-active {
  /* tab element styles */
  /* tab element styles */ }
  .reorder-link-active .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  .reorder-link-active .reorder-holder {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible; }

@media (min-width: 1200px) {
  .indent-box {
    padding: 103px 0 0; } }

@media (min-width: 1024px) {
  .form-decor .row-reverse .text-holder {
    margin-right: -132px;
    margin-left: 0;
    padding-top: 48px; } }

@media (min-width: 1024px) {
  .form-decor .row-reverse .image-holder {
    margin-top: -73px; } }

.quantity-result {
  margin-right: 3px; }

.main-section + .revision-main-section,
.main-section + script + .revision-main-section {
  margin-top: -50px;
  padding-top: 0; }
  @media (max-width: 1023px) {
    .main-section + .revision-main-section,
    .main-section + script + .revision-main-section {
      margin-top: -20px; } }

.cookie-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 69;
  padding: 10px;
  color: white;
  background-color: #dc2e62;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.25); }
  .cookie-popup .container {
    position: relative; }
  .cookie-popup .btn-close {
    position: absolute;
    top: -2px;
    right: 0;
    padding-top: 1px;
    width: 20px;
    border: 1px solid white;
    border-radius: 100%;
    color: #dc2e62;
    text-align: center;
    background-color: white;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out; }
    .cookie-popup .btn-close:hover, .cookie-popup .btn-close:active {
      border-color: #e91360;
      color: white;
      background-color: #e91360; }

.cookie-popup-inner {
  padding-right: 40px; }
  .cookie-popup-inner :last-child {
    margin-bottom: 0; }

.u-maxWidthNone {
  max-width: none; }

.account-address-wrapper {
  margin-top: -20px;
  margin-left: -20px;
  width: 100%;
  max-width: none; }
  @media (max-width: 1023px) {
    .account-address-wrapper {
      width: auto; } }

.account-address {
  padding-top: 20px;
  padding-left: 20px;
  width: 33.33333% !important; }
  @media (max-width: 1023px) {
    .account-address {
      width: 50% !important; } }
  @media (max-width: 479px) {
    .account-address {
      width: 100% !important; } }

.account-address-inner {
  position: relative;
  padding: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid #D9D9D9; }
  .account-address-inner .jcf-checkbox {
    margin-bottom: 10px; }

.account-address-checkbox {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto; }

.account-addres-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .account-addres-list > li + li {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #D9D9D9; }

.alert {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 0.625rem;
  border: 1px solid #D9D9D9;
  background-color: #F9F9F9;
  font-size: 0.8125rem;
  font-weight: 500; }
  .alert :last-child {
    margin-bottom: 0; }

.alert--error {
  color: #dc2e62;
  border-color: rgba(220, 46, 98, 0.2);
  background-color: rgba(220, 46, 98, 0.1); }

.alert--success {
  color: #42583B;
  border-color: #DEEFD6;
  background-color: #EEFAEB; }

.login-button {
  display: inline-block;
  margin-right: 0 !important; }
  .login-button > span {
    display: block; }

.login-dropdown-wrapper {
  position: relative; }
  .login-dropdown-wrapper:hover .login-dropdown {
    display: block; }

.login-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 5px;
  width: 100%;
  max-width: 250px;
  min-width: 250px;
  z-index: 100; }

.login-dropdown-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border: 1px solid #D9D9D9;
  border-radius: 0.625rem;
  background-color: white;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2); }

.login-dropdown-item + .login-dropdown-item {
  border-top: 1px solid #D9D9D9; }

.login-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #14100e;
  text-decoration: none; }
  .login-dropdown-link:active, .login-dropdown-link:focus, .login-dropdown-link:hover {
    color: #dc2e62;
    text-decoration: none; }

.login-dropdown-link--logout {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0; }

.login-dropdown-image {
  margin-right: 10px;
  max-width: 20px; }
  .login-dropdown-image > img {
    max-width: 100%; }

.n-login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-left: -100px; }
  @media (max-width: 767px) {
    .n-login-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.n-login-left,
.n-login-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 20px;
  padding-left: 100px;
  width: 50%; }
  @media (max-width: 767px) {
    .n-login-left,
    .n-login-right {
      width: 100%; } }

@media (min-width: 768px) {
  .n-login-left .form-login {
    padding-right: 40px;
    max-width: none; } }

.n-login-left .flux_login_form h2 {
  margin-bottom: 30px; }

.n-login-left .field.form-col .error {
  margin-top: 5px; }

.field--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .field--checkbox > span {
    margin-right: 10px; }

.fluxform .fluxform_numberfield,
.fluxform .fluxform_textfield,
.fluxform .fluxform_textareafield,
.fluxform .fluxform_urlfield,
.fluxform .fluxform_selectfield,
.fluxform .fluxform_checkboxfield,
.fluxform .fluxform_datefield,
.fluxform .fluxform_emailfield {
  display: block;
  width: 100%;
  min-height: 46px;
  border-radius: 6px;
  border: 1px solid #d9d9d9; }
  .fluxform .fluxform_numberfield:focus,
  .fluxform .fluxform_textfield:focus,
  .fluxform .fluxform_textareafield:focus,
  .fluxform .fluxform_urlfield:focus,
  .fluxform .fluxform_selectfield:focus,
  .fluxform .fluxform_checkboxfield:focus,
  .fluxform .fluxform_datefield:focus,
  .fluxform .fluxform_emailfield:focus {
    border-color: #14100e; }

.fluxform label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  color: #000; }

.fluxform_button_container .fluxform_button {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  min-width: 110px;
  border-radius: 0.625rem;
  background-color: #dc2e62;
  padding: 13px 5px 12px;
  line-height: 1;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  min-width: 203px;
  min-height: 47px;
  width: auto;
  float: none;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .fluxform_button_container .fluxform_button:hover {
    background-color: #e91360; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }

.pagination-item > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 0.625rem;
  background-color: #dc2e62;
  padding: 13px 15px 12px;
  line-height: 1;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .pagination-item > a:active, .pagination-item > a:focus, .pagination-item > a:hover {
    color: white;
    background-color: #e91360; }

.pagination-item--previous {
  margin-right: 2px; }

.pagination-item--next {
  margin-left: 2px; }

.tab-account-information .container {
  padding-right: 0;
  padding-left: 0; }

.tab-account-information .text-holder {
  margin-bottom: 0; }

.button-holder .body-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
  .button-holder .body-cell form,
  .button-holder .body-cell button {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 20px; }

/* Search Results */
.searchresults-item + .searchresults-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }

.searchresults-link {
  display: block; }
  .searchresults-link, .searchresults-link:hover, .searchresults-link:active, .searchresults-link:focus {
    color: #14100e;
    text-decoration: none; }
  .searchresults-link:hover .searchresults-fakeLink, .searchresults-link:active .searchresults-fakeLink, .searchresults-link:focus .searchresults-fakeLink {
    color: #14100e;
    text-decoration: underline; }

.searchresults-title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px; }

.searchresults-content {
  margin-bottom: 5px; }
  .searchresults-content :last-child {
    margin-bottom: 0; }

.searchresults-fakeLink {
  cursor: pointer;
  color: #dc2e62;
  text-decoration: underline; }
  .searchresults-fakeLink:hover, .searchresults-fakeLink:active, .searchresults-fakeLink:focus {
    color: #14100e;
    text-decoration: underline; }

.item-as-link:hover .link-arrow {
  color: #dc2e62; }

.item-as-link:hover .link-arrow:after {
  color: #dc2e62; }

.popup {
  visibility: hidden;
  position: relative;
  z-index: 10000; }

.popup.is-active {
  visibility: visible; }

.popup-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s 50ms;
  transition: opacity 0.25s 50ms; }

.popup.is-active > .popup-overlay {
  opacity: 1; }

.popup-close {
  position: absolute;
  top: -25px;
  right: 10px;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  color: white;
  font-size: 30px;
  line-height: 1;
  text-align: right;
  background: transparent;
  text-decoration: none; }
  .popup-close:focus, .popup-close:active, .popup-close:hover {
    outline: 0;
    color: white;
    background: transparent; }

.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0;
  padding: 10px;
  width: 100%;
  max-width: 720px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .popup-inner {
      top: 48px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.popup-body {
  position: relative;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25); }

.u-nbfc {
  overflow: hidden; }

.forgot-password label {
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  cursor: pointer; }

.forgot-password input {
  min-height: 46px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background-color: #eaeaea; }
  .forgot-password input:focus {
    border-color: #14100e; }
  .forgot-password input.error {
    border-color: #dc2e62; }

.forgot-password .formrow {
  margin-bottom: 20px; }

.forgot-password span.error {
  display: block;
  margin-top: 10px;
  color: #dc2e62;
  font-size: 12px; }

.forgot-password-title {
  margin-bottom: 30px; }

.n-data-table-cell--xs {
  width: 100px; }

.n-data-table-cell--sm {
  width: 150px; }

.n-data-table-cell--md {
  width: 200px; }

@media (max-width: 979px) {
  .table-holder {
    overflow-x: scroll; }
  .table-holder-wrapper {
    position: relative;
    overflow: hidden; }
    .table-holder-wrapper::after {
      content: '';
      position: absolute;
      top: 1px;
      bottom: 0px;
      right: 0;
      width: 0;
      background: #14100e;
      -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5); }
  .table-main {
    width: 850px; } }

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

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

.u-padding-n {
  padding: 0 !important; }

.u-margin-b-md {
  margin-bottom: 20px !important; }

.u-margin-b-lg {
  margin-bottom: 40px !important; }

.u-margin-t-md {
  margin-top: 20px !important; }

.u-margin-t-lg {
  margin-top: 40px !important; }

.n-data-table-box--purchase-order label {
  display: block;
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px; }

.n-data-table-box--purchase-order input {
  max-width: 200px; }

.n-data-table-box--location h3 {
  margin-bottom: 25px; }

.price-notice {
  margin-top: 2em; }

.Loading {
  position: relative;
  background: white;
  border: 1px solid rgba(126, 124, 123, 0.26);
  text-align: center;
  padding: 10px;
  border-top: 0; }

.Loading-icon,
.Loading-icon:before,
.Loading-icon:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.Loading-icon {
  color: #333;
  font-size: 5px;
  margin: 0 auto 30px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.Loading-icon:before,
.Loading-icon:after {
  content: '';
  position: absolute;
  top: 0; }

.Loading-icon:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.Loading-icon:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0; } }

.table-line--folder,
.table-subfolder {
  background-color: #e9e9e9; }

.table-subfolder {
  padding: 3px; }

.n-data-table-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 16px; }

.n-data-table-icon--folder {
  margin-right: 6px; }

.n-data-table-icon--angle {
  width: 12px; }
  .n-data-table-icon--angle.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.btn-holder-related .secondary-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px; }

/* utilities */
.u-fluid {
  width: 100%; }
  .u-fluid__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* footer styles */
.footer {
  color: #fff;
  padding: 40px 0 20px; }
  @media (min-width: 1200px) {
    .footer {
      padding: 60px 0 20px; } }
  .footer .subtitle {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0em;
    width: 100%;
    margin-bottom: 15px; }
  .footer .dash-list a:hover,
  .footer .main-list a:hover {
    color: #000000; }

.top-footer-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px; }
  @media (max-width: 800px) {
    .top-footer-line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.dash-list {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .dash-list {
      margin-bottom: 0; } }
  .dash-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px; }
    @media (min-width: 1024px) {
      .dash-list li {
        margin-bottom: 10px; } }
    .dash-list li:last-child {
      margin-bottom: 0; }
  .dash-list a {
    color: #969696; }
    .dash-list a:hover {
      color: #dc2e62; }

.top-col {
  padding: 0 5px;
  font-size: 14px;
  color: #969696; }
  .top-col:not(:last-child) {
    margin-right: 3.125rem; }
  .top-col--newsletter {
    padding: 0;
    max-width: 20rem;
    width: 100%;
    margin-left: auto; }
    .top-col--newsletter input {
      border-radius: 3px;
      padding: 8px 16px;
      margin-bottom: 0.625rem; }
  .top-col p {
    line-height: 1.75; }
    @media (min-width: 1024px) {
      .top-col p {
        margin-bottom: 19px; } }
  .top-col .button-holder {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 6px; }
    @media (min-width: 768px) {
      .top-col .button-holder {
        padding-bottom: 0;
        padding-top: 6px; } }
  .top-col .secondary-btn {
    font-size: 14px;
    min-width: 176px;
    padding: 11px; }
  @media (max-width: 800px) {
    .top-col--newsletter {
      margin-left: 0;
      max-width: 100%; }
      .top-col--newsletter input {
        max-width: 28.125rem; }
    .top-col:not(:last-child) {
      margin-right: 0;
      margin-bottom: 1.25rem; } }

.top-col--request {
  width: 35%; }

.top-col--contact {
  width: 25%; }

.footer-data-list {
  padding-top: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0; }
  .footer-data-list li:not(:last-child) {
    margin-bottom: 0.5rem; }
  .footer-data-list .phone {
    color: #969696;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-data-list .phone:hover {
      color: white; }
      .footer-data-list .phone:hover:before {
        color: white; }
  .footer-data-list .mail {
    color: #969696;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-data-list .mail:hover {
      color: white; }
      .footer-data-list .mail:hover:before {
        color: white; }

.image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .image-list {
      display: none; } }
  .image-list li {
    margin-right: 13px;
    max-width: 85px;
    min-height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1px; }
    .image-list li:last-child {
      margin-right: 0; }
    .image-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .bottom-line p {
    color: #969696;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 11px; }
  .bottom-line .social-col {
    margin-left: auto;
    max-width: 20rem;
    width: 100%; }
  .bottom-line .content-wrap {
    max-width: 453px;
    padding-right: 26px; }
  .bottom-line .btn-holder {
    width: 100%; }
  @media (max-width: 800px) {
    .bottom-line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .bottom-line .overs-col {
        margin-bottom: 1.25rem; }
      .bottom-line .social-col {
        max-width: 100%;
        margin-left: 0; } }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-list li:not(:last-child) {
    margin-right: 0.625rem; }
  .social-list a {
    width: 30px;
    height: 30px;
    color: #fff;
    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;
    background: #910f51;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    border-radius: 50%;
    overflow: hidden; }
    .social-list a:hover {
      background: #d61678; }

.copyright-holder {
  border-radius: 3px;
  color: #969696;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .copyright-holder {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .copyright-holder {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px; } }
  .copyright-holder .copyright-list {
    font-size: 13px;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .copyright-holder .copyright-list a {
      color: #969696; }
      .copyright-holder .copyright-list a:hover {
        color: #000000; }
    .copyright-holder .copyright-list li:not(:last-child) {
      margin-right: 0.625rem; }
  .copyright-holder .link-holder {
    letter-spacing: 0.039em; }
    .copyright-holder .link-holder span {
      margin-right: 0.25rem; }
    .copyright-holder .link-holder a {
      color: #000000;
      font-weight: 600; }
      .copyright-holder .link-holder a:hover {
        color: #5f5f5f; }

.footer-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-partners-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: block !important;
  max-width: 100px !important;
  height: auto !important;
  min-height: 0 !important; }
  .footer-partners-item:not(:last-child) {
    margin-right: 0.9375rem; }

.svg-icon {
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 14px 14px !important; }
  .svg-icon--facebook {
    background-image: url("../images/social/facebook.svg") !important; }
  .svg-icon--linkedin {
    background-image: url("../images/social/linkedin.svg") !important; }
  .svg-icon--instagram {
    background-image: url("../images/social/instagram.svg") !important; }

.c-procedure {
  max-width: 50rem;
  position: relative;
  margin: 6.25rem auto; }
  .c-procedure__intro {
    margin-bottom: 3.125rem; }
  .c-procedure__title {
    margin: 0 0 0.9375rem 0; }
  .c-procedure__text {
    margin: 0;
    line-height: 1.4; }
  .c-procedure__btn {
    margin-top: 1.25rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.9375rem 1.5625rem;
    background-color: #000;
    color: #FFF;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .c-procedure__btn:hover {
      background-color: #333; }
  .c-procedure__item--reverse .c-procedure__content {
    grid-column: 1/2;
    justify-self: end;
    border-left: 0;
    margin-right: -0.3125rem;
    margin-left: 0;
    border-left: 0;
    border-right: 0.625rem solid var(--border-color); }
  .c-procedure__item--reverse .c-procedure__step {
    grid-column: 2/3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -0.75rem;
    margin-right: 0; }
  .c-procedure__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto; }
  .c-procedure__step {
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -0.75rem; }
  .c-procedure__content {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 1.25rem 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-left: -0.3125rem;
    border-left: 0.625rem solid var(--border-color); }
  .c-procedure__img {
    z-index: 1;
    width: 7.75rem; }
  .c-procedure__description {
    margin-bottom: 0;
    line-height: 1.5; }
  @media (max-width: 768px) {
    .c-procedure__item--reverse .c-procedure__content {
      grid-column: 2/3;
      border-right: 0;
      border-left: 0.3125rem solid var(--border-color);
      margin-right: 0;
      margin-left: 0;
      justify-self: start; }
    .c-procedure__item--reverse .c-procedure__step {
      grid-column: 1/2;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      margin-left: 0;
      margin-right: -0.625rem; }
    .c-procedure__item {
      grid-template-columns: auto 1fr; }
    .c-procedure__img {
      z-index: 1;
      width: 5rem; }
    .c-procedure__content {
      border-left: 0.3125rem solid var(--border-color);
      margin-left: 0;
      padding: 0.9375rem 0 0.9375rem 1.5625rem; }
    .c-procedure__step {
      margin-right: -0.625rem; } }
  @media (max-width: 600px) {
    .c-procedure__btn {
      text-align: center;
      width: 100%; } }

.usp-small {
  margin: 6.25rem 0; }
  .usp-small__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem; }
  .usp-small__title {
    margin-bottom: 0rem;
    font-weight: 600;
    color: #000;
    font-size: 0.875rem; }
  .usp-small__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .usp-small__icon {
    height: 1.375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.75rem; }
  .usp-small__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 1000px) {
    .usp-small__item {
      -ms-flex-preferred-size: calc(50% - 2.5rem);
          flex-basis: calc(50% - 2.5rem);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 450px) {
    .usp-small__container {
      -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;
      gap: 1.875rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }

.cta {
  display: grid;
  grid-template-columns: 1.25rem minmax(3.75rem, 1fr) minmax(0, 35.5625rem) minmax(0, 35.5625rem) minmax(3.75rem, 1fr) 1.25rem;
  grid-template-rows: 3.125rem auto 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 88.75rem;
  margin: 6.25rem auto; }
  .cta--seperate {
    grid-template-columns: 1.25rem minmax(3.75rem, 1fr) minmax(0, 35.5625rem) minmax(0, 35.5625rem) minmax(3.75rem, 1fr) 1.25rem;
    grid-template-rows: auto; }
  .cta__background {
    grid-column: 2/6;
    grid-row: 2/3;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1; }
    .cta__background--seperate {
      grid-row: 1/2; }
  .cta__content {
    grid-column: 3/4;
    grid-row: 2/3;
    max-width: 20rem;
    padding: 5rem 0;
    margin-right: 2.5rem; }
    .cta__content--seperate {
      padding: 3.125rem 0;
      grid-row: 1/2; }
  .cta__img-container {
    grid-column: 4/5;
    grid-row: 1/4;
    height: 100%;
    width: 100%; }
  .cta__img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 100%;
    width: 100%; }
  .cta__title {
    margin: 0;
    color: #fff; }
  .cta__text {
    color: #ccc;
    margin-top: 0.625rem;
    margin-bottom: 0; }
  .cta__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.875rem;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.9375rem 1.5625rem;
    background-color: #fff;
    color: #000;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .cta__btn--m-0 {
      margin-top: 0; }
    .cta__btn--seperate {
      grid-column: 4/5;
      grid-row: 1/2;
      justify-self: end;
      align-self: center; }
    .cta__btn:hover {
      background-color: #ccc; }
  @media (max-width: 800px) {
    .cta {
      grid-template-columns: 1.25rem 1.25rem 1fr 1.25rem 1.25rem;
      grid-template-rows: auto auto 1.875rem; }
      .cta--seperate {
        grid-template-rows: auto auto; }
      .cta__background {
        grid-column: 3/4;
        grid-row: 1/4; }
        .cta__background--seperate {
          grid-row: 1/3; }
      .cta__content {
        grid-column: 3/4;
        grid-row: 1/2;
        margin: 0;
        width: 100%;
        padding: 3.125rem;
        max-width: 100%; }
        .cta__content--seperate {
          grid-column: 2/5;
          padding: 3.125rem 3.125rem 1.875rem 3.125rem; }
      .cta__img-container {
        grid-column: 2/5;
        grid-row: 2/3;
        position: relative;
        padding-top: calc((2/3) * 100%); }
      .cta__img {
        position: absolute;
        top: 0; }
      .cta__btn {
        width: 100%;
        text-align: center; }
        .cta__btn--seperate {
          width: 100%;
          padding: 0 3.125rem 1.875rem 3.125rem;
          grid-column: 2/5;
          grid-row: 2/3; }
      .cta__background--seperate {
        grid-column: 2/5; } }
  @media (max-width: 500px) {
    .cta__title {
      font-size: 1.25rem; }
    .cta__content {
      padding: 1.875rem; }
    .cta__btn--seperate {
      padding: 0 1.875rem 1.875rem 1.875rem; } }
  @media (max-width: 400px) {
    .cta__title {
      font-size: 1rem; } }

.c-producttypes {
  margin: 6.25rem auto; }
  .c-producttypes__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(12.5rem, 1fr));
    gap: 2.5rem; }
  .c-producttypes__intro {
    margin-bottom: 3.125rem; }
  .c-producttypes__intro-title {
    margin: 0 0 0.9375rem 0; }
  .c-producttypes__text {
    margin: 0;
    line-height: 1.4; }
  .c-producttypes__btn {
    margin-top: 1.25rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.9375rem 1.5625rem;
    background-color: #000;
    color: #FFF;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .c-producttypes__btn:hover {
      background-color: #333; }
  .c-producttypes__content {
    position: relative; }
  .c-producttypes__label {
    position: absolute;
    top: 0;
    right: 0;
    background: #F5DFE8;
    width: 1.875rem;
    height: 1.875rem;
    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;
    border-radius: 100%; }
  .c-producttypes__label-img {
    width: 0.9375rem;
    height: 0.9375rem; }
  .c-producttypes__img-container {
    position: relative;
    padding-top: 100%;
    margin-bottom: 1.125rem; }
  .c-producttypes__img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .c-producttypes__title {
    margin-bottom: 0.625rem; }
  .c-producttypes__amount-text {
    margin-top: 0.9375rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.625rem;
    padding: 0.5rem 0.625rem;
    font-weight: 500;
    text-transform: lowercase;
    border-radius: 0.3125rem;
    background: #ececec;
    color: #000; }
  .c-producttypes ul,
  .c-producttypes ol {
    padding: 0;
    margin: 0; }
    .c-producttypes ul li,
    .c-producttypes ol li {
      list-style: none; }
      .c-producttypes ul li::before,
      .c-producttypes ol li::before {
        content: url("../images/check.svg");
        margin-right: 0.5rem; }
      .c-producttypes ul li:not(:last-child),
      .c-producttypes ol li:not(:last-child) {
        margin-bottom: 0.1875rem; }
  @media (max-width: 750px) {
    .c-producttypes__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .c-producttypes__btn {
      text-align: center;
      width: 100%; } }
  @media (max-width: 480px) {
    .c-producttypes__container {
      grid-template-columns: 1fr; } }

.c-logos {
  margin: 6.25rem auto; }
  .c-logos__title {
    margin: 0; }
  .c-logos__container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(5.625rem, 1fr));
    grid-gap: 1.25rem; }
  .c-logos__item {
    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;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    border: 0.0625rem solid #ececec;
    padding-top: 100%;
    position: relative; }
  .c-logos__img {
    padding: 15%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .c-logos__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 1.875rem; }
  .c-logos__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.9375rem 1.5625rem;
    background-color: #000;
    color: #FFF;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .c-logos__btn:hover {
      background-color: #333; }
  @media (max-width: 800px) {
    .c-logos__container {
      grid-template-columns: repeat(auto-fill, minmax(3.75rem, 1fr));
      grid-gap: 0.9375rem; } }
  @media (max-width: 500px) {
    .c-logos__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .c-logos__btn {
      margin-top: 1.25rem;
      text-align: center;
      width: 100%; } }

.c-categories {
  margin: 2.5rem auto 6.25rem auto; }
  .c-categories__intro {
    margin-bottom: 2.5rem; }
  .c-categories__intro-title {
    margin: 0 0 0.9375rem 0; }
  .c-categories__intro-text {
    margin: 0;
    line-height: 1.4; }
  .c-categories__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(12.5rem, 1fr));
    gap: 2.5rem; }
  .c-categories__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .c-categories__label {
    position: absolute;
    top: 0;
    right: 0;
    background: #F5DFE8;
    width: 1.875rem;
    height: 1.875rem;
    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;
    border-radius: 100%; }
  .c-categories__label-img {
    width: 0.9375rem;
    height: 0.9375rem; }
  .c-categories__img-container {
    position: relative;
    padding-top: 60%;
    margin-bottom: 1.125rem; }
  .c-categories__img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .c-categories__title {
    margin-bottom: 0.625rem; }
  .c-categories__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.9375rem 1.5625rem;
    background-color: #000;
    color: #FFF;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center; }
    .c-categories__btn:hover {
      background-color: #333; }
  @media (max-width: 750px) {
    .c-categories__items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .c-categories__btn {
      text-align: center;
      width: 100%; } }
  @media (max-width: 480px) {
    .c-categories__items {
      grid-template-columns: 1fr; } }

.c-video {
  margin: 6.25rem auto; }
  .c-video--small {
    padding: 0 5rem; }
  .c-video--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem; }
  .c-video--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .c-video__video {
    width: 100%;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
  .c-video__content {
    margin-bottom: 2.5rem; }
    .c-video__content--top {
      max-width: 37.5rem; }
    .c-video__content--side {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%; }
  .c-video__title {
    margin: 0 0 0.9375rem 0; }
  .c-video__text {
    margin: 0;
    line-height: 1.4; }
  .c-video__btn {
    margin-top: 1.25rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.9375rem 1.5625rem;
    background-color: #000;
    color: #FFF;
    border-radius: 0.625rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .c-video__btn:hover {
      background-color: #333; }
  @media (max-width: 1000px) {
    .c-video {
      padding: 0 0.9375rem; } }
  @media (max-width: 600px) {
    .c-video__btn {
      text-align: center;
      width: 100%; } }

#debug {
  display: none; }

/*# sourceMappingURL=maps/main.css.map */
