:root {
    scroll-behavior: auto !important;
    }
    * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    }
    
    html {
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    }
    
    body {
    overflow-x: hidden;
    font-size: 1rem;
    min-height: 600px;
    background: #d5d5d5;
    }
    
    img {
    max-width: 100%;
    }
    
    a,
    button {
    transition: all 3ms ease-in-out;
    -webkit-transition: all 3ms ease-in-out;
    -moz-transition: all 3ms ease-in-out;
    -ms-transition: all 3ms ease-in-out;
    -o-transition: all 3ms ease-in-out;
    }
    
    .justify-between {
    justify-content: space-between;
    }
    
    .items-center {
    align-items: center;
    }
    
    .flex {
    display: flex;
    }
    
    .mx-auto {
    margin-left: auto;
    margin-right: auto;
    }
    
    .header-cc ul,
    .header-cc ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    }
    
    .header-cc * {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    }
    
    .header-cc {
        background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    }
    
    .nav-cc > ul > li > a:hover {
        color: rgb(242 100 25);
    }
    .header-cc a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }
    
    .container-cc {
    max-width: 80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    }
    
    a.link-btn-cc {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: rgb(242 100 25);
    border-color: transparent;
    border-width: 1px;
    border-radius: 0.375rem;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    margin-left: 2rem;

    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    }
    a.link-btn-cc:hover{background-color: rgb(255 255 255);color: rgb(242 100 25);}
    .darrow-cc {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    }
    
    .nav-cc ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.5rem;
    }
    /* .nav-cc > ul > li{position: relative;} */
    .nav-cc > ul > li + li {
    margin-left: 2.5rem;
    }
    



/* ============================================================================================= */
@media (min-width: 1024px){
.lg\:max-w-4xl {
    max-width: 56rem;
}
}
@media (min-width: 1024px){
.lg\:left-1\/2 {
    left: 50%;
}
}
@media (min-width: 640px){
.sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
}
.opacity-100 {
    opacity: 1;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.max-w-3xl {
    max-width: 48rem;
}
.w-screen {
    width: 100vw;
}
.-ml-4 {
    margin-left: -1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.z-10 {
    z-index: 10;
}
.-left-1\/2 {
    /* left: -50%; */
}
.absolute {
    position: absolute;
}







.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}
.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.shadow-godShadow {
    --tw-shadow: 0px 546px 218px rgba(0, 0, 0, 0.01), 0px 307px 184px rgba(0, 0, 0, 0.05), 0px 136px 136px rgba(0, 0, 0, 0.09), 0px 34px 75px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 546px 218px var(--tw-shadow-color), 0px 307px 184px var(--tw-shadow-color), 0px 136px 136px var(--tw-shadow-color), 0px 34px 75px var(--tw-shadow-color), 0px 0px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rounded-lg {
    border-radius: 0.5rem;
}
.overflow-hidden {
    overflow: hidden;
}



@media (min-width: 640px){
.sm\:p-8 {
    padding: 2rem;
}
}
@media (min-width: 640px){
.sm\:gap-8 {
    gap: 2rem;
}
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.gap-6 {
    gap: 1.5rem;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
    display: grid;
}
.relative {
    position: relative;
}




.p-3 {
    padding: 0.75rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}

.items-center {
    align-items: center;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.flex {
    display: flex;
}
.-m-3 {
    margin: -0.75rem;
}


.text-brand-orange {
    --tw-text-opacity: 1;
    color: rgb(242 100 25 / var(--tw-text-opacity));
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.w-7 {
    width: 1.75rem;
}
.h-7 {
    height: 1.75rem;
}

.ml-4 {
    margin-left: 1rem;
}


@media (min-width: 1024px){
.lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
.font-medium {
    font-weight: 500;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}




@media (min-width: 640px){
.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}
@media (min-width: 640px){
.sm\:flex {
    display: flex;
}
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.justify-end {
    justify-content: flex-end;
}
.max-w-7xl {
    max-width: 80rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.flow-root {
    display: flow-root;
}



.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-150 {
    transition-duration: 150ms;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.font-medium {
    font-weight: 500;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.p-3 {
    padding: 0.75rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.-m-3 {
    margin: -0.75rem;
}



.flex-shrink-0 {
    flex-shrink: 0;
}
.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}
.ml-2 {
    margin-left: 0.5rem;
}







/* =============================dropdown2============================== */
/* @media (min-width: 640px){
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    }
    @media (min-width: 640px){
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    }
    @media (min-width: 640px){
    .sm\:gap-8 {
        gap: 2rem;
    }
    }
    @media (min-width: 640px){
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    } */

@media (min-width: 1024px){
.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
@media (min-width: 1024px){
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    }
@media (min-width: 1024px){
.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}


@media (min-width: 1280px){
    .xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    }

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.grid {
    display: grid;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px){
.lg\:flex-col {
    flex-direction: column;
}
}
@media (min-width: 768px){
.md\:h-full {
    height: 100%;
}
}
.flex-shrink-0 {
    flex-shrink: 0;
}

.w-8 {
    width: 2rem;
}

.h-14 {
    height: 3.5rem;
}






@media (min-width: 640px){
.sm\:w-14 {
    width: 3.5rem;
}}
@media (min-width: 640px){
.sm\:h-14 {
    height: 3.5rem;
}}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-brand-orange {
    --tw-bg-opacity: 1;
    background-color:#111111;
}
.rounded-md {
    border-radius: 0.375rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
.inline-flex {
    display: inline-flex;
}



@media (min-width: 1024px){
.lg\:ml-0 {
    margin-left: 0px;
}
}
@media (min-width: 1024px){
.lg\:mt-2 {
    margin-top: 0.5rem;
}
}
@media (min-width: 768px){
.md\:justify-between {
    justify-content: space-between;
}}
@media (min-width: 768px){
.md\:flex-col {
    flex-direction: column;
}}
@media (min-width: 768px){
.md\:flex-1 {
    flex: 1 1 0%;
}}
@media (min-width: 768px){
.md\:flex {
    display: flex;
}}
.ml-4 {
    margin-left: 1rem;
}

.lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.font-medium {
    font-weight: 500;
}

.text-brand-light-gray {
    --tw-text-opacity: 1;
    color: rgb(131 131 131 / var(--tw-text-opacity));
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.mt-2 {
    margin-top: 0.5rem;
}

.lg\:mt-4 {
    margin-top: 1rem;
}

.text-brand-orange {
    --tw-text-opacity: 1;
    color: rgb(242 100 25 / var(--tw-text-opacity));
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-brand-orange {
    --tw-text-opacity: 1;
    color: rgb(242 100 25 / var(--tw-text-opacity));
}
.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}

@media (min-width: 1280px){
.xl\:max-w-4xl {
    max-width: 56rem;
}
}


.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}


div#headlessui-popover-panel-\:R1djkcmH1\: {
    left: 0;
}

div#headlessui-popover-panel-\:R4djkcmH1\: {
    right: 0;
    background: #fff;
    border-radius: 0.5rem;
}
.lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

/*.has-dd.dropdown-cc-show .dropdown-cc{display: block!important;}
.has-dd:not(.dropdown-cc-show) .dropdown-cc{display:none!important;}

*/


.xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.lg\:mt-2 {
    margin-top: 0.5rem;
}
@media (min-width: 1024px){
.lg\:ml-0 {
    margin-left: 0px;
}
}

p.mt-2.text-xs.text-brand-orange.lg\:mt-4 {
    display: flex;
}