.theme_light{--text-primary:var(--color_black);--text-secondary:var(--color_grey);--background-primary:var(--color_white);--background-warning:var(--color_red);--button-primary-default:var(--color_black);--button-primary-active:var(--color_green);--button-secondary-default:var(--color_grey);--selection-primary:var(--color_orange);--link-primary:var(--color_black);--link-primary-hover:var(--color_grey);color-scheme:light}.theme_dark{--text-primary:var(--color_white);--text-secondary:var(--color_grey);--background-primary:var(--color_black);--background-warning:var(--color_red);--button-primary-default:var(--color_white);--button-primary-active:var(--color_green);--button-secondary-default:var(--color_grey);--selection-primary:var(--color_red);--link-primary:var(--color_beige);--link-primary-hover:var(--color_orange);color-scheme:dark}@media (prefers-color-scheme:light){:root:not(.theme_light):not(.theme_dark){--text-primary:var(--color_black);--text-secondary:var(--color_grey);--background-primary:var(--color_white);--background-warning:var(--color_red);--button-primary-default:var(--color_black);--button-primary-active:var(--color_green);--button-secondary-default:var(--color_grey);--selection-primary:var(--color_orange);--link-primary:var(--color_black);--link-primary-hover:var(--color_grey);color-scheme:light}}@media (prefers-color-scheme:dark){:root:not(.theme_light):not(.theme_dark){--text-primary:var(--color_white);--text-secondary:var(--color_grey);--background-primary:var(--color_black);--background-warning:var(--color_red);--button-primary-default:var(--color_white);--button-primary-active:var(--color_green);--button-secondary-default:var(--color_grey);--selection-primary:var(--color_red);--link-primary:var(--color_beige);--link-primary-hover:var(--color_orange);color-scheme:dark}}:root{--color_white:#e6e2db;--color_black:#1a1a1a;--color_grey:#707070;--color_beige:#f3e4ab;--color_orange:#e0b449;--color_green:#34c759;--color_red:#ff3b30;--width_960:960px;--width-360:360px;--height_header:48px;--height_footer:48px;--left_right_body_padding:24px;--h1:64px;--h2:48px;--h3:32px}*{border:0;box-sizing:border-box;margin:0;padding:0}svg{display:block}body{font-family:Helvetica,Arial,sans-serif;font-size:16px;margin:0 auto;max-width:var(--width_960);min-width:var(--width-360);padding:0 var(--left_right_body_padding)}li{list-style-type:none}a{text-decoration:none}select{font-size:14px}h1,h2,h3{letter-spacing:-.04em}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.social-icon{height:24px;width:24px}.centredSection{display:flex;flex-direction:column;justify-content:center;min-height:100vh;width:100%}.centredSection_withFooter{min-height:calc(100vh - var(--height_footer))}.centredSection_withHeader{min-height:calc(100vh - var(--height_header))}.centredSection_withFooterAndHeader{min-height:calc(100vh - var(--height_header) - var(--height_footer))}.centredSection_alignCenter{align-items:center;text-align:center}@media (max-width:960px){:root{--left_right_body_padding:16px;--h1:48px;--h2:32px;--h3:24px}}::selection{background:var(--selection-primary)}body{background:var(--background-primary);color:var(--text-primary)}a,a>svg>path{color:var(--link-primary)}a:hover,a:hover>svg>path{color:var(--link-primary-hover)}button{background:var(--button-primary-default);color:var( --background-primary)}.swiper-container{margin:0 auto;overflow:hidden}.swiper{display:flex}.swiper-slide{display:flex;flex-basis:100%;flex-shrink:0;transform:translateZ(0)}.swiper-slide>*{pointer-events:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;width:100%}.swiper-pagination{display:flex;justify-content:center}.swiper-pagination__button{background:#707070;border:none;border-radius:50%;color:#707070;cursor:pointer;height:10px;margin:15px 5px;opacity:.4;padding:0;width:10px}.swiper-pagination__button:hover{opacity:.6}.swiper-pagination__button:disabled:hover,.swiper-pagination__button_active{opacity:1}.swiper-pagination__button:disabled{cursor:default}.swiper-presentation{margin:0 auto;max-width:500px}.swiper-presentation picture{max-height:500px;max-width:500px}.swiper-presentation_img{height:100%;width:100%}.swiper-presentation_text-slide{align-items:center;background:var(--color_orange);color:var(--color_black);display:flex;justify-content:center}.swiper-presentation_img-min{background-size:cover;color:var(--color_white);height:100%;position:absolute;width:100%;z-index:1}.swiper-presentation_img-min__loaded{opacity:0}