.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
*{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1440px;
}
a{
    text-decoration: none;
}
body{
    font-family: "Poppins", sans-serif;
    background-color: #f5f4f7;
}
header{
    display: flex;
    justify-content: center;
    position: fixed;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    transition: top 0.3s ease;
    width: 100%;
}
nav{
    display: inline-flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    background-color: #eee;
    border-radius: 30px;
    padding: 7px 10px 7px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #ddd;
}
nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style-type: none;
}
nav ul li a{
    font-size: 16px;
    color: #666;
    text-decoration: none;
}
nav ul li a:hover{
    color: #000;
}
nav .signin-btn{
    padding: 8px 15px;
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1001;
}
.nav-menu.active {
    display: flex !important;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #666;
    transition: all 0.3s ease;
}
.banner{
    position: relative;
    height: 100vh;
    background-color: #f5f4f7;
    overflow: hidden;
}
.banner:before{
    content: url(../images/waves.png);
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    height: 70%;
}
.banner:after{
    content: url(../images/waves.png);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.4;
    height: 70%;
    transform: rotate(180deg);
}
.banner-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.banner-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 100;
}
.banner-content h1{
    font-size: 60px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 70px;
}
.banner-content p{
    font-size: 18px;
    color: #000;
    line-height: 25px;
    max-width: 60%;
    margin: 0 auto;
    font-weight: 500;
}
.banner-btns{
    display: flex;
    align-items: center;
    gap: 15px;
}
.banner-btns a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    transition: 0.3s all;
}
.banner-btns a:nth-child(1){
    background-color: #000;
    border-color: #f5f5f5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.banner-btns a:nth-child(2){
    background-color: transparent;
    color: #000;
}
.banner-btns a:hover{
    background-color: #000;
    color: #fff;
}
.smart-writing, .what-we-create, .testimonials{
    padding: 60px 0;
}
.common-heading{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.common-heading small{
    font-size: 15px;
    color: #000;
}
.common-heading h2{
    font-size: 35px;
    color: #000;
    line-height: 45px;
    font-weight: 700;
}
.common-heading p{
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.smart-single-block{
    min-height: 350px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.smart-single-block{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.smart-writing-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.smart-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.smart-content h3{
    font-size: 28px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}
.smart-content p{
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.smart-single-block img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px !important;
}
.write-better-block{
    align-items: flex-end;
}
.smart-writing-right .write-better-block img{
    top: 0 !important;
    right: 0 !important;
    left: auto;
}
.smart-writing-left{
    padding-right: 50px;
}
.smart-writing .container, .testimonials .container{
    padding-left: calc((100% - 1440px) / 2);
    max-width: 100%;
}
.write-header{
    display: flex;
    align-items: flex-end;
}
.write-header .common-heading{
    flex: 0 0 60%;
}
.write-header p{
    font-size: 16px;
    color: #000;
    flex: 0 0 40%;
}
.high-conversion-instantly{
    margin-top: 40px;
}
.single-dark-card{
    padding: 30px 0 0 30px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;
    gap: 20px;
    height: 100%;
}
.dark-card-content, .gray-card-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dark-card-content h3, .gray-card-content h4{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
}
.dark-card-content p, .gray-card-content p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    max-width: 100%;
}
.dark-card-image{
    /*width: 200px;*/
    /*height: 150px;*/
    align-self: flex-end;
}
.dark-card-image img{
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    object-position: bottom;
}
.dark-card-social{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    align-self: flex-end;
    /*margin-bottom: 20px;*/
}
.dark-card-social a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #000;
}
.dark-card-social a img{
    width: 30px;
}
.single-gray-card{
    padding: 30px 0 0 30px;
    background-color: #ececee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;
    gap: 20px;
    height: 100%;
}
.gray-card-content h4, .gray-card-content p{
    color: #000;
}
.gray-card-image{
    width: 100%;
}
.gray-card-image img{
    width: 100%;
}
.single-gray-card-two{
    padding: 30px 30px 30px 30px;
    flex-direction: column-reverse !important;
}
.gray-card-image2{
    width: 50%;
    margin: 0 auto;
}
.gray-card-content p{
    max-width: 80% !important;
}
.gray-card-content-three {
    align-items: flex-end;
    text-align: right;
}
.single-gray-card-three{
    padding: 30px 30px 0 0;
}
.gray-card-image3{
    width: 200px;
}
.gray-card-content-two{
    text-align: center;
    align-items: center;
}
.single-feedback{
    border-radius: 10px;
    background-color: transparent;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: 2px solid #000;
}
.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.avatar img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-feedback h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.single-feedback h6{
    font-size: 16px;
    color: #666;
}
.rating ul{
    display: flex;
    align-items: center;
    gap: 5px;
    list-style-type: none;
}
.rating ul li img{
    width: 20px !important;
}
.rating{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 50px 0;
}
.rating p{
    color: #000;
    font-size: 15px !important;
    margin: 0;
}
.single-feedback p{
    color: #000;
    font-size: 16px;
    text-align: center;
}
.testimonials-carousel{
    margin-top: 50px;
}
.testimonials-carousel .owl-item:nth-of-type(odd) .single-feedback{
    background-color: #fff;
}
.testimonials-carousel .owl-item:nth-of-type(even) .single-feedback{
    background-color: #000;
}
.testimonials-carousel .owl-item:nth-of-type(even) .single-feedback h4, .testimonials-carousel .owl-item:nth-of-type(even) .single-feedback h6, .testimonials-carousel .owl-item:nth-of-type(even) .single-feedback p{
    color: #fff;
}
.testimonials-carousel .owl-nav{
    display: flex !important;
    gap: 10px;
    margin-top: 30px;
}
.testimonials-carousel .owl-nav button{
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #000 !important;
}
.testimonials-carousel .owl-prev {
  background: url('../images/arrow-left.svg') no-repeat center !important;
  background-size: 24px !important;
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7500%) hue-rotate(349deg) brightness(89%) contrast(96%);
}

.testimonials-carousel .owl-next {
  background: url('../images/arrow-right.svg') no-repeat center !important;
  background-size: 24px !important;
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7500%) hue-rotate(349deg) brightness(89%) contrast(96%);
}
.testimonials-carousel .owl-prev:hover, .testimonials-carousel .owl-next:hover{
    filter: none !important;
    background-color: #000 !important;
}
.testimonials-carousel .owl-nav button span{
    display: none;
}
.how-it-works{
    padding: 60px 0;
    background-color: #000;
}
.works-heading{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
.works-heading  small{
    font-size: 15px;
    color: #fff;
}
.works-heading  h2{
    font-size: 70px;
    color: #fff;
    max-width: 60%;
    line-height: 90px;
}
.working-step{
    padding: 40px 50px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 400px;
    position: relative;
    max-width: 400px;
    width: 100%;
}
.working-step-border{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    transform: rotate(-5deg);
    transition: 0.3s ease all;
}
.working-step:hover .working-step-border{
    transform: none;
}
.working-step h3{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.stepdetails{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stepdetails h4{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.stepdetails p{
    font-size: 16px;
    color: #fff;
}
.works-row-two{
    margin: 100px 0;
}
.start-writing{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}
.start-writing a{
    padding: 12px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
}
.works-row-one{
    position: relative;
}
.dotted-arrow-one{
    position: absolute;
    top: 20%;
    left: 20%;
}
.dotted-arrow-one img{
    width: 600px;
}
.works-row-two{
    position: relative;
}
.dotted-arrow-two{
    position: absolute;
    top: 20%;
    left: 30%;
}
.dotted-arrow-two img{
    width: 400px;
}
.faqs{
    padding: 60px 0;
}
.accordion-button {
    background-color: transparent;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    border-radius: 10px 10px 0 0px !important;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-item{
    background-color: transparent;
}
.accordion-button:not(.collapsed) {
    background-color: black;
    color: white;
    box-shadow: none;
}
.accordion-button::after {
    content: "+";
    font-size: 1.25rem;
    color: inherit;
}
.accordion-button:not(.collapsed)::after {
    content: "−";
    color: white;
}
.accordion-item {
    border: 1px solid black;
    margin-bottom: 1rem;
    border-radius: 10px !important;
}
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 25px;
    color: inherit;
    height: auto;
    width: auto;
}
.accordion-button:not(.collapsed)::after {
    content: "−";
    color: white;
}
.accordion-body{
    background-color: #000;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    border-radius: 0px 0px 10px 10px !important;
}
.cta{
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.cta:before{
    content: url(../images/waves2.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}
.cta-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
    max-width: 50%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}
.cta-content h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.cta-content p{
    font-size: 18px;
    color: #fff;
}
.cta-content a{
    padding: 12px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    box-shadow: rgba(255, 255, 255, 0.3) 0 7px 29px 0;
}
footer{
    padding: 15px;
    background-color: transparent;
}
footer small{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ; }.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.left-0{left:0}.left-10{left:2.5rem}.right-0{right:0}.right-10{right:2.5rem}.right-5{right:1.25rem}.top-0{top:0}.top-10{top:2.5rem}.top-20{top:5rem}.z-40{z-index:40}.z-50{z-index:50}.z-\[-10\]{z-index:-10}.col-span-1{grid-column:span 1/span 1}.m-2{margin:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-20{margin-top:5rem;margin-bottom:5rem}.my-4{margin-top:1rem}.mb-4,.my-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-\[7\.5\%\]{margin-left:7.5%}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-16{height:4rem}.h-28{height:7rem}.h-32{height:8rem}.h-8{height:2rem}.h-\[250px\]{height:250px}.h-\[30px\]{height:30px}.h-\[350px\]{height:350px}.h-\[450px\]{height:450px}.h-full{height:100%}.min-h-20{min-height:5rem}.w-16{width:4rem}.w-28{width:7rem}.w-32{width:8rem}.w-8{width:2rem}.w-\[200px\]{width:200px}.w-\[30px\]{width:30px}.w-\[85\%\]{width:85%}.w-auto{width:auto}.w-fit{width:auto;width:fit-content}.w-full{width:100%}.min-w-20{min-width:5rem}.min-w-\[150px\]{min-width:150px}.min-w-\[300px\]{min-width:300px}.max-w-\[200px\]{max-width:200px}.max-w-\[350px\]{max-width:350px}.max-w-\[450px\]{max-width:450px}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-rotate-12{--tw-rotate:-12deg}.-rotate-12,.-rotate-6{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))}.-rotate-6{--tw-rotate:-6deg}.rotate-6{--tw-rotate:6deg}.rotate-6,.scale-x-\[-1\]{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))}.scale-x-\[-1\]{--tw-scale-x:-1}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.border{border-width:1px}.border-primary{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-secondary{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-secondary{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-20{padding-bottom:5rem}.pl-4{padding-left:1rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.italic{font-style:italic}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-secondary{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.opacity-10{opacity:.1}.opacity-25{opacity:.25}.shadow-\[0_0_10px_white\]{--tw-shadow:0 0 10px #fff;--tw-shadow-colored:0 0 10px var(--tw-shadow-color)}.shadow-\[0_0_10px_white\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-black{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}#app,body,html{height:100vh;margin:0;padding:0}@font-face{font-family:PlusJakartaSans;font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-weight:400;font-style:normal}body{font-family:PlusJakartaSans,Montserrat,sans-serif}.font-montserrat{font-family:Montserrat,sans-serif}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.style-oneliner{font-size:2.25rem;line-height:2.5rem;font-weight:900}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-secondary:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-secondary:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.group[open] .group-open\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group[open] .group-open\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group[open] .group-open\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.group[open] .group-open\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:ml-\[7\.5\%\]{margin-left:7.5%}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-32{height:8rem}.sm\:h-\[1500px\]{height:1500px}.sm\:h-\[350px\]{height:350px}.sm\:h-\[450px\]{height:450px}.sm\:h-full{height:100%}.sm\:w-1\/2{width:50%}.sm\:w-16{width:4rem}.sm\:w-2\/5{width:40%}.sm\:w-3\/5{width:60%}.sm\:w-32{width:8rem}.sm\:w-\[85\%\]{width:85%}.sm\:max-w-\[300px\]{max-width:300px}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:2.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:left-\[10\%\]{left:10%}.md\:left-\[25\%\]{left:25%}.md\:right-\[10\%\]{right:10%}.md\:right-\[25\%\]{right:25%}.md\:top-\[15\%\]{top:15%}.md\:top-\[30\%\]{top:30%}.md\:top-\[42\%\]{top:42%}.md\:top-\[55\%\]{top:55%}.md\:top-\[70\%\]{top:70%}.md\:block{display:block}.md\:h-\[350px\]{height:350px}.md\:w-\[350px\]{width:350px}.md\:-rotate-12{--tw-rotate:-12deg}.md\:-rotate-12,.md\:rotate-12{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))}.md\:rotate-12{--tw-rotate:12deg}.md\:flex-row{flex-direction:row}.md\:p-6{padding:1.5rem}}@media (min-width:1024px){.lg\:left-\[35\%\]{left:35%}.lg\:right-\[35\%\]{right:35%}.lg\:top-\[30\%\]{top:30%}.lg\:top-\[55\%\]{top:55%}.lg\:h-36{height:9rem}.lg\:w-36{width:9rem}}@media (min-width:1280px){.xl\:left-\[45\%\]{left:45%}.xl\:top-\[25\%\]{top:25%}.xl\:top-\[55\%\]{top:55%}.xl\:h-40{height:10rem}.xl\:w-40{width:10rem}}@media (min-width:1536px){.\32xl\:left-\[45\%\]{left:45%}.\32xl\:top-\[25\%\]{top:25%}.\32xl\:h-48{height:12rem}.\32xl\:w-48{width:12rem}.\32xl\:-rotate-12{--tw-rotate:-12deg}.\32xl\:-rotate-12,.\32xl\:rotate-12{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))}.\32xl\:rotate-12{--tw-rotate:12deg}}