.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#54595F;--e-global-color-87518a3:#000000;--e-global-color-609d8a8:#FFFFFF;--e-global-color-3156e53:#292929;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#000000;font-family:"Lexend", Sans-serif;}.elementor-kit-5 h1{color:#000000;font-family:"Bebas Neue", Sans-serif;font-size:6rem;font-weight:400;text-transform:uppercase;line-height:1em;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-size:3rem;font-weight:700;line-height:1.09em;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:1.625rem;font-weight:700;line-height:1.25em;}.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);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:5rem;}.elementor-kit-5 h2{font-size:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:4rem;}.elementor-kit-5 h2{font-size:2.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --dark-background:#000000; --font-color-for-dark-background:#ffffff; --ligher-dark-background:#292929; }
/* Start custom CSS */:root {
    --ch-header-height: 91px
}
@media (min-width: 768px) {
    :root {
        --ch-header-height: 111px
    }
}
.ch-under-header {
    margin-top: calc(-1 * var(--ch-header-height));
    }

body.admin-bar {
    margin-top:32px;
}


.ch-community-icon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: .41rem;
}

.ch-community-icon-list img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.ch-lastp-mb0 p:last-child {
    margin-bottom:0;
}

.ch-acc-icon .e-n-accordion-item-title {
    justify-content: space-between;
}

.icon-5-star {
  display: block;
  width: 110px;
  height: 22px;
  margin-bottom: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 22' fill='white'%3E%3Cpath d='M11 0l2.6 7.9H22l-6.7 4.9 2.6 7.9L11 16l-6.9 4.7 2.6-7.9L0 7.9h8.4z'/%3E%3Cpath d='M33 0l2.6 7.9H44l-6.7 4.9 2.6 7.9L33 16l-6.9 4.7 2.6-7.9L22 7.9h8.4z'/%3E%3Cpath d='M55 0l2.6 7.9H66l-6.7 4.9 2.6 7.9L55 16l-6.9 4.7 2.6-7.9L44 7.9h8.4z'/%3E%3Cpath d='M77 0l2.6 7.9H88l-6.7 4.9 2.6 7.9L77 16l-6.9 4.7 2.6-7.9L66 7.9h8.4z'/%3E%3Cpath d='M99 0l2.6 7.9H110l-6.7 4.9 2.6 7.9L99 16l-6.9 4.7 2.6-7.9L88 7.9h8.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Menu */
@media (min-width: 1024px) {
    .menu-button a {
        background: #000;
        border-radius: 50px;
        color: #fff !important;
        border: 2px solid #000;
        transition: all .3s ease;
    }
    
    .menu-button:hover a {
        background: #fff;
        color: #000 !important;
    }
    
    .menu-button:hover a:after {
        content: none;
    }/* End custom CSS */