@charset "UTF-8";
/**************************************************
    MAIN STYLES
    **********************************************/
/**************************************************
    LIBS & INCLUDES (CORE)
    **********************************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/plugins/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/plugins/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/plugins/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/plugins/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/plugins/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/plugins/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Core style for every cell */
.gldp-default .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(98%, #dadada), color-stop(99%, #ffffff), to(#dadada));
  background: linear-gradient(to bottom, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dadada",GradientType=0 );
}

/* Cell border */
.gldp-default .border {
  border: 0 !important;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  font-size: 16px !important;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  border: 0 !important;
}

/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #222;
  opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
  color: #fff;
  font-weight: bold;
  cursor: wait !important;
  background: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(1%, #ffcccc), color-stop(2%, #ff0000), color-stop(98%, #aa0000), color-stop(99%, #dd4444), to(#880000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0000", endColorstr="#880000",GradientType=0 );
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
  color: #3858a8;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
  background: #fcfff4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), to(#e9e9ce));
  background: linear-gradient(to bottom, #fcfff4 0%, #e9e9ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#e9e9ce",GradientType=0 );
}

/* Non-Selectable days */
.gldp-default .noday {
  color: #444;
  font-weight: normal;
  cursor: wait !important;
  background: #aaaaaa; /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), color-stop(98%, #8a8a8a), color-stop(99%, #aaaaaa), to(#8a8a8a));
  background: linear-gradient(to bottom, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aaaaaa", endColorstr="#8a8a8a",GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
  color: #fff;
  font-weight: bold;
  border-color: #c00;
  background: #e8bf88;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8bf88), color-stop(1%, #ffc19d), color-stop(2%, #fd8642), color-stop(98%, #ab2412), color-stop(99%, #ef753f), to(#ef753f));
  background: linear-gradient(to bottom, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8bf88", endColorstr="#ef753f",GradientType=0 );
}

/* Today */
.gldp-default .today {
  color: #fff;
  font-weight: bold;
  border-color: #00c;
  background: #88bfe8;
  background: -webkit-gradient(linear, left top, left bottom, from(#88bfe8), color-stop(1%, #9dc1ff), color-stop(2%, #4286fd), color-stop(98%, #0124ab), color-stop(99%, #3775ef), to(#3775ef));
  background: linear-gradient(to bottom, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#88bfe8", endColorstr="#3775ef",GradientType=0 );
}

/* Special */
.gldp-default .special {
  color: #fff;
  font-weight: bold;
  border-color: #0c0;
  background: #88e888;
  background: -webkit-gradient(linear, left top, left bottom, from(#88e888), color-stop(1%, #9dff9d), color-stop(2%, #42fd42), color-stop(98%, #01ab01), color-stop(99%, #37ef37), to(#37ef37));
  background: linear-gradient(to bottom, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#88e888", endColorstr="#37ef37",GradientType=0 );
}

/* ==========================================================================
     Classes
     ========================================================================== */
.content-right > * {
  margin: 0 0 0 auto;
}

.relative {
  position: relative;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.invisible-row {
  opacity: 0;
  visibility: hidden !important;
  height: 0 !important;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.cf:before, .cf:after, .card--18:after {
  content: " ";
  display: table;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.cf:after, .card--18:after, .clearfix:after {
  clear: both;
}

.cf, .card--18:after, .clearfix {
  *zoom: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.debug {
  outline: solid gold 1px;
}

.debug-background {
  background: rgba(255, 215, 0, 0.2) !important;
}

.rspimg {
  width: 100%;
  height: auto;
}

.error {
  color: #ed4b47;
}

/* HELPER KLASE */
/**************** Margins i Paddings ****************/
/* HELPER KLASE */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mv60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mv65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mh0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mh5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mh10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mh15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mh20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mh25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mh30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mh35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mh40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mh60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mh65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ph0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.ph5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.ph10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ph15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ph25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.ph30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.ph35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.ph40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.ph60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.ph65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

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

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

.icon-linkedin:before {
  content: "\e927";
}

.icon-phone-in-talk:before {
  content: "\e924";
}

.icon-whatsapp:before {
  content: "\e925";
}

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

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

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

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

.icon-calendar-today:before {
  content: "\e904";
}

.icon-camera-party-mode:before {
  content: "\e905";
}

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

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

.icon-checkbox-blank-outline:before {
  content: "\e908";
}

.icon-checkbox-marked:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e90a";
}

.icon-chevron-left:before {
  content: "\e90b";
}

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

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

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

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

.icon-email:before {
  content: "\e910";
}

.icon-emoticon:before {
  content: "\e911";
}

.icon-emoticon-neutral:before {
  content: "\e912";
}

.icon-emoticon-sad:before {
  content: "\e913";
}

.icon-eye:before {
  content: "\e914";
}

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

.icon-home:before {
  content: "\e916";
}

.icon-instagram:before {
  content: "\e917";
}

.icon-key:before {
  content: "\e918";
}

.icon-keyboard-backspace:before {
  content: "\e919";
}

.icon-lock-outline:before {
  content: "\e91a";
}

.icon-logout:before {
  content: "\e91b";
}

.icon-magnify:before {
  content: "\e91c";
}

.icon-menu:before {
  content: "\e91d";
}

.icon-pencil:before {
  content: "✎";
}

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

.icon-radiobox-blank:before {
  content: "\e920";
}

.icon-radiobox-marked:before {
  content: "\e921";
}

.icon-send:before {
  content: "\e922";
}

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

/**************************************************
    CORE SETTINGS
    **********************************************/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #1e1e1e;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: #ffffff;
  overflow-x: hidden;
}
body.nav_is_open {
  overflow: hidden;
  position: fixed;
}
@media screen and (min-width: 1100px) {
  body {
    background: #fff;
  }
}
body.flatpage--didomi body {
  overflow-x: visible;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
}

*:focus {
  outline: 0;
}

/**************************************************
    SITE WRAPPERS
    **********************************************/
.body_overlay {
  position: fixed;
  width: 1800px;
  height: 999px;
  z-index: 99;
  opacity: 0.5;
  top: -273px;
  left: 50%;
  margin: 0 -900px;
  background: url("../overlay_naslovnica.png");
}

.body_wrap {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-top: 171px;
  margin-bottom: 0;
}
.body_wrap--search {
  margin-top: 309px;
  margin-bottom: 115px;
}

@media screen and (min-width: 1100px) {
  .row {
    margin: 0 -15px;
  }
}

.container {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

.content__wrap {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  body.section--special .content__wrap {
    background-color: transparent;
  }
}
@media screen and (min-width: 1100px) {
  body.section--special .content__wrap {
    position: relative;
  }
  body.section--special .content__wrap:before {
    content: "";
    position: absolute;
    top: -22px;
    right: -8px;
    left: -8px;
    height: 230px;
    margin: auto;
    border: 1px solid #fff;
    border-bottom: none;
  }
}

/**************************************************
    FIXED SIDEBAR
    **********************************************/
.column_content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (min-width: 1100px) {
  .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .column_content {
    float: left;
  }
}
@media screen and (min-width: 1100px) {
  .section .column_content {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .container--feed .column_content {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container--feed .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarsmall .column_content {
    margin: 0 -330px 0 0;
  }
}
@media screen and (min-width: 540px) and (min-width: 1100px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -330px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -330px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarleft .column_content {
    margin: 0 0 0 -330px;
  }
}
@media screen and (min-width: 1100px) {
  .container--sidebarleft .column_content {
    float: right;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarsmall .container--sidebarleft .column_content {
    margin: 0 0 0 -330px;
  }
}
.column_content__inner {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column_content__inner:before, .column_content__inner:after {
  content: "";
  display: table;
}
.column_content__inner:after {
  clear: both;
}
@media screen and (min-width: 540px) and (min-width: 1100px) {
  .column_content__inner {
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .column_content__inner {
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .column_content__inner {
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .column_content__inner {
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .column_content__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .section .column_content__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .section .column_content__inner {
    width: auto;
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .container--feed .column_content__inner {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container--feed .column_content__inner {
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarsmall .column_content__inner {
    margin: 0 330px 0 0;
  }
}
@media screen and (min-width: 540px) and (min-width: 1100px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 330px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 330px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarleft .column_content__inner {
    margin: 0 0 0 330px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarsmall .container--sidebarleft .column_content__inner {
    margin: 0 0 0 330px;
  }
}

.column_sidebar {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column_sidebar:before, .column_sidebar:after {
  content: "";
  display: table;
}
.column_sidebar:after {
  clear: both;
}
@media screen and (min-width: 540px) and (min-width: 1100px) {
  .column_sidebar {
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .column_sidebar {
    width: 330px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
  .column_sidebar {
    width: 330px;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .column_sidebar {
    width: 330px;
  }
}
@media screen and (min-width: 1100px) {
  .column_sidebar {
    float: right;
  }
}
@media screen and (min-width: 1440px) {
  .column_sidebar {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .section .column_sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .section .column_sidebar {
    width: 330px;
  }
}
.container--feed .column_sidebar {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .container--feed .column_sidebar {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .container--feed .column_sidebar {
    width: 330px;
  }
}
@media screen and (min-width: 1100px) {
  .container--sidebarleft .column_sidebar {
    float: left;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1100px) {
  .container--sidebarsmall .column_sidebar {
    width: 330px;
  }
}
@media screen and (min-width: 1100px) {
  body.tool_page .column_sidebar {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1100px) {
  body.all_tools .column_sidebar {
    padding-top: 105px;
  }
}
@media screen and (min-width: 1100px) {
  body.article .column_sidebar {
    margin-top: 12px;
  }
}

.main_snake_border {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .main_snake_border:after {
    position: absolute;
    content: "";
    top: -30px;
    background: #efede8;
    height: 1px;
    width: 100%;
  }
}
.main_snake_column {
  margin: 0 !important;
}
@media screen and (min-width: 1100px) {
  .main_snake_column {
    padding: 0 40px 0 0;
  }
}

.noresult {
  padding: 0 0 20px;
}
.noresult__title {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (min-width: 1100px) {
  .noresult__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.noresult__desc {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .noresult__desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.noresult__desc a {
  color: #1e1e1e;
}

.center_me {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 340px) {
  .center_me {
    margin: 20px 0;
  }
}
@media screen and (min-width: 540px) {
  .center_me {
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1440px) {
  .home--loadmorewrapcontainer {
    margin-bottom: -42px;
  }
}
@media screen and (min-width: 1440px) {
  .home--loadmorewrap {
    margin: -78px 0 -10px;
  }
}

#divAIO1,
#divAIO2 {
  height: 0;
  overflow: hidden;
}

.input {
  background: none;
  border: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

.icon-lines {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
}
.icon-lines:before, .icon-lines:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icon-lines:before {
  top: -5px;
}
.icon-lines:after {
  bottom: -5px;
}
.icon-lines.click {
  background: none;
}
.icon-lines.click:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}
.icon-lines.click:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.icon-down {
  position: relative;
  display: inline-block;
  width: 33%;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.table__header .icon-down {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table__header .icon-down {
    width: 33%;
  }
}
.icon-down:before, .icon-down:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #1e1e1e;
  top: 25px;
  left: 0;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.language__flag .icon-down:before, .language__flag .icon-down:after {
  width: 8px;
}
.icon-down:before {
  left: auto;
  right: 26px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-down:after {
  left: auto;
  right: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-down.click:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #9b9b9b;
}
.icon-down.click:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #9b9b9b;
}

@media screen and (min-width: 1100px) {
  .js_sticky,
  .js_sticky_offset {
    position: static;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    top: 66px;
  }
}
@media screen and (min-width: 1440px) {
  .js_sticky,
  .js_sticky_offset {
    top: 100px;
  }
}

.js_stickyDidomi {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  top: auto;
}

.relative {
  position: relative;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes blob {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes blob {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* mixin for multiline */
/* ***********************************************
**********     OVO JE LG VARIJANTA     ***********
*********************************************** */
/* Magnific Popup CSS */
.mfp-wrap ~ * {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.mfp-wrap ~ .body_wrap {
  -webkit-filter: none;
          filter: none;
}

.mfp-wrap ~ .body_wrap .header_wrapper,
.mfp-wrap ~ .body_wrap .content__wrap {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #e3e3e3;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 0;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #1e1e1e;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 354px;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgb(235, 235, 235);
  position: absolute;
  width: 2px;
  right: 2px;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #9b9b9b;
  background: rgb(155, 155, 155);
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/**************************************************
    UI ELEMENTS
    **********************************************/
.alert__message {
  position: relative;
  margin: 10px 0 20px;
  padding: 10px 10px 10px 50px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
}
.alert__message:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.alert__message--success {
  background: #7eab1d;
}
.alert__message--success:before {
  content: "\ea10";
}
.alert__message--error {
  background: #f0371a;
}
.alert__message--error:before {
  content: "\ea07";
}
.alert__message--neutral {
  background: #dedede;
  color: #1e1e1e;
}
.alert__message--neutral:before {
  color: #1e1e1e;
  content: "\ea0c";
}
.alert__message--info {
  background: #dedede;
  color: #1e1e1e;
}
.alert__message--info:before {
  color: #1e1e1e;
  content: "\ea0c";
}
.alert__message--hide {
  display: none;
}
.alert__text {
  display: inline-block;
}

.datapicker {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.datapicker__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
  color: #1e1e1e;
  font-size: 15px;
  font-size: 1.5rem;
}
.datapicker__overlay {
  display: none;
  width: 311px;
  height: 310px;
}

.gldp-default {
  position: absolute;
  top: 40px !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  width: 311px !important;
  height: 310px !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2;
}
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  position: relative;
  display: block;
  width: 100%;
  text-indent: -9999px;
}
.gldp-default .prev-arrow::after,
.gldp-default .next-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "\e924";
  line-height: 4rem !important;
  line-height: 40px !important;
  color: #292929;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
}
.gldp-default .next-arrow::after {
  content: "\e925";
}
.gldp-default .core.border.monyear {
  background: #fff;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
}
.gldp-default .core.border.monyear.title {
  color: #1e1e1e;
  font-size: 1.5rem !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}
.gldp-default .core.border.monyear::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #000;
}
.gldp-default .core.border {
  position: relative;
  color: #1e1e1e;
  height: 40px !important;
  line-height: 4rem !important;
  line-height: 40px !important;
  background: transparent;
}
.gldp-default .core.border.outday {
  color: #ccc !important;
}
.calendar--dark .gldp-default .core.border.outday {
  background: #f6f6f6;
}
.gldp-default .core.border.noday {
  color: #ccc;
}
.gldp-default .core.border.noday::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.calendar--dark .gldp-default .core.border.noday {
  background: #f6f6f6;
}
.gldp-default .core.border.mon::after, .gldp-default .core.border.tue::after, .gldp-default .core.border.wed::after, .gldp-default .core.border.thu::after, .gldp-default .core.border.fri::after, .gldp-default .core.border.sat::after, .gldp-default .core.border.sun::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.gldp-default .core.border.mon:hover, .gldp-default .core.border.tue:hover, .gldp-default .core.border.wed:hover, .gldp-default .core.border.thu:hover, .gldp-default .core.border.fri:hover, .gldp-default .core.border.sat:hover, .gldp-default .core.border.sun:hover {
  color: #1197dd;
}
.calendar--dark .gldp-default .core.border.mon, .calendar--dark .gldp-default .core.border.tue, .calendar--dark .gldp-default .core.border.wed, .calendar--dark .gldp-default .core.border.thu, .calendar--dark .gldp-default .core.border.fri, .calendar--dark .gldp-default .core.border.sat, .calendar--dark .gldp-default .core.border.sun {
  background: #f6f6f6;
}
.calendar--dark .gldp-default .core.border.today {
  background: #f6f6f6;
}
.gldp-default .core.border.today::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.gldp-default .core.border.today::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: #e0e0e0;
}
.gldp-default .core.border.dow {
  text-transform: uppercase;
  color: #9c9c9c;
  background: #fff;
  height: 31px !important;
  line-height: 3rem !important;
  line-height: 30px !important;
  text-shadow: none !important;
}
.gldp-default .core.border.selected {
  position: relative;
  background: transparent;
  color: #fff;
  font-weight: 900;
  text-shadow: none !important;
}
.calendar--dark .gldp-default .core.border.selected {
  background: #f6f6f6;
}
.gldp-default .core.border.selected::before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  display: block;
  background: #1197dd;
  opacity: 0.75;
  z-index: -1;
}
.gldp-default .core.border.selected::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.form__error {
  position: relative !important;
  display: block !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #d04747 !important;
  text-transform: uppercase !important;
  padding: 5px 0 5px 0px !important;
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.form__row {
  position: relative;
  height: 96px;
  margin: 0 !important;
  font-size: 0;
}
.form__row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.form__type--date .form__row {
  float: left;
  width: 33.3333%;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form__row--search {
  height: 106px;
}
.checkbox_group .form__row, .radiobutton_group .form__row {
  max-height: 96px;
  min-height: 64px;
  height: auto;
}
.form__type--date {
  margin: 0 -20px;
}
.form__type--date:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.form__type--radio {
  margin: 0 -20px;
}
.form__type--radio:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.form__type--radio .radio {
  float: left;
  width: 33.3333%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form__type--radio .form__label {
  margin: 0 20px;
}
.form__label {
  display: block;
  padding: 0 12px;
  margin: 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-transform: uppercase;
}
.form__label a {
  color: #85e132;
}
.form__textfield, .form__textarea, .form__select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 0;
  border-bottom: 1px solid #b5c0c5;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
}
.has_error .form__textfield, .has_error .form__textarea, .has_error .form__select {
  border-bottom: 2px solid #d04747;
}
.form__textfield, .form__textarea {
  display: block;
  line-height: normal;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b5c0c5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form__textfield::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #768a96;
}
.form__textfield::-moz-placeholder, .form__textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #768a96;
}
.form__textfield:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #768a96;
}
.form__textfield:-moz-placeholder, .form__textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #768a96;
}
.form__textfield:hover, .form__textarea:hover {
  border-bottom: 1px solid #008bd2;
  padding: 0 10px;
  background-color: #e9f0f5;
}
.form__textfield:hover::-webkit-input-placeholder, .form__textarea:hover::-webkit-input-placeholder {
  color: #b5c0c5;
}
.form__textfield:hover::-moz-placeholder, .form__textarea:hover::-moz-placeholder {
  color: #b5c0c5;
}
.form__textfield:hover:-ms-input-placeholder, .form__textarea:hover:-ms-input-placeholder {
  color: #b5c0c5;
}
.form__textfield:hover::-ms-input-placeholder, .form__textarea:hover::-ms-input-placeholder {
  color: #b5c0c5;
}
.form__textfield:hover::placeholder, .form__textarea:hover::placeholder {
  color: #b5c0c5;
}
.form__textfield:focus, .form__textarea:focus {
  color: #2c3f4a;
  border-bottom: 2px solid #008bd2;
  padding: 0 10px;
  background-color: #f5f9fc;
  padding-top: 1px;
}
.form__textfield:focus::-webkit-input-placeholder, .form__textarea:focus::-webkit-input-placeholder {
  color: #768a96;
}
.form__textfield:focus::-moz-placeholder, .form__textarea:focus::-moz-placeholder {
  color: #768a96;
}
.form__textfield:focus:-ms-input-placeholder, .form__textarea:focus:-ms-input-placeholder {
  color: #768a96;
}
.form__textfield:focus::-ms-input-placeholder, .form__textarea:focus::-ms-input-placeholder {
  color: #768a96;
}
.form__textfield:focus::placeholder, .form__textarea:focus::placeholder {
  color: #768a96;
}
.form__textfield:disabled, .form__textarea:disabled {
  border: 1px solid #b5c0c5;
  background-color: transparent;
}
.form__textfield.has_error, .form__textarea.has_error {
  background-color: #ffefef;
  border-bottom: 2px solid #d04747 !important;
}
.form__textfield.has_hint:focus, .form__textarea.has_hint:focus {
  border-color: green;
}
@media screen and (min-width: 1440px) {
  .form__row--search .form__textfield, .form__row--search .form__textarea {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.form__hint_wrap {
  position: relative;
  min-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  font: normal 400 100% "Raleway", sans-serif;
}
.form__textfield:focus + .form__hint_wrap, .form__row.has_error + .form__hint_wrap, .form__textfield.has_error + .form__hint_wrap, .form__textarea:focus + .form__hint_wrap {
  visibility: visible;
}
.form__row.has_error + .form__hint_wrap .form__input_error, .form__textfield.has_error + .form__hint_wrap .form__input_error {
  visibility: visible;
}
.form__input_hint {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5bb4ff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #1e1e1e;
  z-index: 1;
  visibility: hidden;
}
.form__textfield:focus ~ .form__hint_wrap .form__input_hint, .form__textarea:focus ~ .form__hint_wrap .form__input_hint {
  visibility: visible;
}
.form__input_error {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d04747;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  z-index: 2;
  visibility: hidden;
  background-color: transparent;
  color: #d04747;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.form__input_error--relative {
  position: relative;
}
.form__input_error--visible, .form__row.has_error .form__input_error {
  visibility: visible;
}
.form__input_icon {
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 40px;
  height: 40px;
  color: #8f8f8f;
  text-align: center;
}
.form__input_icon:before {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
}
.form__textfield:focus ~ .form__input_icon {
  color: #1e1e1e;
}
.form__row--search .form__input_icon {
  background-color: #1e1e1e;
  color: #ffffff;
}
.form__row--search .form__input_icon:hover {
  color: #fff200;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .form__row--search .form__input_icon {
    width: 50px;
    height: 50px;
  }
  .form__row--search .form__input_icon:before {
    line-height: 50px;
  }
}
.form__row--search .form__textfield:focus ~ .form__input_icon {
  color: #ffffff;
}
.form__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  line-height: 4rem;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  outline: 0 none;
  text-align: center;
  color: #adadad;
}
.form__icon .icon {
  font-size: 2rem;
  position: relative;
  top: 10px;
}
.form__icon .not_editing {
  display: block;
}
.form__icon .is_editing {
  display: none;
}
.form__textfield.is_edited ~ .form__icon .not_editing, .form__textarea.is_edited ~ .form__icon .not_editing, .form__textfield:focus ~ .form__icon .not_editing, .form__textarea:focus ~ .form__icon .not_editing {
  display: none;
}
.form__textfield.is_edited ~ .form__icon .is_editing, .form__textarea.is_edited ~ .form__icon .is_editing, .form__textfield:focus ~ .form__icon .is_editing, .form__textarea:focus ~ .form__icon .is_editing {
  display: block;
}
.form__submit {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__submit {
    margin: 0;
  }
}

.select {
  font-size: 14px;
  font-size: 1.4rem;
}

.custom_select {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  line-height: 40px;
  line-height: 4rem;
}
.custom_select:after {
  position: absolute;
  right: 14px;
  top: 2px;
  width: 10px;
  height: 40px;
  text-align: right;
  line-height: 40px;
  content: "\ea36";
  pointer-events: none;
  font-size: 8px;
  font-size: 0.8rem;
  color: #1e1e1e;
}
.custom_select__input {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  height: 40px;
  border: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: transparent;
}
@media screen and (min-width: 1100px) {
  .custom_select__input {
    display: none;
  }
}
.custom_select__part {
  overflow: hidden;
  max-height: 0;
}
@media screen and (min-width: 1100px) {
  .custom_select__part {
    display: block;
    padding: 0 52px 0 20px;
    max-height: 999px;
  }
}
.no-touch .custom_select__part:hover > .select__list,
.custom_select__part .select__list.is_visible {
  max-height: 999px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.no-touch .custom_select__part:hover > .select__list--scroll,
.custom_select__part .select__list--scroll.is_visible {
  max-height: 478px;
  overflow-y: scroll;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.custom_select__button {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.custom_select__list {
  display: none;
  position: absolute;
  left: -1px;
  top: 38px;
  padding: 0;
  margin: 0;
  max-height: 0;
  width: 100%;
  background: #f1f1f1;
  list-style: none;
  overflow: hidden;
  z-index: 9;
  border: 1px solid #e1e1e1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .custom_select__list {
    display: block;
  }
}
.custom_select__item {
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1e1e1e;
  padding: 10px 20px;
}
.custom_select__item:hover {
  background: #e9e9e9;
}

.radiobutton_group__error_wrap,
.checkbox_group__error_wrap {
  display: none;
  width: 100%;
  text-align: center;
}
.radiobutton_group.has_error .radiobutton_group__error_wrap,
.radiobutton_group.has_error .checkbox_group__error_wrap,
.checkbox_group.has_error .radiobutton_group__error_wrap,
.checkbox_group.has_error .checkbox_group__error_wrap {
  display: block;
}
.radiobutton_group__error,
.checkbox_group__error {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #d04747;
  text-transform: uppercase;
  margin: 0;
}

.checkbox_group__error_wrap {
  position: relative;
  top: 39px;
}

.checkbox_group.has_error .checkbox__icon:before {
  color: #f24a30;
}

.radiobutton,
.checkbox {
  display: inline-block;
}
.radiobutton__input,
.checkbox__input {
  display: none;
}
.radiobutton__label,
.checkbox__label {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #1e1e1e;
}
.radiobutton__label:hover,
.checkbox__label:hover {
  color: #575757;
}
.radiobutton__input:disabled + .radiobutton__label,
.radiobutton__input:disabled + .checkbox__label,
.checkbox__input:disabled + .radiobutton__label,
.checkbox__input:disabled + .checkbox__label {
  color: #969696;
}
.radiobutton__input:disabled + .radiobutton__label .radiobutton__icon:before,
.radiobutton__input:disabled + .radiobutton__label .checkbox__icon:before,
.radiobutton__input:disabled + .checkbox__label .radiobutton__icon:before,
.radiobutton__input:disabled + .checkbox__label .checkbox__icon:before,
.checkbox__input:disabled + .radiobutton__label .radiobutton__icon:before,
.checkbox__input:disabled + .radiobutton__label .checkbox__icon:before,
.checkbox__input:disabled + .checkbox__label .radiobutton__icon:before,
.checkbox__input:disabled + .checkbox__label .checkbox__icon:before {
  color: #969696;
}
.radiobutton__input:disabled + .radiobutton__label:hover .radiobutton__icon:before,
.radiobutton__input:disabled + .radiobutton__label:hover .checkbox__icon:before,
.radiobutton__input:disabled + .checkbox__label:hover .radiobutton__icon:before,
.radiobutton__input:disabled + .checkbox__label:hover .checkbox__icon:before,
.checkbox__input:disabled + .radiobutton__label:hover .radiobutton__icon:before,
.checkbox__input:disabled + .radiobutton__label:hover .checkbox__icon:before,
.checkbox__input:disabled + .checkbox__label:hover .radiobutton__icon:before,
.checkbox__input:disabled + .checkbox__label:hover .checkbox__icon:before {
  color: #969696;
}

.radiobutton__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.radiobutton__icon:before {
  content: "\e920";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  color: #1e1e1e;
}
.radiobutton__label:hover .radiobutton__icon:before {
  color: #575757;
}
.radiobutton__input:not(:disabled) + .radiobutton__label {
  cursor: pointer;
}
.radiobutton__input:checked + .radiobutton__label .radiobutton__icon:before {
  content: "\e921";
  color: #1e1e1e;
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.checkbox__icon:before {
  content: url(/static/images/icons/checkbox-empty.svg);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
}
.checkbox__label:hover .checkbox__icon:before {
  color: #575757;
}
.has_error .checkbox__icon, .checkbox__icon.has_error {
  color: #f24a30;
}
.checkbox__input:not(:disabled) + .checkbox__label {
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon:before {
  content: url(/static/images/icons/checkbox-filled.svg);
  color: #1e1e1e;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  display: block;
}

.sc-modal__forgot_password_and_errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sc-modal__forgot_password_and_errors div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 160px;
          flex: 1 0 160px;
}

.fake_form_select__wrap {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 0;
  margin: 16px 0 0 0;
  float: left;
}
.fake_form_select__wrap:first-child {
  margin: 0;
}
@media screen and (max-width: 1099px) {
  .fake_form_select__wrap {
    margin-right: 0;
    padding-right: 0;
    border: none;
    background-clip: no-clip;
  }
}
@media screen and (min-width: 1100px) {
  .fake_form_select__wrap {
    width: 20%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .fake_form_select__wrap {
    width: 18%;
    margin: 13px 20px 0 0;
  }
}
.fake_form_select__wrap + .fake_form_select__wrap {
  z-index: 11;
  margin: 16px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fake_form_select__wrap + .fake_form_select__wrap {
    margin: 48px 20px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .fake_form_select__wrap + .fake_form_select__wrap {
    margin: 45px 20px 0 0;
  }
}
.fake_form_select__title {
  display: block;
  padding: 0 0 0 10px;
  margin: 6px 0 6px 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-transform: uppercase;
}
.fake_form_select__title.is_hidden {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .fake_form_select__title.is_hidden {
    display: block;
  }
}
.fake_form_select__list_wrap {
  position: relative;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #fff;
}
.fake_form_select__list_wrap:before, .fake_form_select__list_wrap:after {
  content: "";
  display: table;
}
.fake_form_select__list_wrap:after {
  clear: both;
}
.fake_form_select__btn {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  cursor: pointer;
  color: #000;
  z-index: 2;
}
.fake_form_select__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.fake_form_select__icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 4rem !important;
  line-height: 40px !important;
  z-index: 12;
  pointer-events: none;
  color: #8f8f8f;
}
.fake_form_select__list.is_visible + .fake_form_select__icon {
  display: none;
}
.fake_form_select__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.fake_form_select__list.is_visible {
  display: block;
}
.fake_form_select__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 10px;
  margin: 1px 0 0 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  cursor: pointer;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
.fake_form_select__item:first-child {
  margin: 0;
}
.fake_form_select__item:hover {
  background: #f2f2f2;
}
.fake_form_select__item a:hover {
  background: #4c4c4c;
}
.fake_form_select__box {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fake_form_select__box.focusable:active, .fake_form_select__box.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.modal {
  min-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 360px) {
  .modal--change_avatar {
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (min-width: 440px) {
  .modal {
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 540px) {
  .modal {
    width: 540px;
    margin: 0 auto;
  }
}
.modal__header {
  position: relative;
  background-color: #f4f4f4;
}
@media screen and (min-width: 540px) {
  .modal__header {
    padding: 10px 0;
  }
}
.modal__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.025em;
  text-align: center;
  color: #1e1e1e;
  text-transform: uppercase;
}
.modal__title span {
  color: #8f8f8f;
}
.modal__close_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
}
.modal__close_btn .icon {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .modal__close_btn {
    right: 20px;
  }
}
.modal__content {
  padding: 0 14px;
}
@media screen and (min-width: 540px) {
  .modal__content {
    padding: 0 30px;
  }
}
@media screen and (min-width: 540px) {
  .modal--login .modal__content {
    width: 310px;
    margin: 0 auto;
  }
}
.modal--change_avatar .modal__content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
  padding: 30px 0 0;
  text-align: center;
}
.modal__content .btn--facebookconnect {
  margin: 32px 0 0 0;
}
.modal__text {
  margin: 13px 0 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  color: #1e1e1e;
}
.modal__text span {
  color: #fe6a52;
}
.modal__text:first-child {
  margin: 19px 0 0;
}
.modal--reset .modal__text {
  text-align: center;
}
.modal--reset_finish .modal__text:first-child {
  margin: 13px 0;
  text-align: center;
}
.modal--register .modal__text {
  text-align: center;
}
.modal--delete .modal__text {
  text-align: center;
}
.modal--login .modal__btn_wrap, .modal--reset .modal__btn_wrap, .modal--register .modal__btn_wrap, .modal--delete .modal__btn_wrap {
  margin: 8px 0 0 0;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__btn_wrap, .modal--reset .modal__btn_wrap, .modal--register .modal__btn_wrap, .modal--delete .modal__btn_wrap {
    margin: 16px 0 0 0;
  }
}
.modal--login .modal__btn_wrap--footer, .modal--reset .modal__btn_wrap--footer, .modal--register .modal__btn_wrap--footer, .modal--delete .modal__btn_wrap--footer {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 540px) {
  .modal--login .modal__btn_wrap--footer, .modal--reset .modal__btn_wrap--footer, .modal--register .modal__btn_wrap--footer, .modal--delete .modal__btn_wrap--footer {
    width: 40%;
    margin: 0;
    float: right;
    text-align: right;
  }
  .modal--login .modal__btn_wrap--footer .btn--silver, .modal--reset .modal__btn_wrap--footer .btn--silver, .modal--register .modal__btn_wrap--footer .btn--silver, .modal--delete .modal__btn_wrap--footer .btn--silver {
    vertical-align: top;
  }
}
.modal--register .modal__btn_wrap {
  margin: 29px 0 0 0;
}
.modal--reset_finish .modal__btn_wrap {
  margin: 8px 0;
}
@media screen and (min-width: 540px) {
  .modal--reset_finish .modal__btn_wrap {
    margin: 16px 0;
  }
}
.modal__form {
  margin: 20px 0 0 0 !important;
  width: 100% !important;
}
.modal__form .form__row {
  height: auto;
}
.modal--reset .modal__form, .modal--register .modal__form, .modal--delete .modal__form {
  margin: 24px auto 40px;
}
@media screen and (min-width: 540px) {
  .modal--reset .modal__form, .modal--register .modal__form, .modal--delete .modal__form {
    width: 310px;
  }
}
.modal--change_avatar .modal__form {
  margin: 0;
  padding: 0 14px;
}
.modal__form .checkbox__label a {
  display: inline-block;
  line-height: 14px;
  line-height: 1.4rem;
}
.modal__form .checkbox__txt {
  position: relative;
  top: 11px;
  letter-spacing: 0em;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #768a96;
  top: 8px;
}
.modal__form .checkbox__txt a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #008bd2;
  text-decoration: none;
  border: none;
}
.modal__footer {
  padding: 20px 0 20px 0;
  margin: 40px 14px 0 14px;
  border-top: 1px solid #e3e3e3;
}
.modal--reset .modal__footer {
  margin: 0 14px;
}
@media screen and (min-width: 540px) {
  .modal--reset .modal__footer {
    margin: 0 30px;
  }
}
.modal--change_avatar .modal__footer {
  margin: 26px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 540px) {
  .modal--change_avatar .modal__footer {
    margin: 26px 16px 0 16px;
  }
}
@media screen and (min-width: 540px) {
  .modal__footer {
    margin: 40px 30px 0 30px;
  }
}
.modal__footer_links {
  text-align: center;
}
@media screen and (min-width: 540px) {
  .modal__footer_links {
    display: inline-block;
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 540px) {
  .modal--register .modal__footer_links, .modal--reset .modal__footer_links {
    width: 100%;
    text-align: center;
  }
}
.modal--change_avatar .modal__footer_links {
  width: 100%;
}
.modal__link {
  display: inline-block;
  margin: 8px 0 0 0;
  border-bottom: 1px solid #1e1e1e;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #1e1e1e;
}
.modal__link:first-child {
  margin: 0;
}
.modal__footer_text {
  margin: 12px 0 14px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #1e1e1e;
  text-align: center;
}
.modal--login_fb_error .modal__btn_wrap {
  margin: 30px 0 37px 0;
  text-align: center;
}
.modal__avatar_preview {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
}
.modal__avatar_figure {
  position: relative;
  display: block;
  height: 130px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}
.modal__avatar_figure img {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__loader_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  margin: auto;
}
.modal__uvjeti {
  margin: 27px -5px 0 -5px;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
  text-align: center;
}
.modal__uvjeti a {
  display: inline-block;
  line-height: 14px;
  line-height: 1.4rem;
  border-bottom: 1px solid #1e1e1e;
}

.btn--icon {
  position: relative;
  padding: 0 57px 0 20px;
}
.btn--icon .icon {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
}
.modal--register .btn .icon {
  font-size: 24px;
  font-size: 2.4rem;
}
.modal--change_avatar .modal__avatar_preview + .btn--yellow {
  margin: 30px 0 5px 0;
}

.checkbox__label a {
  border-bottom: 1px solid #1e1e1e;
}

.mfp-bg {
  opacity: 1;
  background: rgba(224, 230, 234, 0.5);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.modal--sc {
  background-color: #ffffff;
  width: 508px;
}

.sc-modal__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #2c3f4a;
  text-align: left;
  margin: 0 44px 48px;
}
.sc-modal__body {
  padding: 0 44px 32px;
}
.sc-modal__body-text {
  padding: 0;
  margin: 0;
  margin-bottom: 52px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #647782;
}
.sc-modal__close-wrapper {
  padding: 14px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sc-modal__close-btn {
  width: 32px;
  height: 32px;
}
.sc-modal__divider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 52px 0;
}
.sc-modal__divider {
  height: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #e9f0f5;
}
.sc-modal__divider-text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #768a96;
  text-transform: uppercase;
  margin: 0 12px;
}
.sc-modal__social-btn {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
  border-radius: 10px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.sc-modal__social-btn > img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.sc-modal__social-btn--google {
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}
.sc-modal__social-btn--facebook {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #1877f2;
  color: #ffffff;
}
.sc-modal__username {
  margin-bottom: 36px !important;
}
.sc-modal__reset-password {
  margin-top: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #004b71;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
.sc-modal__reset-password-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sc-modal__btn {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #ffffff;
  width: 100%;
  height: 56px;
  background-color: #008bd2;
  border-radius: 4px;
  border: none;
  margin-top: 68px;
  margin-bottom: 20px;
}
.sc-modal__btn--reset {
  margin-top: 64px;
}
.sc-modal__btn--back {
  color: #008bd2;
  background-color: #ffffff;
  margin: 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  font-size: 20px;
}
.sc-modal__btn--comment-login {
  width: 100% !important;
  text-transform: none;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-variant: none;
}
.sc-modal__btn--capital {
  text-transform: none;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-variant: none;
}
.sc-modal__btn--disabled {
  background-color: #c7ecff;
}
.sc-modal__btn--disabled.sc-modal__btn--disabled--change-password {
  background-color: #e9f0f5;
  color: #b5c0c5;
}
.sc-modal__btn--profile {
  max-width: 167px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  height: 41px;
  margin-top: 28px;
}
.sc-modal__register-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc-modal__register-link span {
  margin-right: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #768a96;
}
.sc-modal__register-link a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #008bd2;
}
.sc-modal__help-text {
  margin-top: 20px;
  text-align: center;
}
.sc-modal__help-text span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #768a96;
}

.js_sc_password-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.pagination {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item {
  width: 32px;
  margin: 0 11px;
  display: inline-block;
  text-align: center;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #768a96;
}
.pagination__item:hover .pagination__link {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #004b71;
}
.pagination__item:first-of-type {
  margin: 0;
}
.pagination__item:last-child {
  margin: 0;
}
.pagination__item--empty {
  display: inline-block;
  width: 32px;
  border: 0;
  margin: 0;
  pointer-events: none;
  margin: 0 11px;
}
.pagination__item--first, .pagination__item--last {
  display: none;
}
.pagination__item--prev, .pagination__item--next {
  background: none;
  border: none;
  margin: 0;
  width: auto;
  height: 16px;
  width: 16px;
}
.pagination__item--next {
  margin-left: 22px !important;
}
.pagination__item--prev {
  margin-right: 22px !important;
}
.pagination__item--active .pagination__link {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #004b71;
}
.pagination__icon {
  width: 16px;
  height: 16px;
}
.pagination__link {
  position: relative;
  display: block;
  z-index: 2;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #768a96;
}

.pagination-arrow-disabled {
  opacity: 50%;
}

.cal {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font: normal 700 100% "Raleway", sans-serif;
}
.cal__header {
  position: relative;
  display: block;
  height: 42px;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}
.cal__header:before, .cal__header:after {
  content: "";
  display: table;
}
.cal__header:after {
  clear: both;
}
.cal__nav {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cal__nav--left {
  float: left;
}
.cal__nav--right {
  float: right;
}
.cal__nav [class^=icon-],
.cal__nav [class*=" icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px !important;
  line-height: 4.2rem !important;
  text-align: center;
  color: #fff;
}
.cal__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font: normal 800 100% "Raleway", sans-serif;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 42px;
  line-height: 4.2rem;
  cursor: default;
  text-transform: uppercase;
}
.cal__days {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.cal__days:before, .cal__days:after {
  content: "";
  display: table;
}
.cal__days:after {
  clear: both;
}
.cal__day {
  position: relative;
  display: block;
  float: left;
  width: 14.285%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
.cal__table {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background: #f6f6f6;
}
.cal__row {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d4d4d4;
}
.cal__row:before, .cal__row:after {
  content: "";
  display: table;
}
.cal__row:after {
  clear: both;
}
.cal__row:first-child {
  border-top: 0;
}
.cal__row > a {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 14.285%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: uppercase;
  text-align: center;
  color: #8f8f8f;
  cursor: default;
}
.cal__row > a.active:not(.today) {
  color: #1e1e1e;
  cursor: pointer;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
.cal__row > a.active:not(.today):hover {
  color: #1e1e1e;
}
.cal__row > a.off {
  color: #1e1e1e;
  cursor: default;
}
.cal__row > a.off:hover {
  color: #1e1e1e;
}
.cal__row > a.invis {
  text-indent: -9999px;
}
.cal__row > a.today {
  color: #fff;
}
.cal__row > a.today::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -16px;
  margin-left: -16px;
  background: #1e1e1e;
  z-index: 1;
}
.cal__row > a > span {
  position: relative;
  top: -1px;
  z-index: 5;
}

/**************************************************
    MODULES
    **********************************************/
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.flatpages {
  margin-top: 52px;
  margin-bottom: 123px;
}
.flatpages .main_tile__label,
.flatpages .main_tile h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #2c3f4a;
  text-transform: none;
  margin-bottom: 68px;
  max-width: 640px;
}
.flatpages p, .flatpages p span, .flatpages span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
  margin-bottom: 12px;
}
.flatpages p b, .flatpages p strong, .flatpages p span b, .flatpages p span strong, .flatpages span b, .flatpages span strong {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600 !important;
  color: #2c3f4a;
}
.flatpages p b span, .flatpages p strong span, .flatpages p span b span, .flatpages p span strong span, .flatpages span b span, .flatpages span strong span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600 !important;
  color: #2c3f4a;
}
.flatpages h2, .flatpages h2 span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #00679c;
  padding-bottom: 8px;
  border-bottom: 1px solid #00679c;
  margin-bottom: 12px;
}
.flatpages h3, .flatpages h3 span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #647782;
  padding-bottom: 8px;
  border-bottom: 1px solid #647782;
  margin-bottom: 12px;
}
.flatpages big, .flatpages big span {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
}
.flatpages big {
  display: block;
  padding-bottom: 12px;
}
.flatpages iframe {
  margin-top: 20px;
  margin-bottom: 63px;
}
.flatpages a {
  color: #008bd2;
}
.flatpages ul {
  list-style-type: disc;
  padding-left: 26px;
}
.flatpages ul li {
  padding-left: 2px;
  margin-bottom: 40px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
}
.flatpages ol {
  padding-left: 26px;
}
.flatpages ol li {
  padding-left: 2px;
  margin-bottom: 40px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
}
.flatpages .special-container {
  padding: 48px 52px;
  background-color: #f5f9fc;
  border: none;
}
.flatpages table {
  margin: 12px 0;
}
.flatpages table td, .flatpages table th {
  border: 1px solid #e0e6ea;
  padding: 24px;
  vertical-align: top;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.flatpages table td span, .flatpages table th span {
  display: inline-block;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.flatpages table th {
  background-color: #e9f0f5;
  color: #2c3f4a !important;
}
.flatpages table td {
  background-color: #f5f9fc;
  color: #647782 !important;
}
.flatpages hr {
  margin: 64px 0 24px;
  border: none;
  border-top: 1px solid #e0e6ea;
}
.flatpages .sc-btn {
  color: #ffffff !important;
}
.flatpages--partneri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpages--partneri > p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpages--partneri span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #768a96;
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #768a96 !important;
}

.didomi_preferences {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  margin: 0 -28px;
  min-height: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26), 0px -2px 8px 0px rgba(0, 0, 0, 0.13);
  z-index: 10;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 540px) {
  .didomi_preferences {
    margin: 0 -45px;
  }
}
@media screen and (min-width: 1100px) {
  .didomi_preferences {
    margin: 0;
    padding: 0px 20px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.didomi_preferences.sticky {
  bottom: 0;
  top: auto;
}
.didomi_preferences--text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (min-width: 1100px) {
  .didomi_preferences--text {
    text-align: left;
    margin-bottom: 0;
  }
}
.didomi_preferences--button {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1197dd;
  color: white;
  text-align: center;
  padding: 0 14px;
  font-family: normal 400 100% "Merriweather", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0em;
  cursor: pointer;
}

.form__error {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.form__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.captcha-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 20px;
}

.form_one_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.form_one_row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flatpages__p-form {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 57px;
}
.flatpages__p-form > input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flatpages__p-form input:nth-child(1), .flatpages__p-form input:nth-child(2), .flatpages__p-form input:nth-child(3), .flatpages__p-form input:nth-child(4), .flatpages__p-form input:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
}
.flatpages__kontakt-sidebar-img {
  width: 100%;
  height: 100%;
  margin-top: -52px;
  margin-bottom: -128px;
  width: 45vw;
  height: 872px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .flatpages__kontakt-sidebar-img {
    display: none;
  }
}

.oglas-card {
  border: 1px solid #e0e6ea;
  width: 100%;
  margin-bottom: 41px;
}
.oglas-card__body {
  margin: 32px 130px 48px;
}
@media screen and (max-width: 1100px) {
  .oglas-card__body {
    margin: 24px 32px 32px;
  }
}
.oglas-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.oglas-card hr {
  height: 0;
  width: 100%;
  border: 1px solid #e9f0f5;
  margin: 20px 0;
}
.oglas-card img {
  width: 100%;
}

p.oglas-card__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.2px;
  color: #008bd2;
}

hr.oglas-card__title-hr {
  height: 0;
  width: 100%;
  margin: 24px 0;
  height: 2px;
  background: url(/static/dashed-border.svg);
  background-repeat: repeat;
  border: none;
}

span.oglas-card__label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #00679c;
  margin-bottom: 4px;
}

.oglas-card ul li {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
  margin-right: 12px;
  margin-bottom: 0;
}
.oglas-card ul li::before {
  content: "";
  width: 0;
  height: 12px;
  border-left: 1px solid #e0e6ea;
  margin-right: 12px;
}
.oglas-card ul li:first-of-type::before {
  margin: 0;
  border: none;
}

.oglas-card ul li span.oglas-card__span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
  white-space: nowrap;
}

.oglas-card ul.oglas-card__compact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 96px;
  position: relative;
}
.oglas-card ul.oglas-card__compact-list li::before {
  content: "";
  width: 0;
  height: 48px;
  border-left: 1px solid #e0e6ea;
  position: absolute;
  left: -48px;
}
.oglas-card ul.oglas-card__compact-list li:first-of-type:first-of-type::before {
  margin: 0;
  border: none;
}

@media screen and (max-width: 1100px) {
  .oglas-card ul.oglas-card__compact-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .oglas-card ul.oglas-card__compact-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .oglas-card ul.oglas-card__compact-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .oglas-card ul.oglas-card__compact-list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .oglas-card ul.oglas-card__compact-list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 1100px) and (max-width: 599px) {
  .oglas-card ul.oglas-card__compact-list {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 1100px) {
  .oglas-card ul.oglas-card__compact-list li:first-of-type {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9f0f5;
    width: 100%;
  }
}
@media screen and (max-width: 599px) and (max-width: 1100px) {
  .oglas-card ul.oglas-card__compact-list li:nth-of-type(2) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9f0f5;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .oglas-card__body span.oglas-card__label + ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: -webkit-min-content 1fr;
    -ms-grid-columns: min-content 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .oglas-card__body span.oglas-card__label + ul li:nth-child(2n+1)::before {
    content: none;
  }
}

.flatpage_uvjeti-koristenja .flatpages ol li {
  margin-bottom: 0;
}
.flatpage_uvjeti-koristenja .flatpages ol li:last-of-type {
  margin-bottom: 12px;
}
.flatpage_uvjeti-koristenja .flatpages ul li {
  margin-bottom: 0;
}

.flatpage_politika-privatnosti .flatpages ul li {
  margin-bottom: 0;
}
.flatpage_politika-privatnosti .flatpages ul li:last-of-type {
  margin-bottom: 12px;
}

.flatpage_politika-kolacica .flatpages table th {
  background-color: #f5f9fc;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782 !important;
}
.flatpage_politika-kolacica .flatpages table th:first-of-type {
  background-color: #e9f0f5;
  color: #2c3f4a !important;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.flatpage_politika-kolacica .flatpages table tr td:first-of-type {
  background-color: #e9f0f5;
  color: #2c3f4a !important;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.flatpage_politika-kolacica .flatpages ul li {
  margin-bottom: 0;
}

.lottie-player__container {
  padding: 32px 161px 40px;
  background-color: #f5f9fc;
}
@media screen and (max-width: 1100px) {
  .lottie-player__container {
    padding: 16px 17%;
  }
}

#divAIO1, #divAIO2 {
  height: 0;
  overflow: hidden;
}

.dfp_banner {
  text-align: center;
}
.dfp_banner:before, .dfp_banner:after {
  content: "";
  display: table;
}
.dfp_banner:after {
  clear: both;
}
.dfp_banner > picture {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.dfp_banner > picture img {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.dfp_banner img {
  display: block;
  margin: 0 auto;
}
.home .fold_home_top--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  display: block;
  margin: 20px 0 20px;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_top--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0;
  }
}
.home .fold_home_a--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  display: block;
  margin: 30px 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_a--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 80px 0 0;
  }
}
.home .fold_home_b--1 .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b--1 .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 -10px 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_b--1 .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b--1 .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.home .fold_home_b--3 .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b--3 .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_b--3 .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_b--3 .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.home .fold_home_c--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 35px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 55px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$=__container__], .home .fold_home_c--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 80px 0 0 0;
  }
}
.home .fold_home_c--1 .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_c--1 .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 -10px 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_c--1 .dfp_banner--Halfpage div[id$=__container__], .home .fold_home_c--1 .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.section .fold_section_top--banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_top--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0 0;
  }
}
.section .fold_section_a--banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
  display: block;
  margin: 40px 0 0;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_a--banner .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 80px 0 0 0;
  }
}
.section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_a .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 80px 0 0 0;
  }
}
.section .fold_section_b .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_b .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_b .dfp_banner--Leaderboard div[id$=__container__], .section .fold_section_b .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 80px 0 0 0;
  }
}
.section .fold_section_b .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_b .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_b .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_b .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 30px 0 -50px 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_b .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_b .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}
.section .fold_section_feed .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_feed .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_feed .dfp_banner--Halfpage div[id$=__container__], .section .fold_section_feed .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .section .fold_section_feed .js_sticky {
    top: 0;
  }
}

.article .dfp_banner--Leaderboard div[id$=__container__], .article .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .article .dfp_banner--Leaderboard div[id$=__container__], .article .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 25px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .article .dfp_banner--Leaderboard div[id$=__container__], .article .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0 0;
  }
}
.article .dfp_banner--Halfpage div[id$=__container__], .article .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 50px 0 0;
}
@media screen and (min-width: 1100px) {
  .article .dfp_banner--Halfpage div[id$=__container__], .article .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 60px 0 0 0;
  }
}
.article .fold_article__bellow_content .dfp_banner--Rectangle div[id$=__container__], .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$=_ad_container] {
  margin: 30px 0 0;
}
@media screen and (min-width: 1100px) {
  .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$=__container__], .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$=_ad_container] {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$=__container__], .article .fold_article__bellow_content .dfp_banner--Rectangle div[id$=_ad_container] {
    margin: 60px 0 0;
  }
}
.article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0;
}
@media screen and (min-width: 1100px) {
  .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1440px) {
  .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$=__container__], .article .fold_article__banner_bottom .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 80px 0 60px 0;
  }
}

.comments__page .dfp_banner--Leaderboard div[id$=__container__], .comments__page .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0;
}
@media screen and (min-width: 1440px) {
  .comments__page .dfp_banner--Leaderboard div[id$=__container__], .comments__page .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0 0;
  }
}
.comments__page .dfp_banner--Halfpage div[id$=__container__], .comments__page .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 30px 0;
}
@media screen and (min-width: 1100px) {
  .comments__page .dfp_banner--Halfpage div[id$=__container__], .comments__page .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.user_profile .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .user_profile .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 20px 0 0;
}
@media screen and (min-width: 1100px) {
  .user_profile .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .user_profile .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.piece_page .dfp_banner--Leaderboard div[id$=__container__], .piece_page .dfp_banner--Leaderboard div[id$=_ad_container] {
  display: inline-block;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .piece_page .dfp_banner--Leaderboard div[id$=__container__], .piece_page .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0;
  }
}
.piece_page .column_sidebar .dfp_banner {
  margin: 30px 0;
}
@media screen and (min-width: 1100px) {
  .piece_page .column_sidebar .dfp_banner {
    margin: 40px 0;
  }
}

.search .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .search .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 24px 0 30px;
}
@media screen and (min-width: 1100px) {
  .search .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .search .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.authors_page .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .authors_page .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0;
}
@media screen and (min-width: 1100px) {
  .authors_page .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .authors_page .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.flatpages .flatpages__sidebar .dfp_banner {
  margin: 30px 0;
}
@media screen and (min-width: 1100px) {
  .flatpages .flatpages__sidebar .dfp_banner {
    margin: 0;
  }
}

.is_standalone_gallery {
  /*  .gallery__side {

      .dfp_banner--halfpage {
          margin: 0 auto;
      }
  } */
}

.columns_page .dfp_banner--Halfpage div[id$=__container__], .columns_page .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 30px 0 0;
}
@media screen and (min-width: 1100px) {
  .columns_page .dfp_banner--Halfpage div[id$=__container__], .columns_page .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold_special__block_1 .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0 0;
  }
}
.section--special .fold__special_b .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold__special_b .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1100px) {
  .section--special .fold__special_b .dfp_banner--Leaderboard div[id$=__container__], .section--special .fold__special_b .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 30px 0 0 0;
  }
}
.section--special .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .section--special .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 20px 0 0;
}
@media screen and (min-width: 1100px) {
  .section--special .column_sidebar .dfp_banner--Halfpage div[id$=__container__], .section--special .column_sidebar .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 30px 0 0 0;
  }
}

.weather_page .dfp_banner--Leaderboard div[id$=__container__], .weather_page .dfp_banner--Leaderboard div[id$=_ad_container] {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .weather_page .dfp_banner--Leaderboard div[id$=__container__], .weather_page .dfp_banner--Leaderboard div[id$=_ad_container] {
    margin: 40px 0 0 0;
  }
}
.weather_page .dfp_banner--Halfpage div[id$=__container__], .weather_page .dfp_banner--Halfpage div[id$=_ad_container] {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1100px) {
  .weather_page .dfp_banner--Halfpage div[id$=__container__], .weather_page .dfp_banner--Halfpage div[id$=_ad_container] {
    margin: 0;
  }
}

.comments__page .dfp_banner--Leaderboard {
  margin-bottom: 15px;
}
.comments__page .dfp_banner--Halfpage {
  margin: 20px 0 0;
}
@media screen and (min-width: 1100px) {
  .comments__page .dfp_banner--Halfpage {
    margin: 45px 0 0 0;
  }
}

.post__thread .dfp_banner--Leaderboard {
  margin-bottom: 15px;
}
.post__thread .dfp_banner--Halfpage {
  margin: 20px 0 0;
}
@media screen and (min-width: 1100px) {
  .post__thread .dfp_banner--Halfpage {
    margin: 45px 0 0 0;
  }
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: -webkit-grab;
  cursor: grab;
}

.grabbing-cursor {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.royalSlider {
  visibility: hidden;
}
.royalSlider .jwplayer {
  height: 100% !important;
}
.royalSlider .jwcontrols {
  z-index: 50;
}

.rsOverflow {
  height: calc(100% + 8px + 17px) !important;
}

.rsSlide {
  overflow: visible;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.rsSlide .rsImg {
  height: 100%;
  margin-top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.rsNavItem {
  position: relative;
  float: none;
  display: inline-block;
  width: 70px;
  padding: 0 5px;
  margin: 0 !important;
  font-size: 0;
}
.rsNavItem:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 0;
}
.rsNavItem:first-child:after {
  left: 0;
}
.rsNavItem:first-child {
  padding-left: 0;
}
.rsNavItem .rsTmb {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.rsNavItem picture::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.13);
  z-index: 20;
}
.rsNavItem img {
  position: relative;
  width: 100%;
  z-index: 20;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}
.rsNavItem:hover .rsTmb__icon,
.rsNavItem:hover img, .rsNavItem.rsNavSelected .rsTmb__icon,
.rsNavItem.rsNavSelected img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.rsNavItem:hover:first-child:before, .rsNavItem.rsNavSelected:first-child:before {
  left: 0;
}

.rsThumbs {
  position: absolute;
  bottom: -94px;
  left: 0;
  padding: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 320px) {
  .rsThumbs {
    position: fixed;
    left: 0;
    padding-left: 10px;
    bottom: 10px;
    right: 0;
    display: block;
  }
}
@media screen and (min-width: 1290px) {
  .rsThumbs {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    padding: 10px 0;
    width: 100%;
  }
}

.rsThumbsContainer {
  position: relative;
  height: 100%;
  white-space: nowrap;
}

.rsVideoContainer {
  margin-left: 0 !important;
}

.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}

.rsPlayBtn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #f4f4f4;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.rsPlayBtn:before {
  content: "\e6b0";
  display: inline-block;
  margin-top: 28px;
  margin-left: 8px;
  font-family: "icomoon";
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  .standalone_gallery .header_wrapper {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.standalone_gallery .body_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .standalone_gallery .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .standalone_gallery .container--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1440px;
    height: 100%;
  }
}
.standalone_gallery .header__logo {
  float: left;
}
.standalone_gallery .column_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1440px) {
  .standalone_gallery .column_content {
    right: 330px;
  }
}
.standalone_gallery .column_content__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1100px) {
  .standalone_gallery .column_content__inner {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .standalone_gallery .column_content__inner {
    margin: 0 330px 0 0;
  }
}
.standalone_gallery .column_sidebar {
  display: none;
}
@media screen and (min-width: 1440px) {
  .standalone_gallery .column_sidebar {
    display: block;
    margin: 100px 0 0 0;
  }
}

.gallery {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  height: 100% !important;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .gallery {
    max-width: 980px;
  }
}
.gallery__figure_caption {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #647782;
  display: block;
  text-align: start;
}
.gallery__title {
  display: none;
}
@media screen and (min-width: 1100px) {
  .gallery__title {
    display: inline-block;
    position: absolute;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 300px;
    margin: 0;
    float: left;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 61px;
    line-height: 6.1rem;
    color: #1e1e1e;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 61px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
.gallery__close_btn {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 1;
}
.gallery__close_btn .icon {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .gallery__close_btn {
    top: 8px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #1e1e1e;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .gallery__close_btn:active, .gallery__close_btn:hover {
    top: 8px;
  }
  .gallery__close_btn:hover {
    background-color: #fff200;
  }
  .gallery__close_btn:hover .icon {
    color: #1e1e1e;
  }
  .gallery__close_btn .icon {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__close_btn {
    top: 20px;
  }
  .gallery__close_btn:active, .gallery__close_btn:hover {
    top: 20px;
  }
}
.gallery__social_wrap {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
@media screen and (min-width: 1100px) {
  .gallery__social_wrap {
    position: absolute;
    top: 8px;
    right: 85px;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__social_wrap {
    top: 20px;
  }
}
.gallery__social_wrap .btn {
  width: 40px;
  height: 40px;
  padding: 0;
}
.gallery__social_wrap .btn:first-child {
  margin: 0 10px 0 0;
}
.gallery__social_wrap .icon {
  display: block;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
.gallery__functions {
  height: 36px;
  z-index: 2;
  background-color: #008bd2;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery__functions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
}
.gallery__paginator {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.gallery__controls_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery__control_btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.gallery__control_btn--prev {
  margin: 0 12px;
}
.gallery__control_btn.is_hidden {
  opacity: 0.4;
}
.gallery__control_btn .icon {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 4rem;
}
@media screen and (min-width: 1100px) {
  .gallery__control_btn .icon {
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.gallery__slider_wrap {
  top: 74px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .gallery__slider_wrap {
    top: 100px;
    left: 0;
    right: 0;
  }
}
.gallery__caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 40px;
  padding: 10px 15px 10px 50px;
  background-color: #1e1e1e;
  text-align: left;
  white-space: normal;
}
.gallery__caption .icon {
  position: absolute;
  left: 14px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
}
.gallery__photo_desc {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.gallery__photo_desc + .gallery__photo_author {
  position: relative;
  padding: 0 0 0 20px;
}
.gallery__photo_desc + .gallery__photo_author:before {
  content: "-";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  line-height: 14px;
}
.gallery__photo_author {
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}
.gallery__slider {
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  width: auto;
  height: 460px !important;
  margin: auto;
  z-index: 1;
}
.gallery__slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery__slider__wrapper {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .gallery__slider {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__slider {
    bottom: auto;
    width: 100%;
    height: 800px;
  }
}
.gallery__slider_item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.gallery__slider_item .rsVideoContainer {
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.gallery__slider_item small {
  font-size: 100%;
}
.gallery__slider_item img {
  margin-left: 0 !important;
}
.gallery__slider .rsThumbs {
  margin-left: -4px;
}
@media screen and (min-width: 1440px) {
  .gallery__slider .rsThumbs {
    width: 100%;
    margin-top: 10px;
  }
}

.is_gallery_overlay_visible .gallery__slider__wrapper {
  height: 100%;
  padding-bottom: 41px;
  height: unset;
  width: unset;
}

.gallery-overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-overlay__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-overlay__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.gallery-overlay__btn {
  border: none;
  background-color: transparent;
}
.gallery-overlay__btn--left {
  padding: 100px 78px 100px 70px;
}
.gallery-overlay__btn--right {
  padding: 100px 70px 100px 78px;
}
.gallery-overlay__btn--close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 40px 70px;
}
.gallery-overlay__gallery-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.gallery-overlay__gallery-wrapper .gallery {
  width: 100%;
  max-width: 1200px;
}
.gallery-overlay__gallery-wrapper .gallery__slider {
  height: calc(100vh - 103px) !important;
}
.gallery-overlay__gallery-wrapper .gallery--single .gallery__slider {
  height: 100vh !important;
}
.gallery-overlay__gallery-wrapper .rsThumbsContainer {
  width: 100%;
}
.gallery-overlay__gallery-wrapper .rsOverflow {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 1100px) {
  .gallery-overlay__gallery-wrapper {
    /*& img.rsImg {
      max-width: 100% !important;
      max-height: 100% !important;
      // width: 100% !important;
      height: calc(100% - 30px) !important;
      margin-top: auto !important;
      margin-bottom: auto !important;

      width: auto !important;
    }*/
  }
}
.gallery-overlay__paginator {
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0 12px;
  background: rgba(23, 31, 36, 0.8);
  width: 52px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  height: 26px;
}
.gallery-overlay__paginator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 1290px) {
  .gallery-overlay__paginator__wrapper {
    height: 128px;
  }
}
@media screen and (max-width: 1290px) {
  .gallery-overlay__paginator__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.gallery-overlay__paginator__wrapper__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 1290px) {
  .gallery-overlay__paginator__wrapper__wrapper {
    max-width: none;
  }
}

.gallery-overlay__gallery-wrapper .gallery__figure_caption {
  color: #e9f0f5;
}

img.rsImg {
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0 !important;
  width: unset !important;
  height: unset !important;
  margin-top: unset !important;
  margin-left: unset !important;
}

.gallery__normal .rsOverflow {
  cursor: pointer !important;
}
.gallery__normal .gallery__slider .rsThumbs {
  display: none;
}
.gallery__normal .gallery__functions-wrapper {
  -webkit-transform: translateY(-43px);
      -ms-transform: translateY(-43px);
          transform: translateY(-43px);
  position: relative;
  z-index: 4;
  margin-bottom: -12px;
}
.gallery__normal img.rsImg.rsMainSlideImage {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (max-width: 1023px) {
  .gallery__normal img.rsImg.rsMainSlideImage {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.js_gallery_normal {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.gallery__overlay {
  display: none;
  position: fixed;
  background: rgba(23, 31, 36, 0.95);
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery__overlay .gallery__slider .rsThumbs {
  margin-top: 20px;
  border-top: 1px solid #2c3f4a;
  padding-top: 16px;
}
.gallery__overlay .rsNavItem {
  padding: 0 8px;
}
.gallery__overlay .gallery__functions-wrapper {
  display: none;
}
.gallery__overlay .rsThumbsContainer .rsNavItem.rsThumb:first-of-type {
  padding-left: 0;
}

.is_gallery_overlay_visible {
  display: block !important;
}

.is-paggination-disabled {
  fill: #768a96;
}

.gallery--single .gallery__functions {
  visibility: hidden;
}
.gallery--single .rsNav {
  display: none;
}
.gallery--single.gallery-overlay__paginator {
  display: none;
}
.gallery--single .gallery-overlay__btn svg {
  display: none;
}
.gallery--single .gallery-overlay__btn {
  cursor: auto;
}
.gallery--single .gallery-overlay__btn.js_close-gallery-overlay {
  cursor: pointer;
}

.image_overlay {
  padding: 10px 0;
}
.image_overlay__image_conetainer {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: calc(100vh - 20px);
}
.image_overlay__image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.image_overlay__caption {
  margin: 8px 0 0 20px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #e9f0f5;
}

@media screen and (max-width: 1100px) {
  .image_overlay .gallery-overlay__btn--close {
    padding: 20px;
  }
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.main_tile__label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.header_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: #ffffff;
}

.header {
  position: relative;
  padding: 0 50px;
  z-index: 100;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e6ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
.header__hamburger {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 12px;
}
.header__hamburger_img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34px auto 11px auto 26px 0 16px auto 8px auto 30px 0 8px auto 8px 0 30px auto;
  grid-template-columns: 34px auto 11px auto 26px 0 16px auto 8px auto 30px 0 8px auto 8px 0 30px auto;
      grid-template-areas: ". premium-text . premium-img . divider-1 . weather-text . weather-img . divider-2 . search . divider-3 . avatar";
}
.header__logo {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__logo_heading {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.header__logo_img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 85px;
  height: 44px;
  display: block;
}
.header__dropdown {
  margin-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__dropdown-map {
  width: 70px !important;
  height: 33px !important;
  background-image: url("/static/images/menu-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__dropdown-text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2c3f4a;
}
.header__dropdown-icon {
  margin-left: 12px;
  margin-top: 3px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__divider {
  height: 43px;
  width: 0;
  border-right: 1px solid #e0e6ea;
}
.header__divider#divider-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  grid-area: divider-1;
}
.header__divider#divider-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
  grid-area: divider-2;
}
.header__divider#divider-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 16;
  grid-area: divider-3;
}
.header__premium-text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #004b71;
  line-height: 1;
  grid-area: premium-text;
}
.header__premium-icon {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  width: 16px;
  height: 16px;
  grid-area: premium-img;
}
.header__weather_link {
  display: inline-block;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.header__weather-text {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
  grid-area: weather-text;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #2c3f4a;
}
.header__weather-icon {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
  grid-area: weather-img;
}
.header__weather-icon img {
  width: 36px;
  height: 36px;
}
.header__search {
  -ms-grid-row: 1;
  -ms-grid-column: 14;
  grid-area: search;
  padding: 8px 9.5px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: transparent;
  border: none;
}
.header__search-icon {
  width: 24px;
  height: 24px;
}
.header__avatar {
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.header__avatar > span {
  display: block;
  width: 36px;
  height: 36px;
}
.header__avatar > span > img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.header__user {
  -ms-grid-row: 1;
  -ms-grid-column: 18;
  display: block;
  grid-area: avatar;
}
.header__navigation {
  border-bottom: 1px solid #e0e6ea;
  background-color: #ffffff;
}
.header__navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header__navigation-list-item {
  position: relative;
}
.header__navigation-list-item__child-container {
  display: none;
}
.header__navigation-list-item > a {
  display: inline-block;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #b5c0c5;
  padding: 22px 0;
  white-space: nowrap;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__navigation-list-item:first-of-type > a {
  margin-left: 50px;
}
.header__navigation-list-item:last-of-type > a {
  margin-right: 50px;
}
.header__submenu {
  display: none;
  position: fixed;
  padding: 32px 180px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e6ea;
  border-top: 1px solid #e0e6ea;
  left: 0;
  right: 0;
}
.header__submenu-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 200px));
  gap: 32px 80px;
}
.header__submenu-list-item a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #768a96;
}
.header__submenu-list-item a:hover {
  color: #008bd2;
}
.header__navigation-list-item:hover .header__submenu {
  display: block;
}
.header__login-button {
  border: 1px solid #008bd2;
  padding: 8px 12px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008bd2;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: transparent;
}

.header__navigation-list-item--active > a,
.header__navigation-list-item > a:hover {
  color: #00679c;
  font-weight: 800;
  border-bottom: 3px solid #00679c;
  padding-bottom: 19px;
}

.hide_navigation {
  top: -134px;
}

.hide_navigation--half {
  top: -72px;
}

.header_wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.searchbar__wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 128px;
  border-bottom: 1px solid #e0e6ea;
  z-index: 5;
  position: relative;
  background-color: white;
}
.searchbar__wrapper.show-searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f9fc;
  border-radius: 3px;
  border: 1px solid #e0e6ea;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchbar__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 100%;
  background-color: #f5f9fc;
  padding: 14px 16px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  caret-color: #768a96;
  color: #647782;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.searchbar__input::-webkit-input-placeholder {
  color: #b5c0c5;
}
.searchbar__input::-moz-placeholder {
  color: #b5c0c5;
}
.searchbar__input:-ms-input-placeholder {
  color: #b5c0c5;
}
.searchbar__input::-ms-input-placeholder {
  color: #b5c0c5;
}
.searchbar__input::placeholder {
  color: #b5c0c5;
}
.searchbar__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  height: 100%;
  padding: 13px 16px;
}
.searchbar__divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  height: 36px;
  width: 0;
  border-left: 1px solid #e0e6ea;
}
.searchbar__icon {
  width: 24px;
  height: 24px;
}

.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container {
  position: fixed;
  left: 0;
  top: 133px;
  right: 0;
  background-color: white;
  background: #008bd2;
  border: 1px solid #e0e6ea;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(5, 1fr);
  padding: 32px 180px;
  gap: 24px 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container .header__navigation-list-item--active > a,
.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container .header__navigation-list-item > a:hover {
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-size: 16px;
  padding-bottom: 0;
  padding-left: 8px !important;
}
.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container a {
  text-transform: none !important;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  width: 100%;
  white-space: break-spaces;
  border-bottom: solid 1px rgba(224, 230, 234, 0.5);
  padding-right: 8px !important;
  padding-left: 4px !important;
  padding-bottom: 6px !important;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: padding-left 0.3s, font-weight 0.3s, border-bottom 0.3s;
  transition: padding-left 0.3s, font-weight 0.3s, border-bottom 0.3s;
}
.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container .header__navigation-list-item > a {
  margin: 0;
  padding: 0;
}
.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container .header__navigation-list-item:first-of-type > a,
.header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container .header__navigation-list-item:last-of-type > a {
  margin-left: 0;
}

.header__navigation--desktop .header__navigation-list-item .header__navigation-list-item__child-container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hide_navigation--half .header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container {
  top: 61px;
}

.hide_navigation .header__navigation--desktop .header__navigation-list-item:hover .header__navigation-list-item__child-container {
  top: 0px;
}

@media (min-width: 1101px) {
  .sub_nav_arrow {
    display: none;
  }
}

.cookies_popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 31, 36, 0.5);
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  cursor: not-allowed;
  padding: 26px;
}

.cookies_popup {
  cursor: auto;
  background-color: white;
  width: 100%;
  max-width: 516px;
  padding: 32px;
}
.cookies_popup a {
  color: #004b71;
  font-weight: 600;
}
.cookies_popup ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.cookies_popup ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.cookies_popup ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 39px;
  background: #cecccc;
  border-radius: 39px;
}
.cookies_popup ::-webkit-scrollbar-thumb:window-inactive {
  background: #cecccc;
}
.cookies_popup__body {
  overflow-y: scroll;
  max-height: calc(100vh - 300px);
  margin-bottom: 32px;
  margin-right: -20px;
  padding-right: 17px;
}
.cookies_popup h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #2c3f4a;
}
.cookies_popup h2 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  font-variant: small-caps;
  /* SBplus/Grayscale/Gray 7 */
  color: #505f68;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cookies_popup__body-text-1 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505f68;
  margin-bottom: 24px;
}
.cookies_popup__body-text-2 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505f68;
  margin-bottom: 24px;
}
.cookies_popup__body-text-3 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #768a96;
}
.cookies_popup__body-text-3 b {
  font-weight: 600;
  color: #2c3f4a;
}
.cookies_popup__switches {
  margin-top: 32px;
}
.cookies_popup__switches_footer {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* SBplus/Grayscale/Gray 6 */
  color: #505f68;
}
.cookies_popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cookies_popup-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.cookies_popup-button--primary {
  background: #008bd2;
  color: white;
}
.cookies_popup-button--secondary {
  border: 1.5px solid #b5c0c5;
  border-radius: 4px;
}

body.cookies-blocked {
  overflow: hidden;
}

.cookies_popup__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 20px;
}
.cookies_popup__switch--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cookies_popup__switch_group {
  margin-bottom: 32px;
}
.cookies_popup__switch__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* Black */
  color: #212121;
  margin-bottom: 6px;
}
.cookies_popup__switch__subtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #636363;
}
.cookies_popup__switch__texts {
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cookies_popup__switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #cecece;
  border-radius: 23px;
  vertical-align: text-bottom;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cookies_popup__switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #cecece;
  border-radius: 11px;
  -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
          transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.cookies_popup__switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  -webkit-transform: translate3d(2px, 2px, 0);
          transform: translate3d(2px, 2px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cookies_popup__switch:active i::after {
  width: 28px;
  -webkit-transform: translate3d(2px, 2px, 0);
          transform: translate3d(2px, 2px, 0);
}

.cookies_popup__switch:active input:checked + i::after {
  -webkit-transform: translate3d(16px, 2px, 0);
          transform: translate3d(16px, 2px, 0);
}

.cookies_popup__switch input {
  display: none;
}

.cookies_popup__switch input:checked + i {
  background-color: #008bd2;
}

.cookies_popup__switch input:checked + i::before {
  -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
          transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.cookies_popup__switch input:checked + i::after {
  -webkit-transform: translate3d(22px, 2px, 0);
          transform: translate3d(22px, 2px, 0);
}

@media screen and (max-width: 1100px) {
  .cookies_popup-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
  }
  .cookies_popup-button {
    font-size: 12px;
  }
}
.footer__background {
  background-color: #f5f9fc;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer ul li {
  white-space: nowrap;
}
.footer-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 16px;
  border-bottom: 1px solid #e0e6ea;
  margin-bottom: 24px;
}
.footer-top-nav__nav {
  margin-top: -11px;
}
.footer-top-nav__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top-nav__nav ul li {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
  margin-top: 11px;
}
.footer__logo {
  width: 68px;
  height: 35px;
  margin-right: 98px;
}
.footer__divider {
  height: 14px;
  width: 0;
  border-left: 1.5px solid #e0e6ea;
  margin: 0 12px;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e6ea;
}
.footer__left-mid-nav {
  padding-right: 18px;
  margin-right: 32px;
  border-right: 1px solid #e0e6ea;
}
.footer__left-mid-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__left-mid-nav ul li {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
  margin: 4px 0;
}
.footer__left-mid-nav ul li:first-of-type {
  margin-top: 0;
}
.footer__left-mid-nav ul li:last-of-type {
  margin-bottom: 0;
}
.footer__left-mid-nav ul li a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
}
.footer__right-mid-top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__right-mid-top-nav ul li {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
  margin-top: 11px;
}
.footer__right-mid-bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__right-mid-bottom-nav ul li {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
  margin-top: 11px;
}
.footer__county-name {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #008bd2;
}
.footer__county-top {
  margin-bottom: 22px;
}
.footer__county-top:first-of-type {
  margin-bottom: 46px;
}
.footer__bottom {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #768a96;
  padding: 12px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social > a {
  margin-left: 8px;
}
.footer__social > a > img {
  width: 24px;
  height: 24px;
}
.footer__smartcode {
  padding: 9px 0 12px;
  text-align: center;
  margin: 0 auto;
  background-color: #e9f0f5;
}
.footer__smartcode > a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #b5c0c5;
}
.footer__smartcode > a:hover {
  color: #768a96;
}

.footer a {
  color: #2c3f4a;
}

.footer a:hover {
  color: #008bd2;
}

.leadblock {
  position: relative;
  z-index: 11;
  font-size: 0;
}
.leadblock__wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  height: 475px;
}
@media screen and (min-width: 1100px) {
  .leadblock__wrap {
    margin: 25px -5px 0 -5px;
    height: 660px;
  }
}
@media screen and (min-width: 1440px) {
  .leadblock__wrap {
    margin: 25px -5px 0 -5px;
    height: 610px;
  }
}
.leadblock__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.leadblock__text_wrap {
  padding: 0 30px;
  margin: 21px 0 5px 0;
  float: left;
}
@media screen and (min-width: 1100px) {
  .leadblock__text_wrap {
    padding: 0 30px 0 15px;
    margin: 16px 15px 92px 0;
    border-left: 1px solid #fff;
  }
}
.leadblock__data_wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1440px) {
  .leadblock__data_wrap {
    bottom: 60px;
  }
}
.leadblock__data {
  position: relative;
  z-index: 2;
}
.leadblock__overtitle {
  display: inline-block;
  float: left;
  clear: both;
  margin: 0;
  padding: 0 14px;
  font: normal 800 100% "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  background-color: #fff200;
}
@media screen and (min-width: 1100px) {
  .leadblock__overtitle {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1440px) {
  .leadblock__overtitle {
    padding: 0 20px;
  }
}
.leadblock__title {
  clear: both;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .leadblock__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem;
    padding-right: 270px;
  }
}
@media screen and (min-width: 1440px) {
  .leadblock__title {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 60px;
    line-height: 6rem;
    padding-right: 0;
  }
}
.leadblock__title h1 {
  display: inline;
  padding: 0 14px;
  color: #1e1e1e;
  background-color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 1100px) {
  .leadblock__title h1 {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1440px) {
  .leadblock__title h1 {
    padding: 0 20px;
  }
}
.leadblock_sponsor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  width: 100px;
  height: 100px;
  padding: 8px;
  font: normal 400 100% "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: white;
  margin-bottom: 35px;
  margin: 30px 0px 35px 0;
}
@media screen and (min-width: 1100px) {
  .leadblock_sponsor {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 20px 0 0 0;
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 -23px 0;
  }
}
@media screen and (min-width: 1440px) {
  .leadblock_sponsor {
    margin: 0;
  }
}
.leadblock_sponsor__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #1e1e1e;
  padding: 0 5px;
  min-width: 90px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .leadblock_sponsor__label {
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.leadblock_sponsor__sponsor {
  display: block;
  width: 100%;
  height: 100%;
}
.leadblock_sponsor__sponsor img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .container__flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
  }
}

@-webkit-keyframes j {
  0% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
  50% {
    -webkit-transform: rotate(195deg);
    transform: rotate(195deg);
  }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
}
@keyframes j {
  0% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
  50% {
    -webkit-transform: rotate(195deg);
    transform: rotate(195deg);
  }
  100% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
}
@-webkit-keyframes jz {
  0% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  50% {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  100% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
}
@keyframes jz {
  0% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  50% {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
  }
  100% {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
}
@-webkit-keyframes z {
  0% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
  }
  50% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
  }
}
@keyframes z {
  0% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
  }
  50% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
  }
}
@-webkit-keyframes sz {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@keyframes sz {
  0% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes s {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@keyframes s {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes si {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes si {
  0% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-webkit-keyframes i {
  0% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
  }
  50% {
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
  }
  100% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
  }
}
@keyframes i {
  0% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
  }
  50% {
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
  }
  100% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
  }
}
@-webkit-keyframes ji {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
@keyframes ji {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
.weather_three_days_main {
  border-right: 1px solid #e0e6ea;
}

.weather_three_days_day:first-of-type {
  padding-bottom: 37px;
  border-bottom: 1px solid #e0e6ea;
}

.weather_three_days_day:nth-of-type(2) {
  padding-top: 37px;
}

.weather_three_days_title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2c3f4a;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.weather_three_days .weather-seperator {
  width: 100%;
  border-bottom: 1px solid #e0e6ea;
}

.weather_today_small_row {
  margin-top: 40px;
}

.weather_small_icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.weather_small_desc {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase !important;
  color: #2c3f4a;
  margin-top: 12px;
}

.weather_page .column_content__inner {
  padding-top: 52px;
  padding-bottom: 131px;
}

.weather_wind_icon {
  margin-bottom: 4px;
}

.weather_wind_desc {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 16px;
  color: #2c3f4a;
  text-align: center;
  text-transform: lowercase !important;
}

.weather_small_temperature_max {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #2c3f4a;
  margin-bottom: 4px;
}

.weather_small_temperature_min {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #768a96;
}

.weather_big_temperature_max {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  color: #2c3f4a;
  margin-bottom: 12px;
}

.weather_big_temperature_min {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #768a96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weather_big_temperature_min > img {
  margin-right: 8px;
}

.weather_header {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #00679c;
  padding: 8px 0;
  border-bottom: 1px solid #00679c;
  margin-bottom: 20px;
}

.weather_header_secondary {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2c3f4a;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.weather_graph_dates {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #768a96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.weather_humidity_pressure_row {
  margin-top: 21px;
  margin-bottom: 22px;
}
.weather_humidity_pressure_row .weather-seperator {
  border-bottom: 1px solid #e0e6ea;
}

.weather_humidity {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00679c;
  text-align: center;
  margin-bottom: 28px;
}

.weather_pressure {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00a9ff;
  text-align: center;
  margin-bottom: 28px;
}

.weather_selector {
  position: relative;
  display: inline-block;
  margin-bottom: 56px;
  width: 100%;
}

.weather_selector select {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #b5c0c5;
  border-radius: 0px;
  background: #ffffff;
  color: #768a96;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.weather_selector select::-ms-expand {
  display: none;
}

.weather_selector select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.weather_selector_arrow {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 0px;
  height: 0px;
  border: solid #7b7b7b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.weather_selector select:hover ~ .weather_selector_arrow,
.weather_selector select:focus ~ .weather_selector_arrow {
  border-color: #000000;
}

.weather_selector select:disabled ~ .weather_selector_arrow {
  border-top-color: #cccccc;
}

.weather_croatia_daily {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
}

.weather_bio {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
}

.weather_precipitation {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #008bd2;
  margin-bottom: 21px;
  text-align: center;
}

.weather_precipitation_text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  line-height: 24px;
  color: #647782;
}

.biometeo_precipitation_row {
  margin-bottom: 80px;
}

.weather_weekly {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
  margin-top: -14px;
}
.weather_weekly tr td:nth-child(1) {
  color: #647782;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
}
.weather_weekly tr td:nth-child(2) {
  color: #768a96;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 14px;
  white-space: nowrap;
  width: 99%;
  padding-right: 50px;
  height: 28px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weather_weekly tr td:nth-child(3) {
  color: #768a96;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 14px;
  padding-right: 15px;
  font-weight: 400;
  line-height: 17px;
  padding: 1px 0;
  text-align: right;
}
.weather_weekly tr td:nth-child(4) {
  color: #2c3f4a;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
  padding-left: 25px;
  font-weight: 400;
  line-height: 19px;
}

.weather_page .weather_today__wind_dir_ico--n {
  -webkit-animation: s 1.8s ease-in-out infinite;
  animation: s 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--ne {
  -webkit-animation: si 1.8s ease-in-out infinite;
  animation: si 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--e {
  -webkit-animation: i 1.8s ease-in-out infinite;
  animation: i 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--se {
  -webkit-animation: ji 1.8s ease-in-out infinite;
  animation: ji 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--s {
  -webkit-animation: j 1.8s ease-in-out infinite;
  animation: j 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--sw {
  -webkit-animation: jz 1.8s ease-in-out infinite;
  animation: jz 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--w {
  -webkit-animation: z 1.8s ease-in-out infinite;
  animation: z 1.8s ease-in-out infinite;
}

.weather_page .weather_today__wind_dir_ico--nw {
  -webkit-animation: sz 1.8s ease-in-out infinite;
  animation: sz 1.8s ease-in-out infinite;
}

@media screen and (min-width: 1100px) {
  .weather_page .column_content__inner {
    max-width: 640px;
    margin-left: 132px;
    padding-top: 52px;
    padding-bottom: 131px;
    max-width: 750px;
  }
}
@media screen and (max-width: 1100px) {
  .weather_selector select {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-variant: small-caps;
    text-transform: lowercase;
    text-transform: uppercase;
    background: #f5f9fc;
    color: #00679c;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    border-bottom: 1px solid #e0e6ea;
  }
  .weather_header {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-variant: small-caps;
    text-transform: lowercase;
  }
  .weather_page .column_content__inner {
    padding-top: 0;
  }
  .weather_three_days_main > .gr-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .weather_three_days_main .gr-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .weather_three_days_day {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .weather_three_days_day .weather_three_days_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .weather_three_days_day .gr-12 {
    width: 70%;
  }
  .weather_precipitation {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
  }
  .weather_bio {
    color: #2c3f4a;
    text-align: left;
  }
  .weather_precipitation_text {
    color: #2c3f4a;
    text-align: left;
  }
  .weather_three_days_main {
    padding-bottom: 32px;
    border: 0;
  }
  .weather_humidity_jolumn {
    margin-top: 32px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .biometeo_precipitation_jolumn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
  }
  .weather_mobile_seperator {
    margin-top: 24px;
    border-bottom: 1px solid #e0e6ea;
    margin-bottom: 24px;
    width: 100%;
  }
  .weather_weekly_column {
    margin-bottom: 73px;
  }
  .weather_three_days_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.weather_selector::after {
  content: url("/static/images/icons/weather-dropdown.svg");
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}

.weather_3_day_divider {
  border-bottom: 1px solid #e0e6ea;
  height: 0;
  width: 100%;
  margin-top: 50px;
}

body.authors_page .main_tile {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 540px) {
  body.authors_page .main_tile {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1100px) {
  body.authors_page .main_tile {
    padding: 0;
  }
}
body.authors_page .main_tile__label span {
  color: #8f8f8f;
}
body.authors_page .column_sidebar {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1100px) {
  body.authors_page .column_sidebar {
    margin: 40px 0 0 0;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1100px) {
  body.authors_page .container__height_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media screen and (min-width: 540px) {
  body.authors_page .pagination {
    margin: 30px -30px;
  }
}
@media screen and (min-width: 540px) {
  body.authors_page .pagination {
    margin: 30px 0;
  }
}

body.columns_page {
  margin: 0 !important;
}
body.columns_page .main_tile {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 540px) {
  body.columns_page .main_tile {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1100px) {
  body.columns_page .main_tile {
    padding: 0;
  }
}
body.columns_page .main_tile__label span {
  color: #8f8f8f;
}
body.columns_page .column_sidebar {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1100px) {
  body.columns_page .column_sidebar {
    margin: 40px 0 0 0;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1100px) {
  body.columns_page .container__height_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media screen and (min-width: 540px) {
  body.columns_page .pagination {
    margin: 30px -30px;
  }
}
@media screen and (min-width: 540px) {
  body.columns_page .pagination {
    margin: 30px 0;
  }
}
body.columns_page .articles_extra {
  position: relative;
  overflow: hidden;
  padding-bottom: 23px;
  margin: 0 -14px 23px;
}
body.columns_page .articles_extra:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 540px) {
  body.columns_page .articles_extra {
    margin: 0 -30px 23px;
  }
}
@media screen and (min-width: 1100px) {
  body.columns_page .articles_extra {
    padding: 0;
    margin: 0 -15px 60px;
  }
  body.columns_page .articles_extra:after {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  body.columns_page .articles_extra {
    margin: 0 -15px 80px;
  }
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.z-selection.i_map__main svg:hover path, .z-selection .i_map__hitbox:hover ~ svg#POZ-SLA_SVG path {
  fill: #008bd2;
  stroke: #ffffff;
}
.z-selection.i_map__main svg:hover #BR-POS_Z path, .z-selection .i_map__hitbox:hover ~ svg#POZ-SLA_SVG #BR-POS_Z path {
  fill: unset;
}
.z-selection.i_map__main #BR-POS_Z path {
  stroke: #ffffff;
}

.o-selection.i_map__main #POZ-SLA_OP path, .o-selection.i_map__main #BR-POS_OP path, .o-selection.i_map__main #BR-POS_Z path {
  stroke: white;
}
.o-selection.i_map__main #POZ-SLA_OP path:hover, .o-selection.i_map__main #BR-POS_OP path:hover {
  fill: #008bd2;
}

.i_map__hover {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #f5f9fc;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px 16px;
  z-index: 1;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #768a96;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
          transform: translate(-50%, -120%);
  pointer-events: none;
}
.i_map__hover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid #f5f9fc;
}
.i_map__wrapper {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1;
}
.i_map__dark_wrapper {
  position: fixed;
  background: #171f24;
  opacity: 0.5;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
}
.i_map__container {
  margin: auto;
}
.i_map__main {
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 30px auto 65px;
  position: relative;
  height: 24.9vw;
}
.i_map__main svg {
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.i_map__main #POZ-SLA_SVG {
  top: 0;
  left: 14.8%;
  right: 34%;
  height: auto;
}
.i_map__main #BR-POS_SVG {
  top: 30%;
  left: 21.2%;
  right: 14.8%;
  height: auto;
}
.i_map__breadcrumbs {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #008bd2;
  margin-top: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.i_map__breadcrumbs-img {
  display: none;
  margin-right: 8px;
}
.i_map__breadcrumbs-op {
  color: #d04747;
}
.i_map__breadcrumbs .js_i_map_bread-dash {
  visibility: hidden;
}
.i_map__hitbox {
  position: absolute;
  z-index: 1;
}
.i_map__hitbox--1 {
  left: 18%;
  top: 30%;
  height: 15%;
  width: 9%;
}
.i_map__hitbox--2 {
  left: 36%;
  top: 30%;
  height: 9%;
  width: 3%;
}
.i_map__hitbox--3 {
  left: 39%;
  top: 30%;
  height: 21%;
  width: 28%;
}
.i_map__hitbox--4 {
  left: 48%;
  top: 51%;
  height: 15%;
  width: 7%;
}

.i_map--closed {
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.i_map--open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.i_map__dark__wrapper--closed {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.i_map__dark__wrapper--open {
  opacity: 0.5;
  pointer-events: all;
}

.disable-body-scroll {
  overflow: hidden;
}

.hide-region {
  opacity: 0 !important;
  pointer-events: none;
}

.flip-map-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pozega-in-focus {
  margin: 0 !important;
  height: 100%;
  left: 14.8% !important;
  right: 15.5% !important;
}

.brod-in-focus {
  margin: 0 !important;
  height: 100%;
  top: 0 !important;
  left: 3.7% !important;
  right: 3.3% !important;
}

.js_header_dropdown {
  cursor: pointer;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.errorpage.errorpage500 .body_wrap {
  top: 0;
  margin-bottom: 0;
}
.errorpage.errorpage500 .body_wrap .kontainer {
  max-height: 100vh;
}

.errorpage .container {
  max-width: unset;
}

.errorpage .kontainer {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1100px) {
  .errorpage .kontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc(50% - 20px);
    grid-template-columns: 1fr calc(50% - 20px);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    max-height: calc(100vh - 134px);
  }
  .errorpage .kontainer > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .errorpage .kontainer > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.error_page__image_container {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: calc(50vw - 50px) 10px calc(50vw - 50px);
  grid-template-rows: calc(50vw - 50px) calc(50vw - 50px);
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.error_page__image_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.error_page__image_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.error_page__image_container > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.error_page__image_container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.error_page__image_container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px) {
  .error_page__main {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
}
.error_page__main h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #008bd2;
  margin-bottom: 8px;
}
@media screen and (min-width: 1100px) {
  .error_page__main h1 {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 16px;
  }
}
.error_page__main h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #2c3f4a;
  margin-bottom: 16px;
  max-width: 258px;
}
@media screen and (min-width: 1100px) {
  .error_page__main h2 {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    max-width: 335px;
  }
}
.error_page__main p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
  margin-bottom: 40px;
  max-width: 350px;
}
@media screen and (min-width: 1100px) {
  .error_page__main p {
    margin-bottom: 72px;
  }
}
.error_page__main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #008bd2;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  height: 52px;
  margin-bottom: 42px;
  max-width: 350px;
}
.error_page__main a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.error_page__main a span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.thread__list {
  list-style-type: none;
  margin: -1px 0 0;
  padding: 0;
}
.thread__sublist {
  position: relative;
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding-top: 1;
  margin-top: -1px;
  background: transparent;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  padding-left: 56px;
}
.thread__sublist .commbox__avatar {
  border-bottom: 1px solid #e0e6ea;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.thread__sublist.is_visible {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.thread--thread_teaser {
  position: relative;
  padding: 15px 0 0 20px;
}
@media screen and (max-width: 1100px) {
  .thread--thread_teaser {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .thread--thread_teaser .thread__separator {
    display: none;
  }
}
.thread--thread_teaser .thread__item {
  border-bottom: 0px;
}
.thread--thread_teaser .thread__list .commbox--self:before, .thread--thread_teaser .thread__list .commbox--self:after {
  display: none;
}

.thread__message {
  display: block;
  margin-bottom: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 59px;
  line-height: 5.9rem;
}
@media screen and (min-width: 1100px) {
  .thread__message {
    text-transform: uppercase;
  }
}
.thread__message--title {
  font: normal 900 100% "Raleway", sans-serif;
  color: #1e1e1e;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
@media screen and (max-width: 1100px) {
  .thread__message--title {
    padding: 30px 0 6px 0;
  }
}
@media screen and (min-width: 1100px) {
  .thread__message--title {
    padding: 0 60px 20px 70px;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    line-height: 5.2rem;
    letter-spacing: -0.01em;
  }
}
.thread__message--content {
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: 0.01em;
}
.thread__message--unlogged {
  max-width: 640px;
  margin: 0 0 40px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #1a1a1a;
  text-transform: none;
}
.comments__item--th_express .thread__message--unlogged {
  margin: 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .comments__item--th_express .thread__message--unlogged {
    padding: 15px 0 20px 0;
  }
}
@media screen and (min-width: 1100px) {
  .comments__item--th_express .thread__message--unlogged {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 60px 30px 70px;
  }
}
@media screen and (min-width: 1100px) {
  .thread__form {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1099px) {
  .thread__unlogged {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .thread__unlogged {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1100px) {
  .article__comments .thread__unlogged {
    padding-left: 0px;
  }
}
.thread__unlogged .btn {
  margin-right: 20px;
}
.thread__unlogged .btn:last-child {
  margin-right: 0;
}
.thread__unlogged .btn:first-of-type {
  font: normal 800 100% "Raleway", sans-serif;
  background-color: #1e1e1e;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1100px) {
  .thread__unlogged .btn:first-of-type {
    padding: 0px 10px;
    margin: 0px 13px 0 0;
    float: left;
    height: 32px;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1101px) {
  .thread__unlogged .btn:first-of-type {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.thread__unlogged .btn:first-of-type:hover {
  background: #f4f4f4;
  color: #1e1e1e;
}
.thread__unlogged .btn--fb {
  max-width: 135px;
  padding-left: 48px;
}
@media screen and (max-width: 1100px) {
  .thread__unlogged .btn--fb {
    padding-right: 0;
    float: left;
    height: 32px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    padding: 0 10px 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  .thread__unlogged .btn--fb {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .thread__unlogged .btn--fb {
    max-width: 456px;
  }
}
.thread__unlogged .btn--fb i {
  font-size: 20px;
  line-height: 40px;
  top: 0px;
  left: 10px;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .thread__unlogged .btn--fb i {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-right: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .thread__unlogged .btn--fb i:before {
    left: 9px;
    position: relative;
  }
}
.thread__unlogged .btn--fb:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 40px;
  bottom: 6px;
  width: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1100px) {
  .thread__unlogged .btn--fb:before {
    line-height: 32px;
    line-height: 3.2rem;
    left: 33px;
  }
}
.thread__separator {
  border-bottom: 1px solid #e3e3e3;
}
.thread__list--thread > li.pagination {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
@inlcude min-screen($lg) {
  .thread__list--thread > li.pagination--lower {
    margin-bottom: 20px;
  }
}
.thread__list--thread > li.comments__item--th_express {
  border-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .thread__list--thread > li.comments__item--th_express {
    margin: 49px 0 88px 0;
  }
}
.thread__list--thread.no_comments {
  margin-top: 26px;
}
.thread__list--thread.no_comments .comments__item--commenting {
  border-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .thread__list--thread.no_comments .comments__item--commenting {
    margin-top: 0px;
  }
}
.thread__comment_btn {
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.15em;
  background-color: #1e1e1e;
  color: white;
}
@media screen and (max-width: 1100px) {
  .thread__comment_btn {
    margin: 10px 0;
  }
}
.thread__comment_btn:hover {
  background: #f4f4f4;
  color: #1e1e1e;
}
.thread__login-wrap {
  padding-left: 56px;
  margin-top: 72px;
}
.thread__login-title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #00679c;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.thread__login-body {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
  max-width: 584px;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.thread__login-btn {
  margin: 0;
  width: 129px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thread__no-comments {
  margin-bottom: 0;
  padding-bottom: 24px;
  width: 100%;
  min-width: 100%;
}

.thread__no-comments-wrap {
  margin: 24px 0;
}

.thread__item--last > div > div > div.commbox__content--border {
  border: none;
}

.thread__item--last > div > div > ul .commbox__content--border {
  border: none;
}

.thread__last-comment-divider {
  width: calc(100% - 56px);
  border-bottom: 1px solid #e0e6ea;
  margin-bottom: 24px;
  height: 0;
  margin-left: 56px;
}

.thread__list--thread > li.comments__item--th_express {
  margin-top: 0;
}

.js_loadAllComments {
  margin-bottom: 16px;
  padding-left: 28px;
}

.thread__sublist li:last-of-type .commbox__avatar {
  border: none;
}

.thread__sublist-reply-border .onecomment__submit-container {
  border-bottom: 1px solid #e0e6ea;
  padding-bottom: 16px;
}

.thread__item--last .thread__sublist-reply-border .onecomment__submit-container {
  border: none;
  padding-bottom: 0;
}

.thread__item--last + .js_loadAllCommentsRoot::before {
  content: "";
  border-top: 1px solid #e0e6ea;
  padding-top: 16px;
  margin-left: 56px;
  width: calc(100% - 56px);
  display: block;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

/* Refactoring komentara */
.commbox {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.comments__upper {
  margin: 0;
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  .comments__upper {
    padding: 0 14px;
  }
}
.comments__upper .fake__form_select_wrap {
  position: relative;
  padding: 0;
  float: right;
}
.comments__upper .fake__form_select_box {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.comments__upper .fake__form_select_list {
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  z-index: 11;
  position: absolute;
  top: 24px;
  right: 0;
  background-color: #ffffff;
  padding: 8px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.comments__upper .fake__form_select_list li {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #2c3f4a;
  padding: 8px 32px 12px 16px;
}
.comments__upper .fake__form_select_list li:hover {
  background-color: #f5f9fc;
}
.comments__upper .fake__form_select_list.is_visible {
  display: block;
  position: absolute;
}
.comments__upper .fake__form_select_btn {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #2c3f4a;
  padding-bottom: 2px;
  cursor: pointer;
}
.comments__upper .fake__form_select_btn_after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  padding: 0;
}
.comments__upper .fake__form_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--reply.is_active.js_sendNewComment,
.btn--reply.is_active.js_sendReplyComment {
  background-color: #008bd2;
  color: #ffffff;
}

.commbox__content--hidden.js_onecommentContentHidden {
  display: none;
}

/* TEMA */
.comments__upper .comments__filters_wrap {
  padding-bottom: 32px;
}
.comments__upper .comments__label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.2px;
  color: #2c3f4a;
}
.comments__upper .comments__header_main-text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.2px;
  color: #2c3f4a;
}
.comments__upper .comments__header_main-count {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.2px;
  color: #008bd2;
  margin-left: 6px;
}

.commbox__avatar_img_wrap {
  position: relative;
  display: block;
  overflow: normal;
  margin-right: 16px;
  width: 40px;
}
.commbox__avatar_img > img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.commbox__user {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #2c3f4a;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.commbox__time {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #647782;
  margin-bottom: 8px;
}
.commbox__content {
  padding: 0;
  margin: 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
}
.commbox__content-container {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.commbox__content-text {
  margin-bottom: 12px;
}
.commbox__content--border {
  border-bottom: 1px solid #e0e6ea;
}
.commbox__interaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commbox__rating {
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commbox__rating .btn__value {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #647782;
  margin-left: 4px;
}
.commbox__rating--positive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commbox__rating--negative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.commbox__replies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commbox__replies-txt {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #647782;
  margin-left: 2px;
}
.commbox__reply .btn__label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #00679c;
}
.commbox__more {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #008bd2;
}

.forum-interaction-divider {
  width: 0;
  height: 14px;
  border-left: 1.5px solid #e0e6ea;
  margin: 0 10px;
}

.commbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onecomment__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.onecomment__form_textarea {
  height: auto;
  border: 1px solid #b5c0c5;
  border-radius: 0;
  padding: 10px 20px;
  resize: none;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #768a96;
}
.onecomment__form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
  margin-left: 56px;
}
.onecomment__avatar--reply {
  margin-top: 5px;
  display: none;
}
.onecomment__avatar--visible {
  display: block;
}
.onecomment__submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.onecomment__submit-container button {
  padding: 5px 20px;
  height: 40px;
  background: #e9f0f5;
  border: none;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #b5c0c5;
}
.onecomment__reply-cancel-btn {
  padding: 0;
  margin: 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 4px;
  height: 41px;
  width: 104px;
  display: none;
  color: #2c3f4a !important;
  margin-right: 8px !important;
  border: 1.5px solid #b5c0c5 !important;
  background-color: #ffffff !important;
}
.onecomment__reply-cancel-btn--visible {
  display: block;
}

.js_loadAllComments {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #004b71;
  width: 100%;
  text-align: center;
  display: block;
}

.js_deleteComment {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.js_like .vote-icon,
.js_dislike .vote-icon {
  width: 24px;
  height: 24px;
}

.js_like .vote-icon {
  background: url("/static/images/icons/thumbs-up.svg");
}

.js_dislike .vote-icon {
  background: url("/static/images/icons/thumbs-down.svg");
}

.js_like.btn--invert .vote-icon {
  background: url("/static/images/icons/thumbs-up--active.svg");
}

.js_dislike.btn--invert .vote-icon {
  background: url("/static/images/icons/thumbs-down--active.svg");
}

.author__infobox {
  position: relative;
  padding: 30px;
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 1100px) {
  .author__infobox {
    margin: 60px 0 40px 0;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .author__infobox {
    margin: 60px 0 60px 50px;
  }
}
.author__infobox_figure:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 87px;
  width: 87px;
  background-color: #fff200;
}
@media screen and (min-width: 1100px) {
  .author__infobox_figure {
    float: left;
    margin: 10px 50px 0 10px;
  }
}
.author__infobox_img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -58px;
  bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .author__infobox_img {
    left: 13px;
    bottom: 15px;
    margin-left: 0;
  }
}
.author__infobox_data {
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .author__infobox_data {
    padding: 0 0 0 90px;
  }
}
.author__title {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .author__title {
    text-align: left;
    display: inline-block;
  }
}
.author__infobox_name {
  display: inline-block;
  position: relative;
  font: normal 300 100% "Roboto Slab", sans-serif;
  padding: 0;
  margin: 20px 0 0;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #1e1e1e;
}
@media screen and (min-width: 1100px) {
  .author__infobox_name {
    margin: 0;
    margin-right: 20px;
    float: left;
  }
}
@inlcude min-screen($xlg) {
  .author__infobox_name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-right: 20px;
  }
}
.author__infobox_name:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 1px;
  left: 0;
  z-index: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .author__social_wrap {
    float: left;
  }
}
.author__social_wrap .social__btn,
.author__social_wrap i {
  width: 20px;
  height: 20px;
}
.author__social_wrap .social__btn {
  margin: 4px 10px 0 0;
  float: none;
}
@media screen and (min-width: 1100px) {
  .author__social_wrap .social__btn {
    float: left;
  }
}
.author__social_wrap .social__icon:before {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.author__infobox_lead {
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #000;
}
@media screen and (min-width: 1440px) {
  .author__infobox_lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

.poll__question {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #647782;
  margin-bottom: 32px;
  margin-top: 10px;
}
.poll__question-container {
  padding: 20px 32px 16px;
  border: 1px solid #e0e6ea;
  margin-bottom: 24px;
}
.poll .alert__message {
  margin: 10px 0;
}
.poll__title {
  padding: 0;
  margin: 0;
}
.poll__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
  color: #ffffff;
  border-top: 1px solid #e9f0f5;
  margin-top: 32px;
}
.poll__footer__votes {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #768a96;
}
.poll__footer__submit {
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 12px;
  cursor: pointer;
  color: white !important;
}
.poll__footer__submit.disabled {
  background: #e9f0f5;
  color: #b5c0c5 !important;
  cursor: not-allowed;
}
.poll__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.poll h3 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  color: #505f68;
}
.poll__item {
  padding: 0 0 0 0;
  margin: 10px 0 20px;
}
.poll__item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.poll__item--answered {
  padding: 0 40px 0 0;
  margin: 10px 0;
}
.poll__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.poll__answer_title {
  padding: 2px 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #505f68;
  cursor: pointer;
}
.poll__answer_count {
  float: right;
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 10px;
}
.poll__answer_perc {
  float: right;
  margin-left: 16px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-size: 18px;
  color: #416276;
  width: 100px;
  width: 42px;
  text-align: right;
}
.poll__answer_perc--image {
  margin-left: 8px;
  margin-right: 4px;
  width: unset;
  color: #647782;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
}
.poll__answer_title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.poll__bar {
  position: relative;
  background: #57c6ff;
}
.poll__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.5px 0 7.5px;
}
.poll__progressbar {
  height: 8px;
  border-radius: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #e9f0f5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.poll__progressbar_active {
  width: 100%;
  height: 100%;
  background-color: #008bd2;
  border-radius: 100px;
  width: 0;
  -webkit-transition: width 500ms cubic-bezier(0.18, 0.89, 0.32, 1.1);
  transition: width 500ms cubic-bezier(0.18, 0.89, 0.32, 1.1);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.poll__submit {
  height: 22px;
  width: 22px;
  border-radius: 100%;
  border: 0;
  margin-right: 9px;
  background-image: url("/static/images/polls_unmarked.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  min-width: 22px;
}
.poll__submit.chosen {
  background-image: url("/static/images/polls_marked.svg");
}
.poll__submit-image {
  cursor: pointer;
  background-color: transparent !important;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 218/146;
  height: auto;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}
.poll__submit-image.chosen {
  outline: 2px solid #008bd2;
  position: relative;
}
.poll__submit-image.chosen::after {
  content: url("/static/images/polls_marked.svg");
  position: absolute;
  top: 11px;
  right: 11px;
  top: 9px;
  right: 9px;
  width: 22px;
  height: 22px;
}
.poll__submit-image.disabled {
  cursor: not-allowed;
  background-color: transparent !important;
  border: 0;
}
.poll__percentage {
  position: absolute;
  width: 32px;
  right: -40px;
  top: -5px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: right;
}

.poll_list--image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 32px;
}
.poll_list--image .poll__answer_title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #768a96;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
  min-height: 38px;
}
.poll_list--image .poll__item {
  margin: 0;
  padding: 0;
}
.poll_list--image .poll__answer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

.article__main-content .poll__question {
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 32px !important;
}
.article__main-content .poll__footer__submit {
  font-family: "Barlow" !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
.article__main-content .poll h3 {
  font-family: "Barlow" !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.article__main-content .poll__answer_title {
  font-family: "Barlow" !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: #505f68;
}
.article__main-content .poll__footer__votes {
  font-family: "Barlow" !important;
  font-size: 14px !important;
  line-height: 17px !important;
  margin-top: 8px;
  margin-bottom: 4px;
}
.article__main-content .poll__answer_perc {
  font-family: "Barlow" !important;
  line-height: 22px !important;
  font-size: 18px !important;
}
.article__main-content .poll__answer_perc--image {
  font-size: 16px !important;
  line-height: 19px !important;
}
.article__main-content .poll_list--image .poll__answer_title {
  font-family: "Barlow" !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #505f68;
}

.vote__icon {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.vote__icon.marked {
  color: #1e1e1e !important;
}
.vote__icon.empty {
  color: #ccc;
}

.top_navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 935px;
  padding-left: 265px;
  z-index: 13;
}
@media screen and (min-width: 1100px) {
  .top_navigation {
    right: 0;
    width: 618px;
    padding: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .top_navigation {
    left: auto;
    right: 0;
    width: auto;
    padding: 0 180px 0 0;
  }
}
.top_navigation .main_nav {
  z-index: 200;
  height: 56px;
  font-size: 0;
  -webkit-transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1099px) {
  .top_navigation .main_nav {
    position: fixed;
    top: 56px;
    top: 0;
    left: 50%;
    width: 0;
    margin-left: 50%;
    height: 120%;
    z-index: 170;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .top_navigation .main_nav:after {
    content: " ";
    position: absolute;
    top: 56px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
  }
}
@media screen and (max-width: 1099px) and (min-width: 540px) {
  .top_navigation .main_nav {
    left: 50%;
    width: 0;
    margin-left: 270px;
  }
}
@media screen and (max-width: 1099px) {
  .has_navigation .top_navigation .main_nav {
    width: 100%;
    margin-left: -50%;
  }
}
@media screen and (max-width: 1099px) and (min-width: 540px) {
  .has_navigation .top_navigation .main_nav {
    left: 50%;
    width: 540px;
    margin-left: -270px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 1100px) {
  .has_navigation .top_navigation .main_nav {
    width: 100%;
    margin-left: -50%;
  }
}
@media screen and (min-width: 1440px) {
  .top_navigation .main_nav {
    height: 80px;
  }
}
.top_navigation .main_nav__btn {
  padding: 10px 0;
  text-align: center;
}
.top_navigation .main_nav__list {
  list-style-type: none;
  padding: 0;
  z-index: 10;
}
@media screen and (max-width: 1099px) {
  .top_navigation .main_nav__list {
    position: relative;
    margin-top: 64px;
  }
}
.top_navigation .main_nav__item {
  display: inline-block;
}
@media screen and (max-width: 1099px) {
  .top_navigation .main_nav__item {
    position: relative;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .top_navigation .main_nav__item {
    margin: 0 0 0 7px;
  }
  .top_navigation .main_nav__item:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top_navigation .main_nav__item {
    margin: 0 0 0 19px;
  }
}
.top_navigation .main_nav__link {
  display: block;
  height: 40px;
  line-height: 72px;
  line-height: 7.2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out, color 0.1s ease-in-out;
  transition: all 0.3s ease-in-out, color 0.1s ease-in-out;
  color: #fff;
}
.top_navigation .main_nav__link .main_nav__item--zdravlje.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--zdravlje:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--dijeta.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--dijeta:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--hrana.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--hrana:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--psiha-i-seks.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--psiha-i-seks:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--psiha_i_seks.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--psiha_i_seks:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--ljepota-i-relax.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--ljepota-i-relax:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--ljepota_i_relax.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--ljepota_i_relax:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--fitness.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--fitness:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--green-i-bio.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--green-i-bio:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link .main_nav__item--green_i_bio.is_active .main_nav__link, .top_navigation .main_nav__link .main_nav__item--green_i_bio:hover .main_nav__link {
  text-decoration: none;
}
.top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
  text-decoration: none;
  color: #1e1e1e;
}
@media screen and (max-width: 1099px) {
  .top_navigation .main_nav__link {
    line-height: 40px;
    line-height: 4rem;
    height: 40px;
  }
}
.top_navigation .main_nav__link.is_active, .top_navigation .main_nav__link:hover {
  background-color: #fff200;
}
@media screen and (min-width: 1100px) {
  .top_navigation .main_nav__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    line-height: 5.6rem;
  }
  .top_navigation .main_nav__link.is_active {
    background-color: transparent;
    border-bottom: 6px solid #fff200;
  }
  .top_navigation .main_nav__link:hover {
    background-color: transparent;
    border-bottom: 3px solid #fff200;
  }
}
@media screen and (min-width: 1440px) {
  .top_navigation .main_nav__link {
    height: 80px;
    line-height: 80px;
    line-height: 8rem;
  }
}
.top_navigation .main_nav__span {
  display: inline-block;
  padding: 0 10px;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 40px;
  line-height: 4rem;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: 0.05em;
  -webkit-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
}
@media screen and (min-width: 1100px) {
  .top_navigation .main_nav__span {
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 56px;
    line-height: 5.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1440px) {
  .top_navigation .main_nav__span {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .top_navigation .main_nav .sub_nav {
    display: none;
  }
}
.top_navigation .main_nav .sub_nav--toggle {
  display: none;
}
@media screen and (max-width: 1099px) {
  .top_navigation .main_nav .sub_nav--toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.main_nav__link.is_active ~ .sub_nav--toggle ~ .main_nav__list--sub {
  display: block;
}

.sub_nav {
  text-align: center;
}
.sub_nav.main_nav__list {
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 800px;
  padding: 0;
  margin: 0 0 0 -500px;
  z-index: 200;
  height: 36px;
  font-size: 0;
  list-style-type: none;
}
@media screen and (min-width: 1440px) {
  .sub_nav.main_nav__list {
    margin: 0 0 0 -450px;
  }
}
@media screen and (max-width: 1099px) {
  .sub_nav.main_nav__list {
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: 50%;
    width: 0;
    height: 120%;
    z-index: 180;
    background: #000;
    overflow: hidden;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sub_nav.main_nav__list.is_opened {
    width: 100%;
    margin-left: -50%;
  }
}
.sub_nav .main_nav__item {
  position: relative;
  display: inline-block;
}
.sub_nav .main_nav__item:nth-child(1) .main_nav__link:before, .sub_nav .main_nav__item:nth-child(2) .main_nav__link:before {
  display: none;
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__item {
    display: block;
    text-align: center;
  }
}
.sub_nav .main_nav__item--section {
  display: none;
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__item--section {
    display: block;
    margin: 3px 40px;
    margin-bottom: 8px;
  }
  .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .sub_nav .main_nav__item--section .main_nav__span:hover {
    color: #1e1e1e !important;
  }
  .sub_nav .main_nav__item--section .main_nav__span:before {
    position: absolute;
    left: -10px;
    top: 3px;
    width: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    content: "\e91b";
    position: relative;
  }
  .main_nav__item--zdravlje .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--zdravlje .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e926";
  }
  .main_nav__item--dijeta .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--dijeta .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91f";
  }
  .main_nav__item--hrana .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--hrana .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91d";
  }
  .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91b";
  }
  .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91b";
  }
  .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91c";
  }
  .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91c";
  }
  .main_nav__item--fitness .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--fitness .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e91e";
  }
  .main_nav__item--green-i-bio .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--green-i-bio .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e920";
  }
  .main_nav__item--green_i_bio .sub_nav .main_nav__item--section .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--green_i_bio .sub_nav .main_nav__item--section .main_nav__span:before {
    color: #1e1e1e;
    content: "\e920";
  }
}
.sub_nav .main_nav__item--last {
  display: none;
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__item--last {
    display: block;
    margin-top: 7px;
  }
  .main_nav__item--zdravlje .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--dijeta .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--hrana .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--psiha-i-seks .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--psiha_i_seks .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--ljepota-i-relax .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--ljepota_i_relax .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--fitness .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--green-i-bio .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
  .main_nav__item--green_i_bio .sub_nav .main_nav__item--last .main_nav__span {
    color: #1e1e1e;
  }
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__item--sub .main_nav__link {
    height: 50px;
    line-height: 50px;
    line-height: 5rem;
  }
}
.sub_nav .main_nav__link {
  display: block;
  height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
  color: #939393;
  text-decoration: none;
  border: none;
}
@media screen and (min-width: 1440px) {
  .sub_nav .main_nav__link {
    height: 36px;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.sub_nav .main_nav__link:hover .main_nav__span.main_nav__span {
  color: #000;
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__link:hover .main_nav__span.main_nav__span {
    color: #fff;
  }
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__link {
    line-height: 40px;
    line-height: 4rem;
    height: 40px;
  }
  .sub_nav .main_nav__link:before {
    display: none;
  }
}
.sub_nav .main_nav__span {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-transform: uppercase;
  color: #939393;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.sub_nav .main_nav__span:hover {
  color: #1e1e1e;
}
@media screen and (max-width: 1099px) {
  .sub_nav .main_nav__span {
    padding: 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 5rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #fff;
  }
}
.sub_nav.has_active .main_nav__item .main_nav__span {
  color: #939393;
}
.sub_nav.has_active .main_nav__item .main_nav__link.is_active .main_nav__span,
.sub_nav.has_active .main_nav__item .main_nav__link:hover .main_nav__span {
  color: #000;
}

.section_navigation {
  height: 0;
}
@media screen and (min-width: 1440px) {
  .section_navigation {
    height: 40px;
  }
}

.tt-dropdown-menu {
  background: #fff;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
}

.tt-suggestion {
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1e1e1e;
  text-transform: uppercase;
  padding: 0 20px;
}
.tt-suggestion:hover {
  background: #e9e9e9;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.article_header__overtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008bd2;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.article_header__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #2c3f4a;
  padding: 0;
  margin-bottom: 32px;
}

.article-container {
  overflow: hidden;
}
.article__figure_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__lead-text {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: black;
  margin-bottom: 32px;
}
.article__disclaimer {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: black;
  font-family: "Barlow" !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-style: italic;
}
.article__main-content {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: black;
  font-family: "Barlow" !important;
  font-size: 18px !important;
  line-height: 30px !important;
}
.article__main-content * {
  font-family: "Barlow-article", "Barlow" !important;
  font-size: 18px !important;
  line-height: 30px !important;
  color: black;
}
.article__main-content b,
.article__main-content strong,
.article__main-content b *,
.article__main-content strong * {
  font-family: "Barlow" !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 700;
  color: black;
}
.article__main-content medium {
  font-family: "Barlow" !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 500;
  color: black;
}
.article__main-content a {
  color: #00679c !important;
  font-weight: 500 !important;
}
.article__main-content .plusportal-medunaslov {
  font-family: "Noto Serif" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: black !important;
  margin-bottom: 20px !important;
}
.article__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__stats-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__stats-divider {
  border-right: 1.5px solid #b5c0c5;
  width: 0;
  height: 14px;
  margin: 0 16px;
}
.article__stats-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.article__stats-text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #768a96;
  text-transform: uppercase;
}
.article__divider {
  border: none;
  border-top: 1px solid #e0e6ea;
  padding: 0;
  margin: 8px 0 24px 0;
}
.article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border: 1px solid #e0e6ea;
  border-left: none;
  border-right: none;
  margin-top: 32px;
}
.article__share ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 12px auto 12px auto 12px auto 12px auto 12px auto 12px auto 12px auto 12px auto;
  grid-template-columns: repeat(9, auto);
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 12px;
}
.article__share-text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #768a96;
}
.article__share-divider {
  width: 0;
  height: 24px;
  border-right: 1.5px solid #e0e6ea;
}
.article__figure_caption {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #647782;
  display: block;
  font-size: 14px !important;
  line-height: 17px !important;
}
.article__figure_caption > * {
  font-size: 14px !important;
  line-height: 17px !important;
}

.frontpage__rx2-1_2--kolumn.article__kolumn a.onereply__avatar {
  margin-bottom: 16px;
}
.frontpage__rx2-1_2--kolumn.article__kolumn a.card__author_link {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
}
.frontpage__rx2-1_2--kolumn.article__kolumn a.card__author_email {
  text-transform: none;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
  margin-bottom: 8px;
  pointer-events: all;
}
.frontpage__rx2-1_2--kolumn.article__kolumn h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #2c3f4a;
  height: unset;
  display: inline;
  margin-bottom: 23px;
}
.frontpage__rx2-1_2--kolumn.article__kolumn span.card__description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
  height: unset;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.frontpage__rx2-1_2--kolumn.article__kolumn div.card__kolumn_data_wrap {
  max-width: unset;
  margin-left: 55px;
  margin-right: 55px;
}

.divider_with_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.divider_with_tag__divider {
  border-top: 1px solid #e0e6ea;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.divider_with_tag__tag {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 10px;
  background-color: #008bd2;
}

.author_box {
  margin-top: -17px;
}

.author_name {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #647782;
  margin-bottom: 16px;
}

.content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.content_info__play-bar {
  width: 254px;
  height: 4px;
  background: #e0e6ea;
  position: relative;
  margin-left: 6px;
  margin-top: 2px;
}
.content_info__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #768a96;
}
.content_info__progress-bar-ball {
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  background: #768a96;
}
.content_info__seek-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
}
.content_info__icon {
  width: 24px;
  height: 24px;
  margin: 0 2px;
}
.content_info__icon:first-of-type {
  margin-left: 0;
}
.content_info__icon:last-of-type {
  margin-right: 0;
}
.content_info__divider {
  width: 0;
  height: 14px;
  border-right: 1.5px solid #768a96;
  margin: 0 10px;
}
.content_info__time {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
}
.content_info__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_info__play-button {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  cursor: pointer;
}
.content_info__play-button--play {
  display: none;
}
.content_info__play-text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #647782;
}

.content_info__play--paused .content_info__play-button--play {
  display: block;
}
.content_info__play--paused .content_info__play-button--pause {
  display: none;
}

.container--latest_in_section {
  margin-top: 80px;
}
.container--latest_in_section .js_loadMoreArticles {
  margin-top: 32px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #004b71;
  margin-bottom: 90px;
  height: auto;
  text-transform: none;
}
.container--latest_in_section .fold_section__loadmore {
  margin: 0;
}

.extra_feed_mt {
  margin-top: 24px;
}

.article__main-content img {
  width: 100%;
}

.gallery__widget {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
.gallery__controlls {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  height: 36px;
  padding: 0 12px;
  background-color: #008bd2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-20px, -18px);
      -ms-transform: translate(-20px, -18px);
          transform: translate(-20px, -18px);
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.gallery__controlls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.gallery__icon {
  height: 24px;
  width: 24px;
  margin-right: 4px;
}
.gallery__button {
  padding: 0;
  margin: 0;
  height: 16px;
  border: none;
  background-color: transparent;
}
.gallery__button--left {
  margin: 0 12px;
}
.gallery__button img {
  width: 16px;
  height: 16px;
}

.article__main-content blockquote p,
.article__main-content blockquote p span {
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.kolumn-divider {
  border-bottom: 1px solid #e0e6ea;
  height: 0;
  margin-bottom: 40px;
}

.embeded_youtube {
  padding: 0 !important;
  aspect-ratio: 16/9;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card--latest .card__separator--latest {
  margin: 0 !important;
}

.frontpage__rx2-1_2 div.card__separator.card__separator--latest {
  margin-bottom: 33px !important;
}

.kolumn__1x5 div.card__separator--latest,
.frontpage__rx2-1_2--big div.card__separator--latest {
  margin-bottom: 20px !important;
}

.kolumn--home {
  margin-bottom: 100px;
}

.divider_with_tag {
  min-height: 33px;
}

@media screen and (min-width: 1100px) {
  .divider_with_tag {
    min-height: inherit;
  }
}
.ck_image_in_article {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 360px) {
  .hide-bellow-360 {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .hide-bellow-320 {
    display: none;
  }
}
.related_article {
  display: inline-block;
  margin: 9px 0 -7px 0;
}
@media screen and (min-width: 1100px) {
  .related_article {
    margin: 14px 0 2px 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  .related_article {
    margin: 13px 0 1px 0 !important;
  }
}
.related_article a {
  padding: 0 !important;
  background-color: transparent;
}
.related_article a:hover {
  background-color: transparent;
  color: #1e1e1e;
}
.related_article__photo_wrap {
  display: block;
  width: 54px;
  height: 54px;
  float: left;
}
.related_article__photo_wrap a {
  display: block;
}
.related_article__photo_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .related_article__photo_wrap {
    width: 100px;
    height: 100px;
  }
}
.related_article__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 0 0 65px;
}
@media screen and (min-width: 1100px) {
  .related_article__data_wrap {
    padding: 0 0 0 110px;
  }
}
.related_article__overtitle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  padding: 0 9px !important;
  margin: 0 !important;
  margin: 0;
  float: left;
  background-color: #fff200;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 24px;
  overflow: hidden;
}
.related_article__overtitle a:hover {
  background-color: transparent;
  color: #1e1e1e;
}
.related_article__section {
  display: inline-block;
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  float: left;
  font: normal 300 100% "Roboto Slab", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #1e1e1e;
  text-transform: uppercase;
}
.related_article__lead_text {
  width: 100%;
  margin: 6.5px 0 0 0 !important;
  padding: 0 !important;
  float: left;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #1e1e1e;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  overflow: hidden;
}
.related_article__lead_text a {
  padding: 0;
  display: block;
}
@media screen and (min-width: 1100px) {
  .related_article__lead_text {
    padding: 0 0 0 8px !important;
    margin: 8.5px 0 0 0 !important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    max-height: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .related_article__lead_text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.fold_article__related_articles .card__overtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 14px;
}
.fold_article__related_articles .main_tile__label {
  font-weight: 600;
}
.fold_article__related_articles .card__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.ck_image_in_article--left10 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 32px 20px;
    margin-left: 0;
    width: 10%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: 0;
    width: 10%;
  }
}
.ck_image_in_article--left10 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left10 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left10 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left25 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 32px 20px;
    margin-left: 0;
    width: 25%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: 0;
    width: 25%;
  }
}
.ck_image_in_article--left25 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left25 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left25 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left50 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 32px 20px;
    margin-left: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: 0;
    width: 50%;
  }
}
.ck_image_in_article--left50 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left50 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left50 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--left75 {
  position: relative;
  float: left;
  margin: 0 0 20px;
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 32px 20px;
    margin-left: 0;
    width: 75%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--left75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-left: 0;
    width: 75%;
  }
}
.ck_image_in_article--left75 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--left75 span {
    padding-right: 0;
  }
}
.ck_image_in_article--left75 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right10 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 32px 20px;
    margin-right: 0;
    width: 10%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right10 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: 0;
    width: 10%;
  }
}
.ck_image_in_article--right10 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right10 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right10 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right25 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 32px 20px;
    margin-right: 0;
    width: 25%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right25 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: 0;
    width: 25%;
  }
}
.ck_image_in_article--right25 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right25 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right25 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right50 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 32px 20px;
    margin-right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right50 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: 0;
    width: 50%;
  }
}
.ck_image_in_article--right50 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right50 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right50 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--right75 {
  position: relative;
  float: right;
  margin: 0 0 20px;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 32px 20px;
    margin-right: 0;
    width: 75%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--right75 {
    top: 11px;
    margin: 0 57px 5px;
    margin-right: 0;
    width: 75%;
  }
}
.ck_image_in_article--right75 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--right75 span {
    padding-right: 0;
  }
}
.ck_image_in_article--right75 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--full100 {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 32px 20px;
    margin-full: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--full100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-full: 0;
    width: 100%;
  }
}
.ck_image_in_article--full100 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--full100 span {
    padding-right: 0;
  }
}
.ck_image_in_article--full100 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article--none100 {
  position: relative;
  float: none;
  margin: 0 0 20px;
  margin-none: 0px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 32px 20px;
    margin-none: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1310px) {
  .ck_image_in_article--none100 {
    top: 11px;
    margin: 0 57px 5px;
    margin-none: 0;
    width: 100%;
  }
}
.ck_image_in_article--none100 span {
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1100px) {
  .ck_image_in_article--none100 span {
    padding-right: 0;
  }
}
.ck_image_in_article--none100 span.article__figure_caption-author {
  word-break: none;
}
.ck_image_in_article img {
  max-width: 100%;
  cursor: pointer !important;
}
.ck_image_in_article__authors {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 1440px) {
  .section--loadmorewrap {
    margin: -71px 0 -10px;
  }
}
@media screen and (min-width: 1440px) {
  .section--special .container__height_wrap {
    display: -webkit-flex; /* Safari */ /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .section--special .column_sidebar {
    padding: 0; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    -webkit-box-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1100px) {
  .section--special .js_sticky {
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--special .js_sticky {
    top: 70px;
  }
}
.section__noresult_block {
  margin: 38px 0 0 0;
}
.section__noresult_title {
  padding: 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}
@media screen and (min-width: 1100px) {
  .section__noresult_title {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}
.section__noresult_desc {
  margin: 18px 0 0 0;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .section__noresult_desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
}
.section__noresult_desc a {
  background-color: #fff200;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.search__label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.search__label--highlighted {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #00679c;
}
.search__sublabel {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #768a96;
  margin-bottom: 24px;
}
.search__sublabel--highlighted {
  color: #00679c;
}
.search__pagination_wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #e0e6ea;
}

.search_results {
  display: -ms-grid;
  display: grid;
  gap: 24.5px;
}

.fold_search__results {
  margin-bottom: 72px;
}

.search__see-more_title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2c3f4a;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.search__see-more_hr {
  height: 0;
  border-bottom: 1px solid #e0e6ea;
  margin-bottom: 24px;
}

.funzone {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .funzone {
    display: none;
  }
}
.funzone--iseljavanje {
  bottom: 40px;
  right: 15px;
  width: 50px;
  height: 50px;
}
.funzone__wrap {
  position: fixed;
  bottom: 13px;
  right: 13px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #fff200;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  z-index: 101;
}
.funzone--iseljavanje .funzone__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #c50a24;
}
.funzone__img {
  position: relative;
  display: block;
  margin: 9px;
}
.funzone--iseljavanje .funzone__img {
  margin: 27px 0;
}
.funzone__image {
  position: absolute;
  width: 40px;
  height: auto;
  left: 36px;
  top: 25px;
}
.funzone--iseljavanje .funzone__image {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: auto;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.breadcrumbs a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #00679c;
}
.breadcrumbs img {
  width: 5px;
  height: 9px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 8px;
}

.homepage_breadcrumbs a:last-child {
  pointer-events: none;
  color: #768a96 !important;
}

.homepage_breadcrumbs--mobile-container {
  height: 30px;
  overflow-y: hidden;
  margin-top: 22px;
  position: relative;
}

.breadcrumbs--mobile-container {
  height: 33px;
}

.homepage_breadcrumbs--mobile {
  scroll-behavior: smooth;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 30px;
}
.homepage_breadcrumbs--mobile a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.homepage_breadcrumbs--mobile.normal-bread a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  pointer-events: unset !important;
  color: #00679c !important;
}

.breadcrumbs.homepage_breadcrumbs.homepage_breadcrumbs--mobile::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 10px;
  width: 50px;
  height: 36px;
  z-index: 99;
  background: -webkit-gradient(linear, left top, right top, color-stop(21.43%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 21.43%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.breadcrumbs.homepage_breadcrumbs.homepage_breadcrumbs--mobile.normal-bread::before {
  left: 0;
}

.breadcrumbs.homepage_breadcrumbs.homepage_breadcrumbs--mobile.\.homepage_breadcrumbs--mobile-effect::before {
  opacity: 1;
}

.breadcrumbs--mobile-container {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .breadcrumbs--mobile-container {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbs--mobile-container {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .breadcrumbs-desktop {
    display: none;
  }
}

.latest_section {
  border-top: 1px solid #e0e6ea;
}
.latest_section__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2c3f4a;
  padding-left: 6px;
  border-left: 2px solid #008bd2;
  margin: 24px 0;
}
.latest_section__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
.latest_section__icons {
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F9FC;
  z-index: 1;
}
.latest_section__icons img {
  width: 28px;
  height: 28px;
}
.latest_section__load_more {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #004b71;
  margin: 8px 0 0;
}

.share_widget {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (max-width: 9999px) {
  .share_widget {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .share_widget {
    padding: 0 15px;
  }
}
.share_widget__inner_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff200;
  padding: 0 14px 30px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .share_widget__inner_wrap {
    padding: 0 30px 30px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 9999px) {
  .share_widget__inner_wrap {
    padding: 20px 0;
  }
}
.share_widget__title {
  position: relative;
  top: -18px;
  width: 290px;
  margin: 0 auto;
  padding: 0;
  font: normal 300 100% "Roboto Slab", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .share_widget__title {
    position: relative;
    top: 0;
    left: -10px;
    width: 415px;
    margin: 0;
    text-align: left;
    float: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .share_widget__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.share_widget__title_highlight {
  padding: 0 11px;
  background: #1e1e1e;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 1100px) {
  .share_widget__title_highlight {
    padding: 1px 11px 2px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .share_widget__title_highlight br {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .share_widget__btn_wrap {
    position: relative;
    top: 30px;
    right: -25px;
    float: right;
  }
}
@media screen and (min-width: 1100px) {
  .share_widget__btn_wrap {
    top: 16px;
    right: -10px;
  }
}
@media screen and (min-width: 1440px) {
  .share_widget__btn_wrap {
    top: 11px;
  }
}
.share_widget .btn {
  display: block;
  text-align: center;
}
.share_widget .btn:first-of-type {
  margin: 12px 0 14px 0;
}
.share_widget .btn:hover {
  background-color: #1e1e1e;
}
@media screen and (min-width: 1100px) {
  .share_widget .btn {
    float: left;
  }
  .share_widget .btn:first-of-type {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .share_widget .btn {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .share_widget .btn:first-of-type {
    margin: 0 30px 0 0;
  }
}

@media screen and (min-width: 1100px) {
  .topnews_widget .main_tile__label {
    margin: -7px 0 24px 0;
  }
}
@media screen and (min-width: 1440px) {
  .topnews_widget .main_tile__label {
    margin: -7px 0 26px 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .topnews_widget {
    padding: 0 15px;
  }
}

.recommend_widget {
  position: relative;
  padding: 30px 14px 30px 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .recommend_widget {
    padding: 30px 30px 30px 0;
  }
}
@media screen and (min-width: 1100px) {
  .recommend_widget {
    padding: 30px 30px 30px 70px;
  }
}
@media screen and (min-width: 1440px) {
  .recommend_widget {
    padding: 40px 40px 40px 170px;
  }
}
@media screen and (min-width: 1100px) {
  .recommend_widget__outer_wrap {
    padding: 0 15px;
  }
}
.recommend_widget__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background-color: #1e1e1e;
}
@media screen and (min-width: 540px) {
  .recommend_widget__label {
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .recommend_widget__label {
    width: 130px;
  }
}
.recommend_widget__label_wrap {
  position: relative;
  top: 29px;
  display: block;
  height: 113px;
  width: 40px;
}
.recommend_widget__label_wrap span {
  position: absolute;
  left: 0;
  display: block;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(140%);
  -ms-transform: rotate(-90deg) translateX(-100%) translateY(0%);
      transform: rotate(-90deg) translateX(-100%) translateY(0%);
}
@media screen and (min-width: 540px) {
  .recommend_widget__label_wrap span {
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .recommend_widget__label_wrap {
    top: 38px;
    left: 67px;
    width: 50px;
    height: 312px;
  }
  .recommend_widget__label_wrap span {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.recommend_widget__inner_wrap {
  padding: 0 0 0 40px;
}
@media screen and (min-width: 540px) {
  .recommend_widget__inner_wrap {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  .recommend_widget__inner_wrap {
    padding: 0;
  }
}

.epicfail__fold {
  position: relative;
}
.epicfail__fold .column_sidebar {
  position: static;
}

.epicfail_widget {
  position: relative;
  margin: 0 0 40px 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1100px) {
  .epicfail_widget {
    margin: 0;
  }
}
.epicfail_widget__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background-color: #1e1e1e;
}
@media screen and (min-width: 540px) {
  .epicfail_widget__label {
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__label {
    width: 130px;
  }
}
.epicfail_widget__label_wrap {
  position: relative;
  top: 29px;
  display: block;
  height: 87px;
  width: 40px;
}
.epicfail_widget__label_wrap span {
  position: absolute;
  left: 0;
  display: block;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(140%);
  -ms-transform: rotate(-90deg) translateX(-100%) translateY(0%);
      transform: rotate(-90deg) translateX(-100%) translateY(0%);
  white-space: nowrap;
}
@media screen and (min-width: 540px) {
  .epicfail_widget__label_wrap span {
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__label_wrap {
    top: 39px;
    left: 67px;
    width: 50px;
    height: 239px;
  }
  .epicfail_widget__label_wrap span {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.025em;
  }
}
.epicfail_widget__inner_wrap {
  padding: 30px 14px 30px 40px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .epicfail_widget__inner_wrap {
    padding: 30px 30px 30px 40px;
  }
}
@media screen and (min-width: 1100px) {
  .epicfail_widget__inner_wrap {
    padding: 30px 30px 30px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__inner_wrap {
    padding: 40px 40px 40px 130px;
  }
}
.epicfail_widget__list {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.epicfail_widget__list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.epicfail_widget__list:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  border-right: 3px solid #fe6a52;
  border-bottom: 3px solid #fe6a52;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .epicfail_widget__list:before {
    left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .epicfail_widget__list:before {
    left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__list:before {
    left: 40px;
  }
}
.epicfail_widget__list_item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__list_item {
    margin: 0 0 29px 0;
  }
}
.epicfail_widget__list_item:first-child {
  margin: 23px 0 20px 0;
  padding: 15px 14px;
  background-color: #fe6a52;
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__list_item:first-child {
    margin: 23px 0 23px 0;
  }
}
.epicfail_widget__article_link {
  display: block;
}
.epicfail_widget__article_overtitle {
  position: relative;
  left: -14px;
  display: inline-block;
  height: 23px;
  padding: 0 10px 0 14px;
  background-color: #e0e0e0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-transform: uppercase;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .epicfail_widget__article_overtitle {
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .epicfail_widget__article_overtitle {
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__article_overtitle {
    padding: 0 10px 0 40px;
  }
}
.epicfail_widget__list_item:first-child .epicfail_widget__article_overtitle {
  position: absolute;
  top: -23px;
  left: 0;
  background-color: #fff200;
}
.epicfail_widget__article_title {
  padding: 0;
  margin: 6px 0 0 0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  color: #1e1e1e;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .epicfail_widget__article_title {
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 1100px) {
  .epicfail_widget__article_title {
    padding: 0 10px 0 15px;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__article_title {
    padding: 0 10px 0 25px;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__article_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.epicfail_widget__list_item:first-child .epicfail_widget__article_title {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .epicfail_widget__list_item:first-child .epicfail_widget__article_title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 41px;
    line-height: 4.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .epicfail_widget__list_item:first-child .epicfail_widget__article_title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}

.yellow_journalism {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .yellow_journalism {
    padding: 14px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .yellow_journalism {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    padding: 0 15px;
    margin: 0;
  }
}
.yellow_journalism__inner_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 20px;
  background-color: #1e1e1e;
  text-align: center;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .yellow_journalism__inner_wrap {
    padding: 21px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .yellow_journalism__inner_wrap {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    @iclude border-box();
  }
}
@media screen and (min-width: 1100px) {
  .yellow_journalism__data {
    display: table;
    height: 100%;
  }
}
.yellow_journalism__title {
  padding: 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  line-height: 4.4rem;
  letter-spacing: -0.01em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .yellow_journalism__title {
    display: table-cell;
    vertical-align: middle;
  }
}
.yellow_journalism .btn {
  display: block;
  margin: 21px 0 9px 0;
}
.yellow_journalism .btn:hover {
  background-color: #5bb4ff;
  color: #1e1e1e;
}
@media screen and (min-width: 1100px) {
  .yellow_journalism .btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .yellow_journalism .btn {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.column_widget {
  position: relative;
  margin: 0 !important;
  padding: 72px 14px 48px 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .column_widget {
    padding: 72px 30px 48px 0;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 600px;
    padding: 72px 0 48px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget {
    padding: 84px 0 41px 130px;
  }
}
.column_widget__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background-color: #1e1e1e;
}
@media screen and (min-width: 540px) {
  .column_widget__label {
    left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__label {
    width: 130px;
  }
}
.column_widget__label_wrap {
  position: relative;
  top: 29px;
  display: block;
  height: 113px;
  width: 40px;
}
.column_widget__label_wrap span {
  position: absolute;
  left: 0;
  display: block;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(140%);
  -ms-transform: rotate(-90deg) translateX(-100%) translateY(0%);
      transform: rotate(-90deg) translateX(-100%) translateY(0%);
}
@media screen and (min-width: 540px) {
  .column_widget__label_wrap span {
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__label_wrap {
    top: 38px;
    left: 67px;
    width: 50px;
    height: 312px;
  }
  .column_widget__label_wrap span {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.column_widget__inner_wrap {
  padding: 0 0 0 40px;
}
@media screen and (min-width: 540px) {
  .column_widget__inner_wrap {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__inner_wrap {
    position: relative;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__inner_wrap {
    padding: 0 10px 0 0;
  }
}
.column_widget__block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  margin: 82px 0 0 0;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .column_widget__block {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__block {
    position: static;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__block {
    padding: 0 30px 0 40px;
  }
}
.column_widget__block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 14px;
  /* @include min-screen($lg) {
      left: 30px;
      right: 30px;
  }

  @include min-screen($xlg) {
      left: 40px;
      right: 30px;
  } */
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .column_widget__block:before {
    left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__block:before {
    display: none;
  }
}
.column_widget__block:after {
  content: "";
  position: absolute;
  left: 14px;
  top: -42px;
  width: 87px;
  height: 87px;
  /* @include min-screen($lg) {
      left: 30px;
  }

  @include min-screen($xlg) {
      left: 40px;
      right: 30px;
  } */
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .column_widget__block:after {
    left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__block:after {
    display: none;
  }
}
.column_widget__block:first-child {
  margin: 0;
}
.column_widget__block:nth-child(odd):after {
  background-color: #85e132;
}
.column_widget__block:nth-child(odd):before {
  border: 3px solid #85e132;
  border-left: none;
}
.column_widget__block:nth-child(even):after {
  background-color: #5bb4ff;
}
.column_widget__block:nth-child(even):before {
  border: 3px solid #5bb4ff;
  border-left: none;
}
.column_widget__block .btn {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  .column_widget__block .btn {
    top: auto;
    left: 29%;
    margin: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__block .btn {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.15em;
  }
}
.column_widget__block_frame {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}
.column_widget__block_frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
}
@media screen and (min-width: 1100px) {
  .column_widget__block_frame:before {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__block_frame:before {
    left: 40px;
    right: 35px;
  }
}
.column_widget__block_frame:after {
  content: "";
  position: absolute;
  left: 15px;
  top: -42px;
  width: 87px;
  height: 87px;
}
@media screen and (min-width: 1100px) {
  .column_widget__block_frame:after {
    left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__block_frame:after {
    left: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__block:nth-child(odd) .column_widget__block_frame {
    display: block;
    left: 0;
    right: 50%;
  }
}
.column_widget__block:nth-child(odd) .column_widget__block_frame:after {
  background-color: #85e132;
}
.column_widget__block:nth-child(odd) .column_widget__block_frame:before {
  border: 3px solid #85e132;
  border-left: none;
}
@media screen and (min-width: 1100px) {
  .column_widget__block:nth-child(even) .column_widget__block_frame {
    display: block;
    left: 50%;
    right: 0;
  }
}
.column_widget__block:nth-child(even) .column_widget__block_frame:after {
  background-color: #5bb4ff;
}
@media screen and (min-width: 1440px) {
  .column_widget__block:nth-child(even) .column_widget__block_frame:after {
    left: 35px;
  }
}
.column_widget__block:nth-child(even) .column_widget__block_frame:before {
  border: 3px solid #5bb4ff;
  border-left: none;
}
@media screen and (min-width: 1440px) {
  .column_widget__block:nth-child(even) .column_widget__block_frame:before {
    right: 40px;
  }
}
.column_widget__figure {
  position: absolute;
  left: 24px;
  top: -61px;
  z-index: 1;
  width: 116px;
  height: 116px;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .column_widget__figure {
    top: -61px;
    left: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__figure {
    position: relative;
    top: auto;
    margin-top: -61px;
    left: 10px;
  }
}
.column_widget__figure a {
  display: block;
}
.column_widget__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.column_widget__author_link {
  position: relative;
  z-index: 1;
  display: block;
}
.column_widget__author_name {
  display: inline-block;
  margin: 64px 0 0 0;
  font: normal 300 100% "Roboto Slab", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .column_widget__author_name {
    margin: 17px 0 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__author_name {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.column_widget__list {
  padding: 0;
  margin: 24px 0 0 0;
  padding: 0 0 30px 0;
  list-style-type: none;
}
.column_widget__block:nth-child(even) .column_widget__list {
  padding: 0 0 48px 0;
}
@media screen and (min-width: 1100px) {
  .column_widget__block:nth-child(even) .column_widget__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 65px 0;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 65px 0;
  }
}
.column_widget__list_item {
  position: relative;
  padding: 0 14px;
  margin: 0 0 30px 0;
  font: normal 700 100% "Raleway", sans-serif;
}
.column_widget__list_item:last-child {
  margin: 0;
}
.column_widget__list_item:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
}
.column_widget__block:nth-child(odd) .column_widget__list_item:before {
  background-color: #85e132;
}
.column_widget__block:nth-child(even) .column_widget__list_item:before {
  background-color: #5bb4ff;
}
.column_widget__list_item a {
  color: #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .column_widget__list_item a {
    display: block;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 66px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__list_item a {
    -webkit-line-clamp: 3;
    max-height: 72px;
  }
}
.column_widget__list_item:first-child {
  position: relative;
  padding: 15px 14px 15px 0;
  font: normal 900 100% "Raleway", sans-serif;
}
@media screen and (min-width: 1100px) {
  .column_widget__list_item:first-child {
    width: 100%;
    left: -30px;
    padding: 15px 0 15px 30px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__list_item:first-child {
    left: -40px;
    padding: 15px 0 15px 40px;
  }
}
.column_widget__list_item:first-child:before {
  position: absolute;
  top: 0;
  left: -15px;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 0;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .column_widget__list_item:first-child:before {
    left: -30px;
  }
}
@media screen and (min-width: 1100px) {
  .column_widget__list_item:first-child:before {
    left: 0;
  }
}
.column_widget__list_item:first-child a {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .column_widget__list_item:first-child a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 78px;
  }
}
@media screen and (min-width: 1440px) {
  .column_widget__list_item:first-child a {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 32px;
    line-height: 3.2rem;
    max-height: 96px;
  }
}
.column_widget__block:nth-child(odd) .column_widget__list_item:first-child:before {
  background-color: #85e132;
}
.column_widget__block:nth-child(even) .column_widget__list_item:first-child:before {
  background-color: #5bb4ff;
}

@media screen and (min-width: 540px) and (max-width: 1099px) {
  .topgifts_widget {
    padding: 0 16px;
  }
}

.weather_widget {
  padding: 0 14px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .weather_widget {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .weather_widget {
    padding: 0;
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .weather_widget {
    margin: 0;
  }
}
.weather_widget__select_wrap {
  display: inline-block;
  width: 220px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
.weather_widget__select_wrap option {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: none;
  padding: 5px 10px;
  text-transform: none;
}
.weather_widget__label {
  color: #1e1e1e;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1100px) {
  .weather_widget__label {
    width: 26px;
    height: 26px;
  }
}
.weather_widget__select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 220px;
  height: 40px;
  color: #1e1e1e;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 9px 40px 9px 10px;
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  /* hide select arrow for IE */
}
.weather_widget__select:hover {
  cursor: pointer;
}
.weather_widget__select::-ms-expand {
  display: none;
}
.weather_widget__today {
  position: relative;
  padding: 0 0 26px 0;
  border-bottom: 1px solid #e3e3e3;
}
.weather_widget__today .weather_widget__icon_wrap {
  position: absolute;
  top: 0;
  bottom: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  max-width: 200px;
  padding: 0 20px 0 0;
  float: left;
}
.weather_widget__today .weather_widget__icon_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  height: 50px;
  margin: auto;
  background-color: #fff200;
}
.weather_widget__today .weather_widget__icon_figure {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.weather_widget__today .weather_widget__icon_figure img,
.weather_widget__today .weather_widget__icon_figure svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.weather_widget__today .weather_widget__data_wrap {
  width: 50%;
  float: right;
}
.weather_widget__today .weather_widget__now p {
  margin: 0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 76px;
  line-height: 7.6rem;
  letter-spacing: -0.03em;
  color: #1e1e1e;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.weather_widget__today .weather_widget__now small {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8f8f8f;
}
.weather_widget__today .weather_widget__pressure,
.weather_widget__today .weather_widget__humidity {
  margin: 8px 0 0 0;
}
.weather_widget__today .weather_widget__pressure small,
.weather_widget__today .weather_widget__humidity small {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8f8f8f;
}
.weather_widget__today .weather_widget__pressure p,
.weather_widget__today .weather_widget__humidity p {
  margin: 2px 0 0 0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1e1e1e;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.weather_widget__today .weather_widget__humidity {
  margin: 14px 0 0 0;
}
.weather_widget__later {
  position: relative;
  padding: 25px 0 48px 0;
}
.weather_widget__later .weather_widget__icon_wrap {
  position: absolute;
  top: 25px;
  bottom: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  max-width: 200px;
  padding: 0 20px 0 0;
  float: left;
}
.weather_widget__later .weather_widget__icon_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  height: 50px;
  margin: auto;
  background-color: #fff200;
}
.weather_widget__later .weather_widget__icon_figure {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.weather_widget__later .weather_widget__icon_figure img,
.weather_widget__later .weather_widget__icon_figure svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.weather_widget__later .weather_widget__data_wrap {
  width: 50%;
  float: right;
}
.weather_widget__later .weather_widget__now p {
  margin: 0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.weather_widget__later .weather_widget__now small {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8f8f8f;
}
.weather_widget__later .weather_widget__pressure,
.weather_widget__later .weather_widget__humidity {
  margin: 8px 0 0 0;
}
.weather_widget__later .weather_widget__pressure small,
.weather_widget__later .weather_widget__humidity small {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8f8f8f;
}
.weather_widget__later .weather_widget__pressure p,
.weather_widget__later .weather_widget__humidity p {
  margin: 2px 0 0 0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1e1e1e;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.weather_widget__later .weather_widget__humidity {
  margin: 14px 0 0 0;
}
.weather_widget .btn {
  width: 100%;
  text-align: center;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

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

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

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

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-text-track-settings .vjs-modal-dialog-content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .vjs-text-track-settings .vjs-modal-dialog-content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

/**
 * videojs.ads.css
 */
/* Ad playback */
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
  pointer-events: none;
}

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background-color: #ffe400;
}

/* Ad loading */
.vjs-ad-playing.vjs-ad-loading .vjs-loading-spinner {
  display: block;
}

.preroll-skip-button, .advertisement-box, .remaining-time {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  padding: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-right: none;
}

.advertisement-box {
  right: auto;
  left: 0;
  font-style: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-left: none;
}

.preroll-skip-button.enabled {
  cursor: pointer;
  color: #fff;
}

.preroll-skip-button.enabled:hover {
  cursor: pointer;
  background: #333;
}

.preroll-blocker {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ima-ad-container {
  top: 0em;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

/* Move overlay if user fast-clicks play button. */
.video-js.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

/* Move overlay when controls are active. */
.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
  margin-top: 0em;
}

.video-js.vjs-paused .bumpable-ima-ad-container,
.video-js.vjs-playing:hover .bumpable-ima-ad-container,
.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
  margin-top: -4em;
}

.ima-controls-div {
  bottom: 0em;
  height: 1.4em;
  position: absolute;
  overflow: hidden;
  display: none;
  opacity: 1;
  background-color: rgba(7, 20, 30, 0.7); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 20, 30, 0.7)), to(rgba(7, 20, 30, 0)));
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0007141E", endColorstr="#07141E",GradientType=0 ); /* IE6-9 */
}

.ima-controls-div.ima-controls-div-showing {
  height: 3.7em;
}

.ima-countdown-div {
  height: 1em;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000;
  cursor: default;
}

.ima-seek-bar-div {
  top: 1.2em;
  height: 0.3em;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.ima-progress-div {
  width: 0em;
  height: 0.3em;
  background-color: #ECC546;
}

.ima-play-pause-div, .ima-mute-div, .ima-slider-div, .ima-fullscreen-div {
  width: 2.33em;
  height: 1.33em;
  top: 0.733em;
  left: 0em;
  position: absolute;
  color: #CCCCCC;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  font-family: VideoJS;
  cursor: pointer;
}

.ima-mute-div {
  left: auto;
  right: 5.667em;
}

.ima-slider-div {
  left: auto;
  right: 2.33em;
  width: 3.33em;
  height: 0.667em;
  top: 1.33em;
  background-color: #555555;
}

.ima-slider-level-div {
  width: 100%;
  height: 0.667em;
  background-color: #ECC546;
}

.ima-fullscreen-div {
  left: auto;
  right: 0em;
}

.ima-playing:before {
  content: "\f103";
}

.ima-paused:before {
  content: "\f101";
}

.ima-playing:hover:before, .ima-paused:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-muted:before {
  content: "\f107";
}

.ima-muted:before {
  content: "\f104";
}

.ima-non-muted:hover:before, .ima-muted:hover:before {
  text-shadow: 0 0 1em #fff;
}

.ima-non-fullscreen:before {
  content: "\f108";
}

.ima-fullscreen:before {
  content: "\f109";
}

.ima-non-fullscreen:hover:before, .ima-fullscreen:hover:before {
  text-shadow: 0 0 1em #fff;
}

/**
 * videojs-share
 * @version 3.0.0
 * @copyright 2018 Mikhail Khazov <mkhazov.work@gmail.com>
 * @license MIT
 */
.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-modal-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.75));
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:before {
  content: "×";
  font-size: 20px;
  line-height: 15px;
}

.video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button:hover {
  opacity: 1;
}

.video-js .vjs-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.video-js .vjs-share__top, .video-js .vjs-share__middle, .video-js .vjs-share__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-share__top, .video-js .vjs-share__middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-js .vjs-share__middle {
  padding: 0 25px;
}

.video-js .vjs-share__title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 22px;
  color: #fff;
}

.video-js .vjs-share__subtitle {
  width: 100%;
  margin: 0 auto 12px;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}

.video-js .vjs-share__short-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video-js .vjs-share__short-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
}

.video-js .vjs-share__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background-color: #2e2e2e;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: width 0.3s ease-out, padding 0.3s ease-out;
  transition: width 0.3s ease-out, padding 0.3s ease-out;
}

.video-js .vjs-share__btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video-js .vjs-share__btn span {
  position: relative;
  padding-left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.video-js .vjs-share__btn:hover {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 40px;
  background-image: none;
}

.video-js .vjs-share__btn:hover span {
  opacity: 1;
}

.video-js .vjs-share__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out;
}

.video-js .vjs-share__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  transition: transform 0.3s ease-out, filter 0.2s ease-out, -webkit-transform 0.3s ease-out, -webkit-filter 0.2s ease-out;
  border: none;
  outline: none;
}

.video-js .vjs-share__social:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.video-js .vjs-share__social svg {
  overflow: visible;
  max-height: 24px;
}

.video-js .vjs-share__social_vk {
  background-color: #5d7294;
}

.video-js .vjs-share__social_ok {
  background-color: #ed7c20;
}

.video-js .vjs-share__social_mail {
  background-color: #134785;
}

.video-js .vjs-share__social_tw {
  background-color: #76aaeb;
}

.video-js .vjs-share__social_reddit {
  background-color: #ff4500;
}

.video-js .vjs-share__social_fbFeed {
  background-color: #475995;
}

.video-js .vjs-share__social_messenger {
  background-color: #0084ff;
}

.video-js .vjs-share__social_gp {
  background-color: #d53f35;
}

.video-js .vjs-share__social_linkedin {
  background-color: #0077b5;
}

.video-js .vjs-share__social_viber {
  background-color: #766db5;
}

.video-js .vjs-share__social_telegram {
  background-color: #4bb0e2;
}

.video-js .vjs-share__social_whatsapp {
  background-color: #78c870;
}

.video-js .vjs-share__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-height: 220px) {
  .video-js .vjs-share .hidden-xs {
    display: none;
  }
}
@media (max-height: 350px) {
  .video-js .vjs-share .hidden-sm {
    display: none;
  }
}
@media (min-height: 400px) {
  .video-js .vjs-share__title {
    margin-bottom: 15px;
  }
  .video-js .vjs-share__short-link-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px;
  }
}
@media (min-width: 660px) {
  .video-js.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px;
  }
  .video-js .vjs-share__social {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .article__video_wrap {
    width: 120% !important;
  }
}

.article__video_wrap .video-js {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25%;
}

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.uploaded_video .video-js {
  height: 100% !important;
}
.video-js:hover .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0);
}
.video-js .vjs-close-button {
  background-image: url("/static/img/videojs/close.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  right: 12px !important;
  top: 12px !important;
}
.video-js .vjs-close-button:before {
  display: none;
}
.video-js .vjs-close-button .vjs-icon-placeholder {
  display: none !important;
}
.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-image: url("/static/img/videojs/play.png");
  background-repeat: no-repeat;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  background-size: 44px;
  font-size: 0;
  z-index: 10000;
}
@media screen and (min-width: 1100px) {
  .video-js .vjs-big-play-button {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
}
.video-js .vjs-share .vjs-share__social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.video-js .vjs-share .vjs-share__social_fbFeed {
  background-color: #3b5998;
}
.video-js .vjs-share .vjs-share__social_fbFeed:hover {
  background-color: #334c82;
}
.video-js .vjs-share .vjs-share__social_messenger {
  background-color: #3486f7;
}
.video-js .vjs-share .vjs-share__social_messenger:hover {
  background-color: #2071e0;
}
.video-js .vjs-share .vjs-share__social_viber {
  background-color: #665CAC;
}
.video-js .vjs-share .vjs-share__social_viber:hover {
  background-color: #59267c;
}
.video-js .vjs-share .vjs-share__social_tw {
  background-color: #4099ff;
}
.video-js .vjs-share .vjs-share__social_tw:hover {
  background-color: #3783d9;
}
.video-js .vjs-share .vjs-share__social_mail, .video-js .vjs-share .vjs-share__social_email {
  background-color: #b8b8b8;
  background-image: url("/static/img/videojs/email.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.video-js .vjs-share .vjs-share__social_mail svg, .video-js .vjs-share .vjs-share__social_email svg {
  display: none;
}
.video-js .vjs-share .vjs-share__social_mail:hover, .video-js .vjs-share .vjs-share__social_email:hover {
  background-color: #a8a8a8;
}

.gallery__slider_item .video {
  height: 0;
  padding-bottom: 56.25%;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}
.video video .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-image: url("/static/img/videojs/play.png");
  background-repeat: no-repeat;
  border: none;
  background-color: rgba(43, 51, 63, 0);
  background-size: 44px;
  font-size: 0;
  z-index: 10000;
}
@media screen and (min-width: 1100px) {
  .video video .vjs-big-play-button {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
}

.gallery__slider_item .rsPlayBtn {
  border-radius: none;
  background: none;
  border: none;
  background-image: url("/static/img/videojs/play2.png");
  background-repeat: no-repeat;
  background-size: 58px;
}
.gallery__slider_item .rsPlayBtn::before {
  display: none;
}
.gallery__slider_item .vjs-big-play-button {
  display: none;
}
.gallery__slider_item .vjs-has-started.vjs-playing .vjs-control-bar {
  opacity: 1 !important;
}

html {
  scroll-behavior: smooth;
}

.scroll_to_top {
  z-index: 9;
  opacity: 0;
  place-content: center;
  display: none;
  position: fixed;
  right: 70px;
  bottom: 40px;
  border-radius: 100%;
  background-color: #00679c;
  border: none;
  padding: 0;
  margin: 0;
  width: 56px;
  height: 56px;
  -webkit-animation: scroll_to_top_display 300ms ease-in-out forwards;
          animation: scroll_to_top_display 300ms ease-in-out forwards;
}
@media screen and (max-width: 1100px) {
  .scroll_to_top {
    right: 20px;
  }
}
.scroll_to_top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll_to_top__wrap img {
  width: 10px;
  height: 12px;
  margin-bottom: 1px;
}
.scroll_to_top__wrap span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}

.scroll_to_top--visible {
  display: -ms-grid;
  display: grid;
  -webkit-animation: scroll_to_top_opacity 300ms ease-in-out forwards;
          animation: scroll_to_top_opacity 300ms ease-in-out forwards;
}

@-webkit-keyframes scroll_to_top_opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scroll_to_top_opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scroll_to_top_display {
  from {
    display: grid;
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes scroll_to_top_display {
  from {
    display: -ms-grid;
    display: grid;
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.users {
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.users:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.users__title {
  padding: 0 0 10px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.users__separator {
  margin: 0 -20px;
  padding: 0 0 20px;
}
.users__avatar_help {
  background: #1e1e1e;
}
.users__list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__head_figure {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 20px;
}
.profile__head_figure > img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.profile__change-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__change-avatar > img {
  margin-right: 8px;
}
.profile__change-avatar > span {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #008bd2;
  text-transform: uppercase;
}
.profile__avatar_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.profile__label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #2c3f4a;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.profile-header {
  padding: 45px 0 34px;
  border-bottom: 1px solid #e0e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}
.profile-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-header__logout {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #008bd2;
  padding-top: 4px;
}
.profile-header__avatar {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.profile-header__avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.profile-header__username {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2c3f4a;
  margin-bottom: 4px;
}
.profile-header__email {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #768a96;
}

.profile-sidebar {
  padding: 0;
  margin: 0;
  padding-right: 50px;
  margin-right: 52px;
  list-style-type: none;
  border-right: 1px solid #e0e6ea;
  height: 100%;
}
.profile-sidebar li, .profile-sidebar li a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #768a96;
  margin-bottom: 24px;
  white-space: nowrap;
}
.profile-sidebar li:last-of-type, .profile-sidebar li a:last-of-type {
  margin-bottom: 0;
}
.profile-sidebar li.profile-sidebar__item--red a, .profile-sidebar li a.profile-sidebar__item--red a {
  color: #d04747;
}
.profile-sidebar li.profile-sidebar__item--active a, .profile-sidebar li a.profile-sidebar__item--active a {
  color: #00679c;
  font-weight: 700;
}

.profile-content {
  width: 100%;
}

.profilebox .form__icon .icon {
  top: -26px;
}

.profile__social_title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #2c3f4a;
  margin-bottom: 40px;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.btn--prijava {
  margin: 10px;
}

.btn--facebook_prijava {
  margin: 10px;
}

.prijava__separator {
  position: relative;
  top: -16px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  font: italic 400 100% "Merriweather", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.04em;
  color: #636363;
  text-align: center;
}

.ntfs {
  display: none;
  opacity: 0;
  position: fixed;
  top: 56px;
  right: 20px;
  z-index: 400;
  width: 360px;
  margin-left: 185px;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .ntfs {
    left: 0;
    width: 100%;
    right: auto;
    margin: 0;
  }
}
.ntfs.header--small {
  top: 70px;
}
@media screen and (min-width: 540px) {
  .ntfs {
    left: 50%;
    right: auto;
    margin-left: -110px;
  }
}
@media screen and (min-width: 1100px) {
  .ntfs {
    margin-left: 132px;
  }
}
@media screen and (min-width: 1440px) {
  .ntfs {
    top: 80px;
    margin-left: 270px;
  }
}
.ntfs.is_opened {
  display: block;
  opacity: 1;
}
@-webkit-keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes ntfs_open {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  80% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.ntfs__flyout {
  -webkit-perspective: 500px; /* Chrome, Safari, Opera */
  perspective: 500px;
  -webkit-perspective-origin: 70% 50%;
          perspective-origin: 70% 50%;
  position: relative;
  z-index: 200;
}
.ntfs__header {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px;
  margin: 0;
  background: #fff;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0px 21px 21px -21px rgba(0, 0, 0, 0.08);
}
.ntfs__header:before, .ntfs__header:after {
  content: "";
  display: table;
}
.ntfs__header:after {
  clear: both;
}
.ntfs__header--unlogged {
  padding: 15px 20px 15px 14px;
}
.ntfs__header .btn {
  position: relative;
  display: inline-block;
  float: left;
  height: 32px;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  border: 0;
}
.ntfs__header .btn--facebookconnect {
  display: inline-block;
  width: auto;
  padding: 0 10px 0 42px;
  margin: 0 0 0 10px;
}
.ntfs__header .btn--facebookconnect:before {
  left: 32px;
}
.ntfs__header .btn .icon {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}
.ntfs__header_figure_wrap {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  padding: 0;
  overflow: hidden;
}
.ntfs__header_figure {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}
.ntfs__header_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.ntfs__header_name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  height: 30px;
  margin: 0;
  padding: 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  color: #1e1e1e;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}
.ntfs__header--above_nano {
  position: relative;
  display: block;
  height: 11px;
  margin: 5px 0 0 0;
  padding: 0 14px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.05em;
}
.ntfs__header--above_nano:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background-color: #e3e3e3;
}
.ntfs__header--above_nano span {
  font: normal 400 100% "Raleway", sans-serif;
  display: inline-block;
  height: 30px;
  color: #8f8f8f;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ntfs__header--above_nano a {
  position: relative;
  display: inline-block;
  font: normal 400 100% "Raleway", sans-serif;
  text-transform: none;
  color: #1e1e1e;
  float: right;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
}
.ntfs__header--above_nano a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 8px;
  height: 1px;
  width: 100%;
  background-color: #1e1e1e;
  -webkit-transition: height 0.15s ease-in-out 0s;
  transition: height 0.15s ease-in-out 0s;
}
.ntfs__header--above_nano a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 8px;
  height: 0px;
  width: 100%;
  background-color: #fff200;
  -webkit-transition: height 0.15s ease-in-out 0s;
  transition: height 0.15s ease-in-out 0s;
}
.ntfs__header--above_nano a:hover:after {
  height: 13px;
}
.ntfs__header--above_nano a:hover:before {
  height: 0px;
}
.ntfs__cards {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 14px;
  font-size: 0;
}
.ntfs__card {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 0 0 5px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #fff;
}
.ntfs__card--yellow.is_active {
  top: 0;
  background: #feda10;
  border: 1px solid #dfbf0e;
}
.ntfs__card--red.is_active {
  top: 0;
  background: #fd3425;
  border: 1px solid #d62518;
}
.ntfs__header_close {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 0;
  color: #1e1e1e;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  text-align: center;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  cursor: pointer;
}
.ntfs__content {
  position: relative;
  margin: 0;
  padding: 0;
}
.ntfs__list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ntfs__list_item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}
.ntfs__list_item:before, .ntfs__list_item:after {
  content: "";
  display: table;
}
.ntfs__list_item:after {
  clear: both;
}
.ntfs__list_item:first-child {
  border-top: 1px solid #e3e3e3;
}
.ntfs__link {
  position: relative;
  display: block;
  min-height: 50px;
  margin: 0;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
  background: #f4f4f4;
}
.ntfs__link--seen {
  background: #fff;
}
.ntfs__link--admin::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  display: block;
  width: 3px;
  background: #d21d1e;
}
.ntfs__link:hover {
  background: #fffec9;
}
.ntfs__figure_wrap {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 6px 18px 0 6px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  overflow: hidden;
}
.ntfs__figure {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  float: left;
}
.ntfs__figure::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.ntfs__figure--banned {
  font: normal 700 100% "Merriweather", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  background: #eb0000;
}
.ntfs__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ntfs__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -3px;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #1e1e1e;
}
.ntfs__text strong {
  font: normal 700 100% "Merriweather", sans-serif;
  margin-right: 10px;
}
.ntfs__text strong:empty {
  display: none;
}
.ntfs__title {
  margin: 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #1e1e1e;
}
.ntfs__text_content {
  margin: 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #1e1e1e;
}
.ntfs__time {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 3px;
  display: block;
  height: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0.05em;
  color: #8f8f8f;
  text-transform: uppercase;
}
.ntfs__icon {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: block;
}
.ntfs__icon > span {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  line-height: 1.6rem;
}
.ntfs__icon > span::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1197dd;
  text-align: center;
}
.ntfs__link--seen .ntfs__icon > span::after {
  color: #9c9c9c;
}
.ntfs__icon--reply > span::after {
  content: "\f265";
}
.ntfs__icon--message > span::after {
  content: "\e907";
}
.ntfs__icon--follow > span::after {
  content: "\f277";
}
.ntfs__icon--ban > span::after {
  content: "\f119";
  color: #eb0000;
}
.ntfs__icon--eye > span::after {
  content: "\f15c";
}
.ntfs__icon--redcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #d62518;
  border-radius: 2px;
  background: #fd3425;
}
.ntfs__icon--redcard > span ::after {
  display: none;
}
.ntfs__icon--yellowcard > span {
  position: relative;
  right: 2px;
  display: block;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 1px solid #dfbf0e;
  border-radius: 2px;
  background: #feda10;
}
.ntfs__icon--yellowcard > span ::after {
  display: none;
}
.sc-ntfs {
  background: #ffffff;
  border: 1px solid #e0e6ea;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 58px;
  top: 72px;
  left: unset;
  margin: 0;
  width: 166px;
}
.sc-ntfs::before {
  position: absolute;
  right: 39px;
  top: -10px;
  content: url("/static/images/icons/ntfs-arrow.svg");
  width: 0;
  height: 0;
  z-index: -1;
}
.sc-ntfs__btn {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
  padding: 20px 20px 16px;
  display: -ms-grid;
  display: grid;
  place-content: left center;
}
.sc-ntfs__header {
  width: 100%;
  display: block;
}
.sc-ntfs__header_name {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2c3f4a;
  padding: 16px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e0e6ea;
  display: block;
}
.sc-ntfs__odjava {
  color: #00679c;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.print_edition {
  margin: 20px 0 0 0;
  padding: 0 14px;
  /* comments teaser ispod članka */
}
@media screen and (min-width: 540px) {
  .print_edition {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .print_edition {
    padding: 0 0 60px;
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .print_edition {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .print_edition .main_tile {
    padding: 0 15px;
  }
}
.print_edition--single .main_tile__label {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 1100px) {
  .print_edition--single .main_tile__label {
    margin: 0 0 33px 0 !important;
  }
}
.print_edition .main_tile__label span {
  display: block;
}
@media screen and (min-width: 1100px) {
  .print_edition .main_tile__label span {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .print_edition__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.print_edition__inner_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  text-align: center;
}
.print_edition__previous_editions .print_edition__inner_wrap {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .print_edition__previous_editions .print_edition__inner_wrap {
    width: 50%;
    display: table-cell;
  }
}
@media screen and (max-width: 1099px) {
  .print_edition__previous_editions .print_edition__inner_wrap + .print_edition__inner_wrap {
    margin: 30px 0 0 0;
  }
}
.print_edition__image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  background-color: #f4f4f4;
  text-align: center;
}
.print_edition__image img {
  max-width: 280px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1440px) {
  .print_edition__image {
    padding: 20px;
  }
  .print_edition__image img {
    max-width: 400px;
  }
  .print_edition__previous_editions .print_edition__image {
    padding: 10px;
  }
  .print_edition__previous_editions .print_edition__image img {
    max-width: 280px;
  }
}
@media screen and (min-width: 1440px) {
  .print_edition__controls_wrap {
    width: 72%;
    margin: 0 auto;
  }
}
.print_edition__controls {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .print_edition__controls {
    width: 80px;
    float: right;
  }
}
.print_edition__nav {
  height: 40px;
  float: right;
  background-color: #1e1e1e;
}
.print_edition__nav .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
  text-align: center;
}
.print_edition__nav .icon--disabled {
  color: #8f8f8f;
}
@media screen and (min-width: 1100px) {
  .print_edition__nav {
    height: 36px;
    width: 75px;
  }
  .print_edition__nav .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.print_edition__mcalendar_wrap {
  width: 190px;
  height: 40px;
  float: left;
}
@media screen and (min-width: 1100px) {
  .print_edition__mcalendar_wrap {
    display: none;
    visibility: hidden;
  }
}
.print_edition__mcalendar_wrap input {
  display: none;
  visibility: hidden;
}
.print_edition__mcalendar_wrap input:checked + .calendar {
  display: block;
}
.print_edition__mcalendar_wrap .calendar {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  background-color: #fff;
  display: none;
}
.print_edition__mcalendar {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 10px;
  border: 1px solid #e3e3e3;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #8f8f8f;
}
.print_edition__mcalendar .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
}
.print_edition .social__wrap {
  margin: 30px 0 0 0;
}
.print_edition__previous_editions {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .print_edition__previous_editions {
    width: 72%;
    margin: 40px auto 0;
  }
}
.print_edition__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: #fff200;
  text-align: center;
}
.print_edition__link .icon {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  line-height: 6rem;
  color: #1e1e1e;
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments {
    padding: 33px 0 33px 33px;
  }
}
.print_edition .article__comments .thread__form {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments .thread__form {
    padding-left: 75px;
  }
}
.print_edition .article__comments .thread__form.is_authenticated {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments .thread__form.is_authenticated span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    padding-right: 200px;
  }
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments .thread__form.is_authenticated .thread__comment_btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments .thread__form.no_posts {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments .thread__message--title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: -0.01em;
    padding: 0;
  }
}
.print_edition .article__comments .thread__message--content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.print_edition .article__comments .thread__message--unlogged {
  margin: 0 0 20px;
}
.print_edition .article__comments .thread--thread_teaser {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .print_edition .article__comments .commbox__wrap {
    padding: 0px 20px 30px 0px;
  }
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.fold_home_top--banner + .fold_home_mega,
.fold_home_top--banner + .fold_home_widgets--special {
  margin: 0 !important;
}
@media screen and (min-width: 1100px) {
  .fold_home_top--banner + .fold_home_mega,
  .fold_home_top--banner + .fold_home_widgets--special {
    margin: 30px 0 0 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_top--banner + .fold_home_mega,
  .fold_home_top--banner + .fold_home_widgets--special {
    margin: 40px 0 0 0 !important;
  }
}

.fold_home_a--banner + .fold_home_mega,
.fold_home_a--banner + .fold_home_widgets--special {
  margin: 30px 0 0 0 !important;
}
@media screen and (min-width: 1100px) {
  .fold_home_a--banner + .fold_home_mega,
  .fold_home_a--banner + .fold_home_widgets--special {
    margin: 60px 0 0 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_a--banner + .fold_home_mega,
  .fold_home_a--banner + .fold_home_widgets--special {
    margin: 80px 0 0 0 !important;
  }
}

.fold_home_top--banner {
  margin-top: 38px;
}

.fold_home_a--3 .card--03 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_a--3 .card--03 {
    margin: 0;
  }
}
.fold_home_a--3 .card--04:first-child {
  margin: 34px 0 26px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_a--3 .card--04:first-child {
    margin: 0 0 26px 0;
    padding: 18px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_a--3 .card--04:first-child {
    padding: 0;
  }
}
.fold_home_a--3 .card--04:last-child {
  margin: 24px 0 36px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_a--3 .card--04:last-child {
    margin: 23px 0 0 0;
  }
}
.fold_home_a--3 .extra_news {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_a--3 .extra_news {
    margin: 80px 0 -30px 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_a--3 .extra_news {
    margin: 100px 0 -30px 0;
  }
}

.fold_home_b--2 .extra_news,
.fold_home_c--2 .extra_news {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_b--2 .extra_news,
  .fold_home_c--2 .extra_news {
    margin: 80px 0 -30px 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_b--2 .extra_news,
  .fold_home_c--2 .extra_news {
    margin: 100px 0 -30px 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_home_b--2 .extra_news .card--05,
  .fold_home_c--2 .extra_news .card--05 {
    margin: 0;
  }
}

@media screen and (min-width: 1100px) {
  .fold_home__extra_news .card--05 {
    margin: 0 0 30px 0;
  }
}

.fold_home_b--2 .card--03 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_b--2 .card--03 {
    margin: 0;
  }
}
.fold_home_b--2 .card--04:first-child {
  margin: 34px 0 26px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_b--2 .card--04:first-child {
    margin: 0 0 23px 0;
    padding: 18px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_b--2 .card--04:first-child {
    padding: 0;
  }
}
.fold_home_b--2 .card--04:last-child {
  margin: 26px 0 36px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_b--2 .card--04:last-child {
    margin: 24px 0 0 0;
  }
}

.fold_home_c--2 .card--03 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_c--2 .card--03 {
    margin: 0;
  }
}
.fold_home_c--2 .card--04:first-child {
  margin: 34px 0 26px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_c--2 .card--04:first-child {
    margin: 0 0 23px 0;
    padding: 18px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_c--2 .card--04:first-child {
    padding: 0;
  }
}
.fold_home_c--2 .card--04:last-child {
  margin: 24px 0 36px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_c--2 .card--04:last-child {
    margin: 24px 0 0 0;
  }
}

.fold_home_c--3 .card--03 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_c--3 .card--03 {
    margin: 0;
  }
}
.fold_home_c--3 .card--04:first-child {
  margin: 34px 0 26px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_c--3 .card--04:first-child {
    margin: 0 0 23px 0;
    padding: 18px 0 0 0;
  }
}
.fold_home_c--3 .card--04:last-child {
  margin: 24px 0 36px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_c--3 .card--04:last-child {
    margin: 24px 0 0 0;
  }
}

.fold_home_feed__block_2 .card--09 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_2 .card--09 {
    margin: 0;
  }
}
.fold_home_feed__block_2 .card--08 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_2 .card--08 {
    margin: 0;
  }
}

@media screen and (min-width: 1100px) {
  .fold_home_feed__block_3 .card__separator:after {
    left: 0;
    right: 0;
  }
}
.fold_home_feed__block_3 .card--10:first-child {
  margin: 29px 0 26px 0;
}
@media screen and (min-width: 1440px) {
  .fold_home_feed__block_3 .card--10:first-child {
    margin: -7px 0 26px 0;
  }
}
.fold_home_feed__block_3 .card--10:last-child {
  margin: 23px 0 0 0;
}
.fold_home_feed__block_3 .card--10 .card__photo_wrap {
  margin: 26px 0 4px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_3 .card--10 .card__title {
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_feed__block_3 .card--10 .card__description {
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_3 .card--08 .card__title {
    -webkit-line-clamp: 2;
    max-height: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_feed__block_3 .card--08 .card__title {
    -webkit-line-clamp: 36;
    max-height: 108px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_3 .card--08 .card__description {
    -webkit-line-clamp: 3;
    max-height: 60px;
  }
}
.fold_home_feed__block_3 .card--12 {
  margin: 36px -14px 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_3 .card--12 {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_3 .card--12 .card__wrap {
    padding: 20px 20px 116% 20px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_home_feed__block_3 .card--12 .card__wrap {
    padding: 20px 20px 139% 20px;
  }
}

.fold_home_feed__block_4 .card--13 {
  margin: 0 -14px;
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_4 .card--13 {
    margin: 0;
  }
}
.fold_home_feed__block_4 .card--11 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_home_feed__block_4 .card--11 {
    padding: 0;
    margin: 0;
  }
}

.fold_section_a .card--02,
.fold_section_b .card--02 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--02,
  .fold_section_b .card--02 {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--02 .card__description,
  .fold_section_b .card--02 .card__description {
    -webkit-line-clamp: 3;
    max-height: 60px;
  }
}
.fold_section_a .card--03,
.fold_section_b .card--03 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--03,
  .fold_section_b .card--03 {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--03 .card__wrap,
  .fold_section_b .card--03 .card__wrap {
    padding: 20px 16px 125% 16px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_section_a .card--03 .card__wrap,
  .fold_section_b .card--03 .card__wrap {
    padding: 20px 16px 142.5% 16px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--03 .card__description,
  .fold_section_b .card--03 .card__description {
    -webkit-line-clamp: 4;
    max-height: 80px;
  }
}
@media screen and (min-width: 540px) {
  .fold_section_a .card__separator:after,
  .fold_section_b .card__separator:after {
    left: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card__separator:after,
  .fold_section_b .card__separator:after {
    left: 0;
    right: 0;
  }
}
.fold_section_a .card--04,
.fold_section_b .card--04 {
  padding: 0;
}
.fold_section_a .card--04:first-child,
.fold_section_b .card--04:first-child {
  margin: 34px 0 26px 0;
}
@media screen and (min-width: 1440px) {
  .fold_section_a .card--04:first-child,
  .fold_section_b .card--04:first-child {
    margin: 0 0 26px 0;
  }
}
.fold_section_a .card--04:last-child,
.fold_section_b .card--04:last-child {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--04,
  .fold_section_b .card--04 {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--04 .card__photo_wrap,
  .fold_section_b .card--04 .card__photo_wrap {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--04 .card__data_wrap,
  .fold_section_b .card--04 .card__data_wrap {
    padding: 0 110px 0 0;
  }
}
.fold_section_a .card--11,
.fold_section_b .card--11 {
  padding: 0 14px;
  margin: 36px 0 0 0;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .fold_section_a .card--11,
  .fold_section_b .card--11 {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--11,
  .fold_section_b .card--11 {
    margin: 0;
  }
}
.fold_section_a .card--12b,
.fold_section_b .card--12b {
  margin: 36px 0 0;
}
@media screen and (min-width: 540px) {
  .fold_section_a .card--12b,
  .fold_section_b .card--12b {
    margin: 36px -14px 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--12b,
  .fold_section_b .card--12b {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--12b .card__wrap,
  .fold_section_b .card--12b .card__wrap {
    padding: 20px 20px 124.5% 20px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_section_a .card--12b .card__wrap,
  .fold_section_b .card--12b .card__wrap {
    padding: 20px 20px 143% 20px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--12b .card__subtitle,
  .fold_section_b .card--12b .card__subtitle {
    bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_section_a .card--12b .card__subtitle,
  .fold_section_b .card--12b .card__subtitle {
    bottom: 30px;
  }
}
.fold_section_a .card--13,
.fold_section_b .card--13 {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold_section_a .card--13,
  .fold_section_b .card--13 {
    margin: 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--05b {
    height: 0;
    padding: 0 0 100% 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_columns .card--05b .card__overtitle {
    top: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--05b .card__data_wrap {
    bottom: 4px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--05b .card__title {
    padding: 0 10px 2px 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 78px;
    overflow: hidden;
  }
  .fold_columns .card--05b .card__title span {
    padding: 1px 10px 2px 10px;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_columns .card--05b .card__title {
    padding: 0 10px 2px 10px;
  }
  .fold_columns .card--05b .card__title span {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1440px) {
  .fold_columns .card--05b .card__title {
    max-height: 120px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--05b .card__subtitle {
    top: -1px;
  }
}
@media screen and (min-width: 1100px) {
  .fold_columns .card--17 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--17 .card__photo_wrap {
    width: 198px;
    height: auto;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--17 .card__data_wrap {
    padding-left: 228px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--17 .card__overtitle {
    margin: 5px 0 0 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--17 .card__title {
    margin: 15px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--17 .card__subtitle {
    margin: 7px 0 0 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_columns .card--17 .card__description {
    display: none;
  }
}
.fold_section_a_sidebar .card--14 .card__section {
  display: none;
}

.fold_section__loadmore {
  margin: 23px 0 0 0;
}

.fold_section__loadmore.fold_section__loadmore--section .extra_feed_mt {
  margin-top: 0px;
}
.fold_section__loadmore.fold_section__loadmore--section .extra_feed_mt .kolumn__1x5.kolumn__2x12 {
  margin-top: -23px;
}

.kolumn-more-container {
  gap: 0 20px !important;
}

.fold_search__results .card--17 {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1100px) {
  .fold_search__results .card--17 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
}
.fold_search__results .card--17 .card__photo_wrap {
  margin: 0 0 7px 0;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_search__results .card--17 .card__photo_wrap {
    margin: 0;
    width: 192px;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .fold_search__results .card--17 .card__photo_wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_search__results .card--17 .card__data_wrap {
    padding-left: 222px;
  }
}
.fold_search__results .card--17 .card__overtitle {
  margin: -7px 0 0 0;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_search__results .card--17 .card__overtitle {
    margin: 5px 0 0 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_search__results .card--17 .card__title {
    margin: 11px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_search__results .card--17 .card__description {
    display: none;
  }
}
.fold_search__results .card--17 .card__time {
  display: inline-block;
  margin: 2px 0 0 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8f8f;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
@media screen and (min-width: 1100px) {
  .fold_search__results .card--17 .card__time {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 1px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_search__results .card--17 .card__time {
    margin: 11px 0 0 0;
  }
}

.fold_authors_page .card--17 .card__time {
  display: inline-block;
  margin: 2px 0 0 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8f8f;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
@media screen and (min-width: 1100px) {
  .fold_authors_page .card--17 .card__time {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 11px 0 0 0;
  }
}

@media screen and (min-width: 1100px) {
  .fold_keywords .card--17 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_keywords .card--17 .card__photo_wrap {
    width: 192px;
    height: auto;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_keywords .card--17 .card__data_wrap {
    padding-left: 222px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_keywords .card--17 .card__overtitle {
    margin: 5px 0 0 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_keywords .card--17 .card__title {
    margin: 11px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .fold_keywords .card--17 .card__description {
    display: none;
  }
}
.fold_keywords .card--17 .card__time {
  display: inline-block;
  margin: 2px 0 0 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #8f8f8f;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
@media screen and (min-width: 1100px) {
  .fold_keywords .card--17 .card__time {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 1px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .fold_keywords .card--17 .card__time {
    margin: 11px 0 0 0;
  }
}

@media screen and (min-width: 1100px) {
  .home .fold_home_mega {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_mega {
    margin: 40px 0 0 0;
  }
}
.home .fold_home_a--1 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_a--1 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_a--1 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_a--2 {
  margin: 55px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_a--2 {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_a--2 {
    margin: 80px 0 0 0;
  }
}
.home .fold_home_a--3 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_a--3 {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_a--3 {
    margin: 80px 0 0 0;
  }
}
.home .fold_home_widgets--special {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_widgets--special {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_widgets--special {
    margin: 80px 0 0 0;
  }
}
.home .fold_home_widgets--3 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_widgets--3 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_widgets--3 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_widgets--4 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_widgets--4 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_widgets--4 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_b--1 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_b--1 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_b--1 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_b--2 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_b--2 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_b--2 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_b--3 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_b--3 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_b--3 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_topgifts {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_topgifts {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_topgifts {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_c--1 {
  margin: 35px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_c--1 {
    margin: 55px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_c--1 {
    margin: 80px 0 0 0;
  }
}
.home .fold_home_c--2 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_c--2 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_c--2 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_feed {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed {
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed__block_2 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed__block_2 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_feed__block_3 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed__block_3 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed__block_3 {
    margin: 100px 0 0 0;
  }
}
.home .fold_home_feed__block_4 {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed__block_4 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed__block_4 {
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 540px) {
  .home .fold_home_feed .column_content__inner .main_tile {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed .column_content__inner .main_tile {
    padding: 0;
  }
}
.home .fold_home_feed .container__height_wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed .container__height_wrap {
    display: -webkit-flex; /* Safari */ /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home .fold_home_feed .column_content__extra_articles {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed .column_content__extra_articles {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed .column_content__extra_articles {
    margin: 100px 0 80px 0;
  }
}
.home .fold_home_feed .column_sidebar {
  margin: 40px 0 0 0;
}
.home .fold_home_feed .column_sidebar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed .column_sidebar {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed .column_sidebar {
    margin: 0 0 80px 0; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.home .fold_home_feed .column_sidebar__inner_wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.home .fold_home_feed .container__loadmore {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 40px 0 0 0;
  clear: both;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .home .fold_home_feed .container__loadmore {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .home .fold_home_feed .container__loadmore {
    margin: 60px 0 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed .container__loadmore {
    margin: 80px 0 0 0;
  }
}
.home .fold_home_feed .container__loadmore .btn {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
}
@media screen and (min-width: 1440px) {
  .home .fold_home_feed .container__loadmore .btn {
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 0 0 80px 0;
  }
}

/*********************************
SECTION
*********************************/
@media screen and (min-width: 1100px) {
  .section .fold_section_a__block_2, .section .fold_section_a__block_3,
  .section .fold_section_b__block_2,
  .section .fold_section_b__block_3 {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a__block_2,
  .section .fold_section_b__block_2 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a__block_2,
  .section .fold_section_b__block_2 {
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a__block_3,
  .section .fold_section_b__block_3 {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a__block_3,
  .section .fold_section_b__block_3 {
    margin: 100px 0 0 0;
  }
}
.section .fold_section_a .column_content__inner .main_tile,
.section .fold_section_b .column_content__inner .main_tile {
  padding: 0 30px;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a .column_content__inner .main_tile,
  .section .fold_section_b .column_content__inner .main_tile {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a .container__height_wrap,
  .section .fold_section_b .container__height_wrap {
    display: -webkit-flex; /* Safari */ /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section .fold_section_a .column_sidebar,
.section .fold_section_b .column_sidebar {
  display: block;
  padding: 0 15px;
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a .column_sidebar,
  .section .fold_section_b .column_sidebar {
    padding: 0; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    -webkit-box-flex: 1;
            flex: 1;
  }
}
.section .fold_section_a .container__loadmore,
.section .fold_section_b .container__loadmore {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 40px 0 0 0;
  clear: both;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a .container__loadmore,
  .section .fold_section_b .container__loadmore {
    margin: 60px 0 0 0;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a .container__loadmore,
  .section .fold_section_b .container__loadmore {
    margin: 80px 0 0 0;
  }
}
.section .fold_section_a .container__loadmore .btn,
.section .fold_section_b .container__loadmore .btn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a .container__loadmore .btn,
  .section .fold_section_b .container__loadmore .btn {
    margin: 0 0 80px 0;
  }
}
@media screen and (min-width: 1100px) {
  .section .fold_section_a {
    margin: 30px 0 0 0;
  }
}
.section .fold_section_b {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .section .fold_section_b {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .section .fold_section_a .column_sidebar {
    margin: 80px 0 0 0;
  }
}
.section .fold_section_a .column_sidebar .topnews_widget {
  margin: 0 -15px;
}
@media screen and (min-width: 1440px) {
  .section .fold_section_a .column_sidebar .topnews_widget {
    margin: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .section .fold_section_a .column_sidebar .topnews_widget {
    padding: 0 57px 0 0;
    margin: 75px -15px 80;
  }
  .section .fold_section_a .column_sidebar .topnews_widget .card--14 {
    margin: 36px 0 0 0;
  }
  .section .fold_section_a .column_sidebar .topnews_widget .card--14:first-child {
    margin: 0;
  }
  .section .fold_section_a .column_sidebar .topnews_widget .main_tile__label {
    position: relative;
    top: -5px;
    margin: 0 0 19px 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .section .fold_section_a .column_sidebar .topnews_widget .card__data_wrap {
    padding: 0 0 0 70px;
  }
  .section .fold_section_a .column_sidebar .topnews_widget .card__title {
    position: relative;
    top: -6px;
    margin: 0 0 -2px 0;
    font: normal 900 100% "Raleway", sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 31px;
    line-height: 3.1rem;
    max-height: 62px;
  }
}
.section .fold_section_feed {
  margin: 30px 0 45px 0;
}
@media screen and (min-width: 540px) {
  .section .fold_section_feed {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1100px) {
  .section .fold_section_feed {
    padding: 0;
    margin: 80px 0;
  }
}
@media screen and (min-width: 1440px) {
  .section .fold_section_feed {
    margin: 100px 0 80px 0;
  }
}
@media screen and (min-width: 1100px) {
  .section .fold_section_feed .main_tile {
    padding: 0;
  }
}
.section .fold_section_feed .load_more {
  margin: 30px 0 0 0;
}
.section .fold_section_feed .load_more .btn {
  display: block;
  height: 50px;
  width: 100%;
  line-height: 52px;
  line-height: 5.2rem;
}
@media screen and (min-width: 1440px) {
  .section .fold_section_feed .load_more .btn {
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 62px;
    line-height: 6.2rem;
  }
}
.section .fold_section_feed .load_more .btn.loading {
  margin: 0px auto;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1100px) {
  .section .fold_section_feed .load_more .btn.loading {
    width: 60px;
    height: 60px;
  }
}

/* specijal stranice */
.fold__special_a--1 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold__special_a--1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .fold__special_a--2, .fold__special_a--3 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .fold__special_a--2, .fold__special_a--3 {
    margin-top: 100px;
  }
}
.fold__special_a--2 .card--12, .fold__special_a--3 .card--12 {
  margin: 0 -14px;
}
@media screen and (min-width: 1100px) {
  .fold__special_a--2 .card--12, .fold__special_a--3 .card--12 {
    margin: 0;
  }
}
.fold__special_a--2 .card--04:last-child, .fold__special_a--3 .card--04:last-child {
  margin: 24px 0 0;
}
.fold__special_a--2 .card--04:first-child, .fold__special_a--3 .card--04:first-child {
  margin: 36px 0 26px 0;
}
@media screen and (min-width: 1100px) {
  .fold__special_a--2 .card--04:first-child, .fold__special_a--3 .card--04:first-child {
    margin: 0 0 23px 0;
    padding: 18px 0 0 0;
  }
}
@media screen and (max-width: 1099px) {
  .fold__special_a--2 .card--02,
  .fold__special_a--2 .card--08,
  .fold__special_a--2 .card--09, .fold__special_a--3 .card--02,
  .fold__special_a--3 .card--08,
  .fold__special_a--3 .card--09 {
    margin: 24px 0 36px 0;
  }
}
.fold__special_b {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .fold__special_b {
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .section--special .main_tile__label.main_tile__label--related_article {
    margin-top: 100px;
  }
}

/*stranica članak*/
.article .column_sidebar .card--04 .card__description {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.01em;
}
.article .column_sidebar .card--04 .card__title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .article .column_sidebar .card--04 .card__title {
    padding-right: 15px;
  }
}
.article .column_sidebar .card--04 .card__wrap {
  padding: 30px 0;
}
.article .column_sidebar .card--04:first-of-type .card__wrap {
  padding-top: 0;
}
.article .fold_article__top {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .article .fold_article__top {
    margin: 35px 0 0 0;
  }
}
.article .fold_article__recommender_block {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 539px) {
  .article .fold_article__recommender_block {
    padding: 0 14px;
  }
}
@media screen and (min-width: 1100px) {
  .article .fold_article__recommender_block {
    margin: 56px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .article .fold_article__recommender_block {
    margin: 46px 0 0 0;
    padding-left: 50px;
  }
}
.article .fold_article__comments_block {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 539px) {
  .article .fold_article__comments_block {
    padding: 0 14px;
  }
}
@media screen and (min-width: 1100px) {
  .article .fold_article__comments_block {
    margin: 56px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .article .fold_article__comments_block {
    margin: 46px 0 0 0;
    padding-left: 50px;
  }
}
.article .fold_article__pr_articles {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .article .fold_article__pr_articles {
    margin: 60px 0 0 0;
  }
}
.article .fold_article__pr_articles .main_tile__label {
  margin: 0 0 25px;
}
.article .fold_article__related_articles {
  border-left: 1px solid #e0e6ea;
  padding-left: 20px !important;
}
.article .fold_article__latest_articles {
  margin: 20px 0 25px 0;
}
@media screen and (min-width: 1100px) {
  .article .fold_article__latest_articles {
    margin: 80px 0 56px 0;
  }
}
@media screen and (min-width: 1440px) {
  .article .fold_article__latest_articles {
    margin: 80px 0 75px 0;
  }
}
.article .fold_article__pr_articles,
.article .fold_article__related_articles,
.article .fold_article__latest_articles {
  padding: 0;
}
@media screen and (min-width: 540px) {
  .article .fold_article__pr_articles,
  .article .fold_article__related_articles,
  .article .fold_article__latest_articles {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1100px) {
  .article .fold_article__pr_articles,
  .article .fold_article__related_articles,
  .article .fold_article__latest_articles {
    padding: 0;
  }
}

.facebook__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 1100px) {
  .facebook__wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .facebook__wrapper {
    margin-bottom: 19px;
  }
}

.fold_feed_sidebar .facebook__wrapper {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .fold_feed_sidebar .facebook__wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .fold_feed_sidebar .facebook__wrapper {
    margin-bottom: 0;
  }
}

.kolumn__wrapper {
  margin-top: 48px;
}
.kolumn__w-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 300px;
  grid-template-columns: 1fr 300px;
  gap: 30px;
}
.kolumn__wo-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 30px 300px;
  grid-template-columns: 100% 300px;
  gap: 30px;
}
.kolumn__sidebar {
  margin-top: 50px;
}
.kolumn__1x5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-bottom: 29px;
}
.kolumn__1x5 span.card__overtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #008bd2;
  margin-bottom: 0;
  margin-top: 0;
}
.kolumn__1x5 h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2c3f4a;
  margin-bottom: 40px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kolumn__1x5 div.card__photo_wrap {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  grid-row: 1/-1;
  margin-right: 12px;
}
.kolumn__1x5 div.card__photo_wrap img.card__img {
  height: 113px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kolumn__1x5 div.card__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
.kolumn__1x5 div.card__wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.kolumn__1x5 div.card__wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.kolumn__1x5 div.card__wrap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.kolumn__1x5 div.card__wrap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.kolumn__1x5 div.card__wrap > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.kolumn__1x5 div.card__wrap > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.kolumn__1x5 div.card__wrap > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.kolumn__1x5 div.card__wrap > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.kolumn__1x5 div.latest_section__icons {
  margin-bottom: 8px;
}
.kolumn__1x5 div.card__separator--latest {
  margin-bottom: 20px;
}
.kolumn__3x3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}
.kolumn__3x3 span.card__overtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #008bd2;
  margin-bottom: 4px;
  margin-top: 12px;
}
.kolumn__3x3 h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2c3f4a;
  margin-bottom: 32px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kolumn__3x3 div.latest_section__icons {
  margin-bottom: 12px;
}
.kolumn__3x3 div.card__separator--latest {
  margin: 0;
}
.kolumn__2x12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.kolumn__2x12 div.card__separator--latest {
  margin-bottom: 0;
}
.kolumn__btn {
  height: 51px;
  width: 420px;
  border-radius: 4px;
  text-align: center;
  margin: 72px auto 68px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #008bd2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.kolumn__loading {
  height: 51px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 72px auto 68px;
}
.kolumn__loading--comments {
  margin: 27px auto 16px;
}

.kolumn_top--banner {
  margin-top: 38px;
}

.kolumn--head {
  /*margin-bottom: 50px;*/
}

@media screen and (max-width: 1100px) {
  .kolumn--head {
    margin-bottom: 0;
  }
  .kolumn__w-sidebar {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.crna-kronika_background {
  background-color: #2c3f4a;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 50px;
}
.crna-kronika_background a.section_link {
  margin-top: 42px;
  border-color: white;
}
.crna-kronika_background a.section_link .section_link__img {
  -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
}
.crna-kronika_background a.section_link .section_link__text {
  color: #e9f0f5;
}
.crna-kronika_background a.section_link:hover .section_link__text {
  color: white;
}
.crna-kronika_background .card__title {
  color: #e0e6ea !important;
}
.crna-kronika_background .card:hover .card__title {
  color: #e9f0f5 !important;
}
.crna-kronika_background .card__separator {
  border-color: #647782;
}

.crna-kronika_background + .crna-kronika_background {
  margin-top: 0;
  padding-bottom: 28px;
}

.crna-kronika-kolumn-override {
  margin-bottom: -100px;
  padding-bottom: 50px;
}

.kolumn__no_articles {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #004b71;
  margin-bottom: 56px;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.frontpage__breaking {
  position: relative;
  margin-bottom: 20px;
}
.frontpage__najbar-section > div {
  background-color: #e9f0f5;
  padding: 20px;
  padding-bottom: 0px;
}
.frontpage__najbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e0e6ea;
  border-bottom: 1px solid #e0e6ea;
}
.frontpage__najbar button {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #768a96;
  background-color: transparent;
  border: none;
  padding: 23.5px 24.5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.frontpage__najbar button:after {
  position: absolute;
  top: 16px;
  right: 0;
  content: "";
  border-left: 1px solid #e0e6ea;
  bottom: 16px;
  margin: auto;
}
.frontpage__najbar button.active {
  color: #00679c;
  border-bottom: 3px solid #00679c;
}
.frontpage__rx4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.frontpage__rx3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.frontpage__rx3 h2.card__title {
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx3d {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.frontpage__rx3d h2.card__title {
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.frontpage__rx3d span.card__description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
  margin-bottom: 32px;
  max-height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx1rd h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #2c3f4a;
  margin-bottom: 8px;
  height: 144px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx1rd span.card__description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
  margin-bottom: 66px;
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx1rd div.card__photo_wrap {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  grid-row: 1/-1;
  margin-right: 20px;
}
.frontpage__rx1rd div.card__photo_wrap img.card__img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage__rx1rd div.card__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 61% 39%;
  grid-template-columns: 61% 39%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.frontpage__rx1rd div.card__wrap > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.frontpage__rx1rd span.card__overtitle {
  margin-top: 1px;
}
.frontpage__rx1rd div.card__separator.card__separator--latest {
  margin-bottom: 20px !important;
}
.frontpage__rx1ld div.card__wrap {
  -ms-grid-columns: 39% 61%;
  grid-template-columns: 39% 61%;
}
.frontpage__rx1ld div.card__photo_wrap {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1/-1;
  margin-right: 0;
  margin-left: 20px;
}
.frontpage__rx2-1_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontpage__rx2-1_2--big {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  margin-right: 20px;
}
.frontpage__rx2-1_2--big h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #2c3f4a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 48px;
}
.frontpage__rx2-1_2--big-ad h2.card__title {
  margin-bottom: 36px;
}
.frontpage__rx2-1_2 div.card__separator.card__separator--latest {
  margin-bottom: 20px;
}
.frontpage__rx2-1_2--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}
.frontpage__rx2-1_2--small h2.card__title {
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 32px;
}
.frontpage__rx2-1_2--kolumn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  margin-right: 20px !important;
}
.frontpage__rx2-1_2--kolumn h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #2c3f4a;
  height: 88px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  text-align: center;
}
.frontpage__rx2-1_2--kolumn span.card__description {
  font-family: "Noto Serif" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  color: #2c3f4a !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.frontpage__rx2-1_2--kolumn a.card__author_link {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #008bd2;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-align: center;
  display: block;
}
.frontpage__rx2-1_2--kolumn div.card__kolumn_data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 0 25px 32px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin: -96px auto 0;
  margin-left: 85px;
  margin-right: 85px;
}
.frontpage__rx2-1_2--kolumn .onereply__avatar {
  display: block;
  margin-bottom: 11px;
  margin-top: -55px;
}
.frontpage__rx2-1_2--kolumn .onereply__avatar img {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 154px;
  border: 1px solid #e0e6ea;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.frontpage__rx2-1_4r {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 112.5px 20px 112.5px 20px 112.5px 20px 112.5px;
  grid-template-rows: repeat(4, 112.5px);
  gap: 20px;
  margin-bottom: 20px;
}
.frontpage__rx2-1_4r > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.frontpage__rx2-1_4r > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.frontpage__rx2-1_4r > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.frontpage__rx2-1_4r > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 212px 60%;
  grid-template-columns: 212px 60%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap div.card__photo_wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/-1;
  margin-right: 12px;
  aspect-ratio: 200/112.5;
  width: 200px;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__wrap div.card__photo_wrap img.card__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage__rx2-1_4r article:not(:first-child) span.card__overtitle {
  margin: 0;
}
.frontpage__rx2-1_4r article:not(:first-child) h2.card__title {
  margin-bottom: 39px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx2-1_4r article:not(:first-child) div.latest_section__icons {
  margin-bottom: 8px;
}
.frontpage__rx2-1_4r article:not(:first-child) div.card__separator.card__separator--latest {
  margin: 0;
}
.frontpage__rx2-1_4r article:first-of-type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
.frontpage__rx2-1_4r article:first-of-type h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 19px;
}
@media screen and (max-width: 1439px) and (min-width: 1100px) {
  .frontpage__rx2-1_4r article:first-of-type h2.card__title {
    margin-bottom: 117px;
  }
}
.frontpage__rx2-2r_2r {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}
.frontpage__rx2-2r_2r > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frontpage__rx2-2r_2r > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.frontpage__rx2-2r_2r > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.frontpage__rx2-2r_2r > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.frontpage__rx2-2r_2r div.card__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.frontpage__rx2-2r_2r div.card__wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frontpage__rx2-2r_2r div.card__wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.frontpage__rx2-2r_2r div.card__wrap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.frontpage__rx2-2r_2r div.card__wrap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.frontpage__rx2-2r_2r div.card__wrap > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.frontpage__rx2-2r_2r div.card__wrap > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.frontpage__rx2-2r_2r div.card__wrap div.card__photo_wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/-1;
  margin-right: 20px;
}
.frontpage__rx2-2r_2r div.card__wrap div.card__photo_wrap img.card__img {
  height: 112.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage__rx2-2r_2r span.card__overtitle {
  margin: 0;
}
.frontpage__rx2-2r_2r h2.card__title {
  margin-bottom: 40px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx2-2r_2r div.latest_section__icons {
  margin-bottom: 8px;
}
.frontpage__rx2-2r_2r div.card__separator.card__separator--latest {
  margin: 0;
}
.frontpage__rx1-1_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.frontpage__rx1-1_1 h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 52px;
}
.frontpage__rx1-1_1 div.card__separator.card__separator--latest {
  margin-bottom: 20px;
}
.frontpage__rx2d {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.frontpage__rx2d h2.card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 8px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx2d span.card__description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647782;
  margin-bottom: 32px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frontpage__rx2d div.card__separator.card__separator--latest {
  margin-bottom: 20px;
}
.frontpage__embeded-article {
  padding: 12px 0;
  border-top: 1px solid #e0e6ea;
  border-bottom: 1px solid #e0e6ea;
  margin-bottom: 30px;
  margin-top: 30px;
}
.frontpage__embeded-article div.card__wrap {
  display: -ms-grid;
  display: grid;
  gap: 0 16px;
  -ms-grid-columns: 121px 16px 1fr;
  grid-template-columns: 121px 1fr;
  -ms-grid-rows: auto 0 auto;
  grid-template-rows: auto auto;
}
.frontpage__embeded-article div.card__wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frontpage__embeded-article div.card__wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.frontpage__embeded-article div.card__wrap > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.frontpage__embeded-article div.card__wrap > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.frontpage__embeded-article div.card__wrap div.card__photo_wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/-1;
}
.frontpage__embeded-article div.card__wrap div.card__photo_wrap img.card__img {
  height: 121px;
  width: 121px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage__embeded-article span.card__overtitle {
  margin: 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #008bd2;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 17px !important;
  font-family: "Barlow";
}
.frontpage__embeded-article h2.card__title {
  margin-bottom: 6px;
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #2c3f4a;
  font-family: "Noto Serif" !important;
  font-size: 24px !important;
  line-height: 33px !important;
}
.frontpage__embeded-article div.latest_section__icons {
  margin-bottom: 0;
}
.frontpage__embeded-article div.card__separator.card__separator--latest {
  margin: 0;
}

.section_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #00679c;
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.section_link__text {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-variant: small-caps;
  text-transform: lowercase;
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  color: #00679c;
}
.section_link__img {
  width: 24px;
  height: 24px;
}

.section_link:hover {
  border-bottom: 2px solid #004b71;
  margin-bottom: 19px;
}
.section_link:hover .section_link__text {
  color: #004b71;
}
.section_link:hover .section_link__img {
  -webkit-animation-name: section-arrow-animation;
          animation-name: section-arrow-animation;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

@-webkit-keyframes section-arrow-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes section-arrow-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.frontpage__wrapper .frontpage__rx2-1_2--kolumn .card__description {
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  /* or 150% */
  text-align: center;
  /* SBplus/Grayscale/Gray 6 */
  color: #505f68 !important;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.card {
  position: relative;
  /* card više vijesti za specijal rubriku*/
}
.card__separator {
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  margin: 18px 0 16px;
  border-top: 1px solid #e0e6ea;
}
.card__separator--latest {
  margin: 0 0 20px;
}
.card__link {
  display: block;
}
.card__link--data {
  float: left;
}
.card__overtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #008bd2;
  min-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 17px;
  display: -webkit-box !important;
}
.card__overtitle--12px {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  min-height: 14px;
}
.card__title {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  font: normal 900 100% "Raleway", sans-serif;
  color: #1e1e1e;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.card__title_highlight {
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.card__subtitle {
  display: inline-block;
  height: 23px;
  padding: 0 10px;
  margin: 0;
  float: left;
  background-color: #1e1e1e;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 23px;
  overflow: hidden;
}
.card__subtitle a {
  display: inline-block;
  color: #fff;
}
.card__description {
  font: normal 300 100% "Roboto Slab", sans-serif;
  color: #1e1e1e;
}
.card__figure {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.card__figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.card__time {
  display: none;
}
.card--01 .card__wrap, .card--07 .card__wrap, .card--13 .card__wrap {
  position: relative;
}
.card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  margin: auto;
}
@media screen and (min-width: 540px) {
  .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
    bottom: 5px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--01 .card__data_wrap, .card--07 .card__data_wrap, .card--13 .card__data_wrap {
    bottom: 10px;
    padding: 0 20px;
  }
}
.card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
  position: relative;
  left: -14px;
  padding: 0 10px 0 14px;
}
@media screen and (min-width: 540px) {
  .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
    left: -30px;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
    left: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--01 .card__overtitle, .card--07 .card__overtitle, .card--13 .card__overtitle {
    top: -1px;
  }
}
.card--01 .card__title, .card--07 .card__title, .card--13 .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .card--01 .card__title, .card--07 .card__title, .card--13 .card__title {
    padding: 0 0 2px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .card--01 .card__title, .card--07 .card__title, .card--13 .card__title {
    padding: 0 0 3px 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}
.card--01 .card__title_highlight, .card--07 .card__title_highlight, .card--13 .card__title_highlight {
  position: relative;
  left: -14px;
  padding: 2px 5px 2px 14px;
  line-height: 1;
}
@media screen and (min-width: 540px) {
  .card--01 .card__title_highlight, .card--07 .card__title_highlight, .card--13 .card__title_highlight {
    left: -30px;
    padding: 2px 5px 2px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--01 .card__title_highlight, .card--07 .card__title_highlight, .card--13 .card__title_highlight {
    left: 0;
    padding: 0 10px 2px 10px;
  }
}
.card--01 .card__subtitle, .card--07 .card__subtitle, .card--13 .card__subtitle {
  position: relative;
  top: 1px;
  left: -14px;
  padding: 0 10px 0 14px;
  clear: both;
  float: left;
}
@media screen and (min-width: 540px) {
  .card--01 .card__subtitle, .card--07 .card__subtitle, .card--13 .card__subtitle {
    left: -30px;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--01 .card__subtitle, .card--07 .card__subtitle, .card--13 .card__subtitle {
    top: 0;
    left: 0;
    padding: 0 10px;
  }
}
.card--01 .card__subtitle a:nth-child(n+2), .card--07 .card__subtitle a:nth-child(n+2), .card--13 .card__subtitle a:nth-child(n+2) {
  margin-left: 5px;
}
.card--01 .card__description, .card--07 .card__description, .card--13 .card__description {
  display: none;
}
.card--02 .card__overtitle, .card--08 .card__overtitle {
  margin: 14px 0 15px 0;
}
@media screen and (min-width: 1440px) {
  .card--02 .card__overtitle, .card--08 .card__overtitle {
    margin: 13px 0 13px 0;
  }
}
.card--02 .card__title, .card--08 .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 78px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .card--02 .card__title, .card--08 .card__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
    max-height: 108px;
  }
}
.card--02 .card__subtitle, .card--08 .card__subtitle {
  width: 100%;
  padding: 0;
  margin: 7px 0 0 0;
  float: left;
  background-color: transparent;
  color: #8f8f8f;
}
@media screen and (min-width: 1440px) {
  .card--02 .card__subtitle, .card--08 .card__subtitle {
    margin: 6px 0 0 0;
  }
}
.card--02 .card__subtitle a, .card--08 .card__subtitle a {
  color: inherit;
}
.card--02 .card__description, .card--08 .card__description {
  margin: 8px 0 0 0;
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 80px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .card--02 .card__description, .card--08 .card__description {
    -webkit-line-clamp: 3;
    max-height: 60px;
  }
}
.card--03, .card--09, .card--11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card--03 .card__wrap, .card--09 .card__wrap, .card--11 .card__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 16px 39px 16px;
  border: 3px solid #ededed;
  border-bottom: none;
}
@media screen and (min-width: 1100px) {
  .card--03 .card__wrap, .card--09 .card__wrap, .card--11 .card__wrap {
    height: 0;
    padding: 20px 16px 165% 16px;
    border-width: 4px;
  }
}
@media screen and (min-width: 1440px) {
  .card--03 .card__wrap, .card--09 .card__wrap, .card--11 .card__wrap {
    height: 0;
    padding: 20px 16px 142%;
  }
}
.card--03 .card__title, .card--09 .card__title, .card--11 .card__title {
  margin: 14px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 90px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .card--03 .card__title, .card--09 .card__title, .card--11 .card__title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 33px;
    line-height: 3.3rem;
    -webkit-line-clamp: 5;
    max-height: 165px;
  }
}
@media screen and (min-width: 1440px) {
  .card--03 .card__title, .card--09 .card__title, .card--11 .card__title {
    margin: 11px 0 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    line-height: 4.4rem;
    max-height: 220px;
  }
}
.card--03 .card__subtitle, .card--09 .card__subtitle, .card--11 .card__subtitle {
  padding: 0;
  margin: 6px 0 0 0;
  background-color: #fff;
  color: #8f8f8f;
}
.card--03 .card__subtitle a, .card--09 .card__subtitle a, .card--11 .card__subtitle a {
  color: inherit;
}
@media screen and (min-width: 1100px) {
  .card--03 .card__subtitle, .card--09 .card__subtitle, .card--11 .card__subtitle {
    margin: 6px 0 0 0;
  }
}
.card--03 .card__description, .card--09 .card__description, .card--11 .card__description {
  display: none;
}
@media screen and (min-width: 1100px) {
  .card--03 .card__description, .card--09 .card__description, .card--11 .card__description {
    display: block;
    margin: 8px 0 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 100px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .card--03 .card__description, .card--09 .card__description, .card--11 .card__description {
    -webkit-line-clamp: 4;
    max-height: 80px;
  }
}
.card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
  float: right;
  width: 100px;
  height: 100px;
  margin: 29px 0 7px 0;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1100px) {
  .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
    margin: 26px 0 7px 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--04 .card__photo_wrap, .card--10 .card__photo_wrap, .card--16 .card__photo_wrap {
    margin: 28px 0 7px 0;
  }
}
.card--04 .card__data_wrap, .card--10 .card__data_wrap, .card--16 .card__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 110px 0 0;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .card--04 .card__data_wrap, .card--10 .card__data_wrap, .card--16 .card__data_wrap {
    padding: 0 80px 0 0;
  }
}
.card--04 .card__link, .card--10 .card__link, .card--16 .card__link {
  display: block;
}
.card--04 .card__link--lead_text, .card--10 .card__link--lead_text, .card--16 .card__link--lead_text {
  clear: both;
}
.card--04 .card__overtitle, .card--10 .card__overtitle, .card--16 .card__overtitle {
  float: left;
}
.card--04 .card__title, .card--10 .card__title, .card--16 .card__title {
  float: left;
  clear: left;
  margin: 9px 0 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .card--04 .card__title, .card--10 .card__title, .card--16 .card__title {
    margin: 11px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    -webkit-line-clamp: 4;
    max-height: 88px;
  }
}
@media screen and (min-width: 1440px) {
  .card--04 .card__title, .card--10 .card__title, .card--16 .card__title {
    margin: 9px 0 0 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    line-height: 2.4rem;
    max-height: 72px;
  }
}
.card--04 .card__subtitle, .card--10 .card__subtitle, .card--16 .card__subtitle {
  clear: left;
  float: left;
  padding: 0;
  margin: 9px 0 0 0;
  background-color: #fff;
  color: #8f8f8f;
}
@media screen and (min-width: 1100px) {
  .card--04 .card__subtitle, .card--10 .card__subtitle, .card--16 .card__subtitle {
    margin: 9px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--04 .card__subtitle, .card--10 .card__subtitle, .card--16 .card__subtitle {
    margin: 7px 0 0 0;
  }
}
.card--04 .card__subtitle a, .card--10 .card__subtitle a, .card--16 .card__subtitle a {
  color: inherit;
}
.card--04 .card__description, .card--10 .card__description, .card--16 .card__description {
  display: block;
  margin: 8px 0 0 0;
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .card--04 .card__description, .card--10 .card__description, .card--16 .card__description {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .card--04 .card__description, .card--10 .card__description, .card--16 .card__description {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 54px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px) {
  .card--05 {
    padding: 0;
  }
}
.card--05 .card__wrap {
  position: relative;
}
.card--05 .card__data_wrap {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  margin: auto;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .card--05 .card__data_wrap {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--05 .card__data_wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  .card--05 .card__data_wrap {
    bottom: 9px;
  }
}
.card--05 .card__overtitle {
  position: relative;
  left: -14px;
  padding: 0 10px 0 14px;
}
@media screen and (min-width: 540px) {
  .card--05 .card__overtitle {
    left: -30px;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--05 .card__overtitle {
    left: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--05 .card__overtitle {
    top: -1px;
  }
}
.card--05 .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .card--05 .card__title {
    padding: 0 0 2px 0;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 31px;
    line-height: 3.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .card--05 .card__title {
    padding: 0 0 3px 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.card--05 .card__title_highlight {
  position: relative;
  left: -14px;
  padding: 2px 5px 2px 14px;
  line-height: 1;
}
@media screen and (min-width: 540px) {
  .card--05 .card__title_highlight {
    left: -30px;
    padding: 2px 5px 2px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--05 .card__title_highlight {
    left: 0;
    padding: 0 10px 2px 10px;
  }
}
.card--05 .card__subtitle {
  position: relative;
  top: 1px;
  left: -14px;
  padding: 0 10px 0 14px;
  clear: both;
}
@media screen and (min-width: 540px) {
  .card--05 .card__subtitle {
    left: -30px;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--05 .card__subtitle {
    top: 0;
    left: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--05 .card__subtitle {
    top: -1px;
  }
}
.card--05 .card__subtitle a:nth-child(n+2) {
  margin-left: 5px;
}
.card--05 .card__description {
  display: none;
}
@media screen and (min-width: 1100px) {
  .card--06 {
    padding: 0 15px;
  }
}
.card--06 .card__wrap {
  position: relative;
}
.card--06 .card__data_wrap {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  margin: auto;
}
@media screen and (min-width: 540px) {
  .card--06 .card__data_wrap {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--06 .card__data_wrap {
    bottom: 12px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  .card--06 .card__data_wrap {
    bottom: 10px;
  }
}
.card--06 .card__data {
  float: left;
}
.card--06 .card__overtitle {
  position: relative;
  left: -14px;
  padding: 0 10px 0 14px;
}
@media screen and (min-width: 540px) {
  .card--06 .card__overtitle {
    left: -30px;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--06 .card__overtitle {
    left: 0;
    padding: 0 10px;
  }
}
.card--06 .card__title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .card--06 .card__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .card--06 .card__title {
    width: 75%;
    padding: 0 10px 3px 0;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 60px;
    line-height: 6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 180px;
    overflow: hidden;
  }
}
.card--06 .card__title_highlight {
  position: relative;
  left: -14px;
  padding: 2px 5px 2px 14px;
  line-height: 1;
}
@media screen and (min-width: 540px) {
  .card--06 .card__title_highlight {
    left: -30px;
    padding: 2px 5px 2px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--06 .card__title_highlight {
    left: 0;
    padding: 0 10px 2px 10px;
  }
}
.card--06 .card__subtitle {
  position: relative;
  top: 1px;
  left: -14px;
  padding: 0 10px 0 14px;
  clear: both;
  float: left;
}
@media screen and (min-width: 540px) {
  .card--06 .card__subtitle {
    left: -30px;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--06 .card__subtitle {
    top: 2px;
    left: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--06 .card__subtitle {
    top: 0;
  }
}
.card--06 .card__subtitle a:nth-child(n+2) {
  margin-left: 5px;
}
.card--06 .card__description {
  display: none;
}
.card--07 .card__data_wrap {
  bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .card--07 .card__data_wrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--07 .card__data_wrap {
    bottom: 20px;
    padding: 0 20px;
  }
}
.card--08 .card__description {
  margin: 9px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .card--08 .card__description {
    margin: 16px 0 0 0;
  }
}
.card--09 .card__wrap {
  padding: 24px 16px 71px 16px;
}
@media screen and (min-width: 1100px) {
  .card--09 .card__wrap {
    height: 0;
    border-width: 4px;
    padding: 20px 15px 121% 15px;
  }
}
@media screen and (min-width: 1440px) {
  .card--09 .card__wrap {
    padding: 20px 15px 145% 15px;
  }
}
@media screen and (min-width: 1100px) {
  .card--09 .card__title {
    margin: 14px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--09 .card__title {
    margin: 11px 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .card--09 .card__description {
    margin: 8px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--09 .card__description {
    margin: 16px 0 0 0;
  }
}
.card--10:first-child {
  margin: 36px 0 26px 0;
}
@media screen and (min-width: 1100px) {
  .card--10:first-child {
    margin: 80px 0 26px 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--10:first-child {
    margin: 100px 0 26px 0;
  }
}
.card--10:last-child {
  margin: 26px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .card--10 .card__photo_wrap {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .card--10 .card__data_wrap {
    padding: 0 110px 0 0;
  }
}
.card--10 .card__overtitle {
  float: left;
}
.card--10 .card__title {
  float: left;
  clear: left;
  margin: 9px 0 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .card--10 .card__title {
    margin: 11px 0 0 0;
  }
}
.card--10 .card__subtitle {
  clear: left;
  float: left;
  padding: 0;
  margin: 7px 0 8px 0;
  background-color: #fff;
  color: #8f8f8f;
}
.card--10 .card__subtitle a {
  color: inherit;
}
.card--10 .card__description {
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .card--10 .card__description {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .card--10 .card__description {
    display: block;
    margin: 8px 0 0 0;
  }
}
.card--11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .card--11 {
    margin: 0;
    padding: 0;
  }
}
.card--11 .card__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  padding: 24px 18px 66% 18px;
  border: 3px solid #ededed;
  border-bottom: none;
}
@media screen and (min-width: 1100px) {
  .card--11 .card__wrap {
    height: 0;
    border-width: 4px;
    padding: 24px 18px 109% 18px;
  }
}
@media screen and (min-width: 1440px) {
  .card--11 .card__wrap {
    padding: 20px 18px 110% 18px;
  }
}
.card--11 .card__title {
  margin: 14px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .card--11 .card__title {
    -webkit-line-clamp: 4;
    max-height: 132px;
  }
}
@media screen and (min-width: 1440px) {
  .card--11 .card__title {
    margin: 11px 0 0 0;
    -webkit-line-clamp: 6;
    max-height: 264px;
  }
}
.card--11 .card__subtitle {
  padding: 0;
  margin: 6px 0 0 0;
  background-color: #fff;
  color: #8f8f8f;
}
.card--11 .card__subtitle a {
  color: inherit;
}
@media screen and (min-width: 1100px) {
  .card--11 .card__subtitle {
    margin: 6px 0 8px 0;
  }
}
.card--11 .card__description {
  display: none;
}
@media screen and (min-width: 1100px) {
  .card--11 .card__description {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.card--12, .card--12b {
  margin: 36px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .card--12, .card--12b {
    padding: 0;
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--12, .card--12b {
    margin: 100px 0 0 0;
  }
}
.card--12 .card__wrap, .card--12b .card__wrap {
  height: 0;
  padding: 20px 14px 66% 14px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1100px) {
  .card--12 .card__wrap, .card--12b .card__wrap {
    padding: 20px 20px 121% 20px;
  }
}
@media screen and (min-width: 1440px) {
  .card--12 .card__wrap, .card--12b .card__wrap {
    padding: 20px 20px 145% 20px;
  }
}
.card--12 .card__overtitle, .card--12b .card__overtitle {
  position: relative;
  left: -15px;
  padding: 0 10px 0 15px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .card--12 .card__overtitle, .card--12b .card__overtitle {
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--12 .card__overtitle, .card--12b .card__overtitle {
    padding: 0 10px 0 30px;
    left: -25px;
  }
}
.card--12 .card__title, .card--12b .card__title {
  margin: 15px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .card--12 .card__title, .card--12b .card__title {
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 1100px) {
  .card--12 .card__title, .card--12b .card__title {
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .card--12 .card__title, .card--12b .card__title {
    padding: 0 5px;
    margin: 21px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
.card--12b {
  position: relative;
}
.card--12b .card__subtitle {
  position: absolute;
  bottom: 20px;
  left: 14px;
  padding: 0;
  background-color: transparent;
  color: #8f8f8f;
}
.card--12b .card__subtitle a {
  color: #8f8f8f;
}
@media screen and (min-width: 540px) {
  .card--12b .card__subtitle {
    left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--12b .card__subtitle {
    bottom: 30px;
    left: 20px;
  }
}
.card--13 {
  padding: 0;
}
.card--13 .card__data_wrap {
  bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .card--13 .card__data_wrap {
    bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .card--13 .card__data_wrap {
    bottom: 20px;
  }
}
.card--13 .card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media screen and (min-width: 1100px) {
  .card--13 .card__title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.card--14 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 76px;
  margin: 15px 0 0 0;
}
.card--14:first-child {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .card--14 {
    padding: 0;
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--14 {
    margin: 36px 0 0 0;
  }
}
.card--14 .card__data_wrap {
  position: relative;
  padding: 0 0 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card--14 .card__position {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 0 0 0 20px;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 76px;
  line-height: 7.6rem;
  letter-spacing: -0.01em;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.card--14 .card__position:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  border: 3px solid #fff200;
  border-right: none;
}
.card--14 .card__title {
  margin: 4px 0 8px 0;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .card--14 .card__title {
    margin: 4px 0 10px 0;
  }
}
.card--14 .card__section {
  margin: 0 20px 0 0;
  font: normal 300 100% "Roboto Slab", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
  line-height: 1.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.card--14 .card__meta {
  clear: both;
}
.card--14 .card__views {
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
  line-height: 1.9rem;
  letter-spacing: 0.05em;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.card--14 .card__views span {
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
}
.card--15 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 15px;
}
.card--15:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.card--15:first-child {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .card--15 {
    width: 50%;
    margin: 30px 0 0 0;
    display: block;
    float: left;
  }
  .card--15:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .card--15:nth-child(even) {
    padding: 0 0 0 15px;
  }
  .card--15:nth-child(-n+2) {
    margin: 0;
  }
}
.card--15 .card__wrap {
  position: relative;
  background-color: #fff;
}
.card--15 .card__wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.card--15 .card__data_wrap {
  width: 100%;
  padding: 0 110px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .card--15 .card__data_wrap {
    padding: 0 222px 0 0;
  }
}
.card--15 .card__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .card--15 .card__photo {
    position: relative;
    float: right;
    width: 192px;
    height: 192px;
  }
}
.card--15 .card__overtitle {
  padding: 0 10px 0 14px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .card--15 .card__overtitle {
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--15 .card__overtitle {
    position: relative;
    left: -10px;
    margin: 20px 0 0 0;
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .card--15 .card__overtitle {
    padding: 0 10px 0 40px;
  }
}
.card--15 .card__title {
  padding: 0 0 0 14px;
  margin: 9px 0 7px 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .card--15 .card__title {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--15 .card__title {
    padding: 0 0 0 20px;
    margin: 16px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--15 .card__title {
    padding: 0 0 0 30px;
    margin: 18px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.card--15 .card__subtitle {
  padding: 0 10px 0 14px;
  margin: 0 0 13px 0;
  background-color: transparent;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #8f8f8f;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .card--15 .card__subtitle {
    padding: 0 10px 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .card--15 .card__subtitle {
    padding: 0 0 0 20px;
    margin: 13px 0 7px 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--15 .card__subtitle {
    padding: 0 0 0 30px;
    margin: 7px 0 9px;
  }
}
.card--15 .card__subtitle a {
  color: #8f8f8f;
}
.card--16 {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 24px 0;
  margin: 0 0 25px 0;
}
.card--16:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
@media screen and (min-width: 1100px) {
  .card--16 {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.card--16.card--last {
  border: none;
  margin: 0;
  padding: 0;
}
.card--16 .card__link--photo {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .card--16 .card__link--photo {
    width: 100%;
    height: auto;
    float: none;
  }
}
@media screen and (min-width: 1100px) {
  .card--16 .card__link--data {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .card--16 .card__figure {
    width: 100%;
    height: auto;
    float: none;
  }
}
.card--16 .card__overtitle {
  height: auto;
  line-height: 21px;
  line-height: 2.1rem;
  border-bottom: none;
  -webkit-line-clamp: 2;
  max-height: 42px;
}
@media screen and (min-width: 1100px) {
  .card--16 .card__overtitle {
    margin: 15px 0 0 0;
    -webkit-line-clamp: 1;
    max-height: 24px;
    height: 24px;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .card--16 .card__overtitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.card--16 .card__overtitle span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0;
  line-height: 1;
  color: black;
  background: white;
  border-bottom: 3px solid #e3e3e3;
}
.card--16 .card__title {
  margin: 8px 0 0 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 96px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .card--16 .card__title {
    margin: 14px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    max-height: 104px;
  }
}
.card--16a .card__photo_wrap {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .card--16a .card__photo_wrap {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1100px) {
  .card--16a .card__card_title {
    margin: 11px 0 0 0;
  }
}
.card--16a .card__data_wrap {
  margin: -5px 0 0 0;
}
@media screen and (min-width: 1100px) {
  .card--16a .card__data_wrap {
    padding-right: 0;
  }
}
.card--17 {
  margin: 0 0 23px 0;
  padding: 0 0 23px 0;
  border-bottom: 1px solid #e3e3e3;
}
.card--17:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.card--17:last-of-type {
  margin: 0;
}
.card--17 .card__photo_wrap {
  float: right;
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 1100px) {
  .card--17 .card__photo_wrap {
    width: 297px;
    height: 198px;
    float: left;
  }
}
.card--17 .card__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 130px 0 0;
}
@media screen and (min-width: 1100px) {
  .card--17 .card__data_wrap {
    padding: 0 0 0 327px;
  }
}
.card--17 .card__data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.card--17 .card__link {
  width: 100%;
}
.card--17 .card__link--data {
  display: inline;
  float: left;
}
.card--17 .card__overtitle {
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .card--17 .card__overtitle {
    height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
.card--17 .card__title {
  margin: 9px 0 7px 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .card--17 .card__title {
    margin: 15px 0 6px 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 64px;
    overflow: hidden;
  }
}
.card--17 .card__subtitle {
  padding: 0;
  background-color: transparent;
  float: left;
  color: #8f8f8f;
}
.card--17 .card__subtitle a {
  color: #8f8f8f;
}
body.search .card--17 .card__subtitle {
  display: none;
}
.card--17 .card__description_wrap {
  display: none;
}
@media screen and (min-width: 1100px) {
  .card--17 .card__description_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 8px 0 0 0;
    float: left;
  }
}
.card--17 .card__description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1100px) {
  .card--17 .card__description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    overflow: hidden;
  }
}
.card--17 .card__time {
  display: none;
}
.card--18 .card__wrap {
  display: table;
  width: 100%;
  margin: 16px 0;
}
@media screen and (min-width: 1100px) {
  .card--18 .card__wrap {
    padding-left: 25px;
  }
}
.card--18 .card__data_wrap {
  display: table-cell;
  vertical-align: middle;
}
.card--18 .card__photo_wrap {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 1100px) and (max-width: 1439px) {
  .card--18 .card__photo_wrap {
    width: 70px;
    height: 70px;
  }
}
.card--18 .card__link {
  float: none;
}
.card--18 .card__title {
  padding: 0 19px;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
.card--18 .card__section {
  display: block;
  padding: 10px 19px 0;
  font: normal 300 100% "Roboto Slab", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.card--18a .card__photo_wrap {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
}
.card--18a .card__data_wrap {
  padding-right: 110px;
}
.card--18a .card__wrap {
  display: block;
  padding: 10px 0;
}
.card--18a .card__title {
  padding-top: 15px;
  padding-left: 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1100px) {
  .card--18a .card__title {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .card--18a .card__title {
    padding-top: 15px;
  }
}
.card--19 .card__photo_wrap {
  float: right;
  width: 100px;
  height: 100px;
  margin: 30px 0 15px;
}
@media screen and (min-width: 1100px) {
  .card--19 .card__photo_wrap {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    clear: both;
  }
}
.card--19 .card__data_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 110px 0 0;
}
@media screen and (min-width: 1100px) {
  .card--19 .card__data_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .card--19 .card__link {
    float: none;
  }
}
@media screen and (max-width: 1100px) {
  .card--19 .card__link--data {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1100px) {
  .card--19 .card__overtitle {
    margin: 13px 0 14px 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--19 .card__overtitle {
    margin: 13px 0 15px 0;
  }
}
@media screen and (min-width: 1440px) {
  .card--19 .card__description_wrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .card--19 .card__description_wrap {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1440px) {
  .card--19 .card__description_wrap {
    margin-top: 10px;
  }
}
.card--19 .card__description {
  display: inline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 1100px) {
  .card--19 .card__description {
    display: inline;
  }
}
@media screen and (min-width: 1100px) {
  .card--19 .card__description {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 10;
    max-height: 54px;
  }
}
@media screen and (min-width: 1440px) {
  .card--19 .card__description {
    font-size: 15px;
    line-height: 20px;
    min-height: 60px;
  }
}
.card--19 .card__title {
  padding-top: 7px;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -10;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
}
@media screen and (min-width: 1100px) {
  .card--19 .card__title {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .card--19 .card__title {
    font-size: 22px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
  }
}
.card--20 {
  margin: 0 0 23px 0;
  padding: 0 0 23px 0;
  border-bottom: 1px solid #e3e3e3;
}
.card--20:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.card--20:last-of-type {
  margin: 0;
}
.card--20 .card__photo_wrap {
  margin: 7px 0 7px 0;
  float: right;
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__photo_wrap {
    width: 297px;
    height: 198px;
    float: left;
  }
}
.card--20 .card__data_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 130px 0 0;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__data_wrap {
    padding: 0 0 0 327px;
  }
}
.card--20 .card__data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.card--20 .card__link {
  width: 100%;
}
.card--20 .card__link--data {
  display: inline;
  float: left;
}
.card--20 .card__overtitle {
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__overtitle {
    height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
.card--20 .card__title {
  margin: 9px 0 7px 0;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__title {
    margin: 15px 0 6px 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 64px;
    overflow: hidden;
  }
}
.card--20 .card__subtitle {
  padding: 0;
  background-color: transparent;
  float: left;
  color: #8f8f8f;
}
.card--20 .card__subtitle a {
  color: #8f8f8f;
}
body.search .card--20 .card__subtitle {
  display: none;
}
.card--20 .card__description_wrap {
  display: none;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__description_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 8px 0 0 0;
    float: left;
  }
}
.card--20 .card__description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    overflow: hidden;
  }
}
.card--20 .card__time {
  display: inline-block;
  margin: 2px 0 0 0;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #8f8f8f;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
@media screen and (min-width: 1100px) {
  .card--20 .card__time {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 11px 0 0 0;
  }
}
.card--21 {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card--21:nth-of-type(odd) {
  padding-right: 22px;
}
@media screen and (min-width: 1440px) {
  .card--21:nth-of-type(odd) {
    padding-right: 50px;
  }
}
.card--21:nth-of-type(3), .card--21:nth-of-type(4) {
  margin-top: 25px;
}
@media screen and (min-width: 1100px) {
  .card--21 .card__title {
    font: normal 700 100% "Raleway", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0em;
    overflow: hidden;
    min-height: 44px;
    max-height: 44px;
    padding-bottom: 10px;
  }
}
.card--21 .card__section {
  font: normal 300 100% "Roboto Slab", sans-serif;
}
@media screen and (min-width: 1100px) {
  .card--21 .card__section {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 15px;
  }
}
.card--21 .card__meta,
.card--21 .card__link {
  float: none;
}
.card--21 .card__views {
  font: normal 400 100% "Raleway", sans-serif;
}
@media screen and (min-width: 1100px) {
  .card--21 .card__views {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
}
.card--related .card__photo_wrap {
  display: block;
  width: 82px;
  height: 82px;
  margin-right: 12px;
  min-width: 82px;
  max-width: 82px;
}
.card--related .card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card--related .card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2c3f4a;
}
.card--columnists .card__figure img, .card--columnists .card__figure::after {
  border-radius: 100%;
}
.card--latest .card__photo_wrap {
  display: block;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
  clear: both;
}
.card--latest .card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2c3f4a;
  margin-bottom: 32px;
}
.card--latest .card__overtitle {
  display: block;
  margin-bottom: 4px;
  margin-top: 12px;
}
.card--latest .card__separator--latest {
  margin: 0 0 24px;
}
.card--breaking .card__overtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background-color: #008bd2;
  padding: 4px 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.card--breaking .card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}
.card--breaking .card__data {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(34.3%, rgba(0, 0, 0, 0)), color-stop(63%, rgba(0, 0, 0, 0)), color-stop(96.78%, rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 34.3%, rgba(0, 0, 0, 0) 63%, rgb(0, 0, 0) 96.78%);
  /*&::before {
    content: "SKANDALOZNO";
    @include barlow-headline1-semibold;
    color: $white;
    background-color: #bd2525;
    padding: 4px 8px;
    position: absolute;
    top: 24px;
    left: 32px;
  }*/
}
.card--search .card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.card--search .card__overtitle {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #008bd2;
  margin: 0;
}
.card--search .card__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2c3f4a;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.card--search .card__photo_wrap {
  width: 200px;
  height: 112.5px;
  margin-right: 12px;
}
.card--search .card__photo_wrap img {
  width: 200px;
  height: 112.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--search .card__time {
  display: block;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #768a96;
  text-transform: lowercase;
}
.card--search .card__data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #e0e6ea;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 7px;
}
.card--search .card__data_wrap span.card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rubric-9 .position--H1,
.rubric-9 .position--H2,
.rubric-9 .position--F1,
.rubric-9 .position--F2,
.rubric-7 .position--H1,
.rubric-7 .position--H2,
.rubric-7 .position--F1,
.rubric-7 .position--F2 {
  margin-bottom: 20px;
}

.frontpage__rx2d .card__img {
  aspect-ratio: 530/298;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx2-1_2--big .card__img {
  aspect-ratio: 750/421;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx2-1_2--small .card__img {
  aspect-ratio: 310/174;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx1-1_1 .card__img {
  aspect-ratio: 530/298;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx2-1_2--kolumn .card__img {
  aspect-ratio: 750/422;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx2-1_4r .position--B1 .card__img {
  aspect-ratio: 530/298;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpage__rx2-1_4r .card__img {
  aspect-ratio: 530/298;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx3 .card__img,
.frontpage__rx3d .card__img {
  aspect-ratio: 346/195;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__rx4 .card__img {
  aspect-ratio: 255/143;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage__breaking .card__img {
  aspect-ratio: 1080/607;
  -o-object-fit: cover;
     object-fit: cover;
}

.kolumn__3x3 .card__img {
  aspect-ratio: 248/139;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest_section__content {
  row-gap: 24px;
}
.latest_section__content .card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.latest_section__content .card__figure picture img {
  height: auto !important;
  aspect-ratio: 255/143 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest_section__content .card__separator {
  margin: 0;
}

.latest_section__content .card,
.latest_section__content .card__wrap,
.frontpage__rx3 .card,
.frontpage__rx3 .card__wrap,
.frontpage__rx4 .card,
.frontpage__rx4 .card__wrap,
.frontpage__rx1rd .card,
.frontpage__rx1rd .card__wrap {
  height: 100%;
}
.latest_section__content .card__wrap,
.frontpage__rx3 .card__wrap,
.frontpage__rx4 .card__wrap,
.frontpage__rx1rd .card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.latest_section__content .card__data_wrap,
.frontpage__rx3 .card__data_wrap,
.frontpage__rx4 .card__data_wrap,
.frontpage__rx1rd .card__data_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.frontpage__rx3d .card,
.frontpage__rx3d .card__wrap {
  height: 100%;
}
.frontpage__rx3d .card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.frontpage__rx3d .card__description_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card:hover .card__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 103, 156, 0.15);
  z-index: 2;
  display: block;
}
.card:hover .card__title {
  color: #004b71;
}

.article .kolumn_in_article .card {
  pointer-events: none;
}
.article .kolumn_in_article .card:hover .card__figure::after {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .kolumn_in_article__container {
    padding: 0 !important;
  }
}

.frontpage__breaking .card:hover .card__overtitle,
.frontpage__breaking .card:hover .card__title {
  z-index: 3;
}
.frontpage__breaking .card:hover .card__title {
  color: white;
}

.frontpage__breaking .exclusive_label {
  position: absolute;
  top: 24px;
  left: 32px;
  padding: 15px 8px;
  background-color: #d04747;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 17px;
  text-transform: uppercase;
  color: white;
}

.container_specials {
  background: #1e1e1e;
}

.container_multimedia {
  background: #1e1e1e;
}
.container_multimedia .card__title {
  color: #fff;
}

.container_latest {
  background: #ffef99;
}

body.section--special .content__wrap:before {
  display: none;
}
@media screen and (min-width: 768px) {
  body.section--special .content__wrap:before {
    display: none;
  }
}

.special_widget {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .special_widget__outer_wrap {
    padding: 0 15px;
  }
}
.special_widget__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1100px) {
  .special_widget__background {
    background-position: left top;
  }
}
@media screen and (min-width: 1440px) {
  .special_widget__background {
    background-size: cover;
  }
}
.special_widget__background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
  background: rgb(0, 0, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0.56;
}
.special_widget__inner_wrap {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  padding: 0 0 100%;
  text-align: center;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .special_widget__inner_wrap {
    padding: 0 0 56.25%;
  }
}
@media screen and (min-width: 1100px) {
  .special_widget__inner_wrap {
    position: static;
    text-align: left;
    padding: 0 30px 42.5531%;
  }
}
@media screen and (min-width: 1440px) {
  .special_widget__inner_wrap {
    padding: 0 60px 42.5531%;
  }
}
.special_widget__title_wrap {
  padding: 30px 14px 0;
}
@media screen and (min-width: 540px) {
  .special_widget__title_wrap {
    padding: 30px 30px 0;
  }
}
@media screen and (min-width: 1100px) {
  .special_widget__title_wrap {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .special_widget__title_wrap {
    padding: 60px 0 0 0;
  }
}
.special_widget__overtitle {
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  margin: 0;
  background-color: #fff200;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e1e1e;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special_widget__overtitle:hover {
  color: #575757;
}
@media screen and (min-width: 1440px) {
  .special_widget__overtitle {
    height: 31px;
    padding: 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 3.1rem;
    letter-spacing: 0.2em;
  }
}
.special_widget__title {
  position: relative;
  margin: 0;
  padding: 0 10px;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.01em;
  color: #1e1e1e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special_widget__title:hover {
  color: #575757;
}
.special_widget__title a {
  display: inline;
  padding: 2px 10px;
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: inherit;
}
@media screen and (min-width: 1100px) {
  .special_widget__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 250px 0 0;
    margin: 3px 0 0 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .special_widget__title {
    padding: 0 440px 0 0;
    margin: 4px 0 0 0;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 60px;
    line-height: 6rem;
  }
  .special_widget__title a {
    padding: 2px 20px;
  }
}
.special_widget .btn {
  position: absolute;
  bottom: 30px;
  left: 14px;
  right: 14px;
  display: block;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 540px) {
  .special_widget .btn {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .special_widget .btn {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: auto;
    margin: 33px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .special_widget .btn {
    height: 50px;
    margin: 54px 0 0 0;
    padding: 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.article_list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 20px 14px;
  background-color: #1e1e1e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .article_list {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .article_list {
    position: absolute;
    bottom: 31px;
    left: 30px;
    right: 30px;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .article_list {
    bottom: 61px;
    left: 60px;
    right: 40px;
  }
}
.article_list__item {
  position: relative;
  padding: 0 0 0 14px;
  margin: 20px 0 0 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article_list__item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 3px;
  background-color: #fff200;
}
.article_list__item:first-child {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .article_list__item {
    float: left;
    display: inline-block;
    width: 25%;
    margin: 0 0 0 12.5%;
  }
  .article_list__item:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .article_list__item {
    width: 25%;
    padding: 0 0 0 20px;
  }
}
.article_list__link {
  display: block;
}
.article_list__title {
  padding: 0;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  color: #fff;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
@media screen and (min-width: 1100px) {
  .article_list__title {
    display: inline;
    padding: 2px 5px;
    background-color: #1e1e1e;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .article_list__title:hover {
    background-color: #575757;
  }
}
@media screen and (min-width: 1440px) {
  .article_list__title {
    padding: 2px 9px;
  }
}

.special_sponsor {
  position: relative;
  top: -1px;
  background-color: #1e1e1e;
  text-align: center;
  padding: 13px 0 19px 0;
}
@media screen and (min-width: 1100px) {
  .special_sponsor {
    position: absolute;
    top: 18px;
    right: 30px;
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 1440px) {
  .special_sponsor {
    top: 28px;
    right: 40px;
  }
}
.special_sponsor__link {
  display: block;
}
.special_sponsor__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 23px;
  padding: 0 9px;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1e1e1e;
  text-transform: uppercase;
}
.special_sponsor__figure {
  position: relative;
  top: -11px;
  z-index: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 12.5px;
  background-color: #fff;
}
.special_sponsor__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .special_sponsor__figure {
    width: 160px;
    height: 160px;
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .special_sponsor__figure {
    width: 200px;
    height: 200px;
    padding: 25px;
  }
}

.newsletter {
  position: relative;
  margin: 40px 0 0 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1100px) {
  .newsletter {
    margin: 80px 0 0 0;
  }
}
.newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 244px;
  right: 20px;
  border: solid #fe6a52;
  border-width: 3px 3px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 347px) {
  .newsletter:before {
    bottom: 228px;
  }
}
@media screen and (min-width: 540px) {
  .newsletter:before {
    left: 30px;
    bottom: 228px;
    right: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .newsletter:before {
    left: 20px;
    bottom: 244px;
    right: 20px;
  }
}
.newsletter__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 29px 0 25px 0;
  color: #1e1e1e;
  font: normal 900 100% "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .newsletter__title {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .newsletter__title {
    margin: 27px 0 24px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .newsletter__title {
    margin: 27px 0 24px 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.newsletter__title span {
  display: block;
}
.newsletter__figure {
  display: block;
  margin: 0;
}
.newsletter__figure img {
  width: 100%;
  height: auto;
}
.newsletter__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  margin: 25px 0 26px 0;
  color: #1e1e1e;
  font: normal 300 100% "Roboto Slab", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .newsletter__text {
    padding: 0 35px 0 30px;
  }
}
.newsletter .form {
  padding: 0 14px;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .newsletter .form {
    padding: 0 29px;
  }
}
.newsletter .form.is_hidden {
  display: none;
}
.newsletter .form__row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.newsletter .form__input_wrap {
  position: relative;
}
.newsletter .form__input_wrap:before {
  content: "\e910";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 48px;
  color: #fe6a52;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 48px;
  line-height: 4.8rem;
}
.newsletter .btn {
  width: 100%;
  margin: 0 0 45px 0;
  border: none;
}
.newsletter form {
  position: relative;
  top: -34px;
  margin: 56px 0 0;
  padding: 0 20px;
}
.newsletter form .af-form-wrapper,
.newsletter form .af-form,
.newsletter form .af-header,
.newsletter form .af-body,
.newsletter form .af-footer {
  background: transparent;
}
.newsletter form .previewLabel {
  display: block;
  margin: -3px 0 0;
  padding: 0 12px;
  color: #373737;
  font: normal 700 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
}
.newsletter form .af-textWrap {
  position: relative;
}
.newsletter form .af-textWrap input.text:focus {
  border: 1px solid #4c4c4c;
}
.newsletter form .af-textWrap input.text.error {
  position: relative;
  top: 0;
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #e0210b;
}
.newsletter form .af-textWrap label.error {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 11px 6px;
  color: #fff;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0.00025em;
  background: #f24a30;
}
.newsletter form input[type=text] {
  height: 40px;
  padding: 0 10px;
  font: normal 400 100% "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  background-color: transparent;
  border: none;
}
.newsletter form input[type=text].newsletter__textfield {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.newsletter form input[type=text].newsletter__textfield::-webkit-input-placeholder {
  color: #8f8f8f;
  opacity: 1 !important;
}
.newsletter form input[type=text].newsletter__textfield:-moz-placeholder {
  color: #8f8f8f;
  opacity: 1 !important;
}
.newsletter form input[type=text].newsletter__textfield::-moz-placeholder {
  color: #8f8f8f;
  opacity: 1 !important;
}
.newsletter form input[type=text].newsletter__textfield:-ms-input-placeholder {
  color: #8f8f8f;
}
.newsletter form input[type=submit] {
  position: relative;
  top: 24px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 26px 0;
  padding: 0 20px;
  color: #ffffff;
  font: normal 800 100% "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  overflow: hidden;
  background: #fe6a52;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.newsletter form input[type=submit].submit--nl {
  float: left;
}
.newsletter form input[type=submit].is_disabled {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(254, 106, 82, 0.9);
}
.newsletter form .af-element {
  padding-left: 0;
  padding-right: 0;
}
.newsletter form .af-header {
  display: none;
}
.newsletter form .checkbox_holder {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.newsletter form .checkbox_holder .checkbox {
  position: absolute;
  opacity: 0;
}
.newsletter form .checkbox_holder .checkbox + label {
  position: relative;
  top: 1px;
  cursor: pointer;
  float: left;
  width: 100%;
  padding-top: 11px;
  color: #1e1e1e;
  font: normal 400 100% "Merriweather", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.newsletter form .checkbox_holder .checkbox + label a {
  display: inline-block;
  color: #1e1e1e;
  text-decoration: underline;
}
.newsletter form .checkbox_holder .checkbox + label span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 23px);
  padding-left: 10px;
}
.newsletter form .checkbox_holder .checkbox + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-left: 1px;
  background: #fff;
  border: 2px solid #1e1e1e;
  border-radius: 2px;
}
.newsletter form .checkbox_holder .checkbox:checked + label:before {
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
}
.newsletter form .checkbox_holder .checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pieces_widget {
  padding: 0 14px;
  margin: 40px 0 50px 0;
}
@media screen and (min-width: 540px) and (max-width: 1099px) {
  .pieces_widget {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .pieces_widget {
    padding: 0;
    margin: 80px 0 0 0;
  }
}
.pieces_widget__item {
  margin: 0;
}
.pieces_widget__desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .pieces_widget__desc {
    margin: 80px 0 0;
  }
}
.pieces_widget__figure {
  padding: 10px;
  background-color: #f4f4f4;
}
.pieces_widget__figure:hover .pieces_widget__figure_more:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pieces_widget__figure_more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 60px;
  margin: auto;
  padding: 0;
}
.pieces_widget__figure_more:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff200;
  z-index: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.pieces_widget__figure_more i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: none;
  z-index: 1;
  color: #1e1e1e;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 60px;
  text-align: center;
}
.pieces_widget__img {
  width: 100%;
  height: auto;
}
.pieces_widget .btn {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

body.sport_omni_wrapper .header__navigation-list-item--active a {
  color: #188161;
  border-color: #188161;
}
body.sport_omni_wrapper .card--breaking .card__overtitle {
  background-color: #009c6d;
}
body.sport_omni_wrapper .card--latest .card__overtitle {
  color: #009c6d;
}
body.sport_omni_wrapper .section_link {
  border-color: #188161;
}
body.sport_omni_wrapper .section_link__text {
  color: #188161;
}
body.sport_omni_wrapper .section_link__img path {
  fill: #188161;
}

@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerif-Medium.woff2") format("woff2");
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow-article";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #2c3f4a;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  padding: 0;
  margin: 0;
  color: #2c3f4a;
}

h1 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
}

h2 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
}

h4 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

h5 {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

p {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 32px;
}

ul {
  list-style-type: none;
}

blockquote {
  display: block;
  float: right;
  white-space: normal;
  max-width: 48%;
  border-left: 4px solid #00a9ff;
  padding-left: 12px;
  margin: 12px 0 12px 20px;
}
blockquote p {
  margin: 0;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #004b71;
  font-family: "Noto Serif" !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 1100px) {
  blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:active,
a:visited {
  outline: 0;
}

.sc-btn {
  padding: 12px 20px;
  background: #008bd2;
  border-radius: 4px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}

.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-loaded,
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-demo,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-demo,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-demo,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-loaded,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-demo,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-loaded,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-demo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding-left: 0;
}
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-demo .sb-ad-content {
  position: relative;
  cursor: auto;
}
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close {
  cursor: pointer;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvJJREFUeNpiYEAARgY0kKCgoPC/oKDgP5DtAFYBEkAGTEDB/wEBAWDliYmJKNodYKqAbHWAAEKWYEbmsEFVwFQygszMYGRkZDAwMGAA0UDgCCKSQKqQsCVIkAmkbcOGDf+fPHnyGiQAEEAoZgOxCRDnVVZWLoeaoArShKzIBOYAdAwVlwCpZgaaUAx1DNhhEDkIOHjwIIiygvFVsZkoICAAcyM/I1qoiwOxFhALAPFzIL4GxB9BkgABxMyACZiwiMGDFGaaZ3p6eiE7O7vV48ePQeIga38ha1D9CwQPHjxA8W1bW9taIFsQpoi9tbV1LdC3GJ758OEDiI6GpRpFmI+BaQEsiRwCb9++/QykuUAKdZAlQABqEnKAC4B8+A7ZsYaGhii+PXLkCCiIvoPYLECcc+HCBVzR54asUTg5OXkGSOLAgQP/Qb6HKooFeRY9D3AAsRrIc0D8G4hvAPEjIP4DkgQIQEi1pCAMA9FGQTdK8ASCW8ELdCtu3diV+670DD2Jp8kV6kGK7qyfeeUNxjjVBwMJJJPJe2/GZTYcbTeRmPLXA5J/lbiw7jb7AcfX4dUCGjx7QGoPEjm+Z9lDLVFAcVyyBI0DZALgCuSzmDeJEjsciO2j4uvaegSoqgqduKJyXbnLsixPVs+okxRpUqjIe1s1Dja3uq6/hgG61nvfrZuma69MEnyckfmmSwh21w2UXIPsvllhBSYnzx8lFqk4SJqj5dI+6EsUmXWu/FnTYUbV9iBbq1aEEM6saMNE49jP7o8vhzT4iPuWXKFDHtallwCMVj1LA0EQzSVRI7ERC8FCKwUbQbDxLO5ASW2hVQjcDzA/6MD/dGBxtZWIyNn4gRYX9x1vjsk6m3NgIIS92Z2P994Met0mgaPePw9bhnpssq5bfCFe9EnYvfOli66AqOEYzM/67MdxfJQkyUFVVR95nj+4/56cPzoHu74x/UWoITvE553fDG3AOWBK3I+sTCN2N5WxgVGhW4dIC7cB81ByBl33A+KWUyFFi0W1A34q6C2JZWl0ULNp10BbQZn+mTCxdPQEQ2zBTpOBZh64ovYb1r8xdPXSwrFmGGEdHVQWHywT4AlJG4p9LYJipSVmlQPmdPre/T7GpPQ5Lg1i3AdLnXLNaWmr2a7S1ERBXdcDYZo+8fkl/KcNF4APJWhRFH/OwMqyfNbIQXfOwSJ+DbMsa9OU9AN8iEVsTyME5Di3hnmVKwW8Iu5bA89PsG/hEHavrmCiepTTQ59ghySDWQh2lnBxobrwX9cuWFyNZ/JSkVWMk6ibGPU4DQm9QHCDLwW9z6VRemOgBk8pE9t+sChArmPevMuPRpRINODV+Qumyvm3z4WraB03r5GahvzwR+mvSaq/ArRiRrtJBFEYdldoqQFrlzVFSMWYEBMSfAD3znDnpe1V06TpNe07cNW+BI/gG3ArDyC33GCCXtgY01RjY8k6f/Of5nQ6syzoJBNY2J1zdmbOf74zufKE45lARdhDGgzVeClTxjWNz3md+hxZNke5kl6Ba7ZBXCxzqjc4xUWVROdMNb8Z1T+Z137x+ko5n67ioMxSkc48Nj0y/Sl7ZDbPm263+7rdbj+PoqjsGsTkyUsjG5+Hw+Gnfr8/Is9/Y8f3Czr9xze7QcZegdHY9Gem75iwSIyR941GI7YfmE6nD0w43YqpEYIbxms2m/cGn81m5+blPgwGg49M7F+5sS+z+EZHSIWhh4A/0DlaUsAy8qZ10yZhCssBbTVpu5Dl3CZlDbrQ04ID6csjkYs6xhAZRWO526PNFn0ouJa1wiQAIT/WmLTKjOUlc5VAjmn7JX0JbZmu88ThSCtqlnNIh7LsmlU0YuCePE4S2o/oQ11DUsAoRan6zpDqmc4jWdRl7ylcu37LqhcFtNCSJDnF0QOXuiKHOaHSuJKBqlfiuV192biDaEXpL4QCWtEVHP7DPbjX1xD90oxk1aira1JwhEr1bxR/Mpl8d5SDzgZcwkuIU3cAxPyG/1xI5c2FYaizzh0tfETsfAsE1QECNHUtDfDVtZSupbf52cZeFSgn9OEFfQq0xFRZ2u8KtC/ah+Koa4/hN59jrv1HrNmlD1VbaoSNaiwz9vXJyqKNvmy3Z5nlzT5t1+yy2z762Sac7YH65ORGxPpfHMWzWqQxNslyjza3feWnfci1xVAHkh4iJWlHZemhY749KnsM9+ilFMeY5g5po0Wba3kIS1ivxL3QYq7EW/awHFnFeNaBG5eyx7ESjl2lrdC3rIvAVDRSsGuT9eUTXpeNuNc7nU6MEi+O4xKOI8bj8floNPpCSrkggv/gCbJglnBh+j+IOlAELUdB6/wsKqoWor5WSH9l4f08L1mvgvy+MQIL+VP1feX2F5Axh7EWPB2fAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  margin-left: auto;
}
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-mega-floating-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-mega-floating-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-floating-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-floating-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-half-page-naslovnica .sb-ad-demo .sb-ad-content {
  background-color: white;
}

@media screen and (max-width: 350px) {
  .sb-ad--id-mobile-half-page-naslovnica .sb-ad-content {
    scale: 0.8;
  }
}
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-loaded,
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-demo,
.sb-ad--id-desktop-ticker-clanak .sb-ad-loaded,
.sb-ad--id-desktop-ticker-clanak .sb-ad-demo,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-demo,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-loaded,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-demo,
.sb-ad--id-mobile-ticker-clanak .sb-ad-loaded,
.sb-ad--id-mobile-ticker-clanak .sb-ad-demo,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-demo,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-loaded,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-demo,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-demo,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-loaded,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-demo,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-loaded,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-demo,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-demo {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-ticker-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-ticker-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-ticker-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-ticker-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  position: relative;
  cursor: auto;
}
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-ticker-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-ticker-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-ticker-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-ticker-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close {
  cursor: pointer;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvJJREFUeNpiYEAARgY0kKCgoPC/oKDgP5DtAFYBEkAGTEDB/wEBAWDliYmJKNodYKqAbHWAAEKWYEbmsEFVwFQygszMYGRkZDAwMGAA0UDgCCKSQKqQsCVIkAmkbcOGDf+fPHnyGiQAEEAoZgOxCRDnVVZWLoeaoArShKzIBOYAdAwVlwCpZgaaUAx1DNhhEDkIOHjwIIiygvFVsZkoICAAcyM/I1qoiwOxFhALAPFzIL4GxB9BkgABxMyACZiwiMGDFGaaZ3p6eiE7O7vV48ePQeIga38ha1D9CwQPHjxA8W1bW9taIFsQpoi9tbV1LdC3GJ758OEDiI6GpRpFmI+BaQEsiRwCb9++/QykuUAKdZAlQABqEnKAC4B8+A7ZsYaGhii+PXLkCCiIvoPYLECcc+HCBVzR54asUTg5OXkGSOLAgQP/Qb6HKooFeRY9D3AAsRrIc0D8G4hvAPEjIP4DkgQIQEi1pCAMA9FGQTdK8ASCW8ELdCtu3diV+670DD2Jp8kV6kGK7qyfeeUNxjjVBwMJJJPJe2/GZTYcbTeRmPLXA5J/lbiw7jb7AcfX4dUCGjx7QGoPEjm+Z9lDLVFAcVyyBI0DZALgCuSzmDeJEjsciO2j4uvaegSoqgqduKJyXbnLsixPVs+okxRpUqjIe1s1Dja3uq6/hgG61nvfrZuma69MEnyckfmmSwh21w2UXIPsvllhBSYnzx8lFqk4SJqj5dI+6EsUmXWu/FnTYUbV9iBbq1aEEM6saMNE49jP7o8vhzT4iPuWXKFDHtallwCMVj1LA0EQzSVRI7ERC8FCKwUbQbDxLO5ASW2hVQjcDzA/6MD/dGBxtZWIyNn4gRYX9x1vjsk6m3NgIIS92Z2P994Met0mgaPePw9bhnpssq5bfCFe9EnYvfOli66AqOEYzM/67MdxfJQkyUFVVR95nj+4/56cPzoHu74x/UWoITvE553fDG3AOWBK3I+sTCN2N5WxgVGhW4dIC7cB81ByBl33A+KWUyFFi0W1A34q6C2JZWl0ULNp10BbQZn+mTCxdPQEQ2zBTpOBZh64ovYb1r8xdPXSwrFmGGEdHVQWHywT4AlJG4p9LYJipSVmlQPmdPre/T7GpPQ5Lg1i3AdLnXLNaWmr2a7S1ERBXdcDYZo+8fkl/KcNF4APJWhRFH/OwMqyfNbIQXfOwSJ+DbMsa9OU9AN8iEVsTyME5Di3hnmVKwW8Iu5bA89PsG/hEHavrmCiepTTQ59ghySDWQh2lnBxobrwX9cuWFyNZ/JSkVWMk6ibGPU4DQm9QHCDLwW9z6VRemOgBk8pE9t+sChArmPevMuPRpRINODV+Qumyvm3z4WraB03r5GahvzwR+mvSaq/ArRiRrtJBFEYdldoqQFrlzVFSMWYEBMSfAD3znDnpe1V06TpNe07cNW+BI/gG3ArDyC33GCCXtgY01RjY8k6f/Of5nQ6syzoJBNY2J1zdmbOf74zufKE45lARdhDGgzVeClTxjWNz3md+hxZNke5kl6Ba7ZBXCxzqjc4xUWVROdMNb8Z1T+Z137x+ko5n67ioMxSkc48Nj0y/Sl7ZDbPm263+7rdbj+PoqjsGsTkyUsjG5+Hw+Gnfr8/Is9/Y8f3Czr9xze7QcZegdHY9Gem75iwSIyR941GI7YfmE6nD0w43YqpEYIbxms2m/cGn81m5+blPgwGg49M7F+5sS+z+EZHSIWhh4A/0DlaUsAy8qZ10yZhCssBbTVpu5Dl3CZlDbrQ04ID6csjkYs6xhAZRWO526PNFn0ouJa1wiQAIT/WmLTKjOUlc5VAjmn7JX0JbZmu88ThSCtqlnNIh7LsmlU0YuCePE4S2o/oQ11DUsAoRan6zpDqmc4jWdRl7ylcu37LqhcFtNCSJDnF0QOXuiKHOaHSuJKBqlfiuV192biDaEXpL4QCWtEVHP7DPbjX1xD90oxk1aira1JwhEr1bxR/Mpl8d5SDzgZcwkuIU3cAxPyG/1xI5c2FYaizzh0tfETsfAsE1QECNHUtDfDVtZSupbf52cZeFSgn9OEFfQq0xFRZ2u8KtC/ah+Koa4/hN59jrv1HrNmlD1VbaoSNaiwz9vXJyqKNvmy3Z5nlzT5t1+yy2z762Sac7YH65ORGxPpfHMWzWqQxNslyjza3feWnfci1xVAHkh4iJWlHZemhY749KnsM9+ilFMeY5g5po0Wba3kIS1ivxL3QYq7EW/awHFnFeNaBG5eyx7ESjl2lrdC3rIvAVDRSsGuT9eUTXpeNuNc7nU6MEi+O4xKOI8bj8floNPpCSrkggv/gCbJglnBh+j+IOlAELUdB6/wsKqoWor5WSH9l4f08L1mvgvy+MQIL+VP1feX2F5Axh7EWPB2fAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  margin-left: auto;
}
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-ticker-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-ticker-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-ticker-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-ticker-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  pointer-events: all;
  background-color: white;
}

@media screen and (max-width: 1330px) {
  .sb-ad--id-desktop-ticker-naslovnica .sb-ad-content,
  .sb-ad--id-desktop-ticker-clanak .sb-ad-content,
  .sb-ad--id-desktop-ticker-rubrika-podrubrika .sb-ad-content,
  .sb-ad--id-desktop-circular_ticker-naslovnica .sb-ad-content,
  .sb-ad--id-desktop-circular_ticker-clanak .sb-ad-content,
  .sb-ad--id-desktop-circular_ticker-rubrika-podrubrika .sb-ad-content {
    scale: 0.8;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@media screen and (max-width: 350px) {
  .sb-ad--id-mobile-ticker-naslovnica .sb-ad-content,
  .sb-ad--id-mobile-ticker-clanak .sb-ad-content,
  .sb-ad--id-mobile-ticker-rubrika-podrubrika .sb-ad-content,
  .sb-ad--id-mobile-circular_ticker-naslovnica .sb-ad-content,
  .sb-ad--id-mobile-circular_ticker-clanak .sb-ad-content,
  .sb-ad--id-mobile-circular_ticker-rubrika-podrubrika .sb-ad-content {
    scale: 0.8;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.sb-ad--id-mobile-article-leaderboard ins {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sb-ad--id-mobile-article-leaderboard .sb-ad-loaded,
.sb-ad--id-mobile-article-leaderboard .sb-ad-demo {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-loaded,
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-demo,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-loaded,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-demo,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-demo {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  position: relative;
  cursor: auto;
}
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close {
  cursor: pointer;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvJJREFUeNpiYEAARgY0kKCgoPC/oKDgP5DtAFYBEkAGTEDB/wEBAWDliYmJKNodYKqAbHWAAEKWYEbmsEFVwFQygszMYGRkZDAwMGAA0UDgCCKSQKqQsCVIkAmkbcOGDf+fPHnyGiQAEEAoZgOxCRDnVVZWLoeaoArShKzIBOYAdAwVlwCpZgaaUAx1DNhhEDkIOHjwIIiygvFVsZkoICAAcyM/I1qoiwOxFhALAPFzIL4GxB9BkgABxMyACZiwiMGDFGaaZ3p6eiE7O7vV48ePQeIga38ha1D9CwQPHjxA8W1bW9taIFsQpoi9tbV1LdC3GJ758OEDiI6GpRpFmI+BaQEsiRwCb9++/QykuUAKdZAlQABqEnKAC4B8+A7ZsYaGhii+PXLkCCiIvoPYLECcc+HCBVzR54asUTg5OXkGSOLAgQP/Qb6HKooFeRY9D3AAsRrIc0D8G4hvAPEjIP4DkgQIQEi1pCAMA9FGQTdK8ASCW8ELdCtu3diV+670DD2Jp8kV6kGK7qyfeeUNxjjVBwMJJJPJe2/GZTYcbTeRmPLXA5J/lbiw7jb7AcfX4dUCGjx7QGoPEjm+Z9lDLVFAcVyyBI0DZALgCuSzmDeJEjsciO2j4uvaegSoqgqduKJyXbnLsixPVs+okxRpUqjIe1s1Dja3uq6/hgG61nvfrZuma69MEnyckfmmSwh21w2UXIPsvllhBSYnzx8lFqk4SJqj5dI+6EsUmXWu/FnTYUbV9iBbq1aEEM6saMNE49jP7o8vhzT4iPuWXKFDHtallwCMVj1LA0EQzSVRI7ERC8FCKwUbQbDxLO5ASW2hVQjcDzA/6MD/dGBxtZWIyNn4gRYX9x1vjsk6m3NgIIS92Z2P994Met0mgaPePw9bhnpssq5bfCFe9EnYvfOli66AqOEYzM/67MdxfJQkyUFVVR95nj+4/56cPzoHu74x/UWoITvE553fDG3AOWBK3I+sTCN2N5WxgVGhW4dIC7cB81ByBl33A+KWUyFFi0W1A34q6C2JZWl0ULNp10BbQZn+mTCxdPQEQ2zBTpOBZh64ovYb1r8xdPXSwrFmGGEdHVQWHywT4AlJG4p9LYJipSVmlQPmdPre/T7GpPQ5Lg1i3AdLnXLNaWmr2a7S1ERBXdcDYZo+8fkl/KcNF4APJWhRFH/OwMqyfNbIQXfOwSJ+DbMsa9OU9AN8iEVsTyME5Di3hnmVKwW8Iu5bA89PsG/hEHavrmCiepTTQ59ghySDWQh2lnBxobrwX9cuWFyNZ/JSkVWMk6ibGPU4DQm9QHCDLwW9z6VRemOgBk8pE9t+sChArmPevMuPRpRINODV+Qumyvm3z4WraB03r5GahvzwR+mvSaq/ArRiRrtJBFEYdldoqQFrlzVFSMWYEBMSfAD3znDnpe1V06TpNe07cNW+BI/gG3ArDyC33GCCXtgY01RjY8k6f/Of5nQ6syzoJBNY2J1zdmbOf74zufKE45lARdhDGgzVeClTxjWNz3md+hxZNke5kl6Ba7ZBXCxzqjc4xUWVROdMNb8Z1T+Z137x+ko5n67ioMxSkc48Nj0y/Sl7ZDbPm263+7rdbj+PoqjsGsTkyUsjG5+Hw+Gnfr8/Is9/Y8f3Czr9xze7QcZegdHY9Gem75iwSIyR941GI7YfmE6nD0w43YqpEYIbxms2m/cGn81m5+blPgwGg49M7F+5sS+z+EZHSIWhh4A/0DlaUsAy8qZ10yZhCssBbTVpu5Dl3CZlDbrQ04ID6csjkYs6xhAZRWO526PNFn0ouJa1wiQAIT/WmLTKjOUlc5VAjmn7JX0JbZmu88ThSCtqlnNIh7LsmlU0YuCePE4S2o/oQ11DUsAoRan6zpDqmc4jWdRl7ylcu37LqhcFtNCSJDnF0QOXuiKHOaHSuJKBqlfiuV192biDaEXpL4QCWtEVHP7DPbjX1xD90oxk1aira1JwhEr1bxR/Mpl8d5SDzgZcwkuIU3cAxPyG/1xI5c2FYaizzh0tfETsfAsE1QECNHUtDfDVtZSupbf52cZeFSgn9OEFfQq0xFRZ2u8KtC/ah+Koa4/hN59jrv1HrNmlD1VbaoSNaiwz9vXJyqKNvmy3Z5nlzT5t1+yy2z762Sac7YH65ORGxPpfHMWzWqQxNslyjza3feWnfci1xVAHkh4iJWlHZemhY749KnsM9+ilFMeY5g5po0Wba3kIS1ivxL3QYq7EW/awHFnFeNaBG5eyx7ESjl2lrdC3rIvAVDRSsGuT9eUTXpeNuNc7nU6MEi+O4xKOI8bj8floNPpCSrkggv/gCbJglnBh+j+IOlAELUdB6/wsKqoWor5WSH9l4f08L1mvgvy+MQIL+VP1feX2F5Axh7EWPB2fAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  margin-left: auto;
}
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-in-corner-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-in-corner-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-in-corner-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  pointer-events: all;
  background-color: rbga(255, 255, 255, 0);
}

.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-loaded,
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-demo,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-loaded,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-demo,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-demo {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 500px;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  position: relative;
  cursor: auto;
}
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close {
  cursor: pointer;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvJJREFUeNpiYEAARgY0kKCgoPC/oKDgP5DtAFYBEkAGTEDB/wEBAWDliYmJKNodYKqAbHWAAEKWYEbmsEFVwFQygszMYGRkZDAwMGAA0UDgCCKSQKqQsCVIkAmkbcOGDf+fPHnyGiQAEEAoZgOxCRDnVVZWLoeaoArShKzIBOYAdAwVlwCpZgaaUAx1DNhhEDkIOHjwIIiygvFVsZkoICAAcyM/I1qoiwOxFhALAPFzIL4GxB9BkgABxMyACZiwiMGDFGaaZ3p6eiE7O7vV48ePQeIga38ha1D9CwQPHjxA8W1bW9taIFsQpoi9tbV1LdC3GJ758OEDiI6GpRpFmI+BaQEsiRwCb9++/QykuUAKdZAlQABqEnKAC4B8+A7ZsYaGhii+PXLkCCiIvoPYLECcc+HCBVzR54asUTg5OXkGSOLAgQP/Qb6HKooFeRY9D3AAsRrIc0D8G4hvAPEjIP4DkgQIQEi1pCAMA9FGQTdK8ASCW8ELdCtu3diV+670DD2Jp8kV6kGK7qyfeeUNxjjVBwMJJJPJe2/GZTYcbTeRmPLXA5J/lbiw7jb7AcfX4dUCGjx7QGoPEjm+Z9lDLVFAcVyyBI0DZALgCuSzmDeJEjsciO2j4uvaegSoqgqduKJyXbnLsixPVs+okxRpUqjIe1s1Dja3uq6/hgG61nvfrZuma69MEnyckfmmSwh21w2UXIPsvllhBSYnzx8lFqk4SJqj5dI+6EsUmXWu/FnTYUbV9iBbq1aEEM6saMNE49jP7o8vhzT4iPuWXKFDHtallwCMVj1LA0EQzSVRI7ERC8FCKwUbQbDxLO5ASW2hVQjcDzA/6MD/dGBxtZWIyNn4gRYX9x1vjsk6m3NgIIS92Z2P994Met0mgaPePw9bhnpssq5bfCFe9EnYvfOli66AqOEYzM/67MdxfJQkyUFVVR95nj+4/56cPzoHu74x/UWoITvE553fDG3AOWBK3I+sTCN2N5WxgVGhW4dIC7cB81ByBl33A+KWUyFFi0W1A34q6C2JZWl0ULNp10BbQZn+mTCxdPQEQ2zBTpOBZh64ovYb1r8xdPXSwrFmGGEdHVQWHywT4AlJG4p9LYJipSVmlQPmdPre/T7GpPQ5Lg1i3AdLnXLNaWmr2a7S1ERBXdcDYZo+8fkl/KcNF4APJWhRFH/OwMqyfNbIQXfOwSJ+DbMsa9OU9AN8iEVsTyME5Di3hnmVKwW8Iu5bA89PsG/hEHavrmCiepTTQ59ghySDWQh2lnBxobrwX9cuWFyNZ/JSkVWMk6ibGPU4DQm9QHCDLwW9z6VRemOgBk8pE9t+sChArmPevMuPRpRINODV+Qumyvm3z4WraB03r5GahvzwR+mvSaq/ArRiRrtJBFEYdldoqQFrlzVFSMWYEBMSfAD3znDnpe1V06TpNe07cNW+BI/gG3ArDyC33GCCXtgY01RjY8k6f/Of5nQ6syzoJBNY2J1zdmbOf74zufKE45lARdhDGgzVeClTxjWNz3md+hxZNke5kl6Ba7ZBXCxzqjc4xUWVROdMNb8Z1T+Z137x+ko5n67ioMxSkc48Nj0y/Sl7ZDbPm263+7rdbj+PoqjsGsTkyUsjG5+Hw+Gnfr8/Is9/Y8f3Czr9xze7QcZegdHY9Gem75iwSIyR941GI7YfmE6nD0w43YqpEYIbxms2m/cGn81m5+blPgwGg49M7F+5sS+z+EZHSIWhh4A/0DlaUsAy8qZ10yZhCssBbTVpu5Dl3CZlDbrQ04ID6csjkYs6xhAZRWO526PNFn0ouJa1wiQAIT/WmLTKjOUlc5VAjmn7JX0JbZmu88ThSCtqlnNIh7LsmlU0YuCePE4S2o/oQ11DUsAoRan6zpDqmc4jWdRl7ylcu37LqhcFtNCSJDnF0QOXuiKHOaHSuJKBqlfiuV192biDaEXpL4QCWtEVHP7DPbjX1xD90oxk1aira1JwhEr1bxR/Mpl8d5SDzgZcwkuIU3cAxPyG/1xI5c2FYaizzh0tfETsfAsE1QECNHUtDfDVtZSupbf52cZeFSgn9OEFfQq0xFRZ2u8KtC/ah+Koa4/hN59jrv1HrNmlD1VbaoSNaiwz9vXJyqKNvmy3Z5nlzT5t1+yy2z762Sac7YH65ORGxPpfHMWzWqQxNslyjza3feWnfci1xVAHkh4iJWlHZemhY749KnsM9+ilFMeY5g5po0Wba3kIS1ivxL3QYq7EW/awHFnFeNaBG5eyx7ESjl2lrdC3rIvAVDRSsGuT9eUTXpeNuNc7nU6MEi+O4xKOI8bj8floNPpCSrkggv/gCbJglnBh+j+IOlAELUdB6/wsKqoWor5WSH9l4f08L1mvgvy+MQIL+VP1feX2F5Axh7EWPB2fAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  margin-left: auto;
}
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-edge-rectangle-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  pointer-events: all;
  background-color: white;
}

.adsbox {
  display: none;
}

.sb-ad-wallpaper-container {
  padding-top: 135px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation--hidden .sb-ad-wallpaper-container {
  padding-top: 0;
}

.navigation--half .sb-ad-wallpaper-container {
  padding-top: 61px;
}

.navigation--shown .sb-ad-wallpaper-container {
  padding-top: 135px;
}

.sb-ad-wallpaper-inner-container {
  min-width: 1200px;
  width: 1200px;
  pointer-events: none;
}

.sb-ad--id-desktop-wallaper-naslovnica-left,
.sb-ad--id-desktop-wallaper-clanak-left,
.sb-ad--id-desktop-wallaper-rubrika-podrubrika-left {
  width: 340px;
  height: 1050px;
  background-color: white;
  pointer-events: all;
}

.sb-ad--desktop-half-page-naslovnica {
  display: block;
  width: 300px;
  height: 600px;
  background-color: white;
  pointer-events: all;
}

.sb-ad--id-desktop-wallaper-naslovnica-right,
.sb-ad--id-desktop-wallaper-clanak-right,
.sb-ad--id-desktop-wallaper-rubrika-podrubrika-right {
  width: 340px;
  height: 1050px;
  background-color: white;
  pointer-events: all;
  margin-left: 40px;
}

.sb-ad--id-desktop-tandem-billboard-clanak,
.sb-ad--id-desktop-tandem-billboard-naslovnica,
.sb-ad--id-desktop-tandem-billboard-rubrika-podrubrika {
  width: 100%;
  z-index: -1;
  pointer-events: all;
}
.sb-ad--id-desktop-tandem-billboard-clanak ins,
.sb-ad--id-desktop-tandem-billboard-naslovnica ins,
.sb-ad--id-desktop-tandem-billboard-rubrika-podrubrika ins {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sb-ad--id-desktop-tandem-billboard-clanak ins .sb-ad-loaded,
.sb-ad--id-desktop-tandem-billboard-clanak ins .sb-ad-demo,
.sb-ad--id-desktop-tandem-billboard-naslovnica ins .sb-ad-loaded,
.sb-ad--id-desktop-tandem-billboard-naslovnica ins .sb-ad-demo,
.sb-ad--id-desktop-tandem-billboard-rubrika-podrubrika ins .sb-ad-loaded,
.sb-ad--id-desktop-tandem-billboard-rubrika-podrubrika ins .sb-ad-demo {
  padding-top: 134px;
  margin-bottom: -152px;
  height: 250px;
}
.sb-ad--id-desktop-tandem-billboard-clanak ins .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-tandem-billboard-clanak ins .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-tandem-billboard-naslovnica ins .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-tandem-billboard-naslovnica ins .sb-ad-demo .sb-ad-content,
.sb-ad--id-desktop-tandem-billboard-rubrika-podrubrika ins .sb-ad-loaded .sb-ad-content,
.sb-ad--id-desktop-tandem-billboard-rubrika-podrubrika ins .sb-ad-demo .sb-ad-content {
  background-color: white;
}

.sb-ad-group-article-top-mobile .sb-ad-loaded,
.sb-ad-group-article-top-mobile .sb-ad-demo {
  margin-top: 24px;
}

.sb-ad-group-article-bottom .sb-ad-loaded,
.sb-ad-group-article-bottom .sb-ad-demo {
  margin-top: 52px;
  margin-bottom: 28px;
}

.sb-ad-group-article-bottom-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sb-ad-group-article-bottom-2 .sb-ad {
  display: none;
}
.sb-ad-group-article-bottom-2 .sb-ad:has(ins) {
  display: block;
}

.sb-ad--id-desktop-billboard-naslovnica-pozicija-3:has(ins) {
  margin-top: 50px;
}

.sb-ad-group-article-top .sb-ad-loaded,
.sb-ad-group-article-top .sb-ad-demo {
  margin-bottom: 36px;
}

.sb-ad-group-rubrika-lokacija-top .sb-ad-loaded,
.sb-ad-group-rubrika-lokacija-top .sb-ad-demo {
  margin-bottom: 50px;
}

.sb-ad-group-rubrika-lokacija-top-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-lokacija-top-mobile .sb-ad-demo {
  margin-top: 16px;
  margin-bottom: 0px;
}

.sb-ad-group-rubrika-lokacija-between .sb-ad-loaded,
.sb-ad-group-rubrika-lokacija-between .sb-ad-demo {
  margin-top: 50px;
}

.sb-ad-group-rubrika-lokacija-between-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-lokacija-between-mobile .sb-ad-demo {
  margin-top: 50px;
  margin-bottom: -15px;
}

.sb-ad-group-rubrika-lokacija-between-first .sb-ad-loaded,
.sb-ad-group-rubrika-lokacija-between-first .sb-ad-demo {
  margin-top: 18px;
}

.sb-ad-group-rubrika-lokacija-between-first-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-lokacija-between-first-mobile .sb-ad-demo {
  margin-top: 100px;
  margin-bottom: -15px;
}

.sb-ad-group-naslovnica-top .sb-ad-loaded,
.sb-ad-group-naslovnica-top .sb-ad-demo {
  margin-bottom: 50px;
}

.sb-ad-group-naslovnica-top-mobile .sb-ad-loaded,
.sb-ad-group-naslovnica-top-mobile .sb-ad-demo {
  margin-top: 20px;
}

.sb-ad-group-naslovnica-between .sb-ad-loaded,
.sb-ad-group-naslovnica-between .sb-ad-demo {
  margin-top: 50px;
}

.sb-ad-group-naslovnica-between-mobile .sb-ad-loaded,
.sb-ad-group-naslovnica-between-mobile .sb-ad-demo {
  margin-top: 30px;
}

.sb-ad-group-rubrika-podrubrika-top .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-top .sb-ad-demo {
  margin-bottom: 50px;
}

.sb-ad-group-rubrika-podrubrika-between .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-between .sb-ad-demo {
  margin-bottom: 50px;
}

.sb-ad-group-rubrika-podrubrika-between-2 .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-between-2 .sb-ad-demo {
  margin-top: 80px;
  margin-bottom: 20px;
}

.sb-ad-group-rubrika-podrubrika-between-3 .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-between-3 .sb-ad-demo {
  margin-top: 50px;
  margin-bottom: 0px;
}

.sb-ad-group-rubrika-podrubrika-top-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-top-mobile .sb-ad-demo {
  margin-top: 16px;
  margin-bottom: 0px;
}

.sb-ad-group-rubrika-podrubrika-between-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-between-mobile .sb-ad-demo {
  margin-top: 25px;
  margin-bottom: 12px;
}

.sb-ad-group-rubrika-podrubrika-between-2-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-between-2-mobile .sb-ad-demo {
  margin-top: -27px;
  margin-bottom: 12px;
}

.sb-ad-group-rubrika-podrubrika-between-3-mobile .sb-ad-loaded,
.sb-ad-group-rubrika-podrubrika-between-3-mobile .sb-ad-demo {
  margin-top: 25px;
  margin-bottom: -45px;
}

.sb-ad-container-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.sb-ad-container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
}

.sb-ad-container-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.sb-ad-demo {
  background-color: #008bd2;
  color: white;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sb-ad--id-billboard_naslovnica_1 {
  margin-top: 100px;
  margin-bottom: 10px;
}

.sb-ad--id-clanak_1 {
  margin-bottom: 20px;
}

.sb-ad--id-clanak_2 {
  margin-bottom: 20px;
}

.sb-ad--id-clanak_3 {
  margin-bottom: 20px;
}

.sb-ad--id-rubrike_01 {
  margin-bottom: 70px;
}

.sb-ad--id-rubrike_02 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.fold_article__related_articles--1 {
  margin-bottom: 158px;
}

.sb-ad--desktop,
.sb-ad--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sb-ad--id-desktop-article-desno_1,
.sb-ad--id-desktop-article-desno_2,
.sb-ad--id-desktop-article-desno_3,
.sb-ad--id-desktop-article-komentari_desno_1,
.sb-ad--id-desktop-article-komentari_desno_2,
.sb-ad--id-desktop-article-komentari_desno_3 {
  display: block !important;
}

.sb-ad-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 1100px) {
  .sb-ad--desktop,
  .sb-ad--desktop-block {
    display: none !important;
  }
  .sb-ad--id-desktop-article-desno_1,
  .sb-ad--id-desktop-article-desno_2,
  .sb-ad--id-desktop-article-desno_3,
  .sb-ad--id-desktop-article-komentari_desno_1,
  .sb-ad--id-desktop-article-komentari_desno_2,
  .sb-ad--id-desktop-article-komentari_desno_3 {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .sb-ad--mobile,
  .sb-ad--mobile-block {
    display: none !important;
  }
}
.sb-ad--id-desktop-article-desno_1 {
  margin-bottom: 20px;
}

.sb-ad--id-desktop-article-desno_2 {
  margin-bottom: 20px;
}

.sb-ad--id-desktop-narrow-billboard-naslovnica {
  margin-bottom: 24px;
}

.sb-ad--id-desktop-article-leaderboard {
  margin-top: 24px;
  margin-bottom: 24px;
}

.sb-ad-article-paralax-window {
  z-index: -2;
  width: 640px;
  height: 600px;
  max-width: 640px;
  position: relative;
}
.sb-ad-article-paralax-window::before, .sb-ad-article-paralax-window::after {
  content: "";
  position: absolute;
  width: 640px;
  max-width: 640px;
  background-color: white;
  height: 1000px;
}
.sb-ad-article-paralax-window::before {
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sb-ad-article-paralax-window::after {
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.sb-ad-article-paralax-container {
  z-index: -3;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sb-ad--id-desktop-push-down-naslovnica,
.sb-ad--id-desktop-push-down-rubrika-podrubrika,
.sb-ad--id-desktop-slider-naslovnica_1,
.sb-ad--id-desktop-slider-rubrika-podrubrika_1,
.sb-ad--id-desktop-slider-naslovnica_2,
.sb-ad--id-desktop-slider-rubrika-podrubrika_2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -3;
}

.sb-ad--id-desktop-push-down-naslovnica-container,
.sb-ad--id-desktop-slider-naslovnica-container {
  position: fixed;
  top: 134px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -3;
  -webkit-transition: height 1.5s ease;
  transition: height 1.5s ease;
}

.sb-ad--push-down-window,
.sb-ad--slider-window {
  max-width: 200vw;
  width: 200vw;
  height: 1080px;
  position: relative;
  margin-left: -50vw;
  -webkit-transition: height 1.5s ease;
  transition: height 1.5s ease;
}
.sb-ad--push-down-window-container,
.sb-ad--slider-window-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 38px;
  -webkit-transition: height 1.5s ease;
  transition: height 1.5s ease;
}
.sb-ad--push-down-window::after,
.sb-ad--slider-window::after {
  content: "";
  position: absolute;
  top: 100%;
  background-color: white;
  z-index: -2;
  width: 100%;
  height: 1600px;
}

.sb-ad--id-desktop-slider-naslovnica_1,
.sb-ad--id-desktop-slider-rubrika-podrubrika_1 {
  z-index: 1;
  -webkit-transition: clip-path 800ms ease-in-out;
  transition: clip-path 800ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 1920px;
  height: 1080px;
}

.sb-ad--id-desktop-slider-naslovnica_1,
.sb-ad--id-desktop-slider-naslovnica_2,
.sb-ad--id-desktop-slider-rubrika-podrubrika_1,
.sb-ad--id-desktop-slider-rubrika-podrubrika_2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sb-ad--id-desktop-slider-naslovnica-container {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}

.sb-ad--id-desktop-slider-naslovnica-container:hover .sb-ad--id-desktop-slider-naslovnica_1,
.sb-ad--id-desktop-slider-naslovnica-container:hover .sb-ad--id-desktop-slider-rubrika-podrubrika_1,
.sb-ad--slider-window-container:hover + .sb-ad--id-desktop-slider-naslovnica-container .sb-ad--id-desktop-slider-naslovnica_1,
.sb-ad--slider-window-container:hover + .sb-ad--id-desktop-slider-naslovnica-container .sb-ad--id-desktop-slider-rubrika-podrubrika_1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.sb-ad--id-desktop-slider-naslovnica-container {
  width: 1920px;
  max-width: 1920px;
  height: 1080px;
}

.sb-ad--id-desktop-circular_circle-naslovnica,
.sb-ad--id-desktop-circular_circle-rubrika-podrubrika {
  position: fixed;
  z-index: 999998;
  left: calc(50% + 390px);
  bottom: 0;
  scale: 0.5;
  -webkit-animation-name: circular;
          animation-name: circular;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.sb-ad--id-desktop-circular_ticker-naslovnica,
.sb-ad--id-desktop-circular_ticker-rubrika-podrubrika {
  z-index: 999999;
  position: relative;
}

@-webkit-keyframes circular {
  0% {
    left: calc(50% + 390px);
    bottom: -125px;
    scale: 0.5;
  }
  13% {
    left: calc(50% + 390px);
    bottom: 180px;
    scale: 1;
  }
  26% {
    left: calc(50% + 390px);
    bottom: 180px;
    scale: 1;
  }
  39% {
    left: calc(50% + 390px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  52% {
    left: calc(50% + 390px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  65% {
    left: calc(50% - 640px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  78% {
    left: calc(50% - 640px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  91% {
    left: calc(50% - 640px);
    bottom: 180px;
    scale: 1;
  }
  96% {
    left: calc(50% - 640px);
    bottom: -125px;
    scale: 0.5;
  }
  100% {
    left: calc(50% - 640px);
    bottom: -125px;
    scale: 0.5;
  }
}

@keyframes circular {
  0% {
    left: calc(50% + 390px);
    bottom: -125px;
    scale: 0.5;
  }
  13% {
    left: calc(50% + 390px);
    bottom: 180px;
    scale: 1;
  }
  26% {
    left: calc(50% + 390px);
    bottom: 180px;
    scale: 1;
  }
  39% {
    left: calc(50% + 390px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  52% {
    left: calc(50% + 390px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  65% {
    left: calc(50% - 640px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  78% {
    left: calc(50% - 640px);
    bottom: calc(100% - 386px - 26px);
    scale: 1;
  }
  91% {
    left: calc(50% - 640px);
    bottom: 180px;
    scale: 1;
  }
  96% {
    left: calc(50% - 640px);
    bottom: -125px;
    scale: 0.5;
  }
  100% {
    left: calc(50% - 640px);
    bottom: -125px;
    scale: 0.5;
  }
}
.sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-loaded,
.sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-demo,
.sb-ad--id-mobile-circular_circle-clanak .sb-ad-loaded,
.sb-ad--id-mobile-circular_circle-clanak .sb-ad-demo,
.sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-loaded,
.sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-demo {
  position: fixed;
  bottom: 125px;
  left: calc(50% + 175px - 250px);
  z-index: 999999;
}
.sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_circle-clanak .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_circle-clanak .sb-ad-demo .sb-ad-content,
.sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
.sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
  position: relative;
  cursor: auto;
}
.sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_circle-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_circle-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
.sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close {
  cursor: pointer;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvJJREFUeNpiYEAARgY0kKCgoPC/oKDgP5DtAFYBEkAGTEDB/wEBAWDliYmJKNodYKqAbHWAAEKWYEbmsEFVwFQygszMYGRkZDAwMGAA0UDgCCKSQKqQsCVIkAmkbcOGDf+fPHnyGiQAEEAoZgOxCRDnVVZWLoeaoArShKzIBOYAdAwVlwCpZgaaUAx1DNhhEDkIOHjwIIiygvFVsZkoICAAcyM/I1qoiwOxFhALAPFzIL4GxB9BkgABxMyACZiwiMGDFGaaZ3p6eiE7O7vV48ePQeIga38ha1D9CwQPHjxA8W1bW9taIFsQpoi9tbV1LdC3GJ758OEDiI6GpRpFmI+BaQEsiRwCb9++/QykuUAKdZAlQABqEnKAC4B8+A7ZsYaGhii+PXLkCCiIvoPYLECcc+HCBVzR54asUTg5OXkGSOLAgQP/Qb6HKooFeRY9D3AAsRrIc0D8G4hvAPEjIP4DkgQIQEi1pCAMA9FGQTdK8ASCW8ELdCtu3diV+670DD2Jp8kV6kGK7qyfeeUNxjjVBwMJJJPJe2/GZTYcbTeRmPLXA5J/lbiw7jb7AcfX4dUCGjx7QGoPEjm+Z9lDLVFAcVyyBI0DZALgCuSzmDeJEjsciO2j4uvaegSoqgqduKJyXbnLsixPVs+okxRpUqjIe1s1Dja3uq6/hgG61nvfrZuma69MEnyckfmmSwh21w2UXIPsvllhBSYnzx8lFqk4SJqj5dI+6EsUmXWu/FnTYUbV9iBbq1aEEM6saMNE49jP7o8vhzT4iPuWXKFDHtallwCMVj1LA0EQzSVRI7ERC8FCKwUbQbDxLO5ASW2hVQjcDzA/6MD/dGBxtZWIyNn4gRYX9x1vjsk6m3NgIIS92Z2P994Met0mgaPePw9bhnpssq5bfCFe9EnYvfOli66AqOEYzM/67MdxfJQkyUFVVR95nj+4/56cPzoHu74x/UWoITvE553fDG3AOWBK3I+sTCN2N5WxgVGhW4dIC7cB81ByBl33A+KWUyFFi0W1A34q6C2JZWl0ULNp10BbQZn+mTCxdPQEQ2zBTpOBZh64ovYb1r8xdPXSwrFmGGEdHVQWHywT4AlJG4p9LYJipSVmlQPmdPre/T7GpPQ5Lg1i3AdLnXLNaWmr2a7S1ERBXdcDYZo+8fkl/KcNF4APJWhRFH/OwMqyfNbIQXfOwSJ+DbMsa9OU9AN8iEVsTyME5Di3hnmVKwW8Iu5bA89PsG/hEHavrmCiepTTQ59ghySDWQh2lnBxobrwX9cuWFyNZ/JSkVWMk6ibGPU4DQm9QHCDLwW9z6VRemOgBk8pE9t+sChArmPevMuPRpRINODV+Qumyvm3z4WraB03r5GahvzwR+mvSaq/ArRiRrtJBFEYdldoqQFrlzVFSMWYEBMSfAD3znDnpe1V06TpNe07cNW+BI/gG3ArDyC33GCCXtgY01RjY8k6f/Of5nQ6syzoJBNY2J1zdmbOf74zufKE45lARdhDGgzVeClTxjWNz3md+hxZNke5kl6Ba7ZBXCxzqjc4xUWVROdMNb8Z1T+Z137x+ko5n67ioMxSkc48Nj0y/Sl7ZDbPm263+7rdbj+PoqjsGsTkyUsjG5+Hw+Gnfr8/Is9/Y8f3Czr9xze7QcZegdHY9Gem75iwSIyR941GI7YfmE6nD0w43YqpEYIbxms2m/cGn81m5+blPgwGg49M7F+5sS+z+EZHSIWhh4A/0DlaUsAy8qZ10yZhCssBbTVpu5Dl3CZlDbrQ04ID6csjkYs6xhAZRWO526PNFn0ouJa1wiQAIT/WmLTKjOUlc5VAjmn7JX0JbZmu88ThSCtqlnNIh7LsmlU0YuCePE4S2o/oQ11DUsAoRan6zpDqmc4jWdRl7ylcu37LqhcFtNCSJDnF0QOXuiKHOaHSuJKBqlfiuV192biDaEXpL4QCWtEVHP7DPbjX1xD90oxk1aira1JwhEr1bxR/Mpl8d5SDzgZcwkuIU3cAxPyG/1xI5c2FYaizzh0tfETsfAsE1QECNHUtDfDVtZSupbf52cZeFSgn9OEFfQq0xFRZ2u8KtC/ah+Koa4/hN59jrv1HrNmlD1VbaoSNaiwz9vXJyqKNvmy3Z5nlzT5t1+yy2z762Sac7YH65ORGxPpfHMWzWqQxNslyjza3feWnfci1xVAHkh4iJWlHZemhY749KnsM9+ilFMeY5g5po0Wba3kIS1ivxL3QYq7EW/awHFnFeNaBG5eyx7ESjl2lrdC3rIvAVDRSsGuT9eUTXpeNuNc7nU6MEi+O4xKOI8bj8floNPpCSrkggv/gCbJglnBh+j+IOlAELUdB6/wsKqoWor5WSH9l4f08L1mvgvy+MQIL+VP1feX2F5Axh7EWPB2fAAAAAElFTkSuQmCC);
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  margin-left: auto;
}

@media screen and (max-width: 350px) {
  .sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-loaded,
  .sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-demo,
  .sb-ad--id-mobile-circular_circle-clanak .sb-ad-loaded,
  .sb-ad--id-mobile-circular_circle-clanak .sb-ad-demo,
  .sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-loaded,
  .sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-demo {
    bottom: 100px;
    left: calc(50% + 140px - 225px);
    scale: 0.8;
  }
  .sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-loaded .sb-ad-content,
  .sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-demo .sb-ad-content,
  .sb-ad--id-mobile-circular_circle-clanak .sb-ad-loaded .sb-ad-content,
  .sb-ad--id-mobile-circular_circle-clanak .sb-ad-demo .sb-ad-content,
  .sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content,
  .sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-demo .sb-ad-content {
    position: relative;
    cursor: auto;
  }
  .sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-loaded .sb-ad-content .sb-ad-close,
  .sb-ad--id-mobile-circular_circle-naslovnica .sb-ad-demo .sb-ad-content .sb-ad-close,
  .sb-ad--id-mobile-circular_circle-clanak .sb-ad-loaded .sb-ad-content .sb-ad-close,
  .sb-ad--id-mobile-circular_circle-clanak .sb-ad-demo .sb-ad-content .sb-ad-close,
  .sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-loaded .sb-ad-content .sb-ad-close,
  .sb-ad--id-mobile-circular_circle-rubrika-podrubrika .sb-ad-demo .sb-ad-content .sb-ad-close {
    cursor: pointer;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAAH7+Yj7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABvJJREFUeNpiYEAARgY0kKCgoPC/oKDgP5DtAFYBEkAGTEDB/wEBAWDliYmJKNodYKqAbHWAAEKWYEbmsEFVwFQygszMYGRkZDAwMGAA0UDgCCKSQKqQsCVIkAmkbcOGDf+fPHnyGiQAEEAoZgOxCRDnVVZWLoeaoArShKzIBOYAdAwVlwCpZgaaUAx1DNhhEDkIOHjwIIiygvFVsZkoICAAcyM/I1qoiwOxFhALAPFzIL4GxB9BkgABxMyACZiwiMGDFGaaZ3p6eiE7O7vV48ePQeIga38ha1D9CwQPHjxA8W1bW9taIFsQpoi9tbV1LdC3GJ758OEDiI6GpRpFmI+BaQEsiRwCb9++/QykuUAKdZAlQABqEnKAC4B8+A7ZsYaGhii+PXLkCCiIvoPYLECcc+HCBVzR54asUTg5OXkGSOLAgQP/Qb6HKooFeRY9D3AAsRrIc0D8G4hvAPEjIP4DkgQIQEi1pCAMA9FGQTdK8ASCW8ELdCtu3diV+670DD2Jp8kV6kGK7qyfeeUNxjjVBwMJJJPJe2/GZTYcbTeRmPLXA5J/lbiw7jb7AcfX4dUCGjx7QGoPEjm+Z9lDLVFAcVyyBI0DZALgCuSzmDeJEjsciO2j4uvaegSoqgqduKJyXbnLsixPVs+okxRpUqjIe1s1Dja3uq6/hgG61nvfrZuma69MEnyckfmmSwh21w2UXIPsvllhBSYnzx8lFqk4SJqj5dI+6EsUmXWu/FnTYUbV9iBbq1aEEM6saMNE49jP7o8vhzT4iPuWXKFDHtallwCMVj1LA0EQzSVRI7ERC8FCKwUbQbDxLO5ASW2hVQjcDzA/6MD/dGBxtZWIyNn4gRYX9x1vjsk6m3NgIIS92Z2P994Met0mgaPePw9bhnpssq5bfCFe9EnYvfOli66AqOEYzM/67MdxfJQkyUFVVR95nj+4/56cPzoHu74x/UWoITvE553fDG3AOWBK3I+sTCN2N5WxgVGhW4dIC7cB81ByBl33A+KWUyFFi0W1A34q6C2JZWl0ULNp10BbQZn+mTCxdPQEQ2zBTpOBZh64ovYb1r8xdPXSwrFmGGEdHVQWHywT4AlJG4p9LYJipSVmlQPmdPre/T7GpPQ5Lg1i3AdLnXLNaWmr2a7S1ERBXdcDYZo+8fkl/KcNF4APJWhRFH/OwMqyfNbIQXfOwSJ+DbMsa9OU9AN8iEVsTyME5Di3hnmVKwW8Iu5bA89PsG/hEHavrmCiepTTQ59ghySDWQh2lnBxobrwX9cuWFyNZ/JSkVWMk6ibGPU4DQm9QHCDLwW9z6VRemOgBk8pE9t+sChArmPevMuPRpRINODV+Qumyvm3z4WraB03r5GahvzwR+mvSaq/ArRiRrtJBFEYdldoqQFrlzVFSMWYEBMSfAD3znDnpe1V06TpNe07cNW+BI/gG3ArDyC33GCCXtgY01RjY8k6f/Of5nQ6syzoJBNY2J1zdmbOf74zufKE45lARdhDGgzVeClTxjWNz3md+hxZNke5kl6Ba7ZBXCxzqjc4xUWVROdMNb8Z1T+Z137x+ko5n67ioMxSkc48Nj0y/Sl7ZDbPm263+7rdbj+PoqjsGsTkyUsjG5+Hw+Gnfr8/Is9/Y8f3Czr9xze7QcZegdHY9Gem75iwSIyR941GI7YfmE6nD0w43YqpEYIbxms2m/cGn81m5+blPgwGg49M7F+5sS+z+EZHSIWhh4A/0DlaUsAy8qZ10yZhCssBbTVpu5Dl3CZlDbrQ04ID6csjkYs6xhAZRWO526PNFn0ouJa1wiQAIT/WmLTKjOUlc5VAjmn7JX0JbZmu88ThSCtqlnNIh7LsmlU0YuCePE4S2o/oQ11DUsAoRan6zpDqmc4jWdRl7ylcu37LqhcFtNCSJDnF0QOXuiKHOaHSuJKBqlfiuV192biDaEXpL4QCWtEVHP7DPbjX1xD90oxk1aira1JwhEr1bxR/Mpl8d5SDzgZcwkuIU3cAxPyG/1xI5c2FYaizzh0tfETsfAsE1QECNHUtDfDVtZSupbf52cZeFSgn9OEFfQq0xFRZ2u8KtC/ah+Koa4/hN59jrv1HrNmlD1VbaoSNaiwz9vXJyqKNvmy3Z5nlzT5t1+yy2z762Sac7YH65ORGxPpfHMWzWqQxNslyjza3feWnfci1xVAHkh4iJWlHZemhY749KnsM9+ilFMeY5g5po0Wba3kIS1ivxL3QYq7EW/awHFnFeNaBG5eyx7ESjl2lrdC3rIvAVDRSsGuT9eUTXpeNuNc7nU6MEi+O4xKOI8bj8floNPpCSrkggv/gCbJglnBh+j+IOlAELUdB6/wsKqoWor5WSH9l4f08L1mvgvy+MQIL+VP1feX2F5Axh7EWPB2fAAAAAElFTkSuQmCC);
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    margin-left: auto;
  }
}
.najbar5 .articles-mobile-look {
  background-color: #e9f0f5;
  padding: 20px;
}

.footer__mobile_middle {
  display: none;
}

body.flatpage .container,
body.user_profile .container {
  max-width: 1440px !important;
}
body.flatpage .footer .container,
body.user_profile .footer .container {
  max-width: 1200px !important;
}

.frontpage__rx2-1_2--big .card,
.frontpage__rx2-1_4r .card,
.frontpage__rx1rd .card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frontpage__rx2-1_2--big .card__wrap,
.frontpage__rx2-1_4r .card__wrap,
.frontpage__rx1rd .card__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.frontpage__rx2-1_2--big .card__data_wrap,
.frontpage__rx2-1_4r .card__data_wrap,
.frontpage__rx1rd .card__data_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar {
  position: relative;
}

.d-block\@sm {
  display: none;
}

.accordion {
  display: none;
}

.rsThumbsContainer {
  overflow-y: scroll;
  width: 100% !important;
  max-width: calc(100vw - 360px);
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.more-share-actions-sheet-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 31, 36, 0.5);
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.more-share-actions-sheet {
  background-color: white;
  padding: 24px 40px 64px 40px;
  width: 390px;
}

.more-share-actions-sheet__title__close {
  display: block;
  content: " ";
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url("/static/images/hamburger-close.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.more-share-actions-sheet__title {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #2c3f4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-share-actions-sheet__border {
  width: 100%;
  border-top: 1px solid #e0e6ea;
  margin-top: 24px;
  margin-bottom: 30px;
}

.more-share-actions-sheet__body {
  row-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more-share-actions-sheet__body img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1100px) {
  .gallery__overlay .gallery__figure_caption {
    max-width: calc(100vw - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .gallery__overlay .rsImg {
    max-width: calc(100vw - 20px) !important;
  }
  .kolumn__wo-sidebar {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .embeded_youtube iframe {
    width: 100%;
    height: 100%;
  }
  .frontpage__wrapper .frontpage__rx2-1_2--kolumn h2.card__title {
    font-family: "Noto Serif" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 32px !important;
    height: unset !important;
  }
  .rubric-9 .position--H1,
  .rubric-9 .position--H2,
  .rubric-9 .position--F1,
  .rubric-9 .position--F2,
  .rubric-7 .position--H1,
  .rubric-7 .position--H2,
  .rubric-7 .position--F1,
  .rubric-7 .position--F2 {
    margin-bottom: 0;
  }
  .frontpage__rx1-1_1 h2.card__title {
    margin-bottom: 0;
  }
  .frontpage__rx2-1_4r {
    margin-bottom: 0;
  }
  .frontpage__rx1rd h2.card__title {
    margin-bottom: 16px;
  }
  .frontpage__rx2-1_4r article:not(:first-child) div.card__wrap div.card__photo_wrap {
    aspect-ratio: unset;
    width: unset;
  }
  .frontpage__rx1rd div.card__separator.card__separator--latest {
    margin-bottom: 0 !important;
  }
  .frontpage__rx2-1_2 div.card__separator.card__separator--latest {
    margin-bottom: 16px !important;
  }
  .crna-kronika_background .frontpage__rx2-1_2--big div.card__separator.card__separator--latest {
    margin-bottom: 16px !important;
  }
  .frontpage__rx2-1_2--small .card__separator {
    margin-bottom: 0 !important;
  }
  .frontpage__rx2-1_2--small h2.card__title {
    margin-bottom: 16px;
  }
  .card__wrap {
    width: 100%;
  }
  .card__wrap:first-of-type {
    padding-top: 0;
  }
  .homepage_breadcrumbs__divider {
    margin-bottom: 0 !important;
  }
  /* Since we're removing gutters everywhere, re-add them! */
  .location-selection-kolumn,
  .homepage_breadcrumbs__divider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_info__play-bar {
    display: none !important;
  }
  .flatpages h2,
  .flatpages h2 span {
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
    font-variant: none !important;
  }
  .flatpages h2 span {
    border-bottom: none !important;
    padding-bottom: 8px;
  }
  .rsThumbsContainer {
    overflow-y: scroll;
    width: 100%;
    max-width: none;
  }
  .accordion {
    display: block;
  }
  .d-block\@sm {
    display: block;
  }
  .latest_section__content {
    display: block;
  }
  .latest_section .card__separator {
    display: none !important;
  }
  .latest_section .card__title {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .latest_section .card__overtitle {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  .latest_section .card__photo_wrap {
    min-width: 142px !important;
    width: 142px !important;
    height: 100% !important;
    aspect-ratio: 142/79 !important;
    overflow: hidden !important;
    margin-right: 12px !important;
  }
  .latest_section .card--latest .card__overtitle {
    margin: 1.5px !important;
  }
  .latest_section .card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    margin-top: 22px;
    padding-bottom: 18px;
  }
  .latest_section .card__figure picture img {
    height: auto !important;
    aspect-ratio: 142/79 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content_info__play-text span {
    display: none !important;
  }
  .comments__upper {
    padding: 0;
  }
  .thread__login-wrap {
    padding-left: 0;
  }
  .frontpage__wrapper .section_link {
    margin-top: 18px;
    margin-bottom: 0;
  }
  .section_link__text {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-variant: small-caps;
    text-transform: lowercase;
  }
  .frontpage__rx1rd .card__wrap {
    display: block !important;
  }
  .frontpage__rx1rd .card__photo_wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
  .frontpage__rx1rd .card__description {
    display: none !important;
  }
  .frontpage__rx1rd h2.card__title {
    height: auto !important;
  }
  .rubric-6 .frontpage__rx2-1_2--small,
  .rubric-2 .frontpage__rx2-1_2--small {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .card__overtitle {
    font-family: "Barlow" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .frontpage__rx2-1_2--big h2.card__title {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }
  .frontpage__rx1-1_1 h2.card__title {
    height: auto;
  }
  .frontpage__breaking {
    margin-bottom: 15px;
  }
  .kolumn_in_article__container .kolumn-divider {
    border-bottom: 0;
  }
  .frontpage__rx2-1_2--kolumn {
    margin-right: 0 !important;
  }
  .frontpage__rx2-1_2--kolumn .card__description {
    display: none !important;
  }
  .frontpage__rx2-1_2--kolumn.kolumn_in_article .card__description {
    display: block !important;
  }
  .frontpage__rx2-1_2--kolumn div.card__kolumn_data_wrap {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .frontpage__rx2-1_2--kolumn .card__kolumn_data_wrap {
    padding-bottom: 0 !important;
  }
  .rubric-2 {
    margin-top: 10px;
  }
  .frontpage__rx2-1_2--small h2.card__title {
    height: auto !important;
  }
  .frontpage__rx2-1_4r article:not(:first-child) h2.card__title {
    height: auto !important;
    margin-bottom: 16px;
  }
  body.show-modal-share .more-share-actions-sheet-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .frontpage__rx2-1_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frontpage__rx2-1_2 .frontpage__rx2-1_2--big {
    margin-right: 0;
  }
  .frontpage__rx2-1_2 .frontpage__rx2-1_2--big .card__separator--latest {
    margin-bottom: 0 !important;
  }
  .frontpage__rx2-1_2 .frontpage__rx2-1_2--big .card__title {
    margin-bottom: 32px;
  }
  .frontpage__rx2-1_2 .frontpage__rx2-1_2--big .card__figure picture img {
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .js_loadMoreArticles {
    margin-top: 16px;
    margin-bottom: 16px;
    height: 19px;
    width: 100%;
  }
  .frontpage__rx2-1_4r {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .frontpage__rx2-1_4r > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .frontpage__rx2-1_4r > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .frontpage__rx2-1_4r > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .frontpage__rx2-1_4r > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .frontpage__rx2-1_4r > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .frontpage__rx2-1_4r > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .frontpage__rx2-1_4r .card__photo_wrap {
    margin-right: 0 !important;
  }
  .frontpage__rx2-1_4r .position--B1,
  .frontpage__rx2-1_4r .position--D1 {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1/span 2 !important;
  }
  .frontpage__rx2-1_4r .position--B2 .card,
  .frontpage__rx2-1_4r .position--B2 .card__wrap,
  .frontpage__rx2-1_4r .position--B3 .card,
  .frontpage__rx2-1_4r .position--B3 .card__wrap,
  .frontpage__rx2-1_4r .position--B4 .card,
  .frontpage__rx2-1_4r .position--B4 .card__wrap,
  .frontpage__rx2-1_4r .position--B5 .card,
  .frontpage__rx2-1_4r .position--B5 .card__wrap,
  .frontpage__rx2-1_4r .position--D2 .card,
  .frontpage__rx2-1_4r .position--D2 .card__wrap,
  .frontpage__rx2-1_4r .position--D3 .card,
  .frontpage__rx2-1_4r .position--D3 .card__wrap,
  .frontpage__rx2-1_4r .position--D4 .card,
  .frontpage__rx2-1_4r .position--D4 .card__wrap,
  .frontpage__rx2-1_4r .position--D5 .card,
  .frontpage__rx2-1_4r .position--D5 .card__wrap {
    height: 100%;
    width: 100%;
  }
  .frontpage__rx2-1_4r .position--B2 .card__wrap,
  .frontpage__rx2-1_4r .position--B3 .card__wrap,
  .frontpage__rx2-1_4r .position--B4 .card__wrap,
  .frontpage__rx2-1_4r .position--B5 .card__wrap,
  .frontpage__rx2-1_4r .position--D2 .card__wrap,
  .frontpage__rx2-1_4r .position--D3 .card__wrap,
  .frontpage__rx2-1_4r .position--D4 .card__wrap,
  .frontpage__rx2-1_4r .position--D5 .card__wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frontpage__rx2-1_4r .position--B2 .card__data_wrap,
  .frontpage__rx2-1_4r .position--B3 .card__data_wrap,
  .frontpage__rx2-1_4r .position--B4 .card__data_wrap,
  .frontpage__rx2-1_4r .position--B5 .card__data_wrap,
  .frontpage__rx2-1_4r .position--D2 .card__data_wrap,
  .frontpage__rx2-1_4r .position--D3 .card__data_wrap,
  .frontpage__rx2-1_4r .position--D4 .card__data_wrap,
  .frontpage__rx2-1_4r .position--D5 .card__data_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .frontpage__rx2-1_4r .position--B2 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--B3 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--B4 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--B5 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--D2 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--D3 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--D4 .card__photo_wrap,
  .frontpage__rx2-1_4r .position--D5 .card__photo_wrap {
    margin-right: 0;
  }
  .frontpage__rx2-1_4r .position--B2 .card__img,
  .frontpage__rx2-1_4r .position--B3 .card__img,
  .frontpage__rx2-1_4r .position--B4 .card__img,
  .frontpage__rx2-1_4r .position--B5 .card__img,
  .frontpage__rx2-1_4r .position--D2 .card__img,
  .frontpage__rx2-1_4r .position--D3 .card__img,
  .frontpage__rx2-1_4r .position--D4 .card__img,
  .frontpage__rx2-1_4r .position--D5 .card__img {
    aspect-ratio: 167/93;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 13px;
  }
  .frontpage__rx2-2r_2r,
  .frontpage__rx3d,
  .frontpage__rx3,
  .frontpage__rx4,
  .rubric-12 .frontpage__rx2-1_2--small,
  .kolumn__3x3,
  .kolumn__2x12,
  .kolumn__1x5,
  .articles-mobile-look,
  .on-this-date-articles,
  .latest_section__content {
    display: block;
  }
  .frontpage__rx2-2r_2r .card__description,
  .frontpage__rx3d .card__description,
  .frontpage__rx3 .card__description,
  .frontpage__rx4 .card__description,
  .rubric-12 .frontpage__rx2-1_2--small .card__description,
  .kolumn__3x3 .card__description,
  .kolumn__2x12 .card__description,
  .kolumn__1x5 .card__description,
  .articles-mobile-look .card__description,
  .on-this-date-articles .card__description,
  .latest_section__content .card__description {
    display: none !important;
  }
  .frontpage__rx2-2r_2r .card__separator,
  .frontpage__rx3d .card__separator,
  .frontpage__rx3 .card__separator,
  .frontpage__rx4 .card__separator,
  .rubric-12 .frontpage__rx2-1_2--small .card__separator,
  .kolumn__3x3 .card__separator,
  .kolumn__2x12 .card__separator,
  .kolumn__1x5 .card__separator,
  .articles-mobile-look .card__separator,
  .on-this-date-articles .card__separator,
  .latest_section__content .card__separator {
    display: none !important;
  }
  .frontpage__rx2-2r_2r .card__title,
  .frontpage__rx3d .card__title,
  .frontpage__rx3 .card__title,
  .frontpage__rx4 .card__title,
  .rubric-12 .frontpage__rx2-1_2--small .card__title,
  .kolumn__3x3 .card__title,
  .kolumn__2x12 .card__title,
  .kolumn__1x5 .card__title,
  .articles-mobile-look .card__title,
  .on-this-date-articles .card__title,
  .latest_section__content .card__title {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    font-size: 15px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    line-height: 20px !important;
  }
  .frontpage__rx2-2r_2r .card__overtitle,
  .frontpage__rx3d .card__overtitle,
  .frontpage__rx3 .card__overtitle,
  .frontpage__rx4 .card__overtitle,
  .rubric-12 .frontpage__rx2-1_2--small .card__overtitle,
  .kolumn__3x3 .card__overtitle,
  .kolumn__2x12 .card__overtitle,
  .kolumn__1x5 .card__overtitle,
  .articles-mobile-look .card__overtitle,
  .on-this-date-articles .card__overtitle,
  .latest_section__content .card__overtitle {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  .frontpage__rx2-2r_2r .card__photo_wrap,
  .frontpage__rx3d .card__photo_wrap,
  .frontpage__rx3 .card__photo_wrap,
  .frontpage__rx4 .card__photo_wrap,
  .rubric-12 .frontpage__rx2-1_2--small .card__photo_wrap,
  .kolumn__3x3 .card__photo_wrap,
  .kolumn__2x12 .card__photo_wrap,
  .kolumn__1x5 .card__photo_wrap,
  .articles-mobile-look .card__photo_wrap,
  .on-this-date-articles .card__photo_wrap,
  .latest_section__content .card__photo_wrap {
    min-width: 142px !important;
    width: 142px !important;
    height: 100% !important;
    aspect-ratio: 142/79 !important;
    overflow: hidden !important;
    margin-right: 12px !important;
  }
  .frontpage__rx2-2r_2r .card--latest .card__overtitle,
  .frontpage__rx3d .card--latest .card__overtitle,
  .frontpage__rx3 .card--latest .card__overtitle,
  .frontpage__rx4 .card--latest .card__overtitle,
  .rubric-12 .frontpage__rx2-1_2--small .card--latest .card__overtitle,
  .kolumn__3x3 .card--latest .card__overtitle,
  .kolumn__2x12 .card--latest .card__overtitle,
  .kolumn__1x5 .card--latest .card__overtitle,
  .articles-mobile-look .card--latest .card__overtitle,
  .on-this-date-articles .card--latest .card__overtitle,
  .latest_section__content .card--latest .card__overtitle {
    margin: 1.5px !important;
  }
  .frontpage__rx2-2r_2r .card__wrap,
  .frontpage__rx3d .card__wrap,
  .frontpage__rx3 .card__wrap,
  .frontpage__rx4 .card__wrap,
  .rubric-12 .frontpage__rx2-1_2--small .card__wrap,
  .kolumn__3x3 .card__wrap,
  .kolumn__2x12 .card__wrap,
  .kolumn__1x5 .card__wrap,
  .articles-mobile-look .card__wrap,
  .on-this-date-articles .card__wrap,
  .latest_section__content .card__wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-items: center;
    margin-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e0e6ea;
  }
  .frontpage__rx2-2r_2r .card__figure picture img,
  .frontpage__rx3d .card__figure picture img,
  .frontpage__rx3 .card__figure picture img,
  .frontpage__rx4 .card__figure picture img,
  .rubric-12 .frontpage__rx2-1_2--small .card__figure picture img,
  .kolumn__3x3 .card__figure picture img,
  .kolumn__2x12 .card__figure picture img,
  .kolumn__1x5 .card__figure picture img,
  .articles-mobile-look .card__figure picture img,
  .on-this-date-articles .card__figure picture img,
  .latest_section__content .card__figure picture img {
    height: auto !important;
    aspect-ratio: 142/79 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontpage__rx1rd .card__figure picture img {
    height: auto !important;
    aspect-ratio: 358/201 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontpage__rx2d .card__title {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    height: auto !important;
  }
  .frontpage__rx2d .card__description {
    display: none !important;
  }
  .frontpage__rx2d .card__figure picture img {
    height: auto !important;
    aspect-ratio: 171/96 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontpage__rx2-1_2--kolumn .card__title {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .frontpage__rx2-1_4r .position--D1 .card__title {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    height: auto !important;
    margin-bottom: 21px !important;
  }
  .frontpage__rx2-1_4r .position--D2 .card__title,
  .frontpage__rx2-1_4r .position--D3 .card__title,
  .frontpage__rx2-1_4r .position--D4 .card__title,
  .frontpage__rx2-1_4r .position--D5 .card__title {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .frontpage__rx2-1_2--small .position--A2,
  .frontpage__rx2-1_2--small .position--A3 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .header__login-button {
    padding: 6px 8px 6px 8px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
  }
  .header__logo_img {
    width: 65.3px;
    height: 32px;
  }
  .header__right {
    -ms-grid-columns: 0 0 0 0 0 0 0 auto 8px 32px 16px 0 0px 56px 0px 0 16px auto;
    grid-template-columns: 0 0 0 0 0 0 0 auto 8px 32px 16px 0 0px 56px 0px 0 16px auto;
        grid-template-areas: ". premium-text . premium-img . divider-1 . weather-text . weather-img . divider-2 . search . divider-3 . avatar";
  }
  .header__navigation,
  .header__dropdown,
  .header__premium-text,
  .header__premium-icon,
  #divider-1 {
    display: none;
  }
  .body_wrap {
    margin-top: 60px;
  }
  .kolumn__wrapper {
    margin-top: 0;
  }
  .header {
    padding: 0 16px;
    height: 60px;
  }
  .frontpage__wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .kolumn__wrapper > .gr-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article .container > .gr-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .container > .gr-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__social a {
    margin-left: 0 !important;
    margin-right: 8px;
  }
  .footer__social img {
    height: 32px !important;
    width: 32px !important;
  }
  .footer__bottom {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .fold_home_top--banner {
    margin-top: 0;
  }
  .frontpage__breaking {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .frontpage__breaking .card__data {
    padding: 16px;
  }
  .frontpage__breaking .card--breaking .card__data::before {
    top: 16px;
    left: 16px;
  }
  .frontpage__breaking .card__title {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
  }
  .modal--sc {
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  .mfp-bg {
    background: #171f24;
    opacity: 0.5;
  }
  .searchbar__wrapper {
    height: 100px;
  }
  .searchbar__wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-container {
    margin-top: 20px;
  }
  .fold_search__results .gr-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fold_search__results {
    margin-top: 85px !important;
  }
  .footer__middle {
    display: none;
  }
  .footer__mobile_middle {
    display: block;
  }
  .footer__mobile_middle__nav {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2c3f4a;
  }
  .footer__mobile_accordion,
  .footer__mobile_middle {
    display: block;
  }
  .footer__mobile_accordion__nav,
  .footer__mobile_middle__nav {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2c3f4a;
  }
  .footer__mobile_accordion__nav ul,
  .footer__mobile_middle__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -24px;
  }
  .footer__mobile_accordion__nav li,
  .footer__mobile_middle__nav li {
    margin-top: 24px;
  }
  .footer__mobile_accordion__nav a,
  .footer__mobile_middle__nav a {
    color: #2c3f4a;
  }
  .frontpage__najbar {
    display: none;
  }
  .gallery__overlay {
    background: rgba(23, 31, 36, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .gallery__overlay .gallery-overlay__left {
    position: fixed;
    left: 21px;
    z-index: 99999999;
    bottom: 148px;
    width: 32px;
    height: 32px;
  }
  .gallery__overlay .gallery-overlay__left button {
    padding: 0;
    padding-top: 3px;
  }
  .gallery__overlay #slider-next-overlay {
    position: fixed;
    left: 69px;
    z-index: 99999999;
    bottom: 148px;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .gallery__overlay img {
    width: 100%;
    height: auto;
  }
  .gallery__overlay .js_close-gallery-overlay {
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 0;
    z-index: 20;
  }
  .gallery__figure_caption {
    position: relative;
    bottom: 10px;
    margin-top: 10px;
    margin-left: 21px;
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #647782;
  }
  .js_gallery_overlay .gallery__figure_caption {
    margin-left: 8px;
  }
  .card--search .card__photo_wrap img {
    width: 142px;
    height: 79.88px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card--search .card__photo_wrap {
    width: 142px;
    height: 79.88px;
  }
  .card--search .card__title {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .card--search .card__overtitle {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
  }
  .card--search .card__time {
    display: none;
  }
  .gallery__normal {
    position: relative;
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
  }
  .gallery-overlay__paginator {
    display: none;
  }
  .frontpage__breaking .card__img {
    aspect-ratio: 390/340;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontpage__rx1ld .card__img,
  .frontpage__rx2-1_2--big .card__img {
    aspect-ratio: 288/162;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontpage__wrapper {
    padding-bottom: 16px;
  }
  .latest_section__icons {
    margin: 0;
  }
  .latest_section__icons img,
  .latest_section__icons div {
    height: 28px !important;
    width: 28px !important;
  }
  .frontpage__rx1-1_1 .card__wrap,
  .rubric-6 .frontpage__rx2-1_2--small .card__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .frontpage__rx1-1_1 .card__title,
  .rubric-6 .frontpage__rx2-1_2--small .card__title {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .frontpage__rx1-1_1 .card__photo_wrap,
  .rubric-6 .frontpage__rx2-1_2--small .card__photo_wrap {
    margin-right: 0 !important;
    width: 100%;
    min-width: 100%;
  }
  .frontpage__rx1-1_1 .card__data_wrap,
  .rubric-6 .frontpage__rx2-1_2--small .card__data_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .frontpage__rx1-1_1 .card__figure picture img,
  .rubric-6 .frontpage__rx2-1_2--small .card__figure picture img {
    height: auto !important;
    aspect-ratio: 156/87.75 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontpage__rx1-1_1 .card__separator,
  .rubric-6 .frontpage__rx2-1_2--small .card__separator {
    display: none;
  }
  .rubric-2 .frontpage__rx2-1_2--small .card__wrap,
  .rubric-9 .frontpage__rx2d .card__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rubric-2 .frontpage__rx2-1_2--small .card__title,
  .rubric-9 .frontpage__rx2d .card__title {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .rubric-2 .frontpage__rx2-1_2--small .card__photo_wrap,
  .rubric-9 .frontpage__rx2d .card__photo_wrap {
    margin-right: 0 !important;
    width: 100%;
    min-width: 100%;
  }
  .rubric-2 .frontpage__rx2-1_2--small .card__data_wrap,
  .rubric-9 .frontpage__rx2d .card__data_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rubric-2 .frontpage__rx2-1_2--small .card__figure picture img,
  .rubric-9 .frontpage__rx2d .card__figure picture img {
    height: auto !important;
    aspect-ratio: 156/87.75 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section_link__text {
    font-family: "Barlow" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0.2px !important;
    font-variant: small-caps !important;
  }
  .frontpage__rx2-1_4r article:first-of-type h2.card__title {
    line-height: unset;
  }
  .frontpage__rx1rd h2.card__title {
    font-family: "Noto Serif" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .latest_section .kolumn {
    padding-left: 0;
    padding-right: 0;
  }
  .article_header__title {
    font-size: 35px;
    line-height: 43px;
  }
  .card--search .card__title {
    min-height: 56px;
    height: auto;
  }
  .card--search .card__overtitle {
    min-height: 14px !important;
    height: 14px !important;
    margin-bottom: 3px !important;
  }
  .card-kolumna-style .card__photo_wrap {
    display: none;
  }
  .card-kolumna-style .card__kolumn_data_wrap {
    margin: 79px auto 0 !important;
  }
  .frontpage__rx1rd.articles-mobile-look .card__title {
    font-size: 15px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    line-height: 22px !important;
  }
  .header__divider#divider-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .header__divider#divider-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 12;
  }
  .header__divider#divider-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 16;
  }
  .header__premium-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header__premium-icon {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .header__weather-text {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  .header__weather-icon {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  .header__search {
    -ms-grid-row: 1;
    -ms-grid-column: 14;
  }
  .header__user {
    -ms-grid-row: 1;
    -ms-grid-column: 18;
  }
}
@media screen and (min-width: 1100px) {
  .header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .gallery__slider {
    height: 432px !important;
    left: initial !important;
    right: initial !important;
  }
}
@media screen and (max-width: 1100px) {
  .frontpage__embeded-article h2.card__title {
    font-family: "Noto Serif" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-top: 6px;
  }
  .gallery__slider {
    left: initial !important;
    right: initial !important;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1024px) {
  .gallery__normal .gallery__slider {
    height: unset !important;
    aspect-ratio: 16/9 !important;
  }
}
.accordion dt {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e6ea;
}
.accordion dt:after {
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-image: url("/static/images/caret.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion dt a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #004b71;
}
.accordion dt.open {
  border-bottom: 0;
}
.accordion dt.open a {
  color: #008bd2;
}
.accordion dt.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion dd.open {
  border-bottom: 1px solid #e0e6ea;
  padding-bottom: 24px;
}

.mobile-nav-bg {
  display: none;
}

.mobile-nav {
  display: none;
}

.header__hamburger_img--open {
  display: none;
}

body.mobile-nav-active .header__hamburger_img--close {
  display: none;
}
body.mobile-nav-active .header__hamburger_img--open {
  display: block !important;
}
body.mobile-nav-active .mobile-nav-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171f24;
  opacity: 0.5;
  z-index: 80;
}
body.mobile-nav-active .mobile-nav {
  overflow-y: scroll;
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  right: 56px;
  bottom: 0;
  background-color: white;
  z-index: 9999;
  padding-left: 32px;
  padding-right: 32px;
}
body.mobile-nav-active .mobile-nav__main__premium {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #004b71;
  text-transform: uppercase;
  line-height: 19px;
  margin-top: 32px;
  margin-bottom: 16px;
}
body.mobile-nav-active .mobile-nav__main__premium:after {
  display: inline-block;
  margin-left: 8px;
  content: " ";
  width: 16px;
  height: 10px;
  background-image: url("/static/images/icons/premium.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
body.mobile-nav-active .mobile-nav__local {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e0e6ea;
}
body.mobile-nav-active .mobile-nav__local ul li {
  color: #2c3f4a;
  text-transform: uppercase;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.mobile-nav-active .mobile-nav__local ul li:after {
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-image: url("/static/images/caret-mobile-nav.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
body.mobile-nav-active .mobile-nav__back, body.mobile-nav-active .mobile-nav__back__location {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px white;
}
body.mobile-nav-active .mobile-nav__back p, body.mobile-nav-active .mobile-nav__back__location p {
  text-transform: uppercase;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: white;
}
body.mobile-nav-active .mobile-nav__back ul li, body.mobile-nav-active .mobile-nav__back__location ul li {
  color: #2c3f4a;
  text-transform: uppercase;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.mobile-nav-active .mobile-nav__back ul li:before, body.mobile-nav-active .mobile-nav__back__location ul li:before {
  display: block;
  margin-right: 13px;
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url("/static/images/caret-mobile-nav.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.mobile-nav-active .mobile-nav .header__navigation {
  display: block;
  border-bottom: 0;
}
body.mobile-nav-active .mobile-nav .header__navigation-list {
  display: block;
}
body.mobile-nav-active .mobile-nav .header__navigation-list-item--active a,
body.mobile-nav-active .mobile-nav .header__navigation-list-item a:hover {
  border-bottom: solid 1px transparent;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding-left: 20px;
  font-size: 16px;
}
body.mobile-nav-active .mobile-nav .header__navigation-list-item:first-of-type a {
  margin-left: 16px;
}
body.mobile-nav-active .mobile-nav .header__navigation-list-item a {
  margin: 0;
  padding: 16px 0;
  margin-left: 16px;
  color: #768a96;
  width: 80%;
  text-transform: uppercase;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: padding-left 0.3s, font-weight 0.1s;
  transition: padding-left 0.3s, font-weight 0.1s;
}

.frontpage__najbar--mobile dl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.frontpage__najbar--mobile dt {
  height: 44px;
}
.frontpage__najbar--mobile dt a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 107%;
  /* identical to box height, or 13px */
  text-transform: uppercase;
  color: #768a96;
}

.sc-file-download {
  background: #e9f0f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 12px;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* ////////// NAPOMENA ////////////
 * Ovo je kinda shitcode, i s razlogom je ovdje.
 * Klijent je jako često stavljao članke sa svojim CSSom i to naravno narušava dizajn.
 * Da se to riješi forsiramo font i stil za sve elemente unutar članka, to naravno znači da uključuje i naše elemente.
 * Zato je to u ovom fileu koji se zadnje učitava i zato ima important.
 * U teoriji se može pomaknuti u smisleniji file koji bi se zvao _m_overrides.scss.
 */
.sc-file-audio {
  position: relative;
}
.sc-file-audio__title {
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  /* SBplus/Grayscale/Gray 7 */
  color: #2c3f4a !important;
}
.sc-file-audio__subtitle {
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
  /* SBplus/Grayscale/Gray 6 */
  color: #505f68 !important;
  margin-bottom: 2px;
}
.sc-file-audio__progress_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #008bd2;
}
.sc-file-audio__seek_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  height: 8px;
  z-index: 9999;
  width: 100%;
}
.sc-file-audio__bg_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  height: 4px;
  width: 100%;
  background-color: #e0e6ea;
}
.sc-file-audio__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sc-file-audio__btn {
  width: 32px !important;
  height: 32px !important;
  margin-right: 6px;
  cursor: pointer;
}
.sc-file-audio__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.sc-file-audio__btn--play {
  display: none;
}

.sc-file-audio--pause .sc-file-audio__btn--play {
  display: block !important;
}
.sc-file-audio--pause .sc-file-audio__btn--pause {
  display: none !important;
}

.sc-file-download-subtitle {
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  text-transform: uppercase !important;
  /* SBplus/Grayscale/Gray 6 */
  color: #505f68 !important;
  margin-bottom: 2px;
}

.sc-file-download-title {
  font-family: "Barlow" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  /* SBplus/Grayscale/Gray 7 */
  color: #2c3f4a !important;
}

.rsSlide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.rsActiveSlide {
  opacity: 1;
}

.card--kolumne .onereply__avatar img {
  border: 4px solid #fff !important;
}
/*# sourceMappingURL=style.css.map */