html {
    scroll-behavior: smooth;
}

.g__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.g__flex {
    display: flex;
}

.g__wrapper {
    padding: 0;
    border-width: 150px 0 0;
    border-style: solid;
    min-height: 600px;
}

.g__container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.g__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transition: all .5s ease;
    z-index: 1000;
}

.scroll_up .g__header {
    top: 0;
}

.scroll_down .g__header {
    top: -200px;
}

.g__mainhead {
    padding: 0;
}

.log__contact {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    padding: 0 0 0 15px;
    font-weight: 500;
    line-height: 20px;
    font-weight: bold;
}

.log__add {
    display: inline-block;
    margin: 12px 0;
}

.log__add i {
	margin-right: 4px;
}

.log__add:nth-child(2) {
    margin: 12px 10px;
    padding: 0 10px;
    border-width: 0 1px;
    border-style: solid;
}

.log__add span {
    margin: 0 0 0 4px;
}

.g__tophead {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

.runscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.runscroll:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 0 30px 30px 0;
    z-index: 1;
}

.runscroll:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    z-index: 2;
    animation: pulseAnimation 1.4s infinite;
}

@keyframes pulseAnimation {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.scroll {
    display: flex;
    width: 100%;
}

.scrollin {
    white-space: nowrap;
    animation: animate 1000s -1000s linear infinite;
    will-change: transform;
    padding: 0;
    margin: 0 -200px 0 200px;
    height: 44px;
}

.scrollin:nth-child(2) {
    animation: animate2 1000s -500s linear infinite;
}

.scroll:hover .scrollin {
    -webkit-animation-play-state: paused !important;
}

.scrollin a {
    font-size: 14px;
    display: inline-block;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.scrollin .spasi {
    margin-right: 40px;
}

.scrollin > span {
    display: inline-block;
    margin-left: 40px;
    height: 44px;
    line-height: 44px;
}

.scrollin a {
    text-decoration: underline;
}

/* LOGO */

.g__logo {
    height: 60px;
    padding: 22px 0;
}

.g__logo img {
    display: block;
    height: 60px;
    width: auto;
}

.logo__menu {
    display: none;
}

.g__menu {
    margin-left: auto;
    height: 104px;
}

.nav .g__accordion,
.nav .g__accordion ul,
.nav .g__accordion li,
.nav .g__accordion a,
.nav .g__accordion span {
    border: none;
    outline: none;
}

.is-desktop .nav .g__accordion li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 104px;
    position: relative;
}

.is-desktop .nav .g__accordion li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.is-desktop .nav .g__accordion li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: calc( 50% - 16px);
    right: 6px;
    border-bottom: 10px solid transparent;
    border-top: 0;
    clear: both;
    z-index: 1;
}

.is-desktop .nav .g__accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 104px;
    position: relative;
}

.is-desktop .nav .g__accordion li a span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    padding: 0 5px;
    margin: 31px 0 0 8px;
    float: right;
}

.is-desktop .nav .g__accordion li.menu-item-has-children a {
    padding: 0 25px 0 12px;
}

.is-desktop .nav .g__accordion li>.sub-menu {
    border-width: 0;
    border-style: solid;
    padding: 10px 0;
    position: absolute;
    width: 200px;
    top: 100px;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.is-desktop .nav .g__accordion li>.sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 15px solid transparent;
    border-top: 0;
    clear: both;
    background: none !important;
    z-index: 1;
}

.is-desktop .nav .g__accordion li:hover>.sub-menu {
    display: block;
}

.is-desktop .nav .g__accordion li>.sub-menu>li {
    display: block;
    float: none;
    text-align: left;
}

.is-desktop .nav .g__accordion li>.sub-menu>li a {
    padding: 10px 25px;
    line-height: 1.25;
    font-size: 15px;
}

.is-desktop .nav .g__accordion li>.sub-menu>li.menu-item-has-children:before {
    transform: rotate(135deg);
    right: 15px;
    top: calc( 50% - 6px);
}

.is-desktop .nav .g__accordion li>.sub-menu>li>ul {
    top: 0;
    left: 100%;
}

/* SEARCH */

.g__search {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 29px 0 29px 40px;
}

.g__icon {
    display: block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.g__search .g__sform {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: none;
}

.osearch .g__search .g__sform {
    display: block;
}

#searchform {
    padding: 0 25px;
    height: 100%;
    align-items: center;
    display: flex;
    backdrop-filter: blur(15px);
}

.log__input {
    position: relative;
    max-width: 50%;
    margin: 0 auto;
    padding: 15px;
    z-index: 2;
}

.log__input input {
    float: left;
    width: calc( 100% - 280px);
    padding: 0 14px;
    border: 0;
    background: none;
    height: 46px;
    line-height: 46px;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.log__input select {
    position: relative;
    float: left;
    width: 160px;
    padding: 0 14px;
    border: 0;
    height: 46px;
    line-height: 46px;
    margin: 0 10px 0 0;
    appearance: none;
    font-size: 20px;
}

.log__input .plus {
    position: absolute;
    left: 150px;
    top: 15px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
}

.log__input button {
    float: right;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 0;
    padding: 0;
    font-size: 20px;
}

.log__close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* HEADING TITLE */

.g__heading {
    text-align: center;
    padding: 150px 0;
    position: relative;
    background-position: center;
    background-size: 100%;
}

.g__heading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.g__heading .g__container {
    z-index: 2;
}

.g__h1 {
    font-size: 60px;
    line-height: 1.2;
    margin: 0 auto 15px;
	max-width: 900px;
}

.breadcrumbs {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.to__content {
    display: block;
    position: absolute;
    bottom: -23px;
    left: calc( 50% - 23px);
    height: 46px;
    line-height: 46px;
    width: 46px;
    border-radius: 46px;
    font-size: 20px;
    transform: rotate(180deg);
    z-index: 2;
}

.to__content i {
    display: inline-block;
    position: relative;
    animation: bounceAnimation 1.5s infinite;
}

@keyframes bounceAnimation {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

#gcontent {
    position: absolute;
    bottom: 46px;
}

/* LOG FOOTER */

.o__footer {
    overflow: hidden;
}

.gt__footer {
    padding: 80px 0;
}

/* FOOTER */

.g__maps {
    height: 400px;
}

.g__maps iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.f__footer {
    padding: 80px 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.b__footer {
    padding: 0 0 50px;
}

.f__start {
    max-width: 40%;
	position: relative;
	z-index: 2;
}

.f__logo {
    height: 60px;
    margin: 0 0 10px;
}

.f__logo img {
    width: auto;
    height: 60px;
}

.f__text {
    margin: 0 0 20px;
}

.g__instext {
    margin: 0 0 20px;
    font-size: 15px;
}

.neo_add {
    font-size: 15px;
}

.neo_add i {
    margin: 0 6px 0 0;
}

.s__add {
    margin: 0 0 6px;
}

.s__footer {
    font-size: 18px;
}

.s__footer a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    margin: 0 5px 0 0;
    border-radius: 40px;
}

.f__end {
    margin-left: auto;
    position: relative;
}

.f__effect {
    position: absolute;
    top: calc( 50% - 50px);
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
	z-index: 1;
}

.f__effect:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    transform: scale(6);
}

.f__effect:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    transform: scale(9);
}

.l__footer {
    margin: 0 0 40px 60px;
    position: relative;
}

.h__footer {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

.t__footer {
    line-height: 1.2;
    padding: 8px 0;
}

/* COPYRIGHT */

.g__footer {
    padding: 30px 0;
    font-size: 16px;
}
.copyright {
	position: relative;
	z-index: 2;
}
.fg__menu li {
    display: inline-block;
}

.fg__menu li a {
    margin: 0 20px 0 0;
    padding-left: 20px;
    position: relative;
}

.fg__menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc( 50% - 5px);
    width: 10px;
    height: 10px;
}

.g__begin {
    margin-right: auto;
}

/* FLOATING */

.club_mobile {
    display: none;
    position: fixed;
    bottom: -30px;
    left: 0;
    right: 0;
    padding: 15px 15px 45px 20px;
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    z-index: 1000;
}

.mob_block {
    display: inline-block;
    margin: 0 25px 0 0;
    font-weight: 700;
}

.probar_container {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 28%;
    height: 10px;
}

.club_probar_bg {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.club_probar {
    height: 100%;
    width: 0%;
    /* Dynamic width will be set via JS */
    transition: width 0.1s linear;
}

.club_tooltip {
    position: absolute;
    top: -25px;
    left: -10px;
    transform: translateX(-50%);
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

/* ARCHIVE */

.g__blog {
    padding: 80px 0 50px;
    min-height: 500px;
}

.g__outer {
    margin: 0 -20px;
}

.g__after {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
}

.g__loop {
    width: 33.33%;
    float: left;
}

.g__inner .g__clear {
    display: none;
}

.g__inner .g__clear:nth-child(6n) {
    display: block;
}

.gl__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
}

.ghs__loop .gl__inner {
    padding: 40px 0;
    box-shadow: 0 0 185px rgba(0, 0, 0, 0.06);
}

.g__loop:nth-last-child(2) .gl__inner {
    margin-bottom: 0;
}

.gl__top {
    font-size: 14px;
    padding: 15px 25px;
    opacity: 0.9;
}

.gl__top a {
    font-weight: bold;
}

.gm__right {
    margin-left: auto;
}

.gl__image {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.gl__image:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 50px 50px 0 0;
    border-style: solid;
    clear: both;
    z-index: 1;
}

.gl__image img {
    display: block;
    width: 100%;
}

.gl__image iframe {
    display: block;
    width: 100%;
    height: 204px;
}

.gl__meta {
    padding: 10px 25px 25px;
}

.gl__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    height: 78px;
}

.gl__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gl__down {
    padding: 20px 0 0;
}

.gl__down a {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 8px;
}

/* LOOP HISTORY */

.ghs__inner {
    max-width: 768px;
    margin: 0 auto;
}

.ghs__part {
    padding: 10px 0 40px;
    position: relative;
}

.ghs__part:last-child {
    padding: 10px 0 0;
}

.ghs__part:before {
    content: '';
    position: absolute;
    width: 3px;
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 189px;
    z-index: 1;
}

.ghs__part:nth-child(2):before {
    top: 15px;
}

.ghs__part:last-child:before {
    bottom: calc( 100% - 15px);
}

.ghs__date {
    float: left;
    position: relative;
    width: 150px;
    margin-right: 40px;
    padding-right: 40px;
    text-align: right;
    color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.ghs__date:before {
    content: '';
    position: absolute;
    top: 2px;
    right: -12px;
    width: 14px;
    height: 14px;
    border: 5px solid #fff;
    background: #333;
    border-radius: 20px;
}

.ghs__part:nth-child(1) .ghs__date:before,
.ghs__part:nth-child(6) .ghs__date:before {
    background: #f66;
}

.ghs__part:nth-child(2) .ghs__date:before,
.ghs__part:nth-child(8) .ghs__date:before {
    background: #f80;
}

.ghs__part:nth-child(3) .ghs__date:before,
.ghs__part:nth-child(7) .ghs__date:before {
    background: #04a;
}

.ghs__part:nth-child(4) .ghs__date:before,
.ghs__part:nth-child(10) .ghs__date:before {
    background: #0a4;
}

.ghs__part:nth-child(5) .ghs__date:before,
.ghs__part:nth-child(9) .ghs__date:before {
    background: #c54fef;
}

.ghs__month {
    font-size: 18px;
    font-size: 500;
}

.ghs__month:before {
    content: '';
    display: none;
}

.ghs__year {
    font-size: 14px;
}

.ghs__data {
    float: left;
    width: calc( 100% - 230px);
}

.ghs__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 4px;
}

.ghs__meta {
    font-weight: 600;
}

.ghs__part:nth-child(1) .ghs__meta,
.ghs__part:nth-child(6) .ghs__meta {
    color: #f66;
}

.ghs__part:nth-child(2) .ghs__meta,
.ghs__part:nth-child(8) .ghs__meta {
    color: #f80;
}

.ghs__part:nth-child(3) .ghs__meta,
.ghs__part:nth-child(7) .ghs__meta {
    color: #04a;
}

.ghs__part:nth-child(4) .ghs__meta,
.ghs__part:nth-child(10) .ghs__meta {
    color: #0a4;
}

.ghs__part:nth-child(5) .ghs__meta,
.ghs__part:nth-child(9) .ghs__meta {
    color: #c54fef;
}

.ghs__meta span {
    font-weight: 400;
	opacity: 0.7;
}

/* LOOP PARTNER */

.gpl__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gpl__loop {
    width: calc( 20% - 22px);
    margin: 0 10px 20px;
    height: 130px;
    padding: 25px;
    /* jarak antar item */
    box-sizing: border-box;
    /* agar padding tidak mempengaruhi lebar */
    /* Untuk tinggi yang sama */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    /* Tambahan untuk responsif */
    aspect-ratio: 2/1;
}

.gpl__loop img {
    max-width: auto;
    max-height: 80px;
    object-fit: contain;
    /* gambar tidak terdistorsi */
}

/* LOOP TEAM */

.gtm__outer {
    margin: 0 -8px;
}

.gtm__loop {
    width: 25%;
    float: left;
}

.gtm__inner .g__clear {
    display: none;
}

.gtm__inner .g__clear:nth-child(8n) {
    display: block;
}

.gtm__loopinner {
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    margin: 0 8px 40px;
}

.gtm__image {
    position: relative;
    display: block;
}

.gtm__image img {
    display: block;
    width: 100%;
}

.gtm__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;
}

.gtm__position {
    padding: 15px 25px 15px 50px;
    opacity: 0.6;
}

/* LOOP PRICING */

.gpt__inner {
    position: relative;
    margin: 0 20px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    overflow: hidden;
}

.gpt__circle {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    z-index: 2;
}

.gpt__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);
}

.gpt__circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 15px;
    border-radius: 100%;
    z-index: 1;
    transform: scale(10);
}

.gpt__over {
    position: relative;
    z-index: 3;
}

.gpt__featured {
    margin: 0 40px 15px;
    height: 40px;
}

.gpt__featured span {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
}

.gpt__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.gpt__price {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.gpt__per {
    margin: 0 40px 55px;
    text-align: right;
}

.gpt__per span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 30px;
}

.gpt__list {
    margin: 0 40px 40px;
}

.g__single .gpt__list {
    list-style: none;
}

.gpt__list li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-width: 0 0 1px;
    border-style: solid;
    font-size: 16px;
}

.g__single .gpt__list li {
    margin: 0;
}

.gpt__list li:before {
    content: '';
    position: absolute;
    top: calc( 50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.gpt__order {
    margin: 0 40px;
}

.gpt__order a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}

/* LOOP TESTIMONI */

.gts__inner {
    column-count: 3;
    column-gap: 30px;
    margin: 0 20px;
}

.gts__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;
}

.gts__star {
    position: absolute;
    bottom: 48px;
    right: 30px;
    font-size: 18px;
}

.g__single table .single__star i {
    margin: 0 1px !important;
    font-size: 18px !important;
    width: auto !important;
}

.gts__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 2px;
}

.gts__prof {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.gts__prof span {
    font-style: italic;
    opacity: 0.7;
}

.gts__content {
    opacity: 0.8;
    margin: 0 0 25px;
    font-size: 16px;
}

.gts__img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}

/* PAGINASI */

.g__page {
    margin: 0 20px;
}

.g__page a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 3px 30px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #333;
}

/* SINGLE POS */

.g__single {
    float: left;
    width: calc( 100% - 330px);
}

.g__single.g__maindoc {
    float: none;
    width: 100%;
    font-size: 16px;
}

.g__single .hentry {
    margin: 0 30px 30px 15px;
    font-size: 16px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.08);
}

.g__featured {
    margin: 0 auto;
}

.single-aparatur .g__featured {
    max-width: 300px;
}

.g__featured img {
    display: block;
    border-radius: 15px;
}

.g__featured iframe {
    display: block;
    border-radius: 15px;
    width: 100%;
    height: 422px;
}

.g__time {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
    font-size: 95%;
}

.g__time i {
    margin: 0 4px 0 0;
}

.g__time span {
    margin-left: auto;
}

.g__main a.s__down {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 8px;
}

.g__time a {
    font-weight: bold;
}

.g__main {
    padding: 40px;
}

.g__maintab {
    width: 100%;
}

.g__maintab td {
    vertical-align: top;
}

.g__maintab td:first-child {
    padding-right: 20px;
}

.g__maintab td.pack__tab {
    width: 70px;
}

.g__maintab img {
    max-height: 100px;
    max-width: 300px;
    width: auto;
}

.g__video iframe {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 365px;
}

.g__main p a {
    text-decoration: underline;
}

.g__single h1,
.g__single h2,
.g__single h3,
.g__single h4,
.g__single h5,
.g__single h6 {
    line-height: 1.3;
    margin: 0 0 15px;
}

.g__single h1 {
    font-size: 26px;
}

.g__single h2 {
    font-size: 24px;
}

.g__single h3 {
    font-size: 22px;
}

.g__single h4 {
    font-size: 20px;
}

.g__single h5 {
    font-size: 19px;
}

.g__single h6 {
    font-size: 18px;
}

.g__single p {
    margin: 0 0 20px;
    line-height: 1.5;
}

.g__single table {
    width: 100%;
    margin: 0 0 20px;
}

.g__single table td {
    padding: 12px 15px 12px 0;
    margin: 0 0 -1px -1px;
}

.g__single table td:nth-child(2) {
    padding: 12px 0 12px 15px;
}

.g__single table i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 34px;
}

.g__single table a {
    margin: 0 4px 0 0;
}

.g__single ul,
.g__single ol {
    margin: 0 0 20px;
    line-height: 1.65;
}

.g__single ul {
    list-style: disc;
}

.g__single ol {
    list-style: decimal;
}

.g__single ul li {
    margin-left: 25px;
}

.g__single ol li {
    margin-left: 25px;
}

.g__single li ul,
.g__single li ol {
    margin: 0 0 10px;
    list-style: disc;
}

.g__auth {
    margin: 10px 0 30px;
}

.g__tags {
    font-size: 95%;
    margin: 0 0 50px;
}

.g__tags a {
    display: inline-block;
    margin: 0 3px 8px 0;
    padding: 5px 15px;
}

.log_share a {
	display: inline-block;
	margin: 0 8px 0 0;
}
.log_share i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	color: #fff !important;
}

.log_share .icon-ciuss-facebook {
	background: #215ae0;
} 
.log_share .icofont-x {
	background: #333;
} 
.log_share .icon-ciuss-whatsapp {
	background: #38b96b;
} 
.log_share .icon-ciuss-telegram {
	background: #2a8eca;
} 
.log_share .icon-ciuss-link {
	background: #ddd;
	color: #333 !important;
} 

#respond {
    margin: 40px 0;
    padding: 0;
    border-radius: 8px;
}

#reply-title {
    font-size: 18px;
    margin: 0 0 20px;
}

#reply-title a {
    margin: 0 0 0 20px;
}

#commentform label {
    display: block;
    margin: 0 0 10px;
}

#comment {
    width: calc( 100% - 32px);
    padding: 15px;
    border-radius: 5px;
}

#author,
#email,
#url {
    width: calc( 100% - 32px);
    padding: 0 15px;
    height: 40px;
    border-radius: 5px;
}

#submit {
    border: 0;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 0;
    font-weight: bold;
}

#comments {
    margin: 0;
}

.comment {
    margin: 0 0 40px 90px;
    position: relative;
}

.g__single h2.comments_title {
    margin: 0 0 20px;
    font-size: 18px;
}

.g__single ol.comment_list {
    list-style: none;
    margin: 0;
}

.g__single ol.children {
    list-style: none;
    margin: 0 0 0 30px;
}

.g__single ul.comment_list li,
.g__single ol.comment_list li {
    margin: 0;
}

.depth-1 {
    margin: 0 0 40px;
}

.comment-meta .avatar {
    float: left;
    width: 60px;
    margin: 0 30px 0 0;
    border-radius: 0;
}

.comment-metadata {
    font-size: 13px;
    padding: 0;
    margin: 0 0 10px;
}

.comment-metadata a {
    opacity: 0.55;
    pointer-events: none;
}

.g__single .comment-content p {
    margin: 0 0 40px 90px;
    font-size: 15px;
    line-height: 1.4;
}

.g__single p.logged-in-as a {
    text-decoration: none;
}

.reply {
    position: absolute;
    left: 0;
    top: 75px;
    width: 60px;
}

.reply a {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 18px;
}

.fn {
    font-weight: bold;
}

/* TEMA SINGLE */

.t__inner {
    padding: 40px;
}

.t__image {
    float: right;
    width: 250px;
}

.t__content {
    margin: 0 -15px;
}

.tm__inner {
    margin: 0 15px;
}

.t__data {
    float: left;
    width: calc( 100% - 280px);
}

.t__data h2 {
    margin: 0;
}

.t__data .a__come {
    margin: 0 0 30px;
}

.tm__call {
    margin: 0 60px 30px 0;
}

.tm__mail {
    margin: 0 0 30px 0;
}

.tm__text {
    font-size: 14px;
    opacity: 0.5;
    margin: 0 0 4px;
}

.tm__touch a {
    display: inline-block;
    margin: 0 4px 0 0;
}

.tm__touch i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    text-align: center;
}

.skills-container {
    width: auto;
    max-width: 600px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.skills-container h2 {
    text-align: center;
}

.skills-container small {
    font-size: 90%;
    opacity: 0.7;
}

.skills-container table td {
    vertical-align: middle;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 600;
}

.skill-percent {
    min-width: 40px;
    text-align: right;
}

.skill-bar {
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.skill-progress {
    height: 100%;
    width: 0;
    border-radius: 6px;
    transition: width 1s ease-out;
    position: relative;
}

.skill-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


/* SINGLE */

.g__side {
    float: left;
    width: 330px;
    position: sticky;
    top: 30px;
}

.g__side .g__container {
    padding: 0;
}

#sidebar {
    margin: 0 15px 30px;
    font-size: 16px;
}

#sidebar .widget_block {
    margin: 0 0 30px;
}

#sidebar p {
    margin: 0 0 20px;
}

#sidebar li {
    padding: 8px 0;
}

#sidebar .wp-block-heading {
    font-size: 22px;
    margin: 0 0 10px;
}

#sidebar .wp-block-latest-posts li {
    position: relative;
    padding: 8px 0 8px 20px;
}

#sidebar .wp-block-archives-list li,
#sidebar .wp-block-page-list li,
#sidebar .wp-block-categories li {
    position: relative;
    padding: 8px 0 8px 30px;
}

#sidebar .wp-block-latest-posts li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #333;
}

#sidebar .wp-block-archives-list li:before,
#sidebar .wp-block-categories li:before {
    content: '\F114';
    position: absolute;
    left: 0;
    top: calc( 50% - 12px);
    height: 8px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

#sidebar .wp-block-page-list li:before {
    content: '\F097';
    position: absolute;
    left: 0;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

#sidebar .wp-block-tag-cloud a {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 14px !important;
    padding: 0 10px 0 30px;
    margin-bottom: 10px;
    border: 1px solid #0a4;
}

#sidebar .wp-block-tag-cloud a:before {
    content: '\E805';
    position: absolute;
    left: 8px;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 12px;
}

.wp-block-latest-comments__comment-meta {
    font-style: italic;
}

.wp-block-latest-comments__comment-meta a {
    font-style: normal;
}

.wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author {
    font-weight: 600;
}



@media screen and (max-width: 1024px) {
    .g__wrapper {
        overflow: hidden;
        transition: all 1s cubic-bezier(0.1, 0.8, 0.2, 1);
    }
    .oside .g__wrapper {
        margin: 0 360px 0 -360px;
    }
    .g__header {
        transition: all 1s cubic-bezier(0.1, 0.8, 0.2, 1);
    }
    .oside .g__header {
        margin: 0 360px 0 -360px;
    }
    .g__tophead .g__container {
        padding: 0;
    }
    .log__contact {
        right: 0;
        padding: 0 20px;
    }
    .g__search {
        margin: 39px 0 39px auto;
    }
    .g__menu {
        position: fixed;
        top: -50px;
        left: 0;
        right: 0;
        bottom: 100%;
        overflow-y: hidden;
        height: auto;
        transition: bottom 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
        z-index: 10;
    }
    .omenu .g__menu {
        bottom: -100px;
        overflow-y: auto;
    }
    .logo__menu {
        position: relative;
        margin: 80px 25px 30px;
        height: 44px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
    }
    .logo__menu span {
        position: absolute;
        top: 2px;
        right: -8px;
        height: 36px;
        width: 36px;
    }
    .logo__menu span:before {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 7px;
        left: 17px;
        width: 2px;
        transform: rotate(45deg);
    }
    .logo__menu span:after {
        content: '';
        position: absolute;
        top: 7px;
        bottom: 7px;
        right: 17px;
        width: 2px;
        transform: rotate(-45deg);
    }
    .nav {
        padding: 0 0 180px;
    }
    .nav .g__accordion {
        height: auto;
    }
    .is-mobile .nav .g__accordion li {
        position: relative;
        float: none;
        display: block;
        line-height: 1.3;
        text-align: left;
    }
    .is-mobile .nav .g__accordion li a {
        display: flex;
        line-height: 1.3;
        padding: 16px 25px;
        font-size: 18px;
        font-weight: bold;
    }
    .is-mobile .nav .g__accordion li.menu-item-has-children>a {
        margin-right: 60px;
    }
    .is-mobile .nav .g__accordion li.menu-item-has-children:before {
        content: "";
        position: absolute;
        transform: rotate(135deg);
        right: 22px;
        top: 22px;
        border-bottom: 10px solid transparent;
        border-top: 0;
        clear: both;
    }
    .is-mobile .nav .g__accordion li>.sub-menu,
    .is-mobile .nav .g__accordion li:hover>.sub-menu {
        padding: 0;
        margin: 0;
        position: relative;
        background: rgba(0, 0, 0, 0.05);
        width: auto;
        max-height: 0;
        /* Mulai dari tinggi 0 */
        overflow: hidden;
        opacity: 0;
        /* Mulai dari opacity 0 */
        transform: translateY(-10px);
        /* Geser ke atas sedikit */
        transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .is-mobile .nav .g__accordion li.active>.sub-menu {
        max-height: 500px;
        /* Sesuaikan dengan ketinggian maksimal submenu */
        opacity: 1;
        transform: translateY(0);
        /* Geser kembali ke posisi normal */
    }
    .is-mobile .nav .g__accordion li>.sub-menu>li {
        width: 100%;
    }
    .is-mobile .nav .g__accordion li>.sub-menu>li:first-child {
        padding-top: 16px;
    }
    .is-mobile .nav .g__accordion li>.sub-menu>li:last-child {
        padding-bottom: 16px;
    }
    .is-mobile .nav .g__accordion li>.sub-menu>li a {
        padding: 8px 25px;
        font-size: 16px;
    }
    .is-mobile .nav .g__accordion li>.sub-menu>li.menu-item-has-children:before {
        top: 13px;
    }
    .g__blog {
        max-width: 768px;
        margin: 0 auto;
    }
    .g__loop {
        width: 50%;
        float: left;
    }
    .g__inner .g__clear:nth-child(6n) {
        display: none;
    }
    .g__inner .g__clear:nth-child(4n) {
        display: block;
    }
    .gtm__loop {
        width: 50%;
    }
    .gtm__inner .g__clear:nth-child(8n) {
        display: none;
    }
    .gtm__inner .g__clear:nth-child(4n) {
        display: none;
    }
    .f__start {
        max-width: 60%;
    }
    .g__footer {
        padding: 50px 0 80px;
    }
    .club_mobile {
        display: block;
    }
    .gpl__loop {
        width: calc( 25% - 22px);
    }
    .gts__inner,
	.wfr__inner {
        column-count: 2;
    }
    .gl__image iframe {
        height: 192px;
    }
    .g__single {
        width: 100%;
    }
    .g__single .hentry {
        margin: 0 15px 30px 15px;
    }
    .g__side {
        position: fixed;
        top: -30px;
        bottom: -60px;
        right: -360px;
        width: 360px;
        padding: 30px 0 130px;
        z-index: 1000;
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.08);
        transition: all 1s cubic-bezier(0.1, 0.8, 0.2, 1);
    }
    .oside .g__side {
        right: 0;
    }
    #sidebar {
        margin: 0;
        padding: 30px;
        height: 100%;
        overflow-y: auto;
    }
    .t__image {
        float: none;
        width: 250px;
        margin: 0 auto 30px;
    }
    .t__data {
        float: none;
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .g__outer {
        margin: 0 -15px;
    }
    .gl__inner,
    .gpt__inner {
        margin: 0 20px 30px;
    }
    .ghs__loop .gl__inner {
        margin: 0 20px;
    }
    .gpl__loop {
        width: calc( 33.3% - 22px);
    }

}

@media screen and (max-width: 600px) {
    .log__input {
        padding: 15px 20px;
        max-width: 100%;
    }
    .log__input .plus {
        left: calc( 100% - 46px);
    }
    .log__input select {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }
    .log__input input {
        float: none;
        width: calc( 100% - 28px);
        margin: 0 0 10px;
    }
    .log__input button {
        margin: 10px 0 0;
    }
    .f__start {
        max-width: 80%;
    }
    .copyright.g__flex {
        display: block;
    }
    .g__begin {
        margin: 0 0 30px;
    }
    .g__menu li {
        margin: 0 0 5px;
    }
    .is-log .g__heading {
        background-size: auto 100%;
    }
    .g__h1 {
        font-size: 34px;
        margin: 0 0 10px;
    }
    .g__h1.g__archive {
        font-size: 38px;
    }
    .g__blog,
    .g__responsive {
        max-width: 480px;
    }
    .g__loop {
        width: 100%;
    }
    .gpl__loop {
        width: calc( 50% - 22px);
        padding: 20px;
    }
    .gtm__loop {
        width: 100%;
    }
    .gts__inner,
	.wfr__inner {
        column-count: 1;
    }
    .gl__image iframe {
        height: 240px;
    }
    .g__video iframe {
        height: 202px;
    }

}

@media screen and (max-width: 480px) {
    .g__wrapper {
        border-width: 120px 0 0;
    }
    .g__header {
        height: 120px;
    }
    .g__tophead {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
    .runscroll:after,
    .runscroll:before {
        top: 8px;
        height: 20px;
        width: 20px;
    }
    .scrollin {
        height: 36px;
    }
    .scrollin > span {
        height: 36px;
        line-height: 36px;
    }
    .log__contact {
        right: 0;
        padding: 0 10px 0 6px;
        font-weight: normal;
        display: flex;
    }
    .log__add {
        display: inline-block;
        margin: 8px 0;
    }
    .log__add:nth-child(2) {
        margin: 8px 10px;
    }
    .log__add span {
        display: none;
    }
    .g__logo {
        height: 44px;
        padding: 20px 0;
    }
    .g__logo img {
        height: 44px;
    }
    .g__search {
        margin: 24px 0 24px auto;
        width: 36px;
        height: 36px;
    }
    .g__icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    .log__input input,
    .log__input select,
    .log__input .plus {
        font-size: 16px;
    }
    .log__input button {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    .f__start {
        max-width: 95%;
    }
    .f__logo {
        height: 44px;
    }
    .f__logo img {
        height: 44px;
    }
    .g__h1 {
        font-size: 24px;
    }
    .g__h1.g__archive {
        font-size: 30px;
    }
    .breadcrumbs {
        font-size: 14px;
    }
    .gl__top {
        font-size: 15px;
        padding: 15px 20px;
    }
    .gl__title {
        font-size: 22px;
        height: 82px;
    }
    .g__page {
        margin: 0 10px;
    }
    .g__page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .gl__title {
        font-size: 18px;
        height: auto;
    }
    .ghs__part:before {
        width: 2px;
        left: 100px;
    }
    .ghs__date {
        width: 70px;
        margin-right: 30px;
        padding-right: 30px;
    }
    .ghs__month {
        font-size: 15px;
        width: 70px;
    }
    .ghs__month span {
        display: none;
    }
    .ghs__month:before {
        display: block;
    }
    .ghs__year {
        font-size: 13px;
        width: 70px;
    }
    .ghs__data {
        width: calc( 100% - 160px);
    }
    .ghs__title {
        font-size: 18px;
    }
    .gtm__loopinner {
        margin: 0 16px 30px;
    }
    .gtm__name {
        left: 56px;
        font-size: 24px;
        height: 56px;
        line-height: 56px;
    }
    .gtm__position {
        padding: 20px 25px 20px 56px;
        font-size: 15px;
    }
    .g__single .hentry {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0);
    }
    .g__main {
        padding: 0 5px;
    }
    .g__tags {
        margin: 0 0 40px;
    }
    #submit {
        border: 0;
        padding: 12px 18px;
        font-size: 15px;
    }
    .comment-meta .avatar {
        width: 45px;
        margin: 5px 20px 0 0;
    }
    .reply a {
        width: 45px;
    }
    .g__single .comment-content p {
        margin: 0 0 40px 66px;
    }
    .g__single ol.children {
        margin: 0 0 0 22px;
    }
    .g__single h1 {
        font-size: 22px;
    }
    .g__single h2 {
        font-size: 21px;
    }
    .g__single h3 {
        font-size: 20px;
    }
    .g__single h4 {
        font-size: 19px;
    }
    .g__single h5 {
        font-size: 18px;
    }
    .g__single h6 {
        font-size: 17px;
    }
    .g__maintab img {
        max-height: 80px;
        max-width: 200px;
    }
    .t__inner {
        padding: 0 5px;
    }
    .single-team .g__single .hentry {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.0);
    }
    .t__image {
        width: auto;
    }
    .g__call.g__flex {
        display: none;
    }
    .lv__image {
        width: 90px;
    }
    .lv__image img {
        width: 90px;
    }
    .lv__meta {
        width: calc( 100% - 110px);
    }
    .lv__title {
        font-size: 15px;
    }
	.log_share a {
    	margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 420px) {
    .gl__image iframe {
        height: 208px;
    }
    .g__video iframe {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        height: 208px;
    }
}

@media screen and (max-width: 375px) {
	.g__wrapper {
    border-width: 96px 0 0;
  }
  .g__header {
    height: 96px;
  }
    .g__tophead {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
	.scrollin {
    height: 30px;
  }
  .scrollin > span {
    height: 30px;
    line-height: 30px;
  }
  .log__add {
    margin: 5px 0;
  }
   .log__add:nth-child(2) {
    margin: 5px 10px;
  }
  .g__container {
  padding: 0 15px;
}
.g__logo {
    height: 36px;
    padding: 15px 0;
  }
  .g__logo img {
    height: 36px;
  }
  .g__icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .g__search {
    margin: 18px 0 18px auto;
    width: 30px;
    height: 30px;
  }
  .g__responsive {
    margin: 0;
  }
  .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;
  }
  .club_mobile {
  padding: 10px 15px 40px 20px;
  font-size: 13px;
  }
  .probar_container {
  top: 16px;
  right: 15px;
  width: 25%;
  height: 6px;
}
.club_tooltip {
  top: -25px;
  left: -10px;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 10px;
}
.g__single .hentry {
  font-size: 14px;
}

#sidebar {
    padding: 25px;
  }
.sp__heading {
  font-size: 18px;
}
.sp__image {
  width: 90px;
}
.sp__image img {
  width: 90px;
}
.sp__title {
  font-size: 14px;
}
.g__instext {
  font-size: 14px;
}
.neo_add {
  font-size: 14px;
}
.g__footer {
  font-size: 14px;
  padding: 30px 0 60px;
}
.gt__footer {
  padding: 50px 0;
}
.g__blog {
  padding: 50px 0 20px;
}
.g__heading {
  padding: 110px 0;
}
.to__content {
  bottom: -20px;
  left: calc( 50% - 20px);
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 40px;
  font-size: 18px;
}
}