/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-centered-post/block-centered-post.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.header_right-switcher.desktop {
  display: block; }

.header_right-switcher.mobile {
  display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  background-color: transparent;
  border: none; }

.header_right-switcher li a {
  background-color: transparent;
  border: none; }
  .header_right-switcher li a::after {
    color: #fff; }
  .header_right-switcher li a span {
    display: none; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header_right-switcher .wpml-ls-legacy-dropdown a:focus, .header_right-switcher .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent; }

.header_right-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none; }

@media screen and (max-width: 1440px) {
  .header_right-switcher.desktop {
    display: none; }
  .header_right-switcher.mobile {
    display: block;
    position: fixed;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    transition: 0.3s ease; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-item {
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      padding-right: 10px; }
    .header_right-switcher.mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      visibility: visible;
      position: relative;
      display: flex;
      align-items: center; }
    .header_right-switcher.mobile li a::after {
      display: none; }
    .header_right-switcher.mobile.open {
      bottom: 50px;
      transition: 0.3s ease; } }

.page-not-found {
  height: 100vh; }
  .page-not-found-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column; }
    .page-not-found-inner h1 {
      margin-bottom: 25px; }
    .page-not-found-inner p {
      margin-bottom: 40px; }

.centered-post {
  margin: 48px 0; }
  .centered-post-inner h2 {
    margin-bottom: 20px;
    font-weight: 700; }
  .centered-post-inner p {
    margin-bottom: 25px; }
  .centered-post-inner .centered-post-box {
    display: flex;
    box-shadow: 0 8px 16px rgba(23, 23, 23, 0.15);
    margin-bottom: 25px; }
    .centered-post-inner .centered-post-box:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .centered-post-inner .centered-post-box {
        flex-direction: column-reverse; } }
    .centered-post-inner .centered-post-box-left {
      max-width: calc(100% - 700px);
      width: 100%;
      background-color: #fff;
      padding: 20px 48px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 1199px) {
        .centered-post-inner .centered-post-box-left {
          max-width: calc(100% - 550px);
          padding: 20px; } }
      @media screen and (max-width: 991px) {
        .centered-post-inner .centered-post-box-left {
          max-width: 50%; } }
      @media screen and (max-width: 767px) {
        .centered-post-inner .centered-post-box-left {
          max-width: 100%; } }
      .centered-post-inner .centered-post-box-left span,
      .centered-post-inner .centered-post-box-left .centered-post-tag {
        margin-bottom: 20px;
        display: inline-block;
        width: fit-content;
        background-color: #0d6efd;
        border: 1px solid #0d6efd;
        border-radius: 50px;
        font-family: "Noto Sans";
        padding: 3px 7px;
        color: #fff; }
      .centered-post-inner .centered-post-box-left h3 {
        font-size: 24px; }
    .centered-post-inner .centered-post-box-right {
      width: 700px;
      height: 350px;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .centered-post-inner .centered-post-box-right {
          width: 600px;
          height: 300px; } }
      @media screen and (max-width: 991px) {
        .centered-post-inner .centered-post-box-right {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .centered-post-inner .centered-post-box-right {
          width: 100%; } }
      .centered-post-inner .centered-post-box-right img {
        position: absolute;
        inset: 0;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%; }

