301 Moved Permanently 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 OK 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: hikai.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>kai</title><meta charset="utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1" /><meta name="color-scheme" content="light only" /><meta name="description" content="kai" /><meta property="og:site_name" content="kai" /><meta property="og:title" content="kai" /><meta property="og:type" content="website" /><meta property="og:description" content="kai" /><meta property="og:image" content="https://hikai.com/assets/images/share.jpg?v=45bb525b" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:image:width" content="738" /><meta property="og:image:height" content="623" /><meta property="og:url" content="https://hikai.com" /><meta property="twitter:card" content="summary_large_image" /><link rel="canonical" href="https://hikai.com" /><link href="https://fonts.googleapis.com/css2?display=swap&family=Open+Sans:ital,wght@0,700;0,800;1,700;1,800&family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Merriweather:ital,wght@0,300;0,400;1,300;1,400" rel="stylesheet" type="text/css" /><link rel="icon" type="image/png" href="assets/images/favicon.png?v=45bb525b" /><link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png?v=45bb525b" /><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;background-color: #FFFFFF;}body:after {background-color: #F2F2F2;content: '';display: block;pointer-events: none;position: fixed;transform: scale(1);z-index: 1;height: 100%;left: 0;opacity: 0;top: 0;transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;visibility: hidden;width: 100%;}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;--site-language-margin-left: 0;--site-language-margin-right: auto;--viewport-height: 100vh;}html {font-size: 16pt;}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);}spoiler-text {-webkit-text-stroke: 0;background-color: rgba(32,32,32,0.75);text-shadow: none;text-stroke: 0;color: transparent;cursor: pointer;transition: color 0.1s ease-in-out;}spoiler-text.active {color: #FFFFFF;cursor: text;}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;}a[onclick]:not([href]) {cursor: pointer;}unloaded-script {display: none;}#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;--margin-left: auto;--margin-right: auto;--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 0.75s ease 0s,transform 0.75s ease 0s;}#main > .inner {--padding-horizontal: 2.5rem;--padding-vertical: 2rem;--spacing: 0.25rem;--width: 80rem;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 > * {margin-top: var(--spacing);margin-bottom: var(--spacing);transition: opacity 0.25s ease-in-out 0.125s;}#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;}body.is-loading #main {opacity: 0;transform: scale(0.94375);}body.is-loading #main > .inner > * {opacity: 0;}#main > .inner > :nth-child(2) {transition-delay: 0.25s;}#main > .inner > :nth-child(3) {transition-delay: 0.375s;}#main > .inner > :nth-child(4) {transition-delay: 0.5s;}#main > .inner > :nth-child(5) {transition-delay: 0.625s;}#main > .inner > :nth-child(6) {transition-delay: 0.75s;}#main > .inner > :nth-child(7) {transition-delay: 0.875s;}#main > .inner > :nth-child(8) {transition-delay: 1s;}#main > .inner > :nth-child(9) {transition-delay: 1.125s;}#main > .inner > :nth-child(10) {transition-delay: 1.25s;}#main > .inner > :nth-child(11) {transition-delay: 1.375s;}#main > .inner > :nth-child(12) {transition-delay: 1.5s;}#main > .inner > :nth-child(13) {transition-delay: 1.625s;}#main > .inner > :nth-child(14) {transition-delay: 1.75s;}#main > .inner > :nth-child(15) {transition-delay: 1.875s;}#main > .inner > :nth-child(16) {transition-delay: 2s;}#main > .inner > :nth-child(17) {transition-delay: 2.125s;}#main > .inner > :nth-child(18) {transition-delay: 2.25s;}#main > .inner > :nth-child(19) {transition-delay: 2.375s;}#main > .inner > :nth-child(20) {transition-delay: 2.5s;}#main > .inner > :nth-child(21) {transition-delay: 2.625s;}#main > .inner > :nth-child(22) {transition-delay: 2.75s;}#main > .inner > :nth-child(23) {transition-delay: 2.875s;}#main > .inner > :nth-child(24) {transition-delay: 3s;}#main > .inner > :nth-child(25) {transition-delay: 3.125s;}#main > .inner > :nth-child(26) {transition-delay: 3.25s;}#main > .inner > :nth-child(27) {transition-delay: 3.375s;}#main > .inner > :nth-child(28) {transition-delay: 3.5s;}#main > .inner > :nth-child(29) {transition-delay: 3.625s;}#main > .inner > :nth-child(30) {transition-delay: 3.75s;}#main > .inner > :nth-child(31) {transition-delay: 3.875s;}#main > .inner > :nth-child(32) {transition-delay: 4s;}#main > .inner > :nth-child(33) {transition-delay: 4.125s;}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;}.slideshow-background:after {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: 1s;opacity: 0;pointer-events: none;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;}.slideshow-background.is-loading:after {opacity: 0.35;z-index: 0;}.slideshow-background > div {background-size: cover;position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;opacity: 0;z-index: -2;animation-timing-function: linear;animation-iteration-count: infinite;animation-direction: alternate;}.slideshow-background > .initial {transition: none;}.slideshow-background > .visible {opacity: 1;}.slideshow-background > .top {z-index: -1;}.slideshow-background.instant > div {visibility: hidden;}.slideshow-background.instant > .visible {visibility: visible;}.slideshow-background.crossfade > div {transition: opacity 2s ease-in-out;visibility: hidden;}.slideshow-background.crossfade > .visible {visibility: visible;}.slideshow-background.fade > div {transition: opacity 2s ease-in-out;visibility: visible;}.slideshow-background.fade > .visible {visibility: visible;}.slideshow-background > .left, .slideshow-background > .right {width: 150% !important;}.slideshow-background > .up, .slideshow-background > .down {height: 150% !important;}.slideshow-background > .in, .slideshow-background > .out {transform-origin: 50% 50%;}.slideshow-background > .left.is-playing {animation-name: slideshow-background-left;}.slideshow-background > .right.is-playing {animation-name: slideshow-background-right;}.slideshow-background > .up.is-playing {animation-name: slideshow-background-up;}.slideshow-background > .down.is-playing {animation-name: slideshow-background-down;}.slideshow-background > .in.is-playing {animation-name: slideshow-background-in;}.slideshow-background > .out.is-playing {animation-name: slideshow-background-out;}.slideshow-background > .slow {animation-duration: 60s;}.slideshow-background > .normal {animation-duration: 45s;}.slideshow-background > .fast {animation-duration: 30s;}@keyframes slideshow-background-left {from {transform: translateX(0);}to {transform: translateX(-25%);}}@keyframes slideshow-background-right {from {transform: translateX(-25%);}to {transform: translateX(0);}}@keyframes slideshow-background-up {from {transform: translateY(0);}to {transform: translateY(-25%);}}@keyframes slideshow-background-down {from {transform: translateY(-25%);}to {transform: translateY(0);}}@keyframes slideshow-background-in {from {transform: scale(1);}to {transform: scale(2);}}@keyframes slideshow-background-out {from {transform: scale(2);}to {transform: scale(1);}}.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;}.container.style2 {--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;display: flex;width: 100%;align-items: center;justify-content: center;background-color: rgba(255,255,255,0.98);}.container.style2 > .wrapper > .inner {--gutters: 2.125rem;--spacing: 0.75rem;padding: var(--padding-vertical) var(--padding-horizontal);}.container.style2 > .wrapper {max-width: var(--width);width: 100%;}.container.style2.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}.container.style2.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}.container.style2.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}.container.style2.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: center;}.container.style2.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}.container.style2.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}.container.style2.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}.container.style2.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}.container.style2.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}.container.style2.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}.container.style2.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}.container.style2.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}.container.style2.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}.container.style2.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);}.container.style2.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}.container.style2.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}.container.style2.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}.container.style2.columns > .wrapper > .inner > .full {align-self: stretch;}.container.style2.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}.container.style2.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}.container.style2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container05 > .wrapper > .inner > :nth-child(1) {width: calc(20% + (var(--gutters) / 5));}#container05 > .wrapper > .inner > :nth-child(2) {width: calc(20% + (var(--gutters) / 5));--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;}#container05 > .wrapper > .inner > :nth-child(3) {width: calc(20% + (var(--gutters) / 5));}#container05 > .wrapper > .inner > :nth-child(4) {width: calc(20% + (var(--gutters) / 5));}#container05 > .wrapper > .inner > :nth-child(5) {width: calc(20% + (var(--gutters) / 5));}#container03 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;--margin-left: 0;--margin-right: auto;display: flex;width: 100%;min-height: 27rem;align-items: center;justify-content: center;background-color: #F6E9E0;border-color: transparent;border-style: solid;border-width: 1px;}#container03 > .wrapper > .inner {--gutters: 2.75rem;--padding-horizontal: 4.875rem;--spacing: 0.875rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container03 > .wrapper {max-width: var(--width);width: 100%;}#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: center;}#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 > .full {align-self: stretch;min-height: calc(27rem - (var(--padding-vertical) * 2));}#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%;}#container03 > .wrapper > .inner > :nth-child(1) {width: calc(50% + (var(--gutters) / 2));}#container03 > .wrapper > .inner > :nth-child(2) {width: calc(50% + (var(--gutters) / 2));--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;}#container07 {--alignment: center;--flex-alignment: center;--indent-left: 1;--indent-right: 1;--margin-left: auto;--margin-right: auto;}#container07 > .wrapper {display: inline-block;width: 66rem;background-color: #FFFFFF;border-color: #FFFFFF;border-style: solid;border-width: 1px;border-radius: 0.875rem;}#container07 > .wrapper > .inner {--gutters: 0rem;--padding-vertical: 0.25rem;--spacing: 1.375rem;padding: var(--padding-vertical) var(--padding-horizontal);border-radius: calc(0.875rem - 1px);}#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: center;}#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 > .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%;}#container08 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;--margin-left: 0;--margin-right: auto;display: flex;width: 100%;min-height: 16rem;align-items: center;justify-content: center;background-color: #F6E9E0;border-color: transparent;border-style: solid;border-width: 1px;}#container08 > .wrapper > .inner {--gutters: 3.625rem;--padding-horizontal: 5rem;--spacing: 0.875rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container08 > .wrapper {max-width: var(--width);width: 100%;}#container08.default > .wrapper > .inner > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container08.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container08.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container08.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: center;}#container08.columns > .wrapper > .inner > * {flex-grow: 0;flex-shrink: 0;max-width: 100%;text-align: var(--alignment);padding: 0 0 0 var(--gutters);}#container08.columns > .wrapper > .inner > * > * {margin-bottom: var(--spacing);margin-top: var(--spacing);}#container08.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container08.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container08.columns > .wrapper > .inner > *:first-child {margin-left: calc(var(--gutters) * -1);}#container08.default > .wrapper > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: none !important;width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container08.default > .wrapper > .inner > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container08.default > .wrapper > .inner > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container08.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--gutters) * -0.5);max-width: none !important;width: calc(100% + var(--gutters) + 0.4725px);}#container08.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);}#container08.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);}#container08.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container08.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container08.columns > .wrapper > .inner > .full {align-self: stretch;min-height: calc(16rem - (var(--padding-vertical) * 2));}#container08.columns > .wrapper > .inner > .full:first-child {border-bottom-left-radius: inherit;border-top-left-radius: inherit;}#container08.columns > .wrapper > .inner > .full:last-child {border-bottom-right-radius: inherit;border-top-right-radius: inherit;}#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {border-radius: inherit;height: calc(100% + (var(--padding-vertical) * 2));}#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {border-radius: inherit;height: 100%;position: absolute;width: 100%;}#container08 > .wrapper > .inner > :nth-child(1) {width: calc(33.33333% + (var(--gutters) / 3));}#container08 > .wrapper > .inner > :nth-child(2) {width: calc(33.33333% + (var(--gutters) / 3));--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;}#container08 > .wrapper > .inner > :nth-child(3) {width: calc(33.33333% + (var(--gutters) / 3));}#container01 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;--margin-left: 0;--margin-right: auto;display: flex;width: 100%;min-height: 27rem;align-items: center;justify-content: center;background-color: #FFFFFF;border-color: transparent;border-style: solid;border-width: 1px;}#container01 > .wrapper > .inner {--gutters: 2.75rem;--padding-horizontal: 4.875rem;--spacing: 0.875rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container01 > .wrapper {max-width: var(--width);width: 100%;}#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: center;}#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 > .full {align-self: stretch;min-height: calc(27rem - (var(--padding-vertical) * 2));}#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%;}#container01 > .wrapper > .inner > :nth-child(1) {width: calc(50% + (var(--gutters) / 2));}#container01 > .wrapper > .inner > :nth-child(2) {width: calc(50% + (var(--gutters) / 2));--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;}#container02 {--alignment: center;--flex-alignment: center;--indent-left: 1;--indent-right: 1;--margin-left: auto;--margin-right: auto;}#container02 > .wrapper {display: inline-block;width: 64rem;background-color: #FFFFFF;border-color: rgba(0,0,0,0.031);border-style: solid;border-bottom-width: 1px;border-radius: 0.875rem;}#container02 > .wrapper > .inner {--gutters: 5rem;--padding-horizontal: 3.5rem;--padding-vertical: 1.25rem;--spacing: 0.625rem;padding: var(--padding-vertical) var(--padding-horizontal);border-radius: calc(0.875rem - 1px);}#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: center;}#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 > .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%;}#container02 > .wrapper > .inner > :nth-child(1) {width: calc(50% + (var(--gutters) / 2));}#container02 > .wrapper > .inner > :nth-child(2) {width: calc(50% + (var(--gutters) / 2));}#container04 {--alignment: left;--flex-alignment: flex-start;--indent-left: 1;--indent-right: 0;--margin-left: 0;--margin-right: auto;display: flex;width: 100%;align-items: center;justify-content: center;background-color: #2C5DD6;border-color: transparent;border-style: solid;border-width: 1px;}#container04 > .wrapper > .inner {--gutters: 1.75rem;--padding-horizontal: 5rem;--spacing: 0.875rem;padding: var(--padding-vertical) var(--padding-horizontal);}#container04 > .wrapper {max-width: var(--width);width: 100%;}#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: center;}#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 > .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%;}#container04 > .wrapper > .inner > :nth-child(1) {width: calc(50% + (var(--gutters) / 2));}#container04 > .wrapper > .inner > :nth-child(2) {width: calc(50% + (var(--gutters) / 2));}.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;}.image.style2 {text-align: left;}.image.style2:not(:first-child) {margin-top: 2.125rem !important;}.image.style2:not(:last-child) {margin-bottom: 2.125rem !important;}.image.style2 .frame {width: 13.25rem;height: 9.25rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}.image.style2 img {height: 100% !important;object-fit: cover;object-position: top;width: 100% !important;}.image.style2 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}.image.style2 .frame:hover img {transform: scale(1.0425);}#image14 {text-align: right;}#image14 .frame {width: 33.625rem;height: 22.75rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image14 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;border-radius: inherit !important;padding: 2.625rem;}#image14 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image14 .frame:hover img {transform: scale(1.0425);}#image07 {text-align: center;}#image07 .frame {width: 3.125rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image07 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image07 .frame:hover img {transform: scale(1.0425);}#image12 {text-align: center;}#image12 .frame {width: 3.125rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image12 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image12 .frame:hover img {transform: scale(1.0425);}#image13 {text-align: center;}#image13 .frame {width: 22.125rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image13 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image13 .frame:hover img {transform: scale(1.0425);}#image08 {text-align: center;}#image08 .frame {width: 28.125rem;height: 9.5rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image08 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image08 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image08 .frame:hover img {transform: scale(1.0425);}#image06 {text-align: right;}#image06:not(:first-child) {margin-top: 2.875rem !important;}#image06:not(:last-child) {margin-bottom: 2.875rem !important;}#image06 .frame {width: 26.375rem;height: 17.375rem;transition: none;}#image06 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image06 .frame img {transition: none;}#image10 {text-align: center;}#image10 .frame {width: 29rem;height: 7rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image10 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image10 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image10 .frame:hover img {transform: scale(1.0425);}#image09 {text-align: center;}#image09 .frame {width: 3.75rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image09 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image09 .frame:hover img {transform: scale(1.0425);}#image04 {text-align: left;}#image04 .frame {width: 33.875rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image04 img {border-radius: inherit !important;padding: 0.25rem;}#image04 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image04 .frame:hover img {transform: scale(1.0425);}#image05 {text-align: left;}#image05 .frame {width: 33.875rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image05 img {border-radius: inherit !important;padding: 0.25rem;}#image05 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image05 .frame:hover img {transform: scale(1.0425);}#image03 {text-align: left;}#image03 .frame {width: 33.875rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image03 img {border-radius: inherit !important;padding: 0.25rem;}#image03 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image03 .frame:hover img {transform: scale(1.0425);}#image11 {text-align: left;}#image11 .frame {width: 10.375rem;box-shadow: 0rem 0rem 0rem 0.125rem transparent;}#image11 img {border-radius: inherit !important;padding: 0.25rem;}#image11 .frame img {transition: transform 0.25s ease, filter 0.25s ease;}#image11 .frame:hover img {transform: scale(1.0425);}.slideshow {display: block;max-width: 100%;position: relative;}.slideshow .content {display: inline-block;max-width: 100%;position: relative;vertical-align: top;}.slideshow .bg {display: inline-block;max-width: 100%;overflow: hidden;position: relative;vertical-align: top;width: 100%;z-index: 1;}.slideshow .nav {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;display: flex;height: 100%;max-width: 25%;opacity: 0.5;position: absolute;top: 0;transition: opacity 0.25s ease, transform 0.5s ease;width: 8rem;z-index: 1;}.slideshow .nav:before {content: '';display: block;transition: opacity 0.25s ease, transform 0.5s ease;}.slideshow .nav:hover {opacity: 1;}.slideshow .nav.next {right: 0;}.slideshow .nav.previous {left: 0;transform: scaleX(-1) !important;}.slideshow.full .bg {display: block;}.slideshow.full:first-child .content {border-top-left-radius: inherit;border-top-right-radius: inherit;}.slideshow.full:last-child .content {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}.slideshow.full:first-child .bg {border-top-left-radius: inherit;border-top-right-radius: inherit;}.slideshow.full:last-child .bg {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#slideshow01 {-webkit-touch-callout: none;user-select: none;}#slideshow01 .bg {width: 41.25rem;height: 11.625rem;}#slideshow01 .bg > .slow {animation-duration: 35s;}#slideshow01 .bg > .normal {animation-duration: 26.25s;}#slideshow01 .bg > .fast {animation-duration: 17.5s;}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, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {-webkit-text-fill-color: currentcolor;}h1.style18:not(:first-child), h2.style18:not(:first-child), h3.style18:not(:first-child), p.style18:not(:first-child) {margin-top: 0.875rem !important;}h1.style18:not(:last-child), h2.style18:not(:last-child), h3.style18:not(:last-child), p.style18:not(:last-child) {margin-bottom: 0.875rem !important;}h1.style18, h2.style18, h3.style18, p.style18 {text-align: center;color: #5BC0DC;font-family: 'Open Sans', sans-serif;letter-spacing: 0.1rem;width: calc(100% + 0.1rem);font-size: 4.125em;line-height: 0.875;font-weight: 700;background-image: linear-gradient(0deg, #0047BB 0%, #5BC0DC 0%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}h1.style18 a, h2.style18 a, h3.style18 a, p.style18 a {text-decoration: underline;}h1.style18 a:hover, h2.style18 a:hover, h3.style18 a:hover, p.style18 a:hover {text-decoration: none;}h1.style18 span.p:nth-child(n + 2), h2.style18 span.p:nth-child(n + 2), h3.style18 span.p:nth-child(n + 2), p.style18 span.p:nth-child(n + 2) {margin-top: 1rem;-webkit-text-fill-color: currentcolor;}h1.style18 span.p, h2.style18 span.p, h3.style18 span.p, p.style18 span.p {background-image: linear-gradient(0deg, #0047BB 0%, #5BC0DC 0%);-webkit-background-clip: text;-webkit-text-fill-color: transparent !important;}#text06:not(:first-child) {margin-top: 0.875rem !important;}#text06:not(:last-child) {margin-bottom: 0.875rem !important;}#text06 {text-align: center;color: #2C5DB6;font-family: 'DM Sans', sans-serif;letter-spacing: -0.025rem;width: 100%;font-size: 1.5em;line-height: 1.125;font-weight: 400;background-image: linear-gradient(0deg, #0047BB 0%, #2C5DB6 0%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}#text06 a {text-decoration: underline;}#text06 a:hover {text-decoration: none;}#text06 span.p:nth-child(n + 2) {margin-top: 1rem;-webkit-text-fill-color: currentcolor;}#text06 span.p {background-image: linear-gradient(0deg, #0047BB 0%, #2C5DB6 0%);-webkit-background-clip: text;-webkit-text-fill-color: transparent !important;}h1.style1:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {margin-top: 1.125rem !important;}h1.style1:not(:last-child), h2.style1:not(:last-child), h3.style1:not(:last-child), p.style1:not(:last-child) {margin-bottom: 1.125rem !important;}h1.style1, h2.style1, h3.style1, p.style1 {max-width: 61rem;margin-left: var(--margin-left);margin-right: var(--margin-right);color: #08205A;font-family: 'DM Sans', sans-serif;font-size: 1.375em;line-height: 1.375;font-weight: 400;background-image: linear-gradient(46deg, #000000 0%, #08205A 0%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}h1.style1 a, h2.style1 a, h3.style1 a, p.style1 a {text-decoration: underline;}h1.style1 a:hover, h2.style1 a:hover, h3.style1 a:hover, p.style1 a:hover {text-decoration: none;}h1.style1 span.p:nth-child(n + 2), h2.style1 span.p:nth-child(n + 2), h3.style1 span.p:nth-child(n + 2), p.style1 span.p:nth-child(n + 2) {margin-top: 1.125rem;-webkit-text-fill-color: currentcolor;}h1.style1 span.p, h2.style1 span.p, h3.style1 span.p, p.style1 span.p {background-image: linear-gradient(46deg, #000000 0%, #08205A 0%);-webkit-background-clip: text;-webkit-text-fill-color: transparent !important;}h1.style20:not(:first-child), h2.style20:not(:first-child), h3.style20:not(:first-child), p.style20:not(:first-child) {margin-top: 1.75rem !important;}h1.style20:not(:last-child), h2.style20:not(:last-child), h3.style20:not(:last-child), p.style20:not(:last-child) {margin-bottom: 1.75rem !important;}h1.style20, h2.style20, h3.style20, p.style20 {text-align: right;max-width: 28.25rem;margin-left: var(--margin-left);margin-right: var(--margin-right);--margin-left: auto;--margin-right: 0;color: #F6E9E0;font-family: 'DM Sans', sans-serif;text-indent: 3rem;letter-spacing: 0.05rem;width: calc(100% + 0.05rem);font-size: 1.375em;line-height: 1.125;font-weight: 400;}h1.style20 mark, h2.style20 mark, h3.style20 mark, p.style20 mark {color: #1F96ED;background-color: transparent;}h1.style20 a, h2.style20 a, h3.style20 a, p.style20 a {text-decoration: underline;}h1.style20 a:hover, h2.style20 a:hover, h3.style20 a:hover, p.style20 a:hover {text-decoration: none;}h1.style20 span.p:nth-child(n + 2), h2.style20 span.p:nth-child(n + 2), h3.style20 span.p:nth-child(n + 2), p.style20 span.p:nth-child(n + 2) {margin-top: 0.5rem;}h1.style21:not(:first-child), h2.style21:not(:first-child), h3.style21:not(:first-child), p.style21:not(:first-child) {margin-top: 1.75rem !important;}h1.style21:not(:last-child), h2.style21:not(:last-child), h3.style21:not(:last-child), p.style21:not(:last-child) {margin-bottom: 1.75rem !important;}h1.style21, h2.style21, h3.style21, p.style21 {text-align: right;max-width: 28.25rem;margin-left: var(--margin-left);margin-right: var(--margin-right);--margin-left: auto;--margin-right: 0;color: #F6E9E0;font-family: 'DM Sans', sans-serif;text-indent: 3rem;letter-spacing: -0.025rem;width: 100%;font-size: 1.125em;line-height: 1;font-weight: 400;}h1.style21 mark, h2.style21 mark, h3.style21 mark, p.style21 mark {color: #1F96ED;background-color: transparent;}h1.style21 a, h2.style21 a, h3.style21 a, p.style21 a {text-decoration: underline;}h1.style21 a:hover, h2.style21 a:hover, h3.style21 a:hover, p.style21 a:hover {text-decoration: none;}h1.style21 span.p:nth-child(n + 2), h2.style21 span.p:nth-child(n + 2), h3.style21 span.p:nth-child(n + 2), p.style21 span.p:nth-child(n + 2) {margin-top: 0.5rem;}hr {align-items: center;border: 0;display: flex;justify-content: var(--flex-alignment);min-height: 1rem;padding: 0;position: relative;width: 100%;}hr:before {content: '';}#divider02:not(:first-child) {margin-top: 0.5rem !important;}#divider02:not(:last-child) {margin-bottom: 0.5rem !important;}#divider02:before {width: 100%;background-color: #FFFFFF;height: 10px;border-radius: 0px;}#divider01:not(:first-child) {margin-top: 0.625rem !important;}#divider01:not(:last-child) {margin-bottom: 0.625rem !important;}#divider01:before {width: 37rem;background-color: #FFFFFF;height: 10px;border-radius: 0px;}#divider13:not(:first-child) {margin-top: 1.875rem !important;}#divider13:not(:last-child) {margin-bottom: 1.875rem !important;}#divider13:before {width: 100%;background-color: #FFFFFF;height: 10px;border-radius: 0px;}.buttons {cursor: default;display: flex;justify-content: var(--flex-alignment);letter-spacing: 0;padding: 0;}.buttons li {max-width: 100%;text-align: var(--alignment);}.buttons li a {align-items: center;justify-content: center;max-width: 100%;text-align: center;text-decoration: none;vertical-align: middle;white-space: nowrap;}.buttons.style1 {gap: 0rem;flex-direction: row;flex-wrap: wrap;}.buttons.style1 li a {display: inline-flex;width: 12.875rem;height: 2.75rem;line-height: 2.75rem;padding: 0 0.5rem;vertical-align: middle;font-family: 'DM Sans', sans-serif;letter-spacing: 0.075rem;padding-left: calc(0.075rem + 0.5rem);font-size: 1em;font-weight: 700;border-radius: 1rem;transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;}.buttons.style1 li a svg {display: block;fill: #F6E9E0;flex-grow: 0;flex-shrink: 0;height: 100%;min-width: 16px;pointer-events: none;width: 1.125em;margin-left: -0.125em;margin-right: calc(0.5em + 0.075rem);transition: fill 0.25s ease;}.buttons.style1 li a .label {direction: var(--site-language-direction);overflow: hidden;}.buttons.style1 .button {background-color: #2C5DB6;color: #F6E9E0;}.buttons.style1 .button svg {fill: #F6E9E0;}.buttons.style1 li a:hover {transform: scale(1.025);}form {display: flex;justify-content: var(--flex-alignment);}form .inner {display: flex;flex-direction: column;flex-wrap: wrap;max-width: 100%;}form label {direction: var(--site-language-direction);display: block;}form .field[data-type="label"] + div {margin-top: 0 !important;}form .field button {align-items: center;background-color: transparent;border: 0;cursor: pointer;display: flex;justify-content: center;position: absolute;}form .field button > svg {height: 50%;min-width: 100%;}form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea, form select, form .file, form .date {background-color: transparent;border: 0;direction: var(--site-language-direction);display: block;outline: 0;text-align: var(--site-language-alignment);width: 100%;}form input[type="tel"] {-webkit-appearance: none;}form textarea {height: 10rem;line-height: normal;}form select {background-repeat: no-repeat;background-size: 1rem;text-overflow: ellipsis;-webkit-appearance: none;}form select option {background-color: white;color: black;}form select::-ms-expand {display: none;}form p {display: block;}form input[type="checkbox"] {-webkit-appearance: none;display: block;float: left;margin-right: -2rem;opacity: 0;width: 1rem;z-index: -1;}form input[type="checkbox"] + label {align-items: center;display: inline-flex;line-height: 1.6;text-align: var(--site-language-alignment);}form input[type="checkbox"] + label:before {background-position: center;background-repeat: no-repeat;content: '';cursor: pointer;display: inline-block;flex-grow: 0;flex-shrink: 0;vertical-align: middle;}form input[type="number"] {-webkit-appearance: none;-moz-appearance: textfield;}form input[type="number"]::-webkit-inner-spin-button, form input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;}form .number {position: relative;}form .number > input[type="number"] {text-align: center;}form .field .number > button > svg {height: 40%;}form .file {position: relative;}form .file > input[type="file"] {cursor: pointer;height: 100%;left: 0;opacity: 0;position: absolute;top: 0;width: 100%;}form .file[data-filename]:before {background-repeat: no-repeat;content: attr(data-filename);display: block;height: 100%;overflow: hidden;position: absolute;text-overflow: ellipsis;top: 0;white-space: nowrap;}form .file[data-filename=""]:before {background-image: none !important;content: attr(data-placeholder);padding-left: 0 !important;}form .field .file > button > svg {height: 53%;}form .date {overflow: hidden;position: relative;}form .date input[type="date"] {cursor: pointer;display: block;height: 100%;left: 0;opacity: 0;position: absolute;top: 0;width: 100vw;}form .date[data-value]:before {background-repeat: no-repeat;display: block;height: 100%;overflow: hidden;position: absolute;text-overflow: ellipsis;top: 0;white-space: nowrap;}form .date:not([data-value=""]):before {content: attr(data-value);}form .date[data-value=""]:before {content: attr(data-placeholder);}form .field .date > button > svg {height: 60%;}form .actions {max-width: 100%;}form .actions button {align-items: center;background-color: transparent;border: 0;cursor: pointer;display: inline-flex;justify-content: center;max-width: 100%;text-align: center;vertical-align: middle;white-space: nowrap;}form .actions button:disabled {cursor: default;opacity: 0.35;pointer-events: none;}@keyframes button-spinner {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}form.style1 .inner > * {margin: 0rem 0 0 0;max-width: 100%;}form.style1 .inner > :first-child {margin: 0;}form.style1 .inner {width: 32rem;}form.style1 label:first-child {margin: 0.25rem 0 0.25rem 0;font-size: 1em;line-height: 1.5;font-family: 'Merriweather', serif;font-weight: 300;color: #262021;}form.style1 .field button {background-size: 1.15rem;height: calc(2.3rem - 2px);width: calc(2.3rem - 2px);border-radius: 0rem;background-color: #F6E9E0;transition: none;}form.style1 .field button svg {fill: #F5A713;transition: none;}form.style1 input[type="text"], form.style1 input[type="email"], form.style1 input[type="tel"], form.style1 input[type="number"], form.style1 textarea, form.style1 select, form.style1 .file, form.style1 .date {font-size: 0.875em;font-family: 'DM Sans', sans-serif;letter-spacing: 0.025rem;padding-left: calc(0.025rem + 1.00625rem);font-weight: 400;border-radius: 0rem;color: #08205A;border: solid 1px #F5A713;}form.style1 input[type="text"], form.style1 input[type="email"], form.style1 input[type="tel"], form.style1 input[type="number"], form.style1 select, form.style1 .file, form.style1 .date {height: 2.875rem;padding: 0 1.00625rem;line-height: calc(2.875rem - 2px);}form.style1 textarea {padding: 1.00625rem;height: 8rem;line-height: 1.125;padding-top: 0.809375rem;}form.style1 select {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='%23F5A713' /%3E%3C/svg%3E");background-position: calc(100% - 1.00625rem) center;padding-right: 2.90625rem;}form.style1 input[type="checkbox"] + label:before {border-radius: 0rem;color: #08205A;border: solid 1px #F5A713;background-size: 1.221875rem;height: 2.15625rem;width: 2.15625rem;margin-right: 1.078125rem;}form.style1 input[type="checkbox"]:checked + label:before {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%2308205A' /%3E%3C/svg%3E");}form.style1 .number > input[type="number"] {padding-left: 2.8rem;padding-right: 2.8rem;}form.style1 .number > button.decrement {bottom: calc(0.2875rem + 1px);left: calc(0.2875rem + 1px);}form.style1 .number > button.increment {bottom: calc(0.2875rem + 1px);right: calc(0.2875rem + 1px);}form.style1 .file:before {width: calc(100% - 3.88125rem);background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%2308205A' /%3E%3C/svg%3E");background-size: 0.875rem;background-position: left;padding-left: 1.225rem;}form.style1 .file > button {bottom: 0.2875rem;right: 0.2875rem;}form.style1 .date:before {width: calc(100% - 3.88125rem);}form.style1 .date > button {bottom: 0.2875rem;right: 0.2875rem;}form.style1 input[type="checkbox"] + label, form.style1 p {font-size: 1em;line-height: 1.625;font-family: 'DM Sans', sans-serif;letter-spacing: 0.2rem;padding-left: 0.2rem;font-weight: 500;color: #FFFFFF;}form.style1 .actions button {display: inline-flex;width: 100vw;height: 4.875rem;line-height: 4.875rem;padding: 0 2.4375rem;vertical-align: middle;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0.4rem;padding-left: calc(0.4rem + 2.4375rem);font-size: 1em;font-weight: 700;border-radius: 0rem;flex-direction: row-reverse;justify-content: flex-end;background-color: #F6E9E0;color: #F5A713;transition: none;position: relative;}form.style1 .actions button svg {display: block;fill: #F5A713;flex-grow: 0;flex-shrink: 0;height: 100%;min-width: 18px;pointer-events: none;width: 2.03125em;margin-left: 0.5em;margin-right: calc(-0.125em + 0.4rem);transition: none;}form.style1 .actions button .label {direction: var(--site-language-direction);overflow: hidden;flex-grow: 1;flex-shrink: 1;text-align: left;width: 100%;}form.style1 .inner > :first-child > label:first-child {margin-top: 0;}form.style1 .actions button:before {animation: button-spinner 1s infinite linear;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGNUE3MTM7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');background-position: center;background-repeat: no-repeat;background-size: 3.65625rem;content: '';display: block;height: 3.65625rem;left: 50%;margin: -1.828125rem 0 0 -1.828125rem;opacity: 0;pointer-events: none;position: absolute;top: 50%;transition: opacity 0.25s ease;transition-delay: 0s;width: 3.65625rem;}form.style1 .actions button.waiting {color: transparent;}form.style1 .actions button.waiting svg {fill: transparent;}form.style1 .actions button.waiting:before {opacity: 1.0;transition-delay: 0.125s;}form.style1 ::-webkit-input-placeholder {color: #08205A;opacity: 0.55;}form.style1 :-moz-placeholder {color: #08205A;opacity: 0.55;}form.style1 ::-moz-placeholder {color: #08205A;opacity: 0.55;}form.style1 :-ms-input-placeholder {color: #08205A;opacity: 0.55;}form.style1 .file[data-filename=""]:before {color: #08205A;opacity: 0.55;}form.style1 .date[data-value=""]:before {color: #08205A;opacity: 0.55;}#form02 input[name="url"] {display: none;}@media (max-width: 1920px) {}@media (max-width: 1680px) {html {font-size: 12pt;}}@media (max-width: 1280px) {html {font-size: 12pt;}#slideshow01 .bg > .slow {animation-duration: 26.25s;}#slideshow01 .bg > .normal {animation-duration: 19.6875s;}#slideshow01 .bg > .fast {animation-duration: 13.125s;}}@media (max-width: 1024px) {}@media (max-width: 980px) {html {font-size: 10pt;}}@media (max-width: 736px) {html {font-size: 10pt;}#main > .inner {--padding-horizontal: 0.5rem;--padding-vertical: 2rem;--spacing: 0.25rem;}.container.style2:not(:last-child) {margin-bottom: 4rem !important;}.container.style2 > .wrapper > .inner {--gutters: 2.125rem;--spacing: 0.75rem;}#container05 > .wrapper > .inner > :nth-child(2) {--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;}#container03 {min-height: 20.25rem;}#container03:not(:first-child) {margin-top: 4rem !important;}#container03:not(:last-child) {margin-bottom: 4rem !important;}#container03 > .wrapper > .inner {--gutters: 2.75rem;--padding-horizontal: 2rem;--spacing: 0.875rem;}#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 {min-height: calc(20.25rem - (var(--padding-vertical) * 2));}#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;}#container03 > .wrapper > .inner > :nth-child(1) {min-height: 100% !important;width: 100% !important;}#container03 > .wrapper > .inner > :nth-child(2) {--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;min-height: 100% !important;width: 100% !important;}#container07 > .wrapper > .inner {--gutters: 0rem;--padding-vertical: 0.25rem;--spacing: 1.375rem;}#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;}#container08 {min-height: 12rem;}#container08:not(:first-child) {margin-top: 4rem !important;}#container08:not(:last-child) {margin-bottom: 4rem !important;}#container08 > .wrapper > .inner {--gutters: 3.625rem;--padding-horizontal: 2rem;--spacing: 0.875rem;}#container08.columns > .wrapper > .inner {flex-direction: column !important;flex-wrap: nowrap !important;}#container08.columns > .wrapper > .inner > span {height: 0;margin-top: calc(var(--gutters) * -1);pointer-events: none;visibility: hidden;}#container08.columns > .wrapper > .inner > *:first-child {margin-left: 0 !important;padding-top: 0 !important;}#container08.columns > .wrapper > .inner > * {padding: calc(var(--gutters) * 0.5) 0 !important;}#container08.columns > .wrapper > .inner > *:last-child {padding-bottom: 0 !important;}#container08.columns > .wrapper > .inner > div > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container08.columns > .wrapper > .inner > div:first-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container08.columns > .wrapper > .inner > div:last-of-type > .full {margin-left: calc(var(--padding-horizontal) * -1);width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);}#container08.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(var(--gutters) * -0.5) !important;}#container08.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(var(--gutters) * -0.5) !important;}#container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {margin-top: calc(var(--padding-vertical) * -1) !important;}#container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {margin-bottom: calc(var(--padding-vertical) * -1) !important;}#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:last-child {border-bottom-left-radius: 0 !important;}#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {border-top-right-radius: 0 !important;}#container08.columns > .wrapper > .inner > .full {min-height: calc(12rem - (var(--padding-vertical) * 2));}#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: auto;}#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {height: auto;position: relative;width: auto;}#container08 > .wrapper > .inner > :nth-child(1) {min-height: 100% !important;width: 100% !important;}#container08 > .wrapper > .inner > :nth-child(2) {--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;min-height: 100% !important;width: 100% !important;}#container08 > .wrapper > .inner > :nth-child(3) {min-height: 100% !important;width: 100% !important;}#container01 {min-height: 20.25rem;}#container01:not(:first-child) {margin-top: 4rem !important;}#container01:not(:last-child) {margin-bottom: 4rem !important;}#container01 > .wrapper > .inner {--gutters: 2.75rem;--padding-horizontal: 2rem;--spacing: 0.875rem;}#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 {min-height: calc(20.25rem - (var(--padding-vertical) * 2));}#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;}#container01 > .wrapper > .inner > :nth-child(1) {min-height: 100% !important;width: 100% !important;}#container01 > .wrapper > .inner > :nth-child(2) {--alignment: right;--flex-alignment: flex-end;--indent-left: 0;--indent-right: 1;--margin-left: auto;--margin-right: 0;min-height: 100% !important;width: 100% !important;}#container02 > .wrapper > .inner {--gutters: 5rem;--padding-horizontal: 2rem;--padding-vertical: 1.25rem;--spacing: 0.625rem;}#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;}#container02 > .wrapper > .inner > :nth-child(1) {min-height: 100% !important;width: 100% !important;}#container02 > .wrapper > .inner > :nth-child(2) {min-height: 100% !important;width: 100% !important;}#container04:not(:first-child) {margin-top: 4rem !important;}#container04:not(:last-child) {margin-bottom: 4rem !important;}#container04 > .wrapper > .inner {--gutters: 1.75rem;--padding-horizontal: 2rem;--spacing: 0.875rem;}#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;}#container04 > .wrapper > .inner > :nth-child(1) {min-height: 100% !important;width: 100% !important;}#container04 > .wrapper > .inner > :nth-child(2) {min-height: 100% !important;width: 100% !important;}.image.style2:not(:first-child) {margin-top: 1.59375rem !important;}.image.style2:not(:last-child) {margin-bottom: 1.59375rem !important;}.image.style2 .frame {width: 13.25rem;height: 11.5625rem !important;}.image.style2 img {height: 100% !important;object-fit: cover;object-position: top;width: 100% !important;}#image14 .frame {width: 33.625rem;height: 28.4375rem !important;}#image14 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image07 .frame {width: 3.125rem;}#image12 .frame {width: 3.125rem;}#image13 .frame {width: 22.125rem;}#image08 .frame {width: 28.125rem;height: 11.875rem !important;}#image08 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image06:not(:first-child) {margin-top: 2.15625rem !important;}#image06:not(:last-child) {margin-bottom: 2.15625rem !important;}#image06 .frame {width: 26.375rem;height: 21.71875rem !important;}#image06 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image10 .frame {width: 29rem;height: 8.75rem !important;}#image10 img {height: 100% !important;object-fit: cover;object-position: center;width: 100% !important;}#image09 .frame {width: 3.75rem;}#image04 .frame {width: 33.875rem;}#image05 .frame {width: 33.875rem;}#image03 .frame {width: 33.875rem;}#image11 .frame {width: 10.375rem;}#slideshow01 .bg {width: 41.25rem;height: 11.625rem !important;}#slideshow01 .bg > .slow {animation-duration: 17.5s;}#slideshow01 .bg > .normal {animation-duration: 13.125s;}#slideshow01 .bg > .fast {animation-duration: 8.75s;}h1.style18:not(:first-child), h2.style18:not(:first-child), h3.style18:not(:first-child), p.style18:not(:first-child) {margin-top: 0.65625rem !important;}h1.style18:not(:last-child), h2.style18:not(:last-child), h3.style18:not(:last-child), p.style18:not(:last-child) {margin-bottom: 0.65625rem !important;}h1.style18, h2.style18, h3.style18, p.style18 {letter-spacing: 0.0875rem;width: calc(100% + 0.0875rem);font-size: 3.5em;line-height: 0.875;}#text06:not(:first-child) {margin-top: 0.65625rem !important;}#text06:not(:last-child) {margin-bottom: 0.65625rem !important;}#text06 {letter-spacing: -0.021875rem;width: 100%;font-size: 1.5em;line-height: 1.125;}h1.style1:not(:first-child), h2.style1:not(:first-child), h3.style1:not(:first-child), p.style1:not(:first-child) {margin-top: 0.84375rem !important;}h1.style1:not(:last-child), h2.style1:not(:last-child), h3.style1:not(:last-child), p.style1:not(:last-child) {margin-bottom: 0.84375rem !important;}h1.style1, h2.style1, h3.style1, p.style1 {letter-spacing: 0rem;width: 100%;font-size: 1.375em;line-height: 1.375;}h1.style20:not(:first-child), h2.style20:not(:first-child), h3.style20:not(:first-child), p.style20:not(:first-child) {margin-top: 1.3125rem !important;}h1.style20:not(:last-child), h2.style20:not(:last-child), h3.style20:not(:last-child), p.style20:not(:last-child) {margin-bottom: 1.3125rem !important;}h1.style20, h2.style20, h3.style20, p.style20 {text-indent: 2.25rem;letter-spacing: 0.04375rem;width: calc(100% + 0.04375rem);font-size: 1.375em;line-height: 1.125;}h1.style21:not(:first-child), h2.style21:not(:first-child), h3.style21:not(:first-child), p.style21:not(:first-child) {margin-top: 1.3125rem !important;}h1.style21:not(:last-child), h2.style21:not(:last-child), h3.style21:not(:last-child), p.style21:not(:last-child) {margin-bottom: 1.3125rem !important;}h1.style21, h2.style21, h3.style21, p.style21 {text-indent: 2.25rem;letter-spacing: -0.021875rem;width: 100%;font-size: 1.125em;line-height: 1;}#divider02:not(:first-child) {margin-top: 0.5rem !important;}#divider02:not(:last-child) {margin-bottom: 0.5rem !important;}#divider02:before {width: 100rem;}#divider01:not(:first-child) {margin-top: 0.625rem !important;}#divider01:not(:last-child) {margin-bottom: 0.625rem !important;}#divider01:before {width: 37rem;}#divider13:not(:first-child) {margin-top: 1.875rem !important;}#divider13:not(:last-child) {margin-bottom: 1.875rem !important;}#divider13:before {width: 100rem;}.buttons.style1 {gap: 0rem;}.buttons.style1:not(:first-child) {margin-top: 5rem !important;}.buttons.style1:not(:last-child) {margin-bottom: 5rem !important;}.buttons.style1 li a {letter-spacing: 0.075rem;padding-left: calc(0.075rem + 0.5rem);font-size: 1em;}.buttons.style1 li a svg {width: 1.25em;}form.style1 label:first-child {font-size: 1em;line-height: 1.5;letter-spacing: 0rem;}form.style1 input[type="text"], form.style1 input[type="email"], form.style1 input[type="tel"], form.style1 input[type="number"], form.style1 textarea, form.style1 select, form.style1 .file, form.style1 .date {font-size: 0.875em;letter-spacing: 0.025rem;padding-left: calc(0.025rem + 1.00625rem);}form.style1 textarea {line-height: 1.125;padding-top: 0.809375rem;}form.style1 input[type="checkbox"] + label, form.style1 p {font-size: 1em;line-height: 1.625;letter-spacing: 0.2rem;padding-left: 0.2rem;}form.style1 .actions button {letter-spacing: 0.4rem;padding-left: calc(0.4rem + 2.4375rem);font-size: 1em;}form.style1 .actions button svg {width: 2.03125em;}}@media (max-width: 480px) {#main > .inner {--spacing: 0.21875rem;}.container.style2 > .wrapper > .inner {--spacing: 0.65625rem;}#container03 > .wrapper > .inner {--spacing: 0.765625rem;}#container07 > .wrapper > .inner {--spacing: 1.203125rem;}#container08 > .wrapper > .inner {--spacing: 0.765625rem;}#container01 > .wrapper > .inner {--spacing: 0.765625rem;}#container02 > .wrapper > .inner {--spacing: 0.546875rem;}#container04 > .wrapper > .inner {--spacing: 0.765625rem;}.image.style2 .frame {height: 9.25rem !important;}#image14 .frame {height: 22.75rem !important;}#image08 .frame {height: 9.5rem !important;}#image06 .frame {height: 17.375rem !important;}#image10 .frame {height: 7rem !important;}.buttons.style1 li a {width: 12.875rem;}form.style1 .actions button {max-width: 100%;width: 100%;}}@media (max-width: 360px) {#main > .inner {--padding-horizontal: 0.375rem;--padding-vertical: 1.5rem;--spacing: 0.1875rem;}.container.style2 > .wrapper > .inner {--gutters: 1.59375rem;--spacing: 0.5625rem;}#container03 > .wrapper > .inner {--gutters: 2.0625rem;--padding-horizontal: 1.5rem;--spacing: 0.65625rem;}#container03 {min-height: 13.5rem;}#container03.columns > .wrapper > .inner > .full {min-height: calc(13.5rem - (var(--padding-vertical) * 2));}#container07 > .wrapper > .inner {--gutters: 0rem;--padding-vertical: 0.1875rem;--spacing: 1.03125rem;}#container08 > .wrapper > .inner {--gutters: 2.71875rem;--padding-horizontal: 1.5rem;--spacing: 0.65625rem;}#container08 {min-height: 8rem;}#container08.columns > .wrapper > .inner > .full {min-height: calc(8rem - (var(--padding-vertical) * 2));}#container01 > .wrapper > .inner {--gutters: 2.0625rem;--padding-horizontal: 1.5rem;--spacing: 0.65625rem;}#container01 {min-height: 13.5rem;}#container01.columns > .wrapper > .inner > .full {min-height: calc(13.5rem - (var(--padding-vertical) * 2));}#container02 > .wrapper > .inner {--gutters: 3.75rem;--padding-horizontal: 1.5rem;--padding-vertical: 0.9375rem;--spacing: 0.46875rem;}#container04 > .wrapper > .inner {--gutters: 1.3125rem;--padding-horizontal: 1.5rem;--spacing: 0.65625rem;}.image.style2 .frame {height: 8.09375rem !important;}#image14 .frame {height: 19.90625rem !important;}#image08 .frame {height: 8.3125rem !important;}#image06 .frame {height: 15.203125rem !important;}#image10 .frame {height: 6.125rem !important;}h1.style18, h2.style18, h3.style18, p.style18 {font-size: 3.5em;}#text06 {font-size: 1.5em;}h1.style1, h2.style1, h3.style1, p.style1 {font-size: 1.375em;}h1.style20, h2.style20, h3.style20, p.style20 {font-size: 1.375em;}h1.style21, h2.style21, h3.style21, p.style21 {font-size: 1.125em;}.buttons.style1 {gap: 0rem;}}</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;}#main > .inner > * {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-c3c8e1063e3b7f84f6b54712741de139" viewBox="0 0 40 40"><path d="M37.3,15.3v15.3c0,0.8-0.3,1.6-0.9,2.2c-0.6,0.6-1.4,0.9-2.2,0.9H5.8c-0.8,0-1.6-0.3-2.2-0.9s-0.9-1.4-0.9-2.2V15.3 c0.5,0.6,1.2,1.1,2,1.7c4.7,3.1,7.9,5.4,9.6,6.7c0.7,0.5,1.4,0.9,1.8,1.2c0.4,0.3,1,0.6,1.9,0.9c0.7,0.3,1.5,0.5,2.1,0.5l0,0 c0.6,0,1.4-0.2,2.1-0.5c0.7-0.3,1.4-0.6,1.9-0.9c0.4-0.3,1-0.7,1.8-1.2c2.2-1.6,5.4-3.8,9.6-6.7C36.1,16.5,36.7,15.9,37.3,15.3 L37.3,15.3z M37.3,9.6c0,1-0.3,2-0.9,2.9c-0.6,0.9-1.5,1.8-2.4,2.4c-4.9,3.3-7.9,5.4-9,6.2c-0.1,0.1-0.4,0.3-0.8,0.6 c-0.4,0.3-0.7,0.5-1,0.7c-0.3,0.2-0.6,0.4-1,0.6c-0.4,0.2-0.7,0.4-1.1,0.5c-0.4,0.1-0.6,0.2-0.9,0.2l0,0c-0.3,0-0.6-0.1-0.9-0.2 c-0.3-0.1-0.7-0.3-1.1-0.5c-0.4-0.2-0.7-0.4-1-0.6c-0.3-0.2-0.6-0.4-1-0.7c-0.4-0.3-0.7-0.5-0.8-0.6c-1.1-0.8-2.8-2-5.1-3.5 c-2.3-1.6-3.3-2.4-3.7-2.7c-0.8-0.5-1.6-1.2-2.3-2.2s-1-1.9-1-2.6c0-1,0.3-1.9,0.8-2.5c0.5-0.6,1.2-1,2.3-1h28.4 c0.8,0,1.6,0.3,2.2,0.9C37.1,8.1,37.3,8.8,37.3,9.6L37.3,9.6z"/></symbol><symbol id="icon-e742d247c52c40ea9546d95fc0ead423" viewBox="0 0 40 40"><path d="M34.8,28.8c0,0.4-0.1,0.8-0.2,1.5c-0.1,0.6-0.2,1.1-0.5,1.4c-0.4,0.7-1.2,1.4-2.6,2.2C30.2,34.7,29,35,27.7,35 c-0.4,0-0.7,0-1.1-0.1c-0.4,0-0.7-0.1-1.2-0.2c-0.5-0.1-0.8-0.2-0.9-0.4c-0.2-0.1-0.6-0.2-1.2-0.5c-0.6-0.2-0.9-0.4-1.1-0.4 c-1.4-0.5-2.6-1.1-3.6-1.8c-1.8-1.1-3.6-2.6-5.5-4.4c-1.9-1.9-3.4-3.7-4.4-5.5C8,20.8,7.4,19.5,7,18.2c0-0.1-0.1-0.5-0.4-1.1 C6.4,16.5,6,16.2,6,16c-0.1-0.2-0.2-0.6-0.4-0.9c-0.1-0.5-0.2-0.8-0.2-1.2s-0.1-0.7-0.1-1.1c0-1.3,0.4-2.6,1.1-3.9 c0.8-1.5,1.5-2.5,2.2-2.7C9,6.1,9.4,5.9,10,5.8c0.6-0.1,1.1-0.2,1.5-0.2c0.2,0,0.4,0,0.5,0.1c0.2,0.1,0.6,0.6,1.1,1.5 c0.1,0.2,0.4,0.6,0.6,1.2c0.2,0.5,0.5,0.9,0.7,1.3c0.2,0.4,0.5,0.8,0.7,1.2c0,0,0.1,0.2,0.4,0.5c0.2,0.2,0.4,0.6,0.5,0.7 c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2-0.2,0.6-0.6,1.1c-0.4,0.5-0.8,0.8-1.3,1.2s-0.9,0.7-1.3,1.1c-0.4,0.4-0.6,0.7-0.6,0.9 c0,0.1,0,0.2,0.1,0.5c0.1,0.2,0.1,0.4,0.2,0.5c0,0.1,0.1,0.2,0.4,0.5c0.1,0.2,0.2,0.4,0.2,0.4c1.1,1.9,2.2,3.5,3.6,4.9 c1.4,1.4,3,2.6,4.9,3.6c0,0,0.1,0.1,0.4,0.2c0.2,0.1,0.4,0.2,0.5,0.4c0.1,0,0.2,0.1,0.5,0.2c0.2,0.1,0.4,0.1,0.5,0.1 c0.2,0,0.6-0.2,0.9-0.6c0.4-0.4,0.7-0.8,1.1-1.3c0.4-0.5,0.7-0.9,1.2-1.3c0.5-0.4,0.8-0.6,1.1-0.6c0.2,0,0.4,0,0.6,0.1 c0.2,0.1,0.5,0.2,0.7,0.5c0.4,0.2,0.5,0.4,0.5,0.4c0.4,0.2,0.7,0.5,1.2,0.7c0.4,0.2,0.8,0.5,1.3,0.7c0.5,0.2,0.8,0.5,1.2,0.6 c0.9,0.5,1.5,0.8,1.6,1.1C34.8,28.5,34.8,28.6,34.8,28.8L34.8,28.8z"/></symbol><symbol id="icon-2a747dd19e728944f8c54ef1b55a59c6" viewBox="0 0 40 40"><path d="M33.3,22.3v11.2c0,0.4-0.1,0.8-0.4,1.1c-0.3,0.3-0.6,0.4-1.1,0.4h-9v-9h-6v9h-9c-0.4,0-0.8-0.1-1.1-0.4 c-0.3-0.3-0.4-0.6-0.4-1.1V22.3c0,0,0,0,0-0.1s0-0.1,0-0.1L19.9,11l13.5,11.1C33.3,22.1,33.3,22.2,33.3,22.3L33.3,22.3z M38.5,20.6 l-1.5,1.7c-0.1,0.1-0.3,0.2-0.5,0.3h-0.1c-0.2,0-0.4-0.1-0.5-0.2L19.9,9L3.7,22.5c-0.2,0.1-0.4,0.2-0.6,0.2c-0.2,0-0.4-0.1-0.5-0.3 l-1.5-1.7C1,20.5,1,20.3,1,20.1s0.1-0.4,0.3-0.5l16.8-14C18.6,5.2,19.2,5,19.9,5s1.3,0.2,1.8,0.6l5.7,4.8V5.8c0-0.2,0.1-0.4,0.2-0.5 S27.9,5,28.1,5h4.5c0.2,0,0.4,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.5v9.5l5.1,4.3c0.2,0.1,0.2,0.3,0.3,0.5 C38.7,20.3,38.7,20.5,38.5,20.6L38.5,20.6z"/></symbol><symbol id="icon-67ad41ecc66a1b1cd00d0d3b20c00017" viewBox="0 0 40 40"><path d="M34.1,19.9c0,0.3-0.1,0.3-0.1,0.4L21.3,33.1c-0.1,0.1-0.1,0.1-0.4,0.1c-0.3,0-0.3-0.1-0.4-0.1L19,31.6 c-0.1-0.1-0.1-0.1-0.1-0.4s0.1-0.3,0.1-0.4l9.2-9.2H5.8c-0.1,0-0.2,0-0.2,0c0,0,0,0,0,0c-0.1-0.1-0.1-0.2-0.1-0.4v-2.5 c0-0.2,0.1-0.4,0.1-0.5c0,0,0.1,0,0.2,0h22.4L19,9c-0.1-0.1-0.1-0.1-0.1-0.4c0-0.3,0.1-0.3,0.1-0.4l1.5-1.5c0.1-0.1,0.1-0.1,0.4-0.1 c0.3,0,0.3,0.1,0.4,0.1L34,19.5C34,19.6,34.1,19.6,34.1,19.9z"/></symbol></svg><div id="wrapper"><div id="main"><div class="inner"><div id="container05" class="style2 container columns"><div class="wrapper"><div class="inner"><div><div id="image01" class="style2 image" data-position="top"><span class="frame"><img src="assets/images/image01.png?v=45bb525b" alt="" /></span></div></div><div><ul id="buttons02" class="style1 buttons"><li><a href="/cdn-cgi/l/email-protection#3d5e525353585e497d5554565c54135e5250" class="button n01" role="button"><svg aria-labelledby="buttons02-icon-1-title"><title id="buttons02-icon-1-title">Email</title><use xlink:href="#icon-c3c8e1063e3b7f84f6b54712741de139"></use></svg><span class="label">email us</span></a></li></ul></div><div><ul id="buttons03" class="style1 buttons"><li><a href="tel:8135654663" class="button n01" role="button"><svg aria-labelledby="buttons03-icon-1-title"><title id="buttons03-icon-1-title">Phone</title><use xlink:href="#icon-e742d247c52c40ea9546d95fc0ead423"></use></svg><span class="label">call us</span></a></li></ul></div><div><ul id="buttons01" class="style1 buttons"><li><a href="https://auth.frontsteps.com/login?state=hKFo2SB0QzZ2elZ4Tnlwei1JeW5hY0lKSFZka1Q1cEVmOW1fNKFupWxvZ2luo3RpZNkgaGd4WXBnQlc3d05DRnpOVUpuaVE0T0NXSEUyQjlfZEijY2lk2SAxMTZLd2pWeGtZbmZDSHoxMW16a2JTeDhqQWJCbWtvWA&client=116KwjVxkYnfCHz11mzkbSx8jAbBmkoX&protocol=oauth2&auth0Client=eyJuYW1lIjoib21uaWF1dGgtYXV0aDAiLCJ2ZXJzaW9uIjoiMi4wLjAifQ%3D%3D&connection=company-users-and-users&redirect_uri=https%3A%2F%2Fapp.frontsteps.com%2Fauth%2Fauth0%2Fcallback%3Fallow_get_support%3Dfalse%26disable_signup%3Dtrue&response_type=code&scope=openid%20profile%20email" class="button n01" role="button"><svg aria-labelledby="buttons01-icon-1-title"><title id="buttons01-icon-1-title">Home</title><use xlink:href="#icon-2a747dd19e728944f8c54ef1b55a59c6"></use></svg><span class="label">resident login</span></a></li></ul></div><div><div id="image09" class="image"><span class="frame"><img src="assets/images/image09.png?v=45bb525b" alt="" /></span></div></div></div></div></div><div id="container03" class="container columns full screen"><div class="wrapper"><div class="inner" data-onvisible-trigger="1"><div><h1 id="text05" class="style18 second_txt"><strong>Say Hi to Happy Living</strong></h1><div id="image12" class="image"><span class="frame"><img src="assets/images/image12.png?v=45bb525b" alt="" /></span></div><h2 id="text06" class="second_txt"><em>Less hassle, more happy.</em></h2></div><div><div id="image13" class="image"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMTk3IDExNTkiIHdpZHRoPSIxMTk3IiBoZWlnaHQ9IjExNTkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyZWN0IGZpbGw9IiM1YzVkNWMiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4%3D" data-src="assets/images/image13.jpg?v=45bb525b" alt="" /></span></div></div></div></div></div><hr id="divider02"><div id="image08" class="image" data-position="center"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA4NjQgMjg4IiB3aWR0aD0iODY0IiBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0idHJhbnNwYXJlbnQiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4%3D" data-src="assets/images/image08.gif?v=45bb525b" alt="" /></span></div><hr id="divider01"><div id="container07" class="scroll container default"><div class="wrapper"><div class="inner"><h3 id="text17" class="style1 second_txt"><span class="p"><strong><span style="color: #1cbfdc">Five years ago</span></strong> we set out to do community management differently—people-first, community-driven, and always focused on maximizing happiness. But we didn’t stop there.</span><span class="p">Now, it’s time for our name to evolve with us. <strong><span style="color: #1cbfdc">kai</span></strong> stands for <strong><span style="color: #1cbfdc">kindness, action, and innovation</span></strong>—the values that guide how we show up, connect, and make a difference every day.</span><span class="p">It's more than a new name, it's our renewed commitment to you and your community.<br /> Our mission remains the same: to <strong><span style="color: #1cbfdc">maximize happiness</span></strong><br /> Now, with our fresh new identity, we’re making that mission even stronger.</span></h3><hr id="divider13"></div></div></div><div id="container08" class="container columns full screen"><div class="wrapper"><div class="inner" data-onvisible-trigger="1"><div><div id="image04" class="image"><span class="frame"><img src="assets/images/image04.jpg?v=45bb525b" alt="" /></span></div></div><div><div id="image05" class="image"><span class="frame"><img src="assets/images/image05.jpg?v=45bb525b" alt="" /></span></div></div><div><div id="image03" class="image"><span class="frame"><img src="assets/images/image03.jpg?v=45bb525b" alt="" /></span></div></div></div></div></div><div id="container01" class="container columns full screen"><div class="wrapper"><div class="inner" data-onvisible-trigger="1"><div><div id="image14" class="image" data-position="center"><span class="frame"><img src="assets/images/image14.jpg?v=45bb525b" alt="" /></span></div></div><div><div id="slideshow01" class="slideshow" oncontextmenu="return false;" ondragstart="return false;"><div class="content"><div class="bg"></div></div></div><div id="image07" class="image"><span class="frame"><img src="assets/images/image07.png?v=45bb525b" alt="" /></span></div></div></div></div></div><div id="image10" class="image" data-position="center"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA4NjQgMjg4IiB3aWR0aD0iODY0IiBoZWlnaHQ9IjI4OCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0idHJhbnNwYXJlbnQiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4%3D" data-src="assets/images/image10.gif?v=45bb525b" alt="" /></span></div><div id="container02" class="scroll container columns"><div class="wrapper"><div class="inner"><div><form enctype="multipart/form-data" id="form02" method="post" class="style1"><div class="inner"><div class="field" data-type="text"><input type="text" name="name" id="form02-name" placeholder="Name" maxlength="256" required /></div><div class="field" data-type="text"><input type="text" name="email" id="form02-email" placeholder="Email" maxlength="256" required /></div><div class="field" data-type="text"><input type="text" name="community-name" id="form02-community-name" placeholder="Community Name" maxlength="256" required /></div><div class="field" data-type="text"><input type="text" name="community-address" id="form02-community-address" placeholder="Community Address" maxlength="256" required /></div><div class="field" data-type="text"><input type="text" name="comments" id="form02-comments" placeholder="Comments" maxlength="256" required /></div><div class="field"><input type="text" name="url" id="form02-url" placeholder="Url" maxlength="128" /></div><div class="actions"><button type="submit"><svg aria-labelledby="form02-submit-icon-title"><title id="form02-submit-icon-title">Arrow Right (Light)</title><use xlink:href="#icon-67ad41ecc66a1b1cd00d0d3b20c00017"></use></svg><span class="label">Connect</span></button></div></div><input type="hidden" name="id" value="form02" /></form></div><div><div id="image06" class="image" data-position="center"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMjg1IDk1MSIgd2lkdGg9IjEyODUiIGhlaWdodD0iOTUxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmVjdCBmaWxsPSJ0cmFuc3BhcmVudCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg%3D%3D" data-src="assets/images/image06.png?v=45bb525b" alt="" /></span></div></div></div></div></div><div id="container04" class="container columns full screen"><div class="wrapper"><div class="inner" data-onvisible-trigger="1"><div><div id="image11" class="image"><span class="frame"><img src="assets/images/image11.png?v=45bb525b" alt="" /></span></div></div><div><p id="text03" class="style20 second_txt"><span class="p"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d89bb7b6b6bdbbac9890b193b9b1f6bbb7b5">[email protected]</a><br /> 813-565-4663<br /> www.HiKai.com</span></p><p id="text02" class="style21 second_txt">real estate estoppels can be requested <strong><a href="https://kai.condocerts.com/">here</a></strong></p></div></div></div></div></div></div></div><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>(function() {var on = addEventListener,off = removeEventListener,$ = 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\.]+)/,null],['edge',/Edge\/([0-9\.]+)/,null],['safari',/Version\/([0-9\.]+).+Safari/,null],['chrome',/Chrome\/([0-9\.]+)/,null],['chrome',/CriOS\/([0-9\.]+)/,null],['ie',/Trident\/.+rv:([0-9]+)/,null],['safari',/iPhone OS ([0-9_]+)/,function(v) { return v.replace('_', '.').replace('_', ''); }]];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.browser = a[i][0];o.browserVersion = parseFloat( a[i][2] ? (a[i][2])(RegExp.$1) : 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;}()),ready = {list: [],add: function(f) {this.list.push(f);},run: function() {this.list.forEach((f) => {f();});},},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;},escapeHtml = function(s) {if (s === ''|| s === null|| s === undefined)return '';var a = {'&': '&','<': '<','>': '>','"': '"',"'": ''',};s = s.replace(/[&<>"']/g, function(x) {return a[x];});return s;},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;}a = parent.querySelectorAll('unloaded-script');for (i=0; i < a.length; i++) {x = document.createElement('script');x.setAttribute('data-loaded', '');if (a[i].getAttribute('src'))x.setAttribute('src', a[i].getAttribute('src'));if (a[i].textContent)x.textContent = a[i].textContent;a[i].replaceWith(x);}x = new Event('loadelements');a = parent.querySelectorAll('[data-unloaded]');a.forEach((element) => {element.removeAttribute('data-unloaded');element.dispatchEvent(x);});},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;}};var db = {open: function(objectStoreName, handler) {var request = indexedDB.open('carrd');request.onupgradeneeded = function(event) {event.target.result.createObjectStore(objectStoreName,{keyPath: 'id'});};request.onsuccess = function(event) {(handler)(event.target.result.transaction([objectStoreName],'readwrite').objectStore(objectStoreName));};},put: function(objectStore, values, handler) {var request = objectStore.put(values);request.onsuccess = function(event) {(handler)();};request.onerror = function(event) {throw new Error('db.put: error');};},get: function(objectStore, id, handler) {var request = objectStore.get(id);request.onsuccess = function(event) {if (!event.target.result)throw new Error('db.get: could not retrieve object with id "' + id + '"');(handler)(event.target.result);};request.onerror = function(event) {throw new Error('db.get: error');};},delete: function(objectStore, id, handler) {objectStore.delete(id).onsuccess = function(event) {(handler)(event.target.result);};},};var loadHandler = function() {setTimeout(function() {$body.classList.remove('is-loading');$body.classList.add('is-playing');setTimeout(function() {$body.classList.remove('is-playing');$body.classList.add('is-ready');}, 4375);}, 100);};on('load', loadHandler);loadElements(document.body);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', '100lvh');} 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 : 4),threshold: ('threshold' in o ? o.threshold : 0.25),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 elementTop, elementBottom, viewportTop, viewportBottom,bcr, pad, state, a, b;if (!item.enter&& !item.leave)return true;if (!item.triggerElement)return true;if (item.triggerElement.offsetParent === null) {if (item.state == true&& item.leave) {item.state = false;(item.leave).apply(item.element);if (!item.enter)item.leave = 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 * (item.threshold));if (a - (height * 0.375) <= 0)a = 0;b = top + (height * (1 - item.threshold));if (b + (height * 0.375) >= document.body.scrollHeight - scrollPad)b = document.body.scrollHeight + scrollPad;state = (b > (elementTop - item.offset) && a < (elementBottom + item.offset));break;case 4:pad = height * item.threshold;viewportTop = (top + pad);viewportBottom = (bottom - pad);if (Math.floor(top) <= pad)viewportTop = top;if (Math.ceil(bottom) >= (document.body.scrollHeight - pad))viewportBottom = bottom;if ((viewportBottom - viewportTop) >= (elementBottom - elementTop)) {state = ((elementTop >= viewportTop && elementBottom <= viewportBottom)|| (elementTop >= viewportTop && elementTop <= viewportBottom)|| (elementBottom >= viewportTop && elementBottom <= viewportBottom));} else state = ((viewportTop >= elementTop && viewportBottom <= elementBottom)|| (elementTop >= viewportTop && elementTop <= viewportBottom)|| (elementBottom >= viewportTop && elementBottom <= viewportBottom));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,duration = 375;if (i.dataset.src !== 'done')return;if (Date.now() - i._startLoad < duration)duration = 175;i.style.transitionDuration = (duration / 1000.00) + 's';p.classList.remove('loading');i.style.opacity = 1;setTimeout(function() {i.style.backgroundImage = 'none';i.style.transitionProperty = '';i.style.transitionTimingFunction = '';i.style.transitionDuration = '';}, duration);};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.transitionProperty = 'opacity';i.style.transitionTimingFunction = 'ease-in-out';i.addEventListener('load', loadHandler);scrollEvents.add({element: i,enter: enterHandler,offset: 250,});});})();var onvisible = {effects: {'blur-in': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'filter ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.opacity = 0;this.style.filter = 'blur(' + (0.25 * intensity) + 'rem)';},play: function() {this.style.opacity = 1;this.style.filter = 'none';},},'zoom-in': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transform = 'scale(' + (1 - ((alt ? 0.25 : 0.05) * intensity)) + ')';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'zoom-out': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transform = 'scale(' + (1 + ((alt ? 0.25 : 0.05) * intensity)) + ')';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'slide-left': {type: 'transition',transition: function (speed, delay) {return 'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function() {this.style.transform = 'translateX(100vw)';},play: function() {this.style.transform = 'none';},},'slide-right': {type: 'transition',transition: function (speed, delay) {return 'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function() {this.style.transform = 'translateX(-100vw)';},play: function() {this.style.transform = 'none';},},'flip-forward': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transformOrigin = '50% 50%';this.style.transform = 'perspective(1000px) rotateX(' + ((alt ? 45 : 15) * intensity) + 'deg)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'flip-backward': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transformOrigin = '50% 50%';this.style.transform = 'perspective(1000px) rotateX(' + ((alt ? -45 : -15) * intensity) + 'deg)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'flip-left': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transformOrigin = '50% 50%';this.style.transform = 'perspective(1000px) rotateY(' + ((alt ? 45 : 15) * intensity) + 'deg)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'flip-right': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transformOrigin = '50% 50%';this.style.transform = 'perspective(1000px) rotateY(' + ((alt ? -45 : -15) * intensity) + 'deg)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'tilt-left': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transform = 'rotate(' + ((alt ? 45 : 5) * intensity) + 'deg)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'tilt-right': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity, alt) {this.style.opacity = 0;this.style.transform = 'rotate(' + ((alt ? -45 : -5) * intensity) + 'deg)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'fade-right': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.opacity = 0;this.style.transform = 'translateX(' + (-1.5 * intensity) + 'rem)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'fade-left': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.opacity = 0;this.style.transform = 'translateX(' + (1.5 * intensity) + 'rem)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'fade-down': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.opacity = 0;this.style.transform = 'translateY(' + (-1.5 * intensity) + 'rem)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'fade-up': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.opacity = 0;this.style.transform = 'translateY(' + (1.5 * intensity) + 'rem)';},play: function() {this.style.opacity = 1;this.style.transform = 'none';},},'fade-in': {type: 'transition',transition: function (speed, delay) {return 'opacity ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function() {this.style.opacity = 0;},play: function() {this.style.opacity = 1;},},'fade-in-background': {type: 'manual',rewind: function() {this.style.removeProperty('--onvisible-delay');this.style.removeProperty('--onvisible-background-color');},play: function(speed, delay) {this.style.setProperty('--onvisible-speed', speed + 's');if (delay)this.style.setProperty('--onvisible-delay', delay + 's');this.style.setProperty('--onvisible-background-color', 'rgba(0,0,0,0.001)');},},'zoom-in-image': {type: 'transition',target: 'img',transition: function (speed, delay) {return 'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function() {this.style.transform = 'scale(1)';},play: function(intensity) {this.style.transform = 'scale(' + (1 + (0.1 * intensity)) + ')';},},'zoom-out-image': {type: 'transition',target: 'img',transition: function (speed, delay) {return 'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.transform = 'scale(' + (1 + (0.1 * intensity)) + ')';},play: function() {this.style.transform = 'none';},},'focus-image': {type: 'transition',target: 'img',transition: function (speed, delay) {return 'transform ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '') + ', ' +'filter ' + speed + 's ease' + (delay ? ' ' + delay + 's' : '');},rewind: function(intensity) {this.style.transform = 'scale(' + (1 + (0.05 * intensity)) + ')';this.style.filter = 'blur(' + (0.25 * intensity) + 'rem)';},play: function(intensity) {this.style.transform = 'none';this.style.filter = 'none';},},'wipe-up': {type: 'animate',keyframes: function(intensity) {return [{maskSize: '100% 0%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},{maskSize: '110% 110%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},];},options: function(speed) {return {duration: speed,iterations: 1,easing: 'ease',};},rewind: function() {this.style.opacity = 0;this.style.maskComposite = 'exclude';this.style.maskRepeat = 'no-repeat';this.style.maskPosition = '0% 100%';},play: function() {this.style.opacity = 1;},},'wipe-down': {type: 'animate',keyframes: function(intensity) {return [{maskSize: '100% 0%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},{maskSize: '110% 110%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},];},options: function(speed) {return {duration: speed,iterations: 1,easing: 'ease',};},rewind: function() {this.style.opacity = 0;this.style.maskComposite = 'exclude';this.style.maskRepeat = 'no-repeat';this.style.maskPosition = '0% 0%';},play: function() {this.style.opacity = 1;},},'wipe-left': {type: 'animate',keyframes: function(intensity) {return [{maskSize: '0% 100%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},{maskSize: '110% 110%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},];},options: function(speed) {return {duration: speed,iterations: 1,easing: 'ease',};},rewind: function() {this.style.opacity = 0;this.style.maskComposite = 'exclude';this.style.maskRepeat = 'no-repeat';this.style.maskPosition = '100% 0%';},play: function() {this.style.opacity = 1;},},'wipe-right': {type: 'animate',keyframes: function(intensity) {return [{maskSize: '0% 100%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},{maskSize: '110% 110%',maskImage: 'linear-gradient(90deg, black 100%, transparent 100%)',},];},options: function(speed) {return {duration: speed,iterations: 1,easing: 'ease',};},rewind: function() {this.style.opacity = 0;this.style.maskComposite = 'exclude';this.style.maskRepeat = 'no-repeat';this.style.maskPosition = '0% 0%';},play: function() {this.style.opacity = 1;},},'wipe-diagonal': {type: 'animate',keyframes: function(intensity) {return [{maskSize: '0% 0%',maskImage: 'linear-gradient(45deg, black 50%, transparent 50%)',},{maskSize: '220% 220%',maskImage: 'linear-gradient(45deg, black 50%, transparent 50%)',},];},options: function(speed) {return {duration: speed,iterations: 1,easing: 'ease',};},rewind: function() {this.style.opacity = 0;this.style.maskComposite = 'exclude';this.style.maskRepeat = 'no-repeat';this.style.maskPosition = '0% 100%';},play: function() {this.style.opacity = 1;},},'wipe-reverse-diagonal': {type: 'animate',keyframes: function(intensity) {return [{maskSize: '0% 0%',maskImage: 'linear-gradient(135deg, transparent 50%, black 50%)',},{maskSize: '220% 220%',maskImage: 'linear-gradient(135deg, transparent 50%, black 50%)',},];},options: function(speed) {return {duration: speed,iterations: 1,easing: 'ease',};},rewind: function() {this.style.opacity = 0;this.style.maskComposite = 'exclude';this.style.maskRepeat = 'no-repeat';this.style.maskPosition = '100% 100%';},play: function() {this.style.opacity = 1;},},'pop-in': {type: 'animate',keyframes: function(intensity) {let diff = (intensity + 1) * 0.025;return [{opacity: 0,transform: 'scale(' + (1 - diff) + ')',},{opacity: 1,transform: 'scale(' + (1 + diff) + ')',},{opacity: 1,transform: 'scale(' + (1 - (diff * 0.25)) + ')',offset: 0.9,},{opacity: 1,transform: 'scale(1)',}];},options: function(speed) {return {duration: speed,iterations: 1,};},rewind: function() {this.style.opacity = 0;},play: function() {this.style.opacity = 1;},},'bounce-up': {type: 'animate',keyframes: function(intensity) {let diff = (intensity + 1) * 0.075;return [{opacity: 0,transform: 'translateY(' + diff + 'rem)',},{opacity: 1,transform: 'translateY(' + (-1 * diff) + 'rem)',},{opacity: 1,transform: 'translateY(' + (diff * 0.25) + 'rem)',offset: 0.9,},{opacity: 1,transform: 'translateY(0)',}];},options: function(speed) {return {duration: speed,iterations: 1,};},rewind: function() {this.style.opacity = 0;},play: function() {this.style.opacity = 1;},},'bounce-down': {type: 'animate',keyframes: function(intensity) {let diff = (intensity + 1) * 0.075;return [{opacity: 0,transform: 'translateY(' + (-1 * diff) + 'rem)',},{opacity: 1,transform: 'translateY(' + diff + 'rem)',},{opacity: 1,transform: 'translateY(' + (-1 * (diff * 0.25)) + 'rem)',offset: 0.9,},{opacity: 1,transform: 'translateY(0)',}];},options: function(speed) {return {duration: speed,iterations: 1,};},rewind: function() {this.style.opacity = 0;},play: function() {this.style.opacity = 1;},},'bounce-left': {type: 'animate',keyframes: function(intensity) {let diff = (intensity + 1) * 0.075;return [{opacity: 0,transform: 'translateX(' + diff + 'rem)',},{opacity: 1,transform: 'translateX(' + (-1 * diff) + 'rem)',},{opacity: 1,transform: 'translateX(' + (diff * 0.25) + 'rem)',offset: 0.9,},{opacity: 1,transform: 'translateX(0)',}];},options: function(speed) {return {duration: speed,iterations: 1,};},rewind: function() {this.style.opacity = 0;},play: function() {this.style.opacity = 1;},},'bounce-right': {type: 'animate',keyframes: function(intensity) {let diff = (intensity + 1) * 0.075;return [{opacity: 0,transform: 'translateX(' + (-1 * diff) + 'rem)',},{opacity: 1,transform: 'translateX(' + diff + 'rem)',},{opacity: 1,transform: 'translateX(' + (-1 * (diff * 0.25)) + 'rem)',offset: 0.9,},{opacity: 1,transform: 'translateX(0)',}];},options: function(speed) {return {duration: speed,iterations: 1,};},rewind: function() {this.style.opacity = 0;},play: function() {this.style.opacity = 1;},},},regex: new RegExp('([^\\s]+)', 'g'),add: function(selector, settings) {var _this = this,style = settings.style in this.effects ? settings.style : 'fade',speed = parseInt('speed' in settings ? settings.speed : 0),intensity = parseInt('intensity' in settings ? settings.intensity : 5),delay = parseInt('delay' in settings ? settings.delay : 0),replay = 'replay' in settings ? settings.replay : false,stagger = 'stagger' in settings ? (parseInt(settings.stagger) >= 0 ? parseInt(settings.stagger) : false) : false,staggerOrder = 'staggerOrder' in settings ? settings.staggerOrder : 'default',staggerSelector = 'staggerSelector' in settings ? settings.staggerSelector : null,threshold = parseInt('threshold' in settings ? settings.threshold : 3),state = 'state' in settings ? settings.state : null,effect = this.effects[style],enter, leave, scrollEventThreshold;if (window.CARRD_DISABLE_ANIMATION === true) {if (style == 'fade-in-background')$$(selector).forEach(function(e) {e.style.setProperty('--onvisible-background-color', 'rgba(0,0,0,0.001)');});return;}switch (threshold) {case 1:scrollEventThreshold = 0;break;case 2:scrollEventThreshold = 0.125;break;default:case 3:scrollEventThreshold = 0.25;break;case 4:scrollEventThreshold = 0.375;break;case 5:scrollEventThreshold = 0.475;break;}switch (effect.type) {default:case 'transition':intensity = ((intensity / 10) * 1.75) + 0.25;enter = function(children, staggerDelay=0) {var _this = this,transitionOrig;if (effect.target)_this = this.querySelector(effect.target);transitionOrig = _this.style.transition;_this.style.setProperty('backface-visibility', 'hidden');_this.style.transition = effect.transition.apply(_this, [ speed / 1000, (delay + staggerDelay) / 1000 ]);effect.play.apply(_this, [ intensity, !!children ]);setTimeout(function() {_this.style.removeProperty('backface-visibility');_this.style.transition = transitionOrig;}, (speed + delay + staggerDelay) * 2);};leave = function(children) {var _this = this,transitionOrig;if (effect.target)_this = this.querySelector(effect.target);transitionOrig = _this.style.transition;_this.style.setProperty('backface-visibility', 'hidden');_this.style.transition = effect.transition.apply(_this, [ speed / 1000 ]);effect.rewind.apply(_this, [ intensity, !!children ]);setTimeout(function() {_this.style.removeProperty('backface-visibility');_this.style.transition = transitionOrig;}, speed * 2);};break;case 'animate':enter = function(children, staggerDelay=0) {var _this = this,transitionOrig;if (effect.target)_this = this.querySelector(effect.target);setTimeout(() => {effect.play.apply(_this, [ ]);_this.animate(effect.keyframes.apply(_this, [ intensity ]),effect.options.apply(_this, [ speed, delay ]));}, delay + staggerDelay);};leave = function(children) {var _this = this,transitionOrig;if (effect.target)_this = this.querySelector(effect.target);let a = _this.animate(effect.keyframes.apply(_this, [ intensity ]),effect.options.apply(_this, [ speed, delay ]));a.reverse();a.addEventListener('finish', () => {effect.rewind.apply(_this, [ ]);});};break;case 'manual':enter = function(children, staggerDelay=0) {var _this = this,transitionOrig;if (effect.target)_this = this.querySelector(effect.target);effect.play.apply(_this, [ speed / 1000, (delay + staggerDelay) / 1000, intensity ]);};leave = function(children) {var _this = this,transitionOrig;if (effect.target)_this = this.querySelector(effect.target);effect.rewind.apply(_this, [ intensity, !!children ]);};break;}$$(selector).forEach(function(e) {var children, targetElement, triggerElement;if (stagger !== false&& staggerSelector == ':scope > *')_this.expandTextNodes(e);children = (stagger !== false && staggerSelector) ? e.querySelectorAll(staggerSelector) : null;if (effect.target)targetElement = e.querySelector(effect.target); else targetElement = e;if (children)children.forEach(function(targetElement) {effect.rewind.apply(targetElement, [ intensity, true ]);}); else effect.rewind.apply(targetElement, [ intensity ]);triggerElement = e;if (e.parentNode) {if (e.parentNode.dataset.onvisibleTrigger)triggerElement = e.parentNode; else if (e.parentNode.parentNode) {if (e.parentNode.parentNode.dataset.onvisibleTrigger)triggerElement = e.parentNode.parentNode;}}scrollEvents.add({element: e,triggerElement: triggerElement,initialState: state,threshold: scrollEventThreshold,enter: children ? function() {var staggerDelay = 0,childHandler = function(e) {enter.apply(e, [children, staggerDelay]);staggerDelay += stagger;},a;if (staggerOrder == 'default') {children.forEach(childHandler);} else {a = Array.from(children);switch (staggerOrder) {case 'reverse':a.reverse();break;case 'random':a.sort(function() {return Math.random() - 0.5;});break;}a.forEach(childHandler);}} : enter,leave: (replay ? (children ? function() {children.forEach(function(e) {leave.apply(e, [children]);});} : leave) : null),});});},expandTextNodes: function(e) {var s, i, w, x;for (i = 0; i < e.childNodes.length; i++) {x = e.childNodes[i];if (x.nodeType != Node.TEXT_NODE)continue;s = x.nodeValue;s = s.replace(this.regex,function(x, a) {return '<text-node>' + escapeHtml(a) + '</text-node>';});w = document.createElement('text-node');w.innerHTML = s;x.replaceWith(w);while (w.childNodes.length > 0) {w.parentNode.insertBefore(w.childNodes[0],w);}w.parentNode.removeChild(w);}},};function slideshowBackground(id, settings) {var _this = this;if (!('images' in settings)|| !('target' in settings))return;this.id = id;this.wait = ('wait' in settings ? settings.wait : 0);this.defer = ('defer' in settings ? settings.defer : false);this.navigation = ('navigation' in settings ? settings.navigation : false);this.order = ('order' in settings ? settings.order : 'default');this.preserveImageAspectRatio = ('preserveImageAspectRatio' in settings ? settings.preserveImageAspectRatio : false);this.transition = ('transition' in settings ? settings.transition : { style: 'crossfade', speed: 1000, delay: 6000, resume: 12000 });this.images = settings.images;this.preload = true;this.locked = false;this.$target = $(settings.target);this.$wrapper = ('wrapper' in settings ? $(settings.wrapper) : null);this.pos = 0;this.lastPos = 0;this.$slides = [];this.img = document.createElement('img');this.preloadTimeout = null;this.resumeTimeout = null;this.transitionInterval = null;if (window.CARRD_DISABLE_DEFER === true) {this.defer = false;this.preload = false;}if (this.preserveImageAspectRatio&& this.transition.style == 'crossfade')this.transition.style = 'fade';if (this.transition.delay !== false)switch (this.transition.style) {case 'crossfade':this.transition.delay = Math.max(this.transition.delay, this.transition.speed * 2);break;case 'fade':this.transition.delay = Math.max(this.transition.delay, this.transition.speed * 3);break;case 'instant':default:break;}if (!this.$wrapper)this.navigation = false;if (this.defer) {scrollEvents.add({element: this.$target,enter: function() {_this.preinit();}});} else {this.preinit();}};slideshowBackground.prototype.speedClassName = function(speed) {switch (speed) {case 1:return 'slow';default:case 2:return 'normal';case 3:return 'fast';}};slideshowBackground.prototype.preinit = function() {var _this = this;if (this.preload) {this.preloadTimeout = setTimeout(function() {_this.$target.classList.add('is-loading');}, this.transition.speed);setTimeout(function() {_this.init();}, 0);} else {this.init();}};slideshowBackground.prototype.init = function() {var _this = this,loaded = 0,hasLinks = false,dragStart = null,dragEnd = null,$slide, intervalId, i;this.$target.classList.add('slideshow-background');this.$target.classList.add(this.transition.style);if (this.navigation) {this.$next = document.createElement('div');this.$next.classList.add('nav', 'next');this.$next.addEventListener('click', function(event) {_this.stopTransitioning();_this.next('default');});this.$wrapper.appendChild(this.$next);this.$previous = document.createElement('div');this.$previous.classList.add('nav', 'previous');this.$previous.addEventListener('click', function(event) {_this.stopTransitioning();_this.previous('default');});this.$wrapper.appendChild(this.$previous);this.$wrapper.addEventListener('touchstart', function(event) {if (event.touches.length > 1)return;dragStart = {x: event.touches[0].clientX,y: event.touches[0].clientY};});this.$wrapper.addEventListener('touchmove', function(event) {var dx, dy;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) {_this.stopTransitioning();_this.next('default');} else if (dx < 0) {_this.stopTransitioning();_this.previous('default');}});this.$wrapper.addEventListener('touchend', function(event) {dragStart = null;dragEnd = null;});}for (i=0; i < this.images.length; i++) {if (this.preload) {this.$img = document.createElement('img');this.$img.src = this.images[i].src;this.$img.addEventListener('load', function(event) {loaded++;});}$slide = document.createElement('div');$slide.style.backgroundImage = 'url(\'' + this.images[i].src + '\')';$slide.style.backgroundPosition = this.images[i].position;$slide.style.backgroundRepeat = 'no-repeat';$slide.style.backgroundSize = (this.preserveImageAspectRatio ? 'contain' : 'cover');$slide.setAttribute('role', 'img');$slide.setAttribute('aria-label', this.images[i].caption);this.$target.appendChild($slide);if (this.images[i].motion != 'none') {$slide.classList.add(this.images[i].motion);$slide.classList.add(this.speedClassName(this.images[i].speed));}if ('linkUrl' in this.images[i]) {$slide.style.cursor = 'pointer';$slide._linkUrl = this.images[i].linkUrl;hasLinks = true;}this.$slides.push($slide);}if (hasLinks)this.$target.addEventListener('click', function(event) {var slide;if (!('_linkUrl' in event.target))return;slide = event.target;if ('onclick' in slide._linkUrl) {(slide._linkUrl.onclick)(event);return;}if ('href' in slide._linkUrl) {if (slide._linkUrl.href.charAt(0) == '#') {window.location.href = slide._linkUrl.href;return;}if ('target' in slide._linkUrl&& slide._linkUrl.target == '_blank')window.open(slide._linkUrl.href); else window.location.href = slide._linkUrl.href;}});switch (this.order) {case 'random':this.pos = (Math.ceil(Math.random() * this.$slides.length) - 1);break;case 'reverse':this.pos = this.$slides.length - 1;break;case 'default':default:this.pos = 0;break;}this.lastPos = this.pos;if (this.preload)intervalId = setInterval(function() {if (loaded >= _this.images.length) {clearInterval(intervalId);clearTimeout(_this.preloadTimeout);_this.$target.classList.remove('is-loading');_this.start();}}, 250); else {this.start();}};slideshowBackground.prototype.move = function(direction, activeOrder) {var pos, order;if (!activeOrder)activeOrder = this.order;switch (direction) {case 1:order = activeOrder;break;case -1:switch (activeOrder) {case 'random':order = 'random';break;case 'reverse':order = 'default';break;case 'default':default:order = 'reverse';break;}break;default:return;}switch (order) {case 'random':for (;;) {pos = (Math.ceil(Math.random() * this.$slides.length) - 1);if (pos != this.pos)break;}break;case 'reverse':pos = this.pos - 1;if (pos < 0)pos = this.$slides.length - 1;break;case 'default':default:pos = this.pos + 1;if (pos >= this.$slides.length)pos = 0;break;}this.show(pos);};slideshowBackground.prototype.next = function(activeOrder) {this.move(1, activeOrder);};slideshowBackground.prototype.previous = function(activeOrder) {this.move(-1, activeOrder);};slideshowBackground.prototype.show = function(pos) {var _this = this;if (this.locked)return;this.lastPos = this.pos;this.pos = pos;switch (this.transition.style) {case 'instant':this.$slides[this.lastPos].classList.remove('top');this.$slides[this.pos].classList.add('top');this.$slides[this.pos].classList.add('visible');this.$slides[this.pos].classList.add('is-playing');this.$slides[this.lastPos].classList.remove('visible');this.$slides[this.lastPos].classList.remove('initial');this.$slides[this.lastPos].classList.remove('is-playing');break;case 'crossfade':this.locked = true;this.$slides[this.lastPos].classList.remove('top');this.$slides[this.pos].classList.add('top');this.$slides[this.pos].classList.add('visible');this.$slides[this.pos].classList.add('is-playing');setTimeout(function() {_this.$slides[_this.lastPos].classList.remove('visible');_this.$slides[_this.lastPos].classList.remove('initial');_this.$slides[_this.lastPos].classList.remove('is-playing');_this.locked = false;}, this.transition.speed);break;case 'fade':this.locked = true;this.$slides[this.lastPos].classList.remove('visible');setTimeout(function() {_this.$slides[_this.lastPos].classList.remove('is-playing');_this.$slides[_this.lastPos].classList.remove('top');_this.$slides[_this.pos].classList.add('top');_this.$slides[_this.pos].classList.add('is-playing');_this.$slides[_this.pos].classList.add('visible');_this.locked = false;}, this.transition.speed);break;default:break;}};slideshowBackground.prototype.start = function() {var _this = this;this.$slides[_this.pos].classList.add('visible');this.$slides[_this.pos].classList.add('top');this.$slides[_this.pos].classList.add('initial');this.$slides[_this.pos].classList.add('is-playing');if (this.$slides.length == 1)return;setTimeout(function() {_this.startTransitioning();}, this.wait);};slideshowBackground.prototype.startTransitioning = function() {var _this = this;if (this.transition.delay === false)return;this.transitionInterval = setInterval(function() {_this.next();}, this.transition.delay);};slideshowBackground.prototype.stopTransitioning = function() {var _this = this;clearInterval(this.transitionInterval);if (this.transition.resume !== false) {clearTimeout(this.resumeTimeout);this.resumeTimeout = setTimeout(function() {_this.startTransitioning();}, this.transition.resume);}};(function() {new slideshowBackground('slideshow01', {target: '#slideshow01 .bg',wrapper: '#slideshow01 .content',wait: 0,defer: true,navigation: false,order: 'random',preserveImageAspectRatio: false,transition: {style: 'instant',speed: 1000,delay: 3500,resume: false,},images: [{src: 'assets/images/slideshow01-cb893f7a.jpg?v=45bb525b',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow01-5f31b1d9.jpg?v=45bb525b',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow01-1b35893e.jpg?v=45bb525b',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow01-7867f25f.jpg?v=45bb525b',position: 'center',motion: 'none',speed: 2,caption: 'Untitled',},{src: 'assets/images/slideshow01-8fe0d554.jpg?v=45bb525b',position: 'center',motion: 'left',speed: 2,caption: 'Untitled',},]});})();function form(id, settings) {var _this = this;this.id = id;this.mode = settings.mode;this.method = settings.method;this.code = ('code' in settings ? settings.code : null);this.success = settings.success;this.initHandler = ('initHandler' in settings ? settings.initHandler : null);this.presubmitHandler = ('presubmitHandler' in settings ? settings.presubmitHandler : null);this.failure = ('failure' in settings ? settings.failure : null);this.optional = ('optional' in settings ? settings.optional : []);this.events = ('events' in settings ? settings.events : {});this.recaptcha = ('recaptcha' in settings ? settings.recaptcha : null);this.collectTrackingParameters = ('collectTrackingParameters' in settings ? settings.collectTrackingParameters : false);this.exportVariables = ('exportVariables' in settings ? settings.exportVariables : false);this.$form = $('#' + this.id);this.$form.addEventListener('change', function(event) {if (event.target.tagName != 'INPUT')return;_this.refreshInput(event.target);});this.$form.addEventListener('submit', function(event) {event.preventDefault();event.stopPropagation();_this.triggerSubmit();});this.$form.addEventListener('reset', function(event) {setTimeout(function() {_this.refreshInputs();}, 0);});this.$form.addEventListener('keydown', function(event) {if (event.keyCode == 13 && event.ctrlKey) {event.preventDefault();event.stopPropagation();_this.triggerSubmit();}});var x = $('#' + this.id + ' input[name="' + settings.hid + '"]');if (x) {x.disabled = true;x.parentNode.style.display = 'none';}this.$submit = $('#' + this.id + ' .actions button[type="submit"]');this.$submit.disabled = false;this.initInputs();if (this.initHandler) {errors.handle(function(message) {return _this.failureHandler(message);});if (!this.initHandler())errors.unhandle();}if (this.recaptcha) {grecaptcha.ready(function() {var id;id = grecaptcha.render(_this.$submit, {sitekey: _this.recaptcha.key,isolated: true,theme: (_this.recaptcha.darkMode ? 'dark' : 'light'),callback: function(token) {_this.submit({recaptchaToken: token},['g-recaptcha-response']);grecaptcha.reset(id);}});});}};form.prototype.completionHandler = function(properties, eventHandler, response) {if (eventHandler !== null)eventHandler.apply(this.$form, [ response ]);switch (properties.mode) {default:case 1:alert(this.expandVariables(properties.value));break;case 2:this.openUrlProperty(properties.value);break;case 3:properties.value.apply(this.$form, [ response ]);break;case 4:break;}};form.prototype.expandVariables = function(s) {if (typeof variables === 'undefined')return s;if (variables.hasVariables(s)) {for (input of this.$form.elements) {if (!this.isAllowedInput(input))continue;value = '';if (this.isValidInput(input)) {switch (input.type) {case 'checkbox':value = input.checked ? 'true' : 'false';break;case 'email':case 'select-one':case 'number':case 'tel':case 'text':case 'textarea':case 'hidden':value = input.value;break;default:value = '';break;}} else value = '';if (!!(s.match(/^(#[a-zA-Z0-9\_\-]+|[a-z0-9\-\.]+:[a-zA-Z0-9\~\!\@\#$\%\&\-\_\+\=\;\,\.\?\/\:\{\}\|]+)$/)))value = encodeURIComponent(value);s = variables.expandVariable(s, input.name, value);}}s = variables.expandVariableString(this.$form, s);return s;};form.prototype.exportVariableValues = function(source, values, suffix) {if (typeof variables === 'undefined'|| this.exportVariables !== true)return;variables.import(source + (suffix ? suffix : ''), values);variables.purge('form' + (suffix ? suffix : ''));variables.import('form' + (suffix ? suffix : ''), values);};form.prototype.failureHandler = function(message) {var eventHandler;eventHandler = ('onfailure' in this.events) ? this.events.onfailure : null;if (message.charAt(0) == '*')this.completionHandler({mode: 1,value: message.substring(1)},eventHandler,null); else if (this.failure)this.completionHandler(this.failure,eventHandler,null); else this.completionHandler({mode: 1,value: message},eventHandler,null);this.waiting(false);errors.unhandle();return true;};form.prototype.finalizeInput = function(input) {try {if (!input|| typeof input != 'object'|| !('name' in input))throw 'Not an input.';if (!('value' in input))throw 'Missing "value" property.';if (input.type == 'text'|| input.type == 'email'|| input.type == 'textarea'|| input.type == 'hidden')input.value = input.value.replace(/^\s+/, '').replace(/\s+$/, '');}catch (e) {}};form.prototype.formatDate = function(value, format) {var date, options,a, s;if (!value.match(/^[0-9]{4}-[0-9]{2}-[0-9]{2}$/))return '';a = value.split('-');date = new Date(a[0], parseInt(a[1]) - 1, parseInt(a[2]), 0, 0, 0, 0);switch (format) {default:case 'short':break;case 'medium':options = { dateStyle: 'medium' };break;case 'long':options = { dateStyle: 'long' };break;case 'full':options = { dateStyle: 'full' };break;}s = new Intl.DateTimeFormat(undefined, options).format(date);return s;};form.prototype.getAmount = function() {var x;x = this.getRequiredInputValue('amount', ['select-one', 'number']);if (!x)return null;x = parseFloat(x);if (isNaN(x)|| x < 1.00|| x > 100000.00)return null;return x;};form.prototype.getEmail = function() {return this.getRequiredInputValue('email', 'email');};form.prototype.getQuantity = function() {var x;x = this.getRequiredInputValue('quantity', ['select-one', 'number']);if (!x)return null;x = parseInt(x);if (isNaN(x)|| x < 1|| x > 100000)return null;return x;};form.prototype.getRequiredInputValue = function(name, type) {var input;for (input of this.$form.elements) {if (((Array.isArray(type) && type.includes(input.type)) || input.type == type)&& input.name == name&& input.value !== ''&& input.value !== null)return input.value;}return null;};form.prototype.initInputs = function() {var _this = this,i, input;for (i=0; i < this.$form.elements.length; i++) {input = this.$form.elements[i];switch (input.type) {case 'number':(function(input) {var p = input.parentNode,decrement = p.querySelector('button.decrement'),increment = p.querySelector('button.increment');input.addEventListener('blur', function(event) {_this.normalizeNumberInput(input);});if (decrement&& increment) {decrement.addEventListener('click', function(event) {event.preventDefault();_this.normalizeNumberInput(input);input.stepDown(1);_this.normalizeNumberInput(input);});increment.addEventListener('click', function(event) {event.preventDefault();_this.normalizeNumberInput(input);input.stepUp(1);_this.normalizeNumberInput(input);});}})(input);break;case 'file':(function(input) {var p = input.parentNode,select = p.querySelector('button.select');select.addEventListener('click', function(event) {event.preventDefault();input.click();});input.addEventListener('focus', function(event) {event.target.parentNode.classList.add('focus');});input.addEventListener('blur', function(event) {event.target.parentNode.classList.remove('focus');});})(input);break;case 'date':(function(input) {var p = input.parentNode,select = p.querySelector('button.select'),changeHandler,x, y, z;select.addEventListener('click', function(event) {event.preventDefault();input.click();input.focus();});switch (client.browser) {case 'safari':input.addEventListener('keydown', function(event) {switch (event.keyCode) {case 9:event.preventDefault();input.blur();break;case 27:event.preventDefault();input.blur();break;case 33:break;case 34:break;case 37:break;case 38:break;case 39:break;case 40:break;default:event.preventDefault();break;}});break;default:input.addEventListener('click', function(event) {event.preventDefault();input.focus();input.showPicker();});break;}changeHandler = function() {if (input.value)p.setAttribute('data-value', _this.formatDate(input.value, p.dataset.format)); else p.setAttribute('data-value', '');};input.addEventListener('change', function(event) {changeHandler();});changeHandler();})(input);break;case 'text':case 'textarea':case 'email':input.addEventListener('blur', function(event) {this.value = this.value.replace(/^\s+/, '').replace(/\s+$/, '');});break;}this.refreshInput(input);}};form.prototype.isAllowedInput = function(input, ignore) {try {if (!input|| typeof input != 'object'|| !('name' in input))throw 'Not an input.';if (ignore&& ignore.indexOf(input.name) != -1)throw 'Input is ignored.';if (input.disabled)throw 'Input is disabled.';switch (input.type) {case 'text':case 'email':case 'textarea':case 'select-one':case 'checkbox':case 'number':case 'tel':case 'file':case 'date':case 'hidden':break;default:throw 'Not an allowed input.';}}catch (e) {return false;}return true;};form.prototype.isValidInput = function(input) {var result = false;switch (input.type) {case 'email':result = input.value.match(new RegExp("^([a-zA-Z0-9\\_\\-\\.\\+]+)@([a-zA-Z0-9\\-\\.]+)\\.([a-zA-Z]+)$"));break;case 'select-one':result = input.value.match(new RegExp("^[^\\<\\>]+$"));break;case 'checkbox':result = true;break;case 'number':result = input.value.match(new RegExp("^[0-9\\-\\.]+$"));break;case 'tel':result = input.value.match(new RegExp("^[0-9\\-\\+\\(\\)\\ \\#\\*]+$"));break;case 'file':result = true;break;case 'date':result = input.value.match(new RegExp("^[0-9]{4}-[0-9]{2}-[0-9]{2}$"));break;default:case 'text':case 'textarea':case 'hidden':result = true;break;}return result;};form.prototype.normalizeNumberInput = function(input) {var min = parseFloat(input.min),max = parseFloat(input.max),step = parseFloat(input.step),v = parseFloat(input.value);if (isNaN(v)) {if (!input.required) {input.value = null;return;}v = isNaN(min) ? 0 : min;}if (!isNaN(min)&& v < min)v = min;if (!isNaN(max)&& v > max)v = max;if (!isNaN(step)&& (v % step) !== 0)v = Math.round(v / step) * step;switch (input.dataset.category) {case 'currency':v = parseFloat(v).toFixed(2);break;default:case 'decimal':v = parseFloat(v);break;case 'integer':v = parseInt(v);break;}input.value = v;};form.prototype.openUrlProperty = function(p) {if ('onclick' in p) {(p.onclick)(event);return;}if ('href' in p) {let href = this.expandVariables(p.href);this.$form.reset();if (href.charAt(0) == '#') {window.location.href = href;return;}if ('target' in p&& p.target == '_blank')window.open(href); else window.location.href = href;}};form.prototype.pause = function(values, handler) {var _this = this;this.waiting(true);db.open('formData', function(objectStore) {db.delete(objectStore, _this.id, function() {db.put(objectStore, values, function() {handler.call(_this);});});});};form.prototype.refreshInput = function(input) {var a = [],p;switch (input.type) {case 'file':p = input.parentNode;if (input.files.length > 0)p.setAttribute('data-filename', input.files[0].name); else p.setAttribute('data-filename', '');break;case 'date':p = input.parentNode;if (input.value)p.setAttribute('data-value', this.formatDate(input.value, p.dataset.format)); else p.setAttribute('data-value', '');break;default:break;}};form.prototype.refreshInputs = function() {var i;for (i=0; i < this.$form.elements.length; i++)this.refreshInput(this.$form.elements[i]);};form.prototype.resume = function(handler) {var _this = this;this.waiting(true);this.scrollIntoView();db.open('formData', function(objectStore) {db.get(objectStore, _this.id, function(values) {db.delete(objectStore, _this.id, function() {var e, i, v;for (i in _this.$form.elements) {e = _this.$form.elements[i];if (!e.name)continue;v = (e.name in values ? values[e.name] : null);switch (e.type) {case 'checkbox':e.checked = (v == 'checked' ? true : false);break;case 'file':if (v)e.parentNode.setAttribute('data-filename', v.name);break;default:e.value = v;break;}}handler.call(_this, values);});});});};form.prototype.scrollIntoView = function() {window.scrollTo(0, this.$form.offsetTop);};form.prototype.submit = function(values, ignore) {var _this = this,input, result, _success, _failure,a, b, i, e, fd, k, x, usp;try {for (input of this.$form.elements) {if (!this.isAllowedInput(input, ignore))continue;if (this.optional.indexOf(input.name) !== -1&&(input.value === ''|| input.value === null|| (input.type == 'checkbox' && !input.checked)))continue;this.finalizeInput(input);if (!this.isValidInput(input))throw 'Not valid.';}}catch (e) {alert('Missing or invalid fields. Please try again.');return;}if ('onsubmit' in this.events) {if (this.events.onsubmit.apply(this.$form) === false)return;}a = this.values();if (values) {for (k in values)a[k] = values[k];}if (this.collectTrackingParameters) {usp = new URLSearchParams(window.location.search);b = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content'];for (k of b) {x = usp.get(k);if (x) {x = x.trim();x = x.replace(/[^a-zA-Z0-9\-\_\%\+\s]/g, '');x = x.replace(/\s+/g, '_');if (x.length <= 256)a[k] = x;}}}switch (this.method) {default:case 'ajax':break;case 'get':case 'post':for (k in a) {if (this.$form.elements[k])continue;e = document.createElement('input');e.setAttribute('type', 'hidden');e.setAttribute('name', k);this.$form.appendChild(e);e.value = a[k];}this.$form.submit();return;case 'code':if (typeof this.code == 'function') {this.waiting(true);_success = function() {_this.exportVariableValues(_this.id, a);_this.completionHandler(_this.success,('onsuccess' in _this.events) ? _this.events.onsuccess : null,null);_this.waiting(false);};_failure = function() {_this.completionHandler(_this.failure,('onfailure' in _this.events) ? _this.events.onfailure : null,null);_this.waiting(false);};result = this.code.apply(this.$form, [_success, _failure]);if (result === true)_success(); else if (result === false)_failure();}return;}if (x = $(':focus'))x.blur();errors.handle(function(message) {return _this.failureHandler(message);});if (this.presubmitHandler)this.presubmitHandler.call(this, a); else this.submitHandler(a);};form.prototype.submitHandler = function(values) {var _this = this,x, k, data;this.waiting(true);data = new FormData;for (k in values) {if (values[k]&& typeof values[k] == 'object'&& ('blob' in values[k]))data.append(k,values[k].blob,values[k].name); else data.append(k, values[k]);}x = new XMLHttpRequest();x.open('POST', ['', 'post', this.mode].join('/'));x.send(data);x.onreadystatechange = function() {var o;if (x.readyState != 4)return;if (x.status != 200)throw new Error('Failed server response (' + x.status + ')');try {o = JSON.parse(x.responseText);}catch (e) {throw new Error('Invalid server response');}if (!('result' in o)|| !('message' in o))throw new Error('Incomplete server response');if (o.result !== true) {if ('response' in o)console.log(o.response);throw new Error(o.message);}_this.exportVariableValues(_this.id, values);if ('response' in o)_this.exportVariableValues(_this.id, o.response, '_response');_this.completionHandler(_this.success,('onsuccess' in _this.events) ? _this.events.onsuccess : null,'response' in o ? o.response : null);_this.$form.reset();_this.waiting(false);errors.unhandle();};};form.prototype.triggerSubmit = function() {if (this.recaptcha)this.$submit.click(); else if (!this.$submit.disabled)this.submit();};form.prototype.values = function() {var a = {};for (i in this.$form.elements) {e = this.$form.elements[i];if (!e.name|| !e.value)continue;switch (e.type) {case 'checkbox':a[e.name] = (e.checked ? 'checked' : null);break;case 'file':a[e.name] = {name: e.files[0].name,blob: new Blob([e.files[0]], { type: e.files[0].type })};break;default:a[e.name] = e.value;break;}}a['id'] = this.id;return a;};form.prototype.waiting = function(x) {var _this = this;if (x) {$body.classList.add('is-instant');this.$submit.disabled = true;this.$submit.classList.add('waiting');if (this.recaptcha)setTimeout(function() {_this.$submit.disabled = true;}, 0);} else {$body.classList.remove('is-instant');this.$submit.classList.remove('waiting');this.$submit.disabled = false;}};new form('form02', {mode: 'custom',method: 'ajax',hid: 'url',success: {mode: 1,value: 'Thank you for contacting kai! We look forward to connecting with you.',},failure: {mode: 1,value: 'Sorry, something went wrong. Please try again later.',},optional: [],});onvisible.add('.container.style2', { style: 'fade-up', speed: 375, intensity: 1, threshold: 3, delay: 0, replay: false });onvisible.add('h1.style18, h2.style18, h3.style18, p.style18', { style: 'fade-right', speed: 500, intensity: 10, threshold: 3, delay: 0, replay: false });onvisible.add('#text06', { style: 'fade-right', speed: 500, intensity: 10, threshold: 3, delay: 0, replay: false });onvisible.add('h1.style1, h2.style1, h3.style1, p.style1', { style: 'fade-right', speed: 500, intensity: 10, threshold: 3, delay: 0, replay: false });onvisible.add('#image06', { style: 'wipe-diagonal', speed: 500, intensity: 2, threshold: 3, delay: 125, replay: false });onvisible.add('.buttons.style1', { style: 'fade-left', speed: 500, intensity: 2, threshold: 3, delay: 250, stagger: 125, staggerSelector: ':scope > li', replay: false });onvisible.add('h1.style20, h2.style20, h3.style20, p.style20', { style: 'fade-in', speed: 500, intensity: 10, threshold: 5, delay: 125, replay: false });onvisible.add('h1.style21, h2.style21, h3.style21, p.style21', { style: 'fade-in', speed: 500, intensity: 10, threshold: 5, delay: 125, replay: false });ready.run();})();</script></body></html>