.elementor-893 .elementor-element.elementor-element-aa1925{--display:flex;}.elementor-893 .elementor-element.elementor-element-9da7f8e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;border-style:solid;--border-style:solid;border-color:var( --e-global-color-accent );--border-color:var( --e-global-color-accent );--margin-top:5%;--margin-bottom:5%;--margin-left:20%;--margin-right:10%;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-893 .elementor-element.elementor-element-9da7f8e:not(.elementor-motion-effects-element-type-background), .elementor-893 .elementor-element.elementor-element-9da7f8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-893 .elementor-element.elementor-element-f7e5572{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 0% 1% 0%;border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-accent );}.elementor-893 .elementor-element.elementor-element-f7e5572 .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );color:var( --e-global-color-primary );}body.elementor-page-893:not(.elementor-motion-effects-element-type-background), body.elementor-page-893 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(134deg, #FFFFFF 23%, #B0B2B5 100%);}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-893 .elementor-element.elementor-element-aa1925{--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-893 .elementor-element.elementor-element-9da7f8e{--width:80%;--margin-top:5%;--margin-bottom:5%;--margin-left:10%;--margin-right:10%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(min-width:768px){.elementor-893 .elementor-element.elementor-element-9da7f8e{--width:60%;}}/* Start custom CSS for shortcode, class: .elementor-element-69ef85de */a {
  background-color:transparent;
  color:#007BFF !important;
  text-decoration:none !important;
}
a:active,
a:hover {
  color:#007BFF !important;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color:#007BFF !important;
  text-decoration:none
}
a:not([href]):not([tabindex]):focus {
  outline:0
}

label {
font-family: "IBM Plex Mono", Sans-serif;
font-size:0.8rem;
display:inline-block;
line-height:1;
vertical-align:middle
}
button,
input,
optgroup,
select,
textarea {
  font-family: "IBM Plex Mono", Sans-serif;
  font-size:0.8rem;
  line-height:1;
  margin:0
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
outline: none;
  font-family: "IBM Plex Mono";
  border:1px solid #007BFF;
  border-radius:0;
  padding:.5rem 1rem;
  transition:all .3s;
  width:100%
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color:#FFE607 !important;
}
button,
input {
  overflow:visible;
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button;
  width:auto
}
[type=button],
[type=submit],
button {
  background-color:transparent;
  border:1px solid #007BFF;
  border-radius:0;
  color:#007BFF;
  display:inline-block;
  font-size:0.9rem;
  font-weight:400;
  padding:.5rem 1rem;
  text-align:center;
  transition:all .3s;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  white-space:nowrap
}
[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline:none
}
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  background-color: #007BFF;
  color:#fff;
  text-decoration:none
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #00D1B2;
    border-radius: 0px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked {
    background-color: #007BFF;
    border-color: #007BFF;
    color:#fff;
}
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}/* End custom CSS */