.elementor-kit-6{--e-global-color-primary:#221740;--e-global-color-secondary:#54595F;--e-global-color-text:#FAFAF9;--e-global-color-accent:#F74F25;--e-global-color-b12d172:#4F9FEF;--e-global-color-e3d133c:#A738E0;--e-global-color-8238110:#221740;--e-global-color-6849326:#B779C8;--e-global-color-39c8b4b:#77148E;--e-global-color-409b963:#E47AAF;--e-global-color-1c7c33d:#D6257E;--e-global-color-2279159:#94C2F2;--e-global-color-e0e2ded:#4F9FEF;--e-global-color-bb8e120:#2582DF;--e-global-color-da57dbf:#FE8B39;--e-global-color-d5c75a7:#F74F25;--e-global-color-0068440:#D63407;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#221740;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Roc Grotesk", Sans-serif;font-weight:700;color:var( --e-global-color-text );border-radius:80px 80px 80px 80px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*hover button state - global css*/

.hover-btn-state {
  position: relative;         
  transition: box-shadow 0.25s ease;
}

.hover-btn-state::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 80px;     
  pointer-events: none;       
  opacity: 0;
  transition: opacity 0.25s ease;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.40) 0%,
    rgba(255, 255, 255, 0.10) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.hover-btn-state:hover::after {
  opacity: 1;
}

.hover-btn-state:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); 
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Extra-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://wunsupona.bald-staging.dev/wp-content/uploads/2026/06/Roc-Grotesk-Extra-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */