@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-378 .tc-wp-content-root img, .wpc-scope-378 .tc-wp-content-root video, .wpc-scope-378 .tc-wp-content-root svg, .wpc-scope-378 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper{
  --lc-font: 'Cinzel', Georgia, 'Times New Roman', 'Segoe UI Symbol', serif;
  --lc-radius: 24px;
  --lc-text: #2A1320;
  --lc-text-muted: #6B5A6A;
  width: 100%; display: block; overflow: hidden; font-family: var(--lc-font); color: var(--lc-text); -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision;
}.wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper *{ box-sizing: border-box; }.wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper h1, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper h2, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper h3, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper h4, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper h5, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper h6, .wpc-scope-378 .tc-wp-content-root .lotr-c-wrapper p{ margin-top: 0; margin-bottom: 0; }.wpc-scope-378 .tc-wp-content-root .lotr-c-section{ width: 100%; padding: 74px 20px; position: relative; overflow: hidden; }.wpc-scope-378 .tc-wp-content-root .lotr-c-white{ background: #fff; }.wpc-scope-378 .tc-wp-content-root .lotr-c-blue{ background: #f0f7ff; }.wpc-scope-378 .tc-wp-content-root .lotr-c-inner{ max-width: 1200px; width: 100%; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }.wpc-scope-378 .tc-wp-content-root .lotr-c-heading-wrap{ max-width: 860px; margin-left: auto; margin-right: auto; margin-bottom: 36px; text-align: center; }.wpc-scope-378 .tc-wp-content-root .lotr-c-title{ font-size: clamp(24px, 2.7vw, 35px); font-weight: 700; line-height: 1.22; letter-spacing: 0.02em; color: var(--lc-text); text-align: center; margin-bottom: 14px !important; font-family: 'Uncial Antiqua', 'Cinzel', Georgia, serif; }.wpc-scope-378 .tc-wp-content-root .lotr-c-subtitle{ font-size: clamp(15px, 1.45vw, 17px); font-weight: 500; line-height: 1.68; color: var(--lc-text-muted); max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }.wpc-scope-378 .tc-wp-content-root .lotr-c-gradient{ background: linear-gradient(90deg, var(--lotr-gold, #d6b36a), var(--lotr-ember, #ff9a3c), var(--lotr-leaf, #9ab98b)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; position: relative; }.wpc-scope-378 .tc-wp-content-root .lotr-c-grid{ display: grid; gap: 22px; align-items: stretch; width: 100%; padding: 15px; }.wpc-scope-378 .tc-wp-content-root .lotr-c-grid-1, .wpc-scope-378 .tc-wp-content-root .lotr-c-grid-2, .wpc-scope-378 .tc-wp-content-root .lotr-c-grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card{
  --lc-c1: var(--lotr-gold, #d6b36a); --lc-c2: var(--lotr-ember, #ff9a3c); --lc-c3: var(--lotr-leaf, #9ab98b); --lc-soft: #fff; --lc-glow: rgba(214,179,106,0.18); --lc-mx: 50%; --lc-my: 18%; --lc-tilt-x: 0deg; --lc-tilt-y: 0deg;
  display: flex; flex-direction: column; padding: 26px; min-height: 310px; border: 1px solid rgba(214,179,106,0.2); border-radius: var(--lc-radius);
  background: radial-gradient(circle at var(--lc-mx) var(--lc-my), rgba(255,255,255,0.98), transparent 28%), linear-gradient(180deg, #fbfcff 0%, #f7f8fd 45%, #eef3f8 100%), linear-gradient(135deg, rgba(214,179,106,0.06), transparent 34%), linear-gradient(315deg, rgba(154,185,139,0.06), transparent 30%);
  position: relative; isolation: isolate; overflow: hidden; transform: translateY(18px); opacity: 0; transition: transform 420ms ease, opacity 420ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.wpc-scope-378 .tc-wp-content-root .lotr-c-card-visible{ transform: translateY(0); opacity: 1; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(1){ --lc-c1: var(--lotr-gold, #d6b36a); --lc-c2: var(--lotr-ember, #ff9a3c); --lc-c3: #f0ddab; --lc-glow: rgba(214,179,106,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(2){ --lc-c1: #c49a3c; --lc-c2: var(--lotr-gold, #d6b36a); --lc-c3: var(--lotr-leaf, #9ab98b); --lc-glow: rgba(196,154,60,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(3){ --lc-c1: var(--lotr-ember, #ff9a3c); --lc-c2: var(--lotr-gold, #d6b36a); --lc-c3: #f0ddab; --lc-glow: rgba(255,154,60,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(4){ --lc-c1: var(--lotr-leaf, #9ab98b); --lc-c2: var(--lotr-ember, #ff9a3c); --lc-c3: var(--lotr-gold, #d6b36a); --lc-glow: rgba(154,185,139,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(5){ --lc-c1: #8f6c2b; --lc-c2: var(--lotr-gold, #d6b36a); --lc-c3: var(--lotr-ember, #ff9a3c); --lc-glow: rgba(143,108,43,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(6){ --lc-c1: var(--lotr-ember, #ff9a3c); --lc-c2: var(--lotr-leaf, #9ab98b); --lc-c3: var(--lotr-gold, #d6b36a); --lc-glow: rgba(255,154,60,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(7){ --lc-c1: #b8863a; --lc-c2: var(--lotr-ember, #ff9a3c); --lc-c3: var(--lotr-gold, #d6b36a); --lc-glow: rgba(184,134,58,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card:nth-child(8){ --lc-c1: var(--lotr-leaf, #9ab98b); --lc-c2: var(--lotr-gold, #d6b36a); --lc-c3: #f0ddab; --lc-glow: rgba(154,185,139,0.22); }.wpc-scope-378 .tc-wp-content-root .lotr-c-card::before{ content: ""; width: 210px; height: 210px; right: -96px; top: -96px; border-radius: 999px; background: radial-gradient(circle, var(--lc-glow), transparent 72%); position: absolute; opacity: 0; transform: scale(0.7); transition: opacity 320ms ease, transform 320ms ease; z-index: -1; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card::after{ content: ""; width: 84px; height: 84px; right: 18px; bottom: 18px; border-radius: 999px; background: radial-gradient(circle, var(--lc-glow), transparent 68%); position: absolute; opacity: 0; transform: scale(.4); transition: opacity 320ms ease, transform 320ms ease; z-index: -1; }.wpc-scope-378 .tc-wp-content-root .lotr-c-icon-wrap{ width: 70px; min-width: 70px; height: 70px; min-height: 70px; display: inline-flex; align-items: center; justify-content: center; border-radius: 22px; margin-bottom: 20px; background: transparent; color: var(--lc-c1); isolation: isolate; position: relative; transition: transform 320ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-icon-wrap::before{ content: ""; position: absolute; inset: 0; border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,0.98), var(--lc-soft)), radial-gradient(circle at 24% 18%, rgba(255,255,255,1), transparent 42%); border: 1px solid rgba(214,179,106,0.18); box-shadow: inset 0 1px 0 rgba(255,255,255,0.96), 0 12px 26px rgba(15,23,42,0.08), 0 0 0 6px rgba(15,23,42,0.035); z-index: 1; transition: border-radius 320ms ease, background 320ms ease, box-shadow 320ms ease, transform 320ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-icon-wrap::after{ content: ""; position: absolute; inset: -7px; border-radius: 30px; border: 1px dashed var(--lc-c1); opacity: 0; transform: scale(0.78) rotate(18deg); z-index: 0; transition: opacity 300ms ease, transform 300ms ease, border-radius 300ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-icon-wrap i{ font-size: 26px; z-index: 3; color: var(--lc-c1); -webkit-text-fill-color: var(--lc-c1); background: none; filter: none; transition: color 320ms ease, -webkit-text-fill-color 320ms ease, transform 320ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card-title{ font-size: 18.5px; font-weight: 700; line-height: 1.35; letter-spacing: 0.02em; color: var(--lc-text); z-index: 1; margin: 0 0 11px 0 !important; position: relative; transition: color 300ms ease, transform 300ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card-title::after{ content: ""; display: block; width: 0; height: 2px; margin-top: 9px; border-radius: 20px; background: linear-gradient(90deg, var(--lc-c1), var(--lc-c2), var(--lc-c3)); transition: width 300ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card-text{ font-size: 15px; font-weight: 400; line-height: 1.72; color: var(--lc-text-muted); flex: 1 1 auto; z-index: 1; margin: 0 !important; transition: color 300ms ease, transform 300ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card-cta{ display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 18px; font-size: 13px; font-weight: 700; color: var(--lc-c1); opacity: 0; transform: translateY(12px) scale(.96); transition: opacity 280ms ease, transform 280ms ease, color 280ms ease; position: relative; z-index: 1; font-family: 'Cinzel', Georgia, serif; letter-spacing: 1px; text-transform: uppercase; }.wpc-scope-378 .tc-wp-content-root .lotr-c-card-cta i{ font-size: 12px; transition: transform 280ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-badge{ width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: linear-gradient(135deg, var(--lc-c1), var(--lc-c2), var(--lc-c3)); color: #0d1310; font-size: 13px; font-weight: 800; position: absolute; top: 18px; right: 18px; z-index: 4; transform: rotateY(0deg) scale(.84); opacity: .74; box-shadow: 0 12px 24px var(--lc-glow); transition: transform 320ms ease, opacity 320ms ease, border-radius 320ms ease; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover{ transform: translateY(-12px) rotate(-1deg); box-shadow: 0 24px 58px var(--lc-glow), 0 10px 28px rgba(15,23,42,0.10); border-color: var(--lc-c2); background: radial-gradient(circle at var(--lc-mx) var(--lc-my), rgba(255,255,255,0.98), transparent 30%), radial-gradient(circle at 88% 18%, var(--lc-glow), transparent 34%), linear-gradient(135deg, rgba(255,255,255,0.98), var(--lc-soft) 46%, rgba(255,255,255,0.96)); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover::before, .wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover::after{ opacity: 1; transform: scale(1); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-icon-wrap{ transform: translateY(-9px) rotate(8deg) scale(1.08); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-icon-wrap::before{ border-radius: 50%; background: linear-gradient(145deg, var(--lc-c1), var(--lc-c2), var(--lc-c3)); box-shadow: 0 16px 34px var(--lc-glow), 0 0 0 6px rgba(214,179,106,0.06), inset 0 1px 0 rgba(255,255,255,0.28); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-icon-wrap::after{ opacity: .52; transform: scale(1.05) rotate(0deg); border-radius: 50%; animation: lcIconSpin 1200ms linear infinite; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-icon-wrap i{ color: #ffffff; -webkit-text-fill-color: #ffffff; transform: scale(1.14) rotate(-8deg); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-card-title{ color: var(--lc-c1); transform: translateY(-3px); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-card-title::after{ width: 68px; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-card-text{ transform: translateY(-2px); color: #5A3A4A; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-card-cta{ opacity: 1; transform: translateY(0) scale(1); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-one .lotr-c-card:hover .lotr-c-card-cta i{ transform: translateX(6px); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card{ background: #fff; border: 1.5px solid rgba(214,179,106,0.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transform-style: preserve-3d; perspective: 900px; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card-visible{ transform: translateY(0); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover{ transform: translateY(-10px) rotateX(var(--lc-tilt-y)) rotateY(var(--lc-tilt-x)); box-shadow: 0 26px 62px var(--lc-glow), 0 0 0 3px rgba(255,255,255,0.38), 0 0 0 8px rgba(214,179,106,0.16); border-color: rgba(214,179,106,0.95); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover::before, .wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover::after{ opacity: 1; transform: scale(1); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-icon-wrap{ transform: translateZ(24px) translateY(-8px) scale(1.08); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-icon-wrap::before{ border-radius: 18px 30px 18px 30px; background: linear-gradient(145deg, var(--lc-c1), var(--lc-c2), var(--lc-c3)); box-shadow: 0 16px 34px var(--lc-glow), 0 0 0 6px rgba(214,179,106,0.34), inset 0 1px 0 rgba(255,255,255,0.28); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-icon-wrap::after{ opacity: 1; transform: scale(1) rotate(-8deg); animation: lcPulseRing 850ms ease-in-out infinite alternate; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-icon-wrap i{ color: #ffffff; -webkit-text-fill-color: #ffffff; transform: rotateY(180deg) scale(1.12); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-card-title{ color: var(--lc-c1); transform: translateY(-4px); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-card-title::after{ width: 60px; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-two .lotr-c-card:hover .lotr-c-card-text{ color: #5A3A4A; transform: translateY(-2px); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card::after{ width: 12px; height: 12px; left: auto; right: 24px; bottom: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--lc-c1), var(--lc-c2), var(--lc-c3)); transform: scale(.4); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover{ transform: translateY(-8px) scale(1.015); box-shadow: 0 24px 58px var(--lc-glow), 0 10px 24px rgba(15,23,42,0.08); border-color: var(--lc-c2); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover::before, .wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover::after{ opacity: 1; transform: scale(1); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-badge{ transform: rotateY(180deg) scale(1.06); opacity: 1; border-radius: 50%; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-icon-wrap{ transform: translateY(-8px) rotate(-6deg) scale(1.08); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-icon-wrap::before{ border-radius: 50%; box-shadow: inset 0 1px 0 rgba(255,255,255,0.96), 0 18px 34px var(--lc-glow), 0 0 0 6px rgba(214,179,106,0.045); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-icon-wrap::after{ opacity: .48; transform: scale(1.05) rotate(0deg); border-radius: 50%; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-icon-wrap i{ color: var(--lc-c1); -webkit-text-fill-color: var(--lc-c1); transform: translateY(-1px) scale(1.14) rotate(6deg); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-card-title{ color: var(--lc-c1); transform: translateY(-3px); }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-card-title::after{ width: 66px; }.wpc-scope-378 .tc-wp-content-root .lotr-c-int-three .lotr-c-card:hover .lotr-c-card-text{ transform: translateY(-2px); color: #5A3A4A; }@keyframes lcIconSpin{ 0% { transform: scale(1.05) rotate(0deg); } 100% { transform: scale(1.05) rotate(360deg); } }@keyframes lcPulseRing{ 0% { box-shadow: 0 0 0 0 var(--lc-glow); } 100% { box-shadow: 0 0 0 8px transparent; } }@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lotr-c-section{ padding: 40px 12px; }.tc-wp-content-root .lotr-c-inner{ padding: 0; }.tc-wp-content-root .lotr-c-title{ font-size: 1.35rem; text-align: center; }.tc-wp-content-root .lotr-c-subtitle{ font-size: 0.82rem; }.tc-wp-content-root .lotr-c-grid-1, .tc-wp-content-root .lotr-c-grid-2, .tc-wp-content-root .lotr-c-grid-3{ grid-template-columns: 1fr !important; gap: 14px; overflow: hidden; }.tc-wp-content-root .lotr-c-card{ padding: 22px 18px; min-height: auto; }.tc-wp-content-root .lotr-c-icon-wrap{ width: 52px; min-width: 52px; height: 52px; min-height: 52px; border-radius: 16px; margin-bottom: 16px; }.tc-wp-content-root .lotr-c-icon-wrap::before{ border-radius: 16px; }.tc-wp-content-root .lotr-c-icon-wrap i{ font-size: 19px; }.tc-wp-content-root .lotr-c-card-title{ font-size: 16px; }.tc-wp-content-root .lotr-c-card-text{ font-size: 14px; }.tc-wp-content-root .lotr-c-badge{ width: 26px; height: 26px; top: 14px; right: 14px; font-size: 11px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lotr-c-section{ padding: 48px 16px; }.tc-wp-content-root .lotr-c-inner{ padding: 0; }.tc-wp-content-root .lotr-c-title{ font-size: 1.5rem; text-align: center; }.tc-wp-content-root .lotr-c-subtitle{ font-size: 0.88rem; }.tc-wp-content-root .lotr-c-grid-1, .tc-wp-content-root .lotr-c-grid-2, .tc-wp-content-root .lotr-c-grid-3{ grid-template-columns: 1fr !important; gap: 16px; overflow: hidden; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lotr-c-section{ padding: 56px 20px; }.tc-wp-content-root .lotr-c-title{ font-size: 1.7rem; text-align: center; }.tc-wp-content-root .lotr-c-subtitle{ font-size: 0.92rem; }.tc-wp-content-root .lotr-c-grid-1, .tc-wp-content-root .lotr-c-grid-2, .tc-wp-content-root .lotr-c-grid-3{ grid-template-columns: 1fr !important; gap: 18px; overflow: hidden; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lotr-c-grid-1, .tc-wp-content-root .lotr-c-grid-2, .tc-wp-content-root .lotr-c-grid-3{ grid-template-columns: repeat(2, 1fr) !important; gap: 20px; overflow: hidden; }}@media (min-width: 1024px){.tc-wp-content-root .lotr-c-grid-1, .tc-wp-content-root .lotr-c-grid-2, .tc-wp-content-root .lotr-c-grid-3{ grid-template-columns: repeat(3, 1fr) !important; gap: 24px; overflow: hidden; align-items: stretch; }}