.elementor-kit-4{--e-global-color-primary:#000000;--e-global-color-secondary:#3462AE;--e-global-color-text:#000000;--e-global-color-accent:#3462AE;--e-global-color-37cd483:#3462AE;--e-global-color-e07d0a0:#B1CBF4;--e-global-color-f51772c:#000000;--e-global-color-c9b2135:#D1D5D9;--e-global-color-ecc7a4e:#E6E6E6;--e-global-color-17b7493:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"PT Sans";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.625rem;--e-global-typography-accent-font-family:"PT Sans";--e-global-typography-accent-font-size:0.875rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.4rem;color:var( --e-global-color-f51772c );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:#3462AE;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:var( --e-global-color-17b7493 );border-style:none;border-radius:3px 3px 3px 3px;padding:8px 18px 8px 18px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:#2D5699;color:var( --e-global-color-17b7493 );border-style:none;border-radius:3px 3px 3px 3px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 p{margin-block-end:1.5rem;}.elementor-kit-4 a{color:var( --e-global-color-37cd483 );}.elementor-kit-4 a:hover{color:var( --e-global-color-f51772c );}.elementor-kit-4 h1{color:var( --e-global-color-17b7493 );font-family:"Teko", Sans-serif;font-size:2.25rem;font-weight:700;line-height:2.5rem;}.elementor-kit-4 h2{font-family:"Teko", Sans-serif;font-size:3rem;font-weight:700;line-height:3.3rem;}.elementor-kit-4 h3{font-family:"PT Sans", Sans-serif;font-size:1.375rem;font-weight:700;line-height:1.75rem;}.elementor-kit-4 img{border-style:none;border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1485px;}.e-con{--container-max-width:1485px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* fixed header bumpdown */
#content{margin-top:91px;}

/* widow-free */
body, p{text-wrap:pretty;}
h1, h2, h3{text-wrap:balance;}

/* Color Picker */
.color-option {
    height: 2.613rem;
    width: 2.613rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.color-option-active:after {
    content: '';
    height: .75rem;
    width: .75rem;
    border-radius: 100rem;
    background-color: #ffffff;
}

/* Variant Table */
.variant-table {
    font-family: 'Roboto';
}

.variant-table-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.variant-table-header {
    background-color: #3462AE !important;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    padding: 27px 24px;
}

.variant-label, .variant-value {
    padding: 10px 12px;
    border-bottom: 1px solid #cccccc;
    font-size: 1rem;
}

.variant-value {
    background-color: #ffffff !important;
}

.variant-label {
    background-color: #F4F5F9 !important;
    text-align: right;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .variant-table-specs {
        grid-template-columns: repeat(2, 1fr);
}
}/* End custom CSS */