.elementor-kit-6{--e-global-color-primary:#2F338D;--e-global-color-secondary:#4DACE9;--e-global-color-text:#414141;--e-global-color-accent:#D8308A;--e-global-color-5cad707:#4DACE9;--e-global-color-bf0c55f:#4AA25A;--e-global-color-b96b27f:#FDD751;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-text-font-family:"Raleway";--e-global-typography-accent-font-family:"Raleway";--e-global-typography-784aa46-font-family:"Raleway";--e-global-typography-784aa46-font-size:140px;--e-global-typography-784aa46-font-weight:bold;--e-global-typography-784aa46-line-height:0.8em;--e-global-typography-163a7dc-font-family:"Raleway";--e-global-typography-163a7dc-font-size:56px;--e-global-typography-163a7dc-font-weight:normal;--e-global-typography-163a7dc-line-height:1em;--e-global-typography-af8d6de-font-size:36px;--e-global-typography-af8d6de-font-weight:bold;--e-global-typography-af8d6de-line-height:1em;font-family:"Raleway", Sans-serif;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Raleway", Sans-serif;font-weight:bold;}.elementor-kit-6 a:hover{color:#FFFFFF;font-weight:bold;}.elementor-kit-6 h1{font-family:"Raleway", Sans-serif;font-size:56px;font-weight:bold;line-height:1em;}.elementor-kit-6 h2{font-size:42px;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Alata", Sans-serif;font-weight:700;text-transform:uppercase;color:#0A0A0A;border-style:solid;border-radius:60px 60px 60px 60px;padding:18px 40px 18px 40px;}.elementor-kit-6 label{color:#FFFFFF;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{color:#FFFFFF;background-color:#02010100;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF;border-radius:60px 60px 60px 60px;padding:25px 25px 25px 25px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-784aa46-font-size:100px;--e-global-typography-784aa46-line-height:0.9em;--e-global-typography-163a7dc-font-size:51px;--e-global-typography-163a7dc-line-height:1em;--e-global-typography-af8d6de-line-height:1em;}.elementor-kit-6 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-header .site-branding{gap:0px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-784aa46-font-size:45px;--e-global-typography-163a7dc-font-size:35px;--e-global-typography-af8d6de-font-size:28px;font-size:16px;--e-page-transition-entrance-animation:e-page-transition-fade-out;}.elementor-kit-6 h1{font-size:30px;}.elementor-kit-6 h2{font-size:30px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{line-height:4.1em;word-spacing:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden !important;
}

select {
    padding: 25px;
    background: none;
    border: 1px solid white;
    border-radius: 60px;
    color: white;
}

select:focus, select:hover {
    border-color: var(--e-global-color-accent)
}

input[type="submit"] {
    background-color:  var(--e-global-color-accent);
    color: white;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255, .5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255, .5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255, .5);
}/* End custom CSS */