.yoko-loop-media-container .yoko-loop-media{
    grid-gap:2.5rem .5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    text-align: left;
}
.yoko-loop-media-container{
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.yoko-loop-media-container .hidden{
    display: none !important;
}
.yoko-loop-media-container .breakdance{
    height: 100%;
}
.yoko-loop-media-container .ee-post,
.yoko-loop-media-container .ee-post .brekdance,
.yoko-loop-media-container .ee-post .breakdance > div{
    height:100% !important;
}
.yoko-loop-media-container .ee-post:first-child img{
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
}

/* Header */
.yoko-loop-media-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0rem;
    width: 100%;
    margin-bottom: 2rem;
}
.yoko-loop-media-header-left {
    flex: 1 1 auto;
}
.yoko-loop-media-header-right {
    flex: 0 0 auto;
}
.post-media-count {
    color: #4c5967;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: -0.01em;   
}

.yoko-loop-media-header-right.facetwp__sort {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:.5rem;
  }

  .yoko-loop-media-header-right.facetwp__sort select{
    width:12.5rem;
    overflow:hidden;
    min-height:3rem;
    border:none;
    border-bottom:1px solid var(--bde-palette-stroke-c28202ec-84c3-44d6-887e-0fb2834398b8-1);
    background:white;
    cursor:pointer;
    transition:var(--transition);
    appearance:none;
    outline:none;
    color:var(--bde-body-text-color);
    font-size: var(--preset-id-ef0096c2-931e-4dd3-9e91-5c58b6781774-font-size);
    font-weight: var(--preset-id-ef0096c2-931e-4dd3-9e91-5c58b6781774-font-weight);
    line-height: var(--preset-id-ef0096c2-931e-4dd3-9e91-5c58b6781774-line-height);
    letter-spacing: var(--preset-id-ef0096c2-931e-4dd3-9e91-5c58b6781774-letter-spacing);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.4998L10 12.4998L15 7.49976' stroke='%2316191D' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-size:1.25rem;
    background-position:calc(100% - 0.5rem) calc(50% - 1px);
  }
  
.yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort  .choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 4;
}
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__inner{
    min-width:15rem;
    display:flex;
    padding:0.687rem 2.5rem 0.687rem 0;
    border:none;
    border-bottom:1px solid var(--bde-body-text-color);
    font-size:1.125rem;
    line-height:1.666;
    font-weight:700;
    color:var(--bde-body-text-color);
    background:none;
    box-shadow:none;
    border-radius:0rem;
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list--single{
    padding:0rem;
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__inner .choices__placeholder {
      opacity: 1;
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort select:hover,
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__inner:hover{
    border-color:var(--bde-headings-color);
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices::after{
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 15.4999L18 20.4999L23 15.4999' stroke='%2316191D' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:2.25rem;
    height:2.25rem;
    border:none;
    margin:0rem;
    right:0;
    transform:translateY(-50%);
    transition:var(--transition);
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices.is-open::after{
    transform:translateY(-50%) scale(1,-1);  
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list .choices__inner{
    padding:0rem;
  }
  
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list--dropdown{
    margin-top: 4px;
      border: none;
      box-shadow: 0px 8px 16px rgba(22, 25, 29, 0.08) !important;
  }
  .yoko-loop-media-header .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list--dropdown .choices__list{
    display:flex;
    flex-direction:column;
    gap:0rem;
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list--dropdown .choices__list .choices__item{
    padding:0.75rem 3rem 0.75rem 1.25rem;
    transition:var(--transition);
    font-size:1rem;
    line-height:1.5rem;
    font-weight:700;
    color:var(--bde-body-text-color);
    background-color:transparent;
    opacity:1 !important;
    background-color:transparent;
    background-position:calc(100% - 1.25rem) 50%;
    background-size:1.5rem;
    background-repeat:no-repeat;
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list--dropdown .choices__list .choices__item:hover{
    background-color:var(--bde-palette-backgroundgrey-light-03c65e46-2f70-49b6-a4ba-c2e86f9d8a29-2);
  }
  .yoko-loop-media-header .yoko-loop-media-header-right.facetwp__sort .choices__list--dropdown .choices__list .choices__item.is-selected{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13.4998L8.5 17.9998L19.5 5.99982' stroke='%23C52D2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }


/* Footer */
.yoko-loop-media-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0rem;
    width: 100%;
    margin-top: 2rem;
}
.yoko-loop-media-footer-left {
    flex: 1 1 auto;
}
.yoko-loop-media-footer-right {
    flex: 0 0 auto;
}

.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:.5rem;
  }

.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .select-per-page{
    min-width:4.5rem;
    min-height:3rem;
    border:none;
    border-bottom:1px solid var(--bde-palette-stroke-c28202ec-84c3-44d6-887e-0fb2834398b8-1);
    background:white;
    padding-left:0.75rem;
    cursor:pointer;
    transition:var(--transition);
    appearance:none;
    outline:none;
    font-size: var(--preset-id-6f1e70d4-60a1-44f3-9e79-01045307058b-font-size);
      font-weight: var(--preset-id-6f1e70d4-60a1-44f3-9e79-01045307058b-font-weight);
      line-height: var(--preset-id-6f1e70d4-60a1-44f3-9e79-01045307058b-line-height);
      letter-spacing: var(--preset-id-6f1e70d4-60a1-44f3-9e79-01045307058b-letter-spacing);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.4998L10 12.4998L15 7.49976' stroke='%2316191D' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-size:1.25rem;
    background-position:calc(100% - 0.5rem) calc(50% - 1px);
  }
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .select-per-page:hover{
    border-color:var(--bde-headings-color);
}
  
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__inner{
    min-width:4.5rem;
    display:flex;
    padding:0.875rem 2rem 0.875rem 0.75rem;
    border:none;
    border-bottom:1px solid var(--bde-palette-stroke-c28202ec-84c3-44d6-887e-0fb2834398b8-1);
    font-size:0.875rem;
    line-height:1.42;
    font-weight:700;
    color:var(--bde-body-text-color);
    background:none;
    box-shadow:none;
    border-radius:0rem;
  }
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list--single{
    padding:0rem;
  }
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__inner .choices__placeholder {
      opacity: 1;
  }
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page select:hover,
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__inner:hover{
    border-color:var(--bde-headings-color);
  }
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices::after{
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 15.4999L18 20.4999L23 15.4999' stroke='%2316191D' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width:2.25rem;
    height:2.25rem;
    border:none;
    margin:0rem;
    right:0;
    transform:translateY(-50%);
    transition:var(--transition);
  }
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices.is-open::after{
    transform:translateY(-50%) scale(1,-1);  
}
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list .choices__inner{
    padding:0rem;
  }
  
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list--dropdown{
        margin-top: 4px;
      border: none;
      box-shadow: 0px 8px 16px rgba(22, 25, 29, 0.08) !important;
    z-index:20;
}
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list--dropdown .choices__list{
    display:flex;
    flex-direction:column;
    gap:0rem;
}
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list--dropdown .choices__list .choices__item{
    padding:0.5rem 2.5rem 0.5rem 0.5rem;
    transition:var(--transition);
    font-size:0.875rem;
    line-height:1.42;
    white-space:nowrap;
    font-weight:700;
    color:var(--bde-body-text-color);
    background-color:transparent;
    opacity:1 !important;
    background-color:transparent;
    background-position:calc(100% - 0.5rem) 50%;
    background-size:1rem;
    background-repeat:no-repeat;
}
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list--dropdown .choices__list .choices__item:hover{
    background-color:var(--bde-palette-backgroundgrey-light-03c65e46-2f70-49b6-a4ba-c2e86f9d8a29-2);
}
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices__list--dropdown .choices__list .choices__item.is-selected{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13.4998L8.5 17.9998L19.5 5.99982' stroke='%23C52D2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page .choices {
    margin: 0;
}

.yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page {
    color: #4c5967;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: -0.02em;
}


.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls{
    margin:0;
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-pager{
      display:flex;
    flex-direction:row;
    gap:0.25rem;
    align-items:center;
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page{
    width:3rem;
    height:3rem;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:var(--transition);
    font-size: var(--preset-id-974b8236-8594-409c-8fd4-b0a408d39c18-font-size);
      font-weight: var(--preset-id-974b8236-8594-409c-8fd4-b0a408d39c18-font-weight);
      line-height: var(--preset-id-974b8236-8594-409c-8fd4-b0a408d39c18-line-height);
      letter-spacing: var(--preset-id-974b8236-8594-409c-8fd4-b0a408d39c18-letter-spacing);
    padding:0;
    color:var(--bde-body-text-color);
    margin:0;
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page:hover{
    color:var(--bde-brand-primary-color);
  }
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.active{
    color:#ffffff;
    background:var(--bde-brand-primary-color);
    cursor:default;
    pointer-events:none;
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.prev,
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.next{
    font-size:0rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00005 6L15 12L9 18' stroke='%2316191D' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size:1.5rem;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:transparent;
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.prev:hover,
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.next:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00005 6L15 12L9 18' stroke='%23C52D2D' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.prev.disabled,
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.next.disabled{
    cursor:default;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00005 6L15 12L9 18' stroke='%23A7B2BE' stroke-width='1.5' stroke-miterlimit='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.yoko-loop-media-footer .yoko-loop-media-footer-right.pagination-controls .pagination-page.prev{
    transform:scale(-1,1);
}
  
/* loading */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.yoko-loop-media-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.3;
}

.yoko-loop-media-loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin: -8px 0 0 -8px;
    border: 3px solid #c52d2d;
    border-top: 2px solid transparent;
    border-radius: 50%;
    opacity: 0;
    z-index: 1000;
    animation: spin 0.3s linear infinite, fadeIn 0s linear 0.4s forwards;
}

@media (max-width: 1023px){
    .yoko-loop-media-footer .yoko-loop-media-footer-left.media-per-page {
        display: none;
    }
    .yoko-loop-media-footer .pagination-controls {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 1023px) {
    .yoko-loop-media-container .yoko-loop-media{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .yoko-loop-media-container .yoko-loop-media{
        gap: 1.75rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.yoko-loop-media-container .bde-loop{
    grid-gap:2.5rem .5rem;
  }
  .yoko-loop-media-container .ee-post,
  .yoko-loop-media-container .ee-post .brekdance,
  .yoko-loop-media-container .ee-post .breakdance > div{
    height:100% !important;
  }
  .yoko-loop-media-container .ee-post:first-child img{
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
  }
  .breakdance .bde-text-465-105  {
    margin-right:.5rem;
    position:relative;
  }
  .breakdance .bde-text-465-105::after{
    content:"";
    width:1px;
    height:1rem;
    position:absolute;
    right:-0.5rem;
    top:50%;
    transform:translateY(-50%);
    background:var(--bde-body-text-color);
  }
  .breakdance .bde-text-465-103 {
    padding-right:1.25rem;
  }
  .breakdance .bde-button-465-102{
    margin-top:auto;
  }
  .breakdance .bde-div-465-100 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    text-align: left
}

.breakdance .bde-container-link-465-107 {
    z-index: 2;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%
}

.breakdance .bde-image2-465-101 {
    margin-bottom: 0.5rem;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 0.89;
}

.breakdance .bde-image2-465-101 {
    background-color: var(--bde-palette-background-5fe61637-e0bd-4641-9810-6b0c0eebf587-8);
}

@media (max-width: 1023px) {
    .breakdance .bde-image2-465-101 {
        margin-bottom:0.25rem
    }
}

.breakdance .bde-div-465-104 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem
}

.breakdance .bde-text-465-105 {
    font-size: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-font-size);
    font-weight: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-font-weight);
    line-height: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-line-height);
    letter-spacing: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-letter-spacing);
    text-transform: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-text-transform)
}

.breakdance .bde-text-465-105 {
    margin-right: .5rem;
    position: relative
}

.breakdance .bde-text-465-105::after {
    content: "";
    width: 1px;
    height: 1rem;
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bde-body-text-color)
}

.breakdance .bde-text-465-106 {
    font-size: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-font-size);
    font-weight: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-font-weight);
    line-height: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-line-height);
    letter-spacing: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-letter-spacing);
    text-transform: var(--preset-id-705dc43b-9069-40aa-ac09-87d6cc753a52-text-transform)
}

.breakdance .bde-text-465-103 {
    font-size: var(--preset-id-68f2124e-944d-40a2-ac7e-612c3c368974-font-size);
    font-weight: var(--preset-id-68f2124e-944d-40a2-ac7e-612c3c368974-font-weight);
    line-height: var(--preset-id-68f2124e-944d-40a2-ac7e-612c3c368974-line-height);
    letter-spacing: var(--preset-id-68f2124e-944d-40a2-ac7e-612c3c368974-letter-spacing);
    margin-bottom: 0.5rem
}

.breakdance .bde-text-465-103 {
    padding-right: 1.25rem
}

@media (max-width: 1023px) {
    .breakdance .bde-text-465-103 {
        margin-bottom:0.25rem
    }
}

.breakdance .bde-button-465-102 {
    z-index: 3
}

.breakdance .bde-button-465-102 {
    margin-top: auto
}

@media (max-width: 767px) {
    .breakdance .bde-button-465-102,.breakdance .bde-button-465-102 a {
        width:100%
    }
}

.yoko-loop-media.yoko-loop-media-single{
    min-height: 100px;
}
.yoko-loop-media-container .breakdance .bde-div-465-104 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}
.yoko-loop-media-single .breakdance .bde-container-link  {
    z-index: 2;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
}
.yoko-loop-media-single .breakdance .bde-text-465-105 {
    margin-right: .5rem;
    position: relative;
}

div[data-swiper-id="115"] .yoko-loop-media-item{
    height: 100%;
}




.yoko-corporate-slider-media-container .yoko-loop-media-item  .bde-text-465-105 {
    margin-right: .5rem;
    position: relative; 
}
.yoko-corporate-slider-media-container .yoko-loop-media-item .bde-div-465-104{
    flex-direction: row;
}
.yoko-corporate-slider-media-container .swiper-slide{
    height: auto;
}
.yoko-corporate-slider-media-container .yoko-loop-media-item,
.yoko-corporate-slider-media-container .yoko-loop-media-item .breakdance,
.yoko-corporate-slider-media-container .yoko-loop-media-item .bde-div-465-100 {
    height: 100%;
}
.yoko-corporate-slider-media-container .swiper-slide:first-child img {
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
}
.yoko-corporate-slider-media-container,
.yoko-corporate-slider-media-container .swiper,
.yoko-corporate-slider-media-container .swiper-wrapper,
.yoko-corporate-slider-media-container .breakdance-swiper-wrapper{
  padding:0 !important;
  position:relative !important;
}
.yoko-corporate-slider-media-container .breakdance-swiper-wrapper{
  padding-bottom:1.75rem !important;
}
.yoko-corporate-slider-media-container .yoko-loop-media  .swiper-pagination{
  margin: 1.75rem 0 1.75rem;
  position:relative;
  height:3px;
  background:transparent;
  position:relative;
  max-width:calc(100% - 10.5rem)
}
.yoko-corporate-slider-media-container .breakdance .bde-container-link {
    z-index: 2;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
}
.yoko-corporate-slider-media-container  .swiper-pagination::before{
  content:"";
  width:100%;
  height:1px;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  background:var(--bde-palette-stroke-c28202ec-84c3-44d6-887e-0fb2834398b8-1);
}
.yoko-corporate-slider-media-container .swiper-pagination .swiper-pagination-progressbar-fill{
  background:var(--bde-brand-primary-color);
  z-index:2;
}

.yoko-corporate-slider-media-container  .swiper-button-prev,
.yoko-corporate-slider-media-container  .swiper-button-next{
  width:3.75rem;
  height:3.75rem;
  right:0;
  left:auto;
  top:auto;
  bottom:0rem;
  background-color:var(--bde-palette-backgroundgrey-light-03c65e46-2f70-49b6-a4ba-c2e86f9d8a29-2);
  transition:background-color var(--transition);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 19.8332L23.3333 13.9998L17.5 8.1665' stroke='%2316191D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66797 14H23.3346' stroke='%2316191D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position:center center;
  background-size:1.75rem;
  background-repeat:no-repeat;
}
.yoko-corporate-slider-media-container.bde-post-loop  .swiper-button-prev,
.yoko-corporate-slider-media-container.bde-post-loop  .swiper-button-next{
  bottom:0rem;
}
.yoko-corporate-slider-media-container  .swiper-button-prev{
  right:4.25rem;
  transform:scale(-1,1);
}
.yoko-corporate-slider-media-container  .swiper-button-prev::after,
.yoko-corporate-slider-media-container  .swiper-button-next::after{
  display:none;
}
@media (hover:hover){
    .yoko-corporate-slider-media-container  .swiper-button-prev:not(.swiper-button-disabled):hover,
    .yoko-corporate-slider-media-container  .swiper-button-next:not(.swiper-button-disabled):hover{
    background-color:var(--bde-brand-primary-color);
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 19.8332L23.3333 13.9998L17.5 8.1665' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66797 14H23.3346' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}