/* TEAM 1 */

.wft__teamone {
    padding: 80px 0;
}

.wft__loopinner {
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.wft__image {
    position: relative;
    display: block;
}

.wft__image img {
    display: block;
    width: 100%;
}

.wft__name {
    position: absolute;
    left: 50px;
    bottom: -3px;
    transform: rotate(-90deg) translateX(0);
    transform-origin: left bottom;
    white-space: nowrap;
    padding: 0 80px 0 5px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
    height: 50px;
    line-height: 50px;
}

.wft__position {
    padding: 15px 25px 15px 50px;
    opacity: 0.8;
}

/* SLIDE */

.wft__slide img {
    display: block;
}

/* TESS ! */

.wfr__tessone {
    padding: 80px 0 30px;
}

.wfr__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfr__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.wfr__inner {
    column-count: 3;
    column-gap: 30px;
    margin: 0;
}

.wfr__loop {
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    position: relative;
}

.wfr__star {
    position: absolute;
    bottom: 48px;
    right: 30px;
    font-size: 18px;
}

.wfr__loop table .single__star i {
    margin: 0 1px !important;
    font-size: 18px !important;
    width: auto !important;
}

.wfr__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 2px;
}

.wfr__prof {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.wfr__prof span {
    font-style: italic;
    opacity: 0.7;
}

.wfr__content {
    opacity: 0.8;
    margin: 0 0 25px;
    font-size: 16px;
}

.wfr__img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}

/* ACCORDION */

.wfa__accordone {
    padding: 80px 0;
}

.wfa__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfa__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.one_accord {
    width: 100%;
    margin: 0 auto;
}

.one_accord .neoaccord-item {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.one_accord .neoaccord-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 25px;
	line-height: 1.1;
  font-weight: 600;
  padding: 20px 0;
}

.one_accord .neoaccord-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    will-change: max-height;
}

.one_accord .neoaccord-body.active {
    max-height: var(--accordion-max-height, 1000px);
	padding: 0 0 30px;
    /* Gunakan CSS variable untuk fleksibilitas */
}

.one_accord .neo-accordion-icon {
    font-size: 22px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.one_accord .neo-accordion-icon.active {
    transform: rotate(45deg);
}

/* EVENT 1 */

.wft__eventone {
    padding: 80px 0 40px;
}

.wft__evhead {
    font-size: 35px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
}

.wft__evhead:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 80px;
    z-index: 2;
}

.wft__evhead:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 1px;
    width: 160px;
    z-index: 1;
}

.wft__evouter {
    margin: 0 -20px;
}

.wft__evloop {
    width: calc( 50% - 40px);
    float: left;
    margin: 0 20px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wft__evloop:nth-child(4n-1) {
    margin: -60px 20px 40px;
}

.wft__evouter .wft__evafter.g__clear {
    display: none;
}

.wft__evouter .wft__evafter.g__clear:nth-child(4n) {
    display: block;
}

.wft__evleft {
    float: left;
    width: calc( 100% - 240px);
}

.wft__evleftin {
    padding: 30px;
    height: 140px;
}

.wft__title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.wft__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wft__flex {
    margin: 0 0 15px;
}

.wft__flex span {
    display: block;
    font-size: 90%;
    opacity: 0.8;
}

.wft__flexauto {
    margin-left: auto;
}

.wft__evright {
    float: right;
    height: 210px;
    width: 210px;
    text-align: center;
    border-width: 0 0 0 1px;
    border-style: dashed;
}

.wft__button a {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 8px;
}

.wft__evgone,
.wft__evcome {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 16px;
}

/* PARTNER 1 */

.wfop__partnerone {
    padding: 80px 0;
}

.wpop__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 15px;
}

.wpop__image a {
    display: block;
    text-align: center;
}

.partner__logo {
    max-width: 80%;
    width: auto !important;
    margin: 0 auto;
    max-height: 50px;
    height: auto;
}

.gray__image .partner__logo {
    filter: grayscale(100);
}

/* PRICING */

.wfp__priceone {
    padding: 80px 0 40px;
}

.wfp__inner {
    position: relative;
    margin: 30px 10px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    overflow: hidden;
}

.wfp__pop.wfp__inner {
    margin: 0 10px 40px;
    padding: 70px 0 40px;
}

.wfp__circle {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    z-index: 2;
}

.wfp__circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 2;
    opacity: 0.15;
    transform: scale(7.5);
}

.wfp__circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 15px;
    border-radius: 100%;
    z-index: 1;
    opacity: 1;
    transform: scale(10);
}

.wfp__over {
    position: relative;
    z-index: 3;
}

.wfp__featured {
    margin: 0 40px 15px;
    height: 40px;
}

.wfp__featured span {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
}

.wfp__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.wfp__price {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.wfp__per {
    margin: 0 40px 55px;
    text-align: right;
}

.wfp__per span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 30px;
}

.wfp__list {
    margin: 0 40px 40px;
}

.wfp__list {
    list-style: none;
}

.wfp__list li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-width: 0 0 1px;
    border-style: solid;
    font-size: 16px;
}

.wfp__list li:before {
    content: '';
    position: absolute;
    top: calc( 50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.wfp__order {
    margin: 0 40px;
}

.wfp__order a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}

/* SERVICE */

.wfs__aboutone {
    padding: 80px 0;
}

.wfs__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfs__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.wfs__outer {
    margin: 0 -10px;
}

.wfs__outer .g__clear {
    display: none;
}

.wfs__outer .g__clear:nth-child(6n) {
    display: block;
}

.wfs__loop {
    float: left;
    margin: 0 10px 20px;
    width: calc( 33.33% - 20px);
}

.wfs__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.wfs__image img {
    display: block;
}

.wfs__over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.wfs__photo {
    width: 50px;
    height: 50px;
    margin: 30px 0 30px 30px;
    overflow: hidden;
}

.wfs__ovhead {
    font-size: 24px;
    line-height: 1.15;
    padding: 0 30px;
    margin: 0 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wfs__ovexp {
    padding: 0 30px;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wfs__more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 0 30px;
    max-width: 65%;
    transition: all .3s ease;
}

.wfs__loop:hover .wfs__more {
    padding: 0 0 0 60px;
}

/* HERO 1 */

.wfh__headheroone {
    padding: 80px 0;
}

.wfh__cheroone {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wfh__cheroone img {
    display: block;
    border-radius: 10px;
}

.wfh__headheroblock {
    padding: 0 50px 0 0;
}

.wfh__prhero {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0;
}

.wfh__headhero {
    font-size: 60px;
    line-height: 1.1;
    padding: 10px 0;
}

.wfh__subhero {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

.b__hero {
    padding: 0;
}

.b__hero.b1__hero,
.b__hero.b2__hero {
    padding: 20px 0 10px;
}

.b__hero a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

/* POST 1 */

.wflp__postone {
    padding: 80px 0 40px;
}

.g__outer {
    margin: 0 -20px;
}

.wflp__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wflp__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.lps__loop {
    width: 33.33%;
    float: left;
}

.lps__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
}

.lps__top {
    font-size: 14px;
    padding: 15px 25px;
    opacity: 0.9;
}

.lps__top a {
    font-weight: bold;
}

.lps__right {
    margin-left: auto;
}

.lps__image {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.lps__image img {
    display: block;
    width: 100%;
}

.lps__image iframe {
    display: block;
    width: 100%;
    height: 204px;
}

.lps__meta {
    padding: 10px 25px 25px;
}

.lps__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    height: 78px;
}

.lps__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* GALLERY 1 */

.wfga__postone {
    padding: 80px 0 40px;
}

.ga__outer {
    margin: 0 -20px;
}

.wfga__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfga__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.lga__loop {
    width: 33.33%;
    float: left;
}

.lga__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 440px;
}

.lga__top {
    opacity: 0.9;
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index: 3;
    font-size: 18px;
}

.lga__top a {
    font-weight: bold;
}

.lga__right {
    margin-left: auto;
}

.lga__image {
    margin: 0;
    position: relative;
    height: 440px;
    overflow: hidden;
}

.lga__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.lga__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.lga__loop:hover .lga__image img {
    transform: scale(1.2);
}

.lga__meta {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
}

.lga__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
    height: auto;
}

.lga__title a {
    color: #fff;
}

.lga__button {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
    border-radius: 5px;
    color: #fc3;
    transition: all .3s ease;
}

.lga__loop:hover .lga__button {
    margin: 20px 0 0 40px;
}

/* VIDEO 1 */

.wfvi__postone {
    padding: 80px 0 40px;
}

.ga__outer {
    margin: 0 -20px;
}

.wfvi__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfvi__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.lvi__loop {
    width: 50%;
    float: left;
}

.lvi__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.lvi__iframe iframe {
    display: block;
    width: 100%;
    height: 300px;
}

/* ANIMASI */

/* Base style untuk semua animasi */

.neoanimasi,
.animate-left,
.animate-right {
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    will-change: transform, opacity;
}

/* Animasi ke atas */

.neoanimasi {
    transform: translateY(50px);
}

/* Animasi kiri ke kanan */

.animate-left {
    transform: translateX(-50px);
}

/* Animasi kanan ke kiri */

.animate-right {
    transform: translateX(50px);
}

/* Ketika visible */

.neoanimasi.visible,
.animate-left.visible,
.animate-right.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Ketika visible */

.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

/* Ketika visible */

.neoanimasi.visible {
    opacity: 1;
    transform: translateX(0);
}

/* COUNTER 1 */

.wfwc__countone {
    padding: 80px 0;
}

.counter_block_outer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wfwc__countone .counter_inner {
    width: calc( 25% - 30px);
    box-sizing: border-box;
    text-align: center;
    margin: 15px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.box_number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.after_counter {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wfh__csrone {
    padding: 80px 0;
}

.csrone__outer {
    margin: 0 -25px;
}

.csrone__block {
    position: relative;
    width: calc( 50% - 50px);
    margin: 0 25px;
    height: auto;
    max-height: 560px;
}

.csrone__bigimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.csrone__blockhead {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: rgba(94, 145, 51, 1);
    padding: 30px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.csrone__head {
    font-size: 38px;
    line-height: 1.1;
    padding: 10px 0;
}

.csrone__subhead {
    font-size: 16px;
}

.csrone__secblock {
    width: 50%;
    padding: 0;
}

.csrone__loop {
    margin: 0 25px;
    padding: 0 0 50px;
}

.csrone__loop:last-child {
    padding: 0;
}

.csrone__loopimage {
    float: right;
    width: 150px;
    position: relative;
    margin: 0 0 0 30px;
}

.csrone__loopmeta a,
.csrone__loopimage img {
    display: block;
    border-radius: 8px;
}

.csrone__cat {
    font-size: 18px;
    margin: 0 0 12px;
}

.csrone__title {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

/* CTA */

.wfh__ctaone {
    padding: 100px 0;
    position: relative;
}

.wfh__ctaone:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
}

.wfh__ctaone .g__container {
    position: relative;
    z-index: 2;
}

.wfh__ctaoneblock {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.wfh__ctahead {
    font-size: 40px;
    line-height: 1.1;
    padding: 10px 0;
}

.wfh__ctasub {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

.b__cta {
    padding: 20px 0 10px;
}

.btn__cta {
    margin: 0 auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
}

.six_hoblock {
    padding: 0;
    overflow: hidden;
    background: #224;
}

.sixho_wrap {
    position: relative;
}

.sixho_tex {
    position: relative;
    z-index: 2;
}

.sixho_con {
    width: 50%;
    padding: 150px 0;
    position: relative;
}

.sixho_con:before {
    content: '';
    position: absolute;
    top: calc( 100% - 200px);
    left: -450px;
    right: 150px;
    bottom: calc( -100% + 200px);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}

.sixho_con:after {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    right: -250px;
    bottom: 200px;
    z-index: 1;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}

.sixho_pre {
    font-size: 18px;
    position: relative;
    z-index: 3;
    margin: 0 0 20px;
}

.sixho_head {
    position: relative;
    z-index: 3;
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -3px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin: 0 -200px 30px 0;
}

.sixho_btn {
    position: relative;
    z-index: 3;
}

.sixho_btn a {
    padding: 15px 20px 15px 25px;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.sixho_btn i {
    margin-left: 5px;
}

.sixho_btn2 {
    background: #0a4;
    color: #fff;
}

.sixho_btn2 {
    background: #fff;
    color: #333;
}

.sixho_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}

.sixho_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SERVICE 6 */

.sixserv_about {
    padding: 80px 0 50px;
}

.sixserv_prefix {
    max-width: 600px;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    position: relative;
}

.sixserv_prefix:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixserv_headhero {
    max-width: 600px;
    font-size: 45px;
    line-height: 1.1;
    margin: 0 0 30px;
}

.sixserv_subhero {
    max-width: 500px;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.sixserv_outer {
    margin: 0 -15px;
}

.sixserv_first {
    width: calc( 66.66% - 30px);
    margin: 0 15px;
    float: left;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 300px;
}

.sixserv_loop {
    float: left;
    margin: 0 15px 30px;
    width: calc( 33.33% - 30px);
}

.sixserv_image {
    position: relative;
    border-radius: 0;
    height: 300px;
    overflow: hidden;
}

.sixserv_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sixserv_over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
    z-index: 1;
}

.sixserv_photo {
    width: 50px;
    height: 50px;
    margin: 30px 0 70px 30px;
    overflow: hidden;
    filter: grayscale(1%);
}

.sixserv_ovhead {
    font-size: 24px;
    line-height: 1.15;
    padding: 0 0 15px;
    margin: 0 30px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sixserv_ovhead a,
.sixserv_ovhead {
    transition: all .5s ease;
}

.sixserv_ovexp {
    padding: 0 30px;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sixserv_more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 0 30px;
    max-width: 65%;
    transition: all .3s ease;
}

.sixserv_loop:hover .sixserv_more {
    padding: 0 0 0 60px;
}

/* POST 6 */

.sixpost_post {
    padding: 80px 0 50px;
}

.sixpost_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixpost_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixpost_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixpost_headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.sw_image {
    position: relative;
    height: 260px;
    margin: 0 0 20px;
}

.sw_image a {
    display: block;
    height: 260px;
}

.sw_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sw_publish {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 65px;
    width: 70px;
    border-radius: 5px;
}

.sw_date {
    padding: 10px 10px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.0;
    text-align: right;
}

.sw_month {
    padding: 0 10px;
    font-size: 12px;
    text-align: right;
}

.sw_meta {
    font-size: 15px;
    margin: 0 0 15px;
}

.sw_meta a {
    font-weight: 600;
}

.sw_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 15px;
}

.sw_exc {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.5;
    margin: 0 0 20px;
}

.sw_exc.neoanimasi.visible {
    opacity: 0.7;
}

/* PRICING */

.sixpri_price {
    padding: 80px 0;
}

.sw_loop_p {
    position: relative;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin: 15px 0 0;
}

.sw_feat {
    position: absolute;
    height: 24px;
    top: -12px;
    left: 0;
    right: 0;
    text-align: center;
}

.sw_feat span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 30px;
}

.sw_title_p {
    font-size: 16px;
    margin: 0 0 30px;
}

.sw_price_p {
    display: flex;
    align-items: center;
    font-size: 50px;
    line-height: 1.0;
    font-weight: 600;
}

.sw_cur,
.sw_sat {
    font-size: 40%;
}

.sw_per {
    font-size: 13px;
    opacity: 0.7;
    margin: 0 0 40px;
}

.sw_price_dt {
    font-weight: bold;
    padding: 4px 0 10px;
}

.sw_list_p {
    margin: 0 0 30px;
}

.sw_list_p li {
    padding: 5px 0;
    display: flex;
}

.sw_list_p li i {
    width: 20px;
    height: 20px;
    border-radius: 24px;
    margin: 0 10px 0 0;
    background: rgba(0, 0, 0, 0.06);
}

.sw_pop_p .sw_list_p li i {
    background: rgba(255, 255, 255, 0.06);
}

.sw_order {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

/* GALERI 6 */

.sixga_postone {
    padding: 80px 0 40px;
}

.sixga_outer {
    margin: 0 -15px;
}

.sixga_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixga_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixga_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixga_headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.six_post {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.sixga_inner {
    margin: 0;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
}

.sixga_top {
    position: absolute;
    top: 30px;
    left: 40px;
    padding: 0 4px;
    z-index: 3;
    font-size: 50px;
    height: 40px;
    line-height: 1.0;
    overflow: hidden;
    transform: rotate(8deg);
    transition: all .3s ease;
}

.sixga_loop:hover .sixga_top {
    opacity: 1;
    height: 50px;
}

.sixga_center {
    transform: rotate(-8deg);
}

.sixga_left {
    font-weight: bold;
    display: block;
    margin: 0 5px 0 0;
}

.sixga_right {
    font-size: 18px;
    line-height: 20px;
    padding: 4px 0 0;
}

.sixga_image {
    margin: 0;
    position: relative;
    height: 350px;
    overflow: hidden;
}

.sixga_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.75;
}

.sixga_image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.sixga_loop:hover .sixga_image img {
    transform: scale(1.2);
}

.sixga_meta {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px 30px;
}

.sixga_title {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 20px;
    height: auto;
}

.sixga_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 110px;
    height: 1px;
    width: 20px;
}

.sixga_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100px;
}

/* EVENT 6 */

.sixev_event {
    padding: 80px 0;
}

.sixev_evhead {
    font-size: 40px;
    margin: 0 0 40px;
    font-weight: bold;
    position: relative;
}

.sixev_evouter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.sixev_evloop {
    border-radius: 10px;
}

.sixev_evleft {
    float: left;
    width: calc( 100% - 240px);
}

.sixev_evleftin {
    padding: 30px;
    height: 140px;
}

.sixev_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.sixev_flex {
    margin: 0 0 15px;
}

.sixev_flex span {
    display: block;
    font-size: 90%;
}

.sixev_flexauto {
    margin-left: auto;
}

.sixev_evright {
    float: right;
    height: 210px;
    width: 210px;
    text-align: center;
}

.sixev_button {
    padding: 20px 30px 30px;
}

.sixev_button a {
    display: inline-block;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    border-radius: 46px;
    font-size: 25px;
}

/* CTA 6 */

.sixcta_cta {
    padding: 50px 0;
    position: relative;
}

.sixcta_cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
}

.sixcta_cta .g__container {
    position: relative;
    z-index: 2;
}

.sixcta_ctaoneblock {
    margin: 0 auto;
}

.sixcta_prefix {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.8;
    padding: 0 0 0 50px;
    margin: 10px 0 15px;
}

.sixcta_prefix:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixcta_flex {
    display: flex;
    align-items: center;
    padding: 0 0 25px;
    margin: 0 0 25px;
}

.sixcta_ctahead {
    font-size: 40px;
    line-height: 1.25;
    padding: 10px 0;
}

.sixcta_ctasub {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
    max-width: 700px;
    opacity: 0.8;
}

.sixcta_btn {
    margin-left: auto;
    display: inline-block;
    font-weight: 600;
    padding: 15px 20px 15px 25px;
    border-radius: 5px;
}

.sixcta_btn i {
    margin-left: 5px;
}

/* COUNTER 6 */

.sixco_count {
    position: relative;
    overflow: hidden;
}

.sixco_count:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.sixco_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.sixco_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sixco_count .g__container {
    position: relative;
    z-index: 3;
}

.sixco_over {
    padding: 80px 0;
}

.sixco_outer {
    max-width: 800px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 200px 0 0;
}

.sixco_prefix {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.8;
    padding: 0 0 0 50px;
    margin: 10px 0 15px;
}

.sixco_prefix:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixco_head {
    font-size: 60px;
    line-height: 1.25;
    padding: 10px 0 100px;
}

.sixco_count .counter_inner {
    width: 33.33%;
    box-sizing: border-box;
}

.sixco_number {
    font-size: 80px;
    line-height: 1.0;
    font-weight: bold;
    margin: 0;
}

.sixco_before,
.box_after {
    color: #f66;
    line-height: 2.0;
    font-size: 75%;
}

.sixco_after {
    font-size: 18px;
}

/* PARTNER 6 */

.sixpa_partner {
    padding: 30px 0;
    overflow: hidden;
}

.neo-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.neo-marquee-track {
    display: flex;
    width: max-content;
    transform: translateX(0);
    /* Posisi awal di kiri */
}

.neo-marquee-slide {
    flex: 0 0 auto;
    margin: 0 20px;
    width: 180px;
    /* Fixed width untuk konsistensi */
}

@keyframes neoMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.sixpa_image {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sixpa_image img {
    max-height: 40px;
    height: auto;
    width: auto;
    max-width: 100%;
}

.gray__image img {
    filter: grayscale(100%);
}

/* TESTIMONIAL 6 */

.sixte_tess {
    padding: 80px 0 30px;
}

.sixte_head {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.sixte_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixte_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixte_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixte_inner {
    column-count: 3;
    column-gap: 30px;
    margin: 0;
}

.sixte_loop {
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    position: relative;
}

.sixte_star {
    font-size: 20px;
    margin: 0 0 15px;
}

.sixte_star .icon-ciuss-star:before {
    margin: 0 3px 0 0;
}

.sixte_content {
    margin: 0 0 30px;
}

.sixte_bot {
    align-items: center;
}

.sixte_bot img {
    margin-right: 20px;
    width: 60px;
    border-radius: 30px;
}

.sixte_title {
    font-size: 16px;
}

.sixte_prof {
    font-size: 13px;
}

/* TEAM 6 */

.sixtm_team {
    padding: 80px 0;
}

.sixtm_loopinner {
    margin: 0;
}

.sixtm_image {
    position: relative;
    display: block;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
}

.sixtm_image img {
    display: block;
    width: 100%;
}

.sixtm_name {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    padding: 0 25px 15px;
    text-align: center;
}

.sixtm_position {
    padding: 0 25px 5px;
    opacity: 0.8;
    text-align: center;
}

.sixtm_sos {
    text-align: center;
    padding: 0 0 20px;
}

.sixtm_sos a {
    display: inline-block;
    margin: 0 3px 6px 0;
}

.sixtm_sos i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

/* VIDEO */

.sixvid_video {
    padding: 80px 0 40px;
}

.ga__outer {
    margin: 0 -20px;
}

.sixvid_head {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.sixvid_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixvid_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixvid_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixvid_loop {
    width: 50%;
    float: left;
}

.sixvid_inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sixvid_iframe iframe {
    display: block;
    width: 100%;
    height: 300px;
}

/* ACCORD 6 */

.sixac_accord {
    padding: 80px 0;
}

.sixca_block {
    position: relative;
	min-height: 400px;
}

.sixca_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
}

.sixca_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sixca_over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 800px 0 0;
}

.sixca_head {
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 40px 40px;
}

.sixca_prefix {
    max-width: 768px;
    font-size: 18px;
    margin: 40px 40px 20px;
}

.sixca_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixca_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.six_accord {
    width: calc( 60% - 50px );
}

.six_accord .neoaccord-item {
    transition: all 0.3s ease;
	border-width: 0 0 1px;
	border-style: solid;
}

.six_accord .neoaccord-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 18px;
	line-height: 1.1;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
}

.six_accord .neoaccord-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    will-change: max-height;
}

.six_accord .neoaccord-body.active {
    max-height: var(--accordion-max-height, 1000px);
	padding: 0 0 30px;
    /* Gunakan CSS variable untuk fleksibilitas */
}

.six_accord .neo-accordion-icon {
    font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 24px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
	position: absolute;
	right: 0;
	top: calc( 50% - 11px );
	border-width: 1px;
	border-style: solid;
	
}

.six_accord .neo-accordion-icon.active {
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .g__responsive {
        max-width: 768px;
        margin: 0 auto;
    }
    .wft__evloop {
        width: calc( 100% - 40px);
        margin: 0 20px 20px;
    }
    .wft__evloop:nth-child(4n-1) {
        margin: 0 20px 20px;
    }
    .wfh__headheroone .g__flex {
        display: block;
    }
    .wfh__cheroone {
        width: 100%;
        margin: 0 0 30px;
    }
    .wfs__outer .g__clear:nth-child(6n) {
        display: none;
    }
    .wfs__outer .g__clear:nth-child(4n) {
        display: block;
    }
    .wfs__loop {
        width: calc( 50% - 20px);
    }
    .lps__loop {
        width: 50%;
    }
    .counter_inner {
        width: calc( 50% - 30px);
    }
    .csrone__outer.g__flex {
        display: block;
    }
    .csrone__block {
        width: calc( 100% - 50px);
        max-height: auto;
        margin: 0 25px 50px;
    }
    .csrone__secblock {
        width: 100%;
    }
    .csrone__bigimg {
        height: 500px;
    }
    .wfh__ctaoneblock {
        width: 100%;
    }
    .lga__loop {
        width: 50%;
    }
    .lvi__loop,
    .sixvid_loop {
        width: 100%;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 430px;
    }
    .gts__inner,
    .wfr__inner {
        column-count: 2;
    }
    .sixserv_first {
        width: calc( 100% - 30px);
        float: none;
        height: auto;
        margin: 0 15px 40px;
    }
    .sixserv_loop {
        width: calc( 100% - 30px);
        float: none;
    }
    .sixev_evouter {
        grid-template-columns: repeat(1, 1fr);
    }
    .neo-marquee-slide {
        width: 180px;
    }
    .sixte_inner {
        column-count: 2;
    }
    .sixvid_inner {
        margin: 0 20px 30px;
    }
}

@media screen and (max-width: 800px) {
    .six_post {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .wfh__headhero {
        font-size: 40px;
    }
    .b__hero a {
        display: inline-block;
    }
    .lps__inner,
    .lga__inner {
        margin: 0 20px 30px;
    }
    .sixho_con:before {
        left: -320px;
    }
    .sixho_con:after {
        left: -20px;
    }
    .sixho_img {
        width: 100%;
    }
    .neo-marquee-slide {
        width: 180px;
    }
}

@media screen and (max-width: 600px) {
    .wft__evleft {
        float: none;
        width: auto;
    }
    .wft__evleftin {
        padding: 30px 30px 0;
        height: auto;
    }
    .wft__evright {
        float: none;
        width: auto;
        border: 0;
    }
    .crop__img {
        height: 400px;
        overflow: hidden;
        /* sembunyikan bagian gambar yang keluar */
    }
    .crop__img img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .wfs__outer .g__clear:nth-child(4n) {
        display: none;
    }
    .wfs__outer .g__clear:nth-child(2n) {
        display: block;
    }
    .wfs__loop {
        width: calc( 100% - 20px);
    }
    .lps__loop {
        width: 100%;
    }
    .counter_inner {
        width: calc( 100% - 30px);
    }
    .neoanimasi {
        opacity: 0;
        transform: translateY(150px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    .lga__loop {
        width: 100%;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 265px;
    }
    .gts__inner,
    .wfr__inner {
        column-count: 1;
    }
    .sixho_pre,
    .sixho_btn {
        width: 200%;
    }
    .sixho_head {
        width: 180%;
        margin: 0 0 30px;
    }
    .sixev_evleft {
        float: none;
        width: 100%;
    }
    .sixev_evright {
        float: none;
        width: 100%;
        height: auto;
    }
    .sixev_evright .sixev_evleftin {
        display: flex;
        align-items: center;
    }
    .sixev_evleftin {
        height: auto;
    }
    .sixev_button {
        padding: 0 30px 0 0;
    }
    .sixev_flex {
        margin: 0;
        text-align: left;
        font-size: 16px;
    }
    .sixev_flexauto {
        margin: 0 0 0 auto;
    }
    .sixcta_flex {
        display: block;
    }
    .sixcta_ctahead {
        padding: 10px 0 20px;
    }
    .sixco_head {
        font-size: 40px;
        padding: 10px 0 60px;
    }
    .sixco_count .counter_inner {
        width: 100%;
        margin: 0 0 30px;
    }
    .sixte_inner {
        column-count: 1;
    }
	.six_post {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .wfp__priceone {
        padding: 20px 0 20px;
    }
    .g__responsive {
        margin: 0 5px;
    }
    .wfp__priceone .g__responsive {
        margin: 0 -5px;
    }
    .wft__eventone {
        padding: 40px 0 20px;
    }
    .wft__evhead {
        font-size: 25px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .wft__evleftin {
        padding: 25px 25px 0;
    }
    .wft__title {
        font-size: 20px;
    }
    .wft__flex {
        font-size: 15px;
    }
    .wft__evgone,
    .wft__evcome {
        font-size: 18px;
    }
    .wft__evright {
        height: auto;
    }
    .wft__button {
        margin: 0 0 25px;
    }
    .wft__button a {
        font-size: 15px;
        height: 46px;
        line-height: 46px;
    }
    .wft__title {
        margin: 0 0 20px;
    }
    .wft__teamone {
        padding: 40px 0;
    }
    .wft__teamone .splide {
        width: 140%;
    }
    .wft__name {
        left: 42px;
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }
    .wft__position {
        padding: 15px 25px 15px 42px;
        font-size: 13px;
    }
    .wfh__headheroone {
        padding: 50px 0 20px;
    }
    .wfh__headheroblock {
        padding: 0;
    }
    .wfh__headhero {
        font-size: 35px;
    }
    .wfh__subhero {
        font-size: 15px;
    }
    .b__hero a {
        font-size: 15px;
        padding: 12px 24px;
    }
    .wfs__photo {
        margin: 30px 0 20px 30px;
    }
    .wfs__aboutone {
        padding: 40px 0 30px;
    }
    .wfs__headhero,
    .wfr__headhero,
    .wfa__headhero {
        font-size: 25px;
        margin: 0 auto 10px;
    }
    .wfs__subhero,
    .wfr__subhero,
    .wfa__subhero {
        font-size: 15px;
        margin: 0 auto 30px;
    }
    .wfa__accordone {
        padding: 40px 0;
    }
    .wfop__partnerone {
        padding: 40px 0;
    }
    .wpop__image {
        padding: 10px;
    }
    .wfh__prhero {
        font-size: 15px;
    }
    .wfr__tessone {
        padding: 40px 0 1px;
    }
    .wflp__postone {
        padding: 50px 0 20px;
    }
    .wflp__headhero,
    .wfga__headhero,
    .wfvi__headhero {
        font-size: 25px;
        margin: 0 auto 10px;
    }
    .wflp__subhero,
    .wfga__subhero,
    .wfvi__subhero {
        font-size: 15px;
        margin: 0 auto 30px;
    }
    .lps__top {
        font-size: 15px;
        padding: 15px 20px;
    }
    .lps__title {
        font-size: 20px;
        height: auto;
    }
    .wfwc__countone {
        padding: 40px 0;
    }
    .counter_inner {
        margin: 8px 15px;
    }
    .wfh__csrone {
        padding: 40px 0;
    }
    .csrone__block {
        margin: 0 25px 30px;
    }
    .csrone__blockhead {
        position: absolute;
        left: 25px;
        bottom: 25px;
        right: 25px;
        padding: 25px;
    }
    .csrone__head {
        font-size: 25px;
    }
    .csrone__subhead {
        font-size: 14px;
    }
    .csrone__loop {
        padding: 0 0 30px;
    }
    .csrone__loopimage {
        width: 120px;
        margin: 0 0 0 20px;
    }
    .csrone__cat {
        font-size: 14px;
    }
    .csrone__title {
        font-size: 18px;
    }
    .wfh__ctahead {
        font-size: 25px;
    }
    .wfh__ctasub {
        font-size: 15px;
    }
    .btn__cta {
        font-size: 15px;
        padding: 12px 24px;
    }
    .lga__meta {
        padding: 30px;
    }
    .lga__top {
        top: 25px;
        left: 30px;
        right: 30px;
    }
    .wfvi__postone,
    .wfga__postone {
        padding: 40px 0 1px;
    }
    .lvi__inner {
        margin: 0 20px 30px;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 235px;
    }
    .sixho_con {
        padding: 120px 0;
    }
    .sixho_head {
        font-size: 46px;
        letter-spacing: -2px;
    }
    .sixho_con:after {
        top: -90px;
        bottom: 90px;
        left: -70px;
        right: -200px;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
        opacity: 0.85;
    }
    .sixho_con:before {
        content: '';
        position: absolute;
        top: calc( 100% - 90px);
        left: -300px;
        right: 30px;
        bottom: calc( -100% + 90px);
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
        opacity: 0.85;
    }
    .sixserv_headhero {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .sixserv_subhero {
        max-width: 500px;
        font-size: 16px;
    }
    .sixpost_headhero,
    .sixga_headhero {
        font-size: 32px;
        margin: 0 auto 40px;
    }
    .sixserv_about {
        padding: 60px 0 20px;
    }
    .sixpost_post {
        padding: 60px 0 30px;
    }
    .sixpri_price {
        padding: 50px 20px;
    }
    .sixev_event {
        padding: 50px 0;
    }
    .sixev_evhead,
    .sixcta_ctahead,
    .sixvid_head,
    .sixte_head {
        font-size: 32px;
    }
    .sixco_over {
        padding: 80px 0 20px;
    }
    .sixco_outer {
        padding: 60px 0 0;
    }
    .sixco_head {
        font-size: 32px;
        padding: 10px 0 40px;
    }
    .sixco_number {
        font-size: 60px;
        height: 75px;
    }
    .sixho_btn.g__flex {
        display: block;
    }
    .sixho_btn a {
        margin: 0 10px 10px 0;
        float: left;
    }
    .sixpa_partner {
        padding: 15px 0;
    }
    .neo-marquee-slide {
        width: 140px;
    }
    .sixtm_team {
        padding: 50px 0;
    }
    .sixtm_team .splide {
        width: 180%;
    }
	.one_accord .neoaccord-header {
  font-size: 20px;
  padding: 12px 0;
}
.one_accord .neoaccord-body.active {
  padding: 0 0 20px;
}
}

@media screen and (max-width: 420px) {
    .csrone__loopimage {
        width: 100px;
        margin: 0 0 0 25px;
    }
    .csrone__title {
        font-size: 17px;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 205px;
    }
}

@media screen and (max-width: 375px) {
    .wfh__headheroone {
        padding: 30px 0 10px;
    }

    .wfh__cheroone {
        margin: 0 0 20px;
    }

    .wfh__headhero {
        font-size: 30px;
    }

    .wfh__subhero {
        font-size: 14px;
    }

    .b__hero.b1__hero,
    .b__hero.b2__hero {
        padding: 10px 0 5px;
    }

    .b__hero a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .wfop__partnerone {
        padding: 25px 0;
    }

    .wfs__aboutone {
        padding: 30px 0 10px;
    }

    .wfs__headhero,
    .wfr__headhero,
    .wfa__headhero {
        font-size: 22px;
    }

    .wfs__subhero,
    .wfr__subhero,
    .wfa__subhero {
        font-size: 13px;
        margin: 0 auto 20px;
    }

    .wfs__ovhead {
        font-size: 22px;
    }

    .wfs__ovexp {
        font-size: 13px;
    }

    .wfs__more {
        bottom: 25px;
        font-size: 14px;
    }

    .wfp__title {
        font-size: 20px;
    }

    .wfp__price {
        font-size: 42px;
    }

    .wfp__circle {
        top: 15px;
    }

    .wfp__list li {
        padding: 10px 0 10px 24px;
        font-size: 14px;
    }

    .wfp__list li:before {
        top: calc( 50% - 4px);
        width: 8px;
        height: 8px;
    }

    .wfp__order a {
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 14px;
    }

    .wfp__inner {
        margin: 30px 10px 10px;
        padding: 30px 0;
    }

    .wfp__pop.wfp__inner {
        margin: 0 10px 10px;
        padding: 60px 0 30px;
    }

    .wft__eventone {
        padding: 30px 0 10px;
    }

    .wft__evhead {
        font-size: 22px;
        padding: 0 0 18px;
        margin: 0 0 15px;
    }

    .wft__button a {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }

    .wfr__tessone {
        padding: 25px 0 1px;
    }

    .wfr__loop {
        margin: 0 0 20px;
        padding: 25px;
    }

    .wfr__title {
        font-size: 16px;
    }

    .wfr__prof {
        font-size: 12px;
        margin: 0 0 12px;
    }

    .wfr__content {
        margin: 0 0 20px;
        font-size: 14px;
    }

    .wfr__img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .wfr__star {
        font-size: 16px;
        bottom: 45px;
        right: 25px;
    }

    .wft__teamone {
        padding: 25px 0;
    }
}