.elementor-kit-5{--e-global-color-primary:#222222;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#666666;--e-global-color-accent:#EC105F;--e-global-color-2fc4427:#404040;--e-global-typography-primary-font-family:"Source Sans 3";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:27px;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-size:50px;line-height:75px;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-size:36px;line-height:54px;}.elementor-kit-5 h3{font-family:"Source Sans Pro";font-size:24px;font-weight:300;line-height:36px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Source Sans Pro";font-size:20px;font-weight:400;line-height:30px;color:var( --e-global-color-secondary );background-color:transparent;background-image:linear-gradient(326.82deg, #FF2472 -5.17%, #FF5F61 85.53%);box-shadow:0px 10px 20px 0px rgba(235.99999999999997, 84.99999999999999, 117.00000000000003, 0.2);border-radius:100px 100px 100px 100px;padding:15px 60px 15px 60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-container{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:140px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:130px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */body {
	margin: 0;
	padding: 0;
}

/* temperory solution for small screens*/
body {
	min-width: 1300px;
}

/* what could possibly go wrong huh */
body {
    overflow-x: hidden;
}

/* override chrome 86 styling */
*:focus {
    outline: none;
}

/* replace text decoration with underline */
u {
    border-bottom: 1px solid;
    /* override default behaviour */
    text-decoration: none !important;
}

.object-position-left {
	object-position: left;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

.gradient.dowsure.pink {
	background: linear-gradient(90deg, #EC105F -13.56%, #FF7275 106.84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

:root {
    --dowsure-color-pink: #EC105F;
    --dowsure-gradient-pink: linear-gradient(90deg, #EC105F -13.56%, #FF7275 106.84%);
}

.color.dowsure.pink {
	color: #EC105F;
}

.column.max-width-530 {
	max-width: 530px;
}
.column.max-width-430 {
	max-width: 430px;
}/* End custom CSS */