@font-face {
  font-family: 'fontello';
  src: url(/wp-content/themes/alfayomega/fonts/fontello.eot?829c7d24dbc97f26f20501e9b16405d8);
  src: url(/wp-content/themes/alfayomega/fonts/fontello.eot?829c7d24dbc97f26f20501e9b16405d8#iefix) format('embedded-opentype'),
       url(/wp-content/themes/alfayomega/fonts/fontello.woff2?238887b04f520122360a3d93361bdb1a) format('woff2'),
       url(/wp-content/themes/alfayomega/fonts/fontello.woff?d706354be15f820a46605812570f56a3) format('woff'),
       url(/wp-content/themes/alfayomega/fonts/fontello.ttf?d6558f213aaeef5fad14461e362e7a9f) format('truetype'),
       url(/wp-content/themes/alfayomega/fonts/fontello.svg?0e4b6298df6aad9d60df4bf9e2d426a9#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?88704422#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-forward:before { content: '\E800'; } /* '' */
.icon-link:before { content: '\E801'; } /* '' */
.icon-book:before { content: '\E803'; } /* '' */
.icon-camera-1:before { content: '\E804'; } /* '' */
.icon-car:before { content: '\E805'; } /* '' */
.icon-disk:before { content: '\E806'; } /* '' */
.icon-eat:before { content: '\E807'; } /* '' */
.icon-hand:before { content: '\E808'; } /* '' */
.icon-id-card:before { content: '\E809'; } /* '' */
.icon-tag:before { content: '\E80A'; } /* '' */
.icon-vw-old:before { content: '\E80B'; } /* '' */
.icon-print-1:before { content: '\E80C'; } /* '' */
.icon-search:before { content: '\E80D'; } /* '' */
.icon-linkedin:before { content: '\E80E'; } /* '' */
.icon-facebook-1:before { content: '\E80F'; } /* '' */
.icon-twitter-1:before { content: '\E810'; } /* '' */
.icon-whatsapp-1:before { content: '\E811'; } /* '' */
.icon-play:before { content: '\E812'; } /* '' */
.icon-twitter-alt:before { content: '\E813'; } /* '' */
.icon-plus:before { content: '\E814'; } /* '' */
.icon-vw:before { content: '\E816'; } /* '' */
.icon-checkbox:before { content: '\E817'; } /* '' */
.icon-youtube:before { content: '\E818'; } /* '' */
.icon-camera:before { content: '\E81A'; } /* '' */
.icon-enviar:before { content: '\E81B'; } /* '' */
.icon-instagram:before { content: '\E81F'; } /* '' */
.icon-whatsapp:before { content: '\E821'; } /* '' */
.icon-facebook:before { content: '\E827'; } /* '' */
.icon-share:before { content: '\E828'; } /* '' */
.icon-twitter:before { content: '\E82B'; } /* '' */
.icon-print:before { content: '\E833'; } /* '' */
.icon-previous:before { content: '\E836'; } /* '' */
.icon-pause:before { content: '\E837'; } /* '' */
.icon-next:before { content: '\E838'; } /* '' */
.icon-pluscircle:before { content: '\E83A'; } /* '' */
.icon-huella:before { content: '\E83B'; } /* '' */
.icon-clip:before { content: '\E83C'; } /* '' */
.icon-logo:before { content: '\E83D'; } /* '' */
.icon-mundo:before { content: '\E83F'; } /* '' */
.icon-bell:before { content: '\E842'; } /* '' */
.icon-diamond:before { content: '\E915'; } /* '' */
.icon-quote-left:before { content: '\F10D'; } /* '' */
.icon-quote-right:before { content: '\F10E'; } /* '' */
.icon-paper-plane-empty:before { content: '\F1D9'; } /* '' *//* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@charset "UTF-8";

@font-face {
  font-family: "Cinderblock";
  src: url(/wp-content/themes/alfayomega/fonts/Cinderblock.woff?bce06d6bb9effdd0ec910a82e0dd165b);
  font-weight: 400;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url(/wp-content/themes/alfayomega/fonts/PlayfairDisplay-Regular.ttf?2ec4a3528bb6b0bd79edf9a1dc601fc7);
  font-weight: 400;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url(/wp-content/themes/alfayomega/fonts/PlayfairDisplay-Bold.ttf?f78a8c62bdf3c9c27b4fa485b8c3d279);
  font-weight: 600;
}

@font-face {
  font-family: "Simple";
  src: url(/wp-content/themes/alfayomega/fonts/Simple-Regular.woff?a25e80587c1823561b7f67ba302e651f);
  font-weight: 400;
}

@font-face {
  font-family: "VWHead";
  src: url(/wp-content/themes/alfayomega/fonts/VWHead.otf?7afa83513252a69f14f59ab93ce38b62);
  font-weight: 400;
}

@font-face {
  font-family: "VWHead";
  src: url(/wp-content/themes/alfayomega/fonts/VWHead-Light.otf?ae2693c988f997ee4a53339e937f1179);
  font-weight: 200;
}

@font-face {
  font-family: "VWHead";
  src: url(/wp-content/themes/alfayomega/fonts/VWHead-Bold.otf?c6af0c9ce30254d46feb6b72a6802723);
  font-weight: 600;
}

@font-face {
  font-family: "VWText";
  src: url(/wp-content/themes/alfayomega/fonts/VWText.otf?0946f69bd703f70e2c516524920cdcfd);
  font-weight: 400;
}

@font-face {
  font-family: "VWText";
  src: url(/wp-content/themes/alfayomega/fonts/VWText-Light.otf?2f1588c31c13c5f43ff2e2b083050a94);
  font-weight: 200;
}

@font-face {
  font-family: "VWText";
  src: url(/wp-content/themes/alfayomega/fonts/VWText-Bold.otf?fa725e8b84f799c03fb042a537bb4970);
  font-weight: 600;
}

.finder-results-block .entry-inner,
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-height: 1px;
  display: block;
}

.col-0 {
  flex: 0 0 0%;
  max-width: 0%;
  min-height: 0;
  display: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  display: block;
  min-height: 1px;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  display: block;
  min-height: 1px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  display: block;
  min-height: 1px;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: block;
  min-height: 1px;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  display: block;
  min-height: 1px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
  min-height: 1px;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  display: block;
  min-height: 1px;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: block;
  min-height: 1px;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  display: block;
  min-height: 1px;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  display: block;
  min-height: 1px;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  display: block;
  min-height: 1px;
}

.author-archive .finder-results-block .entry-content-container,
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  min-height: 1px;
}

.col-order-1 {
  order: 1;
}

.col-order-2 {
  order: 2;
}

.col-order-3 {
  order: 3;
}

.col-order-4 {
  order: 4;
}

.col-order-5 {
  order: 5;
}

.col-order-6 {
  order: 6;
}

.col-order-7 {
  order: 7;
}

.col-order-8 {
  order: 8;
}

.col-order-9 {
  order: 9;
}

.col-order-10 {
  order: 10;
}

.col-order-11 {
  order: 11;
}

.col-order-12 {
  order: 12;
}

.col-order-last {
  order: 12;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

@media all and (max-width: 991px) {
  .row-to-lg {
    display: flex;
    flex-wrap: wrap;
  }

  .col-to-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-height: 1px;
    display: block;
  }

  .finder-results-block .entry .entry-image-container,
  .col-to-lg-0 {
    flex: 0 0 0%;
    max-width: 0%;
    min-height: 0;
    display: none;
  }

  .col-to-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
    min-height: 1px;
  }

  .finder-results-block .entry .entry-content-container,
  .home-entries-block .home-entries-block-left,
  .home-entries-block .home-entries-block-right,
  .col-to-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    min-height: 1px;
  }

  .col-to-lg-order-1 {
    order: 1;
  }

  .col-to-lg-order-2 {
    order: 2;
  }

  .col-to-lg-order-3 {
    order: 3;
  }

  .col-to-lg-order-4 {
    order: 4;
  }

  .col-to-lg-order-5 {
    order: 5;
  }

  .col-to-lg-order-6 {
    order: 6;
  }

  .col-to-lg-order-7 {
    order: 7;
  }

  .col-to-lg-order-8 {
    order: 8;
  }

  .col-to-lg-order-9 {
    order: 9;
  }

  .col-to-lg-order-10 {
    order: 10;
  }

  .col-to-lg-order-11 {
    order: 11;
  }

  .col-to-lg-order-12 {
    order: 12;
  }

  .col-to-lg-order-last {
    order: 12;
  }

  .align-items-start-to-lg {
    align-items: flex-start !important;
  }

  .align-items-end-to-lg {
    align-items: flex-end !important;
  }

  .align-items-center-to-lg {
    align-items: center !important;
  }

  .align-items-baseline-to-lg {
    align-items: baseline !important;
  }

  .align-items-stretch-to-lg {
    align-items: stretch !important;
  }

  .align-content-start-to-lg {
    align-content: flex-start !important;
  }

  .align-content-end-to-lg {
    align-content: flex-end !important;
  }

  .align-content-center-to-lg {
    align-content: center !important;
  }

  .align-content-between-to-lg {
    align-content: space-between !important;
  }

  .align-content-around-to-lg {
    align-content: space-around !important;
  }

  .align-content-stretch-to-lg {
    align-content: stretch !important;
  }

  .align-self-auto-to-lg {
    align-self: auto !important;
  }

  .align-self-start-to-lg {
    align-self: flex-start !important;
  }

  .align-self-end-to-lg {
    align-self: flex-end !important;
  }

  .align-self-center-to-lg {
    align-self: center !important;
  }

  .align-self-baseline-to-lg {
    align-self: baseline !important;
  }

  .align-self-stretch-to-lg {
    align-self: stretch !important;
  }

  .flex-row-to-lg {
    flex-direction: row !important;
  }

  .flex-column-to-lg {
    flex-direction: column !important;
  }

  .flex-row-reverse-to-lg {
    flex-direction: row-reverse !important;
  }

  .flex-column-reverse-to-lg {
    flex-direction: column-reverse !important;
  }

  .flex-wrap-to-lg {
    flex-wrap: wrap !important;
  }

  .flex-nowrap-to-lg {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-reverse-to-lg {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-start-to-lg {
    justify-content: flex-start !important;
  }

  .justify-content-end-to-lg {
    justify-content: flex-end !important;
  }

  .justify-content-center-to-lg {
    justify-content: center !important;
  }

  .justify-content-between-to-lg {
    justify-content: space-between !important;
  }

  .justify-content-around-to-lg {
    justify-content: space-around !important;
  }
}

@media all and (min-width: 992px) {
  .row-lg {
    display: flex;
    flex-wrap: wrap;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-height: 1px;
    display: block;
  }

  .col-lg-0 {
    flex: 0 0 0%;
    max-width: 0%;
    min-height: 0;
    display: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    display: block;
    min-height: 1px;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    min-height: 1px;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
    min-height: 1px;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    display: block;
    min-height: 1px;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    display: block;
    min-height: 1px;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    min-height: 1px;
  }

  .col-lg-order-1 {
    order: 1;
  }

  .col-lg-order-2 {
    order: 2;
  }

  .col-lg-order-3 {
    order: 3;
  }

  .col-lg-order-4 {
    order: 4;
  }

  .col-lg-order-5 {
    order: 5;
  }

  .col-lg-order-6 {
    order: 6;
  }

  .col-lg-order-7 {
    order: 7;
  }

  .col-lg-order-8 {
    order: 8;
  }

  .col-lg-order-9 {
    order: 9;
  }

  .col-lg-order-10 {
    order: 10;
  }

  .col-lg-order-11 {
    order: 11;
  }

  .col-lg-order-12 {
    order: 12;
  }

  .col-lg-order-last {
    order: 12;
  }

  .align-items-start-lg {
    align-items: flex-start !important;
  }

  .align-items-end-lg {
    align-items: flex-end !important;
  }

  .align-items-center-lg {
    align-items: center !important;
  }

  .align-items-baseline-lg {
    align-items: baseline !important;
  }

  .align-items-stretch-lg {
    align-items: stretch !important;
  }

  .align-content-start-lg {
    align-content: flex-start !important;
  }

  .align-content-end-lg {
    align-content: flex-end !important;
  }

  .align-content-center-lg {
    align-content: center !important;
  }

  .align-content-between-lg {
    align-content: space-between !important;
  }

  .align-content-around-lg {
    align-content: space-around !important;
  }

  .align-content-stretch-lg {
    align-content: stretch !important;
  }

  .align-self-auto-lg {
    align-self: auto !important;
  }

  .align-self-start-lg {
    align-self: flex-start !important;
  }

  .align-self-end-lg {
    align-self: flex-end !important;
  }

  .align-self-center-lg {
    align-self: center !important;
  }

  .align-self-baseline-lg {
    align-self: baseline !important;
  }

  .align-self-stretch-lg {
    align-self: stretch !important;
  }

  .flex-row-lg {
    flex-direction: row !important;
  }

  .flex-column-lg {
    flex-direction: column !important;
  }

  .flex-row-reverse-lg {
    flex-direction: row-reverse !important;
  }

  .flex-column-reverse-lg {
    flex-direction: column-reverse !important;
  }

  .flex-wrap-lg {
    flex-wrap: wrap !important;
  }

  .flex-nowrap-lg {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-reverse-lg {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-start-lg {
    justify-content: flex-start !important;
  }

  .justify-content-end-lg {
    justify-content: flex-end !important;
  }

  .justify-content-center-lg {
    justify-content: center !important;
  }

  .justify-content-between-lg {
    justify-content: space-between !important;
  }

  .justify-content-around-lg {
    justify-content: space-around !important;
  }
}

.col-push-0 {
  position: relative;
  margin-left: 0;
}

.col-pull-0 {
  position: relative;
  margin-left: 0;
}

.col-push-1-12 {
  position: relative;
  margin-left: 8.3333333333%;
}

.col-pull-1-12 {
  position: relative;
  margin-left: -8.3333333333%;
}

.col-push-2-12 {
  position: relative;
  margin-left: 16.6666666667%;
}

.col-pull-2-12 {
  position: relative;
  margin-left: -16.6666666667%;
}

.col-push-3-12 {
  position: relative;
  margin-left: 25%;
}

.col-pull-3-12 {
  position: relative;
  margin-left: -25%;
}

.col-push-4-12 {
  position: relative;
  margin-left: 33.3333333333%;
}

.col-pull-4-12 {
  position: relative;
  margin-left: -33.3333333333%;
}

.col-push-5-12 {
  position: relative;
  margin-left: 41.6666666667%;
}

.col-pull-5-12 {
  position: relative;
  margin-left: -41.6666666667%;
}

.col-push-6-12 {
  position: relative;
  margin-left: 50%;
}

.col-pull-6-12 {
  position: relative;
  margin-left: -50%;
}

.col-push-7-12 {
  position: relative;
  margin-left: 58.3333333333%;
}

.col-pull-7-12 {
  position: relative;
  margin-left: -58.3333333333%;
}

.col-push-8-12 {
  position: relative;
  margin-left: 66.6666666667%;
}

.col-pull-8-12 {
  position: relative;
  margin-left: -66.6666666667%;
}

.col-push-9-12 {
  position: relative;
  margin-left: 75%;
}

.col-pull-9-12 {
  position: relative;
  margin-left: -75%;
}

.col-push-10-12 {
  position: relative;
  margin-left: 83.3333333333%;
}

.col-pull-10-12 {
  position: relative;
  margin-left: -83.3333333333%;
}

.col-push-11-12 {
  position: relative;
  margin-left: 91.6666666667%;
}

.col-pull-11-12 {
  position: relative;
  margin-left: -91.6666666667%;
}

.col-push-12-12 {
  position: relative;
  margin-left: 100%;
}

.col-pull-12-12 {
  position: relative;
  margin-left: -100%;
}

@media all and (max-width: 991px) {
  .col-push-0-to-lg {
    position: relative;
    margin-left: 0;
  }

  .col-pull-0-to-lg {
    position: relative;
    margin-left: 0;
  }

  .col-push-1-12-to-lg {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .col-pull-1-12-to-lg {
    position: relative;
    margin-left: -8.3333333333%;
  }

  .col-push-2-12-to-lg {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .col-pull-2-12-to-lg {
    position: relative;
    margin-left: -16.6666666667%;
  }

  .col-push-3-12-to-lg {
    position: relative;
    margin-left: 25%;
  }

  .col-pull-3-12-to-lg {
    position: relative;
    margin-left: -25%;
  }

  .col-push-4-12-to-lg {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .col-pull-4-12-to-lg {
    position: relative;
    margin-left: -33.3333333333%;
  }

  .col-push-5-12-to-lg {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .col-pull-5-12-to-lg {
    position: relative;
    margin-left: -41.6666666667%;
  }

  .col-push-6-12-to-lg {
    position: relative;
    margin-left: 50%;
  }

  .col-pull-6-12-to-lg {
    position: relative;
    margin-left: -50%;
  }

  .col-push-7-12-to-lg {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .col-pull-7-12-to-lg {
    position: relative;
    margin-left: -58.3333333333%;
  }

  .col-push-8-12-to-lg {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .col-pull-8-12-to-lg {
    position: relative;
    margin-left: -66.6666666667%;
  }

  .col-push-9-12-to-lg {
    position: relative;
    margin-left: 75%;
  }

  .col-pull-9-12-to-lg {
    position: relative;
    margin-left: -75%;
  }

  .col-push-10-12-to-lg {
    position: relative;
    margin-left: 83.3333333333%;
  }

  .col-pull-10-12-to-lg {
    position: relative;
    margin-left: -83.3333333333%;
  }

  .col-push-11-12-to-lg {
    position: relative;
    margin-left: 91.6666666667%;
  }

  .col-pull-11-12-to-lg {
    position: relative;
    margin-left: -91.6666666667%;
  }

  .col-push-12-12-to-lg {
    position: relative;
    margin-left: 100%;
  }

  .col-pull-12-12-to-lg {
    position: relative;
    margin-left: -100%;
  }
}

@media all and (min-width: 992px) {
  .col-push-0-lg {
    position: relative;
    margin-left: 0;
  }

  .col-pull-0-lg {
    position: relative;
    margin-left: 0;
  }

  .col-push-1-12-lg {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .col-pull-1-12-lg {
    position: relative;
    margin-left: -8.3333333333%;
  }

  .col-push-2-12-lg {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .col-pull-2-12-lg {
    position: relative;
    margin-left: -16.6666666667%;
  }

  .col-push-3-12-lg {
    position: relative;
    margin-left: 25%;
  }

  .col-pull-3-12-lg {
    position: relative;
    margin-left: -25%;
  }

  .col-push-4-12-lg {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .col-pull-4-12-lg {
    position: relative;
    margin-left: -33.3333333333%;
  }

  .col-push-5-12-lg {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .col-pull-5-12-lg {
    position: relative;
    margin-left: -41.6666666667%;
  }

  .col-push-6-12-lg {
    position: relative;
    margin-left: 50%;
  }

  .col-pull-6-12-lg {
    position: relative;
    margin-left: -50%;
  }

  .col-push-7-12-lg {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .col-pull-7-12-lg {
    position: relative;
    margin-left: -58.3333333333%;
  }

  .col-push-8-12-lg {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .col-pull-8-12-lg {
    position: relative;
    margin-left: -66.6666666667%;
  }

  .col-push-9-12-lg {
    position: relative;
    margin-left: 75%;
  }

  .col-pull-9-12-lg {
    position: relative;
    margin-left: -75%;
  }

  .col-push-10-12-lg {
    position: relative;
    margin-left: 83.3333333333%;
  }

  .col-pull-10-12-lg {
    position: relative;
    margin-left: -83.3333333333%;
  }

  .col-push-11-12-lg {
    position: relative;
    margin-left: 91.6666666667%;
  }

  .col-pull-11-12-lg {
    position: relative;
    margin-left: -91.6666666667%;
  }

  .col-push-12-12-lg {
    position: relative;
    margin-left: 100%;
  }

  .col-pull-12-12-lg {
    position: relative;
    margin-left: -100%;
  }
}

.row {
  margin: -0.94rem;
  width: calc(100% + 1.88rem);
}

.row > * {
  padding: 0.94rem;
}

.row.gap-container {
  padding: 1.88rem;
}

.row-fix > * {
  padding: 0.94rem 0.47rem 0.94rem 0.47rem;
}

.row-fix > *:first-child {
  padding-left: 0.94rem;
}

.row-fix > *:last-child {
  padding-right: 0.94rem;
}

.row-v {
  margin-top: -0.94rem;
  margin-bottom: -0.94rem;
}

.row-v > * {
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
}

.row-h {
  margin-left: -0.94rem;
  margin-right: -0.94rem;
  width: calc(100% + 1.88rem);
}

.row-h > * {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

@media all and (max-width: 991px) {
  .row-to-lg {
    margin: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .row-to-lg > * {
    padding: 0.94rem;
  }

  .row-to-lg.gap-container {
    padding: 1.88rem;
  }

  .row-fix-to-lg > * {
    padding: 0.94rem 0.47rem 0.94rem 0.47rem;
  }

  .row-fix-to-lg > *:first-child {
    padding-left: 0.94rem;
  }

  .row-fix-to-lg > *:last-child {
    padding-right: 0.94rem;
  }

  .row-v-to-lg {
    margin-top: -0.94rem;
    margin-bottom: -0.94rem;
  }

  .row-v-to-lg > * {
    padding-top: 0.94rem;
    padding-bottom: 0.94rem;
  }

  .row-h-to-lg {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .row-h-to-lg > * {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

@media all and (min-width: 992px) {
  .row-lg {
    margin: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .row-lg > * {
    padding: 0.94rem;
  }

  .row-lg.gap-container {
    padding: 1.88rem;
  }

  .row-fix-lg > * {
    padding: 0.94rem 0.47rem 0.94rem 0.47rem;
  }

  .row-fix-lg > *:first-child {
    padding-left: 0.94rem;
  }

  .row-fix-lg > *:last-child {
    padding-right: 0.94rem;
  }

  .row-v-lg {
    margin-top: -0.94rem;
    margin-bottom: -0.94rem;
  }

  .row-v-lg > * {
    padding-top: 0.94rem;
    padding-bottom: 0.94rem;
  }

  .row-h-lg {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .row-h-lg > * {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

.container {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.container > .row {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -0.94rem;
  margin-right: -0.94rem;
}

.container > .row:not(:last-child) {
  margin-bottom: 0.94rem;
}

@media all and (max-width: 991px) {
  .container-to-lg {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }

  .container-to-lg > .row {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -0.94rem;
    margin-right: -0.94rem;
  }

  .container-to-lg > .row:not(:last-child) {
    margin-bottom: 0.94rem;
  }
}

@media all and (min-width: 992px) {
  .container-lg {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }

  .container-lg > .row {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -0.94rem;
    margin-right: -0.94rem;
  }

  .container-lg > .row:not(:last-child) {
    margin-bottom: 0.94rem;
  }
}

* {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

:focus {
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

u {
  text-decoration: underline;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-print-color-adjust: exact;
}

html,
body {
  overflow-x: hidden;
}

@media all and (max-width: 991px) {
  html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

html {
  font-size: 1.25vw;
}

@media all and (min-width: 1280px) {
  html {
    font-size: 1rem;
  }
}

body {
  font-family: Noto Sans, sans-serif;
  font-size: 100%;
  line-height: 1.425;
  font-weight: 400;
}

@media all and (max-width: 991px) {
  html {
    font-size: 3.33vw;
  }
}

@media all and (max-width: 991px) and (min-width: 767px) {
  html {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 991px) and (max-width: 320px) {
  html {
    font-size: 0.67rem;
  }
}

@media all and (max-width: 991px) {
  body {
    font-family: Noto Sans, sans-serif;
    font-size: 100%;
    line-height: 1.425;
    font-weight: 400;
  }
}

@media all and (min-width: 992px) {
  html {
    font-size: 1.25vw;
  }
}

@media all and (min-width: 992px) and (min-width: 1280px) {
  html {
    font-size: 1rem;
  }
}

@media all and (min-width: 992px) {
  body {
    font-family: Noto Sans, sans-serif;
    font-size: 100%;
    line-height: 1.425;
    font-weight: 400;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.is-none {
  display: none !important;
}

.is-block {
  display: block !important;
}

.is-flex {
  display: flex !important;
}

@media all and (max-width: 991px) {
  .is-none-to-lg {
    display: none !important;
  }

  .is-block-to-lg {
    display: block !important;
  }

  .is-flex-to-lg {
    display: flex !important;
  }
}

@media all and (min-width: 992px) {
  .is-none-lg {
    display: none !important;
  }

  .is-block-lg {
    display: block !important;
  }

  .is-flex-lg {
    display: flex !important;
  }
}

.light-text {
  font-weight: 300;
}

.regular-text {
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.gallery-tag {
  color: #003882;
  margin-right: 0.31rem;
}

.col-2_5 {
  width: 20.8333333333%;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}

.modal .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}

.modal .inner {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal.is-open {
  display: block;
}

.modal.is-open .back {
  -webkit-animation: lkt-keyframes-modal-theater-back 750ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: lkt-keyframes-modal-theater-back 750ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.modal.is-open .inner {
  -webkit-animation: lkt-keyframes-modal-default-inner 250ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: lkt-keyframes-modal-default-inner 250ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes lkt-keyframes-modal-default-inner {
  0% {
    -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes lkt-keyframes-modal-default-inner {
  0% {
    -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes lkt-keyframes-modal-theater-back {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
    background: rgba(0, 0, 0, 0);
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    background: rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    background: rgba(0, 0, 0, 0.75);
  }
}

@keyframes lkt-keyframes-modal-theater-back {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0;
    background: rgba(0, 0, 0, 0);
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    background: rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    background: rgba(0, 0, 0, 0.75);
  }
}

.open-finder {
  cursor: pointer;
  transition: color linear 250ms;
}

.current-menu-item .open-finder {
  opacity: 1 !important;
  color: #c85543 !important;
}

@media all and (min-width: 992px) {
  .open-finder:hover {
    opacity: 1 !important;
    color: #c85543 !important;
  }
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper > img,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper > video,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper > iframe,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper > canvas,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper > source {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  html {
    font-size: 16px !important;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
  }

  body {
    overflow-y: hidden;
    height: auto;
  }

  .is-none-print {
    display: none !important;
  }
}

@media all and (min-width: 992px) {
  .col-lg-2_5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
    display: block;
    min-height: 1px;
  }

  .col-lg-6_28 {
    flex: 0 0 52.37%;
    max-width: 52.37%;
    display: block;
    min-height: 1px;
  }

  .col-lg-5_72 {
    flex: 0 0 47.7216666667%;
    max-width: 47.7216666667%;
    display: block;
    min-height: 1px;
  }

  .col-lg-2_86 {
    flex: 0 0 23.8608333333%;
    max-width: 23.8608333333%;
    display: block;
    min-height: 1px;
  }

  .col-push-2_86-lg {
    margin-left: 23.8608333333%;
  }

  .col-lg-9_14 {
    flex: 0 0 76.2308333333%;
    max-width: 76.2308333333%;
    display: block;
    min-height: 1px;
  }

  .col-lg-9_5 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
    display: block;
    min-height: 1px;
  }
}

@media all and (max-width: 991px) {
  .modal .inner {
    max-width: 80%;
    max-height: 80%;
  }
}

.main-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 64.38rem;
}

.banner-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 66.25rem;
}

.cover-bottom-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 44.38rem;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #67E8FF;
  border-radius: 50%;
  -webkit-animation: lkt-loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lkt-loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #67E8FF transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lkt-loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lkt-loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.hbg {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.col-auto {
  flex: 1;
}

@media all and (max-width: 991px) {
  .no-padding-to-lg {
    padding: 0 !important;
  }

  .home .entry-image-block {
    margin-top: -50px;
  }
}

.section {
  background: transparent;
}

.section.grey-section {
  background: rgba(229, 229, 227, 0.5);
}

.section.grey-section .block {
  background: #ffffff;
}

.section.transparent-section {
  background-color: transparent;
}

.section.grey-block .block {
  background-color: #e5e5e3;
}

.section.white-block .block {
  background: #fff;
  position: relative;
}

.section.grey-section-white-block {
  background: #EBEBEB;
}

.section.grey-section-white-block .block {
  background: #ffffff;
}

.section.grey-section-grey-block {
  background: rgba(229, 229, 227, 0.5);
}

.section.grey-section-grey-block .block {
  background: #e5e5e3;
}

.section.grey-section-grey-block .long-banner-block {
  background: #e5e5e3;
}

.section.yellow-section {
  background: rgba(255, 251, 204, 0.5);
}

.section.yellow-section .block {
  background: #fffbcc;
}

.section.red-section {
  background-color: rgba(200, 85, 67, 0.5);
}

.section.red-section .block {
  background-color: #c85543;
}

.section.cyan-section {
  background-color: rgba(235, 243, 248, 0.5);
}

.section.cyan-section .block {
  background-color: #EBF3F8;
}

.section.green-section {
  background: #6fd38e;
}

.section.darkgrey-section {
  background: #4D4D4D;
}

.section.medium-grey-section {
  background: rgba(229, 229, 227, 0.5);
}

.section.blue-section {
  background: #3A3FFF;
}

.section.is-borderless-bottom + .section .block {
  border-top: none;
}

.is-sticky-header #app {
  padding-top: 4.38rem;
}

@media all and (min-width: 992px) {
  .section:first-child .block {
    border-top: 1px solid #8C8E91;
  }
}

.section:last-child .block {
  border-bottom: 1px solid #8C8E91;
}

.block {
  border-left: 1px solid #8C8E91;
  border-right: 1px solid #8C8E91;
}

.block.is-border-bottom {
  border-bottom: 1px solid #8C8E91;
  margin-bottom: 0.94rem;
}

.block.is-borderless {
  border: none;
}

.block.is-borderless-top {
  border-top: none;
}

.block.transparent-block {
  background: transparent !important;
}

.home-entries-block {
  padding: 0.94rem 2.81rem;
}

.section-home-entries-block .home-entries-block {
  padding-bottom: 4.13rem;
}

@media all and (min-width: 992px) {
  .home-entries-block {
    align-items: stretch;
  }

  .home-entries-block .home-entries-block-left {
    padding-bottom: 0;
  }

  .home-entries-block .home-entries-block-left {
    flex: 0 0 33.95%;
    max-width: 33.95%;
    display: block;
    min-height: 1px;
  }

  .home-entries-block .home-entries-block-left .row {
    margin-top: 0;
  }

  .home-entries-block .home-entries-block-right {
    flex: 0 0 66.05%;
    max-width: 66.05%;
    display: block;
    min-height: 1px;
  }

  .home-entries-block .home-entries-block-right .row {
    margin-top: 0;
  }

  .home-entries-block .banner-alto {
    max-height: none !important;
  }
}

@media all and (max-width: 991px) {
  .home-entries-block {
    flex-direction: column;
  }

  .home-entries-block .home-entries-block-left {
    order: 2;
  }

  .home-entries-block #main-banner {
    background-color: #FFF !important;
    position: relative;
    padding-top: 0.5rem;
  }

  .home-entries-block #main-banner:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 5px;
    position: absolute;
    border: 3px solid #000;
  }

  .home-entries-block #main-banner .block {
    border-top: 1px solid #000;
    padding-top: 1.56rem;
  }
}

@media all and (min-width: 992px) {
  .is-borderless-bottom + .is-borderless-bottom .home-entries-block {
    padding-top: 0;
  }

  .section + .section .static-banner-block {
    padding-top: 1.56rem;
  }
}

.go-to-section {
  display: none;
}

@media all and (max-width: 991px) {
  #app {
    padding-top: 6.25rem;
  }

  .single-page #app {
    padding-top: 6.25rem;
  }

  .block {
    border-left: none;
    border-right: none;
  }

  .home-entries-block {
    padding: 2rem 1.56rem;
  }

  .go-to-section {
    display: block;
    color: #8e8e94;
    text-align: center;
    padding: 3.13rem 0 2.5rem;
  }

  .go-to-section .icon {
    font-size: 3.19rem;
    margin-bottom: 0.63rem;
    display: inline-block;
  }

  .go-to-section .text {
    display: block;
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 0.72;
    font-weight: 0.1px;
    text-transform: uppercase;
  }
}

@media print {
  #app,
  .single-page #app {
    padding-top: 0 !important;
  }
}

.main-header {
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  /*.menu {
    display: none;
  }*/
}

@media print {
  .main-header {
    display: none !important;
  }
}

.main-header .category {
  color: #c85543;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  line-height: 0.28;
  font-weight: 800;
  margin-left: -13px;
  margin-top: -6px;
}

.main-header > .main-wrapper {
  background-color: #fff;
}

.main-header .row {
  height: 6.25rem;
  align-items: center;
}

.main-header .menu {
  overflow-y: auto;
  z-index: 6;
  background-color: #c85543;
  color: #fff;
  height: 0;
  min-height: 0;
  position: fixed;
  top: 0;
  left: calc((100vw - 64.38rem)/2);
  overflow: hidden;
  display: none;
  transition: 0.3s ease-in height;
  min-width: 11.88rem;
  padding: 4.38rem 1.63rem 1.38rem 1.94rem;
}

.main-header .menu .close {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 22px;
  left: 15px;
  font-size: 45px;
  font-weight: 500;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: notoSansSC;
}

.main-header .menu a {
  font-family: Noto Sans, sans-serif;
  font-size: 1.69rem;
  line-height: 1.74;
  font-weight: 500;
  letter-spacing: -0.2;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease-in color;
}

.main-header .menu a:hover {
  color: #000;
}

.main-header .menu .menu-newsletter,
.main-header .menu .main-header-find-to-lg {
  padding-bottom: 0.63rem;
}

.main-header .menu .menu-newsletter a {
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 0.63rem;
}

.main-header .menu .submenu {
  margin-bottom: 3.13rem;
}

.main-header .menu .social-header .icon-twitter,
.main-header .menu .social-header .icon-youtube {
  font-size: 1rem;
}

.is-sticky-header .main-header,
.is-sticky-header.single-page .main-header,
body.category.is-sticky-header .main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4.38rem;
  transition: height linear 250ms;
  /*
  .row {
    height: $header-height-fixed;
  }*/
}

@media all and (min-width: 992px) {
  .is-sticky-header .main-header .main-wrapper,
  .is-sticky-header.single-page .main-header .main-wrapper,
  body.category.is-sticky-header .main-header .main-wrapper {
    background-image: url(/wp-content/themes/alfayomega/icons/motivo.png) !important;
    background-repeat: repeat !important;
    background-position: top center !important;
    background-attachment: fixed !important;
  }
}

.is-sticky-header .main-header .subheader,
.is-sticky-header.single-page .main-header .subheader,
body.category.is-sticky-header .main-header .subheader {
  display: none;
}

.is-active-menu .main-header .menu {
  height: 36.88rem;
  display: block;
}

.is-active-menu .main-header .subheader {
  display: none;
}

.is-active-menu.is-sticky-header .main-header {
  height: 4.38rem;
}

.is-active-menu.is-sticky-header .main-header .subheader {
  display: none;
}

.main-header .main-header-menu {
  display: flex;
  align-items: center;
  justify-items: center;
  color: #c85543;
  margin-top: -0.31rem;
  /*&:not(:first-child) {
    li:first-child {

      @include lkt-before(block, absolute) {
        width: 1px;
        height: 35px;
        background: #000;
        left: 0;
        @include lkt-align(false, 50%);
      }
    }
  }*/
}

.main-header .main-header-menu a {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.13rem 0 0.47rem;
  margin: 0 0.75rem;
}

.main-header .main-header-menu:not(#menu-principal) a {
  padding: 0;
  margin: 0;
}

.main-header .main-header-menu:not(#menu-principal) a:before {
  display: none;
  position: initial;
  content: "";
}

.main-header .main-header-menu#menu-principal a {
  margin-top: 0.44rem;
  padding-top: 0.63rem;
}

.main-header .main-header-menu#menu-principal li:not(:first-child) a {
  padding-bottom: 0;
  padding-top: 0.31rem;
  display: inline-block;
  line-height: 0.75;
}

.main-header .main-header-menu span {
  display: inline-block;
  padding: 0.31rem 0 0.47rem;
  margin: 0 0.94rem;
  text-align: right;
}

.main-header .main-header-menu i {
  padding: 0.31rem 0 0.47rem;
  margin: 0 0.94rem;
  font-size: 1.56rem;
  line-height: 1;
  display: inline-block;
}

.main-header .main-header-menu i.icon-forward {
  margin-top: -0.06rem;
}

.main-header .main-header-menu i.icon-search {
  transition: opacity linear 250ms;
  color: #2f3033;
  font-size: 18px;
  margin-top: 10px;
}

@media all and (min-width: 992px) {
  .main-header .main-header-menu i.icon-search:hover {
    opacity: 0.5;
  }
}

.main-header .main-header-menu .current-magazine {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 0.81rem;
  line-height: 1.31;
  font-weight: 400;
}

.main-header .main-header-menu li {
  position: relative;
  /*@include lkt-after(block, absolute) {
    width: 2px;
    height: lkt-rem(22px);
    background: #000;
    right: 0;
    @include lkt-align(false, 50%);
    transform: translateY(-30%);
  }*/
}

.main-header .main-header-menu:last-child li:last-child:after {
  display: none;
  position: absolute;
  content: "";
}

.main-header .main-header-menu .main-header-logo a {
  font-family: Cinderblock, Arial, Helvetica, sans-serif;
  font-size: 1.38rem;
  line-height: 0.46;
  font-weight: 400;
  -webkit-transform: scaleY(2.5) scaleX(1.5);
          transform: scaleY(2.5) scaleX(1.5);
  margin-top: 0 !important;
  padding: 0;
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  top: -0.38rem !important;
  transition: all linear 250ms;
  display: block;
}

@media all and (min-width: 992px) {
  .main-header .main-header-menu .main-header-logo a:hover {
    color: #3A3FFF;
  }
}

.home:not(.is-sticky-header) .main-header .main-header-logo {
  display: none;
}

.home:not(.is-sticky-header) .main-header .hide-on-sticky {
  display: flex;
}

.home:not(.is-sticky-header) .main-header .visible-on-sticky {
  display: none;
}

.home.is-sticky-header .main-header .hide-on-sticky {
  display: none;
}

.home.is-sticky-header .main-header .visible-on-sticky {
  display: flex;
}

@media all and (min-width: 992px) {
  body.single-page .main-header .main-wrapper,
  body.category .main-header .main-wrapper,
  body.search .main-header .main-wrapper,
  body.home.is-sticky-header .main-header .main-wrapper,
  body.is-sticky-header .main-header .main-wrapper {
    border-bottom: 1px solid #8C8E91;
  }
}

body.single-page .main-header .main-header-menu:not(#menu-principal) li:first-child:before,
body.category .main-header .main-header-menu:not(#menu-principal) li:first-child:before,
body.search .main-header .main-header-menu:not(#menu-principal) li:first-child:before,
body.home.is-sticky-header .main-header .main-header-menu:not(#menu-principal) li:first-child:before,
body.is-sticky-header .main-header .main-header-menu:not(#menu-principal) li:first-child:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 35px;
  background: yellow;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-header .subheader {
  background: rgba(253, 240, 239, 0.5);
  text-align: center;
  width: 100%;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 400;
}

.main-header .subheader .main-wrapper {
  background-color: #fdf0ef;
  padding: 1.38rem 1.06rem 1.88rem;
}

.main-header .subheader .text-seminario {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.81rem;
  color: #000;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 15px;
}

@media all and (max-width: 991px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 6.25rem;
    width: 100vw;
    max-width: 100%;
    background-color: #fdf0ef;
  }

  .home:not(.is-sticky-header) .main-header {
    height: 6.44rem;
  }

  .home.is-sticky-header .main-header .subheader {
    display: block !important;
  }

  .main-header .text-seminario {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background-image: url(/wp-content/themes/alfayomega/icons/motivo.png) !important;
    background-repeat: repeat !important;
    background-position: top center !important;
    background-attachment: fixed !important;
    padding-top: 0.94rem;
    padding-bottom: 0.94rem;
    font-family: Noto Sans, sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    z-index: -1;
    color: #000;
    transition: height 0.3s ease-in, padding 0.3s ease-in;
  }

  .home.is-sticky-header .main-header .text-seminario {
    height: 0;
    padding: 0;
    overflow: hidden;
  }

  .main-header img.dlogo {
    55px: 0;
    height: auto;
  }

  .home .main-header .hbg-mobile {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
  }

  .main-header .subheader {
    display: block;
    text-transform: uppercase;
  }

  .is-blog .main-header .subheader {
    border-bottom: none !important;
  }

  .opinion .main-header .subheader {
    border-bottom: 1px solid #8c8e91 !important;
  }

  .main-header .row {
    margin: 0;
    width: 100%;
  }

  .main-header .row > * {
    padding: 0;
  }

  .main-header .row.gap-container {
    padding: 0;
  }

  .main-header .row-fix > * {
    padding: 0 0 0 0;
  }

  .main-header .row-fix > *:first-child {
    padding-left: 0;
  }

  .main-header .row-fix > *:last-child {
    padding-right: 0;
  }

  .main-header .row-v {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-header .row-v > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-header .row-h {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .main-header .row-h > * {
    padding-left: 0;
    padding-right: 0;
  }

  .main-header .main-wrapper,
  .main-header .subheader .main-wrapper {
    padding: 0 1.56rem;
  }

  .main-header .main-wrapper > .row,
  .main-header .subheader .main-wrapper > .row {
    position: relative;
    justify-content: space-between;
    /*@include lkt-after(block, absolute) {
      background: #000;
      width: 2px;
      height: 45px;
      @include lkt-rem(height, 45px);
      @include lkt-rem(right, 0);
      @include lkt-align(false, 50%);
    }*/
  }

  .main-header .main-header-title-to-lg {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    margin-left: 1.56rem;
    -webkit-transform: scaleY(1.7) scaleX(1.2);
            transform: scaleY(1.7) scaleX(1.2);
    position: relative;
    top: -0.31rem;
  }

  .main-header .icon-vw {
    font-size: 2.19rem;
    line-height: 1;
  }

  .main-header .menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    height: 0;
    overflow: hidden;
  }

  .main-header .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 4.38rem 3.13rem;
  }

  .is-active-menu .main-header .menu {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .main-header .menu a {
    font-size: 2.5rem;
    line-height: 4.38rem;
  }

  .main-header .main-header-find-to-lg {
    text-align: center;
    font-family: Noto Sans, sans-serif;
    font-size: 1.88rem;
    line-height: 0.93;
    font-weight: 600;
    vertical-align: middle;
  }

  .main-header .main-header-find-to-lg i {
    font-size: 2.19rem;
    line-height: 1;
    margin-right: 0.63rem;
  }

  .main-header .hbg {
    position: relative;
    /*@include lkt-before(block, absolute) {
      background: #000;
      width: 2px;
      @include lkt-rem(height, 45px);
      @include lkt-rem(left, -25px);
      @include lkt-align(false, 50%);
    }

    @include lkt-after(block, absolute) {
      background: #000;
      width: 2px;
      height: 45px;
      @include lkt-rem(height, 45px);
      @include lkt-rem(right, -25px);
      @include lkt-align(false, 50%);
    }*/
  }
}

.social-header {
  vertical-align: middle;
}

.social-header .separator {
  display: inline-block;
  height: 24px;
  background: #000;
  width: 1px;
  vertical-align: middle;
  margin: 0 5px;
}

.menu .social-header {
  position: relative;
}

.menu .social-header:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
  height: 6px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.menu .social-header a {
  color: #fff;
}

.menu .social-header .separator {
  background: #fff;
}

.social-header .icon-instagram {
  font-size: 0.94rem;
}

.social-header .icon-facebook {
  font-size: 1.13rem;
}

@media all and (max-width: 991px) {
  body:not(.home) .main-logo {
    height: 5.13rem;
  }

  body.home .main-logo {
    height: 6.94rem;
    padding-top: 0.13rem;
    transition: height 0.3s ease-in, right 0.4s ease-in, -webkit-transform 0.4s ease-in;
    transition: height 0.3s ease-in, transform 0.4s ease-in, right 0.4s ease-in;
    transition: height 0.3s ease-in, transform 0.4s ease-in, right 0.4s ease-in, -webkit-transform 0.4s ease-in;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  body.home.is-sticky-header .main-logo {
    right: 0;
    height: 5.13rem;
    -webkit-transform: translateX(0) translateY(0.5rem);
            transform: translateX(0) translateY(0.5rem);
  }

  body.home #app {
    padding-top: 6.44rem;
  }

  body.home.has-banner:not(.is-sticky-header) #app {
    padding-top: 11.92rem;
    -webkit-padding-before: 17.92rem;
  }

  .single-page .main-header .subheader,
  body.category .main-header .subheader {
    font-family: Noto Sans, sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 400;
    border-bottom: 1px solid #8c8e91;
  }

  .single-page.is-active-menu .main-header,
  body.category.is-active-menu .main-header {
    height: 100%;
  }

  body:not(.home) .main-header,
  body.is-sticky-header .main-header {
    height: 6.25rem !important;
  }

  body:not(.home) .main-header .main-wrapper,
  body.is-sticky-header .main-header .main-wrapper {
    background: none !important;
  }

  body:not(.home) .main-header .category,
  body.is-sticky-header .main-header .category {
    margin-left: 1.25rem;
  }

  .main-header .menu a {
    line-height: 3.5rem;
    font-size: 2.3rem;
  }

  .main-header .menu .menu-newsletter a {
    font-size: 1.88rem;
    line-height: 3.13rem;
  }

  .main-header .menu .menu-newsletter a,
  .main-header .menu .main-header-find-to-lg {
    font-size: 1.88rem;
    line-height: 3.13rem;
    font-weight: 300;
  }

  .main-header .menu .main-header-find-to-lg {
    text-align: right;
  }

  .main-header .menu .flexito {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-header .menu .social-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.63rem;
  }

  .main-header .menu .social-header a > i {
    font-size: 2.19rem;
  }

  .main-header .menu .social-header a > i.icon-twitter,
  .main-header .menu .social-header a > i.icon-youtube {
    font-size: 1.88rem;
  }
}

@media all and (min-width: 992px) {
  body:not(.home) .main-header,
  body.home.is-sticky-header .main-header {
    height: 5.94rem;
  }

  body:not(.home) .main-header .main-logo,
  body.home.is-sticky-header .main-header .main-logo {
    margin-top: 18px;
  }

  body:not(.home) .main-header .row,
  body.home.is-sticky-header .main-header .row {
    margin-top: 0;
    margin-bottom: 0;
  }

  body:not(.home) .main-header .row > *,
  body.home.is-sticky-header .main-header .row > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  body:not(.home) .social-header,
  body.home.is-sticky-header .social-header {
    display: none;
  }

  body:not(.home) .menu .social-header,
  body.home.is-sticky-header .menu .social-header {
    display: block;
  }

  .home:not(.is-sticky-header) .main-header .main-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 120px;
    margin-top: 10px;
    padding: 0;
    z-index: 2;
  }
}

.main-footer {
  display: flex;
  align-items: center;
  height: 5.63rem;
}

@media print {
  .main-footer {
    display: none !important;
  }
}

@media all and (min-width: 992px) {
  .main-footer .main-wrapper {
    /*
    border-left: 1px solid #8C8E91;
    border-right: 1px solid #8C8E91;
    border-bottom: 1px solid #8C8E91;
    */
  }

  .category .main-footer .main-wrapper,
  .single-page .main-footer .main-wrapper {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

.main-footer .main-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-footer .main-footer-menu {
  display: flex;
  align-items: center;
  justify-items: center;
  color: #2f3033;
  text-transform: uppercase;
}

.main-footer .main-footer-menu a {
  font-family: Noto Sans, sans-serif;
  font-size: 0.81rem;
  line-height: 0.78;
  font-weight: 300;
  padding: 0.31rem 0 0.47rem;
  margin: 0 0.47rem;
  display: inline-block;
  position: relative;
}

.main-footer .main-footer-menu a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  transition: width linear 250ms;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #8C8E91;
}

@media all and (min-width: 992px) {
  .main-footer .main-footer-menu a:hover:before {
    width: 100%;
  }
}

.main-footer .main-footer-menu:not(#menu-menu-inferior) a {
  margin: 0;
  padding: 0;
}

.main-footer .main-footer-menu:not(#menu-menu-inferior) a:before {
  display: none;
  position: initial;
  content: "";
}

.main-footer .main-footer-menu#menu-menu-inferior {
  margin-left: -1.88rem;
}

.main-footer .main-footer-menu span {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 0.81rem;
  line-height: 0.78;
  font-weight: 300;
  display: inline-block;
  padding: 0.31rem 0 0.47rem;
  margin: 0 0.94rem;
}

.main-footer .main-footer-menu span.copy {
  margin-right: 0.38rem;
}

.main-footer .main-footer-menu span + span {
  margin-left: 0;
}

.main-footer .main-footer-menu i {
  padding: 0.31rem 0 0.47rem;
  font-size: 0.81rem;
  line-height: 1;
  display: inline-block;
}

.main-footer .main-footer-menu i.icon-vw {
  margin-top: -0.06rem;
  font-size: 1.88rem;
  line-height: 1;
  margin: 0 1.19rem;
  color: #000;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .main-footer .main-footer-menu i.icon-vw:hover {
    opacity: 0.5;
  }
}

.main-footer .main-footer-menu li {
  position: relative;
}

.main-footer .main-footer-menu li:after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #8C8E91;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-footer .main-footer-menu li:last-child:after {
  display: none;
  position: initial;
  content: "";
}

@media all and (max-width: 991px) {
  .main-footer {
    height: auto;
    padding: 0.94rem 1.09rem 1.56rem;
  }

  .main-footer .row {
    margin: 0;
    width: 100%;
  }

  .main-footer .row > * {
    padding: 0;
  }

  .main-footer .row.gap-container {
    padding: 0;
  }

  .main-footer .row-fix > * {
    padding: 0 0 0 0;
  }

  .main-footer .row-fix > *:first-child {
    padding-left: 0;
  }

  .main-footer .row-fix > *:last-child {
    padding-right: 0;
  }

  .main-footer .row-v {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-footer .row-v > * {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-footer .row-h {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .main-footer .row-h > * {
    padding-left: 0;
    padding-right: 0;
  }

  .main-footer .main-footer-menu {
    flex-direction: column;
    order: 1;
  }

  .main-footer .main-footer-menu li:after,
  .main-footer .main-footer-menu li:before {
    display: none;
  }

  .main-footer .main-footer-menu li a {
    text-decoration: underline;
    font-family: Noto Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 2;
  }

  .main-footer .main-footer-menu li,
  .main-footer .main-footer-menu li a {
    margin: 0;
    padding: 0;
  }

  .main-footer .main-footer-menu#menu-menu-inferior {
    margin-left: 0;
  }

  .main-footer .main-footer-menu li {
    text-align: center;
  }

  .main-footer .footer-logo {
    width: 11.94rem;
    margin-top: 1.25rem;
  }
}

#modal-finder .inner,
.finder-form-block .inner {
  background: transparent;
  border: 0;
  padding: 1.88rem;
  width: 100%;
}

#modal-finder .row,
.finder-form-block .row {
  align-items: stretch;
}

#modal-finder button,
.finder-form-block button {
  width: 100%;
  background: #c85543;
  color: #ffffff;
  text-transform: uppercase;
  height: 100%;
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: background linear 250ms;
  padding: 0.94rem 0.47rem;
  border-radius: 3px;
}

#modal-finder label,
.finder-form-block label {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 1.13rem;
  line-height: 1;
  font-weight: 300;
  color: #ccc8c8;
}

#modal-finder .field,
.finder-form-block .field {
  position: relative;
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
}

#modal-finder .field input,
.finder-form-block .field input {
  color: #000000;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.1px;
  padding: 0.63rem 0.47rem 0.63rem;
  width: 100%;
}

#modal-finder .field input + label,
.finder-form-block .field input + label {
  position: absolute;
  top: 50%;
  left: 0.47rem;
  transition: all linear 250ms;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#modal-finder .field.is-filled label,
.finder-form-block .field.is-filled label {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: -0.47rem;
  top: 0;
  color: #777;
  display: none !important;
}

#modal-finder input:-webkit-autofill,
#modal-finder input:-webkit-autofill:hover,
#modal-finder input:-webkit-autofill:focus,
#modal-finder input:-webkit-autofill:active,
#modal-finder textarea:-webkit-autofill,
#modal-finder textarea:-webkit-autofill:hover,
#modal-finder textarea:-webkit-autofill:focus,
#modal-finder textarea:-webkit-autofill:active,
#modal-finder select:-webkit-autofill,
#modal-finder select:-webkit-autofill:hover,
#modal-finder select:-webkit-autofill:focus,
#modal-finder select:-webkit-autofill:active,
.finder-form-block input:-webkit-autofill,
.finder-form-block input:-webkit-autofill:hover,
.finder-form-block input:-webkit-autofill:focus,
.finder-form-block input:-webkit-autofill:active,
.finder-form-block textarea:-webkit-autofill,
.finder-form-block textarea:-webkit-autofill:hover,
.finder-form-block textarea:-webkit-autofill:focus,
.finder-form-block textarea:-webkit-autofill:active,
.finder-form-block select:-webkit-autofill,
.finder-form-block select:-webkit-autofill:hover,
.finder-form-block select:-webkit-autofill:focus,
.finder-form-block select:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

@media all and (max-width: 991px) {
  #modal-finder button,
  .finder-form-block button {
    height: 3.44rem;
    font-family: Noto Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
  }

  #modal-finder .field input,
  .finder-form-block .field input {
    height: 3.44rem;
    font-size: 1.38rem;
  }
}

.share-links-container {
  width: 100%;
}

.theme-dark .share-links-container ul {
  border-top: 1px solid #8c8e91;
  border-bottom: 1px solid #8c8e91;
}

.theme-dark .share-links-container i {
  color: #8c8e91;
}

.theme-light .share-links-container ul {
  border-top: 1px solid #3A3FFF;
  border-bottom: 1px solid #3A3FFF;
}

.theme-light .share-links-container i {
  color: #3A3FFF;
}

.share-links-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.38rem;
  padding: 1.56rem 0 1.25rem;
}

.share-links-container li {
  padding: 0;
}

.share-links-container a,
.share-links-container span {
  font-size: 0;
  display: inline-block;
}

.share-links-container i {
  margin-right: 0;
  font-size: 2rem;
  line-height: 1;
}

.js-share-wrapper {
  position: relative;
  cursor: pointer;
}

.js-share-wrapper .js-share-popup {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(100% - 1.88rem);
  background: #fff;
  border: 1px solid #ccc;
  z-index: 3;
  text-align: center;
  flex-direction: column;
  width: 2.38rem;
}

.js-share-wrapper .js-share-popup i {
  font-size: 1.25rem;
  line-height: 1;
  transition: all linear 250ms;
  padding: 0.5rem;
  display: inline-block;
  margin: auto;
  color: rgba(0, 0, 0, 0.52);
}

.js-share-wrapper .js-share-popup i:before {
  margin: 0;
}

.js-share-wrapper .js-share-popup a {
  display: inline-block;
}

@media all and (min-width: 992px) {
  .js-share-wrapper .js-share-popup a:hover .icon-facebook {
    background: #3c5898;
    color: #ffffff;
  }

  .js-share-wrapper .js-share-popup a:hover .icon-twitter {
    background: #1da1f2;
    color: #ffffff;
  }

  .js-share-wrapper .js-share-popup a:hover .icon-linkedin {
    background: #0077b5;
    color: #ffffff;
  }

  .js-share-wrapper .js-share-popup a:hover .icon-whatsapp {
    background: #25d366;
    color: #ffffff;
  }
}

@media all and (min-width: 992px) {
  .js-share-wrapper:hover .js-share-popup {
    display: block;
    -webkit-animation-name: lkt-appear;
            animation-name: lkt-appear;
    -webkit-animation-duration: 250ms;
            animation-duration: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
            animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
    display: flex;
  }

@-webkit-keyframes lkt-appear {
    0% {
      opacity: 0;
      display: none;
      z-index: -1;
      padding: 0;
      margin: 0;
      height: 0;
      width: 0;
      overflow: hidden;
    }

    50% {
      opacity: 0.5;
      display: none;
      overflow: hidden;
    }

    100% {
      opacity: 1;
      display: block;
      overflow: initial;
    }
}

@keyframes lkt-appear {
    0% {
      opacity: 0;
      display: none;
      z-index: -1;
      padding: 0;
      margin: 0;
      height: 0;
      width: 0;
      overflow: hidden;
    }

    50% {
      opacity: 0.5;
      display: none;
      overflow: hidden;
    }

    100% {
      opacity: 1;
      display: block;
      overflow: initial;
    }
}
}

@media all and (max-width: 991px) {
  .js-share-wrapper.is-active .js-share-popup {
    display: block;
    -webkit-animation-name: lkt-appear;
            animation-name: lkt-appear;
    -webkit-animation-duration: 250ms;
            animation-duration: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
            animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
    display: flex;
  }
}

.entry-share .js-share-wrapper .js-share-popup {
  left: 0;
  flex-direction: row;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: initial;
  width: auto;
}

@media all and (min-width: 992px) {
  .home-entries-block .entry:first-child .js-share-wrapper .js-share-popup {
    margin-left: -0.81rem;
  }
}

.gallery-content-container .js-share-wrapper .js-share-popup {
  left: 0;
  flex-direction: row;
  width: auto;
}

@media all and (max-width: 991px) {
  .gallery-content-container .js-share-wrapper .js-share-popup {
    left: initial;
    right: 0;
  }
}

@media all and (max-width: 991px) {
  .js-share-wrapper .js-share-popup {
    position: absolute;
    bottom: 0;
    left: calc(100% - 3.75rem);
    width: 3.75rem;
  }

  .js-share-wrapper .js-share-popup i {
    font-size: 2rem;
    line-height: 1;
    padding: 0.8rem;
  }
}

.alm-btn-wrap,
.charge-previous-posts-wrap {
  color: #8C8E91;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  margin: auto;
  width: auto;
}

.alm-btn-wrap button,
.charge-previous-posts-wrap button {
  display: block;
  text-align: center;
  margin: auto;
  width: auto;
  font-family: VWText, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: #CCC8C8;
}

.alm-btn-wrap button:before,
.charge-previous-posts-wrap button:before {
  display: flex;
  position: static;
  content: "+";
  border-radius: 100%;
  height: 3.06rem;
  width: 3.06rem;
  width: 3.31rem;
  padding-bottom: 0.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #CCC8C8;
  color: #CCC8C8;
  font-family: serif;
  font-size: 3.38rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

.alm-btn-wrap .alm-load-more-btn.done,
.alm-btn-wrap .js-charge-previous-posts.done,
.charge-previous-posts-wrap .alm-load-more-btn.done,
.charge-previous-posts-wrap .js-charge-previous-posts.done {
  display: none;
}

@media all and (max-width: 991px) {
  .alm-btn-wrap button,
  .charge-previous-posts-wrap button {
    color: #ccc8c8 !important;
  }

  .alm-btn-wrap button:before,
  .charge-previous-posts-wrap button:before {
    border: 1px solid #ccc8c8 !important;
  }
}

#ajax-load-more .alm-listing:empty + .alm-btn-wrap {
  display: none !important;
}

.alm-load-more-btn {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

.featured-news {
  background: #ffffff;
  position: relative;
  text-align: center;
  min-height: 100%;
  margin-right: 0.94rem;
}

.featured-news > .inner {
  padding: 3.13rem 1.88rem 0;
}

.featured-news .block-title {
  font-family: Noto Serif JP, serif;
  font-size: 2.75rem;
  line-height: 0.52;
  font-weight: 100;
  margin-bottom: 1.56rem;
  margin-top: -0.31rem;
  height: 10rem;
  background: no-repeat transparent center center url(/wp-content/themes/alfayomega/icons/logo-icon.svg);
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-news .block-title-blog {
  font-family: Noto Serif JP, serif;
  font-size: 2.75rem;
  line-height: 0.52;
  font-weight: 100;
  position: relative;
}

.featured-news .block-title-blog::after {
  content: '';
  height: 10rem;
  background: no-repeat transparent center center url(/wp-content/themes/alfayomega/icons/logo-icon.svg);
  background-size: auto 100%;
  margin-bottom: 1.3rem;
  margin-top: -0.31rem;
  opacity: 0.45;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-news .block-title-blog .text-block-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  width: 100%;
  position: absolute;
  z-index: 9;
}

.featured-news .entry {
  display: block;
  padding-top: 1.69rem;
  padding-bottom: 1.69rem;
  /*&:nth-child(3){
    .entry-title {
      @include lkt-rem(margin-bottom, 7px);
    }

    padding-bottom: 0;
  }*/
}

.featured-news .entry.blog-entry .entry-image {
  text-align: center;
}

.featured-news .entry.blog-entry .entry-image img {
  max-width: 8.63rem;
  width: 100%;
  height: auto;
}

.featured-news .entry:not(:last-child) {
  position: relative;
}

.featured-news .entry:not(:last-child):before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.94rem;
  right: 0.94rem;
  border-bottom: 1px solid #8e8e94;
  left: 0;
  right: 0;
}

@media all and (max-width: 991px) {
  .featured-news .entry:not(:last-child):before {
    border-bottom: 1px solid #000;
  }
}

.featured-news .entry:not(:first-child) {
  margin-top: -0.31rem;
}

.featured-news .entry-prop {
  margin-bottom: 0.31rem;
}

.featured-news .entry-link-container {
  display: none;
}

.featured-news .entry-tag-container {
  margin-bottom: 0;
}

.featured-news .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.11;
  font-weight: 600;
  display: block;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .featured-news .entry-title:hover {
    opacity: 0.4;
  }
}

.featured-news .entry-about {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}

.featured-news .entry-tag {
  font-family: Noto Sans, sans-serif;
  font-size: 0.81rem;
  line-height: 1.7;
  font-weight: 600;
  color: #c85543;
  text-transform: uppercase;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .featured-news .entry-tag:hover {
    opacity: 0.5;
  }
}

.featured-news .entry-tag > i {
  color: #CCC8C8;
  display: block;
  font-size: 2.19rem;
  line-height: 1;
  margin-bottom: 0.44rem;
}

.featured-news .entry-tag > i.icon-book {
  margin-bottom: 0;
}

.featured-news .entry-description {
  display: none;
}

.featured-news .entry-image-container {
  font-size: 0;
}

.featured-news .entry-image {
  display: block;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
  max-height: 8rem;
}

.featured-news .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.featured-news .entry-image .overlay ~ * {
  z-index: 2;
}

.featured-news .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.featured-news .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.featured-news .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.featured-news .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.featured-news .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.featured-news .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .featured-news .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .featured-news .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.featured-news .entry-image > img,
.featured-news .entry-image > video,
.featured-news .entry-image > canvas,
.featured-news .entry-image > source {
  width: auto;
  height: auto;
}

.featured-news .entry-image > img,
.featured-news .entry-image > video,
.featured-news .entry-image > iframe,
.featured-news .entry-image > canvas,
.featured-news .entry-image > source {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media all and (min-width: 992px) {
  .featured-news .entry-title {
    margin-bottom: 0.94rem;
    display: block;
  }

  .featured-news .entry-about {
    margin-bottom: 0.75rem;
  }

  .featured-news .entry-image-container {
    margin-bottom: 0.13rem;
  }
}

@media all and (max-width: 991px) {
  .featured-news {
    padding: 0.75rem 0.63rem 3.25rem;
    margin-top: 1.88rem;
    margin-right: 0;
  }

  .featured-news .entries {
    margin: -1.56rem;
    width: calc(100% + 3.12rem);
  }

  .featured-news .entries > * {
    padding: 1.56rem;
  }

  .featured-news .entries.gap-container {
    padding: 3.12rem;
  }

  .featured-news .entries-fix > * {
    padding: 1.56rem 0.78rem 1.56rem 0.78rem;
  }

  .featured-news .entries-fix > *:first-child {
    padding-left: 1.56rem;
  }

  .featured-news .entries-fix > *:last-child {
    padding-right: 1.56rem;
  }

  .featured-news .entries-v {
    margin-top: -1.56rem;
    margin-bottom: -1.56rem;
  }

  .featured-news .entries-v > * {
    padding-top: 1.56rem;
    padding-bottom: 1.56rem;
  }

  .featured-news .entries-h {
    margin-left: -1.56rem;
    margin-right: -1.56rem;
    width: calc(100% + 3.12rem);
  }

  .featured-news .entries-h > * {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }

  .featured-news > .inner {
    padding-top: 1.75rem;
  }

  .featured-news .featured-news-ropes {
    height: 4.5rem;
    top: -5rem;
    /* @include lkt-pseudos(){
       background: #000000;
     }*/
  }

  .featured-news .block-title {
    font-family: Noto Serif JP, serif;
    font-size: 3.06rem;
    line-height: 1;
    margin-top: 0.13rem;
    margin-bottom: 2.5rem;
  }

  .featured-news .entry-tag {
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0.63rem;
    padding-top: 0.38rem;
    display: block;
  }

  .featured-news .entry-tag i {
    font-size: 3.13rem;
    line-height: 1;
    margin-bottom: 0.81rem;
    color: #ACACAD;
  }

  .featured-news .entry-tag i.icon-book {
    margin-bottom: 0.5rem;
  }

  .featured-news .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.11;
    font-weight: 600;
    margin-bottom: 0.56rem;
    display: block;
  }

  .featured-news .entry-content-container + .entry-image-container {
    margin-top: 1.56rem;
  }

  .featured-news .entry-about {
    font-family: Noto Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.22;
    font-weight: 300;
    margin-bottom: 1.13rem;
    max-width: 18.75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-news .entry-image {
    max-height: 11.56rem;
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 11.56rem;
  }

  .featured-news .entry-image > img,
  .featured-news .entry-image > video,
  .featured-news .entry-image > canvas,
  .featured-news .entry-image > source {
    width: auto;
    height: auto;
  }

  .featured-news .entry-image > img,
  .featured-news .entry-image > video,
  .featured-news .entry-image > iframe,
  .featured-news .entry-image > canvas,
  .featured-news .entry-image > source {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .featured-news .entry {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .featured-news .entry:before {
    left: 1rem !important;
    right: 1rem !important;
    border-color: #e5e5e3;
  }
}

.section-home-entries-block + .section-home-entries-block {
  margin-top: -4rem;
}

.section-home-entries-block + .section-home-entries-block .block {
  border-top: 0;
}

.home-block .entry {
  position: relative;
}

.home-block .entry:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.81rem;
  right: 0.81rem;
  height: 6px;
  background: transparent left bottom url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
}

.home-block .entry .entry-inner {
  margin: -0.47rem;
  width: calc(100% + 0.94rem);
}

.home-block .entry .entry-inner > * {
  padding: 0.47rem;
}

.home-block .entry .entry-inner.gap-container {
  padding: 0.94rem;
}

.home-block .entry .entry-inner-fix > * {
  padding: 0.47rem 0.235rem 0.47rem 0.235rem;
}

.home-block .entry .entry-inner-fix > *:first-child {
  padding-left: 0.47rem;
}

.home-block .entry .entry-inner-fix > *:last-child {
  padding-right: 0.47rem;
}

.home-block .entry .entry-inner-v {
  margin-top: -0.47rem;
  margin-bottom: -0.47rem;
}

.home-block .entry .entry-inner-v > * {
  padding-top: 0.47rem;
  padding-bottom: 0.47rem;
}

.home-block .entry .entry-inner-h {
  margin-left: -0.47rem;
  margin-right: -0.47rem;
  width: calc(100% + 0.94rem);
}

.home-block .entry .entry-inner-h > * {
  padding-left: 0.47rem;
  padding-right: 0.47rem;
}

.home-block .entry:first-child .entry-content-container {
  width: 100%;
  order: 2;
  margin-top: -1rem;
  padding-bottom: 0;
}

.home-block .entry:first-child .entry-image-container {
  width: 100%;
  order: 1;
  text-align: center;
  font-size: 0;
}

.home-block .entry:first-child .entry-title {
  width: 100%;
  order: 2;
  margin-bottom: 0.25rem;
}

.home-block .entry:first-child .entry-tag-container {
  width: 50%;
  order: 4;
}

.home-block .entry:first-child .entry-link-container {
  width: 50%;
  order: 5;
}

.home-block .entry:first-child .entry-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  display: block;
  width: 100%;
}

.home-block .entry:first-child .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.home-block .entry:first-child .entry-image .overlay ~ * {
  z-index: 2;
}

.home-block .entry:first-child .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.home-block .entry:first-child .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.home-block .entry:first-child .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.home-block .entry:first-child .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.home-block .entry:first-child .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.home-block .entry:first-child .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .home-block .entry:first-child .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .home-block .entry:first-child .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.home-block .entry:first-child .entry-image > img,
.home-block .entry:first-child .entry-image > video,
.home-block .entry:first-child .entry-image > canvas,
.home-block .entry:first-child .entry-image > source {
  width: auto;
  height: auto;
}

.home-block .entry:first-child .entry-image > img,
.home-block .entry:first-child .entry-image > video,
.home-block .entry:first-child .entry-image > iframe,
.home-block .entry:first-child .entry-image > canvas,
.home-block .entry:first-child .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 22.05rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  min-width: 100%;
}

.home-block .entry:first-child .entry-description {
  display: block;
  width: 100%;
  order: 3;
}

.home-block .entry.interview-entry .entry-title,
.home-block .entry.interview-entry .entry-title > h2 > a {
  font-weight: 400;
  /*> span {
    text-decoration: underline;
  }*/
}

.home-block .entry.interview-entry .entry-title > strong,
.home-block .entry.interview-entry .entry-title > h2 > a > strong {
  color: #003882;
}

.home-block .entry.blog-entry .entry-title,
.home-block .entry.blog-entry .entry-title > h2 > a {
  font-weight: 400;
}

.home-block .entry.blog-entry .entry-title .category-tag {
  display: block;
}

.home-block .entry.blog-entry .entry-image {
  text-align: center;
}

.home-block .entry.blog-entry .entry-image img.author-image {
  max-width: 138px;
  width: 100%;
  height: auto;
}

.home-block .entry.opinion-entry .entry-title .category-tag {
  display: block;
}

.home-block .entry.opinion-entry .entry-title,
.home-block .entry.opinion-entry .entry-title > h2 > a {
  font-weight: 600;
}

.home-block .entry.opinion-entry .entry-title > span,
.home-block .entry.opinion-entry .entry-title > h2 > a > span {
  font-weight: 400;
}

.home-block .entry .entry-title .category-tag {
  display: block;
}

.home-block .entry .entry-tag .author {
  text-decoration: underline;
  text-transform: capitalize;
}

.home-block .entry .entry-tag {
  color: #000;
}

.home-block .entry .entry-tag .separator {
  margin-left: 7px;
  margin-right: 7px;
}

.home-block .entry-inner {
  display: flex;
  flex-wrap: wrap;
}

.home-block .entry-title {
  font-family: Noto Serif JP, serif;
  font-size: 1.5rem;
  line-height: 1.17;
  font-weight: 400;
  width: 100%;
  order: 1;
  color: #2f3033;
}

.home-block .entry-tag-container {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 1.28;
  font-weight: 400;
  width: 85%;
  order: 2;
  color: #8e8e94;
  text-transform: uppercase;
  align-self: flex-end;
}

.home-block .entry-tag {
  padding-bottom: 0.19rem;
  transition: background linear 250ms, color linear 250ms;
}

@media all and (min-width: 992px) {
  .home-block .entry-tag:hover {
    background: #c85543;
    color: #ffffff;
  }
}

.home-block .entry-link-container {
  width: 15%;
  order: 3;
  color: #8C8E91;
  text-align: right;
  align-self: flex-end;
  display: none;
}

.home-block .entry-image-container {
  width: 50%;
  text-align: right;
}

.home-block .entry-about {
  display: none;
}

.home-block .entry-description {
  display: none;
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.44;
  font-weight: 400;
  color: #2f3033;
}

.home-block .entry-description p:not(:last-child) {
  margin-bottom: 0.88rem;
}

.home-block .entry-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.home-block .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.home-block .entry-image .overlay ~ * {
  z-index: 2;
}

.home-block .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.home-block .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.home-block .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.home-block .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.home-block .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.home-block .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .home-block .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .home-block .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.home-block .entry-image > img,
.home-block .entry-image > video,
.home-block .entry-image > canvas,
.home-block .entry-image > source {
  width: auto;
  height: auto;
}

.home-block .entry-image > img,
.home-block .entry-image > video,
.home-block .entry-image > iframe,
.home-block .entry-image > canvas,
.home-block .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 10.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-right: 0;
}

.home-block .entry-content-container {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.47rem;
}

@media all and (min-width: 992px) {
  .home-block .entry:first-child .entry-content-container {
    margin: -0.47rem;
    width: calc(100% + 0.94rem);
  }

  .home-block .entry:first-child .entry-content-container > * {
    padding: 0.47rem;
  }

  .home-block .entry:first-child .entry-content-container.gap-container {
    padding: 0.94rem;
  }

  .home-block .entry:first-child .entry-content-container-fix > * {
    padding: 0.47rem 0.235rem 0.47rem 0.235rem;
  }

  .home-block .entry:first-child .entry-content-container-fix > *:first-child {
    padding-left: 0.47rem;
  }

  .home-block .entry:first-child .entry-content-container-fix > *:last-child {
    padding-right: 0.47rem;
  }

  .home-block .entry:first-child .entry-content-container-v {
    margin-top: -0.47rem;
    margin-bottom: -0.47rem;
  }

  .home-block .entry:first-child .entry-content-container-v > * {
    padding-top: 0.47rem;
    padding-bottom: 0.47rem;
  }

  .home-block .entry:first-child .entry-content-container-h {
    margin-left: -0.47rem;
    margin-right: -0.47rem;
    width: calc(100% + 0.94rem);
  }

  .home-block .entry:first-child .entry-content-container-h > * {
    padding-left: 0.47rem;
    padding-right: 0.47rem;
  }

  .home-block .entry:first-child .entry-content-container {
    margin-bottom: 0.47rem;
  }

  .home-block .entry:first-child .entry-title {
    font-family: Noto Serif JP, serif;
    font-size: 2rem;
    line-height: 1.13;
    font-weight: 400;
  }

  .home-block .entry:not(:first-child) {
    padding-top: 1.25rem;
    padding-bottom: 1.88rem;
  }

  .home-block .entry:not(:first-child) .entry-image {
    margin-top: 0.31rem;
  }
}

@media all and (max-width: 991px) {
  .home-block .entry:before {
    left: 1.56rem;
    right: 1.56rem;
  }

  .home-block .entry:last-child:before {
    left: 0;
    right: 0;
    border-width: 5px;
  }

  .home-block .entry:first-child .entry-description {
    display: none;
  }

  .home-block .entry:first-child .entry-image {
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    height: 15rem;
  }

  .home-block .entry:first-child .entry-image > img,
  .home-block .entry:first-child .entry-image > video,
  .home-block .entry:first-child .entry-image > canvas,
  .home-block .entry:first-child .entry-image > source {
    width: auto;
    height: auto;
  }

  .home-block .entry:first-child .entry-image > img,
  .home-block .entry:first-child .entry-image > video,
  .home-block .entry:first-child .entry-image > iframe,
  .home-block .entry:first-child .entry-image > canvas,
  .home-block .entry:first-child .entry-image > source {
    display: block;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .home-block .entry:first-child .entry-image-container {
    margin-bottom: 1.25rem;
  }

  .home-block .entry .entry-content-container {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }

  .home-block .entry .entry-image-container {
    width: 100%;
    order: 1;
    text-align: center;
    display: block;
    margin-bottom: 0;
  }

  .home-block .entry-inner {
    padding-bottom: 0;
  }

  .home-block .entry-link-container {
    font-size: 1.56rem;
    line-height: 1;
  }

  .home-block .entry .entry-tag {
    font-size: 1.13rem;
    line-height: 1;
    padding-bottom: 0.5rem;
    color: #8e8e94;
  }

  .home-block .entry-title {
    color: #000;
    font-size: 1.81rem;
    margin-bottom: 2.5rem !important;
  }

  .home-block .entry-title strong {
    font-weight: 400;
  }

  .home-block .entry-image-container {
    height: 15rem;
  }

  .home-block .entry-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .home-block .entry-image > img,
  .home-block .entry-image > video,
  .home-block .entry-image > canvas,
  .home-block .entry-image > source {
    width: auto;
    height: auto;
  }

  .home-block .entry-image > img,
  .home-block .entry-image > video,
  .home-block .entry-image > iframe,
  .home-block .entry-image > canvas,
  .home-block .entry-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 15rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .home-block .load-more {
    display: none;
  }

  .home-block .row {
    margin: -1.56rem;
    width: calc(100% + 3.12rem);
  }

  .home-block .row > * {
    padding: 1.56rem;
  }

  .home-block .row.gap-container {
    padding: 3.12rem;
  }

  .home-block .row-fix > * {
    padding: 1.56rem 0.78rem 1.56rem 0.78rem;
  }

  .home-block .row-fix > *:first-child {
    padding-left: 1.56rem;
  }

  .home-block .row-fix > *:last-child {
    padding-right: 1.56rem;
  }

  .home-block .row-v {
    margin-top: -1.56rem;
    margin-bottom: -1.56rem;
  }

  .home-block .row-v > * {
    padding-top: 1.56rem;
    padding-bottom: 1.56rem;
  }

  .home-block .row-h {
    margin-left: -1.56rem;
    margin-right: -1.56rem;
    width: calc(100% + 3.12rem);
  }

  .home-block .row-h > * {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }
}

.banner-block {
  padding: 0 1.88rem;
  overflow: hidden;
}

.static-banner-block {
  overflow: hidden;
}

.long-banner-block {
  padding: 0.94rem 0 0;
  overflow: hidden;
}

.site-content .long-banner-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 1.88rem;
}

.long-banner-block .row > * {
  margin-bottom: 0.94rem;
}

.long-banner {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  display: block;
}

.long-banner > img,
.long-banner > video,
.long-banner > canvas,
.long-banner > source {
  width: auto;
  height: auto;
}

.long-banner > img,
.long-banner > video,
.long-banner > iframe,
.long-banner > canvas,
.long-banner > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 8.13rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.static-banner {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  display: block;
}

.static-banner > img,
.static-banner > video,
.static-banner > canvas,
.static-banner > source {
  width: auto;
  height: auto;
}

.static-banner > img,
.static-banner > video,
.static-banner > iframe,
.static-banner > canvas,
.static-banner > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 21.49rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slider-1 .loader {
  display: none;
}

.slider-1 .slider.is-loading {
  height: 18.75rem;
  overflow: hidden;
  position: relative;
}

.slider-1 .slider.is-loading .entries {
  visibility: hidden;
}

.slider-1 .slider.is-loading .loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-1 .block-title {
  font-family: Noto Sans, sans-serif;
  font-size: 2.63rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
  transition: opacity linear 250ms;
  color: #c85543;
  margin-top: 0.63rem;
  margin-bottom: 1.25rem;
  /*@include lkt-before(block, absolute) {
    background: $vw-yellow;
    height: 15px;
    width: 100%;
    bottom: -2px;
  }*/
}

@media all and (min-width: 992px) {
  .slider-1 .block-title:hover {
    opacity: 0.5;
  }
}

.slider-1 .slick-slide {
  padding-right: 1.25rem;
}

.slider-1 .arrow-container {
  position: absolute;
  top: -35px;
  z-index: 1;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  cursor: pointer;
  transition: all linear 250ms;
  /*i {
    position: absolute;
    transition: all linear $transition-time;
    top: 50%;
    left: 50% !important;
  }*/
}

.slider-1 .arrow-container.arrow-container-left {
  right: 60px;
  /*i {
    @include lkt-angle-left(10px, 2px, #000);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
    margin-left: 2px;
  }*/
}

.slider-1 .arrow-container.arrow-container-right {
  right: 15px;
  /*i {
    @include lkt-angle-right(10px, 2px, #000);
    transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
    margin-left: -1px;
  }*/
}

.slider-1 .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap;
  min-height: 344px;
}

.slider-1 .slick-track > .slick-slide {
  flex: 1;
}

.slider-1 .slick-track > .slick-slide > div {
  height: 100%;
}

.slider-1 .slick-track > .slick-slide > div .entry {
  height: 100%;
}

.slider-1 .slick-track > .slick-slide > div .entry .entry-inner {
  height: 100%;
  min-height: 344px;
}

.slider-1 .slick-track .entry-content-container {
  margin-bottom: 0;
}

body.home .slider-1 .entry-tag-container,
.slider-1 .entry-tag-container {
  display: none;
}

.slider-1.section-3 .entries {
  align-items: stretch;
  display: flex;
}

.slider-1.section-3 .entry-tag-container {
  display: block;
}

.slider-1 .entry-link-container {
  display: none;
  width: 15%;
  margin-left: 85%;
  order: 3;
  color: #8C8E91;
  text-align: right;
  align-self: flex-end;
  justify-self: flex-end;
  margin-bottom: 0;
}

.slider-1 .entry {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
}

.slider-1 .entry-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-1 .entry-content-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: stretch;
}

.slider-1 .entries {
  /*entry-image {
    @include overlay-container();
    //@include lkt-figure(100%, lkt-rem(168px), out-x);
    @include lkt-figure(none, lkt-rem(168px));

    @include lkt-hover(lg) {
      .overlay {
        + img {
          transform: translate(-50%, -50%) scale(1.2);
        }
      }
    }
  }

  .entry-image-container {
    overflow: hidden;
    font-size: 0;
  }

  .is-banner {
    @include lkt-gap(entry-inner, lkt-rem(7.5px), natural);

    .entry-image {
      padding-bottom: 0;
      @include lkt-figure(100%, lkt-rem(300px), natural);
      display: block;
      @include lkt-rem(margin-top, 0);
    }

    .entry-content-container {
      padding-top: 0;

      @include lkt-before() {
        @include lkt-rem(left, 7.5px);
        @include lkt-rem(right, 7.5px);
      }
    }

    .entry-image-container {
      @include lkt-rem(margin-bottom, 12px);
    }
  }
  */
  /*.entry-title {
    @include lkt-font(notoSansSC, lkt-rem(22px), lkt-rem(26px), $font-weight-regular);
    margin-bottom: auto;
    margin-top: lkt-rem(2px);

    //span,
    strong
    {
      color: $ayo-blue;
    }
  }

  .entry-content-container {
    order: 2;
    position: relative;
    //@include entry-inner-border();
    @include lkt-before(block, absolute){
      height: 6px;
      bottom: 0;
      left: lkt-rem(15px);
      right: lkt-rem(15px);
      background: transparent left bottom url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
    }

    @include lkt-rem(margin-bottom, 15px);
  }

  .entry-image-container {
    order: 1;
    text-align: center;
  }*/
}

.slider-1 .entries .entry-description,
.slider-1 .entries .entry-about,
.slider-1 .entries .entry-tag {
  display: none;
}

.slider-1 .slidera .entries {
  align-items: stretch;
}

.slider-1 .slidera .entry {
  height: auto;
}

.slider-1 .slidera .entry-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.slider-1 .slidera .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.slider-1 .slidera .entry-image .overlay ~ * {
  z-index: 2;
}

.slider-1 .slidera .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.slider-1 .slidera .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.slider-1 .slidera .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.slider-1 .slidera .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.slider-1 .slidera .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.slider-1 .slidera .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .slider-1 .slidera .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .slider-1 .slidera .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.slider-1 .slidera .entry-image > img,
.slider-1 .slidera .entry-image > video,
.slider-1 .slidera .entry-image > canvas,
.slider-1 .slidera .entry-image > source {
  width: auto;
  height: auto;
}

.slider-1 .slidera .entry-image > img,
.slider-1 .slidera .entry-image > video,
.slider-1 .slidera .entry-image > iframe,
.slider-1 .slidera .entry-image > canvas,
.slider-1 .slidera .entry-image > source {
  display: block;
  margin: auto;
  max-width: none;
  max-height: 10.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media all and (min-width: 992px) {
  .slider-1 .slidera .entry-image:hover .overlay + img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}

.slider-1 .slidera .entry-image-container {
  overflow: hidden;
  font-size: 0;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}

.slider-1 .slidera .is-banner .entry-image {
  padding-bottom: 0;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  display: block;
  margin-top: 0;
}

.slider-1 .slidera .is-banner .entry-image > img,
.slider-1 .slidera .is-banner .entry-image > video,
.slider-1 .slidera .is-banner .entry-image > canvas,
.slider-1 .slidera .is-banner .entry-image > source {
  width: auto;
  height: auto;
}

.slider-1 .slidera .is-banner .entry-image > img,
.slider-1 .slidera .is-banner .entry-image > video,
.slider-1 .slidera .is-banner .entry-image > iframe,
.slider-1 .slidera .is-banner .entry-image > canvas,
.slider-1 .slidera .is-banner .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 18.75rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slider-1 .slidera .is-banner .entry-content-container {
  padding-top: 0;
  padding-bottom: 0.94rem;
}

.slider-1 .slidera .is-banner .entry-content-container:before {
  left: 0.47rem;
  right: 0.47rem;
}

.slider-1 .slidera .is-banner .entry-image-container {
  margin-bottom: 0.75rem;
}

.slider-1 .slidera .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.18;
  font-weight: 400;
  margin-top: 0.63rem;
  margin-bottom: 1.25rem;
}

.slider-1 .slidera .entry-title strong {
  color: #003882;
}

.slider-1 .slidera .entry-content-container {
  order: 2;
  position: relative;
  margin-bottom: 0.94rem;
}

.slider-1 .slidera .entry-content-container:before {
  display: block;
  position: absolute;
  content: "";
  height: 6px;
  bottom: 0;
  left: 0.94rem;
  right: 0.94rem;
  background: transparent left bottom url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
}

.slider-1 .slidera .entry-image-container {
  order: 1;
  text-align: center;
}

@media all and (min-width: 992px) {
  .slider-1 {
    /*.entry-content-container {
      @include lkt-rem(padding-bottom, 15px);
      @include lkt-rem(margin-top, 5px);
    }

    .entry-image-container {
      @include lkt-rem(padding-top, 15px);
    }

    .entry-link-container {
      @include lkt-rem(margin-top, 25px);
    }

    .entry-inner
    {
      @include lkt-rem(min-height, 357px);
    }*/
  }

  .slider-1.section-4 {
    padding-left: 3.25rem;
  }

  .slider-1 .entry-inner {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .slider-1 .entry-inner > * {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

@media all and (max-width: 991px) {
  .slider-1 {
    padding-top: 1.56rem;
    /*
    .entry-content-container,
    .entry-image-container {
      display: block;
      width: 100%;
    }

    .entry-image-container {
      @include lkt-rem(margin-bottom, 10px);
      text-align: center;
    }
    */
    /*
    .entries {
      .entry-image {
        @include lkt-figure(100%, lkt-rem(240px), out-x);
      }

      .is-banner {
        .entry-image {
          @include lkt-figure(100%, lkt-rem(300px), natural);
        }
      }
    }
    */
  }

  .slider-1 .entry {
    padding-top: 0.94rem;
    display: none !important;
  }

  .slider-1 .entry.is-visible,
  .slider-1 .entry:nth-child(1),
  .slider-1 .entry:nth-child(2),
  .slider-1 .entry:nth-child(3) {
    display: flex !important;
  }

  .slider-1 .entry-inner {
    width: 100%;
  }

  .slider-1 .block-title {
    margin-bottom: 1.69rem;
  }

  .slider-1 .entry-title {
    margin-bottom: 1.44rem;
    display: block;
    width: 100%;
  }

  .slider-1 .entry-title strong {
    color: #003882;
  }

  .slider-1 .entry-link-container {
    font-size: 1.56rem;
    line-height: 1;
  }

  .slider-1 .entry-content-container {
    padding-bottom: 1.13rem;
  }

  .slider-1 .entry-content-container:before {
    left: 0 !important;
    right: 0 !important;
  }

  .slider-1 .load-more {
    display: none;
    color: #CDC8C8;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .slider-1 .load-more .icon-more {
    border-radius: 100%;
    height: 4.06rem;
    width: 4.06rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #CDC8C8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.38rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0.75rem;
  }

  .slider-1 .load-more .icon-more:before {
    display: block;
    position: static;
    content: "\E814";
    font-size: 3.13rem;
  }

  .slider-1 .load-more span {
    display: block;
    text-align: center;
    font-family: VWText, Arial, Helvetica, sans-serif;
    font-size: 1.13rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.1px;
  }

  .slider-1 .slidera .entry-image-container {
    padding: 0;
    text-align: left;
  }

  .slider-1 .slidera .entry-image-container .entry-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .slider-1 .slidera .entry-image-container .entry-image > img,
  .slider-1 .slidera .entry-image-container .entry-image > video,
  .slider-1 .slidera .entry-image-container .entry-image > canvas,
  .slider-1 .slidera .entry-image-container .entry-image > source {
    width: auto;
    height: auto;
  }

  .slider-1 .slidera .entry-image-container .entry-image > img,
  .slider-1 .slidera .entry-image-container .entry-image > video,
  .slider-1 .slidera .entry-image-container .entry-image > iframe,
  .slider-1 .slidera .entry-image-container .entry-image > canvas,
  .slider-1 .slidera .entry-image-container .entry-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 15rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .slider-1 .slidera .entry-image-container .entry-image.static-banner {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .slider-1 .slidera .entry-image-container .entry-image.static-banner > img,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > video,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > canvas,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > source {
    width: auto;
    height: auto;
  }

  .slider-1 .slidera .entry-image-container .entry-image.static-banner > img,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > video,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > iframe,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > canvas,
  .slider-1 .slidera .entry-image-container .entry-image.static-banner > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .slider-1 .slidera .entry-content-container {
    margin-bottom: 0;
  }

  .slider-1 .slidera .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.18;
    font-weight: 500;
    padding-top: 0.63rem;
    margin-bottom: 1.25rem;
  }
}

.slider-2 > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slider-2 > .container > .row > .col-12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slider-2 .loader {
  display: none;
}

.slider-2 .slider.is-loading {
  height: 37.5rem;
  overflow: hidden;
  position: relative;
}

.slider-2 .slider.is-loading .entries {
  visibility: hidden;
}

.slider-2 .slider.is-loading .loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-2 .entry-inner {
  padding: 3.13rem 9.06rem;
  min-height: 38.26rem;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 992px) {
  .slider-2 .entry-inner:hover .overlay {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.slider-2 .overlay {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  display: block;
  transition: all linear 250ms;
}

.slider-2 .overlay ~ * {
  z-index: 2;
}

.slider-2 .entry-tag {
  max-width: auto;
  display: inline-block;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .slider-2 .entry-tag:hover {
    opacity: 0.5;
  }
}

.slider-2 .entry-tag i {
  font-size: 2.63rem;
  line-height: 1;
  margin-bottom: -0.63rem;
  margin-left: -0.56rem;
  display: block;
}

.slider-2 .entry-title {
  font-family: Noto Serif JP, serif;
  font-size: 3.38rem;
  line-height: 1.22;
  font-weight: 300;
  color: #2f3033;
  background-image: url("/wp-content/themes/alfayomega/icons/white.png");
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: left 16px;
  background-size: auto 70px;
}

.slider-2 .entry-description {
  display: block;
  font-family: Noto Serif JP, serif;
  font-size: 2.63rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.56rem;
}

.slider-2 .entry-link-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1.25rem;
}

.slider-2 .arrow-container {
  position: absolute;
  z-index: 1;
  height: 3.44rem;
  width: 3.44rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  transition: all linear 250ms;
  border: 1px solid #8e8e94;
  border-radius: 100%;
}

.slider-2 .arrow-container i {
  position: absolute;
  transition: all linear 250ms;
  top: 50%;
  left: 50% !important;
}

.slider-2 .arrow-container.arrow-container-left {
  left: 2.81rem;
}

.slider-2 .arrow-container.arrow-container-left i {
  width: 1.13rem;
  height: 1.13rem;
  border-top: 1px solid #8e8e94;
  border-left: 1px solid #8e8e94;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
          transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
  margin-left: 3px;
}

.slider-2 .arrow-container.arrow-container-left i:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider-2 .arrow-container.arrow-container-right {
  right: 2.81rem;
}

.slider-2 .arrow-container.arrow-container-right i {
  width: 1.13rem;
  height: 1.13rem;
  border-top: 1px solid #8e8e94;
  border-left: 1px solid #8e8e94;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
          transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
  margin-left: -3px;
}

.slider-2 .arrow-container.arrow-container-right i:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (min-width: 992px) {
  .slider-2 .arrow-container:hover.arrow-container-left,
  .slider-2 .arrow-container:hover.arrow-container-right {
    border-color: #2f3033;
  }

  .slider-2 .arrow-container:hover.arrow-container-left i,
  .slider-2 .arrow-container:hover.arrow-container-right i {
    width: 1.13rem;
    height: 1.13rem;
    border-top: 1px solid #2f3033;
    border-left: 1px solid #2f3033;
  }
}

.slider-2 .entry-image-container {
  display: none;
}

.slider-2 .entry.design-1 .entry-content-container {
  width: 50%;
}

.slider-2 .entry.design-1 .entry-description {
  max-width: 23.75rem;
}

.slider-2 .entry.design-1 .entry-description p {
  display: inline;
  background: linear-gradient(to bottom, transparent 0%, transparent 97%, #000 98%, transparent 100%, transparent 100%);
  background-size: 3.13rem 3.13rem;
}

.slider-2 .entry.design-1 .entry-tag {
  margin-left: 0;
  margin-bottom: 1.88rem;
}

.slider-2 .entry.design-1 .entry-link-container {
  margin-left: 0;
}

.slider-2 .entry.design-2 {
  color: #ffffff;
  text-align: center;
}

.slider-2 .entry.design-2 .entry-inner {
  position: relative;
}

.slider-2 .entry.design-2 .entry-inner:before {
  display: block;
  position: initial;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}

.slider-2 .entry.design-2 .entry-inner > .entry-prop {
  z-index: 2;
  width: 100%;
  max-width: 37rem;
  margin: auto;
}

.slider-2 .entry.design-2 .entry-content-container {
  position: relative;
}

.slider-2 .entry.design-2 .entry-description {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 36.25rem;
}

.slider-2 .entry.design-2 .entry-description p {
  display: inline;
  background: linear-gradient(to bottom, transparent 0%, transparent 95%, #fff 96%, transparent 99%, transparent 100%);
  background-size: 3.13rem 3.13rem;
}

.slider-2 .entry.design-2 .entry-link-container {
  display: none;
  margin-left: auto;
}

.slider-2 .entry.design-2 .entry-tag {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 0.56;
  font-weight: 600;
  margin-bottom: 0.31rem;
  padding: 0.63rem 0.44rem;
  background-color: #c85543;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
}

.slider-2.design-3 .entry-inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 19.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slider-2.design-3 .entry-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.slider-2.design-3 .entry-tag-title-author {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-2.design-3 .entry-section {
  display: block;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 0.58;
  font-weight: 600;
  margin-bottom: 30px;
}

.slider-2.design-3 .entry-tag,
.slider-2.design-3 .entry-title {
  display: inline;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 1.05;
  font-weight: 300;
  background: none;
}

.slider-2.design-3 .entry-tag {
  font-weight: 600;
}

.slider-2.design-3 .author {
  margin-bottom: 0.63rem;
}

.slider-2.design-3 .author,
.slider-2.design-3 .author a {
  color: #c85543;
  font-family: Noto Sans, sans-serif;
  font-size: 0.94rem;
  line-height: 1.27;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-2.design-3 .slot-author-info {
  font-family: Noto Sans, sans-serif;
  font-size: 0.94rem;
  line-height: 1.27;
  font-weight: 400;
}

.slider-2.design-3 .slot-image img {
  max-width: 171px;
}

@media all and (min-width: 992px) {
  .slider-2.design-1 .entry-content-container {
    margin-top: -4.88rem;
  }
}

@media all and (max-width: 991px) {
  .slider-2 .entry.design-1 .entry-content-container {
    width: 100%;
    margin-bottom: 0;
  }

  .slider-2 .entry.design-1 .entry-inner {
    padding-bottom: 0 !important;
  }

  .slider-2 .entry.design-1 .overlay {
    background-image: none !important;
  }

  .slider-2 .entry.design-1 .entry-image-container {
    display: block;
    width: 100%;
  }

  .slider-2 .entry.design-1 .entry-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .slider-2 .entry.design-1 .entry-image > img,
  .slider-2 .entry.design-1 .entry-image > video,
  .slider-2 .entry.design-1 .entry-image > canvas,
  .slider-2 .entry.design-1 .entry-image > source {
    width: auto;
    height: auto;
  }

  .slider-2 .entry.design-1 .entry-image > img,
  .slider-2 .entry.design-1 .entry-image > video,
  .slider-2 .entry.design-1 .entry-image > iframe,
  .slider-2 .entry.design-1 .entry-image > canvas,
  .slider-2 .entry.design-1 .entry-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 21.47rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .slider-2 .entry.design-1 .entry-description p {
    display: inline;
    background: linear-gradient(to bottom, transparent 0%, transparent 85%, #000 86%, transparent 88%, transparent 100%);
    background-size: 3.13rem 3.13rem;
  }

  .slider-2 .entry.design-1 .entry-tag {
    margin-bottom: 0.81rem;
  }

  .slider-2 .entry.design-2 .entry-tag {
    top: -30px;
    white-space: nowrap;
  }

  .slider-2 .entry.design-2 .entry-content-container.entry-prop {
    margin-bottom: 0;
  }

  .slider-2 .entry.design-2 .entry-inner {
    background-position: 50% 50%;
  }

  .slider-2 .entry.design-2 .entry-description p {
    background-size: 2.75rem 2.75rem;
  }

  .slider-2 .entry-inner {
    padding: 1.31rem 1.25rem 2.5rem;
    flex-direction: column;
    justify-content: flex-end;
  }

  .slider-2 .arrow-container {
    width: 3.44rem;
    height: 3.44rem;
  }

  .slider-2 .arrow-container.arrow-container-left {
    left: 1.13rem;
  }

  .slider-2 .arrow-container.arrow-container-right {
    right: 1.13rem;
  }

  .slider-2 .entry-tag {
    display: block;
    margin-bottom: 0.63rem;
    top: -30px;
  }

  .slider-2 .entry-tag i {
    font-size: 3.13rem;
    line-height: 1;
    margin-bottom: 0.78rem;
    margin-left: -0.63rem;
  }

  .slider-2 .entry-title {
    font-size: 2.44rem;
    line-height: 2.5rem;
    background-position: left 0.81rem;
    background-size: auto 2.44rem;
  }

  .slider-2 .entry-description {
    font-size: 2.44rem;
  }

  .slider-2 .entry-link-container {
    display: none;
  }

  .slider-2.design-3 .entry-inner {
    padding-left: 4.75rem;
    padding-right: 2.5rem;
  }

  .slider-2.design-3 .entry-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-2.design-3 .entry-tag-title-author {
    margin-bottom: 6.25rem;
  }

  .slider-2.design-3 .entry-tag-title-author .slot-content-container {
    display: none;
  }

  .slider-2.design-3 .entry-tag {
    font-size: 1.88rem;
  }

  .slider-2.design-3 .entry-title {
    font-size: 1.88rem;
  }

  .slider-2.design-3 .slot-image img {
    max-width: 7.5rem;
  }

  .slider-2.design-3 .arrow-container {
    width: 3.19rem;
    height: 3.19rem;
  }

  .slider-2.design-3 .arrow-container.arrow-container-right i,
  .slider-2.design-3 .arrow-container.arrow-container-left i {
    width: 0.88rem;
    height: 0.88rem;
  }

  .slider-2.design-3 .arrow-container.arrow-container-right {
    right: 0.63rem;
  }

  .slider-2.design-3 .arrow-container.arrow-container-left {
    left: 0.63rem;
  }
}

.slider-4 > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slider-4 > .container > .row > .col-12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slider-4 .loader {
  display: none;
}

.slider-4 .slider.is-loading {
  height: 37.5rem;
  overflow: hidden;
  position: relative;
}

.slider-4 .slider.is-loading .entries {
  visibility: hidden;
}

.slider-4 .slider.is-loading .loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-4 .arrow-container {
  position: absolute;
  z-index: 1;
  height: 3.44rem;
  width: 3.44rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  top: 40%;
  transition: all linear 250ms;
  border: 1px solid #8e8e94;
  border-radius: 100%;
}

.slider-4 .arrow-container i {
  position: absolute;
  transition: all linear 250ms;
  top: 50%;
  left: 50% !important;
}

.slider-4 .arrow-container.arrow-container-left {
  left: 0;
}

.slider-4 .arrow-container.arrow-container-left i {
  width: 1.13rem;
  height: 1.13rem;
  border-top: 1px solid #8e8e94;
  border-left: 1px solid #8e8e94;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
          transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
  margin-left: 3px;
}

.slider-4 .arrow-container.arrow-container-left i:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider-4 .arrow-container.arrow-container-right {
  right: 0;
}

.slider-4 .arrow-container.arrow-container-right i {
  width: 1.13rem;
  height: 1.13rem;
  border-top: 1px solid #8e8e94;
  border-left: 1px solid #8e8e94;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
          transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
  margin-left: -3px;
}

.slider-4 .arrow-container.arrow-container-right i:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (min-width: 992px) {
  .slider-4 .arrow-container:hover.arrow-container-left,
  .slider-4 .arrow-container:hover.arrow-container-right {
    border-color: #2f3033;
  }

  .slider-4 .arrow-container:hover.arrow-container-left i,
  .slider-4 .arrow-container:hover.arrow-container-right i {
    width: 18px;
    height: 18px;
    border-top: 1px solid #2f3033;
    border-left: 1px solid #2f3033;
  }
}

.anniversary-block {
  padding: 2.19rem 2.81rem;
  margin-bottom: 0;
  margin-top: 0;
}

.anniversary-block .block-icon {
  color: #c85543;
  font-size: 2.5rem;
}

.anniversary-block .block-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  line-height: 1.5;
  background-color: #c85543;
  color: white;
  transition: opacity linear 250ms;
  text-transform: uppercase;
}

@media all and (min-width: 992px) {
  .anniversary-block .block-title:hover {
    opacity: 0.5;
  }
}

.anniversary-block .entry-image {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.anniversary-block .entry-image > img,
.anniversary-block .entry-image > video,
.anniversary-block .entry-image > canvas,
.anniversary-block .entry-image > source {
  width: auto;
  height: auto;
}

.anniversary-block .entry-image > img,
.anniversary-block .entry-image > video,
.anniversary-block .entry-image > iframe,
.anniversary-block .entry-image > canvas,
.anniversary-block .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 10.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anniversary-block .entry-link-container {
  width: 100%;
  text-align: right;
  align-self: flex-end;
  color: #333333;
}

.anniversary-block .entry {
  position: relative;
}

.anniversary-block .entry:nth-child(1) .entry-content-container {
  max-width: 12.69rem;
}

.anniversary-block .entry:nth-child(1),
.anniversary-block .entry:nth-child(2) {
  position: relative;
}

.anniversary-block .entry:nth-child(1):before,
.anniversary-block .entry:nth-child(2):before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.94rem;
  right: 0.94rem;
  border-bottom: 1px solid #8e8e94;
}

@media all and (max-width: 991px) {
  .anniversary-block .entry:nth-child(1):before,
  .anniversary-block .entry:nth-child(2):before {
    border-bottom: 1px solid #000;
  }
}

.anniversary-block .entry:nth-child(1):before,
.anniversary-block .entry:nth-child(2):before {
  border-color: #2f3033;
}

.anniversary-block .entry:nth-child(2) .entry-inner {
  margin: -0.94rem;
  width: calc(100% + 1.88rem);
}

.anniversary-block .entry:nth-child(2) .entry-inner > * {
  padding: 0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner.gap-container {
  padding: 1.88rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner-fix > * {
  padding: 0.94rem 0.47rem 0.94rem 0.47rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner-fix > *:first-child {
  padding-left: 0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner-fix > *:last-child {
  padding-right: 0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner-v {
  margin-top: -0.94rem;
  margin-bottom: -0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner-v > * {
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner-h {
  margin-left: -0.94rem;
  margin-right: -0.94rem;
  width: calc(100% + 1.88rem);
}

.anniversary-block .entry:nth-child(2) .entry-inner-h > * {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-inner {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding-bottom: 0.94rem;
}

.anniversary-block .entry:nth-child(2) .entry-content-container,
.anniversary-block .entry:nth-child(2) .entry-image-container {
  width: 50%;
}

.anniversary-block .entry:nth-child(2) .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.17;
  font-weight: 400;
}

.anniversary-block .entry:nth-child(3) .entry-inner,
.anniversary-block .entry:nth-child(4) .entry-inner,
.anniversary-block .entry:nth-child(5) .entry-inner {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0.63rem;
}

.anniversary-block .entry:nth-child(3) .entry-title,
.anniversary-block .entry:nth-child(4) .entry-title,
.anniversary-block .entry:nth-child(5) .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}

.anniversary-block .entry:nth-child(3) .entry-image-container,
.anniversary-block .entry:nth-child(4) .entry-image-container,
.anniversary-block .entry:nth-child(5) .entry-image-container {
  margin-bottom: 0.63rem;
}

.anniversary-block .entry:nth-child(4) .entry-inner,
.anniversary-block .entry:nth-child(5) .entry-inner {
  height: 100%;
  justify-content: flex-end;
}

.anniversary-block .entry:nth-child(4) .entry-content-container,
.anniversary-block .entry:nth-child(5) .entry-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}

.anniversary-block .anniversary-categories a {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 300;
  padding: 0.94rem 0 1.88rem;
  display: block;
  color: #000;
  transition: opacity linear 250ms;
}

.anniversary-block .anniversary-categories a .title-opinion {
  font-weight: bold;
  text-transform: uppercase;
}

@media all and (min-width: 992px) {
  .anniversary-block .anniversary-categories a:hover {
    opacity: 0.5;
  }
}

.anniversary-block .anniversary-categories li {
  border-bottom: 1px solid #2f3033;
}

.anniversary-block .anniversary-categories li:first-child a {
  padding-top: 0;
}

.anniversary-block .anniversary-categories i {
  margin-right: 0.63rem;
  color: #c85543;
}

@media all and (min-width: 992px) {
  .anniversary-block .block-title {
    max-width: 12.69rem;
  }

  .anniversary-block .entries {
    justify-content: stretch;
    align-items: stretch;
  }

  .anniversary-block .entry-link-container {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .anniversary-block {
    padding: 1.56rem 1.56rem 2.56rem;
  }

  .anniversary-block .block-title {
    max-width: 15rem;
    line-height: 2.19rem;
    font-size: 1.7rem;
  }

  .anniversary-block .block-icon i:before {
    margin: 0 0 1.25rem;
  }

  .anniversary-block .entries {
    margin: -0.47rem;
    width: calc(100% + 0.94rem);
  }

  .anniversary-block .entries > * {
    padding: 0.47rem;
  }

  .anniversary-block .entries.gap-container {
    padding: 0.94rem;
  }

  .anniversary-block .entries-fix > * {
    padding: 0.47rem 0.235rem 0.47rem 0.235rem;
  }

  .anniversary-block .entries-fix > *:first-child {
    padding-left: 0.47rem;
  }

  .anniversary-block .entries-fix > *:last-child {
    padding-right: 0.47rem;
  }

  .anniversary-block .entries-v {
    margin-top: -0.47rem;
    margin-bottom: -0.47rem;
  }

  .anniversary-block .entries-v > * {
    padding-top: 0.47rem;
    padding-bottom: 0.47rem;
  }

  .anniversary-block .entries-h {
    margin-left: -0.47rem;
    margin-right: -0.47rem;
    width: calc(100% + 0.94rem);
  }

  .anniversary-block .entries-h > * {
    padding-left: 0.47rem;
    padding-right: 0.47rem;
  }

  .anniversary-block .entry:nth-child(1) {
    margin-bottom: 1.88rem;
  }

  .anniversary-block .entry:nth-child(1):before {
    border: none;
  }

  .anniversary-block .entry:nth-child(2) {
    margin-bottom: 0.75rem;
    margin-top: -0.56rem;
  }

  .anniversary-block .entry:nth-child(2):before {
    display: none;
    position: initial;
    content: "";
  }

  .anniversary-block .entry:nth-child(2) .entry-title {
    font-family: Noto Serif JP, serif;
    font-size: 2rem;
    line-height: 1.1;
  }

  .anniversary-block .entry:nth-child(2) {
    margin-bottom: 0;
  }

  .anniversary-block .entry:nth-child(2):before {
    display: none;
    position: initial;
    content: "";
  }

  .anniversary-block .entry:nth-child(2) .entry-inner {
    flex-direction: column;
  }

  .anniversary-block .entry:nth-child(2) .entry-image-container {
    width: 100%;
    order: 1;
  }

  .anniversary-block .entry:nth-child(2) .entry-content-container {
    width: 100%;
    order: 2;
    margin-top: -0.63rem;
  }

  .anniversary-block .entry:nth-child(2) .entry-image {
    position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    width: 100vw;
    height: 16.82rem;
    max-width: 100vw;
    display: block;
  }

  .anniversary-block .entry:nth-child(2) .entry-image > img,
  .anniversary-block .entry:nth-child(2) .entry-image > video,
  .anniversary-block .entry:nth-child(2) .entry-image > canvas,
  .anniversary-block .entry:nth-child(2) .entry-image > source {
    width: auto;
    height: auto;
  }

  .anniversary-block .entry:nth-child(2) .entry-image > img,
  .anniversary-block .entry:nth-child(2) .entry-image > video,
  .anniversary-block .entry:nth-child(2) .entry-image > iframe,
  .anniversary-block .entry:nth-child(2) .entry-image > canvas,
  .anniversary-block .entry:nth-child(2) .entry-image > source {
    display: block;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .anniversary-block .entry:nth-child(3) {
    order: 5;
  }

  .anniversary-block .entry:nth-child(4),
  .anniversary-block .entry:nth-child(5) {
    margin-bottom: 1.44rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner,
  .anniversary-block .entry:nth-child(5) .entry-inner {
    margin: -0.59rem;
    width: calc(100% + 1.18rem);
  }

  .anniversary-block .entry:nth-child(4) .entry-inner > *,
  .anniversary-block .entry:nth-child(5) .entry-inner > * {
    padding: 0.59rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner.gap-container,
  .anniversary-block .entry:nth-child(5) .entry-inner.gap-container {
    padding: 1.18rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-fix > *,
  .anniversary-block .entry:nth-child(5) .entry-inner-fix > * {
    padding: 0.59rem 0.295rem 0.59rem 0.295rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-fix > *:first-child,
  .anniversary-block .entry:nth-child(5) .entry-inner-fix > *:first-child {
    padding-left: 0.59rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-fix > *:last-child,
  .anniversary-block .entry:nth-child(5) .entry-inner-fix > *:last-child {
    padding-right: 0.59rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-v,
  .anniversary-block .entry:nth-child(5) .entry-inner-v {
    margin-top: -0.59rem;
    margin-bottom: -0.59rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-v > *,
  .anniversary-block .entry:nth-child(5) .entry-inner-v > * {
    padding-top: 0.59rem;
    padding-bottom: 0.59rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-h,
  .anniversary-block .entry:nth-child(5) .entry-inner-h {
    margin-left: -0.59rem;
    margin-right: -0.59rem;
    width: calc(100% + 1.18rem);
  }

  .anniversary-block .entry:nth-child(4) .entry-inner-h > *,
  .anniversary-block .entry:nth-child(5) .entry-inner-h > * {
    padding-left: 0.59rem;
    padding-right: 0.59rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-content-container,
  .anniversary-block .entry:nth-child(5) .entry-content-container {
    padding-top: 0 !important;
  }

  .anniversary-block .entry:nth-child(4) .entry-image-container,
  .anniversary-block .entry:nth-child(5) .entry-image-container {
    margin-bottom: 0;
  }

  .anniversary-block .entry:nth-child(4) .entry-image,
  .anniversary-block .entry:nth-child(5) .entry-image {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    height: 16.82rem;
  }

  .anniversary-block .entry:nth-child(4) .entry-image > img,
  .anniversary-block .entry:nth-child(4) .entry-image > video,
  .anniversary-block .entry:nth-child(4) .entry-image > canvas,
  .anniversary-block .entry:nth-child(4) .entry-image > source,
  .anniversary-block .entry:nth-child(5) .entry-image > img,
  .anniversary-block .entry:nth-child(5) .entry-image > video,
  .anniversary-block .entry:nth-child(5) .entry-image > canvas,
  .anniversary-block .entry:nth-child(5) .entry-image > source {
    width: auto;
    height: auto;
  }

  .anniversary-block .entry:nth-child(4) .entry-image > img,
  .anniversary-block .entry:nth-child(4) .entry-image > video,
  .anniversary-block .entry:nth-child(4) .entry-image > iframe,
  .anniversary-block .entry:nth-child(4) .entry-image > canvas,
  .anniversary-block .entry:nth-child(4) .entry-image > source,
  .anniversary-block .entry:nth-child(5) .entry-image > img,
  .anniversary-block .entry:nth-child(5) .entry-image > video,
  .anniversary-block .entry:nth-child(5) .entry-image > iframe,
  .anniversary-block .entry:nth-child(5) .entry-image > canvas,
  .anniversary-block .entry:nth-child(5) .entry-image > source {
    display: block;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .anniversary-block .entry:nth-child(3) .entry-title,
  .anniversary-block .entry:nth-child(4) .entry-title,
  .anniversary-block .entry:nth-child(5) .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.18;
    font-weight: 500;
    padding-top: 0.63rem;
    margin-bottom: 1.25rem;
  }

  .anniversary-block .entry:nth-child(5) {
    margin-bottom: 2.06rem;
  }

  .anniversary-block .entry-link-container {
    display: none;
  }

  .anniversary-block .anniversary-categories {
    text-transform: uppercase;
  }

  .anniversary-block .anniversary-categories li:first-child {
    text-transform: none;
  }

  .anniversary-block .anniversary-categories a {
    font-size: 1.25rem;
    padding: 0.94rem 0 1.25rem;
  }

  .anniversary-block .anniversary-categories a .title-opinion {
    text-transform: none;
  }

  .anniversary-block .anniversary-categories li {
    border-bottom: 1px solid #000;
  }

  .anniversary-block .anniversary-categories li:first-child {
    border-top: 1px solid #000;
  }

  .anniversary-block .anniversary-categories li:first-child a {
    padding-top: 0.94rem;
  }

  .anniversary-block .anniversary-categories i {
    margin-right: 0.63rem;
  }
}

.other-editions-block .entry-image-container,
.other-editions-block .entry-description,
.other-editions-block .entry-about,
.other-editions-block .entry-tag-container,
.other-editions-block .entry-link-container {
  display: none;
}

.other-editions-block .entry {
  position: relative;
}

.other-editions-block .entry:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.94rem;
  right: 0.94rem;
  border-bottom: 1px solid #8e8e94;
}

@media all and (max-width: 991px) {
  .other-editions-block .entry:before {
    border-bottom: 1px solid #000;
  }
}

.other-editions-block .entry:before {
  left: 0;
  right: 0;
}

.other-editions-block .entries {
  margin-top: -0.94rem;
  margin-bottom: -0.94rem;
}

.other-editions-block .entries > * {
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
}

.other-editions-block .loader {
  display: none;
}

.other-editions-block .slider.is-loading {
  height: 18.75rem;
  overflow: hidden;
  position: relative;
}

.other-editions-block .slider.is-loading .other-editions {
  visibility: hidden;
}

.other-editions-block .slider.is-loading .loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.other-editions-block .block-title {
  font-family: Simple, Arial, Helvetica, sans-serif;
  font-size: 1.69rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.13rem;
}

.other-editions-block .block-title .block-title-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 0.47rem;
}

.other-editions-block .block-title .block-title-underline:before {
  display: block;
  position: absolute;
  content: "";
  width: 4.69rem;
  bottom: 0;
  transition: width linear 250ms;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #000;
}

.other-editions-block .slick-list {
  margin: -0.94rem;
  width: calc(100% + 1.88rem);
}

.other-editions-block .other-edition {
  padding: 0 0.94rem 0.94rem;
}

.other-editions-block .other-edition-title {
  margin-bottom: 0.94rem;
  transition: opacity linear 250ms;
  cursor: pointer;
}

.other-editions-block .other-edition-title span {
  font-family: Simple, Arial, Helvetica, sans-serif;
  font-size: 1.48rem;
  line-height: 1;
  font-weight: 400;
  padding: 0.3rem 0.11rem 0;
  display: inline;
  text-transform: uppercase;
  background: #3A3FFF;
  color: #ffffff;
  display: inline-block;
}

@media all and (min-width: 992px) {
  .other-editions-block .other-edition-title:hover {
    opacity: 0.5;
  }
}

.other-editions-block .other-edition-name {
  margin-top: -0.31rem;
}

.other-editions-block .entry-title {
  font-family: VWText, Arial, Helvetica, sans-serif;
  font-size: 1.19rem;
  line-height: 1.37;
  font-weight: 400;
  letter-spacing: -0.26px;
}

.other-editions-block .entries {
  position: relative;
}

.other-editions-block .entries:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  background: #cccccc;
  right: -0.88rem;
  top: 0.94rem;
  bottom: 0.94rem;
}

.other-editions-block .slick-slide:last-child .entries:before {
  display: none;
  position: initial;
  content: "";
}

.other-editions-block .read-more {
  color: #8C8E91;
  text-align: right;
  text-transform: uppercase;
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 0.81rem;
  line-height: 1;
  font-weight: 300;
}

.other-editions-block .read-more a {
  position: relative;
  vertical-align: middle;
  padding-bottom: 0.31rem;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .other-editions-block .read-more a:hover {
    opacity: 0.5;
  }
}

.other-editions-block .read-more .angle-right {
  width: 7.5px;
  height: 7.5px;
  border-top: 1px solid #8C8E91;
  border-left: 1px solid #8C8E91;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}

.other-editions-block .read-more .angle-right:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (max-width: 991px) {
  .other-editions-block .entries {
    margin: -1rem;
    width: calc(100% + 2rem);
  }

  .other-editions-block .entries > * {
    padding: 1rem;
  }

  .other-editions-block .entries.gap-container {
    padding: 2rem;
  }

  .other-editions-block .entries-fix > * {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  .other-editions-block .entries-fix > *:first-child {
    padding-left: 1rem;
  }

  .other-editions-block .entries-fix > *:last-child {
    padding-right: 1rem;
  }

  .other-editions-block .entries-v {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .other-editions-block .entries-v > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .other-editions-block .entries-h {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }

  .other-editions-block .entries-h > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .other-editions-block .block-title {
    font-family: Simple, Arial, Helvetica, sans-serif;
    font-size: 1.88rem;
    line-height: 1;
    font-weight: 400;
    margin-top: -0.38rem;
  }

  .other-editions-block .block-title .block-title-underline {
    padding-bottom: 0.75rem;
  }

  .other-editions-block .other-edition-title {
    margin-bottom: 1.56rem;
  }

  .other-editions-block .other-edition-number,
  .other-editions-block .other-edition-name {
    font-family: Simple, Arial, Helvetica, sans-serif;
    font-size: 1.88rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
  }

  .other-editions-block .other-edition-name {
    padding-top: 0.13rem;
    padding-bottom: 0;
  }

  .other-editions-block .entry-title {
    font-family: VWHead, Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 1.14;
    font-weight: 400;
    letter-spacing: -0.25px;
  }

  .other-editions-block .read-more {
    font-family: VWHead, Arial, Helvetica, sans-serif;
    font-size: 1.19rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.1px;
  }

  .other-editions-block .angle-right {
    width: 10px;
    height: 10px;
    border-top: 3px solid #8C8E91;
    border-left: 3px solid #8C8E91;
    display: inline-block;
    background: transparent;
    text-indent: -9999px;
    text-decoration: none;
    color: transparent;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 0;
  }

  .other-editions-block .angle-right:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .other-editions-block .entry:before {
    left: 0.94rem;
    right: 0.94rem;
  }

  .other-editions-block .entries:before {
    right: 0;
  }

  .other-editions-block .other-editions {
    margin-left: -50px;
  }
}

.cover-block {
  color: #ffffff;
}

.cover-block .entry {
  text-align: center;
  width: 100%;
  display: block;
}

.cover-block .entry-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 32.75rem;*/
	height: auto;
  padding: 2.19rem 9.06rem 4.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

@media all and (min-width: 992px) {
  .cover-block .entry-inner:hover .overlay {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.cover-block .overlay {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: block;
  transition: all linear 250ms;
  opacity: 0.5;
}

.cover-block .overlay ~ * {
  z-index: 2;
}

.cover-block .entry-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cover-block .entry-cover-title {
  font-family: Cinderblock, Arial, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transform: scaleY(1.7);
          transform: scaleY(1.7);
  margin-bottom: 1.88rem;
}

.cover-block .entry-cover-subtitle {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 0.81rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.cover-block .entry-title {
  font-family: Noto Serif JP, serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -2px;
  order: 2;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  display: block;
  max-width: 36.63rem;
}

.cover-block .entry-description {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.44;
  font-weight: 400;
  letter-spacing: 0.2px;
  order: 3;
  margin-bottom: 2.31rem;
  display: block;
  max-width: 36.63rem;
  margin-left: auto;
  margin-right: auto;
}

.cover-block .entry-readmore {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 0.72;
  font-weight: 400;
  letter-spacing: -0.1px;
  border: 1px solid #fff;
  height: 3.13rem;
  flex: 0 0 3.13rem;
  width: 6.88rem;
  margin: 3.13rem 0 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  order: 5;
  background-color: transparent;
  transition: all 0.3s ease-in;
}

.cover-block .entry-readmore:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}

.cover-block .entry-about {
  display: none;
}

.cover-block .entry-link-container {
  order: 4;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1.25rem;
  display: none;
}

.cover-block .entry-link {
  margin: auto;
}

.cover-block .entry-tag-container {
  order: 1;
  display: block;
  margin-top: 4.5rem;
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.cover-block .entry-tag {
  text-transform: uppercase;
}

.cover-block .entry-tag i {
  display: none;
}

.cover-block .entry-tag a {
  padding: 0.23rem 0.44rem;
  background-color: #c85543;
  padding-bottom: 0.19rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 0.94;
  font-weight: 800;
}

@media all and (max-width: 991px) {
  .cover-block .entry-cover {
    display: none;
  }

  .cover-block .cover-block {
    margin-top: 0;
  }

  .cover-block .entry-inner {
    padding: 1rem;
    height: 29.88rem;
  }

  .cover-block .entry-content-container {
    justify-content: flex-end;
    height: 100%;
  }

  .cover-block .entry-title {
    font-size: 3.25rem;
    max-width: 21rem;
    margin-bottom: 3.13rem;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .cover-block .entry-description {
    margin-bottom: 1.38rem;
    padding: 0 0.81rem;
    order: 3;
    display: none;
  }

  .cover-block .entry-tag-container {
    margin-bottom: 0.94rem;
    order: 1;
    text-transform: uppercase;
  }

  .cover-block .entry-link {
    font-size: 1.56rem;
    line-height: 1;
  }

  .cover-block .entry-readmore {
    display: none;
  }
}

.cover-bottom-block .entry-image-container {
  padding: 0 !important;
}

.cover-bottom-block .entry-image {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  display: block;
  margin-top: -1.75rem;
  z-index: 3;
  position: relative;
}

.cover-bottom-block .entry-image > img,
.cover-bottom-block .entry-image > video,
.cover-bottom-block .entry-image > canvas,
.cover-bottom-block .entry-image > source {
  width: auto;
  height: auto;
}

.cover-bottom-block .entry-image > img,
.cover-bottom-block .entry-image > video,
.cover-bottom-block .entry-image > iframe,
.cover-bottom-block .entry-image > canvas,
.cover-bottom-block .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 10.9rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cover-bottom-block .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  order: 1;
  width: 100%;
  color: #2f3033;
  margin-top: 0;
  margin-bottom: 0.25rem;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .cover-bottom-block .entry-title:hover {
    opacity: 0.5;
  }
}

.cover-bottom-block .entry-description {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 1.31rem;
  line-height: 1.15;
  font-weight: 300;
  order: 2;
  width: 100%;
  margin-bottom: 1.25rem;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .cover-bottom-block .entry-description:hover {
    opacity: 0.5;
  }
}

.cover-bottom-block .entry-about,
.cover-bottom-block .entry-tag > i {
  display: none;
}

.cover-bottom-block .entry-tag-container {
  order: 3;
  width: 50%;
  margin-top: -0.25rem;
}

.cover-bottom-block .entry-tag {
  font-family: VWText, Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #2f3033;
  text-transform: uppercase;
  transition: background linear 250ms, color linear 250ms;
}

@media all and (min-width: 992px) {
  .cover-bottom-block .entry-tag:hover {
    background: #c85543;
    color: #ffffff;
  }
}

.cover-bottom-block .entry-link-container {
  order: 4;
  width: 50%;
  text-align: right;
  color: #2f3033;
}

.cover-bottom-block .entry-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2.75rem 0.94rem 2.5rem 0.94rem;
}

@media all and (max-width: 991px) {
  .cover-bottom-block {
    height: 7.56rem;
  }

  .cover-bottom-block .entry-image-container {
    padding-left: 2.19rem !important;
  }

  .cover-bottom-block .entry-content-container {
    padding: 0.59rem;
  }

  .cover-bottom-block .entry-description {
    display: none;
  }

  .cover-bottom-block .entry-content-container {
    align-items: center;
  }
}

@media all and (max-width: 991px) {
  .cover-bottom-wrapper {
    height: 7.63rem;
  }
}

.photo-contest-block {
  color: #ffffff;
  padding: 0.63rem 1.88rem;
}

.photo-contest-block .entry-tag {
  display: block;
  margin-bottom: 1.56rem;
  max-width: 10.13rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.22;
  font-weight: 600;
  transition: opacity linear 250ms;
}

.photo-contest-block .entry-tag span {
  color: #c85543;
  background-color: #fff;
  text-transform: uppercase;
  padding: 0 10px 0 5px;
}

@media all and (min-width: 992px) {
  .photo-contest-block .entry-tag:hover {
    opacity: 0.5;
  }
}

.photo-contest-block .entry-tag i {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.88rem;
  display: block;
}

.photo-contest-block .entry-inner {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.photo-contest-block .entry-content-container {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.photo-contest-block .entry-image-container {
  width: 75%;
}

.photo-contest-block .entry-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.3637310519%;
}

.photo-contest-block .entry-image > img,
.photo-contest-block .entry-image > video,
.photo-contest-block .entry-image > iframe,
.photo-contest-block .entry-image > canvas,
.photo-contest-block .entry-image > source {
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: -624.94rem;
  right: -624.94rem;
  bottom: -624.94rem;
  left: -624.94rem;
}

.photo-contest-block .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.19rem;
  line-height: 1.37;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-decoration: underline;
}

.photo-contest-block .entry-description {
  font-family: Noto Sans, sans-serif;
  font-size: 1.19rem;
  line-height: 1.37;
  font-weight: 300;
  letter-spacing: -0.2px;
  max-width: 12.5rem;
}

.photo-contest-block .entry-description strong {
  font-weight: bold;
}

.photo-contest-block .entry-description a {
  text-decoration: underline;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .photo-contest-block .entry-description a:hover {
    opacity: 0.5;
  }
}

.photo-contest-block .entry-link-container {
  font-family: VWText, Arial, Helvetica, sans-serif;
  font-size: 1.19rem;
  line-height: 1.37;
  font-weight: 300;
  letter-spacing: -0.2px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0.31rem 0 0.47rem;
}

.photo-contest-block .entry-link-container .entry-link {
  display: inline-block;
  padding: 0.16rem 0 0.13rem;
  margin-bottom: 0.19rem;
  display: inline-block;
  position: relative;
  transition: opacity linear 250ms;
}

.photo-contest-block .entry-link-container .entry-link:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0.25rem;
  transition: width linear 250ms;
  left: 0;
  height: 1px;
  background: #fff;
}

@media all and (min-width: 992px) {
  .photo-contest-block .entry-link-container .entry-link:hover {
    opacity: 0.5;
  }
}

@media all and (min-width: 992px) {
  .photo-contest-block .entry-inner {
    margin: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .photo-contest-block .entry-inner > * {
    padding: 0.94rem;
  }

  .photo-contest-block .entry-inner.gap-container {
    padding: 1.88rem;
  }

  .photo-contest-block .entry-inner-fix > * {
    padding: 0.94rem 0.47rem 0.94rem 0.47rem;
  }

  .photo-contest-block .entry-inner-fix > *:first-child {
    padding-left: 0.94rem;
  }

  .photo-contest-block .entry-inner-fix > *:last-child {
    padding-right: 0.94rem;
  }

  .photo-contest-block .entry-inner-v {
    margin-top: -0.94rem;
    margin-bottom: -0.94rem;
  }

  .photo-contest-block .entry-inner-v > * {
    padding-top: 0.94rem;
    padding-bottom: 0.94rem;
  }

  .photo-contest-block .entry-inner-h {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .photo-contest-block .entry-inner-h > * {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

@media all and (max-width: 991px) {
  .photo-contest-block {
    padding: 1.09rem 1.56rem 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .photo-contest-block > * {
    padding: 0;
  }

  .photo-contest-block .entry-inner {
    flex-direction: column;
  }

  .photo-contest-block .entry-content-container {
    width: 100%;
  }

  .photo-contest-block .entry-image-container {
    width: 100%;
    margin-bottom: 0.63rem;
  }

  .photo-contest-block .entry-tag {
    font-size: 0;
    margin-bottom: 2.19rem;
    max-width: 20rem;
  }

  .photo-contest-block .entry-tag i {
    font-size: 2.63rem;
    line-height: 1;
    margin-left: -0.38rem;
    margin-bottom: 1.06rem;
  }

  .photo-contest-block .entry-tag span {
    padding: 0.31rem 0.44rem 0.31rem 0.13rem;
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1.22;
    font-weight: 600;
    margin-bottom: 0;
  }

  .photo-contest-block .entry-tag span:last-child {
    padding-top: 0.13rem;
    margin-top: -0.31rem;
    padding-bottom: 0;
  }

  .photo-contest-block .entry-image {
    padding-bottom: 0;
    position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: auto;
  }

  .photo-contest-block .entry-image > img {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    min-width: unset;
    min-height: unset;
  }

  .photo-contest-block .entry-title {
    font-family: VWText, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.25px;
  }

  .photo-contest-block .entry-description {
    font-family: VWText, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.2px;
    padding-bottom: 2rem;
    max-width: 100%;
  }

  .photo-contest-block .entry-link-container {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 2.19rem;
    padding-right: 2.19rem;
    padding-top: 1.63rem;
  }

  .photo-contest-block .entry-link {
    font-family: VWText, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17;
    font-weight: 300;
    letter-spacing: -0.2px;
    text-decoration: underline;
    margin-bottom: 0;
  }

  .photo-contest-block .entry-link:before,
  .photo-contest-block .entry-link:after {
    display: none !important;
    position: initial;
    content: "";
  }
}

.newsletter-block {
  display: flex;
  justify-content: center;
  padding: 3.94rem 1.25rem 2.88rem;
}

.newsletter-block .block-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.09;
  font-weight: 600;
  flex: 0 0 10rem;
}

.newsletter-block .input-mail {
  background: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  border-radius: 3px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 2.81;
  font-weight: 300;
  margin-right: 0.44rem;
  width: 20.63rem;
  max-width: 100%;
}

.newsletter-block button {
  background-color: #c85543;
  color: #fff;
  border-radius: 3px;
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 0.72;
  font-weight: 600;
  text-transform: uppercase;
  height: 2.75rem;
  width: 6.25rem;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}

.newsletter-block .legal-text {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 0.72;
  font-weight: 300;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
}

.newsletter-block .legal-text input {
  margin-right: 0.63rem;
  background-color: #fff;
  vertical-align: middle;
}

.newsletter-block .legal-text p {
  display: inline;
}

.newsletter-block .legal-text a {
  text-decoration: underline;
}

@media all and (max-width: 991px) {
  .newsletter-block {
    flex-direction: column;
  }

  .newsletter-block .block-title {
    flex: 1;
    text-align: center;
    padding-bottom: 2.5rem;
  }

  .newsletter-block > div:not(.block-title) {
    display: flex;
    flex-direction: column;
  }

  .newsletter-block .input-mail {
    width: 100%;
    font-size: 1.25rem;
    color: #000;
  }

  .newsletter-block .input-mail::-webkit-input-placeholder {
    color: #2f3033;
  }

  .newsletter-block .input-mail::-moz-placeholder {
    color: #2f3033;
  }

  .newsletter-block .input-mail:-ms-input-placeholder {
    color: #2f3033;
  }

  .newsletter-block .input-mail::-ms-input-placeholder {
    color: #2f3033;
  }

  .newsletter-block .input-mail::placeholder {
    color: #2f3033;
  }

  .newsletter-block .legal-text {
    order: 1;
    margin-bottom: 2.5rem;
    font-size: 1.13rem;
  }

  .newsletter-block button {
    order: 2;
    align-self: center;
    font-size: 1rem;
    height: 3.19rem;
    width: 8rem;
  }
}

.single:first-child .entry-header {
  margin-top: 0;
}

.single .entry-author,
.single .entry-header,
.single .entry-detail {
  padding: 0 0.94rem;
}

.single .entry-author .entry-date {
  padding-left: 0;
}

.single .entry-title {
  font-family: Noto Serif JP, serif;
  font-size: 3.38rem;
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -2px;
  padding-top: 3.13rem;
  margin-bottom: 2.31rem;
}

.single .entry-title h1,
.single .entry-title h2 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.single .entry-title .entry-quote {
  font-weight: 400;
  display: inline;
}

.single .entry-title .entry-interviewed {
  color: #003882;
}

.single.is-blog {
  /*.entry-category {
    display: block;
    @include lkt-font(VWBold, lkt-rem(30px), lkt-rem(28px), $font-weight-bold);
    text-align: center;
    text-transform: initial;
    @include lkt-rem(padding, 10px 0 22px);

    @include lkt-before(none);
  }*/
  /*entry-title {
    @include lkt-font(notoSansSC, lkt-rem(48px), lkt-rem(50px), $font-weight-light);
  }*/
}

.single.is-blog .slot-author-name span {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 1.57;
  font-weight: 300;
  color: #8e8e94;
}

.single.is-blog .slot-author-name .author,
.single.is-blog .slot-author-name .author a {
  font-family: Noto Sans, sans-serif;
  font-size: 1.19rem;
  line-height: 1.16;
  font-weight: 300;
  color: #2f3033;
  border: none;
}

.single.is-blog .slot-author-name .author a {
  font-weight: 600;
}

.single.is-blog .slot-author-info {
  font-size: 1.13rem;
}

.single.is-blog .entry-author .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  line-height: 1.04;
  font-weight: 300;
}

.single .entry-intro {
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.39;
  font-weight: 300;
  margin-bottom: 1.88rem;
  color: #2f3033;
}

.single .entry-date {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0.94rem;
  color: #8e8e94;
  display: inline-block;
  padding-left: 10px;
}

.single .entry-description .entry-date {
  margin-bottom: 0;
}

.single .author {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0.94rem;
  color: #8e8e94;
  border-right: 1px solid #2f3033;
  padding-right: 15px;
  text-decoration: underline;
}

.single .entry-slider {
  margin-bottom: 0.94rem;
}

.single .entry-image {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  display: block;
}

.single .entry-image > img,
.single .entry-image > video,
.single .entry-image > canvas,
.single .entry-image > source {
  width: auto;
  height: auto;
}

.single .entry-image > img,
.single .entry-image > video,
.single .entry-image > iframe,
.single .entry-image > canvas,
.single .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 37.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}

.single .entry-category {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 1.57;
  font-weight: 600;
  color: #c85543;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-top: 0.94rem;
}

.single .entry-category:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  transition: width linear 250ms;
  left: 0;
  height: 1px;
  background: #003882;
}

@media all and (min-width: 992px) {
  .single .entry-category:hover:before {
    width: 100%;
  }
}

.single .entry-category + .entry-title {
  padding-top: 0.81rem;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  line-height: 1.06;
  font-weight: 300;
}

.single .entry-category .icon {
  display: none;
}

.single .entry-category.entry-special-category .icon {
  display: inline;
}

.single .entry-category.entry-special-category a {
  background-color: #c85543;
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  padding: 0 5px;
}

.single .entry-image-info {
  color: #2f3033;
  display: block;
  max-width: 58.3333333333%;
  margin-left: 20.8333333333%;
  padding: 0.94rem 0.47rem 1.56rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.36;
  font-weight: 300;
  position: relative;
}

.single .entry-image-info:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.47rem;
  right: 0.47rem;
  border-bottom: 1px solid #8e8e94;
}

@media all and (max-width: 991px) {
  .single .entry-image-info:before {
    border-bottom: 1px solid #000;
  }
}

.single .entry-image-info:before {
  left: 0;
  right: 0;
  bottom: 1px;
}

.single .wp-block-image figure,
.single .entry-wysiwyg .wp-caption figure,
.entry-wysiwyg .single .wp-caption figure,
.single figure.wp-block-image,
.single .entry-wysiwyg figure.wp-caption,
.entry-wysiwyg .single figure.wp-caption {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 2.19rem 1.88rem 2.13rem;
  border: 1px solid #8e8e94;
  border-radius: 1.88rem;
}

.single .wp-block-image figure > img,
.single .entry-wysiwyg .wp-caption figure > img,
.entry-wysiwyg .single .wp-caption figure > img,
.single .wp-block-image figure > video,
.single .entry-wysiwyg .wp-caption figure > video,
.entry-wysiwyg .single .wp-caption figure > video,
.single .wp-block-image figure > canvas,
.single .entry-wysiwyg .wp-caption figure > canvas,
.entry-wysiwyg .single .wp-caption figure > canvas,
.single .wp-block-image figure > source,
.single .entry-wysiwyg .wp-caption figure > source,
.entry-wysiwyg .single .wp-caption figure > source,
.single figure.wp-block-image > img,
.single .entry-wysiwyg figure.wp-caption > img,
.entry-wysiwyg .single figure.wp-caption > img,
.single figure.wp-block-image > video,
.single .entry-wysiwyg figure.wp-caption > video,
.entry-wysiwyg .single figure.wp-caption > video,
.single figure.wp-block-image > canvas,
.single .entry-wysiwyg figure.wp-caption > canvas,
.entry-wysiwyg .single figure.wp-caption > canvas,
.single figure.wp-block-image > source,
.single .entry-wysiwyg figure.wp-caption > source,
.entry-wysiwyg .single figure.wp-caption > source {
  width: auto;
  height: auto;
}

.single .wp-block-image figure > img,
.single .entry-wysiwyg .wp-caption figure > img,
.entry-wysiwyg .single .wp-caption figure > img,
.single .wp-block-image figure > video,
.single .entry-wysiwyg .wp-caption figure > video,
.entry-wysiwyg .single .wp-caption figure > video,
.single .wp-block-image figure > iframe,
.single .entry-wysiwyg .wp-caption figure > iframe,
.entry-wysiwyg .single .wp-caption figure > iframe,
.single .wp-block-image figure > canvas,
.single .entry-wysiwyg .wp-caption figure > canvas,
.entry-wysiwyg .single .wp-caption figure > canvas,
.single .wp-block-image figure > source,
.single .entry-wysiwyg .wp-caption figure > source,
.entry-wysiwyg .single .wp-caption figure > source,
.single figure.wp-block-image > img,
.single .entry-wysiwyg figure.wp-caption > img,
.entry-wysiwyg .single figure.wp-caption > img,
.single figure.wp-block-image > video,
.single .entry-wysiwyg figure.wp-caption > video,
.entry-wysiwyg .single figure.wp-caption > video,
.single figure.wp-block-image > iframe,
.single .entry-wysiwyg figure.wp-caption > iframe,
.entry-wysiwyg .single figure.wp-caption > iframe,
.single figure.wp-block-image > canvas,
.single .entry-wysiwyg figure.wp-caption > canvas,
.entry-wysiwyg .single figure.wp-caption > canvas,
.single figure.wp-block-image > source,
.single .entry-wysiwyg figure.wp-caption > source,
.entry-wysiwyg .single figure.wp-caption > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.single .wp-block-image figure > figcaption,
.single .entry-wysiwyg .wp-caption figure > figcaption,
.entry-wysiwyg .single .wp-caption figure > figcaption,
.single figure.wp-block-image > figcaption,
.single .entry-wysiwyg figure.wp-caption > figcaption,
.entry-wysiwyg .single figure.wp-caption > figcaption {
  color: #2f3033;
  display: block !important;
  margin: 0 !important;
  padding: 0.94rem 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.36;
  font-weight: 400;
  text-align: left;
}

.single .wp-block-image figure > figcaption strong,
.single .entry-wysiwyg .wp-caption figure > figcaption strong,
.entry-wysiwyg .single .wp-caption figure > figcaption strong,
.single figure.wp-block-image > figcaption strong,
.single .entry-wysiwyg figure.wp-caption > figcaption strong,
.entry-wysiwyg .single figure.wp-caption > figcaption strong {
  font-weight: 600;
}

.single .entry-wysiwyg {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-family: Noto Serif JP, serif;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 400;
}

.single .entry-wysiwyg p:not(:last-child),
.single .entry-wysiwyg ul:not(:last-child),
.single .entry-wysiwyg ol:not(:last-child),
.single .entry-wysiwyg > div:not(:last-child) {
  margin-bottom: 2.75rem;
}

.single .entry-wysiwyg p:empty,
.single .entry-wysiwyg ul:empty,
.single .entry-wysiwyg ol:empty,
.single .entry-wysiwyg > div:empty {
  display: none;
}

.single .entry-wysiwyg .wp-block-columns:not(:last-child),
.single .entry-wysiwyg .wp-block-embed:not(:last-child) {
  margin-bottom: 2.75rem;
}

.single .entry-wysiwyg > .alignright {
  float: right;
  margin-left: 2.75rem;
}

.single .entry-wysiwyg > .alignleft {
  float: left;
  margin-right: 2.75rem;
}

@media all and (max-width: 767px) {
  .single .entry-wysiwyg > .alignright {
    float: none;
    margin-left: auto;
  }

  .single .entry-wysiwyg > .alignleft {
    float: none;
    margin-right: auto;
  }
}

.single .entry-wysiwyg .wp-block-columns.has-3-columns {
  margin-bottom: 0.69rem;
}

.single .entry-wysiwyg a {
  text-decoration: none;
  color: #c85543;
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  .single .entry-wysiwyg a:hover {
    opacity: 0.5;
  }
}

.single .entry-wysiwyg ul,
.single .entry-wysiwyg ol {
  list-style: disc;
  padding-left: 0.81rem;
  margin-left: 0.81rem;
}

.single .entry-wysiwyg ul ul,
.single .entry-wysiwyg ol ul {
  list-style-type: circle;
}

.single .entry-wysiwyg ol {
  list-style-type: decimal;
}

.single .entry-wysiwyg h1,
.single .entry-wysiwyg h2,
.single .entry-wysiwyg h3,
.single .entry-wysiwyg h4,
.single .entry-wysiwyg h5,
.single .entry-wysiwyg h6 {
  font-family: Noto Sans, sans-serif;
}

.single .entry-wysiwyg h3,
.single .entry-wysiwyg h4,
.single .entry-wysiwyg h5,
.single .entry-wysiwyg h6 {
  font-size: 1.13rem;
  line-height: 1.72;
  font-weight: 0.01rem;
  letter-spacing: 600;
}

@media all and (min-width: 992px) {
  .single .entry-detail {
    padding-bottom: 3.13rem;
  }

  .single .entry-description,
  .single .entry-image-info {
    padding-left: 0;
    padding-right: 0;
  }

  .single .entry-image-info:before {
    left: 0;
    right: 0;
  }

  .single .entry-author.opinion > div {
    padding-left: 0;
    padding-right: 0;
  }

  .single .row.entry-author .col-lg-7 {
    padding-left: 0 !important;
  }
}

@media all and (max-width: 991px) {
  .single .entry-author,
  .single .entry-header,
  .single .entry-detail {
    padding: 0 1.56rem;
  }

  .single.is-blog .entry-author .entry-category {
    display: none;
  }

  .single .wp-block-columns {
    margin-bottom: 0;
  }

  .single .entry-image-container {
    padding: 0 1.56rem;
  }

  .single .entry-image-info {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    font-size: 1.13rem;
    line-height: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    color: #6c6d6f;
  }

  .single .entry-title {
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 1.88rem;
    padding-top: 0.63rem;
  }

  .single .entry-title .entry-quote {
    background-size: 3.25rem 3.25rem;
  }

  .single .entry-intro {
    font-size: 1.63rem;
    line-height: 2.13rem;
    margin-bottom: 1.81rem;
  }

  .single .author,
  .single .entry-date {
    font-size: 1.38rem;
    line-height: 2rem;
  }

  .single figure.wp-block-image,
  .single .entry-wysiwyg figure.wp-caption,
  .entry-wysiwyg .single figure.wp-caption {
    padding: 1.25rem 1.25rem 1.88rem;
  }

  .single figure.wp-block-image > figcaption,
  .single .entry-wysiwyg figure.wp-caption > figcaption,
  .entry-wysiwyg .single figure.wp-caption > figcaption {
    padding-top: 0.31rem;
  }

  .single .entry-wysiwyg {
    font-size: 1.38rem;
    line-height: 1.54;
    /*p
    {
      @include lkt-rem(margin, 22.5px);
    }*/
    font-size: 1.38rem;
    line-height: 2.13rem;
  }

  .single .entry-wysiwyg p:not(:last-child),
  .single .entry-wysiwyg ul:not(:last-child),
  .single .entry-wysiwyg ol:not(:last-child),
  .single .entry-wysiwyg > div:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .single .entry-wysiwyg p:empty,
  .single .entry-wysiwyg ul:empty,
  .single .entry-wysiwyg ol:empty,
  .single .entry-wysiwyg > div:empty {
    display: none;
  }

  .single .entry-wysiwyg .wp-block-columns:not(:last-child),
  .single .entry-wysiwyg .wp-block-embed:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .single .entry-wysiwyg > .alignright {
    float: right;
    margin-left: 2.5rem;
  }

  .single .entry-wysiwyg > .alignleft {
    float: left;
    margin-right: 2.5rem;
  }
}

@media all and (max-width: 991px) and (max-width: 767px) {
  .single .entry-wysiwyg > .alignright {
    float: none;
    margin-left: auto;
  }

  .single .entry-wysiwyg > .alignleft {
    float: none;
    margin-right: auto;
  }
}

@media all and (max-width: 991px) {
  .single .entry-wysiwyg .wp-block-columns .wp-block-column {
    margin-bottom: 2.19rem;
  }

  .single .entry-wysiwyg .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 991px) {
  .single .entry-wysiwyg figure > figcaption {
    color: #6c6d6f;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

@media print {
  .single .row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .single .row > * {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .single .entry-related,
  .single .entry-share {
    display: none !important;
  }

  .single .slot-quote-about,
  .single .slot-single-video {
    border: none;
  }

  .single .col-lg-2_5 {
    display: none;
  }

  .single .col-lg-9 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .single .entry-wysiwyg,
  .single .entry-description {
    padding: 0 0.94rem;
  }
}

.tags {
  font-size: 0;
  line-height: 2.25rem;
  margin-bottom: 1.88rem;
}

.tags .tag {
  display: inline-block;
  font-family: Noto Sans, sans-serif;
  font-size: 0.94rem;
  line-height: 0.67;
  font-weight: 400;
  letter-spacing: 0.1px;
  padding: 0.81rem 0.94rem;
  border-radius: 10px;
  transition: opacity 0.3s ease-in;
  margin-right: 1.56rem;
  transition: background linear 250ms, color linear 250ms;
  text-decoration: none !important;
  /*.gallery-1 &,
  .gallery-3 & {
    background: #ffffff;
    border: 1px solid #8c8e91;
    color: #8c8e91;

    @include lkt-hover(lg) {
      background: $vw-blue;
      border: 1px solid $vw-blue;
      color: #ffffff;
    }
  }

  .entry-detail &,
  .gallery-1 &,
  .gallery-2 &,
  .gallery-3 & {
    border-radius: 10px;
    @include lkt-rem(margin-right, 15px);
  }*/
  background-color: #fbd8d7;
  border: none;
  margin-right: 0.94rem;
}

.single .tags .tag {
  color: #2f3033;
}

@media all and (min-width: 992px) {
  .tags .tag:hover {
    opacity: 0.7;
  }
}

.gallery-1 .tags .tag,
.gallery-2 .tags .tag,
.gallery-3 .tags .tag {
  color: #000;
}

@media all and (min-width: 992px) {
  .gallery-1 .tags .tag:hover,
  .gallery-2 .tags .tag:hover,
  .gallery-3 .tags .tag:hover {
    border: 1px solid #c85543;
    background: #c85543;
    color: #ffffff;
    opacity: 1 !important;
  }
}

.tags .tag:last-child {
  margin-left: 0;
}

@media all and (max-width: 991px) {
  .tags .tag {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1;
    font-weight: 400;
    padding: 0.75rem 1.25rem;
  }
}

@media print {
  .tags {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .tags {
    margin-bottom: 0.94rem;
  }

  .tags .tag {
    margin-bottom: 0.94rem;
  }
}

.single-related-block {
  padding: 1.25rem;
}

.single-related-block .block-title {
  margin-bottom: 1.88rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 0.36;
  font-weight: 500;
  padding: 0 1.63rem;
  color: #003882;
}

.single-related-block.slider-1 .slick-slide {
  padding-right: 0;
  margin-right: 1.25rem;
}

.single-related-block .entry {
  display: flex !important;
  flex-wrap: wrap;
}

.single-related-block .entry.interview-entry .entry-title {
  font-weight: 300;
}

.single-related-block .entry-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.single-related-block .entry-inner:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
  top: auto;
  height: 6px;
  left: 0.94rem;
  right: 0.94rem;
}

.single-related-block .entry-tag-container {
  order: 3;
  color: #2f3033;
  width: 75%;
  align-self: flex-end;
}

.single-related-block .entry-tag-container i {
  display: none;
}

.single-related-block .entry-tag-container .entry-tag {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding-bottom: 0.13rem;
  color: #8e8e94;
  transition: opacity linear 250ms;
  display: block !important;
}

@media all and (min-width: 992px) {
  .single-related-block .entry-tag-container .entry-tag:hover {
    opacity: 0.5;
  }
}

.single-related-block .entry-link-container {
  width: 25%;
  order: 4;
  color: #2f3033;
  text-align: right;
  align-self: flex-end;
}

.single-related-block .entries {
  padding: 0.94rem 0.19rem 2.5rem 1.63rem;
}

.single-related-block .entry-description,
.single-related-block .entry-about {
  display: none;
}

.single-related-block .entry-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  width: 100%;
  height: 10.5rem;
}

.single-related-block .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.single-related-block .entry-image .overlay ~ * {
  z-index: 2;
}

.single-related-block .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.single-related-block .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.single-related-block .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.single-related-block .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.single-related-block .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.single-related-block .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .single-related-block .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .single-related-block .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.single-related-block .entry-image > img,
.single-related-block .entry-image > video,
.single-related-block .entry-image > canvas,
.single-related-block .entry-image > source {
  width: auto;
  height: auto;
}

.single-related-block .entry-image > img,
.single-related-block .entry-image > video,
.single-related-block .entry-image > iframe,
.single-related-block .entry-image > canvas,
.single-related-block .entry-image > source {
  display: block;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 992px) {
  .single-related-block .entry-image:hover .overlay + img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}

.single-related-block .entry {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
}

.single-related-block .entry-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-related-block .entry-content-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: stretch;
}

.single-related-block .entry {
  height: auto;
}

.single-related-block .entry-inner {
  height: auto;
}

.single-related-block .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -1px;
  padding-top: 0;
  margin-bottom: 0;
  max-width: 18rem;
}

.single-related-block .entry-content-container {
  order: 2;
  margin-bottom: 0.94rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0 !important;
}

.single-related-block .entry-date,
.single .single-related-block .entry-date {
  padding-left: 0;
  margin-bottom: 0.31rem;
  font-size: 0.88rem;
  padding-left: 0;
}

.single-related-block .entry-image-container {
  order: 1;
  text-align: center;
  font-size: 0;
  padding-bottom: 0.63rem !important;
}

@media all and (min-width: 992px) {
  .single-related-block .entry-inner {
    margin: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .single-related-block .entry-inner > * {
    padding: 0.94rem;
  }

  .single-related-block .entry-inner.gap-container {
    padding: 1.88rem;
  }

  .single-related-block .entry-inner-fix > * {
    padding: 0.94rem 0.47rem 0.94rem 0.47rem;
  }

  .single-related-block .entry-inner-fix > *:first-child {
    padding-left: 0.94rem;
  }

  .single-related-block .entry-inner-fix > *:last-child {
    padding-right: 0.94rem;
  }

  .single-related-block .entry-inner-v {
    margin-top: -0.94rem;
    margin-bottom: -0.94rem;
  }

  .single-related-block .entry-inner-v > * {
    padding-top: 0.94rem;
    padding-bottom: 0.94rem;
  }

  .single-related-block .entry-inner-h {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
    width: calc(100% + 1.88rem);
  }

  .single-related-block .entry-inner-h > * {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

@media all and (max-width: 991px) {
  .single-related-block {
    padding: 3.13rem 1.56rem 0.69rem;
  }

  .single-related-block .entry {
    padding-top: 0.94rem;
  }

  .single-related-block .entries {
    padding: 0;
    flex-direction: column;
  }

  .single-related-block .entry-inner {
    width: 100%;
  }

  .single-related-block .entry-inner:before {
    left: 0;
    right: 0;
  }

  .single-related-block .entry-image-container {
    display: block;
    width: 100%;
  }

  .single-related-block .entry-image-container {
    margin-bottom: 0.63rem;
    padding: 0;
  }

  .single-related-block .entry-image {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    height: 15rem;
  }

  .single-related-block .entry-image > img,
  .single-related-block .entry-image > video,
  .single-related-block .entry-image > canvas,
  .single-related-block .entry-image > source {
    width: auto;
    height: auto;
  }

  .single-related-block .entry-image > img,
  .single-related-block .entry-image > video,
  .single-related-block .entry-image > iframe,
  .single-related-block .entry-image > canvas,
  .single-related-block .entry-image > source {
    display: block;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .single-related-block .entry-date,
  .single .single-related-block .entry-date {
    padding-left: 0;
    font-size: 1.13rem;
    line-height: 0.56;
  }

  .single-related-block .block-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.88rem;
    line-height: 0.34;
    font-weight: 500;
    letter-spacing: -0.09rem;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.56rem;
  }

  .single-related-block .block-title:before {
    height: 23px;
  }

  .single-related-block .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.23;
    font-weight: 400;
    margin-bottom: 1.44rem;
    padding-top: 0.5rem;
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.18;
    font-weight: 500;
    padding-top: 0.63rem;
    margin-bottom: 1.25rem;
    display: block;
    width: 100%;
    color: #000000;
    max-width: 100%;
  }

  .single-related-block .entry-link-container {
    width: 100%;
  }

  .single-related-block .entry-link {
    font-size: 1.56rem;
    line-height: 1;
  }

  .single-related-block .entry-content-container {
    padding-bottom: 0.88rem;
  }

  .single-related-block .entry-content-container:before {
    left: 0 !important;
    right: 0 !important;
  }

  .single-related-block .entry-tag-container {
    display: none;
  }

  .single-related-block .load-more {
    color: #8C8E91;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .single-related-block .load-more .icon-more {
    border-radius: 100%;
    height: 4.06rem;
    width: 4.06rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #8C8E91;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.38rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0.75rem;
  }

  .single-related-block .load-more .icon-more:before {
    display: block;
    position: static;
    content: "\E814";
    font-size: 3.13rem;
  }

  .single-related-block .load-more span {
    display: block;
    text-align: center;
    font-family: VWText, Arial, Helvetica, sans-serif;
    font-size: 1.13rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.1px;
  }
}

@media screen and (min-width: 992px) {
  body.is-sticky-related .entry-related {
    position: fixed;
    top: 4.69rem;
    right: 100vw;
    margin-right: calc(-50vw - 32.81rem);
    width: 13.44rem;
  }
}

@media print {
  .entry-related {
    display: none !important;
  }
}

.entry-related .block-title {
  text-align: left;
  margin-top: 0.5rem;
  text-transform: uppercase;
  /*@include black-block-title(lkt-rem(23.12px), lkt-rem(23.12px), $blue) {
    @include lkt-rem(padding-left, 7.5px);
    @include lkt-rem(padding-right, 7.5px);
  }*/
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.44;
  font-weight: 300;
  color: #003882;
  /**@include lkt-before(flex, static){
    content: '+';
    border: 1px solid $ayo-blue;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-family: notoSerifSC;
    font-size: 24px;
    font-weight: $font-weight-light;
  }*/
}

.entry-related .block-title .icon {
  font-size: 1.44rem;
  line-height: 1.5rem;
}

.entry-related .entries + .block-title {
  margin-top: 1.25rem;
}

.entry-related .entry {
  padding: 0.94rem 0;
  position: relative;
}

.entry-related .entry:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
  top: auto;
  height: 6px;
}

.entry-related .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-top: 0;
  margin-bottom: 0;
  color: #2f3033;
}

.entry-related .entry-title > strong:first-child {
  margin-right: 0.31rem;
}

.entry-related .entry-title > span {
  font-weight: 300;
}

.entry-related .entry-title .gallery-tag {
  font-size: 0.94rem;
  line-height: 1.39;
}

.entry-related .entry-tag {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #2f3033;
}

.entry-related .entry-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.entry-related .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.entry-related .entry-image .overlay ~ * {
  z-index: 2;
}

.entry-related .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.entry-related .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.entry-related .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.entry-related .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.entry-related .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.entry-related .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .entry-related .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .entry-related .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.entry-related .entry-image > img,
.entry-related .entry-image > video,
.entry-related .entry-image > canvas,
.entry-related .entry-image > source {
  width: auto;
  height: auto;
}

.entry-related .entry-image > img,
.entry-related .entry-image > video,
.entry-related .entry-image > iframe,
.entry-related .entry-image > canvas,
.entry-related .entry-image > source {
  display: block;
  margin: auto;
  max-width: none;
  max-height: 7.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.entry-related .entry-content-container {
  padding-bottom: 0.63rem;
}

@media all and (max-width: 991px) {
  .entry-related .block-title {
    text-align: left;
    border: none;
    display: flex;
    align-items: center;
  }

  .entry-related .block-title .icon {
    font-size: 2.19rem;
    margin-right: 0.31rem;
  }

  .entry-related .block-title .icon i:before {
    margin-left: 0;
  }

  .entry-related .block-title span {
    padding-left: 0;
    font-size: 1.56rem;
  }

  .entry-related .entry {
    display: flex;
    flex-direction: row-reverse;
    padding: 1.56rem 0 1.56rem;
  }

  .entry-related .entry:before {
    border-color: #8c8e91;
  }

  .entry-related .entry-content-container {
    width: 14.88rem;
    padding-right: 0.47rem;
    margin-top: -0.25rem;
  }

  .entry-related .entry-image-container {
    width: 11.25rem;
    padding-left: 0.47rem;
    padding-right: 0;
  }

  .entry-related .entry-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .entry-related .entry-image > img,
  .entry-related .entry-image > video,
  .entry-related .entry-image > canvas,
  .entry-related .entry-image > source {
    width: auto;
    height: auto;
  }

  .entry-related .entry-image > img,
  .entry-related .entry-image > video,
  .entry-related .entry-image > iframe,
  .entry-related .entry-image > canvas,
  .entry-related .entry-image > source {
    display: block;
    margin: auto;
    max-width: none;
    max-height: 6.63rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .entry-related .entry-title {
    font-size: 1.38rem;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.01rem;
  }

  .entry-related .entry-tag {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.01rem;
  }
}

.entry-share {
  position: relative;
}

.entry-share ul {
  margin-top: -0.38rem;
}

@media screen and (min-width: 992px) {
  body.is-sticky-share .entry-share ul {
    position: fixed;
    top: 6.88rem;
    left: 100vw;
    margin-left: calc(-50vw - 32.19rem + 0.94rem);
    background-color: #fff;
  }
}

.entry-share li {
  color: #2f3033;
  font-family: Noto Sans, sans-serif;
  font-size: 0.70rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1px;
  padding: 0.75rem 0;
  text-transform: uppercase;
}

.entry-share li:first-child {
  padding-top: 0;
}

.entry-share i {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-right: 0.94rem;
  color: #c85543;
}

.entry-share i.icon-enviar {
  font-size: 1.06rem;
  margin-right: 1.25rem;
}

.entry-share i,
.entry-share span,
.entry-share a {
  vertical-align: middle;
}

.entry-share a i + span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.13rem;
}

.entry-share a i + span:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  transition: width linear 250ms;
  left: 0;
  height: 1px;
  background: #2f3033;
}

@media all and (min-width: 992px) {
  .entry-share a i + span:hover:before {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .entry-share {
    width: 100%;
    padding: 0.94rem 2.5rem;
  }

  .entry-detail .entry-share {
    padding: 0.94rem;
  }

  .single-page.opinion .entry-share {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .single-page.opinion .entry-share ul {
    position: relative;
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: none;
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }

  .entry-share ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #8c8e91;
    border-bottom: 1px solid #8c8e91;
    margin-top: 0.38rem;
    padding: 1.56rem 0 1.25rem;
  }

  .entry-share li {
    padding: 0;
  }

  .entry-share a,
  .entry-share span {
    font-size: 0;
  }

  .entry-share i {
    margin-right: 0;
    font-size: 2rem;
    line-height: 1;
  }

  .entry-share i.icon-enviar {
    font-size: 1.56rem;
  }
}

.cover-block-2 .entry {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 64.38rem;
}

.cover-block-2 .entry.interview-entry .entry-title,
.cover-block-2 .entry.interview-entry .entry-title > h2 > a {
  font-weight: 400;
  /*> span {
    text-decoration: underline;
  }*/
}

.cover-block-2 .entry.interview-entry .entry-title > strong,
.cover-block-2 .entry.interview-entry .entry-title > h2 > a > strong {
  color: #003882;
}

.cover-block-2 .entry.blog-entry .entry-title,
.cover-block-2 .entry.blog-entry .entry-title > h2 > a {
  font-weight: 400;
}

.cover-block-2 .entry.blog-entry .entry-title .category-tag {
  display: block;
}

.cover-block-2 .entry.blog-entry .entry-image {
  text-align: center;
}

.cover-block-2 .entry.blog-entry .entry-image img.author-image {
  max-width: 138px;
  width: 100%;
  height: auto;
}

.cover-block-2 .entry.opinion-entry .entry-title .category-tag {
  display: block;
}

.cover-block-2 .entry.opinion-entry .entry-title,
.cover-block-2 .entry.opinion-entry .entry-title > h2 > a {
  font-weight: 600;
}

.cover-block-2 .entry.opinion-entry .entry-title > span,
.cover-block-2 .entry.opinion-entry .entry-title > h2 > a > span {
  font-weight: 400;
}

.cover-block-2 .entry .entry-title .category-tag {
  display: block;
}

.cover-block-2 .entry .entry-tag .author {
  text-decoration: underline;
  text-transform: capitalize;
}

.cover-block-2 .entry .entry-tag {
  color: #000;
}

.cover-block-2 .entry .entry-tag .separator {
  margin-left: 7px;
  margin-right: 7px;
}

.cover-block-2 .entry-icon {
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
}

.cover-block-2 .entry-inner {
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cover-block-2 .entry-inner:before {
  display: block;
  position: initial;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.cover-block-2 .entry-content-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 37.95rem;
  padding-top: 3.13rem;
  padding-bottom: 6.25rem;
  z-index: 2;
  position: relative;
}

.cover-block-2 .entry-category {
  background-color: #c85543;
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 0.95;
  font-weight: 800;
  padding: 0.13rem 0.19rem;
  display: inline-block;
  text-transform: uppercase;
}

.cover-block-2 .entry-title,
.cover-block-2 .entry-title h2 {
  font-family: Noto Serif JP, serif;
  font-size: 3.31rem;
  line-height: 1;
  font-weight: 300;
  padding-top: 0.63rem;
  padding-bottom: 2.81rem;
}

.cover-block-2 .entry-description {
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.18;
  font-weight: 600;
  padding-bottom: 6.94rem;
}

@media all and (max-width: 991px) {
  .cover-block-2 .entry-description {
    display: none;
  }

  .cover-block-2 .entry-content-container {
    padding: 0 1.88rem;
    height: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cover-block-2 .entry-title {
    padding: 0;
    font-family: PlayfairDisplay, Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 0.95;
    font-weight: 600;
  }

  .cover-block-2 .entry-inner {
    height: 37.31rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.list-entries-block .entries {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 49.35rem;
  padding: 3.75rem 0;
}

.list-entries-block .entry-inner {
  display: flex;
  padding-top: 0.63rem;
  position: relative;
}

.list-entries-block .entry-inner:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  height: 6px;
  left: 13px;
  right: 13px;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
}

.list-entries-block .entry {
  margin-bottom: 0.94rem;
}

.list-entries-block .entry.interview-entry .entry-title,
.list-entries-block .entry.interview-entry .entry-title > h2 > a {
  font-weight: 400;
  /*> span {
    text-decoration: underline;
  }*/
}

.list-entries-block .entry.interview-entry .entry-title > strong,
.list-entries-block .entry.interview-entry .entry-title > h2 > a > strong {
  color: #003882;
}

.list-entries-block .entry.blog-entry .entry-title,
.list-entries-block .entry.blog-entry .entry-title > h2 > a {
  font-weight: 400;
}

.list-entries-block .entry.blog-entry .entry-title .category-tag {
  display: block;
}

.list-entries-block .entry.blog-entry .entry-image {
  text-align: center;
}

.list-entries-block .entry.blog-entry .entry-image img.author-image {
  max-width: 138px;
  width: 100%;
  height: auto;
}

.list-entries-block .entry.opinion-entry .entry-title .category-tag {
  display: block;
}

.list-entries-block .entry.opinion-entry .entry-title,
.list-entries-block .entry.opinion-entry .entry-title > h2 > a {
  font-weight: 600;
}

.list-entries-block .entry.opinion-entry .entry-title > span,
.list-entries-block .entry.opinion-entry .entry-title > h2 > a > span {
  font-weight: 400;
}

.list-entries-block .entry .entry-title .category-tag {
  display: block;
}

.list-entries-block .entry .entry-tag .author {
  text-decoration: underline;
  text-transform: capitalize;
}

.list-entries-block .entry .entry-tag {
  color: #000;
}

.list-entries-block .entry .entry-tag .separator {
  margin-left: 7px;
  margin-right: 7px;
}

.list-entries-block .entry-content-container,
.list-entries-block .entry-image-container {
  width: 50%;
}

.list-entries-block .entry-content-container {
  display: flex;
  flex-wrap: wrap;
}

.list-entries-block .entry-title {
  font-family: Noto Serif JP, serif;
  font-size: 1.75rem;
  line-height: 1.14;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: 100%;
  order: 1;
  margin-bottom: 1.56rem;
}

body.category .list-entries-block .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 1.14;
  font-weight: 400;
}

.list-entries-block .entry-tag-container {
  width: 100%;
  order: 2;
  min-height: 14px;
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 0.72;
  font-weight: 400;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  align-self: flex-end;
  line-height: 1.5 !important;
}

.list-entries-block .entry-tag-container .entry-tag {
  color: #8c8e91;
}

.list-entries-block .entry-tag-container i {
  display: none;
}

.list-entries-block .category-tag {
  transition: background linear 250ms, color linear 250ms;
  font-family: Noto Sans, sans-serif;
  font-size: 1.88rem;
  line-height: 1.13;
  font-weight: 600;
}

@media all and (min-width: 992px) {
  .list-entries-block .category-tag:hover {
    background: #c85543;
    color: #ffffff;
  }
}

.list-entries-block .entry-link-container {
  display: none !important;
  color: #8c8e91;
  order: 3;
  width: 15%;
  text-align: right;
  align-self: flex-end;
}

.list-entries-block .entry-image-container {
  text-align: right;
}

.list-entries-block .entry-image {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

.list-entries-block .entry-image > img,
.list-entries-block .entry-image > video,
.list-entries-block .entry-image > canvas,
.list-entries-block .entry-image > source {
  width: auto;
  height: auto;
}

.list-entries-block .entry-image > img,
.list-entries-block .entry-image > video,
.list-entries-block .entry-image > iframe,
.list-entries-block .entry-image > canvas,
.list-entries-block .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 10.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.list-entries-block .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.list-entries-block .entry-image .overlay ~ * {
  z-index: 2;
}

.list-entries-block .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.list-entries-block .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.list-entries-block .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.list-entries-block .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.list-entries-block .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.list-entries-block .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .list-entries-block .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .list-entries-block .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.list-entries-block .entry-search {
  display: none;
}

@media all and (min-width: 992px) {
  .list-entries-block {
    /*
    .entries {
      > .entry {
        &:first-child {
          @include lkt-after(block, absolute) {
            top: lkt-rem(15px);
            left: 0;
            right: 0;
            border-top: 1px solid $vw-gray-2;

            @include lkt-media(to-lg) {
              @include lkt-after() {
                border-bottom: 1px solid #000;
              }
            }
          }
        }
      }
    }*/
  }

  .list-entries-block .entry-inner {
    margin: -1.88rem;
    width: calc(100% + 3.76rem);
  }

  .list-entries-block .entry-inner > * {
    padding: 1.88rem;
  }

  .list-entries-block .entry-inner.gap-container {
    padding: 3.76rem;
  }

  .list-entries-block .entry-inner-fix > * {
    padding: 1.88rem 0.94rem 1.88rem 0.94rem;
  }

  .list-entries-block .entry-inner-fix > *:first-child {
    padding-left: 1.88rem;
  }

  .list-entries-block .entry-inner-fix > *:last-child {
    padding-right: 1.88rem;
  }

  .list-entries-block .entry-inner-v {
    margin-top: -1.88rem;
    margin-bottom: -1.88rem;
  }

  .list-entries-block .entry-inner-v > * {
    padding-top: 1.88rem;
    padding-bottom: 1.88rem;
  }

  .list-entries-block .entry-inner-h {
    margin-left: -1.88rem;
    margin-right: -1.88rem;
    width: calc(100% + 3.76rem);
  }

  .list-entries-block .entry-inner-h > * {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .list-entries-block .entry-inner {
    margin-top: 0;
  }

  body.category .list-entries-block .entry-inner {
    margin: -1.25rem;
    width: calc(100% + 2.5rem);
  }

  body.category .list-entries-block .entry-inner > * {
    padding: 1.25rem;
  }

  body.category .list-entries-block .entry-inner.gap-container {
    padding: 2.5rem;
  }

  body.category .list-entries-block .entry-inner-fix > * {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }

  body.category .list-entries-block .entry-inner-fix > *:first-child {
    padding-left: 1.25rem;
  }

  body.category .list-entries-block .entry-inner-fix > *:last-child {
    padding-right: 1.25rem;
  }

  body.category .list-entries-block .entry-inner-v {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  body.category .list-entries-block .entry-inner-v > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  body.category .list-entries-block .entry-inner-h {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
  }

  body.category .list-entries-block .entry-inner-h > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  body.category .list-entries-block .entry-tag-container {
    font-weight: 400;
  }
}

@media all and (max-width: 991px) {
  .list-entries-block .entries {
    padding: 1.56rem;
  }

  .list-entries-block .entry-inner {
    flex-direction: column-reverse;
  }

  .list-entries-block .entry-inner:before {
    left: 0;
    right: 0;
  }

  .list-entries-block .imagen-entry .entry-inner {
    flex-direction: column;
    padding-bottom: 2.5rem;
  }

  .list-entries-block .imagen-entry .entry-inner .category {
    margin-bottom: 1.25rem;
  }

  .list-entries-block .entry-content-container,
  .list-entries-block .entry-image-container {
    width: 100%;
  }

  .list-entries-block .entry-image-container {
    margin-bottom: 1.25rem;
    text-align: left;
  }

  .list-entries-block .entry-content-container {
    padding-bottom: 2.38rem;
  }

  .list-entries-block .entry-title {
    font-family: Noto Serif JP, serif;
    font-size: 1.81rem;
    line-height: 1.14;
    font-weight: 400;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01px;
  }

  body.category .list-entries-block .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.81rem;
    line-height: 1.14;
    font-weight: 400;
  }

  .list-entries-block .entry-tag-container {
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 0.56;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.2px;
  }

  .list-entries-block .blog-entry .entry-title {
    font-family: Noto Sans, sans-serif;
  }

  .list-entries-block .entry-link {
    font-size: 1.56rem;
    line-height: 1;
  }

  .list-entries-block .entry-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .list-entries-block .entry-image > img,
  .list-entries-block .entry-image > video,
  .list-entries-block .entry-image > canvas,
  .list-entries-block .entry-image > source {
    width: auto;
    height: auto;
  }

  .list-entries-block .entry-image > img,
  .list-entries-block .entry-image > video,
  .list-entries-block .entry-image > iframe,
  .list-entries-block .entry-image > canvas,
  .list-entries-block .entry-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 15rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.main-wrapper .banner-nomargin .long-banner-block {
  margin-bottom: 0;
}

.main-wrapper .banner-nomargin .long-banner-block .col-12 {
  padding-top: 0;
}

.finder-block {
  padding: 0.94rem;
}

.finder-block .block-title {
  color: #c85543;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 2rem;
  line-height: 0.88;
  font-weight: 600;
  margin: 0;
}

.author-archive .finder-block .block-title {
  text-align: left;
  margin-bottom: 10px;
}

.author-archive .finder-block {
  display: flex !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 36.69rem;
  padding-top: 3.13rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  position: relative;
}

.author-archive .finder-block:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
  top: auto;
  height: 6px;
}

.author-archive .finder-block .slot-author-info {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.author-archive .finder-block .slot-image-container {
  width: 9.5rem;
  flex: 0 0 9.5rem;
}

.author-archive .finder-block .slot-image-container .slot-image img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 991px) {
  .finder-block {
    padding: 0.94rem;
  }

  .author-archive .finder-block {
    flex-direction: column-reverse;
    padding-bottom: 1.88rem;
  }

  .author-archive .finder-block .block-title {
    text-align: center;
  }

  .author-archive .finder-block .slot-author-info {
    text-align: center;
  }

  body.tag .finder-block,
  .category .finder-block {
    position: relative;
  }

  body.tag .finder-block:before,
  .category .finder-block:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
    top: auto;
    height: 6px;
    left: 1.56rem;
    right: 1.56rem;
  }
}

.finder-form-block form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 36.69rem;
}

@media all and (max-width: 991px) {
  .finder-form-block {
    background: #ccc8c8;
    padding: 1.69rem 0.63rem;
  }
}

@media all and (min-width: 992px) {
  .finder-form-block .finder {
    padding: 0.94rem 0;
  }

  .finder-form-block .row div:first-child {
    padding-right: 0;
  }
}

.finder-results-block {
  padding: 0.94rem;
  padding-top: 0.63rem;
  /*.entry-tag {
    display: none;
  }*/
}

.finder-results-block > div:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.finder-results-block .block-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.17;
  font-weight: 400;
  text-align: center;
}

.finder-results-block .entries {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 49.35rem;
}

.author-archive .finder-results-block .entries {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 36.69rem;
}

.finder-results-block .alm-reveal:first-child .entry:first-child {
  position: relative;
}

.finder-results-block .alm-reveal:first-child .entry:first-child:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  height: 6px;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
}

.finder-results-block .entry {
  padding: 0.94rem 0;
}

.finder-results-block .entry.interview-entry .entry-title,
.finder-results-block .entry.interview-entry .entry-title > h2 > a {
  font-weight: 400;
  /*> span {
    text-decoration: underline;
  }*/
}

.finder-results-block .entry.interview-entry .entry-title > strong,
.finder-results-block .entry.interview-entry .entry-title > h2 > a > strong {
  color: #003882;
}

.finder-results-block .entry.blog-entry .entry-title,
.finder-results-block .entry.blog-entry .entry-title > h2 > a {
  font-weight: 400;
}

.finder-results-block .entry.blog-entry .entry-title .category-tag {
  display: block;
}

.finder-results-block .entry.blog-entry .entry-image {
  text-align: center;
}

.finder-results-block .entry.blog-entry .entry-image img.author-image {
  max-width: 138px;
  width: 100%;
  height: auto;
}

.finder-results-block .entry.opinion-entry .entry-title .category-tag {
  display: block;
}

.finder-results-block .entry.opinion-entry .entry-title,
.finder-results-block .entry.opinion-entry .entry-title > h2 > a {
  font-weight: 600;
}

.finder-results-block .entry.opinion-entry .entry-title > span,
.finder-results-block .entry.opinion-entry .entry-title > h2 > a > span {
  font-weight: 400;
}

.finder-results-block .entry .entry-title .category-tag {
  display: block;
}

.finder-results-block .entry .entry-tag .author {
  text-decoration: underline;
  text-transform: capitalize;
}

.finder-results-block .entry .entry-tag {
  color: #000;
}

.finder-results-block .entry .entry-tag .separator {
  margin-left: 7px;
  margin-right: 7px;
}

.author-archive .finder-results-block .entry .author {
  display: none !important;
}

.author-archive .finder-results-block .entry .author + .separator {
  display: none !important;
}

.finder-results-block .entry-inner {
  position: relative;
}

.finder-results-block .entry-inner:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.81rem;
  right: 0.81rem;
  height: 6px;
  background: transparent left bottom url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
}

.finder-results-block .entry-inner {
  margin: -0.94rem;
  width: calc(100% + 1.88rem);
}

.finder-results-block .entry-inner > * {
  padding: 0.94rem;
}

.finder-results-block .entry-inner.gap-container {
  padding: 1.88rem;
}

.finder-results-block .entry-inner-fix > * {
  padding: 0.94rem 0.47rem 0.94rem 0.47rem;
}

.finder-results-block .entry-inner-fix > *:first-child {
  padding-left: 0.94rem;
}

.finder-results-block .entry-inner-fix > *:last-child {
  padding-right: 0.94rem;
}

.finder-results-block .entry-inner-v {
  margin-top: -0.94rem;
  margin-bottom: -0.94rem;
}

.finder-results-block .entry-inner-v > * {
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
}

.finder-results-block .entry-inner-h {
  margin-left: -0.94rem;
  margin-right: -0.94rem;
  width: calc(100% + 1.88rem);
}

.finder-results-block .entry-inner-h > * {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.finder-results-block .entry-content-container {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 0.47rem;
}

.finder-results-block .entry-content-container {
  flex: 0 0 63.5833333333%;
  max-width: 63.5833333333%;
  display: block;
  min-height: 1px;
}

.finder-results-block .entry-image-container {
  text-align: right;
}

.finder-results-block .entry-image-container {
  flex: 0 0 36.4166666667%;
  max-width: 36.4166666667%;
  display: block;
  min-height: 1px;
}

.author-archive .finder-results-block .entry-image-container {
  display: none !important;
}

.finder-results-block .entry-title {
  font-family: Noto Serif JP, serif;
  font-size: 1.69rem;
  line-height: 1.07;
  font-weight: 600;
  width: 100%;
  order: 1;
  color: #000000;
  display: block;
  margin-bottom: 1.56rem;
}

.author-archive .finder-results-block .entry-title {
  text-decoration: none !important;
  font-family: Noto Sans, sans-serif;
  font-size: 1.88rem;
  line-height: 1.13;
  font-weight: 400;
}

.author-archive .finder-results-block .entry-title .category-tag {
  font-family: Noto Sans, sans-serif;
  font-size: 1.88rem;
  line-height: 1.13;
  font-weight: 600;
  display: block;
}

.finder-results-block .entry-title .category-tag {
  font-family: Noto Sans, sans-serif;
  font-size: 1.88rem;
  line-height: 1.13;
  font-weight: 600;
  display: block;
}

.finder-results-block .entry-tag-container {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 0.72;
  font-weight: 400;
  width: 85%;
  order: 2;
  color: #8e8e94;
  text-transform: uppercase;
  align-self: flex-end;
}

.finder-results-block .entry-search .category {
  color: black;
}

.finder-results-block .entry-link-container {
  display: none !important;
  width: 15%;
  order: 3;
  color: #8C8E91;
  text-align: right;
  align-self: flex-end;
}

.finder-results-block .entry-about {
  display: none;
}

.finder-results-block .entry-description {
  display: none;
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 1.19rem;
  line-height: 1.31;
  font-weight: 300;
}

.finder-results-block .entry-description p:not(:last-child) {
  margin-bottom: 0.88rem;
}

.finder-results-block .entry-image {
  display: block;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.finder-results-block .entry-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.finder-results-block .entry-image .overlay ~ * {
  z-index: 2;
}

.finder-results-block .entry-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.finder-results-block .entry-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.finder-results-block .entry-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.finder-results-block .entry-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.finder-results-block .entry-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.finder-results-block .entry-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .finder-results-block .entry-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .finder-results-block .entry-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.finder-results-block .entry-image > img,
.finder-results-block .entry-image > video,
.finder-results-block .entry-image > canvas,
.finder-results-block .entry-image > source {
  width: auto;
  height: auto;
}

.finder-results-block .entry-image > img,
.finder-results-block .entry-image > video,
.finder-results-block .entry-image > iframe,
.finder-results-block .entry-image > canvas,
.finder-results-block .entry-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 10.5rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-right: 0;
}

@media all and (max-width: 991px) {
  .finder-results-block .block-title strong {
    display: block;
  }

  .finder-results-block .entry-content-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1.88rem;
  }

  .finder-results-block .entry:first-child .entry-content-container {
    padding-top: 1.56rem;
  }

  .finder-results-block .entry-inner {
    padding-bottom: 2.75rem;
  }

  .finder-results-block .entry-inner:before {
    left: 0;
    right: 0;
  }

  .finder-results-block .entry-link {
    font-size: 1.56rem;
    line-height: 1;
  }

  .finder-results-block .entry-title {
    font-family: Noto Serif JP, serif;
    font-size: 1.81rem;
    line-height: 1.07;
    font-weight: 600;
    margin-bottom: 2.5rem;
  }

  .author-archive .finder-results-block .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.81rem;
    line-height: 1.07;
    font-weight: 600;
  }

  body.tag .finder-results-block .entry-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.81rem;
    line-height: 1.07;
    font-weight: 400;
  }

  .finder-results-block .entry-tag-container {
    width: 85%;
    font-size: 1.13rem;
    line-height: 1;
    padding-bottom: 0.5rem;
  }

  .finder-results-block .entry-link-container {
    width: 15%;
    align-self: initial;
  }
}

.printed-edition-block {
  position: relative;
}

.printed-edition-block .entries {
  position: relative;
}

@media all and (min-width: 992px) {
  .printed-edition-block .entries:before {
    content: "";
    width: 6px;
    top: 0;
    right: 2.5rem;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
  }
}

.printed-edition-block .block-title {
  margin-bottom: 1.63rem;
}

@media all and (max-width: 991px) {
  .printed-edition-block .block-title {
    text-align: center;
    padding-bottom: 0.63rem;
  }
}

.printed-edition-block .entry {
  flex-direction: column;
  padding: 0 3.44rem 1.25rem;
}

@media all and (min-width: 992px) {
  .printed-edition-block .entry {
    position: relative;
  }

  .printed-edition-block .entry:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: auto;
    background: transparent right top url("/wp-content/themes/alfayomega/icons/ondular-lateral-border.png") repeat-y;
    width: 6px;
  }
}

.printed-edition-block .entry-image-container {
  order: 1;
  text-align: center;
  padding-right: 1.56rem;
  padding-bottom: 1.56rem;
}

.printed-edition-block .entry-image-container img {
  max-width: 100%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 991px) {
  .printed-edition-block .entry-image-container {
    padding-left: 1.56rem;
  }
}

.printed-edition-block .entry-title {
  order: 2;
  margin-bottom: 1.88rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #2f3033;
  margin-top: 1.25rem;
}

@media all and (max-width: 991px) {
  .printed-edition-block .entry-title {
    font-size: 1.5rem;
    line-height: 1.81rem;
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }
}

.printed-edition-block .entry-options {
  order: 3;
  color: #8e8e94;
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 0.72;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.63rem;
  position: relative;
}

@media all and (min-width: 992px) {
  .printed-edition-block .entry-options {
    border-top: 2px solid #8e8e94;
  }

  .printed-edition-block .entry-options:before {
    display: block;
    position: absolute;
    content: "";
    background-color: #8e8e94;
    height: 1.06rem;
    width: 0.06rem;
    top: 0.44rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media all and (max-width: 991px) {
  .printed-edition-block .entry-options {
    font-size: 1.13rem;
    font-weight: 500;
    letter-spacing: -0.1px;
    position: relative;
    padding-right: 1.56rem;
    padding-left: 1.56rem;
  }

  .printed-edition-block .entry-options:before {
    display: block;
    position: absolute;
    content: "";
    background-color: #8e8e94;
    height: 1.5rem;
    width: 0.06rem;
    top: 0.44rem;
    margin-left: -0.13rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.slot-single-quote,
.slot-single-video,
.slot-single-text-with-image,
.slot-single-file,
.slot-single-featured-text,
.slot-single-testimonial {
  border: 1px solid #8e8e94;
  border-radius: 1.88rem;
  padding: 1.56rem;
}

.slot-single-quote:not(:last-child),
.slot-single-video:not(:last-child),
.slot-single-text-with-image:not(:last-child),
.slot-single-file:not(:last-child),
.slot-single-featured-text:not(:last-child),
.slot-single-testimonial:not(:last-child) {
  margin-bottom: 1.88rem;
}

.slot-single-quote .slot-image-container:not(:last-child),
.slot-single-video .slot-image-container:not(:last-child),
.slot-single-text-with-image .slot-image-container:not(:last-child),
.slot-single-file .slot-image-container:not(:last-child),
.slot-single-featured-text .slot-image-container:not(:last-child),
.slot-single-testimonial .slot-image-container:not(:last-child) {
  margin-bottom: 1.25rem;
}

.slot-single-quote .slot-image,
.slot-single-video .slot-image,
.slot-single-text-with-image .slot-image,
.slot-single-file .slot-image,
.slot-single-featured-text .slot-image,
.slot-single-testimonial .slot-image {
  margin-bottom: 1.25rem;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  width: 100% !important;
  display: block !important;
}

.slot-single-quote .slot-image > img,
.slot-single-video .slot-image > img,
.slot-single-text-with-image .slot-image > img,
.slot-single-file .slot-image > img,
.slot-single-featured-text .slot-image > img,
.slot-single-testimonial .slot-image > img,
.slot-single-quote .slot-image > video,
.slot-single-video .slot-image > video,
.slot-single-text-with-image .slot-image > video,
.slot-single-file .slot-image > video,
.slot-single-featured-text .slot-image > video,
.slot-single-testimonial .slot-image > video,
.slot-single-quote .slot-image > canvas,
.slot-single-video .slot-image > canvas,
.slot-single-text-with-image .slot-image > canvas,
.slot-single-file .slot-image > canvas,
.slot-single-featured-text .slot-image > canvas,
.slot-single-testimonial .slot-image > canvas,
.slot-single-quote .slot-image > source,
.slot-single-video .slot-image > source,
.slot-single-text-with-image .slot-image > source,
.slot-single-file .slot-image > source,
.slot-single-featured-text .slot-image > source,
.slot-single-testimonial .slot-image > source {
  width: auto;
  height: auto;
}

.slot-single-quote .slot-image > img,
.slot-single-video .slot-image > img,
.slot-single-text-with-image .slot-image > img,
.slot-single-file .slot-image > img,
.slot-single-featured-text .slot-image > img,
.slot-single-testimonial .slot-image > img,
.slot-single-quote .slot-image > video,
.slot-single-video .slot-image > video,
.slot-single-text-with-image .slot-image > video,
.slot-single-file .slot-image > video,
.slot-single-featured-text .slot-image > video,
.slot-single-testimonial .slot-image > video,
.slot-single-quote .slot-image > iframe,
.slot-single-video .slot-image > iframe,
.slot-single-text-with-image .slot-image > iframe,
.slot-single-file .slot-image > iframe,
.slot-single-featured-text .slot-image > iframe,
.slot-single-testimonial .slot-image > iframe,
.slot-single-quote .slot-image > canvas,
.slot-single-video .slot-image > canvas,
.slot-single-text-with-image .slot-image > canvas,
.slot-single-file .slot-image > canvas,
.slot-single-featured-text .slot-image > canvas,
.slot-single-testimonial .slot-image > canvas,
.slot-single-quote .slot-image > source,
.slot-single-video .slot-image > source,
.slot-single-text-with-image .slot-image > source,
.slot-single-file .slot-image > source,
.slot-single-featured-text .slot-image > source,
.slot-single-testimonial .slot-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 25.8rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slot-single-quote .slot-text-image,
.slot-single-video .slot-text-image,
.slot-single-text-with-image .slot-text-image,
.slot-single-file .slot-text-image,
.slot-single-featured-text .slot-text-image,
.slot-single-testimonial .slot-text-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  height: 11.75rem;
  margin-bottom: -1.56rem;
}

.slot-single-quote .slot-text-image > img,
.slot-single-video .slot-text-image > img,
.slot-single-text-with-image .slot-text-image > img,
.slot-single-file .slot-text-image > img,
.slot-single-featured-text .slot-text-image > img,
.slot-single-testimonial .slot-text-image > img,
.slot-single-quote .slot-text-image > video,
.slot-single-video .slot-text-image > video,
.slot-single-text-with-image .slot-text-image > video,
.slot-single-file .slot-text-image > video,
.slot-single-featured-text .slot-text-image > video,
.slot-single-testimonial .slot-text-image > video,
.slot-single-quote .slot-text-image > iframe,
.slot-single-video .slot-text-image > iframe,
.slot-single-text-with-image .slot-text-image > iframe,
.slot-single-file .slot-text-image > iframe,
.slot-single-featured-text .slot-text-image > iframe,
.slot-single-testimonial .slot-text-image > iframe,
.slot-single-quote .slot-text-image > canvas,
.slot-single-video .slot-text-image > canvas,
.slot-single-text-with-image .slot-text-image > canvas,
.slot-single-file .slot-text-image > canvas,
.slot-single-featured-text .slot-text-image > canvas,
.slot-single-testimonial .slot-text-image > canvas,
.slot-single-quote .slot-text-image > source,
.slot-single-video .slot-text-image > source,
.slot-single-text-with-image .slot-text-image > source,
.slot-single-file .slot-text-image > source,
.slot-single-featured-text .slot-text-image > source,
.slot-single-testimonial .slot-text-image > source {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slot-single-quote .slot-text-image.left,
.slot-single-video .slot-text-image.left,
.slot-single-text-with-image .slot-text-image.left,
.slot-single-file .slot-text-image.left,
.slot-single-featured-text .slot-text-image.left,
.slot-single-testimonial .slot-text-image.left {
  margin-left: -1.56rem;
  margin-bottom: 0;
}

.slot-single-quote .slot-text-image.left > img,
.slot-single-video .slot-text-image.left > img,
.slot-single-text-with-image .slot-text-image.left > img,
.slot-single-file .slot-text-image.left > img,
.slot-single-featured-text .slot-text-image.left > img,
.slot-single-testimonial .slot-text-image.left > img {
  right: initial;
}

.slot-single-quote .slot-text-image.right,
.slot-single-video .slot-text-image.right,
.slot-single-text-with-image .slot-text-image.right,
.slot-single-file .slot-text-image.right,
.slot-single-featured-text .slot-text-image.right,
.slot-single-testimonial .slot-text-image.right {
  margin-right: -1.56rem;
  margin-bottom: 0;
}

.slot-single-quote .slot-text-image.right > img,
.slot-single-video .slot-text-image.right > img,
.slot-single-text-with-image .slot-text-image.right > img,
.slot-single-file .slot-text-image.right > img,
.slot-single-featured-text .slot-text-image.right > img,
.slot-single-testimonial .slot-text-image.right > img {
  left: initial;
}

.slot-single-quote .slot-image-info,
.slot-single-video .slot-image-info,
.slot-single-text-with-image .slot-image-info,
.slot-single-file .slot-image-info,
.slot-single-featured-text .slot-image-info,
.slot-single-testimonial .slot-image-info {
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.36;
  font-weight: 300;
  color: #2f3033;
}

.slot-single-quote .slot-image-info strong,
.slot-single-video .slot-image-info strong,
.slot-single-text-with-image .slot-image-info strong,
.slot-single-file .slot-image-info strong,
.slot-single-featured-text .slot-image-info strong,
.slot-single-testimonial .slot-image-info strong {
  font-weight: 600;
}

.slot-single-quote .slot-image-info + a,
.slot-single-video .slot-image-info + a,
.slot-single-text-with-image .slot-image-info + a,
.slot-single-file .slot-image-info + a,
.slot-single-featured-text .slot-image-info + a,
.slot-single-testimonial .slot-image-info + a {
  display: block;
  text-align: right;
}

.slot-single-quote .slot-title,
.slot-single-video .slot-title,
.slot-single-text-with-image .slot-title,
.slot-single-file .slot-title,
.slot-single-featured-text .slot-title,
.slot-single-testimonial .slot-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.27;
  font-weight: 600;
  margin-bottom: 1.56rem;
  color: #003882;
}

.slot-single-quote .slot-description,
.slot-single-video .slot-description,
.slot-single-text-with-image .slot-description,
.slot-single-file .slot-description,
.slot-single-featured-text .slot-description,
.slot-single-testimonial .slot-description {
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.77;
  font-weight: 300;
  letter-spacing: -0.1px;
}

.slot-single-quote .slot-description:not(:last-child),
.slot-single-video .slot-description:not(:last-child),
.slot-single-text-with-image .slot-description:not(:last-child),
.slot-single-file .slot-description:not(:last-child),
.slot-single-featured-text .slot-description:not(:last-child),
.slot-single-testimonial .slot-description:not(:last-child) {
  margin-bottom: 1.25rem;
}

.slot-single-quote .slot-top-icon,
.slot-single-video .slot-top-icon,
.slot-single-text-with-image .slot-top-icon,
.slot-single-file .slot-top-icon,
.slot-single-featured-text .slot-top-icon,
.slot-single-testimonial .slot-top-icon {
  font-size: 2.63rem;
  line-height: 1;
  margin-bottom: 0.94rem;
}

.slot-single-quote .slot-top-icon i:before,
.slot-single-video .slot-top-icon i:before,
.slot-single-text-with-image .slot-top-icon i:before,
.slot-single-file .slot-top-icon i:before,
.slot-single-featured-text .slot-top-icon i:before,
.slot-single-testimonial .slot-top-icon i:before {
  margin: 0;
}

.slot-single-quote .slot-quote-about-container,
.slot-single-video .slot-quote-about-container,
.slot-single-text-with-image .slot-quote-about-container,
.slot-single-file .slot-quote-about-container,
.slot-single-featured-text .slot-quote-about-container,
.slot-single-testimonial .slot-quote-about-container {
  display: flex;
}

.slot-single-quote .slot-quote-image-container,
.slot-single-video .slot-quote-image-container,
.slot-single-text-with-image .slot-quote-image-container,
.slot-single-file .slot-quote-image-container,
.slot-single-featured-text .slot-quote-image-container,
.slot-single-testimonial .slot-quote-image-container,
.slot-single-quote .slot-quote-about,
.slot-single-video .slot-quote-about,
.slot-single-text-with-image .slot-quote-about,
.slot-single-file .slot-quote-about,
.slot-single-featured-text .slot-quote-about,
.slot-single-testimonial .slot-quote-about {
  width: 50%;
}

.slot-single-quote .slot-quote-image,
.slot-single-video .slot-quote-image,
.slot-single-text-with-image .slot-quote-image,
.slot-single-file .slot-quote-image,
.slot-single-featured-text .slot-quote-image,
.slot-single-testimonial .slot-quote-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  height: 10.13rem;
  margin-bottom: -1.56rem;
}

.slot-single-quote .slot-quote-image > img,
.slot-single-video .slot-quote-image > img,
.slot-single-text-with-image .slot-quote-image > img,
.slot-single-file .slot-quote-image > img,
.slot-single-featured-text .slot-quote-image > img,
.slot-single-testimonial .slot-quote-image > img,
.slot-single-quote .slot-quote-image > video,
.slot-single-video .slot-quote-image > video,
.slot-single-text-with-image .slot-quote-image > video,
.slot-single-file .slot-quote-image > video,
.slot-single-featured-text .slot-quote-image > video,
.slot-single-testimonial .slot-quote-image > video,
.slot-single-quote .slot-quote-image > iframe,
.slot-single-video .slot-quote-image > iframe,
.slot-single-text-with-image .slot-quote-image > iframe,
.slot-single-file .slot-quote-image > iframe,
.slot-single-featured-text .slot-quote-image > iframe,
.slot-single-testimonial .slot-quote-image > iframe,
.slot-single-quote .slot-quote-image > canvas,
.slot-single-video .slot-quote-image > canvas,
.slot-single-text-with-image .slot-quote-image > canvas,
.slot-single-file .slot-quote-image > canvas,
.slot-single-featured-text .slot-quote-image > canvas,
.slot-single-testimonial .slot-quote-image > canvas,
.slot-single-quote .slot-quote-image > source,
.slot-single-video .slot-quote-image > source,
.slot-single-text-with-image .slot-quote-image > source,
.slot-single-file .slot-quote-image > source,
.slot-single-featured-text .slot-quote-image > source,
.slot-single-testimonial .slot-quote-image > source {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slot-single-quote .slot-quote,
.slot-single-video .slot-quote,
.slot-single-text-with-image .slot-quote,
.slot-single-file .slot-quote,
.slot-single-featured-text .slot-quote,
.slot-single-testimonial .slot-quote {
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.36;
  font-weight: 400;
  margin-bottom: 1.94rem;
}

.slot-single-quote .slot-quote-author,
.slot-single-video .slot-quote-author,
.slot-single-text-with-image .slot-quote-author,
.slot-single-file .slot-quote-author,
.slot-single-featured-text .slot-quote-author,
.slot-single-testimonial .slot-quote-author {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.13rem;
  color: #003882;
}

.slot-single-quote .slot-quote-job,
.slot-single-video .slot-quote-job,
.slot-single-text-with-image .slot-quote-job,
.slot-single-file .slot-quote-job,
.slot-single-featured-text .slot-quote-job,
.slot-single-testimonial .slot-quote-job {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e94;
}

.slot-single-quote .slot-file,
.slot-single-video .slot-file,
.slot-single-text-with-image .slot-file,
.slot-single-file .slot-file,
.slot-single-featured-text .slot-file,
.slot-single-testimonial .slot-file {
  margin-bottom: 1.88rem;
}

.slot-single-quote .slot-file-info,
.slot-single-video .slot-file-info,
.slot-single-text-with-image .slot-file-info,
.slot-single-file .slot-file-info,
.slot-single-featured-text .slot-file-info,
.slot-single-testimonial .slot-file-info {
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.42;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}

.slot-single-quote .slot-file-info strong,
.slot-single-video .slot-file-info strong,
.slot-single-text-with-image .slot-file-info strong,
.slot-single-file .slot-file-info strong,
.slot-single-featured-text .slot-file-info strong,
.slot-single-testimonial .slot-file-info strong {
  font-weight: 600;
}

.slot-single-quote .slot-file-info p,
.slot-single-video .slot-file-info p,
.slot-single-text-with-image .slot-file-info p,
.slot-single-file .slot-file-info p,
.slot-single-featured-text .slot-file-info p,
.slot-single-testimonial .slot-file-info p {
  display: inline;
}

.slot-single-quote .slot-file-info a,
.slot-single-video .slot-file-info a,
.slot-single-text-with-image .slot-file-info a,
.slot-single-file .slot-file-info a,
.slot-single-featured-text .slot-file-info a,
.slot-single-testimonial .slot-file-info a {
  color: #003882;
  display: inline-block;
  position: relative;
}

.slot-single-quote .slot-file-info a:before,
.slot-single-video .slot-file-info a:before,
.slot-single-text-with-image .slot-file-info a:before,
.slot-single-file .slot-file-info a:before,
.slot-single-featured-text .slot-file-info a:before,
.slot-single-testimonial .slot-file-info a:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  transition: width linear 250ms;
  left: 0;
  height: 1px;
  background: #003882;
}

@media all and (min-width: 992px) {
  .slot-single-quote .slot-file-info a:hover:before,
  .slot-single-video .slot-file-info a:hover:before,
  .slot-single-text-with-image .slot-file-info a:hover:before,
  .slot-single-file .slot-file-info a:hover:before,
  .slot-single-featured-text .slot-file-info a:hover:before,
  .slot-single-testimonial .slot-file-info a:hover:before {
    width: 100%;
  }
}

.slot-single-quote .icon-twitter,
.slot-single-video .icon-twitter,
.slot-single-text-with-image .icon-twitter,
.slot-single-file .icon-twitter,
.slot-single-featured-text .icon-twitter,
.slot-single-testimonial .icon-twitter {
  display: none !important;
  color: #999999;
}

.slot-single-quote .icon-twitter:before,
.slot-single-video .icon-twitter:before,
.slot-single-text-with-image .icon-twitter:before,
.slot-single-file .icon-twitter:before,
.slot-single-featured-text .icon-twitter:before,
.slot-single-testimonial .icon-twitter:before {
  content: "\E813";
}

@media all and (min-width: 992px) {
  .slot-single-quote .slot-file,
  .slot-single-video .slot-file,
  .slot-single-text-with-image .slot-file,
  .slot-single-file .slot-file,
  .slot-single-featured-text .slot-file,
  .slot-single-testimonial .slot-file {
    margin-bottom: 0;
  }

  .slot-single-quote .slot-file + .slot-image-container .slot-image,
  .slot-single-video .slot-file + .slot-image-container .slot-image,
  .slot-single-text-with-image .slot-file + .slot-image-container .slot-image,
  .slot-single-file .slot-file + .slot-image-container .slot-image,
  .slot-single-featured-text .slot-file + .slot-image-container .slot-image,
  .slot-single-testimonial .slot-file + .slot-image-container .slot-image {
    margin-bottom: 0;
  }
}

@media all and (max-width: 991px) {
  .slot-single-quote,
  .slot-single-video,
  .slot-single-text-with-image,
  .slot-single-file,
  .slot-single-featured-text,
  .slot-single-testimonial {
    padding: 1.38rem;
  }

  .slot-single-quote .slot-quote,
  .slot-single-video .slot-quote,
  .slot-single-text-with-image .slot-quote,
  .slot-single-file .slot-quote,
  .slot-single-featured-text .slot-quote,
  .slot-single-testimonial .slot-quote {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.31;
    font-weight: 400;
  }

  .slot-single-quote .slot-quote-author,
  .slot-single-video .slot-quote-author,
  .slot-single-text-with-image .slot-quote-author,
  .slot-single-file .slot-quote-author,
  .slot-single-featured-text .slot-quote-author,
  .slot-single-testimonial .slot-quote-author {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1.09;
    font-weight: 600;
  }

  .slot-single-quote .slot-quote-job,
  .slot-single-video .slot-quote-job,
  .slot-single-text-with-image .slot-quote-job,
  .slot-single-file .slot-quote-job,
  .slot-single-featured-text .slot-quote-job,
  .slot-single-testimonial .slot-quote-job {
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 1.33;
    font-weight: 300;
  }

  .slot-single-quote .slot-title,
  .slot-single-video .slot-title,
  .slot-single-text-with-image .slot-title,
  .slot-single-file .slot-title,
  .slot-single-featured-text .slot-title,
  .slot-single-testimonial .slot-title {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.23;
    font-weight: 600;
  }

  .slot-single-quote .slot-description,
  .slot-single-video .slot-description,
  .slot-single-text-with-image .slot-description,
  .slot-single-file .slot-description,
  .slot-single-featured-text .slot-description,
  .slot-single-testimonial .slot-description {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1.45;
    font-weight: 300;
  }

  .slot-single-quote .slot-image-info,
  .slot-single-video .slot-image-info,
  .slot-single-text-with-image .slot-image-info,
  .slot-single-file .slot-image-info,
  .slot-single-featured-text .slot-image-info,
  .slot-single-testimonial .slot-image-info {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1.27;
    font-weight: 300;
  }

  .slot-single-quote .slot-file-info,
  .slot-single-video .slot-file-info,
  .slot-single-text-with-image .slot-file-info,
  .slot-single-file .slot-file-info,
  .slot-single-featured-text .slot-file-info,
  .slot-single-testimonial .slot-file-info {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 1.45;
    font-weight: 300;
  }

  .slot-single-quote .slot-quote-image,
  .slot-single-video .slot-quote-image,
  .slot-single-text-with-image .slot-quote-image,
  .slot-single-file .slot-quote-image,
  .slot-single-featured-text .slot-quote-image,
  .slot-single-testimonial .slot-quote-image {
    margin-bottom: -0.94rem;
  }

  .slot-single-quote .slot-quote-image img,
  .slot-single-video .slot-quote-image img,
  .slot-single-text-with-image .slot-quote-image img,
  .slot-single-file .slot-quote-image img,
  .slot-single-featured-text .slot-quote-image img,
  .slot-single-testimonial .slot-quote-image img {
    top: initial;
  }

  .slot-single-quote .slot-text-image,
  .slot-single-video .slot-text-image,
  .slot-single-text-with-image .slot-text-image,
  .slot-single-file .slot-text-image,
  .slot-single-featured-text .slot-text-image,
  .slot-single-testimonial .slot-text-image {
    margin-bottom: -0.94rem;
  }

  .slot-single-quote .slot-text-image.left,
  .slot-single-video .slot-text-image.left,
  .slot-single-text-with-image .slot-text-image.left,
  .slot-single-file .slot-text-image.left,
  .slot-single-featured-text .slot-text-image.left,
  .slot-single-testimonial .slot-text-image.left {
    margin-left: -0.94rem;
  }

  .slot-single-quote .slot-text-image.right,
  .slot-single-video .slot-text-image.right,
  .slot-single-text-with-image .slot-text-image.right,
  .slot-single-file .slot-text-image.right,
  .slot-single-featured-text .slot-text-image.right,
  .slot-single-testimonial .slot-text-image.right {
    margin-right: -0.94rem;
  }
}

@media print {
  .slot-single-quote,
  .slot-single-video,
  .slot-single-text-with-image,
  .slot-single-file,
  .slot-single-featured-text,
  .slot-single-testimonial {
    border: none !important;
  }

  .slot-single-quote iframe,
  .slot-single-video iframe,
  .slot-single-text-with-image iframe,
  .slot-single-file iframe,
  .slot-single-featured-text iframe,
  .slot-single-testimonial iframe {
    display: none !important;
  }
}

body div.slot-single-header {
  margin-bottom: 20px !important;
  text-align: center;
}

body div.slot-single-header .slot-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}

body div.slot-single-header .slot-header-number {
  color: #003882;
  font-family: Noto Serif JP, serif;
  font-size: 2.5rem;
  line-height: 1.72;
  font-weight: 800;
  border: 1px solid #003882;
  border-radius: 100%;
  padding: 0 0.31rem 0.31rem;
  width: 55px !important;
  height: 55px !important;
  line-height: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  /*@include lkt-media(to-lg)
  {*/
  font-size: 2rem;
  width: 2.44rem;
  height: 2.44rem;
  border-width: 0.13rem;
}

body div.slot-single-header .slot-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 600;
}

@media all and (min-width: 992px) {
  body div.slot-single-header {
    padding-bottom: 1.25rem;
    position: relative;
  }

  body div.slot-single-header:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
    top: auto;
    height: 6px;
    width: 11.75rem;
    left: 50%;
    margin-left: -5.88rem;
  }
}

.slot-single-author {
  font-family: Noto Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.55;
  font-weight: 400;
  position: relative;
  padding: 0.94rem 0;
  color: #2f3033;
}

.slot-single-author:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent left top url("/wp-content/themes/alfayomega/icons/ondular-border.png") repeat-x;
  top: auto;
  height: 6px;
}

.slot-single-author .slot-inner {
  display: flex;
  flex-direction: row;
}

.slot-single-author .slot-content-container {
  width: 90%;
  margin-top: -0.44rem;
}

.slot-single-author .slot-image-container {
  width: 30.95%;
}

.slot-single-author .slot-image-container .slot-image {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

.slot-single-author .slot-image-container .slot-image > img,
.slot-single-author .slot-image-container .slot-image > video,
.slot-single-author .slot-image-container .slot-image > canvas,
.slot-single-author .slot-image-container .slot-image > source {
  width: auto;
  height: auto;
}

.slot-single-author .slot-image-container .slot-image > img,
.slot-single-author .slot-image-container .slot-image > video,
.slot-single-author .slot-image-container .slot-image > iframe,
.slot-single-author .slot-image-container .slot-image > canvas,
.slot-single-author .slot-image-container .slot-image > source {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 8.25rem;
  min-width: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slot-single-author .author {
  color: #c85543;
  margin-left: 0.31rem;
}

.slot-single-author .slot-author-info {
  font-weight: 400;
}

.slot-single-author .slot-author-name {
  margin-bottom: 0.31rem;
}

.slot-single-author .entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.88rem;
  line-height: 1;
  font-weight: 600;
  max-width: 21.88rem;
  margin-bottom: 1.81rem;
  padding-top: 0 !important;
}

.opinion .slot-single-author .slot-author-name {
  font-family: Noto Sans, sans-serif;
  font-size: 0.88rem;
  line-height: 1.42;
  font-weight: 300;
  text-transform: uppercase;
}

.opinion .slot-single-author .author {
  color: #000;
  text-transform: none;
  font-weight: 600;
  text-decoration: underline;
}

.slot-single-author .entry-category,
.single.is-blog .slot-single-author .entry-category {
  padding-top: 0;
  margin-bottom: 0.38rem;
  color: #c85543;
}

@media all and (max-width: 991px) {
  .is-blog .slot-single-author {
    border: none;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    text-align: center;
  }

  .is-blog .slot-single-author .slot-inner {
    flex-direction: column;
    flex-flow: column-reverse;
  }

  .is-blog .slot-single-author .slot-image-container {
    width: auto;
  }

  .is-blog .slot-single-author .slot-content-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .is-blog .slot-single-author .entry-category {
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 1.22;
    font-weight: 600;
    display: block !important;
  }

  .is-blog .slot-single-author .slot-author-info {
    color: #2f3033;
    font-family: Noto Sans, sans-serif;
    font-size: 1.19rem;
    line-height: 1.42;
    font-weight: 400;
  }

  .is-blog .slot-single-author .slot-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    bottom: -0.94rem;
  }

  .is-blog .slot-single-author .slot-image > img,
  .is-blog .slot-single-author .slot-image > video,
  .is-blog .slot-single-author .slot-image > canvas,
  .is-blog .slot-single-author .slot-image > source {
    width: auto;
    height: auto;
  }

  .is-blog .slot-single-author .slot-image > img,
  .is-blog .slot-single-author .slot-image > video,
  .is-blog .slot-single-author .slot-image > iframe,
  .is-blog .slot-single-author .slot-image > canvas,
  .is-blog .slot-single-author .slot-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 9.25rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .is-blog .slot-single-author .slot-author-name span,
  .is-blog .slot-single-author .slot-author-name {
    font-family: Noto Sans, sans-serif;
    font-size: 1.06rem;
    line-height: 1.45;
    font-weight: 300;
  }

  .is-blog .slot-single-author .slot-author-name .author {
    font-family: Noto Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
  }

  .opinion .slot-single-author {
    border: none;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    text-align: center;
  }

  .opinion .slot-single-author .slot-inner {
    flex-direction: column;
    flex-flow: column-reverse;
  }

  .opinion .slot-single-author .slot-image-container {
    width: auto;
  }

  .opinion .slot-single-author .slot-content-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;*/
  }

  .opinion .slot-single-author .entry-category {
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 1.22;
    font-weight: 800;
    display: block !important;
    margin-bottom: 0.31rem;
  }

  .opinion .slot-single-author .entry-title {
    max-width: 100%;
    margin-bottom: auto;
  }

  .opinion .slot-single-author .slot-author-name {
    font-family: Noto Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.38;
    font-weight: 300;
    margin-bottom: 0;
  }

  .opinion .slot-single-author .author {
    margin-left: 0;
    border-right: none;
    padding-right: 0;
    font-family: Noto Sans, sans-serif;
    font-size: 1.13rem;
    line-height: 1.22;
    font-weight: 800;
  }

  .opinion .slot-single-author .slot-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    bottom: -0.94rem;
  }

  .opinion .slot-single-author .slot-image > img,
  .opinion .slot-single-author .slot-image > video,
  .opinion .slot-single-author .slot-image > canvas,
  .opinion .slot-single-author .slot-image > source {
    width: auto;
    height: auto;
  }

  .opinion .slot-single-author .slot-image > img,
  .opinion .slot-single-author .slot-image > video,
  .opinion .slot-single-author .slot-image > iframe,
  .opinion .slot-single-author .slot-image > canvas,
  .opinion .slot-single-author .slot-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 9.25rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.slot-single-featured-text .slot-description {
  color: #3A3FFF;
}

@media all and (min-width: 992px) {
  .slot-single-featured-text .slot-description {
    font-family: VWHead, Arial, Helvetica, sans-serif;
    font-size: 1.38rem;
    line-height: 1.36;
    font-weight: 400;
  }
}

@media all and (max-width: 991px) {
  .slot-single-featured-text .slot-description {
    font-family: VWHead, Arial, Helvetica, sans-serif;
    font-size: 1.63rem;
    line-height: 1.31;
    font-weight: 400;
  }
}

.slot-single-file .slot-title {
  color: #003882;
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.49;
  font-weight: 600;
}

.slot-single-file .slot-file-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.42;
  font-weight: 400;
}

.slot-single-file .slot-file-content strong {
  font-weight: 600;
}

.slot-single-file .slot-file-content a {
  color: #c85543;
}

.slot-single-file .slot-file-content .slot-file {
  width: 100%;
}

.slot-single-file .slot-file-content .slot-file:first-child {
  width: 60%;
}

.slot-single-file .slot-file-content .slot-image-container:first-child {
  width: 100%;
  flex: 0 0 100%;
}

.slot-single-file .slot-file-content .slot-image-container:first-child .slot-image {
  height: 100%;
}

.slot-single-file .slot-file-content .slot-image-container:last-child {
  width: 40%;
  flex: 0 0 40%;
}

.slot-single-file .slot-file-content .slot-image-container:last-child .slot-image {
  width: 90%;
  height: 100%;
}

.slot-single-file.right-image-align .slot-image-container {
  width: 40%;
  flex: 0 0 40%;
}

.slot-single-file.right-image-align .slot-image-container .slot-image {
  width: 90%;
  height: 100%;
}

.slot-single-file .file a {
  font-family: Noto Sans, sans-serif;
  color: #8e8e94;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.slot-single-file .file a .icon {
  margin-right: 10px;
}

@media all and (min-width: 992px) {
  .slot-single-file.right-image-align .slot-image-container,
  .slot-single-file .slot-file-content .slot-image-container:last-child {
    padding-left: 1.56rem;
  }

  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    height: 21.88rem;
  }

  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > img,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > video,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > canvas,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > source {
    width: auto;
    height: auto;
  }

  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > img,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > video,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > iframe,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > canvas,
  .slot-single-file .slot-file-content .slot-image-container:first-child .slot-image > source {
    display: block;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media all and (max-width: 991px) {
  .slot-single-file .slot-file-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .slot-single-file .slot-file-content .slot-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .slot-single-file .slot-file-content .slot-image > img,
  .slot-single-file .slot-file-content .slot-image > video,
  .slot-single-file .slot-file-content .slot-image > canvas,
  .slot-single-file .slot-file-content .slot-image > source {
    width: auto;
    height: auto;
  }

  .slot-single-file .slot-file-content .slot-image > img,
  .slot-single-file .slot-file-content .slot-image > video,
  .slot-single-file .slot-file-content .slot-image > iframe,
  .slot-single-file .slot-file-content .slot-image > canvas,
  .slot-single-file .slot-file-content .slot-image > source {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 15.94rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .slot-single-file .slot-file-content .slot-file-info {
    font-size: 1.19rem;
    line-height: 1.88rem;
  }

  .slot-single-file .slot-file-content .slot-file,
  .slot-single-file .slot-file-content .slot-image-container,
  .slot-single-file .slot-file-content .slot-file:last-child,
  .slot-single-file .slot-file-content .slot-image-container:last-child {
    width: 100%;
    flex: 0 0 100%;
  }
}

.slot-single-text-with-image {
  border: none;
  background: rgba(103, 232, 255, 0.2);
  padding-bottom: 0.63rem;
}

.slot-single-text-with-image .slot-quote p {
  display: inline;
}

.slot-single-text-with-image .slot-text-image-container {
  margin-top: -0.31rem;
}

.slot-single-video {
  border-radius: 1.88rem;
}

.slot-single-video .slot-image {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

.slot-single-video .slot-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.slot-single-video .slot-image .overlay ~ * {
  z-index: 2;
}

.slot-single-video .slot-image .overlay {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.slot-single-video .slot-image .overlay i {
  display: flex;
  border-radius: 100%;
  height: 61px;
  width: 61px;
  background: rgba(47, 48, 51, 0.6);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all linear 250ms;
  font-size: 1.56rem;
  line-height: 1;
}

.slot-single-video .slot-image .overlay i:after {
  display: block;
  position: initial;
  content: "";
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #ffffff;
  margin: auto;
}

.slot-single-video .slot-image .overlay i:before {
  margin: 0;
  width: auto;
  height: auto;
}

.slot-single-video .slot-image .overlay + img {
  z-index: 1;
  transition: all linear 250ms;
}

.slot-single-video .slot-image .overlay .icon-play:before {
  margin-left: 5px;
}

@media all and (min-width: 992px) {
  .slot-single-video .slot-image:hover .overlay i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .slot-single-video .slot-image:hover .overlay + img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media all and (max-width: 991px) {
  .slot-single-video .slot-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
  }

  .slot-single-video .slot-image > img,
  .slot-single-video .slot-image > video,
  .slot-single-video .slot-image > canvas,
  .slot-single-video .slot-image > source {
    width: auto;
    height: auto;
  }

  .slot-single-video .slot-image > img,
  .slot-single-video .slot-image > video,
  .slot-single-video .slot-image > iframe,
  .slot-single-video .slot-image > canvas,
  .slot-single-video .slot-image > source {
    display: block;
    margin: auto;
    max-height: 14.06rem;
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.slot-single-quote.is-borderless {
  border: none;
}

.slot-single-quote.design-alt {
  border: none;
  background: rgba(255, 227, 81, 0.2);
}

.slot-single-quote .slot-image {
  margin-right: -1.88rem;
}

.slot-single-quote .slot-quote-about {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0.88rem;
}

.slot-single-counter {
  padding: 1.56rem;
  border-top: 1px solid #2f3033;
  border-bottom: 1px solid #2f3033;
  color: #2f3033;
}

.slot-single-counter:not(:last-child) {
  margin-bottom: 1.88rem;
}

.slot-single-counter .slot-inner {
  margin: -0.94rem;
  width: calc(100% + 1.88rem);
}

.slot-single-counter .slot-inner > * {
  padding: 0.94rem;
}

.slot-single-counter .slot-inner.gap-container {
  padding: 1.88rem;
}

.slot-single-counter .slot-inner-fix > * {
  padding: 0.94rem 0.47rem 0.94rem 0.47rem;
}

.slot-single-counter .slot-inner-fix > *:first-child {
  padding-left: 0.94rem;
}

.slot-single-counter .slot-inner-fix > *:last-child {
  padding-right: 0.94rem;
}

.slot-single-counter .slot-inner-v {
  margin-top: -0.94rem;
  margin-bottom: -0.94rem;
}

.slot-single-counter .slot-inner-v > * {
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
}

.slot-single-counter .slot-inner-h {
  margin-left: -0.94rem;
  margin-right: -0.94rem;
  width: calc(100% + 1.88rem);
}

.slot-single-counter .slot-inner-h > * {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.slot-single-counter .slot-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.slot-single-counter .slot-counter-value {
  font-family: VWHead, Arial, Helvetica, sans-serif;
  font-size: 4.88rem;
  line-height: 1.2;
  font-weight: 600;
  width: 33.33%;
}

.slot-single-counter .slot-counter-text {
  font-family: VWText, Arial, Helvetica, sans-serif;
  font-size: 1.44rem;
  line-height: 1.31;
  font-weight: 400;
  width: 66.66%;
}

.wp-block-columns .slot-single-counter {
  text-align: center;
}

.slot-single-counter.design-column {
  padding: 0.47rem;
}

.slot-single-counter.design-column .slot-inner {
  margin: -0.47rem;
  width: calc(100% + 0.94rem);
}

.slot-single-counter.design-column .slot-inner > * {
  padding: 0.47rem;
}

.slot-single-counter.design-column .slot-inner.gap-container {
  padding: 0.94rem;
}

.slot-single-counter.design-column .slot-inner-fix > * {
  padding: 0.47rem 0.235rem 0.47rem 0.235rem;
}

.slot-single-counter.design-column .slot-inner-fix > *:first-child {
  padding-left: 0.47rem;
}

.slot-single-counter.design-column .slot-inner-fix > *:last-child {
  padding-right: 0.47rem;
}

.slot-single-counter.design-column .slot-inner-v {
  margin-top: -0.47rem;
  margin-bottom: -0.47rem;
}

.slot-single-counter.design-column .slot-inner-v > * {
  padding-top: 0.47rem;
  padding-bottom: 0.47rem;
}

.slot-single-counter.design-column .slot-inner-h {
  margin-left: -0.47rem;
  margin-right: -0.47rem;
  width: calc(100% + 0.94rem);
}

.slot-single-counter.design-column .slot-inner-h > * {
  padding-left: 0.47rem;
  padding-right: 0.47rem;
}

.slot-single-counter.design-column .slot-inner {
  flex-direction: column;
}

.slot-single-counter.design-column .slot-counter-value,
.slot-single-counter.design-column .slot-counter-text {
  width: 100%;
}

@media all and (min-width: 992px) {
  .slot-single-counter.design-column .slot-counter-value {
    padding-bottom: 0;
  }

  .slot-single-counter.design-column .slot-counter-text {
    padding-top: 0;
    padding-bottom: 1.41rem;
  }
}

@media all and (max-width: 991px) {
  .slot-single-counter {
    text-align: left;
    padding: 0.47rem;
  }

  .slot-single-counter,
  .slot-single-counter.design-column {
    padding: 2.5rem 2rem;
  }

  .wp-block-columns .slot-single-counter {
    text-align: left;
  }

  .slot-single-counter .slot-inner {
    margin: -0.47rem;
    width: calc(100% + 0.94rem);
  }

  .slot-single-counter .slot-inner > * {
    padding: 0.47rem;
  }

  .slot-single-counter .slot-inner.gap-container {
    padding: 0.94rem;
  }

  .slot-single-counter .slot-inner-fix > * {
    padding: 0.47rem 0.235rem 0.47rem 0.235rem;
  }

  .slot-single-counter .slot-inner-fix > *:first-child {
    padding-left: 0.47rem;
  }

  .slot-single-counter .slot-inner-fix > *:last-child {
    padding-right: 0.47rem;
  }

  .slot-single-counter .slot-inner-v {
    margin-top: -0.47rem;
    margin-bottom: -0.47rem;
  }

  .slot-single-counter .slot-inner-v > * {
    padding-top: 0.47rem;
    padding-bottom: 0.47rem;
  }

  .slot-single-counter .slot-inner-h {
    margin-left: -0.47rem;
    margin-right: -0.47rem;
    width: calc(100% + 0.94rem);
  }

  .slot-single-counter .slot-inner-h > * {
    padding-left: 0.47rem;
    padding-right: 0.47rem;
  }

  .slot-single-counter .slot-inner {
    flex-direction: column;
  }

  .slot-single-counter .slot-counter-value,
  .slot-single-counter .slot-counter-text {
    width: 100%;
  }

  .slot-single-counter .slot-counter-value {
    line-height: 1;
  }
}

.gallery .block {
  padding: 0.94rem;
}

.gallery .gallery-header-container {
  height: 30.56rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery .gallery-header-container:before {
  display: block;
  position: initial;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.gallery .gallery-category,
.gallery .gallery-title {
  position: relative;
  z-index: 2;
}

.gallery .gallery-intro-container,
.gallery .gallery-entry {
  position: relative;
}

.gallery .gallery-intro-container:before,
.gallery .gallery-entry:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.94rem;
  right: 0.94rem;
  border-bottom: 1px solid #ffffff;
}

.gallery .gallery-title {
  text-align: center;
  margin-top: -0.25rem;
}

.gallery .gallery-title h1 {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  max-width: 34.69rem;
  text-transform: initial;
  font-family: Noto Serif JP, serif;
  font-size: 2.63rem;
  line-height: 1.3;
  font-weight: 300;
  padding: 0;
  color: #2f3033;
}

.gallery .gallery-title h1 span {
  background-image: url("/wp-content/themes/alfayomega/icons/white.png");
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: left 10px;
  background-size: auto 70px;
}

.gallery .gallery-category {
  text-align: center;
}

.gallery .gallery-category span {
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 0.94;
  font-weight: 600;
  padding: 0.47rem 0.47rem 0.47rem;
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 0.06rem;
  background-color: #c85543 !important;
}

.gallery .gallery-intro {
  font-family: Noto Serif JP, serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.1px;
  padding-top: 2.19rem;
  margin-bottom: 1.88rem;
  margin-right: 1.25rem;
}

.gallery .gallery-content-container {
  padding-top: 2.19rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gallery .gallery-entry .gallery-content-container {
  justify-content: space-between;
}

.gallery .gallery-author {
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.36;
  font-weight: 600;
  color: #AFB0B2;
}

.gallery .gallery-date {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #8c8e91;
}

.gallery .gallery-date .entry-date {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #8c8e91;
  padding: 0;
}

.gallery .gallery-anchor {
  font-family: VWText, Arial, Helvetica, sans-serif;
  font-size: 1.06rem;
  line-height: 1.42;
  font-weight: 600;
}

.gallery .gallery-anchor:last-child {
  margin-bottom: 1.69rem;
}

.gallery .gallery-link-container {
  padding-top: 4.38rem;
  margin-bottom: 0.94rem;
  position: relative;
}

.gallery .gallery-link-container:before {
  display: block;
  position: absolute;
  content: "";
  width: 5.19rem;
  top: 2.13rem;
  left: 0;
  height: 1px;
}

.gallery .gallery-link {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.31rem;
  border-radius: 100%;
  height: 2.19rem;
  width: 2.19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery .gallery-link i:before {
  margin: 0;
  margin-right: 0.63rem;
}

.gallery .gallery-entry {
  padding: 1.88rem 0.94rem;
}

.gallery .gallery-entry .gallery-content-container {
  padding-top: 0;
}

.gallery .gallery-entry-number {
  font-family: Noto Sans, sans-serif;
  font-size: 2.81rem;
  line-height: 0.7;
  font-weight: 800;
  color: #003882;
  margin-bottom: 0.31rem;
}

.gallery .gallery-entry-title {
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.gallery .gallery-entry-subtitle {
  font-family: Noto Sans, sans-serif;
  font-size: 1.38rem;
  line-height: 1.09;
  font-weight: 600;
  letter-spacing: -0.24px;
  margin-bottom: 1.44rem;
}

.gallery .gallery-entry-description {
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.36;
  font-weight: 300;
}

.gallery .gallery-image > img,
.gallery .gallery-image > video,
.gallery .gallery-image > iframe {
  width: 100%;
}

.gallery .gallery-entry-title:empty,
.gallery .gallery-entry-subtitle:empty {
  display: none;
}

.gallery.theme-dark .block {
  background: #000 !important;
  color: #ffffff;
  border: none !important;
}

.gallery.theme-dark .gallery-category span {
  background: #FFE351;
}

.gallery.theme-dark .gallery-entry-title {
  color: #fbd8d7;
}

.gallery.theme-dark .gallery-link-container:before {
  background: #ffffff;
}

.gallery.theme-dark .gallery-entry:before {
  border-color: #ffffff;
}

.gallery.theme-dark .gallery-link {
  color: #ffffff;
}

.gallery.theme-light .block {
  background: #ffffff !important;
  color: #000;
}

.gallery.theme-light .gallery-date .entry-date {
  color: #000;
}

.gallery.theme-light .gallery-category span {
  background: #3A3FFF;
}

.gallery.theme-light .gallery-entry-title {
  color: #3A3FFF;
}

.gallery.theme-light .gallery-intro-container:before,
.gallery.theme-light .gallery-link-container:before {
  background: #8C8E91;
}

.gallery.theme-light .gallery-entry:before {
  border-color: #8C8E91;
}

.gallery.theme-light .gallery-link {
  color: #8e8e94;
}

.gallery.theme-light .gallery-entry-link {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 1.06rem;
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-top: 1.88rem;
  text-decoration: underline;
}

.gallery.theme-light .gallery-author {
  color: #2f3033;
  font-weight: 400;
}

.gallery.theme-light .gallery-intro-container:before,
.gallery.theme-light .gallery-entry:before {
  border-bottom-color: #2f3033;
}

@media all and (min-width: 992px) {
  .gallery .col-lg-9_5 {
    padding-left: 0.47rem;
  }
}

@media all and (max-width: 991px) {
  .gallery.theme-light .gallery-category span {
    color: #000000;
  }

  .gallery.theme-light .block {
    color: #000000;
  }

  .gallery.theme-light .gallery-entry-link {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .gallery .gallery-header-container {
    height: 37.69rem;
    padding-top: 0.94rem;
    background-position: 50% 50%;
    justify-content: flex-end;
    padding-bottom: 3.13rem;
  }

  .gallery .gallery-title {
    max-width: 22.5rem;
  }

  .gallery .gallery-title h1 span {
    font-family: Noto Serif JP, serif;
    font-size: 2.44rem;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 0;
    display: inline;
    padding: 0;
    color: #000000;
    background-position: left 0.38rem;
    background-size: auto 3.13rem;
  }

  .gallery .gallery-category {
    margin-bottom: 0.31rem;
  }

  .gallery .gallery-category span {
    font-family: Noto Sans, sans-serif;
    font-size: 1.38rem;
    line-height: 0.91;
    font-weight: 800;
  }

  .gallery .gallery-content-container {
    padding-top: 1.88rem;
  }

  .gallery .gallery-author,
  .gallery .gallery-date .entry-date {
    font-family: Noto Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .gallery .gallery-date .entry-date {
    letter-spacing: 0.06rem;
  }

  .gallery .gallery-author {
    font-weight: 300;
    margin-bottom: 0.63rem;
  }

  .gallery .gallery-author strong {
    font-size: 1.13rem;
    font-weight: 600;
  }

  .gallery .gallery-intro-container:before {
    display: none;
    position: initial;
    content: "";
  }

  .gallery .gallery-intro-container .gallery-link-container {
    display: none;
  }

  .gallery .gallery-intro {
    font-family: Noto Sans, sans-serif;
    font-size: 1.63rem;
    line-height: 1.31;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: -0.31rem;
    margin-bottom: 2.5rem;
    padding-top: 0;
  }

  .gallery .gallery-anchor {
    font-family: Noto Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.09;
    font-weight: 600;
    letter-spacing: 0;
  }

  .gallery .gallery-anchor:last-child {
    margin-bottom: 0.25rem;
  }

  .gallery .gallery-anchor a {
    position: relative;
    display: block;
    padding-left: 2rem;
  }

  .gallery .gallery-anchor a i {
    position: absolute;
    top: 0.06rem;
    left: 0;
  }

  .gallery .icon-link:before {
    margin-right: 1.25rem;
  }

  .gallery .gallery-entry {
    padding-top: 1.06rem;
  }

  .gallery .gallery-entry:before {
    bottom: 0.38rem;
  }

  .gallery .gallery-entry:not(:last-child) {
    margin-bottom: 0.94rem;
  }

  .gallery .gallery-entry-number {
    font-family: Noto Sans, sans-serif;
    font-size: 4.31rem;
    line-height: 0.8;
    font-weight: 800;
    color: #003882;
    margin-bottom: 0.38rem;
  }

  .gallery .gallery-entry-title,
  .gallery .gallery-entry-subtitle {
    font-family: Noto Sans, sans-serif;
    font-size: 1.69rem;
    line-height: 1.11;
    font-weight: 600;
    letter-spacing: -0.2px;
  }

  .gallery .gallery-entry-subtitle {
    margin-bottom: 2.31rem;
  }

  .gallery .gallery-entry-description {
    font-family: Noto Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.42;
    font-weight: 300;
    letter-spacing: -0.2px;
  }

  .gallery .gallery-image-container .gallery-image {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    max-height: 20.13rem;
  }

  .gallery .gallery-image-container .gallery-image > img,
  .gallery .gallery-image-container .gallery-image > video,
  .gallery .gallery-image-container .gallery-image > canvas,
  .gallery .gallery-image-container .gallery-image > source {
    width: auto;
    height: auto;
  }

  .gallery .gallery-image-container .gallery-image > img,
  .gallery .gallery-image-container .gallery-image > video,
  .gallery .gallery-image-container .gallery-image > iframe,
  .gallery .gallery-image-container .gallery-image > canvas,
  .gallery .gallery-image-container .gallery-image > source {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .gallery .gallery-link-container {
    margin-bottom: 0;
    padding-top: 1.56rem;
    text-align: right;
  }

  .gallery .gallery-link-container:before {
    display: none;
    position: initial;
    content: "";
  }

  .gallery .gallery-link {
    display: inline-block;
    font-size: 1.88rem;
    line-height: 1;
  }
}

.gallery-3 .gallery-link {
  color: #ffffff;
}

.gallery-3 .gallery-entries {
  padding: 0.94rem 0;
  position: relative;
}

.gallery-3 .gallery-entries .gallery-entry {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-3 .gallery-entries .gallery-entry:before {
  display: none;
}

.gallery-3 .arrow-container {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: inline-block;
  cursor: pointer;
  transition: all linear 250ms;
  border: 1px solid #fff;
}

.gallery-3 .arrow-container i {
  position: absolute;
  transition: all linear 250ms;
  top: 50%;
  left: 50% !important;
}

.gallery-3 .arrow-container.arrow-container-left {
  left: 1.56rem;
}

.gallery-3 .arrow-container.arrow-container-left i {
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
          transform: translateY(-50%) translateX(-50%) rotate(-45deg) !important;
  margin-left: 5px;
}

.gallery-3 .arrow-container.arrow-container-left i:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery-3 .arrow-container.arrow-container-right {
  right: 1.56rem;
}

.gallery-3 .arrow-container.arrow-container-right i {
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
          transform: translateY(-50%) translateX(-50%) rotate(135deg) !important;
  margin-left: -5px;
}

.gallery-3 .arrow-container.arrow-container-right i:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (min-width: 992px) {
  .gallery-3 .arrow-container:hover {
    background: #ffffff;
  }

  .gallery-3 .arrow-container:hover.arrow-container-left i,
  .gallery-3 .arrow-container:hover.arrow-container-right i {
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}

.gallery-3 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0.94rem;
}

.gallery-3 .slick-dots > li {
  width: 2rem;
}

.gallery-3 .slider-dot {
  cursor: pointer;
  transition: all linear 250ms;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  height: 1.56rem;
}

.gallery-3 .slider-dot > img,
.gallery-3 .slider-dot > video,
.gallery-3 .slider-dot > iframe,
.gallery-3 .slider-dot > canvas,
.gallery-3 .slider-dot > source {
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: -624.94rem;
  right: -624.94rem;
  bottom: -624.94rem;
  left: -624.94rem;
}

.gallery-3 .slider-dot img {
  max-width: 100%;
  transition: all linear 250ms;
}

@media all and (min-width: 992px) {
  .gallery-3 .slider-dot:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.gallery-3 .slick-active .slider-dot {
  border: 3px solid #fff;
}

@media screen and (max-width: 991px) {
  .gallery-share .share-links {
    padding-left: 0.94rem !important;
    padding-right: 0.94rem !important;
  }

  .theme-light .share-links-container ul {
    border-top-color: #2f3033;
    border-bottom-color: #2f3033;
  }

  .theme-light .share-links-container i {
    color: #c85543;
  }
}

.fancybox-content {
  float: none !important;
  width: auto !important;
  background: #2f3033 !important;
  color: #ffffff;
  height: auto;
}

.fancybox-content .gallery-image img {
  margin: 0 auto;
}

body {
  background-image: url(/wp-content/themes/alfayomega/icons/motivo.png);
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
}

b,
strong {
  font-weight: 600;
}

a.entry-title,
a.entry-description {
  transition: opacity linear 250ms;
}

@media all and (min-width: 992px) {
  a.entry-title:hover,
  a.entry-description:hover {
    opacity: 0.3;
  }
}

@media all and (max-width: 991px) {
  .is-active-menu {
    overflow: hidden;
  }
}

.icon-search:before {
  font-weight: 700;
}

.wp-block-image figcaption,
.entry-wysiwyg .wp-caption figcaption {
  text-align: left !important;
}

.container.container-unpadded {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-image-block {
  padding: 2.5rem 2.06rem;
  position: relative;
}

.entry-image-block .block-title {
  color: #fff;
  background: #c85543;
  font-size: 1.13rem;
  line-height: 0.58;
  font-weight: 600;
  padding: 0.63rem 1.25rem;
  position: absolute;
  top: 1.88rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

.entry-image-block .entry-image-container img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 991px) {
  .entry-image-block {
    padding: 1.56rem 0;
  }
}

.current-entry-title,
.current-entry-title h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  color: #2f3033;
}

.imagen-entry .entry-inner {
  flex-wrap: wrap;
}

.imagen-entry .category {
  flex: 0 0 100%;
  color: #c85543;
  padding-bottom: 0;
  font-size: 1.88rem;
  line-height: 1.13;
  font-weight: 600;
}

.entry-wysiwyg .wp-caption {
  max-width: 100%;
  margin-bottom: 1.25rem;
}

.entry-wysiwyg .wp-caption img {
  max-width: 100% !important;
  height: auto !important;
}

.icon-calendar:before {
  content: url("/wp-content/themes/alfayomega/icons/calendar.svg");
}

.icon-hand:before {
  content: "";
  height: 2.75rem;
  background-image: url("/wp-content/themes/alfayomega/icons/hand.svg");
  background-size: auto 2.75rem;
  background-repeat: no-repeat;
}

@media all and (max-width: 991px) {
  .icon-hand:before {
    height: 2.88rem;
    background-size: auto 2.88rem;
  }
}

.entradilla {
  display: none;
}

.alm-reveal + .alm-reveal {
  margin-top: 1.25rem;
}

@media all and (max-width: 991px) {
  .main-banner,
  #main-banner {
    display: none;
  }

  .has-banner .main-banner,
  .has-banner #main-banner {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .has-banner .main-banner .static-banner,
  .has-banner #main-banner .static-banner {
    padding: 0 10px;
  }

  .has-banner .main-banner .static-banner > img,
  .has-banner #main-banner .static-banner > img {
    display: block;
    position: static;
  }

  .has-banner .long-banner-block {
    display: block;
  }

  .has-banner.home:not(.is-sticky-header) .main-header {
    top: 8.75rem;
  }
}

.qc-cmp2-persistent-link {
  display: none;
}

.entry-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-author-t2 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  color: #8e8e94;
  text-transform: none;
  /*@include lkt-rem(font-size, 14px);*/
}

.is-sticky-header #app #main-banner {
  display: none;
}

.static-banner img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 130px;
}

.static-banner-single img {
  margin-top: 15px;
}

.row-responsive div.col-12 a img {
  min-width: 300px;
  max-width: 300px;
  min-height: 100px;
  max-height: 100px;
}

@media (min-width: 992px) {
  .row-desktop {
    display: block !important;
  }

  .row-responsive {
    display: none !important;
  }
}

@media all and (max-width: 991px) {
  .row-desktop {
    display: none !important;
  }

  .row-responsive {
    display: block !important;
  }

  #modal-finder button {
    min-width: initial !important;
    max-width: initial !important;
  }

  .field-filter {
    align-items: initial !important;
  }
}

.field-filter {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.field-filter label {
  font-weight: bold !important;
}

.field-filter select {
  background: #fff;
  line-height: 44px;
  padding: 10px 15px;
  border-radius: 3px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 2.81;
  font-weight: 300;
  max-width: 200px;
  margin-top: 15px;
}

#modal-finder button {
  min-width: 115px;
  max-width: 115px;
  margin: 0 auto;
  display: block;
}

.printed-edition-block .entry-options {
  display: flex !important;
  justify-content: center !important;
}

.printed-edition-block .entry-options:before {
  display: none !important;
}

.recent-news,
.others-news {
  min-height: auto !important;
}

.others-news {
  margin-top: 1.5rem !important;
}

.w100 {
  width: 100% !important;
}

.entry-no-line::before {
  display: none !important;
  content: '' !important;
}

.entry-blog {
  padding-top: 0 !important;
  flex-wrap: wrap-reverse !important;
}

.entry-tag-color {
  color: #c85543 !important;
  text-transform: none !important;
  font-size: 1.15rem !important;
}

.entry-title-blog {
  font-size: 1.15rem !important;
  margin-bottom: 0 !important;
}

.entry-title-blog:hover {
  opacity: 1 !important;
}

.space-column {
  padding-top: 0 !important;
  padding-bottom: 0.8rem !important;
}

.p-entries-block {
  padding: 1.5rem !important;
}

.entries-padding {
  padding-top: 1rem !important;
}

.list-entries-block .featured-news .entry-title.entry-title-blog {
    line-height: 140%;
}