*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.block-editor-block-list__layout > h1,
.block-editor-block-list__layout > h2,
.block-editor-block-list__layout > h3,
.block-editor-block-list__layout > h4,
.block-editor-block-list__layout > p,
.block-editor-block-list__layout > ul[class],
.block-editor-block-list__layout > ol[class],
.block-editor-block-list__layout > li,
.block-editor-block-list__layout > figure,
.block-editor-block-list__layout > figcaption,
.block-editor-block-list__layout > blockquote,
.block-editor-block-list__layout > dl,
.block-editor-block-list__layout > dd {
  margin-bottom: 28px;
  margin-top: 28px;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  font-display: swap;
  font-size: 62.5%;
}

body {
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

textarea {
  resize: vertical;
}

@media (prefers-reduced-motion: reduce) {
  *:not(.swiper-wrapper) {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
  max-height: 100%;
}

body {
  background-image: url("../images/noise.png");
  background-repeat: repeat;
  background-size: contain;
}

h1, h2, h3, h4, h5, .title {
  font-family: "Merriweather";
}

p, span, a, li, input, time, button {
  font-family: "IBM Plex Sans";
}

.listen-more {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  color: #0071BB;
  margin-left: 15px;
}

.more-link-editor {
  position: relative;
  display: block;
  content: "";
  height: 1px;
  max-height: 1px;
}

.page-h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.2rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 1080px) {
  .page-h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 5.2rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.comments-count-custom {
  display: none;
  justify-content: center;
  padding-top: 5px;
  background-image: url("../images/vector/cloud.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 29px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  color: #0071BB;
  font-family: "IBM Plex Sans", sans-serif;
}

.add-post-data {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
}
.add-post-data .comments-count-custom {
  margin-right: 12px;
}

@media (min-width: 1080px) {
  .comments-count-custom {
    display: none;
  }
  .likes-count {
    display: flex;
  }
  .block-cards-main .post-card:nth-of-type(1) .likes-count, .block-cards-main .post-card:nth-of-type(2) .likes-count {
    display: flex;
  }
}
.rank-math-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  color: #0071BB;
}

.wysok-target {
  overflow: hidden;
}

@media (min-width: 1080px) {
  .layout-main {
    display: flex;
  }
}
.layout-main > *:first-child {
  flex: 1;
}

.layout-sidebar {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .layout-sidebar {
    margin-top: 6rem;
    margin-bottom: initial;
  }
}
@media (min-width: 1080px) {
  .layout-sidebar {
    margin-top: initial;
    margin-left: 2rem;
    padding-left: 1.8rem;
    border-left: 0.1rem solid #d0d0d0;
    max-width: 41rem;
    width: 100%;
  }
}
@media (min-width: 782px) {
  .layout-sidebar div.swiper-patronage .swiper-slide {
    width: 25%;
  }
}
@media (min-width: 1080px) {
  .layout-sidebar div.swiper-patronage .swiper-slide {
    width: 50%;
  }
}

.layout-sidebar-inner {
  position: sticky;
  top: 170px;
}
.layout-sidebar-inner > *:not(:first-child) {
  margin-top: 4rem;
}
@media (min-width: 1080px) {
  .layout-sidebar-inner {
    max-width: 37rem;
  }
}

@media (min-width: 1080px) {
  .single-middle {
    padding-right: 41rem;
  }
}
.access-restricted .single-middle {
  display: none;
}

.single-bottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1080px) {
  .single-bottom {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.wp-block-spacer.spacer-50 {
  height: 5rem !important;
}
@media (min-width: 782px) {
  .wp-block-spacer.spacer-50 {
    height: 10rem !important;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 782px) {
  .desktop-only {
    display: block;
  }
}

@media (min-width: 782px) {
  .mobile-only {
    display: none;
  }
}

.monochromed {
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
}

.monochrome {
  cursor: pointer;
  display: none;
  font-weight: 900;
  font-size: 1rem;
  line-height: 0;
  border: 2px solid black;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
  margin-top: 1px;
  font-family: "IBM Plex Sans", sans-serif;
}
.monochrome.active {
  display: flex;
}

.monochrome.mono {
  display: none;
  border-color: #ff3300;
  color: #ff3300;
}
.monochrome.mono.active {
  display: flex;
}

.block-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .block-wrapper {
    margin-top: 10rem;
  }
}

.section-title.popular-section-title {
  font-size: 2.2rem;
}

.block-selected {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media (min-width: 782px) {
  .block-selected {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.block-selected .post-card {
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #d0d0d0;
  position: relative;
}
@media (min-width: 782px) {
  .block-selected .post-card {
    display: block;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: initial;
    margin-bottom: initial;
    border-bottom: initial;
  }
}
@media (min-width: 1080px) {
  .block-selected .post-card {
    width: 25%;
  }
}
.block-selected .post-card .post-card__image-box {
  height: initial;
  padding-bottom: initial;
  margin-bottom: initial;
  margin-right: 1rem;
  min-width: 9.2rem;
}
@media (min-width: 782px) {
  .block-selected .post-card .post-card__image-box {
    height: 0;
    padding-bottom: 61%;
    margin-bottom: 2rem;
    margin-right: initial;
  }
}
.block-selected .post-card .post-card__image {
  width: 9.2rem;
  height: 6rem;
  position: static;
}
@media (min-width: 782px) {
  .block-selected .post-card .post-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.block-selected .post-card .post-card__meta {
  display: none;
}
@media (min-width: 782px) {
  .block-selected .post-card .post-card__meta {
    display: block;
  }
}
@media (min-width: 782px) {
  .block-selected .post-card .post-card__link {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.block-selected .post-card hr {
  display: none;
}
@media (min-width: 1080px) {
  .block-selected .post-card hr {
    display: block;
    height: 1px;
    bottom: 0;
    position: absolute;
    width: calc(100% - 2rem);
    margin-bottom: 2rem;
  }
}

.block-slider .post-card .post-card__title {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 782px) {
  .block-slider .post-card .post-card__title {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.block-slider .post-card .post-card__image-box {
  padding-bottom: 63%;
}

/*
 *  Margin, if block is section
 */
.post-type-page > .partners-wrapper {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .post-type-page > .partners-wrapper {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
}
.post-type-page > .partners-wrapper + .partners-wrapper {
  margin-top: initial;
}

/*
 * Row
 */
.partners-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.partners-wrapper .partners__title {
  color: #141414;
  font-size: 2.2rem;
  line-height: 3rem;
}
.partners-wrapper .partners__title a {
  color: #141414;
  text-decoration: none;
}
.partners-wrapper .partners__supported-by-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1.8rem;
}
@media (min-width: 782px) {
  .partners-wrapper .partners__supported-by-box {
    margin-top: initial;
    align-items: center;
    flex-direction: row;
  }
}
.partners-wrapper .partners__supported-by {
  color: #141414;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.006rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  margin-right: 3rem;
}
@media (min-width: 782px) {
  .partners-wrapper .partners__supported-by {
    margin-bottom: initial;
  }
}
.partners-wrapper .partners__box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.partners-wrapper .partner__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 782px) {
  .partners-wrapper .partner__item {
    padding-bottom: initial;
  }
}
.partners-wrapper .partner__image {
  display: inline-block;
  max-width: 150px !important;
  max-height: 60px !important;
}
.partners-wrapper--column {
  flex-flow: column;
}
.partners-wrapper--column .partners__supported-by {
  margin: 8px 0 5px;
}
@media (min-width: 782px) {
  .partners-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .partners-wrapper--column {
    flex-flow: column;
    align-items: flex-start;
  }
  .partners-wrapper--column .partners__supported-by-box {
    align-items: flex-start;
    flex-flow: column;
  }
}

/*
 * Slider / Grid
 */
.partners-wrapper--grid {
  align-items: flex-start;
  flex-direction: column;
}
.partners-wrapper--grid .partners__title {
  margin-bottom: 2rem;
}
.partners-wrapper--grid .partners__supported-by-box {
  max-width: 100%;
  width: 100%;
}
.partners-wrapper--grid div.swiper-patronage {
  max-width: 100%;
}
@media (min-width: 782px) {
  .partners-wrapper--grid div.swiper-patronage {
    overflow: initial;
  }
}
@media (min-width: 782px) {
  .partners-wrapper--grid div.swiper-patronage .patronage-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: initial;
    margin-right: initial;
  }
}
@media (min-width: 782px) {
  .partners-wrapper--grid div.swiper-patronage .swiper-slide {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 782px) {
  .partners-wrapper--grid div.swiper-patronage .swiper-slide:last-of-type {
    margin-bottom: 4rem;
  }
}
.partners-wrapper--grid div.swiper-patronage .partner__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.9rem 3.3rem 2.8rem 3.4rem;
  border: 0.1rem solid #d0d0d0;
  height: 16.7rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 782px) {
  .partners-wrapper--grid div.swiper-patronage .partner__image-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem;
    height: 9rem;
    max-width: 17.5rem;
  }
}
@media (min-width: 1080px) {
  .partners-wrapper--grid div.swiper-patronage .partner__image-box {
    padding: 2.3rem;
    height: 12rem;
  }
}
.partners-wrapper--grid div.swiper-patronage .partner-slide__image {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 782px) {
  .wp-block-column .partners-wrapper .swiper-slide:nth-of-type(odd) {
    padding-right: 1.1rem;
  }
}
@media (min-width: 782px) {
  .wp-block-column .partners-wrapper .swiper-slide:nth-of-type(even) {
    padding-left: 1.1rem;
  }
}

.patronage-block {
  width: 100%;
}
.patronage-block .patronage-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 782px) {
  .patronage-block .patronage-wrapper {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.patronage-block .patronage-wrapper .patronage__item {
  max-height: 8.4rem;
  max-width: 15.5rem;
  width: 50%;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.partners-section .patronage-block .patronage-wrapper .patronage__item {
  width: 14.1rem;
}
@media (min-width: 782px) {
  .partners-section .patronage-block .patronage-wrapper .patronage__item {
    width: 16.8rem;
  }
}
@media (min-width: 782px) {
  .patronage-block .patronage-wrapper .patronage__item {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
    min-height: 12rem;
    max-height: initial;
    max-width: initial;
  }
}
.patronage-block .patronage-wrapper .patronage__item--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #e6e6e6;
  width: 100%;
  height: 100%;
}
.patronage-block .patronage-wrapper .patronage__image {
  position: relative;
  z-index: -1;
  padding: 0.8rem;
  max-height: 110px;
  max-width: 145px;
}

.block-cards-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1080px) {
  .block-cards-grid {
    flex-direction: row;
  }
}
.block-cards-grid .cards-grid__col {
  margin-top: 3rem;
}
@media (min-width: 1080px) {
  .block-cards-grid .cards-grid__col {
    margin-top: initial;
  }
}
.block-cards-grid .cards-grid__col .post-card__image {
  max-height: 8rem;
}
@media (min-width: 1080px) {
  .block-cards-grid .cards-grid__col .post-card__image {
    max-height: initial;
  }
}
.block-cards-grid .post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.block-cards-grid > div {
  flex: 1;
}
@media (min-width: 782px) {
  .block-cards-grid > div:first-of-type {
    padding-right: 1rem;
  }
}
.block-cards-grid > div:first-of-type .post-card__link {
  margin-bottom: 0.5rem;
}
.block-cards-grid > div:last-of-type {
  padding-right: 1rem;
}
@media (min-width: 1080px) {
  .block-cards-grid > div:last-of-type {
    padding-left: 1rem;
  }
}
.block-cards-grid .post-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1080px) {
  .block-cards-grid .post-card {
    display: block;
  }
}
.block-cards-grid .post-card .post-card__row {
  flex-direction: row;
}
.block-cards-grid .post-card .post-card__row .post-card__image-box {
  max-width: 9.2rem;
  padding-bottom: 8rem;
  margin-right: 1rem;
}
@media (min-width: 1080px) {
  .block-cards-grid .post-card .post-card__row .post-card__image-box {
    max-width: 14rem;
    padding-bottom: 23%;
    margin-right: 2rem;
  }
}
.block-cards-grid .post-card .post-card__main-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1080px) {
  .block-cards-grid .post-card .post-card__main-info {
    display: block;
  }
}
.block-cards-grid .post-card .post-card__image-box {
  order: 0;
}
.block-cards-grid .post-card .post-card__meta {
  order: 2;
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  .block-cards-grid .post-card .post-card__meta {
    order: initial;
    margin-top: initial;
  }
}
.block-cards-grid .post-card .post-card__link {
  order: 1;
}
@media (min-width: 1080px) {
  .block-cards-grid .post-card .post-card__link {
    order: 2;
  }
}
.block-cards-grid .post-card .post-card__excerpt-link {
  order: 2;
}
@media (min-width: 1080px) {
  .block-cards-grid .post-card .post-card__excerpt-link {
    order: initial;
  }
}
.block-cards-grid .post-card + .post-card {
  padding-top: 1.9rem;
  margin-top: 3rem;
  border-top: 0.1rem solid #d0d0d0;
}
.block-cards-grid .post-card:last-of-type {
  padding-bottom: 1.9rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media (min-width: 782px) {
  .block-cards-grid .post-card:last-of-type {
    padding-bottom: initial;
    margin-bottom: initial;
    border-bottom: initial;
  }
}

.cards-grid-wrapper .block-cards-main .post-card .post-card__meta {
  display: block;
  padding-left: 10.2rem;
}
@media (min-width: 782px) {
  .cards-grid-wrapper .block-cards-main .post-card .post-card__meta {
    padding-left: 0;
  }
}

div.block-list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
div.block-list__list {
  position: relative;
}
@media (min-width: 782px) {
  div.block-list {
    max-height: 100%;
    margin-top: initial;
  }
}
div.block-list .block-list__title {
  color: #141414;
  font-family: Merriweather;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 3rem;
}
div.block-list .block-list__link {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}
div.block-list .block-list__link:hover {
  text-decoration: underline;
}
div.block-list .block-list__tag {
  margin-bottom: 1rem;
}
div.block-list .post-card:nth-of-type(6),
div.block-list .post-card:nth-of-type(6) ~ .post-card {
  display: none;
}
@media (min-width: 782px) {
  div.block-list .post-card:nth-of-type(6),
  div.block-list .post-card:nth-of-type(6) ~ .post-card {
    display: block;
  }
}
div.block-list .post-card:not(:last-of-type) {
  padding-bottom: 1.9rem;
  border-bottom: 0.1rem solid #d0d0d0;
  margin-bottom: 2rem;
}
div.block-list .post-card__meta {
  margin-bottom: 0.5rem;
}
@media (min-width: 782px) {
  div.block-list .post-card__meta {
    margin-bottom: 1rem;
  }
}
div.block-list .post-card__title {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
div.block-list__more {
  display: flex;
  margin-top: auto;
  padding-bottom: 2rem;
}
div.block-list__more .button-more {
  margin-top: 22px;
  cursor: pointer;
  display: flex;
  font-family: "IBM Plex Sans", sans-serif;
  justify-content: center;
}
div.block-list__more .button-more.show {
  display: flex;
}

.block-meet-ole {
  display: none;
  border: 0.4rem solid #f8d000;
  padding: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .block-meet-ole {
    display: block;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
}
.block-meet-ole + * {
  margin-top: 4rem !important;
}
.wp-block-column .block-meet-ole .meet-ole-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.block-meet-ole .meet-ole__description {
  color: #434343;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  margin-bottom: 2rem;
}
.block-meet-ole .meet-ole__list {
  margin-top: 2rem;
  margin-bottom: 3rem;
  list-style-type: none;
}
.block-meet-ole .meet-ole__item {
  position: relative;
  color: #141414;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  line-height: 20px;
  padding-left: 3.4rem;
}
.block-meet-ole .meet-ole__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/vector/check.svg");
  width: 2.4rem;
  height: 2.4rem;
}
.block-meet-ole .meet-ole__item + .meet-ole__item {
  margin-top: 1rem;
}

.block-premium-grid {
  position: relative;
  padding: 5rem 2rem;
  border: 0.4rem solid #f8d000;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 782px) {
  .block-premium-grid {
    margin-left: initial;
    margin-right: initial;
  }
}
.block-premium-grid .premium-grid__tag {
  position: absolute;
  top: 0;
  left: 0;
}
.block-premium-grid .premium-grid__posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.block-premium-grid .premium-grid__posts .post-card {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-premium-grid .premium-grid__posts .post-card .post-card__meta {
  padding-top: 1.9rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #d0d0d0;
}
.block-premium-grid .premium-grid__posts .post-card .post-card__link {
  margin-bottom: 0.5rem;
}
.block-premium-grid .premium-grid__posts .post-card:nth-of-type(1) .post-card__meta {
  padding-top: initial;
  margin-top: initial;
  border-top: initial;
}
.block-premium-grid .premium-grid__posts .post-card:nth-of-type(2) .post-card__meta {
  padding-top: 1.9rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #d0d0d0;
}
@media (min-width: 1080px) {
  .block-premium-grid .premium-grid__posts .post-card:nth-of-type(2) .post-card__meta {
    padding-top: initial;
    margin-top: initial;
    border-top: initial;
  }
}
@media (min-width: 1080px) {
  .block-premium-grid .premium-grid__posts .post-card {
    width: 50%;
  }
}

div.block-listen {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  div.block-listen {
    padding-top: 2rem;
    border-top: 0.1rem solid #D0D0D0;
    margin-bottom: initial;
  }
}
div.block-listen .listen__background {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #ecf3f8;
}
div.block-listen .listen__meta {
  display: flex;
  align-items: center;
}
div.block-listen .listen__avatar {
  display: block;
  border-radius: 50%;
  height: auto;
  max-width: 4rem;
}
div.block-listen .listen__author {
  margin-left: 1rem;
  color: #727272;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
div.block-listen .listen__recording-title {
  font-family: Merriweather;
  margin-top: 2rem;
  color: #141414;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
}
@media (min-width: 782px) {
  div.block-listen .listen__recording-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
div.block-listen .listen__duration {
  position: relative;
  display: block;
  font-family: "IBM Plex Sans";
  padding-left: 3rem;
  margin-top: 2rem;
  color: #727272;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
div.block-listen .listen__duration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/vector/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
div.block-listen .listen-more {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  color: #0071BB;
  margin-left: 15px;
}

.block-cards-main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.block-cards-main .post-card__image-box .fb-like {
  display: none;
}
.block-cards-main .fb-like-mob {
  display: block;
  order: 3;
  padding-left: 8rem;
  margin: 10px 0 0;
}
.block-cards-main .post-card:nth-of-type(1) .fb-like-mob, .block-cards-main .post-card:nth-of-type(2) .fb-like-mob {
  padding-left: 0;
  margin: 15px 0 0 -20px;
}
@media (min-width: 782px) {
  .block-cards-main {
    flex-direction: row;
    margin-bottom: 0;
  }
  .block-cards-main .post-card__image-box .fb-like {
    display: block;
  }
  .block-cards-main .fb-like-mob {
    display: none;
  }
  .block-cards-main .fb-like-mob {
    display: none;
  }
  .block-cards-main .post-card:nth-of-type(1) .fb-like-mob, .block-cards-main .post-card:nth-of-type(2) .fb-like-mob {
    display: none;
  }
}
.block-cards-main .post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.block-cards-main .post-card {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.9rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #d0d0d0;
  min-height: 10rem;
}
@media (min-width: 782px) {
  .block-cards-main .post-card {
    display: block;
    padding-bottom: initial;
    border-bottom: initial;
    margin-bottom: 4rem;
  }
}
.block-cards-main .post-card .post-card__image-box {
  position: absolute;
  width: 9.2rem;
  height: 8rem;
  padding-bottom: initial;
}
@media (min-width: 782px) {
  .block-cards-main .post-card .post-card__image-box {
    position: relative;
    display: block;
    height: 0;
    width: initial;
    padding-bottom: 61%;
  }
}
.block-cards-main .post-card .post-card__category,
.block-cards-main .post-card .post-card__link {
  display: block;
  padding-left: 10.2rem;
}
@media (min-width: 782px) {
  .block-cards-main .post-card .post-card__category,
  .block-cards-main .post-card .post-card__link {
    padding-left: initial;
  }
}
.block-cards-main .post-card .post-card__category {
  order: 2;
  margin-top: 1rem;
  margin-bottom: initial;
}
@media (min-width: 782px) {
  .block-cards-main .post-card .post-card__category {
    order: initial;
    margin-top: initial;
    margin-bottom: 1rem;
  }
}
.block-cards-main .post-card .post-card__link {
  order: 1;
}
@media (min-width: 782px) {
  .block-cards-main .post-card .post-card__link {
    order: initial;
  }
}
.block-cards-main .post-card .post-card__meta {
  display: none;
}
.block-cards-main .post-card:nth-of-type(1) {
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .block-cards-main .post-card:nth-of-type(1) {
    margin-bottom: 4rem;
  }
}
.block-cards-main .post-card:nth-of-type(2) {
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .block-cards-main .post-card:nth-of-type(2) {
    margin-bottom: 4rem;
  }
}
.block-cards-main .post-card:nth-of-type(1), .block-cards-main .post-card:nth-of-type(2) {
  display: block;
  flex-basis: 50%;
  padding-bottom: initial;
  border-bottom: initial;
}
.block-cards-main .post-card:nth-of-type(1) .post-card__meta, .block-cards-main .post-card:nth-of-type(2) .post-card__meta {
  padding-left: 0;
}
@media (min-width: 782px) {
  .block-cards-main .post-card:nth-of-type(1) .post-card__meta, .block-cards-main .post-card:nth-of-type(2) .post-card__meta {
    display: none;
  }
}
.block-cards-main .post-card:nth-of-type(1) .post-card__link, .block-cards-main .post-card:nth-of-type(2) .post-card__link {
  margin-bottom: 1rem;
}
@media (min-width: 1080px) {
  .block-cards-main .post-card:nth-of-type(1) .post-card__link, .block-cards-main .post-card:nth-of-type(2) .post-card__link {
    margin-bottom: initial;
  }
}
.block-cards-main .post-card:nth-of-type(1) .post-card__image-box, .block-cards-main .post-card:nth-of-type(2) .post-card__image-box {
  position: relative;
  width: initial;
  height: initial;
  padding-bottom: 61%;
}
.block-cards-main .post-card:nth-of-type(1) .post-card__category,
.block-cards-main .post-card:nth-of-type(1) .post-card__link, .block-cards-main .post-card:nth-of-type(2) .post-card__category,
.block-cards-main .post-card:nth-of-type(2) .post-card__link {
  padding-left: initial;
}
.block-cards-main .post-card:nth-of-type(1) .post-card__title, .block-cards-main .post-card:nth-of-type(2) .post-card__title {
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 1080px) {
  .block-cards-main .post-card:nth-of-type(1) .post-card__title, .block-cards-main .post-card:nth-of-type(2) .post-card__title {
    padding-bottom: 1.2rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}
.block-cards-main .post-card:nth-of-type(1) .post-card__excerpt, .block-cards-main .post-card:nth-of-type(2) .post-card__excerpt {
  color: #141414;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.slider-title {
  color: #141414;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
  padding: 0 2rem;
}
@media (min-width: 782px) {
  .slider-title {
    padding: 0;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
  }
}

.slider-data {
  margin: 0;
  padding: 1.75rem 0 0 0;
  left: -2rem;
  min-width: 100%;
  width: calc(100% + 4rem);
}
@media (max-width: 782px) {
  .slider-data--desktop {
    display: none;
  }
}
@media (min-width: 782px) {
  .slider-data--mobile {
    display: none;
  }
}
@media (min-width: 782px) {
  .slider-data {
    left: unset;
    min-width: unset;
    width: unset;
  }
}
.slider-data__item {
  margin-bottom: 60px;
  width: 100%;
}
.slider-data__item iframe {
  width: 100%;
  height: 800px;
  border: none;
}
.slider-data .swiper-navigation {
  display: flex;
  align-items: center;
  height: 100px;
}
.slider-data .swiper-navigation .swiper-button-prev,
.slider-data .swiper-navigation .swiper-button-next {
  bottom: 16px;
  top: unset;
}
.slider-data .swiper-navigation .swiper-button-prev {
  top: initial;
  left: initial;
  display: flex;
  position: initial;
  margin: auto 10px auto auto;
  align-self: center;
}
.slider-data .swiper-navigation .swiper-button-next {
  top: initial;
  right: initial;
  display: flex;
  position: initial;
  margin: auto auto auto 10px;
  align-self: center;
}
.slider-data .swiper-data-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-data .swiper-data-pagination .swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #0071bb;
}

.additional-data__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  color: #0071BB;
  margin-left: 15px;
}

.infographics {
  padding: 0;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .infographics {
    padding: 0 7rem;
  }
}
@media (min-width: 1450px) {
  .infographics {
    padding: 0;
  }
}
@media (min-width: 782px) {
  .infographics {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.infographics__header-front {
  text-align: center;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}
.infographics__header-front a {
  color: #141414;
  text-decoration: none;
  font-family: inherit;
}
.infographics__header-front a:hover {
  text-decoration: underline;
}
.infographics .infographics-slider__image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.infographics .swiper-pagination {
  display: block;
  margin-top: 0;
}
.infographics .swiper-navigation {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.infographics .swiper-navigation .swiper-button-next {
  top: initial;
  right: initial;
  display: none;
  position: relative;
  margin: auto auto auto 10px;
  align-self: center;
}
@media (min-width: 782px) {
  .infographics .swiper-navigation .swiper-button-next {
    display: flex;
  }
}
.infographics .swiper-navigation .swiper-button-next:focus {
  outline: none;
}
.infographics .swiper-navigation .swiper-button-prev {
  top: initial;
  left: initial;
  display: none;
  position: relative;
  margin: auto 10px auto auto;
  align-self: center;
}
@media (min-width: 782px) {
  .infographics .swiper-navigation .swiper-button-prev {
    display: flex;
  }
}
.infographics .swiper-navigation .swiper-button-prev:focus {
  outline: none;
}

.infographics__lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: -12000;
  top: 0;
  left: -100vw;
  opacity: 0;
  width: 100vw;
  max-width: 100vw;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
}
.infographics__lightbox .block-wrapper {
  margin: 0;
}
.infographics__lightbox__wrapper {
  width: 100%;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.infographics__lightbox span.close {
  display: block;
  position: absolute;
  cursor: pointer;
  color: #000000;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
}
.infographics__lightbox span.close::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/vector/close.svg");
}
.infographics__lightbox.is-active {
  position: fixed;
  z-index: 12000;
  left: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.infographics__lightbox.is-active::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.infographics__lightbox.is-active .swiper-navigation {
  display: block;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-next {
  right: 0;
  bottom: 0;
  top: unset;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-next:focus {
  outline: none;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: unset;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-prev:focus {
  outline: none;
}
.infographics__lightbox .infographics-lightbox-slider__image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 70vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.infographics__lightbox .infographics-lightbox-slider__title {
  margin: 0;
  padding: 20px 0 7rem 0;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  background-color: white;
}

a.download {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
a.download::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/vector/download.svg");
}

.patrons .patrons-slider__image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.article-body {
  font-family: "IBM Plex Sans";
  color: #141414;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
}
.article-body p, .article-body a, .article-body span {
  color: #141414;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
}
.article-body a {
  color: #0071bb;
  font-weight: 600;
  text-decoration: none;
  margin-left: 0;
}
.article-body > * {
  margin-bottom: 3rem;
}
.article-body > :is(h2, h3, h4) {
  margin-bottom: 2rem;
}
.article-body h2 {
  color: #141414;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
}
.article-body h3 {
  color: #141414;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}
.article-body h4 {
  color: #141414;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.article-body ul, .article-body ol, .article-body li {
  color: #141414;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
}
.article-body blockquote {
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  border-left: 4px solid #ff3300;
  padding-left: 2rem;
}
.article-body div {
  font-family: "IBM Plex Sans";
  color: #141414;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}

.post-card--horizontal {
  display: flex;
}
.post-card--border {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
.post-card .post-card__image-box {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 61%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.post-card .post-card__image-box:hover .post-card__image {
  transition: all 1s cubic-bezier(0.02, 0.55, 0.58, 1) 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.post-card .post-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.post-card .post-card__category {
  display: inline-block;
  margin-bottom: 1rem;
  color: #727272;
  font-family: Merriweather;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-transform: uppercase;
  word-break: break-all;
  text-decoration: none;
}
.post-card .post-card__category:hover {
  text-decoration: underline;
}
.post-card .post-card__meta {
  color: #727272;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.post-card .post-card__meta a {
  color: inherit;
  text-decoration: none;
}
.post-card .post-card__meta a:hover {
  text-decoration: underline;
}
.post-card .post-card__meta .time {
  color: #0071BB;
}
.post-card .post-card__link {
  display: inline-block;
  text-decoration: none;
}
.post-card .post-card__title {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
}
.post-card .post-card__title:hover {
  text-decoration: underline;
}
.post-card .post-card__excerpt {
  color: #434343;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
.post-card .post-card__excerpt + .post-card__title {
  margin-top: 1rem;
}

.post-card__row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.post-card__row .post-card__image-box {
  max-width: 14rem;
  width: 100%;
  padding-bottom: 28%;
  margin-bottom: 0;
  margin-right: 2rem;
}
.post-card__row .post-card__main-info {
  flex: 1;
}
.post-card__row .post-card__title {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.post-card__row .card-tag {
  margin-bottom: 1rem;
}

.tease {
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {
  .tease {
    flex-direction: row;
  }
}
.tease + .tease {
  margin-top: 4rem;
}
.tease .tease-image-box {
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 782px) {
  .tease .tease-image-box {
    margin-bottom: initial;
    margin-right: 2rem;
  }
}
.tease .tease-image {
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 782px) {
  .tease .tease-image {
    min-width: 40rem;
    max-width: 40rem;
    height: 24rem;
  }
}
.tease .tease-content {
  display: flex;
  flex-direction: column;
}
.tease .tease-title {
  color: #141414;
  font-family: Merriweather;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  text-decoration: none;
}
@media (min-width: 782px) {
  .tease .tease-title {
    margin-bottom: 2rem;
  }
}
.tease .tease-title:hover {
  text-decoration: underline;
}
.tease .tease-excerpt {
  color: #434343;
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  margin-bottom: auto;
}
.tease .tease-meta {
  color: #727272;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.tease .tease-meta a {
  color: inherit;
  text-decoration: none;
}
.tease .tease-meta a:hover {
  text-decoration: underline;
}

.comment-bubble {
  color: #0071bb;
  font-family: "IBM Plex Sans";
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-align: center;
  width: 3.6rem;
  height: 2.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/vector/comment-bubble.svg");
}
.comment-bubble--top-left {
  position: absolute;
  top: 1.1rem;
  left: 1.2rem;
}

.block-slider {
  position: relative;
}
.block-slider .swiper-pagination {
  position: static;
}
.block-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #0071bb;
  opacity: 0.2;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.block-slider .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.block-slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.block-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-navigation {
  display: none;
}
@media (min-width: 1450px) {
  .swiper-navigation {
    display: block;
  }
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  top: 45%;
  width: 6rem;
  height: 6rem;
}
.swiper-navigation .swiper-button-prev {
  left: -9rem;
}
.swiper-navigation .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/vector/prev_btn.svg");
  width: 4.5rem;
  height: 4.5rem;
}
.swiper-navigation .swiper-button-prev:hover::after {
  background-image: url("../images/vector/swiper-navigation-hover.svg");
}
.swiper-navigation .swiper-button-next {
  right: -9rem;
}
.swiper-navigation .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/vector/next_btn.svg");
  width: 4.5rem;
  height: 4.5rem;
}
.swiper-navigation .swiper-button-next:hover::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url("../images/vector/swiper-navigation-hover.svg");
}

.swiper-patronage-pagination {
  margin-top: 2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 782px) {
  .swiper-patronage-pagination {
    display: none;
  }
}
.swiper-patronage-pagination .swiper-pagination-bullet {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #0071bb;
  opacity: 0.2;
}
.swiper-patronage-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.iframe-box {
  display: none;
  position: relative;
  padding-bottom: 60%;
}
@media (min-width: 1080px) {
  .iframe-box {
    display: block;
  }
}
.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.fz-breadcrumbs {
  display: flex;
}
@media (max-width: 460px) {
  .fz-breadcrumbs {
    flex-wrap: wrap;
  }
}
.fz-breadcrumbs * {
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
.fz-breadcrumbs__link {
  color: #727272;
  text-decoration: none;
}
.fz-breadcrumbs__link:hover {
  text-decoration: underline;
}
.fz-breadcrumbs__separator {
  color: #727272;
  margin-left: 1rem;
  display: block;
  margin-right: 1rem;
}
.fz-breadcrumbs > *:last-child {
  color: #141414;
}

ul.tags__list {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}
ul.tags__list .tag__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 782px) {
  ul.tags__list .tag__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
ul.tags__list .tag__link {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 0.1rem solid #a1a1a1;
  color: #727272;
  font-family: Merriweather;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
}
ul.tags__list .tag__link:hover {
  text-decoration: underline;
}

.social-media-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 782px) {
  .social-media-bar {
    margin-bottom: initial;
  }
}
.single-footer .social-media-bar {
  margin-bottom: 2rem;
}
.social-media-bar > div {
  max-height: 3.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 782px) {
  .social-media-bar > div {
    margin-top: initial;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.social-media-bar .btn-social {
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #ecf3f8;
  width: 3.6rem;
  height: 3.6rem;
  text-indent: -9999px;
}
.social-media-bar .btn-social::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-media-bar .social-fb::after {
  width: 0.8rem;
  height: 1.4rem;
  background-image: url("../images/vector/social-media/facebook.svg");
}
.social-media-bar .social-fb:hover::after {
  background-image: url("../images/vector/social-media/facebook-hover.svg");
}
.social-media-bar .social-tw::after {
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("../images/vector/social-media/twitter.svg");
}
.social-media-bar .social-tw:hover::after {
  background-image: url("../images/vector/social-media/twitter-hover.svg");
}
.social-media-bar .social-li::after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/vector/social-media/linkedin.svg");
}
.social-media-bar .social-li:hover::after {
  background-image: url("../images/vector/social-media/linkedin-hover.svg");
}
.social-media-bar .social-bell {
  background-color: transparent;
}
.social-media-bar .social-bell::after {
  width: 1.8rem;
  height: 2rem;
  background-image: url("../images/vector/social-media/bell.svg");
}
.social-media-bar .social-bell:hover::after {
  background-image: url("../images/vector/social-media/bell-hover.svg");
}
.social-media-bar .social-print {
  display: none;
  background-color: transparent;
}
@media (min-width: 1080px) {
  .social-media-bar .social-print {
    display: block;
  }
}
.social-media-bar .social-print::after {
  width: 1.8rem;
  height: 1.7rem;
  background-image: url("../images/vector/social-media/print.svg");
}
.social-media-bar .social-print:hover::after {
  background-image: url("../images/vector/social-media/print-hover.svg");
}

.pagination-block {
  margin-top: 3.8rem;
}
.pagination-block .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.pagination-block .pagination li {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.pagination-block .pagination li.prev {
  padding-right: 2.5rem;
}
.pagination-block .pagination li.next {
  padding-left: 2.5rem;
}
.pagination-block .pagination li.current .page-number {
  color: #FF3300;
}
.pagination-block .pagination .page-number {
  display: inline-block;
  padding: 0.4rem;
  text-decoration: none;
  color: #141414;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  transition: 0.25s color ease-in-out;
}
.pagination-block .pagination .page-number:hover {
  color: #FF3300;
}

.search-pagination {
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .search-pagination {
    margin-bottom: 10rem;
  }
}

.formats-wrapper {
  margin-top: 4rem;
}
@media (min-width: 782px) {
  .formats-wrapper {
    margin-top: 10rem;
  }
}

.formats-box {
  display: flex;
  flex-wrap: wrap;
}

.format-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 782px) {
  .format-box {
    margin-bottom: 4rem;
    flex-direction: row;
  }
}
@media (min-width: 1080px) {
  .format-box {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .format-box:nth-of-type(odd) {
    padding-right: 4rem;
  }
}
@media (min-width: 1080px) {
  .format-box:nth-of-type(even) {
    padding-left: 4rem;
  }
}
.format-box + .format-box {
  margin-top: 4rem;
}
@media (min-width: 782px) {
  .format-box + .format-box {
    margin-top: initial;
  }
}
@media (min-width: 782px) {
  .format-box .format-image {
    max-width: 24rem;
  }
}
.format-box .format-content {
  color: #141414;
  margin-top: 1.2rem;
}
@media (min-width: 782px) {
  .format-box .format-content {
    margin-left: 2rem;
    margin-top: initial;
  }
}
.format-box .format-title {
  display: inline-block;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media (min-width: 782px) {
  .format-box .format-title {
    margin-bottom: 1.2rem;
  }
}
.format-box .format-text > * {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
}

.format-contact-box {
  display: block;
}
.format-contact-box .format-contact-title {
  color: #141414;
  font-family: Merriweather;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media (min-width: 782px) {
  .format-contact-box .format-contact-title {
    margin-bottom: 2rem;
  }
}
.format-contact-box .format-contact-text {
  color: #141414;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
}

div.paywall-box {
  position: relative;
  max-width: 62rem !important;
  margin-bottom: 5rem;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  padding: 2rem 0 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 782px) {
  div.paywall-box {
    padding: 4rem 0 0;
  }
}
div.paywall-box > * {
  padding: 0 1rem;
}
@media (min-width: 782px) {
  div.paywall-box > * {
    padding: 0 3rem;
  }
}
div.paywall-box .paywall-title {
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
  color: #141414;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 782px) {
  div.paywall-box .paywall-title {
    max-width: initial;
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
div.paywall-box .paywall-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d0d0d0;
  height: 0.1rem;
  width: 20rem;
}
@media (min-width: 782px) {
  div.paywall-box .paywall-title::after {
    width: 30rem;
  }
}
div.paywall-box .paywall-subtitle {
  font-family: Merriweather;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #141414;
  margin-bottom: 1rem;
}
div.paywall-box .paywall-price {
  font-family: Merriweather;
  font-weight: bold;
  margin-bottom: 2rem;
}
div.paywall-box .paywall-price * {
  font-family: Merriweather;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ff3300;
}
div.paywall-box .btn-paywall {
  display: block;
  width: 24rem !important;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  margin-bottom: 2rem;
}
div.paywall-box .paywall-other {
  display: block;
  padding-bottom: 2rem;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.05rem;
  color: #0071bb;
}
div.paywall-box .paywall-other:hover {
  text-decoration: underline;
}
@media (min-width: 782px) {
  div.paywall-box .paywall-other {
    padding-bottom: 4rem;
  }
}
div.paywall-box .user-footer {
  background-color: #ecf3f8;
  padding: 2rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 782px) {
  div.paywall-box .user-footer {
    padding: 3rem;
  }
}
div.paywall-box .user-footer .user-question {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
  color: #141414;
  margin-bottom: 1rem;
}
div.paywall-box .user-footer .user-login {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
div.paywall-box .user-footer .user-login:hover {
  text-decoration: underline;
}

.wrapper.plans-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1080px) {
  .wrapper.plans-wrapper {
    margin-bottom: 10rem;
  }
}

.plans-info {
  background-color: #F4F4F4;
  padding: 2rem 1rem 0;
}
@media (min-width: 1080px) {
  .plans-info {
    padding: 4rem 4rem 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.plans-info .plans-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 81.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.plans-info .plans-item {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .plans-info .plans-item {
    width: 50%;
  }
}
@media (min-width: 782px) {
  .plans-info .plans-item:nth-of-type(odd) {
    padding-right: 5rem;
  }
}
@media (min-width: 782px) {
  .plans-info .plans-item:nth-of-type(even) {
    padding-left: 5rem;
  }
}
.plans-info .plans-text {
  position: relative;
  color: #141414;
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  padding-left: 3.4rem;
}
.plans-info .plans-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/vector/checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.top-bar-box {
  z-index: 100;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.3rem;
  background-color: #ffffff;
}
.subcategory-show .top-bar-box {
  z-index: 0;
}
@media (min-width: 1080px) {
  .top-bar-box {
    padding-bottom: 3.1rem;
    background-color: initial;
  }
}

.top-bar {
  display: flex;
  align-items: center;
}

.nav-main {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 50px;
}
.mobile-show .nav-main {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.subcategory-show .nav-main {
  overflow-y: initial;
}
@media (min-width: 1080px) {
  .nav-main {
    display: none;
    padding-top: 3.7rem;
    padding-left: 4rem;
    padding-bottom: initial;
    z-index: 100;
    position: static;
    overflow-y: initial;
    left: initial;
    top: initial;
    height: initial;
    width: initial;
    -webkit-transform: initial;
            transform: initial;
    padding: initial;
    background-color: initial;
    width: 100%;
  }
}

.nav-main-desktop {
  display: none;
  position: relative;
}
@media (min-width: 1080px) {
  .nav-main-desktop {
    display: block;
    position: static;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

ul.menu-main {
  position: relative;
  padding: 3rem 2rem 0;
}
@media (min-width: 1080px) {
  ul.menu-main {
    display: flex;
    position: static;
    justify-content: space-between;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem;
  }
}
@media (min-width: 1080px) {
  ul.menu-main .step-back {
    display: none;
  }
}
ul.menu-main .menu__link {
  font-family: Merriweather;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-decoration: none;
  color: #141414;
  font-weight: 400;
  padding-right: 3.4rem;
  border-bottom: 0.3rem solid transparent;
}
@media (min-width: 782px) {
  ul.menu-main .menu__link {
    font-size: 1.8rem;
  }
}
ul.menu-main .menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
  background-image: url("../images/vector/arrow-right.svg");
  background-position: center;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__link {
    font-size: 1.4rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-top: 2.4rem;
    padding-bottom: 2.1rem;
    padding-right: initial;
  }
  ul.menu-main .menu__link::after {
    display: none;
  }
}
ul.menu-main .menu__button {
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__button {
    display: none;
  }
}
ul.menu-main .menu__button + .menu__link {
  display: none;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__button + .menu__link {
    display: block;
  }
}
ul.menu-main .menu__button a.button-link-menu {
  font-family: Merriweather;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-decoration: none;
  color: #141414;
  font-weight: 400;
  margin-top: 2px;
}
@media (min-width: 782px) {
  ul.menu-main .menu__button a.button-link-menu {
    font-size: 1.8rem;
  }
}
ul.menu-main .menu__button.flex-menu-button {
  display: flex;
  align-items: center;
}
ul.menu-main .menu__button.menu__button--second {
  padding-left: 0;
}
ul.menu-main .menu__item {
  margin-bottom: 2rem;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__item {
    margin-bottom: initial;
  }
  ul.menu-main .menu__item:first-of-type {
    padding-left: 0;
  }
  ul.menu-main .menu__item:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  ul.menu-main .menu__link:hover {
    border-color: #0071BB;
  }
}
ul.menu-main .menu__link:hover + .menu__children {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
ul.menu-main .menu__children {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  z-index: 2;
  transition: 0.25s -webkit-transform ease-in-out;
  transition: 0.25s transform ease-in-out;
  transition: 0.25s transform ease-in-out, 0.25s -webkit-transform ease-in-out;
  max-height: 100vh;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__children {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: initial;
    max-height: initial;
    overflow-y: initial;
    padding: 0;
    border-top: 0.1rem solid #dbdbdb;
    min-width: 100%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1080px) {
  ul.menu-main .menu__children:hover {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
ul.menu-main .menu__children--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
ul.menu-main .menu__children [style] {
  padding: 3rem 2rem;
}
@media (min-width: 1080px) {
  ul.menu-main [data-children-count="1"] {
    display: none;
  }
}
ul.menu-main .menu__children-wrapper {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}
ul.menu-main .menu__children-inner {
  display: flex;
  flex-direction: column;
  padding: 2.3rem 0 3.4rem;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__children-inner {
    position: absolute;
    display: block;
    padding: initial;
    height: initial;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
  }
  ul.menu-main .menu__children-inner::after {
    display: none;
  }
}
ul.menu-main .menu__link-child {
  font-family: Merriweather;
  color: #141414;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 782px) {
  ul.menu-main .menu__link-child {
    font-size: 1.8rem;
  }
}
@media (min-width: 1080px) {
  ul.menu-main .menu__link-child {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.01rem;
    padding: 0.8rem 0.8rem 0.8rem 0;
  }
}
@media (min-width: 1080px) {
  ul.menu-main .menu__link-child {
    white-space: nowrap;
    padding: 0.8rem;
  }
}
ul.menu-main .menu__link-child:first-of-type {
  margin-top: 1.3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #dbdbdb;
}
@media (min-width: 1080px) {
  ul.menu-main .menu__link-child:first-of-type {
    display: none;
    margin-top: initial;
    padding-top: initial;
    border-top: initial;
  }
}
@media (min-width: 1080px) {
  ul.menu-main .menu__link-child:hover {
    color: #0071BB;
  }
}

@media (min-width: 1080px) {
  .menu-background {
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  }
}

.hamburger-wrapper {
  display: block;
  position: relative;
}
@media (min-width: 1080px) {
  .hamburger-wrapper {
    display: none;
  }
}

.hamburger {
  position: relative;
  z-index: 3;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  padding: 0.5rem 0.2rem;
}
@media (min-width: 1080px) {
  .hamburger {
    display: none;
  }
}

.hamburget__text {
  font-family: Merriweather;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
  color: #141414;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  padding-left: 0.8rem;
}

.hamburger__box {
  width: 2rem;
  height: 1.4rem;
  display: inline-block;
  position: relative;
}

.hamburger--inner {
  width: 100%;
  height: 0.2rem;
  background-color: #1D1D1B;
  position: absolute;
  left: 0;
  background-color: currentColor;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.hamburger--inner::before, .hamburger--inner::after {
  width: 100%;
  height: 0.2rem;
  background-color: #1D1D1B;
  position: absolute;
  left: 0;
  background-color: currentColor;
  content: "";
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.hamburger--inner::before {
  top: -0.5rem;
}
.hamburger--inner::after {
  top: 0.5rem;
}

.mobile-show {
  overflow: hidden;
}
.mobile-show .hamburger__box {
  width: 2rem;
  height: 1.4rem;
}
.mobile-show .hamburget__text {
  opacity: 1;
}
.mobile-show .hamburger--inner {
  background-color: transparent;
}
.mobile-show .hamburger--inner::before {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}
.mobile-show .hamburger--inner::after {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.mobile-show .top-bar-box {
  position: fixed !important;
}

ul.lang-switcher {
  display: none;
  margin-right: 2.1rem;
}
@media (min-width: 1080px) {
  ul.lang-switcher {
    display: block;
  }
}

.lang-item a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
}
.lang-item img {
  width: 2rem !important;
  height: 2rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.lang-item span {
  margin-left: 0.8rem !important;
}

.mobile-action-menu {
  border-top: 0.1rem solid #dbdbdb;
  padding: 2rem 2rem 0;
}
@media (min-width: 1080px) {
  .mobile-action-menu {
    display: none;
  }
}
.mobile-action-menu .mobile-action-menu__buttons {
  display: flex;
}
.mobile-action-menu .mobile-action-menu__buttons .btn-ole {
  margin-right: 2rem;
}
.mobile-action-menu .mobile-action-menu__buttons .btn-sign-in {
  margin-left: 2rem;
}
.mobile-action-menu .mobile-action-menu__buttons .btn {
  flex: 1;
}

ul.menu-mobile {
  border-top: 0.1rem solid #d0d0d0;
  border-bottom: 0.1rem solid #d0d0d0;
  padding-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 1080px) {
  ul.menu-mobile {
    display: none;
  }
}
ul.menu-mobile .menu__item {
  margin-bottom: 2rem;
}
ul.menu-mobile .menu__link {
  font-family: Merriweather;
  color: #141414;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}
@media (min-width: 782px) {
  ul.menu-mobile .menu__link {
    font-size: 1.8rem;
  }
}
ul.menu-mobile .menu-separator {
  padding-top: 2rem;
  border-top: 0.1rem solid #d0d0d0;
}
@media (min-width: 1080px) {
  ul.menu-mobile .menu-separator {
    padding-top: initial;
    border-top: initial;
  }
}

.header {
  height: 14.1rem;
}
@media (min-width: 782px) {
  .header {
    height: 11rem;
  }
}
@media (min-width: 1080px) {
  .header {
    height: initial;
  }
}

.header-top {
  padding-top: 2.3rem;
  flex-flow: wrap;
}
@media (min-width: 1080px) {
  .header-top {
    padding-top: initial;
    flex-flow: nowrap;
  }
}
.header-top--without-patronage {
  position: relative;
}
@media (min-width: 1080px) {
  .header-top--without-patronage .logo-con {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .header-top--without-patronage .logo-con {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 480px) and (max-width: 1080px) {
  .header-top--without-patronage .logo {
    max-width: 16rem;
  }
}
.header-top--without-patronage .top-bar {
  margin-left: auto;
}
@media (max-width: 1080px) {
  .header-top--without-patronage .top-bar {
    display: none;
  }
}
.header-top--without-patronage .hamburget__text {
  display: none;
}
.header-top--without-patronage .hamburger-wrapper {
  order: 2;
}
@media (max-width: 480px) {
  .header-top--without-patronage .hamburger-wrapper {
    margin-left: auto;
  }
}

.footer-background {
  background-color: #141414;
}

.footer-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 0.1rem solid #434343;
  padding-top: 3rem;
}
@media (min-width: 782px) {
  .footer-top {
    padding-top: 4rem;
    padding-bottom: 4.2rem;
    flex-direction: row;
  }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 782px) {
  .footer-bottom {
    padding-top: 4rem;
    padding-bottom: 4.2rem;
    align-items: flex-end;
    flex-direction: row;
  }
}

.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 782px) {
  .footer-socials {
    display: block;
    padding-top: initial;
    padding-bottom: initial;
    margin-left: 2rem;
  }
}
@media (min-width: 1080px) {
  .footer-socials {
    margin-left: initial;
  }
}

.footer-socials-menu__title {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  margin-bottom: 2rem;
  text-align: right;
}

ul.footer-socials-menu {
  display: flex;
}
ul.footer-socials-menu .menu__item {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
ul.footer-socials-menu .menu__item:first-of-type {
  padding-left: 0;
}
ul.footer-socials-menu .menu__item:last-of-type {
  padding-right: 0;
}
ul.footer-socials-menu .menu__link {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -999.9rem;
}
@media (min-width: 782px) {
  ul.footer-socials-menu .menu__link {
    width: 2rem;
    height: 2rem;
  }
}
ul.footer-socials-menu .menu__link:hover {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
ul.footer-socials-menu .icon-fb .menu__link {
  background-image: url("../images/vector/icon-fb.svg");
}
ul.footer-socials-menu .icon-tw .menu__link {
  background-image: url("../images/vector/icon-tw.svg");
}
ul.footer-socials-menu .icon-linkedin .menu__link {
  background-image: url("../images/vector/icon-linkedin.svg");
}
ul.footer-socials-menu .icon-rss .menu__link {
  background-image: url("../images/vector/icon-rss.svg");
}

.newsletter-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #434343;
}
@media (min-width: 782px) {
  .newsletter-box {
    padding-bottom: initial;
    border-bottom: initial;
    flex-direction: row;
    align-items: initial;
  }
}
.newsletter-box .newsletter__content {
  max-width: 23.7rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .newsletter-box .newsletter__content {
    margin-right: 2rem;
    margin-bottom: initial;
    text-align: initial;
  }
}
@media (min-width: 1080px) {
  .newsletter-box .newsletter__content {
    margin-right: 4rem;
  }
}
.newsletter-box .newsletter__title {
  display: inline-block;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
.newsletter-box .newsletter__text {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  text-align: center;
}
@media (min-width: 782px) {
  .newsletter-box .newsletter__text {
    text-align: left;
  }
}
.newsletter-box .newsletter__form {
  width: 100%;
  max-width: 31.1rem;
}
@media (min-width: 782px) {
  .newsletter-box .newsletter__form {
    max-width: 50.7rem;
  }
}
.newsletter-box .form__item {
  display: flex;
  align-items: center;
}
@media (min-width: 782px) {
  .newsletter-box .form__item {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.newsletter-box .form__label {
  display: inline-block;
  text-indent: -999.9rem;
}
.newsletter-box .form__input {
  color: #d0d0d0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  padding: 0.7rem 1.4rem;
  border: 0.1rem solid #a1a1a1;
  background-color: #141414;
  min-height: 3.4rem;
  margin-right: 1rem;
  flex: 1;
  width: 100%;
  max-width: 22rem;
}
@media (min-width: 782px) {
  .newsletter-box .form__input {
    max-width: initial;
    width: auto;
    min-height: 4rem;
    padding: 1rem 1.4rem;
    margin-right: 2rem;
  }
}
.newsletter-box .form__input:hover {
  border-color: #ffffff;
}
.newsletter-box .form__checkbox-row {
  position: relative;
}
.newsletter-box .comment-form-fm-sign br {
  display: none;
}
.newsletter-box .comment-form-fm-sign label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 1.5rem;
  padding-left: 2.8rem;
  color: #d0d0d0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
.newsletter-box .wpcf7-list-item {
  margin: 0;
}
.newsletter-box .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
}
.newsletter-box input.fm-required-sign {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
.newsletter-box input.fm-required-sign ~ .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: transparent;
  border: 0.1rem solid #a1a1a1;
  transition: 0.25s ease-in-out background-color;
}
.newsletter-box input.fm-required-sign:checked ~ .wpcf7-list-item-label::before {
  background-image: url("../images/vector/checkbox-white.svg");
  background-position: center;
}

/*
 *  Reponses
 */
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  font-family: "IBM Plex Sans";
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0.8rem 0 0;
  padding: 1rem 1.2rem;
  border: none;
  border-left: 0.4rem solid red;
  background-color: #2d2c2c;
}

.screen-reader-response {
  height: 0;
  overflow: hidden;
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-left: 0.4rem solid #23e835;
  background-color: #2d2c2c;
}

.newsletter__form .wpcf7-not-valid-tip {
  display: none;
}

.novisible-field {
  display: none;
}

.footer-menu {
  text-align: center;
  border-bottom: 0.1rem solid #434343;
  width: 100%;
}
@media (min-width: 782px) {
  .footer-menu {
    width: initial;
    border-bottom: initial;
    text-align: left;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.1rem;
       -moz-column-gap: 2.1rem;
            column-gap: 2.1rem;
  }
}
@media (min-width: 1080px) {
  .footer-menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 7.1rem;
       -moz-column-gap: 7.1rem;
            column-gap: 7.1rem;
  }
}
.footer-menu .menu__item {
  display: block;
  margin-bottom: 2rem;
}
.footer-menu .menu__item.show-mobile {
  display: block;
}
@media (min-width: 782px) {
  .footer-menu .menu__item {
    display: block;
    margin-bottom: 0.8rem;
  }
}
.footer-menu .menu__link {
  color: #d0d0d0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  text-decoration: none;
}
.footer-menu .menu__link:hover {
  text-decoration: underline;
}

.advert-top > * {
  margin-left: auto;
  margin-right: auto;
}

.advert-top-desktop {
  display: none;
}
@media (min-width: 1080px) {
  .advert-top-desktop {
    display: block;
  }
}
.advert-top-desktop.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.advert-top-mobile {
  display: block;
}
@media (min-width: 1080px) {
  .advert-top-mobile {
    display: none;
  }
}
.advert-top-mobile.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media (min-width: 1080px) {
  .stickyTopAD {
    position: fixed;
    z-index: 999999;
    width: 100% !important;
    max-width: 100% !important;
  }
  .stickyTopAD .advert-top-desktop {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .layout-sidebar .stickySideAD {
    position: sticky;
    top: 160px;
  }
}
.advertising-close {
  position: relative;
}
.advertising-close__btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 700;
  position: absolute;
  right: 13px;
  top: 10px;
  padding: 2px;
  font-size: 15px;
}

.advert-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .advert-container {
    margin-top: inherit;
    margin-bottom: initial;
  }
}

.wrapper {
  width: 100%;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1080px) {
  .wrapper-adverts {
    padding-top: initial;
    padding-bottom: 4rem;
  }
}

.section-title {
  color: #141414;
  font-family: Merriweather;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media (min-width: 782px) {
  .section-title--large-center {
    text-align: center;
  }
}

.search-title {
  font-size: 4rem;
  line-height: 5.2rem;
  margin-bottom: 3.8rem;
}

.section-title-link {
  color: inherit;
  text-decoration: none;
}
.section-title-link:hover {
  text-decoration: underline;
}

.tag:not(body) {
  display: inline-block;
  font-family: Merriweather;
  font-size: clamp(0.7rem, 1vw, 1.1rem);
  font-weight: 900;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0.6rem 1.1rem 0.6rem 1rem;
}

.tag-absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.tag.card-tag {
  display: inline-block;
}
@media (min-width: 782px) {
  .tag.card-tag {
    display: inline-block;
  }
}

.tag-premium {
  color: #141414;
  background-color: #f8d000;
}

.tag-sponsored {
  color: #FFFFFF;
  background-color: #006BF8;
}

.card-single-post {
  display: flex !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-bottom: 2rem !important;
}

.wp-block-columns {
  display: block;
}
@media (min-width: 782px) {
  .wp-block-columns {
    display: flex;
    flex-direction: row;
    margin-bottom: 10rem;
  }
}
.wp-block-columns .wp-block-columns {
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .wp-block-columns .wp-block-columns {
    margin-bottom: 0;
  }
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    padding-left: 1.9rem;
    border-left: 0.1rem solid #dbdbdb;
  }
}

.columns-premium .wp-block-column:nth-child(2n) {
  margin-left: initial;
}

.column-sticky > .wp-block-columns {
  position: sticky;
  top: 170px;
}

.wp-block-column:nth-child(2n) {
  margin-left: initial;
}
@media (min-width: 782px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 2rem;
    max-width: 37rem;
  }
}

.swiper-column {
  max-width: 100%;
  overflow-x: hidden;
}

.patronage__box {
  display: none;
}
@media (min-width: 1080px) {
  .patronage__box {
    display: flex;
  }
}
.patronage__box.patronage__box--mobile {
  display: block;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1080px) {
  .patronage__box.patronage__box--mobile {
    display: none;
  }
}
.patronage__box.patronage__box--mobile .patronage__text {
  margin-bottom: 0.8rem;
  max-width: initial;
  margin-right: initial;
}
.patronage__box .patronage__text {
  display: inline-block;
  max-width: 6.9rem;
  color: #141414;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.006rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin-right: 2rem;
}
.search-box {
  display: none;
}
@media (min-width: 1080px) {
  .search-box {
    display: flex;
  }
}
.search-box .search__row {
  display: none;
  margin-right: 4.1rem;
}
@media (min-width: 1080px) {
  .search-box .search__row {
    display: block;
  }
}
.search-box .search__input {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-1.7rem, -50%);
          transform: translate(-1.7rem, -50%);
  width: 100%;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.8rem 1.6rem;
  border: none;
  color: #727272;
  font-family: "IBM Plex Sans";
  border: 0.1rem solid currentColor;
  transition: 0.5s;
  color: #a3acc4;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
}
.search-box .search__label {
  position: relative;
  cursor: pointer;
}
.search-box .btn-search {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1080px) {
  .search-box .btn-search {
    display: block;
  }
}
.search-box .search__input:focus {
  opacity: 1;
  width: 21.3rem;
  box-shadow: 0rem 0.5rem 2.5rem -0.5rem rgb(215, 215, 215);
  -webkit-transform: translate(3rem, -50%);
          transform: translate(3rem, -50%);
  cursor: text;
}
.search-box input:focus ~ .search-icon {
  transition: 0.1s;
  opacity: 0;
}

/*
 *  Search form in mobile menu
 */
.mobile-action-menu .search__row {
  display: block;
  margin-top: 2rem;
  position: relative;
}
.mobile-action-menu .search__input {
  color: #727272;
  font-family: "IBM Plex Sans";
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05rem;
  padding: 0.8rem 2.4rem 0.8rem 4.1rem;
  border: 0.1rem solid currentColor;
  width: 100%;
}
.mobile-action-menu .btn-search {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logo {
  max-width: 14rem;
}
@media (min-width: 1080px) {
  .logo {
    max-width: 27.2rem;
  }
}
.woocommerce .logo, .woocommerce-page .logo {
  max-width: 12rem;
}
@media (min-width: 1080px) {
  .woocommerce .logo, .woocommerce-page .logo {
    max-width: 27.2rem;
  }
}

.mobile-show .logo-visibility {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

img.footer-logo {
  padding-top: 2rem;
  max-width: 12.5rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 782px) {
  img.footer-logo {
    padding-top: initial;
    max-width: 14.9rem;
  }
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-tertiary {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  line-height: normal;
  padding: 0.9rem 1.4rem;
}
@media (min-width: 1080px) {
  .btn.btn-primary,
  .btn.btn-secondary,
  .btn.btn-tertiary {
    font-size: 1.4rem;
    padding: 1.1rem 2.2rem;
  }
}

.btn-primary {
  color: #ebf4f8;
  background-color: #ff3300;
}
.btn-primary:hover {
  background-color: #de1d1d;
}

.btn-secondary {
  color: #ff3300;
  background-color: #ebf4f8;
}

.btn-tertiary {
  color: #ff3300;
  background-color: #ffffff;
  border: 0.1rem solid #ff3300;
}

.btn-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn--blue a {
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  color: #0071BB !important;
}
.btn--red a {
  color: #ebf4f8;
  background-color: #ff3300;
  font-size: 1.4rem;
  padding: 1.1rem 2.2rem;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: -0.05rem;
  line-height: normal;
}

.btn-account {
  display: none;
  background-image: url("../images/vector/account.svg");
  width: 2rem;
  height: 2.2rem;
}
.btn-account:hover {
  background-image: url("../images/vector/account-hover.svg");
}
@media (min-width: 1080px) {
  .btn-account {
    display: block;
    margin-right: 3rem;
  }
}

.mobile-show .top-bar .btn-ole {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.btn-search {
  background-image: url("../images/vector/search.svg");
  width: 1.6rem;
  height: 1.6rem;
}
.btn-search:hover {
  background-image: url("../images/vector/search-hover.svg");
}
@media (min-width: 1080px) {
  .btn-search {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
  }
}

.btn.btn-newsletter {
  padding: 1rem 1.4rem;
}
@media (min-width: 782px) {
  .btn.btn-newsletter {
    font-size: 1.4rem;
    padding: 1.1rem 2.2rem;
  }
}

.btn-advertise {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  padding: 1.5rem 4.1rem;
  border: 0.1rem solid currentColor;
  background-color: transparent;
  transition: 0.25s background-color ease-in-out, 0.25s color ease-in-out;
}
.btn-advertise:hover {
  color: #0a0a0a;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-step-back__box a {
  color: #141414;
  font-family: Merriweather;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.btn-step-back {
  display: inline-block;
  position: relative;
  color: #141414;
  font-family: Merriweather;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding-right: 0;
  padding-left: 2.2rem;
  margin-left: 2rem;
  text-align: left;
}
@media (min-width: 782px) {
  .btn-step-back {
    font-size: 2.2rem;
  }
}
@media (min-width: 1080px) {
  .btn-step-back {
    display: none;
  }
}
.btn-step-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/vector/arrow-left.svg");
}

.btn-meet-ole {
  padding: 1.5rem 3.2rem;
  width: 100%;
}

.btn-listen {
  width: 100%;
  margin-top: 3rem;
  padding: 1.5rem 2.4rem;
}

.btn-prev,
.btn-next {
  position: relative;
}
.btn-prev::before,
.btn-next::before {
  transition: 0.25s opacity ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
}
.btn-prev:hover::before,
.btn-next:hover::before {
  opacity: 0.8;
}

.btn-prev::before {
  background-image: url("../images/vector/pagination-left.svg");
}

.btn-next::before {
  background-image: url("../images/vector/pagination-right.svg");
}

.btn.btn-publisher {
  font-size: 1.4rem;
  line-height: 1.82rem;
  min-width: 16rem;
  padding: 1.5rem;
}

.btn.btn-like {
  padding: 0.78rem 2.2rem;
  min-width: 10.6rem;
}
.btn.btn-like.active {
  background-color: #ff3300;
  color: #fff;
  cursor: not-allowed;
}

.static-title {
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  position: relative;
  color: #141414;
  font-weight: 700;
  font-family: Merriweather;
  padding-bottom: 2.9rem;
  margin-bottom: 4rem;
}
.static-title::after {
  content: "";
  width: 30rem;
  height: 0.1rem;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flex {
  display: flex;
}

.center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.line-separator {
  z-index: 100;
  border-bottom: 0.1rem solid #dbdbdb;
}

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.row-separator {
  padding-top: 2rem;
  margin-top: 4rem;
  border-top: 0.1rem solid #d0d0d0;
}

.mmb-40 .wp-block-columns {
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .mmb-40 .wp-block-columns {
    margin-bottom: initial;
  }
}

.mmt-20 .wp-block-columns {
  margin-top: 4rem;
}
@media (min-width: 782px) {
  .mmt-20 .wp-block-columns {
    margin-bottom: initial;
  }
}

.mmt-40 .wp-block-columns {
  margin-top: 4rem;
}
@media (min-width: 782px) {
  .mmt-40 .wp-block-columns {
    margin-bottom: initial;
  }
}

.front-page h1 {
  color: #141414;
  font-family: Merriweather;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 782px) {
  .front-page h1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.front-page .section-title {
  margin-bottom: 3rem;
}
.front-page .column-hp-wrap {
  display: flex;
}
@media (min-width: 360px) and (max-width: 782px) {
  .front-page .column-hp-articles {
    order: 2;
    flex-basis: 100% !important;
  }
}
@media (min-width: 360px) and (max-width: 782px) {
  .front-page .column-hp-partners {
    order: 1;
    flex-basis: 100% !important;
  }
}

.content-wrapper {
  margin-top: 5rem;
}
@media (min-width: 1080px) {
  .content-wrapper {
    margin-top: 3rem;
  }
}
.content-wrapper .content-wrapper {
  margin-top: 3rem;
}
@media (min-width: 1080px) {
  .content-wrapper .content-wrapper {
    margin-top: 5rem;
  }
}

.home .content-wrapper {
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  .home .content-wrapper {
    margin-top: 2rem;
  }
}
.home .content-wrapper .content-wrapper {
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  .home .content-wrapper .content-wrapper {
    margin-top: 2rem;
  }
}

.secondary-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {
  .secondary-section {
    flex-direction: row;
  }
}
.secondary-section > .wp-block-column:nth-of-type(1) {
  order: 2;
}
@media (min-width: 782px) {
  .secondary-section > .wp-block-column:nth-of-type(1) {
    order: initial;
  }
}
.secondary-section > .wp-block-column:nth-of-type(2) {
  order: 1;
}
@media (min-width: 782px) {
  .secondary-section > .wp-block-column:nth-of-type(2) {
    order: initial;
  }
}
.secondary-section div.swiper-patronage {
  overflow: initial;
}
.secondary-section div.swiper-patronage .patronage-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: initial;
  margin-right: initial;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media (min-width: 782px) {
  .secondary-section div.swiper-patronage .patronage-wrapper {
    margin-left: initial;
    margin-right: initial;
  }
}
.secondary-section div.swiper-patronage .partner__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #d0d0d0;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem;
  height: 9rem;
  max-width: 17.5rem;
}
.secondary-section div.swiper-patronage .swiper-slide {
  width: 50%;
  margin-bottom: 2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (min-width: 782px) {
  .secondary-section div.swiper-patronage .swiper-slide {
    padding: initial;
  }
}
.secondary-section div.swiper-patronage .swiper-slide:last-of-type {
  margin-bottom: 4rem;
}

.single {
  width: 100%;
}
.single .single-title {
  font-size: 3rem;
  line-height: 5.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .single .single-title {
    margin-right: 4rem;
    margin-bottom: initial;
  }
}
.single .single-authors {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #141414;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
.single .single-date {
  color: #727272;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 782px) {
  .single .single-date {
    margin-right: 2rem;
    margin-bottom: initial;
  }
}
.single .single-meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {
  .single .single-meta {
    margin-top: 1.1rem;
    margin-bottom: 2.4rem;
    flex-direction: row;
    align-items: center;
  }
}
.single .single-author-link {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #141414;
  text-decoration: none;
}
.single .single-author-link:hover {
  text-decoration: underline;
}
.single .single-excerpt {
  color: #141414;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.single .single-hero-figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.single figcaption {
  margin: 0;
  margin-top: 1rem;
}
.single figcaption,
.single .single-hero-caption {
  color: #727272;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.single .post-load {
  opacity: 0;
  height: 100px;
  max-height: 100px;
  transition: all 0.3s;
}
.single .post-load * {
  max-height: 0 !important;
  transition: all 0.3s;
}
.single .post-load:first-of-type {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  max-height: unset;
}
.single .post-load:first-of-type * {
  max-height: unset !important;
}
.single .post-load .content-wrapper__visible {
  visibility: hidden;
  display: none;
}
.single .post-load.show {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.3s;
}
.single .post-load.show * {
  max-height: 100% !important;
  max-width: 100% !important;
}
.single .post-load.show .content-wrapper__visible {
  visibility: visible;
  display: block;
}
.single .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.single .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1080px) {
  .single-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.single-content__box {
  width: 100%;
}
@media (min-width: 1080px) {
  .single-content__box {
    width: 60%;
  }
}
.single-content__box .single-middle {
  padding-right: 0;
}
.single-content .layout-sidebar {
  width: 100%;
}
@media (min-width: 1080px) {
  .single-content .layout-sidebar {
    width: 40%;
  }
}
.single-content .layout-sidebar-inner {
  position: static;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.single-content .layout-sidebar-inner .single-widget {
  position: sticky;
  margin-bottom: 50px;
  top: 80px;
}
.single .hide-head {
  display: none;
}
@media (min-width: 1080px) {
  .single .single-bottom .layout-sidebar {
    display: none;
  }
}
@media (min-width: 1080px) {
  .single .single-bottom .partners-wrapper {
    display: none;
  }
}
.single .lightbox-slider {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
}
.single .lightbox-slider.active-light-box {
  display: flex;
  position: fixed;
  top: 0;
  z-index: 100000;
}
.single .lightbox-slider-content {
  display: flex;
  margin: auto;
  content: "";
  width: 90vw;
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: white;
  border: 10px solid white;
  border-bottom: 40px solid white;
  position: relative;
}
.single .lightbox-slider .lightbox-slider-prev,
.single .lightbox-slider .lightbox-slider-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: transparent;
  cursor: pointer;
}
.single .lightbox-slider .lightbox-slider-prev:hover,
.single .lightbox-slider .lightbox-slider-next:hover {
  opacity: 1;
}
.single .lightbox-slider .lightbox-slider-prev.hidden,
.single .lightbox-slider .lightbox-slider-next.hidden {
  opacity: 0.3 !important;
}
.single .lightbox-slider .lightbox-slider-prev {
  left: 0;
}
.single .lightbox-slider .lightbox-slider-next {
  right: 0;
}
.single .lightbox-slider .lightbox-slider-close {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/vector/close.svg);
}
.single .lightbox-slider .arrow-prev, .single .lightbox-slider .arrow-next {
  position: absolute;
  margin: auto 0;
  background-color: white;
  width: 30px;
  height: 30px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.single .lightbox-slider .arrow-prev {
  background-image: url(../images/vector/pagination-left.svg);
  left: 0;
}
.single .lightbox-slider .arrow-next {
  background-image: url(../images/vector/pagination-right.svg);
  right: 0;
}
.single .lightbox-images-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.single .lightbox-images-content img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .lightbox-images-content img.active {
  display: block;
}
.single .lightbox-img {
  cursor: pointer;
}
.single .article-content * {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media print {
  .single-post .top-advert-sticky, .single-post .header, .single-post .rank-math-breadcrumb, .single-post .layout-sidebar, .single-post .single-middle, .single-post .single-bottom, .single-post footer, .single-post .social-media-bar, .single-post article, .single-post .push_ad_main_container {
    display: none;
  }
  .single-post .active-article-print {
    display: block !important;
  }
}

.post-views.load-dynamic .post-views-count {
  color: inherit !important;
}

.article-content ul.wp-block-list, .article-content ol.wp-block-list {
  padding-left: 2.2rem;
  margin-bottom: 3rem;
}
.article-content ul.wp-block-list {
  list-style-type: disc;
}
.article-content ol.wp-block-list {
  list-style-type: decimal;
}

.access-restricted .single-hero-figure {
  position: relative;
}
.access-restricted .single-hero-figure::after {
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: 8.3rem;
  content: "";
}
.access-restricted .article-body {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
@media (min-width: 782px) {
  .access-restricted .article-body {
    margin-left: initial;
    margin-right: initial;
  }
}

.archive-top {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.archive-top--column {
  flex-flow: column;
}
.archive-top .archive-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
  margin-top: 1.4rem;
}
@media (min-width: 1080px) {
  .archive-top .archive-title {
    margin-top: initial;
    max-width: 42%;
  }
}
.archive-top .archive-top-box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1080px) {
  .archive-top .archive-top-box {
    flex-direction: row;
    align-items: center;
    max-width: 55%;
  }
}
.archive-top .archive-top-title {
  color: #141414;
  font-size: 1.2rem;
  letter-spacing: -0.006rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (min-width: 1080px) {
  .archive-top .archive-top-title {
    margin-bottom: initial;
  }
}
.archive-top .archive-top-list {
  display: flex;
  align-items: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 1080px) {
  .archive-top .archive-top-list {
    margin-left: initial;
    margin-right: initial;
  }
}
@media (max-width: 980px) {
  .archive-top .archive-top-list {
    flex-flow: row wrap;
  }
}
.archive-top .archive-top-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1080px) {
  .archive-top .archive-top-item {
    padding-left: initial;
    padding-right: initial;
    margin-bottom: initial;
    margin-left: 3rem;
    display: block;
  }
}
.archive-top:not(.archive-top--column) .archive-top-image {
  max-width: 190px !important;
  max-height: 100px !important;
}
@media (max-width: 560px) {
  .archive-top:not(.archive-top--column) .archive-top-image {
    max-width: 100% !important;
    width: 180px;
  }
}
.archive-top--column .archive-top-image {
  width: 100%;
  max-width: 170px;
  max-height: 55px;
}
@media (min-width: 1080px) {
  .archive-top {
    flex-direction: row;
  }
  .archive-top--column {
    flex-flow: column;
  }
  .archive-top--column .archive-top-box {
    max-width: 100% !important;
    margin-top: 20px;
  }
}

.archive .partners-section {
  margin-bottom: 3.2rem;
}
@media (min-width: 782px) {
  .archive .partners-section {
    margin-bottom: initial;
  }
}
.archive .partners-section .partners__title {
  margin-top: 2rem;
}
@media (min-width: 782px) {
  .archive .partners-section .partners__title {
    margin-top: 5rem;
  }
}
@media (min-width: 1080px) {
  .archive .partners-section .partners__title {
    margin-top: 11rem;
  }
}
.archive .partners-section-media .partners__title {
  margin-top: 0;
}

.archive-box .archive-box-description {
  color: #434343;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  margin-bottom: 4rem;
}
.archive-box .archive-box-description a {
  color: #727272;
  text-decoration: none;
}
.archive-box .archive-box-description a:hover {
  text-decoration: underline;
}
.archive-box .archive-box-title {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}

.cards-grid-wrapper--no-featured .block-cards-main .post-card {
  flex-basis: 50%;
  border-bottom: 0.1rem solid #d0d0d0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.9rem;
  margin-bottom: 2rem;
}
.cards-grid-wrapper--no-featured .block-cards-main .post-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cards-grid-wrapper--no-featured .block-cards-main .post-card .post-card__title {
  font-size: 1.6rem;
  padding-bottom: 0;
  line-height: 2.6rem;
  display: flex;
  min-height: 52px;
  margin-bottom: 5px;
}
.cards-grid-wrapper--no-featured .block-cards-main .post-card .post-card__excerpt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
@media (max-width: 782px) {
  .cards-grid-wrapper--no-featured .block-cards-main .post-card .post-card__category, .cards-grid-wrapper--no-featured .block-cards-main .post-card .post-card__link {
    display: block;
    padding-left: 10.2rem;
  }
  .cards-grid-wrapper--no-featured .block-cards-main .post-card .post-card__image-box {
    position: absolute;
    width: 9.2rem;
    height: 8rem;
    padding-bottom: initial;
  }
}
@media (min-width: 782px) {
  .cards-grid-wrapper--no-featured .block-cards-main .post-card {
    display: block;
    padding-bottom: initial;
    border-bottom: initial;
    margin-bottom: 4rem;
  }
}

.layout-main--archive {
  margin-bottom: 50px;
}

.author-top {
  position: relative;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.author-top::after {
  content: "";
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #d0d0d0;
}

.author-title {
  width: 100%;
  color: #141414;
  padding-bottom: 2.8rem;
}
@media (min-width: 1080px) {
  .author-title {
    padding-bottom: 3.8rem;
  }
}

@media (min-width: 782px) {
  .about-us-intro {
    margin-top: 5rem;
  }
}
.about-us-intro .about-us-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 782px) {
  .about-us-intro .about-us-box {
    flex-direction: row;
  }
}
@media (min-width: 782px) {
  .about-us-intro .about-us-image {
    max-width: 40rem;
  }
}
@media (min-width: 1080px) {
  .about-us-intro .about-us-image {
    max-width: 64rem;
  }
}
.about-us-intro .about-us-text {
  margin-top: 4rem;
  color: #141414;
  background-color: #ffffff;
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  padding: 4rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem;
}
@media (min-width: 782px) {
  .about-us-intro .about-us-text {
    margin-left: -12rem;
  }
}
@media (min-width: 1080px) {
  .about-us-intro .about-us-text {
    margin-left: -8rem;
  }
}
.about-us-intro .about-us-text a {
  color: #0071BB;
  text-decoration: none;
}
.about-us-intro .about-us-text a:hover {
  text-decoration: underline;
}
.about-us-intro .about-us-text strong,
.about-us-intro .about-us-text b {
  font-weight: 600;
  color: #0071bb;
}
.about-us-intro .about-us-text > * + * {
  margin-top: 3.2rem;
}

.wrapper-background {
  background-color: #ecf3f8;
}

.bar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 1080px) {
  .bar {
    flex-wrap: initial;
    align-items: initial;
  }
}

.bar__item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .bar__item {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .bar__item {
    text-align: initial;
    width: initial;
    margin-bottom: initial;
    max-width: 22rem;
  }
}
.bar__item .bar__image {
  margin-right: 1rem;
  min-height: 2.5rem;
}
@media (min-width: 1080px) {
  .bar__item .bar__image {
    margin-bottom: initial;
  }
}
.bar__item .bar__text * {
  color: #141414;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
  text-align: left;
}
@media (min-width: 782px) {
  .bar__item .bar__text * {
    max-width: 30rem;
  }
}

.publishers {
  margin-top: 3rem;
}
@media (min-width: 782px) {
  .publishers {
    margin-top: 5rem;
  }
}
@media (min-width: 1080px) {
  .publishers {
    margin-top: 10rem;
  }
}

.publishers-box {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media (min-width: 1080px) {
  .publishers-box {
    margin-bottom: 10rem;
  }
}
@media (min-width: 782px) {
  .publishers-box .publisher-box {
    display: flex;
    align-items: flex-start;
  }
}
.publishers-box .publisher-box + .publisher-box {
  margin-top: 3.9rem;
  border-top: 0.1rem solid #d0d0d0;
  padding-top: 4rem;
}
.publishers-box .publisher-meta {
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .publishers-box .publisher-meta {
    text-align: center;
    margin-bottom: initial;
  }
}
.publishers-box .publisher-image {
  margin-bottom: 3rem;
  min-width: 22rem;
}
@media (min-width: 782px) {
  .publishers-box .publisher-image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 782px) {
  .publishers-box .publisher-content {
    margin-left: 8rem;
  }
}
.publishers-box .publisher-name {
  font-family: Merriweather;
  color: #141414;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
}
.publishers-box .publisher-description {
  margin-top: 2rem;
  color: #434343;
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
}

.about-us-authors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .about-us-authors {
    margin-bottom: 8rem;
  }
}
.about-us-authors .author-box {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.about-us-authors .author-box-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  width: 22.4rem;
  padding: 3rem 1.8rem;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
}
.about-us-authors .author-name {
  display: inline-block;
  color: #141414;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
.about-us-authors .author-link {
  margin-top: auto;
  display: inline-block;
  color: #0071bb;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  text-decoration: none;
}
.about-us-authors .author-link:hover {
  text-decoration: underline;
}

.about-us-main-title {
  font-size: 4rem;
  line-height: 5.2rem;
  text-align: center;
  position: relative;
  color: #141414;
  font-weight: 700;
  font-family: Merriweather;
  padding-bottom: 2.9rem;
  margin-bottom: 4rem;
}
.about-us-main-title::after {
  content: "";
  width: 30rem;
  height: 0.1rem;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.advertise-wrapper {
  margin-top: -7rem;
}
@media (min-width: 1080px) {
  .advertise-wrapper {
    margin-top: -3rem;
  }
}

.advertise-intro__image {
  min-height: 35rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 0%;
  padding-bottom: 4rem;
}
@media (min-width: 782px) {
  .advertise-intro__image {
    padding-bottom: initial;
    background-position-x: 100%;
  }
}
@media (min-width: 1080px) {
  .advertise-intro__image {
    min-height: 51rem;
  }
}

.advertise-intro__title {
  max-width: 71rem;
}
.advertise-intro__title > * {
  color: #ffffff;
  padding-top: 6rem;
  font-family: Merriweather;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .advertise-intro__title > * {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1080px) {
  .advertise-intro__title > * {
    font-size: 4rem;
    line-height: 5.2rem;
    padding-top: 13.8rem;
  }
}

.page-template-page-advertise .partners-section .partners__title {
  margin-top: 6rem;
}

.plans-content h1 {
  color: #141414;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 782px) {
  .plans-content h1 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.plans-content p {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .plans-content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 782px) {
  .plans-content .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1080px) {
  .plans-content .woocommerce ul.products {
    flex-wrap: nowrap;
  }
}
.plans-content .woocommerce ul.products .product {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 0 0.5rem 3rem 0.5rem;
  float: none;
  width: 100%;
}
@media (min-width: 782px) {
  .plans-content .woocommerce ul.products .product {
    padding: 3rem;
    margin: 0 1rem 3rem 1rem;
    width: calc(50% - 2rem);
  }
}
@media (min-width: 1080px) {
  .plans-content .woocommerce ul.products .product {
    width: 100%;
    max-width: 28.5rem;
  }
}

.article-body .plans-content .woocommerce ul.products {
  padding: 0;
}
.article-body .plans-content .woocommerce .woocommerce-loop-product__title-small {
  margin-bottom: 0;
}
.article-body .plans-content .woocommerce .price .currency {
  margin-bottom: 0;
  font-weight: 700;
  color: #FF3300;
}

.page-template-default:not(.woocommerce-account) .article-content {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .page-template-default:not(.woocommerce-account) .article-content {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
}
.page-template-default:not(.woocommerce-account) .article-content * {
  margin-bottom: 1.6rem;
}
.page-template-default:not(.woocommerce-account) .article-content .article-content {
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .page-template-default:not(.woocommerce-account) .article-content .article-content {
    margin-bottom: 8rem;
  }
}
.page-template-default:not(.woocommerce-account) .article-content h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
  margin-top: 2.4rem;
}
@media (min-width: 1080px) {
  .page-template-default:not(.woocommerce-account) .article-content h1 {
    margin-top: initial;
  }
}
.page-template-default:not(.woocommerce-account) .article-content h2 {
  color: #141414;
  font-family: Merriweather;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  text-decoration: none;
}
@media (min-width: 782px) {
  .page-template-default:not(.woocommerce-account) .article-content h2 {
    margin-bottom: 2rem;
  }
}
.page-template-default:not(.woocommerce-account) .article-content ol,
.page-template-default:not(.woocommerce-account) .article-content ul {
  padding-left: 2rem;
}
.page-template-default:not(.woocommerce-account) .article-content p, .page-template-default:not(.woocommerce-account) .article-content span, .page-template-default:not(.woocommerce-account) .article-content li {
  color: #141414;
}
.page-template-default:not(.woocommerce-account) .article-content p, .page-template-default:not(.woocommerce-account) .article-content span, .page-template-default:not(.woocommerce-account) .article-content li, .page-template-default:not(.woocommerce-account) .article-content a {
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
}
.page-template-default:not(.woocommerce-account) .article-content a {
  font-weight: 700;
}
.page-template-default:not(.woocommerce-account) .article-content a:hover {
  text-decoration: underline;
}

.error404 .error {
  margin: 0 0 3rem 0;
  padding: 32px 8px;
  background-color: #ecf3f8;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 782px) {
  .error404 .error {
    padding: 48px 16px;
  }
}
.error404 .error .title {
  color: #141414;
  font-family: Merriweather;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 782px) {
  .error404 .error .title {
    font-size: 4rem;
    line-height: 3rem;
  }
}
.error404 .error .description {
  color: #434343;
  font-family: "IBM Plex Sans";
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  margin: 0 0 16px 0;
  text-align: center;
}
@media (min-width: 782px) {
  .error404 .error .description {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.infographics {
  padding: 0;
  position: relative;
  margin: 0;
}
@media (min-width: 782px) {
  .infographics {
    padding: 0 7rem;
  }
}
@media (min-width: 1450px) {
  .infographics {
    padding: 0;
  }
}
.infographics__header {
  text-align: left;
  font-family: Merriweather;
  font-style: normal;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
  margin-top: 1.4rem;
  margin-bottom: 3rem;
}
.infographics .infographics-content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap row;
  width: 100%;
  margin: 0;
}
.infographics .infographics-content__list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap row;
  width: 100%;
}
.infographics .infographics-content__list__single {
  display: none;
  flex-direction: column;
  width: 49%;
  margin-bottom: 1%;
}
.infographics .infographics-content__list__single.is-active {
  display: flex;
}
.infographics .infographics-content__list__single__image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.infographics .infographics-content__list__single__title {
  margin-top: 20px;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
}
.infographics .infographics-content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.8rem auto 0 auto;
}
.infographics .infographics-content .pagination .page-numbers {
  display: flex;
  justify-content: center;
  padding: 0.4rem;
  text-decoration: none;
  color: #141414;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 2.4rem;
  transition: 0.25s color ease-in-out;
  width: 25px;
}
.infographics .infographics-content .pagination .page-numbers.current {
  color: #ff3300;
}
.infographics .infographics-content .pagination .page-numbers.next:before, .infographics .infographics-content .pagination .page-numbers.prev:before {
  transition: 0.25s opacity ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
}
.infographics .infographics-content .pagination .page-numbers.next {
  position: relative;
  margin-left: 25px;
}
.infographics .infographics-content .pagination .page-numbers.next:before {
  background-image: url(../images/vector/pagination-right.svg);
}
.infographics .infographics-content .pagination .page-numbers.dots {
  font-size: 10px;
}
.infographics .infographics-content .pagination .page-numbers.prev {
  position: relative;
  margin-right: 25px;
}
.infographics .infographics-content .pagination .page-numbers.prev:before {
  background-image: url(../images/vector/pagination-left.svg);
}

.infographics__lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: -12000;
  top: 0;
  left: -100vw;
  opacity: 0;
  width: 100vw;
  max-width: 100vw;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
}
.infographics__lightbox .block-wrapper {
  margin: 0;
}
.infographics__lightbox__wrapper {
  width: 100%;
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.infographics__lightbox span.close {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  cursor: pointer;
}
.infographics__lightbox.is-active {
  position: fixed;
  z-index: 12000;
  left: 0;
}
.infographics__lightbox.is-active .swiper-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 10vh;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-next {
  top: initial;
  right: initial;
  display: flex;
  position: initial;
  margin: auto 0;
  align-self: center;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-next:focus {
  outline: none;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-prev {
  top: initial;
  left: initial;
  display: flex;
  position: initial;
  margin: auto 0;
  align-self: center;
}
.infographics__lightbox.is-active .swiper-navigation .swiper-button-prev:focus {
  outline: none;
}
.infographics__lightbox .infographics-lightbox-slider__image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 70vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-title {
  color: #141414;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 782px) {
  .slider-title {
    margin-top: 1.6rem;
    margin-bottom: 2rem;
  }
}

.additional-data {
  max-width: 100%;
  margin: 0;
  padding: 1.75rem 0 0 0;
}
@media (min-width: 782px) {
  .additional-data {
    max-width: 60%;
  }
}
.additional-data .swiper-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.additional-data__item {
  width: 100%;
}
.additional-data__item iframe {
  width: 100%;
  height: 800px;
  border: none;
}
.additional-data .swiper-navigation {
  display: flex;
  align-items: center;
  height: 100px;
}
.additional-data .swiper-navigation .swiper-button-prev,
.additional-data .swiper-navigation .swiper-button-next {
  bottom: 16px;
  top: unset;
  width: 12px;
  height: 20px;
}
.additional-data .swiper-navigation .swiper-button-prev {
  top: initial;
  left: initial;
  display: flex;
  position: initial;
  margin: auto 10px auto auto;
  align-self: center;
}
.additional-data .swiper-navigation .swiper-button-prev:after {
  background-image: url(../images/vector/pagination-left.svg);
  width: 12px;
  height: 20px;
  -webkit-transform: none;
          transform: none;
  margin-top: 3px;
}
.additional-data .swiper-navigation .swiper-button-next {
  top: initial;
  right: initial;
  display: flex;
  position: initial;
  margin: auto auto auto 10px;
  align-self: center;
}
.additional-data .swiper-navigation .swiper-button-next:after {
  background-image: url(../images/vector/pagination-right.svg);
  width: 12px;
  height: 20px;
  -webkit-transform: none;
          transform: none;
  margin-top: 3px;
}
.additional-data .swiper-navigation .swiper-button-disabled {
  opacity: 0;
}
.additional-data .swiper-data-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-data .swiper-data-pagination .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background: none;
  opacity: 1;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}
.additional-data .swiper-data-pagination .swiper-pagination-bullet-active {
  color: #0071bb;
}

.partners-section {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}
.partners-section .partners__supported-by-box {
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  .partners-section .partners__supported-by-box {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .partners-section .partners__supported-by-box {
    margin-bottom: 7rem;
  }
}
.partners-section .partners__title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 11rem;
  margin-bottom: 3rem;
}
@media (min-width: 782px) {
  .partners-section div.swiper-patronage {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .partners-section div.swiper-patronage .swiper-slide {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 782px) {
  .partners-section div.swiper-patronage .partner__image-box {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    width: 100%;
    max-width: 15.1rem;
    padding: 2.9rem 3.3rem 2.8rem 3.4rem;
  }
}
@media (min-width: 1080px) {
  .partners-section div.swiper-patronage .partner__image-box {
    padding: 2.3rem;
  }
}

.publishers-wrapper {
  margin-top: 6rem;
}
@media (min-width: 1080px) {
  .publishers-wrapper {
    margin-top: 10rem;
  }
}

.publishers-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 782px) {
  .publishers-info-box {
    flex-direction: row;
  }
}

.publisher-box {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 782px) {
  .publisher-box {
    margin-bottom: initial;
  }
}
@media (min-width: 782px) {
  .publisher-box--first {
    max-width: 30.3rem;
  }
}
@media (min-width: 782px) {
  .publisher-box--second {
    max-width: 22.3rem;
  }
}
@media (min-width: 782px) {
  .publisher-box--third {
    max-width: 32.8rem;
  }
}

.publisher-row--margin {
  margin-bottom: 6rem;
}
.publisher-row--second {
  display: flex;
}

.text-box {
  margin-bottom: 2.2rem;
  max-width: 22.3rem;
}
.text-box > div + div {
  margin-top: 1rem;
}
.text-box .text-box--left {
  color: #141414;
  font-family: Merriweather;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: left;
}
.text-box .text-box--center {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
}
.text-box .text-box--right {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: right;
}

.publisher-percentage {
  color: #141414;
  font-family: Merriweather;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
  margin-right: 2rem;
}

.publisher-percentage-with-text {
  display: flex;
  align-items: flex-start;
}
.publisher-percentage-with-text .publisher-text {
  margin-top: 0.6rem;
}

.publisher-text {
  color: #141414;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}

.publisher-header {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}

.category-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 2.9rem;
  border-bottom: 0.1rem solid #d0d0d0;
  margin-bottom: 1rem;
  flex-flow: column;
}
@media (min-width: 1080px) {
  .category-box {
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.category-box .category-title {
  color: #141414;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.006rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  margin: 1rem 1rem 1rem 0;
}
@media (min-width: 1080px) {
  .category-box .category-title {
    flex-flow: nowrap;
    margin: 1rem 3rem 1rem 0;
  }
}
.category-box .category-list {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 3rem;
}
@media (min-width: 1080px) {
  .category-box .category-list {
    flex-flow: nowrap;
  }
}
.category-box .category-item .category-item:last-of-type {
  margin-right: 0;
}
.single .category-box .category-image {
  max-height: 4rem !important;
}
.category-box img.category-image.lazyloaded {
  max-width: 130px !important;
  max-height: 70px !important;
}

div.widget-list {
  margin-bottom: 2rem;
}
div.widget-list .widget-list__title {
  margin-bottom: 2rem;
}
div.widget-list .widget-list__posts {
  max-height: 48.3rem;
  overflow-y: auto;
}
div.widget-list .widget-list__posts .post-card__title {
  margin-bottom: 1rem;
}
div.widget-list .widget-list__posts .post-card:last-of-type {
  padding-bottom: 1.9rem;
  border-bottom: 0.1rem solid #d0d0d0;
  margin-bottom: 2rem;
}

.popular-list-widget .section-title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.popular-list-widget .post-card {
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #d0d0d0;
  margin-bottom: 2rem;
}
.popular-list-widget .post-card .post-card__image-box {
  min-width: 8rem;
  max-width: 8rem;
  height: 6rem;
  margin-right: 2rem;
  padding-bottom: initial;
}
.popular-list-widget .post-card .post-card__title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.popular-list-widget .post-card .post-card__content {
  display: flex;
  flex-direction: column;
}
.popular-list-widget .post-card .post-card__tag {
  color: #727272;
  font-family: Merriweather;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
}

.widget-meet-ole .meet-ole-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.widget-meet-ole .meet-ole__item + .meet-ole__item {
  margin-top: 1.4rem;
}

.author-box-widget {
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  background-color: #ecf3f8;
}
.author-box-widget .author-box__top {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 2rem;
}
.author-box-widget .author-box__image {
  width: 100%;
  max-width: 6rem;
  height: auto;
  max-height: 6rem;
  margin-right: 2rem;
}
.author-box-widget .author-box__image img {
  border-radius: 50%;
  border: 0.1rem solid #727272;
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.author-box-widget .author-box__name {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.author-box-widget .author-box__description {
  padding: 2rem;
  color: #141414;
  font-family: "IBM Plex Sans";
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
}

.plans-content .woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
}
.plans-content .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #141414;
  font-family: Merriweather;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 782px) {
  .plans-content .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.plans-content .woocommerce ul.products li.product .woocommerce-loop-product__title-small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  text-align: center;
}
.plans-content .woocommerce ul.products li.product .price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #d0d0d0;
  color: #ff3300;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .plans-content .woocommerce ul.products li.product .price {
    font-size: 1.5rem;
    margin-top: 2.3rem;
  }
}
.plans-content .woocommerce ul.products li.product .price .currency {
  display: block;
  font-size: 1.6rem;
  padding-left: 0.5rem;
}
.plans-content .woocommerce ul.products li.product a.add_to_cart_button {
  color: #ebf4f8;
  font-family: "IBM Plex Sans";
  font-size: 1.2rem;
  line-height: 1.56rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-align: center;
  padding: 0.9rem;
  background-color: #ff3300;
  width: 100%;
  border-radius: 0;
  margin-top: 2rem;
}
@media (min-width: 782px) {
  .plans-content .woocommerce ul.products li.product a.add_to_cart_button {
    font-size: 1.4rem;
    line-height: normal;
    padding: 1.5rem;
  }
}
.plans-content .woocommerce ul.products li.product a.add_to_cart_button:hover {
  background-color: #de1d1d;
  color: #ebf4f8;
}
.plans-content .woocommerce ul.products li.product a.add_to_cart_button--grey {
  background-color: #515151;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: #FFFFFF;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  border: none;
}

.form-row input.input-text {
  height: 4.8rem;
}

.form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 0.1rem solid #A1A1A1;
}

.article-body .woocommerce form .form-row label {
  font-family: IBM Plex Sans;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
  color: #727272;
  margin-bottom: 0.6rem;
}
.article-body .woocommerce form button.button {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  letter-spacing: -0.05rem;
  color: #EBF4F8;
  padding: 1.5rem;
  background-color: #FF3300;
  border-radius: initial;
  min-width: 22.5rem;
}
.article-body .woocommerce form button.button:hover {
  background-color: #de1d1d;
}
.article-body .woocommerce form .information-password {
  position: relative;
  margin-top: 10px;
}

.shop_table.shop_table_responsive.my_account_orders.my_account_memberships {
  padding: 40px;
  margin: 5px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.05), 5px -5px 10px rgba(0, 0, 0, 0.05), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships * {
  margin: 0;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 22px 0;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-plan {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-date {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 782px) {
  .shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-date {
    width: 40%;
  }
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-date .date__info {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  margin-bottom: 4px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-date .date__box {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-status .status__info {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  margin-bottom: 4px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-status .status__box {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-actions {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 782px) {
  .shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-actions {
    width: 60%;
    margin-top: 0;
  }
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-actions a.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  width: 150px;
  height: 48px;
  background: #FF3300;
  color: #fff;
  border: 2px solid #FF3300;
  border-radius: 0;
  transition: all 0.3s ease;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-actions a.button:hover {
  color: #FF3300;
  background-color: #fff;
  text-decoration: none;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .membership-actions a.button:first-of-type {
  margin-left: 0;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div {
  display: flex;
  width: 30%;
  align-items: center;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div span {
  font-weight: 700;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div:first-of-type {
  padding: 0 1rem;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div:nth-of-type(2) {
  width: 10%;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div:nth-of-type(3) {
  width: 10%;
  justify-content: center;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div:nth-of-type(4) {
  width: 40%;
  justify-content: center;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns div:nth-of-type(5) {
  width: 10%;
  justify-content: flex-end;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns a {
  color: black;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__columns a:hover {
  color: #FF3300;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list {
  display: flex;
  flex-direction: column;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content {
  display: flex;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content div {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 1rem;
  font-size: 14px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content div h4 {
  font-size: 16px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content div:nth-of-type(2) {
  width: 10%;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content div:nth-of-type(3) {
  width: 10%;
  justify-content: center;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content div:nth-of-type(4) {
  width: 40%;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .membership-content div:nth-of-type(5) {
  width: 10%;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .order-actions {
  display: flex;
  align-items: center;
  width: 100%;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .order-actions a.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: #FF3300;
  color: #fff;
  border: 2px solid #FF3300;
  border-radius: 0;
  transition: all 0.3s ease;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .order-actions a.button:hover {
  color: #FF3300;
  background-color: #fff;
  text-decoration: none;
}
.shop_table.shop_table_responsive.my_account_orders.my_account_memberships .my_membership_content__list .order-actions a.button:first-of-type {
  margin-left: 0;
}

.woocommerce-EditAccountForm.edit-account .password-input {
  margin-bottom: 0;
}
.woocommerce-EditAccountForm.edit-account .form-row {
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 782px) {
  .woocommerce-EditAccountForm.edit-account .form-row {
    width: 47%;
  }
}
.woocommerce-EditAccountForm.edit-account input.input-text {
  padding: 12px 16px;
}
.woocommerce-EditAccountForm.edit-account .edit-row-action {
  align-items: center;
}
.woocommerce-EditAccountForm.edit-account .edit-row-action span.close {
  display: flex;
  margin: 0 0 0 20px;
  color: #FF3300;
  font-weight: 700;
  background-image: linear-gradient(#FF3300, #FF3300);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.woocommerce-EditAccountForm.edit-account .edit-row-action span.close:hover {
  background-size: 100% 2px;
}
.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button, .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  width: 150px;
  height: 48px;
  color: #FF3300;
  background-color: #fff;
  border: 2px solid #FF3300;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  letter-spacing: -0.05rem;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
  min-width: initial;
}
.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover, .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
  background: #FF3300;
  color: #fff;
  text-decoration: none;
}
.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:first-of-type, .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:first-of-type {
  margin-left: 0;
}
.woocommerce-EditAccountForm.edit-account #edit-button.is-active {
  display: none;
}
.woocommerce-EditAccountForm.edit-account #edit-box {
  position: relative;
  opacity: 0;
  max-height: 1px;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  top: -100vh;
}
.woocommerce-EditAccountForm.edit-account #edit-box.edit-row-action.is-active {
  display: flex;
}
.woocommerce-EditAccountForm.edit-account #edit-box.is-active {
  display: inherit;
  opacity: 1;
  max-height: inherit;
  padding: inherit;
  top: inherit;
  width: 100%;
  margin-bottom: 25px;
}
.woocommerce-EditAccountForm.edit-account #edit-box.is-active:last-of-type {
  opacity: 1;
  max-height: 48px;
  margin: 0 0 40px;
}

.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page h1.article-h1 {
  display: none;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper {
  max-width: 890px;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper {
  max-width: 100%;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .woocommerce {
  margin-bottom: 70px;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .woocommerce h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 35px 0 20px 0;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .woocommerce hr {
  margin-top: 40px;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper a.back_btn {
  display: flex;
  margin: 0 0 0 20px;
  color: #FF3300;
  font-weight: 700;
  background-image: linear-gradient(#FF3300, #FF3300);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper a.back_btn:hover {
  background-size: 100% 2px;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance :after {
  content: "";
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance :before {
  content: "";
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label {
  display: flex;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  min-height: 24px;
  align-items: center;
  transition: all 0.3s ease;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label:hover input[type=checkbox] ~ span:before, .logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label:hover input[type=checkbox] + span:before {
  border: #727272 solid 1px;
  transition: all 0.3s ease;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label input[type=checkbox]:checked + span:before {
  background-color: #FF3300;
  border: #FF3300 solid 1px;
  transition: all 0.3s ease;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label input[type=checkbox] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #FFF;
  border: #727272 solid 1px;
  transition: all 0.3s ease;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label input[type=checkbox] + span:after {
  margin-left: 8px;
  margin-top: 3px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  position: absolute;
  z-index: -100;
  left: 0;
  top: 0;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .acceptance label input[type=checkbox]:checked + span:after {
  display: flex;
  z-index: 100;
  transition: all 0.3s ease;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  width: 150px;
  height: 48px;
  background: #FF3300;
  color: #fff;
  border: 2px solid #FF3300;
  border-radius: 0;
  transition: all 0.3s ease;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}
.logged-in.theme-wysokienapiecie.woocommerce-account.woocommerce-page section.content-wrapper .wrapper .content-wrapper .button:hover {
  color: #FF3300;
  background-color: #fff;
  text-decoration: none;
}

.woocommerce-checkout section.content-wrapper .wrapper {
  max-width: 890px;
}
.woocommerce-checkout .article-h1 {
  display: none;
}
.woocommerce-checkout .article-body {
  font-family: Merriweather;
}
.woocommerce-checkout .article-body abbr.required, .woocommerce-checkout .article-body span.required {
  visibility: hidden;
}
.woocommerce-checkout .article-body h2.woo-h2 {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
.woocommerce-checkout .article-body h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.woocommerce-checkout .article-body .woocommerce-form-coupon-toggle {
  width: 100%;
}
.woocommerce-checkout .article-body hr {
  background-color: #D0D0D0;
  height: 1px;
}
.woocommerce-checkout .article-body .coupon_box {
  background-color: #fff;
  box-shadow: 2px -20px 16px rgb(255, 255, 255), 2px 2px 16px rgba(0, 0, 0, 0.1), 2px -2px 16px rgba(0, 0, 0, 0.1);
  position: relative;
}
.woocommerce-checkout .article-body .coupon_box .woocommerce-error {
  background-color: white;
  margin: 0 40px 0 40px;
}
.woocommerce-checkout .article-body form.woocommerce-form-coupon {
  margin: 0;
  padding: 0 40px 40px 40px;
  border-radius: 0;
  box-shadow: none;
}
.woocommerce-checkout .article-body .woocommerce-form-coupon-toggle {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0 40px 40px 40px;
}
.woocommerce-checkout .article-body .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table {
  display: flex;
  flex-flow: row wrap;
  padding: 40px 40px 0 40px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.05), 0 2px 16px rgba(0, 0, 0, 0.05), 0 -2px 16px rgba(0, 0, 0, 0.05), -2px -2px 16px rgb(255, 255, 255);
  margin-bottom: 0;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .date-duration {
  padding: 0 2%;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .date-duration,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-total,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .fee,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-rate {
  min-width: 20%;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .order-total p,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .date-duration p,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-total p,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .fee p,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .cart-discount p,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-rate p {
  font-family: Merriweather;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .order-total p span,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .date-duration p span,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-total p span,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .fee p span,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .cart-discount p span,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-rate p span {
  font-family: Merriweather;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .order-total p:first-of-type,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .date-duration p:first-of-type,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-total p:first-of-type,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .fee p:first-of-type,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .cart-discount p:first-of-type,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-rate p:first-of-type {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #727272;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .order-total bdi,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .date-duration bdi,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-total bdi,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .fee bdi,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .cart-discount bdi,
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .tax-rate bdi {
  font-family: Merriweather;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table .cart_item, .woocommerce-checkout .article-body .woocommerce-checkout-review-order-table hr {
  width: 100%;
}
.woocommerce-checkout .article-body .woocommerce-checkout-review-order-table hr {
  background-color: #D0D0D0;
  height: 1px;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required :after {
  content: "";
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required :before {
  content: "";
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required.woocommerce-invalid label input[type=checkbox] + span:before {
  border-color: #a00;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required span.woocommerce-terms-and-conditions-checkbox-text {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #434343;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
  display: flex;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  min-height: 24px;
  align-items: center;
  transition: all 0.3s ease;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label:hover input[type=checkbox] + span:before, .woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label:hover input[type=checkbox] ~ span:before {
  border: #727272 solid 1px;
  transition: all 0.3s ease;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox]:checked + span:before {
  background-color: #FF3300;
  border: #FF3300 solid 1px;
  transition: all 0.3s ease;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox] + span:before {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFF;
  border: #727272 solid 1px;
  transition: all 0.3s ease;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox] + span:after {
  margin-left: 6px;
  margin-top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  position: absolute;
  z-index: -100;
  left: 0;
  top: 3px;
}
.woocommerce-checkout .article-body .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input[type=checkbox]:checked + span:after {
  display: flex;
  z-index: 100;
  transition: all 0.3s ease;
}
.woocommerce-checkout .article-body .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 0;
}
.woocommerce-checkout .article-body .woocommerce-billing-fields__field-wrapper .form-row label abbr, .woocommerce-checkout .article-body .woocommerce-billing-fields__field-wrapper .form-row label span.required {
  display: none;
}
.woocommerce-checkout .article-body .woocommerce-billing-fields__field-wrapper .form-row label:after {
  content: ":";
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin-left: -2px;
}
.woocommerce-checkout .article-body .form-row {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 782px) {
  .woocommerce-checkout .article-body .form-row {
    width: 49%;
  }
}
.woocommerce-checkout .article-body .form-row:last-of-type {
  margin-bottom: 0;
}
.woocommerce-checkout .article-body .form-row-wide {
  width: 100%;
}
.woocommerce-checkout .article-body input.input-text {
  padding: 12px 16px;
}
.woocommerce-checkout .article-body .edit-row-action {
  align-items: center;
}
.woocommerce-checkout .article-body .edit-row-action span.close {
  display: flex;
  margin: 0 0 0 20px;
  color: #FF3300;
  font-weight: 700;
  background-image: linear-gradient(#FF3300, #FF3300);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.woocommerce-checkout .article-body .edit-row-action span.close:hover {
  background-size: 100% 2px;
}
.woocommerce-checkout .article-body .woocommerce-checkout-payment#payment {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout .article-body .woocommerce-checkout-payment#payment .form-row.place-order {
  display: flex;
  justify-content: center;
}
.woocommerce-checkout .article-body .woocommerce-checkout-payment#payment .wc_payment_methods.payment_methods.methods {
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.woocommerce-checkout .article-body .woocommerce-checkout-payment#payment .payment-methods-header {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d3ced2;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-top: 30px;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.woocommerce-checkout .article-body form button.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  width: 150px;
  height: 48px;
  background: #FF3300;
  color: #fff;
  border: 2px solid #FF3300;
  border-radius: 0;
  transition: all 0.3s ease;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-checkout .article-body form button.button:hover {
  color: #FF3300;
  background-color: #fff;
  text-decoration: none;
}
.woocommerce-checkout .article-body form button.button:first-of-type {
  margin-left: 0;
}

.woocommerce-info, .woocommerce-message, .woocommerce-error {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #727272;
  margin-bottom: 4px;
  padding: 1em 2em 1em 3.5em !important;
}

.woocommerce-info {
  border-top-color: #0071bb;
}
.woocommerce-info:before {
  color: #0071bb;
}