@charset "UTF-8";
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

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

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

img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  line-height: 1.25;
}

body {
  background: #F7F9F9;
  color: #333745;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: #005EB8;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

a:hover {
  color: #005EB8;
}

code {
  font-size: 12px;
  font-weight: normal;
  padding: 1px 2px 2px;
}

hr {
  margin: 20px 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 14px;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

pre {
  white-space: pre;
  word-wrap: normal;
}

pre code {
  display: block;
  overflow-x: auto;
  padding: 16px 20px;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h7 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

@-webkit-keyframes subMenuAnimation {
  0% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes subMenuAnimation {
  0% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

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

.wn-icon,
[class^="icon--"], [class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wn' !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--arrow_down:before {
  content: "\E900";
}

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

.icon--facebook {
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

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

.label .icon--facebook {
  color: #005EB8;
}

.label .icon--facebook:first-child {
  margin-left: -5px;
}

.label:hover .icon--facebook {
  color: #FFFFFF;
}

.icon--google_plus:before {
  content: "\E903";
}

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

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

.icon--message:before {
  content: "\E906";
}

.label .icon--message {
  color: #63D2FF;
}

.icon--rss:before {
  content: "\E907";
}

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

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

.icon--youtube:before {
  content: "\E90A";
}

.heading {
  display: block;
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.heading.fz-1 {
  font-size: 36px;
}

.heading.fz-2 {
  font-size: 28px;
}

.heading.fz-3 {
  font-size: 24px;
}

.heading.fz-4 {
  font-size: 20px;
}

.heading.fz-5 {
  font-size: 18px;
}

.heading.fz-6 {
  font-size: 16px;
}

.heading.fz-7 {
  font-size: 14px;
}

h1 {
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 1.5rem;
}

h3 {
  margin-bottom: 1.25rem;
}

h4 {
  margin-bottom: 1rem;
}

.fw-600 {
  font-weight: 600;
}

.fs\:1 {
  font-size: 36px;
}

.fs\:2 {
  font-size: 28px;
}

.fs\:3 {
  font-size: 24px;
}

.fs\:4 {
  font-size: 20px;
}

.fs\:5 {
  font-size: 18px;
}

.fs\:6 {
  font-size: 16px;
}

.fs\:7 {
  font-size: 14px;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
}

.container.is-fluid {
  margin: 0 20px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  #app {
    max-width: 100%;
    overflow: hidden;
  }
}

.column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.33333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.66666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.66666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.33333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.66666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.33333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.66666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px) {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (min-width: 980px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1180px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .columns.is-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.is-grid > .column {
    max-width: 33.3333%;
    width: 33.3333%;
  }
  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

.tile {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.tile.is-ancestor:last-child {
  margin-bottom: -10px;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 10px;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 10px;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.header__logo {
  text-align: center;
  padding: 10px 20px;
}

.footer {
  color: #C0D6DF;
  margin-top: 20px;
}

.footer__decorator {
  display: block;
  margin-bottom: -8px;
  position: relative;
}

.footer__bottom {
  background: #171A21;
  padding-top: 8px;
}

.footer__extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .footer__extras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__info {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.footer__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(192, 214, 223, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 70px;
  margin-top: 30px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .footer__row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    text-align: center;
    width: 100%;
  }
  .footer__nav li {
    display: block;
    padding: 8px 0;
  }
}

.footer__creator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__creator {
    margin-right: auto;
  }
}

.footer__creator span {
  display: inline-block;
  margin-right: 5px;
}

.footer__creator a, .footer__creator img {
  display: block;
}

.footer__supplement {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__supplement {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 20px;
  }
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 30px;
}

.footer__social-btn {
  color: #C0D6DF;
  font-size: 14px;
  margin-right: 40px;
}

.footer__social-btn i {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .footer__social-btn i {
    margin-right: 15px;
  }
}

.footer__item {
  color: #C0D6DF;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
}

.special__articles {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .special__articles {
    margin-top: 30px;
    margin-left: -26px;
    margin-right: -26px;
    margin-bottom: -15px;
  }
}

@media screen and (max-width: 767px) {
  .special__articles .tile {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 980px) {
  .special__articles .tile:nth-child(2) {
    margin: 0 4px;
  }
}

@media screen and (min-width: 768px) {
  .special__articles .tile:nth-child(4) {
    margin-left: 4px;
  }
}

.special__articles.\--zero-margin {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.special__minis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 979px) {
  .special__minis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 8px;
  }
  .special__minis .tile {
    margin-bottom: 20px;
  }
}

.articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .articles-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.articles-row .art {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .articles-row .art {
    max-width: 50%;
  }
  .articles-row .art:first-of-type {
    margin-right: 15px;
  }
  .articles-row .art:last-of-type {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .articles-row .art {
    padding-bottom: 10px;
  }
}

.article__header {
  position: relative;
  margin-bottom: 60px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
    overflow: hidden;
  }
  .article__header img {
    height: 400px;
    max-width: initial;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.article__header--cover {
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.article__header__top, .article__header__bottom {
  position: absolute;
  left: 30px;
  z-index: 10;
}

.article__header__top {
  top: 30px;
}

.article__header__bottom {
  bottom: 30px;
  color: #FFFFFF;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .article__header__bottom {
    max-width: 90%;
  }
}

.article__author {
  font-size: 16px;
}

.article__author a {
  color: rgba(51, 55, 69, 0.8);
}

.article__title {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.article__title + .article__meta {
  margin-top: -10px;
}

.article__lead {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}

.article__date {
  display: inline-block;
  opacity: .8;
}

.article__date:not(.block) {
  margin-left: 20px;
}

.article__date.block {
  margin-bottom: 10px;
}

.article__related img.size-normal {
  height: auto;
}

.article__related .art {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .article__related .tile .tile:nth-child(2) {
    margin: 0 4px;
  }
}

.article__tags {
  margin: 40px 0;
}

.article__partners {
  background: #F7F9F9;
  margin: 40px 0;
  padding: 15px;
}

.article__partners__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
}

.article__content:after {
  content: "";
  display: block;
  clear: both;
}

h1 + .article__content {
  margin-top: 20px;
}

.article__content ul, .article__content ol, .article__content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.article__content ul a, .article__content ol a, .article__content p a {
  font-weight: 600;
}

.article__content ul, .article__content ol {
  margin: 30px;
}

.article__content ul li, .article__content ol li {
  margin-bottom: 10px;
}

.article__content ul {
  list-style-type: square;
}

.article__content ol {
  list-style-type: decimal;
}

.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5 {
  margin-bottom: 1rem;
}

.article__content blockquote, .article__content blockquote p {
  font-weight: 600;
  font-style: italic;
}

.article__content blockquote {
  background: #F7F9F9;
  margin: 30px;
  position: relative;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .article__content blockquote {
    width: 50%;
    float: right;
    margin-left: 60px;
  }
}

.article__content blockquote:before {
  content: '"';
  display: block;
  left: -40px;
  font-family: cursive;
  font-size: 80px;
  line-height: 1em;
  position: absolute;
  top: 0;
}

.article__content blockquote p:last-child {
  margin-bottom: 0;
}

.article__content figure.aligncenter,
.article__content img.aligncenter {
  display: block;
  margin: 20px auto;
}

.article__content figure.alignleft,
.article__content img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.article__content figure.alignright,
.article__content img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.article__content.old img.size-full {
  display: block;
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .article__social .label {
    padding: 1px 5px;
  }
}

.art {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .art .tile__labels,
  .art .tile__date {
    display: none;
  }
  .art:first-child {
    margin-right: 5px;
  }
  .art:last-child {
    margin-left: 5px;
  }
}

.art__title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.art__title a {
  color: #333745;
}

@media screen and (max-width: 767px) {
  .art__title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.art__author {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: .6;
}

.art__lead {
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .art__lead {
    display: none;
  }
}

.art--full .tile__clickable img {
  height: auto;
  width: 100%;
}

.control {
  padding: 7.5px 0;
  width: 100%;
}

.control label {
  font-weight: 600;
}

.input {
  border: 1px solid rgba(51, 55, 69, 0.2);
  border-radius: 2px;
  font-size: 18px;
  padding: 10px 15px;
  width: 100%;
}

.input::-moz-placeholder {
  color: rgba(51, 55, 69, 0.2);
}

.input::-webkit-input-placeholder {
  color: rgba(51, 55, 69, 0.2);
}

.input:-moz-placeholder {
  color: rgba(51, 55, 69, 0.2);
}

.input:-ms-input-placeholder {
  color: rgba(51, 55, 69, 0.2);
}

.input:focus {
  border-color: #333745;
  outline: none;
}

input:disabled {
  background: #F7F9F9;
}

.checkbox {
  color: rgba(51, 55, 69, 0.5);
  font-weight: 600;
  font-size: 16px;
}

.checkbox input {
  margin-right: .5rem;
}

label a {
  font-weight: 600;
  text-decoration: underline;
}

.error {
  color: #E63462;
  font-weight: 600;
}

.msg-success {
  background: #0CCE6B;
  color: #FFFFFF;
  padding: 15px;
}

h1 + .msg-success {
  margin-top: -20px;
  margin-bottom: 20px;
}

.topbar {
  background: #171A21;
  color: #F7F9F9;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
}

.topbar .container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 32px;
}

.topbar__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .topbar__date {
    display: none;
  }
}

.topbar__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .topbar__nav.flex--right {
    display: none;
  }
}

.topbar__item {
  color: #F7F9F9;
  padding: 2px 10px;
}

.topbar__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F7F9F9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
}

.box {
  background: #FFFFFF;
  margin-bottom: 4px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 15px;
  }
}

.box--grey {
  background: #F7F9F9;
  padding: 20px 30px;
}

.box--grey .columns,
.box--grey .column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box--grey img {
  display: inline-block;
  max-height: 50px;
  margin-right: 20px;
  width: auto;
}

.box--grey .column--first {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 20px;
}

.box__label {
  color: #C0D6DF;
}

.box__title {
  font-weight: 700;
  margin-bottom: 15px;
}

.box__title a {
  color: inherit;
}

.box__title a:hover {
  color: #005EB8;
}

.box__video {
  margin-top: 20px;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.box__video .video,
.box__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box--left {
  margin-right: 2px;
}

.box--right {
  margin-left: 2px;
}

.box.special {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .box.special {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .box.special .column {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .box.special .column.is-9 {
    margin-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .box.special .column.is-3 {
    margin-left: 2px;
  }
}

.box--partners a {
  margin: 15px auto;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .box--partners a {
    display: block;
    text-align: center;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box--partners a {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    height: auto !important;
  }
}

@media screen and (min-width: 980px) {
  .box--partners a {
    max-width: 180px;
  }
}

@media screen and (min-width: 1440px) {
  .box--partners a {
    max-width: 220px;
  }
}

.box--partners img {
  max-height: 110px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box--partners img {
    height: auto !important;
  }
}

.box--category .is-3 img {
  display: inline-block;
  margin: 10px;
}

@media screen and (max-width: 979px) {
  .box--category .is-3 img {
    max-height: 50px;
    margin: 10px;
    width: auto;
  }
}

.box--category .box__lead--partners {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box--category .box__lead:not(.box__lead--partners) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .box__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    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;
  }
}

.box__logos a {
  display: block;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .box__logos a img {
    max-height: 80px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .box--partners {
    display: none;
  }
}

.box--mobile-partners {
  display: none;
}

@media screen and (max-width: 767px) {
  .box--mobile-partners {
    display: block;
  }
  .box--mobile-partners img {
    max-width: 140px;
  }
}

.box--mobile-partners .box__logos,
.box--mobile-partners .box__logos p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logos__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos__rows img,
.logos__rows a {
  display: block;
  max-width: 150px;
  margin: 15px;
}

.menubox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  line-height: 70px;
  height: 70px;
  margin-bottom: 4px;
  position: relative;
}

.menubox__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #333745;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  height: 70px;
  width: 70px;
}

.menubox__icon.is-active, .menubox__icon:hover {
  background: #005EB8;
  color: #FFFFFF;
}

.menubox__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 4px;
}

@media screen and (max-width: 979px) {
  .menubox__nav {
    display: none;
  }
  .menubox__nav.\--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background: #FFFFFF;
    position: fixed;
    z-index: 1000000000;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 0;
    overflow-y: auto;
  }
}

.menubox__nav:before {
  background: #F7F9F9;
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -1px;
}

.menubox__item {
  border-bottom: 4px solid transparent;
  color: #333745;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.2px;
  text-transform: uppercase;
  padding: 8px 10px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .menubox__item {
    padding-left: 20px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1179px) {
  .menubox__item {
    padding: 8px 5px;
  }
}

@media screen and (min-width: 1440px) {
  .menubox__item {
    padding: 8px 15px;
  }
}

.menubox__item__submenu {
  display: none;
  border-bottom: 4px solid #C0D6DF;
  border-top: 4px solid #C0D6DF;
  position: absolute;
  width: 100%;
  z-index: 10;
  line-height: 1;
  left: 0;
  top: 68px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  opacity: 0;
  -webkit-box-shadow: 0px 7px 20px 2px rgba(192, 214, 223, 0.4);
  box-shadow: 0px 7px 20px 2px rgba(192, 214, 223, 0.4);
  z-index: 1000;
}

.menubox__item__submenu .box:not(.box--grey) {
  padding: 45px 30px;
}

.menubox__item__submenu .box + .box--grey {
  margin-top: -15px;
}

.menubox__item__submenu .tile {
  margin: 0 2px;
}

.menubox__item__submenu a {
  line-height: 1.8;
}

.menubox__item__submenu .box {
  margin: 0 -2px;
}

.menubox__item-sub {
  display: none;
}

@media screen and (max-width: 767px) {
  .menubox__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
  }
}

.menubox__nav li:hover {
  background: #C0D6DF;
}

.menubox__nav li:hover .menubox__item {
  color: #005EB8;
}

.menubox__nav li:hover .menubox__item--parent:after {
  color: #171A21;
}

.menubox__nav li:hover .menubox__item__submenu {
  display: block;
  z-index: 1000;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .menubox__nav li:hover .menubox__item__submenu {
    display: none;
  }
}

.menubox__nav li:hover .menubox__item__submenu li:hover {
  background: none;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu:not(:last-child) {
  margin: -20px 0 30px;
}

.submenu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu li:not(:last-of-type):after {
  content: '';
  display: block;
  width: 1px;
  margin: 0 16px;
  height: 15px;
  background: #d1e1e8;
}

.submenu__item {
  color: #333745;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.2px;
  padding: 2px 8px;
}

@media screen and (max-width: 767px) {
  #pushAdClicker {
    display: none;
  }
}

.hamburger {
  border-radius: 0;
  display: block;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 980px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  background: #333745;
  height: 3px;
  width: 32px;
  display: block;
  margin: 6px auto;
}

.hamburger:hover, .hamburger:active, .hamburger:focus {
  outline: none;
  background: transparent;
}

.hamburger:hover span, .hamburger:active span, .hamburger:focus span {
  background: #333745;
}

.hamburger.\--active {
  position: fixed;
  z-index: 1000000001;
  top: 0;
  right: 0;
}

.hamburger.\--active span {
  margin: 0;
}

.hamburger.\--active span:nth-child(2) {
  display: none;
}

.hamburger.\--active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.hamburger.\--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-box button:focus {
  outline: none;
}

.search-box__input {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  padding: 0 15px;
}

.search-box__input:focus {
  outline: none;
}

button.button:focus,
input[type="button"].button:focus,
input[type="submit"].button:focus {
  outline: none;
}

.button {
  background: #333745;
  border: 0;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.button:hover {
  color: #FFFFFF;
}

.button:focus {
  outline: none;
}

.button--icon {
  border: none;
  border-radius: 0;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
}

.button--icon:focus {
  outline: none;
}

.button--primary {
  background: #005EB8;
  border: 1px solid #005EB8;
  color: #FFFFFF;
}

.button--primary:hover {
  background: #FFFFFF;
  color: #005EB8;
}

.button--orange {
  background: #FE5F55;
  border: 1px solid #FE5F55;
  color: #FFFFFF;
}

.button--orange:hover {
  background: #FFFFFF;
  color: #FE5F55;
}

.button--green {
  background: #0CCE6B;
  border: 1px solid #0CCE6B;
  color: #FFFFFF;
}

.button--green:hover {
  background: #FFFFFF;
  color: #0CCE6B;
}

.button--mayablue {
  background: #63D2FF;
  border: 1px solid #63D2FF;
  color: #FFFFFF;
}

.button--mayablue:hover {
  background: #FFFFFF;
  color: #63D2FF;
}

.button--red {
  background: #E63462;
  border: 1px solid #E63462;
  color: #FFFFFF;
}

.button--red:hover {
  background: #FFFFFF;
  color: #E63462;
}

.button--grey {
  background: #F7F9F9;
  border: 1px solid #F7F9F9;
  color: #333745;
}

.button--grey:hover {
  background: #333745;
  color: #F7F9F9;
}

.button--default {
  background: #333745;
  border: 1px solid #333745;
  color: #FFFFFF;
}

.button--default:hover {
  background: #FFFFFF;
  color: #333745;
}

.button.button--small {
  font-size: 14px;
  padding: 0px 15px;
}

.button--print {
  position: absolute;
  z-index: 100;
  right: 30px;
}

.single-feeds .button--print {
  display: none;
}

@media screen and (min-width: 768px) {
  .button--print {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .button--print {
    display: none !important;
  }
}

.button--large {
  font-size: 20px;
  padding: 15px 30px;
}

.button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.button:disabled, .button[disabled] {
  background: #C0D6DF;
  border-color: #C0D6DF;
  color: #333745;
  cursor: not-allowed;
}

.label {
  background: #3e4354;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 1px 15px;
}

@media screen and (max-width: 767px) {
  .label {
    padding: 1px 7px;
  }
}

.label + .label {
  margin-left: 5px;
}

.label img {
  margin-left: -10px;
  padding-right: 5px;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.label span {
  font-weight: 400;
}

.label:hover {
  color: rgba(255, 255, 255, 0.9);
}

.label--primary {
  background: #005EB8;
}

.label--orange {
  background: #E63462;
}

.overlay {
  background: rgba(23, 26, 33, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tiles {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
}

.tiles__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .tiles__column.tile.is-6 {
    width: 60%;
  }
  .tiles__column.tile.is-6.tiles__column--right {
    width: 40%;
  }
}

@media screen and (max-width: 979px) {
  .tiles__column .tile__labels, .tiles__column .tile__date, .tiles__column .tile__gradient, .tiles__column .tile__author {
    display: none;
  }
  .tiles__column .tile__title {
    color: #333745;
  }
  .tiles__column .tile:not(.mini) img {
    mix-blend-mode: normal;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .tiles__column--right {
    padding-left: 2px;
  }
}

.tiles__column--right .tile {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tiles__column--right .tile {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    max-width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .tiles__column .tile {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .tiles__column .tile__clickable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .tiles__column .tile__content {
    background: #F7F9F9;
    padding: 8px;
    position: relative;
  }
  .tiles__column .tile__title {
    color: #333745;
    font-size: 14px;
  }
  .tiles__column .tile__title.fz-3 {
    font-size: 20px;
  }
  .tiles__column .tile__gradient {
    bottom: 1px;
    right: 1px;
  }
}

@media screen and (min-width: 768px) {
  .tiles__column .tile:nth-child(1), .tiles__column .tile:nth-child(2) {
    padding-bottom: 1px;
  }
}

@media screen and (min-width: 768px) {
  .tiles__column .tile:nth-child(3), .tiles__column .tile:nth-child(4) {
    padding-top: 1px;
  }
}

@media screen and (min-width: 768px) {
  .tiles__column .tile:nth-child(1), .tiles__column .tile:nth-child(3) {
    padding-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .tiles__column .tile:nth-child(2), .tiles__column .tile:nth-child(4) {
    padding-left: 2px;
  }
}

.tile {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tile.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.tile img {
  display: block;
  position: relative;
  z-index: 1;
}

.tile:not(.mini) img {
  mix-blend-mode: overlay;
  opacity: .65;
}

.tile__labels, .tile__date, .tile__content {
  position: absolute;
  z-index: 10;
}

.tile__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  top: 15px;
  right: 15px;
}

.tile__date {
  top: 15px;
  left: 15px;
}

.tile__content {
  bottom: 0;
  color: #F7F9F9;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
}

.tile__title {
  display: block;
}

@media screen and (max-width: 767px) {
  .tile__title {
    font-size: 18px;
  }
}

.tile__author {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
}

.tile__gradient {
  background: -webkit-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
  background: -moz- oldradial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
  background: radial-gradient(ellipse at center, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
  position: absolute;
  z-index: 0;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 2px;
}

.tile__clickable {
  position: relative;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

@media screen and (max-width: 767px) {
  .tile__clickable {
    display: block;
  }
}

.tile__clickable:hover img {
  mix-blend-mode: normal;
  opacity: 1;
}

.tile__clickable:hover .tile__gradient {
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  -webkit-animation: tileGradient .35s;
  animation: tileGradient .35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tile__clickable:hover .tile__title {
  color: #333745;
}

@media screen and (max-width: 767px) {
  .tile__labels, .tile__date {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tile__title {
    font-size: 16px;
  }
}

@-webkit-keyframes tileGradient {
  from {
    background: -webkit-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
    background: radial-gradient(ellipse at center, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
  }
  to {
    background: -webkit-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.85) 0%, #333745 100%);
    background: radial-gradient(ellipse at center, rgba(51, 55, 69, 0.85) 0%, #333745 100%);
  }
}

@keyframes tileGradient {
  from {
    background: -webkit-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
    background: -moz- oldradial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
    background: radial-gradient(ellipse at center, rgba(51, 55, 69, 0.7) 0%, rgba(51, 55, 69, 0.95) 100%);
  }
  to {
    background: -webkit-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.85) 0%, #333745 100%);
    background: -moz- oldradial-gradient(center, ellipse, rgba(51, 55, 69, 0.85) 0%, #333745 100%);
    background: -o-radial-gradient(center, ellipse, rgba(51, 55, 69, 0.85) 0%, #333745 100%);
    background: radial-gradient(ellipse at center, rgba(51, 55, 69, 0.85) 0%, #333745 100%);
  }
}

table td, table th {
  border: 1px solid #e2ecf0;
  font-size: .9em;
  padding: 5px;
}

.table {
  width: 100%;
}

.mini {
  color: rgba(51, 55, 69, 0.6);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .mini {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    padding: 15px 0;
  }
}

.mini__author {
  display: inline-block;
  line-height: 1.3;
}

.mini__title {
  color: #333745;
  margin-bottom: 5px;
  padding-right: 5px;
}

.mini__thumbnail {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.mini__author {
  color: rgba(51, 55, 69, 0.6);
  font-size: 14px;
}

.feed__item {
  display: block;
  margin-bottom: 20px;
  padding: 0;
}

@media screen and (min-width: 980px) {
  .feed .column.odd {
    padding: 0;
    padding-right: 15px;
  }
}

@media screen and (min-width: 980px) {
  .feed .column.even {
    padding: 0;
    padding-left: 15px;
  }
}

@media screen and (max-width: 979px) {
  .feed .column.is-8 {
    margin-bottom: 30px;
  }
}

.feed__date {
  color: rgba(51, 55, 69, 0.6);
  display: block;
  font-size: 14px;
  letter-spacing: -0.4px;
}

.feeds {
  margin-top: 30px;
}

.banner {
  margin: 30px 0;
  text-align: center;
}

.banner img {
  display: block;
  margin: 0 auto;
}

.placement--centered {
  margin: 20px auto;
}

.placement--float-left {
  margin: 20px 20px 20px 0;
  float: left;
}

.article__gradient {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background: rgba(23, 26, 33, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 26, 33, 0.2)), to(#171A21));
  background: -webkit-linear-gradient(top, rgba(23, 26, 33, 0.2) 0%, #171A21 100%);
  background: -moz- oldlinear-gradient(top, rgba(23, 26, 33, 0.2) 0%, #171A21 100%);
  background: -o-linear-gradient(top, rgba(23, 26, 33, 0.2) 0%, #171A21 100%);
  background: linear-gradient(to bottom, rgba(23, 26, 33, 0.2) 0%, #171A21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  background-blend-mode: overlay;
}

.paginator {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.paginator:last-child {
  padding-bottom: 0;
}

.paginator .page-numbers {
  background: #F7F9F9;
  border-radius: 2px;
  color: #333745;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin: 4px 2px;
  height: 40px;
  width: 40px;
  padding: 3px;
  line-height: 40px;
}

.paginator .page-numbers.dots {
  background: transparent;
}

.paginator .page-numbers.next, .paginator .page-numbers.prev {
  color: rgba(51, 55, 69, 0.6);
  padding: 3px 15px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .paginator .page-numbers.next, .paginator .page-numbers.prev {
    display: none;
  }
}

.paginator .page-numbers.current {
  background: #005EB8;
  color: #FFFFFF;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: fixed;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .modal {
    background: rgba(0, 0, 0, 0.85);
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    bottom: -50px;
    padding: 50px 15px 15px 15px;
    overflow-y: auto;
  }
  .modal::-webkit-scrollbar {
    display: none;
  }
}

.modal-overlay {
  background: rgba(23, 26, 33, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-box {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 10;
  height: 450px;
  width: 800px;
  max-width: 100%;
  position: relative;
  padding: 30px;
}

.modal-box__close {
  border-top: 2px solid #FFFFFF;
  color: #FFFFFF;
  position: absolute;
  top: -50px;
  right: 0;
}

.modal-box__loginform {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-box__loginform form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-box__loginform:after {
  background: rgba(51, 55, 69, 0.1);
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-box__loginimg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-box.loginBox {
  background: #FFFFFF url(../images//login.jpg) no-repeat center center;
  height: auto;
}

@media screen and (max-width: 767px) {
  .modal-box.loginBox {
    padding: 10px;
  }
  .modal-box.loginBox .modal-box__loginform {
    padding-right: 0;
  }
  .modal-box.loginBox .modal-box__loginform:after {
    display: none;
  }
  .modal-box.loginBox .modal-box__loginimg {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-top: 30px;
  }
  .modal-box.loginBox .modal-box__loginimg h3 {
    display: none;
  }
  .modal-box.loginBox .modal-box__loginimg .mt--4 {
    margin-top: 10px;
  }
  .modal-box.loginBox .flex.flex--a-center.flex-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsletter-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/newsletter-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  min-height: 420px;
  width: 800px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .newsletter-box {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-box {
    position: relative;
    -webkit-transform: none;
    transform: none;
    min-height: initial;
    height: auto;
    top: 0;
    left: 0;
  }
}

.newsletter-box__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-weight: 700;
  font-size: 24px;
}

.newsletter-box__title span {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .newsletter-box__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsletter-box__disclaimer {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.3;
}

.newsletter-box__disclaimer input {
  margin: 5px 10px;
}

.newsletter-box__disclaimer label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.newsletter-box__disclaimer span {
  font-size: 14px;
  opacity: .8;
}

@media screen and (min-width: 768px) {
  .newsletter-box form {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-box form .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsletter-box .button--primary {
  padding: 8px 50px;
}

@media screen and (min-width: 768px) {
  .newsletter-box .button--primary {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-box .button--primary {
    margin-top: 10px;
  }
}

.newsletter-box__messages {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.newsletter-box__messages.\--error {
  color: #E63462;
  font-weight: 700;
}

.newsletter-box__messages.\--success {
  color: #0CCE6B;
}

.loader {
  min-height: 50px;
  position: relative;
}

.loader .indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
}

.loader .indicator.s2x {
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
}

.loader .indicator.s3x {
  -webkit-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
}

.loader .indicator.s4x {
  -webkit-transform: translate(-50%, -50%) scale(5);
  transform: translate(-50%, -50%) scale(5);
}

.loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loader .indicator svg polyline#back {
  stroke: rgba(0, 94, 184, 0.3);
}

.loader .indicator svg polyline#front {
  stroke: #005EB8;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.spinner,
.spinner:after,
.spinner:before {
  background: #C0D6DF;
  -webkit-animation: spinnerPulse 1s infinite ease-in-out;
  animation: spinnerPulse 1s infinite ease-in-out;
  width: 4px;
  height: 20px;
}

.spinner.is-white,
.spinner.is-white:after,
.spinner.is-white:before {
  background: #FFFFFF;
}

.spinner {
  color: #C0D6DF;
  text-indent: -9999em;
  position: relative;
  font-size: 11px;
  margin-left: 24px;
  margin-bottom: -10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner.is-white {
  color: #FFFFFF;
}

.spinner:before, .spinner:after {
  content: '';
  top: 0;
  position: absolute;
}

.spinner:before {
  left: -7px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner:after {
  left: 7px;
}

span + .spinner,
.spinner + span {
  margin-left: 10px;
}

@-webkit-keyframes spinnerPulse {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 20px;
    opacity: .8;
  }
  40% {
    -webkit-box-shadow: 0 -.5em;
    box-shadow: 0 -.5em;
    height: 24px;
    opacity: 1;
  }
}

@keyframes spinnerPulse {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 20px;
    opacity: .8;
  }
  40% {
    -webkit-box-shadow: 0 -.5em;
    box-shadow: 0 -.5em;
    height: 24px;
    opacity: 1;
  }
}

.author-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333745;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 4px;
}

.author-item__photo {
  display: inline-block;
  margin-right: 12px;
}

h3#comments {
  display: none;
}

.article__comments__legacy {
  padding-top: 90px;
}

.article__comments__legacy .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 30px 0;
}

.article__comments__legacy .navigation .alignright {
  margin-left: auto;
}

.article__comments__legacy .comment-respond {
  display: none;
}

.commentlist {
  list-style: none;
  padding-top: 30px;
}

.commentlist .comment {
  padding: 30px 15px;
}

.commentlist .comment.odd {
  background: #F7F9F9;
}

.commentlist .comment-content {
  line-height: 1.4;
}

.commentlist .comment-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}

.commentlist .comment-author img {
  display: inline-block;
  margin-right: 10px;
}

.commentlist .comment-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 10px;
}

.commentlist .comment-metadata {
  margin-left: auto;
}

.commentlist .comment-meta .fn {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}

.commentlist .comment-meta .says {
  opacity: .7;
}

.commentlist .comment .reply {
  display: none;
}

.embed.responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 20px 0;
}

.embed.responsive.medium {
  margin: 20px -200px;
  padding-top: 225px;
}

.embed.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.tag {
  background: #F7F9F9;
  color: #333745;
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 2px;
  padding: 2px 8px;
}

a.tag:hover {
  background: #005EB8;
  color: #F7F9F9;
}

.plans {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans:not(:last-child) {
  margin-bottom: 60px;
}

.plans.narrow {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .plans {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.plan-wrapper {
  position: relative;
}

.plan-wrapper:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .plan-wrapper:not(:last-of-type) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.plans.narrow .plan-wrapper:not(:last-of-type) {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .plan-wrapper {
    width: 45%;
  }
}

.plans.narrow .plan-wrapper {
  width: 45%;
}

.plan-wrapper input[type="radio"] {
  position: absolute;
  top: 10px;
  right: 10px;
}

.plan-wrapper input[type="radio"]:checked + .plan {
  background: #005EB8;
  border-color: #005EB8;
  color: #FFFFFF;
}

.plan {
  border: 1px solid #C0D6DF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  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;
  padding: 30px;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .plan {
    padding: 10px;
  }
}

.plan__name {
  margin-bottom: 10px;
  font-size: 18px;
}

.plan__price {
  margin-bottom: 10px;
  text-align: center;
}

.plan__price span {
  font-size: 28px;
  font-weight: 600;
  display: block;
  line-height: 28px;
}

.plan__price small {
  opacity: .5;
}

.plan__price__meta {
  margin-top: 10px;
  line-height: 1.1em;
}

.plan__content {
  text-align: center;
}

.plan__content small {
  display: inline-block;
  line-height: 1.2;
  opacity: .55;
}

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

.plans.narrow .plan {
  padding: 10px;
}

.plans.narrow .plan__price {
  font-size: 18px;
}

.plans.narrow .plan__duration, .plans.narrow .plan__content {
  font-size: 12px;
}

.plans.narrow .plan__duration h5, .plans.narrow .plan__content h5 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .plans-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.plans-cta__meta {
  margin-left: 4rem;
}

@media screen and (max-width: 767px) {
  .plans-cta__meta {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.narrow .plan-wrapper input[type="radio"] {
  top: -5px;
  right: -5px;
}

.narrow .plans-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.narrow .plans-cta__meta {
  margin-left: 0;
  margin-top: 2rem;
}

.article__content .order-form {
  margin: 4rem 0;
}

.article__content .plan {
  margin-bottom: 30px;
}

.article__content .plan h5, .article__content .plan p {
  margin-bottom: 0;
}

body:not(.ole\:user) .ole-user-show {
  display: none;
}

body.ole\:user .ole\:user\:hide,
body.ole\:user .ole-user-hide {
  display: none;
}

.affixed\:inline, .affixed\:block {
  display: none;
}

.affix {
  position: fixed;
}

.affix .affixed\:inline {
  display: inline-block;
}

.affix .affixed\:block {
  display: block;
}

.affix .affixed__title {
  margin-left: 2em;
  line-height: 1.05;
  font-size: 14px;
}

.affix .affixed__title strong {
  color: #494e62;
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: 600;
}

.affix .affixed__title small {
  color: #9ec0ce;
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .affix .affixed__title {
    display: none;
  }
}

.affix .article__social {
  background: #FFFFFF;
  border-top: 1px solid #e8eeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 15px 0;
}

.video\:responsive {
  margin-top: 20px;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.video\:responsive .video,
.video\:responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video\:responsive .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.video\:responsive .video img {
  position: absolute;
}

.video__btn {
  color: #FFFFFF;
  font-size: 54px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  position: absolute;
  z-index: 1;
}

.video__btn:hover {
  color: #FE5F55;
}

.video__title {
  font-size: 16px;
  margin-top: .5rem;
}

.video__title a {
  color: inherit;
}

.video__title a:hover {
  color: #FE5F55;
}

[v-cloak] {
  display: none;
}

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

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

.tablet {
  display: none;
}

@media screen and (min-width: 768px) {
  .tablet {
    display: block;
  }
}

.until\:tablet {
  display: none;
}

@media screen and (max-width: 767px) {
  .until\:tablet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hidden\:mobile, .hidden-mobile {
    display: none;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.center {
  display: inline-block;
  margin: 0 auto;
}

.paddingless {
  padding: 0 !important;
}

.block {
  display: block;
}

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

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

.flex--right {
  margin-left: auto;
}

.flex--a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex\:column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.is-primary {
  color: #005EB8 !important;
}

.is-orange {
  color: #FE5F55 !important;
}

.is-green {
  color: #0CCE6B !important;
}

.is-mayablue {
  color: #63D2FF !important;
}

.is-red {
  color: #E63462 !important;
}

.is-grey {
  color: #F7F9F9 !important;
}

.is-default {
  color: #333745 !important;
}

.mr--1 {
  margin-right: 1rem;
}

.mt--1 {
  margin-top: 1rem;
}

.ml--1 {
  margin-left: 1rem;
}

.mb--1 {
  margin-bottom: 1rem;
}

.mr--2 {
  margin-right: 2rem;
}

.mt--2 {
  margin-top: 2rem;
}

.ml--2 {
  margin-left: 2rem;
}

.mb--2 {
  margin-bottom: 2rem;
}

.mr--3 {
  margin-right: 3rem;
}

.mt--3 {
  margin-top: 3rem;
}

.ml--3 {
  margin-left: 3rem;
}

.mb--3 {
  margin-bottom: 3rem;
}

.mr--4 {
  margin-right: 4rem;
}

.mt--4 {
  margin-top: 4rem;
}

.ml--4 {
  margin-left: 4rem;
}

.mb--4 {
  margin-bottom: 4rem;
}

.pr--1 {
  padding-right: 1rem;
}

.pt--1 {
  padding-top: 1rem;
}

.pl--1 {
  padding-left: 1rem;
}

.pb--1 {
  padding-bottom: 1rem;
}

.pr--2 {
  padding-right: 2rem;
}

.pt--2 {
  padding-top: 2rem;
}

.pl--2 {
  padding-left: 2rem;
}

.pb--2 {
  padding-bottom: 2rem;
}

.pr--3 {
  padding-right: 3rem;
}

.pt--3 {
  padding-top: 3rem;
}

.pl--3 {
  padding-left: 3rem;
}

.pb--3 {
  padding-bottom: 3rem;
}

.pr--4 {
  padding-right: 4rem;
}

.pt--4 {
  padding-top: 4rem;
}

.pl--4 {
  padding-left: 4rem;
}

.pb--4 {
  padding-bottom: 4rem;
}

.px--2px {
  padding-left: 2px;
  padding-right: 2px;
}

.pr--2px {
  padding-right: 2px;
}

.pl--2px {
  padding-left: 2px;
}

img {
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

img.size-normal {
  height: 250px;
  width: 465px;
}

@media screen and (max-width: 767px) {
  img.size-normal {
    height: auto;
  }
}

img.size-item {
  height: 202px;
  width: 337px;
}

@media screen and (max-width: 768px) {
  img.size-item {
    height: auto;
    width: 100%;
  }
}

img.size-mini {
  height: 60px;
  width: 100px;
}

img.size-tile {
  height: 408px;
  width: 678px;
}

@media screen and (max-width: 768px) {
  img.size-tile {
    height: auto;
    width: 100%;
  }
}

img.size-big {
  height: 450px;
  width: 1020px;
}

@media screen and (max-width: 767px) {
  img.size-big {
    height: 400px;
    width: auto;
  }
}

img.size-cover {
  height: 450px;
  width: 1360px;
}

img.is-loading {
  -webkit-filter: blur(1px) grayscale(30%);
  filter: blur(1px) grayscale(30%);
}

.transition {
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.tile__clickable:hover .tile__title{
  color: #fff;
}
.tile__clickable:hover .tile__content{
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}


/* Banners Fix */
.some-place{
  margin-bottom: 15px;
  display: none;
}

.some-place .affix-placeholder > div{
  position: static !important;
}

.some-place .inside-place, .some-place .affix-placeholder .placement{
  text-align: center;
}

footer.footer{
  position: relative;
}

.some-place iframe{
  margin: 0 auto;
}

.some-place amp-pixel{
  display: none;
}

@media screen and (max-width: 767px) {
  .some-place{
    display: block;
  }

  .column.is-3 .affix-placeholder{
    text-align: center;
  }
}