301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: cupa3.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML><html lang="en"><head><title>Cup'a Fresh Soup, Chili - Bucks County, Pennsylvania</title><meta charset="utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1" /><meta name="description" content="Cup'a is a tented freshly made food concession local to Bucks County, PA." /><meta property="og:site_name" content="Cup'a Fresh Soup, Chili - Bucks County, Pennsylvania" /><meta property="og:title" content="Cup'a Fresh Soup, Chili - Bucks County, Pennsylvania" /><meta property="og:type" content="website" /><meta property="og:description" content="Cup'a is a tented freshly made food concession local to Bucks County, PA." /><meta property="og:image" content="https://cupa3.com/assets/images/card.jpg?v=116c0a6e" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:image:width" content="1280" /><meta property="og:image:height" content="800" /><meta property="og:url" content="https://cupa3.com" /><meta property="twitter:card" content="summary_large_image" /><link rel="canonical" href="https://cupa3.com" /><link href="https://fonts.googleapis.com/css?display=swap&family=Source+Sans+Pro:300,300italic,600,600italic,400,400italic,900,900italic" rel="stylesheet" type="text/css" /><style>html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}*, *:before, *:after {box-sizing: border-box;}body {line-height: 1.0;min-height: var(--viewport-height);min-width: 320px;overflow-x: hidden;word-wrap: break-word;}body:before {content: '';display: block;background-attachment: scroll;height: var(--background-height);left: 0;pointer-events: none;position: fixed;top: 0;transform: scale(1);width: 100vw;z-index: 0;background-image: linear-gradient(to top, rgba(34,34,34,0.451), rgba(34,34,34,0.451)), url('assets/images/bg.jpg?v=116c0a6e');background-position: 0% 0%, top right;background-repeat: repeat, no-repeat;background-size: auto, cover;background-color: #222222;}body:after {background-color: #2E2E36;content: '';display: block;height: 100%;left: 0;opacity: 0;position: fixed;top: 0;transform: scale(1);transition: opacity 1s ease-in-out 0s, visibility 1s 0s;visibility: hidden;width: 100%;z-index: 1;}body.is-loading:after {opacity: 1;visibility: visible;}:root {--background-height: 100vh;--site-language-alignment: left;--site-language-direction: ltr;--site-language-flex-alignment: flex-start;--site-language-indent-left: 1;--site-language-indent-right: 0;--viewport-height: 100vh;}html {font-size: 18pt;}u {text-decoration: underline;}strong {color: inherit;font-weight: bolder;}em {font-style: italic;}code {background-color: rgba(144,144,144,0.25);border-radius: 0.25em;font-family: 'Lucida Console', 'Courier New', monospace;font-size: 0.9em;font-weight: normal;letter-spacing: 0;margin: 0 0.25em;padding: 0.25em 0.5em;text-indent: 0;}mark {background-color: rgba(144,144,144,0.25);}s {text-decoration: line-through;}sub {font-size: smaller;vertical-align: sub;}sup {font-size: smaller;vertical-align: super;}a {color: inherit;text-decoration: underline;transition: color 0.25s ease;}#wrapper {-webkit-overflow-scrolling: touch;align-items: center;display: flex;flex-direction: column;justify-content: center;min-height: var(--viewport-height);overflow: hidden;position: relative;z-index: 2;}#main {--alignment: center;--flex-alignment: center;--indent-left: 1;--indent-right: 1;--border-radius-tl: 0;--border-radius-tr: 0;--border-radius-br: 0;--border-radius-bl: 0;align-items: center;display: flex;flex-grow: 0;flex-shrink: 0;justify-content: center;max-width: 100%;position: relative;text-align: var(--alignment);z-index: 1;transition: opacity 1s ease 0s,transform 1s ease 0s;}#main > .inner {--padding-horizontal: 3rem;--padding-vertical: 4rem;--spacing: 0.75rem;--width: 36rem;border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);max-width: 100%;position: relative;width: var(--width);z-index: 1;padding: var(--padding-vertical) var(--padding-horizontal);}#main > .inner > header {margin-bottom: var(--spacing);}#main > .inner > footer {margin-top: var(--spacing);}#main > .inner > * > * {margin-top: var(--spacing);margin-bottom: var(--spacing);}#main > .inner > * > :first-child {margin-top: 0 !important;}#main > .inner > * > :last-child {margin-bottom: 0 !important;}#main > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);}#main > .inner > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;margin-top: calc(var(--padding-vertical) * -1) !important;}#main > .inner > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;margin-bottom: calc(var(--padding-vertical) * -1) !important;}#main > .inner > .full.screen {border-radius: 0 !important;max-width: 100vw;position: relative;width: 100vw;left: 50%;margin-left: -50vw;right: auto;}#main > .inner > * > .full {margin-left: calc(-3rem);max-width: calc(100% + 6rem + 0.4725px);width: calc(100% + 6rem + 0.4725px);}#main > .inner > * > .full.screen {border-radius: 0 !important;max-width: 100vw;position: relative;width: 100vw;left: 50%;margin-left: -50vw;right: auto;}#main > .inner > .active > .full:first-child {margin-top: -4rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#main > .inner > .active {border-top-left-radius: inherit;border-top-right-radius: inherit;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main > .inner > .active > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;margin-bottom: -4rem !important;}body.is-loading #main {opacity: 0;transform: translateY(1.6875rem);}#main > .inner > header, #main > .inner > footer {transition: opacity 0.1875s ease-in-out 0.28125s,visibility 0.1875s linear 0.28125s;}#main > .inner > header.hidden, #main > .inner > footer.hidden {opacity: 0;transition: opacity 0.1875s ease-in-out,visibility 0.1875s;visibility: hidden;}#main > .inner > section {transition: opacity 0.375s ease-in-out 0.1875s,transform 0.375s ease-in-out 0.1875s,min-height 0.1875s ease-in-out,max-height 0.1875s ease-in-out;}#main > .inner > section.inactive {opacity: 0;transition: opacity 0.1875s ease-in-out,transform 0.1875s ease-in-out;transform: scale(0.94375);}body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {transition: none !important;}body.is-instant:after {display: none !important;transition: none !important;}@keyframes loading-spinner {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.deferred:before {content: '';display: block;width: 4rem;height: 4rem;position: absolute;top: 50%;left: 50%;margin: -2rem 0 0 -2rem;animation: loading-spinner 1s infinite linear;transition: opacity 0.25s ease;transition-delay: 0.5s;opacity: 0;z-index: -1;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');background-position: center;background-repeat: no-repeat;background-size: 3rem;}.deferred.loading:before {opacity: 0.35;z-index: 0;}.image {display: block;line-height: 0;max-width: 100%;position: relative;}.image .frame {-webkit-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);display: inline-block;max-width: 100%;overflow: hidden;vertical-align: top;width: 100%;}.image .frame img {border-radius: 0 !important;max-width: 100%;vertical-align: top;width: inherit;}.image.full .frame {display: block;}.image.full:first-child .frame {border-top-left-radius: inherit;border-top-right-radius: inherit;}.image.full:last-child .frame {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#image01:not(:first-child) {margin-top: 1.5rem !important;}#image01:not(:last-child) {margin-bottom: 1.5rem !important;}#image01 .frame {width: 18.5rem;transition: none;}#image01 .frame img {transition: none;}.buttons {cursor: default;display: flex;justify-content: var(--flex-alignment);letter-spacing: 0;padding: 0;}.buttons li {max-width: 100%;}.buttons li a {align-items: center;justify-content: center;max-width: 100%;text-align: center;text-decoration: none;vertical-align: middle;white-space: nowrap;}#buttons03 {gap: 0.75rem;flex-direction: row;flex-wrap: wrap;}#buttons03:not(:first-child) {margin-top: 1.875rem !important;}#buttons03:not(:last-child) {margin-bottom: 1.875rem !important;}#buttons03 li a {display: inline-block;width: auto;height: 2rem;line-height: calc(2rem - 2px);padding: 0 1rem;vertical-align: middle;text-transform: uppercase;font-family: 'Source Sans Pro', sans-serif;letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;font-weight: 300;border-radius: 0.375rem;direction: var(--site-language-direction);overflow: hidden;text-overflow: ellipsis;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#buttons03 .button {color: #FFFFFF;border: solid 1px #FFFFFF;}#buttons03 .button:hover {border-color: #96D3FF !important;color: #96D3FF !important;}#buttons02 {gap: 0.75rem;flex-direction: row;flex-wrap: wrap;}#buttons02:not(:first-child) {margin-top: 1.875rem !important;}#buttons02:not(:last-child) {margin-bottom: 1.875rem !important;}#buttons02 li a {display: inline-block;width: auto;height: 2rem;line-height: calc(2rem - 2px);padding: 0 1rem;vertical-align: middle;text-transform: uppercase;font-family: 'Source Sans Pro', sans-serif;letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;font-weight: 300;border-radius: 0.375rem;direction: var(--site-language-direction);overflow: hidden;text-overflow: ellipsis;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#buttons02 .button {color: #FFFFFF;border: solid 1px #FFFFFF;}#buttons02 .button:hover {border-color: #96D3FF !important;color: #96D3FF !important;}#buttons04 {gap: 0.75rem;flex-direction: row;flex-wrap: wrap;}#buttons04:not(:first-child) {margin-top: 1.875rem !important;}#buttons04:not(:last-child) {margin-bottom: 1.875rem !important;}#buttons04 li a {display: inline-block;width: auto;height: 2rem;line-height: calc(2rem - 2px);padding: 0 1rem;vertical-align: middle;text-transform: uppercase;font-family: 'Source Sans Pro', sans-serif;letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;font-weight: 300;border-radius: 0.375rem;direction: var(--site-language-direction);overflow: hidden;text-overflow: ellipsis;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#buttons04 .button {color: #FFFFFF;border: solid 1px #FFFFFF;}#buttons04 .button:hover {border-color: #96D3FF !important;color: #96D3FF !important;}#buttons06 {gap: 1.25rem;flex-direction: row;flex-wrap: wrap;}#buttons06:not(:first-child) {margin-top: 1.625rem !important;}#buttons06:not(:last-child) {margin-bottom: 1.625rem !important;}#buttons06 li a {display: inline-block;width: 5.875rem;height: 2.5rem;line-height: calc(2.5rem - 2px);padding: 0 0.5rem;vertical-align: middle;text-transform: uppercase;font-family: 'Source Sans Pro', sans-serif;letter-spacing: 0.175rem;padding-left: calc(0.175rem + 0.5rem);font-size: 0.75em;font-weight: 300;border-radius: 0.375rem;direction: var(--site-language-direction);overflow: hidden;text-overflow: ellipsis;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#buttons06 .button {color: #FFFFFF;border: solid 1px #FFFFFF;}#buttons06 .button:hover {border-color: #96D3FF !important;color: #96D3FF !important;}#buttons01 {gap: 0.75rem;flex-direction: row;flex-wrap: wrap;}#buttons01:not(:first-child) {margin-top: 1.875rem !important;}#buttons01:not(:last-child) {margin-bottom: 1.875rem !important;}#buttons01 li a {display: inline-block;width: auto;height: 2rem;line-height: calc(2rem - 2px);padding: 0 1rem;vertical-align: middle;text-transform: uppercase;font-family: 'Source Sans Pro', sans-serif;letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;font-weight: 300;border-radius: 0.375rem;direction: var(--site-language-direction);overflow: hidden;text-overflow: ellipsis;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#buttons01 .button {color: #FFFFFF;border: solid 1px #FFFFFF;}#buttons01 .button:hover {border-color: #96D3FF !important;color: #96D3FF !important;}h1, h2, h3, p {direction: var(--site-language-direction);position: relative;}h1 span.p, h2 span.p, h3 span.p, p span.p {display: block;position: relative;}h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark {-webkit-text-fill-color: currentcolor;}#text06 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text06 a {text-decoration: underline;}#text06 a:hover {text-decoration: none;}#text06 span.p:nth-child(n + 2) {margin-top: 1rem;}#text05 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text05 a {text-decoration: underline;}#text05 a:hover {text-decoration: none;}#text05 span.p:nth-child(n + 2) {margin-top: 1rem;}#text02 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text02 a {text-decoration: underline;}#text02 a:hover {text-decoration: none;}#text02 span.p:nth-child(n + 2) {margin-top: 1rem;}#text01 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text01 a {text-decoration: underline;}#text01 a:hover {text-decoration: none;}#text01 span.p:nth-child(n + 2) {margin-top: 1rem;}#text07 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1.625;font-weight: 600;}#text07 a {text-decoration: underline;}#text07 a:hover {text-decoration: none;}#text07 span.p:nth-child(n + 2) {margin-top: 1rem;}#text08 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text08 a {text-decoration: underline;}#text08 a:hover {text-decoration: none;}#text08 span.p:nth-child(n + 2) {margin-top: 1rem;}#text13 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text13 a {text-decoration: underline;}#text13 a:hover {text-decoration: none;}#text13 span.p:nth-child(n + 2) {margin-top: 1rem;}#text14 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text14 a {text-decoration: underline;}#text14 a:hover {text-decoration: none;}#text14 span.p:nth-child(n + 2) {margin-top: 1rem;}#text11 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text11 a {text-decoration: underline;}#text11 a:hover {text-decoration: none;}#text11 span.p:nth-child(n + 2) {margin-top: 1rem;}#text12 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text12 a {text-decoration: underline;}#text12 a:hover {text-decoration: none;}#text12 span.p:nth-child(n + 2) {margin-top: 1rem;}#text21 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text21 a {text-decoration: underline;}#text21 a:hover {text-decoration: none;}#text21 span.p:nth-child(n + 2) {margin-top: 1rem;}#text04 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text04 a {text-decoration: underline;}#text04 a:hover {text-decoration: none;}#text04 span.p:nth-child(n + 2) {margin-top: 1rem;}#text15 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text15 a {text-decoration: underline;}#text15 a:hover {text-decoration: none;}#text15 span.p:nth-child(n + 2) {margin-top: 1rem;}#text16 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text16 a {text-decoration: underline;}#text16 a:hover {text-decoration: none;}#text16 span.p:nth-child(n + 2) {margin-top: 1rem;}#text19 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text19 a {text-decoration: underline;}#text19 a:hover {text-decoration: none;}#text19 span.p:nth-child(n + 2) {margin-top: 1rem;}#text20 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text20 a {text-decoration: underline;}#text20 a:hover {text-decoration: none;}#text20 span.p:nth-child(n + 2) {margin-top: 1rem;}#text17 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1;font-weight: 600;}#text17 a {text-decoration: underline;}#text17 a:hover {text-decoration: none;}#text17 span.p:nth-child(n + 2) {margin-top: 1rem;}#text18 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text18 a {text-decoration: underline;}#text18 a:hover {text-decoration: none;}#text18 span.p:nth-child(n + 2) {margin-top: 1rem;}#text03 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1.625;font-weight: 600;}#text03 a {text-decoration: underline;}#text03 a:hover {text-decoration: none;}#text03 span.p:nth-child(n + 2) {margin-top: 1rem;}#text09 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text09 a {text-decoration: underline;}#text09 a:hover {text-decoration: none;}#text09 span.p:nth-child(n + 2) {margin-top: 1rem;}#text10 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 2em;line-height: 1.625;font-weight: 600;}#text10 a {text-decoration: underline;}#text10 a:hover {text-decoration: none;}#text10 span.p:nth-child(n + 2) {margin-top: 1rem;}#text22 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text22 a {text-decoration: underline;}#text22 a:hover {text-decoration: none;}#text22 span.p:nth-child(n + 2) {margin-top: 1rem;}#text24 {text-align: justify;color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#text24 a {text-decoration: underline;}#text24 a:hover {text-decoration: none;}#text24 span.p:nth-child(n + 2) {margin-top: 1rem;}.table-wrapper {max-width: 100%;-webkit-overflow-scrolling: touch;overflow-x: auto;overflow-y: hidden;}.table-inner {display: inline-block;max-width: 100%;}table {direction: var(--site-language-direction);text-align: var(--site-language-alignment);width: 100%;}th {font-weight: bolder;text-align: var(--site-language-alignment);}#table02 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;font-size: 1em;line-height: 1.625;font-weight: 300;}#table02 a {text-decoration: underline;}#table02 a:hover {text-decoration: none;}#table02 .table-inner {width: 30rem;}#table02 thead {border-bottom: solid 2px #FFFFFF;}#table02 tbody tr {border-top: solid 1px rgba(255,255,255,0.373);}#table02 tbody tr:first-child {border-top: 0;}#table02 th, #table02 td {padding: 0.5rem 0.6875rem;}#table02 th:first-child, #table02 td:first-child {padding-left: 0;}#table02 th:last-child, #table02 td:last-child {padding-right: 0;}.gallery .inner {display: inline-block;max-width: 100%;vertical-align: middle;}.gallery ul {display: flex;flex-wrap: wrap;justify-content: var(--flex-alignment);}.gallery ul li {position: relative;}.gallery ul li .thumbnail {border-radius: inherit;position: relative;}.gallery ul li .frame {-webkit-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);display: inline-block;overflow: hidden;vertical-align: top;}.gallery ul li img {margin: 0;max-width: 100%;vertical-align: top;width: auto;}.gallery ul li .caption {width: 100%;}.gallery ul li .caption p {width: 100%;}@keyframes gallery-modal-spinner {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.gallery-modal {-webkit-tap-highlight-color: rgba(0,0,0,0);align-items: center;background-color: rgba(10,10,10,0.85);display: flex;flex-direction: column;height: 100%;justify-content: center;left: 0;opacity: 0;outline: 0;pointer-events: none;position: fixed;top: 0;touch-action: pan-x pinch-zoom;transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s, background-color 0.5s ease;user-select: none;visibility: hidden;width: 100%;z-index: 0;}.gallery-modal:before {animation: gallery-modal-spinner 1s infinite linear;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');background-position: center;background-repeat: no-repeat;background-size: 4rem;content: '';display: block;height: 4rem;left: 50%;margin: -2rem 0 0 -2rem;opacity: 0;position: absolute;top: 50%;transition: opacity 0.25s ease;transition-delay: 0.5s;width: 4rem;}.gallery-modal .inner {opacity: 0;transform: translateY(0.75em);transition: all 0.5s ease;}.gallery-modal .inner img {box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);display: block;max-height: 85vh;max-width: 80vw;}.gallery-modal .nav {background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');background-position: center;background-repeat: no-repeat;background-size: 3rem;cursor: pointer;height: 40%;max-width: 10vw;min-height: 6rem;opacity: 0.25;position: fixed;top: 30%;transition: opacity 0.25s ease, transform 0.5s ease;width: 8rem;}.gallery-modal .nav:hover {opacity: 1;}.gallery-modal .nav.next {right: 0;}.gallery-modal .nav.previous {left: 0;transform: scaleX(-1);}.gallery-modal .close {background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');background-position: top 1rem right 1rem;background-repeat: no-repeat;background-size: 3rem;cursor: pointer;display: block;height: 6rem;opacity: 0.25;position: absolute;right: 0;top: 0;transition: opacity 0.25s ease, transform 0.5s ease;width: 6rem;}.gallery-modal .close:hover {opacity: 1;}.gallery-modal.visible {opacity: 1;pointer-events: auto;visibility: visible;z-index: 10000;}.gallery-modal.visible:before {opacity: 1;}.gallery-modal.loaded:before {opacity: 0 !important;transition-delay: 0s !important;}.gallery-modal.loaded .inner {opacity: 1;transform: translateY(0);}.gallery-modal.switching .inner {transition: opacity 0.375s ease, transform 0.5s ease;}.gallery-modal.switching.from-left .inner {transform: translateY(0) translateX(-1.5em);}.gallery-modal.switching.from-right .inner {transform: translateY(0) translateX(1.5em);}.gallery-modal.switching.done .inner {transition: opacity 0.375s ease;transform: translateY(0) translateX(0);}.gallery-modal.zooming {background-color: rgba(0,0,0,1);}.gallery-modal.zooming .nav.next {opacity: 0;pointer-events: none;transform: translateX(50%);}.gallery-modal.zooming .nav.previous {opacity: 0;pointer-events: none;transform: translateX(-50%) scaleX(-1);}.gallery-modal.zooming .close {opacity: 0;pointer-events: none;transform: translateX(50%) translateY(-50%);}#gallery02 .inner {max-width: 100%;}#gallery02 ul li {border-radius: 0rem;display: inline-block;}#gallery02 ul li .frame {border-radius: 0rem;}#gallery02 ul {gap: 1rem;}#gallery02 ul li .thumbnail {display: block;transition: none;}#gallery02 ul li img {height: auto;max-height: 8rem;}#gallery02 ul li .thumbnail img {transition: none;}.video {position: relative;}.video video {display: inline-block;max-width: 100%;vertical-align: top;}.video .frame {display: inline-block;max-width: 100%;overflow: hidden;position: relative;vertical-align: top;}.video .frame:before {content: '';display: block;width: 100%;}.video .frame iframe {bottom: 0px;height: 100%;left: 0px;position: absolute;right: 0px;top: 0px;width: 100%;background-color: #000000;}.video.full video {display: block;}.video.full:first-child video {border-top-left-radius: inherit;border-top-right-radius: inherit;}.video.full:last-child video {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}.video.full .frame {display: block;}.video.full:first-child .frame {border-top-left-radius: inherit;border-top-right-radius: inherit;}.video.full:last-child .frame {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#video01 video {width: 26rem;}#video01 .frame {width: 26rem;}#video01 .frame:before {padding-top: 56.25%;}#video02 video {width: 26rem;}#video02 .frame {width: 26rem;}#video02 .frame:before {padding-top: 56.25%;}.icons {display: flex;flex-wrap: wrap;justify-content: var(--flex-alignment);letter-spacing: 0;padding: 0;}.icons li {position: relative;z-index: 1;}.icons li a {align-items: center;display: flex;justify-content: center;}.icons li a svg {display: block;position: relative;}.icons li a + svg {display: block;height: 100%;left: 0;pointer-events: none;position: absolute;top: 0;width: 100%;z-index: -1;}.icons li a .label {display: none;}#icons01 {font-size: 0.875em;gap: 1rem;}#icons01:not(:first-child) {margin-top: 2rem !important;}#icons01:not(:last-child) {margin-bottom: 2rem !important;}#icons01 li a {border-radius: 100%;height: 2em;width: 2em;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#icons01 li a svg {height: 60%;width: 60%;transition: fill 0.25s ease;}#icons01 a svg {fill: #FFFFFF;}#icons01 a {border: solid 1px #FFFFFF;}#icons01 a:hover {border-color: #96D3FF !important;}#icons01 a:hover svg {fill: #96D3FF !important;}#icons01 li a + svg {transition: fill 0.25s ease, stroke 0.25s ease;}#icons02 {font-size: 0.875em;gap: 1rem;}#icons02:not(:first-child) {margin-top: 2rem !important;}#icons02:not(:last-child) {margin-bottom: 2rem !important;}#icons02 li a {border-radius: 100%;height: 2em;width: 2em;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}#icons02 li a svg {height: 60%;width: 60%;transition: fill 0.25s ease;}#icons02 a svg {fill: #FFFFFF;}#icons02 a {border: solid 1px #FFFFFF;}#icons02 a:hover {border-color: #96D3FF !important;}#icons02 a:hover svg {fill: #96D3FF !important;}#icons02 li a + svg {transition: fill 0.25s ease, stroke 0.25s ease;}.container {position: relative;}.container > .wrapper {vertical-align: top;position: relative;max-width: 100%;border-radius: inherit;}.container > .wrapper > .inner {vertical-align: top;position: relative;max-width: 100%;border-radius: inherit;text-align: var(--alignment);}#main .container.full:first-child > .wrapper {border-top-left-radius: inherit;border-top-right-radius: inherit;}#main .container.full:last-child > .wrapper {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main .container.full:first-child > .wrapper > .inner {border-top-left-radius: inherit;border-top-right-radius: inherit;}#main .container.full:last-child > .wrapper > .inner {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01 {--alignment: center;--flex-alignment: center;--indent-left: 1;--indent-right: 1;}#container01:not(:first-child) {margin-top: 1.5rem !important;}#container01:not(:last-child) {margin-bottom: 1.5rem !important;}#container01 > .wrapper {display: inline-block;width: 36rem;background-color: transparent;}#container01 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 1rem;--padding-vertical: 1rem;--spacing: 1rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container01.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container01.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container01.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container01.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container01.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container01.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container01.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container01.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container01.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container01.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:first-child, #container01.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container01.columns > .wrapper > .inner > div:last-child, #container01.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > .full {align-self: stretch;}#container01.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container01.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container05 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;}#container05:not(:first-child) {margin-top: 1.25rem !important;}#container05:not(:last-child) {margin-bottom: 1.25rem !important;}#container05 > .wrapper {display: inline-block;width: 36rem;background-color: rgba(40,39,48,0.922);box-shadow: 0rem 0.75rem 2.625rem 0rem rgba(40,39,48,0.522);border-radius: 0.375rem;}#container05 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 2.5rem;--padding-vertical: 2.75rem;--spacing: 1.5rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container05.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container05.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container05.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container05.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container05.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container05.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container05.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container05.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container05.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container05.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:first-child, #container05.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container05.columns > .wrapper > .inner > div:last-child, #container05.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > .full {align-self: stretch;}#container05.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container05.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container02 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;}#container02:not(:first-child) {margin-top: 1.25rem !important;}#container02:not(:last-child) {margin-bottom: 1.25rem !important;}#container02 > .wrapper {display: inline-block;width: 36rem;background-color: rgba(40,39,48,0.922);box-shadow: 0rem 0.75rem 2.625rem 0rem rgba(40,39,48,0.522);border-radius: 0.375rem;}#container02 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 2.5rem;--padding-vertical: 2.75rem;--spacing: 1.5rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container02.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container02.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container02.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container02.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container02.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container02.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container02.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container02.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container02.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container02.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:first-child, #container02.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container02.columns > .wrapper > .inner > div:last-child, #container02.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > .full {align-self: stretch;}#container02.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container02.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container03 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;}#container03:not(:first-child) {margin-top: 1.25rem !important;}#container03:not(:last-child) {margin-bottom: 1.25rem !important;}#container03 > .wrapper {display: inline-block;width: 36rem;background-color: rgba(40,39,48,0.922);box-shadow: 0rem 0.75rem 2.625rem 0rem rgba(40,39,48,0.522);border-radius: 0.375rem;}#container03 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 2.5rem;--padding-vertical: 2.75rem;--spacing: 1.5rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container03.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container03.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container03.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container03.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container03.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container03.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container03.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container03.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container03.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container03.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:first-child, #container03.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container03.columns > .wrapper > .inner > div:last-child, #container03.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > .full {align-self: stretch;}#container03.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container03.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container07 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;}#container07:not(:first-child) {margin-top: 1.25rem !important;}#container07:not(:last-child) {margin-bottom: 1.25rem !important;}#container07 > .wrapper {display: inline-block;width: 36rem;background-color: rgba(40,39,48,0.922);box-shadow: 0rem 0.75rem 2.625rem 0rem rgba(40,39,48,0.522);border-radius: 0.375rem;}#container07 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 2.5rem;--padding-vertical: 2.75rem;--spacing: 1.5rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container07.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container07.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container07.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container07.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container07.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container07.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container07.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container07.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container07.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container07.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:first-child, #container07.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container07.columns > .wrapper > .inner > div:last-child, #container07.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > .full {align-self: stretch;}#container07.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container07.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container04 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;}#container04:not(:first-child) {margin-top: 1.25rem !important;}#container04:not(:last-child) {margin-bottom: 1.25rem !important;}#container04 > .wrapper {display: inline-block;width: 36rem;background-color: rgba(40,39,48,0.922);box-shadow: 0rem 0.75rem 2.625rem 0rem rgba(40,39,48,0.522);border-radius: 0.375rem;}#container04 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 2.5rem;--padding-vertical: 2.75rem;--spacing: 1.5rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container04.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container04.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container04.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container04.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container04.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container04.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container04.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container04.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container04.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container04.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container04.columns > .wrapper > .inner > div:last-child, #container04.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > .full {align-self: stretch;}#container04.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container04.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}@media (orientation: portrait) {.gallery-modal .inner img {max-width: 100vw;}.gallery-modal .nav {background-image: none;max-width: 35%;opacity: 1;width: 8rem;}.gallery-modal .nav:before {background-color: rgba(144,144,144,0.5);background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');background-position: center;background-repeat: no-repeat;background-size: 1.5rem;border-radius: 3rem;content: '';display: block;height: 3rem;position: absolute;right: 1rem;top: calc(50% - 1.5rem);width: 3rem;}}@media (max-width: 1920px) {}@media (max-width: 1680px) {html {font-size: 13pt;}}@media (max-width: 1280px) {html {font-size: 13pt;}.gallery-modal .nav {opacity: 1;}.gallery-modal .close {opacity: 1;}}@media (max-width: 1024px) {}@media (max-width: 980px) {html {font-size: 11pt;}}@media (max-width: 736px) {html {font-size: 11pt;}#main > .inner {--padding-horizontal: 1rem;--padding-vertical: 1.5rem;--spacing: 0.75rem;}#main > .inner > * > .full {margin-left: calc(-1rem);max-width: calc(100% + 2rem + 0.4725px);width: calc(100% + 2rem + 0.4725px);}#main > .inner > * > .full.screen {margin-left: -50vw;}#main > .inner > .active > .full:first-child {margin-top: -1.5rem !important;}#main > .inner > .active > .full:last-child {margin-bottom: -1.5rem !important;}#image01:not(:first-child) {margin-top: 1.125rem !important;}#image01:not(:last-child) {margin-bottom: 1.125rem !important;}#image01 .frame {width: 18.5rem;}#buttons03 {gap: 0.75rem;}#buttons03:not(:first-child) {margin-top: 1.40625rem !important;}#buttons03:not(:last-child) {margin-bottom: 1.40625rem !important;}#buttons03 li a {letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;}#buttons02 {gap: 0.75rem;}#buttons02:not(:first-child) {margin-top: 1.40625rem !important;}#buttons02:not(:last-child) {margin-bottom: 1.40625rem !important;}#buttons02 li a {letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;}#buttons04 {gap: 0.75rem;}#buttons04:not(:first-child) {margin-top: 1.40625rem !important;}#buttons04:not(:last-child) {margin-bottom: 1.40625rem !important;}#buttons04 li a {letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;}#buttons06 {gap: 1.25rem;}#buttons06:not(:first-child) {margin-top: 1.21875rem !important;}#buttons06:not(:last-child) {margin-bottom: 1.21875rem !important;}#buttons06 li a {letter-spacing: 0.175rem;padding-left: calc(0.175rem + 0.5rem);font-size: 0.75em;}#buttons01 {gap: 0.75rem;}#buttons01:not(:first-child) {margin-top: 1.40625rem !important;}#buttons01:not(:last-child) {margin-bottom: 1.40625rem !important;}#buttons01 li a {letter-spacing: 0.175rem;padding-left: calc(0.175rem + 1rem);font-size: 0.625em;}#text06 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text05 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text02 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text01 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text07 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1.625;}#text08 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text13 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text14 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text11 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text12 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text21 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text04 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text15 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text16 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text19 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text20 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text17 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1;}#text18 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text03 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1.625;}#text09 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text10 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1.625;}#text22 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#text24 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.625;}#table02 {letter-spacing: 0rem;font-size: 1em;line-height: 1.625;}#table02 th, #table02 td {padding: 0.5rem 0.6875rem;}.gallery-modal .close {background-position: top 0.5rem right 0.5rem;}#gallery02 ul li img {max-height: 6rem;}#video01 video {width: 26rem;}#video01 .frame {width: 26rem;}#video02 video {width: 26rem;}#video02 .frame {width: 26rem;}#icons01 {font-size: 0.875em;gap: 1rem;}#icons01:not(:first-child) {margin-top: 1.5rem !important;}#icons01:not(:last-child) {margin-bottom: 1.5rem !important;}#icons02 {font-size: 0.875em;gap: 1rem;}#icons02:not(:first-child) {margin-top: 1.5rem !important;}#icons02:not(:last-child) {margin-bottom: 1.5rem !important;}#container01:not(:first-child) {margin-top: 1.125rem !important;}#container01:not(:last-child) {margin-bottom: 1.125rem !important;}#container01 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 2.5rem;--padding-vertical: 1rem;--spacing: 1rem;}#container01.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container01.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container01.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container01.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}#container05:not(:first-child) {margin-top: 0.9375rem !important;}#container05:not(:last-child) {margin-bottom: 0.9375rem !important;}#container05 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 1.625rem;--padding-vertical: 2rem;--spacing: 1.5rem;}#container05.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container05.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container05.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container05.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}#container02:not(:first-child) {margin-top: 0.9375rem !important;}#container02:not(:last-child) {margin-bottom: 0.9375rem !important;}#container02 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 1.625rem;--padding-vertical: 2rem;--spacing: 1.5rem;}#container02.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container02.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container02.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container02.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}#container03:not(:first-child) {margin-top: 0.9375rem !important;}#container03:not(:last-child) {margin-bottom: 0.9375rem !important;}#container03 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 1.625rem;--padding-vertical: 2rem;--spacing: 1.5rem;}#container03.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container03.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container03.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container03.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}#container07:not(:first-child) {margin-top: 0.9375rem !important;}#container07:not(:last-child) {margin-bottom: 0.9375rem !important;}#container07 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 1.625rem;--padding-vertical: 2rem;--spacing: 1.5rem;}#container07.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container07.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container07.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container07.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}#container04:not(:first-child) {margin-top: 0.9375rem !important;}#container04:not(:last-child) {margin-bottom: 0.9375rem !important;}#container04 > .wrapper > .inner {--gutters: 2rem;--padding-horizontal: 1.625rem;--padding-vertical: 2rem;--spacing: 1.5rem;}#container04.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container04.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container04.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container04.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}}@media (max-width: 480px) {#main > .inner {--spacing: 0.65625rem;}#buttons06 li a {width: 12.5rem;}#container01 > .wrapper > .inner {--spacing: 0.875rem;}#container05 > .wrapper > .inner {--spacing: 1.3125rem;}#container02 > .wrapper > .inner {--spacing: 1.3125rem;}#container03 > .wrapper > .inner {--spacing: 1.3125rem;}#container07 > .wrapper > .inner {--spacing: 1.3125rem;}#container04 > .wrapper > .inner {--spacing: 1.3125rem;}}@media (max-width: 360px) {#main > .inner {--padding-horizontal: 0.75rem;--padding-vertical: 1.125rem;--spacing: 0.5625rem;}#main > .inner > * > .full {margin-left: calc(-0.75rem);max-width: calc(100% + 1.5rem + 0.4725px);width: calc(100% + 1.5rem + 0.4725px);}#main > .inner > * > .full.screen {margin-left: -50vw;}#main > .inner > .active > .full:first-child {margin-top: -1.125rem !important;}#main > .inner > .active > .full:last-child {margin-bottom: -1.125rem !important;}#buttons03 {gap: 0.5625rem;}#buttons02 {gap: 0.5625rem;}#buttons04 {gap: 0.5625rem;}#buttons06 {gap: 0.9375rem;}#buttons01 {gap: 0.5625rem;}#text06 {font-size: 1.5em;}#text05 {font-size: 1.5em;}#text02 {font-size: 1em;}#text01 {font-size: 1em;}#text07 {font-size: 1.5em;}#text08 {font-size: 1em;}#text13 {font-size: 1.5em;}#text14 {font-size: 1em;}#text11 {font-size: 1.5em;}#text12 {font-size: 1em;}#text21 {font-size: 1em;}#text04 {font-size: 1em;}#text15 {font-size: 1.5em;}#text16 {font-size: 1em;}#text19 {font-size: 1.5em;}#text20 {font-size: 1em;}#text17 {font-size: 1.5em;}#text18 {font-size: 1em;}#text03 {font-size: 1.5em;}#text09 {font-size: 1em;}#text10 {font-size: 1.5em;}#text22 {font-size: 1em;}#text24 {font-size: 1em;}#table02 {font-size: 1em;}#gallery02 ul {gap: 0.75rem;}#icons01 {gap: 0.75rem;}#icons02 {gap: 0.75rem;}#container01 > .wrapper > .inner {--gutters: 1.5rem;--padding-horizontal: 1.875rem;--padding-vertical: 0.75rem;--spacing: 0.75rem;}#container05 > .wrapper > .inner {--gutters: 1.5rem;--padding-horizontal: 1.21875rem;--padding-vertical: 1.5rem;--spacing: 1.125rem;}#container02 > .wrapper > .inner {--gutters: 1.5rem;--padding-horizontal: 1.21875rem;--padding-vertical: 1.5rem;--spacing: 1.125rem;}#container03 > .wrapper > .inner {--gutters: 1.5rem;--padding-horizontal: 1.21875rem;--padding-vertical: 1.5rem;--spacing: 1.125rem;}#container07 > .wrapper > .inner {--gutters: 1.5rem;--padding-horizontal: 1.21875rem;--padding-vertical: 1.5rem;--spacing: 1.125rem;}#container04 > .wrapper > .inner {--gutters: 1.5rem;--padding-horizontal: 1.21875rem;--padding-vertical: 1.5rem;--spacing: 1.125rem;}}</style><noscript><style>body {overflow: auto !important;}body:after {display: none !important;}#main > .inner {opacity: 1.0 !important;}#main {opacity: 1.0 !important;transform: none !important;transition: none !important;filter: none !important;}#main > .inner > section {opacity: 1.0 !important;transform: none !important;transition: none !important;filter: none !important;}</style></noscript></head><body class="is-loading"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40" display="none" width="0" height="0"><symbol id="icon-a1eb5cac0cee3b05a40d856c98ce14a5" viewBox="0 0 40 40"><path d="M27.2,4.7v4.9h-2.9c-1.1,0-1.8,0.2-2.1,0.6c-0.4,0.5-0.6,1.1-0.6,2v3.5H27l-0.7,5.4h-4.7v14H16v-14h-4.7v-5.4H16v-4.1 c0-2.3,0.6-4.1,1.9-5.3s2.9-1.9,5.2-1.9C24.8,4.4,26.2,4.5,27.2,4.7L27.2,4.7z"/></symbol><symbol id="icon-c0646d28bbeb18e39eb973f96b44bd0f" viewBox="0 0 40 40"><path d="M34.9,30.5V15.6c-0.4,0.4-0.8,0.9-1.4,1.2c-3.4,2.7-6.2,4.8-8.2,6.6c-0.6,0.5-1.1,0.9-1.6,1.2c-0.4,0.3-0.9,0.6-1.7,0.9 c-0.7,0.3-1.4,0.5-2,0.5l0,0c-0.6,0-1.2-0.2-2-0.5c-0.7-0.3-1.2-0.6-1.7-0.9c-0.4-0.3-0.9-0.7-1.6-1.2c-2.1-1.7-4.8-3.8-8.2-6.6 c-0.5-0.4-0.9-0.8-1.4-1.2v14.9c0,0.2,0.1,0.3,0.2,0.4C5.7,31,5.9,31.1,6,31.1h28.4c0.2,0,0.3-0.1,0.4-0.2 C34.8,30.8,34.9,30.7,34.9,30.5L34.9,30.5z M34.9,10.2V9.7c0,0,0-0.1,0-0.2c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1,0-0.1-0.2 c0-0.1-0.1-0.2-0.2-0.1c-0.1,0-0.2,0-0.3,0H5.8C5.6,8.9,5.4,9,5.3,9.1C5.2,9.2,5.1,9.3,5.1,9.5c0,2.2,0.9,4,2.8,5.5 c2.5,2,5.1,4,7.7,6.1c0.1,0.1,0.3,0.2,0.7,0.5c0.4,0.3,0.6,0.5,0.9,0.7c0.2,0.2,0.5,0.4,0.8,0.6c0.3,0.2,0.7,0.4,0.9,0.5 c0.3,0.1,0.6,0.2,0.8,0.2l0,0c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.6-0.4,0.8-0.6c0.2-0.2,0.5-0.4,0.9-0.7 c0.4-0.3,0.6-0.5,0.6-0.5c2.7-2.1,5.3-4.2,7.7-6.1c0.7-0.5,1.4-1.2,2-2.2C34.6,11.8,34.9,11,34.9,10.2L34.9,10.2z M37.3,9.5v21 c0,0.8-0.3,1.6-0.9,2.2s-1.4,0.9-2.2,0.9H5.8c-0.8,0-1.6-0.3-2.2-0.9c-0.6-0.6-0.9-1.4-0.9-2.2v-21c0-0.8,0.3-1.6,0.9-2.2 s1.4-0.9,2.2-0.9h28.4c0.8,0,1.6,0.3,2.2,0.9S37.3,8.7,37.3,9.5z"/></symbol></svg><div id="wrapper"><div id="main"><div class="inner"><section id="home-section"><div id="container01" class="container default"><div class="wrapper"><div class="inner"><div id="image01" class="image"><span class="frame"><img src="assets/images/image01.png?v=116c0a6e" alt="Cup'a" /></span></div><ul id="buttons06" class="buttons"><li><a href="#about" class="button n01">About</a></li><li><a href="#menu" class="button n02">Menu</a></li><li><a href="#events" class="button n03">Events</a></li><li><a href="#gallery" class="button n04">Gallery</a></li></ul></div></div></div><div id="container05" class="container default"><div class="wrapper"><div class="inner"><p id="text21"><span class="p"><strong>As of today.... 11,547 Customers served.</strong><br /> <strong>As of today...1187 meals donated to those in need.</strong></span></p><p id="text04">Thank you for your support.</p><h2 id="text15">Our Story</h2><div id="video02" class="video"><div class="frame"><iframe data-src="" src="https://www.youtube-nocookie.com/embed/43Gszx_XpYw?autoplay=0&rel=0&loop=0&controls=1&cc_load_policy=0" allowfullscreen="1"></iframe></div></div><p id="text16"><span class="p">Cup’a was formed in 2017 in Southeastern Pennsylvania by three families who developed a lasting friendship based on faith, family, and service. Our mutual involvement in various Parish ministries was the basis for establishing a business dedicated to serving others and providing wholesome homemade soups and traditional culinary favorites prepared with only the freshest ingredients, and guaranteed to bring comfort and joy to your palate.</span><span class="p">Each time we step into our kitchen to prepare food for an event we also prepare a generous portion to be donated to those in need.</span><span class="p">Now four families in strength, we are committed to nourishing the mind, body and spirit of others, one cup at a time. We look forward to serving you a Cup'a homemade goodness at your next event.</span><span class="p">Read more about Cup'a in The Reporter:<br /> <a href="https://www.thereporteronline.com/2021/08/03/bucks-county-spotlight-cupa-llc-generously-runneth-over/">https://www.thereporteronline.com/2021/08/03/bucks-county-spotlight-cupa-llc-generously-runneth-over/</a></span></p><h2 id="text19">Our Mission</h2><p id="text20">Four families united in the love of Jesus Christ and His church, nourishing the mind, body, and spirit of others, one cup at a time. Anchored by faith, we remain persistent in prayer, guided by the Holy Spirit, all for the glory of God.</p><h2 id="text17">Contact Us</h2><p id="text18"><span class="p">We are looking forward to serving you at community events. In the meanwhile, if you or your organization is planning an event where hot, hearty, aromatic soup would be warmly welcomed, please contact us.</span><span class="p"><strong>Email</strong>: <a href="mailto:[email protected]">[email protected]</a></span></p><ul id="icons02" class="icons"><li><a class="n01" href="https://www.facebook.com/ourcupa/"><svg><use xlink:href="#icon-a1eb5cac0cee3b05a40d856c98ce14a5"></use></svg><span class="label">Facebook</span></a></li><li><a class="n02" href="mailto:[email protected]"><svg><use xlink:href="#icon-c0646d28bbeb18e39eb973f96b44bd0f"></use></svg><span class="label">Email (Alt)</span></a></li></ul></div></div></div></section><section id="about-section"><div id="container02" class="container default"><div class="wrapper"><div class="inner"><ul id="buttons03" class="buttons"><li><a href="#home" class="button n01">← Back</a></li></ul><h2 id="text06">Our Story</h2><div id="video01" class="video"><div class="frame"><iframe src="" data-src="https://www.youtube-nocookie.com/embed/43Gszx_XpYw?autoplay=0&rel=0&loop=0&controls=1&cc_load_policy=0" allowfullscreen="1"></iframe></div></div><p id="text08"><span class="p">Cup’a was formed in 2017 in Southeastern Pennsylvania by three families who developed a lasting friendship based on faith, family, and service. Our mutual involvement in various Parish ministries was the basis for establishing a business dedicated to serving others and providing wholesome homemade soups and traditional culinary favorites prepared with only the freshest ingredients, and guaranteed to bring comfort and joy to your palate.</span><span class="p">Each time we step into our kitchen to prepare food for an event we also prepare a generous portion to be donated to those in need.</span><span class="p">Now four families in strength, we are committed to nourishing the mind, body and spirit of others, one cup at a time. We look forward to serving you a Cup'a homemade goodness at your next event.</span><span class="p">Read more about Cup'a in The Reporter:<br /> <a href="https://www.thereporteronline.com/2021/08/03/bucks-county-spotlight-cupa-llc-generously-runneth-over/">https://www.thereporteronline.com/2021/08/03/bucks-county-spotlight-cupa-llc-generously-runneth-over/</a></span></p><h2 id="text13">Our Mission</h2><p id="text14">Four families united in the love of Jesus Christ and His church, nourishing the mind, body, and spirit of others, one cup at a time. Anchored by faith, we remain persistent in prayer, guided by the Holy Spirit, all for the glory of God.</p><h2 id="text11">Contact Us</h2><p id="text12"><span class="p">We are looking forward to serving you at community events. In the meanwhile, if you or your organization is planning an event where hot, hearty, aromatic soup would be warmly welcomed, please contact us.</span><span class="p"><strong>Email</strong>: <a href="mailto:[email protected]">[email protected]</a></span></p><ul id="icons01" class="icons"><li><a class="n01" href="https://www.facebook.com/ourcupa/"><svg><use xlink:href="#icon-a1eb5cac0cee3b05a40d856c98ce14a5"></use></svg><span class="label">Facebook</span></a></li><li><a class="n02" href="mailto:[email protected]"><svg><use xlink:href="#icon-c0646d28bbeb18e39eb973f96b44bd0f"></use></svg><span class="label">Email (Alt)</span></a></li></ul></div></div></div></section><section id="menu-section"><div id="container03" class="container default"><div class="wrapper"><div class="inner"><ul id="buttons02" class="buttons"><li><a href="#home" class="button n01">← Back</a></li></ul><h2 id="text05">Our Menu</h2><p id="text02">Here's a look at our seasonal menu!*</p><div id="table02" class="table-wrapper"><div class="table-inner"><table><thead><tr><th>Sampling from our recent menu</th></tr></thead><tbody><tr><td><strong><em>Garden of Eaten Soup</em></strong> – Hearty vegetable soup for the soul.</td></tr><tr><td><strong><em>Regina Chili</em></strong> – Complete with chunks of ground beef, plentiful beans, green peppers and onions, this homemade staple is filled with spices to tantalize your taste buds.</td></tr><tr><td><strong><em>Holy Macaroni and Cheese</em></strong> – A favorite for all ages, our traditional recipe is a fan favorite to the most discriminating palate.</td></tr><tr><td><strong><em>Satisfy the Hungry Heart</em></strong> – This savory blend of flavors marries our mouthwatering Holy Mac & Cheese with the perfect spice of Regina Chili.</td></tr><tr><td><strong><em>Thomastic Bombastic Meatball</em></strong> – Our blend of Beef, Pork and Veal, this HUGE homemade meatball will make you one of our food groupies.</td></tr><tr><td><strong><em>Unforbidden Fruit Salad</em></strong> – The freshest seasonal selection to enjoy as it was intended.</td></tr><tr><td><strong><em>Sausage Stew</em></strong> – Loaded with zesty sausage.</td></tr><tr><td><strong><em>Split Pea & Ham Soup</em></strong> – Savory, rich and loaded with goodness.</td></tr><tr><td><strong><em>Potato Leek Soup</em></strong> – A creamy taste of Ireland.</td></tr><tr><td><strong><em>Peach Gazpacho</em></strong> -Our contribution to Peach Month at Peddler's Village.</td></tr><tr><td><strong>Strawberry Soup</strong> - A sweet spring surprise.</td></tr><tr><td><strong>Smoked Sausage Soup</strong> - We add potato, cheddar cheese and lager to this namesake for festive fall flavor.</td></tr><tr><td><strong>Harvest Vegetable Bean</strong> - Vegetarian & Vegan!</td></tr><tr><td><strong><em>Beverages</em></strong> – We proudly serve Mystic Monk Coffee and tea. Bottled water is always available!</td></tr><tr><td><strong>Agua-Fresca</strong> - 16oz serving of our refreshing, strawberry, blueberry, peach & pineapple, pomegranate berry, or cranberry cider beverage.</td></tr></tbody></table></div></div><p id="text01">*Menu is subject to change due to availability.</p></div></div></div></section><section id="events-section"><div id="container07" class="container default"><div class="wrapper"><div class="inner"><ul id="buttons01" class="buttons"><li><a href="#home" class="button n01">← Back</a></li></ul><h2 id="text03">Upcoming Events</h2><p id="text09"><span class="p"><strong><em>January 6 & 7</em></strong><br /> Fire & Ice<br /> Peddler's Village</span></p><h2 id="text10">Previous Events</h2><p id="text22"><span class="p"><strong><em>December 3 & 4<br /> December 10 & 11<br /> December 17 & 18</em></strong><br /> Christmas in the Village<br /> Peddler's Village</span><span class="p"><strong><em>November 5, 6, 2022</em></strong><br /> Apple festival<br /> Peddler's Village</span><span class="p"><strong><em>October 15, 2022</em></strong><br /> Bristol Day<br /> Along the Delaware<br /> Radcliffe Street & Riverfront park in<br /> Bristol Borough.</span><span class="p"><strong><em>August 13 -14, 2022</em></strong><br /> On the Green<br /> Peddler's Village</span><span class="p"><strong><em>September 10-11, 2022</em></strong><br /> On the Green<br /> Peddler's Village</span><span class="p"><strong><em>Sept 17, 2022</em></strong><br /> Abbey Fest!<br /> Daylesford Abbey</span><span class="p"><strong><em>July 9-10, 2022</em></strong><br /> Blueberries & Bluegrass<br /> On the green<br /> Peddler's village<br /> Join us for the kick-off weekend to a month of festivities in Peddler's Village.</span><span class="p"><strong><em>June 18-19, 2022</em></strong><br /> On the Green<br /> Peddler's Village<br /> Bucks County Beach Days: Sand Sculptures in the Village Celebrate summer vibes with larger-than-life sand sculptures and play-all-day sandboxes designed for family fun!</span><span class="p"><strong><em>October Feast, 2021</em></strong><br /> October 16 - October 17<br /> On the Green<br /> Peddler's Village<br /> Join us for OctoberFeast, a weekend featuring Cup'a, food trucks, beer & wine garden, live entertainment, and family activities. Stroll amongst larger-than-life scarecrows!</span></p><p id="text24"><span class="p"><strong><em>Abbey Fest 2021</em></strong><br /> September 18th<br /> 220 S valley Road<br /> Paoli, PA<br /> We were back at Daylesford Abbey for this epic 1 day music festival.</span><span class="p"><strong><em>August 7, 8, 2021</em></strong><br /> Kick Off to Peach Month celebration in Peddler's Village<br /> Lahaska, PA</span><span class="p"><strong>May 30, 31, 2021</strong><br /> Sunday & Monday on The Green<br /> Peddler's Village<br /> Lahaska, PA</span><span class="p"><strong><em>May 15-16, 2021</em></strong><br /> Strawberries on the Green<br /> Peddler's Village<br /> Lahaska, PA</span><span class="p"><strong><em>March 13-14, 2021</em></strong><br /> Green on the Green<br /> Peddler's Village<br /> Lahaska, PA</span><span class="p"><strong><em>November- December, 2020</em></strong><br /> Christmas in Peddler's Village<br /> Saturdays & Sundays on the Village Green<br /> Lahaska, PA</span><span class="p"><strong><em>September 21, 2019</em></strong><br /> Abbey Fest<br /> Daylesford Abbey<br /> 2202 South Valley Road<br /> Paoli, PA 19301</span><span class="p"><strong><em>April 26-28, 2019</em></strong><br /> Delaware Valley University A-Day<br /> 700 E. Butler Avenue<br /> Doylestown, PA</span><span class="p"><strong><em>February 23, 2019</em></strong><br /> Men's Retreat – Guest Speaker: Bill Donaghy<br /> St. Andrew Catholic Church (Olde Church)<br /> 135 S. Sycamore Street<br /> Newtown, PA</span><span class="p"><strong><em>October 7, 2018</em></strong><br /> Malvern Tent Revival<br /> Malvern Retreat House<br /> 315 S. Warren Avenue<br /> Malvern, PA 19355</span><span class="p"><strong><em>September 22, 2018</em></strong><br /> Abbey Fest 2018<br /> Daylesford Abbey<br /> 2202 South Valley Road<br /> Paoli, PA 19301</span></p></div></div></div></section><section id="gallery-section"><div id="container04" class="container default"><div class="wrapper"><div class="inner"><ul id="buttons04" class="buttons"><li><a href="#home" class="button n01">← Back</a></li></ul><h2 id="text07">Photo Gallery</h2><div id="gallery02" class="gallery"><div class="inner"><ul><li><a href="assets/images/gallery02/1ae05c17_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzMTkgNDgwIiB3aWR0aD0iMzE5IiBoZWlnaHQ9IjQ4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzJmMjcyMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/1ae05c17.jpg?v=116c0a6e" alt="Cup of soup" /></span></a></li><li><a href="assets/images/gallery02/e55a68f8_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA3MjggNDgwIiB3aWR0aD0iNzI4IiBoZWlnaHQ9IjQ4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzE3MTgxOSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/e55a68f8.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/0562f65c_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame"><img src="assets/images/gallery02/0562f65c.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/bcdde016_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame"><img src="assets/images/gallery02/bcdde016.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/6af8d248_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzMjUgNDc5IiB3aWR0aD0iMzI1IiBoZWlnaHQ9IjQ3OSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzUxMmIxNyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/6af8d248.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/8dab85cc_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame"><img src="assets/images/gallery02/8dab85cc.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/be16807f_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzOTUgNDc5IiB3aWR0aD0iMzk1IiBoZWlnaHQ9IjQ3OSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzM5MzgyYiIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/be16807f.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/031885bb_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame"><img src="assets/images/gallery02/031885bb.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/cd17a96e_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1NTAgNDQ1IiB3aWR0aD0iNTUwIiBoZWlnaHQ9IjQ0NSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzNmMWMzZCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/cd17a96e.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/c1e56bda_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA2NTMgNDgwIiB3aWR0aD0iNjUzIiBoZWlnaHQ9IjQ4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzE3MTcxOSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/c1e56bda.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/1c1cc26e_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzNTcgMzU4IiB3aWR0aD0iMzU3IiBoZWlnaHQ9IjM1OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzYxMjkwOSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/1c1cc26e.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/e91c806c_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzMDkgNDgwIiB3aWR0aD0iMzA5IiBoZWlnaHQ9IjQ4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzcyNGIyZiIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/e91c806c.jpg?v=116c0a6e" alt="Untitled" /></span></a></li><li><a href="assets/images/gallery02/e77bb48e_original.jpg?v=116c0a6e" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA3MzIgNDgwIiB3aWR0aD0iNzMyIiBoZWlnaHQ9IjQ4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0iIzY0MjUxZiIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/gallery02/e77bb48e.jpg?v=116c0a6e" alt="Untitled" /></span></a></li></ul></div></div></div></div></div></section></div></div></div><script>(function() {var on = addEventListener,$ = function(q) { return document.querySelector(q) },$$ = function(q) { return document.querySelectorAll(q) },$body = document.body,$inner = $('.inner'),client = (function() {var o = {browser: 'other',browserVersion: 0,os: 'other',osVersion: 0,mobile: false,canUse: null,flags: {lsdUnits: false,},},ua = navigator.userAgent,a, i;a = [['firefox', /Firefox\/([0-9\.]+)/],['edge', /Edge\/([0-9\.]+)/],['safari', /Version\/([0-9\.]+).+Safari/],['chrome', /Chrome\/([0-9\.]+)/],['chrome', /CriOS\/([0-9\.]+)/],['ie', /Trident\/.+rv:([0-9]+)/]];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.browser = a[i][0];o.browserVersion = parseFloat(RegExp.$1);break;}}a = [['ios', /([0-9_]+) like Mac OS X/, function(v) { return v.replace('_', '.').replace('_', ''); }],['ios', /CPU like Mac OS X/, function(v) { return 0 }],['ios', /iPad; CPU/, function(v) { return 0 }],['android', /Android ([0-9\.]+)/, null],['mac', /Macintosh.+Mac OS X ([0-9_]+)/, function(v) { return v.replace('_', '.').replace('_', ''); }],['windows', /Windows NT ([0-9\.]+)/, null],['undefined', /Undefined/, null],];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.os = a[i][0];o.osVersion = parseFloat( a[i][2] ? (a[i][2])(RegExp.$1) : RegExp.$1 );break;}}if (o.os == 'mac'&& ('ontouchstart' in window)&& ((screen.width == 1024 && screen.height == 1366)|| (screen.width == 834 && screen.height == 1112)|| (screen.width == 810 && screen.height == 1080)|| (screen.width == 768 && screen.height == 1024)))o.os = 'ios';o.mobile = (o.os == 'android' || o.os == 'ios');var _canUse = document.createElement('div');o.canUse = function(property, value) {var style;style = _canUse.style;if (!(property in style))return false;if (typeof value !== 'undefined') {style[property] = value;if (style[property] == '')return false;}return true;};o.flags.lsdUnits = o.canUse('width', '100dvw');return o;}()),trigger = function(t) {dispatchEvent(new Event(t));},cssRules = function(selectorText) {var ss = document.styleSheets,a = [],f = function(s) {var r = s.cssRules,i;for (i=0; i < r.length; i++) {if (r[i] instanceof CSSMediaRule && matchMedia(r[i].conditionText).matches)(f)(r[i]); else if (r[i] instanceof CSSStyleRule && r[i].selectorText == selectorText)a.push(r[i]);}},x, i;for (i=0; i < ss.length; i++)f(ss[i]);return a;},thisHash = function() {var h = location.hash ? location.hash.substring(1) : null,a;if (!h)return null;if (h.match(/\?/)) {a = h.split('?');h = a[0];history.replaceState(undefined, undefined, '#' + h);window.location.search = a[1];}if (h.length > 0&& !h.match(/^[a-zA-Z]/))h = 'x' + h;if (typeof h == 'string')h = h.toLowerCase();return h;},scrollToElement = function(e, style, duration) {var y, cy, dy,start, easing, offset, f;if (!e)y = 0; else {offset = (e.dataset.scrollOffset ? parseInt(e.dataset.scrollOffset) : 0) * parseFloat(getComputedStyle(document.documentElement).fontSize);switch (e.dataset.scrollBehavior ? e.dataset.scrollBehavior : 'default') {case 'default':default:y = e.offsetTop + offset;break;case 'center':if (e.offsetHeight < window.innerHeight)y = e.offsetTop - ((window.innerHeight - e.offsetHeight) / 2) + offset; else y = e.offsetTop - offset;break;case 'previous':if (e.previousElementSibling)y = e.previousElementSibling.offsetTop + e.previousElementSibling.offsetHeight + offset; else y = e.offsetTop + offset;break;}}if (!style)style = 'smooth';if (!duration)duration = 750;if (style == 'instant') {window.scrollTo(0, y);return;}start = Date.now();cy = window.scrollY;dy = y - cy;switch (style) {case 'linear':easing = function (t) { return t };break;case 'smooth':easing = function (t) { return t<.5 ? 4*t*t*t : (t-1)*(2*t-2)*(2*t-2)+1 };break;}f = function() {var t = Date.now() - start;if (t >= duration)window.scroll(0, y); else {window.scroll(0, cy + (dy * easing(t / duration)));requestAnimationFrame(f);}};f();},scrollToTop = function() {scrollToElement(null);},loadElements = function(parent) {var a, e, x, i;a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');for (i=0; i < a.length; i++) {a[i].contentWindow.location.replace(a[i].dataset.src);a[i].dataset.initialSrc = a[i].dataset.src;a[i].dataset.src = '';}a = parent.querySelectorAll('video[autoplay]');for (i=0; i < a.length; i++) {if (a[i].paused)a[i].play();}e = parent.querySelector('[data-autofocus="1"]');x = e ? e.tagName : null;switch (x) {case 'FORM':e = e.querySelector('.field input, .field select, .field textarea');if (e)e.focus();break;default:break;}},unloadElements = function(parent) {var a, e, x, i;a = parent.querySelectorAll('iframe[data-src=""]');for (i=0; i < a.length; i++) {if (a[i].dataset.srcUnload === '0')continue;if ('initialSrc' in a[i].dataset)a[i].dataset.src = a[i].dataset.initialSrc; else a[i].dataset.src = a[i].src;a[i].contentWindow.location.replace('about:blank');}a = parent.querySelectorAll('video');for (i=0; i < a.length; i++) {if (!a[i].paused)a[i].pause();}e = $(':focus');if (e)e.blur();};window._scrollToTop = scrollToTop;var thisURL = function() {return window.location.href.replace(window.location.search, '').replace(/#$/, '');};var getVar = function(name) {var a = window.location.search.substring(1).split('&'),b, k;for (k in a) {b = a[k].split('=');if (b[0] == name)return b[1];}return null;};var errors = {handle: function(handler) {window.onerror = function(message, url, line, column, error) {(handler)(error.message);return true;};},unhandle: function() {window.onerror = null;}};on('load', function() {setTimeout(function() {$body.className = $body.className.replace(/\bis-loading\b/, 'is-playing');setTimeout(function() {$body.className = $body.className.replace(/\bis-playing\b/, 'is-ready');}, 1000);}, 100);});(function() {var initialSection, initialScrollPoint, initialId,header, footer, name, hideHeader, hideFooter, disableAutoScroll,h, e, ee, k,locked = false,scrollPointParent = function(target) {var target;target = event.target;while (target) {if (target.parentElement&& target.parentElement.tagName == 'SECTION')break;target = target.parentElement;}return target;},doNextScrollPoint = function(event) {var e, target, id;event.preventDefault();event.stopPropagation();e = scrollPointParent(event.target);if (!e)return;while (e && e.nextElementSibling) {e = e.nextElementSibling;if (e.dataset.scrollId) {target = e;id = e.dataset.scrollId;break;}}if (!target|| !id)return;if (target.dataset.scrollInvisible == '1')scrollToElement(target); else location.href = '#' + id;},doPreviousScrollPoint = function(e) {var e, target, id;event.preventDefault();event.stopPropagation();e = scrollPointParent(event.target);if (!e)return;while (e && e.previousElementSibling) {e = e.previousElementSibling;if (e.dataset.scrollId) {target = e;id = e.dataset.scrollId;break;}}if (!target|| !id)return;if (target.dataset.scrollInvisible == '1')scrollToElement(target); else location.href = '#' + id;},doFirstScrollPoint = function(e) {var e, target, id;event.preventDefault();event.stopPropagation();e = scrollPointParent(event.target);if (!e)return;while (e && e.previousElementSibling) {e = e.previousElementSibling;if (e.dataset.scrollId) {target = e;id = e.dataset.scrollId;}}if (!target|| !id)return;if (target.dataset.scrollInvisible == '1')scrollToElement(target); else location.href = '#' + id;},doLastScrollPoint = function(e) {var e, target, id;event.preventDefault();event.stopPropagation();e = scrollPointParent(event.target);if (!e)return;while (e && e.nextElementSibling) {e = e.nextElementSibling;if (e.dataset.scrollId) {target = e;id = e.dataset.scrollId;}}if (!target|| !id)return;if (target.dataset.scrollInvisible == '1')scrollToElement(target); else location.href = '#' + id;},doNextSection = function() {var section;section = $('#main > .inner > section.active').nextElementSibling;if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},doPreviousSection = function() {var section;section = $('#main > .inner > section.active').previousElementSibling;if (!section || section.tagName != 'SECTION')return;location.href = '#' + (section.matches(':first-child') ? '' : section.id.replace(/-section$/, ''));},doFirstSection = function() {var section;section = $('#main > .inner > section:first-of-type');if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},doLastSection = function() {var section;section = $('#main > .inner > section:last-of-type');if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},sections = {};window._nextScrollPoint = doNextScrollPoint;window._previousScrollPoint = doPreviousScrollPoint;window._firstScrollPoint = doFirstScrollPoint;window._lastScrollPoint = doLastScrollPoint;window._nextSection = doNextSection;window._previousSection = doPreviousSection;window._firstSection = doFirstSection;window._lastSection = doLastSection;window._scrollToTop = function() {var section, id;scrollToElement(null);if (!!(section = $('section.active'))) {id = section.id.replace(/-section$/, '');if (id == 'home')id = '';history.pushState(null, null, '#' + id);}};if ('scrollRestoration' in history)history.scrollRestoration = 'manual';header = $('#header');footer = $('#footer');h = thisHash();if (h&& !h.match(/^[a-zA-Z0-9\-]+$/))h = null;if (e = $('[data-scroll-id="' + h + '"]')) {initialScrollPoint = e;initialSection = initialScrollPoint.parentElement;initialId = initialSection.id;} else if (e = $('#' + (h ? h : 'home') + '-section')) {initialScrollPoint = null;initialSection = e;initialId = initialSection.id;}if (!initialSection) {initialScrollPoint = null;initialSection = $('#' + 'home' + '-section');initialId = initialSection.id;history.replaceState(undefined, undefined, '#');}name = (h ? h : 'home');hideHeader = name ? ((name in sections) && ('hideHeader' in sections[name]) && sections[name].hideHeader) : false;hideFooter = name ? ((name in sections) && ('hideFooter' in sections[name]) && sections[name].hideFooter) : false;disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (header && hideHeader) {header.classList.add('hidden');header.style.display = 'none';}if (footer && hideFooter) {footer.classList.add('hidden');footer.style.display = 'none';}ee = $$('#main > .inner > section:not([id="' + initialId + '"])');for (k = 0; k < ee.length; k++) {ee[k].className = 'inactive';ee[k].style.display = 'none';}initialSection.classList.add('active');loadElements(initialSection);if (header)loadElements(header);if (footer)loadElements(footer);if (!disableAutoScroll)scrollToElement(null, 'instant');on('load', function() {if (initialScrollPoint)scrollToElement(initialScrollPoint, 'instant');});on('hashchange', function(event) {var section, scrollPoint, id, sectionHeight, currentSection, currentSectionHeight,name, hideHeader, hideFooter, disableAutoScroll,h, e, ee, k;if (locked)return false;h = thisHash();if (h&& !h.match(/^[a-zA-Z0-9\-]+$/))return false;if (e = $('[data-scroll-id="' + h + '"]')) {scrollPoint = e;section = scrollPoint.parentElement;id = section.id;} else if (e = $('#' + (h ? h : 'home') + '-section')) {scrollPoint = null;section = e;id = section.id;} else {scrollPoint = null;section = $('#' + 'home' + '-section');id = section.id;history.replaceState(undefined, undefined, '#');}if (!section)return false;if (!section.classList.contains('inactive')) {name = (section ? section.id.replace(/-section$/, '') : null);disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (scrollPoint)scrollToElement(scrollPoint); else if (!disableAutoScroll)scrollToElement(null);return false;} else {locked = true;if (location.hash == '#home')history.replaceState(null, null, '#');name = (section ? section.id.replace(/-section$/, '') : null);disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;currentSection = $('section:not(.inactive)');if (currentSection) {currentSection.classList.add('inactive');unloadElements(currentSection);setTimeout(function() {currentSection.style.display = 'none';currentSection.classList.remove('active');}, 187.5);}setTimeout(function() {section.style.display = '';trigger('resize');if (!disableAutoScroll)scrollToElement(null, 'instant');setTimeout(function() {section.classList.remove('inactive');section.classList.add('active');setTimeout(function() {loadElements(section);if (scrollPoint)scrollToElement(scrollPoint, 'instant');locked = false;}, 375);}, 75);}, 187.5);}return false;});on('click', function(event) {var t = event.target,tagName = t.tagName.toUpperCase(),scrollPoint;switch (tagName) {case 'IMG':case 'SVG':case 'USE':case 'U':case 'STRONG':case 'EM':case 'CODE':case 'S':case 'MARK':case 'SPAN':while ( !!(t = t.parentElement) )if (t.tagName == 'A')break;if (!t)return;break;default:break;}if (t.tagName == 'A'&& t.getAttribute('href').substr(0, 1) == '#') {if (!!(scrollPoint = $('[data-scroll-id="' + t.hash.substr(1) + '"][data-scroll-invisible="1"]'))) {event.preventDefault();scrollToElement(scrollPoint);} else if (t.hash == window.location.hash) {event.preventDefault();history.replaceState(undefined, undefined, '#');location.replace(t.hash);}}});})();var style, sheet, rule;style = document.createElement('style');style.appendChild(document.createTextNode(''));document.head.appendChild(style);sheet = style.sheet;if (client.mobile) {(function() {if (client.flags.lsdUnits) {document.documentElement.style.setProperty('--viewport-height', '100svh');document.documentElement.style.setProperty('--background-height', '100dvh');} else {var f = function() {document.documentElement.style.setProperty('--viewport-height', window.innerHeight + 'px');document.documentElement.style.setProperty('--background-height', (window.innerHeight + 250) + 'px');};on('load', f);on('orientationchange', function() {setTimeout(function() {(f)();}, 100);});}})();}if (client.os == 'android') {(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];var f = function() {rule.style.cssText = 'height: ' + (Math.max(screen.width, screen.height)) + 'px';};on('load', f);on('orientationchange', f);on('touchmove', f);})();$body.classList.add('is-touch');} else if (client.os == 'ios') {if (client.osVersion <= 11)(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];rule.style.cssText = '-webkit-transform: scale(1.0)';})();if (client.osVersion <= 11)(function() {sheet.insertRule('body.ios-focus-fix::before { }', 0);rule = sheet.cssRules[0];rule.style.cssText = 'height: calc(100% + 60px)';on('focus', function(event) {$body.classList.add('ios-focus-fix');}, true);on('blur', function(event) {$body.classList.remove('ios-focus-fix');}, true);})();$body.classList.add('is-touch');}var scrollEvents = {items: [],add: function(o) {this.items.push({element: o.element,triggerElement: (('triggerElement' in o && o.triggerElement) ? o.triggerElement : o.element),enter: ('enter' in o ? o.enter : null),leave: ('leave' in o ? o.leave : null),mode: ('mode' in o ? o.mode : 3),offset: ('offset' in o ? o.offset : 0),initialState: ('initialState' in o ? o.initialState : null),state: false,});},handler: function() {var height, top, bottom, scrollPad;if (client.os == 'ios') {height = document.documentElement.clientHeight;top = document.body.scrollTop + window.scrollY;bottom = top + height;scrollPad = 125;} else {height = document.documentElement.clientHeight;top = document.documentElement.scrollTop;bottom = top + height;scrollPad = 0;}scrollEvents.items.forEach(function(item) {var bcr, elementTop, elementBottom, state, a, b;if (!item.enter&& !item.leave)return true;if (!item.triggerElement|| item.triggerElement.offsetParent === null)return true;bcr = item.triggerElement.getBoundingClientRect();elementTop = top + Math.floor(bcr.top);elementBottom = elementTop + bcr.height;if (item.initialState !== null) {state = item.initialState;item.initialState = null;} else {switch (item.mode) {case 1:default:state = (bottom > (elementTop - item.offset) && top < (elementBottom + item.offset));break;case 2:a = (top + (height * 0.5));state = (a > (elementTop - item.offset) && a < (elementBottom + item.offset));break;case 3:a = top + (height * 0.25);if (a - (height * 0.375) <= 0)a = 0;b = top + (height * 0.75);if (b + (height * 0.375) >= document.body.scrollHeight - scrollPad)b = document.body.scrollHeight + scrollPad;state = (b > (elementTop - item.offset) && a < (elementBottom + item.offset));break;}}if (state != item.state) {item.state = state;if (item.state) {if (item.enter) {(item.enter).apply(item.element);if (!item.leave)item.enter = null;}} else {if (item.leave) {(item.leave).apply(item.element);if (!item.enter)item.leave = null;}}}});},init: function() {on('load', this.handler);on('resize', this.handler);on('scroll', this.handler);(this.handler)();}};scrollEvents.init();(function() {var items = $$('.deferred'),loadHandler, enterHandler;loadHandler = function() {var i = this,p = this.parentElement;if (i.dataset.src !== 'done')return;if (Date.now() - i._startLoad < 375) {p.classList.remove('loading');p.style.backgroundImage = 'none';i.style.transition = '';i.style.opacity = 1;} else {p.classList.remove('loading');i.style.opacity = 1;setTimeout(function() {i.style.backgroundImage = 'none';i.style.transition = '';}, 375);}};enterHandler = function() {var i = this,p = this.parentElement,src;src = i.dataset.src;i.dataset.src = 'done';p.classList.add('loading');i._startLoad = Date.now();i.src = src;};items.forEach(function(p) {var i = p.firstElementChild;if (!p.classList.contains('enclosed')) {p.style.backgroundImage = 'url(' + i.src + ')';p.style.backgroundSize = '100% 100%';p.style.backgroundPosition = 'top left';p.style.backgroundRepeat = 'no-repeat';}i.style.opacity = 0;i.style.transition = 'opacity 0.375s ease-in-out';i.addEventListener('load', loadHandler);scrollEvents.add({element: i,enter: enterHandler,offset: 250,});});})();function lightboxGallery() {var _this = this;this.id = 'gallery';this.$wrapper = $('#' + this.id);this.$modal = null;this.$modalImage = null;this.$modalNext = null;this.$modalPrevious = null;this.$links = null;this.locked = false;this.current = null;this.delay = 375;this.navigation = null;this.mobile = null;this.zoomIntervalId = null;this.initModal();};lightboxGallery.prototype.init = function(config) {var _this = this,$links = $$('#' + config.id + ' .thumbnail'),navigation = config.navigation,mobile = config.mobile,i, j;j = 0;for (i = 0; i < $links.length; i++) {if ($links[i].dataset.lightboxIgnore != '1')j++;}if (j < 2)navigation = false;for (i=0; i < $links.length; i++) {if ($links[i].dataset.lightboxIgnore == '1')continue;(function(index) {$links[index].addEventListener('click', function(event) {event.stopPropagation();event.preventDefault();_this.show(index, {$links: $links,navigation: navigation,mobile: mobile});});})(i);}};lightboxGallery.prototype.initModal = function() {var _this = this,dragStart = null,dragEnd = null,$modal,$modalInner,$modalImage,$modalNext,$modalPrevious;$modal = document.createElement('div');$modal.id = this.id + '-modal';$modal.tabIndex = -1;$modal.className = 'gallery-modal';$modal.innerHTML = '<div class="inner"><img src="" /></div><div class="nav previous"></div><div class="nav next"></div><div class="close"></div>';$body.appendChild($modal);$modalInner = $('#' + this.id + '-modal .inner');$modalImage = $('#' + this.id + '-modal img');$modalImage.addEventListener('load', function() {$modal.classList.add('done');setTimeout(function() {if (!$modal.classList.contains('visible'))return;$modal.classList.add('loaded');setTimeout(function() {$modal.classList.remove('switching', 'from-left', 'from-right', 'done');}, _this.delay);}, ($modal.classList.contains('switching') ? 0 : _this.delay));});$modalNext = $('#' + this.id + '-modal .next');$modalPrevious = $('#' + this.id + '-modal .previous');$modal.show = function(index, offset, direction) {var item,i, j, found;if (_this.locked)return;if (typeof index != 'number')index = _this.current;if (typeof offset == 'number') {found = false;j = 0;for (j = 0; j < _this.$links.length; j++) {index += offset;if (index < 0)index = _this.$links.length - 1; else if (index >= _this.$links.length)index = 0;if (index == _this.current)break;item = _this.$links.item(index);if (!item)break;if (item.dataset.lightboxIgnore != '1') {found = true;break;}}if (!found)return;} else {if (index < 0)index = _this.$links.length - 1; else if (index >= _this.$links.length)index = 0;if (index == _this.current)return;item = _this.$links.item(index);if (!item)return;if (item.dataset.lightboxIgnore == '1')return;}if (client.mobile)_this.zoomIntervalId = setInterval(function() {_this.zoomHandler();}, 250);_this.locked = true;if (_this.current !== null) {$modal.classList.remove('loaded');$modal.classList.add('switching');switch (direction) {case -1:$modal.classList.add('from-left');break;case 1:$modal.classList.add('from-right');break;default:break;}setTimeout(function() {_this.current = index;$modalImage.src = item.href;setTimeout(function() {$modal.focus();_this.locked = false;}, _this.delay);}, _this.delay);} else {_this.current = index;$modalImage.src = item.href;$modal.classList.add('visible');setTimeout(function() {$modal.focus();_this.locked = false;}, _this.delay);}};$modal.hide = function() {if (_this.locked)return;if (!$modal.classList.contains('visible'))return;_this.locked = true;$modal.classList.remove('visible');$modal.classList.remove('loaded');$modal.classList.remove('switching', 'from-left', 'from-right', 'done');clearInterval(_this.zoomIntervalId);setTimeout(function() {$modalImage.src = '';_this.locked = false;$body.focus();_this.current = null;}, _this.delay);};$modal.next = function(direction) {$modal.show(null, 1, direction);};$modal.previous = function(direction) {$modal.show(null, -1, direction);};$modal.first = function() {$modal.show(0);};$modal.last = function() {$modal.show(_this.$links.length - 1);};$modalInner.addEventListener('touchstart', function(event) {if (!_this.navigation)return;if (event.touches.length > 1)return;dragStart = {x: event.touches[0].clientX,y: event.touches[0].clientY};});$modalInner.addEventListener('touchmove', function(event) {var dx, dy;if (!_this.navigation)return;if (!dragStart|| event.touches.length > 1)return;dragEnd = {x: event.touches[0].clientX,y: event.touches[0].clientY};dx = dragStart.x - dragEnd.x;dy = dragStart.y - dragEnd.y;if (Math.abs(dx) < 50)return;event.preventDefault();if (dx > 0)$modal.next(-1); else if (dx < 0)$modal.previous(1);});$modalInner.addEventListener('touchend', function(event) {if (!_this.navigation)return;dragStart = null;dragEnd = null;});$modal.addEventListener('click', function(event) {$modal.hide();});$modal.addEventListener('keydown', function(event) {if (!$modal.classList.contains('visible'))return;switch (event.keyCode) {case 39:case 32:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.next();break;case 37:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.previous();break;case 36:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.first();break;case 35:if (!_this.navigation)break;event.preventDefault();event.stopPropagation();$modal.last();break;case 27:event.preventDefault();event.stopPropagation();$modal.hide();break;}});$modalNext.addEventListener('click', function(event) {$modal.next();});$modalPrevious.addEventListener('click', function(event) {$modal.previous();});this.$modal = $modal;this.$modalImage = $modalImage;this.$modalNext = $modalNext;this.$modalPrevious = $modalPrevious;};lightboxGallery.prototype.show = function(href, config) {this.$links = config.$links;this.navigation = config.navigation;this.mobile = config.mobile;if (this.navigation) {this.$modalNext.style.display = '';this.$modalPrevious.style.display = '';} else {this.$modalNext.style.display = 'none';this.$modalPrevious.style.display = 'none';}if (client.mobile && !this.mobile)return;this.$modal.show(href);};lightboxGallery.prototype.zoomHandler = function() {var threshold = window.matchMedia('(orientation: portrait)').matches ? 50 : 100;if (window.outerWidth > window.innerWidth + threshold)this.$modal.classList.add('zooming'); else this.$modal.classList.remove('zooming');};var _lightboxGallery = new lightboxGallery;_lightboxGallery.init({id: 'gallery02',navigation: true,mobile: true});})();</script></body></html>