@import "https://fonts.googleapis.com/css2?family=Patua+One&display=swap";

/* frontend/styles/index.css */
.sticky {
  position: sticky;
  top: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* node_modules/open-props/open-props.min.css */
:where(html) {
  --font-sans:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  --font-serif:ui-serif,serif;
  --font-mono:Dank Mono,Operator Mono,Inconsolata,Fira Mono,ui-monospace,SF Mono,Monaco,Droid Sans Mono,Source Code Pro,monospace;
  --font-weight-1:100;
  --font-weight-2:200;
  --font-weight-3:300;
  --font-weight-4:400;
  --font-weight-5:500;
  --font-weight-6:600;
  --font-weight-7:700;
  --font-weight-8:800;
  --font-weight-9:900;
  --font-lineheight-00:.95;
  --font-lineheight-0:1.1;
  --font-lineheight-1:1.25;
  --font-lineheight-2:1.375;
  --font-lineheight-3:1.5;
  --font-lineheight-4:1.75;
  --font-lineheight-5:2;
  --font-letterspacing-0:-.05em;
  --font-letterspacing-1:.025em;
  --font-letterspacing-2:.050em;
  --font-letterspacing-3:.075em;
  --font-letterspacing-4:.150em;
  --font-letterspacing-5:.500em;
  --font-letterspacing-6:.750em;
  --font-letterspacing-7:1em;
  --font-size-00:.5rem;
  --font-size-0:.75rem;
  --font-size-1:1rem;
  --font-size-2:1.1rem;
  --font-size-3:1.25rem;
  --font-size-4:1.5rem;
  --font-size-5:2rem;
  --font-size-6:2.5rem;
  --font-size-7:3rem;
  --font-size-8:3.5rem;
  --font-size-fluid-0:clamp(.75rem,2vw,1rem);
  --font-size-fluid-1:clamp(1rem,4vw,1.5rem);
  --font-size-fluid-2:clamp(1.5rem,6vw,2.5rem);
  --font-size-fluid-3:clamp(2rem,9vw,3.5rem);
  --size-000:-.5rem;
  --size-00:-.25rem;
  --size-1:.25rem;
  --size-2:.5rem;
  --size-3:1rem;
  --size-4:1.25rem;
  --size-5:1.5rem;
  --size-6:1.75rem;
  --size-7:2rem;
  --size-8:3rem;
  --size-9:4rem;
  --size-10:5rem;
  --size-11:7.5rem;
  --size-12:10rem;
  --size-13:15rem;
  --size-14:20rem;
  --size-15:30rem;
  --size-fluid-1:clamp(.5rem,1vw,1rem);
  --size-fluid-2:clamp(1rem,2vw,1.5rem);
  --size-fluid-3:clamp(1.5rem,3vw,2rem);
  --size-fluid-4:clamp(2rem,4vw,3rem);
  --size-fluid-5:clamp(4rem,5vw,5rem);
  --size-fluid-6:clamp(5rem,7vw,7.5rem);
  --size-fluid-7:clamp(7.5rem,10vw,10rem);
  --size-fluid-8:clamp(10rem,20vw,15rem);
  --size-fluid-9:clamp(15rem,30vw,20rem);
  --size-fluid-10:clamp(20rem,40vw,30rem);
  --size-content-1:20ch;
  --size-content-2:45ch;
  --size-content-3:60ch;
  --size-header-1:20ch;
  --size-header-2:25ch;
  --size-header-3:35ch;
  --size-xxs:240px;
  --size-xs:360px;
  --size-sm:480px;
  --size-md:768px;
  --size-lg:1024px;
  --size-xl:1440px;
  --size-xxl:1920px;
  --size-relative-000:-.5ch;
  --size-relative-00:-.25ch;
  --size-relative-1:.25ch;
  --size-relative-2:.5ch;
  --size-relative-3:1ch;
  --size-relative-4:1.25ch;
  --size-relative-5:1.5ch;
  --size-relative-6:1.75ch;
  --size-relative-7:2ch;
  --size-relative-8:3ch;
  --size-relative-9:4ch;
  --size-relative-10:5ch;
  --size-relative-11:7.5ch;
  --size-relative-12:10ch;
  --size-relative-13:15ch;
  --size-relative-14:20ch;
  --size-relative-15:30ch;
  --ease-1:cubic-bezier(.25,0,.5,1);
  --ease-2:cubic-bezier(.25,0,.4,1);
  --ease-3:cubic-bezier(.25,0,.3,1);
  --ease-4:cubic-bezier(.25,0,.2,1);
  --ease-5:cubic-bezier(.25,0,.1,1);
  --ease-in-1:cubic-bezier(.25,0,1,1);
  --ease-in-2:cubic-bezier(.50,0,1,1);
  --ease-in-3:cubic-bezier(.70,0,1,1);
  --ease-in-4:cubic-bezier(.90,0,1,1);
  --ease-in-5:cubic-bezier(1,0,1,1);
  --ease-out-1:cubic-bezier(0,0,.75,1);
  --ease-out-2:cubic-bezier(0,0,.50,1);
  --ease-out-3:cubic-bezier(0,0,.3,1);
  --ease-out-4:cubic-bezier(0,0,.1,1);
  --ease-out-5:cubic-bezier(0,0,0,1);
  --ease-in-out-1:cubic-bezier(.1,0,.9,1);
  --ease-in-out-2:cubic-bezier(.3,0,.7,1);
  --ease-in-out-3:cubic-bezier(.5,0,.5,1);
  --ease-in-out-4:cubic-bezier(.7,0,.3,1);
  --ease-in-out-5:cubic-bezier(.9,0,.1,1);
  --ease-elastic-out-1:cubic-bezier(.5,.75,.75,1.25);
  --ease-elastic-out-2:cubic-bezier(.5,1,.75,1.25);
  --ease-elastic-out-3:cubic-bezier(.5,1.25,.75,1.25);
  --ease-elastic-out-4:cubic-bezier(.5,1.5,.75,1.25);
  --ease-elastic-out-5:cubic-bezier(.5,1.75,.75,1.25);
  --ease-elastic-in-1:cubic-bezier(.5,-0.25,.75,1);
  --ease-elastic-in-2:cubic-bezier(.5,-0.50,.75,1);
  --ease-elastic-in-3:cubic-bezier(.5,-0.75,.75,1);
  --ease-elastic-in-4:cubic-bezier(.5,-1.00,.75,1);
  --ease-elastic-in-5:cubic-bezier(.5,-1.25,.75,1);
  --ease-elastic-in-out-1:cubic-bezier(.5,-.1,.1,1.5);
  --ease-elastic-in-out-2:cubic-bezier(.5,-.3,.1,1.5);
  --ease-elastic-in-out-3:cubic-bezier(.5,-.5,.1,1.5);
  --ease-elastic-in-out-4:cubic-bezier(.5,-.7,.1,1.5);
  --ease-elastic-in-out-5:cubic-bezier(.5,-.9,.1,1.5);
  --ease-step-1:steps(2);
  --ease-step-2:steps(3);
  --ease-step-3:steps(4);
  --ease-step-4:steps(7);
  --ease-step-5:steps(10);
  --ease-elastic-1:var(--ease-elastic-out-1);
  --ease-elastic-2:var(--ease-elastic-out-2);
  --ease-elastic-3:var(--ease-elastic-out-3);
  --ease-elastic-4:var(--ease-elastic-out-4);
  --ease-elastic-5:var(--ease-elastic-out-5);
  --ease-squish-1:var(--ease-elastic-in-out-1);
  --ease-squish-2:var(--ease-elastic-in-out-2);
  --ease-squish-3:var(--ease-elastic-in-out-3);
  --ease-squish-4:var(--ease-elastic-in-out-4);
  --ease-squish-5:var(--ease-elastic-in-out-5);
  --ease-spring-1:linear(0,0.006,0.025 2.8%,0.101 6.1%,0.539 18.9%,0.721 25.3%,0.849 31.5%,0.937 38.1%,0.968 41.8%,0.991 45.7%,1.006 50.1%,1.015 55%,1.017 63.9%,1.001);
  --ease-spring-2:linear(0,0.007,0.029 2.2%,0.118 4.7%,0.625 14.4%,0.826 19%,0.902,0.962,1.008 26.1%,1.041 28.7%,1.064 32.1%,1.07 36%,1.061 40.5%,1.015 53.4%,0.999 61.6%,0.995 71.2%,1);
  --ease-spring-3:linear(0,0.009,0.035 2.1%,0.141 4.4%,0.723 12.9%,0.938 16.7%,1.017,1.077,1.121,1.149 24.3%,1.159,1.163,1.161,1.154 29.9%,1.129 32.8%,1.051 39.6%,1.017 43.1%,0.991,0.977 51%,0.974 53.8%,0.975 57.1%,0.997 69.8%,1.003 76.9%,1);
  --ease-spring-4:linear(0,0.009,0.037 1.7%,0.153 3.6%,0.776 10.3%,1.001,1.142 16%,1.185,1.209 19%,1.215 19.9% 20.8%,1.199,1.165 25%,1.056 30.3%,1.008 33%,0.973,0.955 39.2%,0.953 41.1%,0.957 43.3%,0.998 53.3%,1.009 59.1% 63.7%,0.998 78.9%,1);
  --ease-spring-5:linear(0,0.01,0.04 1.6%,0.161 3.3%,0.816 9.4%,1.046,1.189 14.4%,1.231,1.254 17%,1.259,1.257 18.6%,1.236,1.194 22.3%,1.057 27%,0.999 29.4%,0.955 32.1%,0.942,0.935 34.9%,0.933,0.939 38.4%,1 47.3%,1.011,1.017 52.6%,1.016 56.4%,1 65.2%,0.996 70.2%,1.001 87.2%,1);
  --ease-bounce-1:linear(0,0.004,0.016,0.035,0.063,0.098,0.141,0.191,0.25,0.316,0.391 36.8%,0.563,0.766,1 58.8%,0.946,0.908 69.1%,0.895,0.885,0.879,0.878,0.879,0.885,0.895,0.908 89.7%,0.946,1);
  --ease-bounce-2:linear(0,0.004,0.016,0.035,0.063,0.098,0.141 15.1%,0.25,0.391,0.562,0.765,1,0.892 45.2%,0.849,0.815,0.788,0.769,0.757,0.753,0.757,0.769,0.788,0.815,0.85,0.892 75.2%,1 80.2%,0.973,0.954,0.943,0.939,0.943,0.954,0.973,1);
  --ease-bounce-3:linear(0,0.004,0.016,0.035,0.062,0.098,0.141 11.4%,0.25,0.39,0.562,0.764,1 30.3%,0.847 34.8%,0.787,0.737,0.699,0.672,0.655,0.65,0.656,0.672,0.699,0.738,0.787,0.847 61.7%,1 66.2%,0.946,0.908,0.885 74.2%,0.879,0.878,0.879,0.885 79.5%,0.908,0.946,1 87.4%,0.981,0.968,0.96,0.957,0.96,0.968,0.981,1);
  --ease-bounce-4:linear(0,0.004,0.016 3%,0.062,0.141,0.25,0.391,0.562 18.2%,1 24.3%,0.81,0.676 32.3%,0.629,0.595,0.575,0.568,0.575,0.595,0.629,0.676 48.2%,0.811,1 56.2%,0.918,0.86,0.825,0.814,0.825,0.86,0.918,1 77.2%,0.94 80.6%,0.925,0.92,0.925,0.94 87.5%,1 90.9%,0.974,0.965,0.974,1);
  --ease-bounce-5:linear(0,0.004,0.016 2.5%,0.063,0.141,0.25 10.1%,0.562,1 20.2%,0.783,0.627,0.534 30.9%,0.511,0.503,0.511,0.534 38%,0.627,0.782,1 48.7%,0.892,0.815,0.769 56.3%,0.757,0.753,0.757,0.769 61.3%,0.815,0.892,1 68.8%,0.908 72.4%,0.885,0.878,0.885,0.908 79.4%,1 83%,0.954 85.5%,0.943,0.939,0.943,0.954 90.5%,1 93%,0.977,0.97,0.977,1);
  --layer-1:1;
  --layer-2:2;
  --layer-3:3;
  --layer-4:4;
  --layer-5:5;
  --layer-important:2147483647;
  --shadow-color:220 3% 15%;
  --shadow-strength:1%;
  --inner-shadow-highlight:inset 0 -.5px 0 0 #fff,inset 0 .5px 0 0 rgba(0,0,0,.067);
  --shadow-1:0 1px 2px -1px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
  --shadow-2:0 3px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 7px 14px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%));
  --shadow-3:0 -1px 3px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 1px 2px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 2px 5px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 4px 12px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 12px 15px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));
  --shadow-4:0 -2px 5px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 1px 1px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 2px 2px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 5px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 9px 9px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 16px 16px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 6%));
  --shadow-5:0 -1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 2px 1px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 5px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 10px 10px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 20px 20px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 40px 40px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));
  --shadow-6:0 -1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 3px 2px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 7px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 12px 10px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 22px 18px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 41px 33px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 6%)),0 100px 80px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));
  --inner-shadow-0:inset 0 0 0 1px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
  --inner-shadow-1:inset 0 1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);
  --inner-shadow-2:inset 0 1px 4px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);
  --inner-shadow-3:inset 0 2px 8px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);
  --inner-shadow-4:inset 0 2px 14px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);
  --ratio-square:1;
  --ratio-landscape:4/3;
  --ratio-portrait:3/4;
  --ratio-widescreen:16/9;
  --ratio-ultrawide:18/5;
  --ratio-golden:1.6180/1;
  --gray-0:#f8f9fa;
  --gray-1:#f1f3f5;
  --gray-2:#e9ecef;
  --gray-3:#dee2e6;
  --gray-4:#ced4da;
  --gray-5:#adb5bd;
  --gray-6:#868e96;
  --gray-7:#495057;
  --gray-8:#343a40;
  --gray-9:#212529;
  --gray-10:#16191d;
  --gray-11:#0d0f12;
  --gray-12:#030507;
  --stone-0:#f8fafb;
  --stone-1:#f2f4f6;
  --stone-2:#ebedef;
  --stone-3:#e0e4e5;
  --stone-4:#d1d6d8;
  --stone-5:#b1b6b9;
  --stone-6:#979b9d;
  --stone-7:#7e8282;
  --stone-8:#666968;
  --stone-9:#50514f;
  --stone-10:#3a3a37;
  --stone-11:#252521;
  --stone-12:#121210;
  --red-0:#fff5f5;
  --red-1:#ffe3e3;
  --red-2:#ffc9c9;
  --red-3:#ffa8a8;
  --red-4:#ff8787;
  --red-5:#ff6b6b;
  --red-6:#fa5252;
  --red-7:#f03e3e;
  --red-8:#e03131;
  --red-9:#c92a2a;
  --red-10:#b02525;
  --red-11:#962020;
  --red-12:#7d1a1a;
  --pink-0:#fff0f6;
  --pink-1:#ffdeeb;
  --pink-2:#fcc2d7;
  --pink-3:#faa2c1;
  --pink-4:#f783ac;
  --pink-5:#f06595;
  --pink-6:#e64980;
  --pink-7:#d6336c;
  --pink-8:#c2255c;
  --pink-9:#a61e4d;
  --pink-10:#8c1941;
  --pink-11:#731536;
  --pink-12:#59102a;
  --purple-0:#f8f0fc;
  --purple-1:#f3d9fa;
  --purple-2:#eebefa;
  --purple-3:#e599f7;
  --purple-4:#da77f2;
  --purple-5:#cc5de8;
  --purple-6:#be4bdb;
  --purple-7:#ae3ec9;
  --purple-8:#9c36b5;
  --purple-9:#862e9c;
  --purple-10:#702682;
  --purple-11:#5a1e69;
  --purple-12:#44174f;
  --violet-0:#f3f0ff;
  --violet-1:#e5dbff;
  --violet-2:#d0bfff;
  --violet-3:#b197fc;
  --violet-4:#9775fa;
  --violet-5:#845ef7;
  --violet-6:#7950f2;
  --violet-7:#7048e8;
  --violet-8:#6741d9;
  --violet-9:#5f3dc4;
  --violet-10:#5235ab;
  --violet-11:#462d91;
  --violet-12:#3a2578;
  --indigo-0:#edf2ff;
  --indigo-1:#dbe4ff;
  --indigo-2:#bac8ff;
  --indigo-3:#91a7ff;
  --indigo-4:#748ffc;
  --indigo-5:#5c7cfa;
  --indigo-6:#4c6ef5;
  --indigo-7:#4263eb;
  --indigo-8:#3b5bdb;
  --indigo-9:#364fc7;
  --indigo-10:#2f44ad;
  --indigo-11:#283a94;
  --indigo-12:#21307a;
  --blue-0:#e7f5ff;
  --blue-1:#d0ebff;
  --blue-2:#a5d8ff;
  --blue-3:#74c0fc;
  --blue-4:#4dabf7;
  --blue-5:#339af0;
  --blue-6:#228be6;
  --blue-7:#1c7ed6;
  --blue-8:#1971c2;
  --blue-9:#1864ab;
  --blue-10:#145591;
  --blue-11:#114678;
  --blue-12:#0d375e;
  --cyan-0:#e3fafc;
  --cyan-1:#c5f6fa;
  --cyan-2:#99e9f2;
  --cyan-3:#66d9e8;
  --cyan-4:#3bc9db;
  --cyan-5:#22b8cf;
  --cyan-6:#15aabf;
  --cyan-7:#1098ad;
  --cyan-8:#0c8599;
  --cyan-9:#0b7285;
  --cyan-10:#095c6b;
  --cyan-11:#074652;
  --cyan-12:#053038;
  --teal-0:#e6fcf5;
  --teal-1:#c3fae8;
  --teal-2:#96f2d7;
  --teal-3:#63e6be;
  --teal-4:#38d9a9;
  --teal-5:#20c997;
  --teal-6:#12b886;
  --teal-7:#0ca678;
  --teal-8:#099268;
  --teal-9:#087f5b;
  --teal-10:#066649;
  --teal-11:#054d37;
  --teal-12:#033325;
  --green-0:#ebfbee;
  --green-1:#d3f9d8;
  --green-2:#b2f2bb;
  --green-3:#8ce99a;
  --green-4:#69db7c;
  --green-5:#51cf66;
  --green-6:#40c057;
  --green-7:#37b24d;
  --green-8:#2f9e44;
  --green-9:#2b8a3e;
  --green-10:#237032;
  --green-11:#1b5727;
  --green-12:#133d1b;
  --lime-0:#f4fce3;
  --lime-1:#e9fac8;
  --lime-2:#d8f5a2;
  --lime-3:#c0eb75;
  --lime-4:#a9e34b;
  --lime-5:#94d82d;
  --lime-6:#82c91e;
  --lime-7:#74b816;
  --lime-8:#66a80f;
  --lime-9:#5c940d;
  --lime-10:#4c7a0b;
  --lime-11:#3c6109;
  --lime-12:#2c4706;
  --yellow-0:#fff9db;
  --yellow-1:#fff3bf;
  --yellow-2:#ffec99;
  --yellow-3:#ffe066;
  --yellow-4:#ffd43b;
  --yellow-5:#fcc419;
  --yellow-6:#fab005;
  --yellow-7:#f59f00;
  --yellow-8:#f08c00;
  --yellow-9:#e67700;
  --yellow-10:#b35c00;
  --yellow-11:#804200;
  --yellow-12:#663500;
  --orange-0:#fff4e6;
  --orange-1:#ffe8cc;
  --orange-2:#ffd8a8;
  --orange-3:#ffc078;
  --orange-4:#ffa94d;
  --orange-5:#ff922b;
  --orange-6:#fd7e14;
  --orange-7:#f76707;
  --orange-8:#e8590c;
  --orange-9:#d9480f;
  --orange-10:#bf400d;
  --orange-11:#99330b;
  --orange-12:#802b09;
  --choco-0:#fff8dc;
  --choco-1:#fce1bc;
  --choco-2:#f7ca9e;
  --choco-3:#f1b280;
  --choco-4:#e99b62;
  --choco-5:#df8545;
  --choco-6:#d46e25;
  --choco-7:#bd5f1b;
  --choco-8:#a45117;
  --choco-9:#8a4513;
  --choco-10:#703a13;
  --choco-11:#572f12;
  --choco-12:#3d210d;
  --brown-0:#faf4eb;
  --brown-1:#ede0d1;
  --brown-2:#e0cab7;
  --brown-3:#d3b79e;
  --brown-4:#c5a285;
  --brown-5:#b78f6d;
  --brown-6:#a87c56;
  --brown-7:#956b47;
  --brown-8:#825b3a;
  --brown-9:#6f4b2d;
  --brown-10:#5e3a21;
  --brown-11:#4e2b15;
  --brown-12:#422412;
  --sand-0:#f8fafb;
  --sand-1:#e6e4dc;
  --sand-2:#d5cfbd;
  --sand-3:#c2b9a0;
  --sand-4:#aea58c;
  --sand-5:#9a9178;
  --sand-6:#867c65;
  --sand-7:#736a53;
  --sand-8:#5f5746;
  --sand-9:#4b4639;
  --sand-10:#38352d;
  --sand-11:#252521;
  --sand-12:#121210;
  --camo-0:#f9fbe7;
  --camo-1:#e8ed9c;
  --camo-2:#d2df4e;
  --camo-3:#c2ce34;
  --camo-4:#b5bb2e;
  --camo-5:#a7a827;
  --camo-6:#999621;
  --camo-7:#8c851c;
  --camo-8:#7e7416;
  --camo-9:#6d6414;
  --camo-10:#5d5411;
  --camo-11:#4d460e;
  --camo-12:#36300a;
  --jungle-0:#ecfeb0;
  --jungle-1:#def39a;
  --jungle-2:#d0e884;
  --jungle-3:#c2dd6e;
  --jungle-4:#b5d15b;
  --jungle-5:#a8c648;
  --jungle-6:#9bbb36;
  --jungle-7:#8fb024;
  --jungle-8:#84a513;
  --jungle-9:#7a9908;
  --jungle-10:#658006;
  --jungle-11:#516605;
  --jungle-12:#3d4d04;
  --gradient-1:linear-gradient(
      to bottom right,#1f005c,#5b0060,#870160,#ac255e,#ca485c,#e16b5c,#f39060,#ffb56b);
  --gradient-2:linear-gradient(
      to bottom right,#48005c,#8300e2,#a269ff);
  --gradient-3:radial-gradient(
      circle at top right,#0ff,rgba(0,255,255,0)),radial-gradient(
      circle at bottom left,#ff1492,rgba(255,20,146,0));
  --gradient-4:linear-gradient(
      to bottom right,#00f5a0,#00d9f5);
  --gradient-5:conic-gradient(
      from -270deg at 75% 110%,#f0f,#fffaf0);
  --gradient-6:conic-gradient(
      from -90deg at top left,#000,#fff);
  --gradient-7:linear-gradient(
      to bottom right,#72c6ef,#004e8f);
  --gradient-8:conic-gradient(
      from 90deg at 50% 0%,#111,50%,#222,#111);
  --gradient-9:conic-gradient(
      from .5turn at bottom center,#add8e6,#fff);
  --gradient-10:conic-gradient(
      from 90deg at 40% -25%,gold,#f79d03,#ee6907,#e6390a,#de0d0d,#d61039,#cf1261,#c71585,#cf1261,#d61039,#de0d0d,#ee6907,#f79d03,gold,gold,gold);
  --gradient-11:conic-gradient(
      at bottom left,#ff1493,cyan);
  --gradient-12:conic-gradient(
      from 90deg at 25% -10%,#ff4500,#d3f340,#7bee85,#afeeee,#7bee85);
  --gradient-13:radial-gradient(
      circle at 50% 200%,#000142,#3b0083,#b300c3,#ff059f,#ff4661,#ffad86,#fff3c7);
  --gradient-14:conic-gradient(
      at top right,lime,cyan);
  --gradient-15:linear-gradient(
      to bottom right,#c7d2fe,#fecaca,#fef3c7);
  --gradient-16:radial-gradient(
      circle at 50% -250%,#374151,#111827,#000);
  --gradient-17:conic-gradient(
      from -90deg at 50% -25%,blue,#8a2be2);
  --gradient-18:linear-gradient(
      0deg,rgba(255,0,0,.8),rgba(255,0,0,0) 75%),linear-gradient(
      60deg,rgba(255,255,0,.8),rgba(255,255,0,0) 75%),linear-gradient(
      120deg,rgba(0,255,0,.8),rgba(0,255,0,0) 75%),linear-gradient(
      180deg,rgba(0,255,255,.8),rgba(0,255,255,0) 75%),linear-gradient(
      240deg,rgba(0,0,255,.8),rgba(0,0,255,0) 75%),linear-gradient(
      300deg,rgba(255,0,255,.8),rgba(255,0,255,0) 75%);
  --gradient-19:linear-gradient(
      to bottom right,#ffe259,#ffa751);
  --gradient-20:conic-gradient(
      from -135deg at -10% center,orange,#ff7715,#ff522a,#ff3f47,#ff5482,#ff69b4);
  --gradient-21:conic-gradient(
      from -90deg at 25% 115%,red,#f06,#f0c,#c0f,#60f,#00f,#00f,#00f,#00f);
  --gradient-22:linear-gradient(
      to bottom right,#acb6e5,#86fde8);
  --gradient-23:linear-gradient(
      to bottom right,#536976,#292e49);
  --gradient-24:conic-gradient(
      from .5turn at 0% 0%,#00c476,10%,#82b0ff,90%,#00c476);
  --gradient-25:conic-gradient(
      at 125% 50%,#b78cf7,#ff7c94,#ffcf0d,#ff7c94,#b78cf7);
  --gradient-26:linear-gradient(
      to bottom right,#9796f0,#fbc7d4);
  --gradient-27:conic-gradient(
      from .5turn at bottom left,#ff1493,#639);
  --gradient-28:conic-gradient(
      from -90deg at 50% 105%,#fff,orchid);
  --gradient-29:radial-gradient(
      circle at top right,#bfb3ff,rgba(191,179,255,0)),radial-gradient(
      circle at bottom left,#86acf9,rgba(134,172,249,0));
  --gradient-30:radial-gradient(
      circle at top right,#00ff80,rgba(0,255,128,0)),radial-gradient(
      circle at bottom left,#adffd6,rgba(173,255,214,0));
  --noise-1:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.005' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  --noise-2:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.05' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  --noise-3:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.25' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  --noise-4:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  --noise-5:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  --noise-filter-1:contrast(300%) brightness(100%);
  --noise-filter-2:contrast(200%) brightness(150%);
  --noise-filter-3:contrast(200%) brightness(250%);
  --noise-filter-4:contrast(200%) brightness(500%);
  --noise-filter-5:contrast(200%) brightness(1000%);
  --animation-fade-in:fade-in .5s var(--ease-3);
  --animation-fade-in-bloom:fade-in-bloom 2s var(--ease-3);
  --animation-fade-out:fade-out .5s var(--ease-3);
  --animation-fade-out-bloom:fade-out-bloom 2s var(--ease-3);
  --animation-scale-up:scale-up .5s var(--ease-3);
  --animation-scale-down:scale-down .5s var(--ease-3);
  --animation-slide-out-up:slide-out-up .5s var(--ease-3);
  --animation-slide-out-down:slide-out-down .5s var(--ease-3);
  --animation-slide-out-right:slide-out-right .5s var(--ease-3);
  --animation-slide-out-left:slide-out-left .5s var(--ease-3);
  --animation-slide-in-up:slide-in-up .5s var(--ease-3);
  --animation-slide-in-down:slide-in-down .5s var(--ease-3);
  --animation-slide-in-right:slide-in-right .5s var(--ease-3);
  --animation-slide-in-left:slide-in-left .5s var(--ease-3);
  --animation-shake-x:shake-x .75s var(--ease-out-5);
  --animation-shake-y:shake-y .75s var(--ease-out-5);
  --animation-spin:spin 2s linear infinite;
  --animation-ping:ping 5s var(--ease-out-3) infinite;
  --animation-blink:blink 1s var(--ease-out-3) infinite;
  --animation-float:float 3s var(--ease-in-out-3) infinite;
  --animation-bounce:bounce 2s var(--ease-squish-2) infinite;
  --animation-pulse:pulse 2s var(--ease-out-3) infinite;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:5px;
  --border-size-4:10px;
  --border-size-5:25px;
  --radius-1:2px;
  --radius-2:5px;
  --radius-3:1rem;
  --radius-4:2rem;
  --radius-5:4rem;
  --radius-6:8rem;
  --radius-round:1e5px;
  --radius-blob-1:30% 70% 70% 30%/53% 30% 70% 47%;
  --radius-blob-2:53% 47% 34% 66%/63% 46% 54% 37%;
  --radius-blob-3:37% 63% 56% 44%/49% 56% 44% 51%;
  --radius-blob-4:63% 37% 37% 63%/43% 37% 63% 57%;
  --radius-blob-5:49% 51% 48% 52%/57% 44% 56% 43%;
  --radius-conditional-1:clamp(0px,calc(100vw - 100%) * 1e5,var(--radius-1));
  --radius-conditional-2:clamp(0px,calc(100vw - 100%) * 1e5,var(--radius-2));
  --radius-conditional-3:clamp(0px,calc(100vw - 100%) * 1e5,var(--radius-3));
  --radius-conditional-4:clamp(0px,calc(100vw - 100%) * 1e5,var(--radius-4));
  --radius-conditional-5:clamp(0px,calc(100vw - 100%) * 1e5,var(--radius-5));
  --radius-conditional-6:clamp(0px,calc(100vw - 100%) * 1e5,var(--radius-6));
}
@media (prefers-color-scheme:dark) {
  :where(html) {
    --shadow-color:220 40% 2%;
    --shadow-strength:25%;
    --inner-shadow-highlight:inset 0 -.5px 0 0 hsla(0,0%,100%,.067),inset 0 .5px 0 0 rgba(0,0,0,.467);
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in-bloom {
  0% {
    filter: brightness(1) blur(20px);
    opacity: 0;
  }
  10% {
    filter: brightness(2) blur(10px);
    opacity: 1;
  }
  to {
    filter: brightness(1) blur(0);
    opacity: 1;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes fade-out-bloom {
  to {
    filter: brightness(1) blur(20px);
    opacity: 0;
  }
  10% {
    filter: brightness(2) blur(10px);
    opacity: 1;
  }
  0% {
    filter: brightness(1) blur(0);
    opacity: 1;
  }
}
@keyframes scale-up {
  to {
    transform: scale(1.25);
  }
}
@keyframes scale-down {
  to {
    transform: scale(.75);
  }
}
@keyframes slide-out-up {
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide-out-down {
  to {
    transform: translateY(100%);
  }
}
@keyframes slide-out-right {
  to {
    transform: translateX(100%);
  }
}
@keyframes slide-out-left {
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(100%);
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(-100%);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(100%);
  }
}
@keyframes shake-x {
  0%, to {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5%);
  }
  40% {
    transform: translateX(5%);
  }
  60% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(5%);
  }
}
@keyframes shake-y {
  0%, to {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5%);
  }
  40% {
    transform: translateY(5%);
  }
  60% {
    transform: translateY(-5%);
  }
  80% {
    transform: translateY(5%);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes ping {
  90%, to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes blink {
  0%, to {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}
@keyframes float {
  50% {
    transform: translateY(-25%);
  }
}
@keyframes bounce {
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-3%);
  }
  0%, 60%, to {
    transform: translateY(0);
  }
}
@keyframes pulse {
  50% {
    transform: scale(.9);
  }
}
@media (prefers-color-scheme:dark) {
  @keyframes fade-in-bloom {
    0% {
      filter: brightness(1) blur(20px);
      opacity: 0;
    }
    10% {
      filter: brightness(.5) blur(10px);
      opacity: 1;
    }
    to {
      filter: brightness(1) blur(0);
      opacity: 1;
    }
  }
}
@media (prefers-color-scheme:dark) {
  @keyframes fade-out-bloom {
    to {
      filter: brightness(1) blur(20px);
      opacity: 0;
    }
    10% {
      filter: brightness(.5) blur(10px);
      opacity: 1;
    }
    0% {
      filter: brightness(1) blur(0);
      opacity: 1;
    }
  }
}

/* frontend/styles/shared/cards/1_card-v8.css */
:root {
  --cr1-color-primary-hsl:
    250,
    84%,
    54%;
  --cr1-color-bg-hsl:
    0,
    0%,
    100%;
  --cr1-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --cr1-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --cr1-color-contrast-medium-hsl:
    225,
    4%,
    47%;
  --cr1-color-bg-light-hsl:
    0,
    0%,
    100%;
  --cr1-color-accent-hsl:
    342,
    89%,
    48%;
  --cr1-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --cr1-space-sm: 0.75rem;
  --cr1-space-md: 1.25rem;
  --cr1-space-xs: 0.5rem;
  --cr1-text-sm: 0.833rem;
  --cr1-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --cr1-space-sm: 1.125rem;
    --cr1-space-md: 2rem;
    --cr1-space-xs: 0.75rem;
    --cr1-text-sm: 1rem;
    --cr1-text-sm: 1rem;
  }
}
.card-v8 {
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
}
.card-v8 img {
  display: block;
  width: 100%;
}
.card-v8:hover {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--cr1-color-bg-light-hsl));
  box-shadow:
    0 0.9px 1.5px rgba(0, 0, 0, 0.03),
    0 3.1px 5.5px rgba(0, 0, 0, 0.08),
    0 14px 25px rgba(0, 0, 0, 0.12);
}
.card-v8:hover .card-v8__title {
  background-size: 100% 100%;
}
.card-v8__title {
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  background-image: linear-gradient(transparent 50%, hsla(250, 84%, 54%, 0.2) 50%);
  background-image: linear-gradient(transparent 50%, hsla(var(--cr1-color-primary-hsl), 0.2) 50%);
  background-size: 0% 100%;
}
.cr1-text-component :where(h1, h2, h3, h4) {
  line-height: 1.2;
  line-height: var(--cr1-heading-line-height, 1.2);
  margin-top: calc(1.25rem * 1);
  margin-top: calc(var(--cr1-space-md) * var(--cr1-space-multiplier, 1));
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--cr1-space-sm) * var(--cr1-space-multiplier, 1));
}
.cr1-text-component :where(p, blockquote, ul li, ol li) {
  line-height: 1.4;
  line-height: var(--cr1-body-line-height, 1.4);
}
.cr1-text-component :where(ul, ol, p, blockquote, .cr1-text-component__block) {
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--cr1-space-sm) * var(--cr1-space-multiplier, 1));
}
.cr1-text-component :where(ul, ol) {
  padding-left: 1.25em;
}
.cr1-text-component ul :where(ul, ol),
.cr1-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}
.cr1-text-component ul {
  list-style-type: disc;
}
.cr1-text-component ol {
  list-style-type: decimal;
}
.cr1-text-component img {
  display: block;
  margin: 0 auto;
}
.cr1-text-component figcaption {
  margin-top: calc(0.5rem * 1);
  margin-top: calc(var(--cr1-space-xs) * var(--cr1-space-multiplier, 1));
  font-size: 0.833rem;
  font-size: var(--cr1-text-sm);
  text-align: center;
}
.cr1-text-component em {
  font-style: italic;
}
.cr1-text-component strong {
  font-weight: bold;
}
.cr1-text-component s {
  text-decoration: line-through;
}
.cr1-text-component u {
  text-decoration: underline;
}
.cr1-text-component mark {
  background-color: hsla(342, 89%, 48%, 0.2);
  background-color: hsla(var(--cr1-color-accent-hsl), 0.2);
  color: inherit;
}
.cr1-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 4%, 85%);
  border-left: 4px solid hsl(var(--cr1-color-contrast-lower-hsl));
  font-style: italic;
}
.cr1-text-component hr {
  margin: calc(1.25rem * 1) auto;
  margin: calc(var(--cr1-space-md) * var(--cr1-space-multiplier, 1)) auto;
  background: hsl(240, 4%, 85%);
  background: hsl(var(--cr1-color-contrast-lower-hsl));
  height: 1px;
}
.cr1-text-component > *:first-child {
  margin-top: 0;
}
.cr1-text-component > *:last-child {
  margin-bottom: 0;
}
.cr1-text-component.cr1-line-height-xs {
  --cr1-heading-line-height: 1;
  --cr1-body-line-height: 1.1;
}
.cr1-text-component.cr1-line-height-sm {
  --cr1-heading-line-height: 1.1;
  --cr1-body-line-height: 1.2;
}
.cr1-text-component.cr1-line-height-md {
  --cr1-heading-line-height: 1.15;
  --cr1-body-line-height: 1.4;
}
.cr1-text-component.cr1-line-height-lg {
  --cr1-heading-line-height: 1.22;
  --cr1-body-line-height: 1.58;
}
.cr1-text-component.cr1-line-height-xl {
  --cr1-heading-line-height: 1.3;
  --cr1-body-line-height: 1.72;
}
.cr1-margin-bottom-sm {
  margin-bottom: 0.75rem;
  margin-bottom: var(--cr1-space-sm);
}
.cr1-color-contrast-medium {
  --cr1-color-o: 1;
  color: hsla(225, 4%, 47%, 1);
  color: hsla(var(--cr1-color-contrast-medium-hsl), var(--cr1-color-o, 1));
}
.cr1-text-sm {
  font-size: 0.833rem;
  font-size: var(--cr1-text-sm);
}
.cr1-padding-sm {
  padding: 0.75rem;
  padding: var(--cr1-space-sm);
}
.cr1-radius-lg {
  border-radius: 0.5em;
}
.cr1-bg {
  --cr1-bg-o: 1;
  background-color: hsla(0, 0%, 100%, 1);
  background-color: hsla(var(--cr1-color-bg-hsl), var(--cr1-bg-o, 1));
}

/* frontend/styles/shared/meganav/1_tabs.css */
:root {
  --th8-color-primary-hsl:
    250,
    84%,
    54%;
  --th8-color-bg-hsl:
    0,
    0%,
    100%;
  --th8-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --th8-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --th8-color-contrast-medium-hsl:
    225,
    4%,
    47%;
  --th8-color-accent-hsl:
    342,
    89%,
    48%;
  --th8-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --th8-space-sm: 0.75rem;
  --th8-space-md: 1.25rem;
  --th8-space-xs: 0.5rem;
  --th8-text-lg: 1.25rem;
  --th8-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --th8-space-sm: 1.125rem;
    --th8-space-md: 2rem;
    --th8-space-xs: 0.75rem;
    --th8-text-lg: 1.75rem;
    --th8-text-sm: 1rem;
  }
}
.tabs__control {
  text-decoration: none;
  color: hsl(225, 4%, 47%);
  color: hsl(var(--th8-color-contrast-medium-hsl));
}
.tabs__control:focus {
  outline: 2px solid hsla(250, 84%, 54%, 0.2);
  outline: 2px solid hsla(var(--th8-color-primary-hsl), 0.2);
  outline-offset: 2px;
}
.tabs__control:hover {
  color: hsl(230, 7%, 23%);
  color: hsl(var(--th8-color-contrast-high-hsl));
}
.tabs__control[aria-selected=true] {
  color: hsl(230, 7%, 23%);
  color: hsl(var(--th8-color-contrast-high-hsl));
  text-decoration: underline;
}
.th8-text-lg {
  font-size: 1.25rem;
  font-size: var(--th8-text-lg);
}
.th8-text-component :where(h1, h2, h3, h4) {
  line-height: 1.2;
  line-height: var(--th8-heading-line-height, 1.2);
  margin-top: calc(1.25rem * 1);
  margin-top: calc(var(--th8-space-md) * var(--th8-space-multiplier, 1));
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--th8-space-sm) * var(--th8-space-multiplier, 1));
}
.th8-text-component :where(p, blockquote, ul li, ol li) {
  line-height: 1.4;
  line-height: var(--th8-body-line-height, 1.4);
}
.th8-text-component :where(ul, ol, p, blockquote, .th8-text-component__block) {
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--th8-space-sm) * var(--th8-space-multiplier, 1));
}
.th8-text-component :where(ul, ol) {
  padding-left: 1.25em;
}
.th8-text-component ul :where(ul, ol),
.th8-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}
.th8-text-component ul {
  list-style-type: disc;
}
.th8-text-component ol {
  list-style-type: decimal;
}
.th8-text-component img {
  display: block;
  margin: 0 auto;
}
.th8-text-component figcaption {
  margin-top: calc(0.5rem * 1);
  margin-top: calc(var(--th8-space-xs) * var(--th8-space-multiplier, 1));
  font-size: 0.833rem;
  font-size: var(--th8-text-sm);
  text-align: center;
}
.th8-text-component em {
  font-style: italic;
}
.th8-text-component strong {
  font-weight: bold;
}
.th8-text-component s {
  text-decoration: line-through;
}
.th8-text-component u {
  text-decoration: underline;
}
.th8-text-component mark {
  background-color: hsla(342, 89%, 48%, 0.2);
  background-color: hsla(var(--th8-color-accent-hsl), 0.2);
  color: inherit;
}
.th8-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 4%, 85%);
  border-left: 4px solid hsl(var(--th8-color-contrast-lower-hsl));
  font-style: italic;
}
.th8-text-component hr {
  margin: calc(1.25rem * 1) auto;
  margin: calc(var(--th8-space-md) * var(--th8-space-multiplier, 1)) auto;
  background: hsl(240, 4%, 85%);
  background: hsl(var(--th8-color-contrast-lower-hsl));
  height: 1px;
}
.th8-text-component > *:first-child {
  margin-top: 0;
}
.th8-text-component > *:last-child {
  margin-bottom: 0;
}
.th8-text-component.th8-line-height-xs {
  --th8-heading-line-height: 1;
  --th8-body-line-height: 1.1;
}
.th8-text-component.th8-line-height-sm {
  --th8-heading-line-height: 1.1;
  --th8-body-line-height: 1.2;
}
.th8-text-component.th8-line-height-md {
  --th8-heading-line-height: 1.15;
  --th8-body-line-height: 1.4;
}
.th8-text-component.th8-line-height-lg {
  --th8-heading-line-height: 1.22;
  --th8-body-line-height: 1.58;
}
.th8-text-component.th8-line-height-xl {
  --th8-heading-line-height: 1.3;
  --th8-body-line-height: 1.72;
}
.th8-padding-top-md {
  padding-top: 1.25rem;
  padding-top: var(--th8-space-md);
}
.th8-gap-sm {
  gap: 0.75rem;
  gap: var(--th8-space-sm);
}
.th8-flex-wrap {
  flex-wrap: wrap;
}
.th8-flex {
  display: flex;
}
.th8-hide {
  display: none !important;
}

/* frontend/styles/shared/blog/1_article-gallery-v3.css */
*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: hsl(0, 0%, 100%);
  font-family: system-ui, sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1.125rem;
  line-height: 1.4;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.125rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.375rem;
}
ol,
ul,
menu {
  list-style: none;
}
button,
input,
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
a {
  color: hsl(250, 84%, 54%);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
.articles-v3 {
}
.articles-v3__list-grid {
  display: grid;
  grid-gap: 4.5rem;
  gap: 4.5rem;
}
.articles-v3__item-grid {
  display: grid;
  align-items: start;
  grid-gap: 1rem;
  gap: 1rem;
}
.articles-v3__item-grid > * {
  min-width: 0;
}
.articles-v3__img-wrapper {
  display: block;
  transition: opacity 0.3s;
}
.articles-v3__img-wrapper:hover {
  opacity: 0.85;
}
.articles-v3__img-wrapper img {
  display: block;
  border-radius: 0.375em;
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles-v3__headline {
  font-size: 2.125rem;
}
.articles-v3__headline a {
  color: hsl(230, 13%, 9%);
  text-decoration: none;
}
.articles-v3__headline a:hover {
  text-decoration: underline;
}
.articles-v3__description {
  margin: 1rem 0;
  color: hsl(225, 4%, 47%);
  line-height: 1.58;
}
.articles-v3__author {
  display: grid;
  grid-template-columns: 3em 1fr;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  align-items: center;
}
.articles-v3__author-img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.articles-v3__author-img img {
  display: block;
  width: inherit;
  height: inherit;
}
.articles-v3__author-img:hover {
  transform: scale(1.1);
}
.articles-v3__author-info {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.articles-v3__author-name {
  font-weight: bold;
  color: hsl(230, 13%, 9%);
  text-decoration: none;
}
.articles-v3__author-name:hover {
  text-decoration: underline;
}
.articles-v3__date {
  color: hsl(225, 4%, 47%);
}
@media (min-width: 64rem) {
  .articles-v3__list-grid {
    gap: 2rem;
  }
  .articles-v3__item-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 85.5rem) {
  .articles-v3__list-grid {
    gap: 3rem;
  }
  .articles-v3__item-grid {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
  }
}
.cd-container {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}
.cd-max-width-adaptive-lg {
  max-width: 32rem;
}
@media (min-width: 64rem) {
  .cd-max-width-adaptive-lg {
    max-width: 64rem;
  }
}
@media (min-width: 85.5rem) {
  .cd-max-width-adaptive-lg {
    max-width: 80rem;
  }
}

/* frontend/styles/shared/blog/1_list.css */
*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: hsl(0, 0%, 100%);
  font-family: system-ui, sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  font-weight: 700;
}
h1 {
  font-size: 2.0736rem;
}
h2 {
  font-size: 1.728rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.2rem;
}
ol,
ul,
menu {
  list-style: none;
}
button,
input,
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
a {
  color: hsl(250, 84%, 54%);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
@media (min-width: 64rem) {
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3.051rem;
  }
  h2 {
    font-size: 2.44rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
}
:root {
  --ls4-color-primary-hsl:
    250,
    84%,
    54%;
  --ls4-color-bg-hsl:
    0,
    0%,
    100%;
  --ls4-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --ls4-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --ls4-color-accent-hsl:
    342,
    89%,
    48%;
  --ls4-color-contrast-lower-hsl:
    240,
    4%,
    85%;
}
.ls4-icon {
  height: 1em;
  height: var(--ls4-size, 1em);
  width: 1em;
  width: var(--ls4-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
:root {
  --list-space-y: 0.375em;
  --list-offset: 1em;
  --list-line-height-multiplier: 1;
}
.list,
[class*=text-component] .list {
  padding-left: 0;
  list-style: none;
}
.list ul,
.list ol,
[class*=text-component] .list ul,
[class*=text-component] .list ol {
  list-style: none;
  margin: 0;
  margin-top: calc((0.375em / 2) * 1);
  margin-top: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
  padding-top: calc((0.375em / 2) * 1);
  padding-top: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
  padding-left: 1em;
  padding-left: var(--list-offset);
}
.list li,
[class*=text-component] .list li {
  padding-bottom: calc((0.375em / 2) * 1);
  padding-bottom: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
  margin-bottom: calc((0.375em / 2) * 1);
  margin-bottom: calc((var(--list-space-y) / 2) * var(--text-space-y-multiplier, 1));
  line-height: calc(1.4 * 1);
  line-height: calc(var(--ls4-body-line-height, 1.4) * var(--list-line-height-multiplier));
}
.list > li:last-child,
.list ul > li:last-child,
.list ol > li:last-child,
[class*=text-component] .list > li:last-child,
[class*=text-component] .list ul > li:last-child,
[class*=text-component] .list ol > li:last-child {
  margin-bottom: 0;
}
.list:not(.list--border) > li:last-child,
.list ul > li:last-child,
.list ol > li:last-child,
[class*=text-component] .list:not(.list--border) > li:last-child,
[class*=text-component] .list ul > li:last-child,
[class*=text-component] .list ol > li:last-child {
  padding-bottom: 0;
}
.list--ul,
[class*=text-component] .list--ul,
.list--ol,
[class*=text-component] .list--ol {
  --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right));
}
.list--ul ul,
.list--ul ol,
[class*=text-component] .list--ul ul,
[class*=text-component] .list--ul ol,
.list--ol ul,
.list--ol ol,
[class*=text-component] .list--ol ul,
[class*=text-component] .list--ol ol {
  padding-left: 0;
}
@supports (--css: variables) {
  .list--ul li,
  [class*=text-component] .list--ul li,
  .list--ol li,
  [class*=text-component] .list--ol li {
    padding-left: 1em !important;
    padding-left: var(--list-offset) !important;
  }
}
.list--ul li::before,
[class*=text-component] .list--ul li::before,
.list--ol li::before,
[class*=text-component] .list--ol li::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
@supports (--css: variables) {
  .list--ul li::before,
  [class*=text-component] .list--ul li::before,
  .list--ol li::before,
  [class*=text-component] .list--ol li::before {
    width: var(--list-bullet-size) !important;
    height: var(--list-bullet-size) !important;
    margin-left: calc(var(--list-bullet-size) * -1) !important;
    left: calc(var(--list-bullet-margin-right) * -1) !important;
  }
}
.list--ul,
[class*=text-component] .list--ul {
  --list-bullet-size: 7px;
  --list-bullet-margin-right: 12px;
}
.list--ul > li,
[class*=text-component] .list--ul > li {
  padding-left: 19px;
}
.list--ul > li::before,
[class*=text-component] .list--ul > li::before {
  content: "";
  border-radius: 50%;
  color: hsl(240, 4%, 85%);
  color: hsl(var(--ls4-color-contrast-lower-hsl));
  background-color: currentColor;
  width: 7px;
  height: 7px;
  margin-left: -7px;
  left: -12px;
}
.list--ul ul li::before,
[class*=text-component] .list--ul ul li::before {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
}
.list--ol,
[class*=text-component] .list--ol {
  --list-bullet-size: 26px;
  --list-bullet-margin-right: 6px;
  --list-bullet-font-size: 14px;
  counter-reset: list-items;
}
.list--ol > li,
[class*=text-component] .list--ol > li {
  counter-increment: list-items;
  padding-left: 32px;
}
.list--ol ol,
[class*=text-component] .list--ol ol {
  counter-reset: list-items;
}
.list--ol > li::before,
[class*=text-component] .list--ol > li::before {
  content: counter(list-items);
  font-size: 14px;
  font-size: var(--list-bullet-font-size, 14px);
  background-color: hsl(240, 4%, 85%);
  background-color: hsl(var(--ls4-color-contrast-lower-hsl));
  color: hsl(230, 7%, 23%);
  color: hsl(var(--ls4-color-contrast-high-hsl));
  line-height: 1;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-left: -26px;
  left: -6px;
}
.list--ol ol > li::before,
[class*=text-component] .list--ol ol > li::before {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsl(240, 4%, 85%);
  box-shadow: inset 0 0 0 2px hsl(var(--ls4-color-contrast-lower-hsl));
}
.list--border li:not(:last-child),
[class*=text-component] .list--border li:not(:last-child) {
  border-bottom: 1px solid hsl(240, 4%, 85%);
  border-bottom: 1px solid hsl(var(--ls4-color-contrast-lower-hsl));
}
.list--border ul,
.list--border ol,
[class*=text-component] .list--border ul,
[class*=text-component] .list--border ol {
  border-top: 1px solid hsl(240, 4%, 85%);
  border-top: 1px solid hsl(var(--ls4-color-contrast-lower-hsl));
}
.list--icons,
[class*=text-component] .list--icons {
  --list-bullet-size: 24px;
  --list-bullet-margin-right: 8px;
  --list-offset: calc(var(--list-bullet-size) + var(--list-bullet-margin-right));
}
.list--icons ul,
.list--icons ol,
[class*=text-component] .list--icons ul,
[class*=text-component] .list--icons ol {
  padding-left: 32px;
}
@supports (--css: variables) {
  .list--icons ul,
  .list--icons ol,
  [class*=text-component] .list--icons ul,
  [class*=text-component] .list--icons ol {
    padding-left: 1em;
    padding-left: var(--list-offset);
  }
}
.list .list__icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.list .list__icon:not(.ls4-top-0) {
  top: calc((1em * 1.4 - 24px) / 2);
  top: calc((1em * var(--ls4-body-line-height, 1.4) - 24px) / 2);
}
@supports (--css: variables) {
  .list .list__icon {
    width: var(--list-bullet-size);
    height: var(--list-bullet-size);
    margin-right: var(--list-bullet-margin-right);
  }
  .list .list__icon:not(.ls4-top-0) {
    top: calc((1em * 1.4 * 1 - var(--list-bullet-size)) / 2);
    top: calc((1em * var(--ls4-body-line-height, 1.4) * var(--list-line-height-multiplier) - var(--list-bullet-size)) / 2);
  }
}
.ls4-items-start {
  align-items: flex-start;
}
.ls4-flex {
  display: flex;
}
.ls4-color-primary {
  --ls4-color-o: 1;
  color: hsla(250, 84%, 54%, 1);
  color: hsla(var(--ls4-color-primary-hsl), var(--ls4-color-o, 1));
}

/* frontend/styles/shared/blog/1_drop-cap.css */
*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: hsl(0, 0%, 100%);
  font-family: system-ui, sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  font-weight: 700;
}
h1 {
  font-size: 2.0736rem;
}
h2 {
  font-size: 1.728rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.2rem;
}
ol,
ul,
menu {
  list-style: none;
}
button,
input,
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
a {
  color: hsl(250, 84%, 54%);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
@media (min-width: 64rem) {
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3.051rem;
  }
  h2 {
    font-size: 2.44rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
}
:root {
  --dj0-color-primary-hsl:
    250,
    84%,
    54%;
  --dj0-color-bg-hsl:
    0,
    0%,
    100%;
  --dj0-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --dj0-color-contrast-higher-hsl:
    230,
    13%,
    9%;
}
:root {
  --drop-cap-lines: 3;
}
.drop-cap::first-letter {
  float: left;
  line-height: 1;
  font-size: calc(1em * 3 * 1.4);
  font-size: calc(1em * var(--drop-cap-lines) * var(--dj0-body-line-height, 1.4));
  padding: 0 0.125em 0 0;
  text-transform: uppercase;
  color: hsl(230, 13%, 9%);
  color: hsl(var(--dj0-color-contrast-higher-hsl));
}
.dj0-text-component .drop-cap::first-letter {
  font-size: calc(1em * 3 * 1.4 * var(--line-height-multiplier));
  font-size: calc(1em * var(--drop-cap-lines) * var(--dj0-body-line-height, 1.4) * var(--line-height-multiplier));
}

/* frontend/styles/shared/blog/2_article-v2.css */
*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: hsl(0, 0%, 100%);
  font-family: system-ui, sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  font-weight: 700;
}
h1 {
  font-size: 2.0736rem;
}
h2 {
  font-size: 1.728rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.2rem;
}
ol,
ul,
menu {
  list-style: none;
}
button,
input,
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
a {
  color: hsl(250, 84%, 54%);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
@media (min-width: 64rem) {
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3.051rem;
  }
  h2 {
    font-size: 2.44rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
}
:root {
  --ag8-color-primary-hsl:
    250,
    84%,
    54%;
  --ag8-color-bg-hsl:
    0,
    0%,
    100%;
  --ag8-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --ag8-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --ag8-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --ag8-color-contrast-low-hsl:
    240,
    4%,
    65%;
  --ag8-color-accent-hsl:
    342,
    89%,
    48%;
  --ag8-space-xs: 0.5rem;
  --ag8-space-md: 1.25rem;
  --ag8-space-lg: 2rem;
  --ag8-space-xl: 3.25rem;
  --ag8-space-2xl: 5.25rem;
  --ag8-space-sm: 0.75rem;
  --ag8-text-3xl: 2.488rem;
  --ag8-text-sm: 0.833rem;
  --ag8-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --ag8-space-xs: 0.75rem;
    --ag8-space-md: 2rem;
    --ag8-space-lg: 3.125rem;
    --ag8-space-xl: 5.125rem;
    --ag8-space-2xl: 8.25rem;
    --ag8-space-sm: 1.125rem;
    --ag8-text-3xl: 3.815rem;
    --ag8-text-sm: 1rem;
    --ag8-text-sm: 1rem;
  }
}
.ag8-icon {
  height: 1em;
  height: var(--ag8-size, 1em);
  width: 1em;
  width: var(--ag8-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
.t-article-v2__cover {
  height: 200px;
  background-color: hsl(240, 4%, 65%);
  background-color: hsl(var(--ag8-color-contrast-low-hsl));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 64rem) {
  .t-article-v2__cover {
    height: 400px;
  }
}
.t-article-v2__intro {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--ag8-color-bg-hsl));
  padding: 1.25rem;
  padding: var(--ag8-space-md);
  margin-top: calc(-1 * 5.25rem);
  margin-top: calc(-1 * var(--ag8-space-2xl));
}
.t-article-v2__divider {
  display: flex;
  align-items: center;
}
.t-article-v2__divider span {
  display: block;
  margin: 0 0.5rem;
  margin: 0 var(--ag8-space-xs);
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: hsl(240, 4%, 65%);
  background-color: hsl(var(--ag8-color-contrast-low-hsl));
}
.t-article-v2__divider::before,
.t-article-v2__divider::after {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  flex-grow: 1;
  background-color: hsl(240, 4%, 85%);
  background-color: hsl(var(--ag8-color-contrast-lower-hsl));
}
.ag8-justify-center {
  justify-content: center;
}
.ag8-gap-xs {
  gap: 0.5rem;
  gap: var(--ag8-space-xs);
}
.ag8-flex-wrap {
  flex-wrap: wrap;
}
.ag8-flex {
  display: flex;
}
.ag8-text-center {
  text-align: center;
}
.ag8-margin-bottom-md {
  margin-bottom: 1.25rem;
  margin-bottom: var(--ag8-space-md);
}
.ag8-max-width-md {
  max-width: 64rem;
}
.ag8-container {
  width: calc(100% - 2*1.25rem);
  width: calc(100% - 2*var(--ag8-space-md));
  margin-left: auto;
  margin-right: auto;
}
:where(.ag8-media-wrapper-16\:9) {
  position: relative;
  height: 0;
}
.ag8-media-wrapper-16\:9 {
  padding-bottom: 56.25%;
}
.ag8-media-wrapper-16\:9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ag8-media-wrapper-16\:9 > *:not(iframe) {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 90rem) {
  .ag8-text-component__block--outset {
    width: calc(100% + 12rem);
  }
  .ag8-text-component__block--outset img {
    display: block;
    width: 100%;
  }
  .ag8-text-component__block--outset:not(.ag8-text-component__block--right) {
    margin-left: -6rem;
  }
  .ag8-text-component__block--right.ag8-text-component__block--outset {
    margin-right: -6rem;
  }
}
.ag8-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.ag8-grid > * {
  min-width: 0;
  grid-column-end: span 12;
}
@media (min-width: 48rem) {
  .ag8-text-component__block--left,
  .ag8-text-component__block--right {
    width: 45%;
  }
  .ag8-text-component__block--left img,
  .ag8-text-component__block--right img {
    display: block;
    width: 100%;
  }
  .ag8-text-component__block--left {
    float: left;
    margin-right: calc(0.75rem * 1);
    margin-right: calc(var(--ag8-space-sm) * var(--ag8-space-multiplier, 1));
  }
  .ag8-text-component__block--right {
    float: right;
    margin-left: calc(0.75rem * 1);
    margin-left: calc(var(--ag8-space-sm) * var(--ag8-space-multiplier, 1));
  }
}
@media (min-width: 90rem) {
  .ag8-text-component__block--left,
  .ag8-text-component__block--right {
    width: 50%;
  }
}
.ag8-text-gap-md {
  --ag8-space-multiplier: 1.25;
}
.ag8-line-height-lg {
  line-height: 1.58;
}
.ag8-text-component :where(h1, h2, h3, h4) {
  line-height: 1.2;
  line-height: var(--ag8-heading-line-height, 1.2);
  margin-top: calc(1.25rem * 1);
  margin-top: calc(var(--ag8-space-md) * var(--ag8-space-multiplier, 1));
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--ag8-space-sm) * var(--ag8-space-multiplier, 1));
}
.ag8-text-component :where(p, blockquote, ul li, ol li) {
  line-height: 1.4;
  line-height: var(--ag8-body-line-height, 1.4);
}
.ag8-text-component :where(ul, ol, p, blockquote, .ag8-text-component__block) {
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--ag8-space-sm) * var(--ag8-space-multiplier, 1));
}
.ag8-text-component :where(ul, ol) {
  padding-left: 1.25em;
}
.ag8-text-component ul :where(ul, ol),
.ag8-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}
.ag8-text-component ul {
  list-style-type: disc;
}
.ag8-text-component ol {
  list-style-type: decimal;
}
.ag8-text-component img {
  display: block;
  margin: 0 auto;
}
.ag8-text-component figcaption {
  margin-top: calc(0.5rem * 1);
  margin-top: calc(var(--ag8-space-xs) * var(--ag8-space-multiplier, 1));
  font-size: 0.833rem;
  font-size: var(--ag8-text-sm);
  text-align: center;
}
.ag8-text-component em {
  font-style: italic;
}
.ag8-text-component strong {
  font-weight: bold;
}
.ag8-text-component s {
  text-decoration: line-through;
}
.ag8-text-component u {
  text-decoration: underline;
}
.ag8-text-component mark {
  background-color: hsla(342, 89%, 48%, 0.2);
  background-color: hsla(var(--ag8-color-accent-hsl), 0.2);
  color: inherit;
}
.ag8-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 4%, 85%);
  border-left: 4px solid hsl(var(--ag8-color-contrast-lower-hsl));
  font-style: italic;
}
.ag8-text-component hr {
  margin: calc(1.25rem * 1) auto;
  margin: calc(var(--ag8-space-md) * var(--ag8-space-multiplier, 1)) auto;
  background: hsl(240, 4%, 85%);
  background: hsl(var(--ag8-color-contrast-lower-hsl));
  height: 1px;
}
.ag8-text-component > *:first-child {
  margin-top: 0;
}
.ag8-text-component > *:last-child {
  margin-bottom: 0;
}
.ag8-text-component.ag8-line-height-xs {
  --ag8-heading-line-height: 1;
  --ag8-body-line-height: 1.1;
}
.ag8-text-component.ag8-line-height-sm {
  --ag8-heading-line-height: 1.1;
  --ag8-body-line-height: 1.2;
}
.ag8-text-component.ag8-line-height-md {
  --ag8-heading-line-height: 1.15;
  --ag8-body-line-height: 1.4;
}
.ag8-text-component.ag8-line-height-lg {
  --ag8-heading-line-height: 1.22;
  --ag8-body-line-height: 1.58;
}
.ag8-text-component.ag8-line-height-xl {
  --ag8-heading-line-height: 1.3;
  --ag8-body-line-height: 1.72;
}
.ag8-margin-bottom-xl {
  margin-bottom: 3.25rem;
  margin-bottom: var(--ag8-space-xl);
}
.ag8-max-width-adaptive-sm {
  max-width: 32rem;
}
@media (min-width: 48rem) {
  .ag8-max-width-adaptive-sm {
    max-width: 48rem;
  }
}
.ag8-margin-top-lg {
  margin-top: 2rem;
  margin-top: var(--ag8-space-lg);
}
.ag8-text-sm {
  font-size: 0.833rem;
  font-size: var(--ag8-text-sm);
}
.ag8-text-3xl {
  font-size: 2.488rem;
  font-size: var(--ag8-text-3xl);
}
.ag8-margin-bottom-lg {
  margin-bottom: 2rem;
  margin-bottom: var(--ag8-space-lg);
}
.ag8-padding-bottom-lg {
  padding-bottom: 2rem;
  padding-bottom: var(--ag8-space-lg);
}
.ag8-col-6 {
  grid-column-end: span 6;
}

/* frontend/styles/shared/meganav/2_dropdown.css */
:root {
  --dj3-color-primary-hsl:
    250,
    84%,
    54%;
  --dj3-color-bg-hsl:
    0,
    0%,
    100%;
  --dj3-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --dj3-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --dj3-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --dj3-color-bg-light-hsl:
    0,
    0%,
    100%;
  --dj3-space-3xs: 0.25rem;
  --dj3-space-2xs: 0.375rem;
  --dj3-space-sm: 0.75rem;
}
@media (min-width: 64rem) {
  :root {
    --dj3-space-3xs: 0.375rem;
    --dj3-space-2xs: 0.5625rem;
    --dj3-space-sm: 1.125rem;
  }
}
.dj3-icon {
  height: 1em;
  height: var(--dj3-size, 1em);
  width: 1em;
  width: var(--dj3-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
:root {
  --dropdown-item-padding: var(--dj3-space-2xs) var(--dj3-space-sm);
}
.dropdown {
  position: relative;
}
.dropdown__menu {
  width: 200px;
  border-radius: 0.25em;
  padding: 0.25rem 0;
  padding: var(--dj3-space-3xs) 0;
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--dj3-color-bg-light-hsl));
  box-shadow:
    inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
  z-index: 5;
  position: absolute;
  left: 0;
  top: 100%;
  --space-unit: 1rem;
  --text-unit: 1rem;
  font-size: 1rem;
  font-size: var(--text-unit);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
@media (pointer: fine) {
  .dropdown__wrapper:hover > .dropdown__menu,
  .dropdown__sub-wrapper:hover > .dropdown__menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s;
  }
  .dropdown__sub-wrapper:hover > .dropdown__menu {
    left: 100%;
  }
}
@media not all and (pointer: fine) {
  .dropdown__trigger-icon {
    display: none;
  }
}
.dropdown__item {
  display: block;
  text-decoration: none;
  color: hsl(230, 7%, 23%);
  color: hsl(var(--dj3-color-contrast-high-hsl));
  padding: 0.375rem 0.75rem;
  padding: var(--dropdown-item-padding);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
}
.dropdown__item:hover,
.dropdown__item.dropdown__item--hover {
  background-color: hsla(230, 13%, 9%, 0.075);
  background-color: hsla(var(--dj3-color-contrast-higher-hsl), 0.075);
}
.dropdown__separator {
  height: 1px;
  background-color: hsl(240, 4%, 85%);
  background-color: hsl(var(--dj3-color-contrast-lower-hsl));
  margin: 0.375rem 0.75rem;
  margin: var(--dropdown-item-padding);
}
.dropdown__sub-wrapper {
  position: relative;
}
.dropdown__sub-wrapper > .dropdown__item {
  position: relative;
  padding-right: calc(0.75rem + 12px);
  padding-right: calc(var(--dj3-space-sm) + 12px);
}
.dropdown__sub-wrapper > .dropdown__item svg {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: 0.375rem;
  right: var(--dj3-space-2xs);
  top: calc(50% - 6px);
}
.dropdown__sub-wrapper > .dropdown__menu {
  top: calc(0.375rem * -1);
  top: calc(var(--dj3-space-2xs) * -1);
  box-shadow:
    inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),
    0 0.9px 1.5px rgba(0, 0, 0, 0.03),
    0 3.1px 5.5px rgba(0, 0, 0, 0.08),
    0 14px 25px rgba(0, 0, 0, 0.12);
}
.dropdown__menu {
  top: calc(100% + 4px);
}
.dropdown__sub-wrapper .dropdown__menu {
  top: calc(0.375rem * -1);
  top: calc(var(--dj3-space-2xs) * -1);
}
@media (pointer: fine) {
  .dropdown__menu--is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s;
  }
}
.dropdown__menu--is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
.dropdown__sub-wrapper > .dropdown__menu--is-visible,
.dropdown__sub-wrapper > .dropdown__menu--is-hidden {
  left: 100%;
}
.dropdown__sub-wrapper > .dropdown__menu--is-visible.dropdown__menu--left,
.dropdown__sub-wrapper > .dropdown__menu--is-hidden.dropdown__menu--left {
  left: -100%;
}
.dj3-margin-left-3xs {
  margin-left: 0.25rem;
  margin-left: var(--dj3-space-3xs);
}
.dj3-items-center {
  align-items: center;
}
.dj3-inline-flex {
  display: inline-flex;
}
.dj3-inline-block {
  display: inline-block;
}

/* frontend/styles/shared/cards/2_anim-cards.css */
:root {
  --av8-color-primary-hsl:
    250,
    84%,
    54%;
  --av8-color-bg-hsl:
    0,
    0%,
    100%;
  --av8-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --av8-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --av8-space-3xs: 0.25rem;
  --av8-space-sm: 0.75rem;
  --av8-space-md: 1.25rem;
  --av8-text-md: 1.2rem;
  --av8-text-base: 1rem;
  --av8-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --av8-space-3xs: 0.375rem;
    --av8-space-sm: 1.125rem;
    --av8-space-md: 2rem;
    --av8-text-md: 1.5625rem;
    --av8-text-base: 1.25rem;
    --av8-text-sm: 1rem;
  }
}
:root {
  --anim-cards-width: 280px;
  --anim-cards-gap: var(--av8-space-md);
}
@supports (--css: variables) {
  @media (min-width: 48rem) {
    :root {
      --anim-cards-width: 400px;
    }
  }
  @media (min-width: 64rem) {
    :root {
      --anim-cards-width: 550px;
    }
  }
}
.anim-cards {
  overflow: hidden;
  margin-top: 1.25rem;
  margin-top: var(--anim-cards-gap);
  margin-bottom: 1.25rem;
  margin-bottom: var(--anim-cards-gap);
}
.anim-cards__list {
  display: flex;
  overflow: auto;
}
.anim-cards__item {
  float: left;
  width: 280px;
  width: var(--anim-cards-width);
  flex-shrink: 0;
  margin-right: 1.25rem;
  margin-right: var(--anim-cards-gap);
}
.anim-cards-control {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: hsla(230, 13%, 9%, 0.75);
  background-color: hsla(var(--av8-color-contrast-higher-hsl), 0.75);
  border-radius: 50%;
  transition: 0.2s;
}
.anim-cards-control i {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  color: hsl(0, 0%, 100%);
  color: hsl(var(--av8-color-bg-hsl));
}
.anim-cards-control i::before,
.anim-cards-control i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  transition: -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anim-cards-control i::before {
  -webkit-clip-path: polygon(1px 1px, 5px 1px, 5px calc(100% - 1px), 1px calc(100% - 1px));
  clip-path: polygon(1px 1px, 5px 1px, 5px calc(100% - 1px), 1px calc(100% - 1px));
}
.anim-cards-control i::after {
  -webkit-clip-path: polygon(calc(100% - 5px) 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
  clip-path: polygon(calc(100% - 5px) 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
}
.anim-cards-control:hover {
  cursor: pointer;
  background-color: hsla(230, 13%, 9%, 0.95);
  background-color: hsla(var(--av8-color-contrast-higher-hsl), 0.95);
}
.anim-cards-control[aria-pressed=true] i::before {
  -webkit-clip-path: polygon(2px 0%, 100% 50%, 100% 50%, 2px 100%);
  clip-path: polygon(2px 0%, 100% 50%, 100% 50%, 2px 100%);
}
.anim-cards-control[aria-pressed=true] i::after {
  -webkit-clip-path: polygon(calc(100% - 5px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
  clip-path: polygon(calc(100% - 5px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 5px) calc(100% - 1px));
}
.anim-cards:not(.anim-cards--anim-off) .anim-cards__list {
  overflow: visible;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.anim-cards--reverse:not(.anim-cards--anim-off) .anim-cards__list {
  flex-direction: row-reverse;
}
.av8-opacity-70\% {
  opacity: 0.7;
}
.av8-text-sm {
  font-size: 0.833rem;
  font-size: var(--av8-text-sm);
}
.av8-margin-top-3xs {
  margin-top: 0.25rem;
  margin-top: var(--av8-space-3xs);
}
.av8-text-md {
  font-size: 1.2rem;
  font-size: var(--av8-text-md);
}
.av8-padding-bottom-sm {
  padding-bottom: 0.75rem;
  padding-bottom: var(--av8-space-sm);
}
.av8-padding-top-md {
  padding-top: 1.25rem;
  padding-top: var(--av8-space-md);
}
.av8-padding-x-sm {
  padding-left: 0.75rem;
  padding-left: var(--av8-space-sm);
  padding-right: 0.75rem;
  padding-right: var(--av8-space-sm);
}
.av8-radius-md {
  border-radius: 0.25em;
}
.av8-text-right {
  text-align: right;
}
.av8-max-width-lg {
  max-width: 80rem;
}
.av8-container {
  width: calc(100% - 2*1.25rem);
  width: calc(100% - 2*var(--av8-space-md));
  margin-left: auto;
  margin-right: auto;
}
.av8-hide {
  display: none !important;
}
@media (min-width: 64rem) {
  .av8-text-base\@md {
    font-size: 1rem;
    font-size: var(--av8-text-base);
  }
}

/* frontend/styles/shared/meganav/3_mega-site-navigation.css */
:root {
  --mn8-color-primary-hsl:
    145,
    45%,
    7%;
  --mn8-color-bg-hsl:
    0,
    0%,
    100%;
  --mn8-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --mn8-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --mn8-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --mn8-color-contrast-medium-hsl:
    225,
    4%,
    47%;
  --mn8-color-bg-dark-hsl:
    240,
    4%,
    95%;
  --mn8-color-white-hsl:
    0,
    0%,
    100%;
  --mn8-color-primary-darker-hsl:
    250,
    84%,
    38%;
  --mn8-color-primary-light-hsl:
    250,
    84%,
    60%;
  --mn8-color-bg-lighter-hsl:
    0,
    0%,
    100%;
  --mn8-color-black-hsl:
    230,
    13%,
    9%;
  --mn8-color-bg-light-hsl:
    0,
    0%,
    100%;
  --mn8-color-contrast-low-hsl:
    240,
    4%,
    65%;
  --mn8-color-accent-hsl:
    342,
    89%,
    48%;
  --mn8-space-4xs: 0.125rem;
  --mn8-space-3xs: 0.25rem;
  --mn8-space-2xs: 0.375rem;
  --mn8-space-xs: 0.5rem;
  --mn8-space-sm: 0.75rem;
  --mn8-space-md: 1.25rem;
  --mn8-space-lg: 2rem;
  --mn8-space-xl: 3.25rem;
  --mn8-text-xl: 1.728rem;
  --mn8-text-lg: 1.25rem;
  --mn8-text-md: 1.2rem;
  --mn8-text-base: 1rem;
  --mn8-text-sm: 0.833rem;
  --mn8-text-xs: 0.694rem;
  --mn8-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --mn8-space-4xs: 0.1875rem;
    --mn8-space-3xs: 0.375rem;
    --mn8-space-2xs: 0.5625rem;
    --mn8-space-xs: 0.75rem;
    --mn8-space-sm: 1.125rem;
    --mn8-space-md: 2rem;
    --mn8-space-lg: 3.125rem;
    --mn8-space-xl: 5.125rem;
    --mn8-text-xl: 2.44rem;
    --mn8-text-lg: 1.75rem;
    --mn8-text-md: 1.5625rem;
    --mn8-text-base: 1.25rem;
    --mn8-text-sm: 1rem;
    --mn8-text-xs: 0.8rem;
    --mn8-text-sm: 1rem;
  }
}
.mn8-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  text-decoration: none;
  background: hsl(240, 4%, 95%);
  background: hsl(var(--mn8-color-bg-dark-hsl));
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: 0.375rem 0.75rem;
  padding: var(--mn8-space-2xs) var(--mn8-space-sm);
  border-radius: 0.25em;
}
.mn8-btn:focus-visible {
  box-shadow: 0px 0px 0px 2px hsl(0, 0%, 100%), 0px 0px 0px 4px hsla(230, 13%, 9%, 0.15);
  box-shadow: 0px 0px 0px 2px hsl(var(--mn8-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--mn8-color-contrast-higher-hsl), 0.15);
  outline: none;
}
.mn8-btn:active {
  transform: translateY(2px);
}
.mn8-btn--primary {
  background: hsl(145, 45%, 7%);
  background: hsl(var(--mn8-color-primary-hsl));
  color: hsl(0, 0%, 100%);
  color: hsl(var(--mn8-color-white-hsl));
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
    0px 1px 3px hsla(250, 84%, 38%, 0.25),
    0px 2px 6px hsla(250, 84%, 38%, 0.1),
    0px 6px 10px -2px hsla(250, 84%, 38%, 0.25);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mn8-color-white-hsl), 0.15),
    0px 1px 3px hsla(var(--mn8-color-primary-darker-hsl), 0.25),
    0px 2px 6px hsla(var(--mn8-color-primary-darker-hsl), 0.1),
    0px 6px 10px -2px hsla(var(--mn8-color-primary-darker-hsl), 0.25);
}
.mn8-btn--primary:hover {
  background: hsl(250, 84%, 60%);
  background: hsl(var(--mn8-color-primary-light-hsl));
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
    0px 1px 2px hsla(250, 84%, 38%, 0.25),
    0px 1px 4px hsla(250, 84%, 38%, 0.1),
    0px 3px 6px -2px hsla(250, 84%, 38%, 0.25);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mn8-color-white-hsl), 0.15),
    0px 1px 2px hsla(var(--mn8-color-primary-darker-hsl), 0.25),
    0px 1px 4px hsla(var(--mn8-color-primary-darker-hsl), 0.1),
    0px 3px 6px -2px hsla(var(--mn8-color-primary-darker-hsl), 0.25);
}
.mn8-btn--primary:focus {
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
    0px 1px 2px hsla(250, 84%, 38%, 0.25),
    0px 1px 4px hsla(250, 84%, 38%, 0.1),
    0px 3px 6px -2px hsla(250, 84%, 38%, 0.25),
    0px 0px 0px 2px hsl(0, 0%, 100%),
    0px 0px 0px 4px hsl(145, 45%, 7%);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mn8-color-white-hsl), 0.15),
    0px 1px 2px hsla(var(--mn8-color-primary-darker-hsl), 0.25),
    0px 1px 4px hsla(var(--mn8-color-primary-darker-hsl), 0.1),
    0px 3px 6px -2px hsla(var(--mn8-color-primary-darker-hsl), 0.25),
    0px 0px 0px 2px hsl(var(--mn8-color-bg-hsl)),
    0px 0px 0px 4px hsl(var(--mn8-color-primary-hsl));
}
.mn8-btn--subtle {
  background: hsl(0, 0%, 100%);
  background: hsl(var(--mn8-color-bg-lighter-hsl));
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.1),
    0px 0px 0px 1px hsla(230, 13%, 9%, 0.02),
    0px 1px 3px -1px hsla(230, 13%, 9%, 0.2),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mn8-color-white-hsl), 0.1),
    0px 0px 0px 1px hsla(var(--mn8-color-black-hsl), 0.02),
    0px 1px 3px -1px hsla(var(--mn8-color-black-hsl), 0.2),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
}
.mn8-btn--subtle:hover {
  background: hsl(0, 0%, 100%);
  background: hsl(var(--mn8-color-bg-light-hsl));
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.1),
    0px 0px 0px 1px hsla(230, 13%, 9%, 0.02),
    0px 1px 3px -1px hsla(230, 13%, 9%, 0.2),
    0 0.1px 0.3px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mn8-color-white-hsl), 0.1),
    0px 0px 0px 1px hsla(var(--mn8-color-black-hsl), 0.02),
    0px 1px 3px -1px hsla(var(--mn8-color-black-hsl), 0.2),
    0 0.1px 0.3px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.12);
}
.mn8-btn--subtle:focus {
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.1),
    0px 0px 0px 1px hsla(230, 13%, 9%, 0.02),
    0px 1px 3px -1px hsla(230, 13%, 9%, 0.2),
    0 0.1px 0.3px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.12),
    0px 0px 0px 2px hsl(0, 0%, 100%),
    0px 0px 0px 4px hsl(230, 7%, 23%);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mn8-color-white-hsl), 0.1),
    0px 0px 0px 1px hsla(var(--mn8-color-black-hsl), 0.02),
    0px 1px 3px -1px hsla(var(--mn8-color-black-hsl), 0.2),
    0 0.1px 0.3px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.12),
    0px 0px 0px 2px hsl(var(--mn8-color-bg-hsl)),
    0px 0px 0px 4px hsl(var(--mn8-color-contrast-high-hsl));
}
.mn8-form-control {
  font-size: 1em;
  padding: 0.375rem 0.5rem;
  padding: var(--mn8-space-2xs) var(--mn8-space-xs);
  background: hsl(240, 4%, 95%);
  background: hsl(var(--mn8-color-bg-dark-hsl));
  line-height: 1.2;
  box-shadow: inset 0px 0px 0px 1px hsl(240, 4%, 85%);
  box-shadow: inset 0px 0px 0px 1px hsl(var(--mn8-color-contrast-lower-hsl));
  transition: all 0.2s ease;
  border-radius: 0.25em;
}
.mn8-form-control::-moz-placeholder {
  opacity: 1;
  color: hsl(240, 4%, 65%);
  color: hsl(var(--mn8-color-contrast-low-hsl));
}
.mn8-form-control::placeholder {
  opacity: 1;
  color: hsl(240, 4%, 65%);
  color: hsl(var(--mn8-color-contrast-low-hsl));
}
.mn8-form-control:focus,
.mn8-form-control:focus-within {
  background: hsl(0, 0%, 100%);
  background: hsl(var(--mn8-color-bg-hsl));
  box-shadow:
    inset 0px 0px 0px 1px hsla(240, 4%, 85%, 0),
    0px 0px 0px 2px hsl(145, 45%, 7%),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0px 0px 0px 1px hsla(var(--mn8-color-contrast-lower-hsl), 0),
    0px 0px 0px 2px hsl(var(--mn8-color-primary-hsl)),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
  outline: none;
}
.mn8-icon {
  height: 1em;
  height: var(--mn8-size, 1em);
  width: 1em;
  width: var(--mn8-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
.mn8-icon--xs {
  --mn8-size: 16px;
}
:root {
  --mega-nav-height: 50px;
  --mega-nav-content-max-width: 80rem;
}
@media (min-width: 64rem) {
  :root {
    --mega-nav-height: 70px;
  }
}
.mega-nav {
  height: 50px;
  height: var(--mega-nav-height);
  width: 100%;
  z-index: 3;
  box-shadow: inset 0px -1px 0px hsla(230, 13%, 9%, 0.1);
  box-shadow: inset 0px -1px 0px hsla(var(--mn8-color-contrast-higher-hsl), 0.1);
}
.mega-nav--expanded {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--mn8-color-bg-hsl));
}
.mega-nav__container {
  width: calc(100% - 2 * 1.25rem);
  width: calc(100% - 2 * var(--mn8-space-md));
  height: 100%;
  max-width: 80rem;
  max-width: var(--mega-nav-content-max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-nav__logo {
  display: block;
  width: 104px;
  height: 30px;
}
.mega-nav__logo > * {
  width: inherit;
  height: inherit;
}
.mega-nav__icon-btns {
  display: flex;
  align-items: center;
}
.mega-nav__icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: hsl(230, 7%, 23%);
  color: hsl(var(--mn8-color-contrast-high-hsl));
  cursor: pointer;
  transition: 0.2s;
}
.mega-nav__icon-btn .mn8-icon {
  display: block;
}
.mega-nav__icon-btn .icon__group {
  stroke-width: 1px;
}
.mega-nav__icon-btn .icon__group > * {
  transition:
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    stroke-dashoffset 0.3s,
    opacity 0.3s;
}
.mega-nav__icon-btn--menu .icon__group > * {
  stroke-dasharray: 24;
}
.mega-nav__icon-btn--menu .icon__group > *:nth-child(1) {
  transform-origin: 12px 6px;
}
.mega-nav__icon-btn--menu .icon__group > *:nth-child(2) {
  stroke-dashoffset: 0;
}
.mega-nav__icon-btn--menu .icon__group > *:nth-child(3) {
  transform-origin: 12px 18px;
}
.mega-nav__icon-btn--menu.mega-nav__icon-btn--state-b .icon__group > *:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.mega-nav__icon-btn--menu.mega-nav__icon-btn--state-b .icon__group > *:nth-child(2) {
  stroke-dashoffset: 24;
}
.mega-nav__icon-btn--menu.mega-nav__icon-btn--state-b .icon__group > *:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}
.mega-nav__icon-btn--search .icon__group {
  transform-origin: 12px 12px;
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-nav__icon-btn--search .icon__group > *:nth-child(1) {
  stroke-dashoffset: 34;
  stroke-dasharray: 24;
}
.mega-nav__icon-btn--search .icon__group > *:nth-child(2) {
  stroke-dashoffset: 24;
  stroke-dasharray: 24;
}
.mega-nav__icon-btn--search .icon__group > *:nth-child(3) {
  transform-origin: 9.5px 9.5px;
  transform: rotate(45deg);
  stroke-dashoffset: 84;
  stroke-dasharray: 42;
  opacity: 1;
}
.mega-nav__icon-btn--search.mega-nav__icon-btn--state-b .icon__group {
  transform: rotate(-90deg);
}
.mega-nav__icon-btn--search.mega-nav__icon-btn--state-b .icon__group > *:nth-child(1) {
  stroke-dashoffset: 48;
}
.mega-nav__icon-btn--search.mega-nav__icon-btn--state-b .icon__group > *:nth-child(2) {
  stroke-dashoffset: 48;
}
.mega-nav__icon-btn--search.mega-nav__icon-btn--state-b .icon__group > *:nth-child(3) {
  stroke-dashoffset: 42;
  opacity: 0;
}
.mega-nav__arrow-icon {
  font-size: 16px;
  color: currentColor;
  transition: color 0.2s;
}
.mega-nav__arrow-icon .mn8-icon {
  display: block;
}
.mega-nav__arrow-icon .icon__group {
  stroke-width: 1px;
  will-change: transform;
  transform-origin: 8px 8px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-nav__arrow-icon .icon__group > * {
  stroke-dasharray: 17;
  transform-origin: 8px 8px;
  transform: translateY(3px);
  transition: transform 0.3s, stroke-dashoffset 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-nav__arrow-icon .icon__group > *:first-child {
  stroke-dashoffset: 8.5;
}
.mega-nav__arrow-icon .icon__group > *:last-child {
  stroke-dashoffset: 8.5;
}
.mega-nav__label {
  color: hsl(225, 4%, 47%);
  color: hsl(var(--mn8-color-contrast-medium-hsl));
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.694rem;
  font-size: var(--mn8-text-xs);
}
.mega-nav__card img {
  transition: opacity 0.3s;
}
.mega-nav__card img:hover {
  opacity: 0.85;
}
.mega-nav__card-title {
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
}
.mega-nav__card-title:hover {
  text-decoration: underline;
}
.mega-nav--mobile {
}
.mega-nav--mobile .mega-nav__icon-btns--desktop {
  display: none;
}
.mega-nav--mobile .mega-nav__nav,
.mega-nav--mobile .mega-nav__search {
  display: none;
  position: absolute;
  top: 50px;
  top: var(--mega-nav-height);
  left: 0;
  width: 100%;
  height: calc(100vh - 50px - 0px);
  height: calc(100vh - var(--mega-nav-height) - var(--mega-nav-offset-y, 0px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--mn8-color-bg-hsl));
  box-shadow:
    0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014),
    0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038),
    0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085),
    0 30px 42px -1px rgba(0, 0, 0, 0.15);
}
.mega-nav--mobile .mega-nav__nav--is-visible,
.mega-nav--mobile .mega-nav__search--is-visible {
  display: block;
}
.mega-nav--mobile .mega-nav__nav--is-visible > *,
.mega-nav--mobile .mega-nav__search--is-visible > * {
  animation: mega-nav-entry-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-nav--mobile .mega-nav__nav-inner,
.mega-nav--mobile .mega-nav__search-inner {
  padding: 1.25rem 0;
  padding: var(--mn8-space-md) 0;
  width: calc(100% - 2 * 1.25rem);
  width: calc(100% - 2 * var(--mn8-space-md));
  max-width: 80rem;
  max-width: var(--mega-nav-content-max-width);
  margin-left: auto;
  margin-right: auto;
}
.mega-nav--mobile .mega-nav__label {
  margin: 2rem 0 0.5rem;
  margin: var(--mn8-space-lg) 0 var(--mn8-space-xs);
}
.mega-nav--mobile .mega-nav__item {
  border-bottom: 1px solid hsl(240, 4%, 85%);
  border-bottom: 1px solid hsl(var(--mn8-color-contrast-lower-hsl));
}
.mega-nav--mobile .mega-nav__control {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-size: var(--mn8-text-md);
  text-align: left;
  padding: 0.75rem 0;
  padding: var(--mn8-space-sm) 0;
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
  cursor: pointer;
}
.mega-nav--mobile a[aria-current=page] {
  color: hsl(145, 45%, 7%);
  color: hsl(var(--mn8-color-primary-hsl));
}
.mega-nav--mobile .mega-nav__arrow-icon {
  margin-left: auto;
  margin-right: 12px;
}
.mega-nav--mobile .mega-nav__btn {
  width: 100%;
  margin: 0.75rem 0;
  margin: var(--mn8-space-sm) 0;
  font-size: 1.2rem;
  font-size: var(--mn8-text-md);
}
.mega-nav--mobile .mega-nav__sub-nav-wrapper {
  display: none;
  padding: 0 1.25rem 2rem;
  padding: 0 var(--mn8-space-md) var(--mn8-space-lg);
  overflow: hidden;
}
.mega-nav--mobile .mega-nav__sub-items {
}
.mega-nav--mobile .mega-nav__sub-items:not(:last-child) {
  margin-bottom: 2rem;
  margin-bottom: var(--mn8-space-lg);
}
.mega-nav--mobile .mega-nav__sub-item {
  border-bottom: 1px solid hsl(240, 4%, 85%);
  border-bottom: 1px solid hsl(var(--mn8-color-contrast-lower-hsl));
}
.mega-nav--mobile .mega-nav__sub-link {
  display: block;
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
  padding: 0.375rem 0;
  padding: var(--mn8-space-2xs) 0;
}
.mega-nav--mobile .mega-nav__quick-link {
  display: block;
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
  border-bottom: 1px solid hsl(240, 4%, 85%);
  border-bottom: 1px solid hsl(var(--mn8-color-contrast-lower-hsl));
  padding: 0.5rem 0;
  padding: var(--mn8-space-xs) 0;
}
.mega-nav--mobile .mega-nav__sub-nav--layout-1 {
}
.mega-nav--mobile .mega-nav__sub-nav--layout-1 .mega-nav__sub-items {
  margin-bottom: 0;
}
.mega-nav--mobile .mega-nav__sub-nav--layout-1 .mega-nav__tabs {
  display: none;
}
.mega-nav--mobile .mega-nav__sub-nav--layout-3 {
  padding-top: 1.25rem;
  padding-top: var(--mn8-space-md);
  display: grid;
  grid-gap: 1.25rem;
  grid-gap: var(--mn8-space-md);
  gap: 1.25rem;
  gap: var(--mn8-space-md);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.mega-nav--mobile .mega-nav__item--expanded .mega-nav__arrow-icon .icon__group {
}
.mega-nav--mobile .mega-nav__item--expanded .mega-nav__arrow-icon .icon__group > *:first-child {
  transform: translateY(-3px) rotate(-90deg);
}
.mega-nav--mobile .mega-nav__item--expanded .mega-nav__arrow-icon .icon__group > *:last-child {
  transform: translateY(-3px) rotate(90deg);
}
.mega-nav--mobile .mega-nav__item--expanded .mega-nav__sub-nav-wrapper {
  display: block;
}
.mega-nav--mobile .mega-nav__item--expanded .mega-nav__sub-nav-wrapper > * {
  animation: mega-nav-entry-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-nav--desktop {
}
.mega-nav--desktop .mega-nav__icon-btns--mobile,
.mega-nav--desktop .mega-nav__sub-nav-wrapper,
.mega-nav--desktop .mega-nav__search,
.mega-nav--desktop .mega-nav__label {
  display: none;
}
.mega-nav--desktop .mega-nav__logo {
  flex-shrink: 0;
  margin-right: 0.75rem;
  margin-right: var(--mn8-space-sm);
}
.mega-nav--desktop .mega-nav__nav {
  flex-grow: 1;
  height: 100%;
}
.mega-nav--desktop .mega-nav__nav-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.mega-nav--desktop .mega-nav__items {
  display: flex;
  height: 100%;
}
.mega-nav--desktop .mega-nav__item {
  display: flex;
  align-items: center;
}
.mega-nav--desktop .mega-nav__control {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  padding: 0 var(--mn8-space-md);
  height: 100%;
  font-size: 0.833rem;
  font-size: var(--mn8-text-sm);
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
  transition: 0.2s;
}
.mega-nav--desktop .mega-nav__control::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(230, 13%, 9%);
  background-color: hsl(var(--mn8-color-contrast-higher-hsl));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.mega-nav--desktop .mega-nav__control .mega-nav__arrow-icon {
  margin-left: 0.375rem;
  margin-left: var(--mn8-space-2xs);
}
.mega-nav--desktop .mega-nav__control:hover {
  cursor: pointer;
  background-color: hsla(230, 13%, 9%, 0.05);
  background-color: hsla(var(--mn8-color-contrast-higher-hsl), 0.05);
}
.mega-nav--desktop .mega-nav__sub-nav-wrapper,
.mega-nav--desktop .mega-nav__search {
  position: absolute;
  top: 50px;
  top: var(--mega-nav-height);
  left: 0;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--mn8-color-bg-hsl));
  box-shadow:
    0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014),
    0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038),
    0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085),
    0 30px 42px -1px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 50px - 0px);
  max-height: calc(100vh - var(--mega-nav-height) - var(--mega-nav-offset-y, 0px));
  overflow: auto;
}
.mega-nav--desktop .mega-nav__sub-nav,
.mega-nav--desktop .mega-nav__search-inner {
  width: calc(100% - 2 * 1.25rem);
  width: calc(100% - 2 * var(--mn8-space-md));
  margin: 0 auto;
  padding: 3.25rem 0;
  padding: var(--mn8-space-xl) 0;
}
.mega-nav--desktop .mega-nav__sub-nav .mega-nav__label,
.mega-nav--desktop .mega-nav__search-inner .mega-nav__label {
  display: block;
}
.mega-nav--desktop .mega-nav__sub-nav {
  max-width: 80rem;
  max-width: var(--mega-nav-content-max-width);
}
.mega-nav--desktop .mega-nav__search-inner {
  max-width: 38rem;
}
.mega-nav--desktop .mega-nav__label {
  margin-bottom: 1.25rem;
  margin-bottom: var(--mn8-space-md);
}
.mega-nav--desktop .mega-nav__sub-item:not(:last-child) {
  margin-bottom: 0.375rem;
  margin-bottom: var(--mn8-space-2xs);
}
.mega-nav--desktop .mega-nav__sub-link {
  font-size: 0.833rem;
  font-size: var(--mn8-text-sm);
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
}
.mega-nav--desktop .mega-nav__sub-link:hover {
  text-decoration: underline;
}
.mega-nav--desktop .mega-nav__quick-link {
  display: inline-block;
  margin-bottom: 0.375rem;
  margin-bottom: var(--mn8-space-2xs);
  font-size: 0.833rem;
  font-size: var(--mn8-text-sm);
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
}
.mega-nav--desktop .mega-nav__quick-link:hover {
  text-decoration: underline;
}
.mega-nav--desktop .mega-nav__btn {
  font-size: 0.833rem;
  font-size: var(--mn8-text-sm);
  margin-left: 0.75rem;
  margin-left: var(--mn8-space-sm);
}
.mega-nav--desktop .mega-nav__sub-nav--layout-1 {
}
.mega-nav--desktop .mega-nav__sub-nav--layout-1 .mega-nav__sub-items {
  display: none;
}
.mega-nav--desktop .mega-nav__sub-nav--layout-2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.75rem;
  grid-gap: var(--mn8-space-sm);
  gap: 0.75rem;
  gap: var(--mn8-space-sm);
}
.mega-nav--desktop .mega-nav__sub-nav--layout-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  grid-gap: var(--mn8-space-md);
  gap: 1.25rem;
  gap: var(--mn8-space-md);
}
.mega-nav--desktop .mega-nav__sub-nav--layout-4 {
  text-align: center;
}
.mega-nav--desktop .mega-nav__sub-nav--layout-4 .mega-nav__sub-link {
  font-size: 1.25rem;
  font-size: var(--mn8-text-lg);
}
.mega-nav--desktop .mega-nav__tabs-controls > *:not(:last-child) {
  border-bottom: 1px solid hsl(240, 4%, 85%);
  border-bottom: 1px solid hsl(var(--mn8-color-contrast-lower-hsl));
}
.mega-nav--desktop .mega-nav__tabs-control {
  display: block;
  width: 100%;
  padding: 0.5rem;
  padding: var(--mn8-space-xs);
  overflow: hidden;
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mn8-color-contrast-higher-hsl));
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
.mega-nav--desktop .mega-nav__tabs-control .mn8-icon {
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s;
}
.mega-nav--desktop .mega-nav__tabs-control:hover,
.mega-nav--desktop .mega-nav__tabs-control[aria-selected=true] {
  color: hsl(145, 45%, 7%);
  color: hsl(var(--mn8-color-primary-hsl));
}
.mega-nav--desktop .mega-nav__tabs-control[aria-selected=true] .mn8-icon {
  opacity: 1;
  transform: translateX(0px);
}
.mega-nav--desktop .mega-nav__tabs-img {
  display: block;
  overflow: hidden;
  border-radius: 0.5em;
  transition: opacity 0.3s;
}
.mega-nav--desktop .mega-nav__tabs-img:hover {
  opacity: 0.85;
}
.mega-nav--desktop .mega-nav__item--expanded .mega-nav__control {
  background-color: hsla(230, 13%, 9%, 0.05);
  background-color: hsla(var(--mn8-color-contrast-higher-hsl), 0.05);
}
.mega-nav--desktop .mega-nav__item--expanded .mega-nav__control::after {
  opacity: 1;
}
.mega-nav--desktop .mega-nav__item--expanded .mega-nav__sub-nav-wrapper {
  display: block;
}
.mega-nav--desktop .mega-nav__item--expanded .mega-nav__sub-nav {
  animation: mega-nav-entry-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-nav--desktop:not([data-hover=on]) .mega-nav__item--expanded .mega-nav__arrow-icon .icon__group {
  transform: rotate(-90deg);
}
.mega-nav--desktop:not([data-hover=on]) .mega-nav__item--expanded .mega-nav__arrow-icon .icon__group > *:first-child,
.mega-nav--desktop:not([data-hover=on]) .mega-nav__item--expanded .mega-nav__arrow-icon .icon__group *:last-child {
  stroke-dashoffset: 0;
  transform: translateY(0px);
}
.mega-nav--desktop .mega-nav__icon-btn {
  border-radius: 50%;
  margin-left: 0.125rem;
  margin-left: var(--mn8-space-4xs);
}
.mega-nav--desktop .mega-nav__icon-btn:hover,
.mega-nav--desktop .mega-nav__icon-btn--state-b {
  background-color: hsla(230, 13%, 9%, 0.05);
  background-color: hsla(var(--mn8-color-contrast-higher-hsl), 0.05);
}
.mega-nav--desktop .mega-nav__search--is-visible {
  display: block;
}
.mega-nav--desktop .mega-nav__search--is-visible .mega-nav__search-inner {
  animation: mega-nav-entry-animation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes mega-nav-entry-animation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
[class*=mega-nav--desktop]::before {
  display: none;
  content: "mobile";
}
@media (min-width: 32rem) {
  .mega-nav--desktop\@xs::before {
    content: "desktop";
  }
}
@media (min-width: 48rem) {
  .mega-nav--desktop\@sm::before {
    content: "desktop";
  }
}
@media (min-width: 64rem) {
  .mega-nav--desktop\@md::before {
    content: "desktop";
  }
}
@media (min-width: 80rem) {
  .mega-nav--desktop\@lg::before {
    content: "desktop";
  }
}
@media (min-width: 90rem) {
  .mega-nav--desktop\@xl::before {
    content: "desktop";
  }
}
.mn8-margin-top-lg {
  margin-top: 2rem;
  margin-top: var(--mn8-space-lg);
}
.mn8-width-100\% {
  width: 100%;
}
.mn8-flex-center {
  justify-content: center;
  align-items: center;
}
.mn8-height-100\% {
  height: 100%;
}
.mn8-flex {
  display: flex;
}
.mn8-color-inherit {
  color: inherit;
}
.mn8-inline-block {
  display: inline-block;
}
.mn8-text-base {
  font-size: 1rem;
  font-size: var(--mn8-text-base);
}
.mn8-margin-top-sm {
  margin-top: 0.75rem;
  margin-top: var(--mn8-space-sm);
}
.mn8-block {
  display: block;
}
:where(.mn8-media-wrapper-4\:3) {
  position: relative;
  height: 0;
}
.mn8-media-wrapper-4\:3 {
  padding-bottom: 75%;
}
.mn8-media-wrapper-4\:3 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mn8-media-wrapper-4\:3 > *:not(iframe) {
  -o-object-fit: cover;
  object-fit: cover;
}
.mn8-overflow-hidden {
  overflow: hidden;
}
.mn8-radius-lg {
  border-radius: 0.5em;
}
.mn8-margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}
.mn8-max-width-xs {
  max-width: 38rem;
}
.mn8-gap-2xs {
  gap: 0.375rem;
  gap: var(--mn8-space-2xs);
}
.mn8-color-contrast-medium {
  --mn8-color-o: 1;
  color: hsla(225, 4%, 47%, 1);
  color: hsla(var(--mn8-color-contrast-medium-hsl), var(--mn8-color-o, 1));
}
.mn8-text-xl {
  font-size: 1.728rem;
  font-size: var(--mn8-text-xl);
}
.mn8-text-component :where(h1, h2, h3, h4) {
  line-height: 1.2;
  line-height: var(--mn8-heading-line-height, 1.2);
  margin-top: calc(1.25rem * 1);
  margin-top: calc(var(--mn8-space-md) * var(--mn8-space-multiplier, 1));
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--mn8-space-sm) * var(--mn8-space-multiplier, 1));
}
.mn8-text-component :where(p, blockquote, ul li, ol li) {
  line-height: 1.4;
  line-height: var(--mn8-body-line-height, 1.4);
}
.mn8-text-component :where(ul, ol, p, blockquote, .mn8-text-component__block) {
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--mn8-space-sm) * var(--mn8-space-multiplier, 1));
}
.mn8-text-component :where(ul, ol) {
  padding-left: 1.25em;
}
.mn8-text-component ul :where(ul, ol),
.mn8-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}
.mn8-text-component ul {
  list-style-type: disc;
}
.mn8-text-component ol {
  list-style-type: decimal;
}
.mn8-text-component img {
  display: block;
  margin: 0 auto;
}
.mn8-text-component figcaption {
  margin-top: calc(0.5rem * 1);
  margin-top: calc(var(--mn8-space-xs) * var(--mn8-space-multiplier, 1));
  font-size: 0.833rem;
  font-size: var(--mn8-text-sm);
  text-align: center;
}
.mn8-text-component em {
  font-style: italic;
}
.mn8-text-component strong {
  font-weight: bold;
}
.mn8-text-component s {
  text-decoration: line-through;
}
.mn8-text-component u {
  text-decoration: underline;
}
.mn8-text-component mark {
  background-color: hsla(342, 89%, 48%, 0.2);
  background-color: hsla(var(--mn8-color-accent-hsl), 0.2);
  color: inherit;
}
.mn8-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 4%, 85%);
  border-left: 4px solid hsl(var(--mn8-color-contrast-lower-hsl));
  font-style: italic;
}
.mn8-text-component hr {
  margin: calc(1.25rem * 1) auto;
  margin: calc(var(--mn8-space-md) * var(--mn8-space-multiplier, 1)) auto;
  background: hsl(240, 4%, 85%);
  background: hsl(var(--mn8-color-contrast-lower-hsl));
  height: 1px;
}
.mn8-text-component > *:first-child {
  margin-top: 0;
}
.mn8-text-component > *:last-child {
  margin-bottom: 0;
}
.mn8-text-component.mn8-line-height-xs {
  --mn8-heading-line-height: 1;
  --mn8-body-line-height: 1.1;
}
.mn8-text-component.mn8-line-height-sm {
  --mn8-heading-line-height: 1.1;
  --mn8-body-line-height: 1.2;
}
.mn8-text-component.mn8-line-height-md {
  --mn8-heading-line-height: 1.15;
  --mn8-body-line-height: 1.4;
}
.mn8-text-component.mn8-line-height-lg {
  --mn8-heading-line-height: 1.22;
  --mn8-body-line-height: 1.58;
}
.mn8-text-component.mn8-line-height-xl {
  --mn8-heading-line-height: 1.3;
  --mn8-body-line-height: 1.72;
}
.mn8-margin-bottom-md {
  margin-bottom: 1.25rem;
  margin-bottom: var(--mn8-space-md);
}
.mn8-margin-left-auto {
  margin-left: auto;
}
.mn8-margin-right-3xs {
  margin-right: 0.25rem;
  margin-right: var(--mn8-space-3xs);
}
.mn8-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.mn8-radius-50\% {
  border-radius: 50%;
}
.mn8-height-lg {
  height: 3rem;
}
.mn8-width-lg {
  width: 3rem;
}
.mn8-gap-xs {
  gap: 0.5rem;
  gap: var(--mn8-space-xs);
}
.mn8-items-center {
  align-items: center;
}
.mn8-gap-lg {
  gap: 2rem;
  gap: var(--mn8-space-lg);
}
.mn8-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.mn8-grid > * {
  min-width: 0;
  grid-column-end: span 12;
}
.mn8-position-relative {
  position: relative;
}
.mn8-col-4 {
  grid-column-end: span 4;
}
.mn8-col-8 {
  grid-column-end: span 8;
}

/* frontend/styles/shared/video_hero/3_hero-video-bg.css */
:root {
  --hn4-color-primary-hsl:
    250,
    84%,
    54%;
  --hn4-color-bg-hsl:
    0,
    0%,
    100%;
  --hn4-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --hn4-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --hn4-color-black-hsl:
    230,
    13%,
    9%;
  --hn4-color-accent-hsl:
    342,
    89%,
    48%;
  --hn4-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --hn4-space-2xs: 0.375rem;
  --hn4-space-md: 1.25rem;
  --hn4-space-2xl: 5.25rem;
  --hn4-space-sm: 0.75rem;
  --hn4-space-xs: 0.5rem;
  --hn4-text-sm: 0.833rem;
  --hn4-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --hn4-space-2xs: 0.5625rem;
    --hn4-space-md: 2rem;
    --hn4-space-2xl: 8.25rem;
    --hn4-space-sm: 1.125rem;
    --hn4-space-xs: 0.75rem;
    --hn4-text-sm: 1rem;
    --hn4-text-sm: 1rem;
  }
}
.hn4-icon {
  height: 1em;
  height: var(--hn4-size, 1em);
  width: 1em;
  width: var(--hn4-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
.hn4-icon--sm {
  --hn4-size: 24px;
}
.hn4-icon--lg {
  --hn4-size: 48px;
}
.hn4-icon--is-spinning {
  animation: hn4-icon-spin 1s infinite linear;
}
@keyframes hn4-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-video-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero-video-bg__video video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero-video-bg__video video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
  .hero-video-bg__video video {
    height: auto;
    width: auto;
  }
}
.hero-video-bg__video img {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .hero-video-bg__video video {
    visibility: hidden;
  }
  .hero-video-bg__video img {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.hero-video-bg__play-btn {
  --btn-size: 80px;
  width: 80px;
  width: var(--btn-size);
  height: 80px;
  height: var(--btn-size);
  display: inline-flex;
  background-color: hsla(230, 13%, 9%, 0.85);
  background-color: hsla(var(--hn4-color-contrast-higher-hsl), 0.85);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.hero-video-bg__play-btn .hn4-icon {
  display: block;
  margin: auto;
  color: hsl(0, 0%, 100%);
  color: hsl(var(--hn4-color-bg-hsl));
  font-size: 32px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-video-bg__play-btn:hover {
  background-color: hsla(230, 13%, 9%, 1);
  background-color: hsla(var(--hn4-color-contrast-higher-hsl), 1);
}
.hero-video-bg__play-btn:hover .hn4-icon {
  transform: scale(1.2);
}
.hn4-color-bg {
  --hn4-color-o: 1;
  color: hsla(0, 0%, 100%, 1);
  color: hsla(var(--hn4-color-bg-hsl), var(--hn4-color-o, 1));
}
:where(.hn4-media-wrapper-16\:9) {
  position: relative;
  height: 0;
}
.hn4-media-wrapper-16\:9 {
  padding-bottom: 56.25%;
}
.hn4-media-wrapper-16\:9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hn4-media-wrapper-16\:9 > *:not(iframe) {
  -o-object-fit: cover;
  object-fit: cover;
}
.hn4-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}
.hn4-shadow-md {
  box-shadow:
    0 0.9px 1.5px rgba(0, 0, 0, 0.03),
    0 3.1px 5.5px rgba(0, 0, 0, 0.08),
    0 14px 25px rgba(0, 0, 0, 0.12);
}
.hn4-overflow-auto {
  overflow: auto;
}
.hn4-max-height-100\% {
  max-height: 100%;
}
.hn4-max-width-md {
  max-width: 64rem;
}
.hn4-width-100\% {
  width: 100%;
}
.hn4-padding-x-md {
  padding-left: 1.25rem;
  padding-left: var(--hn4-space-md);
  padding-right: 1.25rem;
  padding-right: var(--hn4-space-md);
}
.hn4-bg-black {
  --hn4-bg-o: 1;
  background-color: hsla(230, 13%, 9%, 1);
  background-color: hsla(var(--hn4-color-black-hsl), var(--hn4-bg-o, 1));
}
.hn4-flex-center {
  justify-content: center;
  align-items: center;
}
.hn4-flex {
  display: flex;
}
.hn4-text-component :where(h1, h2, h3, h4) {
  line-height: 1.2;
  line-height: var(--hn4-heading-line-height, 1.2);
  margin-top: calc(1.25rem * 1);
  margin-top: calc(var(--hn4-space-md) * var(--hn4-space-multiplier, 1));
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--hn4-space-sm) * var(--hn4-space-multiplier, 1));
}
.hn4-text-component :where(p, blockquote, ul li, ol li) {
  line-height: 1.4;
  line-height: var(--hn4-body-line-height, 1.4);
}
.hn4-text-component :where(ul, ol, p, blockquote, .hn4-text-component__block) {
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--hn4-space-sm) * var(--hn4-space-multiplier, 1));
}
.hn4-text-component :where(ul, ol) {
  padding-left: 1.25em;
}
.hn4-text-component ul :where(ul, ol),
.hn4-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}
.hn4-text-component ul {
  list-style-type: disc;
}
.hn4-text-component ol {
  list-style-type: decimal;
}
.hn4-text-component img {
  display: block;
  margin: 0 auto;
}
.hn4-text-component figcaption {
  margin-top: calc(0.5rem * 1);
  margin-top: calc(var(--hn4-space-xs) * var(--hn4-space-multiplier, 1));
  font-size: 0.833rem;
  font-size: var(--hn4-text-sm);
  text-align: center;
}
.hn4-text-component em {
  font-style: italic;
}
.hn4-text-component strong {
  font-weight: bold;
}
.hn4-text-component s {
  text-decoration: line-through;
}
.hn4-text-component u {
  text-decoration: underline;
}
.hn4-text-component mark {
  background-color: hsla(342, 89%, 48%, 0.2);
  background-color: hsla(var(--hn4-color-accent-hsl), 0.2);
  color: inherit;
}
.hn4-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 4%, 85%);
  border-left: 4px solid hsl(var(--hn4-color-contrast-lower-hsl));
  font-style: italic;
}
.hn4-text-component hr {
  margin: calc(1.25rem * 1) auto;
  margin: calc(var(--hn4-space-md) * var(--hn4-space-multiplier, 1)) auto;
  background: hsl(240, 4%, 85%);
  background: hsl(var(--hn4-color-contrast-lower-hsl));
  height: 1px;
}
.hn4-text-component > *:first-child {
  margin-top: 0;
}
.hn4-text-component > *:last-child {
  margin-bottom: 0;
}
.hn4-text-component.hn4-line-height-xs {
  --hn4-heading-line-height: 1;
  --hn4-body-line-height: 1.1;
}
.hn4-text-component.hn4-line-height-sm {
  --hn4-heading-line-height: 1.1;
  --hn4-body-line-height: 1.2;
}
.hn4-text-component.hn4-line-height-md {
  --hn4-heading-line-height: 1.15;
  --hn4-body-line-height: 1.4;
}
.hn4-text-component.hn4-line-height-lg {
  --hn4-heading-line-height: 1.22;
  --hn4-body-line-height: 1.58;
}
.hn4-text-component.hn4-line-height-xl {
  --hn4-heading-line-height: 1.3;
  --hn4-body-line-height: 1.72;
}
.hn4-text-center {
  text-align: center;
}
.hn4-z-index-2 {
  z-index: 2;
}
.hn4-position-relative {
  position: relative;
}
.hn4-max-width-adaptive-sm {
  max-width: 32rem;
}
@media (min-width: 48rem) {
  .hn4-max-width-adaptive-sm {
    max-width: 48rem;
  }
}
.hn4-container {
  width: calc(100% - 2*1.25rem);
  width: calc(100% - 2*var(--hn4-space-md));
  margin-left: auto;
  margin-right: auto;
}
.hn4-padding-y-2xl {
  padding-top: 5.25rem;
  padding-top: var(--hn4-space-2xl);
  padding-bottom: 5.25rem;
  padding-bottom: var(--hn4-space-2xl);
}
.hn4-color-contrast-higher {
  --hn4-color-o: 1;
  color: hsla(230, 13%, 9%, 1);
  color: hsla(var(--hn4-color-contrast-higher-hsl), var(--hn4-color-o, 1));
}
.hn4-opacity-90\% {
  opacity: 0.9;
}
.hn4-margin-bottom-2xs {
  margin-bottom: 0.375rem;
  margin-bottom: var(--hn4-space-2xs);
}
.hn4-text-sm {
  font-size: 0.833rem;
  font-size: var(--hn4-text-sm);
}
.hn4-bg-opacity-90\% {
  --hn4-bg-o: 0.9;
}

/* frontend/styles/index.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    SofiaPro,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: hsl(0, 0%, 100%);
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1rem;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  color: hsl(230, 13%, 9%);
  font-weight: 700;
}
h1 {
  font-size: 2.0736rem;
}
h2 {
  font-size: 1.728rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.2rem;
}
ol,
ul,
menu {
  list-style: none;
}
button,
input,
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
a {
  color: hsl(250, 84%, 54%);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
@media (min-width: 64rem) {
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3.051rem;
  }
  h2 {
    font-size: 2.44rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
:root {
  --grid-gap: 2rem;
}
.grids {
  display: grid;
  grid-gap: 2rem;
  grid-gap: var(--grid-gap);
}
.grids.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grids.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grids.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 576px) {
  .grids.sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grids.sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grids.sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grids.md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grids.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grids.md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .grids.lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grids.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grids.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grids.xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grids.xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grids.xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.band {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
@media (min-width: 30em) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .band {
    grid-template-columns: repeat(4, 1fr);
  }
}
.news-card {
  background: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in;
}
.news-card:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.news-card article {
  padding: 20px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card h2 {
  font-size: 20px;
  margin: 0;
  color: #333;
}
.news-card p {
  flex: 1 1;
  line-height: 1.4;
}
.news-card span {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2em 0 0 0;
}
.news-card .news-thumb {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 60em) {
  .news-item-1 {
    grid-column: 1/span 2;
  }
  .news-item-1 h2 {
    font-size: 24px;
  }
}
.pp-card {
  background-color: #c1d0e4;
  border-radius: 25px;
  padding: 0;
}
.product-card {
  max-width: 100%;
  margin: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 100, 0.05);
}
.product-card .product-header {
  max-height: 150px;
}
.product-card .product-picture {
  max-width: 200px;
  position: relative;
  top: -70px;
  width: 105%;
  left: -2.5%;
}
.product-card .card-details {
  background-color: white;
  border-radius: 25px;
  padding: 15px;
}
.product-card .card-details .product-name {
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}
.product-card .card-details .product-description {
  font-size: 1rem;
  margin: 5px 0 30px 0;
}
.product-card .card-details .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .card-details .bottom-row .price {
  font-size: 13pt;
  margin: 0;
}
@media (min-width: 180px) and (max-width: 650px) {
  .product-card {
    max-width: 100%;
    margin: 5px;
  }
  .product-card .product-header {
    max-height: 100px;
  }
  .product-card .product-header .product-picture {
    position: relative;
    top: -50px;
    height: 150px;
    width: 150px;
    left: calc(50% - 75px);
  }
  .product-card .card-details .product-name {
    font-size: 11pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .product-card .card-details .product-description {
    margin: 5px 0 15px 0;
    font-size: 12pt;
  }
  .product-card .card-details .bottom-row .price {
    font-size: 10pt;
  }
}
:root {
  --font-size: 16px;
  --font-ratio: 1.10;
  --line-height: 1.5em;
  --h6: calc(var(--font-size) * var(--font-ratio));
  --h5: calc(var(--h6) * var(--font-ratio));
  --h4: calc(var(--h5) * var(--font-ratio));
  --h3: calc(var(--h4) * var(--font-ratio));
  --h2: calc(var(--h3) * var(--font-ratio));
  --h1: calc(var(--h2) * var(--font-ratio));
  --p: calc(var(--h6) * var(--font-ratio));
}
:root {
  --theme-color-1: #04153e;
  --theme-color-2: #d4d9e4;
  --theme-color-3: #a4b6ed;
  --theme-color-4: #3675f0;
  --font-color-1: #000;
  --body-font-family: sans-serif;
  --heading-font-family: "Patua One", serif;
}
h1 {
  font-size: calc((((((16px * 1.10) * 1.10) * 1.10) * 1.10) * 1.10) * 1.10);
  font-size: calc(calc(calc(calc(calc(calc(16px * 1.10) * 1.10) * 1.10) * 1.10) * 1.10) * 1.10);
  font-size: var(--h1);
}
h2 {
  font-size: calc(((((16px * 1.10) * 1.10) * 1.10) * 1.10) * 1.10);
  font-size: calc(calc(calc(calc(calc(16px * 1.10) * 1.10) * 1.10) * 1.10) * 1.10);
  font-size: var(--h2);
}
h3 {
  font-size: calc((((16px * 1.10) * 1.10) * 1.10) * 1.10);
  font-size: calc(calc(calc(calc(16px * 1.10) * 1.10) * 1.10) * 1.10);
  font-size: var(--h3);
}
h4 {
  font-size: calc(((16px * 1.10) * 1.10) * 1.10);
  font-size: calc(calc(calc(16px * 1.10) * 1.10) * 1.10);
  font-size: var(--h4);
}
h5 {
  font-size: calc((16px * 1.10) * 1.10);
  font-size: calc(calc(16px * 1.10) * 1.10);
  font-size: var(--h5);
}
h6 {
  font-size: calc(16px * 1.10);
  font-size: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  color: var(--font-color-1);
  font-weight: bold;
  line-height: 1.5em;
  font-family: "Patua One", serif;
  font-family: var(--heading-font-family);
}
p,
a {
  font-size: calc((16px * 1.10) * 1.10);
  font-size: calc(calc(16px * 1.10) * 1.10);
  font-size: var(--p);
  line-height: 1.5em;
  line-height: var(--line-height);
}
html {
  font-size: 16px;
  font-size: var(--font-size);
  font-family: sans-serif;
  font-family: var(--body-font-family);
}

/* src/_components/nav/footer.scss */
:root {
  --mu0-color-primary-hsl:
    250,
    84%,
    54%;
  --mu0-color-bg-hsl:
    0,
    0%,
    100%;
  --mu0-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --mu0-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --mu0-color-contrast-medium-hsl:
    225,
    4%,
    47%;
  --mu0-color-bg-dark-hsl:
    240,
    4%,
    95%;
  --mu0-color-white-hsl:
    0,
    0%,
    100%;
  --mu0-color-primary-darker-hsl:
    250,
    84%,
    38%;
  --mu0-color-primary-light-hsl:
    250,
    84%,
    60%;
  --mu0-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --mu0-color-contrast-low-hsl:
    240,
    4%,
    65%;
  --mu0-color-accent-hsl:
    342,
    89%,
    48%;
  --mu0-space-3xs: 0.25rem;
  --mu0-space-2xs: 0.375rem;
  --mu0-space-xs: 0.5rem;
  --mu0-space-sm: 0.75rem;
  --mu0-space-md: 1.25rem;
  --mu0-space-lg: 2rem;
  --mu0-space-xl: 3.25rem;
  --mu0-text-base: 1rem;
  --mu0-text-sm: 0.833rem;
  --mu0-text-xs: 0.694rem;
  --mu0-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --mu0-space-3xs: 0.375rem;
    --mu0-space-2xs: 0.5625rem;
    --mu0-space-xs: 0.75rem;
    --mu0-space-sm: 1.125rem;
    --mu0-space-md: 2rem;
    --mu0-space-lg: 3.125rem;
    --mu0-space-xl: 5.125rem;
    --mu0-text-base: 1.25rem;
    --mu0-text-sm: 1rem;
    --mu0-text-xs: 0.8rem;
    --mu0-text-sm: 1rem;
  }
}
.mu0-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: hsl(240, 4%, 95%);
  background: hsl(var(--mu0-color-bg-dark-hsl));
  color: hsl(230, 13%, 9%);
  color: hsl(var(--mu0-color-contrast-higher-hsl));
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: 0.375rem 0.75rem;
  padding: var(--mu0-space-2xs) var(--mu0-space-sm);
  border-radius: 0.25em;
}
.mu0-btn:focus-visible {
  box-shadow: 0px 0px 0px 2px hsl(0, 0%, 100%), 0px 0px 0px 4px hsla(230, 13%, 9%, 0.15);
  box-shadow: 0px 0px 0px 2px hsl(var(--mu0-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--mu0-color-contrast-higher-hsl), 0.15);
  outline: none;
}
.mu0-btn:active {
  transform: translateY(2px);
}
.mu0-btn--primary {
  background: hsl(250, 84%, 54%);
  background: hsl(var(--mu0-color-primary-hsl));
  color: hsl(0, 0%, 100%);
  color: hsl(var(--mu0-color-white-hsl));
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
    0px 1px 3px hsla(250, 84%, 38%, 0.25),
    0px 2px 6px hsla(250, 84%, 38%, 0.1),
    0px 6px 10px -2px hsla(250, 84%, 38%, 0.25);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mu0-color-white-hsl), 0.15),
    0px 1px 3px hsla(var(--mu0-color-primary-darker-hsl), 0.25),
    0px 2px 6px hsla(var(--mu0-color-primary-darker-hsl), 0.1),
    0px 6px 10px -2px hsla(var(--mu0-color-primary-darker-hsl), 0.25);
}
.mu0-btn--primary:hover {
  background: hsl(250, 84%, 60%);
  background: hsl(var(--mu0-color-primary-light-hsl));
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
    0px 1px 2px hsla(250, 84%, 38%, 0.25),
    0px 1px 4px hsla(250, 84%, 38%, 0.1),
    0px 3px 6px -2px hsla(250, 84%, 38%, 0.25);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mu0-color-white-hsl), 0.15),
    0px 1px 2px hsla(var(--mu0-color-primary-darker-hsl), 0.25),
    0px 1px 4px hsla(var(--mu0-color-primary-darker-hsl), 0.1),
    0px 3px 6px -2px hsla(var(--mu0-color-primary-darker-hsl), 0.25);
}
.mu0-btn--primary:focus {
  box-shadow:
    inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
    0px 1px 2px hsla(250, 84%, 38%, 0.25),
    0px 1px 4px hsla(250, 84%, 38%, 0.1),
    0px 3px 6px -2px hsla(250, 84%, 38%, 0.25),
    0px 0px 0px 2px hsl(0, 0%, 100%),
    0px 0px 0px 4px hsl(250, 84%, 54%);
  box-shadow:
    inset 0px 1px 0px hsla(var(--mu0-color-white-hsl), 0.15),
    0px 1px 2px hsla(var(--mu0-color-primary-darker-hsl), 0.25),
    0px 1px 4px hsla(var(--mu0-color-primary-darker-hsl), 0.1),
    0px 3px 6px -2px hsla(var(--mu0-color-primary-darker-hsl), 0.25),
    0px 0px 0px 2px hsl(var(--mu0-color-bg-hsl)),
    0px 0px 0px 4px hsl(var(--mu0-color-primary-hsl));
}
.mu0-form-control {
  font-size: 1em;
  padding: 0.375rem 0.5rem;
  padding: var(--mu0-space-2xs) var(--mu0-space-xs);
  background: hsl(240, 4%, 95%);
  background: hsl(var(--mu0-color-bg-dark-hsl));
  line-height: 1.2;
  box-shadow: inset 0px 0px 0px 1px hsl(240, 4%, 85%);
  box-shadow: inset 0px 0px 0px 1px hsl(var(--mu0-color-contrast-lower-hsl));
  transition: all 0.2s ease;
  border-radius: 0.25em;
}
.mu0-form-control::-moz-placeholder {
  opacity: 1;
  color: hsl(240, 4%, 65%);
  color: hsl(var(--mu0-color-contrast-low-hsl));
}
.mu0-form-control::placeholder {
  opacity: 1;
  color: hsl(240, 4%, 65%);
  color: hsl(var(--mu0-color-contrast-low-hsl));
}
.mu0-form-control:focus,
.mu0-form-control:focus-within {
  background: hsl(0, 0%, 100%);
  background: hsl(var(--mu0-color-bg-hsl));
  box-shadow:
    inset 0px 0px 0px 1px hsla(240, 4%, 85%, 0),
    0px 0px 0px 2px hsl(250, 84%, 54%),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0px 0px 0px 1px hsla(var(--mu0-color-contrast-lower-hsl), 0),
    0px 0px 0px 2px hsl(var(--mu0-color-primary-hsl)),
    0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05),
    0 3.5px 6px rgba(0, 0, 0, 0.1);
  outline: none;
}
.mu0-icon {
  height: 1em;
  height: var(--mu0-size, 1em);
  width: 1em;
  width: var(--mu0-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
.footer-v5 {
  position: relative;
  z-index: 1;
}
.footer-v5__popular-link {
  display: inline-block;
  padding: 0.375rem;
  padding: var(--mu0-space-2xs);
  background-color: hsla(230, 13%, 9%, 0.1);
  background-color: hsla(var(--mu0-color-contrast-higher-hsl), 0.1);
  border-radius: 0.25em;
  color: hsl(225, 4%, 47%);
  color: hsl(var(--mu0-color-contrast-medium-hsl));
  line-height: 1;
  transition: 0.2s;
}
.footer-v5__popular-link:hover {
  color: hsl(230, 7%, 23%);
  color: hsl(var(--mu0-color-contrast-high-hsl));
  background-color: hsla(230, 13%, 9%, 0.075);
  background-color: hsla(var(--mu0-color-contrast-higher-hsl), 0.075);
}
.footer-v5__back-to-top {
  color: hsl(225, 4%, 47%);
  color: hsl(var(--mu0-color-contrast-medium-hsl));
  transition: color 0.2s;
}
.footer-v5__back-to-top:hover {
  color: hsl(230, 7%, 23%);
  color: hsl(var(--mu0-color-contrast-high-hsl));
}
.footer-v5__link {
  color: hsl(225, 4%, 47%);
  color: hsl(var(--mu0-color-contrast-medium-hsl));
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-v5__link:hover {
  color: hsl(230, 7%, 23%);
  color: hsl(var(--mu0-color-contrast-high-hsl));
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.footer-v5__social-btn {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: hsl(225, 4%, 47%);
  color: hsl(var(--mu0-color-contrast-medium-hsl));
  transition: color 0.2s;
}
.footer-v5__social-btn .mu0-icon {
  display: block;
}
.footer-v5__social-btn:hover {
  color: hsl(230, 7%, 23%);
  color: hsl(var(--mu0-color-contrast-high-hsl));
}
.mu0-text-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.mu0-color-inherit {
  color: inherit;
}
.mu0-gap-xs {
  gap: 0.5rem;
  gap: var(--mu0-space-xs);
}
.mu0-flex-wrap {
  flex-wrap: wrap;
}
.mu0-flex {
  display: flex;
}
.mu0-color-contrast-medium {
  --mu0-color-o: 1;
  color: hsla(225, 4%, 47%, 1);
  color: hsla(var(--mu0-color-contrast-medium-hsl), var(--mu0-color-o, 1));
}
.mu0-text-sm {
  font-size: 0.833rem;
  font-size: var(--mu0-text-sm);
}
.mu0-gap-2xs {
  gap: 0.375rem;
  gap: var(--mu0-space-2xs);
}
.mu0-gap-sm {
  gap: 0.75rem;
  gap: var(--mu0-space-sm);
}
.mu0-items-center {
  align-items: center;
}
.mu0-flex-column {
  flex-direction: column;
}
.mu0-padding-top-sm {
  padding-top: 0.75rem;
  padding-top: var(--mu0-space-sm);
}
.mu0-border-top {
  --mu0-border-o: 1;
  border-top: 1px solid hsla(240, 4%, 85%, 1);
  border-top: var(--mu0-border-width, 1px) var(--mu0-border-style, solid) hsla(var(--mu0-color-contrast-lower-hsl), var(--mu0-border-o, 1));
}
.mu0-min-width-0 {
  min-width: 0;
}
.mu0-flex-grow-auto {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.mu0-gap-3xs {
  gap: 0.25rem;
  gap: var(--mu0-space-3xs);
}
.mu0-margin-bottom-sm {
  margin-bottom: 0.75rem;
  margin-bottom: var(--mu0-space-sm);
}
.mu0-text-component :where(h1, h2, h3, h4) {
  line-height: 1.2;
  line-height: var(--mu0-heading-line-height, 1.2);
  margin-top: calc(1.25rem * 1);
  margin-top: calc(var(--mu0-space-md) * var(--mu0-space-multiplier, 1));
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--mu0-space-sm) * var(--mu0-space-multiplier, 1));
}
.mu0-text-component :where(p, blockquote, ul li, ol li) {
  line-height: 1.4;
  line-height: var(--mu0-body-line-height, 1.4);
}
.mu0-text-component :where(ul, ol, p, blockquote, .mu0-text-component__block) {
  margin-bottom: calc(0.75rem * 1);
  margin-bottom: calc(var(--mu0-space-sm) * var(--mu0-space-multiplier, 1));
}
.mu0-text-component :where(ul, ol) {
  padding-left: 1.25em;
}
.mu0-text-component ul :where(ul, ol),
.mu0-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}
.mu0-text-component ul {
  list-style-type: disc;
}
.mu0-text-component ol {
  list-style-type: decimal;
}
.mu0-text-component img {
  display: block;
  margin: 0 auto;
}
.mu0-text-component figcaption {
  margin-top: calc(0.5rem * 1);
  margin-top: calc(var(--mu0-space-xs) * var(--mu0-space-multiplier, 1));
  font-size: 0.833rem;
  font-size: var(--mu0-text-sm);
  text-align: center;
}
.mu0-text-component em {
  font-style: italic;
}
.mu0-text-component strong {
  font-weight: bold;
}
.mu0-text-component s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.mu0-text-component u {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.mu0-text-component mark {
  background-color: hsla(342, 89%, 48%, 0.2);
  background-color: hsla(var(--mu0-color-accent-hsl), 0.2);
  color: inherit;
}
.mu0-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(240, 4%, 85%);
  border-left: 4px solid hsl(var(--mu0-color-contrast-lower-hsl));
  font-style: italic;
}
.mu0-text-component hr {
  margin: calc(1.25rem * 1) auto;
  margin: calc(var(--mu0-space-md) * var(--mu0-space-multiplier, 1)) auto;
  background: hsl(240, 4%, 85%);
  background: hsl(var(--mu0-color-contrast-lower-hsl));
  height: 1px;
}
.mu0-text-component > *:first-child {
  margin-top: 0;
}
.mu0-text-component > *:last-child {
  margin-bottom: 0;
}
.mu0-text-component.mu0-line-height-xs {
  --mu0-heading-line-height: 1;
  --mu0-body-line-height: 1.1;
}
.mu0-text-component.mu0-line-height-sm {
  --mu0-heading-line-height: 1.1;
  --mu0-body-line-height: 1.2;
}
.mu0-text-component.mu0-line-height-md {
  --mu0-heading-line-height: 1.15;
  --mu0-body-line-height: 1.4;
}
.mu0-text-component.mu0-line-height-lg {
  --mu0-heading-line-height: 1.22;
  --mu0-body-line-height: 1.58;
}
.mu0-text-component.mu0-line-height-xl {
  --mu0-heading-line-height: 1.3;
  --mu0-body-line-height: 1.72;
}
.mu0-max-width-2xs {
  max-width: 32rem;
}
.mu0-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.mu0-grid > * {
  min-width: 0;
  grid-column-end: span 12;
}
.mu0-margin-bottom-xs {
  margin-bottom: 0.5rem;
  margin-bottom: var(--mu0-space-xs);
}
.mu0-gap-md {
  gap: 1.25rem;
  gap: var(--mu0-space-md);
}
.mu0-padding-y-xl {
  padding-top: 3.25rem;
  padding-top: var(--mu0-space-xl);
  padding-bottom: 3.25rem;
  padding-bottom: var(--mu0-space-xl);
}
@media not all and (min-width: 64rem) {
  .mu0-display\@md {
    display: none !important;
  }
}
.mu0-padding-bottom-xs {
  padding-bottom: 0.5rem;
  padding-bottom: var(--mu0-space-xs);
}
.mu0-border-bottom {
  --mu0-border-o: 1;
  border-bottom: 1px solid hsla(240, 4%, 85%, 1);
  border-bottom: var(--mu0-border-width, 1px) var(--mu0-border-style, solid) hsla(var(--mu0-color-contrast-lower-hsl), var(--mu0-border-o, 1));
}
.mu0-max-width-lg {
  max-width: 80rem;
}
.mu0-container {
  width: calc(100% - 2 * 1.25rem);
  width: calc(100% - 2 * var(--mu0-space-md));
  margin-left: auto;
  margin-right: auto;
}
.mu0-padding-y-lg {
  padding-top: 2rem;
  padding-top: var(--mu0-space-lg);
  padding-bottom: 2rem;
  padding-bottom: var(--mu0-space-lg);
}
@media (min-width: 32rem) {
  .mu0-col-6\@xs {
    grid-column-end: span 6;
  }
}
@media (min-width: 64rem) {
  .mu0-text-xs\@md {
    font-size: 0.694rem;
    font-size: var(--mu0-text-xs);
  }
  .mu0-text-sm\@md {
    font-size: 0.833rem;
    font-size: var(--mu0-text-sm);
  }
  .mu0-justify-between\@md {
    justify-content: space-between;
  }
  .mu0-flex-row\@md {
    flex-direction: row;
  }
  .mu0-text-base\@md {
    font-size: 1rem;
    font-size: var(--mu0-text-base);
  }
  .mu0-hide\@md {
    display: none !important;
  }
  .mu0-items-center\@md {
    align-items: center;
  }
  .mu0-flex\@md {
    display: flex;
  }
  .mu0-col-3\@md {
    grid-column-end: span 3;
  }
}
@media (min-width: 80rem) {
  .mu0-col-8\@lg {
    grid-column-end: span 8;
  }
  .mu0-col-4\@lg {
    grid-column-end: span 4;
  }
}

/* src/_components/navbar/navbar.scss */
#megamenu {
  background-color: white;
}

/* src/_components/page/breadcrumbs.scss */
:root {
  --bj8-color-primary-hsl:
    250,
    84%,
    54%;
  --bj8-color-bg-hsl:
    0,
    0%,
    100%;
  --bj8-color-contrast-high-hsl:
    230,
    7%,
    23%;
  --bj8-color-contrast-higher-hsl:
    230,
    13%,
    9%;
  --bj8-color-contrast-lower-hsl:
    240,
    4%,
    85%;
  --bj8-color-contrast-low-hsl:
    240,
    4%,
    65%;
  --bj8-space-3xs: 0.25rem;
  --bj8-space-2xs: 0.375rem;
  --bj8-text-sm: 0.833rem;
}
@media (min-width: 64rem) {
  :root {
    --bj8-space-3xs: 0.375rem;
    --bj8-space-2xs: 0.5625rem;
    --bj8-text-sm: 1rem;
  }
}
.bj8-icon {
  height: 1em;
  height: var(--bj8-size, 1em);
  width: 1em;
  width: var(--bj8-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: none;
  max-width: initial;
}
.breadcrumbs__item {
  display: inline-block;
  display: inline-flex;
  align-items: center;
}
.bj8-margin-left-2xs {
  margin-left: 0.375rem;
  margin-left: var(--bj8-space-2xs);
}
.bj8-color-contrast-lower {
  --bj8-color-o: 1;
  color: hsla(240, 4%, 85%, 1);
  color: hsla(var(--bj8-color-contrast-lower-hsl), var(--bj8-color-o, 1));
}
.bj8-color-inherit {
  color: inherit;
}
.bj8-gap-2xs {
  gap: 0.375rem;
  gap: var(--bj8-space-2xs);
}
.bj8-flex-wrap {
  flex-wrap: wrap;
}
.bj8-flex {
  display: flex;
}
.bj8-text-sm {
  font-size: 0.833rem;
  font-size: var(--bj8-text-sm);
}
.bj8-color-contrast-low {
  --bj8-color-o: 1;
  color: hsla(240, 4%, 65%, 1);
  color: hsla(var(--bj8-color-contrast-low-hsl), var(--bj8-color-o, 1));
}
.bj8-margin-left-3xs {
  margin-left: 0.25rem;
  margin-left: var(--bj8-space-3xs);
}

/* src/_components/page/news/news.scss */
/*# sourceMappingURL=/_bridgetown/static/index.5PSUGVNF.css.map */
