a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,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:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box}#__next,body,html{width:100%;min-width:360px;height:100%;background-color:#f8fafc;font-family:Helvetica,sans-serif;font-size:12pt;display:flex;flex-direction:column}h3{font-size:14pt;font-weight:600}p{padding-top:8px;padding-bottom:16px;line-height:1.5rem;text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}strong{font-weight:500}em{font-style:italic}.header{width:100%;background-color:#fff;padding:10px;box-shadow:0 5px 5px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.15);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,.15)}.header ul{margin:4px auto;width:100%;max-width:800px;text-align:right;text-transform:lowercase}.header ul li{display:inline;margin-left:12px;color:#ccc}@media only screen and (min-width:360px){.header ul li{margin-left:24px}}@media only screen and (min-width:420px){.header ul li{margin-left:32px}}@media only screen and (min-width:480px){.header ul li{margin-left:48px}}.header ul li:first-child{margin-left:0}.header ul li a{color:#b8c2cc;text-decoration:none}.header ul li.active a{color:#000}.main{flex-grow:1;margin:auto;width:100%;max-width:800px;padding:0 10px}.text-container{margin:48px 0 0;float:right;font-weight:300}.text-container p{width:100%;max-width:460px}.photo-container{float:right;font-weight:300;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:right}.photo-container div{display:inline-block}.photo-container .fadeOut{opacity:0;transition:opacity 1s 0s}.photo-container .fadeIn{opacity:1;transition:opacity 2.5s 0s}.photo-container img{max-width:100%;max-height:50vh;cursor:pointer}@media only screen and (min-width:820px){.photo-container img{max-width:800px}}@media only screen and (min-height:300px){.photo-container img{max-height:55vh}}@media only screen and (min-height:400px){.photo-container img{max-height:70vh}}@media only screen and (min-height:560px){.photo-container img{max-height:80vh}}.photo-container p{font-size:11pt;text-align:center}.contact-list{margin-top:8px;margin-bottom:24px}.contact-list h3{padding:4px 0}.contact-list li{padding:6px 0}.loader-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loader{width:48px;height:48px;border:5px solid;border-color:#ddd #ddd transparent;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation .75s linear infinite;animation:rotation .75s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}