@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --transition: 0.1s ease;
    --transition-slow: 0.2s ease;
}
body{
    padding: 0;
    margin: 0 auto;
    cursor: default;
    overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}
.simple-lp-upl-container{

}
.simple-lp-upl-container .container-topbar{
    background: url(https://digivospaces.b-cdn.net/UniPlay/ResellerLanding/newbglanding.webp), linear-gradient(180deg, #19171D 0%, #1A1626 100%);;
    display: flex;
    height: 830px;
    flex-shrink: 0;
    align-self: stretch;
    padding: 12px;
    flex-direction: column;
    align-content: center;
    align-items: center;
	background-size: cover;
	background-position: center;
}
.as-plain{
    text-decoration: none !important;
}
.as-plain span{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    transition: color 0.1s ease; /* Smooth transition */
}
.as-plain span:hover{
    color: #ff950b;
}
.as-primary{
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #EF620A;
    text-decoration: none;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    transition: background 0.5s linear;
}

.as-primary:hover{
    opacity: 1;
    background: radial-gradient(59.58% 100% at 50% 0%, #EA8910 0%, #E85B04 100%)!important;

}

.as-primary span{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

img.free-domain {
    position: absolute;
    right: 4px;
}
.alert-cs .important-info {
    display: none;
}
.captionvideo {
    position: absolute;
    top: -24px;
    left: -28px;
    z-index: 4;
    transition: all 0.2s ease;
}
.captionvideo-mobile {
    display: none;
}
.as-outline-primary{
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 2px solid #ED8907;
    background: transparent;
    text-decoration: none;
}
.as-outline-primary:hover {
	background: rgb(0 0 0 / 10%);
}
.as-outline-primary span{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.as-outline-secondary{
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #a9a9a9;
    background: transparent;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
}
.as-outline-secondary:hover {
    border: 1px solid #100E1D;

}
.as-outline-secondary span{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.as-outline-secondary i{
    color: #100E1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.topbar{
    display: flex;
    width: 1100px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.topbar img{
    width: auto;
    height: 45px;
    flex-shrink: 0;
}
.topbar ul.navbar{
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topbar ul.navbar li{

}
.topbar ul.navbar li a{
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    transition: color 0.1s ease; /* Smooth transition */
}
.topbar ul.navbar li a:hover {
	color: #ff950b;
}

.topbar .action-bar{
    display: flex;
    align-items: center;
    gap: 20px;
}

.starlists{
    display: none;
    align-items: center;
    gap: 67px;
    margin-top: 36px;
}
.starlists .child-starlists{
    display: flex;
    width: 265px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.starlists .child-starlists img{
    width: 117.647px;
}
.starlists .child-starlists span{
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}

.container-topbar .headline{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    margin-top: 40px;
}
.container-topbar .headline h1{
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 120.833% */
    margin: 0;
    width: 709px;
}

.container-topbar .headline h1 b{
    font-weight: 700;
    background: linear-gradient(90deg, #FC0 0%, #FB5E24 100%);
    /* background:
        linear-gradient(90deg, #FC0 0%, #FB5E24 50%, #FC0 100%) no-repeat,
        linear-gradient(90deg, #FC0 0%, #FB5E24 50%, #FC0 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes shineMove {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.container-topbar .headline h2{
    margin: 0;
    color: #DBD5F3;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}

.container-topbar .action-headline{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.upl-container-widget{
    position: relative;
    /* border: 5px solid #f7f7f7; */
    border-radius: 20px;
    /* box-shadow: 0 4px 20px rgb(161 72 142 / 29%); */
    padding: 6px;
	background: conic-gradient(from 180deg at 50% 50%, #FF763B 0deg, #5853F9 180deg, #9934FD 270deg, #FA711C 315deg, #FF763B 360deg);
		transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);

}
.upl-container-imagereveal {
    position: relative;
    width: 100%;
    height: 100%;
    /* border: 5px solid #f7f7f7; */
    overflow: hidden;
    border-radius: 16px;
    /* box-shadow: 0 4px 20px rgb(161 72 142 / 29%); */
    background-color: rgba(255, 255, 255, 0.30);
    display: flex;
    justify-content: center;
    align-items: center;
}
.upl-container-imagereveal img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 580px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.upl-container-imagereveal img.hidden {
    opacity: 0;
}
.upl-container-imagereveal .hover-button {
    font-family: 'Hanken Grotesk';
    font-weight: 500;
    display: flex;
    position: absolute;
    top: 60%;
    /* left: 42.7%;  */
    padding: 10px 20px;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    transition: all 0.2s ease;
    gap: 10px;
    /* transition: opacity 0.2s ease-in-out; */
}
.upl-container-imagereveal:hover .hover-button {
    opacity: 1;
    top: 58%;
    box-shadow: 0px 12px 10px 0px rgb(0 0 0 / 15%);
}
.upl-container-imagereveal .hover-button.hidden {
    opacity: 0;
}

.upl-container-imagereveal .background-img {
    background-image: url('../../img/landing-left-side.webp');
    background-repeat: no-repeat;
    width: 1100px;
    height: 589px;
    margin-left: 20%;
    background-size: auto;
}
.upl-container-imagereveal .foreground-img {
    background-image: url('../../img/landing-right-side.webp');
    background-repeat: no-repeat;
    height: 589px;
    width: 50%;
    background-size: auto;
}
.upl-container-imagereveal .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.0);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upl-container-imagereveal .slider:hover {
    background: rgba(242, 242, 242, 0.0);
}
.upl-container-imagereveal .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 589px;
    background: #EF620A;
    cursor: pointer;
}
.upl-container-imagereveal .slider::-moz-range-thumb {
    width: 10px;
    height: 589px;
    background: #EF620A;
    cursor: pointer;
}
.upl-container-imagereveal .slider-button {
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EF620A;
    left: calc(50% - 31px);
    top: calc(50% - 28px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.upl-container-imagereveal .slider-button .slider-button-content{
    margin-top: -5px;
}
.upl-container-imagereveal .slider-button .slider-button-content:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}
.upl-container-imagereveal .slider-button .slider-button-content:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.upl-container-imagereveal .slider-button:before{
    animation: 2s ease 0s infinite normal none running pulsesendiri;
    border-radius: 50%;
    border: 2px solid #da336b;
    content: "";
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    width: 32px;
    z-index: 1;
}

.upl-container-imagereveal .slider-button:after{
    animation: 2s ease 0s infinite normal none running pulsesendiri;
    border-radius: 50%;
    border: 2px solid #da336b;
    content: "";
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    width: 32px;
    z-index: 1;
    animation-delay: 0.3s;
}

.superframe-upl-container-widget{
    position: relative;
    width: 920px;
    /* height: 589px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
}
.superframe-upl-container-widget .frame-upl-container-widget{
    position: absolute;
    /* left: 0;
    top: 0; */
    display: flex;
    justify-content: center;
}

@-webkit-keyframes pulsesendiri{
    0%{height:32px;opacity:1;width:32px;}
    80%{height:86px;opacity:0;width:86px;}
    100%{height:32px;opacity:0;width:32px;}
}
@keyframes pulsesendiri{
    0%{height:32px;opacity:1;width:32px;}
    80%{height:86px;opacity:0;width:86px;}
    100%{height:32px;opacity:0;width:32px;}
}
/* Selection Theme*/
.btn-theme-select-default {
    background: #F18C33;
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme1 {
    background: linear-gradient(180deg, #694FFF 0%, #16ED81 100%);
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme2 {
    background: #2E2D2D;
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme3 {
    background: linear-gradient(180deg, #F80 0%, #FEEAD3 100%);
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme4 {
    background: linear-gradient(180deg, #C42D2D 0%, #FEEAD3 100%);
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme5 {
    background: linear-gradient(180deg, #000 0%, #C1E600 100%);
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme6 {
    background: #178C4E;
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.btn-theme-select-theme7 {
    background: linear-gradient(180deg, #2144BB 0%, #A945FF 100%);
    border: solid 1px #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    cursor: pointer;
}
.theme-selection {
    display: inline-flex;
    padding: 10px 20px;
    gap: 10px;
    position: absolute;
    bottom: 60px;
    justify-content: center;
    border-radius: 53px;
    border: 1px solid #6D6D6D;
    background: rgba(16, 15, 15, 0.75);
    box-shadow: 0px 4px 4px 0px rgba(146, 146, 146, 0.25);
    backdrop-filter: blur(2px);
}
.pilih-tema {
    font-size: 18px;
    font-weight: 500;
    font-family: "Hanken Grotesk";
    color: #fff;
}
.selection-theme-wrapper {
    display: flex;
    gap: 12px;
    flex-direction: row;
    align-items: center;
}
.container-search-domain{
    display: flex;
    width: 847px;
    flex-direction: column;
    align-items: center;
    /* gap: 40px; */
    margin: 0 auto;
    /* margin-top: 100px; */
    padding-bottom: 60px;
}
.header-search-domain{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
 .header-search-domain h3{
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.header-search-domain h4{
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}

.container-topbar form{
    box-sizing: border-box;
    max-width: 700px;
    width: 100%;
}

.search-domain-bar{
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}
.search-domain-bar .frame-outer-domain-bar{
	outline: 4px solid #FF8123;
    border-radius: 54px;
    padding: 8px 8px 8px 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    box-sizing: border-box;
    transition: all .1s ease;
}

.search-domain-bar .frame-outer-domain-bar:hover,
.search-domain-bar .frame-outer-domain-bar:focus,
.search-domain-bar .frame-outer-domain-bar:focus-within {
    outline: 6px solid #FF8123;
}

/* css input sukses  */
.search-domain-bar .frame-outer-domain-bar.success-outline {
    outline: 4px solid #45BF0C;
    background: #F2FFEB;
}

.search-domain-bar .frame-outer-domain-bar.success-outline:hover,
.search-domain-bar .frame-outer-domain-bar.success-outline:focus,
.search-domain-bar .frame-outer-domain-bar.success-outline:focus-within {
    outline: 6px solid #45BF0C;
}

/* css input gagal  */
.search-domain-bar .frame-outer-domain-bar.error-outline {
    outline: 4px solid #FF5151;
}

.search-domain-bar .frame-outer-domain-bar.error-outline:hover,
.search-domain-bar .frame-outer-domain-bar.error-outline:focus,
.search-domain-bar .frame-outer-domain-bar.error-outline:focus-within {
    outline: 6px solid #FF5151;
}

 .search-domain-bar .frame-outer-domain-bar i.as-before-inputicon{
    color: #EF620A;
    font-size: 24px;
    display: block;
    margin-left: 4px;
}
.search-domain-bar .frame-outer-domain-bar i.as-before-inputicon.icon-success {
    color: #45BF0C !important;
}
.search-domain-bar .frame-outer-domain-bar i.as-before-inputicon.icon-error {
    color: #FF3333 !important;
}
 .search-domain-bar .frame-outer-domain-bar i.as-before-inputicon{
    color: #EF620A;
    font-size: 24px;
    display: block;
    margin-left: 4px;
}
.search-domain-bar .frame-outer-domain-bar input{
    border: none;
    flex: 1;
    font-size: 20px;
    font-weight: 400;
    text-transform: lowercase;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}
.search-domain-bar .frame-outer-domain-bar input::placeholder {
	text-transform: none !important;
    font-size:20px;
    color: #aaa9ae;
}
.search-domain-bar .frame-outer-domain-bar select{
    background: #fff;
    border: 2px solid #ECF0F1;
    border-radius: 36px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 35px;
    -webkit-appearance: none;
    font-weight: 400;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 15px;
    background-size: 15px;
    display: flex;
    width: 120px;
    height: 50px;
    /* padding: 17px 12.1px 14.8px 92.9px; */
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    color: #2C3E50;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.8px; /* 160% */
}
.search-domain-bar .frame-outer-domain-bar button{
    cursor: pointer;
}
.search-domain-bar .frame-outer-domain-bar button.disabled{

}
.search-domain-bar .frame-outer-domain-bar button.disabled-submit{
    cursor: not-allowed;
    pointer-events: all !important;
    background: #b1b1b1 !important;
    border-color: #b1b1b1 !important;
}
.search-domain-bar .frame-outer-domain-bar button:hover{

}

.self-domain-howto{
	margin-top: 20px;
    max-width: 693px;
    width: 100%;
}
.self-domain-howto .trigger-howtoself{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #59575E;
    font-family: "Hanken Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    text-decoration: none;
}
.self-domain-howto .trigger-howtoself:hover{
	/* font-weight: 500; */
	color: #000000;
}

.self-domain-howto .content-howtoself{
	background: #f3fafd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-family: "Hanken Grotesk";
}
.self-domain-howto .content-howtoself.hide{
	display: none;
}
.self-domain-howto .content-howtoself .heading-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.self-domain-howto .content-howtoself .heading-content i{
	color: #003558;
	font-size: 18px;
}
.self-domain-howto .content-howtoself .heading-content h5{
	color: #003558;
    font-size: 18px;
    margin: 0;
}
.self-domain-howto .content-howtoself .area-content{

}
.self-domain-howto .content-howtoself .area-content p{
    color: #003558;
    font-weight: 400;
    margin: 0px;
    font-size: 15px;
    line-height: 20px;
}
.self-domain-howto span:hover {
    color: #EF890A;
}
.container-video-section {
    display: flex;
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background: rgba(74, 43, 172, 0.04);
}
.domain-submited {
    border-radius: 40px;
    border: 1px solid #6EC929;
    background: linear-gradient(0deg, #F4FFEB 0%, #F4FFEB 100%), #FFF1E5;
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.domain-submited i {
    color: #6EC929;
}
.domain-submited p {
    color: #2B2623;
    text-align: left;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.grid-theme-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    padding-top: 30px;
}

.image-theme {
    width: 100%;
    border-radius: 6px;
    height: calc(100% - 8px);
    position: relative;
    overflow: hidden;
    border: 1px solid #B3B9CC;
}
.image-theme:hover .theme-overlay-action {
    opacity: 1;
}
.theme-overlay-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(180deg, rgba(248, 247, 252, 0) 0%, #2e2b3d 100%);
    border-radius: 0 0 6px 6px;
    opacity: 0;               /* overlay awalnya transparan */
    transition: opacity 0.3s ease;
    z-index: 2;
}
.theme-overlay-action .sm-btn-white {
    border-radius: 999px;
    border: 1px solid #EF620A;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    color: #1A1820;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all .1s ease;
}
.theme-overlay-action .sm-btn-primary {
    border-radius: 999px;
    border: 1px solid #EF620A;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all .1s ease;
}
.theme-overlay-action .sm-btn-primary:hover {
        background: radial-gradient(59.58% 100% at 50% 0%, #EA8910 0%, #E85B04 100%) !important;
}
.theme-overlay-action .sm-btn-white:hover {
    border-radius: 33px;
    border: 1px solid #B05800;
    background: rgba(255, 148, 81, 0.10), #fff;
    color: #EF620A;

}
.theme-preview {
    width: 100%;
    border-radius: 6px;
    border: none;
}
.image-more-theme {
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url(https://digivospaces.b-cdn.net/UniPlay/ResellerLanding/blurbgtheme.webp) lightgray 50% / cover no-repeat;
    border: 1px solid #B3B9CC;
    height: -webkit-fill-available;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* overflow: clip; */
    border-radius: 6px;
}
.image-more-theme h4 {
    color: #FFF;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.image-more-theme p {
    color: #FFF;
    font-family: "Hanken Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* .image-more-theme span {
    color: #FFF;
    font-family: "Hanken Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} */
.container-pricing-modal{
    display: flex;
    /* width: 1440px; */
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* background: rgba(74, 43, 172, 0.04); */
}
.container-video-section .header-video-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.container-video-section .header-video-modal h4{
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.container-video-section .header-video-modal h3{
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 127.778% */
    align-self: stretch;
    margin: 0;
}
.container-video-section .header-video-modal h5{
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.container-pricing-modal .header-pricing-modal{
    display: flex;
    width: 635.286px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.container-pricing-modal .header-pricing-modal h4{
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.container-pricing-modal .header-pricing-modal h3{
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 127.778% */
    align-self: stretch;
    margin: 0;
}
.container-pricing-modal .header-pricing-modal h5{
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}

.container-pricing-modal .content-pricing-modal{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 1100px;
    /* margin-top: 30px; */
    margin: 0 auto;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .left-bar{
    display: flex;
    align-items: center;
    gap: 16px;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .left-bar a{
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    border: 1px solid #CBCBCB;
    background: var(--BaseWhite, #FFF);
    text-decoration: none;
    color: #424146;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all ease .1s;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .left-bar a:hover{
    border-radius: 33px;
    border: 1px solid #B05800;
    background: rgba(255, 148, 81, 0.10);
    color: #EF620A;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .left-bar a.active{
    border-radius: 33px;
    border: 1px solid #B05800;
    background: rgba(255, 148, 81, 0.10);
    color: #EF620A;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar{
    display: flex;
    align-items: center;
    gap: 16px;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .last-updated{
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon{
    position: relative;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon a.trigger-dropdown{
    text-decoration: none;
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    border: 1px solid #CBCBCB;
    background: var(--BaseWhite, #FFF);
    color: #EF620A;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon a.trigger-dropdown i{

}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon a.trigger-dropdown span{

}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--BaseWhite, #FFF);
    position: absolute;
    /* left: 0; */
    right: 0;
    width: 210px;
    top: 45px;
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon li{
    width: 100%;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon li a{
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    /* border-top: 1px solid #E7E7E7; */
    border-bottom: 1px solid #E7E7E7;
    background: var(--BaseWhite, #FFF);
    transition: all ease .1s;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon li:first-child a{
    border-top: none !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon li:last-child a{
    border-bottom: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon li a:hover{
    color: #EF620A;
}

.container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar .button-with-dropdwon li a i{
    width: 14px;
}

.frame-game-entity{
    display: flex;
    width: 1100px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid #CDCDCD;
    box-shadow: 0px 5px 0px 0px #FF9A5B;
    background: #EF620A;
}
.frame-game-entity .heading-game-entity{
    display: flex;
    height: 40px;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.frame-game-entity .heading-game-entity b{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.frame-game-entity .frame-content-game-entity{
    width: 100%;
    display: flex;
    background: white;
    flex-direction: column;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.frame-game-entity .frame-content-game-entity .search-content-game-entity{
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    background: #fff;
}
.frame-game-entity .frame-content-game-entity .search-content-game-entity i{
    font-size: 16px;
    color: #EF620A;
}
.frame-game-entity .frame-content-game-entity .search-content-game-entity input{
    width: 100%;
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none !important;
    border: none !important;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists{
    display: flex;
    padding: 0px 12px 10px 12px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: grab;
}
.frame-content-game-entity .frame-content-game-lists:active {
    cursor: grabbing; /* Saat di-drag */
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.frame-game-entity .frame-content-game-entity .frame-content-game-lists::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.frame-game-entity .frame-content-game-entity .frame-content-game-lists::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.frame-game-entity .frame-content-game-entity .frame-content-game-lists::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.4);
}

.frame-game-entity .frame-content-game-entity .frame-content-game-lists::-webkit-scrollbar-thumb:active{
    background: rgba(0, 0, 0, 0.9);
}

.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
    user-select: none;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists svg{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    z-index: -0;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists svg.show{
    visibility: visible;
    z-index: 99;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists .item-info-content-game-lists{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    cursor: pointer;
    user-select: none;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists img{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    transition: all ease .1s;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists.inactive img{
    filter: grayscale(.6);
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists:hover img{
    transform: scale(1.04);
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists b{
    overflow: hidden;
    color: #100E1D;
    text-overflow: ellipsis;
    font-family: "Hanken Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    width: 100%;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists.active b{
    color: #EF620A;
}
.frame-game-entity .frame-content-game-entity .frame-content-game-lists .item-content-game-lists small{
    color: #AAA9AE;
    font-family: "Hanken Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}
.frame-game-entity .frame-content-game-entity .subheading-game-entity{
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #F3F3F3;
}
.frame-game-entity .frame-content-game-entity .subheading-game-entity b{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.frame-game-entity .frame-content-game-entity .table-container{
    width: 100%;
    border-bottom-left-radius: 8px; /* Apply the border radius to the container */
    border-bottom-right-radius: 8px; /* Apply the border radius to the container */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    margin-bottom: 10px;
}
.frame-game-entity .frame-content-game-entity table.game-denom-lists{
    width: 100%;
    border-collapse: collapse;
}
.frame-game-entity .frame-content-game-entity table.game-denom-lists thead{
    background: #424242;
}
.frame-game-entity .frame-content-game-entity table.game-denom-lists thead tr{

}
.frame-game-entity .frame-content-game-entity table.game-denom-lists thead tr th{
    height: 40px;
    padding: 6px 12px;
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.frame-game-entity .frame-content-game-entity table.game-denom-lists tbody tr:nth-child(odd) td{
    background: white;
}
.frame-game-entity .frame-content-game-entity table.game-denom-lists tbody tr:nth-child(even) td{
    background: #F6F6F6;
}

.frame-game-entity .frame-content-game-entity table.game-denom-lists tbody tr, .frame-game-entity .frame-content-game-entity table.game-denom-lists thead{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.frame-game-entity .frame-content-game-entity table.game-denom-lists tbody{
    display: block;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.frame-game-entity .frame-content-game-entity table.game-denom-lists tbody tr{

}
.frame-game-entity .frame-content-game-entity table.game-denom-lists tbody tr td{
    padding: 10px 12px;
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
    .floating-domain-order-mobile {
        display: none;
    }
.frame-cta-center{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.frame-cta-center a{

}

.container-fitur-reseller{
    display: flex;
    /* width: 1440px; */
    padding: 40px 0px 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.container-fitur-reseller .header-fitur-reseller{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.container-fitur-reseller .header-fitur-reseller h4{
    margin: 0px;
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-fitur-reseller .header-fitur-reseller h3{
    margin: 0px;
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 127.778% */
}
.container-fitur-reseller .header-fitur-reseller h5{
    margin: 0px;
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
.container-fitur-reseller .content-fitur-reseller{
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 1100px;
    margin: 0 auto;
    /* margin-top: 30px; */
}

.item-fitur-reseller .text-fitur-reseller {
    /* height: 327px; */
    padding: 20px 24px;
}

.container-fitur-reseller .content-fitur-reseller .white-text b, .container-fitur-reseller .content-fitur-reseller .white-text p{
    color: #fff!important;
}
.container-fitur-reseller .content-fitur-reseller .item-fitur-reseller{
    display: flex;
    /* height: 327px; */
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    background: var(--BaseWhite, #FFF);
}
.container-fitur-reseller .content-fitur-reseller .item-fitur-reseller img{
    width: 100%;
    height: 222px;
    object-fit: cover;
    border-radius: inherit;
}
.container-fitur-reseller .content-fitur-reseller .item-fitur-reseller b{
    color: #000;
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
    margin-top: 20px;
}
.container-fitur-reseller .content-fitur-reseller .item-fitur-reseller p{
    margin: 0px;
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}

.container-fitur-reseller .content-fitur-reseller.ltr-50 .item-fitur-reseller{
    flex: 1 1;
}

.container-fitur-reseller .content-fitur-reseller.ltr-33 .item-fitur-reseller{
    flex: 1;
}
.container-fitur-reseller .content-fitur-reseller.ltr-33 .orange-box{
    background: #EF620A!important;
}
.container-fitur-reseller .content-fitur-reseller.ltr-33 .item-fitur-reseller img{
    width: 100%;
    height: 210px;
}

.container-fitur-reseller .content-fitur-reseller.ltr-46 .item-fitur-reseller:nth-child(1){
    flex: 4;
}
.container-fitur-reseller .content-fitur-reseller.ltr-46 .item-fitur-reseller:nth-child(2){
    flex: 6;
}
.container-fitur-reseller .content-fitur-reseller.ltr-46 .item-fitur-reseller img{
    width: 100%;
    height: 210px;
}
.frame-fitur-reseller{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.container-cara-bergabung{
    display: flex;
    /* width: 1440px; */
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(74, 43, 172, 0.05);
}
.container-cara-bergabung .header-cara-bergabung{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.container-cara-bergabung .header-cara-bergabung h4{
    margin: 0px;
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-cara-bergabung .header-cara-bergabung h3{
    margin: 0px;
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.container-cara-bergabung .header-cara-bergabung h5{
    margin: 0px;
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
.container-cara-bergabung .content-cara-bergabung{
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 1100px;
    margin: 0 auto;
}
.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung{
    display: flex;
    /* padding: 28px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
	flex-shrink: 0;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    background: var(--BaseWhite, #FFF);
	width: 100%;
	overflow: hidden;
}
.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 28px;
    padding-bottom: 0px;
}
.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung b{
    display: flex;
    width: 35px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #FFF0E7;
    color: #EF620A;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung h4{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung h5{
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung img{
    width: 100%;
    height: 205px;
	transition: 0.2s;
}

.container-cara-bergabung .content-cara-bergabung .item-cara-bergabung:hover img {
	transform: scale(1.050);
}

.container-pricing{
    display: flex;
    /* width: 1440px; */
    padding: 120px 0px 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.container-pricing .header-pricing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.container-pricing .header-pricing h4{
    margin: 0px;
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-pricing .header-pricing h3{
    margin: 0px;
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.container-pricing .header-pricing h5{
    margin: 0px;
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
/*
.container-pricing .content-pricing{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 1100px;
    margin: 0 auto;
}*/
.item-pricing-wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 1120px;
    margin: 0 auto;
}
.container-pricing .content-pricing .item-pricing{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}
.container-pricing .content-pricing .item-pricing.newbie{
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    background: var(--BaseWhite, #FFF);
    box-shadow: 0px 7px 0px 0px #109c3f;
}
.container-pricing .content-pricing .item-pricing.pro{
    border-radius: 6px;
    border: 1px solid #109c3f;
    background: #fff;
    box-shadow: 0px 7px 0px 0px #109c3f;
    margin-right: 16px;
    margin-left: -5px;
}

.container-pricing .content-pricing .item-pricing.pro .reason-recomended-pricing{
    display: flex;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #109c3f;
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    left: -1px;
    right: -1px;
    top: -32px;
    position: absolute;
    border: 1px solid #109c3f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.container-pricing .content-pricing .item-pricing.legend{
    border-radius: 6px;
    background: #F9F8FF;
    box-shadow: 0px 7px 0px 0px #161296;
    border: 1px solid #161296;
}

.container-pricing .content-pricing .item-pricing.legend .reason-recomended-pricing{
    display: flex;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #4A2BAC;
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    left: -1px;
    right: -1px;
    top: -32px;
    position: absolute;
    border: 1px solid #4A2BAC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.container-pricing .content-pricing .item-pricing.supreme{
    border-radius: 0px 0px 6px 6px;
    background: #F9F8FF;
    /* box-shadow: 0px 7px 0px 0px #161296; */
    /* border: 1px solid #161296; */
}

.container-pricing .content-pricing .item-pricing.supreme .reason-recomended-pricing{
    display: flex;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    left: -1px;
    right: -1px;
    top: -32px;
    position: absolute;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.container-pricing .content-pricing .item-pricing .header-item-pricing{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}
.container-pricing .content-pricing .item-pricing .header-item-pricing h4{
    margin: 0;
    font-family: "Hanken Grotesk";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-pricing .content-pricing .item-pricing .header-item-pricing h5{
    margin: 0;
    color: #59575E;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing small{
    color: #EE3B3B;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing .highlight-pricing{
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing .highlight-pricing b{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing .highlight-pricing span{
    color: #757575;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing p{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.container-pricing .content-pricing .item-pricing .subheader-item-pricing p b{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container-pricing .content-pricing .item-pricing a{
    text-decoration: none;

}
.button-domain-wrapper {
    width: 100%;
    transition: all 0.1s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.domain-chipout {
    flex-direction: row;
    display: flex;
    padding: 6px 10px 2px 0px;
    justify-content: space-between;
    gap: 10px;
    border-radius: 0 0 12px 12px;
    gap: 4px;
    width: fit-content;
    max-width: 240px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    /* width: 200px; */ /* bisa disesuaikan */
    align-items: flex-start;
}

.domain-chipout span {
    overflow: hidden;
    color: #21202B;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 10px;
}

.button-domain-wrapper:hover .domain-chipout span.longtext {
    display: inline-block!important;
  /* padding-right: 0px; /* supaya mulai dari kanan */
    /* animation: marquee 5s linear infinite!important; */
    font-family: "Hanken Grotesk";
    color: #21202B;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    overflow-x: hidden;
  /* overflow: clip; */
}
.marquee-target {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  will-change: transform;
  animation: marquee 10s linear infinite;
  animation-play-state: paused; /* default stop (desktop) */
}

/* Animasi marquee */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-60%); }
}
.domain-chipout b {
    color: #21202B;
    font-family: "Hanken Grotesk";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #FFDB10;
    padding: 1px 6px;
}

.domainwrapper {
    height: 25px;
}
.domainwrapper.cliptexts {
    max-width: 180px;
    overflow-x: clip;
}
.supreme .domain-chipout {
    background: #FFEDDE;
}
.legend .domain-chipout {
    background: #E6EAFA;
}
.pro .domain-chipout {
    background: #D7FFE1;
}
.content-pricing a.cta-package:hover .button-domain-wrapper{
	transform: translateY(-4px);

}
.container-pricing .content-pricing a.cta-package {
	transition: all 0.1s;
}
.container-pricing .content-pricing a.cta-package:hover {
	transform: scale(1.02);
	z-index: 1;
}
.container-pricing .content-pricing .item-pricing.newbie a.cta-package:hover {
	transform: translateY(0px);
}
.container-pricing .content-pricing .item-pricing.newbie a.cta-package{
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 999px;
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
	background: #fafafa;
}
.container-pricing .content-pricing .item-pricing.pro a.cta-package{
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 999px;
	border: 1px solid #1C9E3F;
	background: #22C04D;
    color: #fff;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.container-pricing .content-pricing .item-pricing.legend a.cta-package{
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 999px;
    border: 1px solid #4A2BAC;
    background: linear-gradient(180deg, #603BD3 0%, #4A2BAC 100%);
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.container-pricing .content-pricing .item-pricing.supreme a.cta-package{
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 999px;
    border: 1px solid #EF620A;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.container-pricing .content-pricing .item-pricing ul.list-featured{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.container-pricing .content-pricing .item-pricing ul.list-featured li{
    display: flex;
    padding: 4px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.container-pricing .content-pricing .item-pricing ul.list-featured li i.fa-check{
    color: #6EC929;
    font-size: 16px;
}
.container-pricing .content-pricing .item-pricing ul.list-featured li i.fa-times{
    color: #e45252;
    font-size: 16px;
}
.container-pricing .content-pricing .item-pricing ul.list-featured li span{
    color: #453D64;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-pricing .content-pricing .item-pricing .frame-list-featured{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    margin-top: 6px;
}
.container-pricing .content-pricing .item-pricing .frame-list-featured b{
    color: #3F3F3F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 1 0 0;
}

 ul.list-featured a {
    text-decoration: none;
    border-bottom: 2px dotted #abaaaf;
    color: inherit;
    transition: border-color 0.3s;
}

/* Sembunyikan ikon secara default */
ul.list-featured a i.fas.fa-external-link-alt {
    display: hidden;
	position: absolute;
    font-size: 12px; /* Ukuran ikon */
    width: 12px;
    height: 12px;
	margin-top: 6px;
	margin-left: 5px;
    vertical-align: middle; /* Selaraskan ikon dengan teks */
    opacity: 0;
	transition: opacity 0.2s ease; /* Efek transisi saat hover */
}
/* Tampilkan ikon saat link di-hover */
ul.list-featured a:hover i.fas.fa-external-link-alt {
    display: inline-block;
    opacity: 1; /* Pastikan ikon terlihat */
}
/* Sembunyikan ikon secara default */
ul.list-featured a i.fas.fa-arrow-down {
    display: hidden;
	position: absolute;
    font-size: 12px; /* Ukuran ikon */
    width: 12px;
    height: 12px;
	margin-top: 6px;
	margin-left: 5px;
    vertical-align: middle; /* Selaraskan ikon dengan teks */
    opacity: 0;
	transition: opacity 0.2s ease; /* Efek transisi saat hover */
}
/* Tampilkan ikon saat link di-hover */
ul.list-featured a:hover i.fas.fa-arrow-down {
    display: inline-block;
    opacity: 1; /* Pastikan ikon terlihat */
}
ul.list-featured i.fas.fa-times {
    display: flex;
    width: 16px;
    justify-content: center;
}
.tooltip-pricing {
    position: relative;
}
.tooltip-pricing[data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 102%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #59575e;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 220px;
    text-align: center;
    white-space: normal; /* Allow multiline text */
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    opacity: 0; /* Tidak terlihat awalnya */
    visibility: hidden; /* Hilangkan dari layout */
    transition: opacity 0.2s ease, transform 0.3s ease; /* Tambahkan transisi */
    white-space: normal;
    transform: translateX(-50%) translateY(5px);
    font-family: "Hanken Grotesk";
    font-weight: 400;
}
.tooltip-pricing[data-tooltip]:hover:after {
    opacity: 1; /* Muncul dengan transisi */
    visibility: visible; /* Tampilkan di layout */
    transform: translateX(-50%) translateY(0px); /* Sedikit naik */
}
.dashed-title {
    text-decoration: none;
    border-bottom: 2px dotted #abaaaf;
    color: inherit;
    transition: border-color 0.3s;
    cursor: pointer;
}
/* Atur tooltip dasar */
.tooltip-img {
    position: relative;
}
.tooltip-img::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 99%; /* Tampilkan tooltip di atas elemen */
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #59575e;
    padding: 12px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 290px; /* Maksimal lebar tooltip */
    height: 220px;
    text-align: center;
    z-index: 9;
    white-space: normal;
    font-size: 14px;
    opacity: 0; /* Tidak terlihat awalnya */
    visibility: hidden; /* Hilangkan dari layout */
    transition: opacity 0.2s ease, transform 0.3s ease; /* Tambahkan transisi */
    white-space: normal;
    transform: translateX(-50%) translateY(5px);
}
/* Tampilan teks tooltip saat hover */
.tooltip-img:hover::after {
    opacity: 1; /* Muncul dengan transisi */
    visibility: visible; /* Tampilkan di layout */
    transform: translateX(-50%) translateY(0px);
}
/* Tambahkan gambar di tooltip */
 .tooltip-img::before {
    content: '';
    position: absolute;
	bottom: 139%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    width: 290px;
    height: 201px;
    background-image: url('../../img/cektransaksi-min.webp');
    background-position: center;
    z-index: 10;
	border-radius: 4px;
    opacity: 0;
    visibility: hidden; /* Hilangkan dari layout */
    transition: opacity 0.2s ease, transform 0.3s ease; /* Tambahkan transisi */
    white-space: normal;
}
.tooltip-img:hover::before {
    opacity: 1; /* Muncul dengan transisi */
    visibility: visible; /* Tampilkan di layout */
    transform: translateX(-50%) translateY(0px);
}
.tooltip-img:hover img {
    display: block;
    margin: 10px auto 0;
    width: 50px; /* Ukuran gambar kecil di tooltip */
    height: 50px;
    cursor: pointer;
}
/* Atur tooltip dasar */
.tooltip-img-panel {
    position: relative;
}
.tooltip-img-panel::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 99%; /* Tampilkan tooltip di atas elemen */
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #59575e;
    padding: 12px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 306px; /* Maksimal lebar tooltip */
    height: 238px;
    text-align: center;
    z-index: 9;
    white-space: normal;
    font-size: 14px;
    opacity: 0; /* Tidak terlihat awalnya */
    visibility: hidden; /* Hilangkan dari layout */
    transition: opacity 0.2s ease, transform 0.3s ease; /* Tambahkan transisi */
    white-space: normal;
    transform: translateX(-50%) translateY(5px);
}
/* Tampilan teks tooltip saat hover */
.tooltip-img-panel:hover::after {
    opacity: 1; /* Muncul dengan transisi */
    visibility: visible; /* Tampilkan di layout */
    transform: translateX(-50%) translateY(0px);
}
/* gambar di tooltip  */
.tooltip-img-panel::before {
    content: '';
    position: absolute;
	bottom: 139%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    width: 290px;
    height: 201px;
    background-image: url('../../img/panel-reseller-min.webp');
    background-position: center;
    z-index: 10;
	border-radius: 4px;
    opacity: 0;
    visibility: hidden; /* Hilangkan dari layout */
    transition: opacity 0.2s ease, transform 0.3s ease; /* Tambahkan transisi */
    white-space: normal;
}
.tooltip-img-panel:hover::before {
    opacity: 1; /* Muncul dengan transisi */
    visibility: visible; /* Tampilkan di layout */
    transform: translateX(-50%) translateY(0px);
}
.tooltip-img-panel:hover img {
    display: block;
    margin: 10px auto 0;
    width: 50px; /* Ukuran gambar kecil di tooltip */
    height: 50px;
    cursor: pointer;
}

/* Popup gambar */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 100;
}
/* Thumbnail */
.upl-container-widget .thumbnail-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upl-container-widget .thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.upl-container-widget .play-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 20px 22px 20px 24px;
  transition: 0.3s;
}
.upl-container-widget .thumbnail-wrapper:hover .play-buttons {
  background: rgba(0,0,0,0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Modal Popup */
.upl-container-widget .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
}
.upl-container-widget .modal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.upl-container-widget .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}
.upl-container-widget .video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.upl-container-widget .close {
  position: absolute;
  top: 10px; right: 20px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}
/* Modal Popup */
.frame-trigger-video-demo-hero .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: #3f3f3fb3;
}
.frame-trigger-video-demo-hero .modal-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 80vw;
  border-radius: 12px;
  overflow: hidden;
}
.frame-trigger-video-demo-hero .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}
.frame-trigger-video-demo-hero .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100%;
}
.frame-trigger-video-demo-hero .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    background: black;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}
/* Gambar dalam popup */
.popup img {
    max-width: 90%;
    max-height: 90%;
    /* box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2); */
    border-radius: 8px;
    padding: 3px;
    background: #fff;
}

/* Tutup tombol */
.popup .close {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    background: #ffff;
    border: solid 1px #000;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    /* padding-bottom: 35px; */
    /* padding: 0; */
}
.container-pricing .footer-pricing{
    display: flex;
    width: 636px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    margin-top: 40px;
}
.container-pricing .footer-pricing h6{
    color: #6D6C6F;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    margin: 0px;
}
.container-pricing .footer-pricing img{
    width: 85%;
}

.container-hall-of-fame{
    display: flex;
    padding: 90px 0px 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.container-hall-of-fame .wrapper-hall-of-fame{
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 44px;
    align-self: stretch;
    margin: 0 auto;
}
.container-hall-of-fame .left-info-fame{
    display: flex;
    width: 457px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.container-hall-of-fame .left-info-fame h3{
    margin: 0;
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-hall-of-fame .left-info-fame h4{
    margin: 0;
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    align-self: stretch;
}
.container-hall-of-fame .left-info-fame h5{
    color: #4A2BAC;
    font-family: "Hanken Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
.container-hall-of-fame .left-info-fame p{
    color: #4A2BAC;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.container-hall-of-fame .left-info-fame a{
    margin-top: 10px;
}
.container-hall-of-fame .right-info-fame{
    display: flex;
    width: 479px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.container-hall-of-fame .right-info-fame.parents-tier{

}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier{
    position: relative;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier img{
    position: absolute;
    left: -41px;
    /* right: 0; */
    top: -45px;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier{
    display: flex;
    /* padding: 14px 20px; */
    align-items: center;
    gap: 124px;
    align-self: stretch;
    width: 100%;
    justify-content: space-between;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier .left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier .left .tier-index{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 57px;
    border: 1px solid var(--BaseWhite, #FFF);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 136, 0, 0.40) 50%, rgba(255, 255, 255, 0.40) 100%);
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier .left .tier-store{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier .right{

}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier .right b{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(1){
    display: flex;
    width: 475px;
    padding: 14px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #FFB04F;
    background: linear-gradient(180deg, #F9BD5E 0%, #FF8418 100%);
    box-shadow: 0px 4px 0px 0px #FF9A5B;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(2){
    display: flex;
    width: 445px;
    padding: 14px 20px;
    align-items: center;
    gap: 115px;
    border-radius: 8px;
    border: 2px solid #72737A;
    background: linear-gradient(180deg, #C9C9C9 0%, #999 100%);
    box-shadow: 0px 4px 0px 0px #747474;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(2) .content-tier .left .tier-index{
    border-radius: 57px;
    border: 1px solid var(--BaseWhite, #FFF);
    background: linear-gradient(137deg, rgba(255, 255, 255, 0.40) 0%, rgba(232, 232, 232, 0.40) 51.26%, rgba(255, 255, 255, 0.40) 103.42%);
}

.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(3){
    display: flex;
    width: 415px;
    padding: 14px 20px;
    align-items: center;
    gap: 88px;
    border-radius: 8px;
    border: 2px solid #894805;
    background: linear-gradient(180deg, #E3B67E 0%, #AD5B13 100%);
    box-shadow: 0px 4px 0px 0px #6E3A06;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(3) .content-tier .left .tier-index{
    border-radius: 57px;
    border: 1px solid var(--BaseWhite, #FFF);
    background: linear-gradient(137deg, rgba(255, 255, 255, 0.40) 0%, rgba(241, 162, 83, 0.40) 51.26%, rgba(255, 255, 255, 0.40) 103.42%);
}

.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(4), .container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(5){
    display: flex;
    padding: 14px 20px;
    align-items: center;
    gap: 124px;
    /* align-self: stretch; */
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: var(--BaseWhite, #FFF);
    width: 385px;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(4) .content-tier .left .tier-index, .container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(5) .content-tier .left .tier-index{
    border-radius: 57px;
    background: #EAEAEA;
    color: #1E1539;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(4) .content-tier .left .tier-store, .container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(5) .content-tier .left .tier-store{
    color: #1E1539;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(4) .content-tier .right b, .container-hall-of-fame .right-info-fame.parents-tier .child-tier:nth-child(5) .content-tier .right b{
    color: #1E1539;
    font-family: "Hanken Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container-testimoni{
    display: flex;
    padding: 60px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #242424;
}
.container-testimoni .header-testimoni{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}
.container-testimoni .header-testimoni h3{
    margin: 0px;
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-testimoni .header-testimoni h4{
    margin: 0px;
    color: var(--BaseWhite, #FFF);
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 127.778% */
}
.container-testimoni .header-testimoni h5{
    margin: 0px;
    color: #DBD5F3;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.parent-overflow-content-testimoni{
    width: 100%;
    overflow: hidden;
    will-change: transform;
    margin-top: 30px;
}
.container-testimoni .overflow-content-testimoni{
    display: block;
    width: fit-content;
    margin-left: 20px;
}
.container-testimoni .content-testimoni{
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    transition: transform 0.5s ease;
    user-select: none;
}
.container-testimoni .content-testimoni .item-testimoni{
    width: 250px;
    height: 492.986px;
    border-radius: 8px;
}
.container-testimoni .content-testimoni .item-testimoni img{
    border-radius: 8px;
    width: 100%;
}

.container-faq-area{
    display: flex;
    /* width: 1440px; */
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.container-faq-area .wrapper-faq-area{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 44px;
    align-self: stretch;
    margin: 0 auto;
}
.container-faq-area .laft-area-faq{
    display: flex;
    width: 457px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.container-faq-area .laft-area-faq h4{
    margin: 0px;
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container-faq-area .laft-area-faq h3{
    margin: 0px;
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}
.container-faq-area .laft-area-faq h5{
    margin: 0px;
    color: #453D64;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    align-self: stretch;
}
.container-faq-area .laft-area-faq a{
    text-decoration: none;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 2px solid #0DC152;
    background: #0DC152;
    margin-top: 10px;
}
.container-faq-area .laft-area-faq a:hover {
	background: #11ac4c;
}
.container-faq-area .laft-area-faq a i{
    font-size: 24px;
    color: #FFFFFF;
}
.container-faq-area .laft-area-faq a span{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
.container-faq-area .right-area-faq{
    display: flex;
    width: 599px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.container-faq-area .right-area-faq .item-faq{
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 16px; */
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CDCDCD;
    background: var(--BaseWhite, #FFF);
}
.container-faq-area .right-area-faq .item-faq .header-item-faq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    padding: 16px;
}
.container-faq-area .right-area-faq .item-faq .header-item-faq b{
    color: #100E1D;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease .1s;
}
.container-faq-area .right-area-faq .item-faq.opened .header-item-faq b{
    color: #EF620A;
}
.container-faq-area .right-area-faq .item-faq .header-item-faq i{
    display: flex;
    padding: 6px;
    gap: 10px;
    border-radius: 999px;
    background: #FFF0E7;
    color: #EF620A;
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container-faq-area .right-area-faq .item-faq .content-item-faq{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}
.container-faq-area .right-area-faq .item-faq .content-item-faq p{
    color: #59575E;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    align-self: stretch;
    margin: 0;
}
.footer-landing-reseller{
    display: flex;
    /* width: 1440px; */
    padding: 20px 80px;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(226, 232, 255, 0.10);
    background: #242424;
}
.footer-landing-reseller .left-content-footer{
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1 0 0;
}
.footer-landing-reseller .left-content-footer img{
    width: 179.1px;
    height: 45px;
}
.footer-landing-reseller .left-content-footer p{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.footer-landing-reseller .right-content-footer{

}
.footer-landing-reseller .right-content-footer p{
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.swiper-slide{
    width: auto !important;
    flex-shrink: 0 !important;
    display: block !important;
    height: 100% !important;
    max-height: 100% !important;
}
.swiper-wrapper{
    max-height: 100% !important;
    height: 100% !important;
    display: flex !important;
}

/* CUSTOM DOMAIN ALERT */
.frame-resp-customdomain{
    width: 700px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.customdomain-alert-lists{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.customdomain-alert-lists .alert-cs{
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    /* padding: 10px 0px; */
    margin-top: 41px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    gap: 10px;
    box-sizing: border-box;
    position: absolute;
        justify-content: center;
}
.customdomain-alert-lists .alert-cs img{
	width: 24px;
    height: 24px;
    object-fit: contain;
}
.customdomain-alert-lists .alert-cs i{
	font-size: 20px;
}
.customdomain-alert-lists .alert-cs span{
	/* font-size: 18px; */
    font-weight: 500;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    line-height: normal;
}
.customdomain-alert-lists .alert-cs span b{

}

.customdomain-alert-lists .alert-cs.important-alert{
    color: #580000;
}
.customdomain-alert-lists .alert-cs.important-danger{
    color: #FF4D4D;
}
.customdomain-alert-lists .alert-cs.important-success{
    color: #212121;
    width: 100%;
    max-width: fit-content;
    border-radius: 10px;
    padding: 2px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    gap: 10px;
    box-sizing: border-box;
    position: relative!important;
}
.customdomain-alert-lists .alert-cs.important-info{
    color: #003558;
}

.customdomain-alert-lists .alert-cs.domain-success-alert{
    width: 100%;
    flex-wrap: wrap;
    color: #45BF0C;
    max-width: 700px;
    margin-top: 41px;
    flex-wrap: nowrap;
    align-content: center;
    box-sizing: border-box;
}

/* DOMAIN AVAILABLE AREA */
.domain-available-box{
    width: 100%;
    background: #EF890A;
    border-radius: 10px;
    margin-top: 20px;
    padding: 5px;
    font-family: "Hanken Grotesk";
    box-sizing: border-box;
}
.domain-available-box h5{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Hanken Grotesk";
}
.domain-available-box .domain-ava-detils{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.domain-available-box .domain-ava-detils p{
	color: #636262;
    font-size: 18px;
    font-weight: 400;
    /* margin: 10px; */
    display: block;
    padding: 25px;
    padding-bottom: 0;
    padding-top: 20px;
}
.domain-available-box .domain-ava-detils .pricing-domain{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.self-domain-howto span:hover {
    color: #EF890A;
}
.domain-available-box .domain-ava-detils .pricing-domain .pd-left{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.domain-available-box .domain-ava-detils .pricing-domain .pd-left img{
    width: 35px;
    filter: invert(91%) sepia(12%) saturate(1731%) hue-rotate(312deg) brightness(107%) contrast(101%);
}
.domain-available-box .domain-ava-detils .pricing-domain .pd-left b{
	font-size: 24px;
    color: #303030;
    font-weight: 500;
}
.domain-available-box .domain-ava-detils .getthis-domain{
	/* border-radius: 5px;
    background: #EF890A;
    color: white;
    border-color: #EF890A;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    transition: all ease .3s;
	padding: 8px 14px; */
}
.domain-available-box .domain-ava-detils .getthis-domain a{
	/* color: white !important;
	text-decoration: none !important; */
}
.domain-available-box .domain-ava-detils .getthis-domain a:hover{
	/* opacity: 1 !important; */
}
.domain-available-box .domain-ava-detils .getthis-domain i{

}
.domain-available-box .domain-ava-detils .getthis-domain span{

}
.domain-available-box .domain-ava-detils .getthis-domain:hover{
	background: #ff982b;
    border-color: #ff982b;
}
.domain-available-box .benefit-domain{
	padding: 20px;
}
.domain-available-box .benefit-domain .benefit-lists{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}
.domain-available-box .benefit-domain b{
	font-size: 18px;
    font-weight: 500;
    color: #3f3f3f;
    margin-bottom: 10px;
    display: block;
}
.domain-available-box .benefit-domain .benefit-lists ul{
	margin: 0;
	padding: 0px;
}
.domain-available-box .benefit-domain .benefit-lists ul li{
    font-size: 15px;
    color: #636262;
    font-weight: 400;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}
.domain-available-box .benefit-domain .benefit-lists ul li i{
	color: #61c67a;
	font-size: 18px;
}
.menu-mobile{
    display: none;
}
.frame-menu-mobile{
    display: none;
}
.super-frame-menu-mobile{
    display: none;
}
.frame-trigger-video-demo-mobile{
    display: none;
}
.video-wrapper::before {
    border-radius: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 36.64%, rgba(0, 0, 0, 0.20) 66.73%, rgba(0, 0, 0, 0.40) 100%);
    pointer-events: none; /* Agar overlay tidak menghalangi interaksi */
    z-index: 1;
}
.video-wrapper {
    position: relative;
    /* display: inline-block; */
    border-radius: 16px;
}
.video-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}
.frame-trigger-video-demo{
    /* display: flex; */
    margin-top: 55px;
    position: relative;
    justify-content: center;
}
 .frame-trigger-video-demo a{
    border-radius: 6px;
    /* border: 4px solid rgba(255, 255, 255, 0.30); */
    text-decoration: none !important;
    display: flex;
}
.frame-trigger-video-demo a img{
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}

.frame-trigger-video-demo-hero{
    /* display: flex; */
    margin-top: 70px;
    position: relative;
    justify-content: center;
}
 .frame-trigger-video-demo-hero a{
    border-radius: 6px;
    /* border: 4px solid rgba(255, 255, 255, 0.30); */
    text-decoration: none !important;
    display: flex;
}
.frame-trigger-video-demo-hero a img{
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}

.simple-lp-upl-container .frame-trigger-video-demo-hero a img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}

.frame-trigger-video-demo-hero:hover .upl-container-widget{
    /* outline:.1em solid #ffa974;
    outline-offset: .24em;
    transition: outline-color 0.1s ease, outline-offset 0.2s ease;
	*/
	padding: 10px;
	border-radius: 24px;
	transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}
/* Iframe untuk Video */
#videoFrame {
    width: 100%;
    height: 100%; /* Ukuran default */
    border: none;
}


.grecaptcha-badge{
    display: none !important;
}
.tn-trigger {
    border-radius: 16px;
    width: 85%;
    cursor: pointer;
}
.videopopup {
    display: none; /* Sembunyikan awalnya */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Background gelap */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Konten Popup */
.popup-content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    max-width: 80vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Tombol Close */
.close-btn {
    position: fixed;
    top: 40px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}
.switcher-wrapper {
    display: flex;
    /* gap: 20px; */
    border: 1px solid #B5B5B5;
    border-radius: 60px;
    /* height: 49px; */
}

.package-switcher {
    margin-bottom: 85px;
}

.switcher {
    display: flex;
    justify-content: center;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #100E1D;
    padding: 14px 30px;
    cursor: pointer;
    text-align: center;
}

.switcher.active {
    display: flex;
    justify-content: center;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    background: linear-gradient(90deg, #020202 0%, #3C3737 51%, #202020 100%);
    padding: 14px 30px;
    border-radius:inherit;
}

.switcher.monthly-package {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.switcher.annual-package {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.switcher:hover  {
    background: #e2e2e24d;
    border-radius:inherit;
}

.switcher.active:hover {
    background: linear-gradient(90deg, #020202 0%, #3C3737 51%, #202020 100%);
}

.percentage-tooltip {
    border-radius: 26px;
    background: linear-gradient(270deg, #EF890A 0%, #EF620A 100%);
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    color: #fff;
    margin-top: -26px;
    font-size: 14px;
}
.bottom-tooltip {
    border-radius: 5px;
    background: #ffd510;
    color: #000;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    margin-top: 55px;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px #CEB540;
    white-space: nowrap;
}

.bottom-tooltip::before {
    border-bottom: 10px solid #ffd510;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    transform: translateX(-50%) translateY(calc(-100% + 1px));
    width: 0;
    z-index: 1;
    position: absolute;
    bottom: 69%;
    top: auto;
    left: 50%;
}
/* @media (max-width: 450px){ */
@media (min-width: 320px) and (max-width: 480px) {
    .container-pricing .content-pricing .item-pricing ul.list-featured li i.fa-check{
        font-size: 13px;
    }
    .package-switcher {
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .btn-promo img {
        width: 78px;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }

    .domain-success-lists{
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .customdomain-alert-lists {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
    }
    /* .switcher.monthly-package {
        border-top-right-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
    }
     */
    .switcher.annual-package {
        padding: 14px 24px!important;
    }.bottom-tooltip {
    border-radius: 5px;
    background: #ffd510;
    color: #000;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    margin-top: 50px;
    font-size: 14px;
    right: 10%;
    box-shadow: 0px 2px 6px 0px #CEB540;
}

.bottom-tooltip::before {
    border-bottom: 10px solid #ffd510;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    transform: translateX(-50%) translateY(calc(-100% + 1px));
    width: 0;
    z-index: 1;
    position: absolute;
    bottom: 69%;
    top: auto;
    left: 50%;
    }
    .bottom-tooltip {
        border-radius: 5px;
        background: #ffd510;
        color: #000;
        display: flex;
        padding: 6px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: absolute;
        margin-top: 50px;
        font-size: 14px;
        right: 10%;
        box-shadow: 0px 2px 6px 0px #CEB540;
    }

    .bottom-tooltip::before {
        border-bottom: 10px solid #ffd510;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        transform: translateX(-50%) translateY(calc(-100% + 1px));
        width: 0;
        z-index: 1;
        position: absolute;
        bottom: 69%;
        top: auto;
        left: 50%;
    }
    .container-search-domain form{
        width: 100%;
    }
    .frame-game-entity .frame-content-game-entity .table-container{
        overflow: auto;
    }
    .frame-game-entity .frame-content-game-entity table.game-denom-lists{
        width: 1000px;
    }
    .self-domain-howto .trigger-howtoself{
        font-size: 14px;
    }
    .video-reseller {
        display: none;
    }
    .frame-trigger-video-demo-mobile{
        display: flex;
        margin-top: 20px;
    }
    .frame-trigger-video-demo-mobile a{
        border-radius: 6px;
        border: 4px solid rgba(255, 255, 255, 0.30);
        text-decoration: none !important;
    }
    .frame-trigger-video-demo-mobile a img{
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }
    .frame-menu-mobile{
        display: block;
    }
    .super-frame-menu-mobile{
        display: block;
        padding-right: 8px;
    }
    .overlay-frame-nav-menu-mobile{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 888;
        display: none;
        background: rgb(0 0 0 / 70%);
    }
    .frame-nav-menu-mobile{
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        bottom: 0;
        background: white;
        padding: 20px;
        width: 300px;
        margin-right: -300px;
        box-sizing: border-box;
        transition: all 0.5s ease-out;
        font-family: "Hanken Grotesk";
    }
    .frame-trigger-video-demo a img{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 16px;
    }
	.frame-nav-menu-mobile b {
		font-weight: 400;
	}

    .nav-menu-mobile .header-content-menu img{
            /* width: 150px; */
    }

    .nav-menu-mobile .header-content-menu a{
    font-size: 18px;
        color: #b4b4b4 !important;
        text-decoration: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav-menu-mobile .header-content-menu a i{
        color: #b4b4b4;
    }

    .nav-menu-mobile{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        gap: 20px;
        position: relative;
        height: 100%;
        padding-right: 10px;
            margin: 0;
        padding: 0;
    }
    .nav-menu-mobile .header-content-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px;
        padding-top: 0px;
    }
    .nav-menu-mobile .nav-menu-mobile-parent{
            margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
    .nav-menu-mobile .nav-menu-mobile-parent .nav-menu-mobile-child a{
        color: #EF620A !important;
        display: block;
        text-decoration: none;
        font-weight: bold !important;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 8px;
        text-align: right;
        text-transform: capitalize!important;
    }
    .nav-menu-mobile .nav-menu-mobile-parent .nav-menu-mobile-child a:hover{
            background: none !important;
        color: #770303 !important;
    }
    .nav-menu-mobile .daftar-sekarang-mobile-menu{
        background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
		border: 1px solid #EF620A;
        border-radius: 50px;
        padding: 10px 35px !important;
        margin-left: 10px;
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        margin-top: -2px;
        font-weight: bold;
    }
    .nav-menu-mobile .section-before-footer{
            display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-end;
        gap: 15px;
        margin-top: 10px;
        padding-right: 10px;
    }

    .section-footer-sidebar-mobile{
            display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-header{
        font-size: 14px;
        color: #EF620A;
		font-weight: 500;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-content .section-before-footer-content-title{
        color: #59575E;
        font-size: 14px;
		padding-bottom: 6px;
		font-weight: 400;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-content .section-before-footer-content-content{
        font-size: 18px;
		color: #100E1D;
    }

    .nav-menu-mobile .section-before-footer .section-before-footer-content{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: center;
        align-items: flex-end;
    }

    .menu-mobile{
        /* display: block; */
        text-decoration: none;
        color: white;
        font-size: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
    .simple-lp-upl-container .container-topbar{
        padding: 10px 12px 30px 12px;
        height: 480px;
        box-sizing: border-box;
    }
    .frame-cta-center{
        margin-top: 20px;
    }
    .container-topbar{
        width: 100%;
    }
    .topbar .reseller-offer{
        width: 100%;
        justify-content: center;
    }

    .topbar .reseller {
        width: 100%;
    }

    .container-search-domain{
        width: 100%;
        gap: 20px;
        margin-top: 30px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .container-pricing-modal .header-pricing-modal{
        width: 100%;
    }
	.content-pricing {
		position: relative;
	}
    .purp-show_before::before{
	    top: 0;
	    left: 0;
        transform: rotateZ(180deg);
        background: linear-gradient(270deg, #F6F4FB 0%, rgba(255, 255, 255, 0.03) 80%);
	    content: "";
	    position: absolute;
	    z-index: 2;
	    width: 40px;
	    height: 100%;
	    /* overflow-x: hidden; */
	}
    .purp-show_after::after{
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #F6F4FB 0%, rgba(255, 255, 255, 0.03) 80%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 40px;
        height: 100%;
    }
    .show_before::before{
	    top: 0;
	    left: 0;
        transform: rotateZ(180deg);
        background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.03) 80%);
	    content: "";
	    position: absolute;
	    z-index: 2;
	    width: 60px;
	    height: 100%;
	    /* overflow-x: hidden; */
	}
    .show_after::after{
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.03) 80%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 60px;
        height: 100%;
    }
    @keyframes fade_in_show {
        0% {
            width: 0px;
             opacity: 0;
            z-index: -1;
        }

        100% {
            width: 50px;
            opacity: 1;
            z-index: 500;
        }
   }
	.content-pricing .item-pricing-wrapper {
        display: flex;
        /* width: calc(100% - 10px); */
        width: 100%;
        /* padding: 0px 15px; */
        overflow: scroll;
        padding-top: 33px;
        justify-content: flex-start;
        gap: 22px;
        padding: 50px 0px 30px 0px;

    }
    .item-pricing.newbie {
        margin-right: 20px;
    }
    .container-pricing .content-pricing .item-pricing.supreme {
        margin-left: 20px;
    }
    /* .content-pricing.show_after::after {
    	animation: fade_in_show 0.3s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
    }
    .content-pricing.show_before::before {
    	animation: fade_in_show 0.3s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
    } */
    .container-pricing-modal .content-pricing-modal{
        width: 100%;
    }
    .fitur-wrapper {
        display: flex;
        width: 100%;
        position: relative;
        justify-content: flex-start;
    }
    /* .fitur-wrapper::before {
        transform: rotateZ(180deg);
        background: linear-gradient(270deg, #fff 0%, rgb(255 255 255 / 0%) 80%);
        content: "";
        position: absolute;
        z-index: 5;
        width: 30px;
        height: 100%;
    }
    .fitur-wrapper::after {
        right:0;
        background: linear-gradient(270deg, #fff 0%, rgb(255 255 255 / 0%) 80%);
        content: "";
        position: absolute;
        z-index: 5;
        width: 30px;
        height: 100%;
    } */
    .container-fitur-reseller .content-fitur-reseller{
        width: auto;
        gap: 15px;
    }
	/* .cara-bergabung-wrapper::before {
	    transform: rotateZ(180deg);
	    background: linear-gradient(270deg, #f6f4fb 0%, rgb(246 244 251 / 0%) 80%);
	    content: "";
	    position: absolute;
	    z-index: 5;
	    width: 30px;
		height: 100%;
	}
	.cara-bergabung-wrapper::after {
        right: 0;
        background: linear-gradient(270deg, #f6f4fb 0%, rgb(246 244 251 / 0%) 80%);
        content: "";
        position: absolute;
        z-index: 5;
        width: 30px;
        height: 100%;
    } */
    .container-grid-theme {
        display: flex;
        width: 100%;
        position: relative;
        justify-content: flex-start;
    }
    .grid-theme-wrapper {
        display: flex;
        flex-direction: row;
        gap: 16px;
        padding-top: 30px;
        width: 100%;
        overflow-x: auto;
        background-color: #fff;
    }
    .theme-preview, .image-more-theme {
        width: 320px;
        height: auto;
    }
    .image-theme.mobile {
        display: none;
    }
    .theme-preview {
        width: 320px;
        border: 1px solid #B3B9CC;
        border-radius: 6px;
        display: block;
    }
    .image-theme {
        /* width: auto; */
        width: 320px !important;
        flex: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .theme-overlay-action {
        background: #fff !important;
        border-top: 1px inset #eee;
        padding: 10px 0px 20px 0px;
        opacity: 1 !important;
        margin-top: -11px;
        border-radius: 0 0 6px 6px;
        display: flex;
        gap: 8px;
        position: relative;
    }
    .theme-overlay-action .sm-btn-white,
    .theme-overlay-action .sm-btn-primary {
        box-shadow: none;
    }
    .image-more-theme {
        /* display: none; */
    }
     .container-pricing .content-pricing .item-pricing .header-item-pricing h5 {
        font-size: 15px;
     }
    .frame-kalkulasi-keuntungan .frame-content-kalkulasi {
        flex-direction: column;
        gap: 16px;
    }
	.cara-bergabung-wrapper {
		display: flex;
		width: 100%;
		position: relative;
		justify-content: flex-start;
	}
    .container-cara-bergabung .content-cara-bergabung{
		width: 100%;
		overflow: scroll;
		gap: 15px;
		padding: 0px 5px;
	}
    .container-pricing .header-pricing{
        margin-top: 100px;
        padding: 0px 7px 0px 7px;
    }
    .container-pricing .content-pricing{
        width: 100%;
        /* padding: 0px 15px;
        overflow: scroll;*/
        padding-top: 15px;
        justify-content: flex-start;
        flex-direction: row-reverse;
        gap: 12px;
    }
    .container-pricing .footer-pricing{
        width: 100%;
        margin-top: 15px;
    }
    .container-hall-of-fame .wrapper-hall-of-fame{
        width: 100%;
    }
    .container-hall-of-fame .left-info-fame{
        width: 100%;
    }
    .container-hall-of-fame .right-info-fame{
        width: 100%;
        box-sizing: border-box;
    }
    .container-faq-area .laft-area-faq{
        width: 100%;
    }
    .container-faq-area .right-area-faq{
        width: 100%;
    }
    .container-testimoni {
        padding: 30px 0px;
    }
    .frame-game-entity{
        width: 100%;
    }
    .container-hall-of-fame .right-info-fame.parents-tier .child-tier{
        width: 100% !important;
        box-sizing: border-box;
    }
    .upl-container-widget{
        width: 90vw;
        max-height: 53vw;
    }
    img.free-domain {
        width: 90%;
        position: absolute;
        left: 25px;
        top: 20px;
        content: url('https://digivospaces.b-cdn.net/UniPlay/ResellerLanding/gratisdomainmobile.svg');
    }
    .captionvideo {
        display: none;
    }
    .captionvideo-mobile {
        display: block;
        width: 100%;
        position: absolute;
        left: 0px;
        z-index: 4;
        transition: all 0.2s ease;
        bottom: -18px;
    }
    .frame-trigger-video-demo-hero:hover .upl-container-widget {
        position: relative;
        /* border: 5px solid #f7f7f7; */
        border-radius: 20px;
        /* box-shadow: 0 4px 20px rgb(161 72 142 / 29%); */
        padding: 6px;
        background: conic-gradient(from 180deg at 50% 50%, #FF763B 0deg, #5853F9 180deg, #9934FD 270deg, #FA711C 315deg, #FF763B 360deg);
		transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
    }
    .upl-container-imagereveal .hover-button {
        top: 45%;
        opacity: 1;
        padding: 8px 14px;
        /* transition: opacity 0.2s ease-in-out; */
    }
    .upl-container-imagereveal:hover .hover-button {
        top: 34%;
    }
    .upl-container-imagereveal .background-img{
        width: 100%;
    }
    .upl-container-imagereveal .foreground-img{
        width: 100%;
    }
    .superframe-upl-container-widget .frame-upl-container-widget {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .theme-selection {
        display: flex;
        position: static;
    }
    .topbar ul.navbar{
        display: none;
    }
    .topbar .action-bar{
        display: none;
    }
    .starlists{
        display: flex;
        gap: 12px;
        width: 100%;
        flex-direction: row;
    }
    .frame-trigger-video-demo-hero .close {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        right: auto;
    }
    .frame-trigger-video-demo-hero .modal-content {
        width: 100%;
        max-width: 92vw;
    }
    .video-wrapper {
        border-radius: 2px;
    }
    .starlists .child-starlists{
        width: 100%;
    }
    .starlists .child-starlists:nth-child(3){
        display: none;
    }
    .starlists .child-starlists span{
        color: var(--BaseWhite, #FFF);
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 10px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }
    .container-topbar .headline{
        margin-top: 26px;
        margin-bottom: 16px;
    }
    .container-topbar .headline h1{
        color: var(--BaseWhite, #FFF);
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 100%;
    }
    .container-topbar .headline h2{
        color: #DBD5F3;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-topbar .action-headline{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
    }
    .container-topbar .action-headline a{
        width: 100%;
        box-sizing: border-box;
    }
    .superframe-upl-container-widget{
        height: auto;
        width: 100%;
    }
    .pilih-tema {
        display: none;
    }
     .header-search-domain h3{
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
     .header-search-domain h4{
        color: #453D64;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
     .search-domain-bar .frame-outer-domain-bar{
        box-sizing: border-box;
        gap: 5px;
        /* max-width: 360px; */
    }
     .search-domain-bar .frame-outer-domain-bar i.as-before-inputicon{
        display: none;
    }
     .search-domain-bar .frame-outer-domain-bar input{
        font-size: 17px;
        text-indent: 6px;
        width: 100%;
        background: transparent;
    }
     .search-domain-bar .frame-outer-domain-bar input::placeholder{
        font-size: 17px;
    }
     .search-domain-bar .frame-outer-domain-bar select{
        font-size: 15px;
        width: auto;
        padding: 0px 6px;
        /* width: 0px; */
        padding-right: 30px;
        height: auto;
        background-position-x: 86%;
        background-position-y: 13px;
        background-size: 13px;
    }
     .search-domain-bar .frame-outer-domain-bar button{
        padding: 10px;
    }
     .search-domain-bar .frame-outer-domain-bar button span{
        display: none;
    }
    .self-domain-howto{
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .container-video-section{
        display: flex;
        /* width: 1440px; */
        padding: 30px 18px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }

    .container-video-section .header-video-modal h4{
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-video-section .header-video-modal h3{
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .container-video-section .header-video-modal h5{
        color: #453D64;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-hall-of-fame .wrapper-hall-of-fame .left-info-fame {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .container-hall-of-fame .wrapper-hall-of-fame .left-info-fame h3 {
        width: 100%;
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .wrapper-faq-area {
        flex-direction: column;
        align-items: center;
    }
    .container-faq-area .laft-area-faq {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .container-faq-area .laft-area-faq h4 {
        width: 100%;
        display: block;
        text-align: center;
    }
    .frame-trigger-video-demo {
        margin-top: 10px;
    }
    .container-pricing-modal{
        display: flex;
        /* width: 1440px; */
        padding: 30px 18px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .container-pricing-modal .header-pricing-modal h4{
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-pricing-modal .header-pricing-modal h3{
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .container-pricing-modal .header-pricing-modal h5{
        color: #453D64;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-pricing-modal .content-pricing-modal .navbar-pricing{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-self: stretch;
        flex-direction: column;
        gap: 10px;
    }
    .container-pricing-modal .content-pricing-modal .navbar-pricing .left-bar{
        display: flex;
        align-items: center;
        gap: 12px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }
    .container-pricing-modal .content-pricing-modal .navbar-pricing .left-bar a{
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .container-pricing-modal .content-pricing-modal .navbar-pricing .right-bar{
        display: none !important;
    }
    .container-pricing .content-pricing .item-pricing ul.list-featured li span {
        font-size: 16px;
    }
    .container-fitur-reseller{
        padding: 30px 18px;
    }
    .container-fitur-reseller .header-fitur-reseller h4{
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-fitur-reseller .header-fitur-reseller h3{
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .container-fitur-reseller .header-fitur-reseller h5{
        color: #453D64;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-fitur-reseller .header-fitur-reseller{
        margin-bottom: 20px;
    }
    .frame-fitur-reseller{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
        overflow: auto;
        padding: 0px;
    }
    .container-fitur-reseller .content-fitur-reseller .item-fitur-reseller{
        flex: none !important;
        width: 320px !important;
        height: 330px !important;
    }
    .container-fitur-reseller .content-fitur-reseller .item-fitur-reseller img{
        width: 321px !important;
        height: 211px !important;
    }
    .container-fitur-reseller .content-fitur-reseller .item-fitur-reseller b{
        color: #000;
        font-family: "Hanken Grotesk";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .container-fitur-reseller .content-fitur-reseller .item-fitur-reseller p{
        color: #6D6C6F;
        font-family: "Hanken Grotesk";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-cara-bergabung{
        padding: 30px 18px;
    }

    .container-cara-bergabung .header-cara-bergabung h4{
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-cara-bergabung .header-cara-bergabung h3{
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .container-cara-bergabung .header-cara-bergabung h5{
        color: #453D64;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-cara-bergabung .content-cara-bergabung .item-cara-bergabung{
        width: 325px !important;
        height: 360px !important;
        flex: none !important;
    }
    .container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung b{
        width: 30px;
        height: 30px;
    }
    .container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung h4{
        color: #100E1D;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung h5{
        color: #6D6C6F;
        font-family: "Hanken Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .container-cara-bergabung .content-cara-bergabung .item-cara-bergabung .header-item-cara-bergabung{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .domain-submited {
        margin-bottom: 0px;
        margin-top: 10px;
        display: none;
    }
    .domain-submited p {
        font-size: 15px;
    }
    .domain-chipout {
            max-width: 225px;
    }
    .container-pricing{
        padding: 90px 0px 30px 0px;
    }
    .container-pricing .header-pricing h4{
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-pricing .header-pricing h3{
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .container-pricing .header-pricing h5{
        color: #453D64;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .container-pricing .content-pricing .item-pricing{
        width: 265px;
        flex: none !important;
        padding: 20px;
    }
       /* .container-pricing .content-pricing .newbie {
        margin-right: 15px!important;
    } */
    /* .container-pricing .content-pricing .legend {
        margin-left: 15px!important;
    }  */
    .container-pricing .footer-pricing img{
        width: 95%;

    }
    .container-hall-of-fame{
        padding: 30px 18px;
        box-sizing: border-box;
    }
    .container-hall-of-fame .wrapper-hall-of-fame{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 44px;
        align-self: stretch;
        margin: 0 auto;
        flex-direction: column;
        align-content: center;
        box-sizing: border-box;
    }
    .container-hall-of-fame .right-info-fame.parents-tier .child-tier .content-tier{
        display: flex;
        /* padding: 14px 20px; */
        align-items: center;
        gap: 0;
        align-self: stretch;
        justify-content: space-between;
        width: 100%;
    }
    .overflow-content-testimoni::after {
       top: 0;
       right: 0;
       background: linear-gradient(270deg, #242424 0%, rgb(36 36 36 / 0%) 100%);
       content: "";
       position: absolute;
       z-index: 2;
       width: 20px;
       height: 100%;
    }
    .overflow-content-testimoni::before {
        top:0;
        left:0;
        transform: rotateZ(180deg);
        background: linear-gradient(270deg, #242424 0%, rgb(36 36 36 / 0%) 100%);
        content: "";
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 100%;
    }
    .container-testimoni .header-testimoni{
        padding: 0px 12px;
    }
    .container-testimoni .header-testimoni h4 {
        font-size: 30px;
        line-height: 40px; /* 127.778% */
    }
    .container-testimoni .header-testimoni h5 {
        font-size: 15px;
    }

    .container-faq-area{
        padding: 30px 18px;
    }
    .container-faq-area .laft-area-faq h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .container-faq-area .laft-area-faq h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .container-faq-area .laft-area-faq a {
        margin-top: 10px;
    }
    .container-faq-area .wrapper-faq-area{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
        margin: 0 auto;
        flex-direction: column;
    }
    .footer-landing-reseller{
        display: flex;
        /* width: 1440px; */
        padding: 30px 18px;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid rgba(226, 232, 255, 0.10);
        background: #242424;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
    }
    .footer-landing-reseller .left-content-footer{
        display: flex;
        align-items: center;
        gap: 7px;
        flex: 1 0 0;
        flex-direction: column;
    }
    .footer-landing-reseller .left-content-footer p{
        margin: 0px;
        text-align: center;
        font-size: 14px;
    }

    .frame-resp-customdomain{
        width: 100%;
    }

    .domain-available-box{
        width: 100%;
        background: #EF890A;
        border-radius: 10px;
        margin-top: 20px;
        padding: 5px;
        font-family: "Hanken Grotesk";
        box-sizing: border-box;
    }

    .domain-available-box h5{
		font-size: 15px;
	}
	.domain-available-box .domain-ava-detils .pricing-domain{
		flex-direction: column;
		gap: 10px;
	}
	.domain-available-box .domain-ava-detils p{
		font-size: 15px;
        text-align: center;
        padding: 20px 10px 0px 10px;
	}
	.domain-available-box .domain-ava-detils .pricing-domain .pd-left b{
		font-size: 19px;
	}
	.domain-available-box .domain-ava-detils .pricing-domain .pd-left img{
		width: 28px;
	}
	.domain-available-box .domain-ava-detils .getthis-domain{
		font-size: 15px;
        padding: 10px 30px;
        border-radius: 10px;
        font-weight: 500;
        letter-spacing: 1px;
	}
	.domain-available-box .benefit-domain b{
		font-size: 14px;
	}
	.domain-available-box .benefit-domain .benefit-lists{
		flex-direction: column;
	}
     .search-domain-bar{
        margin-top: 10px;
    }
    .ph-item {
        flex: none!important;
    }
    .tooltip-img {
        position: unset;
    }
    .tooltip-img::before, .tooltip-img:hover::before, .tooltip-img:hover::after, .tooltip-img:hover img {
        display: none;
        background-image: none;
    }
    /* Tutup tombol */
    .popup .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #000000;
        font-size: 24px;
        cursor: pointer;
        background: #ffff;
        border: solid 1px #000;
        border-radius: 30px;
        width: 40px;
        height: 40px;
        padding-bottom: 0px;
        padding: 0;
    }
    .floating-domain-order-mobile {
        display: flex;
        width: 92vw;
        left: 2vw;
        position: fixed;
        bottom: 10px;
        padding: 16px 10px;
        border-radius: 12px;
        background: linear-gradient(180deg, #275ED4 0%, #1547E9 100%);
        box-shadow: 0 3px 6px 6px rgba(21, 21, 21, 0.08);
        align-items: center;
        z-index: 998;
        justify-content: space-between;
    }
    .domainname-wrapper {
        display: flex;
        align-items: center;
        max-width: 17ch;
    }

    .floating-domain-text-wrapper {
        max-width: 17ch;
        overflow: hidden;
    }

    .floating-domain-text {
        display: inline-block;
        white-space: nowrap;
        transform: translateX(0);
        transition: transform 0s linear;
    }
    .detail-domain-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-domain-wrapper span {
        color: #FFF;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .detail-domain-wrapper b {
        color: #ff2;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .domainname-wrapper #domain-tld-icon-floating i {
        color: #fff;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.12);
        padding: 5px;
        margin-left: 5px;
    }
}

#domain-tld-icon {
    color: #346831;
    background-color: #E4F9D9;
    border-radius: 50%;
    padding: 12px;
    font-size: 16px;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .2s ease;
}

#domain-tld-icon:hover {
    background-color: #d1f2c6;
    color: #2e5b2b;
}
.domain-choosed::placeholder {
    content: attr(data-placeholder);
}
.disabled-domain {
    color: #023e00;
    cursor: not-allowed;
}
.wistia_wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;

  }

  .wistia_wrapper img {
    display: block;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #fff7edc2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }

  .play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 28px solid #EF620A;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }

  .play-button:hover::before {
    border-left: 28px solid #ff6709;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }

.sticky-nav {
    background: #442998ed;
    padding: 10px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: none;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: 1000;
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(203%) blur(14px);
}

.sticky-nav.show {
    opacity: 1;
    transform: translateY(0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.aurora-bg{
    --angle: 0deg;
    filter: blur(6px);
    position: absolute;
    top: -4px;
    right: 10px;
    bottom: -8px;
    left: 10px;
    z-index: 0;
    background: linear-gradient(var(--angle), rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%) 0% 0% / 300% 300%;
    animation: 10s linear 0s infinite spinaurora;
    border-radius: 20px;
  }


  @keyframes spinaurora {
    0% { --angle: 0deg; }
    50% { --angle: 360deg; }
    100% { --angle: 0deg; }
  }

  @property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }
  .btn-need-support{
    display: inline-flex;
    padding: 12px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 41px;
    background: #0DC152;
    box-shadow: 0px 4px 10px 0px rgba(99, 99, 99, 0.30), 0px 4px 4.9px 0px rgba(158, 158, 158, 0.30) !important;
    font-size: 32px;
    color: #fff !important;
    position: fixed;
    z-index: 99;
    bottom: 16px;
    right: 16px;
    text-decoration: none;
}
.btn-promo{
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99;
    bottom: 86px;
    right: 0px;
    text-decoration: none;
    animation: scaleLoop 1.2s infinite alternate ease-in-out;
}

@keyframes scaleLoop {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.0);
    }
}
.supreme{
    --first-color: #ff770b;
    --second-color: #e33cae;
    --third-color: #e3d442;
	--four-color: #a0f479;
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.supreme::before, .supreme::after{
    opacity: 0;
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(
    var(--rotate)
    , var(--first-color), var(--second-color) 43%, var(--third-color));
    animation: spin 3s linear infinite;
    opacity: 0.8;
    border-radius: 12px;
    top: -41px;
    left: -2.5%;
    height: calc(100% + 51px);
    width: 105%;
    transform: scale(1);
    filter: blur(0px);
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
/* promo popup */
.wzpexit-mdl-modal-b-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    background: rgb(0 0 0 / 60%);
}
.wzpexit-mdl-modal-b{
    position: fixed;
    background-color: white;
    z-index: 9999999;
    font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    box-sizing: border-box;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    display: none;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content{
    background-color: #FFFFFF;
    max-width: 830px;
    border-radius: 8px;
    position: relative;
    overflow: visible;
    width: 100%;
}
.wzpexit-mdl-modal-container{
    content: "";
    height: 16px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 14px 14px 0 0;
}
.wzpexit-mdl-clearfix:after{
    content: "";
    clear: both;
    display: table;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-container:before{
    background: #EF620A;
    content: "";
    height: 18px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 14px 14px 0 0;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .exit-modal-close{
    position: absolute;
    right: 0;
    top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 44px;
    height: 60px;
    z-index: 2;
    cursor: pointer;
}
.exit-modal-close .fas.fa-times {
    font-size: 20px;
    color: #808080;
}
.exit-modal-close:hover .fas.fa-times {
    font-size: 20px;
    color: #c00d0d;
}
p.kupon-dc {
    color: #0f0f0f;
    background: #FFE7D3;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 5px dashed #ef680a;
    letter-spacing: 1px;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content{
    position: relative;
    z-index: 1;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    box-sizing: border-box;
    background: white;
    border-radius: 14px;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-top .exitmodal-texts{
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0 23px 0;
    grid-gap: 1em;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-top .exitmodal-texts p.modal-title-big{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: -7px;
    color: #0A1551;
    margin-top: 5px;
    font-family: "Hanken Grotesk", sans-serif;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-top .exitmodal-texts span.modal-title-small{
    color: #272727;
    display: block;
    font-weight: 700;
    line-height: 30px;
    font-size: calc(0.975rem + ((1vw - 3.2px) * 0.2344));
    text-align: center;
    margin-top: -5px;
    font-family: 'Hanken Grotesk';
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle{
    background-color: #201F1D;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .people-img{
    display: block;
    position: absolute;
    bottom: -20px;
    width: 26%;
    height: auto;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .people-img.left{
    left: 10px;
    width: 24.2%;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .people-img.right{
    right: 10px;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .people-img img, .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .people-img svg{
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text p.text-yellow{
    color: #ffd222;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-family: "Hanken Grotesk", sans-serif;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text p.text-white{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 3px;
    font-family: "Hanken Grotesk", sans-serif;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text span.current{
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Hanken Grotesk", sans-serif;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 40px 20px;
    grid-gap: 1em;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom p.offer-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #ff0000;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: "Hanken Grotesk", sans-serif;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom .modal-cta{
    display: flex;
    padding: 18px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #EF620A;
    text-decoration: none;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    color: var(--BaseWhite, #FFF);
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    transition: background 0.5s linear;
}
.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom .modal-cta:hover {
    opacity: 1;
    background: radial-gradient(59.58% 100% at 50% 0%, #EA8910 0%, #E85B04 100%)!important;
}

.wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom p.discleamer{
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #545E94;
    margin-bottom: 10px;
    width: 98%;
    font-family: 'Hanken Grotesk';
}
.wzpexit-mdl-modal-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 17% auto;
    left: 94.6%;
    top: 76px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='154' height='203' viewBox='0 0 154 203' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.6 67L35 89.5L34.3 122.2C34.2 126.5 35.3 130.8 37.4 134.6L72.3 198.1C73.5 200.3 76.4 201.1 78.6 199.9L150.8 160.9C153.1 159.6 154 156.8 152.7 154.5L117.7 90.8C115.7 87.3 112.9 84.3 109.4 82.1L85.8 67.3C83.1 65.6 79.5 65.4 76.6 67ZM72.1 100.8C67.1 104.2 60.3 102.2 58 96.7C56.3 92.6 57.8 87.8 61.5 85.3C66.5 81.9 73.3 83.9 75.6 89.4C77.3 93.4 75.8 98.3 72.1 100.8Z' fill='url(%23paint0_linear_1_312)'/%3E%3Cpath opacity='0.51' d='M49.2 191.1C38.2 191.1 29.2 182.2 29.2 171.1V127.6H49.2V191.1Z' fill='%23050B29'/%3E%3Cpath d='M76.3 67.1L35.1 89.4C31.9 91.1 29.9 94.4 29.9 98L29.3 124.8C29.2 129.1 30.3 133.4 32.4 137.2L67.2 200.4C68.4 202.6 71.3 203.4 73.5 202.2L145.7 163.2C148 161.9 148.9 159.1 147.6 156.8L112.7 93.3C110.7 89.8 107.9 86.8 104.4 84.6L76.3 67.1ZM67.1 103.3C62.1 106.7 55.3 104.7 53 99.2C51.3 95.1 52.8 90.3 56.5 87.8C61.5 84.4 68.3 86.4 70.6 91.9C72.3 96 70.8 100.8 67.1 103.3Z' fill='url(%23paint1_linear_1_312)'/%3E%3Cpath d='M64.8 150.5C64.2 149.7 62.6 148.5 60.2 149.8C58.6 150.7 58.1 152.3 58.7 153.4C59.2 154.3 60.2 154.7 61.7 154.2L64.6 153.3C68.7 152 72 153.3 73.5 156.1C75.2 159.2 74.3 163.7 69.6 166.2C64.2 169.1 59.9 166.9 58.2 164.3L61.7 161.2C62.8 162.9 64.9 163.8 67.6 162.4C69.3 161.5 69.9 160.1 69.3 158.8C68.8 157.8 67.6 157.5 66.1 158L63.1 159C59.4 160.2 56.2 159 54.6 156.1C52.6 152.4 54.4 148 58.2 146C63.1 143.3 66.5 145.3 68.2 147.3L64.8 150.5Z' fill='white'/%3E%3Cpath d='M88.6 150.2L81 154.3L81.8 159.1L77.2 161.6L73.9 138L79 135.3L97 151L92.2 153.6L88.6 150.2ZM80.3 149.5L85.1 146.9L79.1 141.4L80.3 149.5Z' fill='white'/%3E%3Cpath d='M99.3 149.5L88.7 129.9L93.1 127.5L101.5 142.9L110 138.3L112.3 142.5L99.3 149.5Z' fill='white'/%3E%3Cpath d='M115 141L104.4 121.4L116.8 114.7L119 118.8L110.9 123.2L112.9 126.9L120.2 122.9L122.3 126.7L115 130.7L117 134.5L125.1 130.1L127.4 134.3L115 141Z' fill='white'/%3E%3Cpath opacity='0.8' d='M11.1 22.2C17.2304 22.2 22.2 17.2304 22.2 11.1C22.2 4.96964 17.2304 0 11.1 0C4.96964 0 0 4.96964 0 11.1C0 17.2304 4.96964 22.2 11.1 22.2Z' fill='%23282A3F'/%3E%3Cpath d='M57.2 95.6C47.6 95.7 38.6 93.2 30.6 88C13.4 76.8 4.80001 57 2.60001 43.4C1.10001 34.4 1.00001 21.6 8.70001 12.4C13.4 6.70001 19.6 4.60001 19.8 4.60001C21.4 5.70001 21.5 8.40001 21.3 10.6C20.6 10.8 3.70001 15.8 8.00001 42.6C10 55.1 17.9 73.2 33.5 83.3C43.4 89.7 54.7 91.6 66.9 88.9C68.3 88.6 69.6 89.4 70 90.8L70.8 93.7C66.2 94.8 61.6 95.5 57.2 95.6Z' fill='%23C4CDE5'/%3E%3Cpath d='M74.4 44.9C71.2 32.6 66.8 17.8 49.3 8.39999L49.4 14.3C61.8 22.1 65.9 31.9 69.6 46C72.3 56.3 70.5 64.5 70.4 70.4C70.4 71.4 75.6 68.6 75.5 68C75.2 58.3 76.9 54.4 74.4 44.9Z' fill='%23838BC5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_312' x1='125.671' y1='68.6737' x2='85.841' y2='137.841' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBB03B'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_312' x1='40.8867' y1='123.054' x2='92.6825' y2='141.984' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBB03B'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.frame-kalkulasi-keuntungan {
    display: flex;
    width: 100%;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.frame-kalkulasi-keuntungan .text-header {
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.frame-kalkulasi-keuntungan .text-title {
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.frame-kalkulasi-keuntungan .text-sub-title {
    color: #453D64;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-list-package {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(41, 41, 41, 0.20);
    gap: 26px;
    height: 400px;
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-list-package .text-title-card{
    color: #424146;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Hanken Grotesk";

}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-result-keuntungan {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #EF620A;
    background: url(https://digivospaces.b-cdn.net/UniPlay/Icons/bgarrow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 4px 0px rgba(41, 41, 41, 0.20);
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-result-keuntungan .header-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-result-keuntungan .header-card .text-title-card {
    color: #000;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-result-keuntungan .header-card .text-result {
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-result-keuntungan .header-card .text-result-information {
    color: #424146;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}
.header-calc-keuntungan {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}
.header-calc-keuntungan h4{
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    margin: 0;
}
.header-calc-keuntungan h3{
    color: #100E1D;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    align-self: stretch;
    margin: 0;
}
.group-select-package {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
        cursor: pointer;

}
.item-select-group {
    display: flex;
    flex-direction: column;
    gap:6px;
    align-self: stretch;
}
.calc-select-package {
    display: flex;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    padding: 10px 12px;
    gap: 6px;
    color: #424146;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    flex: 1 0 0;
    font-weight: 500;
    justify-content: center;
}
.calc-select-package:hover {
    border: 1px solid #EF620A;
}
.calc-select-package.selected{
    display: flex;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #EF620A;
    background: rgba(255, 148, 81, 0.10);
    padding: 10px 12px;
    gap: 6px;
    color: #EF620A;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    flex: 1 0 0;
    font-weight: 500;
}
.disabled-field-price {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    background: #F0F0F0;
    flex-direction: row;
        font-size: 16px;
            font-family: "Hanken Grotesk";
}
.sell-price {
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
            font-size: 16px;
        font-family: "Hanken Grotesk";
}
.sell-price:hover {
    border: 1px solid #EF890A;
}
.sell-price:focus {
    border: 1px solid #EF890A;
    outline: none;
}
.price-group-slider {
    display: flex;
    flex-direction: row;
    gap: 16px;
        align-items: center;
}
/* Chrome, Safari, Edge, Opera */
input.sell-price ::-webkit-outer-spin-button,
input.sell-price ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-slidecontainer {
  width: 100%;
}

.price-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
    background: #ffdbc5;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.price-slider:hover {
  opacity: 1;
}

.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
    border: 1px solid #EF620A;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  cursor: pointer;
}

.item-select-group span #total-hari {
    width: 48px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #EF620A;
}

.price-group-slider p {
    color: #FFF;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin: 0px;
    border-radius: 5px;
    background: #EF620A;
    padding: 4px 10px;
}

.price-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
    border: 1px solid #EF620A;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
      accent-color: #EE8103;
}
/* Firefox */
input[type=number].sell-price {
  -moz-appearance: textfield;
}
.error-hint p {
    color: #E34C4C;
    font-family: "Hanken Grotesk";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.btn-hitung {
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #EF620A;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    border-radius: 999px;
    border: 1px solid #EF620A;
    background: white;
    cursor: pointer;
}
.btn-hitung:hover {
    background: #FFFAF3;
}
.group-card-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding-top: 10px;
}
.card-benefit-lp {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    flex-direction: column;
    align-self: stretch;
    margin-top: 20px;
}

.card-benefit-lp h4{
    color: #EF620A;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}
.card-benefit-lp p{
    color: #6D6C6F;
    text-align: center;
    font-family: "Hanken Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.group-more-benefit {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-top: 1px solid #EFEFEF;
}
.group-more-benefit span{
    color: #424146;
    font-family: "Hanken Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.group-more-benefit p {
    color: #6D6C6F;
    font-family: "Hanken Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.card-result-keuntungan .as-primary {
        align-self: stretch;
}
button.serach-available-domain.as-primary {
    padding: 12px 24px;
}
.group-all-benefit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
@media (max-width: 450px){
    .wzpexit-mdl-modal-b{
        width: 95%;
        top: 10%;
    }
    button.serach-available-domain.as-primary {
        padding: 12px!important;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-container:before{
        height: 11px;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-top .exitmodal-texts span.modal-title-small{
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 400;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .exit-modal-close{
        position: absolute;
        right: 3px;
        top: 0px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 30px;
        height: 60px;
        z-index: 2;
        cursor: pointer;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-top .exitmodal-texts{
        padding: 16px 0 16px 0;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom{
        padding: 0 14px 6px;
        grid-gap: 1em;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-top .exitmodal-texts p.modal-title-big{
        display: block;
        line-height: 30px;
        text-align: center;
        margin-top: -5px;
        font-size: 30px !important;
        margin-bottom: 0px;
        margin-top: 8px;
        font-weight: bold;
        font-weight: 800;
    }
    .wzpexit-mdl-modal-content::after{
        display: none;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text p.text-yellow{
        font-size: 16px;
    }

    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text p.text-white{
        color: #FFFFFF;
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        margin-top: -7px;
        margin-bottom: 3px;
        font-family: "Hanken Grotesk", sans-serif;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-middle .image-text span.current{
        line-height: 20px;
    }
    p.kupon-dc{
        font-size: 23px;
        margin-bottom: 0px;
    }
    .wzpexit-mdl-exit-wzpexit-mdl-modal-content .wzpexit-mdl-modal-content .wzpexit-mdl-modal-content-bottom .modal-cta{
        padding: 11px 42px;
        font-family: "Hanken Grotesk", sans-serif;
        margin-top: -5px;
        background-color: #da326b;
        border-radius: 50px;
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        font-size: 17px;
        margin-top: -6px;
    }
    .frame-kalkulasi-keuntungan .frame-content-kalkulasi {
        flex-direction: column;
        gap: 24px;
    }
    .card-result-keuntungan {
        gap: 20px;
        padding: 15px!important;
        max-height: 454px;
    }
    .frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-list-package {
        padding: 15px;
    }
    .header-calc-keuntungan h4 {
        color: #EF620A;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .header-calc-keuntungan h3 {
        color: #100E1D;
        text-align: center;
        font-family: "Hanken Grotesk";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .header-calc-keuntungan {
        width: 100%;
        margin-bottom: 20px;
    }

    .card-benefit-lp {
        margin-top: 0px;
    }
    .group-select-package {
        gap: 10px
    }
    .frame-kalkulasi-keuntungan .frame-content-kalkulasi .card-result-keuntungan .header-card .text-result {
        font-size: 38px;
    }
    .calc-select-package {
        padding: 10px 10px;
        gap: 2px;
    }
    .calc-select-package.selected {
        padding: 10px 10px;
        gap: 2px;
    }
    .calc-select-package img {
        display: none;
    }
}

.validasi-ved {
    font-size: 16px;
}