100 lines
93 KiB
HTML
100 lines
93 KiB
HTML
<!DOCTYPE html><html lang="en"> <head><!-- favicon --><link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"><link rel="sitemap" href="/sitemap-index.xml"><meta name="theme-name" content="pages"><meta name="msapplication-TileColor" content="#000000"><meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff"><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000"><meta name="generator" content="Astro v5.14.5"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"><title>
|
|
Index Cards
|
|
|
|
</title><meta name="description" content="An example of content in an index card format.
|
|
"><meta name="author" content="Kristian Takvam"><meta property="og:title" content="Index Cards
|
|
"><meta property="og:description" content="An example of content in an index card format.
|
|
"><meta property="og:type" content="website"><meta property="og:url" content="https://kremtastic.github.io/index-cards/"><meta property="og:image" content="https://kremtastic.github.io@assets/og-image.png"><meta name="twitter:title" content="Index Cards
|
|
"><meta name="twitter:description" content="An example of content in an index card format.
|
|
"><meta name="twitter:image" content="https://kremtastic.github.io@assets/og-image.png"><meta name="twitter:card" content="summary_large_image"><!-- Katex --><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css" integrity="sha384-zh0CIslj+VczCZtlzBcjt5ppRcsAmDnRem7ESsYwWwg3m/OaJ2l4x7YBZl9Kxxib" crossorigin="anonymous"><script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js" integrity="sha384-Rma6DA2IPUwhNxmrB/7S3Tno0YY7sFu9WSYMCuulLhIqYSGZ2gKCJWIqhBWqMQfh" crossorigin="anonymous"></script><script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script><!-- https://docs.astro.build/en/guides/view-transitions --><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="swap"><script type="module" src="/_astro/ClientRouter.astro_astro_type_script_index_0_lang.CJJOOyb_.js"></script><script type="application/json" data-tooltips-options>{"interactive":false,"delay":[333,0]}</script><script type="module" src="/_astro/Tooltips.astro_astro_type_script_index_0_lang.Bx2cGmPu.js"></script><link rel="stylesheet" href="/_astro/about.DDk7dmDO.css">
|
|
<link rel="stylesheet" href="/_astro/about.DDC2K9bJ.css">
|
|
<link rel="stylesheet" href="/_astro/index-cards.CCFQLFkR.css"><script type="module" src="/_astro/page.DM3Rzxjm.js"></script></head> <body> <!-- ---
|
|
// Twinkling Star Background
|
|
const numStars = 1600;
|
|
const stars = Array.from({ length: numStars }).map(() => ({
|
|
left: `${Math.random() * 100}%`,
|
|
top: `${Math.random() * 100}%`,
|
|
size: `${Math.random() * 2 + 1}px`,
|
|
delay: `${7 * Math.random()}s`,
|
|
// hsl: `hsl(${Math.random() * 360}, 100%, 50%)`, // background: ${hsl};
|
|
}));
|
|
---
|
|
<div
|
|
class="fixed top-0 left-0 w-full h-full pointer-events-none overflow-hidden"
|
|
>
|
|
{
|
|
stars.map(({ left, top, size, delay }) => (
|
|
<div
|
|
class="absolute bg-none dark:bg-yellow-50 rounded-full animate-twinkle"
|
|
style={`
|
|
left: ${left};
|
|
top: ${top};
|
|
width: ${size};
|
|
height: ${size};
|
|
animation-delay: ${delay};
|
|
`}
|
|
/>
|
|
))
|
|
}
|
|
</div> --><!-- Gradient Cycle Background --><!-- <div
|
|
class="gradient animate-cycleBg fixed top-0 left-0 w-full h-full -z-1 pointer-events-none overflow-hidden"
|
|
/>
|
|
<style>
|
|
.gradient {
|
|
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
|
|
background-size: 400% 400%;
|
|
}
|
|
</style> --><!-- Single Image Background --><!-- <style>
|
|
html::before {
|
|
content: "";
|
|
position: fixed;
|
|
top: 0; left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(/src/assets/backgrounds/bwca-dusk.png) no-repeat center center;
|
|
background-size: cover;
|
|
z-index: -1;
|
|
pointer-events: none;
|
|
}
|
|
</style> --><!-- Dual Image Background --> <header class="container glass py-2 z-30 mb-4 lg:mt-4 lg:rounded-lg sticky top-0" data-astro-transition-persist="astro-zg46k4mb-1"> <nav class="relative flex flex-wrap items-center justify-between"> <!-- navbar toggler --> <input id="nav-toggle" type="checkbox" class="hidden"> <label for="nav-toggle" class="order-0 cursor-pointer flex items-center md:hidden text-txt-p dark:text-darkmode-txt-p lg:order-1"> <svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20"> <title>Menu Open</title> <path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path> </svg> <svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20"> <title>Menu Close</title> <polygon points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2" transform="rotate(45 10 10)"></polygon> </svg> </label> <!-- /navbar toggler --> <ul id="nav-menu" class="text-center lg:text-left order-3 hidden w-full pb-6 md:order-1 md:flex md:w-auto md:space-x-2 md:pb-0 lg:space-x-4"> <li class=""> <a href="/" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Home </a> </li><li class=""> <a href="/about" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> About </a> </li><li class=""> <a href="/docs" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Docs </a> </li><li class=""> <a href="/blog" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Blog </a> </li><li class=""> <a href="/portfolio" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Portfolio </a> </li> </ul> <div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0"> <a class="mr-4 inline-block border-border text-xl text-txt-p dark:border-darkmode-border dark:text-darkmode-txt-p" href="/search" aria-label="search"> <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M456.69 421.39 362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3zM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8 124.95 124.95 0 0 1-124.8-124.8z"></path></svg> </a> <div class="inline-flex a mr-2"> <input class="absolute opacity-0" id="theme-switcher" data-theme-switcher type="checkbox"> <label class="relative inline-block h-4 w-6 cursor-pointer" for="theme-switcher"> <span class="sr-only">theme switcher</span> <span class="absolute -top-1 left-0 flex h-6 w-6 items-center justify-center rounded-full"> <svg class="absolute z-10 opacity-100 dark:opacity-0" viewBox="0 0 24 24" height="21" width="21"> <path fill="#000" d="M20.742 13.045a8.088 8.088 0 0 1-2.077.271c-2.135 0-4.14-.83-5.646-2.336a8.025 8.025 0 0 1-2.064-7.723A1 1 0 0 0 9.73 2.034a10.014 10.014 0 0 0-4.489 2.582c-3.898 3.898-3.898 10.243 0 14.143a9.937 9.937 0 0 0 7.072 2.93 9.93 9.93 0 0 0 7.07-2.929 10.007 10.007 0 0 0 2.583-4.491 1.001 1.001 0 0 0-1.224-1.224zm-2.772 4.301a7.947 7.947 0 0 1-5.656 2.343 7.953 7.953 0 0 1-5.658-2.344c-3.118-3.119-3.118-8.195 0-11.314a7.923 7.923 0 0 1 2.06-1.483 10.027 10.027 0 0 0 2.89 7.848 9.972 9.972 0 0 0 7.848 2.891 8.036 8.036 0 0 1-1.484 2.059z"></path> </svg> <svg class="absolute z-10 opacity-0 dark:opacity-100" viewBox="0 0 24 24" height="21" width="21"> <path fill="#fff" d="M6.993 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007S14.761 6.993 12 6.993 6.993 9.239 6.993 12zM12 8.993c1.658 0 3.007 1.349 3.007 3.007S13.658 15.007 12 15.007 8.993 13.658 8.993 12 10.342 8.993 12 8.993zM10.998 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2h-3zm17 0h3v2h-3zM4.219 18.363l2.12-2.122 1.415 1.414-2.12 2.122zM16.24 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.342 7.759 4.22 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z"></path> </svg> </span> </label> </div> <script data-astro-rerun>
|
|
const defaultTheme = "system";
|
|
|
|
function getTheme(defaultTheme) {
|
|
var darkMode = defaultTheme === "dark" ? true : false;
|
|
if (localStorage.getItem("theme") === "system") {
|
|
if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
|
|
darkMode = true;
|
|
}
|
|
} else if (localStorage.getItem("theme") === "dark") {
|
|
darkMode = true;
|
|
} else if (localStorage.getItem("theme") === "light") {
|
|
darkMode = false;
|
|
}
|
|
return darkMode;
|
|
}
|
|
|
|
function setTheme(darkMode) {
|
|
// Update DOM
|
|
darkMode
|
|
? document.documentElement.classList.add("dark")
|
|
: document.documentElement.classList.remove("dark");
|
|
// Update localStorage
|
|
localStorage.setItem("theme", darkMode ? "dark" : "light");
|
|
}
|
|
|
|
// This prevents flickering back to default theme before the page is fully loaded
|
|
setTheme(getTheme(defaultTheme));
|
|
|
|
document.addEventListener("astro:page-load", () => {
|
|
setTheme(getTheme(defaultTheme));
|
|
// Theme switcher
|
|
var themeSwitch = document.querySelectorAll("[data-theme-switcher]");
|
|
themeSwitch.forEach((el) => {
|
|
el.addEventListener("change", (e) => {
|
|
setTheme(e.target.checked);
|
|
});
|
|
});
|
|
});
|
|
</script> </div> </nav> </header> <main id="main-content" class="flex-1"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="180j6f" prefix="r5" component-url="/_astro/Swiper.DvRBGtDP.js" component-export="default" renderer-url="/_astro/client.DPSb9UvF.js" props="{"cards":[1,[[0,"The 1st card"],[0,"The 2nd card"],[0,"The 3rd card"],[0,"The 4th card"],[0,"The 5th card"],[0,"The 6th card"],[0,"The 7th card"],[0,"The 8th card"],[0,"The 9th card"],[0,"The 10th card"],[0,"The 11th card"],[0,"The 12th card"],[0,"The 13th card"],[0,"The 14th card"],[0,"The 15th card"],[0,"The 16th card"],[0,"The 17th card"],[0,"The 18th card"],[0,"The 19th card"],[0,"The 20th card"],[0,"The 21st card"],[0,"The 22nd card"],[0,"The 23rd card"],[0,"The 24th card"],[0,"The 25th card"],[0,"The 26th card"],[0,"The 27th card"],[0,"The 28th card"],[0,"The 29th card"],[0,"The 30th card"],[0,"The 31st card"],[0,"The 32nd card"],[0,"The 33rd card"],[0,"The 34th card"],[0,"The 35th card"],[0,"The 36th card"],[0,"The 37th card"],[0,"The 38th card"],[0,"The 39th card"],[0,"The 40th card"],[0,"The 41st card"],[0,"The 42nd card"],[0,"The 43rd card"],[0,"The 44th card"],[0,"The 45th card"],[0,"The 46th card"],[0,"The 47th card"],[0,"The 48th card"],[0,"The 49th card"],[0,"The 50th card"],[0,"The 51st card"],[0,"The 52nd card"],[0,"The 53rd card"],[0,"The 54th card"],[0,"The 55th card"],[0,"The 56th card"],[0,"The 57th card"],[0,"The 58th card"],[0,"The 59th card"],[0,"The 60th card"],[0,"The 61st card"],[0,"The 62nd card"],[0,"The 63rd card"],[0,"The 64th card"],[0,"The 65th card"],[0,"The 66th card"],[0,"The 67th card"],[0,"The 68th card"],[0,"The 69th card"],[0,"The 70th card"],[0,"The 71st card"],[0,"The 72nd card"],[0,"The 73rd card"],[0,"The 74th card"],[0,"The 75th card"],[0,"The 76th card"],[0,"The 77th card"],[0,"The 78th card"],[0,"The 79th card"],[0,"The 80th card"],[0,"The 81st card"],[0,"The 82nd card"],[0,"The 83rd card"],[0,"The 84th card"],[0,"The 85th card"],[0,"The 86th card"],[0,"The 87th card"],[0,"The 88th card"],[0,"The 89th card"],[0,"The 90th card"],[0,"The 91st card"],[0,"The 92nd card"],[0,"The 93rd card"],[0,"The 94th card"],[0,"The 95th card"],[0,"The 96th card"],[0,"The 97th card"],[0,"The 98th card"],[0,"The 99th card"],[0,"The 100th card"],[0,"The 101st card"],[0,"The 102nd card"],[0,"The 103rd card"],[0,"The 104th card"],[0,"The 105th card"],[0,"The 106th card"],[0,"The 107th card"],[0,"The 108th card"],[0,"The 109th card"],[0,"The 110th card"],[0,"The 111th card"],[0,"The 112th card"],[0,"The 113th card"],[0,"The 114th card"],[0,"The 115th card"],[0,"The 116th card"],[0,"The 117th card"],[0,"The 118th card"],[0,"The 119th card"],[0,"The 120th card"],[0,"The 121st card"],[0,"The 122nd card"],[0,"The 123rd card"],[0,"The 124th card"],[0,"The 125th card"],[0,"The 126th card"],[0,"The 127th card"],[0,"The 128th card"],[0,"The 129th card"],[0,"The 130th card"],[0,"The 131st card"],[0,"The 132nd card"],[0,"The 133rd card"],[0,"The 134th card"],[0,"The 135th card"],[0,"The 136th card"],[0,"The 137th card"],[0,"The 138th card"],[0,"The 139th card"],[0,"The 140th card"],[0,"The 141st card"],[0,"The 142nd card"],[0,"The 143rd card"],[0,"The 144th card"],[0,"The 145th card"],[0,"The 146th card"],[0,"The 147th card"],[0,"The 148th card"],[0,"The 149th card"],[0,"The 150th card"],[0,"The 151st card"],[0,"The 152nd card"],[0,"The 153rd card"],[0,"The 154th card"],[0,"The 155th card"],[0,"The 156th card"],[0,"The 157th card"],[0,"The 158th card"],[0,"The 159th card"],[0,"The 160th card"],[0,"The 161st card"],[0,"The 162nd card"],[0,"The 163rd card"],[0,"The 164th card"],[0,"The 165th card"],[0,"The 166th card"],[0,"The 167th card"],[0,"The 168th card"],[0,"The 169th card"],[0,"The 170th card"],[0,"The 171st card"],[0,"The 172nd card"],[0,"The 173rd card"],[0,"The 174th card"],[0,"The 175th card"],[0,"The 176th card"],[0,"The 177th card"],[0,"The 178th card"],[0,"The 179th card"],[0,"The 180th card"],[0,"The 181st card"],[0,"The 182nd card"],[0,"The 183rd card"],[0,"The 184th card"],[0,"The 185th card"],[0,"The 186th card"],[0,"The 187th card"],[0,"The 188th card"],[0,"The 189th card"],[0,"The 190th card"],[0,"The 191st card"],[0,"The 192nd card"],[0,"The 193rd card"],[0,"The 194th card"],[0,"The 195th card"],[0,"The 196th card"],[0,"The 197th card"],[0,"The 198th card"],[0,"The 199th card"],[0,"The 200th card"],[0,"The 201st card"],[0,"The 202nd card"],[0,"The 203rd card"],[0,"The 204th card"],[0,"The 205th card"],[0,"The 206th card"],[0,"The 207th card"],[0,"The 208th card"],[0,"The 209th card"],[0,"The 210th card"],[0,"The 211th card"],[0,"The 212th card"],[0,"The 213th card"],[0,"The 214th card"],[0,"The 215th card"],[0,"The 216th card"],[0,"The 217th card"],[0,"The 218th card"],[0,"The 219th card"],[0,"The 220th card"],[0,"The 221st card"],[0,"The 222nd card"],[0,"The 223rd card"],[0,"The 224th card"],[0,"The 225th card"],[0,"The 226th card"],[0,"The 227th card"],[0,"The 228th card"],[0,"The 229th card"],[0,"The 230th card"],[0,"The 231st card"],[0,"The 232nd card"],[0,"The 233rd card"],[0,"The 234th card"],[0,"The 235th card"],[0,"The 236th card"],[0,"The 237th card"],[0,"The 238th card"],[0,"The 239th card"],[0,"The 240th card"],[0,"The 241st card"],[0,"The 242nd card"],[0,"The 243rd card"],[0,"The 244th card"],[0,"The 245th card"],[0,"The 246th card"],[0,"The 247th card"],[0,"The 248th card"],[0,"The 249th card"],[0,"The 250th card"],[0,"The 251st card"],[0,"The 252nd card"],[0,"The 253rd card"],[0,"The 254th card"],[0,"The 255th card"],[0,"The 256th card"],[0,"The 257th card"],[0,"The 258th card"],[0,"The 259th card"],[0,"The 260th card"],[0,"The 261st card"],[0,"The 262nd card"],[0,"The 263rd card"],[0,"The 264th card"],[0,"The 265th card"],[0,"The 266th card"],[0,"The 267th card"],[0,"The 268th card"],[0,"The 269th card"],[0,"The 270th card"],[0,"The 271st card"],[0,"The 272nd card"],[0,"The 273rd card"],[0,"The 274th card"],[0,"The 275th card"],[0,"The 276th card"],[0,"The 277th card"],[0,"The 278th card"],[0,"The 279th card"],[0,"The 280th card"],[0,"The 281st card"],[0,"The 282nd card"],[0,"The 283rd card"],[0,"The 284th card"],[0,"The 285th card"],[0,"The 286th card"],[0,"The 287th card"],[0,"The 288th card"],[0,"The 289th card"],[0,"The 290th card"],[0,"The 291st card"],[0,"The 292nd card"],[0,"The 293rd card"],[0,"The 294th card"],[0,"The 295th card"],[0,"The 296th card"],[0,"The 297th card"],[0,"The 298th card"],[0,"The 299th card"],[0,"The 300th card"],[0,"The 301st card"],[0,"The 302nd card"],[0,"The 303rd card"],[0,"The 304th card"],[0,"The 305th card"],[0,"The 306th card"],[0,"The 307th card"],[0,"The 308th card"],[0,"The 309th card"],[0,"The 310th card"],[0,"The 311th card"],[0,"The 312th card"],[0,"The 313th card"],[0,"The 314th card"],[0,"The 315th card"],[0,"The 316th card"],[0,"The 317th card"],[0,"The 318th card"],[0,"The 319th card"],[0,"The 320th card"],[0,"The 321st card"],[0,"The 322nd card"],[0,"The 323rd card"],[0,"The 324th card"],[0,"The 325th card"],[0,"The 326th card"],[0,"The 327th card"],[0,"The 328th card"],[0,"The 329th card"],[0,"The 330th card"],[0,"The 331st card"],[0,"The 332nd card"],[0,"The 333rd card"],[0,"The 334th card"],[0,"The 335th card"],[0,"The 336th card"],[0,"The 337th card"],[0,"The 338th card"],[0,"The 339th card"],[0,"The 340th card"],[0,"The 341st card"],[0,"The 342nd card"],[0,"The 343rd card"],[0,"The 344th card"],[0,"The 345th card"],[0,"The 346th card"],[0,"The 347th card"],[0,"The 348th card"],[0,"The 349th card"],[0,"The 350th card"],[0,"The 351st card"],[0,"The 352nd card"],[0,"The 353rd card"],[0,"The 354th card"],[0,"The 355th card"],[0,"The 356th card"],[0,"The 357th card"],[0,"The 358th card"],[0,"The 359th card"],[0,"The 360th card"],[0,"The 361st card"],[0,"The 362nd card"],[0,"The 363rd card"],[0,"The 364th card"],[0,"The 365th card"]]]}" ssr client="load" opts="{"name":"Swiper","value":true}" await-children><div class="conversation-swiper"><div class="swiper"><div class="swiper-wrapper"><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 1st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 2nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 3rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 4th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 5th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 6th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 7th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 8th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 9th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 10th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 11th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 12th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 13th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 14th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 15th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 16th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 17th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 18th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 19th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 20th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 21st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 22nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 23rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 24th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 25th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 26th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 27th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 28th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 29th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 30th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 31st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 32nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 33rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 34th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 35th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 36th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 37th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 38th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 39th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 40th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 41st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 42nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 43rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 44th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 45th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 46th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 47th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 48th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 49th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 50th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 51st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 52nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 53rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 54th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 55th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 56th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 57th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 58th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 59th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 60th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 61st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 62nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 63rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 64th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 65th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 66th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 67th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 68th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 69th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 70th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 71st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 72nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 73rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 74th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 75th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 76th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 77th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 78th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 79th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 80th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 81st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 82nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 83rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 84th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 85th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 86th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 87th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 88th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 89th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 90th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 91st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 92nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 93rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 94th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 95th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 96th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 97th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 98th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 99th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 100th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 101st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 102nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 103rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 104th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 105th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 106th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 107th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 108th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 109th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 110th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 111th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 112th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 113th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 114th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 115th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 116th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 117th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 118th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 119th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 120th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 121st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 122nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 123rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 124th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 125th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 126th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 127th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 128th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 129th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 130th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 131st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 132nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 133rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 134th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 135th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 136th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 137th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 138th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 139th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 140th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 141st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 142nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 143rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 144th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 145th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 146th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 147th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 148th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 149th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 150th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 151st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 152nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 153rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 154th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 155th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 156th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 157th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 158th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 159th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 160th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 161st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 162nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 163rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 164th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 165th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 166th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 167th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 168th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 169th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 170th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 171st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 172nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 173rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 174th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 175th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 176th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 177th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 178th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 179th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 180th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 181st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 182nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 183rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 184th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 185th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 186th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 187th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 188th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 189th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 190th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 191st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 192nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 193rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 194th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 195th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 196th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 197th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 198th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 199th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 200th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 201st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 202nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 203rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 204th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 205th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 206th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 207th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 208th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 209th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 210th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 211th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 212th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 213th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 214th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 215th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 216th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 217th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 218th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 219th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 220th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 221st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 222nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 223rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 224th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 225th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 226th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 227th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 228th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 229th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 230th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 231st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 232nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 233rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 234th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 235th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 236th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 237th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 238th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 239th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 240th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 241st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 242nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 243rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 244th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 245th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 246th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 247th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 248th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 249th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 250th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 251st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 252nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 253rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 254th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 255th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 256th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 257th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 258th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 259th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 260th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 261st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 262nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 263rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 264th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 265th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 266th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 267th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 268th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 269th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 270th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 271st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 272nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 273rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 274th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 275th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 276th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 277th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 278th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 279th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 280th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 281st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 282nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 283rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 284th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 285th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 286th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 287th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 288th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 289th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 290th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 291st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 292nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 293rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 294th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 295th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 296th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 297th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 298th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 299th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 300th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 301st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 302nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 303rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 304th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 305th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 306th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 307th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 308th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 309th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 310th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 311th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 312th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 313th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 314th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 315th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 316th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 317th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 318th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 319th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 320th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 321st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 322nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 323rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 324th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 325th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 326th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 327th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 328th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 329th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 330th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 331st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 332nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 333rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 334th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 335th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 336th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 337th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 338th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 339th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 340th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 341st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 342nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 343rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 344th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 345th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 346th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 347th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 348th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 349th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 350th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 351st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 352nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 353rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 354th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 355th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 356th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 357th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 358th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 359th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 360th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 361st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 362nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 363rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 364th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 365th card</h3></div></div></div></div><nav class="flex justify-center pb-8"><div class="flex-col glass justify-center rounded-md p-2 m-2 w-48"><div class="row items-center"><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center align-middle" aria-label="Previous card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"></path></svg></div><div class="col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center"><input type="number" class="w-16 text-center bg-transparent border-none" min="1" max="365" aria-label="Jump to card number" value="289"/></div><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center" aria-label="Next card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg></div></div><div class="row content-center justify-center"><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center" title="Jump to today's card" aria-label="Jump to today's card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z"></path></svg></div><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center" title="Jump to random card" aria-label="Jump to random card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 384 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z"></path></svg></div></div></div></nav></div><!--astro:end--></astro-island> </main> <footer class="glass container lg:my-4 lg:rounded-lg intersect:animate-fadeUp opacity-0"> <div class="row py-2 lg:py-0 items-center flex-wrap-reverse"> <div class="text-center lg:col-6 lg:mb-0 lg:text-left"> <ul> <li class="m-2 inline-block"> <a href="/terms">© Kristian Emil Takvam 2025</a> |
|
|
<a href="https://github.com/astrogon/astrogon" target="_blank"> <strong>Astrogon</strong></a> theme by
|
|
<a href="https://reednel.com/" target="_blank"> <strong>Reed Nelson</strong></a> </li> </ul> </div> <div class="text-center lg:col-6 lg:my-0 flex items-center justify-center lg:justify-end"> <ul class="py-2 flex items-center"><li class="inline-block px-1 intersect:animate-fade opacity-0"><a class="glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center" aria-label="GitHub" href="https://www.github.com/Kremtastic" target="_blank" rel="noopener noreferrer nofollow"><span class="sr-only">GitHub</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 496 512" class="w-6 h-6" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a></li><li class="inline-block px-1 intersect:animate-fade opacity-0"><a class="glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center" aria-label="LinkedIn" href="https://www.linkedin.com/in/kristian-emil-takvam-70a475215/" target="_blank" rel="noopener noreferrer nofollow"><span class="sr-only">LinkedIn</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="w-6 h-6" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg></a></li><li class="inline-block px-1 intersect:animate-fade opacity-0"><a class="glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center" aria-label="RSS" href="/rss.xml" target="_blank" rel="noopener noreferrer nofollow"><span class="sr-only">RSS</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="w-6 h-6" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></a></li></ul> </div> </div> </footer> <!-- <ObserverScript /> --> </body></html> |