@charset "UTF-8";
/*
 * Made by FASTSITE
 * https://fastsite.pl/
 * 2020
 */
/* 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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-12 {
    -ms-flex-order: 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: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
html {
  font-size: 14px;
}

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

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

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;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
/*
HEADER
*/
header#main-header {
  position: relative;
}
header#main-header .container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
}
@media only screen and (max-width: 769px) {
  header#main-header .container {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
header#main-header .container .logo-wrapper {
  position: relative;
  display: block;
  width: 20%;
  margin-right: 5%;
}
@media only screen and (max-width: 769px) {
  header#main-header .container .logo-wrapper {
    width: 45%;
    margin-right: auto;
    margin-left: 0;
  }
}
header#main-header .container .logo-wrapper a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
header#main-header .container .logo-wrapper a img {
  position: relative;
  display: block;
  max-width: 100%;
  height: 5rem;
}
header#main-header .container .menu-wrapper {
  position: relative;
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  header#main-header .container .menu-wrapper {
    display: none;
  }
}
header#main-header .container .menu-wrapper .main-nav {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
header#main-header .container .menu-wrapper .account-nav {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
header#main-header .container .menu-wrapper ul.nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header#main-header .container .menu-wrapper ul.nav li {
  position: relative;
  display: block;
  margin-right: 3rem;
}
@media only screen and (max-width: 1200px) {
  header#main-header .container .menu-wrapper ul.nav li {
    margin-right: 1rem;
  }
}
header#main-header .container .menu-wrapper ul.nav li:last-of-type {
  margin-right: 0;
}
header#main-header .container .menu-wrapper ul.nav li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
header#main-header .container .menu-wrapper ul.nav#account-menu li:last-of-type {
  margin-right: 0;
}
header#main-header .container .menu-wrapper ul.nav#account-menu li.register a {
  padding: 1rem 3rem;
  background: #E2EEFF;
}
header#main-header .mobile-button-wrapper {
  display: flex;
  position: relative;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem;
}
@media only screen and (max-width: 769px) {
  header#main-header .mobile-button-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  header#main-header .mobile-button-wrapper {
    display: none;
  }
}
header#main-header .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 .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 .mobile-button-wrapper button.openmenu:not(.collapsed):before {
  content: "";
}
header#main-header .mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  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;
}
@media only screen and (max-width: 769px) {
  header#main-header .mobile-menu ul#mobile-top-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    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.menu-item.panel a {
  background: #e2eeff;
  color: black;
}
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;
  }
}
header#main-header .mobile-menu ul#mobile-top-menu li:last-of-type a {
  background: #eeeeee;
  color: #ffffff;
}

/*
FOOTER
*/
footer#main-footer {
  background: #000000;
  padding: 3rem 0;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .row.lower-row {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 769px) {
  footer#main-footer .row.upper-row {
    padding: 1rem 0;
  }
}
footer#main-footer .component.image-component img {
  max-width: 100%;
  height: 5rem;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.image-component img {
    margin: auto;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.custom-component.contactinfo {
    padding: 1rem 0;
  }
}
footer#main-footer .component.custom-component.contactinfo .component-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer#main-footer .component.custom-component.contactinfo .component-inner > div {
  padding: 1rem 0;
}
footer#main-footer .component.custom-component.contactinfo .component-inner > div p {
  line-height: 1;
}
footer#main-footer .component.custom-component.contactinfo .component-inner > div p a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer#main-footer .component.custom-component.contactinfo .component-inner > div p a img {
  margin-right: 1rem;
  height: 2.5rem;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.text-component.contactdetails {
    padding: 1rem 0px;
  }
}
footer#main-footer .component.text-component.contactdetails .component-inner p {
  font-size: 0.875rem;
  text-align: left;
  color: #969696;
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.text-component.contactdetails .component-inner p {
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.custom-component.socialicons {
    padding: 1rem 0;
  }
}
footer#main-footer .component.custom-component.socialicons .component-inner p {
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.custom-component.socialicons .component-inner p {
    text-align: center;
  }
}
footer#main-footer .component.custom-component.socialicons .component-inner p a {
  display: inline-block;
  margin: 0;
  margin-left: 1rem;
}
footer#main-footer .component.custom-component.socialicons .component-inner p a:nth-of-type(1) {
  margin-left: 0;
}
footer#main-footer ul.nav#main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  footer#main-footer ul.nav#main-menu {
    flex-direction: column;
  }
}
footer#main-footer ul.nav#main-menu li {
  margin-right: 3rem;
}
@media only screen and (max-width: 769px) {
  footer#main-footer ul.nav#main-menu li {
    margin-right: unset;
    margin-bottom: 1rem;
  }
}
footer#main-footer ul.nav#main-menu li:last-of-type {
  margin-right: 0;
}
footer#main-footer ul.nav#main-menu li a {
  font-weight: 500;
  color: #969696;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.text-component.privacypolicy {
    padding: 1rem 0;
  }
}
footer#main-footer .component.text-component.privacypolicy p {
  text-align: center;
}
footer#main-footer .component.text-component.privacypolicy p a {
  text-decoration: none;
  color: #969696;
  font-weight: 500;
  margin-right: 1rem;
}
footer#main-footer .component.text-component.privacypolicy p a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.text-component.implementation {
    padding: 1rem 0;
  }
}
footer#main-footer .component.text-component.implementation p {
  text-align: right;
  font-weight: 500;
  color: white;
}
@media only screen and (max-width: 769px) {
  footer#main-footer .component.text-component.implementation p {
    text-align: center;
  }
}
footer#main-footer .component.text-component.implementation p a {
  color: #ECB361;
  text-decoration: none;
}

.login-page header#main-header,
.register-page header#main-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000000;
}
.login-page header#main-header .container .menu-wrapper,
.register-page header#main-header .container .menu-wrapper {
  width: calc(50% - 15% - 5%);
  padding-right: 2rem;
}
.login-page header#main-header .container .menu-wrapper .account-nav,
.register-page header#main-header .container .menu-wrapper .account-nav {
  display: none;
}
.login-page section#logowanie,
.login-page section#zalozkonto,
.register-page section#logowanie,
.register-page section#zalozkonto {
  padding: 0;
}
.login-page section#logowanie .row,
.login-page section#zalozkonto .row,
.register-page section#logowanie .row,
.register-page section#zalozkonto .row {
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.login-page section#logowanie .row .col.col-half-content,
.login-page section#zalozkonto .row .col.col-half-content,
.register-page section#logowanie .row .col.col-half-content,
.register-page section#zalozkonto .row .col.col-half-content {
  max-width: calc(1440px / 2);
  margin-left: auto;
  padding: 15vh 0;
  padding-top: calc(15vh + 10rem);
  padding-right: 2rem;
}
.login-page section#logowanie .row .col.col-half-image,
.login-page section#zalozkonto .row .col.col-half-image,
.register-page section#logowanie .row .col.col-half-image,
.register-page section#zalozkonto .row .col.col-half-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-page .component.custom-component.loginheader-component,
.register-page .component.custom-component.loginheader-component {
  margin-left: 3rem;
  margin-right: 3rem;
}
.login-page .component.custom-component.loginheader-component h3,
.register-page .component.custom-component.loginheader-component h3 {
  text-align: center;
  font-weight: 500;
}
.login-page .component.custom-component.loginheader-component .component-inner,
.register-page .component.custom-component.loginheader-component .component-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login-page .component.custom-component.loginheader-component .component-inner img,
.register-page .component.custom-component.loginheader-component .component-inner img {
  margin-right: 1rem;
  width: 5rem;
  height: 5rem;
}
.login-page .component.form-component,
.register-page .component.form-component {
  margin-left: 3rem;
  margin-right: 3rem;
}
.login-page .component.form-component form,
.register-page .component.form-component form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.login-page .component.form-component form .form-group,
.register-page .component.form-component form .form-group {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1rem;
}
.login-page .component.form-component form .form-group.legal-group label.checkbox-label,
.register-page .component.form-component form .form-group.legal-group label.checkbox-label {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}
.login-page .component.form-component form .form-group.legal-group label.checkbox-label input,
.register-page .component.form-component form .form-group.legal-group label.checkbox-label input {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: unset;
  padding: 0 !important;
  border: none;
  background: none;
}
.login-page .component.form-component form .form-group.legal-group label.checkbox-label input:after,
.register-page .component.form-component form .form-group.legal-group label.checkbox-label input:after {
  content: "";
  font-family: "iconmonstr-iconic-font";
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #808080;
}
.login-page .component.form-component form .form-group.legal-group label.checkbox-label input:checked:after,
.register-page .component.form-component form .form-group.legal-group label.checkbox-label input:checked:after {
  content: "";
  font-family: "iconmonstr-iconic-font";
  /* font-size: 1.5rem; */
  color: #ecb360;
}
.login-page .component.form-component form .form-group.legal-group label.checkbox-label p,
.register-page .component.form-component form .form-group.legal-group label.checkbox-label p {
  display: block;
  width: 100%;
  font-weight: 400;
}
.login-page .component.form-component form .form-group.legal-group label.checkbox-label p a,
.register-page .component.form-component form .form-group.legal-group label.checkbox-label p a {
  color: #ECB361;
}
.login-page .component.form-component form .form-group:last-of-type,
.register-page .component.form-component form .form-group:last-of-type {
  margin-bottom: 0;
}
.login-page .component.form-component form .form-group label,
.register-page .component.form-component form .form-group label {
  font-weight: 600;
  line-height: 2;
  width: 100%;
  display: block;
}
.login-page .component.form-component form .form-group input,
.register-page .component.form-component form .form-group input {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.login-page .component.form-component form .form-group select,
.register-page .component.form-component form .form-group select {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.login-page .component.form-component form .form-group p.form-error,
.register-page .component.form-component form .form-group p.form-error {
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #dd0000;
}
.login-page .component.form-component form .form-group.form-submit,
.register-page .component.form-component form .form-group.form-submit {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.login-page .component.form-component form .form-group.form-submit button,
.register-page .component.form-component form .form-group.form-submit button {
  margin: auto;
  margin-bottom: 1rem;
}
.login-page .component.form-component form .form-group.form-submit p.go-to-login,
.register-page .component.form-component form .form-group.form-submit p.go-to-login {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.login-page .component.form-component form .form-group.form-submit p.go-to-login a,
.register-page .component.form-component form .form-group.form-submit p.go-to-login a {
  border-bottom: solid 2px #BDD1EF;
  text-decoration: none;
  color: black;
  padding-bottom: 2px;
  position: relative;
}

.forgotpassword-page section,
.checkemail-page section,
.resetpassword-page section {
  padding: 10rem 0;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.forgotpassword-page section .component.custom-component.loginheader-component h3,
.checkemail-page section .component.custom-component.loginheader-component h3,
.resetpassword-page section .component.custom-component.loginheader-component h3 {
  text-align: center;
  font-weight: 500;
}
.forgotpassword-page section .component.custom-component.loginheader-component .component-inner,
.checkemail-page section .component.custom-component.loginheader-component .component-inner,
.resetpassword-page section .component.custom-component.loginheader-component .component-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.forgotpassword-page section .component.custom-component.loginheader-component .component-inner img,
.checkemail-page section .component.custom-component.loginheader-component .component-inner img,
.resetpassword-page section .component.custom-component.loginheader-component .component-inner img {
  margin-bottom: 1rem;
  width: 5rem;
  height: 5rem;
}
.forgotpassword-page section .component.form-component form,
.checkemail-page section .component.form-component form,
.resetpassword-page section .component.form-component form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.forgotpassword-page section .component.form-component form .form-group,
.checkemail-page section .component.form-component form .form-group,
.resetpassword-page section .component.form-component form .form-group {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1rem;
}
.forgotpassword-page section .component.form-component form .form-group:last-of-type,
.checkemail-page section .component.form-component form .form-group:last-of-type,
.resetpassword-page section .component.form-component form .form-group:last-of-type {
  margin-bottom: 0;
}
.forgotpassword-page section .component.form-component form .form-group label,
.checkemail-page section .component.form-component form .form-group label,
.resetpassword-page section .component.form-component form .form-group label {
  font-weight: 600;
  line-height: 2;
  width: 100%;
  display: block;
}
.forgotpassword-page section .component.form-component form .form-group input,
.checkemail-page section .component.form-component form .form-group input,
.resetpassword-page section .component.form-component form .form-group input {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.forgotpassword-page section .component.form-component form .form-group p.form-error,
.checkemail-page section .component.form-component form .form-group p.form-error,
.resetpassword-page section .component.form-component form .form-group p.form-error {
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #dd0000;
}
.forgotpassword-page section .component.form-component form .form-group.form-submit,
.checkemail-page section .component.form-component form .form-group.form-submit,
.resetpassword-page section .component.form-component form .form-group.form-submit {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.forgotpassword-page section .component.form-component form .form-group.form-submit button,
.checkemail-page section .component.form-component form .form-group.form-submit button,
.resetpassword-page section .component.form-component form .form-group.form-submit button {
  margin: auto;
  margin-bottom: 1rem;
}
.forgotpassword-page section .component.form-component form .form-group.form-submit p.go-to-login,
.checkemail-page section .component.form-component form .form-group.form-submit p.go-to-login,
.resetpassword-page section .component.form-component form .form-group.form-submit p.go-to-login {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.forgotpassword-page section .component.form-component form .form-group.form-submit p.go-to-login a,
.checkemail-page section .component.form-component form .form-group.form-submit p.go-to-login a,
.resetpassword-page section .component.form-component form .form-group.form-submit p.go-to-login a {
  border-bottom: solid 2px #BDD1EF;
  text-decoration: none;
  color: black;
  padding-bottom: 2px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .dashboard-main .row .col:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.dashboard-main .component.dashboard-component.terms-component .single-term, .dashboard-main .component.dashboard-component.participations-component .single-term {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  border: solid 2px #eeeeee;
  margin-bottom: 1rem;
}
.dashboard-main .component.dashboard-component.terms-component .single-term:last-of-type, .dashboard-main .component.dashboard-component.participations-component .single-term:last-of-type {
  margin-bottom: 0;
}
.dashboard-main .component.dashboard-component.terms-component .single-term > div, .dashboard-main .component.dashboard-component.participations-component .single-term > div {
  display: block;
  width: 100%;
  line-height: 1;
  border-bottom: solid 2px #f9f9f9;
  padding: 0.5rem;
}
.dashboard-main .component.dashboard-component.terms-component .single-term > div.TimeStart, .dashboard-main .component.dashboard-component.terms-component .single-term > div.Date, .dashboard-main .component.dashboard-component.participations-component .single-term > div.TimeStart, .dashboard-main .component.dashboard-component.participations-component .single-term > div.Date {
  display: block;
  width: 100%;
}
.dashboard-main .component.dashboard-component.terms-component .single-term > div.details, .dashboard-main .component.dashboard-component.terms-component .single-term > div.edit, .dashboard-main .component.dashboard-component.participations-component .single-term > div.details, .dashboard-main .component.dashboard-component.participations-component .single-term > div.edit {
  width: auto;
  border: none;
  margin-right: 1rem;
}
@media only screen and (max-width: 769px) {
  .dashboard-main .component.dashboard-component.terms-component .single-term > div.details, .dashboard-main .component.dashboard-component.terms-component .single-term > div.edit, .dashboard-main .component.dashboard-component.participations-component .single-term > div.details, .dashboard-main .component.dashboard-component.participations-component .single-term > div.edit {
    width: 100%;
    margin: 0;
  }
}
.dashboard-main .component.dashboard-component.terms-component .single-term > div.delete, .dashboard-main .component.dashboard-component.participations-component .single-term > div.delete {
  width: auto;
  border: none;
}
@media only screen and (max-width: 769px) {
  .dashboard-main .component.dashboard-component.terms-component .single-term > div.delete, .dashboard-main .component.dashboard-component.participations-component .single-term > div.delete {
    width: 100%;
    margin: 0;
  }
}
.dashboard-main .component.dashboard-component.terms-component .single-term > div a, .dashboard-main .component.dashboard-component.participations-component .single-term > div a {
  color: inherit;
}
@media only screen and (max-width: 769px) {
  .dashboard-main .component.dashboard-component.terms-component .single-term > div a,
.dashboard-main .component.dashboard-component.terms-component .single-term > div button, .dashboard-main .component.dashboard-component.participations-component .single-term > div a,
.dashboard-main .component.dashboard-component.participations-component .single-term > div button {
    width: 100%;
    text-align: center;
  }
}
.dashboard-main .component.dashboard-component.bio-info {
  background-size: cover;
  background-position: right bottom;
  background-color: white;
  border: solid 2px #eeeeee;
}
.dashboard-main .component.dashboard-component.bio-info .component-inner {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .dashboard-main .component.dashboard-component.bio-info .component-inner {
    flex-direction: column;
    padding: 1rem;
  }
}
.dashboard-main .component.dashboard-component.bio-info .component-inner .image-wrapper {
  width: 30% !important;
  margin-right: 2rem;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .dashboard-main .component.dashboard-component.bio-info .component-inner .image-wrapper {
    width: 50% !important;
  }
}
.dashboard-main .component.dashboard-component.bio-info .component-inner .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0;
}
.dashboard-main .component.dashboard-component.bio-info .component-inner .content-wrapper {
  width: calc(100% - 30% - 2rem);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .dashboard-main .component.dashboard-component.bio-info .component-inner .content-wrapper {
    width: 100%;
  }
}
.dashboard-main .component.dashboard-component.bio-info .component-inner .additional-wrapper {
  margin-bottom: 1rem;
  width: 100%;
}
.dashboard-main .component.dashboard-component.bio-info .component-inner .additional-wrapper h6 {
  font-weight: 500;
}
.dashboard-main .component.dashboard-component.bio-info .component-inner .button-wrapper {
  width: 100%;
}
.dashboard-main .component.text-component.dashboard-mainheader h2,
.dashboard-main .component.text-component.dashboard-mainheader h5 {
  text-align: center;
}
.dashboard-main .component.text-component.dashboard-mainheader h2 {
  font-weight: 500;
}
.dashboard-main .component.text-component.dashboard-subheader h3 {
  font-weight: 500;
}

.component.form-component.edit-profile form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.component.form-component.edit-profile form .form-group {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1rem;
}
.component.form-component.edit-profile form .form-group:last-of-type {
  margin-bottom: 0;
}
.component.form-component.edit-profile form .form-group label {
  font-weight: 600;
  line-height: 2;
  width: 100%;
  display: block;
}
.component.form-component.edit-profile form .form-group label.checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
}
.component.form-component.edit-profile form .form-group label.checkbox-label input {
  width: auto;
  margin-right: 1rem;
}
.component.form-component.edit-profile form .form-group.checkbox-group label.checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  width: calc(100% / 3);
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .component.form-component.edit-profile form .form-group.checkbox-group label.checkbox-label {
    width: 100%;
  }
}
.component.form-component.edit-profile form .form-group img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.component.form-component.edit-profile form .form-group input {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.component.form-component.edit-profile form .form-group select {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.component.form-component.edit-profile form .form-group p.form-error {
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #dd0000;
}
.component.form-component.edit-profile form .form-group.form-submit {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.component.form-component.edit-profile form .form-group.form-submit button {
  margin: auto;
  margin-bottom: 1rem;
}

.single-term-page .component.text-component.term-header .component-inner h2 {
  text-align: center;
  font-weight: 500;
}
.single-term-page .component.text-component.term-header .component-inner h5 {
  text-align: center;
}
.single-term-page .component.text-component.term-subheader .component-inner h4 {
  font-weight: 500;
}
.single-term-page .component.term-info {
  border: solid 2px #eeeeee;
}
.single-term-page .component.term-info .component-inner {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.single-term-page .component.term-info .component-inner > div {
  width: 100%;
  margin-bottom: 1rem;
}
.single-term-page .component.term-info .component-inner > div.edit {
  width: auto;
  margin-right: 2rem;
}
.single-term-page .component.term-info .component-inner > div.zoom {
  width: auto;
}
.single-term-page .component.term-info .component-inner > div > h5 {
  font-weight: 500;
}
.single-term-page .component.term-info .component-inner > div > h5 > span {
  display: block;
  font-weight: 500;
  color: #5E80B4;
}
.single-term-page .component.term-info .component-inner > div:last-of-type {
  margin-bottom: 0;
}
.single-term-page .component.student-info {
  background-size: cover;
  background-position: right bottom;
  background-color: white;
  border: solid 2px #eeeeee;
}
.single-term-page .component.student-info .component-inner {
  padding: 2rem;
}
.single-term-page .component.student-info .component-inner .bio-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
}
.single-term-page .component.student-info .component-inner .bio-wrapper h2 {
  font-weight: 500;
  color: #5E80B4;
}
.single-term-page .component.student-info .component-inner .bio-wrapper h6 {
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 500;
}
.single-term-page .component.student-info .component-inner .bio-wrapper p {
  font-size: 0.875rem;
  color: #3B5A89;
}
.single-term-page .component.student-info .component-inner .bio-wrapper .image-wrapper {
  width: 18rem;
  display: block;
  position: relative;
  margin-right: 2rem;
}
.single-term-page .component.student-info .component-inner .bio-wrapper .image-wrapper img {
  display: block;
  position: relative;
  max-width: 100%;
}
.single-term-page .component.student-info .component-inner .bio-wrapper .description-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.single-term-page .component.student-info .component-inner .tags-wrapper {
  display: flex;
  flex-direction: row;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .tags-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 1rem;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .tags-column:last-of-type {
  margin-right: 0;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  align-items: center;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag.orange {
  background-color: #FFEFD8;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag.blue {
  background-color: #E2EEFF;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag.red {
  background-color: #FFD8D8;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag .tagicon-wrapper {
  margin-right: 1rem;
  width: 3rem !important;
  display: block;
  position: relative;
  height: auto;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag .tagname-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag .tagname-wrapper p {
  font-size: 0.875rem;
  font-weight: 500;
}
.single-term-page .component.student-info .component-inner .tags-wrapper .single-tag .tagname-wrapper p span {
  display: block;
  line-height: 2;
}
.single-term-page .component.participants-info {
  border: solid 2px #eeeeee;
}
.single-term-page .component.participants-info .component-inner {
  padding: 2rem;
}

.component.text-component.add-term-header h2,
.component.text-component.edit-term-header h2 {
  text-align: center;
  font-weight: 500;
}
.component.text-component.add-term-header h5,
.component.text-component.edit-term-header h5 {
  text-align: center;
}

.component.form-component.add-term-form form,
.component.form-component.edit-term-form form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.component.form-component.add-term-form form .form-group,
.component.form-component.edit-term-form form .form-group {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1rem;
}
.component.form-component.add-term-form form .form-group:last-of-type,
.component.form-component.edit-term-form form .form-group:last-of-type {
  margin-bottom: 0;
}
.component.form-component.add-term-form form .form-group label,
.component.form-component.edit-term-form form .form-group label {
  font-weight: 600;
  line-height: 2;
  width: 100%;
  display: block;
}
.component.form-component.add-term-form form .form-group input,
.component.form-component.edit-term-form form .form-group input {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.component.form-component.add-term-form form .form-group select,
.component.form-component.edit-term-form form .form-group select {
  font-family: "Montserrat", sans-serif !important;
  padding: 1rem !important;
  display: block;
  position: relative;
  border: solid 2px #eeeeee;
  color: black;
  width: 100%;
}
.component.form-component.add-term-form form .form-group p.form-error,
.component.form-component.edit-term-form form .form-group p.form-error {
  text-align: center;
  width: 100%;
  font-weight: 500;
  color: #dd0000;
}
.component.form-component.add-term-form form .form-group.form-submit,
.component.form-component.edit-term-form form .form-group.form-submit {
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.component.form-component.add-term-form form .form-group.form-submit button,
.component.form-component.edit-term-form form .form-group.form-submit button {
  margin: auto;
  margin-bottom: 1rem;
}
.component.form-component.add-term-form form .form-group.form-submit p.go-to-login,
.component.form-component.edit-term-form form .form-group.form-submit p.go-to-login {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.component.form-component.add-term-form form .form-group.form-submit p.go-to-login a,
.component.form-component.edit-term-form form .form-group.form-submit p.go-to-login a {
  border-bottom: solid 2px #BDD1EF;
  text-decoration: none;
  color: black;
  padding-bottom: 2px;
  position: relative;
}

.component.dashboard-component.webinarslist-component {
  display: flex;
  flex-direction: column;
}
.component.dashboard-component.webinarslist-component .single-webinar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: solid 2px #eeeeee;
  margin-bottom: 1rem;
}
.component.dashboard-component.webinarslist-component .single-webinar:last-of-type {
  margin-bottom: 0;
}
.component.dashboard-component.webinarslist-component .single-webinar .title {
  width: 100%;
  padding: 0.5rem;
}
.component.dashboard-component.webinarslist-component .single-webinar .Date {
  width: 100%;
  padding: 0.5rem;
}
.component.dashboard-component.webinarslist-component .single-webinar .details,
.component.dashboard-component.webinarslist-component .single-webinar .delete {
  padding: 0.5rem;
}

.row.faq-row .text-component h2,
.row.faq-row .text-component h5 {
  font-weight: 500;
  text-align: center;
}

.faq-component.component .single-faq {
  display: block;
  width: 100%;
  position: relative;
  border: solid 2px #eeeeee;
  margin-bottom: 1rem;
}
.faq-component.component .single-faq:last-of-type {
  margin-bottom: 0;
}
.faq-component.component .single-faq .single-faq-inner {
  display: block;
  position: relative;
  padding: 2rem;
}
.faq-component.component .single-faq .single-faq-inner h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.faq-component.component .single-faq .single-faq-inner p {
  font-weight: 400;
}

.modal.delete-term-modal h4 {
  text-align: center;
}
.modal.delete-term-modal .modal-buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.modal.delete-term-modal .modal-buttons-wrapper button {
  margin: 0.5rem;
}

.nauczenipl-page section.regular-section.header-section {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 60vh;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page section.regular-section.header-section {
    background-size: 100% auto;
    min-height: unset;
    padding-bottom: 1rem;
  }
}
.nauczenipl-page section.regular-section.header-section .component.text-component.mainheader h2 {
  text-align: center;
  font-weight: 700;
  color: #5E80B4;
}
.nauczenipl-page section.regular-section.header-section .component.text-component.mainheader h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.nauczenipl-page section.regular-section.header-section .component.text-component.mainheader p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.nauczenipl-page section.regular-section.header-section .component.text-component.mainheader p:last-of-type {
  margin-bottom: 0;
}
.nauczenipl-page section.regular-section.header-section .component.text-component.mainheader p a {
  margin-right: 0.5rem;
}
.nauczenipl-page section.regular-section.header-section .component.text-component.mainheader p a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .row.page-header {
    padding-bottom: 1rem;
  }
}
.nauczenipl-page .row.page-header .col.col-xl-3.col-12 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more {
    background-image: none !important;
  }
}
.nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner {
    padding: unset;
  }
}
.nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner p {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner p {
    text-align: center;
    justify-content: center;
  }
}
.nauczenipl-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner p img {
  height: 1rem;
  margin-right: 0.5rem;
}
.nauczenipl-page .row.teachers-lead {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .row.teachers-lead {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .row.teachers-lead .col.col-xl-3.col-12 {
    display: none;
  }
}
.nauczenipl-page .row.teachers-lead .text-component.component h5 {
  text-align: center;
  font-weight: 600;
}
.nauczenipl-page .component.single-teacher {
  height: 100%;
}
.nauczenipl-page .component.single-teacher .component-inner {
  height: 100%;
  position: relative;
}
.nauczenipl-page .component.single-teacher .component-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  bottom: 0;
  border: solid 2px #E9E9E9;
  z-index: 0;
  background: white;
}
.nauczenipl-page .component.single-teacher .component-inner .image-wrapper {
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
.nauczenipl-page .component.single-teacher .component-inner .image-wrapper img {
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
  /* margin-left: 2rem; */
  /* margin-right: 2rem; */
  width: auto;
  height: auto;
}
.nauczenipl-page .component.single-teacher .component-inner .content-wrapper {
  padding: 2rem;
  z-index: 100;
  position: relative;
}
.nauczenipl-page .component.single-teacher .component-inner .content-wrapper h4 {
  text-align: center;
  color: #5E80B4;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.nauczenipl-page .component.single-teacher .component-inner .content-wrapper h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.nauczenipl-page .component.single-teacher .component-inner .content-wrapper p {
  text-align: center;
}
.nauczenipl-page .component.teachers-button-component {
  width: 100%;
  height: 100%;
}
.nauczenipl-page .component.teachers-button-component .component-inner {
  width: 100%;
  height: 100%;
}
.nauczenipl-page .component.teachers-button-component .component-inner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #ffffff;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 2px #EFF5FF;
  color: white;
  background-image: unset !important;
  background: #ECB361;
}
@media only screen and (max-width: 769px) {
  .nauczenipl-page .component.teachers-button-component .component-inner a {
    font-size: 1.5rem;
  }
}
.nauczenipl-page .row.subjects-lead {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 0;
}
.nauczenipl-page .row.subjects-lead .text-component.component h5 {
  text-align: center;
  font-weight: 600;
}
.nauczenipl-page .component.single-subject {
  height: 100%;
}
.nauczenipl-page .component.single-subject .component-inner {
  height: 100%;
  position: relative;
}
.nauczenipl-page .component.single-subject .component-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  bottom: 0;
  border: solid 2px #E9E9E9;
  z-index: 0;
  background: white;
}
.nauczenipl-page .component.single-subject .component-inner .image-wrapper {
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
.nauczenipl-page .component.single-subject .component-inner .image-wrapper img {
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
  /* margin-left: 2rem; */
  /* margin-right: 2rem; */
  width: auto;
  height: auto;
}
.nauczenipl-page .component.single-subject .component-inner .content-wrapper {
  padding: 2rem;
  z-index: 100;
  position: relative;
}
.nauczenipl-page .component.single-subject .component-inner .content-wrapper h4 {
  text-align: center;
  color: #5E80B4;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.nauczenipl-page .component.single-subject .component-inner .content-wrapper h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.nauczenipl-page .component.single-subject .component-inner .content-wrapper p {
  text-align: center;
}

/*
ELAB
*/
.elab-page section.regular-section.header-section {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .elab-page section.regular-section.header-section {
    background-image: none !important;
    background-size: 100% auto;
    min-height: unset;
    padding-bottom: 1rem;
  }
}
.elab-page section.regular-section.header-section .component.text-component.mainheader h2 {
  text-align: center;
  font-weight: 700;
  color: #5E80B4;
}
.elab-page section.regular-section.header-section .component.text-component.mainheader h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.elab-page section.regular-section.header-section .component.text-component.mainheader p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.elab-page section.regular-section.header-section .component.text-component.mainheader p:last-of-type {
  margin-bottom: 0;
}
.elab-page section.regular-section.header-section .component.text-component.mainheader p a {
  margin-right: 0.5rem;
}
.elab-page section.regular-section.header-section .component.text-component.mainheader p a:last-of-type {
  margin-right: 0;
}
.elab-page section.regular-section#studiawuk .row .col {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .elab-page section.regular-section#studiawuk .row .col:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.elab-page section.regular-section#studiawuk .row .col p {
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .elab-page .row.page-header {
    padding-bottom: 1rem;
  }
}
.elab-page .row.page-header .col.col-xl-3.col-12 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 769px) {
  .elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more {
    background-image: none !important;
  }
}
.elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 769px) {
  .elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner {
    padding: unset;
  }
}
.elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner p {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner p {
    text-align: center;
    justify-content: center;
  }
}
.elab-page .row.page-header .col.col-xl-3.col-12 .component.text-component.header-more .component-inner p img {
  height: 1rem;
  margin-right: 0.5rem;
}
.elab-page .component.text-component.section-header h3 {
  font-weight: 600;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.elab-page .component.text-component.section-header h3 img {
  display: inline-block;
  height: 1.5rem;
  margin-right: 1rem;
}
.elab-page .component.single-program {
  height: 100%;
}
.elab-page .component.single-program .component-inner {
  height: 100%;
  position: relative;
}
.elab-page .component.single-program .component-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  bottom: 0;
  border: solid 2px #E9E9E9;
  z-index: 0;
  background: white;
}
.elab-page .component.single-program .component-inner .image-wrapper {
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
.elab-page .component.single-program .component-inner .image-wrapper img {
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
  /* margin-left: 2rem; */
  /* margin-right: 2rem; */
  width: auto;
  height: auto;
}
.elab-page .component.single-program .component-inner .content-wrapper {
  padding: 2rem;
  z-index: 100;
  position: relative;
}
.elab-page .component.single-program .component-inner .content-wrapper h4 {
  text-align: center;
  color: #5E80B4;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.elab-page .component.single-program .component-inner .content-wrapper h5 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.elab-page .component.single-program .component-inner .content-wrapper p {
  text-align: center;
}

/*
WEBINARS
*/
.component.text-component.webinars-header h2 {
  text-align: center;
  font-weight: 500;
}
.component.text-component.webinars-header h5 {
  text-align: center;
}

.component.webinars-component > .component-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.component.webinars-component > .component-inner .no-results {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5rem 0;
}
.component.webinars-component > .component-inner .single-webinar {
  width: calc((100% - 9rem) / 4);
  margin-right: 3rem;
  margin-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
  background-color: white;
}
@media only screen and (max-width: 769px) {
  .component.webinars-component > .component-inner .single-webinar {
    width: 100%;
    margin-right: 0;
  }
}
.component.webinars-component > .component-inner .single-webinar:nth-of-type(4n) {
  margin-right: 0;
}
.component.webinars-component > .component-inner .single-webinar .image-wrapper {
  display: block;
  position: relative;
  max-width: 100%;
  margin-bottom: 2rem;
  z-index: 1;
}
.component.webinars-component > .component-inner .single-webinar .image-wrapper img {
  display: block;
  position: relative;
  max-width: 100%;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper h4.webinar-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #5E80B4;
  font-weight: 500;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper .date-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #FFEFD8;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper .date-wrapper img {
  margin-right: 1rem;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper .date-wrapper p {
  font-weight: 500;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper .speaker-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper .speaker-wrapper img {
  margin-right: 1rem;
}
.component.webinars-component > .component-inner .single-webinar .content-wrapper .speaker-wrapper p {
  font-weight: 500;
}
.component.webinars-component > .component-inner .single-webinar .button-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 5rem;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 2px #eeeeee;
  transition: all 0.3s;
}
.component.webinars-component > .component-inner .single-webinar .button-wrapper a {
  opacity: 0;
  transition: all 0.3s;
}
.component.webinars-component > .component-inner .single-webinar:hover .button-wrapper {
  background: rgba(236, 179, 97, 0.5);
  border: solid 2px #ECB361;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.component.webinars-component > .component-inner .single-webinar:hover .button-wrapper a {
  opacity: 1;
  transition: all 0.3s;
}

.component.webinar-embed {
  border: solid 2px #eeeeee;
}
.component.webinar-embed .component-inner iframe {
  display: block;
  position: relative;
  max-width: 100%;
}

.component.webinar-info {
  background-color: #ffffff;
  border: solid 2px #eeeeee;
}
.component.webinar-info .component-inner {
  padding: 3rem;
}
.component.webinar-info .component-inner .webinar-maindescription {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.component.webinar-info .component-inner .webinar-maindescription .content-wrapper {
  width: calc(100% - 35% - 2rem);
}
.component.webinar-info .component-inner .webinar-maindescription .content-wrapper h4 {
  color: #5E80B4;
  font-weight: 500;
}
.component.webinar-info .component-inner .webinar-maindescription .content-wrapper h6 {
  color: #969696;
}
.component.webinar-info .component-inner .webinar-maindescription .image-wrapper {
  width: 35%;
  margin-right: 2rem;
  margin-left: 0;
}
.component.webinar-info .component-inner .webinar-maindescription .image-wrapper img {
  display: block;
  position: relative;
  max-width: 100%;
  margin: auto;
}
.component.webinar-info .component-inner .webinar-details {
  display: flex;
  flex-direction: column;
}
.component.webinar-info .component-inner .webinar-details .date-wrapper {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  background: #E2EEFF;
  align-items: center;
  margin-bottom: 1rem;
}
.component.webinar-info .component-inner .webinar-details .date-wrapper img {
  height: 3rem;
  margin-right: 1rem;
}
.component.webinar-info .component-inner .webinar-details .date-wrapper p {
  width: 100%;
  font-weight: 500;
}
.component.webinar-info .component-inner .webinar-details .description-wrapper {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  background: #FFEFD8;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.component.webinar-info .component-inner .webinar-details .description-wrapper img {
  height: 3rem;
  margin-right: 1rem;
}
.component.webinar-info .component-inner .webinar-details .description-wrapper p {
  width: 100%;
}
.component.webinar-info .component-inner .webinar-details .seats-wrapper {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  background: #FFD8D8;
  align-items: center;
}
.component.webinar-info .component-inner .webinar-details .seats-wrapper img {
  height: 3rem;
  margin-right: 1rem;
}
.component.webinar-info .component-inner .webinar-details .seats-wrapper p {
  width: 100%;
}

.single-webinar-page section.regular-section {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.component.form-component.filter-webinars .component-inner form {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background: #F6F6F6;
}
.component.form-component.filter-webinars .component-inner form .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 2rem;
}
.component.form-component.filter-webinars .component-inner form .form-group:last-of-type {
  margin-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: calc(0.875rem + 0.5rem);
}
.component.form-component.filter-webinars .component-inner form .form-group:last-of-type p {
  display: block;
  width: 100%;
  margin-right: 2rem;
}
.component.form-component.filter-webinars .component-inner form .form-group:last-of-type p a {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  color: #808080;
  text-decoration: none;
}
.component.form-component.filter-webinars .component-inner form .form-group label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.component.form-component.filter-webinars .component-inner form .form-group input {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  padding: 1rem;
  width: 100%;
  border: solid 2px #E2E2E2;
  background: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  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;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
html {
  scroll-behavior: smooth;
}

p {
  padding-bottom: 0.5rem;
}
p:last-of-type {
  padding-bottom: 0;
}

.row {
  padding: 2rem 0;
}

section.regular-section {
  padding: 3rem 0;
}
@media only screen and (max-width: 769px) {
  section.regular-section .col:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

section#start {
  background-position: center;
  background-size: auto 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
section#start h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  section#start h1 {
    font-size: 2rem !important;
  }
}
section#start .component.text-component.jaktodziala p {
  text-align: center;
  position: relative;
}
section#start .component.text-component.jaktodziala p img {
  margin-right: 1rem;
}
section#start .component.text-component.jaktodziala p a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  position: relative;
}
section#start .component.text-component.jaktodziala p a:after {
  content: "";
  display: block;
  height: 2px;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
}

a.button,
button.button {
  font-family: "Montserrat", sans-serif !important;
  display: inline-block;
  position: relative;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  line-height: 1rem;
  border: none;
  font-weight: 500;
  text-decoration: none;
  background: #eeeeee;
  color: #000000;
}
a.button.big-button,
button.button.big-button {
  font-size: 1.5rem;
  line-height: 1;
}
a.button.primary-button,
button.button.primary-button {
  background: #ECB361;
  color: #ffffff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, background 0.3s;
}
a.button.primary-button:hover,
button.button.primary-button:hover {
  background: #fabe69;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, background 0.3s;
}
a.button.secondary-button,
button.button.secondary-button {
  background: #E2EEFF;
  color: #000000;
  transition: background 0.3s;
}
a.button.secondary-button:hover,
button.button.secondary-button:hover {
  background: #cce1ff;
  transition: background 0.3s;
}
a.button.third-button,
button.button.third-button {
  background: #ffcccc;
  color: #000000;
  transition: background 0.3s;
}
a.button.third-button:hover,
button.button.third-button:hover {
  background: #ffb3b3;
  transition: background 0.3s;
}

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

.component.form-component.startsearch .component-inner {
  max-width: 20rem;
  margin: auto;
}
.component.form-component.startsearch form {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: auto;
}
.component.form-component.startsearch form button.button {
  width: 100%;
  text-align: center;
}
.component.form-component.startsearch form select {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  padding: 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
  border: solid 2px #E2E2E2;
  background: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  -webkit-appearance: none;
  line-height: 1.5;
}
.component.form-component.startsearch form select option {
  font-family: "Montserrat", sans-serif !important;
  background: white;
  padding: 0.5rem 1rem;
  display: block;
  position: relative;
}

section#dziedziny {
  padding: 0;
}
section#dziedziny .container-fluid {
  padding: 0;
}
section#dziedziny .container-fluid .row {
  padding: 0;
  margin: 0;
}
section#dziedziny .container-fluid .row .col.col-xl-12 {
  padding: 0;
}

@media only screen and (max-width: 769px) {
  .component.custom-component.branches.nomargin {
    border-top: solid 2px #E2E2E2;
  }
}
.component.custom-component.branches .component-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .component.custom-component.branches .component-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.component.custom-component.branches .component-inner .single-branch {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .component.custom-component.branches .component-inner .single-branch {
    width: 50%;
  }
}
.component.custom-component.branches .component-inner .single-branch a {
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  display: flex;
  padding: 2rem 1rem !important;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-top: solid 2px;
  border-top-color: #E2E2E2;
  border-bottom: solid 2px #E2E2E2;
  z-index: 100;
  position: relative;
  transition: border-top-color 0.2s;
}
@media only screen and (max-width: 769px) {
  .component.custom-component.branches .component-inner .single-branch a {
    border-top: none;
  }
}
.component.custom-component.branches .component-inner .single-branch a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FFEFD8, #E3C394);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}
.component.custom-component.branches .component-inner .single-branch a:hover {
  border-top-color: #ECB361;
  transition: border-top-color 0.2s;
}
.component.custom-component.branches .component-inner .single-branch a:hover:before {
  opacity: 1;
  transition: opacity 0.2s;
}

section#jaktodziala {
  background-position: center center;
  background-size: cover;
  background-color: #F4F9FF;
  padding: 4rem 0;
}
section#jaktodziala .text-component.section-header h2 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem !important;
}
@media only screen and (max-width: 769px) {
  section#jaktodziala .text-component.section-header h2 {
    font-size: 2rem !important;
  }
}
section#jaktodziala .text-component.probono h3 {
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 769px) {
  section#jaktodziala .text-component.probono h3 {
    font-size: 1.25rem !important;
  }
}

.component.icon-component {
  height: 100%;
  padding: 3rem;
}
.component.icon-component .component-inner .icon-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}
.component.icon-component .component-inner .icon-wrapper img {
  margin: auto;
  display: block;
  height: 8rem;
}
.component.icon-component .component-inner .content-wrapper h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.component.icon-component .component-inner .content-wrapper p {
  text-align: center;
  color: #5A5A5A;
  font-weight: 500;
}
.component.icon-component.whitebg {
  background: #ffffff;
}
.component.icon-component.whitebg:before {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background-image: url("../../../assets/svg/pogadamy-ico-blob-blue.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  position: absolute;
  left: -1.5rem;
  top: 3rem;
}
@media only screen and (max-width: 769px) {
  .component.icon-component.whitebg:before {
    left: calc(50% - 1.5rem);
    top: -1.5rem;
    transform: rotate(90deg);
  }
}
.component.icon-component.whitebg:after {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background-image: url("../../../assets/svg/pogadamy-ico-blob-orange.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  position: absolute;
  right: -1.5rem;
  top: 3rem;
}
@media only screen and (max-width: 769px) {
  .component.icon-component.whitebg:after {
    left: calc(50% - 1.5rem);
    top: -1.5rem;
    transform: rotate(90deg);
  }
}

/*
Speakers page
*/
section#studenci {
  background-size: 100% auto;
  background-position: top;
}

.component.form-component.filter {
  padding: 1rem;
  background: #F6F6F6;
}
.component.form-component.filter .component-inner form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .component.form-component.filter .component-inner form {
    flex-direction: column;
  }
}
.component.form-component.filter .component-inner form .form-group {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
@media only screen and (max-width: 769px) {
  .component.form-component.filter .component-inner form .form-group {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.component.form-component.filter .component-inner form .form-group:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 769px) {
  .component.form-component.filter .component-inner form .form-group:last-of-type {
    display: flex;
    flex-direction: column;
  }
}
.component.form-component.filter .component-inner form .form-group:last-of-type p {
  display: block;
  width: auto;
  white-space: nowrap;
  margin-right: 2rem;
}
@media only screen and (max-width: 769px) {
  .component.form-component.filter .component-inner form .form-group:last-of-type p {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.component.form-component.filter .component-inner form .form-group:last-of-type p a {
  color: #808080;
  text-decoration: unset;
  font-weight: 500;
}
.component.form-component.filter .component-inner form .form-group div.ui.search.dropdown {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  border: solid 2px #E2E2E2;
  height: 100%;
  border-radius: 0px;
  color: black !important;
  position: relative;
  box-shadow: none;
}
.component.form-component.filter .component-inner form .form-group div.ui.search.dropdown i.dropdown.icon {
  height: 100%;
  width: 3rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component.form-component.filter .component-inner form .form-group div.ui.search.dropdown input.search {
  height: 100%;
  width: 100%;
}
.component.form-component.filter .component-inner form .form-group div.ui.search.dropdown .menu {
  border: solid 2px #eeeeee;
  box-shadow: none;
  border-radius: 0px;
}
.component.form-component.filter .component-inner form select {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  padding: 1rem;
  width: 100%;
  border: solid 2px #E2E2E2;
  background: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
.component.form-component.filter .component-inner form button {
  width: 100%;
}

.component.speakers-component .component-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.component.speakers-component .component-inner .no-results {
  display: block;
  width: 100%;
  padding: 8rem 0;
  text-align: center;
}
.component.speakers-component .component-inner .no-results h3 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.component.speakers-component .component-inner .no-results h5 {
  margin-bottom: 0.5rem;
}
.component.speakers-component .component-inner .no-results p a {
  color: inherit;
}
.component.speakers-component .speaker-single {
  display: flex;
  position: relative;
  flex-direction: column;
  width: calc((100% - 9rem) / 4);
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 769px) {
  .component.speakers-component .speaker-single {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
}
.component.speakers-component .speaker-single:nth-of-type(4n) {
  margin-right: 0;
}
.component.speakers-component .speaker-single .speaker-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2rem;
  margin-top: 6rem;
  padding-top: 9rem;
  border: solid 2px #E9E9E9;
  background: #ffffff;
  transition: border 0.3s;
}
.component.speakers-component .speaker-single .speaker-inner:hover {
  border-color: #ECB361;
  transition: border 0.3s;
}
.component.speakers-component .speaker-single .speaker-inner:hover .button-wrapper {
  opacity: 1;
  transition: all 0.3s;
}
.component.speakers-component .speaker-single .speaker-inner:hover .image-wrapper {
  filter: blur(4px);
  transition: filter 0.3s;
}
.component.speakers-component .speaker-single .speaker-inner .image-wrapper {
  background: #e0e0e0;
  width: 14rem;
  height: 14rem;
  position: absolute;
  top: -6rem;
  left: calc((100% / 2) - 7rem);
  border: solid 1rem #ffffff;
  border-radius: 100rem;
  display: block;
  transition: filter 0.3s;
}
.component.speakers-component .speaker-single .speaker-inner .image-wrapper img {
  position: relative;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100rem;
}
.component.speakers-component .speaker-single .speaker-inner .content-wrapper {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.component.speakers-component .speaker-single .speaker-inner .content-wrapper h4.speaker-name {
  color: #5E80B4;
  text-align: center;
  font-weight: 500;
}
.component.speakers-component .speaker-single .speaker-inner .content-wrapper p.speaker-status {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.component.speakers-component .speaker-single .speaker-inner .content-wrapper p.speaker-shortdesc {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #8C8C8C;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  align-items: center;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag.orange {
  background-color: #FFEFD8;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag.blue {
  background-color: #E2EEFF;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag.red {
  background-color: #FFD8D8;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag .tagicon-wrapper {
  margin-right: 1rem;
  width: 3rem !important;
  display: block;
  position: relative;
  height: auto;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag .tagname-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag .tagname-wrapper p {
  font-size: 0.875rem;
  font-weight: 500;
}
.component.speakers-component .speaker-single .speaker-inner .single-tag .tagname-wrapper p span {
  display: block;
  line-height: 1.5;
}
.component.speakers-component .speaker-single .speaker-inner .tags-wrapper {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  /*.speaker-tag {
      display: flex;
      position: relative;
      flex-direction: row;
      width: 100%;
      margin-bottom: 0.5rem;
      padding: 0.5rem;
      align-items: center;

      &.main{
          &.fields {
              background: #FFEAEA;
          }

          &.branches {
              background: #F2F2F2;
          }

          &.university {
              background: #FFEFD8;
          }
      }

      &.additional{
          &.other-fields {
              background: transparent;
              padding-top: 0;
              padding-bottom: 0;
          }
      }

      .tag-icon {
          margin-right: 1rem;
          width: 3rem !important;
          display: block;
          position: relative;
          height: auto;

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

      .tag-content {
          display: block;
          position: relative;
          width: 100%;

          p{
              font-size: 0.875rem;
              font-weight: 500;
              span {
                  display: block;
              }
          }
      }
  }*/
}
.component.speakers-component .speaker-single .speaker-inner .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(236, 179, 96, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: all 0.3s;
}
.component.speakers-component .speaker-single .speaker-inner .button-wrapper a {
  width: 100%;
  text-align: center;
}

/*
Single speaker page
*/
section.single-speaker {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.component.bigbutton-component {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.component.bigbutton-component .component-inner a.bigbutton-anchor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border: solid 2px #EEEEEE;
  text-decoration: none;
  color: inherit;
}
.component.bigbutton-component .component-inner a.bigbutton-anchor .icon-wrapper {
  margin-right: 2rem;
  display: block;
  position: relative;
  width: auto;
}
.component.bigbutton-component .component-inner a.bigbutton-anchor .icon-wrapper img {
  height: 4rem;
  display: block;
  position: relative;
}
.component.bigbutton-component .component-inner a.bigbutton-anchor .text-wrapper {
  display: block;
  position: relative;
}
.component.bigbutton-component .component-inner a.bigbutton-anchor .text-wrapper p {
  text-decoration: none;
  font-weight: 500;
}

.component.speakerterms-component .component-inner .header-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  align-items: center;
  margin-bottom: 2rem;
}
.component.speakerterms-component .component-inner .header-wrapper h3 {
  font-weight: 500;
}
.component.speakerterms-component .component-inner .header-wrapper img {
  margin-right: 2rem;
}
.component.speakerterms-component .component-inner .termslist-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.component.speakerterms-component .component-inner .termslist-wrapper .single-term {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: solid 2px #E9E9E9;
  padding: 1rem;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .component.speakerterms-component .component-inner .termslist-wrapper .single-term {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.component.speakerterms-component .component-inner .termslist-wrapper .single-term:before {
  content: "";
  display: block;
  left: -2px;
  width: 4px;
  bottom: -2px;
  top: -2px;
  background: #ECB361;
  position: absolute;
}
.component.speakerterms-component .component-inner .termslist-wrapper .single-term div.term-date {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .component.speakerterms-component .component-inner .termslist-wrapper .single-term div.term-date {
    margin: unset;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.component.speakerterms-component .component-inner .termslist-wrapper .single-term div.term-date h5 {
  font-weight: 500;
}
.component.speakerterms-component .component-inner .termslist-wrapper .single-term div.term-date span.time {
  color: #5E80B4;
}
.component.speakerterms-component .component-inner .termslist-wrapper .single-term div.term-button {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .component.speakerterms-component .component-inner .termslist-wrapper .single-term div.term-button {
    margin: unset;
    width: 100%;
  }
}

.component.speakerinfo-component {
  background-size: cover;
  background-position: right bottom;
  background-color: white;
  border: solid 2px #eeeeee;
}
.component.speakerinfo-component .component-inner {
  padding: 2rem;
}
.component.speakerinfo-component .component-inner .bio-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .component.speakerinfo-component .component-inner .bio-wrapper {
    flex-direction: column;
  }
}
.component.speakerinfo-component .component-inner .bio-wrapper h2 {
  font-weight: 500;
  color: #5E80B4;
}
.component.speakerinfo-component .component-inner .bio-wrapper h6 {
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 500;
}
.component.speakerinfo-component .component-inner .bio-wrapper p {
  font-size: 0.875rem;
  color: #3B5A89;
}
.component.speakerinfo-component .component-inner .bio-wrapper .image-wrapper {
  width: 18rem;
  display: block;
  position: relative;
  margin-right: 2rem;
}
@media only screen and (max-width: 1200px) {
  .component.speakerinfo-component .component-inner .bio-wrapper .image-wrapper {
    width: 50% !important;
    margin-bottom: 2rem;
    margin-right: unset;
  }
}
.component.speakerinfo-component .component-inner .bio-wrapper .image-wrapper img {
  display: block;
  position: relative;
  max-width: 100%;
}
.component.speakerinfo-component .component-inner .bio-wrapper .description-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.component.speakerinfo-component .component-inner .tags-wrapper {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1200px) {
  .component.speakerinfo-component .component-inner .tags-wrapper {
    flex-direction: column;
  }
}
.component.speakerinfo-component .component-inner .tags-wrapper .tags-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .component.speakerinfo-component .component-inner .tags-wrapper .tags-column {
    margin-right: unset;
  }
}
.component.speakerinfo-component .component-inner .tags-wrapper .tags-column:last-of-type {
  margin-right: 0;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  align-items: center;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag.orange {
  background-color: #FFEFD8;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag.blue {
  background-color: #E2EEFF;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag.red {
  background-color: #FFD8D8;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag .tagicon-wrapper {
  margin-right: 1rem;
  width: 3rem !important;
  display: block;
  position: relative;
  height: auto;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag .tagname-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag .tagname-wrapper p {
  font-size: 0.875rem;
  font-weight: 500;
}
.component.speakerinfo-component .component-inner .tags-wrapper .single-tag .tagname-wrapper p span {
  display: block;
  line-height: 2;
}

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