.elementor-kit-3{--e-global-color-primary:#00029C;--e-global-color-secondary:#FF0000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-cf7d12b:#131A78;--e-global-color-c2cda83:#8F1528;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Canva Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{background-color:transparent;font-family:"Work Sans", Sans-serif;font-size:18px;line-height:1.11em;color:var( --e-global-color-text );background-image:linear-gradient(90deg, var( --e-global-color-cf7d12b ) 10%, var( --e-global-color-c2cda83 ) 100%);border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF7D;border-radius:50px 50px 50px 50px;padding:10px 15px 10px 15px;}.elementor-kit-3 a{color:#1D83CF;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-3 a:hover{color:#5CA0D3;line-height:1.5em;}.elementor-kit-3 h1{color:var( --e-global-color-text );font-family:"Work Sans 2", Sans-serif;font-size:72px;font-weight:300;line-height:1.11em;}.elementor-kit-3 h2{color:var( --e-global-color-text );font-family:"Work Sans 2", Sans-serif;font-size:56px;font-weight:300;line-height:1.11em;}.elementor-kit-3 h3{color:var( --e-global-color-text );font-family:"Work Sans 2", Sans-serif;font-size:42px;font-weight:300;line-height:1.11em;}.elementor-kit-3 h4{color:var( --e-global-color-text );font-family:"Work Sans 2", Sans-serif;font-size:32px;font-weight:300;line-height:1.11em;}.elementor-kit-3 h5{color:var( --e-global-color-text );font-family:"Work Sans 2", Sans-serif;font-size:26px;font-weight:300;line-height:1.11em;}.elementor-kit-3 h6{color:var( --e-global-color-text );font-family:"Work Sans 2", Sans-serif;font-size:16px;font-weight:300;line-height:1.11em;}.elementor-kit-3 button:hover,.elementor-kit-3 button:focus,.elementor-kit-3 input[type="button"]:hover,.elementor-kit-3 input[type="button"]:focus,.elementor-kit-3 input[type="submit"]:hover,.elementor-kit-3 input[type="submit"]:focus,.elementor-kit-3 .elementor-button:hover,.elementor-kit-3 .elementor-button:focus{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-3 h1{font-size:56px;}.elementor-kit-3 h2{font-size:44px;}.elementor-kit-3 h3{font-size:36px;}.elementor-kit-3 h4{font-size:28px;}.elementor-kit-3 h5{font-size:24px;}.elementor-kit-3 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3 h1{font-size:40px;}.elementor-kit-3 h2{font-size:32px;}.elementor-kit-3 h3{font-size:30px;}.elementor-kit-3 h4{font-size:24px;}.elementor-kit-3 h5{font-size:22px;}.elementor-kit-3 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  /* Desktop Font Sizes */
  --heading-1: 72px;
  --heading-2: 56px;
  --heading-3: 42px;
  --heading-4: 32px;
  --heading-5: 26px;
  --heading-6: 16px;

  /* Mobile Font Sizes */
  --heading-1-m: 40px;
  --heading-2-m: 32px;
  --heading-3-m: 30px;
  --heading-4-m: 24px;
  --heading-5-m: 22px;
  --heading-6-m: 16px;
}

span, div{
    line-height: 1.5em !important;
}

/* Desktop */
.heading-1 * { font-size: var(--heading-1) !important; line-height: 1.11em !important; }
.heading-2 * { font-size: var(--heading-2) !important; line-height: 1.11em !important; }
.heading-3 * { font-size: var(--heading-3) !important; line-height: 1.11em !important; }
.heading-4 * { font-size: var(--heading-4) !important; line-height: 1.11em !important; }
.heading-5 * { font-size: var(--heading-5) !important; line-height: 1.11em !important; }
.heading-6 * { font-size: var(--heading-6) !important; line-height: 1.11em !important; }

/* Mobile */
@media (max-width: 768px) {
  h1 { font-size: var(--heading-1-m) !important; }
  h2 { font-size: var(--heading-2-m) !important; }
  h3 { font-size: var(--heading-3-m) !important; }
  h4 { font-size: var(--heading-4-m) !important; }
  h5 { font-size: var(--heading-5-m) !important; }
  h6 { font-size: var(--heading-6-m) !important; }
}

/* Button */
.elementor-button{
    white-space: nowrap;
}
.mainBtn .elementor-button-wrapper{
    display: flex;
}
.mainBtn a{
    overflow-x: hidden;
    position: relative;
}
.mainBtn .elementor-button span{
    z-index: 1;
}
.mainBtn .elementor-button:after{
    content: "";
    position: absolute;
    border-radius: 20px;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(225deg, var(--e-global-color-cf7d12b) 0%, var(--e-global-color-c2cda83) 100%);
    transition: opacity 0.35s;
}
.mainBtn .elementor-button:hover:after{
    opacity: 1;
}
.otherBtn a{
    background-image: none !important;
}

.ct-back-to-top{
    right: unset !important;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Work Sans';
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Canva Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/CanvaSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Canva Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/CanvaSans-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Canva Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/CanvaSans-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Light.woff2') format('woff2'),
		url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Light.woff') format('woff'),
		url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Work Sans 2';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('http://site3.butler.youare.ninja/wp-content/uploads/sites/4/2025/04/WorkSans-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */