@import url('https://fonts.googleapis.com/css2?family=Anton&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}



input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

body {
    min-height: 100vh;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: "Instrument Sans", sans-serif;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}

p {
    margin-bottom: 1em;
}

p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif;
}


.is-mobile {
    display: none !important;
}


.wrap {
    overflow: hidden;
    position: relative;
}

.body-text {
    font-size: 16px;
    line-height: 22px;
}

.container {
    max-width: 1576px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-site {
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    z-index: 999;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.header-menu ul {
    list-style: none;
    display: flex;
    gap: 59px;
}

.mobile-menu {
    display: none;
}

.header-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.header-menu ul li a:hover {
    color: #94FF2E;
}

.toggle-menu {
    display: none;
}

.toggle-menu img {
    display: block;
}

.socials-fixed {
    position: fixed;
    right: 24px;
    padding: 12px 8px;
    background-color: #000;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 32px;
	transition:all 0.3s ease;
}

.poke-wrapper {
    position: relative;
}

.poke-btn {
    font-family: 'Anton';
    font-size: 24px;
    line-height: normal;
    cursor: pointer;
    color: #F7CE00;
    position: relative;
}

.poke-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #F7CE00;
}

.audience-menu {
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 210px;
    background: #F7CE00;
    padding: 16px;
    color: #000;
    font-family: 'Anton';
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: translateX(100%);
    z-index: 20;

}

.audience-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-109%);
}

.audience-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -11px;
    width: 28px;
    height: 44px;
    clip-path: polygon(100% 0%, 0% 35.924%, 57.143% 99.521%, 100% 0%);
    background-color: #F7CE00;
}

.audience-menu .menu-title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}

.audience-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    background: none;
    border: none;
    line-height: normal;
    font-size: 24px;
    margin-bottom: 14px;
    cursor: pointer;
    text-align: left;
    color: #000;
}

.audience-item img {
    transform: translateX(10px);
    transition: all 0.4s ease;
    opacity: 0;
}

.audience-item:hover img {
    transform: translateX(0);
    opacity: 1;
}

.audience-item:last-child {
    margin-bottom: 0;
}

.home-hero {
    background-color: #000;
    padding: 192px 0 52px;
    background-image: url('../images/home-hero-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.home-hero-text {
    font-family: 'Anton';
    font-size: clamp(120px, 12.5vw, 200px);
    line-height: 0.86;
    color: #fff;
    position: absolute;
    z-index: 1;
}

.home-hero-text span {
    display: block;
    margin-bottom: 24px;
/* 	  opacity: 0; */
}
/* .home-hero-text.left span {
  transform: translateX(-100%);
}

.home-hero-text.right span {
  transform: translateX(100%);
} */
.home-hero-text span:last-child {
    margin-bottom: 0;
}

.home-hero-text.left {
    left: 0;
    top: -2%;
}

.home-hero-text.left span:last-child {
    margin-left: clamp(30px, 6.125vw, 98px);
}

.home-hero-text.right {
    z-index: 2;
    bottom: -21%;
    right: 0;
}

.home-hero-img {
    position: relative;
    margin-bottom: 35px;
}

.home-hero-img img {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

.home-hero-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    max-width: 336px;
}

.marquee-custom {
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.marquee-custom__track {
    display: flex;
    width: max-content;
    animation: marquee-custom linear infinite;
    animation-duration: 28s;
}

.marquee-custom__content {
    display: flex;
    align-items: center;
}

.marquee-custom__content span {
    display: inline-block;
    font-family: 'Anton';
    margin-right: clamp(24px, 2.5vw, 40px);
    font-size: clamp(24px, 2.25vw, 36px);
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.marquee-custom__content span svg {
    width: 14px;
    height: 14px;
}

.home-marquee {
    overflow: hidden;
    background-color: #F7CE00;
    color: #000;
    padding: 23px 0;
}

.home-marquee.blue {
    background-color: #5C9CFD;
    padding: 12.5px 0;
    color: #fff;
}

@keyframes marquee-custom {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.home-about {
    background-color: #000;
    overflow: hidden;
}

.home-about-heading {
    font-size: clamp(42px, 5vw, 80px);
    line-height: 1.2;
    color: #fff;
    margin-bottom: 90px;
}

.home-about-main {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.home-about-main .left {
    width: 57.7%;
    padding-right: clamp(60px, 10.5vw, 168px);
    position: relative;
}

.home-about-main .right {
    width: 42.3%;
    padding-right: 18px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-about-heading span {
    display: block;
}

.home-about-heading span:first-child {
    margin-left: clamp(-120px, -7.5vw, -69px);
    margin-bottom: 10px;
}

.home-about-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 32px;
}

.home-about-desc p {
    max-width: 350px;
}

.parenthesis {
    font-family: 'Anton';
    color: #866CD7;
    font-size: 100px;
    line-height: 0.86;
}

.home-about-desc-list {
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.home-about-img.img-1 {
    width: 56.1%;
    margin: 0 auto -17px;
    z-index: 1;
}

.home-about-img {
    position: relative;
}

.home-about-img .image {
    width: 100%;
}

.home-about-img .logo {
    width: auto;
    position: absolute;
}

.home-about-img.img-1 .logo {
    top: 22%;
    transform: rotate(-15deg);
    left: 25%;
    width: 40%;
}

.home-about-img.img-2 {
    position: absolute;
    width: 23%;
    top: -23%;
    left: 3%;
    z-index: 2;
}

.home-about-img.img-2 .image {
    transform: rotate(-11.23deg);
}

.home-about-img.img-2 .logo {
    top: 27%;
    right: 15%;
    width: 30%;
    transform: rotate(-15deg);
}

.home-about-img.img-3 {
    width: 35.3%;
    position: absolute;
    bottom: 1%;
    left: -8%;
    z-index: 0;
}

.home-about-img.img-3 .image {
    transform: rotate(-10.2deg);

}

.home-about-img.img-3 .logo {
    top: 25%;
    left: 31%;
    transform: rotate(-10.2deg);
    width: 26%;
}

.home-about-img.img-4 {
    width: 34%;
    position: absolute;
    bottom: -12%;
    right: 8%;
    z-index: 3;
}

.home-about-img.img-4 .image {
    transform: rotate(-15.65deg);
}

.home-about-img.img-4 .logo {
    bottom: 31%;
    left: 32%;
    width: 27%;
    transform: rotate(-15deg);
}

.attention-section {
    position: relative;
    min-height: 1000px;
}

.attention-wrap {
    padding-top: 219px;
}

.attention-title-wrapper {
/*     display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: clamp(76px, 7.5vw, 120px);
    text-transform: uppercase;
    line-height: 1.2; */

}
.attention-title-img-mb{
	display:none;
}
.attention-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.attention-title.highlight {
    color: #5C9CFD;
}

.attention-title .line {
    display: inline-block;
    background-color: #5C9CFD;
    flex: 1;
    height: clamp(70px, 6.438vw, 103px);
    margin-left: -10px;
    margin-right: -10px;
}

.attention-section .yellow-box {
    position: absolute;
    background: #F7CE00;
    border: 4px solid #000;
    font-family: 'Anton';
    font-size: 32px;
    line-height: 1.5;
    padding: 36px;
    text-align: center;
    max-width: 450px;
}

.b1 {
    right: 19%;
    top: 46%;
    transform: rotate(2deg);
}

.b2 {
    right: 10%;
    top: 56%;
    transform: rotate(-2deg);
    z-index: 2;
}

.b3 {
    left: 21%;
    top: 50%;
    transform: rotate(-2deg);
}

.b4 {
    right: 28%;
    top: 65%;
}

.b5 {
    left: 18%;
    top: 78%;
    transform: rotate(2deg);
}

.our-services-sec {
    padding: 131px 0 140px;
    background-color: #000;
    color: #fff;
}

.services-header {
    display: flex;
    gap: clamp(10px, 3.75vw, 60px);
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}

.services-heading {
    font-size: clamp(42px, 8.75vw, 140px);
    line-height: 1;
}
.services-heading,
.services-subheading {
    opacity: 0;
}
.services-header .center {
    height: 4px;
    flex: 1;
    background-color: #fff;
    min-width: 70px;
	  transform: scaleX(0);          
    transform-origin: left center;
}

.services-header .right {
    position: relative;
}

.services-subheading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    position: absolute;
    top: -40px;
    left: 0;
    text-wrap: nowrap;
}

.services-list {
    max-width: 1068px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.services-item {
    background-color: #F7CE00;
    color: #000;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    min-height: 420px;
}

.services-item.red {
    background-color: #F80000;
    color: #fff;
}

.services-item.purple {
    background-color: #866CD7;
}

.services-item.blue {
    background-color: #5C9CFD;
}

.services-item.pink {
    background-color: #F782D3;
    color: #fff;
}

.services-item.white {
    background-color: #FFFFFF;
}

.services-item .item-number {
    font-family: 'Anton';
    font-size: 24px;
    line-height: normal;
}

.services-item .item-title {
    font-size: 32px;
    line-height: 1.5;
}

.services-item .item-desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
}

.services-desc {
    font-weight: 500;
    color: #fff;
    max-width: 324px;
}

.services-desc-tablet {
    display: none;
    margin-bottom: 50px;
}

.services-list-tablet {
    display: none;
}

.services-content-bottom {
    display: flex;
    align-items: flex-end;
    margin-top: 32px;
    justify-content: space-between;
    gap: 32px;
}

.unfair-advantage-section {
    background-color: #866CD7;
    background-image: url('../images/tiktok-partner-advantage-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.unfair-advantage-main {
    display: flex;
    flex-wrap: wrap;
}

.unfair-advantage-main .left {
    width: 50%;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: -94px;
    margin-bottom: -133px;
}

.unfair-advantage-main .right {
    width: 50%;
    padding: 100px 0;
}

.tiktok-partner-logo {
    margin-bottom: 40px;
}

.unfair-advantage-desc {
    font-weight: 500;
    margin-bottom: 80px;
    max-width: 340px;
}

.unfair-advantage-section .poke-bear-logo {
    width: 200px;
}

.unfair-advantage-heading {
    font-size: clamp(42px, 5vw, 80px);
    line-height: 1.2;
    text-transform: uppercase;
    margin: -4px 0;
}

.access-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.access-list .item {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 2px 0;
}

.access-list .item img {
    flex-shrink: 0;
}

.brands-section {
    padding-top: 100px;
}

.brands-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 100px;
    row-gap: 32px;
}

.brands-header .left {
    width: 57.8%;
    padding-right: 60px;
}

.brands-header .right {
    width: 42.2%;
}

.brands-heading {
    font-size: clamp(42px, 3.75vw, 60px);
    text-transform: uppercase;
    line-height: 1.2;
}

.brands-desc {
    max-width: 412px;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px 81.2px;
    margin-bottom: 100px;
}

.brand-list img {
    max-height: 100px;
    object-fit: contain;
}

.cta-section {
    background-color: #000;
    padding: 120px 0 80px;
}

.cta-main {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: start;
}

.cta-box-left {
    width: calc(59.77% - 18px);
    background-color: #F7CE00;
    background-image: url('../images/POKEBEAR_PINK_2.svg');
    background-repeat: no-repeat;
    background-position: 147% 5%;
    background-size: 67%;
    color: #000;
}

.cta-box .box-subheading {
    font-family: 'Anton';
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.2;
    margin-bottom: 60px;
}

.cta-box .box-heading {
    font-size: clamp(60px, 5vw, 80px);
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.cta-box .box-heading span {
    display: block;
    margin-top: -5px;
}

.cta-box .box-heading span:first-child {
    margin-top: 0;
}

.cta-box .box-desc {
    font-weight: 500;
    max-width: 243px;
}

.cta-box .box-line {
    height: 2px;
    width: 100%;
    background-color: #000;
    margin: 87px 0 40px;
}

.box-audience-segments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    font-family: 'Anton';
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.cta-box .cta-btn {
    font-family: 'Anton';
    font-size: clamp(40px, 3.75vw, 60px);
    padding: 28px 32px;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
	transition:all 0.3s ease;
}
.cta-box .cta-btn:hover{
	background:#866CD7;
}
.cta-box .box-inner {
    position: relative;
    z-index: 2;
}

.cta-box {
    position: relative;
    padding: 60px 60px 40px 60px;
    overflow: hidden;
}


.cta-box-right {
    background-color: #F782D3;
    background-image: url('../images/box-bg.png');
    background-repeat: repeat-y;
    background-position: 101% 81%;
    color: #fff;
    text-align: center;
    background-size: 19%;
    width: calc(40.23% - 18px);
}

.cta-box-right .box-subheading {
    margin-bottom: 146px;
}

.cta-box-right .box-desc {
    margin: 0 auto 114px;
    max-width: 217px;
}

.cta-box-right .cta-link {
    font-family: 'Anton';
    font-size: clamp(32px, 2.5vw, 40px);
    line-height: 1;
    position: relative;
    color: #fff;
    text-decoration: underline;
}

.stat-section {
    padding: 100px 0;
    background-color: #000;
    background-image: url('../images/stat-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.stat-heading {
    font-size: clamp(76px, 7.5vw, 120px);
    line-height: 0.86;
}

.stat-heading span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.stat-heading span:last-child {
    margin-bottom: 0;
    margin-left: clamp(126px, 8.75vw, 140px);
}

.stat-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 768px;
    margin-left: auto;
    margin-top: 40px;
}

.stat-item .item-number {
    color: #F7CE00;
    font-family: 'Anton';
    font-size: clamp(76px, 6.25vw, 100px);
    line-height: 0.86;
    width: 38.7%;
    padding-right: 30px;
}

.stat-item .item-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    flex: 1;
    max-width: 200px;
}

.stat-item {
    display: flex;
    align-items: center;
}

.how-it-work-section {
    background-color: #000;
    color: #fff;
    padding: 35px 0 0;
}

.how-it-work-section .home-marquee {
    padding: 12.5px 0;
    transform: rotate(5deg);
    position: relative;
    z-index: 2;
}

.how-it-work-section .home-marquee:nth-child(even) {
    transform: rotate(-5deg);
    z-index: 1;
    margin-top: -15px;
}

.how-it-work-section .home-marquee:nth-child(even) .marquee-custom__track {
    animation-direction: reverse;
}

.hiw-steps {
    padding: 227px 0 180px;
    position: relative;
}

.hiw-steps .step-bg {
    position: absolute;
    width: 100%;
    left: 0;
}

.hiw-steps .step-bg.top {
    top: 24%;
}

.hiw-steps .step-bg.bottom {
    bottom: 0;
}


.hiw-steps .container {
    max-width: 1296px;
}

.hiw-steps .step-order {
    font-family: 'Anton';
    color: #F781D2;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.4;
    margin-bottom: 10px;
}

.hiw-steps .step-item {
    position: relative;
	  opacity: 0;
  transform: translateY(80px);
}

.hiw-steps .step-arrow {
    position: absolute;
    bottom: 0;
    width: 140px;

}

.hiw-steps .step-title {
    font-size: clamp(42px, 5vw, 80px);
    line-height: 1;
    max-width: 387px;
    margin-bottom: 26px;
}

.hiw-steps .step-desc {
    max-width: 318px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.hiw-steps .step-1 {
    padding-bottom: 100px;
    margin-bottom: 73px;
}

.hiw-steps .step-1 .step-order {
    margin-bottom: 4px;
}

.hiw-steps .step-1 .step-title {
    color: #F781D2;
    font-size: clamp(76px, 10vw, 160px);
    margin-bottom: 19px;
    max-width: 80%;

}

.hiw-steps .step-1 .step-arrow {
    width: 190px;
    transform: rotate(52.5deg);
    right: 40%;
}

.hiw-steps .step-2 {
    max-width: 509px;
    margin-left: auto;
    padding-bottom: 130px;
    margin-bottom: 43px;
}

.hiw-steps .step-2 .step-arrow {
    transform: rotate(135deg);
    left: -32%;
}

.hiw-steps .step-3 {
    max-width: 996px;
    margin-left: auto;
    padding-bottom: 82px;
    margin-bottom: 90px;
}

.hiw-steps .step-3 .step-arrow {
    transform: rotate(45deg);
    left: 33.5%;
}

.hiw-steps .step-4 {
    max-width: 510px;
    margin-left: auto;
}

.hiw-steps .step-item:last-child .step-arrow {
    display: none;
}


.contact-heading-wrapper {
    font-size: clamp(60px, 12.5vw, 200px);
    line-height: 0.86;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 39px;
}

.contact-heading {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.contact-section {
    overflow: hidden;
}

.contact-line {
    height: 1px;
    width: 100%;
    background-color: #D0AE00;
}

.contact-form-wrapper {
    padding: 60px 0 80px;
    display: none;
}

#b2b-form {
    display: block;
    background-color: #F7CE00;
    color: #000;
}

.contact-form-question {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-family: "Anton";
    font-size: 24px;
    flex-wrap: wrap;
}

.contact-form-question a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.contact-form-question a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;

}

.contact-form .gfield_contains_required::after {
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: clamp(24px, 2.5vw, 40px);
    font-family: "Anton";
}

.contact-form {
    margin-top: 53px;
    margin-bottom: 31px;
    font-family: "Anton";
}

.contact-form .gfield_label {
    display: none !important;
}

.contact-form .gfield {
    position: relative;
}

.contact-form .gfield::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1000px;
    width: calc(100vw + 2000px);
    background-color: #D0AE00;
    height: 1px;
}

.contact-form input:not([type="submit"]) {
    font-family: 'Anton' !important;
    font-size: clamp(24px, 2.5vw, 40px) !important;
    line-height: 1 !important;
    color: #000 !important;
    outline: none !important;
    border: none !important;
    padding: 13px 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    background: transparent !important;
    height: auto !important;
}

.contact-form .gform_fields {
    gap: 0 !important;
}

.contact-form .gfield {
    margin-bottom: 30px;
}

.contact-form input::placeholder {
    color: #000;
}

.contact-form .gfield--type-radio {
    cursor: pointer;
    border: none;
    position: relative;
}

.contact-form .gfield--type-radio::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1000px;
    width: calc(100vw + 2000px);
    background-color: #D0AE00;
    height: 1px;
}

.contact-form .gfield_required {
    display: none !important;
}

.contact-form .gfield--type-radio .gfield_label {

    padding: 23px 0 !important;
    position: relative;
    font-weight: 400 !important;
    display: block !important;
    width: 100%;
}

.contact-form .gfield--type-radio::after {
    display: none !important;
}

.contact-form .gfield--type-radio .gform-field-label {
    margin: 0 !important;
    font-family: 'Anton' !important;
    font-size: clamp(24px, 2.5vw, 40px) !important;
    line-height: 1 !important;
    color: #000 !important;
    transition: all 0.3s ease-in-out;
}

.contact-form .gfield--type-radio .gchoice .gform-field-label:hover {
    color: #866CD7 !important;
}

#creator-engine-form .contact-form .gfield--type-radio .gchoice .gform-field-label:hover {
    color: #94FF2E !important;
}

.contact-form .gfield--type-radio .gfield_label::after {
    content: "";
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjMyIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMCAxOSkiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjMyIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSA4Ljc0MjI4ZS0wOCA4Ljc0MjI4ZS0wOCAxIDE5IDApIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K') no-repeat center;
    background-size: contain;
    width: clamp(20px, 2vw, 32px);
    height: clamp(20px, 2vw, 32px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.contact-form .gfield--type-radio.active .gfield_label::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDMyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjMyIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMCA2KSIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
    height: 6px;
}

.contact-form .ginput_container_radio {
    display: none;
    padding: 23px 0;
}

.contact-form .gfield_radio {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    font-size: clamp(24px, 2.5vw, 40px) !important;
    font-family: 'Anton' !important;
}

.contact-form .gfield--type-radio .label-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-form .gfield--type-radio .label-origin {
    color: #D08E00;
}

#creator-engine-form .contact-form .gfield--type-radio .label-origin {
    color: #DA57B1;
}

.contact-form .gfield--type-radio .label-line {
    height: 4px;
    width: 50px;
    background-color: #D08E00;
    display: inline-block;
}

#creator-engine-form .contact-form .gfield--type-radio .label-line {
    background-color: #DA57B1;
}

.contact-form input[type="radio"] {
    display: none !important;
}

.contact-form .gchoice label {
    cursor: pointer;
}

.contact-form .gchoice:not(:last-child)::after {
    content: "/";
    font-family: inherit;
    font-size: inherit;
    margin: 0 clamp(8px, 2vw, 32px);
}

.contact-form .gfield--type-textarea .gfield_label {
    display: block !important;
    font-size: clamp(24px, 2.5vw, 40px) !important;
    color: #000;
	margin-bottom:0 !important;
}

.contact-form .gfield--type-textarea {
    display: flex;
    justify-content: space-between;
    padding: 23px 0 !important;
    align-items: center;
}

.contact-form .gfield--type-textarea .ginput_container {
    width: 31% !important;
    padding-left: 32px !important;
}

.contact-form .gfield_validation_message {
    margin: 4px 0 8px !important;
    font-size: 16px !important;
}

.contact-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-size: 16px !important;
}

.contact-form .gform_confirmation_message {
    font-size: 24px !important;
    padding: 80px 20px;
    text-align: center;
}

.contact-form .gfield--type-textarea textarea {
    border: none !important;
    outline: none !important;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000 !important;
    border-radius: 0 !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow-wrap: break-word;
    line-height: 1 !important;
    height: 22px;
    min-height: 20px !important;
    min-block-size: unset !important;
    resize: none !important;
    overflow: hidden !important;
}

.contact-form .gfield--type-textarea textarea::placeholder {
    color: #000;
}

.contact-form .gform_footer {
    margin-top: 28px !important;
}

.contact-form .gform_footer input[type="submit"] {
    font-family: 'Anton' !important;
    color: #fff !important;
    background-color: #000 !important;
    font-size: clamp(40px, 3.75vw, 60px) !important;
    line-height: 1 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 28px 32px !important;
    text-transform: uppercase !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}
.contact-form .gform_footer input[type="submit"]:hover{
	background:#866CD7 !important;
}
#creator-engine-form {
    background-color: #F781D2;
    color: #000;
}
#creator-engine-form .contact-form .gform_footer input[type="submit"]:hover{
	background:#94FF2E !important;
	color:#000 !important;
}
#creator-engine-form .contact-line {
    background-color: #DA57B1;

}

#creator-engine-form .contact-form .gfield::before {
    background-color: #DA57B1;
}

.footer-site {
    padding: 60px 0 24px;
    background-color: #000;
    color: #fff;
}

.footer-logo img {
    width: 100%;
    margin-bottom: 60px;
}

.footer-menus ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px 58px;
    flex-wrap: wrap;
}

.footer-menus ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.footer-menus ul li a:hover {
    color: #94FF2E;
}

.footer-bottom {
    margin-top: 138px;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    font-weight: 500;
}

/* ============================================================
   About — TikTok video wall
   Responsive grid of 9:16 cards; each card autoplays (muted,
   loop, playsinline) and links out to the TikTok post. Videos
   pause/resume via IntersectionObserver in main.js to save
   bandwidth + CPU when scrolled out of view.
   ============================================================ */
.tiktok-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.tiktok-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    background-color: #111;
    border: 4px solid #000;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.tiktok-card:hover {
    transform: scale(1.04);
    z-index: 2;
}

.tiktok-card__media {
    position: absolute;
    inset: 0;
}

.tiktok-card__video,
.tiktok-card__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #000;
}

.tiktok-card.is-noimg {
    background-color: #000;
    border-color: #F7CE00;
}

.tiktok-card__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    padding: 0 16px;
    text-align: center;
    font-family: 'Anton';
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.tiktok-card__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F7CE00;
    color: #000;
    transition: transform 0.3s ease-in-out;
}

.tiktok-card:hover .tiktok-card__play {
    transform: translate(-50%, -50%) scale(1.12);
}

.tiktok-card__play svg {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.tiktok-card__logo {
    position: absolute;
    width: 34%;
    height: auto;
    top: 7%;
    right: 7%;
    transform: rotate(-12deg);
    pointer-events: none;
}