@charset "UTF-8";
/*
Theme Name: Eurograf
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for Eurograf. Developed by FASTSITE.
Version: 1.0
Text Domain: eurograf

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
html {
  font-size: 16px;
}

body, p, h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

body, p {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif !important;
}

h1 {
  font-size: 3rem !important;
  font-weight: !important;
  font-family: "Montserrat", sans-serif !important;
}

h2 {
  font-size: 2.25rem !important;
  font-weight: !important;
  font-family: "Montserrat", sans-serif !important;
}

h3 {
  font-size: 1.75rem !important;
  font-weight: !important;
  font-family: "Montserrat", sans-serif !important;
}

h4 {
  font-size: 1.5rem !important;
  font-weight: !important;
  font-family: "Montserrat", sans-serif !important;
}

h5 {
  font-size: 1.25rem !important;
  font-weight: !important;
  font-family: "Montserrat", sans-serif !important;
}

h6 {
  font-size: 1.1rem !important;
  font-weight: !important;
  font-family: "Montserrat", sans-serif !important;
}

@media only screen and (max-width: 981px) {
  h1 {
    font-size: !important;
  }

  h2 {
    font-size: !important;
  }

  h3 {
    font-size: !important;
  }

  h4 {
    font-size: !important;
  }

  h5 {
    font-size: !important;
  }

  h6 {
    font-size: !important;
  }

  p {
    font-size: !important;
  }
}
/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  transition-property: height;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
/*
HEADER
*/
header#main-header {
  background: #ffffff;
  position: relative;
  z-index: 1000;
}
body.home header#main-header {
  position: relative;
  /*left: 0;
  right: 0;*/
}
header#main-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  header#main-header .container {
    flex-wrap: wrap;
  }
}
header#main-header .container .logo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: 100%;
}
header#main-header .container .logo-wrapper a {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
  margin: 0 !important;
  padding: 1rem 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  header#main-header .container .logo-wrapper a {
    padding: 0 !important;
    height: 5rem !important;
    width: auto;
    margin-left: 0 !important;
  }
}
header#main-header .container .logo-wrapper a img {
  height: 1.65rem !important;
  max-height: 100% !important;
  width: auto;
  margin: 0 !important;
  padding-right: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  header#main-header .container .logo-wrapper a img {
    margin-left: 0;
    height: 1.65rem !important;
    max-height: 100% !important;
  }
}
@media (max-width: 576px) {
  header#main-header .container .logo-wrapper a img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  header#main-header .container .logo-wrapper {
    width: 75%;
    align-items: flex-start;
    padding: 0.5rem;
    margin-left: 0;
  }
}
header#main-header .container .mobile-button-wrapper {
  display: flex;
  position: relative;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  header#main-header .container .mobile-button-wrapper {
    display: none;
  }
}
header#main-header .container .mobile-button-wrapper button.openmenu {
  -webkit-appearance: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 !important;
  border: none;
  background: transparent;
}
header#main-header .container .mobile-button-wrapper button.openmenu:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #000000;
  font-size: 1.25rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  height: 100%;
  text-rendering: auto;
  line-height: 1;
  transition: all 0.25s ease;
}
header#main-header .container .mobile-button-wrapper button.openmenu:not(.collapsed):before {
  content: "";
}
header#main-header .container .menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  header#main-header .container .menu-wrapper {
    display: none;
  }
}
header#main-header .container .menu-wrapper .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
header#main-header .container .menu-wrapper .nav li {
  padding: 0;
  margin-right: 1.5rem;
}
header#main-header .container .menu-wrapper .nav li:last-of-type {
  margin-right: 0;
}
header#main-header .container .menu-wrapper .nav li a {
  display: block;
  position: relative;
  font-size: 0.875rem !important;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}
header#main-header .mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  header#main-header .mobile-menu {
    display: none;
  }
}
header#main-header .mobile-menu ul#mobile-top-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  background-color: #ffffff;
}
header#main-header .mobile-menu ul#mobile-top-menu li {
  display: block;
  position: relative;
  width: 100%;
}
header#main-header .mobile-menu ul#mobile-top-menu li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  color: #000000;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  header#main-header .mobile-menu ul#mobile-top-menu li a {
    font-size: 1.25rem !important;
  }
}

/*
FOOTER
*/
footer#main-footer .row {
  padding: 2rem 0;
}
footer#main-footer p {
  font-size: 0.875rem;
}
footer#main-footer .col:nth-of-type(2) p {
  text-align: center;
}
footer#main-footer .col:nth-of-type(3) p {
  text-align: right;
}
@media (max-width: 992px) {
  footer#main-footer .col .text-component {
    padding: 0.5rem 0;
  }
  footer#main-footer .col .text-component p {
    text-align: center;
  }
}

/*
FORMS
*/
.component.form-component form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.component.form-component form .form-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.component.form-component form .form-row .form-col {
  display: flex;
  flex-direction: column;
}
.component.form-component form .form-row .form-col.form-col-full {
  width: 100%;
}
.component.form-component form .form-row .form-col label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}
.component.form-component form .form-row .form-col label.submit {
  display: block;
}
.component.form-component form .form-row .form-col label > span {
  width: 100%;
  display: block;
}
.component.form-component form .form-row .form-col label > span.labeltext {
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
.component.form-component form .form-row .form-col label > span.ajax-loader {
  width: 16px;
  height: 16px;
}
.component.form-component form .form-row .form-col label input[type=text],
.component.form-component form .form-row .form-col label input[type=email],
.component.form-component form .form-row .form-col label textarea {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1rem !important;
  color: black;
  border: none;
  background: #E6E6E6;
  max-width: 100% !important;
}
.component.form-component form .form-row .form-col label textarea {
  line-height: 1.5;
}
.component.form-component form .form-row .form-col label.zgodarodo {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.component.form-component form .form-row .form-col label.zgodarodo span.labeltext {
  width: 100% !important;
  display: block;
}
.component.form-component form .form-row .form-col label.zgodarodo > span.rodo {
  width: auto;
  margin-left: 0;
  margin-right: 1rem;
}
.component.form-component form .form-row .form-col label.zgodarodo > span.rodo span.wpcf7-list-item {
  margin: 0;
}
.component.form-component form .form-row .form-col label input[type=submit] {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  padding: 1rem 3rem;
  transition: all 0.3s !important;
  border: solid 1px #000000;
  color: #000000;
  text-decoration: none;
  position: relative;
  width: auto;
  height: auto;
}
.component.form-component form .form-row .form-col label input[type=submit]:hover {
  background: #000000;
  color: #ffffff;
  transition: all 0.3s !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: underline;
}

a.btn {
  font-size: 1rem !important;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  padding: 1rem 3rem;
  transition: all 0.3s !important;
}
a.btn.btn-black {
  border: solid 1px #000000;
  color: #000000;
  text-decoration: none;
  position: relative;
  width: auto;
  height: auto;
}
a.btn.btn-black:hover {
  background: #000000;
  color: #ffffff;
  transition: all 0.3s !important;
}

p {
  margin-bottom: 1rem;
}
p:last-of-type {
  margin-bottom: 0;
}

.component {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.component:last-of-type {
  margin-bottom: 0;
}
.component .component-inner {
  display: block;
  position: relative;
  width: 100%;
}
.component.image-component img {
  position: relative;
  width: 100% !important;
  height: auto;
}

section.regular-section {
  padding: 2rem 0;
}
section.regular-section .row {
  padding: 1rem 0;
}
section.split-section {
  padding: 0;
}
section.split-section .container-fluid {
  padding: 0;
  margin: 0 !important;
}
section.split-section .container-fluid .row {
  background: #fafafa;
  margin: 0;
  position: relative;
}
section.split-section .container-fluid .row:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: white;
}
section.split-section .container-fluid .row:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: white;
  z-index: 1;
}
section.split-section .col {
  background-position: center center;
  background-size: cover;
  z-index: 100;
}
@media (max-width: 767px) {
  section.split-section .col.col-bg {
    height: 15rem;
  }
}
section.split-section .col.col-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  section.split-section .col.col-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    max-width: calc(720px / 2);
  }
}
@media (min-width: 992px) {
  section.split-section .col.col-content {
    max-width: calc(960px / 2);
  }
}
@media (min-width: 1200px) {
  section.split-section .col.col-content {
    max-width: calc(1140px / 2);
  }
}
@media (min-width: 1440px) {
  section.split-section .col.col-content {
    max-width: calc(1440px / 2);
  }
}
section.split-section .col.col-content.col-left {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1rem;
}
section.split-section .col.col-content.col-left:before {
  content: "";
  display: block;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  bottom: 0;
}
section.split-section .col.col-content.col-left .component.text-component {
  padding-right: 2rem;
}
section.split-section .col.col-content.col-left .component.text-component h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
section.split-section .col.col-content.col-left .component.text-component h2:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 2rem solid transparent;
  border-top: 2rem solid transparent;
  border-right: 1.5rem solid #cccccc;
  position: absolute;
  right: -2rem;
}
section.split-section .col.col-content.col-left .component.button-component {
  padding-right: 2rem;
}
section.split-section .col.col-content.col-right {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 1rem;
}
section.split-section .col.col-content.col-right:before {
  content: "";
  display: block;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  bottom: 0;
}
section.split-section .col.col-content.col-right .component.text-component {
  padding-left: 2rem;
}
section.split-section .col.col-content.col-right .component.text-component h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
section.split-section .col.col-content.col-right .component.text-component h2:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 2rem solid transparent;
  border-top: 2rem solid transparent;
  border-left: 1.5rem solid #cccccc;
  position: absolute;
  left: -2rem;
}
section.split-section .col.col-content.col-right .component.button-component {
  padding-left: 2rem;
}
section.split-section .component.text-component h2 {
  font-weight: 500;
}

section.pagination-section {
  padding: 1rem 0;
}
section.pagination-section .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.pagination-section .swiper-pagination span.swiper-pagination-bullet {
  margin: 0 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
}
section.pagination-section .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3F9B82;
}

section#home-slider {
  width: 100%;
  aspect-ratio: 2.6;
}
section#home-slider .container-fluid {
  height: 100%;
}
section#home-slider .container-fluid .row {
  height: 100%;
}
section#home-slider .container-fluid .row > .col {
  padding: 0;
}
section#home-slider .swiper-container {
  width: 100%;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide {
  /* min-height: 60vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center center;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding: 10rem 0px;
  aspect-ratio: 2.75;
}

section#home-slider .swiper-container .swiper-wrapper .swiper-slide .container {
  margin-bottom: -10%;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide .text-component a.btn {
  text-decoration: none;
  background: black;
  color: white;
  border: 2px solid black;
  transition: all 250ms ease-in;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide .text-component a.btn:hover {
  border-color: white;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide .text-component h1 {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide .text-component h3 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide .text-component p {
  font-weight: 400;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
section#home-slider .swiper-container .swiper-wrapper .swiper-slide .text-component p.tag span {
  background: #3F9B82;
  padding: 0.25rem;
  color: white;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.component.icon-component .component-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.component.icon-component .component-inner .icon-wrapper {
  display: block;
  position: relative;
  width: 4rem;
  margin-right: 2rem;
}
.component.icon-component .component-inner .icon-wrapper img {
  display: block;
  position: relative;
  width: 100%;
}
.component.icon-component .component-inner .content-wrapper {
  display: block;
  position: relative;
  width: calc(100% - 4rem - 2rem);
}
.component.icon-component .component-inner .content-wrapper h4 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.component.icon-component .component-inner .content-wrapper p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .component.icon-component {
    padding: 1rem 0;
  }
}

section.page-header {
  padding: 8rem 0;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
section.page-header h1 {
  text-align: center;
  font-weight: 500;
}
section.page-header.header-white h1 {
  color: white;
}

.component.product-component {
  height: 100%;
  background: #fafafa;
}
.component.product-component .component-inner {
  padding-bottom: 1.5rem;
  height: 100%;
}
.component.product-component .component-inner img {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  max-height: 18rem;
  height: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.component.product-component .component-inner h5 {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
}
.component.product-component .component-inner p {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  white-space: pre-wrap;
}
.component.product-component .component-inner p:last-of-type {
  margin: 0;
}
.component.product-component .component-inner p a.btn.btn-black {
  padding: 0.5rem 1rem;
}

.row.contactform-row .col:nth-of-type(2) {
  background: #fafafa;
  padding: 3rem;
}
.row.contactform-row .col:nth-of-type(2) h4 {
  font-weight: 500;
}

.row.icons-row {
  background: #fafafa;
  padding: 3rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.row.aboutus-row .col:nth-of-type(2) {
  background: #fafafa;
  padding: 3rem;
}

.license-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.license-logo .component-inner {
  display: flex;
  justify-content: center;
}
.license-logo img {
  padding: 0.5rem 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
  max-width: 250px;
  -o-object-position: center;
     object-position: center;
}

body.page-id-62 .text-component p b {
  font-weight: bold;
}
body.page-id-62 .text-component ol {
  list-style: inside auto;
}
body.page-id-62 .text-component ol li {
  padding: 0.25rem 0;
}
/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */