.elementor-kit-5{--e-global-color-primary:#222222;--e-global-color-secondary:#FDFDFD;--e-global-color-text:#BDBDBD;--e-global-color-accent:#FFB600;--e-global-color-9e33def:#000000;--e-global-color-e1f5f24:#FFFFFF;--e-global-color-aba66da:#010101;--e-global-color-e0fe375:#222222;--e-global-color-0359109:#BDBDBD;--e-global-color-02cc13c:#E9E9E9;--e-global-color-fbad0df:#4A4A4A;--e-global-color-b9fb668:#F7F7F7;--e-global-color-3b1b70f:#FDFDFD;--e-global-color-47d0dba:#FEFEFE;--e-global-color-aab2803:#4D3700;--e-global-color-7143af3:#FFB600;--e-global-color-33564dd:#FFE9B2;--e-global-color-0be93c9:#FFF8E5;--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:29.2px;--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:30px;--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:18.2px;color:var( --e-global-color-primary );font-family:"Epilogue", Sans-serif;font-size:18px;font-weight:400;line-height:1.62em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-size:18px;font-weight:700;line-height:1.62em;color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:100px 100px 100px 100px;padding:10px 20px 8px 20px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-e1f5f24 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{font-family:"Poppins", Sans-serif;font-size:72px;font-weight:700;line-height:1.4em;}.elementor-kit-5 h2{font-size:30px;line-height:1.3em;}.elementor-kit-5 h3{font-size:25px;line-height:1.3em;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:16px;--e-global-typography-primary-line-height:25.9px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:39px;--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:21.67px;--e-global-typography-accent-font-size:12px;}.elementor-kit-5 h1{font-size:30px;line-height:39em;}.elementor-kit-5 h2{font-size:20px;line-height:26px;}.elementor-kit-5 h3{font-size:18px;line-height:23.4px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:16px;line-height:25.9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --pure-white: #ffffff;
    --pure-black: #000000;
    --bg-light: #FDFDFD;
    --bg-dark: #222222;
    --fg-light: #FDFDFD;
    --fg-dark: #222222;
    --accent: #FFB600;
    --black-100: #E9E9E9;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

p a {
    color: var(--fg-dark);
    border-bottom: 2px solid var(--accent);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

ul {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    hr {
        margin: 20px auto !important;
    }
}
hr {
    margin: 40px auto !important;
    border-top: 0 !important;
    border-bottom: 1px solid #bdbdbd !important;
}

/* Gravity Form Styling */
/* Reset */
.gfield-choice-input {
    display: flex;
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #ffffff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: var(--accent);
  width: 30px;
  height: 30px;
  border: 1px solid var(--black-100);
  border-radius: 50%;
  display: grid !important;
  place-content: center;
}
input[type="radio"]::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 20px 20px var(--accent);
}
input[type="radio"]:checked::before {
  transform: scale(1);
}

/* New Styling */
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: column;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice {
    display: flex;
    column-gap: 15px;
    background: var(--pure-white);
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 15px 0;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice:hover {
    -webkit-transform: scale(103%);
    -moz-transform: scale(103%);
    transform: scale(103%);
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice label {
    font-size: 18px;
    width: 100%;
}
.gform_wrapper .gform_footer .gform_button {
    transition: 250ms;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    line-height: 162%;
    margin-top: 3px;
}/* End custom CSS */