/*
Theme Name: KAYAK child theme of Le-Grand-K
Theme URI: http://kayak.com
Author: Kaunas CMS Team
Author URI: http://kayak.com
Template: le-grand-k
Description: The 2019 KAYAK theme for a particular blog.
Version: 0.1.2
License: Kayak
License URI: http://kayak.com
Tags: R9 infrastructure, responsive-layout, translation-ready, accessibility-ready
*/
@font-face {
  font-family: 'Forza Black';
  src: url("./fonts/forza-black.woff2") format("woff2"), url("./fonts/forza-black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.7rem;
  line-height: 3rem;
  color: #131a1f;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

h1, .h1 {
  font-size: 5rem;
  line-height: 5.5rem;
}

h2, .h2 {
  font-size: 4rem;
  line-height: 4.6rem;
}

h3, .h3 {
  font-size: 3rem;
  line-height: 3.6rem;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 3.8rem;
}

h5, .h5 {
  font-size: 2rem;
  line-height: 3.6rem;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 3rem;
}

p {
  font-size: 1.7rem;
  margin: 0 0 10px;
}

html.chrome:not(.mobile):not(.tablet) .post-card-title--large-image,
html.chrome:not(.mobile):not(.tablet) .slide-body-title,
html.chrome:not(.mobile):not(.tablet) .post-card-title--featured,
html.chrome:not(.mobile):not(.tablet) .taxonomy-title,
html.chrome:not(.mobile):not(.tablet) .entry-title {
  letter-spacing: 1px;
}

html.safari:not(.mobile):not(.tablet) .post-card-title--large-image,
html.safari:not(.mobile):not(.tablet) .slide-body-title,
html.safari:not(.mobile):not(.tablet) .post-card-title--featured,
html.safari:not(.mobile):not(.tablet) .taxonomy-title,
html.safari:not(.mobile):not(.tablet) .entry-title {
  letter-spacing: -1px;
}

html.firefox:not(.mobile):not(.tablet) .post-card-title--large-image,
html.firefox:not(.mobile):not(.tablet) .slide-body-title,
html.firefox:not(.mobile):not(.tablet) .post-card-title--featured,
html.firefox:not(.mobile):not(.tablet) .taxonomy-title,
html.firefox:not(.mobile):not(.tablet) .entry-title {
  letter-spacing: 0;
}

html.chrome.mobile.ios .post-card-title--large-image,
html.chrome.mobile.ios .slide-body-title,
html.chrome.mobile.ios .post-card-title--featured,
html.chrome.mobile.ios .taxonomy-title,
html.chrome.mobile.ios .entry-title,
html.chrome.tablet.ios .post-card-title--large-image,
html.chrome.tablet.ios .slide-body-title,
html.chrome.tablet.ios .post-card-title--featured,
html.chrome.tablet.ios .taxonomy-title,
html.chrome.tablet.ios .entry-title,
html.mobile-safari .post-card-title--large-image,
html.mobile-safari .slide-body-title,
html.mobile-safari .post-card-title--featured,
html.mobile-safari .taxonomy-title,
html.mobile-safari .entry-title,
html.mobile-safari .post-card-title--large-image,
html.mobile-safari .slide-body-title,
html.mobile-safari .post-card-title--featured,
html.mobile-safari .taxonomy-title,
html.mobile-safari .entry-title {
  letter-spacing: -2px;
}

html.mobile.android .post-card-title--large-image,
html.mobile.android .slide-body-title,
html.mobile.android .post-card-title--featured,
html.mobile.android .taxonomy-title,
html.mobile.android .entry-title,
html.tablet.android .post-card-title--large-image,
html.tablet.android .slide-body-title,
html.tablet.android .post-card-title--featured,
html.tablet.android .taxonomy-title,
html.tablet.android .entry-title {
  letter-spacing: 1.5px;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none;
}

body {
  position: relative;
}

.site {
  overflow: hidden;
}

.content-section.section-dark, .content-section-wide.section-dark {
  background-color: #131a1f;
  color: white;
}

.content-section.section-dark *, .content-section-wide.section-dark * {
  color: white;
}

.content-section {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .content-section {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content-section {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-section {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-section {
    max-width: 1020px;
  }
}

@media (min-width: 1600px) {
  .content-section {
    max-width: 1020px;
  }
}

@media (min-width: 1920px) {
  .content-section {
    max-width: 1020px;
  }
}

.content-section .container {
  width: 100%;
}

@media (max-width: 575px) {
  .content-section .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.content-section-wide {
  max-width: 100%;
}

.content-section-wide .container {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .content-section-wide .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content-section-wide .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-section-wide .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-section-wide .container {
    max-width: 1020px;
  }
}

@media (min-width: 1600px) {
  .content-section-wide .container {
    max-width: 1020px;
  }
}

@media (min-width: 1920px) {
  .content-section-wide .container {
    max-width: 1020px;
  }
}

@media (max-width: 575px) {
  .content-section-wide .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.section-divider {
  height: 1px;
}

.section-divider--long:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #d9e1e8;
}

.section-divider--short:before {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #d9e1e8;
}

.section-divider--large {
  margin-top: 50px;
  margin-bottom: 45px;
}

.section-divider--small {
  margin-top: 30px;
  margin-bottom: 25px;
}

.section-breadcrumbs {
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .section-breadcrumbs {
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blocks-wrapper--2col-split-md-only .blocks {
    column-count: 2;
    column-gap: 32px;
  }
}

.blocks-wrapper--2col-split-md-only .blocks > * {
  break-inside: avoid;
}

.block--100-height {
  min-height: 100px;
}

@media (min-width: 992px) {
  .block--100-height-lg {
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  .block--200-height-lg {
    min-height: 200px;
  }
}

.columns {
  display: flex;
  margin: -16px;
}

.columns--row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.columns--padded {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .columns--in-entry-content {
    margin-left: -55px;
    margin-right: -55px;
  }
}

.columns .column {
  flex: 1 1 auto;
  width: 100%;
  padding: 16px;
}

.columns .column--unsized {
  width: auto !important;
}

.columns .column--one {
  width: 100%;
}

.columns .column--one-half {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .columns .column--one-half-md {
    width: 50%;
    flex-grow: 0;
  }
}

.columns .column--one-half-md-compensation {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .columns .column--one-half-md-compensation {
    display: block;
  }
}

@media (min-width: 992px) {
  .columns .column--one-half-lg {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .columns .column--one-third-lg {
    width: 33.33%;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .columns .column--two-thirds-lg {
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  .columns .column--two-fifths-lg {
    width: 40%;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .columns .column--three-fifths-lg {
    width: 60%;
    flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .columns .column--hide-until-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .columns .column--order-priority-until-md {
    order: 0;
  }
}

@media (max-width: 767px) {
  .columns .column--order-default-until-md {
    order: 1;
  }
}

.posted-on,
.byline {
  display: block;
}

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

span.hotel-button {
  display: inline-block;
  padding: 20px 20px;
}

.noselect, .button, .menu-button, .site-header .header-area__navigation > *, .site-header .header-area__search > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.link, .entry-content a, .entry-content .link-pointer, .breadcrumbs a, .post-card-title__link, .post-card-meta__link, .slide-body-title__link, .carousel-nav-prev, .carousel-nav-next, .site-footer a {
  display: inline-flex;
  align-items: center;
  color: #1e93f5;
  fill: #1e93f5;
  text-decoration: none;
}

.link:hover, .entry-content a:hover, .entry-content .link-pointer:hover, .breadcrumbs a:hover, .post-card-title__link:hover, .post-card-meta__link:hover, .slide-body-title__link:hover, .carousel-nav-prev:hover, .carousel-nav-next:hover, .site-footer a:hover {
  text-decoration: underline;
}

.link svg, .entry-content a svg, .entry-content .link-pointer svg, .breadcrumbs a svg, .post-card-title__link svg, .post-card-meta__link svg, .slide-body-title__link svg, .carousel-nav-prev svg, .carousel-nav-next svg, .site-footer a svg {
  fill: inherit;
}

.link, .entry-content a, .entry-content .link-pointer {
  color: #1e93f5;
  fill: #1e93f5;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.link:focus, .entry-content a:focus, .entry-content .link-pointer:focus {
  box-shadow: 0 0 0 0.3rem rgba(30, 147, 245, 0.25);
}

.breadcrumbs a {
  color: #647787;
  fill: #647787;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.breadcrumbs a:focus {
  box-shadow: 0 0 0 0.3rem rgba(30, 147, 245, 0.25);
}

.post-card-title__link, .post-card-meta__link, .slide-body-title__link, .carousel-nav-prev, .carousel-nav-next {
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.post-card-title__link:focus, .post-card-meta__link:focus, .slide-body-title__link:focus, .carousel-nav-prev:focus, .carousel-nav-next:focus {
  box-shadow: 0 0 0 0.3rem rgba(30, 147, 245, 0.25);
}

.site-footer a {
  color: white;
  fill: white;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.site-footer a:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.link-on-image {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.link-on-image:focus {
  box-shadow: 0 0 0 0.3rem rgba(30, 147, 245, 0.25);
}

.link-on-image-dark {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.link-on-image-dark:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #131a1f;
}

.section-dark h1, .section-dark .h1, .section-dark h2, .section-dark .h2, .section-dark h3, .section-dark .h3, .section-dark h4, .section-dark .h4, .section-dark h5, .section-dark .h5, .section-dark h6, .section-dark .h6 {
  color: white;
}

.section-dark p {
  color: white;
}

.list-header {
  color: #131a1f;
}

.img-responsive {
  max-width: 100%;
}

.field .label {
  color: #131a1f;
  margin-left: .2rem;
  font-size: 1.5rem;
}

.field .control {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.field .control > :not(:first-child) {
  margin-left: .5rem;
}

.field .help {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #131a1f;
}

.field.error .label,
.field.error .help {
  color: #e8381b;
}

.section-dark .field:not(.error) .label,
.section-dark .field:not(.error) .help {
  color: white;
}

.input {
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: inline-block;
  height: 4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: all 50ms ease-out;
  font-weight: normal;
  background: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: #d9e1e8;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input ::placeholder {
  color: #999999;
}

.input:hover {
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: #999999;
}

.input:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: #1e93f5;
}

.input:active {
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: #647787;
}

.input:disabled {
  color: #999999;
  background: rgba(255, 255, 255, 0.85);
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: rgba(217, 225, 232, 0.5);
  cursor: not-allowed;
}

.error .input {
  color: #e8381b;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: #e8381b;
}

.button {
  padding: 1rem 2rem;
  box-sizing: border-box;
  display: inline-block;
  height: 4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: all 50ms ease-out;
  font-weight: bold;
  color: #131a1f;
  background: #d9e1e8;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: transparent;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}

.button:hover {
  background: #b9c8d5;
}

.button:focus {
  background: #99afc2;
  box-shadow: 0 0 0 0.3rem rgba(30, 147, 245, 0.25);
}

.button:active {
  color: black;
  background: #8aa2b8;
}

.button:disabled {
  color: #999999;
  cursor: not-allowed;
}

.button--primary {
  color: white;
  background: border-box #e8381b linear-gradient(to right, #ff680f, #e8381b);
}

.button--primary svg {
  fill: white;
}

.button--primary:hover {
  background: border-box #ff7829 linear-gradient(to right, #ff7829, #ff7829);
}

.button--primary:focus {
  background: border-box #c62d14 linear-gradient(to right, #e55500, #e55500);
}

.button--primary:active {
  color: white;
  background: border-box #bd2b13 linear-gradient(to right, #db5100, #bd2b13);
}

.button--primary:active svg {
  fill: white;
}

.button--load-more {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 0 !important;
  text-decoration: none;
}

.button.is-processing {
  animation: load-more-blink 1s infinite;
}

.button.is-disabled {
  display: none;
}

@keyframes load-more-blink {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .75;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.post-card-title {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #131a1f;
}

.post-meta {
  color: #647787;
}

.post-card-title__link, .post-card-meta__link, .slide-body-title__link {
  text-decoration: none;
  color: inherit;
}

.post-card-title__link:hover, .post-card-meta__link:hover, .slide-body-title__link:hover {
  text-decoration: underline;
}

.post-card-title__link:focus, .post-card-meta__link:focus, .slide-body-title__link:focus, .post-card-title__link:active, .post-card-meta__link:active, .slide-body-title__link:active, .post-card-title__link:visited, .post-card-meta__link:visited, .slide-body-title__link:visited {
  color: inherit;
}

.post-card-meta {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .entry-title, .entry-meta, .entry-content, .entry-divider, .entry-addons,
  .entry-breadcrumbs {
    margin: 0 auto;
    width: 850px;
  }
}

.base-menu-item, .header-menu-handle, .header-search-handle {
  display: inline-flex;
  padding-right: 30px;
  color: white;
  fill: white;
}

.base-menu-item > a, .header-menu-handle > a, .header-search-handle > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
}

.base-menu-item > a svg, .header-menu-handle > a svg, .header-search-handle > a svg {
  fill: inherit;
}

.base-menu-item:last-child, .header-menu-handle:last-child, .header-search-handle:last-child {
  padding-right: 0;
}

.le-grand-k .r9-tinysocial-wrapper .r9-tinysocial-networks {
  margin: 0px;
  padding: 0px;
  width: 40px;
}

@media (max-width: 767px) {
  .le-grand-k .r9-tinysocial-wrapper .r9-tinysocial-networks {
    width: auto;
  }
}

.le-grand-k .r9-tinysocial-wrapper .r9-tinysocial-networks .tinysocial {
  border-radius: 0px;
  margin: 0px;
  padding: 13px;
  height: 40px;
  width: 40px;
  background-color: #131a1f;
}

.le-grand-k .r9-tinysocial-wrapper .r9-tinysocial-networks .tinysocial svg {
  width: 14px;
  height: 14px;
}

.le-grand-k .r9-tinysocial-wrapper .r9-tinysocial-networks :hover {
  background-color: #ff680f;
}

.logo {
  display: none;
  height: 25px;
}

@media (max-width: 575px) {
  .logo.mobile {
    display: block;
  }
}

@media (min-width: 576px) {
  .logo.default {
    display: block;
  }
}

.logo-link {
  display: block;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.logo-link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  .post-card--large .post-card-thumbnail, .post-card--large .post-card__block--image {
    max-height: 240px;
  }
}

@media (max-width: 575px) {
  .post-card--large .post-card-thumbnail, .post-card--large .post-card__block--image {
    max-height: 180px;
  }
}

@media (max-width: 575px) {
  .post-card {
    margin: 0 auto;
    max-width: 400px;
  }
}

.post-card--large {
  margin-bottom: 3rem;
}

.entry-content .post-card--large {
  margin-bottom: 0;
}

.post-card--large-image {
  position: relative;
  max-width: 100%;
}

.post-card--large-empty {
  height: 320px;
}

.post-card--large-empty .post-card-thumbnail__image {
  filter: grayscale(100%);
  opacity: .3;
}

.post-card--small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  padding: 20px 0;
}

.post-card--large.post-card--featured {
  margin-bottom: 0;
}

.entry-content .post-card-title--large, .post-card-title--large {
  margin: 2rem 0;
  font-size: 2.0rem;
  line-height: 2.4rem;
}

.entry-content .post-card-title--large + .post-card-subtitle, .post-card-title--large + .post-card-subtitle {
  margin: -2rem 0 2rem;
  font-size: 1.5rem;
}

.post-card-title--featured {
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .post-card-title--featured {
    font-size: 2.5rem;
    line-height: 3.0rem;
  }
}

@media (min-width: 768px) {
  .post-card-title--featured {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }
}

.post-card-title--featured + .post-card-subtitle {
  margin: -1rem 0 2rem;
  font-weight: bold;
}

.post-card-title--small {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.entry-content .post-card-title__link {
  color: inherit;
}

@media (max-width: 767px) {
  .post-card-title--large.post-card-title--featured {
    margin-top: 0;
  }
}

.section-dark .post-card-title__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.post-card-meta > * {
  display: inline-block;
}

.post-card-description {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.post-card-description > * {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.post-card-meta {
  margin-top: 5px;
}

.entry-content .post-card-meta__link {
  color: inherit;
}

.section-dark .post-card-meta__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.post-card-date,
.post-card-count,
.post-card-author {
  color: #647787;
}

.post-card-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

.post-card--large .post-card-thumbnail__image {
  width: auto;
  height: 320px;
}

@media (max-width: 767px) {
  .post-card--large .post-card-thumbnail__image {
    width: 100%;
    height: auto;
  }
}

.entry-content .post-card-thumbnail .post-card-thumbnail__image {
  max-width: none;
}

.post-card--large-image .post-card-thumbnail {
  height: 190px;
}

.post-card--large-image .post-card-thumbnail__image {
  height: 190px;
  width: auto;
}

.post-card--small .post-card-thumbnail {
  width: 80px;
  height: 80px;
}

.post-card--small .post-card-thumbnail__image {
  width: auto;
  height: 80px;
}

.post-card-wrapper--aside-list .post-card--small {
  border-bottom: 1px solid #d9e1e8;
}

.post-card-wrapper--aside-list .post-card--small .post-card__block--image {
  margin-left: 20px;
}

.post-card-wrapper--menu-list .post-card--small {
  padding: 0 0 15px;
}

.post-card-wrapper--menu-list .post-card--small * {
  color: white;
}

.post-card-wrapper--menu-list .post-card--small .post-card-title {
  font-size: 1.4rem;
}

.post-card-wrapper--menu-list .post-card--small .post-card-meta {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.post-card-wrapper--menu-list .post-card--small .post-card__block--text {
  order: 2;
  width: calc(100% - 100px);
}

.post-card-wrapper--menu-list .post-card--small .post-card__block--image {
  order: 1;
  margin-right: 20px;
}

.post-card-wrapper--menu-list .post-card--large-image {
  position: relative;
}

.post-card-wrapper--menu-list .post-card--large-image .post-card__block--text {
  position: absolute;
  bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.post-card-wrapper--menu-list .post-card-title--large-image {
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: white;
}

.post-list-aside {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-list-aside__item {
  margin: 0;
  padding: 1rem;
}

.post-list-headline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e1e8;
}

@media (max-width: 575px) {
  .post-list-headline {
    margin: 0 auto;
    max-width: 400px;
  }
}

.post-list-headline__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.post-list-headline__link {
  font-size: 1.5rem;
}

.post-list-headline__link svg {
  margin-left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.menu-button {
  display: flex;
  align-items: center;
  height: 55px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  background: transparent;
  border: 0;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}

.menu-button:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.menu-button .svg-icon {
  width: 2rem;
  height: 2rem;
}

.menu-button__menu-title {
  margin-left: 2rem;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .menu-button__menu-title {
    max-width: 150px;
  }
}

@media (min-width: 576px) {
  .menu-button__menu-title {
    max-width: 240px;
  }
}

.blog-menu-panel-wrapper {
  position: relative;
}

.header-menu-handle .menu-button {
  font-weight: bold;
  z-index: 1002;
}

.blog-menu-panel-bg-wrapper.open {
  z-index: 1000;
}

@media (max-width: 991px) {
  .blog-menu-panel-bg-wrapper.open {
    position: absolute;
    width: 100%;
    height: calc(100% - 45px);
    background-color: #131a1f;
    overflow: hidden;
  }
}

.blog-menu-panel {
  background: #131a1f;
}

.blog-menu-panel .blog-menu-panel-contents {
  display: none;
}

.blog-menu-panel.open {
  position: absolute;
  z-index: 1001;
}

@media (max-width: 991px) {
  .blog-menu-panel.open {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .blog-menu-panel.open {
    left: 45px;
    width: calc(100% - 45px);
  }
}

.blog-menu-panel.open .menu-button {
  position: relative;
}

@media (min-width: 992px) {
  .blog-menu-panel.open .menu-button {
    margin-left: -45px;
  }
}

.blog-menu-panel.open .blog-menu-panel-contents {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .blog-menu-panel.open .blog-menu-panel-contents {
    justify-content: center;
    height: calc(100vh - 45px - 55px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-menu-panel.open .blog-menu-panel-contents {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .blog-menu-panel.open .blog-menu-panel-contents {
    margin-top: -55px;
  }
}

.blog-menu-panel.open .blog-menu-panel-contents::before {
  content: '';
  position: absolute;
  display: block;
  left: -5000px;
  width: 10000px;
  height: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.blog-menu-navigation {
  flex: 0 0 auto;
  background-color: #131a1f;
}

@media (max-width: 991px) {
  .blog-menu-navigation {
    padding: 55px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .blog-menu-navigation {
    padding: 55px 10px;
  }
}

@media (min-width: 992px) {
  .blog-menu-navigation {
    padding: 82.5px 36.66667px 27.5px;
    width: 290px;
    text-align: left;
  }
}

.blog-menu-navigation__menu {
  display: flex;
  justify-content: center;
}

.blog-menu-navigation__channels {
  margin-top: 55px;
}

@media (min-width: 768px) {
  .blog-menu-navigation__channels {
    display: none;
  }
}

.blog-menu-addons {
  width: auto;
  flex: 1 0 auto;
  background-color: #182228;
}

@media (max-width: 767px) {
  .blog-menu-addons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-menu-addons {
    margin-top: auto;
    padding: 20px 30px 30px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .blog-menu-addons {
    padding: 55px 30px 0;
    width: calc(100% - 290px);
    min-height: 350px;
  }
}

.blog-menu-addons__title {
  margin: 0;
  padding: 20px 0;
  font-size: 1.7rem;
  font-weight: bold;
  color: white;
}

.blog-menu-addons .post-card-title__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.blog-menu-addons .post-card-meta__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.blog-menu-wrapper {
  width: 100%;
}

.blog-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-menu .menu-item {
  font-weight: bold;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}

@media (max-width: 991px) {
  .blog-menu .menu-item {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .blog-menu .menu-item {
    width: 220px;
  }
}

.blog-menu .menu-item a {
  margin: auto .3rem;
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.blog-menu .menu-item a:hover {
  text-decoration: underline;
}

.blog-menu .menu-item a:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

@media (max-width: 991px) {
  .header-menu-handle .menu-button {
    margin-left: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header-menu-handle .menu-button .menu-button__icon-open {
  display: none;
}

.header-menu-handle .menu-button .menu-button__icon-closed {
  display: block;
}

.header-menu-handle .menu-button.open .menu-button__icon-open {
  display: block;
}

.header-menu-handle .menu-button.open .menu-button__icon-closed {
  display: none;
}

.header-search-wrapper {
  position: relative;
}

.header-search-handle {
  padding: 0;
}

.header-search-handle__description {
  display: flex;
  align-items: center;
  padding-right: 5px;
  color: white;
  opacity: .5;
  cursor: pointer;
}

@media (max-width: 575px) {
  .header-search-handle__description {
    display: none;
  }
}

.blog-search-panel-bg-wrapper.open {
  position: absolute;
  top: 100px;
  width: 100%;
  height: calc(100% - 45px - 55px);
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  z-index: 1000;
}

.blog-search-panel {
  display: none;
  z-index: 1001;
}

.blog-search-panel.open {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: calc(100vh - 45px - 55px);
  z-index: 1000;
}

.header-search-form {
  padding: 75px 0 35px;
  border-bottom: 1px solid #d9e1e8;
}

@media (min-width: 768px) {
  .header-search-form {
    padding-top: 95px;
  }
}

.header-search-form .search-field {
  outline: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.2rem;
  border-color: #d9e1e8;
  border-color: transparent;
}

.header-search-form .search-field:focus {
  box-shadow: 0 0 0 0.3rem rgba(30, 147, 245, 0.25);
}

@media (max-width: 991px) {
  .header-search-handle .menu-button {
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header-search-handle .menu-button .menu-button__icon-open {
  display: none;
}

.header-search-handle .menu-button .menu-button__icon-closed {
  display: block;
}

.header-search-handle .menu-button.open .menu-button__icon-open {
  display: block;
}

.header-search-handle .menu-button.open .menu-button__icon-closed {
  display: none;
}

.search-form__submit {
  display: none;
}

.search-form .search-field {
  width: 100%;
  padding: 0 1.5rem;
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  color: #131a1f;
  background: transparent;
  border: 0;
}

.search-form .search-field ::placeholder {
  color: #647787;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*&-email {
        width: 100%;
    }*/
}

.subscribe-form-help {
  display: inline-flex;
  flex: 1 1 auto;
}

.subscribe-form.invalid .subscribe-form-email {
  border-color: #bf323b;
}

.subscribe-form.invalid .subscribe-form-help {
  color: #bf323b;
}

.subscribe-form.valid .subscribe-form-email {
  border-color: #11b19b;
}

.subscribe-form.success .subscribe-form-email {
  color: #11b19b;
}

.subscribe-form.failure .subscribe-form-email {
  color: #bf323b;
  border-color: #bf323b;
}

.subscribe-form.processing .subscribe-form-submit {
  animation: processing_pulse 1s infinite;
}

@keyframes processing_pulse {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .75;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.carousel {
  position: relative;
  max-height: 630px;
}

@media screen and (min-width: 992px) {
  .carousel {
    margin-top: 55px;
  }
}

.carousel-controls {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 60px;
  color: white;
  background-color: #131a1f;
}

@media screen and (max-width: 991px) {
  .carousel-controls {
    top: 290px;
    left: calc(50% - 50px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-controls {
    top: 400px;
    left: calc(50% - 28px);
  }
}

@media screen and (min-width: 1200px) {
  .carousel-controls {
    top: 400px;
    left: calc(50% - 57px);
  }
}

.carousel-pagination {
  position: absolute;
  z-index: -1;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: white;
}

.carousel-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.carousel-nav-prev, .carousel-nav-next {
  display: flex;
  align-items: center;
  width: 33px;
  height: 100%;
}

.carousel-nav-prev .svg-icon, .carousel-nav-next .svg-icon {
  width: 15px;
  fill: white;
}

.carousel-nav-prev {
  padding-left: 8px;
  padding-right: 4px;
  border-right: 1px solid #182228;
}

.carousel-nav-next {
  padding-left: 4px;
  padding-right: 8px;
  border-left: 1px solid #182228;
}

.slide {
  display: flex;
}

@media (max-width: 991px) {
  .slide {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slide {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .slide {
    max-width: 1020px;
  }
}

.slide__thumbnail {
  width: 100%;
  height: 320px;
}

@media (min-width: 992px) {
  .slide__thumbnail {
    height: 500px;
    width: 520px;
  }
}

.slide__body {
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 576px) {
  .slide__body {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .slide__body {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .slide__body {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .slide__body {
    max-width: 1020px;
  }
}

@media (min-width: 1600px) {
  .slide__body {
    max-width: 1020px;
  }
}

@media (min-width: 1920px) {
  .slide__body {
    max-width: 1020px;
  }
}

@media (max-width: 575px) {
  .slide__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .slide__body {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 25px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .slide__body {
    padding: 50px;
    width: 500px;
  }
}

.slide-thumbnail {
  display: flex;
  justify-content: center;
  height: inherit;
  overflow: hidden;
}

.slide-thumbnail__image {
  object-fit: cover;
  height: 320px;
}

@media (min-width: 992px) {
  .slide-thumbnail__image {
    width: auto;
    height: 480px;
  }
}

.slide-body-title {
  margin: 0;
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
  line-height: 46px;
  color: #131a1f;
}

@media (max-width: 767px) {
  .slide-body-title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-body-title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

@media (min-width: 992px) {
  .slide-body-title {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}

.slide-body-meta {
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}

html.no-objectfit .slide__thumbnail {
  position: relative;
  overflow: hidden;
}

html.no-objectfit .slide-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  html.no-objectfit .slide-thumbnail {
    height: inherit;
  }
}

html.no-objectfit .slide-thumbnail__image {
  height: auto;
}

@media (min-width: 576px) {
  html.no-objectfit .slide-thumbnail__image {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  html.no-objectfit .slide-thumbnail__image {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 992px) {
  html.no-objectfit .slide-thumbnail__image {
    width: 100%;
    height: auto;
  }
}

.swiper-pagination-fraction {
  bottom: 0;
  left: auto;
  width: auto;
}

@media (min-width: 992px) {
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

.swiper-notification {
  display: none;
}

.link-button {
  position: relative;
  display: inline-block !important;
  line-height: 3rem;
  text-decoration: none;
}

@media (max-width: 575px) {
  .link-button {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .link-button {
    margin-right: 40px;
  }
}

.link-button > * {
  display: inline;
}

.link-button svg {
  position: relative;
  bottom: -6px;
}

.link-button:focus, .link-button:hover {
  text-decoration: underline;
}

.breadcrumbs {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.breadcrumbs-separator {
  padding: 0 15px;
  color: #647787;
}

.breadcrumbs .current-item {
  font-weight: bold;
  color: #647787;
}

.site-title {
  display: flex;
  align-items: center;
  line-height: 1.7rem;
}

.site-title__logo {
  width: 90px;
  margin-right: 15px;
}

.site-title__title {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
}

.social-channels .social-icons {
  margin: 0 5px;
  text-decoration: none;
}

.social-channels .social-icons:first-child {
  margin-left: 0;
}

.social-channels .social-icons:last-child {
  margin-right: 0;
}

.social-channels--on-dark * {
  fill: white;
}

.button-content {
  justify-content: center;
  align-items: center;
}

.button--load-more .button-content.default {
  display: inline-flex;
}

.button--load-more .button-content.processing {
  display: none;
}

.button--load-more.is-processing .button-content.default {
  display: none;
}

.button--load-more.is-processing .button-content.processing {
  display: inline-flex;
}

.site-header {
  z-index: 1000;
}

.site-header__first {
  height: 45px;
  background: linear-gradient(135deg, #ff690f, #ed471a);
}

.site-header__second {
  height: 56px;
  background: #131a1f;
}

.site-header .header-area-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.site-header .header-area--first {
  display: flex;
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
}

.site-header .header-area__branding {
  flex: 0 0 auto;
}

.site-header .header-area__navigation {
  width: 66%;
  min-width: auto;
}

.site-header .header-area__search {
  margin-left: auto;
}

.site-header .header-area__widgets {
  flex: 0 0 100%;
}

.sticky-header-enabled .site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.sticky-header-enabled .header-search-form {
  position: fixed;
  top: 45px;
}

.sticky-header-enabled .site-content::before {
  display: block;
  content: '';
  padding-top: 100px;
}

.site-branding-text {
  display: none;
}

.site-footer {
  padding: 50px 0;
  color: white;
  background-color: #131a1f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer {
    padding: 60px 0 100px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding: 65px 0 140px;
  }
}

.site-title-wrapper + .channels-wrapper {
  margin-top: 40px;
}

.newsletter-form--standalone-responsive {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .newsletter-form--standalone-responsive {
    flex-direction: row;
    align-items: flex-start;
  }
  .newsletter-form--standalone-responsive .newsletter-form__info {
    width: 300px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .newsletter-form--standalone-responsive .newsletter-form__fields {
    width: calc(100% - 300px);
  }
}

@media (min-width: 576px) {
  .newsletter-form--standalone-responsive .input {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .newsletter-form--default-responsive .newsletter-form__fields {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .newsletter-form--default-responsive .newsletter-form__fields {
    margin-top: 15px;
  }
}

.newsletter-form__fields {
  position: relative;
  margin-top: 25px;
}

.newsletter-form__fields .label {
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 360px) {
  .newsletter-form__fields .input {
    padding: 1rem .7rem;
  }
}

.newsletter-form__fields .help {
  width: 100%;
  height: 3rem;
  font-size: 1.5rem;
}

.newsletter-standalone__artwork {
  height: 150px;
}

@media (max-width: 767px) {
  .newsletter-standalone__artwork {
    display: none;
  }
}

.newsletter-standalone__title {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
}

.newsletter-standalone__description {
  display: block;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.newsletter-partial .label {
  display: block;
  margin-bottom: 10px;
}

.newsletter-partial .newsletter-form__fields {
  margin-bottom: 10px;
}

.nav-columns.footer-navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .nav-columns.footer-navigation {
    display: none;
  }
}

.nav-columns.footer-navigation .group-title,
.nav-columns.footer-navigation .items-list {
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.nav-columns.footer-navigation .group-title {
  margin-bottom: 25px;
  font-weight: bold;
}

.nav-columns.footer-navigation .items-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}

.site-info .site-description {
  margin: 0 auto;
  text-align: center;
}

.site-info .legal-links,
.site-info .social-links {
  margin: 0 auto;
  text-align: center;
}

.post-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .post-thumbnail {
    height: 395px;
  }
}

.post-thumbnail__image {
  position: relative;
  max-width: none;
  height: 310px;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .post-thumbnail__image {
    height: 395px;
  }
}

@media (min-width: 1920px) {
  .post-thumbnail__image {
    width: 100%;
  }
}

html.no-objectfit .post-thumbnail-wrapper {
  height: 310px;
}

@media (min-width: 1200px) {
  html.no-objectfit .post-thumbnail-wrapper {
    height: 395px;
  }
}

html.no-objectfit .content-section-wide {
  position: relative;
}

html.no-objectfit .post-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html.no-objectfit .post-thumbnail__image {
  height: 100%;
  width: auto;
}

@media (min-width: 992px) {
  html.no-objectfit .post-thumbnail__image {
    height: auto;
    width: 100%;
  }
}

.entry-title {
  margin-top: 40px;
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .entry-title {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .entry-title {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .entry-title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .entry-title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

.entry-meta {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 60px;
}

.entry-meta__author-picture {
  margin-right: 15px;
  width: 56px;
  height: 56px;
}

.entry-meta__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entry-meta__details > * {
  line-height: 2.2rem;
}

.entry-meta .avatar {
  max-width: 100%;
  height: auto;
}

.entry-content {
  margin: 0 auto;
}

.entry-content h2 {
  font-size: 3rem;
  line-height: 3.8rem;
}

@media (max-width: 991px) {
  .entry-content h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

.entry-content h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
}

@media (max-width: 991px) {
  .entry-content h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.entry-content h4 {
  font-size: 2.4rem;
  line-height: 3rem;
}

.entry-content h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.entry-content h6 {
  font-size: 2rem;
}

.entry-content p {
  font-size: 1.7rem;
}

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

.entry-content .wp-caption {
  margin: 20px 0;
}

.entry-content .wp-caption-text {
  font-size: 1.4rem;
  line-height: 2rem;
}

.entry-content .link-pointer svg {
  margin-left: .5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.entry-content-image-crop {
  position: relative;
  padding-top: 58.82%;
  overflow: hidden;
}

.entry-content-image-crop img {
  position: absolute;
  left: 0;
  top: -17%;
  max-width: 100%;
  height: auto;
}

.entry-divider {
  height: 1px;
}

.entry-divider--long:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #d9e1e8;
}

.entry-divider--short:before {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #d9e1e8;
}

.entry-divider--large {
  margin-top: 50px;
  margin-bottom: 45px;
}

.entry-divider--small {
  margin-top: 30px;
  margin-bottom: 25px;
}

.entry-addons,
.entry-breadcrumbs {
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .entry-addons,
  .entry-breadcrumbs {
    padding-bottom: 75px;
  }
}

.entry-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.entry-video iframe,
.entry-video object,
.entry-video embed,
.entry-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content .wq_singleResultWrapper {
  float: none;
}

.taxonomy-header .taxonomy-thumbnail, .taxonomy-header .author-card-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.taxonomy-header .taxonomy-thumbnail__image, .taxonomy-header .author-card-thumbnail__image {
  position: relative;
  max-width: none;
  height: 310px;
  width: 100%;
  /*background: $color__pattens-blue linear-gradient($color__slate-gey, transparent)*/
  background: #d9e1e8;
  object-fit: cover;
}

.taxonomy-header {
  position: relative;
}

.taxonomy-header--author {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .taxonomy-header--author {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .taxonomy-header--author {
    padding-bottom: 60px;
  }
}

.taxonomy-header--search {
  padding: 35px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .taxonomy-header--search {
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  .taxonomy-header--search {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .taxonomy-header .taxonomy-thumbnail {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-thumbnail {
    height: 550px;
  }
}

@media (min-width: 768px) {
  .taxonomy-header .taxonomy-thumbnail__image {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-thumbnail__image {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .taxonomy-header .author-card-thumbnail-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (min-width: 768px) {
  .taxonomy-header .author-card-thumbnail {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .taxonomy-header .author-card-thumbnail__image {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-meta-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
  }
}

.taxonomy-header .taxonomy-meta--has-content {
  position: relative;
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-meta--has-content::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 5000px;
    height: 100%;
    min-height: 200px;
    background: white;
  }
}

@media (max-width: 991px) {
  .taxonomy-header .taxonomy-meta--empty {
    display: none;
  }
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-meta__inner {
    position: relative;
    z-index: 1;
    margin-right: 16px;
  }
}

.taxonomy-header .taxonomy-title {
  margin-bottom: 16px;
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .taxonomy-header .taxonomy-title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .taxonomy-header .taxonomy-title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-title {
    font-size: 5rem;
  }
}

.taxonomy-header .taxonomy-title--author {
  margin-top: 0;
}

@media (min-width: 768px) {
  .taxonomy-header .taxonomy-title--author {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-title--author {
    margin-top: 20px;
  }
}

.taxonomy-header .taxonomy-title--video-episode {
  margin: 5rem 0;
}

@media (min-width: 992px) {
  .taxonomy-header .taxonomy-title--video-episode {
    margin: 8rem 0 5rem;
  }
}

.taxonomy-header .taxonomy-subtitle {
  font-weight: bold;
}

.taxonomy-header .taxonomy-title + .taxonomy-subtitle {
  margin-top: -4rem;
  margin-bottom: 5rem;
}

.taxonomy-header .taxonomy-description--author {
  padding-top: 20px;
}

.taxonomy-contents--top-spacing {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .taxonomy-contents--top-spacing {
    margin-top: 60px;
  }
}

.search-results-query {
  padding: 0;
  font-family: "Forza Black", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 5rem;
}

.more-posts {
  margin-top: 16px;
}

.navigation.pagination {
  margin-bottom: 30px;
}

.navigation.pagination .nav-links .page-numbers {
  padding: 0 5px;
}

.navigation.pagination .nav-links .prev.page-numbers,
.navigation.pagination .nav-links .next.page-numbers,
.navigation.pagination .nav-links .dots.page-numbers {
  padding: 0;
}
