From 9aa5906efa13268ed7336985f23c21a64f7fa031 Mon Sep 17 00:00:00 2001 From: GP_DEV Date: Tue, 3 Jun 2025 21:52:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=BB=D0=BE=D0=BA=D0=B8=20=D0=B2=20?= =?UTF-8?q?=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=BA=D1=83=20=D0=B8=20=D1=84?= =?UTF-8?q?=D0=B8=D0=BA=D1=81=D1=8B=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/app.css | 1553 ++++++++++++++++- css/editor-style.css | 1492 +++++++++++++++- functions.php | 13 +- js/app.js | 192 +- resources/css/app.css | 2 + resources/css/editor-style.css | 1 + resources/css/utilities.css | 4 +- .../club-cards-block/club-cards-block.php | 27 +- .../blocks/contacts-block/contacts-block.php | 233 +-- .../blocks/gallery-tabs/gallery-tabs.js | 96 +- .../blocks/gallery-tabs/gallery-tabs.php | 194 +- .../blocks/reviews-block/reviews-block.js | 79 +- .../blocks/reviews-block/reviews-block.php | 251 +-- .../blocks/tiles-block/tiles-block.php | 62 + template-parts/la-components/footer.php | 3 +- .../la-components/functions/blocks.php | 15 + 16 files changed, 3789 insertions(+), 428 deletions(-) create mode 100644 template-parts/la-components/blocks/tiles-block/tiles-block.php diff --git a/css/app.css b/css/app.css index 124a0d4..223ff60 100644 --- a/css/app.css +++ b/css/app.css @@ -1 +1,1552 @@ -/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-50:oklch(.97 .014 254.604);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-800:oklch(.424 .199 265.638);--color-blue-900:oklch(.379 .146 265.522);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-lg:32rem;--container-2xl:42rem;--text-sm:var(--wp--preset--font-size--sm,.875rem);--text-sm--line-height:1.42857;--text-lg:var(--wp--preset--font-size--lg,1.125rem);--text-lg--line-height:1.55556;--text-xl:var(--wp--preset--font-size--xl,1.25rem);--text-xl--line-height:1.4;--text-2xl:var(--wp--preset--font-size--2xl,1.5rem);--text-2xl--line-height:1.33333;--text-3xl:var(--wp--preset--font-size--3xl,1.875rem);--text-3xl--line-height:1.2;--text-5xl:var(--wp--preset--font-size--5xl,3rem);--text-5xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--leading-tight:1.25;--radius-xs:.125rem;--radius-md:.375rem;--radius-lg:.5rem;--blur-sm:8px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--color-primary:var(--wp--preset--color--primary);--font-family-sans:"Gilroy",ui-sans-serif,system-ui,sans-serif}}@layer base{*,::backdrop,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}::file-selector-button{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:var(--default-font-feature-settings,normal);-webkit-tap-highlight-color:transparent;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-variation-settings:var(--default-font-variation-settings,normal);line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:var(--default-mono-font-feature-settings,normal);font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}button,input,optgroup,select,textarea{font-feature-settings:inherit;background-color:#0000;border-radius:0;color:inherit;font:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}::file-selector-button{font-feature-settings:inherit;background-color:#0000;border-radius:0;color:inherit;font:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{color:color-mix(in oklab,currentColor 50%,transparent);opacity:1}::placeholder{color:color-mix(in oklab,currentColor 50%,transparent);opacity:1}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,::backdrop,:after,:before{border-color:var(--color-gray-200,currentColor)}::file-selector-button{border-color:var(--color-gray-200,currentColor)}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.right-4{right:calc(var(--spacing)*4)}.right-\[-65px\]{right:-65px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-\[-55px\]{bottom:-55px}.left-0{left:calc(var(--spacing)*0)}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[1\]{z-index:1}.container{width:100%}@media (width>=480px){.container{max-width:480px}}@media (width>=600px){.container{max-width:600px}}@media (width>=782px){.container{max-width:782px}}@media (width>=960px){.container{max-width:960px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1440px){.container{max-width:1440px}}.m-8{margin:calc(var(--spacing)*8)}.mx-auto{margin-inline:auto}.my-3{margin-block:calc(var(--spacing)*3)}.my-8{margin-block:calc(var(--spacing)*8)}.my-\[24px\]{margin-block:24px}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-\[10px\]{margin-top:10px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[26px\]{margin-top:26px}.mt-\[40px\]{margin-top:40px}.mt-\[44px\]{margin-top:44px}.mt-\[50px\]{margin-top:50px}.mr-\[8px\]{margin-right:8px}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-\[-120px\]{margin-bottom:-120px}.mb-\[8px\]{margin-bottom:8px}.mb-\[12px\]{margin-bottom:12px}.mb-\[16px\]{margin-bottom:16px}.mb-\[20px\]{margin-bottom:20px}.mb-\[30px\]{margin-bottom:30px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.aspect-video{aspect-ratio:var(--aspect-video)}.h-1{height:calc(var(--spacing)*1)}.h-5{height:calc(var(--spacing)*5)}.h-8{height:calc(var(--spacing)*8)}.h-\[2px\]{height:2px}.h-\[8px\]{height:8px}.h-\[16px\]{height:16px}.h-\[24px\]{height:24px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[60px\]{height:60px}.h-\[75px\]{height:75px}.h-\[440px\]{height:440px}.h-\[575px\]{height:575px}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-\[440px\]{min-height:440px}.min-h-screen{min-height:100vh}.w-5{width:calc(var(--spacing)*5)}.w-8{width:calc(var(--spacing)*8)}.w-16{width:calc(var(--spacing)*16)}.w-\[8px\]{width:8px}.w-\[16px\]{width:16px}.w-\[24px\]{width:24px}.w-\[60px\]{width:60px}.w-\[80px\]{width:80px}.w-\[136px\]{width:136px}.w-full{width:100%}.container{max-width:1330px;padding-left:5px;padding-right:5px}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[210px\]{max-width:210px}.max-w-\[281px\]{max-width:281px}.max-w-\[378px\]{max-width:378px}.max-w-\[648px\]{max-width:648px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-lg{max-width:var(--container-lg)}.max-w-sm{max-width:var(--container-sm)}.flex-1{flex:1}.flex-\[2\]{flex:2}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.scale-90{--tw-scale-x:90%;--tw-scale-y:90%;--tw-scale-z:90%}.scale-100,.scale-90{scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-\[4px\]{gap:4px}.gap-\[8px\]{gap:8px}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[19px\]{gap:19px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[30px\]{gap:30px}.gap-\[32px\]{gap:32px}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--spacing)*1*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--spacing)*1*var(--tw-space-y-reverse))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--spacing)*4*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--spacing)*4*var(--tw-space-y-reverse))}:where(.space-y-\[16px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(16px*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(16px*var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[25px\]{border-radius:25px}.rounded-\[30px\]{border-radius:30px}.rounded-\[35px\]{border-radius:35px}.rounded-\[90px\]{border-radius:90px}.rounded-\[1111px\]{border-radius:1111px}.rounded-full{border-radius:3.40282e+38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-tl-none{border-top-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-bl-none{border-bottom-left-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\!border-blue-500{border-color:var(--color-blue-500)!important}.border-\[\#dedede\]{border-color:#dedede}.border-\[\#e0e0e0\]{border-color:#e0e0e0}.border-gray-300{border-color:var(--color-gray-300)}.border-primary{border-color:var(--color-primary)}.border-transparent{border-color:#0000}.bg-\[\#222\]{background-color:#222}.bg-\[\#e0e0e0\]{background-color:#e0e0e0}.bg-\[\#e21e24\]{background-color:#e21e24}.bg-\[\#f9f9f9\]{background-color:#f9f9f9}.bg-\[rgba\(0\,0\,0\,0\.5\)\]{background-color:#00000080}.bg-black{background-color:var(--color-black)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-primary{background-color:var(--color-primary)}.bg-white{background-color:var(--color-white)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-\[10px\]{padding:10px}.p-\[24px\]{padding:24px}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-\[12px\]{padding-inline:12px}.px-\[20px\]{padding-inline:20px}.px-\[24px\]{padding-inline:24px}.px-\[25px\]{padding-inline:25px}.px-\[28px\]{padding-inline:28px}.py-2{padding-block:calc(var(--spacing)*2)}.py-\[8px\]{padding-block:8px}.py-\[10px\]{padding-block:10px}.py-\[12px\]{padding-block:12px}.pt-\[15px\]{padding-top:15px}.pt-\[40px\]{padding-top:40px}.pt-\[65px\]{padding-top:65px}.pt-\[90px\]{padding-top:90px}.pt-\[120px\]{padding-top:120px}.pr-\[15px\]{padding-right:15px}.pb-\[40px\]{padding-bottom:40px}.pb-\[89px\]{padding-bottom:89px}.pl-\[45px\]{padding-left:45px}.pl-\[62px\]{padding-left:62px}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[45px\]{font-size:45px}.text-\[48px\]{font-size:48px}.leading-\[110\%\]{--tw-leading:110%;line-height:110%}.leading-\[125\%\]{--tw-leading:125%;line-height:125%}.leading-\[130\%\]{--tw-leading:130%;line-height:130%}.leading-\[137\%\]{--tw-leading:137%;line-height:137%}.leading-\[140\%\]{--tw-leading:140%;line-height:140%}.leading-\[165\%\]{--tw-leading:165%;line-height:165%}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[\#3f3f3f\]{color:#3f3f3f}.text-\[\#222\]{color:#222}.text-\[\#565656\]{color:#565656}.text-\[\#828282\]{color:#828282}.text-\[\#f8f8f8\]{color:#f8f8f8}.text-blue-600{color:var(--color-blue-600)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.\!no-underline{text-decoration-line:none!important}.underline{text-decoration-line:underline}.\!decoration-transparent{text-decoration-color:#0000!important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm))}.backdrop-blur-sm,.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-all{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-colors{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-opacity{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-shadow{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-transform{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.duration-300,.duration-\[300ms\]{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.hover\:translate-y-\[-1px\]:hover{--tw-translate-y:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:bg-\[rgba\(0\,0\,0\,0\.1\)\]:hover{background-color:#0000001a}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:text-\[\#f62322\]:hover{color:#f62322}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:\!decoration-inherit:hover{text-decoration-color:inherit!important}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (width<1200px){.max-\[1200px\]\:mb-\[20px\]{margin-bottom:20px}.max-\[1200px\]\:block{display:block}.max-\[1200px\]\:hidden{display:none}.max-\[1200px\]\:h-\[600px\]{height:600px}.max-\[1200px\]\:max-w-\[640px\]{max-width:640px}.max-\[1200px\]\:p-0{padding:calc(var(--spacing)*0)}}@media (width<768px){.max-\[768px\]\:max-w-\[240px\]{max-width:240px}.max-\[768px\]\:max-w-\[340px\]{max-width:340px}.max-\[768px\]\:rounded-\[20px\]{border-radius:20px}.max-\[768px\]\:pt-\[30px\]{padding-top:30px}.max-\[768px\]\:pt-\[35px\]{padding-top:35px}.max-\[768px\]\:pt-\[70px\]{padding-top:70px}.max-\[768px\]\:pl-\[30px\]{padding-left:30px}.max-\[768px\]\:text-\[15px\]{font-size:15px}.max-\[768px\]\:text-\[19px\]{font-size:19px}.max-\[768px\]\:text-\[24px\]{font-size:24px}.max-\[768px\]\:text-\[28px\]{font-size:28px}}@media (width>=782px){.md\:my-6{margin-block:calc(var(--spacing)*6)}.md\:flex{display:flex}.md\:w-1\/2{width:50%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}}@media (width>=960px){.lg\:-mx-4{margin-inline:calc(var(--spacing)*-4)}.lg\:mx-4{margin-inline:calc(var(--spacing)*4)}.lg\:mt-0{margin-top:calc(var(--spacing)*0)}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:bg-transparent{background-color:#0000}.lg\:p-0{padding:calc(var(--spacing)*0)}.lg\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}.\[\&\>_img\]\:max-w-none>img{max-width:none}@media (hover:hover){.hover\:\[\&\>img\]\:brightness-150:hover>img{--tw-brightness:brightness(150%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}.entry-content>*,article>:not(.entry-content){margin-inline:auto}:is(.entry-content,.block-editor-block-list__layout) ul:not(.block-editor-block-variation-picker__variations) li{list-style-position:inside;list-style-type:disc}:is(.entry-content,.block-editor-block-list__layout) ol li{list-style-position:inside;list-style-type:decimal}}body,html{color:#222;font-family:var(--font-family-sans)}.red-gradient{background:linear-gradient(90deg,#e21e24 39.42%,#ff2f35 92.9%)}.dark-gradient{background:linear-gradient(90deg,#2b2c35 39.42%,#6e7996 92.9%)}.grey-gradient{background:linear-gradient(90deg,#9d9994 39.42%,#c5c5b9 92.9%)}.grey-gradient-hover{background:linear-gradient(90deg,#9d9994 39.42%,#c5c5b9 92.9%) 0 0/177% 100%}.grey-gradient-hover,.grey-gradient-hover:hover{transition:background-position .18s cubic-bezier(.4,0,.2,1)}.grey-gradient-hover:hover{background-position:39.42% 0}.red-gradient-hover{background:linear-gradient(90deg,#e21e24 39.42%,#ff2f35 92.9%) 0 0/177% 100%}.red-gradient-hover,.red-gradient-hover:hover{transition:background-position .18s cubic-bezier(.4,0,.2,1)}.red-gradient-hover:hover{background-position:39.42% 0}.dark-gradient-hover{background:linear-gradient(90deg,#2b2c35,#6e7996 53.48%) 0 0/177% 100%}.dark-gradient-hover,.dark-gradient-hover:hover{transition:background-position .18s cubic-bezier(.4,0,.2,1)}.dark-gradient-hover:hover{background-position:39.42% 0}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:300;src:local(Gilroy Light),url(../fonts/Gilroy-Light.eot?8862796bffbd019727b3b4516ada8089?#iefix)format("embedded-opentype"),url(../fonts/Gilroy-Light.woff?9df2f5dbbb9c90a6ede7c1348521d216)format("woff"),url(../fonts/Gilroy-Light.ttf?1b7fff53076b212839677d44fe93ad1c)format("truetype")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:400;src:local(Gilroy Regular),url(../fonts/Gilroy-Regular.eot?1d051d9d4215c09cbcaa846199555107?#iefix)format("embedded-opentype"),url(../fonts/Gilroy-Regular.woff?31d54a4b841c0e438f130447e373792b)format("woff"),url(../fonts/Gilroy-Regular.ttf?b91b0127c56a8e5f9e83a2a49ba4e315)format("truetype")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:500;src:local(Gilroy Medium),url(../fonts/Gilroy-Medium.eot?b84941b7bdcce7cbba6db36330079273?#iefix)format("embedded-opentype"),url(../fonts/Gilroy-Medium.woff?2bc7f5d7ea77ee1bddb3d9388913a8d1)format("woff"),url(../fonts/Gilroy-Medium.ttf?f9f832b0ed3f1ab138c962ada983dbcc)format("truetype")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:600;src:local(Gilroy SemiBold),url(../fonts/Gilroy-SemiBold.eot?8134b9ab378c54626928c6a4e62b63bf?#iefix)format("embedded-opentype"),url(../fonts/Gilroy-SemiBold.woff?e38937dbf8202c1448029851a98cb96a)format("woff"),url(../fonts/Gilroy-SemiBold.ttf?6780292641f883b3dad36614cac8dd5a)format("truetype")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:700;src:local(Gilroy Bold),url(../fonts/Gilroy-Bold.eot?a732fed1bc6140852a0bcc237f16618e?#iefix)format("embedded-opentype"),url(../fonts/Gilroy-Bold.woff?5fb38b9fa452b5814397d5bcce0d2d5e)format("woff"),url(../fonts/Gilroy-Bold.ttf?b900325e44ec0c673e88af6e02e3b453)format("truetype")}@font-face{font-display:swap;font-family:Gilroy;font-style:italic;font-weight:400;src:local(Gilroy Regular Italic),url(../fonts/Gilroy-RegularItalic.eot?ddc7f8242457fe9b7fe23ccb97153130?#iefix)format("embedded-opentype"),url(../fonts/Gilroy-RegularItalic.woff?cd8c71a8df152621a239f0df1acb06be)format("woff"),url(../fonts/Gilroy-RegularItalic.ttf?8bbf15be10d36d90b3411e1fc7454c88)format("truetype")}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0} +/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */ +@layer theme, base, components, utilities; +@layer theme { + :root, :host { + --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; + --color-blue-50: oklch(0.97 0.014 254.604); + --color-blue-500: oklch(0.623 0.214 259.815); + --color-blue-600: oklch(0.546 0.245 262.881); + --color-blue-800: oklch(0.424 0.199 265.638); + --color-blue-900: oklch(0.379 0.146 265.522); + --color-gray-100: oklch(0.967 0.003 264.542); + --color-gray-200: oklch(0.928 0.006 264.531); + --color-gray-300: oklch(0.872 0.01 258.338); + --color-gray-500: oklch(0.551 0.027 264.364); + --color-gray-600: oklch(0.446 0.03 256.802); + --color-gray-700: oklch(0.373 0.034 259.733); + --color-gray-800: oklch(0.278 0.033 256.848); + --color-gray-900: oklch(0.21 0.034 264.665); + --color-black: #000; + --color-white: #fff; + --spacing: 0.25rem; + --container-sm: 24rem; + --container-lg: 32rem; + --container-2xl: 42rem; + --text-sm: var(--wp--preset--font-size--sm, 0.875rem); + --text-sm--line-height: calc(1.25 / 0.875); + --text-lg: var(--wp--preset--font-size--lg, 1.125rem); + --text-lg--line-height: calc(1.75 / 1.125); + --text-xl: var(--wp--preset--font-size--xl, 1.25rem); + --text-xl--line-height: calc(1.75 / 1.25); + --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem); + --text-2xl--line-height: calc(2 / 1.5); + --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem); + --text-3xl--line-height: calc(2.25 / 1.875); + --text-5xl: var(--wp--preset--font-size--5xl, 3rem); + --text-5xl--line-height: 1; + --font-weight-light: 300; + --font-weight-medium: 500; + --font-weight-semibold: 600; + --font-weight-bold: 700; + --font-weight-extrabold: 800; + --leading-tight: 1.25; + --radius-xs: 0.125rem; + --radius-md: 0.375rem; + --radius-lg: 0.5rem; + --blur-sm: 8px; + --aspect-video: 16 / 9; + --default-transition-duration: 150ms; + --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + --default-font-family: var(--font-sans); + --default-font-feature-settings: var(--font-sans--font-feature-settings); + --default-font-variation-settings: var( + --font-sans--font-variation-settings + ); + --default-mono-font-family: var(--font-mono); + --default-mono-font-feature-settings: var( + --font-mono--font-feature-settings + ); + --default-mono-font-variation-settings: var( + --font-mono--font-variation-settings + ); + --color-primary: var(--wp--preset--color--primary); + --font-family-sans: 'Gilroy', ui-sans-serif, system-ui, sans-serif; + } +} +@layer base { + *, ::after, ::before, ::backdrop, ::file-selector-button { + box-sizing: border-box; + margin: 0; + padding: 0; + border: 0 solid; + } + html, :host { + line-height: 1.5; + -webkit-text-size-adjust: 100%; + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ); + font-feature-settings: var(--default-font-feature-settings, normal); + font-variation-settings: var( --default-font-variation-settings, normal ); + -webkit-tap-highlight-color: transparent; + } + body { + 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; + -webkit-text-decoration: inherit; + text-decoration: inherit; + } + b, strong { + font-weight: bolder; + } + code, kbd, samp, pre { + font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ); + font-feature-settings: var( --default-mono-font-feature-settings, normal ); + font-variation-settings: var( --default-mono-font-variation-settings, normal ); + font-size: 1em; + } + small { + font-size: 80%; + } + sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + } + sub { + bottom: -0.25em; + } + sup { + top: -0.5em; + } + table { + text-indent: 0; + border-color: inherit; + border-collapse: collapse; + } + :-moz-focusring { + outline: auto; + } + progress { + vertical-align: baseline; + } + summary { + display: list-item; + } + ol, ul, menu { + list-style: none; + } + img, svg, video, canvas, audio, iframe, embed, object { + display: block; + vertical-align: middle; + } + img, video { + max-width: 100%; + height: auto; + } + button, input, select, optgroup, textarea, ::file-selector-button { + font: inherit; + font-feature-settings: inherit; + font-variation-settings: inherit; + letter-spacing: inherit; + color: inherit; + border-radius: 0; + background-color: transparent; + opacity: 1; + } + :where(select:is([multiple], [size])) optgroup { + font-weight: bolder; + } + :where(select:is([multiple], [size])) optgroup option { + padding-inline-start: 20px; + } + ::file-selector-button { + margin-inline-end: 4px; + } + ::-moz-placeholder { + opacity: 1; + color: color-mix(in oklab, currentColor 50%, transparent); + } + ::placeholder { + opacity: 1; + color: color-mix(in oklab, currentColor 50%, transparent); + } + textarea { + resize: vertical; + } + ::-webkit-search-decoration { + -webkit-appearance: none; + } + ::-webkit-date-and-time-value { + min-height: 1lh; + text-align: inherit; + } + ::-webkit-datetime-edit { + display: inline-flex; + } + ::-webkit-datetime-edit-fields-wrapper { + padding: 0; + } + ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { + padding-block: 0; + } + :-moz-ui-invalid { + box-shadow: none; + } + button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + } + ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { + height: auto; + } + [hidden]:where(:not([hidden="until-found"])) { + display: none !important; + } +} +@layer utilities { + .pointer-events-auto { + pointer-events: auto; + } + .pointer-events-none { + pointer-events: none; + } + .invisible { + visibility: hidden; + } + .visible { + visibility: visible; + } + .absolute { + position: absolute; + } + .fixed { + position: fixed; + } + .relative { + position: relative; + } + .inset-0 { + inset: calc(var(--spacing) * 0); + } + .top-1\/2 { + top: calc(1/2 * 100%); + } + .top-4 { + top: calc(var(--spacing) * 4); + } + .right-4 { + right: calc(var(--spacing) * 4); + } + .bottom-0 { + bottom: calc(var(--spacing) * 0); + } + .left-0 { + left: calc(var(--spacing) * 0); + } + .left-1\/2 { + left: calc(1/2 * 100%); + } + .z-10 { + z-index: 10; + } + .z-50 { + z-index: 50; + } + .z-\[1\] { + z-index: 1; + } + .container { + width: 100%; + } + @media (width >= 480px) { + .container { + max-width: 480px; + } + } + @media (width >= 600px) { + .container { + max-width: 600px; + } + } + @media (width >= 782px) { + .container { + max-width: 782px; + } + } + @media (width >= 960px) { + .container { + max-width: 960px; + } + } + @media (width >= 1280px) { + .container { + max-width: 1280px; + } + } + @media (width >= 1440px) { + .container { + max-width: 1440px; + } + } + .m-8 { + margin: calc(var(--spacing) * 8); + } + .mx-auto { + margin-inline: auto; + } + .my-3 { + margin-block: calc(var(--spacing) * 3); + } + .my-8 { + margin-block: calc(var(--spacing) * 8); + } + .my-\[24px\] { + margin-block: 24px; + } + .mt-4 { + margin-top: calc(var(--spacing) * 4); + } + .mt-6 { + margin-top: calc(var(--spacing) * 6); + } + .mt-\[10px\] { + margin-top: 10px; + } + .mt-\[20px\] { + margin-top: 20px; + } + .mt-\[24px\] { + margin-top: 24px; + } + .mt-\[26px\] { + margin-top: 26px; + } + .mt-\[40px\] { + margin-top: 40px; + } + .mt-\[44px\] { + margin-top: 44px; + } + .mt-\[50px\] { + margin-top: 50px; + } + .mr-\[8px\] { + margin-right: 8px; + } + .mb-1 { + margin-bottom: calc(var(--spacing) * 1); + } + .mb-2 { + margin-bottom: calc(var(--spacing) * 2); + } + .mb-4 { + margin-bottom: calc(var(--spacing) * 4); + } + .mb-8 { + margin-bottom: calc(var(--spacing) * 8); + } + .mb-\[8px\] { + margin-bottom: 8px; + } + .mb-\[12px\] { + margin-bottom: 12px; + } + .mb-\[16px\] { + margin-bottom: 16px; + } + .mb-\[20px\] { + margin-bottom: 20px; + } + .mb-\[30px\] { + margin-bottom: 30px; + } + .mb-\[60px\] { + margin-bottom: 60px; + } + .block { + display: block; + } + .flex { + display: flex; + } + .grid { + display: grid; + } + .hidden { + display: none; + } + .inline-block { + display: inline-block; + } + .aspect-video { + aspect-ratio: var(--aspect-video); + } + .h-1 { + height: calc(var(--spacing) * 1); + } + .h-5 { + height: calc(var(--spacing) * 5); + } + .h-8 { + height: calc(var(--spacing) * 8); + } + .h-\[2px\] { + height: 2px; + } + .h-\[8px\] { + height: 8px; + } + .h-\[16px\] { + height: 16px; + } + .h-\[24px\] { + height: 24px; + } + .h-\[44px\] { + height: 44px; + } + .h-\[45px\] { + height: 45px; + } + .h-\[60px\] { + height: 60px; + } + .h-\[75px\] { + height: 75px; + } + .h-\[80px\] { + height: 80px; + } + .h-\[200px\] { + height: 200px; + } + .h-\[440px\] { + height: 440px; + } + .h-\[500px\] { + height: 500px; + } + .h-\[575px\] { + height: 575px; + } + .h-full { + height: 100%; + } + .max-h-\[90vh\] { + max-height: 90vh; + } + .min-h-\[440px\] { + min-height: 440px; + } + .min-h-screen { + min-height: 100vh; + } + .w-5 { + width: calc(var(--spacing) * 5); + } + .w-8 { + width: calc(var(--spacing) * 8); + } + .w-16 { + width: calc(var(--spacing) * 16); + } + .w-\[8px\] { + width: 8px; + } + .w-\[16px\] { + width: 16px; + } + .w-\[24px\] { + width: 24px; + } + .w-\[60px\] { + width: 60px; + } + .w-\[80px\] { + width: 80px; + } + .w-\[136px\] { + width: 136px; + } + .w-full { + width: 100%; + } + .container { + max-width: 1330px; + padding-left: 5px; + padding-right: 5px; + } + .max-w-2xl { + max-width: var(--container-2xl); + } + .max-w-\[210px\] { + max-width: 210px; + } + .max-w-\[281px\] { + max-width: 281px; + } + .max-w-\[380px\] { + max-width: 380px; + } + .max-w-\[449px\] { + max-width: 449px; + } + .max-w-\[648px\] { + max-width: 648px; + } + .max-w-lg { + max-width: var(--container-lg); + } + .max-w-sm { + max-width: var(--container-sm); + } + .flex-1 { + flex: 1; + } + .flex-\[2\] { + flex: 2; + } + .flex-shrink-0 { + flex-shrink: 0; + } + .flex-grow { + flex-grow: 1; + } + .grow { + flex-grow: 1; + } + .translate-x-\[-50\%\] { + --tw-translate-x: -50%; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .translate-y-\[-50\%\] { + --tw-translate-y: -50%; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .scale-90 { + --tw-scale-x: 90%; + --tw-scale-y: 90%; + --tw-scale-z: 90%; + scale: var(--tw-scale-x) var(--tw-scale-y); + } + .scale-100 { + --tw-scale-x: 100%; + --tw-scale-y: 100%; + --tw-scale-z: 100%; + scale: var(--tw-scale-x) var(--tw-scale-y); + } + .transform { + transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y); + } + .cursor-pointer { + cursor: pointer; + } + .resize { + resize: both; + } + .resize-none { + resize: none; + } + .grid-cols-1 { + grid-template-columns: repeat(1, minmax(0, 1fr)); + } + .flex-col { + flex-direction: column; + } + .items-center { + align-items: center; + } + .items-start { + align-items: flex-start; + } + .justify-between { + justify-content: space-between; + } + .justify-center { + justify-content: center; + } + .justify-end { + justify-content: flex-end; + } + .gap-\[4px\] { + gap: 4px; + } + .gap-\[5px\] { + gap: 5px; + } + .gap-\[8px\] { + gap: 8px; + } + .gap-\[10px\] { + gap: 10px; + } + .gap-\[12px\] { + gap: 12px; + } + .gap-\[20px\] { + gap: 20px; + } + .gap-\[24px\] { + gap: 24px; + } + .gap-\[30px\] { + gap: 30px; + } + .gap-\[32px\] { + gap: 32px; + } + :where(.space-y-1 > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))); + } + :where(.space-y-4 > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))); + } + :where(.space-y-\[16px\] > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(16px * var(--tw-space-y-reverse)); + margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse))); + } + .overflow-hidden { + overflow: hidden; + } + .overflow-x-auto { + overflow-x: auto; + } + .overflow-y-auto { + overflow-y: auto; + } + .rounded { + border-radius: 0.25rem; + } + .rounded-\[5px\] { + border-radius: 5px; + } + .rounded-\[6px\] { + border-radius: 6px; + } + .rounded-\[8px\] { + border-radius: 8px; + } + .rounded-\[12px\] { + border-radius: 12px; + } + .rounded-\[16px\] { + border-radius: 16px; + } + .rounded-\[25px\] { + border-radius: 25px; + } + .rounded-\[30px\] { + border-radius: 30px; + } + .rounded-\[90px\] { + border-radius: 90px; + } + .rounded-full { + border-radius: calc(infinity * 1px); + } + .rounded-lg { + border-radius: var(--radius-lg); + } + .rounded-md { + border-radius: var(--radius-md); + } + .rounded-xs { + border-radius: var(--radius-xs); + } + .rounded-tl-none { + border-top-left-radius: 0; + } + .rounded-br-none { + border-bottom-right-radius: 0; + } + .rounded-bl-none { + border-bottom-left-radius: 0; + } + .border { + border-style: var(--tw-border-style); + border-width: 1px; + } + .border-2 { + border-style: var(--tw-border-style); + border-width: 2px; + } + .border-\[1px\] { + border-style: var(--tw-border-style); + border-width: 1px; + } + .border-b { + border-bottom-style: var(--tw-border-style); + border-bottom-width: 1px; + } + .\!border-blue-500 { + border-color: var(--color-blue-500) !important; + } + .border-\[\#e0e0e0\] { + border-color: #e0e0e0; + } + .border-\[\#e5e7eb\] { + border-color: #e5e7eb; + } + .border-gray-300 { + border-color: var(--color-gray-300); + } + .border-primary { + border-color: var(--color-primary); + } + .border-transparent { + border-color: transparent; + } + .bg-\[\#222\] { + background-color: #222; + } + .bg-\[\#e0e0e0\] { + background-color: #e0e0e0; + } + .bg-\[\#e21e24\] { + background-color: #e21e24; + } + .bg-\[\#f3f4f6\] { + background-color: #f3f4f6; + } + .bg-\[\#f9f9f9\] { + background-color: #f9f9f9; + } + .bg-\[\#ffffff\] { + background-color: #ffffff; + } + .bg-\[rgba\(0\,0\,0\,0\.5\)\] { + background-color: rgba(0,0,0,0.5); + } + .bg-black { + background-color: var(--color-black); + } + .bg-blue-50 { + background-color: var(--color-blue-50); + } + .bg-blue-500 { + background-color: var(--color-blue-500); + } + .bg-gray-100 { + background-color: var(--color-gray-100); + } + .bg-gray-200 { + background-color: var(--color-gray-200); + } + .bg-gray-500 { + background-color: var(--color-gray-500); + } + .bg-primary { + background-color: var(--color-primary); + } + .bg-white { + background-color: var(--color-white); + } + .object-contain { + -o-object-fit: contain; + object-fit: contain; + } + .object-cover { + -o-object-fit: cover; + object-fit: cover; + } + .p-4 { + padding: calc(var(--spacing) * 4); + } + .p-6 { + padding: calc(var(--spacing) * 6); + } + .p-\[10px\] { + padding: 10px; + } + .p-\[24px\] { + padding: 24px; + } + .p-\[30px\] { + padding: 30px; + } + .px-3 { + padding-inline: calc(var(--spacing) * 3); + } + .px-4 { + padding-inline: calc(var(--spacing) * 4); + } + .px-6 { + padding-inline: calc(var(--spacing) * 6); + } + .px-\[12px\] { + padding-inline: 12px; + } + .px-\[16px\] { + padding-inline: 16px; + } + .px-\[20px\] { + padding-inline: 20px; + } + .px-\[24px\] { + padding-inline: 24px; + } + .px-\[28px\] { + padding-inline: 28px; + } + .py-2 { + padding-block: calc(var(--spacing) * 2); + } + .py-\[8px\] { + padding-block: 8px; + } + .py-\[12px\] { + padding-block: 12px; + } + .pt-\[15px\] { + padding-top: 15px; + } + .pt-\[40px\] { + padding-top: 40px; + } + .pt-\[64px\] { + padding-top: 64px; + } + .pt-\[80px\] { + padding-top: 80px; + } + .pr-\[15px\] { + padding-right: 15px; + } + .text-center { + text-align: center; + } + .text-2xl { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + .text-5xl { + font-size: var(--text-5xl); + line-height: var(--tw-leading, var(--text-5xl--line-height)); + } + .text-lg { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + .text-sm { + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + } + .text-xl { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + } + .text-\[14px\] { + font-size: 14px; + } + .text-\[16px\] { + font-size: 16px; + } + .text-\[18px\] { + font-size: 18px; + } + .text-\[20px\] { + font-size: 20px; + } + .text-\[24px\] { + font-size: 24px; + } + .text-\[32px\] { + font-size: 32px; + } + .text-\[36px\] { + font-size: 36px; + } + .text-\[48px\] { + font-size: 48px; + } + .leading-\[110\%\] { + --tw-leading: 110%; + line-height: 110%; + } + .leading-\[125\%\] { + --tw-leading: 125%; + line-height: 125%; + } + .leading-\[140\%\] { + --tw-leading: 140%; + line-height: 140%; + } + .leading-\[150\%\] { + --tw-leading: 150%; + line-height: 150%; + } + .leading-tight { + --tw-leading: var(--leading-tight); + line-height: var(--leading-tight); + } + .font-\[500\] { + --tw-font-weight: 500; + font-weight: 500; + } + .font-\[600\] { + --tw-font-weight: 600; + font-weight: 600; + } + .font-\[700\] { + --tw-font-weight: 700; + font-weight: 700; + } + .font-bold { + --tw-font-weight: var(--font-weight-bold); + font-weight: var(--font-weight-bold); + } + .font-extrabold { + --tw-font-weight: var(--font-weight-extrabold); + font-weight: var(--font-weight-extrabold); + } + .font-light { + --tw-font-weight: var(--font-weight-light); + font-weight: var(--font-weight-light); + } + .font-medium { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + } + .font-semibold { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + } + .text-\[\#1f2937\] { + color: #1f2937; + } + .text-\[\#6b7280\] { + color: #6b7280; + } + .text-\[\#222\] { + color: #222; + } + .text-\[\#f8f8f8\] { + color: #f8f8f8; + } + .text-blue-600 { + color: var(--color-blue-600); + } + .text-blue-800 { + color: var(--color-blue-800); + } + .text-blue-900 { + color: var(--color-blue-900); + } + .text-gray-500 { + color: var(--color-gray-500); + } + .text-gray-600 { + color: var(--color-gray-600); + } + .text-gray-700 { + color: var(--color-gray-700); + } + .text-gray-800 { + color: var(--color-gray-800); + } + .text-gray-900 { + color: var(--color-gray-900); + } + .text-white { + color: var(--color-white); + } + .uppercase { + text-transform: uppercase; + } + .\!no-underline { + text-decoration-line: none !important; + } + .underline { + text-decoration-line: underline; + } + .\!decoration-transparent { + text-decoration-color: transparent !important; + } + .antialiased { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + .opacity-0 { + opacity: 0%; + } + .opacity-100 { + opacity: 100%; + } + .shadow-2xl { + --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-lg { + --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .filter { + filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); + } + .backdrop-blur-sm { + --tw-backdrop-blur: blur(var(--blur-sm)); + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .backdrop-filter { + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .transition { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-all { + transition-property: all; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-colors { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-opacity { + transition-property: opacity; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-shadow { + transition-property: box-shadow; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-transform { + transition-property: transform, translate, scale, rotate; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .duration-300 { + --tw-duration: 300ms; + transition-duration: 300ms; + } + .duration-\[300ms\] { + --tw-duration: 300ms; + transition-duration: 300ms; + } + @media (hover: hover) { + .hover\:translate-y-\[-1px\]:hover { + --tw-translate-y: -1px; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + } + @media (hover: hover) { + .hover\:bg-blue-600:hover { + background-color: var(--color-blue-600); + } + } + @media (hover: hover) { + .hover\:bg-gray-100:hover { + background-color: var(--color-gray-100); + } + } + @media (hover: hover) { + .hover\:bg-gray-600:hover { + background-color: var(--color-gray-600); + } + } + @media (hover: hover) { + .hover\:text-gray-700:hover { + color: var(--color-gray-700); + } + } + @media (hover: hover) { + .hover\:\!decoration-inherit:hover { + text-decoration-color: inherit !important; + } + } + @media (hover: hover) { + .hover\:shadow-xl:hover { + --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + } + .focus\:ring-2:focus { + --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .focus\:ring-blue-500:focus { + --tw-ring-color: var(--color-blue-500); + } + .focus\:outline-none:focus { + --tw-outline-style: none; + outline-style: none; + } + @media (width < 768px) { + .max-\[768px\]\:mb-\[40px\] { + margin-bottom: 40px; + } + } + @media (width < 768px) { + .max-\[768px\]\:gap-\[20px\] { + gap: 20px; + } + } + @media (width < 768px) { + .max-\[768px\]\:p-\[20px\] { + padding: 20px; + } + } + @media (width < 768px) { + .max-\[768px\]\:pt-\[40px\] { + padding-top: 40px; + } + } + @media (width < 768px) { + .max-\[768px\]\:pt-\[64px\] { + padding-top: 64px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[14px\] { + font-size: 14px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[18px\] { + font-size: 18px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[20px\] { + font-size: 20px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[28px\] { + font-size: 28px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[36px\] { + font-size: 36px; + } + } + @media (width >= 782px) { + .md\:my-6 { + margin-block: calc(var(--spacing) * 6); + } + } + @media (width >= 782px) { + .md\:flex { + display: flex; + } + } + @media (width >= 782px) { + .md\:w-1\/2 { + width: calc(1/2 * 100%); + } + } + @media (width >= 782px) { + .md\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + @media (width >= 782px) { + .md\:text-3xl { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + } + @media (width >= 960px) { + .lg\:-mx-4 { + margin-inline: calc(var(--spacing) * -4); + } + } + @media (width >= 960px) { + .lg\:mx-4 { + margin-inline: calc(var(--spacing) * 4); + } + } + @media (width >= 960px) { + .lg\:mt-0 { + margin-top: calc(var(--spacing) * 0); + } + } + @media (width >= 960px) { + .lg\:block { + display: block; + } + } + @media (width >= 960px) { + .lg\:flex { + display: flex; + } + } + @media (width >= 960px) { + .lg\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + } + @media (width >= 960px) { + .lg\:bg-transparent { + background-color: transparent; + } + } + @media (width >= 960px) { + .lg\:p-0 { + padding: calc(var(--spacing) * 0); + } + } + @media (width >= 960px) { + .lg\:text-5xl { + font-size: var(--text-5xl); + line-height: var(--tw-leading, var(--text-5xl--line-height)); + } + } + @media (width >= 1024px) { + .min-\[1024px\]\:h-\[700px\] { + height: 700px; + } + } + .\[\&\>_img\]\:max-w-none> img { + max-width: none; + } + @media (hover: hover) { + .hover\:\[\&\>img\]\:brightness-150:hover>img { + --tw-brightness: brightness(150%); + filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); + } + } +} +html, body { + font-family: var(--font-family-sans); + color: #222; +} +.red-gradient { + background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%); +} +.dark-gradient { + background: linear-gradient(90deg, #2b2c35 39.42%, #6e7996 92.9%); +} +.grey-gradient { + background: linear-gradient(90deg, #9d9994 39.42%, #c5c5b9 92.9%); +} +.grey-gradient-hover { + background: linear-gradient(90deg, #9d9994 39.42%, #c5c5b9 92.9%); + background-size: 177% 100%; + background-position: 0% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.grey-gradient-hover:hover { + background-position: 39.42% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.red-gradient-hover { + background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%); + background-size: 177% 100%; + background-position: 0% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.red-gradient-hover:hover { + background-position: 39.42% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.dark-gradient-hover { + background: linear-gradient(90deg, #2b2c35 0%, #6e7996 53.48%); + background-size: 177% 100%; + background-position: 0% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.dark-gradient-hover:hover { + background-position: 39.42% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +@font-face { + font-family: 'Gilroy'; + src: local('Gilroy Light'), url(../fonts/Gilroy-Light.eot?8862796bffbd019727b3b4516ada8089?#iefix) format('embedded-opentype'), url(../fonts/Gilroy-Light.woff?9df2f5dbbb9c90a6ede7c1348521d216) format('woff'), url(../fonts/Gilroy-Light.ttf?1b7fff53076b212839677d44fe93ad1c) format('truetype'); + font-weight: 300; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Gilroy'; + src: local('Gilroy Regular'), url(../fonts/Gilroy-Regular.eot?1d051d9d4215c09cbcaa846199555107?#iefix) format('embedded-opentype'), url(../fonts/Gilroy-Regular.woff?31d54a4b841c0e438f130447e373792b) format('woff'), url(../fonts/Gilroy-Regular.ttf?b91b0127c56a8e5f9e83a2a49ba4e315) format('truetype'); + font-weight: 400; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Gilroy'; + src: local('Gilroy Medium'), url(../fonts/Gilroy-Medium.eot?b84941b7bdcce7cbba6db36330079273?#iefix) format('embedded-opentype'), url(../fonts/Gilroy-Medium.woff?2bc7f5d7ea77ee1bddb3d9388913a8d1) format('woff'), url(../fonts/Gilroy-Medium.ttf?f9f832b0ed3f1ab138c962ada983dbcc) format('truetype'); + font-weight: 500; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Gilroy'; + src: local('Gilroy SemiBold'), url(../fonts/Gilroy-SemiBold.eot?8134b9ab378c54626928c6a4e62b63bf?#iefix) format('embedded-opentype'), url(../fonts/Gilroy-SemiBold.woff?e38937dbf8202c1448029851a98cb96a) format('woff'), url(../fonts/Gilroy-SemiBold.ttf?6780292641f883b3dad36614cac8dd5a) format('truetype'); + font-weight: 600; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Gilroy'; + src: local('Gilroy Bold'), url(../fonts/Gilroy-Bold.eot?a732fed1bc6140852a0bcc237f16618e?#iefix) format('embedded-opentype'), url(../fonts/Gilroy-Bold.woff?5fb38b9fa452b5814397d5bcce0d2d5e) format('woff'), url(../fonts/Gilroy-Bold.ttf?b900325e44ec0c673e88af6e02e3b453) format('truetype'); + font-weight: 700; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Gilroy'; + src: local('Gilroy Regular Italic'), url(../fonts/Gilroy-RegularItalic.eot?ddc7f8242457fe9b7fe23ccb97153130?#iefix) format('embedded-opentype'), url(../fonts/Gilroy-RegularItalic.woff?cd8c71a8df152621a239f0df1acb06be) format('woff'), url(../fonts/Gilroy-RegularItalic.ttf?8bbf15be10d36d90b3411e1fc7454c88) format('truetype'); + font-weight: 400; + font-style: italic; + font-display: swap; +} +@layer utilities { + article > *:not(.entry-content), .entry-content > * { + margin-inline: auto; + } + .entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li { + list-style-position: inside; + list-style-type: disc; + } + .entry-content ol li, .block-editor-block-list__layout ol li { + list-style-position: inside; + list-style-type: decimal; + } +} +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentColor); + } +} +@property --tw-translate-x { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-y { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-z { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-scale-x { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-scale-y { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-scale-z { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-rotate-x { + syntax: "*"; + inherits: false; + initial-value: rotateX(0); +} +@property --tw-rotate-y { + syntax: "*"; + inherits: false; + initial-value: rotateY(0); +} +@property --tw-rotate-z { + syntax: "*"; + inherits: false; + initial-value: rotateZ(0); +} +@property --tw-skew-x { + syntax: "*"; + inherits: false; + initial-value: skewX(0); +} +@property --tw-skew-y { + syntax: "*"; + inherits: false; + initial-value: skewY(0); +} +@property --tw-space-y-reverse { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-border-style { + syntax: "*"; + inherits: false; + initial-value: solid; +} +@property --tw-leading { + syntax: "*"; + inherits: false; +} +@property --tw-font-weight { + syntax: "*"; + inherits: false; +} +@property --tw-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-ring-inset { + syntax: "*"; + inherits: false; +} +@property --tw-ring-offset-width { + syntax: ""; + inherits: false; + initial-value: 0px; +} +@property --tw-ring-offset-color { + syntax: "*"; + inherits: false; + initial-value: #fff; +} +@property --tw-ring-offset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-blur { + syntax: "*"; + inherits: false; +} +@property --tw-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-invert { + syntax: "*"; + inherits: false; +} +@property --tw-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-sepia { + syntax: "*"; + inherits: false; +} +@property --tw-drop-shadow { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-blur { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-invert { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-sepia { + syntax: "*"; + inherits: false; +} +@property --tw-duration { + syntax: "*"; + inherits: false; +} + + + diff --git a/css/editor-style.css b/css/editor-style.css index 426ad3b..4ee935b 100644 --- a/css/editor-style.css +++ b/css/editor-style.css @@ -1 +1,1491 @@ -/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-50:oklch(.97 .014 254.604);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-800:oklch(.424 .199 265.638);--color-blue-900:oklch(.379 .146 265.522);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-lg:32rem;--container-2xl:42rem;--text-sm:var(--wp--preset--font-size--sm,.875rem);--text-sm--line-height:1.42857;--text-lg:var(--wp--preset--font-size--lg,1.125rem);--text-lg--line-height:1.55556;--text-xl:var(--wp--preset--font-size--xl,1.25rem);--text-xl--line-height:1.4;--text-2xl:var(--wp--preset--font-size--2xl,1.5rem);--text-2xl--line-height:1.33333;--text-3xl:var(--wp--preset--font-size--3xl,1.875rem);--text-3xl--line-height:1.2;--text-5xl:var(--wp--preset--font-size--5xl,3rem);--text-5xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--leading-tight:1.25;--radius-xs:.125rem;--radius-md:.375rem;--radius-lg:.5rem;--blur-sm:8px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--color-primary:var(--wp--preset--color--primary);--font-family-sans:"Gilroy",ui-sans-serif,system-ui,sans-serif}}@layer base{*,::backdrop,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}::file-selector-button{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:var(--default-font-feature-settings,normal);-webkit-tap-highlight-color:transparent;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-variation-settings:var(--default-font-variation-settings,normal);line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:var(--default-mono-font-feature-settings,normal);font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}button,input,optgroup,select,textarea{font-feature-settings:inherit;background-color:#0000;border-radius:0;color:inherit;font:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}::file-selector-button{font-feature-settings:inherit;background-color:#0000;border-radius:0;color:inherit;font:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{color:color-mix(in oklab,currentColor 50%,transparent);opacity:1}::placeholder{color:color-mix(in oklab,currentColor 50%,transparent);opacity:1}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,::backdrop,:after,:before{border-color:var(--color-gray-200,currentColor)}::file-selector-button{border-color:var(--color-gray-200,currentColor)}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.right-4{right:calc(var(--spacing)*4)}.right-\[-65px\]{right:-65px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-\[-55px\]{bottom:-55px}.left-0{left:calc(var(--spacing)*0)}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[1\]{z-index:1}.container{width:100%}@media (width>=480px){.container{max-width:480px}}@media (width>=600px){.container{max-width:600px}}@media (width>=782px){.container{max-width:782px}}@media (width>=960px){.container{max-width:960px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1440px){.container{max-width:1440px}}.m-8{margin:calc(var(--spacing)*8)}.mx-auto{margin-inline:auto}.my-3{margin-block:calc(var(--spacing)*3)}.my-8{margin-block:calc(var(--spacing)*8)}.my-\[24px\]{margin-block:24px}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-\[10px\]{margin-top:10px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[26px\]{margin-top:26px}.mt-\[40px\]{margin-top:40px}.mt-\[44px\]{margin-top:44px}.mt-\[50px\]{margin-top:50px}.mr-\[8px\]{margin-right:8px}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-\[-120px\]{margin-bottom:-120px}.mb-\[8px\]{margin-bottom:8px}.mb-\[12px\]{margin-bottom:12px}.mb-\[16px\]{margin-bottom:16px}.mb-\[20px\]{margin-bottom:20px}.mb-\[30px\]{margin-bottom:30px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.aspect-video{aspect-ratio:var(--aspect-video)}.h-1{height:calc(var(--spacing)*1)}.h-5{height:calc(var(--spacing)*5)}.h-8{height:calc(var(--spacing)*8)}.h-\[2px\]{height:2px}.h-\[8px\]{height:8px}.h-\[16px\]{height:16px}.h-\[24px\]{height:24px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[60px\]{height:60px}.h-\[75px\]{height:75px}.h-\[440px\]{height:440px}.h-\[575px\]{height:575px}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-\[440px\]{min-height:440px}.min-h-screen{min-height:100vh}.w-5{width:calc(var(--spacing)*5)}.w-8{width:calc(var(--spacing)*8)}.w-16{width:calc(var(--spacing)*16)}.w-\[8px\]{width:8px}.w-\[16px\]{width:16px}.w-\[24px\]{width:24px}.w-\[60px\]{width:60px}.w-\[80px\]{width:80px}.w-\[136px\]{width:136px}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[210px\]{max-width:210px}.max-w-\[281px\]{max-width:281px}.max-w-\[378px\]{max-width:378px}.max-w-\[648px\]{max-width:648px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-lg{max-width:var(--container-lg)}.max-w-sm{max-width:var(--container-sm)}.flex-1{flex:1}.flex-\[2\]{flex:2}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.scale-90{--tw-scale-x:90%;--tw-scale-y:90%;--tw-scale-z:90%}.scale-100,.scale-90{scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-\[4px\]{gap:4px}.gap-\[8px\]{gap:8px}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[19px\]{gap:19px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[30px\]{gap:30px}.gap-\[32px\]{gap:32px}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--spacing)*1*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--spacing)*1*var(--tw-space-y-reverse))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--spacing)*4*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--spacing)*4*var(--tw-space-y-reverse))}:where(.space-y-\[16px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(16px*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(16px*var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[25px\]{border-radius:25px}.rounded-\[30px\]{border-radius:30px}.rounded-\[35px\]{border-radius:35px}.rounded-\[90px\]{border-radius:90px}.rounded-\[1111px\]{border-radius:1111px}.rounded-full{border-radius:3.40282e+38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-tl-none{border-top-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-bl-none{border-bottom-left-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\!border-blue-500{border-color:var(--color-blue-500)!important}.border-\[\#dedede\]{border-color:#dedede}.border-\[\#e0e0e0\]{border-color:#e0e0e0}.border-gray-300{border-color:var(--color-gray-300)}.border-primary{border-color:var(--color-primary)}.border-transparent{border-color:#0000}.bg-\[\#222\]{background-color:#222}.bg-\[\#e0e0e0\]{background-color:#e0e0e0}.bg-\[\#e21e24\]{background-color:#e21e24}.bg-\[\#f9f9f9\]{background-color:#f9f9f9}.bg-\[rgba\(0\,0\,0\,0\.5\)\]{background-color:#00000080}.bg-black{background-color:var(--color-black)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-primary{background-color:var(--color-primary)}.bg-white{background-color:var(--color-white)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-\[10px\]{padding:10px}.p-\[24px\]{padding:24px}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-\[12px\]{padding-inline:12px}.px-\[20px\]{padding-inline:20px}.px-\[24px\]{padding-inline:24px}.px-\[25px\]{padding-inline:25px}.px-\[28px\]{padding-inline:28px}.py-2{padding-block:calc(var(--spacing)*2)}.py-\[8px\]{padding-block:8px}.py-\[10px\]{padding-block:10px}.py-\[12px\]{padding-block:12px}.pt-\[15px\]{padding-top:15px}.pt-\[40px\]{padding-top:40px}.pt-\[65px\]{padding-top:65px}.pt-\[90px\]{padding-top:90px}.pt-\[120px\]{padding-top:120px}.pr-\[15px\]{padding-right:15px}.pb-\[40px\]{padding-bottom:40px}.pb-\[89px\]{padding-bottom:89px}.pl-\[45px\]{padding-left:45px}.pl-\[62px\]{padding-left:62px}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[45px\]{font-size:45px}.text-\[48px\]{font-size:48px}.leading-\[110\%\]{--tw-leading:110%;line-height:110%}.leading-\[125\%\]{--tw-leading:125%;line-height:125%}.leading-\[130\%\]{--tw-leading:130%;line-height:130%}.leading-\[137\%\]{--tw-leading:137%;line-height:137%}.leading-\[140\%\]{--tw-leading:140%;line-height:140%}.leading-\[165\%\]{--tw-leading:165%;line-height:165%}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[\#3f3f3f\]{color:#3f3f3f}.text-\[\#222\]{color:#222}.text-\[\#565656\]{color:#565656}.text-\[\#828282\]{color:#828282}.text-\[\#f8f8f8\]{color:#f8f8f8}.text-blue-600{color:var(--color-blue-600)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.\!no-underline{text-decoration-line:none!important}.underline{text-decoration-line:underline}.\!decoration-transparent{text-decoration-color:#0000!important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm))}.backdrop-blur-sm,.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-all{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-colors{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-opacity{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-shadow{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.transition-transform{transition-duration:var(--tw-duration,var(--default-transition-duration));transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))}.duration-300,.duration-\[300ms\]{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.hover\:translate-y-\[-1px\]:hover{--tw-translate-y:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:bg-\[rgba\(0\,0\,0\,0\.1\)\]:hover{background-color:#0000001a}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:text-\[\#f62322\]:hover{color:#f62322}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:\!decoration-inherit:hover{text-decoration-color:inherit!important}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentColor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (width<1200px){.max-\[1200px\]\:mb-\[20px\]{margin-bottom:20px}.max-\[1200px\]\:block{display:block}.max-\[1200px\]\:hidden{display:none}.max-\[1200px\]\:h-\[600px\]{height:600px}.max-\[1200px\]\:max-w-\[640px\]{max-width:640px}.max-\[1200px\]\:p-0{padding:calc(var(--spacing)*0)}}@media (width<768px){.max-\[768px\]\:max-w-\[240px\]{max-width:240px}.max-\[768px\]\:max-w-\[340px\]{max-width:340px}.max-\[768px\]\:rounded-\[20px\]{border-radius:20px}.max-\[768px\]\:pt-\[30px\]{padding-top:30px}.max-\[768px\]\:pt-\[35px\]{padding-top:35px}.max-\[768px\]\:pt-\[70px\]{padding-top:70px}.max-\[768px\]\:pl-\[30px\]{padding-left:30px}.max-\[768px\]\:text-\[15px\]{font-size:15px}.max-\[768px\]\:text-\[19px\]{font-size:19px}.max-\[768px\]\:text-\[24px\]{font-size:24px}.max-\[768px\]\:text-\[28px\]{font-size:28px}}@media (width>=782px){.md\:my-6{margin-block:calc(var(--spacing)*6)}.md\:flex{display:flex}.md\:w-1\/2{width:50%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}}@media (width>=960px){.lg\:-mx-4{margin-inline:calc(var(--spacing)*-4)}.lg\:mx-4{margin-inline:calc(var(--spacing)*4)}.lg\:mt-0{margin-top:calc(var(--spacing)*0)}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:bg-transparent{background-color:#0000}.lg\:p-0{padding:calc(var(--spacing)*0)}.lg\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}.\[\&\>_img\]\:max-w-none>img{max-width:none}@media (hover:hover){.hover\:\[\&\>img\]\:brightness-150:hover>img{--tw-brightness:brightness(150%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}}body,html{color:#222;font-family:var(--font-family-sans)}.red-gradient{background:linear-gradient(90deg,#e21e24 39.42%,#ff2f35 92.9%)}.dark-gradient{background:linear-gradient(90deg,#2b2c35 39.42%,#6e7996 92.9%)}.grey-gradient{background:linear-gradient(90deg,#9d9994 39.42%,#c5c5b9 92.9%)}.grey-gradient-hover{background:linear-gradient(90deg,#9d9994 39.42%,#c5c5b9 92.9%) 0 0/177% 100%}.grey-gradient-hover,.grey-gradient-hover:hover{transition:background-position .18s cubic-bezier(.4,0,.2,1)}.grey-gradient-hover:hover{background-position:39.42% 0}.red-gradient-hover{background:linear-gradient(90deg,#e21e24 39.42%,#ff2f35 92.9%) 0 0/177% 100%}.red-gradient-hover,.red-gradient-hover:hover{transition:background-position .18s cubic-bezier(.4,0,.2,1)}.red-gradient-hover:hover{background-position:39.42% 0}.dark-gradient-hover{background:linear-gradient(90deg,#2b2c35,#6e7996 53.48%) 0 0/177% 100%}.dark-gradient-hover,.dark-gradient-hover:hover{transition:background-position .18s cubic-bezier(.4,0,.2,1)}.dark-gradient-hover:hover{background-position:39.42% 0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0} +/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */ +@layer theme, base, components, utilities; +@layer theme { + :root, :host { + --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; + --color-blue-50: oklch(0.97 0.014 254.604); + --color-blue-500: oklch(0.623 0.214 259.815); + --color-blue-600: oklch(0.546 0.245 262.881); + --color-blue-800: oklch(0.424 0.199 265.638); + --color-blue-900: oklch(0.379 0.146 265.522); + --color-gray-100: oklch(0.967 0.003 264.542); + --color-gray-200: oklch(0.928 0.006 264.531); + --color-gray-300: oklch(0.872 0.01 258.338); + --color-gray-500: oklch(0.551 0.027 264.364); + --color-gray-600: oklch(0.446 0.03 256.802); + --color-gray-700: oklch(0.373 0.034 259.733); + --color-gray-800: oklch(0.278 0.033 256.848); + --color-gray-900: oklch(0.21 0.034 264.665); + --color-black: #000; + --color-white: #fff; + --spacing: 0.25rem; + --container-sm: 24rem; + --container-lg: 32rem; + --container-2xl: 42rem; + --text-sm: var(--wp--preset--font-size--sm, 0.875rem); + --text-sm--line-height: calc(1.25 / 0.875); + --text-lg: var(--wp--preset--font-size--lg, 1.125rem); + --text-lg--line-height: calc(1.75 / 1.125); + --text-xl: var(--wp--preset--font-size--xl, 1.25rem); + --text-xl--line-height: calc(1.75 / 1.25); + --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem); + --text-2xl--line-height: calc(2 / 1.5); + --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem); + --text-3xl--line-height: calc(2.25 / 1.875); + --text-5xl: var(--wp--preset--font-size--5xl, 3rem); + --text-5xl--line-height: 1; + --font-weight-light: 300; + --font-weight-medium: 500; + --font-weight-semibold: 600; + --font-weight-bold: 700; + --font-weight-extrabold: 800; + --leading-tight: 1.25; + --radius-xs: 0.125rem; + --radius-md: 0.375rem; + --radius-lg: 0.5rem; + --blur-sm: 8px; + --aspect-video: 16 / 9; + --default-transition-duration: 150ms; + --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + --default-font-family: var(--font-sans); + --default-font-feature-settings: var(--font-sans--font-feature-settings); + --default-font-variation-settings: var( + --font-sans--font-variation-settings + ); + --default-mono-font-family: var(--font-mono); + --default-mono-font-feature-settings: var( + --font-mono--font-feature-settings + ); + --default-mono-font-variation-settings: var( + --font-mono--font-variation-settings + ); + --color-primary: var(--wp--preset--color--primary); + --font-family-sans: 'Gilroy', ui-sans-serif, system-ui, sans-serif; + } +} +@layer base { + *, ::after, ::before, ::backdrop, ::file-selector-button { + box-sizing: border-box; + margin: 0; + padding: 0; + border: 0 solid; + } + html, :host { + line-height: 1.5; + -webkit-text-size-adjust: 100%; + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ); + font-feature-settings: var(--default-font-feature-settings, normal); + font-variation-settings: var( --default-font-variation-settings, normal ); + -webkit-tap-highlight-color: transparent; + } + body { + 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; + -webkit-text-decoration: inherit; + text-decoration: inherit; + } + b, strong { + font-weight: bolder; + } + code, kbd, samp, pre { + font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ); + font-feature-settings: var( --default-mono-font-feature-settings, normal ); + font-variation-settings: var( --default-mono-font-variation-settings, normal ); + font-size: 1em; + } + small { + font-size: 80%; + } + sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + } + sub { + bottom: -0.25em; + } + sup { + top: -0.5em; + } + table { + text-indent: 0; + border-color: inherit; + border-collapse: collapse; + } + :-moz-focusring { + outline: auto; + } + progress { + vertical-align: baseline; + } + summary { + display: list-item; + } + ol, ul, menu { + list-style: none; + } + img, svg, video, canvas, audio, iframe, embed, object { + display: block; + vertical-align: middle; + } + img, video { + max-width: 100%; + height: auto; + } + button, input, select, optgroup, textarea, ::file-selector-button { + font: inherit; + font-feature-settings: inherit; + font-variation-settings: inherit; + letter-spacing: inherit; + color: inherit; + border-radius: 0; + background-color: transparent; + opacity: 1; + } + :where(select:is([multiple], [size])) optgroup { + font-weight: bolder; + } + :where(select:is([multiple], [size])) optgroup option { + padding-inline-start: 20px; + } + ::file-selector-button { + margin-inline-end: 4px; + } + ::-moz-placeholder { + opacity: 1; + color: color-mix(in oklab, currentColor 50%, transparent); + } + ::placeholder { + opacity: 1; + color: color-mix(in oklab, currentColor 50%, transparent); + } + textarea { + resize: vertical; + } + ::-webkit-search-decoration { + -webkit-appearance: none; + } + ::-webkit-date-and-time-value { + min-height: 1lh; + text-align: inherit; + } + ::-webkit-datetime-edit { + display: inline-flex; + } + ::-webkit-datetime-edit-fields-wrapper { + padding: 0; + } + ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { + padding-block: 0; + } + :-moz-ui-invalid { + box-shadow: none; + } + button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { + -webkit-appearance: button; + -moz-appearance: button; + appearance: button; + } + ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { + height: auto; + } + [hidden]:where(:not([hidden="until-found"])) { + display: none !important; + } +} +@layer utilities { + .pointer-events-auto { + pointer-events: auto; + } + .pointer-events-none { + pointer-events: none; + } + .invisible { + visibility: hidden; + } + .visible { + visibility: visible; + } + .absolute { + position: absolute; + } + .fixed { + position: fixed; + } + .relative { + position: relative; + } + .inset-0 { + inset: calc(var(--spacing) * 0); + } + .top-1\/2 { + top: calc(1/2 * 100%); + } + .top-4 { + top: calc(var(--spacing) * 4); + } + .right-4 { + right: calc(var(--spacing) * 4); + } + .bottom-0 { + bottom: calc(var(--spacing) * 0); + } + .left-0 { + left: calc(var(--spacing) * 0); + } + .left-1\/2 { + left: calc(1/2 * 100%); + } + .z-10 { + z-index: 10; + } + .z-50 { + z-index: 50; + } + .z-\[1\] { + z-index: 1; + } + .container { + width: 100%; + } + @media (width >= 480px) { + .container { + max-width: 480px; + } + } + @media (width >= 600px) { + .container { + max-width: 600px; + } + } + @media (width >= 782px) { + .container { + max-width: 782px; + } + } + @media (width >= 960px) { + .container { + max-width: 960px; + } + } + @media (width >= 1280px) { + .container { + max-width: 1280px; + } + } + @media (width >= 1440px) { + .container { + max-width: 1440px; + } + } + .m-8 { + margin: calc(var(--spacing) * 8); + } + .mx-auto { + margin-inline: auto; + } + .my-3 { + margin-block: calc(var(--spacing) * 3); + } + .my-8 { + margin-block: calc(var(--spacing) * 8); + } + .my-\[24px\] { + margin-block: 24px; + } + .mt-4 { + margin-top: calc(var(--spacing) * 4); + } + .mt-6 { + margin-top: calc(var(--spacing) * 6); + } + .mt-\[10px\] { + margin-top: 10px; + } + .mt-\[20px\] { + margin-top: 20px; + } + .mt-\[24px\] { + margin-top: 24px; + } + .mt-\[26px\] { + margin-top: 26px; + } + .mt-\[40px\] { + margin-top: 40px; + } + .mt-\[44px\] { + margin-top: 44px; + } + .mt-\[50px\] { + margin-top: 50px; + } + .mr-\[8px\] { + margin-right: 8px; + } + .mb-1 { + margin-bottom: calc(var(--spacing) * 1); + } + .mb-2 { + margin-bottom: calc(var(--spacing) * 2); + } + .mb-4 { + margin-bottom: calc(var(--spacing) * 4); + } + .mb-8 { + margin-bottom: calc(var(--spacing) * 8); + } + .mb-\[8px\] { + margin-bottom: 8px; + } + .mb-\[12px\] { + margin-bottom: 12px; + } + .mb-\[16px\] { + margin-bottom: 16px; + } + .mb-\[20px\] { + margin-bottom: 20px; + } + .mb-\[30px\] { + margin-bottom: 30px; + } + .mb-\[60px\] { + margin-bottom: 60px; + } + .block { + display: block; + } + .flex { + display: flex; + } + .grid { + display: grid; + } + .hidden { + display: none; + } + .inline-block { + display: inline-block; + } + .aspect-video { + aspect-ratio: var(--aspect-video); + } + .h-1 { + height: calc(var(--spacing) * 1); + } + .h-5 { + height: calc(var(--spacing) * 5); + } + .h-8 { + height: calc(var(--spacing) * 8); + } + .h-\[2px\] { + height: 2px; + } + .h-\[8px\] { + height: 8px; + } + .h-\[16px\] { + height: 16px; + } + .h-\[24px\] { + height: 24px; + } + .h-\[44px\] { + height: 44px; + } + .h-\[45px\] { + height: 45px; + } + .h-\[60px\] { + height: 60px; + } + .h-\[75px\] { + height: 75px; + } + .h-\[80px\] { + height: 80px; + } + .h-\[200px\] { + height: 200px; + } + .h-\[440px\] { + height: 440px; + } + .h-\[500px\] { + height: 500px; + } + .h-\[575px\] { + height: 575px; + } + .h-full { + height: 100%; + } + .max-h-\[90vh\] { + max-height: 90vh; + } + .min-h-\[440px\] { + min-height: 440px; + } + .min-h-screen { + min-height: 100vh; + } + .w-5 { + width: calc(var(--spacing) * 5); + } + .w-8 { + width: calc(var(--spacing) * 8); + } + .w-16 { + width: calc(var(--spacing) * 16); + } + .w-\[8px\] { + width: 8px; + } + .w-\[16px\] { + width: 16px; + } + .w-\[24px\] { + width: 24px; + } + .w-\[60px\] { + width: 60px; + } + .w-\[80px\] { + width: 80px; + } + .w-\[136px\] { + width: 136px; + } + .w-full { + width: 100%; + } + .max-w-2xl { + max-width: var(--container-2xl); + } + .max-w-\[210px\] { + max-width: 210px; + } + .max-w-\[281px\] { + max-width: 281px; + } + .max-w-\[380px\] { + max-width: 380px; + } + .max-w-\[449px\] { + max-width: 449px; + } + .max-w-\[648px\] { + max-width: 648px; + } + .max-w-lg { + max-width: var(--container-lg); + } + .max-w-sm { + max-width: var(--container-sm); + } + .flex-1 { + flex: 1; + } + .flex-\[2\] { + flex: 2; + } + .flex-shrink-0 { + flex-shrink: 0; + } + .flex-grow { + flex-grow: 1; + } + .grow { + flex-grow: 1; + } + .translate-x-\[-50\%\] { + --tw-translate-x: -50%; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .translate-y-\[-50\%\] { + --tw-translate-y: -50%; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .scale-90 { + --tw-scale-x: 90%; + --tw-scale-y: 90%; + --tw-scale-z: 90%; + scale: var(--tw-scale-x) var(--tw-scale-y); + } + .scale-100 { + --tw-scale-x: 100%; + --tw-scale-y: 100%; + --tw-scale-z: 100%; + scale: var(--tw-scale-x) var(--tw-scale-y); + } + .transform { + transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y); + } + .cursor-pointer { + cursor: pointer; + } + .resize { + resize: both; + } + .resize-none { + resize: none; + } + .grid-cols-1 { + grid-template-columns: repeat(1, minmax(0, 1fr)); + } + .flex-col { + flex-direction: column; + } + .items-center { + align-items: center; + } + .items-start { + align-items: flex-start; + } + .justify-between { + justify-content: space-between; + } + .justify-center { + justify-content: center; + } + .justify-end { + justify-content: flex-end; + } + .gap-\[4px\] { + gap: 4px; + } + .gap-\[5px\] { + gap: 5px; + } + .gap-\[8px\] { + gap: 8px; + } + .gap-\[10px\] { + gap: 10px; + } + .gap-\[12px\] { + gap: 12px; + } + .gap-\[20px\] { + gap: 20px; + } + .gap-\[24px\] { + gap: 24px; + } + .gap-\[30px\] { + gap: 30px; + } + .gap-\[32px\] { + gap: 32px; + } + :where(.space-y-1 > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))); + } + :where(.space-y-4 > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))); + } + :where(.space-y-\[16px\] > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(16px * var(--tw-space-y-reverse)); + margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse))); + } + .overflow-hidden { + overflow: hidden; + } + .overflow-x-auto { + overflow-x: auto; + } + .overflow-y-auto { + overflow-y: auto; + } + .rounded { + border-radius: 0.25rem; + } + .rounded-\[5px\] { + border-radius: 5px; + } + .rounded-\[6px\] { + border-radius: 6px; + } + .rounded-\[8px\] { + border-radius: 8px; + } + .rounded-\[12px\] { + border-radius: 12px; + } + .rounded-\[16px\] { + border-radius: 16px; + } + .rounded-\[25px\] { + border-radius: 25px; + } + .rounded-\[30px\] { + border-radius: 30px; + } + .rounded-\[90px\] { + border-radius: 90px; + } + .rounded-full { + border-radius: calc(infinity * 1px); + } + .rounded-lg { + border-radius: var(--radius-lg); + } + .rounded-md { + border-radius: var(--radius-md); + } + .rounded-xs { + border-radius: var(--radius-xs); + } + .rounded-tl-none { + border-top-left-radius: 0; + } + .rounded-br-none { + border-bottom-right-radius: 0; + } + .rounded-bl-none { + border-bottom-left-radius: 0; + } + .border { + border-style: var(--tw-border-style); + border-width: 1px; + } + .border-2 { + border-style: var(--tw-border-style); + border-width: 2px; + } + .border-\[1px\] { + border-style: var(--tw-border-style); + border-width: 1px; + } + .border-b { + border-bottom-style: var(--tw-border-style); + border-bottom-width: 1px; + } + .\!border-blue-500 { + border-color: var(--color-blue-500) !important; + } + .border-\[\#e0e0e0\] { + border-color: #e0e0e0; + } + .border-\[\#e5e7eb\] { + border-color: #e5e7eb; + } + .border-gray-300 { + border-color: var(--color-gray-300); + } + .border-primary { + border-color: var(--color-primary); + } + .border-transparent { + border-color: transparent; + } + .bg-\[\#222\] { + background-color: #222; + } + .bg-\[\#e0e0e0\] { + background-color: #e0e0e0; + } + .bg-\[\#e21e24\] { + background-color: #e21e24; + } + .bg-\[\#f3f4f6\] { + background-color: #f3f4f6; + } + .bg-\[\#f9f9f9\] { + background-color: #f9f9f9; + } + .bg-\[\#ffffff\] { + background-color: #ffffff; + } + .bg-\[rgba\(0\,0\,0\,0\.5\)\] { + background-color: rgba(0,0,0,0.5); + } + .bg-black { + background-color: var(--color-black); + } + .bg-blue-50 { + background-color: var(--color-blue-50); + } + .bg-blue-500 { + background-color: var(--color-blue-500); + } + .bg-gray-100 { + background-color: var(--color-gray-100); + } + .bg-gray-200 { + background-color: var(--color-gray-200); + } + .bg-gray-500 { + background-color: var(--color-gray-500); + } + .bg-primary { + background-color: var(--color-primary); + } + .bg-white { + background-color: var(--color-white); + } + .object-contain { + -o-object-fit: contain; + object-fit: contain; + } + .object-cover { + -o-object-fit: cover; + object-fit: cover; + } + .p-4 { + padding: calc(var(--spacing) * 4); + } + .p-6 { + padding: calc(var(--spacing) * 6); + } + .p-\[10px\] { + padding: 10px; + } + .p-\[24px\] { + padding: 24px; + } + .p-\[30px\] { + padding: 30px; + } + .px-3 { + padding-inline: calc(var(--spacing) * 3); + } + .px-4 { + padding-inline: calc(var(--spacing) * 4); + } + .px-6 { + padding-inline: calc(var(--spacing) * 6); + } + .px-\[12px\] { + padding-inline: 12px; + } + .px-\[16px\] { + padding-inline: 16px; + } + .px-\[20px\] { + padding-inline: 20px; + } + .px-\[24px\] { + padding-inline: 24px; + } + .px-\[28px\] { + padding-inline: 28px; + } + .py-2 { + padding-block: calc(var(--spacing) * 2); + } + .py-\[8px\] { + padding-block: 8px; + } + .py-\[12px\] { + padding-block: 12px; + } + .pt-\[15px\] { + padding-top: 15px; + } + .pt-\[40px\] { + padding-top: 40px; + } + .pt-\[64px\] { + padding-top: 64px; + } + .pt-\[80px\] { + padding-top: 80px; + } + .pr-\[15px\] { + padding-right: 15px; + } + .text-center { + text-align: center; + } + .text-2xl { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + .text-5xl { + font-size: var(--text-5xl); + line-height: var(--tw-leading, var(--text-5xl--line-height)); + } + .text-lg { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + .text-sm { + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + } + .text-xl { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + } + .text-\[14px\] { + font-size: 14px; + } + .text-\[16px\] { + font-size: 16px; + } + .text-\[18px\] { + font-size: 18px; + } + .text-\[20px\] { + font-size: 20px; + } + .text-\[24px\] { + font-size: 24px; + } + .text-\[32px\] { + font-size: 32px; + } + .text-\[36px\] { + font-size: 36px; + } + .text-\[48px\] { + font-size: 48px; + } + .leading-\[110\%\] { + --tw-leading: 110%; + line-height: 110%; + } + .leading-\[125\%\] { + --tw-leading: 125%; + line-height: 125%; + } + .leading-\[140\%\] { + --tw-leading: 140%; + line-height: 140%; + } + .leading-\[150\%\] { + --tw-leading: 150%; + line-height: 150%; + } + .leading-tight { + --tw-leading: var(--leading-tight); + line-height: var(--leading-tight); + } + .font-\[500\] { + --tw-font-weight: 500; + font-weight: 500; + } + .font-\[600\] { + --tw-font-weight: 600; + font-weight: 600; + } + .font-\[700\] { + --tw-font-weight: 700; + font-weight: 700; + } + .font-bold { + --tw-font-weight: var(--font-weight-bold); + font-weight: var(--font-weight-bold); + } + .font-extrabold { + --tw-font-weight: var(--font-weight-extrabold); + font-weight: var(--font-weight-extrabold); + } + .font-light { + --tw-font-weight: var(--font-weight-light); + font-weight: var(--font-weight-light); + } + .font-medium { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + } + .font-semibold { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + } + .text-\[\#1f2937\] { + color: #1f2937; + } + .text-\[\#6b7280\] { + color: #6b7280; + } + .text-\[\#222\] { + color: #222; + } + .text-\[\#f8f8f8\] { + color: #f8f8f8; + } + .text-blue-600 { + color: var(--color-blue-600); + } + .text-blue-800 { + color: var(--color-blue-800); + } + .text-blue-900 { + color: var(--color-blue-900); + } + .text-gray-500 { + color: var(--color-gray-500); + } + .text-gray-600 { + color: var(--color-gray-600); + } + .text-gray-700 { + color: var(--color-gray-700); + } + .text-gray-800 { + color: var(--color-gray-800); + } + .text-gray-900 { + color: var(--color-gray-900); + } + .text-white { + color: var(--color-white); + } + .uppercase { + text-transform: uppercase; + } + .\!no-underline { + text-decoration-line: none !important; + } + .underline { + text-decoration-line: underline; + } + .\!decoration-transparent { + text-decoration-color: transparent !important; + } + .antialiased { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + .opacity-0 { + opacity: 0%; + } + .opacity-100 { + opacity: 100%; + } + .shadow-2xl { + --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-lg { + --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .filter { + filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); + } + .backdrop-blur-sm { + --tw-backdrop-blur: blur(var(--blur-sm)); + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .backdrop-filter { + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .transition { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-all { + transition-property: all; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-colors { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-opacity { + transition-property: opacity; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-shadow { + transition-property: box-shadow; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-transform { + transition-property: transform, translate, scale, rotate; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .duration-300 { + --tw-duration: 300ms; + transition-duration: 300ms; + } + .duration-\[300ms\] { + --tw-duration: 300ms; + transition-duration: 300ms; + } + @media (hover: hover) { + .hover\:translate-y-\[-1px\]:hover { + --tw-translate-y: -1px; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + } + @media (hover: hover) { + .hover\:bg-blue-600:hover { + background-color: var(--color-blue-600); + } + } + @media (hover: hover) { + .hover\:bg-gray-100:hover { + background-color: var(--color-gray-100); + } + } + @media (hover: hover) { + .hover\:bg-gray-600:hover { + background-color: var(--color-gray-600); + } + } + @media (hover: hover) { + .hover\:text-gray-700:hover { + color: var(--color-gray-700); + } + } + @media (hover: hover) { + .hover\:\!decoration-inherit:hover { + text-decoration-color: inherit !important; + } + } + @media (hover: hover) { + .hover\:shadow-xl:hover { + --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + } + .focus\:ring-2:focus { + --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .focus\:ring-blue-500:focus { + --tw-ring-color: var(--color-blue-500); + } + .focus\:outline-none:focus { + --tw-outline-style: none; + outline-style: none; + } + @media (width < 768px) { + .max-\[768px\]\:mb-\[40px\] { + margin-bottom: 40px; + } + } + @media (width < 768px) { + .max-\[768px\]\:gap-\[20px\] { + gap: 20px; + } + } + @media (width < 768px) { + .max-\[768px\]\:p-\[20px\] { + padding: 20px; + } + } + @media (width < 768px) { + .max-\[768px\]\:pt-\[40px\] { + padding-top: 40px; + } + } + @media (width < 768px) { + .max-\[768px\]\:pt-\[64px\] { + padding-top: 64px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[14px\] { + font-size: 14px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[18px\] { + font-size: 18px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[20px\] { + font-size: 20px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[28px\] { + font-size: 28px; + } + } + @media (width < 768px) { + .max-\[768px\]\:text-\[36px\] { + font-size: 36px; + } + } + @media (width >= 782px) { + .md\:my-6 { + margin-block: calc(var(--spacing) * 6); + } + } + @media (width >= 782px) { + .md\:flex { + display: flex; + } + } + @media (width >= 782px) { + .md\:w-1\/2 { + width: calc(1/2 * 100%); + } + } + @media (width >= 782px) { + .md\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + @media (width >= 782px) { + .md\:text-3xl { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + } + @media (width >= 960px) { + .lg\:-mx-4 { + margin-inline: calc(var(--spacing) * -4); + } + } + @media (width >= 960px) { + .lg\:mx-4 { + margin-inline: calc(var(--spacing) * 4); + } + } + @media (width >= 960px) { + .lg\:mt-0 { + margin-top: calc(var(--spacing) * 0); + } + } + @media (width >= 960px) { + .lg\:block { + display: block; + } + } + @media (width >= 960px) { + .lg\:flex { + display: flex; + } + } + @media (width >= 960px) { + .lg\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + } + @media (width >= 960px) { + .lg\:bg-transparent { + background-color: transparent; + } + } + @media (width >= 960px) { + .lg\:p-0 { + padding: calc(var(--spacing) * 0); + } + } + @media (width >= 960px) { + .lg\:text-5xl { + font-size: var(--text-5xl); + line-height: var(--tw-leading, var(--text-5xl--line-height)); + } + } + @media (width >= 1024px) { + .min-\[1024px\]\:h-\[700px\] { + height: 700px; + } + } + .\[\&\>_img\]\:max-w-none> img { + max-width: none; + } + @media (hover: hover) { + .hover\:\[\&\>img\]\:brightness-150:hover>img { + --tw-brightness: brightness(150%); + filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); + } + } +} +html, body { + font-family: var(--font-family-sans); + color: #222; +} +.red-gradient { + background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%); +} +.dark-gradient { + background: linear-gradient(90deg, #2b2c35 39.42%, #6e7996 92.9%); +} +.grey-gradient { + background: linear-gradient(90deg, #9d9994 39.42%, #c5c5b9 92.9%); +} +.grey-gradient-hover { + background: linear-gradient(90deg, #9d9994 39.42%, #c5c5b9 92.9%); + background-size: 177% 100%; + background-position: 0% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.grey-gradient-hover:hover { + background-position: 39.42% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.red-gradient-hover { + background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%); + background-size: 177% 100%; + background-position: 0% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.red-gradient-hover:hover { + background-position: 39.42% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.dark-gradient-hover { + background: linear-gradient(90deg, #2b2c35 0%, #6e7996 53.48%); + background-size: 177% 100%; + background-position: 0% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +.dark-gradient-hover:hover { + background-position: 39.42% 0; + transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1); +} +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentColor); + } +} +@property --tw-translate-x { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-y { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-z { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-scale-x { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-scale-y { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-scale-z { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-rotate-x { + syntax: "*"; + inherits: false; + initial-value: rotateX(0); +} +@property --tw-rotate-y { + syntax: "*"; + inherits: false; + initial-value: rotateY(0); +} +@property --tw-rotate-z { + syntax: "*"; + inherits: false; + initial-value: rotateZ(0); +} +@property --tw-skew-x { + syntax: "*"; + inherits: false; + initial-value: skewX(0); +} +@property --tw-skew-y { + syntax: "*"; + inherits: false; + initial-value: skewY(0); +} +@property --tw-space-y-reverse { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-border-style { + syntax: "*"; + inherits: false; + initial-value: solid; +} +@property --tw-leading { + syntax: "*"; + inherits: false; +} +@property --tw-font-weight { + syntax: "*"; + inherits: false; +} +@property --tw-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-ring-inset { + syntax: "*"; + inherits: false; +} +@property --tw-ring-offset-width { + syntax: ""; + inherits: false; + initial-value: 0px; +} +@property --tw-ring-offset-color { + syntax: "*"; + inherits: false; + initial-value: #fff; +} +@property --tw-ring-offset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-blur { + syntax: "*"; + inherits: false; +} +@property --tw-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-invert { + syntax: "*"; + inherits: false; +} +@property --tw-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-sepia { + syntax: "*"; + inherits: false; +} +@property --tw-drop-shadow { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-blur { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-invert { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-sepia { + syntax: "*"; + inherits: false; +} +@property --tw-duration { + syntax: "*"; + inherits: false; +} + + diff --git a/functions.php b/functions.php index 94def4e..4b79cba 100644 --- a/functions.php +++ b/functions.php @@ -142,13 +142,10 @@ function enqueue_swiper_assets() { ); } -// Frontend add_action('wp_enqueue_scripts', 'enqueue_swiper_assets'); -// Admin area add_action('admin_enqueue_scripts', 'enqueue_swiper_assets'); -// Block Editor add_action('enqueue_block_editor_assets', 'enqueue_swiper_assets'); function display_icon($field_name) @@ -160,4 +157,12 @@ function display_icon($field_name) } } -//test \ No newline at end of file +function wider_language_cols() { + echo ''; +} +add_action('admin_head', 'wider_language_cols'); \ No newline at end of file diff --git a/js/app.js b/js/app.js index b539930..ae9b596 100644 --- a/js/app.js +++ b/js/app.js @@ -1 +1,191 @@ -(()=>{var e,r={547:()=>{},566:()=>{},988:()=>{window.addEventListener("load",(function(){var e=document.querySelector("#primary-menu");document.querySelector("#primary-menu-toggle").addEventListener("click",(function(r){r.preventDefault(),e.classList.toggle("hidden")}))}))}},t={};function n(e){var o=t[e];if(void 0!==o)return o.exports;var i=t[e]={exports:{}};return r[e](i,i.exports,n),i.exports}n.m=r,e=[],n.O=(r,t,o,i)=>{if(!t){var a=1/0;for(u=0;u=i)&&Object.keys(n.O).every((e=>n.O[e](t[s])))?t.splice(s--,1):(l=!1,i0&&e[u-1][2]>i;u--)e[u]=e[u-1];e[u]=[t,o,i]},n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),(()=>{var e={847:0,992:0,252:0};n.O.j=r=>0===e[r];var r=(r,t)=>{var o,i,[a,l,s]=t,v=0;if(a.some((r=>0!==e[r]))){for(o in l)n.o(l,o)&&(n.m[o]=l[o]);if(s)var u=s(n)}for(r&&r(t);vn(988))),n.O(void 0,[992,252],(()=>n(547)));var o=n.O(void 0,[992,252],(()=>n(566)));o=n.O(o)})(); \ No newline at end of file +/******/ (() => { // webpackBootstrap +/******/ var __webpack_modules__ = ({ + +/***/ "./resources/css/app.css": +/*!*******************************!*\ + !*** ./resources/css/app.css ***! + \*******************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +// extracted by mini-css-extract-plugin + + +/***/ }), + +/***/ "./resources/css/editor-style.css": +/*!****************************************!*\ + !*** ./resources/css/editor-style.css ***! + \****************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +// extracted by mini-css-extract-plugin + + +/***/ }), + +/***/ "./resources/js/app.js": +/*!*****************************!*\ + !*** ./resources/js/app.js ***! + \*****************************/ +/***/ (() => { + +// Navigation toggle +window.addEventListener('load', function () { + var main_navigation = document.querySelector('#primary-menu'); + document.querySelector('#primary-menu-toggle').addEventListener('click', function (e) { + e.preventDefault(); + main_navigation.classList.toggle('hidden'); + }); +}); + +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ // The module cache +/******/ var __webpack_module_cache__ = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ // Check if module is in cache +/******/ var cachedModule = __webpack_module_cache__[moduleId]; +/******/ if (cachedModule !== undefined) { +/******/ return cachedModule.exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = __webpack_module_cache__[moduleId] = { +/******/ // no module.id needed +/******/ // no module.loaded needed +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = __webpack_modules__; +/******/ +/************************************************************************/ +/******/ /* webpack/runtime/chunk loaded */ +/******/ (() => { +/******/ var deferred = []; +/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => { +/******/ if(chunkIds) { +/******/ priority = priority || 0; +/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1]; +/******/ deferred[i] = [chunkIds, fn, priority]; +/******/ return; +/******/ } +/******/ var notFulfilled = Infinity; +/******/ for (var i = 0; i < deferred.length; i++) { +/******/ var [chunkIds, fn, priority] = deferred[i]; +/******/ var fulfilled = true; +/******/ for (var j = 0; j < chunkIds.length; j++) { +/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) { +/******/ chunkIds.splice(j--, 1); +/******/ } else { +/******/ fulfilled = false; +/******/ if(priority < notFulfilled) notFulfilled = priority; +/******/ } +/******/ } +/******/ if(fulfilled) { +/******/ deferred.splice(i--, 1) +/******/ var r = fn(); +/******/ if (r !== undefined) result = r; +/******/ } +/******/ } +/******/ return result; +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/hasOwnProperty shorthand */ +/******/ (() => { +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) +/******/ })(); +/******/ +/******/ /* webpack/runtime/make namespace object */ +/******/ (() => { +/******/ // define __esModule on exports +/******/ __webpack_require__.r = (exports) => { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/jsonp chunk loading */ +/******/ (() => { +/******/ // no baseURI +/******/ +/******/ // object to store loaded and loading chunks +/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched +/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded +/******/ var installedChunks = { +/******/ "/js/app": 0, +/******/ "css/editor-style": 0, +/******/ "css/app": 0 +/******/ }; +/******/ +/******/ // no chunk on demand loading +/******/ +/******/ // no prefetching +/******/ +/******/ // no preloaded +/******/ +/******/ // no HMR +/******/ +/******/ // no HMR manifest +/******/ +/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0); +/******/ +/******/ // install a JSONP callback for chunk loading +/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => { +/******/ var [chunkIds, moreModules, runtime] = data; +/******/ // add "moreModules" to the modules object, +/******/ // then flag all "chunkIds" as loaded and fire callback +/******/ var moduleId, chunkId, i = 0; +/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) { +/******/ for(moduleId in moreModules) { +/******/ if(__webpack_require__.o(moreModules, moduleId)) { +/******/ __webpack_require__.m[moduleId] = moreModules[moduleId]; +/******/ } +/******/ } +/******/ if(runtime) var result = runtime(__webpack_require__); +/******/ } +/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data); +/******/ for(;i < chunkIds.length; i++) { +/******/ chunkId = chunkIds[i]; +/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) { +/******/ installedChunks[chunkId][0](); +/******/ } +/******/ installedChunks[chunkId] = 0; +/******/ } +/******/ return __webpack_require__.O(result); +/******/ } +/******/ +/******/ var chunkLoadingGlobal = self["webpackChunktailpress"] = self["webpackChunktailpress"] || []; +/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0)); +/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal)); +/******/ })(); +/******/ +/************************************************************************/ +/******/ +/******/ // startup +/******/ // Load entry module and return exports +/******/ // This entry module depends on other loaded chunks and execution need to be delayed +/******/ __webpack_require__.O(undefined, ["css/editor-style","css/app"], () => (__webpack_require__("./resources/js/app.js"))) +/******/ __webpack_require__.O(undefined, ["css/editor-style","css/app"], () => (__webpack_require__("./resources/css/app.css"))) +/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["css/editor-style","css/app"], () => (__webpack_require__("./resources/css/editor-style.css"))) +/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__); +/******/ +/******/ })() +; \ No newline at end of file diff --git a/resources/css/app.css b/resources/css/app.css index f43bae0..04ded56 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -21,3 +21,5 @@ border-color: var(--color-gray-200, currentColor); } } + + diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index b5b7460..6a0f65c 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -18,3 +18,4 @@ border-color: var(--color-gray-200, currentColor); } } + diff --git a/resources/css/utilities.css b/resources/css/utilities.css index 7214f95..ba724c4 100644 --- a/resources/css/utilities.css +++ b/resources/css/utilities.css @@ -4,7 +4,7 @@ padding-right: 5px; } -@utility alignfull { +/*@utility alignfull { width: 100vw; margin: 0 calc(50% - 50vw) !important; } @@ -28,4 +28,4 @@ @utility aligncenter { margin: 0.5rem auto !important; -} +}*/ diff --git a/template-parts/la-components/blocks/club-cards-block/club-cards-block.php b/template-parts/la-components/blocks/club-cards-block/club-cards-block.php index 20e5cf9..ef33e1d 100644 --- a/template-parts/la-components/blocks/club-cards-block/club-cards-block.php +++ b/template-parts/la-components/blocks/club-cards-block/club-cards-block.php @@ -13,28 +13,29 @@ if (!empty($block['align'])) { $class_name .= ' align' . $block['align']; } -// Получение карт для текущего языка -function get_club_cards_for_current_language() { - $current_lang = pll_current_language(); +if (!function_exists('get_club_cards_for_current_language')) { + function get_club_cards_for_current_language() { + $current_lang = pll_current_language(); - $args = array( - 'post_type' => 'club-card', - 'posts_per_page' => -1, - 'lang' => $current_lang, - 'post_status' => 'publish' - ); + $args = array( + 'post_type' => 'club-card', + 'posts_per_page' => -1, + 'lang' => $current_lang, + 'post_status' => 'publish' + ); - return get_posts($args); + return get_posts($args); + } } $cards = get_club_cards_for_current_language(); ?> -
+
-
+
ID)): ?>
ID, 'medium', ['class' => 'w-full h-full object-cover']); ?> @@ -56,7 +57,7 @@ $cards = get_club_cards_for_current_language();
diff --git a/template-parts/la-components/blocks/contacts-block/contacts-block.php b/template-parts/la-components/blocks/contacts-block/contacts-block.php index 0ab9eb1..bfd7b50 100644 --- a/template-parts/la-components/blocks/contacts-block/contacts-block.php +++ b/template-parts/la-components/blocks/contacts-block/contacts-block.php @@ -1,7 +1,22 @@ - -
- -
-
-
-
- - - - - - - - - - -
- - Свяжитесь с нами -
-
-

- Контакты

-
-

Номер телефона:

- - -
-
-

Головной офис:

-
- -
-
-
-

E-mail:

- +
+
+
+ +
+
+
+ + +

+ +

+ +

Контакты

+ + +
+ + +
+ +

+ + + +
+ +
+ +   + +
+ +
+ +
+ + + +
+ +

+ + + +
+ +
+ +
+ + +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ + + +
+
+ + + + + <?php echo esc_attr($social_item['icon']['alt']); ?> + + + + +
+
+ +
+ +
diff --git a/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.js b/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.js index b07b20d..afe3a9e 100644 --- a/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.js +++ b/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.js @@ -12,23 +12,51 @@ function initGalleryBlock(blockId) { const swipers = {}; let lightbox; - function initSwiper(tabId) { - if (swipers[tabId]) { - swipers[tabId].destroy(true, true); - } + function initAllSwipers() { + const tabs = container.querySelectorAll('.tab-button'); + + tabs.forEach(button => { + const tabId = button.getAttribute('data-tab'); + const tabContent = container.querySelector(`#tab-${tabId}`); + + if (tabContent && tabContent.querySelector('.swiper')) { + const wasHidden = tabContent.classList.contains('hidden'); + if (wasHidden) { + tabContent.style.visibility = 'hidden'; + tabContent.style.position = 'absolute'; + tabContent.classList.remove('hidden'); + tabContent.classList.add('block'); + } - swipers[tabId] = new Swiper(`#${blockId} #swiper-${tabId}`, { - slidesPerView: 1.5, - spaceBetween: 20, - loop: true, - centeredSlides: true, - navigation: { - nextEl: `#${blockId} #swiper-${tabId} .swiper-button-next`, - prevEl: `#${blockId} #swiper-${tabId} .swiper-button-prev`, - }, - on: { - slideChange: function() { - updateThumbnails(tabId, this.realIndex); + if (swipers[tabId]) { + swipers[tabId].destroy(true, true); + } + + swipers[tabId] = new Swiper(`#${blockId} #swiper-${tabId}`, { + slidesPerView: 1.5, + spaceBetween: 20, + loop: true, + centeredSlides: true, + grabCursor: true, + observer: true, + observeParents: true, + watchSlidesProgress: true, + navigation: { + nextEl: `#${blockId} #swiper-${tabId} .swiper-button-next`, + prevEl: `#${blockId} #swiper-${tabId} .swiper-button-prev`, + }, + on: { + slideChange: function() { + updateThumbnails(tabId, this.realIndex); + } + } + }); + + if (wasHidden) { + tabContent.style.visibility = ''; + tabContent.style.position = ''; + tabContent.classList.add('hidden'); + tabContent.classList.remove('block'); } } }); @@ -57,7 +85,14 @@ function initGalleryBlock(blockId) { }); } - // Табы + initAllSwipers(); + + const activeTab = container.querySelector('.tab-button.active'); + if (activeTab) { + const tabId = activeTab.getAttribute('data-tab'); + initLightbox(tabId); + } + container.querySelectorAll('.tab-button').forEach(button => { button.addEventListener('click', () => { const tabId = button.getAttribute('data-tab'); @@ -73,17 +108,21 @@ function initGalleryBlock(blockId) { content.classList.remove('block'); content.classList.add('hidden'); }); - container.querySelector(`#tab-${tabId}`).classList.remove('hidden'); - container.querySelector(`#tab-${tabId}`).classList.add('block'); - setTimeout(() => { - initSwiper(tabId); - initLightbox(tabId); - }, 100); + const targetTab = container.querySelector(`#tab-${tabId}`); + targetTab.classList.remove('hidden'); + targetTab.classList.add('block'); + + if (swipers[tabId]) { + requestAnimationFrame(() => { + swipers[tabId].update(); + }); + } + + initLightbox(tabId); }); }); - // Thumbnails container.addEventListener('click', (e) => { if (e.target.closest('.thumbnail')) { const thumbnail = e.target.closest('.thumbnail'); @@ -98,13 +137,4 @@ function initGalleryBlock(blockId) { updateThumbnails(tabId, index); } }); - - const firstTab = container.querySelector('.tab-button.active'); - if (firstTab) { - const tabId = firstTab.getAttribute('data-tab'); - setTimeout(() => { - initSwiper(tabId); - initLightbox(tabId); - }, 100); - } } \ No newline at end of file diff --git a/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.php b/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.php index ea4f985..1a49d96 100644 --- a/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.php +++ b/template-parts/la-components/blocks/gallery-tabs/gallery-tabs.php @@ -1,136 +1,86 @@ [ - 'title' => 'Зона ресепшен', - 'images' => [ - [ - 'src' => 'https://placehold.co/800x600/4a5568/ffffff?text=Ресепшен+1', - 'thumb' => 'https://placehold.co/150x100/4a5568/ffffff?text=Р1', - 'alt' => 'Ресепшен 1' - ], - [ - 'src' => 'https://placehold.co/800x600/2d3748/ffffff?text=Ресепшен+2', - 'thumb' => 'https://placehold.co/150x100/2d3748/ffffff?text=Р2', - 'alt' => 'Ресепшен 2' - ], - [ - 'src' => 'https://placehold.co/800x600/1a202c/ffffff?text=Ресепшен+3', - 'thumb' => 'https://placehold.co/150x100/1a202c/ffffff?text=Р3', - 'alt' => 'Ресепшен 3' - ], - [ - 'src' => 'https://placehold.co/800x600/718096/ffffff?text=Ресепшен+4', - 'thumb' => 'https://placehold.co/150x100/718096/ffffff?text=Р4', - 'alt' => 'Ресепшен 4' - ] - ] - ], - 'gym' => [ - 'title' => 'Зона тренажерного зала', - 'images' => [ - [ - 'src' => 'https://placehold.co/800x600/dc2626/ffffff?text=Тренажёрный+1', - 'thumb' => 'https://placehold.co/150x100/dc2626/ffffff?text=Т1', - 'alt' => 'Тренажерный зал 1' - ], - [ - 'src' => 'https://placehold.co/800x600/b91c1c/ffffff?text=Тренажёрный+2', - 'thumb' => 'https://placehold.co/150x100/b91c1c/ffffff?text=Т2', - 'alt' => 'Тренажерный зал 2' - ], - [ - 'src' => 'https://placehold.co/800x600/991b1b/ffffff?text=Тренажёрный+3', - 'thumb' => 'https://placehold.co/150x100/991b1b/ffffff?text=Т3', - 'alt' => 'Тренажерный зал 3' - ], - [ - 'src' => 'https://placehold.co/800x600/7f1d1d/ffffff?text=Тренажёрный+4', - 'thumb' => 'https://placehold.co/150x100/7f1d1d/ffffff?text=Т4', - 'alt' => 'Тренажерный зал 4' - ], - [ - 'src' => 'https://placehold.co/800x600/ef4444/ffffff?text=Тренажёрный+5', - 'thumb' => 'https://placehold.co/150x100/ef4444/ffffff?text=Т5', - 'alt' => 'Тренажерный зал 5' - ] - ] - ], - 'group' => [ - 'title' => 'Залы для групповых тренировок', - 'images' => [ - [ - 'src' => 'https://placehold.co/800x600/059669/ffffff?text=Групповые+1', - 'thumb' => 'https://placehold.co/150x100/059669/ffffff?text=Г1', - 'alt' => 'Групповые тренировки 1' - ], - [ - 'src' => 'https://placehold.co/800x600/047857/ffffff?text=Групповые+2', - 'thumb' => 'https://placehold.co/150x100/047857/ffffff?text=Г2', - 'alt' => 'Групповые тренировки 2' - ], - [ - 'src' => 'https://placehold.co/800x600/065f46/ffffff?text=Групповые+3', - 'thumb' => 'https://placehold.co/150x100/065f46/ffffff?text=Г3', - 'alt' => 'Групповые тренировки 3' - ] - ] - ] -]; +$id = 'gallery-tabs-' . $block['id']; +if ( ! empty($block['anchor'] ) ) { + $id = $block['anchor']; +} + +$classes = 'block-gallery-tabs'; +if ( ! empty( $block['className'] ) ) { + $classes .= ' ' . $block['className']; +} +if ( ! empty( $block['align'] ) ) { + $classes .= ' align' . $block['align']; +} + +$heading = get_field('heading'); +$slider_tabs = get_field('slider_tabs'); -$block_id = 'gallery-' . $block['id']; ?> -