.elementor-kit-2326{--e-global-color-primary:#83150F;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00210C;--e-global-color-387d7a8:#FFFFFF;--e-global-color-7471593:#F2F2F2;--e-global-color-57c5e30:#983B27;--e-global-color-953e673:#067934;--e-global-color-12a1488:#631815;--e-global-color-e3a21ec:#022510;--e-global-color-7f14bc0:#FF9200;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Josefin Sans";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1ccf546-font-family:"Josefin Sans";--e-global-typography-1ccf546-font-size:18px;--e-global-typography-1ccf546-font-weight:400;--e-global-typography-1ccf546-text-transform:uppercase;--e-global-typography-1ccf546-line-height:30px;--e-global-typography-1ccf546-letter-spacing:1.5px;font-family:"DM Sans", Sans-serif;font-weight:400;}.elementor-kit-2326 button,.elementor-kit-2326 input[type="button"],.elementor-kit-2326 input[type="submit"],.elementor-kit-2326 .elementor-button{background-color:#FFFFFF00;font-family:"Josefin Sans", Sans-serif;font-size:22px;font-weight:400;text-transform:uppercase;text-decoration:none;line-height:30px;letter-spacing:1.5px;color:var( --e-global-color-e3a21ec );border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF2E;border-radius:0px 0px 0px 0px;padding:12px 10px 6px 10px;}.elementor-kit-2326 button:hover,.elementor-kit-2326 button:focus,.elementor-kit-2326 input[type="button"]:hover,.elementor-kit-2326 input[type="button"]:focus,.elementor-kit-2326 input[type="submit"]:hover,.elementor-kit-2326 input[type="submit"]:focus,.elementor-kit-2326 .elementor-button:hover,.elementor-kit-2326 .elementor-button:focus{background-color:#FFFFFF00;color:var( --e-global-color-953e673 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-953e673 );}.elementor-kit-2326 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2326 a{color:#FF9200;text-decoration:underline;}.elementor-kit-2326 a:hover{text-decoration:none;}.elementor-kit-2326 h1{color:var( --e-global-color-953e673 );font-size:54px;font-weight:300;text-transform:uppercase;letter-spacing:-2px;}.elementor-kit-2326 h2{color:var( --e-global-color-12a1488 );font-family:"Josefin Sans", Sans-serif;font-size:38px;font-weight:300;text-transform:uppercase;letter-spacing:-2px;}.elementor-kit-2326 h3{color:var( --e-global-color-accent );font-family:"Josefin Sans", Sans-serif;font-size:26px;font-weight:400;text-transform:uppercase;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1200px){.elementor-kit-2326 h1{font-size:42px;}}@media(max-width:1024px){.elementor-kit-2326 h1{font-size:32px;}.elementor-kit-2326 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2326{--e-global-typography-1ccf546-font-size:14px;--e-global-typography-1ccf546-letter-spacing:0.2px;font-size:14px;}.elementor-kit-2326 h1{font-size:30px;}.elementor-kit-2326 h2{font-size:34px;}.elementor-kit-2326 h3{font-size:16px;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header, no container edition
* class: .sticky-header
* Uses the built-in .elementor-container class for shrinking the header in non-container installs
*/
header.sticky-header {
	--header-height: 80px; /* Set your own header height */
	--shrink-header-to: 0.6; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	background-color: rgba(244, 245, 248, 0); /* Set your own background color */
	transition: background-color var(--transition-timing),
				backdrop-filter var(--transition-timing),
				box-shadow var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8); /* Set your own background color on scroll */
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

.cky-title {
    font-weight: 400 !important;
    text-transform: capitalize !important;
    font-size: 20px !important;
}

.cky-btn,
.cky-btn-do-not-sell {
  letter-spacing: 0 !important;
}/* End custom CSS */