@charset "UTF-8";
/*
 Theme Name:   ideative theme - child
 Description:  idvetmp child
 Author:       ideative
 Author URI:   https://ideative.pl
 Template:     idvetmp
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  idvetmp-child
*/
/* 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; }

* {
  line-height: 1;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 1em;
  text-decoration: none;
  list-style: none; }

/* 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; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face {
  font-family: 'Basier';
  src: url("../eot/basiercircle-regular-webfont.eot");
  src: url("../woff/basiercircle-regular-webfont.woff") format("woff"), url("../ttf/basiercircle-regular-webfont.ttf") format("truetype"), url("../woff2/basiercircle-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Basier';
  src: url("../ttf/basiercircle-semibold-webfont.ttf");
  src: url("../eot/basiercircle-semibold-webfontd41d.eot#iefix") format("embedded-opentype"), url("../woff2/basiercircle-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Basier';
  src: url("../eot/basiercircle-bold-webfont.eot");
  src: url("../woff/basiercircle-bold-webfont.woff") format("woff"), url("../ttf/basiercircle-bold-webfont.ttf") format("truetype"), url("../woff2/basiercircle-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'RoslindaleCondensed';
  src: url("../woff2/roslindale-displaycondensedmedium.woff2") format("woff2"), url("../woff/roslindale-displaycondensedmedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'RoslindaleCondensed';
  src: url("../woff2/roslindale-displaycondensedsemibold.woff2") format("woff2"), url("../woff/roslindale-displaycondensedsemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'RoslindaleNarrow';
  src: url("../woff2/roslindale-displaynarrowsemibold.woff2") format("woff2"), url("../woff/roslindale-displaynarrowsemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'RoslindaleNarrow';
  src: url("../woff2/roslindale-displaynarrowbold.woff2") format("woff2"), url("../woff/roslindale-displaynarrowbold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
body {
  font-family: "Basier", sans-serif;
  color: #4d5761;
  overflow-x: hidden;
  overflow-y: hidden; }
  body:not(h1, h2, h3, h4, h5, h6) {
    letter-spacing: -0.018em; }
  @media all and (max-width: 990px) {
    body:not(.home) {
      padding-top: 85px !important; } }
  @media all and (max-width: 990px) {
    body {
      padding-top: 80px; } }

form input[type=text], form textarea {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  outline: none;
  box-shadow: none !important; }

.overflow-hidden {
  overflow: hidden; }
  .overflow-hidden body {
    overflow: hidden; }

html {
  overflow-x: hidden; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  color: #000000;
  font-family: "RoslindaleCondensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em; }

.strong * {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  text-align: left; }
  @media all and (max-width: 576px) {
    .strong * {
      line-height: 24px;
      font-size: 18px; } }

p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -1.8%; }
  p.small-p {
    font-size: 16px !important;
    line-height: 20px;
    color: #606a73; }
    p.small-p.white {
      color: #fff; }
  @media all and (max-width: 991px) {
    p {
      font-size: 18px;
      line-height: 24px; }
      p.small-p {
        font-size: 14px;
        line-height: 18px; } }
  @media all and (max-width: 576px) {
    p {
      font-size: 16px;
      line-height: 20px; } }

.error {
  color: #C6002F;
  margin-bottom: 20px; }

h1 {
  font-size: 56px;
  line-height: 60px; }
  @media all and (max-width: 991px) {
    h1 {
      font-size: 48px;
      line-height: 52px; } }
  @media all and (max-width: 576px) {
    h1 {
      font-size: 40px;
      line-height: 45px; } }

h2 {
  font-size: 40px;
  line-height: 42px; }
  @media all and (max-width: 991px) {
    h2 {
      font-size: 34px;
      line-height: 36px; } }
  @media all and (max-width: 576px) {
    h2 {
      font-size: 30px;
      line-height: 32px; } }
  h2.small-heading {
    font-size: 36px;
    line-height: 38px; }
    @media all and (max-width: 991px) {
      h2.small-heading {
        font-size: 32px;
        line-height: 34px; } }
    @media all and (max-width: 576px) {
      h2.small-heading {
        font-size: 30px;
        line-height: 32px; } }

h3 {
  font-size: 24px;
  line-height: 28.8px; }
  h3.big {
    font-size: 32px;
    line-height: 40px; }
    @media all and (max-width: 576px) {
      h3.big {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.01em; } }
  @media all and (max-width: 991px) {
    h3 {
      font-size: 22px;
      line-height: 26px; } }
  @media all and (max-width: 576px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }

h4, .h4, h6, .h6 {
  font-family: "RoslindaleNarrow", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700; }

h4, .h4 {
  font-size: 20px;
  line-height: 24px; }
  h4.small-heading, .h4.small-heading {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: left; }

.privacy-links .small-heading {
  font-size: 36px;
  line-height: 38px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: 19px;
  display: block; }

@media all and (max-width: 991px) {
  section {
    padding: 0 20px; } }

.pink {
  color: #F997AF; }

.red {
  color: #C6002F; }

.white {
  color: #fff; }

.link {
  font-weight: 700;
  color: #C6002F;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  transition: .5s ease; }
  .link::after {
    content: "";
    top: calc(100% + 5px);
    left: 100%;
    right: 100%;
    background-color: #C6002F;
    height: 2px;
    position: absolute;
    display: block;
    transition: .5s ease; }
  .link:hover {
    opacity: 0.8; }
    .link:hover::after {
      left: 0;
      right: 0; }
  .link.link-browse {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 14px;
    top: -5px; }
    .link.link-browse:after {
      background: none; }
  .link--noanim:after {
    background: none; }

@media all and (max-width: 768px) {
  .md-none {
    display: none !important; } }

@media all and (min-width: 768px) {
  .md-active {
    display: none !important; } }
@media all and (max-width: 768px) {
  .md-active {
    display: block !important; } }

.infoBox {
  padding: 15px 30px;
  border-radius: 2px;
  letter-spacing: -0.018em;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }
  .infoBox__success {
    color: #fff;
    background: #459D90; }
  .infoBox__error {
    color: #fff;
    background: #fff;
    border: 1px solid #C6002F;
    color: #C6002F; }

.btn {
  padding: 9px 20px;
  border-radius: 3px;
  border-width: 1px;
  transition: .3s ease;
  border-style: solid;
  font-family: "Basier", sans-serif; }
  .btn.long {
    width: 100%;
    text-align: center; }

.primary {
  border-color: #C6002F;
  background-color: transparent;
  color: #000000;
  font-weight: 600; }
  .primary:hover {
    background-color: #C6002F;
    color: #fff; }
  .primary.full {
    background-color: #C6002F; }
    .primary.full:hover {
      background-color: #a70028; }

.secondary {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
  font-weight: 600; }
  .secondary:hover {
    background-color: #C6002F; }

.donate {
  border: none;
  border-width: 0;
  background-color: rgba(198, 0, 47, 0.5);
  color: #fff;
  font-weight: 600; }
  .donate:hover {
    background-color: #C6002F;
    color: #fff; }
  .donate--right {
    margin-top: 20px; }

.dual-button {
  display: flex;
  flex-wrap: wrap; }
  .dual-button button {
    width: calc(50% - 10px);
    min-width: 120px; }
    .dual-button button:first-of-type {
      margin-right: 10px; }
    .dual-button button:last-of-type {
      margin-left: 10px; }

input, textarea {
  padding: 10px;
  line-height: 18px;
  font-size: 14px;
  font-family: "Basier", sans-serif;
  border: 1px solid #989DA7;
  border-radius: 3px;
  transition: .3s ease;
  color: #000000; }
  input:focus, input:hover, textarea:focus, textarea:hover {
    border-color: #000000; }

.icon-btn {
  min-width: 72px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #989da7;
  background-color: #fff;
  transition: .3s ease-in; }
  .icon-btn svg {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .icon-btn svg path {
      transition: .3s ease-in; }
  .icon-btn svg path {
    fill: #fff; }
  .icon-btn:not(.email) svg path {
    fill: #000; }
  .icon-btn:hover {
    background-color: #C6002F;
    border-color: #C6002F; }
    .icon-btn:hover svg path {
      fill: #fff; }

.payment {
  display: flex;
  width: 100%;
  max-width: 650px;
  justify-content: space-between; }
  .payment li .btn {
    min-width: 100px;
    text-align: center;
    background-color: #000 !important;
    padding: 10.5px 20px;
    border-radius: 3px;
    border: 1px solid #000;
    font-weight: 600;
    color: #fff !important;
    display: inline-block;
    transition: .3s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px; }
    .payment li .btn:hover {
      border-color: #C6002F !important;
      background-color: #C6002F !important; }
  .payment li.method .btn {
    min-width: 150px; }
  @media all and (max-width: 650px) {
    .payment {
      display: block; }
      .payment li {
        margin-right: 0;
        margin-bottom: 20px; }
        .payment li .btn {
          width: 100%; }
        .payment li:last-child {
          margin-bottom: 0; } }

.load-more-arts, .btn-box-l {
  font-size: 14px !important; }

body .single-post .category, body .tags-menu .category, body .intro .category {
  color: #fff !important;
  padding: 4px;
  background-color: #C6002F;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  text-transform: uppercase;
  transform: scale(1);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 12.25px;
  text-align: center; }
  @media all and (max-width: 567px) {
    body .single-post .category, body .tags-menu .category, body .intro .category {
      width: max-content;
      display: block; } }
  body .single-post .category.center, body .tags-menu .category.center, body .intro .category.center {
    margin: 0 auto; }
    @media all and (max-width: 576px) {
      body .single-post .category.center, body .tags-menu .category.center, body .intro .category.center {
        margin-left: 0; } }

@media all and (max-width: 576px) {
  .single-post .category {
    width: auto !important; } }

@media all and (max-width: 567px) {
  .article-header .category {
    display: inline-block !important; } }

.mobile-promo-post .category {
  width: auto !important; }

.info {
  font-size: 12px;
  line-height: 14.75px;
  text-transform: uppercase; }
  .info *:not(.desc) {
    font-weight: 700; }
  .info .author {
    letter-spacing: -0.02em;
    color: #C6002F; }
    .info .author * {
      color: #C6002F; }
  .info .date {
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 14px;
    margin: 0; }
    @media all and (max-width: 576px) {
      .info .date {
        font-weight: 400 !important;
        font-size: 10px;
        line-height: 14px; } }
    .info .date::after, .info .date::before {
      content: "•";
      display: inline;
      position: relative;
      top: -0.5px;
      margin-left: 7px;
      margin-right: 7px; }
  .info .desc {
    font-weight: 400; }

.wrapper {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto; }

.small-wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto; }

.separator {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background-color: #000; }
  .separator.light {
    background-color: #EBECED; }
  .separator.short {
    margin: 40px auto 32px;
    max-width: 120px; }
  .separator.gray {
    background-color: #2E2E32; }

.flex {
  display: flex; }
  .flex.flex-sb {
    justify-content: space-between; }

sup {
  font-size: 75%;
  vertical-align: revert;
  color: #C6002F;
  margin-left: 2px;
  display: inline-block;
  margin-right: 5px;
  line-height: 0;
  font-weight: 600; }

.social-media .flex li a svg {
  transition: .3s ease;
  transform: scale(1); }
  .social-media .flex li a svg path {
    fill: #000;
    transition: .3s ease; }
.social-media .flex li a:hover svg {
  transform: scale(1.3); }
  .social-media .flex li a:hover svg path {
    fill: #C6002F; }

.ham-border {
  padding: 10px 7.4px;
  border: 1px solid #C6002F;
  border-radius: 3px;
  margin-right: 40px;
  cursor: pointer;
  background-color: #fff;
  transition: .3s ease; }
  .ham-border #hamburger {
    width: 20px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .ham-border #hamburger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 50%;
      background: #000000;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .ham-border #hamburger span:nth-child(even) {
        left: 50%;
        border-radius: 0; }
      .ham-border #hamburger span:nth-child(odd) {
        left: 0px;
        border-radius: 0px; }
      .ham-border #hamburger span:nth-child(1), .ham-border #hamburger span:nth-child(2) {
        top: 0px; }
      .ham-border #hamburger span:nth-child(3), .ham-border #hamburger span:nth-child(4) {
        top: 6px; }
      .ham-border #hamburger span:nth-child(5), .ham-border #hamburger span:nth-child(6) {
        top: 12px; }
    .ham-border #hamburger.open span:nth-child(1), .ham-border #hamburger.open span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .ham-border #hamburger.open span:nth-child(2), .ham-border #hamburger.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ham-border #hamburger.open span:nth-child(1) {
      left: calc(5px / 3);
      top: calc(7px / 3); }
    .ham-border #hamburger.open span:nth-child(2) {
      left: calc(50% - 5px/3);
      top: calc(7px / 3); }
    .ham-border #hamburger.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .ham-border #hamburger.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .ham-border #hamburger.open span:nth-child(5) {
      left: calc(5px / 3);
      top: calc(29px / 3); }
    .ham-border #hamburger.open span:nth-child(6) {
      left: calc(50% - 5px/3);
      top: calc(29px / 3); }
  .ham-border:hover {
    background-color: #C6002F; }
    .ham-border:hover #hamburger span {
      background-color: #fff; }

#top-header {
  transition: all 0.5s !important;
  top: 0; }
  #top-header.hide {
    top: -100%; }

header .navigation {
  width: 100%;
  padding: 20px;
  height: calc(100% - 80px);
  background-color: #fff;
  position: fixed;
  top: 80px;
  left: -100%;
  overflow-y: auto;
  transition: .3s ease;
  z-index: 999; }
  @media all and (max-width: 991px) {
    header .navigation {
      top: 63px;
      height: calc(100% - 63px); } }
  header .navigation.open {
    left: 0; }
  header .navigation .menu-top-category-menu-container {
    margin-bottom: 40px;
    width: 100%; }
    header .navigation .menu-top-category-menu-container > ul > li {
      width: calc(100% - 20px);
      margin: 0 auto; }
      header .navigation .menu-top-category-menu-container > ul > li a {
        text-align: center; }
      header .navigation .menu-top-category-menu-container > ul > li .active {
        text-align: left; }
      header .navigation .menu-top-category-menu-container > ul > li .sub-menu {
        transition: .3s ease;
        padding-top: 20px; }
        header .navigation .menu-top-category-menu-container > ul > li .sub-menu li {
          margin-bottom: 20px; }
          header .navigation .menu-top-category-menu-container > ul > li .sub-menu li a {
            color: #C6002F;
            font-family: "Basier", sans-serif;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: -0.015em; }
          header .navigation .menu-top-category-menu-container > ul > li .sub-menu li.promo-category a {
            font-weight: 600; }
      header .navigation .menu-top-category-menu-container > ul > li > a {
        width: 100%;
        display: block;
        padding: 20px 0;
        color: #000000;
        font-family: "RoslindaleNarrow", sans-serif;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.01em;
        font-weight: 600;
        border-bottom: 1px solid #ebeced; }
  header .navigation .separator {
    display: block !important; }
  header .navigation .menu li {
    margin-bottom: 30px; }
    header .navigation .menu li a {
      transition: .3s; }
    header .navigation .menu li .link {
      font-family: "Basier", sans-serif; }
  header .navigation ul li {
    margin-bottom: 20px; }
    header .navigation ul li.last-child {
      margin-bottom: 0; }
  header .navigation .flex-sb li a svg {
    transform: scale(1);
    transition: .3s ease; }
    header .navigation .flex-sb li a svg path {
      transition: .3s ease; }
  header .navigation .flex-sb li a:hover svg {
    transform: scale(1.1); }
    header .navigation .flex-sb li a:hover svg path {
      fill: #C6002F; }
  @media all and (min-width: 992px) {
    header .navigation {
      position: absolute;
      max-width: 1920px;
      top: -100%;
      height: auto;
      left: 50% !important;
      transform: translateX(-50%);
      box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.25);
      transition: 1s;
      overflow-x: visible;
      overflow-y: unset; }
      header .navigation.open {
        top: 82px; }
      header .navigation::after, header .navigation::before {
        content: "";
        top: 0;
        width: calc((100vw - 100%)/2);
        position: absolute;
        height: 100%; }
      header .navigation::after {
        left: 100%; }
      header .navigation::before {
        right: 100%; }
      header .navigation .menu-top-category-menu-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
        header .navigation .menu-top-category-menu-container > .menu {
          display: flex; }
          header .navigation .menu-top-category-menu-container > .menu > li {
            flex: 1;
            padding: 0 10px; }
            header .navigation .menu-top-category-menu-container > .menu > li a {
              text-align: left;
              line-height: 18px; }
            header .navigation .menu-top-category-menu-container > .menu > li > a {
              font-size: 16px;
              border-color: #000; }
            header .navigation .menu-top-category-menu-container > .menu > li li a {
              font-size: 14px; }
            header .navigation .menu-top-category-menu-container > .menu > li.hide-desktop {
              display: none; }
            header .navigation .menu-top-category-menu-container > .menu > li ul li.promo-category {
              position: relative; }
              header .navigation .menu-top-category-menu-container > .menu > li ul li.promo-category::after {
                content: "";
                top: 50%;
                left: -10px;
                height: 4px;
                width: 4px;
                border-radius: 50%;
                background-color: #C6002F;
                position: absolute;
                transform: translateY(-50%); }
            header .navigation .menu-top-category-menu-container > .menu > li:nth-child(1), header .navigation .menu-top-category-menu-container > .menu > li:nth-child(4) {
              flex: 2; }
              header .navigation .menu-top-category-menu-container > .menu > li:nth-child(1) ul, header .navigation .menu-top-category-menu-container > .menu > li:nth-child(4) ul {
                display: flex;
                flex-wrap: wrap; }
                header .navigation .menu-top-category-menu-container > .menu > li:nth-child(1) ul li, header .navigation .menu-top-category-menu-container > .menu > li:nth-child(4) ul li {
                  width: 50%; }
      header .navigation .col-6 {
        display: none; } }

.open-sub-menu {
  text-align: left !important; }

@media all and (max-width: 991px) {
  .menu-item-has-children .sub-menu {
    display: none; } }

.mobile-extra-menu a {
  color: #C6002F; }

header .wrapper {
  padding: 13px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1920px;
  position: relative;
  background-color: #fff;
  z-index: 1000; }
  @media all and (max-width: 576px) {
    header .wrapper {
      padding: 0px 12px 0; } }
  header .wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    header .wrapper .logo svg {
      width: 111px; }
    header .wrapper .logo .white {
      display: none; }
    header .wrapper .logo img:not(.white) {
      display: block; }
    @media all and (max-width: 991px) {
      header .wrapper .logo {
        top: 50%; } }
  header .wrapper nav.primary-navigation {
    display: flex;
    align-items: center; }
    @media all and (max-width: 576px) {
      header .wrapper nav.primary-navigation {
        padding-top: 20px; } }
    header .wrapper nav.primary-navigation ul li {
      padding-right: 20px; }
      header .wrapper nav.primary-navigation ul li a {
        color: #000000;
        font-weight: 600;
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: normal; }
        header .wrapper nav.primary-navigation ul li a::after {
          content: "";
          top: calc(100% + 5px);
          left: 100%;
          right: 100%;
          background-color: #000000;
          height: 2px;
          position: absolute;
          display: block;
          transition: .5s ease; }
        header .wrapper nav.primary-navigation ul li a:hover::after {
          left: 0;
          right: 0; }
  header .wrapper nav.social-media {
    align-items: center; }
    header .wrapper nav.social-media li {
      display: flex;
      align-items: center;
      padding-right: 20px; }
      header .wrapper nav.social-media li:last-child {
        padding-right: 0; }
  header .wrapper .separator {
    margin-top: 13px;
    margin-bottom: 0; }
  header .wrapper .search {
    border: 1px solid #C6002F;
    border-radius: 3px;
    background-color: #fff;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center; }
@media all and (max-width: 991px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
    transition: box-shadow .3s ease; }
    header .menu-main-container {
      display: none; }
    header.z-1 {
      z-index: 1; }
    header .social-media {
      display: none; }
    header.scroll {
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
      border-bottom: 0px solid transparent !important;
      padding-bottom: 20px; }
      header.scroll .separator {
        display: none; }
      header.scroll .logo {
        top: calc(50%  + 10px); }
    header .primary-navigation {
      justify-content: space-between;
      width: 100%; }
      header .primary-navigation .ham-border {
        margin: 0; }
      header .primary-navigation .search {
        display: flex !important; } }

body.home header {
  background-color: #19191C;
  padding-bottom: 0;
  /*    .navigation {
          background-color: #19191C;
          ul li {
              a {
                  color: #fff;
              }
              ul li {
                  a {
                      color: $color-secondary;
                  }
              }
          }
          .col-6 {
              h4 {
                  color: #fff;
              }
              .separator {
                  background-color: #2E2E32;
              }
              .menu, .flex-sb {
                  li {
                      a {
                          color: $color-secondary;
                          svg path{
                              fill: #fff;
                          }
                      }
                  }
              }
          }
      }*/ }
  body.home header .wrapper {
    background-color: #19191C; }
  @media all and (max-width: 576px) {
    body.home header nav.primary-navigation {
      padding-top: 0; } }
  body.home header .wrapper {
    position: relative; }
    body.home header .wrapper .logo .white {
      display: block; }
    body.home header .wrapper .logo img:not(.white) {
      display: none; }
    body.home header .wrapper .separator {
      background-color: #2E2E32; }
    @media all and (max-width: 991px) {
      body.home header .wrapper > .separator {
        display: none; } }
    body.home header .wrapper .search {
      background-color: #19191C; }
      body.home header .wrapper .search svg * {
        stroke: #fff; }
    body.home header .wrapper nav.primary-navigation .menu li a {
      color: #fff; }
      body.home header .wrapper nav.primary-navigation .menu li a::after {
        background-color: #fff; }
    body.home header .wrapper .ham-border {
      background-color: #19191C; }
      body.home header .wrapper .ham-border #hamburger span {
        background-color: #fff; }
      body.home header .wrapper .ham-border:hover {
        background-color: #C6002F; }
    body.home header .wrapper .social-media li a svg path {
      fill: #fff; }
    body.home header .wrapper .social-media li .btn.primary {
      color: #fff;
      font-size: 14px; }
  body.home header .logo svg path, body.home header .logo svg rect {
    fill: #fff; }
  @media all and (max-width: 991px) {
    body.home header {
      height: 80px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #2E2E32; } }
  body.home header.scroll .logo {
    top: 50%; }
  @media all and (min-width: 992px) {
    body.home header .navigation .menu > li > a {
      border-color: #2E2E32; } }

header #primary-top-menu {
  display: flex; }
  header #primary-top-menu li {
    padding-right: 30px; }

.search-mobile button {
  padding: 5px 9px;
  border: none !important; }
  .search-mobile button svg {
    top: 2px;
    position: relative; }
  .search-mobile button:hover svg circle, .search-mobile button:hover svg line {
    stroke: #fff; }

footer {
  padding: 0 20px;
  padding-bottom: 50px; }
  footer h4 {
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: "Basier", sans-serif; }
  footer .tags .tags-menu:first-of-type {
    margin-right: 15px; }
  footer .tags .tags-menu li {
    width: calc(50% - 20px); }
    footer .tags .tags-menu li a {
      word-break: keep-all; }
  footer .row {
    padding: 40px 0; }
    footer .row .separator {
      margin-bottom: 25px; }
    footer .row ul li {
      margin-bottom: 20px; }
      footer .row ul li.last-child {
        margin-bottom: 0; }
    footer .row .menu li {
      margin-bottom: 30px; }
      footer .row .menu li .link {
        font-family: "Basier", sans-serif; }
    footer .row .newsletter .separator {
      margin-bottom: 20px; }
    footer .row .newsletter p.strong {
      margin-bottom: 16px;
      font-weight: 600;
      color: #000; }
    footer .row .newsletter form .email {
      width: 100%; }
    footer .row .newsletter form .check {
      padding: 16px 0px; }
      footer .row .newsletter form .check input {
        margin: 5px 15px 10px 0; }
      footer .row .newsletter form .check .small-p {
        font-size: 14px !important;
        line-height: 18px; }
    footer .row .newsletter form .primary {
      width: 100%; }
  footer .newsletter__header {
    font-family: "RoslindaleCondensed", sans-serif;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.01em;
    font-size: 32px; }
  @media all and (max-width: 576px) {
    footer .wrapper > .separator {
      margin-top: 30px; } }
  @media all and (max-width: 825px) and (min-width: 768px) {
    footer .tags {
      padding-right: 0; } }

.footer-menus {
  margin-top: 0;
  padding-top: 0 !important; }
  .footer-menus ul li a {
    color: #C6002F;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.015em; }

.newsletter .email-newsletter {
  width: 100%; }

.checkbox-style input {
  opacity: 0;
  position: absolute; }
.checkbox-style label {
  margin-left: 30px !important;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  letter-spacing: -0.015em; }
  .checkbox-style label:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    color: #606A73;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    padding-left: 2px;
    border: 1px solid #989DA7;
    border-radius: 2px; }
.checkbox-style input:checked ~ label:after {
  content: "\2713"; }
.checkbox-style a {
  color: #fff;
  text-decoration: underline; }

body.ovhid {
  overflow: hidden; }
@media all and (max-width: 576px) {
  body .mobile-promo-post, body .col-1, body .col-2, body .col-3, body .col-4, body .col-5, body .col-6, body .col-7, body .col-8, body .col-9, body .col-10, body .col-11, body .col-12, body .col, body .col-auto, body .col-sm-1, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9, body .col-sm-10, body .col-sm-11, body .col-sm-12, body .col-sm, body .col-sm-auto, body .col-md-1, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9, body .col-md-10, body .col-md-11, body .col-md-12, body .col-md, body .col-md-auto, body .col-lg-1, body .col-lg-2, body .col-lg-3, body .col-lg-4, body .col-lg-5, body .col-lg-6, body .col-lg-7, body .col-lg-8, body .col-lg-9, body .col-lg-10, body .col-lg-11, body .col-lg-12, body .col-lg, body .col-lg-auto, body .col-xl-1, body .col-xl-2, body .col-xl-3, body .col-xl-4, body .col-xl-5, body .col-xl-6, body .col-xl-7, body .col-xl-8, body .col-xl-9, body .col-xl-10, body .col-xl-11, body .col-xl-12, body .col-xl, body .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px; } }
@media all and (max-width: 576px) {
  body.home {
    background-color: #19191C; }
    body.home:after {
      background-color: #19191C;
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 600px;
      z-index: -1; } }
@media all and (max-width: 576px) {
  body.home .white-section, body.home footer {
    background: #fff; } }
@media all and (max-width: 576px) {
  body.home .separator {
    margin-top: 0px !important; } }

@media all and (max-width: 576px) {
  .post-row .author-link {
    font-weight: bold !important; } }

em {
  font-style: italic; }

.standard-article .info .date {
  font-weight: 700 !important;
  font-size: 12px !important; }
  @media all and (max-width: 576px) {
    .standard-article .info .date:after {
      margin-left: 6px; } }
.standard-article .standard-article-sections {
  position: relative;
  width: 100%; }
  .standard-article .standard-article-sections strong {
    font-weight: 700;
    color: #000; }
    .standard-article .standard-article-sections strong a {
      font-weight: 700;
      color: #000; }
  .standard-article .standard-article-sections p + p {
    margin-top: 22px; }
  .standard-article .standard-article-sections img {
    height: auto; }
  .standard-article .standard-article-sections .tags-menu {
    max-width: 650px;
    margin-top: 40px;
    padding-bottom: 0 !important; }
  .standard-article .standard-article-sections .project-module-text, .standard-article .standard-article-sections .project-module-text p, .standard-article .standard-article-sections .description, .standard-article .standard-article-sections .description p {
    font-size: 18px;
    line-height: 24px; }
  .standard-article .standard-article-sections .project-module a {
    color: #F3003A; }
  .standard-article .standard-article-sections .project-module-text h2 {
    margin-bottom: 16px; }
  @media all and (max-width: 767px) {
    .standard-article .standard-article-sections h2 {
      font-size: 24px; } }
.standard-article .intro {
  text-align: left;
  padding-bottom: 29px; }
  @media all and (max-width: 576px) {
    .standard-article .intro {
      padding-left: 12px;
      padding-right: 12px; }
      .standard-article .intro h1 {
        line-height: 44px; } }
  .standard-article .intro .wrapper {
    padding: 0px; }
    @media all and (max-width: 991px) {
      .standard-article .intro .wrapper {
        max-width: 720px;
        margin: 0 auto; } }
  @media all and (max-width: 991px) and (max-width: 767px) {
    .standard-article .intro .wrapper {
      max-width: 540px; } }

.standard-article .donation .small-wrapper {
  margin-left: 0; }
@media all and (max-width: 766) {
  .standard-article .small-wrapper {
    width: 100%; } }
.standard-article .category {
  margin-left: 0 !important; }
  .standard-article .category::after, .standard-article .category::before {
    display: none; }
.standard-article > .wrapper {
  display: flex; }
.standard-article .banner img {
  width: 100%; }
.standard-article .content .small-wrapper {
  margin-left: 0; }

@media all and (min-width: 991px) {
  .top-recommendation {
    padding-left: 5px; } }
.top-recommendation .post-image {
  min-width: 107px; }
.top-recommendation .small-post {
  margin-bottom: 0px;
  padding-top: 12px; }
.top-recommendation .post-content {
  padding-bottom: 0 !important; }
@media all and (max-width: 991px) {
  .top-recommendation {
    display: none; } }

.modal-close-r {
  position: fixed;
  right: 90px;
  top: 40px;
  background: url(../svg/close-white.svg) no-repeat center;
  width: 30px;
  cursor: pointer;
  height: 30px;
  opacity: 0;
  transition: all 0.4s ease 2s;
  visibility: hidden; }

.modal-r {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease; }
  .modal-r iframe {
    transition: all 0.4s ease 1s;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    min-height: 100%; }
    @media only screen and (min-width: 1500px) {
      .modal-r iframe {
        min-width: 80%;
        min-height: 80%; } }
  .modal-r--show {
    opacity: 1;
    top: 0;
    visibility: visible;
    height: 100%; }
    .modal-r--show iframe {
      opacity: 1;
      visibility: visible; }
    .modal-r--show .modal-close {
      opacity: 1;
      visibility: visible; }

.tab-header .tab-link {
  margin-left: 0 !important;
  margin-right: 20px !important;
  cursor: pointer; }
  .tab-header .tab-link--active {
    color: #000 !important;
    font-size: 28px !important; }

.tab-ctn {
  display: none; }

.tab-main-ctn .tab-ctn {
  display: none; }
  .tab-main-ctn .tab-ctn:first-of-type {
    display: initial; }

#search-form {
  justify-content: flex-start; }
  #search-form .primary {
    margin-left: 15px;
    background: #C6002F;
    border: 1px solid #C6002F;
    color: #fff; }
    @media all and (max-width: 576px) {
      #search-form .primary {
        margin-left: 0; } }
    #search-form .primary:hover {
      background: #fff;
      color: #C6002F; }

#search-form .input-search {
  padding-top: 13px;
  padding-bottom: 13px; }

.image-desc strong {
  color: #606A73 !important; }
.image-desc em {
  font-style: italic; }

.single .banner {
  padding-bottom: 14px; }
  @media all and (max-width: 576px) {
    .single .banner {
      padding-left: 0;
      padding-right: 0; }
      .single .banner .image-desc {
        padding-left: 12px;
        padding-right: 12px; } }
.single .donation {
  max-width: 662px;
  margin-left: 15px;
  margin-top: 40px; }
  @media all and (max-width: 576px) {
    .single .donation {
      margin-right: 15px; } }
@media all and (max-width: 576px) {
  .single .intro {
    padding-top: 0;
    padding-bottom: 15px; } }
@media all and (max-width: 576px) {
  .single .intro h1 {
    margin-bottom: 10px; } }

.single .standard-article-sections__Ctn p:empty {
  display: none; }
.single .standard-article-sections__Ctn h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 40px;
  /* or 125% */
  letter-spacing: 0.01em; }
.single .standard-article-sections__Ctn h2 + h3 {
  margin-top: 20px; }
.single .author .post-author .name a {
  text-decoration: none; }
.single .author-footer .small-wrapper {
  max-width: 918px; }
.single .author-footer .post-author {
  max-width: 650px; }

.wp-block-separator {
  border-color: #19191C; }

@media all and (max-width: 1100px) {
  .art-ads-right {
    display: none; } }
@media all and (min-width: 1100px) {
  .art-ads-right {
    width: 300px;
    height: 600px;
    position: sticky;
    left: 100%;
    margin-right: -50px;
    top: 15px; } }

@media all and (min-width: 1100px) {
  .single-format-standard {
    overflow: unset; } }

#dailyartmagazine_right_rail_articles {
  position: fixed; }

.page-template .page-content > p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.015em;
  /* neutral/medium grey */
  color: #606A73; }

body .codedropz-upload-container {
  padding: 6px 20px; }

body .ajax-loader {
  position: absolute !important; }

.privacy-policy h2 {
  margin-top: 40px;
  margin-bottom: 20px; }
.privacy-policy .page-content h2:first-of-type {
  margin-top: 0; }

.category .content .ad--vertical {
  margin-top: 38px !important; }

body .select2-container--default .select2-results > .select2-results__options {
  max-height: 390px; }

.old-post-ctn blockquote {
  margin-top: 32px; }

.old-post-ctn blockquote, .standard-article-sections__Ctn blockquote, .project-module-quotation blockquote, .long-read-article blockquote {
  position: relative;
  padding-top: 26px;
  padding-bottom: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  .old-post-ctn blockquote:after, .standard-article-sections__Ctn blockquote:after, .project-module-quotation blockquote:after, .long-read-article blockquote:after {
    content: url(../svg/quote-frame.svg);
    position: absolute;
    top: -21px;
    left: 0;
    background: #fff;
    padding-right: 25px; }
  .old-post-ctn blockquote:before, .standard-article-sections__Ctn blockquote:before, .project-module-quotation blockquote:before, .long-read-article blockquote:before {
    content: url(../svg/quote-frame.svg);
    position: absolute;
    bottom: -21px;
    right: 0;
    background: #fff;
    padding-right: 20px;
    transform: rotate(180deg); }
  .old-post-ctn blockquote .blockquote-text p, .old-post-ctn blockquote > p:first-of-type, .standard-article-sections__Ctn blockquote .blockquote-text p, .standard-article-sections__Ctn blockquote > p:first-of-type, .project-module-quotation blockquote .blockquote-text p, .project-module-quotation blockquote > p:first-of-type, .long-read-article blockquote .blockquote-text p, .long-read-article blockquote > p:first-of-type {
    color: #000000 !important;
    font-family: "RoslindaleCondensed", sans-serif !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: 0.01em !important; }
    @media all and (max-width: 576px) {
      .old-post-ctn blockquote .blockquote-text p, .old-post-ctn blockquote > p:first-of-type, .standard-article-sections__Ctn blockquote .blockquote-text p, .standard-article-sections__Ctn blockquote > p:first-of-type, .project-module-quotation blockquote .blockquote-text p, .project-module-quotation blockquote > p:first-of-type, .long-read-article blockquote .blockquote-text p, .long-read-article blockquote > p:first-of-type {
        font-size: 28px !important;
        line-height: 32px !important; } }
    .old-post-ctn blockquote .blockquote-text p a, .old-post-ctn blockquote > p:first-of-type a, .standard-article-sections__Ctn blockquote .blockquote-text p a, .standard-article-sections__Ctn blockquote > p:first-of-type a, .project-module-quotation blockquote .blockquote-text p a, .project-module-quotation blockquote > p:first-of-type a, .long-read-article blockquote .blockquote-text p a, .long-read-article blockquote > p:first-of-type a {
      color: #000000 !important; }
  .old-post-ctn blockquote cite, .standard-article-sections__Ctn blockquote cite, .project-module-quotation blockquote cite, .long-read-article blockquote cite {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.018em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2px; }

.empty {
  height: 500px; }

#cookie-law-info-bar {
  padding: 22px 24px !important;
  background: rgba(0, 0, 0, 0.81) !important;
  color: #fff; }
  #cookie-law-info-bar .cli-bar-container {
    max-width: 1440px;
    margin: 0 auto; }
  #cookie-law-info-bar .cli-bar-message {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.015em;
    color: #EBECED; }
    @media all and (max-width: 767px) {
      #cookie-law-info-bar .cli-bar-message {
        max-width: 100%;
        width: fit-content; } }
  #cookie-law-info-bar .cli_settings_button {
    background: #000000 !important;
    margin-right: 7px !important;
    color: #FFFFFF !important; }
  #cookie-law-info-bar .cli-plugin-button {
    border-radius: 2px;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px !important; }
  #cookie-law-info-bar #wt-cli-accept-all-btn {
    background: #C6002F; }
    @media all and (min-width: 767px) {
      #cookie-law-info-bar #wt-cli-accept-all-btn {
        min-width: 200px; } }

.cookie-more-btn {
  cursor: pointer;
  font-weight: bold; }
  @media all and (min-width: 767px) {
    .cookie-more-btn {
      display: none; } }

@media all and (max-width: 767px) {
  .cookie-more {
    display: none; } }

.no-result {
  margin-bottom: 8px; }
  .no-result p {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
    letter-spacing: 0.01em;
    color: #19191C;
    margin-bottom: 4px;
    font-family: "RoslindaleCondensed", sans-serif;
    font-weight: 500; }
  .no-result span {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    /* identical to box height, or 133% */
    letter-spacing: -0.015em;
    /* neutral/medium grey */
    color: #606A73; }

@media all and (max-width: 600px) {
  .single .above-footer {
    position: relative;
    display: block !important; }
    .single .above-footer:after {
      content: "";
      bottom: 45px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      width: 120px;
      height: 0px;
      border: 1px solid #19191C; } }

@media all and (max-width: 567px) {
  body .m-post-change .single-post__vertical {
    display: flex;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #EBECED; }
    body .m-post-change .single-post__vertical .category {
      display: none; }
    body .m-post-change .single-post__vertical .post-image {
      position: relative; }
    body .m-post-change .single-post__vertical .post-content {
      padding-left: 10px;
      padding-right: 0;
      min-height: 76px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    body .m-post-change .single-post__vertical img {
      max-height: 80px;
      max-width: 112px;
      object-fit: cover;
      width: 112px !important; }
    body .m-post-change .single-post__vertical h3 {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px; }
    body .m-post-change .single-post__vertical h4 {
      font-size: 16px !important;
      line-height: 20px !important;
      letter-spacing: 0.03em;
      margin-top: 0 !important;
      font-weight: 700 !important; }
    body .m-post-change .single-post__vertical .small-p {
      display: none; }
    body .m-post-change .single-post__vertical .info .date {
      font-weight: 400 !important;
      font-size: 10px !important;
      line-height: 14px !important; }
    body .m-post-change .single-post__vertical .info .author-link {
      font-weight: 400 !important; } }

body .m-post-change .post-row > div:last-of-type .single-post__vertical {
  border-bottom: none !important; }

@media all and (min-width: 991px) and (max-width: 1150px) {
  body .standard-article .intro {
    padding-left: 30px;
    padding-right: 30px; }

  body .share-links {
    padding-left: 30px; } }
.intro {
  padding: 40px 0;
  text-align: center; }
  .intro .category {
    margin-bottom: 12px !important;
    position: relative; }
    .intro .category::after, .intro .category::before {
      content: "";
      top: 50%;
      background-color: #EBECED;
      width: 41px;
      height: 1px;
      position: absolute; }
    .intro .category::before {
      right: calc(100% + 20px); }
    .intro .category::after {
      left: calc(100% + 20px); }
  .intro h1 {
    margin-bottom: 12px; }
  @media all and (max-width: 576px) {
    .intro {
      padding: 30px 0; } }
  .intro.intro-posts {
    background-color: #19191C;
    text-align: left;
    padding: 63px 0px 0px; }
    @media all and (max-width: 576px) {
      .intro.intro-posts:after {
        background-color: #19191C;
        content: "";
        position: absolute;
        top: -500px;
        width: 100%;
        height: 600px;
        z-index: -1; } }
    .intro.intro-posts .category::after, .intro.intro-posts .category::before {
      background-color: #2E2E32; }
    @media all and (max-width: 576px) {
      .intro.intro-posts .category.center {
        margin: 0 auto !important; } }
    .intro.intro-posts *:not(.author) {
      color: #fff; }
    .intro.intro-posts h1 {
      max-width: 900px;
      margin: 0 auto 24px;
      font-weight: 500;
      text-align: center;
      line-height: 60px; }
      @media all and (max-width: 576px) {
        .intro.intro-posts h1 {
          font-size: 40px;
          line-height: 44px;
          margin-top: 15px; } }
    @media all and (max-width: 991px) {
      .intro.intro-posts .post-row .post-grid {
        max-width: 80%;
        width: 100%;
        margin: 0 auto; }
        .intro.intro-posts .post-row .post-grid .col-md-12 {
          order: 1;
          border: 0 !important;
          margin-bottom: 20px; }
        .intro.intro-posts .post-row .post-grid .col-md-6 {
          order: 2; } }
    .intro.intro-posts .post-row .row {
      padding-bottom: 40px; }
      .intro.intro-posts .post-row .row > .single-post, .intro.intro-posts .post-row .row .post-column {
        padding: 0 10px; }
      .intro.intro-posts .post-row .row > .single-post {
        text-align: center;
        border-left: 1px solid #2E2E32;
        border-right: 1px solid #2E2E32; }
        .intro.intro-posts .post-row .row > .single-post .post-content p {
          font-size: 14px;
          line-height: 18px;
          text-align: center;
          letter-spacing: -0.015em;
          color: #989DA7;
          margin-bottom: 20px;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto; }
      .intro.intro-posts .post-row .row .post-image {
        width: 100%;
        position: relative;
        margin-bottom: 20px; }
        .intro.intro-posts .post-row .row .post-image img {
          width: 100%; }
        .intro.intro-posts .post-row .row .post-image .category {
          position: absolute;
          top: 10px;
          left: 10px; }
          .intro.intro-posts .post-row .row .post-image .category::after, .intro.intro-posts .post-row .row .post-image .category::before {
            display: none; }
      .intro.intro-posts .post-row .row .post-column .single-post:first-of-type {
        padding-bottom: 20px;
        border-bottom: 1px solid #2E2E32; }
      .intro.intro-posts .post-row .row .post-column .single-post:nth-child(1n + 2) {
        margin-top: 15px; }
      .intro.intro-posts .post-row .row .post-content h4, .intro.intro-posts .post-row .row .post-content h2 {
        margin-bottom: 20px; }
      .intro.intro-posts .post-row .row .post-content h4 {
        line-height: 18px; }
      .intro.intro-posts .post-row .row .post-content h2 {
        line-height: 48px; }
      .intro.intro-posts .post-row .row .info .author {
        color: #C6002F; }
    .intro.intro-posts .further-readings {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .intro.intro-posts .further-readings.further-slider {
        display: none; }
      .intro.intro-posts .further-readings .row {
        width: 100%;
        padding: 20px 0; }
        .intro.intro-posts .further-readings .row .single {
          display: flex;
          align-items: center; }
          .intro.intro-posts .further-readings .row .single .fr-image {
            padding-right: 20px; }
          .intro.intro-posts .further-readings .row .single .info {
            color: #989DA7; }
          .intro.intro-posts .further-readings .row .single .info:last-child {
            margin-top: 10px; }
      .intro.intro-posts .further-readings .separator {
        width: calc(100% - 220px); }
    @media all and (max-width: 1150px) {
      .intro.intro-posts .further-readings {
        padding: 20px; } }
    @media all and (max-width: 991px) {
      .intro.intro-posts {
        padding: 60px 20px; }
        .intro.intro-posts .further-readings {
          justify-content: flex-start;
          width: 100%; }
          .intro.intro-posts .further-readings .row {
            width: max-content; }
            .intro.intro-posts .further-readings .row .single {
              margin-bottom: 20px; } }
    @media all and (max-width: 576px) {
      .intro.intro-posts {
        padding: 40px 0px; }
        .intro.intro-posts .further-readings {
          display: none; }
          .intro.intro-posts .further-readings .swiper-container {
            max-width: 320px;
            margin-left: 0; }
          .intro.intro-posts .further-readings.further-slider {
            display: block; }
            .intro.intro-posts .further-readings.further-slider .swiper-slide {
              padding-right: 0; }
            .intro.intro-posts .further-readings.further-slider .single {
              display: flex; }
              .intro.intro-posts .further-readings.further-slider .single .fr-content {
                padding-left: 20px; }
                .intro.intro-posts .further-readings.further-slider .single .fr-content p:nth-child(2) {
                  margin: 10px 0; } }
  .intro .single-post__vertical h4 a {
    font-size: 16px; }

.box-version-6 .cat {
  display: none; }
.box-version-6 .post-content {
  padding-left: 15px !important;
  padding-top: 6px !important; }
.box-version-6 .small-post {
  border-color: #2E2E32; }
  .box-version-6 .small-post h3, .box-version-6 .small-post h3 a {
    font-family: "Basier", sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.015em;
    font-weight: 700; }
.box-version-6 .post-image {
  max-width: 72px;
  margin-bottom: 0 !important; }
  .box-version-6 .post-image img {
    width: 72px !important;
    height: 64px;
    object-fit: cover;
    object-position: center; }

.intro.intro-posts .author-link {
  color: #F3003A;
  font-size: 12px;
  line-height: 14px; }
  @media all and (max-width: 576px) {
    .intro.intro-posts .author-link {
      font-weight: bold !important;
      color: #F3003A !important;
      text-decoration: none !important; } }
@media all and (max-width: 576px) {
  .intro.intro-posts .date {
    font-weight: 700 !important; }
    .intro.intro-posts .date:after {
      content: ""; } }

.donate-box-black {
  margin-top: 20px;
  display: block; }
  .donate-box-black p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.015em; }
  .donate-box-black .donate {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C6002F;
    font-size: 14px; }
    .donate-box-black .donate img {
      margin-right: 10px; }

.mobile-promo-post {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .mobile-promo-post .category {
    position: absolute;
    top: 10px;
    left: 25px; }
    .mobile-promo-post .category:after {
      content: none; }
  @media all and (max-width: 789px) {
    .mobile-promo-post .single-post__vertical h4 {
      margin-top: 12px; } }
  .mobile-promo-post .post-content {
    text-align: center; }
    .mobile-promo-post .post-content h4 {
      font-size: 28px !important;
      line-height: 32px !important;
      margin-bottom: 30px; }
      .mobile-promo-post .post-content h4 a {
        font-size: 28px !important;
        line-height: 32px !important; }
    .mobile-promo-post .post-content .small-p {
      display: none; }

.banner {
  padding-bottom: 32px; }
  .banner .wrapper {
    display: flex; }
    .banner .wrapper .image {
      width: calc(100% - 120px); }
      @media all and (max-width: 991px) {
        .banner .wrapper .image {
          width: 100%; } }
      .banner .wrapper .image img {
        width: 100%;
        height: auto; }
      .banner .wrapper .image p {
        margin: 8px auto;
        max-width: 750px;
        width: 100%;
        text-align: left;
        font-size: 12px;
        line-height: 16.2px;
        color: #606a73; }
      .banner .wrapper .image .separator {
        margin-bottom: 0;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto; }
      @media all and (min-width: 991px) {
        .banner .wrapper .image .separator, .banner .wrapper .image p {
          margin-left: calc((100% - 750px)/4 + 10px); } }
  @media all and (max-width: 576px) {
    .banner {
      padding-bottom: 30px; } }
  .banner.banner-secondary {
    background-color: #C6002F;
    padding: 40px 0; }
    .banner.banner-secondary .wrapper {
      align-items: stretch; }
      .banner.banner-secondary .wrapper > * {
        flex: 1; }
      .banner.banner-secondary .wrapper .image-content {
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .banner.banner-secondary .wrapper .image-content .category {
          margin-bottom: 20px;
          font-weight: 700;
          font-size: 16px;
          line-height: 122.5%;
          letter-spacing: -0.015em;
          text-transform: uppercase;
          background: #000000;
          padding: 4px 16px;
          border-radius: 2px; }
        .banner.banner-secondary .wrapper .image-content h2 {
          margin-top: 25px;
          margin-bottom: 40px;
          font-size: 48px;
          line-height: 124%;
          font-weight: 600;
          /* or 60px */
          letter-spacing: 0.02em; }
        .banner.banner-secondary .wrapper .image-content .info .date {
          font-weight: 700; }
    .banner.banner-secondary *:not(strong) {
      color: #fff; }
      .banner.banner-secondary *:not(strong) .author {
        color: #fff; }
    @media all and (max-width: 1150px) {
      .banner.banner-secondary {
        padding: 40px 20px; } }

.featured {
  padding: 56px 20px 60px; }
  @media all and (min-width: 650px) {
    .featured .post-row > div:first-of-type {
      padding-right: 12px; }
    .featured .post-row > div:nth-of-type(2) {
      padding-left: 12px;
      padding-right: 12px; }
    .featured .post-row > div:nth-of-type(3) {
      padding-left: 12px; } }
  @media all and (max-width: 576px) {
    .featured {
      padding: 80px 12px; } }
  .featured .separator {
    margin-bottom: 20px; }
  .featured .flex {
    align-items: center; }
  .featured .post-row {
    align-items: stretch; }
    .featured .post-row .single-post .post-image {
      position: relative; }
      .featured .post-row .single-post .post-image .category {
        position: absolute;
        top: 10px;
        left: 10px; }
      .featured .post-row .single-post .post-image img {
        width: 100%; }
    .featured .post-row .single-post .post-content {
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .featured .post-row .single-post .post-content h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 15px; }
      @media all and (max-width: 991px) {
        .featured .post-row .single-post .post-content {
          height: auto; }
          .featured .post-row .single-post .post-content h3 {
            font-size: 22px;
            line-height: 26px; } }
      @media all and (max-width: 576px) {
        .featured .post-row .single-post .post-content h3 {
          font-size: 20px;
          line-height: 22px; } }
      .featured .post-row .single-post .post-content .small-p {
        margin-bottom: 20px;
        font-size: 14px !important;
        line-height: 18px;
        letter-spacing: -0.015em; }
  .featured .single-post__vertical h4 {
    font-size: 28px;
    line-height: 32px; }
  @media all and (max-width: 991px) {
    .featured {
      padding: 60px 20px; }
      .featured .post-row .single-post {
        padding-bottom: 40px; }
        .featured .post-row .single-post:last-child {
          padding-bottom: 0; } }
  @media all and (max-width: 576px) {
    .featured {
      padding: 30px 12px; }
      .featured .author-link, .featured .date {
        font-size: 12px !important; } }
  .featured.dark {
    margin-top: 0px;
    padding-top: 50px;
    background-color: #19191C; }
    .featured.dark .separator {
      margin-bottom: 16px; }
    @media all and (max-width: 576px) {
      .featured.dark {
        margin-top: 20px;
        padding-top: 40px; } }
    .featured.dark *:not(.author):not(a) {
      color: #fff; }
    .featured.dark .date:after {
      content: ""; }
    .featured.dark h4 a {
      color: #fff;
      font-size: 28px; }
    .featured.dark .small-p {
      color: #989DA7 !important;
      font-size: 14px !important;
      line-height: 18px;
      letter-spacing: -0.015em; }
    .featured.dark .separator {
      background: #2E2E32; }
    .featured.dark .single-post__vertical {
      border: none; }
    .featured.dark .link.link-browse {
      top: 5px; }

.featured-ads {
  text-align: center;
  margin-bottom: 40px; }
  @media all and (max-width: 576px) {
    .featured-ads {
      margin-bottom: 20px; } }
  .featured-ads > div {
    margin-bottom: 50px; }
  @media all and (max-width: 576px) {
    .featured-ads > div {
      margin-bottom: 25px; } }

@media all and (max-width: 576px) {
  .featured-ads-desktop {
    display: none; } }

.featured-ads-mobile {
  display: none; }
  @media all and (max-width: 576px) {
    .featured-ads-mobile {
      display: initial; } }

.news {
  /*    @include mobile {
          display: none;
      }*/ }
  @media all and (max-width: 991px) {
    .news {
      order: 1; } }
  .news .separator {
    margin-bottom: 0; }
  .news ul {
    padding: 18px; }
    .news ul li {
      list-style: disc;
      color: #000;
      line-height: 1.5;
      margin-bottom: 20px; }
      .news ul li:last-child {
        margin-bottom: 0; }

blockquote {
  margin-bottom: 20px;
  width: 100%; }
  blockquote .desc {
    margin-top: 40px; }
    @media all and (max-width: 576px) {
      blockquote .desc {
        margin-top: 20px; } }
    blockquote .desc .author {
      font-size: 16px;
      line-height: 135%;
      letter-spacing: -0.018em;
      font-weight: 700;
      color: #000000;
      margin-bottom: 2px; }
  blockquote h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0.01em; }
    @media all and (max-width: 576px) {
      blockquote h2 {
        font-size: 28px;
        line-height: 32px;
        /* or 114% */
        letter-spacing: 0.02em; } }
  blockquote .sep {
    display: flex;
    padding: 10px 0; }
    blockquote .sep:first-of-type svg {
      margin-right: 25px; }
    blockquote .sep:last-of-type svg {
      margin-left: 25px; }

.donation .modal-close-r {
  display: none; }
.donation .donate-row {
  background-image: url("../png/donate-bg.png");
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
  position: relative; }
  @media all and (max-width: 576px) {
    .donation .donate-row {
      background-image: url("../donate-bg-mobile.html"); } }
  .donation .donate-row::before {
    content: "";
    position: absolute;
    background-color: #C6002F;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .donation .donate-row .content {
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    color: #fff; }
    .donation .donate-row .content h2 {
      color: #fff;
      font-size: 28px;
      line-height: 33.6px;
      margin-bottom: 40px; }
    .donation .donate-row .content h2, .donation .donate-row .content p {
      max-width: 500px;
      width: 100%; }
    .donation .donate-row .content p {
      margin-bottom: 80px;
      font-size: 16px;
      line-height: 135%;
      letter-spacing: -0.018em; }
    @media all and (max-width: 991px) {
      .donation .donate-row .content p {
        margin-bottom: 60px; } }
    @media all and (max-width: 576px) {
      .donation .donate-row .content {
        padding: 30px 20px; }
        .donation .donate-row .content h2 {
          margin-bottom: 30px; }
        .donation .donate-row .content p {
          margin-bottom: 30px; } }
@media all and (max-width: 576px) {
  .donation {
    padding-left: 0;
    padding-right: 0; } }

.home .donation .donate-row {
  margin: 40px 0; }
  @media all and (max-width: 991px) {
    .home .donation .donate-row {
      margin: 30px 0; } }
  @media all and (max-width: 576px) {
    .home .donation .donate-row {
      margin: 20px 0; } }

.modal-r .donation {
  position: relative;
  z-index: 9;
  margin: 0; }
  .modal-r .donation .donate-row {
    margin: 0;
    min-width: 700px; }
    .modal-r .donation .donate-row .content {
      max-width: 49%; }
      .modal-r .donation .donate-row .content h2, .modal-r .donation .donate-row .content p {
        max-width: 415px; }
      .modal-r .donation .donate-row .content .white {
        color: #fff !important;
        font-weight: 400; }
  .modal-r .donation .payment {
    flex-wrap: wrap;
    max-width: 420px; }
    .modal-r .donation .payment li {
      display: block;
      margin-bottom: 15px;
      width: 48%; }
      .modal-r .donation .payment li .btn {
        width: 100%; }
      .modal-r .donation .payment li.method {
        width: 100%; }
.modal-r .modal-close-r {
  display: initial;
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  top: 13px;
  right: 13px;
  position: absolute; }
.modal-r .newsletter-modal {
  max-width: 999px;
  width: 720px;
  background: #fff; }
  .modal-r .newsletter-modal .small-wrapper {
    width: 100%;
    max-width: unset; }
  .modal-r .newsletter-modal .donate-row {
    background-image: url("../newsletter-modal-bg.html");
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 50%; }
    .modal-r .newsletter-modal .donate-row:before {
      background: none;
      mix-blend-mode: unset; }
  .modal-r .newsletter-modal .content {
    padding: 0 20px 48px 29px; }
  .modal-r .newsletter-modal .newsletter-modal-header {
    font-family: "RoslindaleCondensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    display: block;
    letter-spacing: 0.01em;
    max-width: 470px;
    color: #000000;
    margin-bottom: 12px;
    padding-top: 40px; }
  .modal-r .newsletter-modal .small-p {
    max-width: 430px !important;
    margin-bottom: 44px !important;
    line-height: 135%;
    color: #000000 !important; }
  .modal-r .newsletter-modal .email-newsletter {
    width: 100%;
    border-radius: 0; }
  .modal-r .newsletter-modal .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    color: #FFFFFF;
    background: #C6002F;
    margin-top: 25px;
    width: 100%;
    max-width: 415px;
    margin-top: 32px; }
  .modal-r .newsletter-modal .checkbox-style {
    margin-top: 25px;
    max-width: 415px; }
    .modal-r .newsletter-modal .checkbox-style label {
      letter-spacing: -0.015em;
      font-size: 14px;
      line-height: 18px;
      color: #606A73; }
      .modal-r .newsletter-modal .checkbox-style label a {
        color: #606A73; }

.single-post + .donation .donate-row {
  margin-bottom: 30px;
  margin-top: 15px;
  padding-bottom: 15px; }
  .single-post + .donation .donate-row:after {
    border-bottom: 1px solid #EBECED;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px; }

.swiper-container:not(.introSlider) {
  overflow: visible;
  margin-bottom: 40px; }
  @media all and (max-width: 576px) {
    .swiper-container:not(.introSlider) {
      margin-bottom: 0px !important; } }
  .swiper-container:not(.introSlider)::after {
    content: "";
    position: absolute;
    top: 0;
    width: 999999px;
    height: 100%;
    right: 100%;
    background-color: #fff;
    z-index: 999; }
  .swiper-container:not(.introSlider) img {
    width: 100%;
    object-fit: cover;
    height: auto; }
  .swiper-container:not(.introSlider) .swiper-slide {
    cursor: pointer;
    padding-right: 20px; }
    .swiper-container:not(.introSlider) .swiper-slide .image {
      position: relative; }
      .swiper-container:not(.introSlider) .swiper-slide .image .modal-opener {
        padding: 0 20px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        border: none; }
        @media all and (max-width: 576px) {
          .swiper-container:not(.introSlider) .swiper-slide .image .modal-opener {
            display: none; } }
        .swiper-container:not(.introSlider) .swiper-slide .image .modal-opener span {
          background-color: #C6002F;
          padding: 10px;
          display: block;
          line-height: 1; }
    .swiper-container:not(.introSlider) .swiper-slide p, .swiper-container:not(.introSlider) .swiper-slide .image-desc {
      margin: 10px auto;
      max-width: 750px;
      width: 100%;
      text-align: left;
      font-size: 12px;
      line-height: 16.2px;
      color: #606a73; }
      .swiper-container:not(.introSlider) .swiper-slide p a, .swiper-container:not(.introSlider) .swiper-slide .image-desc a {
        color: #606a73;
        text-decoration: underline; }
  @media all and (max-width: 576px) {
    .swiper-container:not(.introSlider) {
      margin-bottom: 30px; } }

.introSlider-ctn {
  position: relative; }
  .introSlider-ctn .introSlider {
    max-width: 1128px;
    margin: 0 auto; }
  @media all and (max-width: 576px) {
    .introSlider-ctn {
      display: none; } }
  .introSlider-ctn:after, .introSlider-ctn:before {
    content: "";
    position: absolute;
    top: 0;
    width: 141px;
    height: 100%;
    z-index: 66;
    transition: .3s ease; }
  .introSlider-ctn::after {
    right: 0;
    background: linear-gradient(270deg, #19191C 0%, rgba(25, 25, 25, 0) 100%);
    opacity: 1; }
  .introSlider-ctn::before {
    left: 0;
    background: linear-gradient(270deg, #19191C 0%, rgba(25, 25, 25, 0) 100%);
    transform: scale(-1);
    opacity: 1; }
  .introSlider-ctn .slideBtn {
    height: 40px;
    width: 40px;
    background: #C6002F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    transition: .3s ease;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%) scale(1);
    z-index: 99;
    /*        &.slideBtn-blocked {
                opacity: 0;
            }*/ }
    .introSlider-ctn .slideBtn:hover {
      transform: translateY(-50%) scale(1.1); }
    .introSlider-ctn .slideBtn.nextSlide {
      right: 22px; }
    .introSlider-ctn .slideBtn.prevSlide {
      left: 22px;
      transform: rotate(180deg) translateY(-50%) scale(1);
      top: calc(50% - 60px); }
    .introSlider-ctn .slideBtn.swiper-button-disabled {
      opacity: 0; }

.introSlider {
  padding-bottom: 40px;
  position: relative;
  overflow: visible; }
  .introSlider .swiper-wrapper .swiper-slide {
    width: 100%; }
  .introSlider::before {
    content: "";
    width: calc((100vw - 100%)/2);
    right: 100%;
    z-index: 99;
    height: 100%;
    position: absolute;
    display: block; }
  .introSlider .swiper-slide {
    display: flex; }
    .introSlider .swiper-slide .single-post {
      padding: 20px 12px;
      width: 50%; }
      .introSlider .swiper-slide .single-post .post-image {
        margin-bottom: 21px;
        min-height: 370px; }
      .introSlider .swiper-slide .single-post h2 {
        font-weight: 500;
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 48px;
        /* or 120% */
        letter-spacing: 0.01em; }
      .introSlider .swiper-slide .single-post img {
        width: 100%; }
    .introSlider .swiper-slide .single-post {
      position: relative; }
      .introSlider .swiper-slide .single-post::after {
        height: calc(100% - 30px);
        content: "";
        width: 1px;
        background-color: #2E2E32;
        top: 20px;
        left: 100%;
        position: absolute;
        display: block; }
    .introSlider .swiper-slide:last-of-type .single-post:last-of-type::after {
      height: 0; }
  .introSlider .swiper-button-next, .introSlider .swiper-button-prev {
    background-color: #C6002F;
    transition: .3s ease;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    z-index: 2; }
    .introSlider .swiper-button-next::after, .introSlider .swiper-button-prev::after {
      font-size: 14px; }
    .introSlider .swiper-button-next.swiper-button-disabled, .introSlider .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .introSlider .swiper-button-next {
    background-size: auto;
    right: 22px;
    background-image: url(../svg/slider-arrow-right.svg); }
  .introSlider .swiper-button-prev {
    background-size: auto;
    left: 22px;
    background-image: url(../svg/slider-arrow-right.svg);
    transform: rotate(180deg); }
  .introSlider .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .introSlider .shadow .swiper-button-next, .introSlider .shadow .swiper-button-prev {
      z-index: 2; }
      .introSlider .shadow .swiper-button-next.swiper-button-disabled + div, .introSlider .shadow .swiper-button-prev.swiper-button-disabled + div {
        display: none; }
    .introSlider .shadow .shadow-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      z-index: 1;
      display: block;
      background: linear-gradient(270deg, #19191C 0%, rgba(25, 25, 25, 0) 100%); }
  .introSlider .shadow-left {
    left: 0; }
    .introSlider .shadow-left .shadow-overlay {
      transform: scale(-1);
      display: none !important; }
  .introSlider .shadow-right {
    left: calc((100vw - 100%)/2 + 91%); }

.introSlider2-ctn {
  position: relative; }
  @media all and (max-width: 576px) {
    .introSlider2-ctn {
      display: none; } }
  .introSlider2-ctn:after, .introSlider2-ctn:before {
    content: "";
    position: absolute;
    top: 0;
    width: 141px;
    height: 100%;
    z-index: 66;
    transition: .3s ease; }
  .introSlider2-ctn::after {
    right: 0;
    background: linear-gradient(270deg, #19191C 0%, rgba(25, 25, 25, 0) 100%);
    opacity: 1; }
  .introSlider2-ctn::before {
    left: 0;
    background: linear-gradient(270deg, #19191C 0%, rgba(25, 25, 25, 0) 100%);
    transform: scale(-1);
    opacity: 1; }
  .introSlider2-ctn .slideBtn {
    height: 40px;
    width: 40px;
    background-color: #C6002F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    transition: .3s ease;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%) scale(1);
    z-index: 99;
    /*        &.slideBtn-blocked {
                opacity: 0;
            }*/ }
    .introSlider2-ctn .slideBtn:hover {
      transform: translateY(-50%) scale(1.1); }
    .introSlider2-ctn .slideBtn.nextSlide {
      right: 22px; }
    .introSlider2-ctn .slideBtn.prevSlide {
      left: 22px;
      transform: rotate(180deg) translateY(-50%) scale(1);
      top: calc(50% - 60px); }
    .introSlider2-ctn .slideBtn.swiper-button-disabled {
      opacity: 0; }

.introSlider2 {
  overflow: visible;
  position: relative;
  max-width: 1126px;
  margin: 0 auto;
  /*    &:before{
          content: "";
          position: absolute;
          background: #19191C;
          height: 100%;
          width: 99999px;
          top: 0;
          left: -99999px;
      }*/
  /*    &::before, &::after {
          content: "";
          position: absolute;
          top: 0;
          width: 140px;
          height: 100%;
          z-index: 66;
          transition: .3s ease;
      }
      &::before {
          background: linear-gradient(270deg, #19191C 0%, rgba(25, 25, 25, 0) 100%);
          right: 0;
          opacity: 1;
      }
      */ }
  .introSlider2 .main-post-slider .post-content {
    padding-right: 12px; }
  .introSlider2 .main-post-slider h2 {
    margin-top: 21px;
    font-size: 40px;
    line-height: 48px;
    /* or 120% */
    letter-spacing: 0.01em;
    margin-bottom: 18px; }
  .introSlider2 .main-post-slider .small-p {
    font-size: 14px !important;
    line-height: 18px;
    /* or 129% */
    letter-spacing: -0.015em;
    /* neutral/medium light grey */
    color: #989DA7;
    margin-bottom: 29px; }
  .introSlider2 .col-md-6 {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid #2E2E32; }
    .introSlider2 .col-md-6 .single-post .post-content {
      min-height: 93px; }
  .introSlider2 .row {
    margin: 0; }
    .introSlider2 .row .col-md-6:nth-of-type(3) .single-post__vertical, .introSlider2 .row .col-md-6:nth-of-type(4) .single-post__vertical {
      border-top: 1px solid #2E2E32;
      padding-top: 16px; }
  .introSlider2 .main-post-slider img {
    max-height: 370px;
    max-width: 552px;
    object-fit: cover;
    width: auto; }
  .introSlider2 .single-post__vertical {
    padding-bottom: 30px; }
  .introSlider2 .slider-wrapper {
    width: 1600px;
    transform: translateX(4%);
    transition: .5s ease; }
    .introSlider2 .slider-wrapper > .single-post {
      max-width: 600px;
      width: 100%;
      padding-right: 25px; }
      @media all and (max-width: 1130px) {
        .introSlider2 .slider-wrapper > .single-post {
          max-width: 400px; } }
      .introSlider2 .slider-wrapper > .single-post .small-p {
        color: #989DA7;
        margin: 20px 0; }
      .introSlider2 .slider-wrapper > .single-post h2 {
        font-weight: 500; }
      .introSlider2 .slider-wrapper > .single-post .post-image {
        width: 100%;
        margin-bottom: 20px; }
        .introSlider2 .slider-wrapper > .single-post .post-image img {
          width: 100%; }
    .introSlider2 .slider-wrapper .post-column {
      max-width: 1000px;
      width: 100%; }
      .introSlider2 .slider-wrapper .post-column .single-post:nth-last-child(1n + 5) {
        padding-bottom: 20px;
        position: relative; }
        .introSlider2 .slider-wrapper .post-column .single-post:nth-last-child(1n + 5)::after {
          content: "";
          width: calc(100% - 20px);
          height: 1px;
          position: absolute;
          bottom: 15px;
          left: 10px;
          background-color: #2e2e32; }
      .introSlider2 .slider-wrapper .post-column * {
        text-align: left; }
  .introSlider2.end::before {
    opacity: 0; }
  .introSlider2.end::after {
    opacity: 1; }
  .introSlider2.end .slider-wrapper {
    transform: translateX(-24%); }
  @media all and (max-width: 1250px) {
    .introSlider2 {
      max-width: 1130px; }
      .introSlider2.end .slider-wrapper {
        transform: translateX(-29%); } }
  @media all and (max-width: 1130px) {
    .introSlider2 .slider-wrapper {
      width: 120%; }
      .introSlider2 .slider-wrapper > .single-post {
        width: 30%; }
        .introSlider2 .slider-wrapper > .single-post h2 {
          font-size: 32px;
          line-height: 38px; }
    .introSlider2.end .slider-wrapper {
      transform: translateX(-19%); } }
  @media all and (max-width: 991px) {
    .introSlider2 .slider-wrapper > .single-post {
      width: 40%;
      min-width: 330px; }
      .introSlider2 .slider-wrapper > .single-post h2 {
        font-size: 32px;
        line-height: 38px; } }

@media all and (max-width: 789px) {
  .intro-posts .category {
    padding: 4px 4px !important; } }

.mobile-post {
  overflow: hidden; }
  .mobile-post .single-post__vertical {
    border-color: #2E2E32; }
  .mobile-post .mobileSlider {
    margin-left: 12px; }
    .mobile-post .mobileSlider::after {
      display: none; }
    .mobile-post .mobileSlider .swiper-slide {
      padding-right: 0;
      width: 264px; }
      .mobile-post .mobileSlider .swiper-slide img {
        width: 264px;
        height: 177px; }
      .mobile-post .mobileSlider .swiper-slide h4 {
        font-weight: 600;
        font-size: 16px !important;
        line-height: 18px !important;
        /* or 112% */
        letter-spacing: 0.01em;
        margin-bottom: 20px; }
      .mobile-post .mobileSlider .swiper-slide .single-post {
        padding-left: 0px;
        padding-right: 0px; }
        .mobile-post .mobileSlider .swiper-slide .single-post .small-heading {
          margin: 10px 0; }
        .mobile-post .mobileSlider .swiper-slide .single-post .category {
          position: absolute;
          top: 12px;
          left: 12px; }
          .mobile-post .mobileSlider .swiper-slide .single-post .category::after, .mobile-post .mobileSlider .swiper-slide .single-post .category::before {
            display: none; }
        .mobile-post .mobileSlider .swiper-slide .single-post.single-post__vertical {
          border: none; }
        .mobile-post .mobileSlider .swiper-slide .single-post .small-p {
          display: none; }

.project-module-gallery .swiper-slide .image img {
  width: auto;
  max-height: 410px; }

.modal {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  left: -9999vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal .modal-image {
    max-width: 9999px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal.active {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
    .modal.active .modal-content {
      opacity: 1; }
    .modal.active .modal-closer {
      position: absolute;
      top: 0px;
      right: 0px;
      color: #fff;
      font-size: 16px;
      padding: 10px;
      cursor: pointer; }
  .modal .modal-content {
    transition: opacity .5s ease;
    max-height: 600px;
    margin: 20px !important;
    padding: 40px 0;
    max-width: 1200px;
    cursor: default;
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #19191c; }
    .modal .modal-content * {
      color: #fff; }
    .modal .modal-content .col-lg-8 {
      padding: 0; }
    .modal .modal-content .col-lg-4 {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .modal .modal-content > div {
      height: 100%;
      position: relative; }
      .modal .modal-content > div .separator {
        background-color: #606A73; }
        .modal .modal-content > div .separator:first-child {
          margin-top: 0; }
        .modal .modal-content > div .separator:last-child {
          margin-top: 20px;
          margin-bottom: 0; }
      .modal .modal-content > div h2 {
        padding: 20px;
        padding-bottom: 0;
        padding-left: 35px;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.01em; }
        @media all and (max-width: 768px) {
          .modal .modal-content > div h2 {
            font-size: 27px;
            line-height: 20px; } }
      .modal .modal-content > div p {
        padding: 9px;
        padding-top: 6px; }
        .modal .modal-content > div p em {
          color: #989DA7; }
        .modal .modal-content > div p a {
          color: #989DA7;
          text-decoration: underline; }
      .modal .modal-content > div img {
        width: auto;
        height: auto;
        max-height: 520px; }
      .modal .modal-content > div .modal-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background-color: rgba(0, 0, 0, 0.5); }
        .modal .modal-content > div .modal-button .arrow {
          border: 1px solid #C6002F;
          border-radius: 3px;
          padding: 10px;
          display: flex;
          background: #C6002F; }
    .modal .modal-content .modal-text {
      justify-content: space-between;
      height: auto;
      display: flex; }
      .modal .modal-content .modal-text p {
        font-size: 18px;
        line-height: 24px;
        /* or 133% */
        letter-spacing: -0.015em;
        /* neutral/medium light grey */
        color: #989DA7; }
        .modal .modal-content .modal-text p strong {
          font-weight: bold; }
        .modal .modal-content .modal-text p em {
          font-style: italic; }
        .modal .modal-content .modal-text p a {
          color: #989DA7;
          text-decoration: underline; }
    @media all and (max-width: 768px) {
      .modal .modal-content {
        display: block;
        max-width: 500px;
        padding: 0; }
        .modal .modal-content > div {
          width: 100%;
          max-width: 100%;
          height: auto; }
          .modal .modal-content > div:first-child {
            height: 200px; }
          .modal .modal-content > div:last-child {
            height: calc(100% - 200px); } }

.transform-none .swiper-wrapper {
  transform: none !important; }
.transform-none::after {
  display: none; }

.share-links {
  max-width: 120px;
  padding-right: 9px;
  margin-top: 15px;
  padding-left: 0px; }
  @media all and (max-width: 991px) {
    .share-links {
      display: none; } }
  .share-links .name {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    text-align: left;
    line-height: 14px; }
  .share-links .separator {
    margin-bottom: 20px; }
  .share-links ul li {
    margin-bottom: 20px; }
  .share-links .icon-btn {
    padding: 7px 10px; }

#search-form .input {
  position: relative;
  width: calc(100% - 150px); }
  #search-form .input img {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%); }
  #search-form .input input {
    padding-left: 50px;
    border-radius: 0;
    line-height: 20px;
    width: 100%;
    border-color: #c9cfdf; }
@media all and (max-width: 576px) {
  #search-form.flex {
    display: block; }
    #search-form.flex .input {
      margin-bottom: 20px; }
    #search-form.flex > * {
      width: 100%; } }

.search .ad {
  margin-top: 20px !important; }

#contact-us, #send-article {
  overflow: hidden;
  width: 100%; }
  #contact-us label, #send-article label {
    display: block; }
    #contact-us label.btn, #send-article label.btn {
      margin-top: 20px; }
  #contact-us #upload, #send-article #upload {
    opacity: 0;
    top: -999vh;
    left: -999vw;
    position: absolute; }
  #contact-us .dual-button, #send-article .dual-button {
    width: 100%;
    margin-bottom: 20px; }
    #contact-us .dual-button input, #send-article .dual-button input {
      width: calc(50% - 10px); }
      #contact-us .dual-button input:first-child, #send-article .dual-button input:first-child {
        margin-right: 10px; }
      #contact-us .dual-button input:last-child, #send-article .dual-button input:last-child {
        margin-left: 10px; }
    @media all and (max-width: 576px) {
      #contact-us .dual-button, #send-article .dual-button {
        display: block; }
        #contact-us .dual-button input, #send-article .dual-button input {
          width: 100%;
          margin-left: 0 !important;
          margin-right: 0 !important;
          margin-bottom: 20px; }
          #contact-us .dual-button input:last-child, #send-article .dual-button input:last-child {
            margin-bottom: 0; } }
  #contact-us textarea, #send-article textarea {
    width: 100%;
    resize: none;
    height: 200px; }
  #contact-us .checkbox, #send-article .checkbox {
    display: flex;
    margin-top: 20px; }
    #contact-us .checkbox input, #send-article .checkbox input {
      margin-top: 5px;
      margin-right: 20px; }

.pages.authors {
  display: flex;
  align-items: flex-start; }
  .pages.authors .teams {
    margin-bottom: 60px; }
    .pages.authors .teams .separator {
      margin-bottom: 20px; }
    .pages.authors .teams .team-mate {
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      padding-bottom: 23px;
      border-bottom: 1px solid #EBECED; }
      .pages.authors .teams .team-mate img {
        max-width: 65px;
        max-height: 65px;
        width: 65px !important;
        width: 100%; }
      .pages.authors .teams .team-mate .team-content {
        padding-left: 20px; }
        .pages.authors .teams .team-mate .team-content h4 {
          margin: 5px 0; }
          .pages.authors .teams .team-mate .team-content h4 .title {
            color: #989DA7;
            text-transform: uppercase;
            margin-left: 9px;
            font-weight: 700;
            margin-top: 5px;
            font-family: 'Basier';
            font-size: 12px;
            line-height: 14px;
            /* identical to box height, or 117% */
            letter-spacing: -0.02em; }
        .pages.authors .teams .team-mate .team-content a {
          color: #000; }
        .pages.authors .teams .team-mate .team-content p {
          line-height: 24px; }
      .pages.authors .teams .team-mate:last-child {
        margin-bottom: 0px;
        border-bottom: 0px solid #EBECED; }
    @media all and (max-width: 991px) {
      .pages.authors .teams {
        margin-bottom: 30px; } }
    @media all and (max-width: 576px) {
      .pages.authors .teams {
        margin-bottom: 20px; } }
  .pages.authors aside {
    padding-left: 20px;
    width: 360px; }
    @media all and (max-width: 576px) {
      .pages.authors aside {
        width: auto;
        padding-left: 0;
        display: none; } }
  .pages.authors .small-wrapper h1 + .separator {
    margin: 12px 0 25px; }

.teams h3 {
  font-size: 32px; }

.page-template-team .content .ad--vertical {
  margin-top: 50px; }

.user-hide {
  display: none !important; }

@media all and (max-width: 576px) {
  .user-dsc {
    margin-top: 12px; }
    .user-dsc h1 {
      font-weight: 600;
      font-size: 28px;
      line-height: 32px;
      /* identical to box height, or 114% */
      letter-spacing: 0.02em; } }
@media all and (max-width: 576px) {
  .user-dsc div:first-of-type {
    display: none; } }

@media all and (min-width: 500px) {
  .author-header .author-header__img {
    display: none; }
  .author-header .social-media {
    margin-bottom: 7px !important; } }
@media all and (max-width: 576px) {
  .author-header {
    align-items: flex-start !important;
    justify-content: flex-start !important; }
    .author-header h2 {
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0.01em; } }
.author-header__img {
  max-width: 94px;
  margin-right: 12px; }
  .author-header__img img {
    height: auto; }
@media all and (min-width: 576px) {
  .author-header__ctn {
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
    width: 100%; } }
@media all and (max-width: 576px) {
  .author-header__ctn {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important; }
    .author-header__ctn .social-media {
      margin-top: 12px; }
      .author-header__ctn .social-media a {
        margin-left: 0 !important; } }
.author-header + .separator {
  margin: 6px 0; }

.small-post {
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #ebeced; }
  .small-post:last-of-type {
    border-bottom: 0px;
    margin-bottom: 8px; }
  .small-post img {
    width: 100px;
    height: max-content;
    max-height: 80px;
    object-fit: cover; }
  .small-post .cat {
    margin-top: 4px; }
  .small-post .cat, .small-post .cat a {
    color: #C6002F;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 6px; }
  .small-post h3, .small-post h3 a {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-family: "RoslindaleNarrow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em; }
  .small-post .post-content {
    padding: 10px;
    padding-top: 0; }

@media all and (max-width: 991px) {
  .content .main-text {
    order: 2; } }
.content .description.strong {
  margin-bottom: 32px; }
  .content .description.strong a {
    color: #C6002F; }
  .content .description.strong .small-wrapper p {
    margin-bottom: 0; }
.content .description:not(.strong) {
  margin-bottom: 32px; }
.content:not(.container) .row {
  margin-right: -200px; }
  @media all and (max-width: 1150px) {
    .content:not(.container) .row {
      margin-right: -100px; } }
  @media all and (max-width: 1050px) {
    .content:not(.container) .row {
      margin-right: 0; } }
.content .small-wrapper > p:not(.strong) {
  margin-bottom: 32px;
  display: block; }
@media all and (max-width: 576px) {
  .content .description, .content .small-wrapper > p:not(.strong) {
    margin-bottom: 30px; } }
.content .ad--vertical {
  margin-top: 22px !important;
  margin: 0; }
.content.home .single-post, .content.category-page .single-post, .content .post-list .single-post, .content .author-post-list .single-post {
  display: flex;
  margin-bottom: 20px; }
  .content.home .single-post .post-content, .content.category-page .single-post .post-content, .content .post-list .single-post .post-content, .content .author-post-list .single-post .post-content {
    padding: 0 24px; }
    .content.home .single-post .post-content .small-p, .content.category-page .single-post .post-content .small-p, .content .post-list .single-post .post-content .small-p, .content .author-post-list .single-post .post-content .small-p {
      padding: 20px 0; }
  .content.home .single-post .post-image, .content.category-page .single-post .post-image, .content .post-list .single-post .post-image, .content .author-post-list .single-post .post-image {
    position: relative; }
    .content.home .single-post .post-image img, .content.category-page .single-post .post-image img, .content .post-list .single-post .post-image img, .content .author-post-list .single-post .post-image img {
      max-width: 260px;
      width: max-content; }
    .content.home .single-post .post-image .category, .content.category-page .single-post .post-image .category, .content .post-list .single-post .post-image .category, .content .author-post-list .single-post .post-image .category {
      position: absolute;
      top: 10px;
      left: 10px; }
.content.home .wrapper, .content.category-page .wrapper, .content .post-list .wrapper, .content .author-post-list .wrapper {
  display: flex; }
  .content.home .wrapper .main-part, .content.category-page .wrapper .main-part, .content .post-list .wrapper .main-part, .content .author-post-list .wrapper .main-part {
    width: calc(100% - 360px);
    padding-right: 25px; }
  .content.home .wrapper article, .content.category-page .wrapper article, .content .post-list .wrapper article, .content .author-post-list .wrapper article {
    padding-bottom: 78px; }
  .content.home .wrapper aside, .content.category-page .wrapper aside, .content .post-list .wrapper aside, .content .author-post-list .wrapper aside {
    width: 360px; }
    .content.home .wrapper aside .ad, .content.category-page .wrapper aside .ad, .content .post-list .wrapper aside .ad, .content .author-post-list .wrapper aside .ad {
      margin: 40px auto; }
      .content.home .wrapper aside .ad.first-ad, .content.category-page .wrapper aside .ad.first-ad, .content .post-list .wrapper aside .ad.first-ad, .content .author-post-list .wrapper aside .ad.first-ad {
        margin-top: 0; }
  .content.home .wrapper .flex, .content.category-page .wrapper .flex, .content .post-list .wrapper .flex, .content .author-post-list .wrapper .flex {
    align-items: flex-end; }
    .content.home .wrapper .flex h3 span, .content.category-page .wrapper .flex h3 span, .content .post-list .wrapper .flex h3 span, .content .author-post-list .wrapper .flex h3 span {
      font-size: 20px;
      line-height: 32px;
      color: #606a73;
      margin-right: 20px;
      vertical-align: middle; }
.content.home.articles, .content.category-page.articles, .content .post-list.articles, .content .author-post-list.articles {
  padding-top: 58px; }
  .content.home.articles aside .born, .content.category-page.articles aside .born, .content .post-list.articles aside .born, .content .author-post-list.articles aside .born {
    display: flex;
    align-items: center; }
    .content.home.articles aside .born .fr-image, .content.category-page.articles aside .born .fr-image, .content .post-list.articles aside .born .fr-image, .content .author-post-list.articles aside .born .fr-image {
      padding-right: 20px; }
      .content.home.articles aside .born .fr-image img, .content.category-page.articles aside .born .fr-image img, .content .post-list.articles aside .born .fr-image img, .content .author-post-list.articles aside .born .fr-image img {
        width: 80px;
        height: 80px; }
    .content.home.articles aside .born .info, .content.category-page.articles aside .born .info, .content .post-list.articles aside .born .info, .content .author-post-list.articles aside .born .info {
      color: #989DA7; }
    .content.home.articles aside .born .info:last-child, .content.category-page.articles aside .born .info:last-child, .content .post-list.articles aside .born .info:last-child, .content .author-post-list.articles aside .born .info:last-child {
      margin-top: 10px; }
  .content.home.articles aside .newsletter > .link, .content.home.articles aside .support > .link, .content.category-page.articles aside .newsletter > .link, .content.category-page.articles aside .support > .link, .content .post-list.articles aside .newsletter > .link, .content .post-list.articles aside .support > .link, .content .author-post-list.articles aside .newsletter > .link, .content .author-post-list.articles aside .support > .link {
    margin-bottom: 10px;
    width: 100%;
    display: block; }
  .content.home.articles aside .newsletter .donate, .content.home.articles aside .support .donate, .content.category-page.articles aside .newsletter .donate, .content.category-page.articles aside .support .donate, .content .post-list.articles aside .newsletter .donate, .content .post-list.articles aside .support .donate, .content .author-post-list.articles aside .newsletter .donate, .content .author-post-list.articles aside .support .donate {
    margin-bottom: 20px; }
  .content.home.articles aside .newsletter .separator, .content.home.articles aside .support .separator, .content.category-page.articles aside .newsletter .separator, .content.category-page.articles aside .support .separator, .content .post-list.articles aside .newsletter .separator, .content .post-list.articles aside .support .separator, .content .author-post-list.articles aside .newsletter .separator, .content .author-post-list.articles aside .support .separator {
    margin-bottom: 20px; }
  .content.home.articles aside .newsletter p.strong, .content.home.articles aside .support p.strong, .content.category-page.articles aside .newsletter p.strong, .content.category-page.articles aside .support p.strong, .content .post-list.articles aside .newsletter p.strong, .content .post-list.articles aside .support p.strong, .content .author-post-list.articles aside .newsletter p.strong, .content .author-post-list.articles aside .support p.strong {
    margin-bottom: 20px; }
  .content.home.articles aside .newsletter form .email, .content.home.articles aside .support form .email, .content.category-page.articles aside .newsletter form .email, .content.category-page.articles aside .support form .email, .content .post-list.articles aside .newsletter form .email, .content .post-list.articles aside .support form .email, .content .author-post-list.articles aside .newsletter form .email, .content .author-post-list.articles aside .support form .email {
    width: 100%; }
  .content.home.articles aside .newsletter form .check, .content.home.articles aside .support form .check, .content.category-page.articles aside .newsletter form .check, .content.category-page.articles aside .support form .check, .content .post-list.articles aside .newsletter form .check, .content .post-list.articles aside .support form .check, .content .author-post-list.articles aside .newsletter form .check, .content .author-post-list.articles aside .support form .check {
    padding: 20px 0px; }
    .content.home.articles aside .newsletter form .check input, .content.home.articles aside .support form .check input, .content.category-page.articles aside .newsletter form .check input, .content.category-page.articles aside .support form .check input, .content .post-list.articles aside .newsletter form .check input, .content .post-list.articles aside .support form .check input, .content .author-post-list.articles aside .newsletter form .check input, .content .author-post-list.articles aside .support form .check input {
      margin: 5px 15px 10px 0; }
    .content.home.articles aside .newsletter form .check .small-p, .content.home.articles aside .support form .check .small-p, .content.category-page.articles aside .newsletter form .check .small-p, .content.category-page.articles aside .support form .check .small-p, .content .post-list.articles aside .newsletter form .check .small-p, .content .post-list.articles aside .support form .check .small-p, .content .author-post-list.articles aside .newsletter form .check .small-p, .content .author-post-list.articles aside .support form .check .small-p {
      font-size: 14px !important;
      line-height: 18px; }
  .content.home.articles aside .newsletter form .primary, .content.home.articles aside .support form .primary, .content.category-page.articles aside .newsletter form .primary, .content.category-page.articles aside .support form .primary, .content .post-list.articles aside .newsletter form .primary, .content .post-list.articles aside .support form .primary, .content .author-post-list.articles aside .newsletter form .primary, .content .author-post-list.articles aside .support form .primary {
    width: 100%; }
@media all and (max-width: 1240px) {
  .content.home aside, .content.category-page aside, .content .author-post-list aside {
    display: none; }
  .content.home .wrapper .main-part, .content.category-page .wrapper .main-part, .content .author-post-list .wrapper .main-part {
    width: 100%;
    padding-right: 0; }
    .content.home .wrapper .main-part .single-post .post-content, .content.category-page .wrapper .main-part .single-post .post-content, .content .author-post-list .wrapper .main-part .single-post .post-content {
      padding-right: 0; } }
@media all and (max-width: 1150px) {
  .content.home, .content.category-page {
    padding: 0 12px; } }
@media all and (max-width: 991px) {
  .content.home .wrapper .main-part, .content.category-page .wrapper .main-part, .content .author-post-list .wrapper .main-part {
    padding-bottom: 60px; }
  .content.home.articles, .content.category-page.articles, .content .author-post-list.articles {
    padding-top: 60px; } }
@media all and (max-width: 715px) {
  .content.home, .content.category-page, .content .author-post-list {
    /*            .ad {
                    display: none;
                }*/ }
    .content.home .main-part .single-post, .content.category-page .main-part .single-post, .content .author-post-list .main-part .single-post {
      align-items: center; }
      .content.home .main-part .single-post h3, .content.category-page .main-part .single-post h3, .content .author-post-list .main-part .single-post h3 {
        margin-bottom: 20px; }
      .content.home .main-part .single-post img, .content.category-page .main-part .single-post img, .content .author-post-list .main-part .single-post img {
        max-height: 100px;
        object-fit: cover;
        width: auto; }
      .content.home .main-part .single-post .small-p, .content.category-page .main-part .single-post .small-p, .content .author-post-list .main-part .single-post .small-p {
        display: none; } }
@media all and (max-width: 576px) {
  .content.home .wrapper .main-part, .content.category-page .wrapper .main-part, .content .author-post-list .main-part {
    padding-bottom: 40px; }
    .content.home .wrapper .main-part .single-post .post-content, .content.category-page .wrapper .main-part .single-post .post-content, .content .author-post-list .main-part .single-post .post-content {
      padding-left: 10px; }
    .content.home .wrapper .main-part .single-post img, .content.category-page .wrapper .main-part .single-post img, .content .author-post-list .main-part .single-post img {
      max-height: 80px;
      max-width: 112px; }
    .content.home .wrapper .main-part .single-post h3, .content.category-page .wrapper .main-part .single-post h3, .content .author-post-list .main-part .single-post h3 {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px; }
  .content.home.articles {
    padding-top: 40px; } }
.content.pages {
  padding: 40px 0; }
  .content.pages.search h1 {
    margin-bottom: 20px; }
  .content.pages.not-found {
    padding-top: 80px; }
    .content.pages.not-found strong {
      font-weight: 700; }
    @media all and (max-width: 991px) {
      .content.pages.not-found {
        padding-top: 60px; } }
    @media all and (max-width: 576px) {
      .content.pages.not-found {
        padding-top: 40px; } }
  .content.pages .small-wrapper > .separator {
    margin: 20px 0 30px; }
  .content.pages .small-wrapper .page-content {
    width: 100%; }
    .content.pages .small-wrapper .page-content a {
      color: #C6002F; }
    .content.pages .small-wrapper .page-content p:not(.white) a {
      font-family: "Basier", sans-serif; }
    .content.pages .small-wrapper .page-content *:last-child {
      margin-bottom: 0; }
    .content.pages .small-wrapper .page-content .page-content-in p {
      color: #606a73;
      margin-bottom: 20px; }
    .content.pages .small-wrapper .page-content .page-content-in p, .content.pages .small-wrapper .page-content .page-content-in a {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.015em; }
  @media all and (max-width: 1150px) {
    .content.pages {
      padding: 40px 12px; } }
.content.category-page .small-post {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #ebeced; }
  .content.category-page .small-post:last-of-type {
    border-bottom: 0px; }
  .content.category-page .small-post img {
    width: 100px;
    height: max-content;
    max-height: 80px;
    object-fit: cover; }
  .content.category-page .small-post .cat {
    color: #C6002F;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .content.category-page .small-post h3 {
    font-size: 16px;
    line-height: 18px; }
  .content.category-page .small-post .post-content {
    padding: 10px; }
.content.category-page .donation {
  margin-bottom: 40px; }
  @media all and (max-width: 991px) {
    .content.category-page .donation {
      margin-bottom: 30px; } }
  @media all and (max-width: 576px) {
    .content.category-page .donation {
      margin-bottom: 20px; } }
.content.summary-content .small-wrapper > .page-content {
  margin-bottom: 40px; }
  .content.summary-content .small-wrapper > .page-content::before {
    content: "";
    clear: both;
    display: block; }
  .content.summary-content .small-wrapper > .page-content > .news {
    float: right;
    max-width: 400px;
    padding: 0 0 0 40px; }
    @media all and (max-width: 576px) {
      .content.summary-content .small-wrapper > .page-content > .news {
        padding: 0 0 0 0px;
        float: none;
        max-width: 999px;
        margin-bottom: 24px; } }
    .content.summary-content .small-wrapper > .page-content > .news h3 {
      font-weight: 600; }
    .content.summary-content .small-wrapper > .page-content > .news strong {
      color: #000;
      font-weight: 600; }
      @media all and (max-width: 576px) {
        .content.summary-content .small-wrapper > .page-content > .news strong {
          font-size: 20px;
          line-height: 135%; } }
    .content.summary-content .small-wrapper > .page-content > .news ul {
      margin-left: 15px; }
      .content.summary-content .small-wrapper > .page-content > .news ul li {
        font-size: 20px;
        line-height: 135%;
        color: #000; }
        @media all and (max-width: 576px) {
          .content.summary-content .small-wrapper > .page-content > .news ul li {
            font-size: 20px;
            line-height: 135%; } }
  .content.summary-content .small-wrapper > .page-content .project-module-single_image figure {
    padding-bottom: 10px; }
    .content.summary-content .small-wrapper > .page-content .project-module-single_image figure figcaption {
      border-bottom: 1px solid #EBECED; }
      .content.summary-content .small-wrapper > .page-content .project-module-single_image figure figcaption p {
        margin: 10px auto;
        font-size: 12px;
        line-height: 16.2px;
        color: #606a73; }
.content.summary-content + .donation {
  width: 100%;
  clear: both; }
  .content.summary-content + .donation * {
    clear: both; }
.content .footnotes {
  max-width: 650px;
  margin-top: 50px;
  padding-bottom: 28px; }
  .content .footnotes h2 {
    font-family: 'RoslindaleNarrow';
    padding-bottom: 15px;
    border-bottom: 1px solid #19191C;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
    /* identical to box height, or 114% */
    letter-spacing: 0.01em; }
  .content .footnotes > div {
    display: flex;
    align-items: flex-start; }
    .content .footnotes > div a {
      color: #606a73;
      text-decoration: underline; }
    .content .footnotes > div sup {
      margin-left: 0;
      margin-right: 10px;
      vertical-align: auto;
      line-height: 1.3; }
    .content .footnotes > div p {
      font-size: 14px;
      margin-bottom: 15px;
      color: #606a73;
      line-height: 18px; }
.content .bibliography {
  padding-bottom: 0px;
  max-width: 662px; }
  .content .bibliography h2 {
    font-family: 'RoslindaleNarrow';
    padding-bottom: 15px;
    border-bottom: 1px solid #19191C;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
    /* identical to box height, or 114% */
    letter-spacing: 0.01em; }
  .content .bibliography div {
    margin-bottom: 15px;
    display: flex; }
    .content .bibliography div i {
      font-style: italic;
      color: #000; }
    .content .bibliography div .bibliography__number {
      margin-right: 7px;
      margin-top: 0px;
      color: #606A73;
      font-size: 14px;
      line-height: 18px;
      /* identical to box height, or 129% */
      letter-spacing: -0.015em; }
    .content .bibliography div .bibliography__title {
      color: #000000; }
    .content .bibliography div .bibliography__title:last-child {
      color: #606A73; }
    .content .bibliography div p {
      font-size: 14px;
      line-height: 18px;
      /* identical to box height, or 129% */
      letter-spacing: -0.015em; }
.content .tags-menu {
  position: relative; }
  .content .tags-menu::before {
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 1px;
    position: absolute;
    background-color: #000; }

.page-template .small-wrapper {
  max-width: 770px; }

.tags-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0; }
  .tags-menu li {
    margin-right: 8px;
    margin-bottom: 8px; }

.ad {
  max-width: 950px;
  width: 100%;
  margin: 80px auto;
  text-align: center; }
  .ad--arts {
    margin-top: 15px;
    margin-bottom: 15px; }
    .ad--arts .separator {
      background-color: #EBECED;
      margin-top: 15px; }
  .ad .ad-label {
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #000;
    display: block;
    text-transform: uppercase; }
  .ad img {
    display: inline-block; }
  .ad .ad-content {
    font-size: 20px;
    margin: 0 auto; }
  @media all and (max-width: 991px) {
    .ad {
      margin: 60px auto; } }
  @media all and (max-width: 576px) {
    .ad {
      margin: 40px auto; } }
  .ad.ad-big {
    margin: 0 auto 80px; }
    .ad.ad-big .ad-content {
      min-height: 600px; }

.single-post__horizontal {
  border-bottom: 1px solid #EBECED;
  margin-bottom: 16px !important;
  padding-bottom: 16px; }
  .single-post__horizontal .post-excerpt {
    padding-top: 4px !important; }
  @media all and (max-width: 576px) {
    .single-post__horizontal {
      align-items: flex-start !important;
      margin-bottom: 8px !important;
      padding-bottom: 8px; }
      .single-post__horizontal .info {
        margin-top: 18px; }
      .single-post__horizontal .category {
        display: none !important; }
      .single-post__horizontal .post-content {
        min-height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
  .single-post__horizontal .post-content h4 {
    margin-top: 8px; }
    @media all and (max-width: 576px) {
      .single-post__horizontal .post-content h4 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.03em;
        margin-top: 0; } }
    .single-post__horizontal .post-content h4 a {
      color: #000 !important;
      letter-spacing: 0.02em; }
  .single-post__horizontal .post-content .info .date::after {
    content: ""; }

.ad--verticalPost {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.main-p-tab {
  position: relative;
  cursor: pointer; }
  .main-p-tab:not(.main-p-tab-active) {
    top: 3px; }

.more-arts-spin {
  text-align: center;
  display: none; }

.main-p-tab-active {
  font-size: 28px !important;
  color: #000 !important; }

.trending-posts, .link-browse-more-trending {
  display: none; }

/*.category-page-header{
    @include mobile {
        font-size: 40px !important;
        line-height: 44px !important;
        letter-spacing: 0.01em !important;
        margin-top: 0 !important;
    }
}*/
@media all and (max-width: 576px) {
  .page-list-header {
    flex-direction: column;
    align-items: flex-start !important; } }

.border-bottom {
  position: relative; }
  .border-bottom:after {
    border-bottom: 1px solid #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    content: ""; }

.aside-cat-name {
  padding-bottom: 8px;
  margin-bottom: 16px; }
  .aside-cat-name:after {
    bottom: 0px; }
  .aside-cat-name .link-browse {
    top: 0px; }
  .aside-cat-name h4 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    font-weight: bold;
    width: 100%;
    font-family: "Basier", sans-serif; }
  .aside-cat-name a {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px; }
  .aside-cat-name div {
    display: flex;
    justify-content: space-between; }

.aside-section {
  margin-bottom: 50px; }
  .aside-section .small-post .post-content {
    max-width: 240px; }

.browse-all {
  width: 100%;
  display: block;
  font-size: 14px !important;
  line-height: 17px !important; }

.category-select {
  margin-top: 50px; }
  @media all and (max-width: 576px) {
    .category-select {
      margin-top: 15px;
      width: 100%;
      padding-top: 9px;
      border-top: 1px solid #000000;
      margin-bottom: 0px; } }
  .category-select .select2 {
    min-width: 180px; }
    @media all and (max-width: 576px) {
      .category-select .select2 {
        width: 98% !important; } }
  .category-select .select2-container--default .select2-selection--single {
    border: none;
    font-size: 16px;
    font-weight: 400; }
    .category-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none;
      background: url(../svg/arrow-down-select.svg) no-repeat;
      width: 24px;
      height: 24px;
      top: 3px; }

@media all and (max-width: 576px) {
  .post-list-separator-top {
    margin-bottom: 25px; } }

.select2-dropdown {
  border: none;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-top: 10px; }
  .select2-dropdown li {
    border-bottom: 1px solid #EBECED;
    color: #606A73;
    padding: 16px 30px;
    text-align: right;
    font-size: 14px; }

.admin-bar .select2-dropdown {
  margin-top: 42px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #000; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: none;
  color: #000; }

aside .newsletter {
  margin-top: 60px;
  margin-bottom: 70px; }
  aside .newsletter .strong {
    font-weight: 700;
    color: #000; }
  aside .newsletter p.small-p {
    margin-bottom: 16px !important; }
  aside .newsletter h3 {
    font-size: 32px;
    line-height: 40px; }
  aside .newsletter .separator {
    margin-top: 8px !important;
    margin-bottom: 18px !important; }
  aside .newsletter .check {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
aside .support {
  margin-top: 60px;
  margin-bottom: 70px; }
  aside .support .small-p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }
  aside .support .link {
    font-weight: 600; }
  aside .support .separator {
    margin-bottom: 12px !important; }
  aside .support .small-p {
    margin-bottom: 28px !important; }
  aside .support .link {
    margin-bottom: 0 !important; }
  aside .support .donate {
    margin-top: 16px !important; }

.author-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  overflow: unset; }
  @media all and (max-width: 576px) {
    .author-header br {
      display: none; } }
  .author-header h1 {
    font-size: 40px !important;
    float: left;
    line-height: 48px !important;
    letter-spacing: 0.01em; }
    @media all and (max-width: 576px) {
      .author-header h1 {
        font-weight: 600 !important;
        font-size: 28px !important;
        line-height: 32px !important; } }
  .author-header h2 {
    font-size: 32px; }
    @media all and (max-width: 576px) {
      .author-header h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        /* identical to box height, or 133% */
        letter-spacing: 0.01em; } }
  .author-header > div {
    align-items: end;
    display: flex; }
  .author-header span {
    display: inline-block;
    color: #989DA7;
    font-size: 12px;
    margin-left: 25px;
    bottom: 7px;
    position: relative;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
  .author-header .social-media li {
    display: inline-block; }
    .author-header .social-media li a {
      margin-left: 5px;
      margin-right: 5px;
      width: 32px;
      height: 32px;
      border: 1px solid #989DA7;
      border-radius: 2px;
      display: flex;
      justify-content: center;
      align-items: center; }

.user-dsc {
  margin-bottom: 55px;
  display: flex;
  margin-top: 16px; }
  .user-dsc > div:first-of-type {
    min-width: 169px;
    margin-right: 25px; }
  .user-dsc p {
    font-size: 16px;
    line-height: 24px; }

.post-excerpt {
  font-weight: normal;
  line-height: 24px !important;
  margin-bottom: 4px !important; }

.page-template-quiz .intro .wrapper {
  text-align: left; }
.page-template-quiz .intro .category {
  margin: 0 0 25px 0 !important; }
  .page-template-quiz .intro .category:after, .page-template-quiz .intro .category:before {
    background: none; }
.page-template-quiz .main-part {
  display: flex; }
.page-template-quiz .quiz-text {
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.015em;
  /* neutral/medium grey */
  margin-bottom: 30px;
  color: #606A73; }
.page-template-quiz .wq_quizProgressBar {
  box-shadow: none;
  border: 1px solid #EBECED;
  background: #EBECED;
  border-radius: 2px; }
  .page-template-quiz .wq_quizProgressBar .wq_quizProgressValue {
    background: #000000; }
.page-template-quiz .wq-quiz.wq-skin-flat .wq_questionTextCtr {
  background: none;
  padding-left: 0; }
  .page-template-quiz .wq-quiz.wq-skin-flat .wq_questionTextCtr h4 {
    font-weight: 600;
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    letter-spacing: -0.015em;
    color: #000000; }
.page-template-quiz .wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
  background: none;
  border: 1px solid #EBECED;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 10px 17px; }
.page-template-quiz .wq_singleAnswerCtr .wq_answerTxtCtr::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #989DA7;
  top: -1px; }
.page-template-quiz .wq_singleAnswerCtr.chosen .wq_answerTxtCtr::after {
  width: 6px;
  height: 6px;
  background: #C6002F;
  border: #C6002F;
  border-radius: 50%;
  left: 6.5px;
  top: 6px; }
.page-template-quiz .wq_answerTxtCtr {
  padding-left: 35px; }
.page-template-quiz .wq-continue-btn {
  width: 100%;
  background: #C6002F !important;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #FFFFFF; }
.page-template-quiz .wq_resultsCtr {
  background: none !important;
  border: none !important;
  padding: 0 !important; }
  .page-template-quiz .wq_resultsCtr .wq-result-title {
    padding-top: 30px;
    padding-bottom: 30px; }
  .page-template-quiz .wq_resultsCtr .wq_quizTitle {
    display: none !important; }

.wpcf7 input, .wpcf7 textArea {
  width: 100%;
  margin-bottom: 10px !important;
  border: 1px solid #989DA7;
  border-radius: 2px; }
.wpcf7 input[type="checkbox"] {
  width: auto; }
.wpcf7 .wpcf7-submit {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 12px;
  color: #FFFFFF;
  background: #000;
  margin-top: 32px; }
.wpcf7 .wpcf7-list-item {
  margin-left: 0; }
.wpcf7 span.wpcf7-list-item {
  display: inline-block;
  margin: 0; }
.wpcf7 .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px; }
.wpcf7 .wpcf7-acceptance label {
  position: relative;
  cursor: pointer; }
  .wpcf7 .wpcf7-acceptance label span a {
    font-size: 14px !important;
    text-decoration: underline !important;
    color: #606A73 !important; }
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0; }
.wpcf7 .wpcf7-acceptance input[type=checkbox] + span {
  /* border: 3px solid red; */ }
.wpcf7 .wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 16px;
  width: 16px;
  top: auto;
  margin-top: 5px;
  left: -32px;
  border: 1px solid #989DA7;
  border-radius: 2px; }
.wpcf7 .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 17px;
  width: 17px;
  top: 5px;
  left: -32px;
  visibility: hidden;
  font-size: 14px;
  text-align: center;
  line-height: 16px; }
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent; }
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible; }
.wpcf7 .wpcf7-list-item-label {
  margin-left: 32px;
  display: block;
  position: relative; }

.wpcf7-acceptance {
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  color: #606A73;
  letter-spacing: -0.015em; }

.dnd-upload-counter, .codedropz-upload-inner h3, .codedropz-upload-inner span {
  display: none; }

.codedropz-upload-handler {
  border: 1px solid #C6002F;
  border-radius: 2px;
  margin-bottom: 25px; }

.accept-type {
  margin-top: 15px;
  margin-bottom: 20px !important;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.015em;
  /* neutral/medium grey */
  color: #606A73; }

.cd-upload-btn {
  color: #000000 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px; }

.dnd-progress-bar, .dnd-upload-details em {
  display: none !important; }

.dnd-upload-details span {
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  letter-spacing: -0.015em;
  /* neutral/medium grey */
  color: #606A73; }

.dnd-upload-status .dnd-upload-details .remove-file span::after {
  background-image: url(../svg/close.svg);
  width: 24px;
  height: 24px; }

.page-content .row {
  margin-right: -15px !important; }

.codedropz-upload-wrapper {
  margin-bottom: 20px; }

.old-post-ctn {
  max-width: 662px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #606A73; }
  .old-post-ctn .w2g {
    margin-top: 20px;
    margin-bottom: 20px; }
  .old-post-ctn figure {
    margin-top: 30px !important; }
  .old-post-ctn a {
    color: #F3003A !important;
    text-decoration: none; }
  .old-post-ctn figcaption {
    font-size: 12px;
    line-height: 135%;
    /* or 16px */
    border-bottom: 1px solid #EBECED;
    padding-bottom: 10px;
    color: #606A73; }
  .old-post-ctn h2 {
    margin-bottom: 10px; }
  .old-post-ctn p + h2 {
    margin-top: 45px; }
  .old-post-ctn p, .old-post-ctn ul {
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    letter-spacing: -0.015em;
    /* neutral/medium grey */
    color: #606A73; }

.long-read-article .small-wrapper {
  max-width: 1200px; }
.long-read-article .intro {
  padding: 32px 0; }
  @media all and (max-width: 576px) {
    .long-read-article .intro {
      padding: 5px 12px 20px; }
      .long-read-article .intro .category.center {
        margin: 0 auto !important; } }
.long-read-article .description, .long-read-article .project-module-text, .long-read-article .project-module-quotation, .long-read-article .project-module-gallery, .long-read-article .author, .long-read-article .donation, .long-read-article .project-module-single_image, .long-read-article .footnotes,
.long-read-article .bibliography, .long-read-article .tags-menu {
  max-width: 744px;
  margin: 0 auto; }
.long-read-article .banner .wrapper .image .image-desc {
  max-width: 814px;
  margin: 0 auto; }
  .long-read-article .banner .wrapper .image .image-desc p {
    margin-left: 0;
    max-width: 815px; }
.long-read-article p, .long-read-article li, .long-read-article a {
  line-height: 27px; }
.long-read-article .page-content a {
  color: #C6002F; }
.long-read-article .banner .image .separator {
  max-width: 814px !important;
  margin: 0 auto;
  margin-left: auto !important; }
.long-read-article .project-module-text img {
  height: auto;
  margin-top: 32px; }
  @media all and (min-width: 1150px) {
    .long-read-article .project-module-text img {
      max-width: calc(100% - 175px); } }

.time-read {
  color: #606A73 !important;
  letter-spacing: -0.02em;
  font-size: 12px;
  line-height: 14px;
  font-family: 'basier_circleregular', sans-serif;
  font-weight: bold !important; }
  .time-read span#time-to-read-val {
    color: #606A73 !important;
    font-weight: 700 !important; }

.project-module-gallery .image-desc p {
  font-size: 12px;
  line-height: 135%;
  color: #606A73;
  letter-spacing: -0.018em; }

.project-module-single_image + .project-module-single_image {
  margin-top: 40px; }

@media all and (max-width: 576px) {
  .project-module p {
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    letter-spacing: -0.015em; } }
.project-module img {
  height: auto; }

.site-content .top-subpage {
  padding-top: 56px; }
  @media all and (max-width: 576px) {
    .site-content .top-subpage {
      padding-top: 10px; } }
  .site-content .top-subpage h1 {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0.01em; }
    @media all and (max-width: 576px) {
      .site-content .top-subpage h1 {
        font-size: 40px;
        line-height: 44px; } }
  .site-content .top-subpage aside {
    margin-top: 20px; }
  .site-content .top-subpage .small-wrapper > .separator {
    margin: 6px 0 30px; }

.success {
  font-weight: 700;
  color: green;
  font-size: 40px; }

.check a {
  text-decoration: underline;
  color: #606a73; }

.page-template-default .page-content-in h2 {
  margin-bottom: 35px; }
.page-template-default .page-content-in h3 {
  margin-bottom: 25px;
  line-height: 32px; }
.page-template-default .page-content-in p + h3 {
  margin-top: 45px; }
.page-template-default .page-content-in p + h2 {
  margin-top: 45px; }
.page-template-default .page-content-in .w2g {
  margin-top: 20px;
  margin-bottom: 20px; }
.page-template-default .page-content-in ul {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.015em;
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px; }
  .page-template-default .page-content-in ul li {
    margin-bottom: 6px;
    list-style: disc; }

.article-header .author {
  line-height: 14px;
  position: relative;
  margin-top: 1px;
  margin-right: -3px; }

.latest-posts {
  margin-top: 16px; }

.main-part-1 {
  padding-bottom: 76px; }

.post-row .single-post .info .date:after {
  content: ""; }

.form-info .newsletter-success {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 137% */
  letter-spacing: -0.018em;
  /* accent/medium */
  color: #C6002F;
  margin-bottom: 9px;
  display: inline-block; }

.article-content h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 30px; }
.article-content .wp-block-image {
  margin: 0; }
.article-content figcaption {
  margin-top: 10px !important;
  margin-bottom: 25px; }
  .article-content figcaption em {
    font-style: italic; }
.article-content figure {
  max-width: 100%; }
@media all and (max-width: 768px) {
  .article-content iframe {
    width: 100%;
    height: auto;
    min-height: 300px; } }
.article-content .w2g {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 45px;
  margin-bottom: 20px;
  border-top: 1px solid #19191C;
  border-bottom: 1px solid #19191C;
  position: relative; }
  .article-content .w2g:after {
    content: "AdVertisment";
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    top: -25px;
    left: 0; }

.standard-article figure {
  padding-bottom: 10px; }
  .standard-article figure figcaption {
    border-bottom: 1px solid #EBECED; }
    .standard-article figure figcaption p {
      margin: 10px auto;
      font-size: 12px;
      line-height: 16.2px;
      color: #606a73; }

.author .post-author {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  align-items: center; }
  .author .post-author a {
    color: #606a73;
    text-decoration: underline; }
  .author .post-author .desc {
    width: 100%; }
  @media all and (max-width: 576px) {
    .author .post-author {
      display: block; }
      .author .post-author img {
        margin-bottom: 20px; }
      .author .post-author .name {
        width: 100%; } }
  .author .post-author > img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 20px; }
  .author .post-author .name {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .author .post-author .name a {
      color: #000000; }
    .author .post-author .name h3 .author--role {
      font-family: 'Basier';
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      margin-right: 10px; }
    .author .post-author .name .social-media {
      display: flex; }
      .author .post-author .name .social-media li {
        margin-right: 20px; }
        .author .post-author .name .social-media li:last-child {
          margin-right: 0; }
  .author .post-author:last-child {
    margin-bottom: 0; }

.author-footer h3 {
  font-family: 'RoslindaleNarrow';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em; }

.archive.author .content .ad--vertical {
  margin-top: 7px !important; }
.archive.author .author-header span {
  bottom: -24px !important; }
  @media all and (max-width: 576px) {
    .archive.author .author-header span {
      margin-left: 0;
      bottom: 0px !important; } }
@media all and (max-width: 576px) {
  .archive.author .author-header h1 {
    width: 100% !important; } }

.above-footer {
  padding: 80px 20px; }
  @media all and (max-width: 576px) {
    .above-footer {
      padding: 80px 20px; } }
  .above-footer .separator {
    margin-bottom: 20px; }
  .above-footer .flex {
    align-items: center; }
  .above-footer .post-row .single-post .post-image {
    position: relative; }
    .above-footer .post-row .single-post .post-image .category {
      position: absolute;
      top: 10px;
      left: 10px; }
    .above-footer .post-row .single-post .post-image a:not(.category) {
      line-height: 1;
      font-size: 1px;
      display: block;
      width: 100%; }
    .above-footer .post-row .single-post .post-image img {
      width: 100%; }
      @media all and (min-width: 567px) and (max-width: 992px) {
        .above-footer .post-row .single-post .post-image img {
          height: 264px;
          object-fit: cover; } }
  .above-footer .post-row .single-post .post-content h4 {
    margin: 20px 0 8px; }
    .above-footer .post-row .single-post .post-content h4 a {
      color: inherit; }
  .above-footer .post-row .single-post .post-content .small-p {
    margin-bottom: 20px;
    line-height: 24px; }
  @media all and (max-width: 991px) {
    .above-footer .post-row .single-post {
      padding-bottom: 40px; } }

@media all and (max-width: 576px) {
  .single-post__vertical {
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #EBECED; } }
.single-post__vertical h4 {
  margin-bottom: 11px;
  margin-top: 11px;
  font-weight: 600; }
  @media all and (max-width: 576px) {
    .single-post__vertical h4 {
      font-size: 24px !important;
      line-height: 32px !important;
      letter-spacing: 0.01em; } }
  .single-post__vertical h4 a {
    color: #000; }

.author-link {
  color: #C6002F;
  font-weight: normal;
  letter-spacing: -0.02em; }
  @media all and (max-width: 576px) {
    .author-link {
      font-weight: 400 !important;
      font-size: 10px;
      line-height: 14px; } }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
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 {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1128px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.banner .image-desc p {
  margin-top: 10px; }

.banner .image-desc p, figcaption {
  font-size: 12px;
  line-height: 16.2px; }
  .banner .image-desc p a, figcaption a {
    text-decoration: underline !important;
    color: #606A73 !important; }
  .banner .image-desc p em, .banner .image-desc p i, figcaption em, figcaption i {
    font-style: italic;
    color: #4d5761; }
  .banner .image-desc p strong, figcaption strong {
    font-weight: 700; }

.content.summary-content .small-wrapper > .page-content .project-module-single_image figure figcaption p {
  margin: 8px auto; }

.intro.intro-posts .post-row .introSlider2 .row .post-image {
  margin-bottom: 12px; }
.intro.intro-posts .post-row .introSlider2 .single-post__vertical {
  padding-bottom: 40px; }
.intro.intro-posts .post-row .introSlider2 .col-md-6 .single-post .post-content {
  min-height: 1px; }

.article-content figcaption {
  margin-bottom: 14px; }

.long-read-article .banner {
  padding-bottom: 24px; }
.long-read-article .share-links {
  padding-right: 24px; }
.long-read-article .description em {
  font-size: 20px; }

@media all and (max-width: 567px) {
  .long-read-article .info .date {
    font-weight: 700 !important;
    font-size: 12px !important; } }

@media all and (min-width: 567px) {
  .single-post__horizontal .author-link {
    margin-right: -2px; } }
@media all and (max-width: 567px) {
  .single-post__horizontal .info .date::before {
    margin-left: 2px;
    margin-right: 4px; } }

@media all and (max-width: 567px) {
  .intro.intro-posts .date {
    font-size: 12px !important; } }

@media all and (max-width: 567px) {
  .intro.intro-posts .author-link {
    margin-right: -2px; } }

@media all and (max-width: 567px) {
  .intro.intro-posts .info .date::before {
    top: -1px; } }

@media all and (min-width: 567px) {
  .project-module.project-module-quotation {
    margin-top: 45px;
    margin-bottom: 45px; } }
.project-module.project-module-quotation .desc .author {
  margin-bottom: 0;
  line-height: 24px; }
  .project-module.project-module-quotation .desc .author * {
    line-height: 24px;
    font-size: 16px; }
.project-module.project-module-quotation .desc .information {
  margin-top: 0;
  line-height: 24px; }
  .project-module.project-module-quotation .desc .information * {
    line-height: 24px;
    font-size: 16px; }
.project-module.project-module-quotation .desc .author {
  /*            font-weight: 600 !important;
              font-size: 16px !important;
              line-height: 22px !important;
              letter-spacing: -0.018em !important;
              color: #000000 !important;*/ }

.article-content i {
  font-style: italic; }

body .project-module-gallery .button-gallery-next {
  position: absolute;
  height: 410px;
  right: 0;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 9; }
  @media all and (max-width: 576px) {
    body .project-module-gallery .button-gallery-next {
      display: none; } }
  body .project-module-gallery .button-gallery-next span {
    background-color: #C6002F;
    padding: 10px;
    display: block;
    line-height: 1; }

.project-module-gallery {
  margin-top: 30px !important; }

.swiperGallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex-direction: column;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-items: flex-start;
  width: auto;
  padding-right: 0px !important; }
.swiperGallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.swiperGallery .modal-opener {
  padding: 0 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 9; }
  @media all and (max-width: 576px) {
    .swiperGallery .modal-opener {
      display: none; } }
  .swiperGallery .modal-opener span {
    background-color: #C6002F;
    padding: 10px;
    display: block;
    line-height: 1; }
.swiperGallery .image-desc {
  margin: 0 !important;
  width: 100% !important;
  font-size: 16px !important;
  margin-top: 12px !important;
  margin-bottom: 2px !important;
  line-height: 135% !important;
  display: table !important;
  letter-spacing: -0.018em !important; }
  .swiperGallery .image-desc p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 135% !important;
    letter-spacing: -0.018em !important;
    display: table-caption; }

html.modal-show {
  /*    &:after{
          content: "";
          background: rgba(0,0,0,0.5);
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }*/ }

.modal.active {
  left: 50%;
  right: 50%;
  background: none;
  transform: translate(-50%, -50%);
  top: 50%; }
  .modal.active:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: -50%;
    left: -50%;
    width: 100000px;
    height: 10000px;
    z-index: -1; }
  .modal.active .swiper-container {
    overflow: hidden; }
  .modal.active .swiper-container::after {
    content: none; }

.swiperGalleryModal {
  width: 100%;
  max-width: 1440px; }

body .active-gallery .modal-closer {
  top: 10px !important;
  right: 25px !important; }
body .active-gallery .modal-content {
  max-width: 9999px;
  max-height: 9999px;
  padding: 62px 0;
  padding-right: 18px;
  margin: 0 !important; }
  body .active-gallery .modal-content .bottom {
    margin-left: 9px; }
  body .active-gallery .modal-content .modal-button {
    width: 68px; }
    body .active-gallery .modal-content .modal-button .arrow {
      padding: 5px; }
  body .active-gallery .modal-content .modal-prev {
    left: 0; }
    body .active-gallery .modal-content .modal-prev .arrow {
      transform: rotate(180deg); }
body .active-gallery .swiper-slide .image img {
  max-width: 100%;
  max-height: 660px; }

.button-gallery-next {
  opacity: 1;
  transition: all 0.5s; }

.small-wrapper.endSlide .button-gallery-next {
  opacity: 0; }

@media all and (max-width: 567px) {
  .featured .single-post__vertical h4 {
    margin-bottom: 24px; } }
@media all and (max-width: 567px) {
  .featured.dark .single-post__vertical h4 {
    margin-bottom: 4px; } }

@media all and (max-width: 567px) {
  .featured h3.big {
    margin-bottom: 8px; }
  .featured .link.link-browse {
    top: 0px !important; } }

@media all and (max-width: 567px) {
  .main-part h3.big {
    margin-bottom: 8px; }
  .main-part .link.link-browse {
    top: -15px !important; } }

@media all and (max-width: 567px) {
  .main-part-1 h3.big {
    margin-bottom: 12px; }
  .main-part-1 .link.link-browse {
    top: -15px !important; } }

@media all and (max-width: 567px) {
  .single-post__horizontal .post-content h4 {
    margin-top: 4px; } }

.standard-article .standard-article-sections .col-lg-8, .standard-article .standard-article-sections .small-wrapper {
  max-width: calc(648px + 30px); }

.old-post-ctn {
  max-width: 648px; }
  .old-post-ctn figure + h2, .old-post-ctn figure + h3 {
    margin-top: 10px !important; }

@media all and (min-width: 987px) {
  .top-recommendation {
    padding-left: 5px; } }

@media all and (min-width: 987px) {
  .featured__top .single-post__vertical h4 {
    margin-bottom: 24px !important; } }

.long-read-article .time-read {
  font-weight: 400 !important; }
  .long-read-article .time-read span#time-to-read-val {
    font-weight: 400 !important; }

.breaking-news-baner .info .date::after {
  content: none; }
@media all and (max-width: 567px) {
  .breaking-news-baner .wrapper .image-content h2 {
    font-size: 28px !important;
    line-height: 32px !important; }
  .breaking-news-baner .wrapper {
    flex-direction: column; }
  .breaking-news-baner .image-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .breaking-news-baner .author a {
    font-size: 12px;
    font-weight: bold !important; }
  .breaking-news-baner .info .date {
    font-size: 12px;
    font-weight: bold !important; } }

.page-content strong {
  font-weight: 700;
  color: #000; }

body .description a, body .description em {
  font-size: 18px;
  line-height: 24px; }

.swiper-6-right {
  transform: translate3d(-263px, 0px, 0px) !important; }

.project-module-text ul, .old-post-ctn ul {
  padding-left: 20px;
  margin-bottom: 20px; }
  .project-module-text ul li, .old-post-ctn ul li {
    list-style: disc;
    margin-bottom: 10px; }

/* quiz single */
@media all and (max-width: 567px) {
  .single-quiz .above-footer {
    padding: 0; } }
.single-quiz__introduction {
  margin-top: 15px; }
  @media all and (max-width: 567px) {
    .single-quiz__introduction {
      margin-top: 0;
      margin-left: 3px;
      margin-right: 3px; } }
  .single-quiz__introduction p, .single-quiz__introduction ul, .single-quiz__introduction a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.015em; }
@media all and (max-width: 567px) {
  .single-quiz__quesitions {
    margin-left: 3px;
    margin-right: 3px; } }
.single-quiz .standard-article-sections .btn {
  margin-bottom: 50px;
  margin-top: 28px;
  width: 100%;
  background: #C6002F;
  color: #fff; }
  .single-quiz .standard-article-sections .btn:hover {
    color: #C6002F;
    background: #fff; }

.quizQuestion {
  margin-bottom: 30px; }
  @media all and (max-width: 567px) {
    .quizQuestion {
      margin-left: 3px;
      margin-right: 3px; } }
  .quizQuestion__number {
    background: #000000;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 4px 16px;
    margin-top: 24px;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
  .quizQuestion .swiper-slide {
    padding: 0 !important; }
  .quizQuestion h3 {
    font-family: 'Basier';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.015em;
    margin-top: 12px;
    margin-bottom: 32px; }
  .quizQuestion__answers {
    margin-top: 24px; }
    .quizQuestion__answers label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      /* identical to box height, or 138% */
      letter-spacing: -0.018em;
      /* neutral/black */
      color: #000000;
      padding: 12px 13px 12px 50px;
      margin-bottom: 12px;
      transition: all 0.4s; }
      .quizQuestion__answers label p {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height, or 138% */
        letter-spacing: -0.018em;
        /* neutral/black */
        color: #000000; }
      .quizQuestion__answers label:hover .checkmark-border {
        border-color: #C6002F; }
      .quizQuestion__answers label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .quizQuestion__answers label input:checked ~ .checkmark:after {
          display: block; }
        .quizQuestion__answers label input:checked ~ .checkmark-border {
          border-color: #C6002F; }
      .quizQuestion__answers label .checkmark {
        position: absolute;
        top: 14px;
        left: 15px;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #989DA7; }
        .quizQuestion__answers label .checkmark:after {
          content: "";
          position: absolute;
          display: none;
          border-radius: 50%;
          left: 6px;
          top: 6px;
          width: 6px;
          height: 6px;
          background: #C6002F; }
      .quizQuestion__answers label .checkmark-border {
        border: 1px solid #EBECED;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s; }
      .quizQuestion__answers label.disabled-inputs {
        cursor: default; }
        .quizQuestion__answers label.disabled-inputs:hover .checkmark-border {
          border: 1px solid #EBECED; }
        .quizQuestion__answers label.disabled-inputs.correct {
          color: #fff; }
          .quizQuestion__answers label.disabled-inputs.correct .checkmark-border {
            background: #459D90;
            border: 1px solid #459D90;
            z-index: -1; }
          .quizQuestion__answers label.disabled-inputs.correct .checkmark {
            border: none;
            background: url(../svg/quize-correct-1.svg) no-repeat;
            background-position: center; }
        .quizQuestion__answers label.disabled-inputs.error {
          color: #C6002F; }
          .quizQuestion__answers label.disabled-inputs.error .checkmark-border {
            border-color: #C6002F; }
          .quizQuestion__answers label.disabled-inputs.error .checkmark {
            border: none;
            background: url(../svg/quiz-remove.svg) no-repeat;
            background-position: center; }
        .quizQuestion__answers label.disabled-inputs.error-2 {
          color: #fff; }
          .quizQuestion__answers label.disabled-inputs.error-2 .checkmark-border {
            background: #459D90;
            border: 1px solid #459D90;
            z-index: -1; }
          .quizQuestion__answers label.disabled-inputs.error-2 .checkmark {
            border: none;
            background: url(../svg/quiz-check.svg) no-repeat #fff;
            background-position: center; }
  .quizQuestion .swiperGalleryQuiz {
    overflow: hidden;
    margin: 0; }
  .quizQuestion .button-gallery-next-quizes {
    position: absolute;
    height: 100%;
    right: 0px;
    padding: 0 10px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 9; }
    @media all and (max-width: 576px) {
      .quizQuestion .button-gallery-next-quizes {
        display: none; } }
    .quizQuestion .button-gallery-next-quizes span {
      background-color: #C6002F;
      padding: 10px;
      display: block;
      line-height: 1; }

.multiple-answere-label {
  font-weight: 500; }

.explanation-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.018em;
  color: #606A73; }
  .explanation-text p, .explanation-text a, .explanation-text ul, .explanation-text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.018em;
    color: #606A73; }
  .explanation-text a {
    text-decoration: underline; }
  .explanation-text strong {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px; }

.your-score {
  font-family: 'RoslindaleCondensed';
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #19191C; }

.quiz-image-caption {
  margin: 10px auto;
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 16.2px;
  color: #606a73;
  border-bottom: 1px solid #ebeced;
  margin-bottom: 14px; }

/* quiz single END */
/* nowe moduły */
.project-module-highlighted_text {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .project-module-highlighted_text p {
    font-family: 'RoslindaleCondensed';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
    letter-spacing: 0.4px;
    color: #000;
    margin-bottom: 24px; }
    .project-module-highlighted_text p:last-of-type {
      margin-bottom: 0; }

.project-module-quotation {
  color: #4d5761; }

.project-module-quotation_small .blockquote-small, .project-module-quotation .blockquote-small, .old-post-ctn .blockquote-small, .long-read-article .blockquote-small {
  position: relative;
  max-width: 750px; }
  .project-module-quotation_small .blockquote-small:after, .project-module-quotation_small .blockquote-small:before, .project-module-quotation .blockquote-small:after, .project-module-quotation .blockquote-small:before, .old-post-ctn .blockquote-small:after, .old-post-ctn .blockquote-small:before, .long-read-article .blockquote-small:after, .long-read-article .blockquote-small:before {
    content: "";
    position: absolute;
    border-top: 1px solid  #000;
    height: 1px;
    width: calc(100% - 100px);
    left: 50px; }
  .project-module-quotation_small .blockquote-small:before, .project-module-quotation .blockquote-small:before, .old-post-ctn .blockquote-small:before, .long-read-article .blockquote-small:before {
    top: -4px; }
    @media all and (max-width: 567px) {
      .project-module-quotation_small .blockquote-small:before, .project-module-quotation .blockquote-small:before, .old-post-ctn .blockquote-small:before, .long-read-article .blockquote-small:before {
        width: calc(100% - 50px); } }
  .project-module-quotation_small .blockquote-small:after, .project-module-quotation .blockquote-small:after, .old-post-ctn .blockquote-small:after, .long-read-article .blockquote-small:after {
    bottom: -0px; }
    @media all and (max-width: 567px) {
      .project-module-quotation_small .blockquote-small:after, .project-module-quotation .blockquote-small:after, .old-post-ctn .blockquote-small:after, .long-read-article .blockquote-small:after {
        left: 0;
        width: calc(100% - 50px); } }
  .project-module-quotation_small .blockquote-small blockquote, .project-module-quotation .blockquote-small blockquote, .old-post-ctn .blockquote-small blockquote, .long-read-article .blockquote-small blockquote {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
    padding-left: 50px;
    padding-right: 50px;
    border: none; }
    @media all and (max-width: 567px) {
      .project-module-quotation_small .blockquote-small blockquote, .project-module-quotation .blockquote-small blockquote, .old-post-ctn .blockquote-small blockquote, .long-read-article .blockquote-small blockquote {
        padding-left: 0px;
        padding-right: 0px; } }
    .project-module-quotation_small .blockquote-small blockquote .blockquote-text p, .project-module-quotation .blockquote-small blockquote .blockquote-text p, .old-post-ctn .blockquote-small blockquote .blockquote-text p, .long-read-article .blockquote-small blockquote .blockquote-text p {
      font-size: 28px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 32px !important;
      letter-spacing: 0.28px !important; }
    .project-module-quotation_small .blockquote-small blockquote .desc, .project-module-quotation .blockquote-small blockquote .desc, .old-post-ctn .blockquote-small blockquote .desc, .long-read-article .blockquote-small blockquote .desc {
      margin-top: 44px !important; }
      .project-module-quotation_small .blockquote-small blockquote .desc .author p, .project-module-quotation .blockquote-small blockquote .desc .author p, .old-post-ctn .blockquote-small blockquote .desc .author p, .long-read-article .blockquote-small blockquote .desc .author p {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        letter-spacing: -0.288px !important; }
      .project-module-quotation_small .blockquote-small blockquote .desc .information p, .project-module-quotation .blockquote-small blockquote .desc .information p, .old-post-ctn .blockquote-small blockquote .desc .information p, .long-read-article .blockquote-small blockquote .desc .information p {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        letter-spacing: -0.288px !important; }

@media all and (min-width: 987px) {
  main .old-post-ctn blockquote p {
    margin-left: 50px;
    margin-right: 50px; } }
main .old-post-ctn blockquote > p:first-of-type {
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: 0.28px !important; }

/* nowe moduły END */
#dailyartmagazine_sticky_pushdown #top-header .navigation.open {
  top: 110px; }

.site-content table td {
  border: 1px solid #000;
  padding: 9px; }

.post-aa {
  margin-top: 30px; }

.single .donation {
  margin-top: 24px; }

.google-feed {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 15px;
  max-width: 662px; }
  @media all and (max-width: 567px) {
    .google-feed {
      margin-left: 0;
      padding-left: 15px;
      padding-right: 15px; } }
  .google-feed .small-wrapper {
    margin-left: 0 !important; }
  .google-feed .google-feed-row {
    background: #19191C;
    background-image: url(../jpg/google-feed-bg.jpg);
    background-size: 422px 100%;
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;
    padding: 24px;
    min-height: 164px;
    position: relative; }
    @media all and (max-width: 567px) {
      .google-feed .google-feed-row {
        background-image: url(../jpg/google-feed-bg-mobile.jpg);
        background-size: auto;
        margin-left: 0;
        padding-top: 160px;
        padding-left: 16px;
        padding-right: 16px; } }
    .google-feed .google-feed-row:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(to right, black 55%, rgba(0, 0, 0, 0) 90%); }
      @media all and (max-width: 567px) {
        .google-feed .google-feed-row:after {
          background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, black 63%); } }
  .google-feed p {
    margin: 0 !important;
    color: #989DA7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    position: relative;
    z-index: 2; }
    .google-feed p strong {
      font-family: "RoslindaleCondensed", sans-serif;
      font-size: 28px;
      line-height: normal;
      font-weight: 600;
      color: #fff !important;
      margin-bottom: 4px; }
  .google-feed a {
    display: block;
    margin-top: 16px;
    position: relative;
    z-index: 2; }

.long-read-article .google-feed {
  margin-left: auto;
  margin-right: auto;
  max-width: 744px; }

.single-quiz .google-feed {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px; }
.single-quiz .donation {
  margin-left: 0; }

.long-read-summary .separator {
  margin-bottom: 18px; }
.long-read-summary p {
  font-weight: 600; }
.long-read-summary p, .long-read-summary ul li {
  color: #000000; }
  @media all and (min-width: 978px) {
    .long-read-summary p, .long-read-summary ul li {
      font-size: 17px !important;
      line-height: 22px !important; } }
  @media all and (max-width: 977px) {
    .long-read-summary p, .long-read-summary ul li {
      font-size: 20px !important;
      line-height: 27px !important; } }

/* ogranicznie eszerokosci modulu dla longread aby nie nachodziło na summary */
@media all and (min-width: 1100px) {
  .module-width-sm {
    padding-right: 175px; } }
@media all and (min-width: 1100px) {
  .module-width-sm.project-module-quotation_small {
    padding-right: 363px;
    margin-left: 224px; } }

/*# sourceMappingURL=style.css.map */
