

/* Berechnung siehe `templates/partials/mediaquery.sh` */

@media                         (max-width:  385px) { :root { --galleryfactor2: 5.00; }}
@media (min-width:  386px) and (max-width:  450px) { :root { --galleryfactor2: 4.15; }}
@media (min-width:  451px) and (max-width:  515px) { :root { --galleryfactor2: 3.55; }}
@media (min-width:  516px) and (max-width:  581px) { :root { --galleryfactor2: 3.10; }}
@media (min-width:  582px) and (max-width:  652px) { :root { --galleryfactor2: 2.75; }}
@media (min-width:  653px) and (max-width:  726px) { :root { --galleryfactor2: 2.45; }}
@media (min-width:  727px) and (max-width:  799px) { :root { --galleryfactor2: 2.20; }}
@media (min-width:  800px) and (max-width:  864px) { :root { --galleryfactor2: 2.00; }}
@media (min-width:  865px) and (max-width:  940px) { :root { --galleryfactor2: 1.85; }}
@media (min-width:  941px) and (max-width: 1031px) { :root { --galleryfactor2: 1.70; }}
@media (min-width: 1032px) and (max-width: 1102px) { :root { --galleryfactor2: 1.55; }}
@media (min-width: 1103px) and (max-width: 1184px) { :root { --galleryfactor2: 1.45; }}
@media (min-width: 1185px) and (max-width: 1279px) { :root { --galleryfactor2: 1.35; }}
@media (min-width: 1280px) and (max-width: 1390px) { :root { --galleryfactor2: 1.25; }}
@media (min-width: 1391px) and (max-width: 1454px) { :root { --galleryfactor2: 1.15; }}
@media (min-width: 1455px) and (max-width: 1523px) { :root { --galleryfactor2: 1.10; }}
@media (min-width: 1524px) and (max-width: 1599px) { :root { --galleryfactor2: 1.05; }}
@media (min-width: 1600px) and (max-width: 1683px) { :root { --galleryfactor2: 1.00; }}
@media (min-width: 1684px) and (max-width: 1777px) { :root { --galleryfactor2: 0.95; }}
@media (min-width: 1778px) and (max-width: 1881px) { :root { --galleryfactor2: 0.90; }}
@media (min-width: 1882px) and (max-width: 1999px) { :root { --galleryfactor2: 0.85; }}
@media (min-width: 2000px) and (max-width: 2132px) { :root { --galleryfactor2: 0.80; }}
@media (min-width: 2133px) and (max-width: 2285px) { :root { --galleryfactor2: 0.75; }}
@media (min-width: 2286px) and (max-width: 2461px) { :root { --galleryfactor2: 0.70; }}
@media (min-width: 2462px) and (max-width: 2666px) { :root { --galleryfactor2: 0.65; }}
@media (min-width: 2667px) and (max-width: 2908px) { :root { --galleryfactor2: 0.60; }}
@media (min-width: 2909px) and (max-width: 3199px) { :root { --galleryfactor2: 0.55; }}
@media (min-width: 3200px) and (max-width: 3555px) { :root { --galleryfactor2: 0.50; }}
@media (min-width: 3556px) and (max-width: 3999px) { :root { --galleryfactor2: 0.45; }}
@media (min-width: 4000px) and (max-width: 4570px) { :root { --galleryfactor2: 0.40; }}
@media (min-width: 4571px) and (max-width: 5332px) { :root { --galleryfactor2: 0.35; }}
@media (min-width: 5333px) and (max-width: 6399px) { :root { --galleryfactor2: 0.30; }}
@media (min-width: 6400px) and (max-width: 7999px) { :root { --galleryfactor2: 0.25; }}
@media (min-width: 8000px)                         { :root { --galleryfactor2: 0.20; }}

#body-wrapper {
  padding: 0;
}

#body-wrapper .container:not([class*="grid-"]) {
  margin: 0;
  padding: 0;
}

UL.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

UL.gallery > LI {
  position: relative;
  flex-grow: 1;
  flex: auto;
  border: thin solid #AAA;
  height: auto;
  min-height:  min(100vh, 6rem * var(--galleryfactor));
  max-height: min(100vh, 14rem * var(--galleryfactor));
  width: min(100vw, 100% * var(--aspectratio) * var(--galleryfactor2) * var(--galleryfactor) * var(--galleryfactor_fullscreen) / 12);
  border-radius: var(--gallery-border-radius, 0);
}

UL.gallery > LI:hover {
  border-radius: var(--gallery-border-radius-hover, var(--gallery-border-radius, 0));
}

UL.gallery > LI:last-of-type {
  max-width: min(100vw, 400% * ((var(--aspectratio)) * (var(--galleryfactor2) * var(--galleryfactor) * var(--galleryfactor_fullscreen) / 12)));
}

UL.gallery > LI[data-subgallery="1"]:before {
  content: attr(data-overlay);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  padding: 2px 4px;
  color: black;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI[data-subgallery="1"]:before {
  left: 7em;
  top: 6px;
  padding: 5px 1rem;
  border: thin solid #666;
}

UL.gallery FIGCAPTION {
  display: none;
}

UL.gallery * {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

UL.gallery FIGCAPTION * {
  width: auto;
  height: auto;
}

UL.gallery {
  --gallery-border-radius: 0.375rem;
  --gallery-translate-x: 0;
  --gallery-translate-y: 0;
  --gallery-rotate: 0deg;
  --gallery-skew-x: 0;
  --gallery-skew-y: 0;
  --gallery-scale-x: 1;
  --gallery-scale-y: 1;
  --gallery-transition-duration: 0.5s;
  --gallery-transition-timing-function: ease-in-out;
}

UL.gallery IMG,
UL.gallery VIDEO,
UL.gallery AUDIO {
  object-fit: cover;
  object-position: var(--object-position);
}

INPUT#fullscreen:not(:checked) ~ DIV#page-wrapper UL.gallery IMG,
INPUT#fullscreen:not(:checked) ~ DIV#page-wrapper UL.gallery VIDEO,
INPUT#fullscreen:not(:checked) ~ DIV#page-wrapper UL.gallery AUDIO {
  transform-origin: var(--object-position);
  transition: transform var(--gallery-transition-duration, 0.5s) var(--gallery-transition-timing-function);
  transform:
    translateX(var(--gallery-transform-translate-x, 0))
    translateY(var(--gallery-transform-translate-y, 0))
        rotate(var(--gallery-transform-rotate,      0deg))
         skewX(var(--gallery-transform-skew-x,      0))
         skewY(var(--gallery-transform-skew-y,      0))
        scaleX(var(--gallery-transform-scale-x,     1))
        scaleY(var(--gallery-transform-scale-y,     1));
}

INPUT#fullscreen:not(:checked) ~ DIV#page-wrapper UL.gallery LI:hover IMG,
INPUT#fullscreen:not(:checked) ~ DIV#page-wrapper UL.gallery LI:hover VIDEO,
INPUT#fullscreen:not(:checked) ~ DIV#page-wrapper UL.gallery LI:hover AUDIO {
  transform:
    translateX(var(--gallery-transform-translate-x-hover, var(--gallery-transform-translate-x, 0)))
    translateY(var(--gallery-transform-translate-y-hover, var(--gallery-transform-translate-y, 0)))
        rotate(var(--gallery-transform-rotate-hover,      var(--gallery-transform-rotate,      0deg)))
         skewX(var(--gallery-transform-skew-x-hover,      var(--gallery-transform-skew-x,      0)))
         skewY(var(--gallery-transform-skew-y-hover,      var(--gallery-transform-skew-y,      0)))
        scaleX(var(--gallery-transform-scale-x-hover,     var(--gallery-transform-scale-x,     1)))
        scaleY(var(--gallery-transform-scale-y-hover,     var(--gallery-transform-scale-y,     1)));
}

UL.gallery {
  --galleryfactor_fullscreen: 1;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery {
  --galleryfactor_fullscreen: 2.045454545;
  --galleryfactor_fullscreen: 10; /* ! */
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI {
  /* border-top: none; */
  /* border-bottom: none; */
  scroll-snap-align: start;
  height: 100vh;
  max-height: 100vh;
  background-color: #FEE;
  /*background-image: url(/user/pages/images/bg-pattern-paper.png);*/
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI > FIGURE > :not(FIGCAPTION) {
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0px 0px  1px rgba(0,0,0,.3))
          drop-shadow(0px 0px 10px rgba(0,0,0,.3));
  align-self: center;
  justify-self: center;
  max-width: var(--width);
  max-height: var(--height);
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI {
  border: none;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI FIGURE {
  padding: 1rem;
  display: grid;
  grid-template-rows: minmax(200px, 1fr) max-content;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI FIGCAPTION {
  display: block;
  /*
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  */
  padding: 1em 4em;
  /* background-color: rgba(255, 255, 255, 0.3); */
  height: auto;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI FIGCAPTION H1 {
    font-size: 1rem;
}

INPUT#fullscreen:checked ~ SECTION#footer,
INPUT#fullscreen:checked ~ DIV.phpdebugbar {
  display: none;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper .mobile-menu {
  display: block;
}

/* INPUT#fullscreen:checked ~ DIV#page-wrapper .dropmenu, */
INPUT#fullscreen:checked ~ DIV#page-wrapper NAV.navbar,
INPUT#fullscreen:checked ~ DIV#page-wrapper #header {
  display: none;
}

LABEL[for="fullscreen"] {
  position: fixed;
  top: 6px;
  left: 6px;
  z-index: 4;
}

LABEL[for="fullscreen"]:before {
  content: "\f0c8";

  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

INPUT#fullscreen:checked + LABEL[for="fullscreen"]:before {
  content: "\f14a";
}

INPUT#fullscreen:checked + LABEL[for="fullscreen"] {
  background-color: rgba(184,254,125,0.8);
}

INPUT#fullscreen {
  width: 0;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: -5em;
  left: -5em;
}


UL.gallery FIGURE {
  --dominant: rgb(var(--color1));
  --gradient:
    linear-gradient(var(--angle1), rgba(var(--color1), 1) 0%, rgba(var(--color1), 0) 100%),
    linear-gradient(var(--angle2), rgba(var(--color2), 1) 0%, rgba(var(--color2), 0) 100%),
    linear-gradient(var(--angle3), rgba(var(--color3), 1) 0%, rgba(var(--color3), 0) 100%),
    linear-gradient(var(--angle4), rgba(var(--color4), 1) 0%, rgba(var(--color4), 0) 100%);
  /* background-color: var(--dominant); */
  /* color: rgb(var(--contrast90-bw)); */
  color: rgb(var(--contrast3));
  overflow: hidden;

  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-image: var(--gradient);*/
  background-repeat: repeat;
  background-size: auto;
  background-image: url(/user/pages/images/bg-pattern-paper.png?v=1), var(--gradient);
}

/*
@supports (mix-blend-mode: difference) {
  UL.gallery FIGCAPTION {
    mix-blend-mode: difference;
    color: white;
  }
}
*/

UL.gallery FIGURE H1 {
    color: inherit;
}
.dropmenu ul li.hover > ul {
	display: block;
	visibility: visible;
}

.dropmenu.animated ul li.hover > ul {
	opacity: 1;
	transform: translateY(0);
}
.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
#breadcrumbs {
    height: 3rem;
    line-height: 3rem;
    padding-inline-start: 3rem;
}
#breadcrumbs span {
    display: inline-block;
    padding: 0 1rem;
}
#breadcrumbs span:first-child {
    padding-inline-start: 0;
}
#breadcrumbs i {
    display: inline-block;
    width: 20px;
    text-align: center;
}
figure.image-caption {
    text-align: center;
    margin: 1rem;
}

figure.image-caption figcaption {
    opacity: 0.7;
    font-size: 90%;
}

figure.figure-right {
    float: right;
    margin-right: 0;
}

figure.figure-left {
    float: left;
    margin-left: 0;
}

figure.caption-left figcaption {
    text-align: left;
}

figure.caption-right figcaption {
    text-align: right;
}
.search-wrapper .search-input {
	width: 80%;
	display: inline-block;
}

.search-submit {
	display: inline-block;
	border-radius: 4px;
	background: #eee;
	border: 1px solid #ccc;
	vertical-align: top;
}

.search-submit img {
	width: 20px;
	vertical-align: middle;
}

.search-image {
	float: left;
}

.search-item {
	margin-left: 130px;
	margin-bottom: 50px;
}

.search-item p {
	margin: 0;
}

.search-title h3 {
	margin: 0;
}

.search-details {
	font-size: 13px;
}

.search-row:last-child hr {
	display: none;
}
#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: #fcfcfc;
    border: 4px solid #eee;
    border-radius: 4px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
}

#grav-login .form-actions {
    text-align: right;
}

#grav-logout {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.alert.info {
    color: #27ae60;
}

.alert.error {
    color: #e74c3c;
}

#grav-login p {
    font-size: small;
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
#grav-login .form-actions p {
    margin-bottom: 0;
}

#grav-login .button {
    vertical-align: middle;
}

#grav-login .delimiter {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 1rem 0;
}

#grav-login .delimiter:after,
#grav-login .delimiter:before {
    background-color: #777777;
    content: "";
    height: 1px;
    position: absolute;
    top: 0.8rem;
    width: 40%;
}
#grav-login .delimiter:before {
    background-image: -moz-linear-gradient(right center , #777777, #ffffff);
    left: 0;
}
#grav-login .delimiter:after {
    background-image: -moz-linear-gradient(left center , #777777, #ffffff);
    right: 0;
}

#grav-login .rememberme {
    display: inline-block;
    float: left;
    padding: 7px 0;
    vertical-align: middle;
}

#grav-login .rememberme label {
    font-weight: inherit;
    display: inline;
}

.login-status {
    white-space: nowrap;
    vertical-align: middle;
}
/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{overflow:visible;box-sizing:content-box;height:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}address{font-style:normal}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%;font-weight:400}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}fieldset{margin:0;padding:0;border:0}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;white-space:normal;color:inherit}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}details,menu{display:block}summary{display:list-item;outline:0}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{font-size:20px;line-height:1.5;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;font-size:.8rem;overflow-x:hidden;color:#50596c;background:#fff;text-rendering:optimizeLegibility}a{text-decoration:none;color:#3085ee;outline:0}a:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}a.active,a:active,a:focus,a:hover{text-decoration:underline;color:#126bd9}a:visited{color:#5fa1f2}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-top:0;margin-bottom:.5em;color:inherit}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h3,h3{font-size:1.4rem}.h4,h4{font-size:1.2rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.8rem}p{margin:0 0 1.2rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{cursor:help;text-decoration:none;border-bottom:.05rem dotted}kbd{font-size:.7rem;line-height:1.25;padding:.1rem .2rem;color:#fff;border-radius:.1rem;background:#454d5d}mark{padding:.05rem .1rem 0;color:#50596c;border-bottom:.05rem solid #ffd367;border-radius:.1rem;background:#ffe9b3}blockquote{margin-left:0;padding:.4rem .8rem;border-left:.1rem solid #e7e9ed}blockquote p:last-child{margin-bottom:0}ol,ul{margin:.8rem 0 .8rem .8rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:.8rem 0 .8rem .8rem}ol li,ul li{margin-top:.4rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.4rem 0 .8rem 0}.lang-zh,.lang-zh-hans,html:lang(zh),html:lang(zh-Hans){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',sans-serif}.lang-zh-hant,html:lang(zh-Hant){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang TC','Hiragino Sans CNS','Microsoft JhengHei','Helvetica Neue',sans-serif}.lang-ja,html:lang(ja){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Hiragino Sans','Hiragino Kaku Gothic Pro','Yu Gothic',YuGothic,Meiryo,'Helvetica Neue',sans-serif}.lang-ko,html:lang(ko){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Malgun Gothic','Helvetica Neue',sans-serif}.lang-cjk ins,.lang-cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{text-decoration:none;border-bottom:.05rem solid}.lang-cjk del+del,.lang-cjk del+s,.lang-cjk ins+ins,.lang-cjk ins+u,.lang-cjk s+del,.lang-cjk s+s,.lang-cjk u+ins,.lang-cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{width:100%;border-spacing:0;border-collapse:collapse;text-align:left}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f1f4}.table.table-hover tbody tr:hover{background:#f0f1f4}.table.table-scroll{display:block;overflow-x:auto;padding-bottom:.75rem;white-space:nowrap}.table td,.table th{padding:.6rem .4rem;border-bottom:.05rem solid #e7e9ed}.table th{border-bottom-width:.1rem}.btn,.button{font-size:.8rem;line-height:1.2rem;display:inline-block;height:1.8rem;padding:.25rem .4rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .2s,border .2s,box-shadow .2s,color .2s;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#3085ee;border:.05rem solid #3085ee;border-radius:.1rem;outline:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:focus,.button:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.btn:focus,.btn:hover,.button:focus,.button:hover{text-decoration:none;border-color:#227ded;background:#e1edfd}.active.button,.btn.active,.btn:active,.button:active{text-decoration:none;color:#fff;border-color:#1370e3;background:#227ded}.active.loading.button::after,.btn.active.loading::after,.btn:active.loading::after,.button:active.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.disabled,.btn:disabled,.btn[disabled],.button:disabled,.button[disabled],.disabled.button{cursor:default;pointer-events:none;opacity:.5}.btn-primary.button,.btn.btn-primary{color:#fff;border-color:#227ded;background:#3085ee}.btn-primary.button:focus,.btn-primary.button:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:#fff;border-color:#1370e3;background:#1877ec}.btn-primary.active.button,.btn-primary.button:active,.btn.btn-primary.active,.btn.btn-primary:active{color:#fff;border-color:#126bd9;background:#1372e7}.btn-primary.loading.button::after,.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-success.button,.btn.btn-success{color:#fff;border-color:#2faa3f;background:#32b643}.btn-success.button:focus,.btn.btn-success:focus{box-shadow:0 0 0 .1rem rgba(50,182,67,.2)}.btn-success.button:focus,.btn-success.button:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:#fff;border-color:#2da23c;background:#30ae40}.btn-success.active.button,.btn-success.button:active,.btn.btn-success.active,.btn.btn-success:active{color:#fff;border-color:#278e34;background:#2a9a39}.btn-success.loading.button::after,.btn.btn-success.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-error.button,.btn.btn-error{color:#fff;border-color:#d95000;background:#e85600}.btn-error.button:focus,.btn.btn-error:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.btn-error.button:focus,.btn-error.button:hover,.btn.btn-error:focus,.btn.btn-error:hover{color:#fff;border-color:#cf4d00;background:#de5200}.btn-error.active.button,.btn-error.button:active,.btn.btn-error.active,.btn.btn-error:active{color:#fff;border-color:#b54300;background:#c44900}.btn-error.loading.button::after,.btn.btn-error.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-link.button,.btn.btn-link{color:#3085ee;border-color:transparent;background:0 0}.btn-link.active.button,.btn-link.button:active,.btn-link.button:focus,.btn-link.button:hover,.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#126bd9}.btn-sm.button,.btn.btn-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.btn-lg.button,.btn.btn-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.btn-block.button,.btn.btn-block{display:block;width:100%}.btn-action.button,.btn.btn-action{width:1.8rem;padding-right:0;padding-left:0}.btn-action.btn-sm.button,.btn.btn-action.btn-sm{width:1.4rem}.btn-action.btn-lg.button,.btn.btn-action.btn-lg{width:2rem}.btn-clear.button,.btn.btn-clear{line-height:.8rem;width:1rem;height:1rem;margin-right:-2px;margin-left:.2rem;padding:.1rem;text-decoration:none;opacity:1;color:currentColor;border:0;background:0 0}.btn-clear.button:focus,.btn-clear.button:hover,.btn.btn-clear:focus,.btn.btn-clear:hover{opacity:.95;background:rgba(248,249,250,.5)}.btn-clear.button::before,.btn.btn-clear::before{content:'\2715'}.btn-group{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn,.btn-group .button{-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child),.btn-group .button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child),.btn-group .button:not(:first-child):not(:last-child){margin-left:-.05rem;border-radius:0}.btn-group .btn:last-child:not(:first-child),.btn-group .button:last-child:not(:first-child){margin-left:-.05rem;border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .active.button,.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover,.btn-group .button:active,.btn-group .button:focus,.btn-group .button:hover{z-index:1}.btn-group.btn-group-block{display:-ms-flexbox;display:flex}.btn-group.btn-group-block .btn,.btn-group.btn-group-block .button{-ms-flex:1 0 0;flex:1 0 0}.form-group:not(:last-child){margin-bottom:.4rem}fieldset{margin-bottom:.8rem}legend{font-size:.9rem;font-weight:500;margin-bottom:.8rem}.form-label{line-height:1.2rem;display:block;padding:.3rem 0}.form-label.label-sm{font-size:.7rem;padding:.1rem 0}.form-label.label-lg{font-size:.9rem;padding:.4rem 0}.form-input,.search-input,[data-grav-field=array] input,[data-grav-field=array] textarea{font-size:.8rem;line-height:1.2rem;position:relative;display:block;width:100%;max-width:100%;height:1.8rem;padding:.25rem .4rem;transition:background .2s,border .2s,box-shadow .2s,color .2s;color:#50596c;border:.05rem solid #caced7;border-radius:.1rem;outline:0;background:#fff;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.search-input:focus,[data-grav-field=array] input:focus,[data-grav-field=array] textarea:focus{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-input::-webkit-input-placeholder,.search-input::-webkit-input-placeholder,[data-grav-field=array] input::-webkit-input-placeholder,[data-grav-field=array] textarea::-webkit-input-placeholder{color:#acb3c2}.form-input:-ms-input-placeholder,.search-input:-ms-input-placeholder,[data-grav-field=array] input:-ms-input-placeholder,[data-grav-field=array] textarea:-ms-input-placeholder{color:#acb3c2}.form-input::-ms-input-placeholder,.search-input::-ms-input-placeholder,[data-grav-field=array] input::-ms-input-placeholder,[data-grav-field=array] textarea::-ms-input-placeholder{color:#acb3c2}.form-input::placeholder,.search-input::placeholder,[data-grav-field=array] input::placeholder,[data-grav-field=array] textarea::placeholder{color:#acb3c2}.form-input.input-sm,.input-sm.search-input,[data-grav-field=array] input.input-sm,[data-grav-field=array] textarea.input-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.form-input.input-lg,.input-lg.search-input,[data-grav-field=array] input.input-lg,[data-grav-field=array] textarea.input-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.form-input.input-inline,.input-inline.search-input,[data-grav-field=array] input.input-inline,[data-grav-field=array] textarea.input-inline{display:inline-block;width:auto;vertical-align:middle}.form-input[type=file],.search-input[type=file],[data-grav-field=array] input[type=file],[data-grav-field=array] textarea[type=file]{height:auto}[data-grav-field=array] textarea,[data-grav-field=array] textarea.input-lg,[data-grav-field=array] textarea.input-sm,textarea.form-input,textarea.form-input.input-lg,textarea.form-input.input-sm,textarea.input-lg.search-input,textarea.input-sm.search-input,textarea.search-input{height:auto}.form-input-hint{font-size:.7rem;margin-top:.2rem;color:#acb3c2}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#e85600}.form-select{font-size:.8rem;line-height:1.2rem;width:100%;height:1.8rem;padding:.25rem .4rem;vertical-align:middle;color:inherit;border:.05rem solid #caced7;border-radius:.1rem;outline:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:.7rem;height:1.4rem;padding:.05rem 1.1rem .05rem .3rem}.form-select.select-lg{font-size:.9rem;height:2rem;padding:.35rem 1.4rem .35rem .6rem}.form-select[multiple],.form-select[size]{height:auto;padding:.25rem .4rem}.form-select[multiple] option,.form-select[size] option{padding:.1rem .2rem}.form-select:not([multiple]):not([size]){padding-right:1.2rem;background:#fff url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=\'http://www.w3.org/2000/svg\'%20viewBox=\'0%200%204%205\'%3E%3Cpath%20fill=\'%23667189\'%20d=\'M2%200L0%202h4zm0%205L0%203h4z\'/%3E%3C/svg%3E') no-repeat right .35rem center/.4rem .5rem}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{position:absolute;z-index:2;top:50%;width:.8rem;height:.8rem;margin:0 .25rem;transform:translateY(-50%)}.has-icon-left .form-icon{left:.05rem}.has-icon-left .form-input,.has-icon-left .search-input,.has-icon-left [data-grav-field=array] input,.has-icon-left [data-grav-field=array] textarea,[data-grav-field=array] .has-icon-left input,[data-grav-field=array] .has-icon-left textarea{padding-left:1.3rem}.has-icon-right .form-icon{right:.05rem}.has-icon-right .form-input,.has-icon-right .search-input,.has-icon-right [data-grav-field=array] input,.has-icon-right [data-grav-field=array] textarea,[data-grav-field=array] .has-icon-right input,[data-grav-field=array] .has-icon-right textarea{padding-right:1.3rem}.form-checkbox,.form-radio,.form-switch{line-height:1.2rem;position:relative;display:block;min-height:1.4rem;margin:.2rem 0;padding:.1rem .4rem .1rem 1.2rem}.form-checkbox input,.form-radio input,.form-switch input{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{border-color:#3085ee;background:#3085ee}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{position:absolute;display:inline-block;cursor:pointer;transition:background .2s,border .2s,box-shadow .2s,color .2s;border:.05rem solid #caced7}.form-checkbox.input-sm,.form-radio.input-sm,.form-switch.input-sm{font-size:.7rem;margin:0}.form-checkbox.input-lg,.form-radio.input-lg,.form-switch.input-lg{font-size:.9rem;margin:.3rem 0}.form-checkbox .form-icon,.form-radio .form-icon{top:.3rem;left:0;width:.8rem;height:.8rem;background:#fff}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.1rem}.form-checkbox input:checked+.form-icon::before{position:absolute;top:50%;left:50%;width:6px;height:9px;margin-top:-6px;margin-left:-3px;content:'';transform:rotate(45deg);border:.1rem solid #fff;border-top-width:0;border-left-width:0;background-clip:padding-box}.form-checkbox input:indeterminate+.form-icon{border-color:#3085ee;background:#3085ee}.form-checkbox input:indeterminate+.form-icon::before{position:absolute;top:50%;left:50%;width:10px;height:2px;margin-top:-1px;margin-left:-5px;content:'';background:#fff}.form-radio .form-icon{border-radius:50%}.form-radio input:checked+.form-icon::before{position:absolute;top:50%;left:50%;width:6px;height:6px;content:'';transform:translate(-50%,-50%);border-radius:50%;background:#fff}.form-switch{padding-left:2rem}.form-switch .form-icon{top:.25rem;left:0;width:1.6rem;height:.9rem;border-radius:.45rem;background:#acb3c2;background-clip:padding-box}.form-switch .form-icon::before{position:absolute;top:0;left:0;display:block;width:.8rem;height:.8rem;content:'';transition:background .2s,border .2s,box-shadow .2s,color .2s,left .2s;border-radius:50%;background:#fff}.form-switch input:checked+.form-icon::before{left:14px}.form-switch input:active+.form-icon::before{background:#f8f9fa}.input-group{display:-ms-flexbox;display:flex}.input-group .input-group-addon{line-height:1.2rem;padding:.25rem .4rem;white-space:nowrap;border:.05rem solid #caced7;border-radius:.1rem;background:#f8f9fa}.input-group .input-group-addon.addon-sm{font-size:.7rem;padding:.05rem .3rem}.input-group .input-group-addon.addon-lg{font-size:.9rem;padding:.35rem .6rem}.input-group .form-input,.input-group .form-select,.input-group .search-input,.input-group [data-grav-field=array] input,.input-group [data-grav-field=array] textarea,[data-grav-field=array] .input-group input,[data-grav-field=array] .input-group textarea{width:1%;-ms-flex:1 1 auto;flex:1 1 auto}.input-group .input-group-btn{z-index:1}.input-group .form-input:first-child:not(:last-child),.input-group .form-select:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child),.input-group .search-input:first-child:not(:last-child),.input-group [data-grav-field=array] input:first-child:not(:last-child),.input-group [data-grav-field=array] textarea:first-child:not(:last-child),[data-grav-field=array] .input-group input:first-child:not(:last-child),[data-grav-field=array] .input-group textarea:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .form-select:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child),.input-group .search-input:not(:first-child):not(:last-child),.input-group [data-grav-field=array] input:not(:first-child):not(:last-child),.input-group [data-grav-field=array] textarea:not(:first-child):not(:last-child),[data-grav-field=array] .input-group input:not(:first-child):not(:last-child),[data-grav-field=array] .input-group textarea:not(:first-child):not(:last-child){margin-left:-.05rem;border-radius:0}.input-group .form-input:last-child:not(:first-child),.input-group .form-select:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child),.input-group .search-input:last-child:not(:first-child),.input-group [data-grav-field=array] input:last-child:not(:first-child),.input-group [data-grav-field=array] textarea:last-child:not(:first-child),[data-grav-field=array] .input-group input:last-child:not(:first-child),[data-grav-field=array] .input-group textarea:last-child:not(:first-child){margin-left:-.05rem;border-top-left-radius:0;border-bottom-left-radius:0}.input-group .form-input:focus,.input-group .form-select:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus,.input-group .search-input:focus,.input-group [data-grav-field=array] input:focus,.input-group [data-grav-field=array] textarea:focus,[data-grav-field=array] .input-group input:focus,[data-grav-field=array] .input-group textarea:focus{z-index:2}.input-group .form-select{width:auto}.input-group.input-inline{display:-ms-inline-flexbox;display:inline-flex}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select,.has-success .search-input,.has-success [data-grav-field=array] input,.has-success [data-grav-field=array] textarea,.is-success.search-input,[data-grav-field=array] .has-success input,[data-grav-field=array] .has-success textarea,[data-grav-field=array] input.is-success,[data-grav-field=array] textarea.is-success{border-color:#32b643;background:#f9fdfa}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus,.has-success .search-input:focus,.has-success [data-grav-field=array] input:focus,.has-success [data-grav-field=array] textarea:focus,.is-success.search-input:focus,[data-grav-field=array] .has-success input:focus,[data-grav-field=array] .has-success textarea:focus,[data-grav-field=array] input.is-success:focus,[data-grav-field=array] textarea.is-success:focus{box-shadow:0 0 0 .1rem rgba(50,182,67,.2)}.form-input.is-error,.form-select.is-error,.has-error .form-input,.has-error .form-select,.has-error .search-input,.has-error [data-grav-field=array] input,.has-error [data-grav-field=array] textarea,.is-error.search-input,[data-grav-field=array] .has-error input,[data-grav-field=array] .has-error textarea,[data-grav-field=array] input.is-error,[data-grav-field=array] textarea.is-error{border-color:#e85600;background:#fffaf7}.form-input.is-error:focus,.form-select.is-error:focus,.has-error .form-input:focus,.has-error .form-select:focus,.has-error .search-input:focus,.has-error [data-grav-field=array] input:focus,.has-error [data-grav-field=array] textarea:focus,.is-error.search-input:focus,[data-grav-field=array] .has-error input:focus,[data-grav-field=array] .has-error textarea:focus,[data-grav-field=array] input.is-error:focus,[data-grav-field=array] textarea.is-error:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error .form-icon,.form-radio.is-error .form-icon,.form-switch.is-error .form-icon,.has-error .form-checkbox .form-icon,.has-error .form-radio .form-icon,.has-error .form-switch .form-icon{border-color:#e85600}.form-checkbox.is-error input:checked+.form-icon,.form-radio.is-error input:checked+.form-icon,.form-switch.is-error input:checked+.form-icon,.has-error .form-checkbox input:checked+.form-icon,.has-error .form-radio input:checked+.form-icon,.has-error .form-switch input:checked+.form-icon{border-color:#e85600;background:#e85600}.form-checkbox.is-error input:focus+.form-icon,.form-radio.is-error input:focus+.form-icon,.form-switch.is-error input:focus+.form-icon,.has-error .form-checkbox input:focus+.form-icon,.has-error .form-radio input:focus+.form-icon,.has-error .form-switch input:focus+.form-icon{border-color:#e85600;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error input:indeterminate+.form-icon,.has-error .form-checkbox input:indeterminate+.form-icon{border-color:#e85600;background:#e85600}.form-input:not(:placeholder-shown):invalid,.search-input:not(:placeholder-shown):invalid,[data-grav-field=array] input:not(:placeholder-shown):invalid,[data-grav-field=array] textarea:not(:placeholder-shown):invalid{border-color:#e85600}.form-input:not(:placeholder-shown):invalid:focus,.search-input:not(:placeholder-shown):invalid:focus,[data-grav-field=array] input:not(:placeholder-shown):invalid:focus,[data-grav-field=array] textarea:not(:placeholder-shown):invalid:focus{background:#fffaf7;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid+.form-input-hint,.search-input:not(:placeholder-shown):invalid+.form-input-hint,[data-grav-field=array] input:not(:placeholder-shown):invalid+.form-input-hint,[data-grav-field=array] textarea:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.disabled.search-input,.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled,.search-input:disabled,[data-grav-field=array] input.disabled,[data-grav-field=array] input:disabled,[data-grav-field=array] textarea.disabled,[data-grav-field=array] textarea:disabled{cursor:not-allowed;opacity:.5;background-color:#f0f1f4}.form-input[readonly],.search-input[readonly],[data-grav-field=array] input[readonly],[data-grav-field=array] textarea[readonly]{background-color:#f8f9fa}input.disabled+.form-icon,input:disabled+.form-icon{cursor:not-allowed;opacity:.5;background:#f0f1f4}.form-switch input.disabled+.form-icon::before,.form-switch input:disabled+.form-icon::before{background:#fff}.form-horizontal{padding:.4rem 0}.form-horizontal .form-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-inline{display:inline-block}.label{line-height:1.25;display:inline-block;padding:.1rem .2rem;color:#5b657a;border-radius:.1rem;background:#f0f1f4}.label.label-rounded{padding-right:.4rem;padding-left:.4rem;border-radius:5rem}.label.label-primary{color:#fff;background:#3085ee}.label.label-secondary{color:#3085ee;background:#e1edfd}.label.label-success{color:#fff;background:#32b643}.label.label-warning{color:#fff;background:#ffb700}.label.label-error{color:#fff;background:#e85600}code{font-size:85%;line-height:1.25;padding:.1rem .2rem;color:#d73e48;border-radius:.1rem;background:#fcf2f2}.code{position:relative;color:#50596c;border-radius:.1rem}.code::before{font-size:.7rem;position:absolute;top:.1rem;right:.4rem;content:attr(data-lang);color:#acb3c2}.code code{line-height:1.5;display:block;overflow-x:auto;width:100%;padding:1rem;color:inherit;background:#f8f9fa}.img-responsive{display:block;max-width:100%;height:auto}.img-fit-cover{object-fit:cover}.img-fit-contain{object-fit:contain}.video-responsive{position:relative;display:block;overflow:hidden;width:100%;padding:0}.video-responsive::before{display:block;padding-bottom:56.25%;content:''}.video-responsive embed,.video-responsive iframe,.video-responsive object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}video.video-responsive{max-width:100%;height:auto}video.video-responsive::before{content:none}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 .4rem 0}.figure .figure-caption{margin-top:.4rem;color:#667189}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:.4rem;padding-left:.4rem}.container.grid-xl{max-width:1296px}.container.grid-lg{max-width:976px}.container.grid-md{max-width:856px}.container.grid-sm{max-width:616px}.container.grid-xs{max-width:496px}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}.columns{display:-ms-flexbox;display:flex;margin-right:-.4rem;margin-left:-.4rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.columns.col-gapless{margin-right:0;margin-left:0}.columns.col-gapless>.column{padding-right:0;padding-left:0}.columns.col-oneline{overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.column{max-width:100%;padding-right:.4rem;padding-left:.4rem;-ms-flex:1;flex:1}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9,.column.col-auto{-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}.col-auto{width:auto;max-width:none;-ms-flex:0 0 auto;flex:0 0 auto}.col-mx-auto{margin-right:auto;margin-left:auto}.col-ml-auto{margin-left:auto}.col-mr-auto{margin-right:auto}@media (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-auto{width:auto}.hide-xl{display:none!important}.show-xl{display:block!important}}@media (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto{-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-auto{width:auto}.hide-lg{display:none!important}.show-lg{display:block!important}}@media (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto{-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-auto{width:auto}.hide-md{display:none!important}.show-md{display:block!important}}@media (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-auto{width:auto}.hide-sm{display:none!important}.show-sm{display:block!important}}@media (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto{-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-auto{width:auto}.hide-xs{display:none!important}.show-xs{display:block!important}}.hero{display:-ms-flexbox;display:flex;flex-direction:column;padding-top:4rem;padding-bottom:4rem;-ms-flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.hero.hero-sm{padding-top:2rem;padding-bottom:2rem}.hero.hero-lg{padding-top:8rem;padding-bottom:8rem}.hero .hero-body{padding:.4rem}.navbar{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.navbar .navbar-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1 0 0;flex:1 0 0}.navbar .navbar-section:not(:first-child):last-child{-ms-flex-pack:end;justify-content:flex-end}.navbar .navbar-center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 auto;flex:0 0 auto}.navbar .navbar-brand{font-size:.9rem;text-decoration:none}.accordion input:checked~.accordion-header .icon,.accordion[open] .accordion-header .icon{transform:rotate(90deg)}.accordion input:checked~.accordion-body,.accordion[open] .accordion-body{max-height:50rem}.accordion .accordion-header{display:block;padding:.2rem .4rem}.accordion .accordion-header .icon{transition:transform .25s}.accordion .accordion-body{overflow:hidden;max-height:0;margin-bottom:.4rem;transition:max-height .25s}summary.accordion-header::-webkit-details-marker{display:none}.avatar{font-size:.8rem;font-weight:300;line-height:1.25;position:relative;display:inline-block;width:1.6rem;height:1.6rem;margin:0;vertical-align:middle;color:rgba(255,255,255,.85);border-radius:50%;background:#3085ee}.avatar.avatar-xs{font-size:.4rem;width:.8rem;height:.8rem}.avatar.avatar-sm{font-size:.6rem;width:1.2rem;height:1.2rem}.avatar.avatar-lg{font-size:1.2rem;width:2.4rem;height:2.4rem}.avatar.avatar-xl{font-size:1.6rem;width:3.2rem;height:3.2rem}.avatar img{position:relative;z-index:1;width:100%;height:100%;border-radius:50%}.avatar .avatar-icon,.avatar .avatar-presence{position:absolute;z-index:2;right:14.64%;bottom:14.64%;width:50%;height:50%;padding:.1rem;transform:translate(50%,50%);background:#fff}.avatar .avatar-presence{width:.5em;height:.5em;border-radius:50%;background:#acb3c2;box-shadow:0 0 0 .1rem #fff}.avatar .avatar-presence.online{background:#32b643}.avatar .avatar-presence.busy{background:#e85600}.avatar .avatar-presence.away{background:#ffb700}.avatar[data-initial]::before{position:absolute;z-index:1;top:50%;left:50%;content:attr(data-initial);transform:translate(-50%,-50%);color:currentColor}.badge{position:relative;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge]::after{display:inline-block;content:attr(data-badge);transform:translate(-.05rem,-.5rem);color:#fff;border-radius:.5rem;background:#3085ee;background-clip:padding-box;box-shadow:0 0 0 .1rem #fff}.badge[data-badge]::after{font-size:.7rem;line-height:1;min-width:.9rem;height:.9rem;padding:.1rem .2rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge='']::after{width:6px;min-width:6px;height:6px;padding:0}.badge.btn::after,.badge.button::after{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.badge.avatar::after{position:absolute;z-index:100;top:14.64%;right:14.64%;transform:translate(50%,-50%)}.breadcrumb{margin:.2rem 0;padding:.2rem 0;list-style:none}.breadcrumb .breadcrumb-item{display:inline-block;margin:0;padding:.2rem 0;color:#667189}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:.2rem}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#667189}.breadcrumb .breadcrumb-item:not(:first-child)::before{padding-right:.4rem;content:'/';color:#667189}.bar{display:-ms-flexbox;display:flex;width:100%;height:.8rem;border-radius:.1rem;background:#f0f1f4;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bar.bar-sm{height:.2rem}.bar .bar-item{font-size:.7rem;line-height:.8rem;position:relative;display:block;width:0;height:100%;text-align:center;color:#fff;background:#3085ee;-ms-flex-negative:0;flex-shrink:0}.bar .bar-item:first-child{border-top-left-radius:.1rem;border-bottom-left-radius:.1rem}.bar .bar-item:last-child{border-top-right-radius:.1rem;border-bottom-right-radius:.1rem;-ms-flex-negative:1;flex-shrink:1}.bar-slider{position:relative;height:.1rem;margin:.4rem 0}.bar-slider .bar-item{position:absolute;left:0;padding:0}.bar-slider .bar-item:not(:last-child):first-child{z-index:1;background:#f0f1f4}.bar-slider .bar-slider-btn{position:absolute;top:50%;right:0;width:.6rem;height:.6rem;padding:0;transform:translate(50%,-50%);border:0;border-radius:50%;background:#3085ee}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 .1rem #3085ee}.card{display:-ms-flexbox;display:flex;flex-direction:column;border:.05rem solid #e7e9ed;border-radius:.1rem;background:#fff;-ms-flex-direction:column}.card .card-body,.card .card-footer,.card .card-header{padding:.8rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:.8rem}.card .card-body{-ms-flex:1 1 auto;flex:1 1 auto}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-right-radius:.1rem;border-bottom-left-radius:.1rem}.chip{font-size:90%;line-height:.8rem;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;max-width:320px;height:1.2rem;margin:.1rem;padding:.2rem .4rem;vertical-align:middle;white-space:nowrap;text-decoration:none;text-overflow:ellipsis;border-radius:5rem;background:#f0f1f4;-ms-flex-align:center;align-items:center}.chip.active{color:#fff;background:#3085ee}.chip .avatar{margin-right:.2rem;margin-left:-.4rem}.chip .btn-clear{transform:scale(.75);border-radius:50%}.dropdown{position:relative;display:inline-block}.dropdown .menu{position:absolute;top:100%;left:0;display:none;overflow-y:auto;max-height:50vh;animation:slide-down .15s ease 1}.dropdown.dropdown-right .menu{right:0;left:auto}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.dropdown .btn-group .dropdown-toggle:nth-last-child(2){border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}.empty{padding:3.2rem 1.6rem;text-align:center;color:#667189;border-radius:.1rem;background:#f8f9fa}.empty .empty-icon{margin-bottom:.8rem}.empty .empty-subtitle,.empty .empty-title{margin:.4rem auto}.empty .empty-action{margin-top:.8rem}.menu{z-index:300;min-width:180px;margin:0;padding:.4rem;list-style:none;transform:translateY(.2rem);border-radius:.1rem;background:#fff;box-shadow:0 .05rem .2rem rgba(69,77,93,.3)}.menu.menu-nav{background:0 0;box-shadow:none}.menu .menu-item{position:relative;margin-top:0;padding:0 .4rem;text-decoration:none}.menu .menu-item>a{display:block;margin:0 -.4rem;padding:.2rem .4rem;text-decoration:none;color:inherit;border-radius:.1rem}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#3085ee;background:#e1edfd}.menu .menu-item>a.active,.menu .menu-item>a:active{color:#3085ee;background:#e1edfd}.menu .menu-item .form-checkbox,.menu .menu-item .form-radio,.menu .menu-item .form-switch{margin:.1rem 0}.menu .menu-item+.menu-item{margin-top:.2rem}.menu .menu-badge{position:absolute;top:0;right:0;display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center}.menu .menu-badge .label{margin-right:.4rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden;padding:.4rem;opacity:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal.active,.modal:target{z-index:400;display:-ms-flexbox;display:flex;opacity:1}.modal.active .modal-overlay,.modal:target .modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;cursor:default;background:rgba(248,249,250,.75)}.modal.active .modal-container,.modal:target .modal-container{z-index:1;animation:slide-down .2s ease 1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-overlay{background:#fff}.modal.modal-lg .modal-container{max-width:960px;box-shadow:none}.modal-container{display:-ms-flexbox;display:flex;flex-direction:column;width:100%;max-width:640px;max-height:75vh;padding:0 .8rem;border-radius:.1rem;background:#fff;box-shadow:0 .2rem .5rem rgba(69,77,93,.3);-ms-flex-direction:column}.modal-container.modal-fullheight{max-height:100vh}.modal-container .modal-header{padding:.8rem;color:#454d5d}.modal-container .modal-body{position:relative;overflow-y:auto;padding:.8rem}.modal-container .modal-footer{padding:.8rem;text-align:right}.nav{display:-ms-flexbox;display:flex;flex-direction:column;margin:.2rem 0;list-style:none;-ms-flex-direction:column}.nav .nav-item a{padding:.2rem .4rem;text-decoration:none;color:#667189}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#3085ee}.nav .nav-item.active>a{font-weight:700;color:#50596c}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#3085ee}.nav .nav{margin-bottom:.4rem;margin-left:.8rem}.pagination{display:-ms-flexbox;display:flex;margin:.2rem 0;padding:.2rem 0;list-style:none}.pagination .page-item{margin:.2rem .05rem}.pagination .page-item span{display:inline-block;padding:.2rem .2rem}.pagination .page-item a{display:inline-block;padding:.2rem .4rem;text-decoration:none;border-radius:.1rem}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#3085ee}.pagination .page-item.disabled a{cursor:default;pointer-events:none;opacity:.5}.pagination .page-item.active a{color:#fff;background:#3085ee}.pagination .page-item.page-next,.pagination .page-item.page-prev{-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.panel{display:-ms-flexbox;display:flex;flex-direction:column;border:.05rem solid #e7e9ed;border-radius:.1rem;-ms-flex-direction:column}.panel .panel-footer,.panel .panel-header{padding:.8rem;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-nav{-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{overflow-y:auto;padding:0 .8rem;-ms-flex:1 1 auto;flex:1 1 auto}.popover{position:relative;display:inline-block}.popover .popover-container{position:absolute;z-index:300;top:0;left:50%;width:320px;padding:.4rem;transition:transform .2s;transform:translate(-50%,-50%) scale(0);opacity:0}.popover :focus+.popover-container,.popover:hover .popover-container{display:block;transform:translate(-50%,-100%) scale(1);opacity:1}.popover.popover-right .popover-container{top:50%;left:100%}.popover.popover-right :focus+.popover-container,.popover.popover-right:hover .popover-container{transform:translate(0,-50%) scale(1)}.popover.popover-bottom .popover-container{top:100%;left:50%}.popover.popover-bottom :focus+.popover-container,.popover.popover-bottom:hover .popover-container{transform:translate(-50%,0) scale(1)}.popover.popover-left .popover-container{top:50%;left:0}.popover.popover-left :focus+.popover-container,.popover.popover-left:hover .popover-container{transform:translate(-100%,-50%) scale(1)}.popover .card{border:0;box-shadow:0 .2rem .5rem rgba(69,77,93,.3)}.step{display:-ms-flexbox;display:flex;width:100%;margin:.2rem 0;list-style:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.step .step-item{position:relative;min-height:1rem;margin-top:0;text-align:center;-ms-flex:1 1 0;flex:1 1 0}.step .step-item:not(:first-child)::before{position:absolute;top:9px;left:-50%;width:100%;height:2px;content:'';background:#3085ee}.step .step-item a{display:inline-block;padding:20px 10px 0;text-decoration:none;color:#3085ee}.step .step-item a::before{position:absolute;z-index:1;top:.2rem;left:50%;display:block;width:.6rem;height:.6rem;content:'';transform:translateX(-50%);border:.1rem solid #fff;border-radius:50%;background:#3085ee}.step .step-item.active a::before{border:.1rem solid #3085ee;background:#fff}.step .step-item.active~.step-item::before{background:#e7e9ed}.step .step-item.active~.step-item a{color:#acb3c2}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tab{display:-ms-flexbox;display:flex;margin:.2rem 0 .15rem 0;list-style:none;border-bottom:.05rem solid #e7e9ed;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item a{display:block;margin:0 .4rem 0 0;padding:.4rem .2rem .3rem .2rem;text-decoration:none;color:inherit;border-bottom:.1rem solid transparent}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#3085ee}.tab .tab-item a.active,.tab .tab-item.active a{color:#3085ee;border-bottom-color:#3085ee}.tab .tab-item.tab-action{text-align:right;-ms-flex:1 0 auto;flex:1 0 auto}.tab .tab-item .btn-clear{margin-top:-.2rem}.tab.tab-block .tab-item{text-align:center;-ms-flex:1 0 0;flex:1 0 0}.tab.tab-block .tab-item a{margin:0}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;top:.1rem;right:.1rem;transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.tile{display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:start;align-items:flex-start}.tile .tile-action,.tile .tile-icon{-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:.4rem}.tile .tile-content:not(:last-child){padding-right:.4rem}.tile .tile-subtitle,.tile .tile-title{line-height:1.2rem}.tile.tile-centered{-ms-flex-align:center;align-items:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-subtitle,.tile.tile-centered .tile-title{overflow:hidden;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis}.toast{display:block;width:100%;padding:.4rem;color:#fff;border:.05rem solid #454d5d;border-color:#454d5d;border-radius:.1rem;background:rgba(69,77,93,.95)}.toast.toast-primary{border-color:#3085ee;background:rgba(48,133,238,.95)}.toast.toast-success{border-color:#32b643;background:rgba(50,182,67,.95)}.toast.toast-warning{border-color:#ffb700;background:rgba(255,183,0,.95)}.toast.toast-error{border-color:#e85600;background:rgba(232,86,0,.95)}.toast a{text-decoration:underline;color:#fff}.toast a.active,.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.toast .btn-clear{margin:.1rem}.toast p:last-child{margin-bottom:0}.tooltip{position:relative}.tooltip::after{font-size:.7rem;position:absolute;z-index:300;bottom:100%;left:50%;display:block;overflow:hidden;max-width:320px;padding:.2rem .4rem;content:attr(data-tooltip);transition:opacity .2s,transform .2s;transform:translate(-50%,.4rem);white-space:pre;text-overflow:ellipsis;pointer-events:none;opacity:0;color:#fff;border-radius:.1rem;background:rgba(69,77,93,.95)}.tooltip:focus::after,.tooltip:hover::after{transform:translate(-50%,-.2rem);opacity:1}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;transform:translate(-.2rem,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{transform:translate(.2rem,50%)}.tooltip.tooltip-bottom::after{top:100%;bottom:auto;transform:translate(-50%,-.4rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{transform:translate(-50%,.2rem)}.tooltip.tooltip-left::after{right:100%;bottom:50%;left:auto;transform:translate(.4rem,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{transform:translate(-.2rem,50%)}@keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes slide-down{0%{transform:translateY(-1.6rem);opacity:0}100%{transform:translateY(0);opacity:1}}.text-primary{color:#3085ee!important}a.text-primary:focus,a.text-primary:hover{color:#1877ec}a.text-primary:visited{color:#4893f0}.text-secondary{color:#d3e5fb!important}a.text-secondary:focus,a.text-secondary:hover{color:#bbd7f9}a.text-secondary:visited{color:#eaf3fd}.text-gray{color:#acb3c2!important}a.text-gray:focus,a.text-gray:hover{color:#9ea6b7}a.text-gray:visited{color:#bbc1cd}.text-light{color:#fff!important}a.text-light:focus,a.text-light:hover{color:#f2f2f2}a.text-light:visited{color:#fff}.text-dark{color:#50596c!important}a.text-dark:focus,a.text-dark:hover{color:#454d5d}a.text-dark:visited{color:#5b657a}.text-success{color:#32b643!important}a.text-success:focus,a.text-success:hover{color:#2da23c}a.text-success:visited{color:#39c94b}.text-warning{color:#ffb700!important}a.text-warning:focus,a.text-warning:hover{color:#e6a500}a.text-warning:visited{color:#ffbe1a}.text-error{color:#e85600!important}a.text-error:focus,a.text-error:hover{color:#cf4d00}a.text-error:visited{color:#ff6003}.bg-primary{color:#fff;background:#3085ee!important}.bg-secondary{background:#e1edfd!important}.bg-dark{color:#fff;background:#454d5d!important}.bg-gray{background:#f8f9fa!important}.bg-success{color:#fff;background:#32b643!important}.bg-warning{color:#fff;background:#ffb700!important}.bg-error{color:#fff;background:#e85600!important}.c-hand{cursor:pointer}.c-move{cursor:move}.c-zoom-in{cursor:zoom-in}.c-zoom-out{cursor:zoom-out}.c-not-allowed{cursor:not-allowed}.c-auto{cursor:auto}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:-ms-flexbox;display:flex}.d-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.d-hide,.d-none{display:none!important}.d-visible{visibility:visible}.d-invisible{visibility:hidden}.text-hide{font-size:0;line-height:0;color:transparent;border:0;background:0 0;text-shadow:none}.text-assistive{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.divider,.divider-vert{position:relative;display:block}.divider-vert[data-content]::after,.divider[data-content]::after{font-size:.7rem;display:inline-block;padding:0 .4rem;content:attr(data-content);transform:translateY(-.65rem);color:#acb3c2;background:#fff}.divider{height:.05rem;margin:.4rem 0;border-top:.05rem solid #fefefe}.divider[data-content]{margin:.8rem 0}.divider-vert{display:block;padding:.8rem}.divider-vert::before{position:absolute;top:.4rem;bottom:.4rem;left:50%;display:block;content:'';transform:translateX(-50%);border-left:.05rem solid #e7e9ed}.divider-vert[data-content]::after{position:absolute;top:50%;left:50%;padding:.2rem 0;transform:translate(-50%,-50%)}.loading{position:relative;min-height:.8rem;pointer-events:none;color:transparent!important}.loading::after{position:absolute;z-index:1;top:50%;left:50%;display:block;width:.8rem;height:.8rem;margin-top:-.4rem;margin-left:-.4rem;content:'';animation:loading .5s infinite linear;border:.1rem solid #3085ee;border-top-color:transparent;border-right-color:transparent;border-radius:50%}.loading.loading-lg{min-height:2rem}.loading.loading-lg::after{width:1.6rem;height:1.6rem;margin-top:-.8rem;margin-left:-.8rem}.clearfix::after{display:table;clear:both;content:''}.float-left{float:left!important}.float-right{float:right!important}.p-relative{position:relative!important}.p-absolute{position:absolute!important}.p-fixed{position:fixed!important}.p-sticky{position:-webkit-sticky!important;position:sticky!important}.p-centered{display:block;float:none;margin-right:auto;margin-left:auto}.flex-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.2rem!important}.mb-1{margin-bottom:.2rem!important}.ml-1{margin-left:.2rem!important}.mr-1{margin-right:.2rem!important}.mt-1{margin-top:.2rem!important}.mx-1{margin-right:.2rem!important;margin-left:.2rem!important}.my-1{margin-top:.2rem!important;margin-bottom:.2rem!important}.m-2{margin:.4rem!important}.mb-2{margin-bottom:.4rem!important}.ml-2{margin-left:.4rem!important}.mr-2{margin-right:.4rem!important}.mt-2{margin-top:.4rem!important}.mx-2{margin-right:.4rem!important;margin-left:.4rem!important}.my-2{margin-top:.4rem!important;margin-bottom:.4rem!important}.p-0{padding:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.2rem!important}.pb-1{padding-bottom:.2rem!important}.pl-1{padding-left:.2rem!important}.pr-1{padding-right:.2rem!important}.pt-1{padding-top:.2rem!important}.px-1{padding-right:.2rem!important;padding-left:.2rem!important}.py-1{padding-top:.2rem!important;padding-bottom:.2rem!important}.p-2{padding:.4rem!important}.pb-2{padding-bottom:.4rem!important}.pl-2{padding-left:.4rem!important}.pr-2{padding-right:.4rem!important}.pt-2{padding-top:.4rem!important}.px-2{padding-right:.4rem!important;padding-left:.4rem!important}.py-2{padding-top:.4rem!important;padding-bottom:.4rem!important}.s-rounded{border-radius:.1rem}.s-circle{border-radius:50%}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-clip{overflow:hidden;white-space:nowrap;text-overflow:clip}.text-break{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;-ms-hyphens:auto}
html{height:100%}#body-wrapper .container{padding:2rem 0 2rem}.header-fixed #body-wrapper{padding-top:4rem}.header-fixed .hero+#start>#body-wrapper{padding-top:0}section.section{position:relative;padding-right:1rem;padding-left:1rem}.overlay-dark,.overlay-dark-gradient,.overlay-light,.overlay-light-gradient{z-index:0}.hero{display:-ms-flexbox;display:flex;padding-top:6rem;padding-bottom:7rem;background-position:center;background-size:cover;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hero h1{font-size:4rem;color:#242931}.hero h2{font-size:2.5rem;color:rgba(36,41,49,.8)}.hero.hero-fullscreen{min-height:100vh}.hero.hero-large{min-height:500px}.hero.hero-medium{min-height:400px}.hero.hero-small{min-height:110px}.hero.hero-tiny{min-height:8rem}.header-fixed .hero{background-position:50% 0}@media (max-width:840px){.hero h1{font-size:3rem}.hero h2{font-size:1.75rem}}@media (max-width:600px){.hero h1{font-size:2rem}.hero h2{font-size:1.25rem}}.hero.text-light h1{color:#fff}.hero.text-light h2{color:rgba(255,255,255,.8)}.hero p{font-size:.9rem;font-weight:300}.hero #to-start{font-size:2rem;position:absolute;bottom:10px;display:inline-block;cursor:pointer}.image-overlay{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}.overlay-light .image-overlay{background:rgba(255,255,255,.4)}.overlay-light-gradient .image-overlay{background:linear-gradient(to bottom,rgba(255,255,255,.5),rgba(255,255,255,.2))}.overlay-dark .image-overlay{background:rgba(0,0,0,.4)}.overlay-dark-gradient .image-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.2))}html{font-size:16px}@media screen and (min-width:480px){html{font-size:calc(16px + 4 * ((100vw - 480px)/ 800))}}@media screen and (min-width:1280px){html{font-size:20px}}h1,h2,h3,h4,h5,h6{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;margin-top:2rem;color:#3a414e}.h1,h1{font-size:3rem}.h2,h2{font-size:1.8rem}.h6,h6{font-weight:400}.title-center h1,.title-center h2{text-align:center}.title-h1h2 h1{font-weight:100;line-height:1.1;margin-bottom:0}.title-h1h2 h1 bold,.title-h1h2 h1 strong{font-weight:400}.title-h1h2 h1+h2{line-height:1.1;margin-top:0}.title-center h1+h2,.title-h1h2 h1+h2{font-weight:700;margin-bottom:50px}a:focus{outline:0!important;box-shadow:none!important}img{max-width:100%}.table table{width:100%;border-spacing:0;border-collapse:collapse}pre code,pre.xdebug-var-dump{line-height:1.5;display:block;overflow-x:auto;padding:1rem!important;color:inherit;border-radius:2px;background:#fafafa}pre[class*=language-] code{overflow-x:initial;padding:0!important;border-radius:inherit}pre code:not(.hljs):not([class*=language-]){background:#f8f8f8}i.fa.fa-heart-o.pulse,i.fa.fa-heart.pulse{color:#920}b,strong{font-weight:700}.heavy{font-weight:700}.light{font-weight:200}.text-light{color:rgba(255,255,255,.8)}.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:rgba(255,255,255,.9)}#error{position:relative;margin-top:5rem;text-align:center}#error .icon{font-size:50px}#messages{margin-bottom:1rem}#messages .icon{font-size:1rem}ol,ul{margin-left:1.6rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.6rem}ul{list-style:disc outside}ol{list-style:decimal outside}.notices{margin:1.5rem 0}.notices p{margin:1rem 0}form .button-wrapper{margin-top:.75rem;margin-bottom:1rem}form span.required{font-size:1.2rem;font-weight:700;color:#e85600}form .form-input[type=range]{-webkit-appearance:slider-horizontal;-moz-appearance:slider-horizontal;appearance:slider-horizontal}form .form-input[type=range]:focus{border:none;box-shadow:none}form .form-group:not(.form-field-toggleable) .checkboxes{display:inherit}form .form-group:not(.form-field-toggleable) .checkboxes label{display:inherit;margin:inherit;padding:.1rem .4rem .1rem 1.2rem}form .form-group:not(.form-field-toggleable) .checkboxes label:before{display:none}#grav-login>form{max-width:350px;margin:2rem auto 0}#grav-login .form-label{display:none}#grav-login .form-data{margin:1rem 0}#grav-login .form-input{text-align:center}#grav-login .button-wrapper{text-align:right}#grav-login .button-wrapper .form-data.rememberme{float:left;margin:0}#grav-login .login-form button[type=submit]{color:#fff;border-color:#227ded;background:#3085ee}#grav-login .login-form button[type=submit]:focus,#grav-login .login-form button[type=submit]:hover{color:#fff;border-color:#1370e3;background:#1877ec}#grav-login .login-form button[type=submit].active,#grav-login .login-form button[type=submit]:active{color:#fff;border-color:#126bd9;background:#1372e7}#grav-login .twofa-form button[type=submit]:first-child{float:right;margin-left:4px;color:#fff;border-color:#227ded;background:#3085ee}#grav-login .twofa-form button[type=submit]:first-child:focus,#grav-login .twofa-form button[type=submit]:first-child:hover{color:#fff;border-color:#1370e3;background:#1877ec}#grav-login .twofa-form button[type=submit]:first-child.active,#grav-login .twofa-form button[type=submit]:first-child:active{color:#fff;border-color:#126bd9;background:#1372e7}.mobile-container{position:absolute;z-index:2;top:40%;left:0;margin:0 auto}.mobile-logo img,.mobile-logo svg{height:42px;margin-top:.7rem;margin-left:1.4rem}.mobile-logo img path,.mobile-logo svg path{fill:#fff}.mobile-menu{z-index:3;top:0;right:0;display:none}.header-fixed .mobile-menu{position:fixed}@media (max-width:840px){.mobile-menu{display:block}}.mobile-menu .button_container{position:absolute;z-index:100;top:1.3rem;right:1rem;width:28px;height:24px;cursor:pointer;transition:opacity .25s ease,top .5s ease}.mobile-menu .button_container:hover{opacity:.7}.mobile-menu .button_container.active{position:fixed}.mobile-menu .button_container.active .top{transform:translateY(8px) translateX(0) rotate(45deg);background:#fff}.mobile-menu .button_container.active .middle{opacity:0;background:#fff}.mobile-menu .button_container.active .bottom{transform:translateY(-8px) translateX(0) rotate(-45deg);background:#fff}.mobile-menu .button_container span{position:absolute;top:0;left:0;width:100%;height:4px;cursor:pointer;transition:all .35s ease;border:none;background:#3085ee}.mobile-menu .button_container span:nth-of-type(2){top:8px}.mobile-menu .button_container span:nth-of-type(3){top:16px}.overlay{position:fixed;top:0;left:0;visibility:hidden;width:100%;height:0;transition:opacity .35s,visibility .35s,height .35s;opacity:0;background:#000}.overlay.open{visibility:visible;height:100%;opacity:.95}.overlay nav{position:relative;margin:0 auto;text-align:center}.overlay-menu{overflow-y:scroll;height:calc(100% - 90px)}.overlay-menu>.tree{text-align:left}.treemenu.treemenu-root{margin:1rem}.treemenu li{line-height:1.2rem;margin:0 0 1px;padding:5px 0;list-style:none;background:rgba(102,113,137,.1)}.treemenu li a{font-size:1rem;display:block;margin-left:1.2rem}.treemenu li a.active,.treemenu li a:focus,.treemenu li a:hover{text-decoration:none;color:#3e8def!important}.treemenu ul{margin:0 0 0 1rem}.treemenu .toggler{font-size:1.1rem;line-height:1rem;float:left;padding-left:5px;cursor:pointer;vertical-align:top}.treemenu .toggler:before{display:inline-block;margin-right:2pt}.treemenu li.tree-empty>.toggler{cursor:default;opacity:.3}.treemenu li.tree-empty>.toggler:before{content:'\2022'}.treemenu li.tree-closed>.toggler:before{content:'+'}.treemenu li.tree-opened>.toggler:before{content:'\2212'}.mobile-nav-open{overflow-y:hidden}#header,#header .logo img,#header .logo svg,#header .navbar-section,.default-animation,.modular-features .feature-icon,.modular-features.small .feature-icon i{transition:all .5s ease}.pulse{transform-origin:70% 70%;animation-name:pulse_animation;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse_animation{0%{transform:scale(1)}30%{transform:scale(1)}40%{transform:scale(1.08)}50%{transform:scale(1)}60%{transform:scale(1)}70%{transform:scale(1.05)}80%{transform:scale(1)}100%{transform:scale(1)}}#header{font-size:.7rem;font-weight:700;width:100%;height:4rem;color:#454d5d;border-bottom:1px solid rgba(172,179,194,.2);background:#fff}#header a{color:#454d5d}#header .logo svg path{fill:#222}.header-dark #header:not(.scrolled){color:#fff;background:#222}.header-dark #header:not(.scrolled) a{color:rgba(255,255,255,.7)!important}.header-dark #header:not(.scrolled) a.active{color:#fff!important}.header-dark #header:not(.scrolled) .dropmenu ul ul a{color:#454d5d!important}.header-dark #header:not(.scrolled) .logo svg path{fill:#fff}.header-dark.header-transparent #header:not(.scrolled){background:rgba(0,0,0,.05)}.header-transparent #header:not(.scrolled){background:rgba(255,255,255,.05)}#header .navbar-section{height:4rem}@media (max-width:840px){#header .navbar-section{margin-right:2rem}}@media (max-width:840px){#header .navbar-section.desktop-menu{display:none}}#header .logo img,#header .logo svg{display:inherit;height:42px}.header-fixed #header{position:fixed;z-index:2;top:0}body.header-fixed.header-animated #header.scrolled{height:2.3rem}body.header-fixed.header-animated #header.scrolled .navbar-section{height:2.3rem}body.header-fixed.header-animated #header.scrolled .logo img,body.header-fixed.header-animated #header.scrolled .logo svg{height:28px}body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container{top:.5rem}.login-status-wrapper{white-space:nowrap}body.sticky-footer{display:-ms-flexbox;display:flex;flex-direction:column;height:100%;min-height:100vh;-ms-flex-direction:column}body.sticky-footer #page-wrapper{-ms-flex:1 0 auto;flex:1 0 auto}#footer{padding:1rem 1rem 0;text-align:center;color:#acb3c2}@media (max-width:840px){.dropmenu{display:none}}.dropmenu ul{display:-ms-flexbox;display:flex;margin:0;white-space:nowrap}.dropmenu ul li{position:relative;margin:0}.dropmenu ul li a{display:block;padding:7px 30px 7px 20px;text-decoration:none}.dropmenu ul li a.active,.dropmenu ul li a:focus,.dropmenu ul li a:hover{color:#3085ee!important}.dropmenu ul li a:before{font-family:FontAwesome;display:inline-block;float:right;margin-right:-20px;content:'\f107';vertical-align:middle}.dropmenu ul li a:only-child{padding-right:20px}.dropmenu ul li a:only-child:before{content:''}.dropmenu ul li:hover>ul{display:block;visibility:visible}.dropmenu ul ul li a:before{content:'\f105'}.dropmenu ul ul{position:absolute;top:100%;visibility:hidden;list-style:none;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.1)}.dropmenu ul ul ul{position:absolute;top:0;left:100%}.dropmenu>ul>li{display:inline-block}.dropmenu.animated ul li{transition:background .7s,color .5s}.dropmenu.animated ul li:hover>ul{transform:translateY(0);opacity:1}.dropmenu.animated ul ul{transition:transform .3s,opacity .5s;transform:translateY(-10px);opacity:0}.extra-spacing:not(.col-12),:not(.col12)>.e-content{padding-right:1rem}@media (max-width:840px){.extra-spacing:not(.col-12),:not(.col12)>.e-content{padding-right:0}}#breadcrumbs{display:-ms-flexbox;display:flex;margin-top:-1rem;margin-bottom:1rem;padding-left:0;-ms-flex-align:center;align-items:center}#breadcrumbs i{display:none}#breadcrumbs a,#breadcrumbs span{padding:0 .5rem}#breadcrumbs a:first-child,#breadcrumbs span:first-child{padding-left:0}#breadcrumbs a:not(:first-child)::before,#breadcrumbs span:not(:first-child)::before{padding-right:1rem;content:'/';color:#e7e9ed}.blog-listing .bricklayer-column{padding-right:25px;padding-left:0}.blog-listing .card{margin-bottom:25px;border:0;box-shadow:0 10px 45px -9px rgba(0,0,0,.1)}.blog-listing .card-footer{text-align:right}.blog-listing .blog-date{font-size:13px}.content-title{margin-bottom:2rem}.content-title h2{margin-bottom:.5rem}.label{font-size:12px;text-transform:uppercase}ul.pagination{-ms-flex-pack:center;justify-content:center}.prev-next{margin-top:4rem}#sidebar ul.related-pages{z-index:1;padding:0;box-shadow:none}#sidebar ul.related-pages li{border-bottom:1px solid #e7e9ed}#sidebar ul.related-pages li:last-child{border-bottom:0}#sidebar ul.archives{margin-left:0;list-style:none}#sidebar ul.archives .label{vertical-align:text-top}.modular-hero #to-start{bottom:3.5rem}.modular-features{text-align:center}.modular-features.offset-box .frame-box{margin:-3rem -1.4rem 3rem;padding:1rem 1rem;background:#fff;box-shadow:0 0 75px 0 rgba(69,77,93,.1)}.modular-features.small .columns{margin-top:-1rem}.modular-features.small .column:hover .feature-icon i{color:#3085ee}.modular-features.small .feature-icon{display:block;-ms-flex-pack:left;justify-content:left}.modular-features.small .feature-icon i{font-size:70px;position:relative;top:auto;left:auto;display:inherit;margin:0 auto 1rem;transform:none;color:#acb3c2}.modular-features.small .feature-icon h6{text-transform:none}.modular-features .frame-box{padding:3rem 0}.modular-features .frame-box>p{max-width:600px;margin-right:auto;margin-left:auto}.modular-features .column{padding:1rem}.modular-features .column:hover .feature-icon{color:#acb3c2}.modular-features .column:hover .feature-icon h6{color:#3085ee}.modular-features .column:hover .feature-content{color:#667189}.modular-features .feature-icon{font-size:130px;position:relative;display:-ms-flexbox;display:flex;height:100px;margin:1rem 0;color:#e7e9ed;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modular-features .feature-icon i{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.modular-features .feature-icon h6{font-weight:600;line-height:1;z-index:1;display:block;margin:0;text-transform:uppercase;color:#667189;background:#fff}.modular-features .feature-content{color:#acb3c2}.modular-text{padding-top:4rem;padding-bottom:4rem}.modular-text .columns.left{flex-direction:row-reverse;-ms-flex-direction:row-reverse}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/user/themes/quark/fonts/line-awesome.eot?v=4.7.0);src:url(/user/themes/quark/fonts/line-awesome.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/user/themes/quark/fonts/line-awesome.woff2?v=4.7.0) format('woff2'),url(/user/themes/quark/fonts/line-awesome.woff?v=4.7.0) format('woff'),url(/user/themes/quark/fonts/line-awesome.ttf?v=4.7.0) format('truetype'),url(/user/themes/quark/fonts/line-awesome.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
﻿.form-group.has-errors{background:rgba(255,0,0,.05);border:1px solid rgba(255,0,0,.2);border-radius:3px;margin:0 -5px;padding:0 5px}.form-errors{color:#b52b27}.form-honeybear{display:none;position:absolute !important;height:1px;width:1px;overflow:hidden;clip-path:rect(0px, 1px, 1px, 0px)}.form-errors p{margin:0}.form-input-file input{display:none}.form-input-file .dz-default.dz-message{position:absolute;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);margin:0}.form-input-file.dropzone{position:relative;min-height:70px;border-radius:3px;margin-bottom:.85rem;border:2px dashed #ccc;color:#aaa;padding:.5rem}.form-input-file.dropzone .dz-preview{margin:.5rem}.form-input-file.dropzone .dz-preview:hover{z-index:2}.form-input-file.dropzone .dz-preview .dz-image img{margin:0}.form-input-file.dropzone .dz-preview .dz-remove{font-size:16px;position:absolute;top:3px;right:3px;display:inline-flex;height:20px;width:20px;background-color:red;justify-content:center;align-items:center;color:#fff;font-weight:bold;border-radius:50%;cursor:pointer;z-index:20}.form-input-file.dropzone .dz-preview .dz-remove:hover{background-color:darkred;text-decoration:none}.form-input-file.dropzone .dz-preview .dz-error-message{min-width:140px;width:auto}.form-input-file.dropzone .dz-preview .dz-image,.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:3px;z-index:1}.filepond--root.form-input{min-height:7rem;height:auto;overflow:hidden;border:0}.form-tabs .tabs-nav{display:flex;padding-top:1px;margin-bottom:-1px}.form-tabs .tabs-nav a{flex:1;transition:color .5s ease,background .5s ease;cursor:pointer;text-align:center;padding:10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0}.form-tabs .tabs-nav a.active{border:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,0);margin:0 -1px}.form-tabs .tabs-nav a.active span{color:#000}.form-tabs .tabs-nav span{display:inline-block;line-height:1.1}.form-tabs.subtle .tabs-nav{margin-right:0 !important}.form-tabs .tabs-content .tab__content{display:none;padding-top:2rem}.form-tabs .tabs-content .tab__content.active{display:block}.checkboxes{display:inline-block}.checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 20px;margin-right:15px}.checkboxes label:before{content:"";display:inline-block;width:20px;height:20px;left:0;margin-top:0;margin-right:10px;position:absolute;border-radius:3px;border:1px solid #e6e6e6}.checkboxes input[type=checkbox]{display:none}.checkboxes input[type=checkbox]:checked+label:before{content:"✓";font-size:20px;line-height:1;text-align:center}.checkboxes.toggleable label{margin-right:0}.form-field-toggleable .checkboxes.toggleable{margin-right:5px;vertical-align:middle}.form-field-toggleable .checkboxes+label{display:inline-block}.switch-toggle{display:inline-flex;overflow:hidden;border-radius:3px;line-height:35px;border:1px solid #ccc}.switch-toggle input[type=radio]{position:absolute;visibility:hidden;display:none}.switch-toggle label{display:inline-block;cursor:pointer;padding:0 15px;margin:0;white-space:nowrap;color:inherit;transition:background-color .5s ease}.switch-toggle input.highlight:checked+label{background:#333;color:#fff}.switch-toggle input:checked+label{color:#fff;background:#999}.signature-pad{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:700px;max-height:460px;border:1px solid #f0f0f0;background-color:#fff;padding:16px}.signature-pad--body{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #f6f6f6;min-height:100px}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.02) inset}.signature-pad--footer{color:#c3c3c3;text-align:center;font-size:1.2em}.signature-pad--actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}[data-grav-field=array] .form-row{display:flex;align-items:center;margin-bottom:.5rem}[data-grav-field=array] .form-row>input,[data-grav-field=array] .form-row>textarea{margin:0 .5rem;display:inline-block}.form-data.basic-captcha .form-input-wrapper{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.form-data.basic-captcha .form-input-prepend{display:flex;color:#333;background-color:#ccc;flex-shrink:0}.form-data.basic-captcha .form-input-prepend img{margin:0}.form-data.basic-captcha .form-input-prepend button>svg{margin:0 8px;width:18px;height:18px}.form-data.basic-captcha input.form-input{border:0}
@charset "UTF-8";
/* ⚙️ Component AudioControl */
OL[data-control=audio] {
  margin: 0;
  list-style: decimal inside;
}
OL[data-control=audio] > LI {
  margin-top: 0.5em;
}
OL[data-control=audio] > LI > H1 {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin: 1em 0 0.5em 0;
  text-align: left;
}
OL[data-control=audio] > LI > AUDIO {
  display: block;
  width: 100%;
}
OL[data-control=audio] > LI:not(.playing) > H1 {
  cursor: pointer;
}
OL[data-control=audio] > LI:not(.playing) > H1:hover {
  animation: neon_red 1.5s ease-in-out infinite alternate;
  /*animation: var(--neon_animation_red);*/
  color: #F17;
  /*color: var(--neon_color_red);*/
}
OL[data-control=audio] > LI.playing > H1 {
  animation: neon_blue 1.5s ease-in-out infinite alternate;
  /*animation: var(--neon_animation_blue);*/
  color: #228DFF;
  /*color: var(--neon_color_blue);*/
}

@keyframes neon_red {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #F17, 0 0 70px #F17, 0 0 80px #F17, 0 0 100px #F17, 0 0 150px #F17;
  }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #F17, 0 0 35px #F17, 0 0 40px #F17, 0 0 50px #F17, 0 0 75px #F17;
  }
}
@keyframes neon_blue {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@keyframes neon_yellow {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@keyframes neon_green {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@keyframes neon_orange {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #F90, 0 0 70px #F90, 0 0 80px #F90, 0 0 100px #F90, 0 0 150px #F90;
  }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #F90, 0 0 35px #F90, 0 0 40px #F90, 0 0 50px #F90, 0 0 75px #F90;
  }
}
@keyframes neon_violett {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FF00DE, 0 0 70px #FF00DE, 0 0 80px #FF00DE, 0 0 100px #FF00DE, 0 0 150px #FF00DE;
  }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FF00DE, 0 0 35px #FF00DE, 0 0 40px #FF00DE, 0 0 50px #FF00DE, 0 0 75px #FF00DE;
  }
}
IMG[src*=steinfiguren] {
  border-radius: 100rem;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5);
}

.card .card-image img,
.card-body img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
}

BODY {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Droid Sans", sans-serif;
  font-size: 1rem;
  color: rgb(55, 60, 70);
  background-color: rgb(254, 245, 228);
}

h1, b, strong {
  font-weight: 600;
}

h1 > em.surya {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header {
  font-family: system-ui, sans-serif;
  font-size: 0.8rem;
}

IMG {
  height: auto;
}

HTML[data-url$="/newsletter/abonnieren"] #start {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 0 2rem;
}

FIELDSET {
  padding: 0rem 1rem 1rem 1rem;
  border: thin solid black;
  background-color: rgba(255, 255, 255, 0.5);
}

@font-face {
  font-family: "Surya Tantra";
  src: url("data:font/woff2;base64,d09GMgABAAAAAA8UABAAAAAAFrgAAA69AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG4YyHBgGYAB8CAIJgmERCAqZSJcoCyQAATYCJANEBCAFhD4HIAwHG1sUM5KTVg9kqjMxxg398evPvx/0kH9V9ceMF8p2D2BEKYMciX1kRODN/7v5Jq0nb14zaqqhgYkae2fJ5mFzWvAq0JZKalTMrsztX3QAb/1vrQ5C5KuDtm5Ll5d4snvPHxAhqLHfL2J+8xKmnp6IJhJDwkvR6hWa+bf4q1hDjsZc3fZoE42qoUKKlLbb/CfuiGqybhJpwyWJVSKpEAktUiKJZTlroPoacwEPUj3Rm2GACFkUxvTrPGwAITxq+vuBqm/3Idcczox4OGV+15nlNCAmMh85f9rJMr9JJAn0UD/1Tdd0W7/1W1/1W7dhVemHPmDXS70lmx/G1zd94mY9hdmzyC+h/qzPpPgLfdIP/bZqsxbvL1qhFVqsHVqnY1qnZ0T9QjdhoK9Ff1uPZJN3atnZR3RER3VeJ7Vba/RIH7OZP4FNrfsYB/85S16ly+oAAcpOQ9Qbjfy/ZDTfuUbz4NkCXulrRa5Oe6a9OqTneq63eqG7aYMOaKI3OBicLqZsWYmlMkoCPCyOh4uPQ4AgMcKEiDznJnCyXMD+M2IoOEKUGHHAsaEWb0iB+fWjuLqLr48EdZeQPhHWLaL6CsfoL3F9JkHPSNT3rJoeY8gpGz7GAHrRhXa0oBFpXodqVKAO5a0CQHc3DWIIk4RnRayPa/QGfUKP0EN0Dz1AX9AZ7s3JkppBBpW6XG+GmTOo0vxlfimJyba1uJfoMWLY/oAjOIQxrHwNr06yb1S5YfUaVCJ7zpTwsL9dITzMXUlJ841eDf89wdkDpKigDBfsInCm4dELHpdBEi4BslOEyjSgOa3pzACGM1qSpN6LbEIacic90jWd0B7tlNUGrdQyLdbYLftSBS2F69pwo1bbjZnVep/RRFstc3vY7dihiDWFs2ev3ruaNZ2KWKewNQVzFLFu4ew1rJunRpNWuVpnn5Z9Wu1u07LXyN6rczfr5dmGb9IqV/dprYtltzRt1bus36xVDtvDYrn/LPQuuTw3QXRSgZwEghykIfcLo/vJeb5/E0Tn+LrXO0Y2y1pkIlfuLxaXy/0lkpAKcbVZJq6W+0vk8gTRBV+NkJCKy/f5ICW4elxiE0Q36X3aZGKxv0jIBeHsiDCJyAmCvxAmrypZnXWWJIoKxc1Ex4iKWZJrvmviwiT+cK0wSZhE7i+RlyeI7vF1bbKKcn9JhhN6lvp/4qrIo2s4oftaTm8ShMtmi0Q7wYgaSM47n/1OXiz92C3tZS3ylICqXGlRa61CGFgc8FANzA5QV9rirAveatuCjVYMLEaPQwh9B2MG92hl3iIAgBKOU3UIofZdQF1iNAbtHK3ciToFAFDCEMnjtEl2EuNP2SK+a8zmbY1bYTXdBNfjq/U1Qgil1hlv6+PgIwZjFiGEFCqNh8pDBQAAAG7j0w26h3008RrAmFDhcuF5+7IVuP1xBCA0PSNztBLXHQIAwncz7aPky1868ryXPsmGWY2B4IyeWs8lA2R6fyjFn5I8CjL58aNDdkqY8ljBGNNKBf472odG/Xm2D3/6Kdu/SQmokoWQVj51QggJrjmXgRDCHFhjjjBv0cqZKKHQ7f3j2OX2eZc+EGOMSR4hRAnlzw5u0UocZVWYNcOL0QPRAyDbNkbyy/sIbVMCdhEHGbdGMag5GKF1b/0KxuyA8Qiapuiq3o4QQixmgGWYaYcpspfE6pLUKye4TqP17PA0Y0+f9jRrFuvvhuvnGcA4RU8vO34lY4CJFgj59VICqE6MZ9qs9VChFEFf6qaVOG/BiZas3qtznhI207nUe4oeVWcznJbrITjATNPKnRmr9ypK+zLJ49gAW+TV6dVpt6Hei+moxSkXL1TP7PRQTYXbbuM5T1ul96P9dZI8jRJGumRxK/HA0v5g5AA8Kw+5fxtRwubmlEd/iilJ2D2M53l8B4M/ZTGJn0rCFwRNCUYosVmtYhpCyLweu3bEygMzyLTvp53WqrSISRQrFMNBAL0vtHIboW2P2QetOAkA0bPRfaFazylhyozlCEJFR8dU2lXLcbaOEg6MALSI9GAlNt7IbbQ+kaw70EoYYdYaFqMHwvt3w/W6oX0Xqu8uEhw8g+5aIVQA6+UR28dizPZvPibbdhJni7Mm2TCJcdxCnMy8RdOQncE7OxPTw4CPCGNaqKJL7PvrKDS6gMR6TAnVuNnjg5RNmDqH3cEYp2FM6vw67eltxFnqw2qO6NEGJ1IGrM7lfDs0qn5KGPLTYYzb8DiHELizLazcSxgBjrR/aHtH7bf+3wwaeypuv9P9J+IL5s6jK393/6WjNamAuev4yt8povXclIo+fCv54dgbIyq+q++4/TgiYiCjuVqWc3NYauQ/P/WENSY+mPVKYPU3H3hKo1pWbq9cCQ/z8P79yZaamoQ6j5RApW9IyA2vl+a/qaux3vXdSzFtCz8EG0P1vwW9/H5zmf2NgEAmLeuOvgx97T77fdxDGzNfO1T9Uqm7fGX2K686fElf7xrckKtLVUY/Qzxg/hH9mFcQTDm0OL3gpHM2O5md3nd4/Kpg12aYMfXSNf9k3hpb/WvxLb4vHpc/8tB/PzQzefXlr788PwuOEB4GT4K9bCDIjn/ltV/JZHvaSLwN04rg/ONXX7a3sctS204IKnNHprV6Q7W4356Ue83UzHWZbV2b61dfGazHEJ1Wjlx5g7MevB2MrnMDg1BEOLniy9GU9NDle6ZKC8+TJaUAku2+7npFT+k4DU52vsGKp0H7ccS7wyIjA6SPdxOy6D6I9s85XdRKOE/sCXNG2MN4jguMEYtqKSApbNW1Tjf7BLXui3bmehrMHU4scu2OoafJqYNFv7gRj9CXI84ptTd8PWNQ5LrxoY7DVbdNmTVV4wvKhtUO5VyvfYejKW8g9D8Q+JdMRiIOPgNqsBvS40Pf3V776p5G/O8V9sR00SAaC4eZYqVtKVah1FiO1gTGlKel54WHoik1B+5HLI7DzZlbm+5UX8uA8YkCnDfNT4xCRHVlCsrTfpo5x5PkjaRWDGcGiss9cka+WaubQQMZe/SnzKM+QTcJIxmt8/PNl+iuEl/IqBJawuWR7wDY+b7uekVP6TgNTnG+kRlPhw7iifeFxUY2kj73Rt0R47P1JDc/Cm8kX22V3PtzVvPoZ08NJrT2f5D4Vtobie25D91Cv+8xhI3R/kndPJYTD6K3Ewn9bwY8/DPf2HAyhmiMGkjYSz+XfzHzUDz9baX79MVXTlyr15N0pBB1Kui6JH4k0hh7V/i90C3gPtgM+s0FjrTlf9yaoLQlrzIVu+aXuDgcHIS2oRAxRFyC2vJJbdr9bs8SEymrzc5wV61J7mW9X/hR+ssRZuj6jUVWqiLjRlu5nevNlLCLAcvCkx/mDWnnujbmNjc3UCQ8nBHJLAeuJoy0scjv/v9eItyK91Z0kFmyCnY+wUlqIraTggR9WlQeLPHK+1RD6n44IESfvuKzR11Z+cbUvBZc5ymvpxSTu6FnS+yaMduueV+12nfZ4LRvrXRHXaq+8cMHo7nfopim1MjgZBEBr/BkKIAGRe5cE4IQn72/bKhhpHZaO8eFzWMqvI+1pZTGN2a4C9TpMQ34sHqpbJEzlS4rPooKJEC9pOuhVbBHVgS1JOMXV9LwpP/fvn8pppL8cKrjIEOAchryplCENqtqaoUxpI6lVgmDX7D9vcAi8FHnd1dHPBAZD9oJjdXE4ZplfWbnt23WUqfAlcdlo4XpP8bgibRJ7wqylv/6owGaUSeaBH2Erti7VJxYLfNGHtOR97wKHrY3SZ1p29v3UeDYRlBDQCLP6p3pU5XmToa9yi4swQs6E8ZJs4QRUiuQT2F90+nsVfXxJBR5HJz0X2HKrbd/78VMXGNKImBLVCSpPhdJ/dS5tFBUaE2sEQSxx7KSo6GrCHeDd2gExEC24YIs9QnXKbzEwrfkcKXXZmFEHKia2cNUgwN1+zUhyVY6/mFjhp7Skpx0cGzgjWVnAopUNHYhhqoIG+KzxDLMwe/Ibk8KxHyeI2fPZ+dVK3v63LvYoWAj/US5J+aJO77+OPRo8FzH+Fsf6X43IlEqIoVcTbRk0/Oz5a0mnvOoIbwh2peq5nCUgNz4qa7yqG6zerZgbi8gwPy0A0JLBEEHyqFHwTnkUUVcTYb8pcenH7roWjQ/d6AeI/tLXmbAkGE7IZltBbUQgJL+6GBap9Vr/N10JQRugsmL0SydpqSBXFm1zQKatu/QyLoMfrE9hRxslyUZGdMj+Gz5aqG6fqpM05Zz4CqDemRVER1ZRj6bAmqNZRaBI4/PDj8brqXVQTe7AF3hsArvZ+HgB75EBU+ojSbMR34/FH5+Y0v9qFKqEajyC8i/01OBVsIGeA7cHc7LsEgracYkQPXyddy0nvKVlgu4q7X/w6+fffPy+4QqoepEV6qpVM5B78+IjBls6cxuLhu1zmpg5aV32RujlPS7TjyE3o3vBp3F6T9sPK3GTGU2JjuXZ0I0s7Y7Ld/krUox9yI6Qm9m0b667f5b2sqr0VINnZ79798IAAAAAIAAAIAAsLn7wzl/fPmvEdEeQgEwnd9G9D4Ke36zu/SmfZVHnIQ5AYf9cKP8hUL9gbfjyJQ37etCxMnPrbg4fzksPzXwO+vBnUhD5rkN/kFKUBNtQacf/4PvCQ26/NgM2kIenEFo4CLRgdPUBvz4+BM8T2Lgt499jdXj2CaEvZ+6wNjhvx5Ffo5VCBCK+iekODDMIe7LMcePRM5y/InmICeAbqwDA5/nBJHOdE4wEiqV0VTSm2tx4sRKPSWU4ECBHR1WnCS+GMfNjBRjwY6GEkboZpAuZJXSiAoayzCgoohxCKfBhREZdqYzbJfcy4IZQRnFlM73bsOBEx0aTMj236kglzZG6GKSPvKoR2jniwruba+cUsoot9QtZ/UOLFjxBYI1AW4uyEVBnobmAjk+BO0cWIaS2A9XgFmtw6Hd7cGBgYvVWc3dhghgKFHB+WAZz1CtQJVxFqPAAmflUYjAgw4nWkR42JHC5m5UKImiGxEEwRoGbAp1eEngWPIHBLlZ6SOQPBjlvwFR4DI=") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
.surya_logo {
  font-family: "Surya Tantra", serif;
  font-size: 1.5rem;
  line-height: 3rem;
  transition: all 1s;
  color: rgba(255, 255, 255, 0.7) !important;
}
.surya_logo > SPAN:nth-of-type(2) {
  display: inline-block;
  margin: 0 0.25rem 0 0.4rem;
  text-indent: -1000rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox='0 0 360.66538 369.78903'%3E%3Cg transform='translate%28-19.6027 -17.723923%29'%3E%3Cpath d='m202.2217 387.19706c2.67363-21.03556 10.59967-41.68667 8.92443-63.07388-5.63176 9.66978-2.53437 33.34701-9.81462 41.05103-1.79783-13.49422 2.67844-33.65811-5.2082-42.93179-8.50858 16.86088-12.64998 36.62127-24.00284 51.98964 1.94453-13.9161 10.71672-33.01156 4.55403-49.82924-6.93415-2.38307-12.32497 22.33525-20.59522 29.03378-2.6917 5.41867-21.17273 28.58872-14.67052 10.5777 9.21328-14.79146 14.56095-32.13502 14.37072-49.59395-11.6882 2.91382-22.89399 21.49221-34.75836 29.7255-5.99749 5.90237-31.372554 22.93628-12.0086 7.39666 5.07679-4.81535 25.63737-19.79396 19.48029-20.13164-8.47363 6.19297-23.11798 21.24234-28.19094 22.42225 12.12822-10.58856 24.60118-22.79937 30.81605-37.75146-.15641-5.35614-16.00269 17.50937-6.29592 1.21051 5.97489-6.90988 10.28988-24.52537-2.57534-10.44464-15.28454 8.85616-31.61073 24.52237-47.95406 26.58508 13.191548-15.84343 33.80113-26.1388 41.74539-46.20798-13.97346 2.98636-30.500035 13.24661-45.289451 19.34107-6.214801 5.31248-17.778425 3.7413-4.872188-2.17609 10.153922-6.05007 32.081271-18.16438 28.963964-28.21231-19.638507 4.95806-38.642389 13.37057-59.046781 14.59076 5.723523-8.06395 27.897273-9.88796 39.685722-14.60158 8.840169-3.22408 29.898874-6.41752 30.677944-13.00565-19.340402 6.15442-38.470553 13.98362-58.894277 15.92995-8.993864-6.49085 19.514191-7.86486 24.780732-12.59499 8.080072-1.40875 28.896635-18.36189 8.185512-13.50905-15.087589-.45011-38.589117 3.90556-48.922614-4.8301 10.899364-2.35654 23.018851 3.97237 32.811718-2.92733 9.938205-2.97168 30.759971-15.62419 7.450237-13.85429-14.274325-2.60599-34.695057-1.34303-44.331432-10.89083 11.400523.25853 22.774819 5.33255 33.880915.71872 8.627843-.43293 27.20552-9.97399 8.532243-11.53442-17.199855-5.10787-35.59686-9.10005-50.047534-20.30654 15.147932 1.45137 36.969199 15.51916 55.894499 17.37899 23.743382-.41565-15.936197-6.92359-22.297168-10.90389-9.55091-2.45652-24.635578-8.42608-5.542163-4.19828 8.878407-.82365 30.022534 4.7643 31.841296-3.70275-17.835898-8.05659-35.653818-16.92891-50.592924-29.79702 14.890705 1.94263 27.568499 11.66159 42.546245 14.00334 8.399127 4.87093 25.53158-.29444 9.218505-7.20556-14.703455-10.50861-29.19064-22.12281-40.209593-36.49713 9.830339 1.0643 19.634259 15.70499 31.341378 18.87404 9.761279 5.39609 26.384813 5.13726 11.002154-6.0494-13.255563-13.43415-27.270853-27.27671-34.048884-45.246042 7.38701.52664 15.545287 25.717002 22.923393 22.916572-6.815877-6.5278-13.722244-27.123296-1.236002-10.11222 6.656294 5.53988 24.812335 22.76095 29.959154 12.91821-8.432645-14.16573-20.178045-29.723601-21.730975-45.882297 11.702036 9.311972 18.06763 27.058587 32.543515 34.933477 14.30459 7.20868-1.81769-19.365201-2.6661-25.058723-5.0417-6.343441-9.008325-40.05221.39905-20.021023 6.85425 14.257756 12.71191 31.773417 27.77529 39.174276-2.40839-19.165198-11.30016-40.143461-11.80167-60.86197-2.4881-9.421578.22389-26.56699 2.85919-6.926625 2.2949 19.053745 7.82084 37.622802 21.3331 51.861275 11.91899 19.85711 4.79095-14.089936 5.71413-22.290957 1.28581-10.009037-4.47276-30.640073 4.82633-34.493511 4.40436 21.226814 1.49619 44.652817 12.85135 64.017398 5.28555-14.372947 2.81081-35.725245 7.55651-52.340812-.37703-9.071699 9.58246-23.601039 5.58414-5.785593-1.74003 16.699112-1.02229 38.427826 9.70339 50.788675 6.49503-20.318229 10.1828-41.726829 17.8065-61.844646 2.07815-10.272688 7.79-12.290429 2.94548-.627525-1.94382 8.333927-9.80607 28.566214-6.83597 31.616753 4.97471-4.741094 6.98843-31.446154 12.31535-23.942183-.50361 16.865191-5.88416 33.55344-3.77719 50.465793 9.13892-10.367643 13.95087-26.580877 22.4037-38.649249 4.18395-9.99645 15.49745-16.09613 6.16372-1.122232-6.9239 12.338697-16.13913 39.478522-6.76058 46.357828 11.81073-16.863596 24.50989-33.731283 41.14099-46.068095-4.29707 13.707465-20.26098 28.016191-24.35329 42.3626-1.96093 7.720005-1.48321 20.002806 6.02688 6.921198 13.89898-17.503548 31.50108-31.796386 50.79456-42.873765 5.74382 2.468504-19.47045 17.065873-24.4244 24.61363-10.57894 11.235196-26.56151 20.604614-31.26091 35.415343 12.3914-8.7046 22.76452-24.479451 35.89168-34.137294 17.25346-16.207684-4.57677 12.432125-7.95591 17.970702-5.11654 6.160132-15.21576 28.315362-.0154 15.502152 12.5821-7.9781 27.05311-19.291874 41.35901-20.075903-13.27311 9.696973-25.62441 22.405773-35.0897 36.425233 4.85252 8.74579 21.9881-9.51642 32.85505-8.65735 6.27292-5.67671 31.86583-7.61721 11.47354-.84926-12.47386 4.65238-28.86794 15.27601-33.19038 25.74294 23.71994-7.33317 48.59222-13.94066 73.63517-10.25916-3.38372 4.70556-33.27134 1.43048-28.78916 7.84637 21.97194-2.99961-8.88095 7.41948-14.98292 10.30698-8.16862 2.6838-35.82592 19.53422-11.09911 15.31746 16.03633.70637 37.88002-3.72127 50.3332 2.91429-20.64681.23908-42.54808 1.5034-60.50522 12.70363 10.82474 7.35394 29.14758 4.62976 42.66657 8.84963 8.5907-.74428 30.00992 8.66082 9.5505 4.71546-13.87554-1.04431-33.46253-1.04111-43.01817 7.51373 19.87671 7.92834 42.37447 12.34077 59.61465 25.03809-16.84679-4.08806-33.09049-13.63358-50.46855-17.21312 12.09755 10.13486 30.70283 11.78864 44.45056 19.95903-14.06581.98108-36.16206-8.22523-53.74818-7.02591-19.32805.5074 11.02069 10.44299 15.51656 14.40898 6.64476 5.94766 24.35866 12.28969 24.80793 18.72959-16.69973-12.70772-36.64182-19.07106-57.72626-15.66388 5.52476 11.06432 26.71337 18.71035 36.95105 30.33251 6.36048 2.99553 20.03535 21.95535 5.85935 10.16119-13.66817-12.58985-31.67751-24.21477-51.08945-19.1439 16.06354 20.07599 37.03258 37.53714 46.60046 62.04436-10.68667-11.87868-21.51816-26.84032-37.21387-34.51343-5.74381-5.29294-23.26956-12.74969-10.13345.71031 9.9074 14.15307 20.34757 28.61892 27.51493 44.16206-11.8421-8.66604-19.46951-25.50237-32.78781-34.13488-6.32652-6.0098-21.73866-15.64993-11.97103.66221 5.25644 14.75977 15.65552 30.91291 15.12495 45.91077-6.3991-16.39972-15.60299-31.86903-27.55816-44.34886-.22652 16.95267 11.18839 35.79517 12.37962 54.09743 3.29466 8.95474.9126 22.97393-4.34341 6.37096-3.743-15.67087-12.20209-29.70833-19.64389-43.98091-11.98298-21.77188-2.43812 16.28447-.84975 23.80466 1.97531 5.89798 8.58758 35.73514.78514 25.82855-3.84204-17.94085-9.24645-35.86971-17.09296-52.40862-8.50135 1.38864 1.38145 23.63001-1.0447 31.99236-1.25368 8.77171 4.03822 25.94269-4.51997 29.6952-4.0872-18.591-1.33394-40.87579-11.4259-56.91976-5.61162 15.27175-4.02231 33.70793-9.61922 49.53426-2.20396 2.83209-2.27151 18.52062-6.80036 15.79835z' fill='%23fff' stroke-width='.592532'%3E%3C%2Fpath%3E%3Cpath d='m217.76914 17.724202c-7.75915 15.808351-12.06896 33.897475-16.65135 51.069834-.83951 9.081488-6.51629 32.243794-11.29396 11.330557-7.16018-16.428878-6.32799-34.210113-3.64063-51.199219-8.06651 10.297584-7.65675 29.936975-10.02909 44.126616-.82152 7.198955-.4398 36.01704-7.51923 15.864257-5.96362-15.363053-6.86227-32.055224-7.49815-48.020227-6.17992-22.672401-7.73887 18.631106-5.76358 26.918521-1.2797 8.613904 6.32518 42.856669-6.21538 21.515884 1.23366 2.778397 13.51086 24.308375 2.21094 9.77659-6.68101-10.415303-10.50341-19.693488-15.94984-31.269133-7.76076-9.233261-5.33109-31.816846-11.22353-40.203884 1.12038 21.661572 3.42166 43.084999 10.56457 63.777839 5.91909 10.646063.57271 19.838963-7.90568 6.395208-.28171 4.003955 15.49962 17.181075 4.58561 14.434565-8.55589-16.278047-16.83361-32.871219-24.23903-49.738111-9.071314-8.159109 1.0143 24.505495 4.96484 31.707031 2.89875 8.87167 17.54837 32.13863-1.53321 16.72852-14.252899-7.64035-20.805776-25.691858-31.966822-34.250004 2.783926 13.668994 11.017975 27.390744 18.292971 39.791014 14.159531 17.81646-18.733294 4.1705-22.935881-4.08742-5.051145-4.17069-15.855927-17.830327-8.103181-2.89109 7.917197 13.08413 19.192124 24.89301 28.575327 36.34635-12.377978-9.19788-21.045217-22.57257-32.151499-33.30338-3.72806-6.27023-19.433288-27.365913-9.023988-7.67787 8.315309 18.17596 25.314895 29.71792 37.383554 45.19665-13.399618 4.77963-29.908227-8.22997-40.395771-15.72429 2.33137 14.55384 24.240854 24.45601 36.442455 34.41059 7.153622 5.38396-13.495534 6.5003 2.690378 7.5972-7.118511 8.0943-13.115749-7.03183-25.382849-6.10739-8.472303.72859-30.172125-16.10891-28.042011-6.7541 14.127091 10.55374 30.268008 18.08762 46.085855 25.62784-10.358648 7.86553-30.058527 3.0849-43.261179 1.57251 10.200334 3.00744 22.011541 7.74046 30.93715 6.69477 5.175112-1.05615 26.948111-8.47163 14.185547 4.8457-7.921112-1.84003-23.189262-3.63138-6.314454.19922 11.512828 5.75366 34.508248 4.65952 40.643718 9.54264-17.01974.31684-34.103083-2.01121-50.508779-6.88552-16.832765-2.72021-32.109209-11.36778-47.789843-16.89167 10.366926 11.93817 28.938349 14.71076 43.881467 19.68182 12.244563.2856 20.967562 8.22835 5.070312 11.64649-12.652249 8.05366-31.504312-.49557-41.398 3.20944 17.582659 6.71472 36.747538 7.60139 55.330256 9.29792-1.95197 10.06541-27.52895 19.47344-40.783424 16.16505-10.932546-2.74009-14.304653 4.63898-.837676 3.79608 15.173419 4.95951 38.345587-3.62904 49.123303 2.48195-10.691369 12.47342-28.281178 15.63242-43.151256 21.02788-3.374256 6.96832 25.683276-1.88866 33.684132-3.98494 6.402057-2.01359 27.672268-12.47437 26.675248-6.70256-15.898098 9.91894-35.708066 11.08225-53.003911 17.72461-7.569622 1.76457-29.670193 9.95081-9.78125 6.73828 16.045731-1.84526 30.934753-8.62584 46.460938-12.07617 12.150853-8.23413-.666989 13.45189 9.057863 1.86728 6.8573-8.8105 8.5074-1.38855 2.07886.50378-7.748981 7.70368-16.025107 9.74399-25.857283 19.24227-6.158502 2.25748-26.417405 16.19187-8.06655 8.38273 15.722069-7.14581 32.508903-15.70263 47.820313-21.25-1.88856 8.63973-8.0566 16.9905 1.61523 6.35938 7.23879-4.36404-8.32841 10.08421-6.66796 12.6582-12.516901 9.38222-2.35365-.24481-.56641-5.4414-11.577307 11.1027-23.017764 21.37054-34.453126 31.91797 3.483315 6.24466 22.416136-11.66789 31.455076-15.27344 8.29931-2.60276 30.68837-26.84507 21.31838-5.65778-3.9071 6.1748-9.42984 17.34869-.33239 5.36917 4.27874-6.81148 15.47376-21.79502 7.14292-4.89108-1.94133 7.1457-18.60661 24.22238-13.48633 24.37695 16.74927-10.86047 27.16196-28.56788 40.72852-42.8164-14.45441 22.62358-33.14387 42.80034-54.20235 59.59513 11.14703-4.68519 25.1434-20.4689 35.63672-30.95641 5.91783-10.41024 16.02441-10.84921 11.7419 2.94036-2.69 8.87416-3.18462 17.76034.7456 2.86232.0406-8.61886 6.5897-22.9762 3.02539-5.97265-1.72827 15.76708-10.94645 28.57111-17.52148 42.36523-6.93731 17.40336 11.42625-7.35265 14.95307-12.21312 8.92863-7.49721 10.19287-25.46945 19.45104-29.21317 2.95272 15.20711 3.32975 30.03329-2.69117 44.23314-6.54185 17.86984 9.67262-11.72895 11.10542-18.0256 3.99666-5.83035 7.2789-32.82558 15.08398-23.3125.30692 12.08835-.0897 33.79436 2.62528 39.60348 3.52738-16.50629 5.26504-33.44235 7.16769-50.13473.81504-7.71518 1.98344-36.89843 2.46875-13.66797.93761 21.85284-.8104 43.80865-6.12305 65.00586-2.45214 8.09952-5.37407 33.6384-.0156 12.75977 4.49998-15.17978 7.91773-30.99423 9.17188-47.39063.48504-21.5213 12.16194 1.54397 9.58589 10.93895 4.58043 11.4305.90899 28.78481 7.28129 36.19777 3.89076-16.56082 1.42855-33.76916.0602-50.64977-5.51024-14.35878 6.81235-13.73238 8.01015-.82874 4.99 15.33492 10.0698 31.01141 14.02086 46.20904 4.63318-15.54344-6.46697-32.76829-6.94079-49.211-5.4648-9.49322.39978-18.91117 4.64398-5.22603 7.18652 6.41573 11.52115 33.55092 18.03556 29.01574-7.1993-25.71992-16.10207-51.10641-26.85141-75.63541 8.19467 12.28188 13.91443 29.61918 19.59109 44.42015 5.98184 18.13852 9.24368 37.40994 14.77414 55.49196-.79204-17.50335-5.35992-34.96677-10.82419-51.74609-4.99146-6.5994-4.65374-26.19217 2.71094-10.36719 10.41733 9.64173 16.88766 23.79609 21.74268 37.55636 1.10859-14.44114-10.27852-31.74155-15.5302-46.51547-10.31622-20.80319 16.01452 1.90767 21.74846 7.16614 7.5178 6.62333 17.24078 25.61635 23.49414 25.82226-10.51381-16.77207-20.14991-34.18863-32.87473-49.46951 4.47861-7.70214 26.47144 17.38055 27.5881 11.74785-4.0993-5.07808-26.05311-24.22534-16.93928-20.84663 12.44692 12.16473 22.75395 26.22046 33.92779 39.61356 2.76132 5.86204 13.18459 15.30366 4.90554 3.04458-9.33959-16.11338-20.39722-30.90419-34.10705-43.74377-8.73797-6.03219-13.00231-15.93832 1.58347-13.07961 19.31047-.15122 32.82298 15.33245 47.16616 25.67689-6.64466-13.30178-22.93821-22.26982-34.84976-31.9383-9.46115-3.97593-26.01521-16.29772-5.24178-13.95597 17.13669-2.18051 32.32112 4.49927 45.60404 14.73766 8.52362 1.55119-14.03712-11.39574-18.28984-14.21839-4.64749-6.79844-33.3905-11.00527-23.47762-17.76472 19.55337.2718 39.09004 3.96354 57.78888 8.99259-10.55046-8.17152-28.62885-10.77446-41.65501-18.26107-16.9243-8.72988 14.19948.62245 20.55793 4.29613 5.66752.68193 28.60449 13.1295 24.528 7.57301-18.33164-9.43022-37.70292-16.98061-57.73252-21.9641 8.29318-10.16915 28.61884-9.12369 41.68565-9.2566 6.58773 2.4623 18.41806 1.274 4.36523-1.39649-17.93637-4.08227-36.48678-5.55643-54.51172-8.48828 4.38117-10.97049 29.55879-13.81094 43.42863-15.60816 7.73811.83187 25.62446-.16399 8.87407-2.87204-17.59131-1.11066-35.50933.38595-52.86824.38058 5.09237-11.57699 26.54309-17.13305 39.255-23.19925 18.82967-7.11515-34.52551 2.82263-17.66498-3.35748 12.11732-2.59463 39.7275-4.7345 41.72955-7.65235-17.14301-.61055-34.72932.13165-51.12121 5.45319-6.25691 2.38636-30.77564 10.52796-16.34571-1.9414 7.43089-11.62957 33.36266-17.62561 36.09706-23.79228-16.69815 5.55308-33.55183 10.76218-48.89941 19.02033-4.63482-11.94748 18.36876-27.22683 27.40587-37.028836 14.43823-8.619083-13.07207 1.611789-17.99024 5.476563-9.27916 5.887243-36.99 27.023963-22.2159 2.634653 2.76041-9.456621 20.10948-25.822138 18.32723-30.142466-23.98063 20.396052-44.85747 44.138886-64.05859 69.015626-12.57219 12.00712 4.1076-13.42249 8.61156-17.1968 15.00873-20.99779 33.82788-38.706902 52.92793-55.880725 4.81533-6.564277 31.81399-24.012598 9.60895-12.635366-14.16285 10.739089-29.42986 20.059523-40.21485 34.669921-3.68344 2.702655-11.57422 18.67896-11.67009 5.475499-.61338 8.648741-11.6371 15.010911-6.451 2.803799 4.75378-6.932008 6.57493-16.106294 14.44531-23.818359 4.05239-9.15477 16.68603-22.564122 16.53891-28.147237-13.30073 11.345065-25.31945 23.95654-34.83774 38.662862-12.40345 20.437116-8.51556-14.422432-6.13287-22.349972.29548-6.850934 15.75669-27.491888 8.98381-26.183215-10.68236 14.277192-18.45268 30.655935-26.19859 46.640609-10.26185.280082-.69429-26.761818-.41209-37.13795-1.92048-20.28509-11.73133 16.731708-13.60145 22.665918-3.46068 17.750983-8.19288 35.286526-8.25013 53.503286.43394 8.76702-3.32837 24.86388-2.79336 5.90499.95971-37.55166 11.66631-73.93299 22.48476-109.574916l-.4707-1.025391zm-82.5293 56.189454c4.41403 15.989558 11.42114 32.119674 16.05585 48.545454 2.38365 7.2174 14.45374 36.44942 3.53946 14.97446-8.27153-20.3768-16.70318-41.825759-19.59531-63.519914zm22.31055 35.347654c5.15674 13.03454-1.74358 12.39397-2.29001.74871.74505-.19969 1.65925-.22885 2.29001-.74871zm-16.03711 9.58985c14.13633 15.45625-9.49721 4.69005 0 0zm-96.056646 11.75586c-7.032523 2.805 8.671943 8.40918 1.428906.49256zm149.917976 13.46875c15.73972 1.45275 30.67162 6.84637 43.04937 16.58881 13.41589 13.0988 19.96895 31.47944 19.19867 50.00298-3.16604 17.81883-12.10321 34.5009-27.30704 44.85463-13.91127 10.12431-32.20424 14.44079-49.13049 11.53938-16.10101-7.98028-33.61515-15.86689-42.19231-32.80551-8.924-15.29806-10.47283-36.20098-1.92094-51.57092 5.96965-16.26954 21.57146-27.27697 36.56927-34.83341 7.07612-2.0524 14.39395-3.19497 21.73347-3.77596zm-99.832038 1.91601c7.700588 4.92926 15.288088 16.62385 2.750564 3.90984-.501805-1.0414-3.725572-2.18903-2.750564-3.90984zm12.544918 11.66211c6.63121 4.78712 21.33556 14.53472 22.75587 17.44732-8.00682-4.69021-17.45895-10.33239-22.75587-17.44732zm-14.912106 39.89844c11.971556.0817.274644 11.17569-.511035.19386zm177.060556 3.45703c10.32252-1.22364 14.29206 3.8842 1.66601 1.875-5.1484 1.82089-4.89157-2.15454-1.66601-1.875zm-181.666025 36.81641c8.097773 4.54049-20.277189 8.43274-2.05664 1.08007.949015.31077 1.68669-.34979 2.05664-1.08007zm51.556645 8.2539c-1.06504 7.24865-13.67086 4.27006 0 0zm-9.84961 6.36719c-4.34473 8.22972-29.59913 12.79055-8.51758 4.00977 2.63258-1.69078 5.46635-3.23676 8.51758-4.00977zm-34.111332 3.91406c5.771542 6.55571-21.375264 11.80338-5.039062 2.60547 1.397528-1.36858 3.302462-1.85011 5.039062-2.60547zm183.525392 2.28125c8.2662 3.26215 14.87078 16.16595 2.7992 3.32885l-1.91628-1.89156z' fill='%23fdef1d' stroke-width='.32'%3E%3C%2Fpath%3E%3Cellipse cx='194.23985' cy='206.13326' fill='%23ff0' rx='35.529778' ry='35.623886' stroke-width='.609564'%3E%3C%2Fellipse%3E%3Cg stroke-width='.32'%3E%3Cpath d='m155.08962 62.159998c-1.70522-15.168144 4.37184-21.891941 0 0zm103.15037 4.688388c10.02618-14.093425 10.73667-2.381161 0 0zm-77.91731 36.063384c-3.00066-9.414249 14.97406-2.20845 0 0zm-21.60268 5.50256c-3.40529-11.009545-1.33318-27.91741.59634-7.80104-.57917-2.161627 1.35497 11.75262-.59634 7.80104zm118.2955 10.41451c12.89565-11.61394 34.78442-25.830205 48.18409-27.281734-17.27275 6.707736-32.28843 18.499874-48.18409 27.281734zm45.86449 1.87525c10.99619-7.14537 30.94488-10.20948 8.13866-2.2821-2.71978.72621-5.29488 2.03315-8.13866 2.2821zm-10.56 5.10656c-4.60048-5.47323 11.10477-3.87259 0 0zm-39.29804 4.7976c-15.13149.50993-4.07563-14.09464 2.23226-11.52964-3.1337 3.90512 5.34408 13.93225-2.23226 11.52964zm-81.18195 9.68644c-20.48556 5.91577-9.76013-58.815872-8.29678-21.80427 1.36134-14.02441 2.39769-9.20107 3.03178 1.35885 2.762-12.30949 5.59518-10.85214 8.94505-27.581202 6.48998-24.92143 10.9926-51.629306 22.40594-74.50538-10.13376 38.445003-24.8984 77.187077-23.50268 117.971292-.43256 1.04067.28058 6.36992-2.58331 4.56071zm-84.36071 4.766c-6.34986-8.58769 9.6182-3.37989 0 0zm123.22882-11.04516c14.76286-15.39429 2.58009-11.34069 0 0zm-6.72912 12.73519c-11.59208-6.37229-34.04511-1.33794-24.17209-22.06863.41628-11.78756 8.66068-31.425528 3.40067-8.65573 2.14116 12.79548 15.45402-35.63457 15.67629-23.357539-2.98909 11.486549-10.32765 27.044009-.20181 11.306039-1.17574 13.80097 5.15068.74764 2.58955 16.76352 11.99031-17.53704 5.25483-5.06733 1.04229 6.28696 5.56842-11.84573 23.50579-28.46319 9.82273-3.66539 13.92001.61974 14.92703-19.64357 27.83244-25.274017 14.69173-19.599887 34.10353-36.314436 56.06209-47.078285-14.35293 12.755413-31.66171 27.851539-46.5405 42.114713-16.88221 16.369609-30.54283 36.209219-43.85847 54.929379l-1.65325-1.30107zm100.52811 5.32928c-8.40985-1.84054 10.50333-6.47713 15.01289-7.72788 19.29929-2.40829-13.95206 8.98425-15.01289 7.72788zm-184.52189 11.76498c-12.01767-8.35339-26.19883-33.20823-13.3066-24.02283 3.87235 1.56007 11.57789 7.81309 7.76683-.19559 5.73346 9.70134 15.94704 20.57499 5.35778 3.32014-4.46024-7.46556-16.56984-37.54068-3.64322-13.72251 5.09949 14.20001 20.24832 34.02932 6.21515 9.94295-10.34516-19.72692-2.87924-10.08862.79437-6.25087 12.18649-2.90597-8.9773-18.61512-4.7457-27.15798-7.53666-25.554497-13.61446-51.382962-14.22844-78.124771 6.92533 20.454967 7.62057 50.453076 15.96473 73.557921 4.77745 12.29916 12.82239 43.78157 20.11135 44.75546-7.29072-14.32868-14.58855-39.74183-1.87141-20.12886 9.93948 17.87836-3.58193-21.49997 3.62546-13.17806-10.73577-17.163981 18.61926-12.05747 2.99564-6.12308 1.38701 2.99349 12.64512 18.19988 8.48486-3.10043 1.57978-12.823749 1.0676 33.47751 2.79078 31.62355 11.51684 11.17203-19.15127 13.25362-21.15038 18.72504-7.66067-1.32569-7.22022 14.40181-15.1612 10.07992zm-42.581014 2.88521c-5.943318-8.57522 8.432584-6.52401 0 0zm-53.676479 1.58106c-17.251023-11.29492-3.547109-5.13696 5.552282-1.40485 3.077745 2.36187-5.401827-.75453-5.552282 1.40485zm241.617743-17.82221c6.98443-15.20346-15.30069 2.82389 0 0zm-35.34547 20.10132c.58404-13.72868-27.63858-17.44473-14.46521-27.96662 7.62882-8.88259 27.07746-34.56324 16.26023-12.38846-11.28916 2.65693-13.28068 26.77302-.51502 8.76192 21.99353-23.23745 2.08248 7.89723 6.85781 6.34519 13.07014-12.65149 7.15951-2.58334 3.94947 2.45555 5.47153-9.88782 18.72558-1.49856 16.20591-14.03793.0136-3.55132 12.11221.87654 8.34542 4.6352 9.35503 18.61325 37.13291-6.69028 56.25568-4.6593 8.94-2.22664 50.74057-1.46925 20.78888 1.3041-37.60146 4.75134-75.53166 12.89117-107.71119 33.96859l-3.8164 2.03695-2.15555-.45519zm78.28631.0853c-28.20248-4.29952 30.52675-6.41462 5.79747-.75574-.68799.63083-5.50186 2.98257-5.79747.75574zm-194.77881 4.76523c-11.37783-7.07264-40.86189-33.80663-14.14749-13.24031-23.300053-25.7421 3.9758 1.51867.0828-5.47099-9.63085-11.62893-4.72874-5.95282 1.19015-4.00959-5.39503-7.80307-27.200625-37.3637-8.24889-15.67676 2.88011 12.82245 42.25307 28.18299 21.12341 38.39765zm-14.14749 34.66657c-1.53809-5.96593-11.21308 1.66747-13.08272-4.38943 18.05737-.76945.97685-3.90378-.27859-8.46192 23.99091 8.87642-28.558106-18.95363 3.71097-5.33272 3.09137-4.64395-20.340474-12.69832-.70825-7.02993-11.842018-4.98307-27.485047-20.82106-8.59055-7.61768 11.39054 3.69289-21.975231-18.47893 3.6404-3.54014 21.70364 16.3956-17.857437-17.81886 5.96584.34437 13.29939 8.29116-21.154748-18.83256 2.12277-3.22622-6.36677-9.09037-24.545001-17.40185-30.318166-30.91557-11.341769-10.09483-32.343357-34.25168-30.324787-42.809512 21.220826 32.137542 49.050293 59.842312 81.131583 81.105722-5.19532 10.17036-5.09421 24.81998-9.00698 32.54013l-4.2615-.66709zm175.07879-40.2274c6.35478-22.14036-21.82859 4.76639 0 0zm-.14216 15.88435c13.92492-4.52243-4.2723-21.95926-15.24294-9.41857 7.78028-3.83845 24.62686 1.57606 9.31713 5.66113-7.78162 5.89464 2.2307 3.6077 5.92581 3.75744zm7.72562 14.31558c4.90542-11.16247-18.49664 2.95324 0 0zm73.49774 27.09078c-35.8768-16.39472-74.67201-25.0452-113.91662-26.94425-5.88751-14.34003-14.00641-35.18085 9.63107-34.33389 16.16089-7.42046 21.48622-11.55723 38.47185-18.02523 12.22163-3.64197 25.48091-4.79635 7.73378 2.07011-5.52404 4.06006-20.213 1.79573-17.33598 15.69527 6.86062.43228 20.5454 3.63846 6.13591 5.72677-12.09746 2.92022 6.3185 12.31947-.26351 13.92704 16.38134 1.85801 34.14144 2.37165 50.18346 7.93667-10.39475 2.12488-16.98256-3.7988-33.60798-4.00264-8.25863.21047-19.99946-3.28353-14.54718 6.70403-.2362 8.49512 29.9987 10.84725 42.71516 18.16646 3.38505.99212 37.49504 15.65992 24.80004 13.07966zm-282.079909 20.34933c-5.530084-13.70074 3.236678-14.06407 1.231839.46124zm16.501549 10.4349c7.41596-4.23723-1.23448-9.3535 14.85097-13.47501 6.81795-7.70097-32.653086 5.74101-12.21156-5.86156 2.36621-2.82527-16.718086-.87076-4.82968-8.96871-10.789171 2.68692-35.012392-5.62462-12.261487-5.61618 4.598477 4.92862-1.844167-5.12514 9.271027-5.35188.58577-8.18435-16.697187-1.18889-17.177641.51519-17.773002-16.2708-48.16328-12.36773-67.148816-29.15 12.501387 1.33599 35.493391 14.7496 53.165555 16.8037 16.152361 10.20052 51.930122-3.98059 55.224462 17.60603 3.02819 12.53597 18.28115 25.61161-4.79861 29.6015-4.0887 3.24408-9.15516 3.73392-14.08422 3.89692zm209.81836 2.32494c-9.72508-6.22768-21.0301-16.82446-3.00534-5.55995 2.31998.0817 10.14664 6.95155 3.00534 5.55995zm9.6153 6.81318c-10.43647-9.60674 7.08977-.94255 0 0zm-213.36256 15.80747c-12.81692-5.60289.59729-17.0565 0 0zm-79.932731 7.58348c13.0144-9.76058 39.881386-11.2407 57.839999-18.16082 18.386282-.82775 49.393132-38.39832 53.607952-12.30568 18.92676-5.8743 7.17553 18.90578-.79422 13.6344 4.68144-8.59963 4.50436-7.5856-1.76944-5.44941 5.94432-15.16216-4.02906-5.75454-8.09789-.17397-4.38657.91167-19.7561 11.3535-15.48135-1.72051-17.04534 9.28265-36.311792 11.49912-55.465022 18.29927-9.812362 2.3062-19.816875 5.02624-29.840029 5.87672zm271.700511 1.83675c-21.80946-13.12964 11.20035 1.73172 0 0zm-60.42043 12.88554c-4.66951-10.92353 11.45543.18618 0 0zm-103.56075 4.48783c12.18272-18.98843 10.93847-12.67734-1.71933-5.55308-1.95165-6.95318 16.29188-10.12279 17.23002-16.39512-7.12296 3.22403 9.07726-16.43986-4.97732-.26372-15.82518 17.69918-9.39585.39556 1.95936-12.72572-1.75551-13.69654 27.09147-6.17475 11.39865 5.78502-7.82849 9.42174-13.59625 23.04373-23.89138 29.15262zm135.70483-95.58857c-9.94266-7.85076-22.47816-.1563 0-.00007zm9.79712 44.58872c2.1797-7.98568-2.96108-9.2503-3.53996-5.25187-10.9403-9.48591-1.58822 4.4421 3.53996 5.25187zm50.33702 65.06565c-23.71301-32.48724-50.56918-63.56495-85.80307-83.9354.56072-6.72236 8.60285-14.73783 6.70901-21.30175 4.66834-2.30825-3.4328-22.7115 15.77575-14.22209 14.07282 1.98724 36.574-.25326 30.60048 16.1429 17.06032 12.18551-11.92573 5.74829-9.67362 1.77921 12.53609 3.78514-.11863-20.20282-4.52678-5.82501-10.13067 4.39596 7.66472 7.8136-10.85263 3.88406-13.65758-4.48994-20.79286-2.27557-2.98737 2.18515 14.31131 2.73786-.13428 8.27813 16.10599 14.47256 3.9919 4.82161 9.94144-.34745 4.41307 7.58037 11.59538 3.00002-7.56841 5.67502-6.59195 6.47058-17.59785-14.06089 7.03519 5.1758 1.68775 13.78326 17.37397 18.00845 36.94321 37.57247 46.38968 59.96331l-1.24627-.97718zm-19.41463 10.47661c-12.72286-13.57857-20.48477-29.3198-30.30368-45.10597 12.63186 11.19875 22.27956 30.53587 31.44963 46.01397zm-28.90946 10.96339c-11.44547-31.81402 1.86984-7.77673 0 0zm-93.23422-46.1397c4.52388-6.41396 2.05103-27.60128 1.49545-13.5346-1.72445.75134-3.07667 15.79764-1.49545 13.5346zm-89.91999 53.92751c28.36863-22.34215 50.74074-51.43113 69.25991-81.90969 8.05756 4.73928 24.21606 1.95403 24.68057 6.41115 10.19616-21.03822 10.64419 29.19949 4.75892 33.55074-2.67196-.34518-9.46469-11.19162-10.0594 8.41556-8.41637 15.41867-4.31872 12.7525-9.13737-.41556-11.80563-3.21189 7.92729-38.10752-5.11028-25.15239 2.55578 2.41457-7.99678 13.23659-10.86157 22.91239 3.58183-14.53048-4.9897-3.25052 2.78144-18.88-2.37673 5.28311-13.26852 10.49069-5.38222-4.73112-8.23717 5.63959-28.80249 36.79041-45.59794 48.63715-4.96194 3.67746-9.49609 9.04658-15.33206 11.16177zm169.01681 17.98425c-8.01351-39.76307-20.41424-78.6303-40.63253-113.93674 6.92962-6.31333 17.69264-25.21689 30.28468-6.30952 14.14773 7.80898 19.10212 18.93436 20.06605 27.22715 17.35206 7.39579-5.44361 1.73841-9.29501 3.64705-7.23444-3.26003 4.01033-9.98896-5.71873-7.89944-1.89751-1.05322.0337 7.02552-8.66991 3.86785 5.60579 7.3309 23.12801 43.75136 17.12327 37.46658-1.42523-13.73799-21.57574-34.98967-17.42281-10.24616 4.91368 21.23787 15.52677 46.97865 14.26504 66.18329zm-44.0659-60.22343c3.1723-12.28528-11.63591-18.69863 0 0zm-30.55092 76.17159c8.47362-38.09762 14.3565-77.5664 8.15967-116.44243 9.55956-5.88654 10.84964 16.55761 8.79972-3.25443 7.32636-4.42242 18.51893-11.81543 19.84057 3.77492 5.12107 4.50326 16.80433 31.08089 5.72661 26.93297-7.22224-5.98575.40099 19.96754-5.96719-.39536-8.05049-1.28213 9.83823 21.33275-6.95981 15.5537-.99086 14.73032 4.8046 50.59581.93438 54.21346-1.71083-17.80217-1.33405-45.69289-6.93412-57.46323 5.87006 14.73049-16.98036-.52973-10.51438 21.18503-1.8399 17.97912-6.00989 43.20567-13.08545 55.89537z' fill='%23fd9f1a'%3E%3C%2Fpath%3E%3Cg fill='%23f74a1e'%3E%3Cpath d='m211.26395 167.07576c1.92935-1.29591 4.97873-2.09789 6.89464-1.81326.83677.12431 1.9534.28025 2.4814.34653.528.0663 1.752.27263 2.72.45854 8.71242 1.67331 10.78363.53434 6-3.29941-9.5456-7.65016-22.75855-12.68814-33.27675-12.68814-2.10498 0-.1545 3.11233 3.34922 5.34423 6.13152 3.90585 10.15601 8.4311 9.69302 10.89909-.35872 1.91213.14699 2.09005 2.13847.75241zm-32.12084-1.42209c.78319-2.69542 2.3183-4.68666 4.97932-6.45885 10.91064-7.26627 12.10148-9.65229 4.3255-8.66678-12.16655 1.54195-22.75975 6.21515-31.5639 13.92444-2.85752 2.50218.0117 3.3427 7.27597 2.13146.616-.10271 2.416-.40308 4-.66749 2.20784-.36854 3.21608-.40084 4.32-.13838 2.82992.67283 3.8384 1.0498 4.36497 1.63165 1.04266 1.15214 1.57027.74898 2.29814-1.75605zm18.42446 3.92638c.16482-.15313-.15166-.76742-.74142-1.43913-.56595-.64458-1.33606-1.80397-1.71134-2.57642-.85513-1.76011-1.60565-1.83124-2.09481-.19854-.19872.66326-.94152 1.77248-1.65066 2.46494-1.32603 1.29483-1.58873 1.93569-.88934 2.16954.67561.22591 6.78175-.13627 7.08757-.42039zm25.4853 11.21682c.0951-.96626.37598-2.29675.62421-2.95663.62977-1.67414.21686-1.92965-1.90491-1.17872-.9613.34022-2.0053.53686-2.32.43698-2.40252-.76253-2.26587.72195.30782 3.34404 2.62628 2.67566 3.05987 2.72231 3.29288.35433zm-54.59043.0208c2.53272-2.55228 2.51214-3.00365-.15126-3.31909-.88217-.10448-2.03166-.44262-2.55443-.75142-1.56231-.92288-1.87259-.23661-1.01837 2.25244.38589 1.12441.70162 2.49349.70162 3.04238 0 1.48218.56299 1.25413 3.02244-1.22431zm54.97755 7.66951c1.04285-.0313-1.04638-3.25959-4.36556-6.74571-3.63604-3.81892-9.61118-7.55948-14.27431-8.93601-4.77381-1.40919-9.61901-2.03158-10.07476-1.29416-.19296.31221 9.25779 16.621 9.86421 17.02229.23375.15468 13.21252.12272 18.85042-.0464zm-21.33554-.11553c.25073-.6534-7.59117-13.68959-8.16812-13.57848-.26141.0503-1.82409 2.46647-3.47263 5.36917-4.12433 7.26203-4.5409 8.06331-4.35141 8.36991.30092.4869 15.80343.33122 15.99216-.1606zm-18.22442.0133c.8598-.9193 9.43841-16.54386 9.25039-16.84808-.67592-1.09367-9.49069.94242-14.05811 3.24723-6.13827 3.09749-14.59231 11.03741-14.59231 13.7049 0 .84948 18.60153.74971 19.40003-.10405zm34.08712 8.66646c1.93859-3.46973 3.43255-6.45773 3.3199-6.64-.32662-.52848-14.71378-.44577-15.15604.0871-.29991.36136 5.4928 10.71304 7.07054 12.63519.70592.86002 1.33632.0554 4.7656-6.08231zm-39.32604.70982c4.44454-7.94563 4.88294-7.20123-4.24111-7.20123-9.3449 0-9.27817-1.12718-.73541 12.42092 1.0812 1.71469 1.12098 1.67297 4.97652-5.21969zm71.26164 3.19032c-.18221-2.01935-.45674-4.10355-.61007-4.63155-.15334-.528-.37499-1.536-.49256-2.24-1.23469-7.3932-7.49516-19.46695-13.23258-25.52-2.82246-2.97773-3.30988.61719-1.29077 9.52.94309 4.15834.37779 8.03437-1.5539 10.65437-.88948 1.20643-.58866 1.98563.76658 1.98563 1.42311 0 6.51054 3.00475 6.51054 3.84527 0 .40918 4.79145 6.82131 6.18131 8.27211 3.49796 3.65132 4.18944 3.30092 3.72145-1.88583zm-108.5788 3.12844c1.04798-1.1 3.00038-3.656 4.33867-5.68 3.27466-4.95252 5.3306-6.57693 8.82224-6.97048 1.64959-.18594 2.01986-.77404 1.11173-1.7658-1.91944-2.09622-2.61683-5.31331-1.9908-9.18371.2135-1.32.45682-3.12.5407-4 .0839-.88.28323-1.7368.44301-1.904.56962-.59609.34379-5.15929-.29433-5.94733-2.39683-2.95995-12.75948 14.98732-14.88022 25.77133-2.19035 11.13793-1.72551 13.49495 1.909 9.67999zm91.83424 4.32c.85899-.66 2.1018-1.47467 2.7618-1.81039 1.17716-.59877 1.57056-1.14961.82103-1.14961-.92337 0-3.23866-1.4527-4.37777-2.7468-.68416-.77726-1.4052-1.4132-1.6023-1.4132-.288 0-.33382 5.56769-.0665 8.08.0571.53681.98742.17432 2.46373-.96zm-75.16861 1.76c.17438-.22649.24463-1.82272.16197-3.68-.16817-3.77835-.31301-3.90958-2.4177-2.19056-.73362.59918-1.69385 1.13918-2.13385 1.2-1.34781.18628-1.08073 1.5336.46285 2.33496.69457.36058 1.70257 1.11371 2.24 1.67361 1.11193 1.15843 1.25985 1.21648 1.68673.66199zm64.25519 11.59228c.31759-.51388-7.57584-13.43228-8.20743-13.43228-.50182 0-1.1686 1.1212-6.42108 10.79699-.69177 1.27434-1.16793 2.46234-1.05813 2.64.27425.44375 15.41228.43921 15.68664-.005zm3.95931-.89399c.6509-1.2891 2.01706-5.64334 2.60463-8.30147 1.61776-7.31871-2.32141-25.53952-4.87495-22.54927-.48897.5726-8.38549 14.56946-8.7384 15.48913-.16539.43101 8.13204 14.82612 9.51059 16.4998.43852.53241.78909.26607 1.49813-1.13819zm-22.54861 1.34685c.2793-.10718 1.2832-1.58318 2.23089-3.28 4.43803-7.9462 6.91363-12.5855 6.91363-12.95621 0-.6458-8.55711-14.70495-9.35684-15.37309-.71196-.5948-16.98174-.63542-18.49341-.0462-.57035.22236-8.94974 14.9308-8.94974 15.70961 0 .30344 1.27172 2.65524 2.82605 5.22623 1.55432 2.57099 3.64704 6.07852 4.65046 7.79452 1.82442 3.12 1.82442 3.12 10.74778 3.12 4.90785 0 9.15188-.0877 9.43118-.19486zm-20.81689-.14042c.53949-.49167-7.14688-13.26472-7.98223-13.26472-1.12957 0-8.3505 13.34024-7.41635 13.70126.64858.25066 15.09389-.15885 15.39858-.43654zm-14.68639-5.74476c1.95646-3.43198 4.0327-7.10515 4.61385-8.16261 1.05664-1.92266 1.05664-1.92266-3.50287-9.44-6.02018-9.92556-5.6832-9.58262-6.83631-6.95734-4.15179 9.45231-4.01414 19.95818.3838 29.29489 1.14713 2.43532 1.36316 2.24382 5.34153-4.73494zm56.4878 19.18977c0-.35766-.23305-1.18566-.51789-1.84-.28485-.65435-.50029-1.76573-.47877-2.46973.0745-2.43491-.31362-2.37716-3.12991.46575-2.72153 2.74726-2.89792 3.21408-1.21454 3.21451.56161.00015 1.74111.28141 2.62111.62504 2.09746.81901 2.72.82003 2.72.004zm-58.3912 1.1742c1.10133-.76087 4.00152-1.16911 5.02851-.70784 1.69558.76157.83209-.90941-1.72019-3.32884-3.22448-3.05664-3.79711-3.20858-3.79711-1.00748 0 .85787-.216 2.17198-.48 2.92023-.84197 2.38639-.49911 3.13806.96879 2.12393zm32.89048-5.64338c4.57501-8.13407 5.02048-7.36055-4.23898-7.36055-9.69955 0-9.25432-.74553-4.45677 7.46303 4.78259 8.18297 4.03061 8.19183 8.69575-.10248zm4.24991 9.13756c7.58958-2.0311 15.25267-7.38253 19.52465-13.63478 2.34391-3.43043 2.73488-3.28794-8.27604-3.01635-11.10392.27389-9.17282-.61058-12.72998 5.83048-1.62885 2.9494-3.63369 6.51454-4.45521 7.92254-1.7174 2.94348-1.97269 3.53062-1.67056 3.84218.37228.38389 4.61031-.14207 7.60714-.94407zm-9.33783.82825c.093-.15051-.70871-1.77051-1.7816-3.6-9.17691-15.64841-6.38037-13.54306-17.85346-13.4408-10.53336.0939-9.95105.005-9.19249 1.40708 3.46331 6.40249 13.03279 13.06542 21.6562 15.07854 3.38588.79043 6.85974 1.05936 7.17135.55518zm42.85247 1.55885c4.74477-5.12492 9.92821-14.88395 11.56042-21.76521.3131-1.32.69124-2.71872.84031-3.10827.38215-.99863 1.09613-10.09141.84399-10.74847-.5244-1.36658-3.07451 1.05643-6.34515 6.02891-3.58672 5.45302-6.20969 7.65029-9.61372 8.05344-1.8459.21862-2.24486.76498-1.30759 1.79068.95018 1.03982 1.67791 2.62887 1.67791 3.66382 0 .50154.15956 1.07145.35457 1.26646.22409.22409.27766.9247.14557 1.904-.11495.85219-.27087 2.19743-.3465 2.98943-.0756.792-.30072 2.304-.50022 3.36-.4258 2.25403-.73654 7.37758-.48689 8.02815.35026.91279 1.44405.40917 3.1773-1.46294zm-81.12293.63158c.0555-1.14223-.0421-2.58079-.21676-3.19679-.17471-.616-.47737-1.984-.67258-3.04s-.49429-2.568-.66463-3.36c-.63876-2.96992-.7071-3.91076-.3675-5.05957.19192-.64923.4225-1.54334.5124-1.98691s.61197-1.48361 1.16015-2.3112c1.02328-1.54487 1.02665-2.16232.0118-2.16232-1.67053 0-5.87085-2.32935-6.90379-3.8286-7.57326-10.99203-11.04514-13.34451-10.10281-6.84548 2.02407 13.9595 6.40592 23.82643 14.23128 32.04564 2.41855 2.54028 2.87852 2.50138 3.01242-.25477zm40.05911 5.03847c0-.79207 1.38163-2.97056 2.49689-3.93697 1.70234-1.47514 1.24732-1.73829-3.00582-1.73829-4.09258 0-4.73779.33605-3.26532 1.70068.42942.39798 1.1832 1.54614 1.67506 2.55146.83942 1.71571 2.09919 2.56976 2.09919 1.42312zm6.87999 13.35445c10.63387-1.8029 19.9652-6.04434 27.6681-12.5762 4.19218-3.55486 4.18831-4.04649-.0297-3.76737-3.9055.25844-4.92364.38259-8.11843.98988-4.63166.88043-8.4413.2799-10.45399-1.64791-1.03833-.99452-1.54602-.7581-1.54602.71994 0 2.63641-2.94259 6.43453-7.07091 9.12669-8.78962 5.73191-8.96961 8.59957-.44909 7.15497zm-7.93285-.0493c.26862-.70002-2.88903-3.60515-6.62714-6.09716-4.95588-3.30383-7.02675-5.50455-8.00579-8.50777-.6833-2.09601-1.21471-2.43444-2.42401-1.54372-2.29481 1.69027-4.98127 1.87968-11.8102.83272-11.11049-1.70338-12.07326-.40397-3.98679 5.38077 9.4596 6.76702 31.51077 13.43538 32.85393 9.93516zm-4.06714 1.83442c-.264-.17876-1.4713-.32723-2.68288-.32993-1.21158-.003-2.72358-.14176-3.36-.30904-.63642-.16727-2.66034-.68089-4.4976-1.14137-35.49648-8.89654-53.92772-49.3743-37.16587-81.62177 23.70146-45.5983 90.36678-39.74476 105.9996 9.30729 2.89152 9.07291 3.32886 24.44894.90963 31.98094-7.2413 22.54491-21.51337 35.94796-43.84289 41.17332-3.31316.77531-14.58473 1.46553-15.35999.94056z'%3E%3C%2Fpath%3E%3Cpath d='m198.18789 84.767943c3.43506-20.776824 9.79426-41.504715 17.2797-60.824971-5.10841 20.678523-11.80787 41.256905-17.13311 62.017512zm73.6475 42.891087c-15.24966-2.72448 7.52002-8.26355 0 0zm-96.20402 3.8529c-5.22906-6.65751-2.35887-20.45253-.2146-5.13885.0491.56451 2.54123 6.40322.2146 5.13885zm-6.68275-.17846c2.03236-5.66387-1.6834-11.00518 1.41767-19.82286-.32258 4.27973 5.37534 23.11901-1.41767 19.82286zm18.78509 8.13341c-4.63617-2.98496 1.09028-8.33729 3.62629-16.13306.007-5.50218 2.50378-20.29293 3.37901-27.973822 5.83581-14.201123-.84996 16.437542-.24833 22.102662-2.4322 6.56722 4.59716 24.33486-6.75697 22.00422zm25.0748 2.1419c1.55834-13.09719.92891-3.93091-4.7065.13113-11.13288.29804-5.085-11.69248-4.13459-16.31228 1.21724-.97786 5.82779-12.03796 7.36121-11.46224-3.65405 7.66925-6.03094 28.85522-.12865 9.39463 4.54919-8.234 7.5782-1.9553 8.16805-2.17492-.76636 4.74084-.88068 6.67684 1.27303 6.65494-3.37414 2.20165-2.6934 16.85719-7.83255 13.76874zm-38.89322 1.03122c-4.79169-14.42403 12.65077 1.24343 0 0zm-49.06696 2.76583c-13.34615-10.91652 9.66757.13916 0 0zm99.98861.71323c-16.65321-.81101-.38075-25.20696 7.76311-26.33353-3.31214 4.79609-14.03738 30.94764-4.15645 18.14232 11.97595-10.45394 17.34945-26.77583 28.72825-36.70287 13.25559-15.992611 28.05554-30.836026 45.42502-42.264965 5.86218-6.462652 21.20234-10.294625 5.1841-1.582816-19.27886 17.290008-39.43198 33.860424-55.95271 54.046811-9.93382 10.88534-17.49637 24.67141-26.24868 35.71034l-.74261-1.01529zm-63.38508 2.28094c-2.49719-5.44741-5.72027-17.3245-.17186-16.3518 4.98441 12.23659-.16847-13.62965 3.61183.6232 4.14115 16.74474-1.52553-14.7775-2.00148-20.25663.38576-12.86034 3.01889 14.02693 4.04373 17.97707.79732 5.15467 3.96077 17.67472 3.3049 4.96816 5.95897 8.00919-1.83785 11.48832-8.78712 13.04zm-17.88467-.63401c-5.66372-7.22159-13.84566-31.01348-4.32176-10.26192-.6713 1.24877 8.04318 12.80224 4.32176 10.26192zm-14.59372 3.00355c-5.4586-11.22563 9.78699 3.66092 0 0zm28.23661.18158c-11.4583-21.18137-18.35444-44.64191-24.54211-67.85094-5.43354-16.543801-6.14941-34.15239-7.89293-51.194538 3.69915 10.651805 5.072 30.113772 8.37523 44.009773 5.45379 26.105115 14.79341 51.530105 26.16619 75.394865l-.6994.53949zm-5.79951 3.35962c-1.74078-12.25566 9.20591-.75275 0 0zm141.87523 5.37865c-1.95837-15.11055 11.84571 2.33899 0 0zm-153.49714 3.0722c-7.59803-3.73919-9.2179-15.66235-1.23356-5.12077 14.37946 9.59002-15.42516-20.52415 1.87139-5.70743 9.05769 1.54832 5.72352 15.82943-.63783 10.8282zm-11.14866 1.49932c-9.63979-6.77627-8.31545-10.57646.20985-1.78896 6.12873.587.82379 5.82844-.20985 1.78896zm7.81735 3.57909c-7.89399-4.06113-21.07883-25.81415-5.74948-9.55373 1.14132 2.20641 15.99792 12.03141 5.74948 9.55373zm141.7335.5945c-10.6055-7.68202 21.72195-12.45759 2.52914-5.09675-1.36015.54959 7.7258 6.49222-2.52914 5.09675zm-27.97152.54841c-9.00481-6.25465.46765-14.69079-3.82394-19.86289-6.00755 13.99353-7.10164-2.4141 4.0864-6.05294 16.66326-13.12038-9.89061 9.32073 3.03186 9.19858.84805-9.58684 2.45879 1.32663 4.72639-1.05851 7.09126-3.33484 17.56234-10.70823 22.66934-6.40031-6.32389 9.76974-12.41994-.21404-14.65913 6.62106 4.65304.70564 14.40774 4.66518 23.44954-3.36724 15.41684-2.92025 32.88531-10.82527 49.69271-13.24581 8.59444-1.48554 32.5848-3.65972 31.91662-1.34311-25.26676 3.87325-51.27674 6.75886-75.62908 15.49593-15.57219 5.67001-29.93284 14.04238-44.549 21.59226l-.91167-1.57711zm46.61335 1.66312c-2.03031-8.23934 3.83949-5.77953 6.82232-1.03067l-3.75077.96207-3.07153.0686zm2.90039 9.79329c-5.77646-13.94605 7.689-3.49537 0 0zm-169.99938.0514c-11.30473-3.5808-19.20979-15.4534-29.752603-20.91254-11.476417-12.36436-22.909549-25.36838-35.086873-37.39163-4.140435-6.43697-16.633623-22.982858-13.726814-25.146552 18.14357 28.029812 41.412132 52.750312 68.33171 72.566952 1.22055.76717 20.77392 12.59181 10.23458 10.88377zm-3.65369 7.56495c-6.83941-5.41998-15.13591-14.0794-2.08-4.70439 5.4961.84113 10.08438-.10011 2.08 4.70439zm134.58574 1.74647c-8.28263-6.70829 1.56387-15.70574-2.44175-19.56412 7.98861-1.76252 11.76946 3.05817 15.58005-1.35 9.22752-.38163-9.54488 8.26938-12.84334 2.9908 5.91964.4698-6.35045 13.20374 4.83764 9.56123 6.76051-1.57262 34.27434-9.81303 19.16025.13073-1.71804 4.72431-4.01537-1.35269-7.09126 3.13666-1.76476 5.7844-10.93641 4.55261-17.20159 5.0947zm-141.99962 2.02204c-15.66484-14.89904 20.06989 5.72446.81314-1.91397-.60725 1.00611 4.28047 5.64156-.81314 1.91397zm185.39317 5.38478c-8.35803-11.75075 7.10266-6.86595 0 0zm-183.49929 3.02958c-6.78985-8.86767 10.26124-4.17878 2.50757-.40136 1.90074 1.29302-2.47992 3.07721-2.50757.40136zm.24 9.62382c-5.2008-6.92896-9.83432-11.38055 3.44122-7.13206 5.14898 2.10089.59461 9.2975-3.44122 7.13206zm164.32389 7.31957c-.67138-6.34704-13.28947-11.32095-21.4439-7.41073-3.84383-10.5812 24.48388-2.4709 33.064-2.14158 21.34516 6.42784-4.85965.83674-12.904.68841 12.77127 2.81087 5.3661 3.05096 4.49234 4.15696 10.51239 3.33209-1.22922 3.26722-3.20844 4.70694zm-165.44389 1.47501c-13.98881-4.70485-28.6268-.42597-39.643662-6.16271-19.960517-6.74179-41.717882-10.00013-59.266778-22.37212 9.520047.75135 27.68253 12.35698 41.359786 14.19584 20.800709 6.59899 42.600514 8.82173 64.141504 11.11138 3.81627 3.90132-4.8737 4.2609-6.59085 3.22761zm157.48354 8.06402c-7.8515-.5606-22.84211-10.88986-5.26243-5.9256 14.52113 5.9616-3.27399.95012 5.26243 5.9256zm100.5433 1.09792c-29.81138-12.71017-60.83143-23.68405-93.40407-25.9007-7.45487-1.54801-30.65643 1.08639-21.76843-10.19665 11.30503-1.99453 21.95162-2.27026 26.1534 7.47913-2.70984-9.81215 3.61363-10.40922 3.29556-1.12701 12.73136 4.64932 28.0256 4.61925 42.38826 10.79805 15.36128 5.40081 31.20044 10.83683 45.14847 19.01791l-.75489.26208-1.05826-.33278zm-249.73928 11.5508c-5.24139-5.60299-13.63289-4.62344-7.56756-8.85825 3.31334-6.78606 17.33569 3.89033 7.56756 8.85826zm164.40577 5.537c-3.92379-13.82935-16.38722-5.80016-23.01334-12.75741.0746.38266-12.53689-4.04003-6.83751-9.99248 1.10099 3.96652 11.24869 9.16617 12.44551 5.99167 7.42148 4.14329 18.60569 8.97229 20.31036 13.93981 6.68719 4.74068-.53476.62097-2.90502 2.81841zm-7.63114 2.98138c-9.27747 3.87509-2.72783-8.93707-11.1422-7.40196-11.22998-7.93171 17.63234 1.79448 19.3548 7.64704-6.94906-4.33555-17.59235-7.65027-5.91481.68954l-2.2978-.93463zm-160.84445 4.51195c4.10605-5.0461-3.28248-1.11702-8.19905-.5671-3.97397.30303 17.96555-15.17108 21.60973-7.41631-2.58898 3.1383-9.45945 9.29687-13.41068 7.98341zm39.83559 21.62665c3.3019-13.04231 11.0324.43581 0 0zm-6.83829 2.85333c2.2013-9.75767 13.36382-11.97277 2.7595-2.32-.40201-.15501-4.64866 6.67552-2.7595 2.32zm126.28357 3.30277c-6.43026-6.61023-20.27638-25.71576-5.33175-9.54039-.0115 1.33591 11.03685 11.14953 5.33175 9.54039zm-44.28047 5.82603c-10.04927-5.76328-6.98691-28.77933-3.69738-11.33511 1.1133 1.63584 6.6338 13.1114 3.69738 11.33511zm-13.89842 2.51907c-4.18182-5.76322-5.15471-29.42433-.0673-18.39082-3.78011 3.54152 6.60032 16.99461.0673 18.39082zm-189.018559 1.57088c10.855962-6.06599 28.193341-9.27723 41.954773-12.42359 21.497012-5.04116 41.633036-14.69843 59.577626-27.36916 11.83078-3.24243 1.64612 9.91961-1.67353 8.4184-9.59913 1.25621-21.10199 11.24582-31.19523 13.6962-14.630546 5.48074-30.417925 8.55827-45.517724 13.45318-7.757117.78245-15.551668 4.45084-23.145915 4.22497zm228.133119 2.08773c-4.94784-5.16312-9.0379-20.39782-1.86856-5.62648-.62583 1.32878 6.43913 6.6802 1.86856 5.62648zm7.22151 3.27656c-8.11071-7.57477-9.81836-18.96302-18.07492-28.89294-6.69814-8.83007-12.51506-14.99068-2.54694-21.69044 8.05736-4.84594 22.6429 12.70157 29.72931 19.10737-4.90776 10.60785-11.32625-10.97669-19.00209-6.78679 5.56593 6.67599 12.472 18.64154 1.24158 5.83975 4.69547 8.69562 11.3277 15.56869.67723 11.71858-5.62445-9.00016-10.6601-9.35283-1.90654.66567 2.95698 5.72014 10.76108 16.10886 9.88237 20.0388zm-93.41579 3.72421c3.90583-8.30594 3.57664-14.05804-1.56852-2.40235 2.32803-6.30097 7.88096-23.22908 6.62906-11.05896 6.265-9.64078-4.35851 15.52096-5.06054 13.46131zm26.22833 7.35097c-5.91675.81204 3.25663-23.48673-3.93404-11.1831 4.3032-4.66171.66108-25.19112 6.14487-19.77519.78056 14.25535-.79586-2.25348 2.71744-1.25154.3735 9.50304 1.64377 22.35714-1.20493 30.09115 1.15823-14.20702-1.65081-4.47864-3.18447 2.5905l-.53879-.47182zm-17.26833.52067c1.75712-7.44168-1.10693-16.51057 5.20423-24.2685-4.72103 9.87043 3.23627 13.19845-5.20423 24.2685zm122.97907 12.22111c-3.14359-6.40838-17.63752-26.09812-14.91466-24.36386 5.00587 5.89402 16.03089 20.59942 14.91466 24.36386zm-119.57825 1.38317c-6.97983-3.76425-6.30395-10.22002 1.36412-7.46315 1.14122 2.16554 2.7116 10.57364-1.36412 7.46315zm149.33732 2.77683c-22.22189-29.59087-45.39175-60.03449-77.8848-79.04834-15.5657-1.97639-.96599-21.76423 3.9315-8.76413 5.43776 8.5066 14.02788 19.41579 24.61911 24.25929 5.69225 8.35955 19.02113 20.59699 27.4425 30.32184 7.14383 9.26872 20.57539 25.38203 21.89169 33.23134zm-211.61814 13.02259c18.37795-19.36929 35.19438-40.31281 48.39487-63.58713 6.44584-2.47465-.22447 8.79831 6.13767 2.82281-1.98176 7.70676-11.75706 27.24123-5.86093 8.78173-4.29782 8.06916-15.21443 25.04984-6.1336 6.90029 4.43313-13.81143-11.60904 12.62117-14.66326 16.19089-8.79472 9.96279-17.17239 20.96041-27.87475 28.89141zm104.99315 14.89741c-1.16846-18.62062-4.14178-37.13064-6.29019-55.54929 5.67885 13.53444 3.72111 27.21039 6.08693 41.72748.10074 4.56554 1.13471 9.30094.20326 13.82181zm44.33262 19.3639c-7.64367-37.39877-18.19582-74.52034-37.36834-107.83324-8.22247-16.42753 12.31669-1.17365 9.64258 7.67041 3.28738 7.46497 10.18595 14.12663 6.83449 18.2787 6.18545 8.06458 5.75056 21.19084 10.8031 32.76578 4.27076 16.25808 9.36108 33.06528 10.53089 49.57199l-.4427-.45364zm-74.32549 16.328c6.84481-33.31789 13.43476-67.24544 9.70177-101.43426-1.96545-7.67531.14803-24.15679 4.35378-8.45953 3.03253 8.1559 6.32026 32.9971 3.04702 31.4446-.4395-7.60523-2.72853-23.66815-1.50059-6.88791-1.04825 15.64591-3.92221 31.25543-5.56567 47.10561-2.71212 12.51099-5.33514 28.32528-10.03631 38.23149z'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3Ccircle cx='194.79318' cy='206.06993' r='.75' stroke-width='1.591756'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.surya_logo > SPAN:nth-of-type(2) {
  width: 3rem;
  height: 3rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#angebote {
  margin-top: 4%;
}

/*  Alle Anker mit extra scroll margin */
:target {
  scroll-margin-block: 5ex !important;
}

.dark-h1 {
  color: rgb(46, 81, 105) !important;
  font-size: 3rem;
  white-space: nowrap;
}
.dark-h1 SPAN:nth-of-type(2) {
  width: 4rem;
  height: 4rem;
}

.dark-text {
  font-size: inherit;
  color: inherit !important;
  line-height: inherit;
  white-space: nowrap;
}
.dark-text SPAN:nth-of-type(2) {
  width: 1.5rem;
  height: 1.5rem;
}

body.header-fixed.header-animated #header.scrolled {
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}

body.header-fixed.header-animated #header.scrolled .surya_logo {
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 840px) {
  body.header-fixed.header-animated #header.scrolled .surya_logo {
    line-height: 1.3;
  }
}
body.header-fixed.header-animated #header.scrolled .surya_logo > SPAN:nth-of-type(2) {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 840px) {
  body.header-fixed.header-animated #header.scrolled .surya_logo > SPAN:nth-of-type(2) {
    position: relative;
    top: -6px;
  }
}

.mobile-container UL.treemenu-root LI.active > UL {
  display: block !important;
}

.mobile-container UL.treemenu-root LI.active > SPAN.toggler:before {
  content: "▶" !important;
}

.treemenu li.tree-closed > .toggler::before {
  font-size: 2rem;
  color: black;
}

.mobile-container .surya_logo {
  display: block;
  text-align: center;
}

#footer {
  padding: 3rem 0;
}

#header:not(.scrolled) NAV.dropmenu > UL {
  font-size: 0.9em;
  position: relative;
  bottom: -6px;
}

#header:not(.scrolled) NAV.dropmenu > UL > LI > A {
  padding-top: 2rem;
  background-image: url(/user/pages/images/icons/aktuell-iko.png?v=1);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2rem;
}

#header:not(.scrolled) NAV.dropmenu > UL > LI:nth-child(2) > A {
  background-image: url(/user/pages/images/icons/termine-iko.png?v=1);
}

#header:not(.scrolled) NAV.dropmenu > UL > LI:nth-child(3) > A {
  background-image: url(/user/pages/images/icons/seminare-iko.png?v=1);
}

#header:not(.scrolled) NAV.dropmenu > UL > LI:nth-child(4) > A {
  background-image: url(/user/pages/images/icons/info-icon-white.png?v=1);
}

#header:not(.scrolled) NAV.dropmenu > UL > LI:nth-child(5) > A {
  background-image: url(/user/pages/images/icons/ueber-uns-iko.png?v=1);
}

#header:not(.scrolled) NAV.dropmenu > UL > LI:nth-child(6) > A {
  background-image: url(/user/pages/images/icons/bilder-iko.png?v=1);
}

.header-light.header-transparent #header:not(.scrolled) {
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 840px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs SPAN,
#breadcrumbs A {
  padding: 0 !important;
}
#breadcrumbs > SPAN:not(:first-child)::before {
  padding: 0 0.75rem;
  content: "›";
  color: black;
}

@media (max-width: 672px) {
  .float-right,
  .float-left,
  .figure-right,
  .figure-leftt {
    float: none !important;
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
UL.pagination {
  flex-wrap: wrap;
}

@media (max-width: 840px) {
  DIV.collection_content {
    padding: 0 4vw;
  }
}
BUTTON.open_all {
  float: right;
}

UL.terminliste {
  width: 100%;
  margin: 0;
  padding: 0rem;
  list-style: none;
  background-color: lightgoldenrodyellow;
}

UL.terminliste > LI {
  position: relative;
}

UL.terminliste > LI:not(:first-of-type) {
  border-top: thin solid #900;
}

UL.terminliste > LI > DL {
  padding: 1rem;
}

UL.terminliste > LI > DL DT.aktionen {
  display: none;
}

UL.terminliste > LI > DL DD.aktionen {
  display: contents;
}

UL.terminliste > LI > DL {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem 1rem;
}

@media (min-width: 840px) {
  UL.terminliste {
    grid-gap: 0.5rem;
  }
  UL.terminliste > LI > DL {
    grid-template-columns: max-content 1fr;
  }
}
UL.terminliste DD {
  margin: 0;
}

UL.terminliste .hidden {
  display: none;
}

UL.terminliste UL.image_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  list-style: none;
  grid-gap: 1rem;
}

@media (min-width: 840px) {
  UL.terminliste UL.image_list {
    justify-content: start;
  }
}
UL.image_list > LI > A {
  position: relative;
  display: block;
}
UL.image_list > LI FIGURE {
  width: 10rem;
  height: 12rem;
  margin: 0;
  padding: 0;
}
UL.image_list > LI FIGURE > IMG {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
UL.image_list > LI FIGURE > FIGCAPTION {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.5rem;
  text-align: center;
  text-decoration: underline;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.2);
}

UL#termin_liste {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: 1rem;
}

UL#termin_liste > LI > DL {
  display: grid;
  margin: 0;
  padding: 1rem 0 0 0;
  border-top: thin solid #900;
  grid-gap: 0.25rem 1rem;
  grid-template-columns: min-content 1fr;
}

UL#termin_liste > LI > DL DD {
  margin: 0;
}

.termin_content {
  /* font-family: Georgia, "Times New Roman", _Nimbus-RR, _Liberation-S, Gelasio, serif; */
  font-style: italic;
  font-size: 0.8rem;
  /* color: #2d4513 */
}

.termin_content > p {
  margin: 0;
}

@media (max-width: 420px) {
  UL#termin_liste .hinweis > SPAN > SPAN {
    display: none;
  }
}
@media (max-width: 840px) {
  UL#termin_liste LI {
    position: relative;
  }
  UL#termin_liste .hinweis:not(.has-hinweis) {
    display: none;
  }
  UL#termin_liste DL > DD:last-of-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  UL#termin_liste DL > DD.hinweis {
    position: absolute;
    top: 1.2rem;
    left: 12rem;
  }
}
.button.big {
  font-size: 1.3rem;
  padding: 1em 1em 2em 1em;
  width: 80%;
}

@media (min-width: 840px) {
  UL#termin_liste {
    grid-template-columns: max-content 1fr 1fr max-content min-content;
    grid-gap: 0;
  }
  UL#termin_liste > LI {
    display: contents;
  }
  UL#termin_liste > LI > DL {
    display: contents;
  }
  UL#termin_liste > LI > DL DD {
    line-height: 2.5;
    padding: 0 1rem 0 0;
    border-top: thin solid rgba(165, 42, 42, 0.25);
  }
  UL#termin_liste > LI:not(:first-of-type) > DL > DT {
    display: none;
  }
  UL#termin_liste > LI:first-of-type > DL > DT {
    line-height: 2.5;
    grid-row: 1;
  }
}
@media (max-width: 840px) {
  UL#termin_liste {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  UL#termin_liste > LI > DL {
    padding: 1rem;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  UL#termin_liste > LI > DL > DT {
    display: none;
  }
}
.terminliste > LI > DL > DT:first-of-type {
  min-width: 10rem;
}
.terminliste > LI[data-expanded="0"] > DL > DD.aktionen ~ * {
  display: none;
}
.terminliste > LI[data-expanded="0"] > DL > DD.aktionen BUTTON SPAN:nth-of-type(2) {
  display: none;
}
.terminliste > LI[data-expanded="1"] DD.aktionen BUTTON SPAN:nth-of-type(1) {
  display: none;
}
.terminliste P:last-of-type {
  margin-bottom: 0;
}

#overlay {
  background: white;
}

.overlay {
  opacity: 1 !important;
}

#overlay .mobile-logo A.surya_logo {
  margin-top: 0 !important;
  padding: 0.5rem 0;
  color: black !important;
}

BODY.mobile-nav-open #overlay UL.tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
BODY.mobile-nav-open #overlay UL.tree UL[data-level="1"] > LI > A {
  padding-left: 3rem;
}
BODY.mobile-nav-open #overlay UL.tree UL[data-level="2"] > LI > A {
  padding-left: 5rem;
}
BODY.mobile-nav-open #overlay UL.tree UL[data-level="3"] > LI > A {
  padding-left: 7rem;
}
BODY.mobile-nav-open #overlay UL.tree UL, BODY.mobile-nav-open #overlay UL.tree LI {
  margin: 0;
  padding: 0;
  list-style: none;
}
BODY.mobile-nav-open #overlay UL.tree > LI:last-of-type {
  border-bottom: thin solid black;
}
BODY.mobile-nav-open #overlay UL.tree LI {
  display: grid;
  border-top: thin solid black;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "LINK BUTTON" "SUB SUB";
}
BODY.mobile-nav-open #overlay UL.tree LI > BUTTON {
  align-self: center;
  margin-right: 1rem;
  grid-area: BUTTON;
}
BODY.mobile-nav-open #overlay UL.tree LI > BUTTON:before {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
BODY.mobile-nav-open #overlay UL.tree LI.open > BUTTON:before {
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='563.21' height='512' viewBox='0 0 1408 1280' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath fill='%23000000' d='M1408 480v192q0 40-28 68t-68 28H96q-40 0-68-28T0 672V480q0-40 28-68t68-28h1216q40 0 68 28t28 68z'%2F%3E%3C%2Fsvg%3E");
}
BODY.mobile-nav-open #overlay UL.tree LI:not(.open) > BUTTON:before {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 1408 1408' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath fill='%23000000' d='M1408 608v192q0 40-28 68t-68 28H896v416q0 40-28 68t-68 28H608q-40 0-68-28t-28-68V896H96q-40 0-68-28T0 800V608q0-40 28-68t68-28h416V96q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z'%2F%3E%3C%2Fsvg%3E");
}
BODY.mobile-nav-open #overlay UL.tree LI:not(.open) > UL {
  display: none;
}
BODY.mobile-nav-open #overlay UL.tree LI > UL {
  grid-area: SUB;
}
BODY.mobile-nav-open #overlay UL.tree LI > A {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  padding: 1rem 0;
  padding-left: 1rem;
  text-decoration: none;
  color: black;
  grid-area: LINK;
}
BODY.mobile-nav-open #overlay UL.tree LI > A.active:not(.has_children) {
  font-weight: 900;
  color: #900;
}
BODY.mobile-nav-open #overlay UL.tree LI > A.active:not(.has_children):before {
  content: "🟡 ";
}
BODY.mobile-nav-open #overlay UL.tree LI > LI UL {
  background-color: rgba(128, 128, 128, 0.25);
}

/*
BODY.mobile-nav-open .mobile-menu > #toggle {
    right: 2rem;
    & > SPAN {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

BODY:not(.mobile-nav-open) SUMMARY {
    display: none;
}

BODY:not(.mobile-nav-open) NAV.dropmenu > UL LI:hover DETAILS > UL {
    visibility: visible;
    opacity: 1;
    top: 4rem;
    flex-direction: column;
}
*/
#header NAV.main_dropdown > UL,
#header NAV.main_dropdown > UL UL,
#header NAV.main_dropdown > UL LI {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header NAV.main_dropdown > UL {
  display: flex;
}
#header NAV.main_dropdown > UL > LI > A {
  display: inline-block;
  padding: 1rem 1rem 1rem 1rem;
  white-space: nowrap;
  color: wheat;
}
#header NAV.main_dropdown > UL > LI.has_children:not(:hover) > UL {
  display: none !important;
}
#header NAV.main_dropdown > UL > LI.has_children > UL[data-menu="/tantra-seminare"] {
  position: absolute;
  top: 4rem;
  right: 0rem;
  left: 0rem;
  display: grid;
  justify-content: center;
  padding: 1rem 1rem 3rem 0rem;
  background-color: #6d0000; /* oklch(0.3 0.176 29.234); */
  grid-template-columns: repeat(auto-fit, 14rem);
  grid-gap: 1rem 1rem;
}
#header NAV.main_dropdown > UL > LI.has_children > UL[data-menu="/tantra-seminare"] > LI > A {
  font-size: 1rem;
  font-weight: 900;
  text-decoration: underline;
}
#header NAV.main_dropdown > UL > LI.has_children > UL[data-menu="/tantra-seminare"] > LI > UL {
  position: absolute;
}
#header NAV.main_dropdown > UL > LI.has_children:not(.has_subchildren) > UL {
  position: absolute;
  top: 4rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  background-color: #900;
}
#header NAV.main_dropdown > UL > LI.has_children:not(.has_subchildren) > UL > LI > A {
  display: inline-block;
  padding: 0.2rem 0;
}

#header:not(.scrolled) NAV.main_dropdown > UL > LI > A {
  padding: 2rem 1rem 1rem 1rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2rem;
}
#header:not(.scrolled) NAV.main_dropdown > UL > LI:nth-child(1) > A {
  background-image: url(/user/pages/images/icons/aktuell-iko.png?v=1);
}
#header:not(.scrolled) NAV.main_dropdown > UL > LI:nth-child(2) > A {
  background-image: url(/user/pages/images/icons/termine-iko.png?v=1);
}
#header:not(.scrolled) NAV.main_dropdown > UL > LI:nth-child(3) > A {
  background-image: url(/user/pages/images/icons/seminare-iko.png?v=1);
}
#header:not(.scrolled) NAV.main_dropdown > UL > LI:nth-child(4) > A {
  background-image: url(/user/pages/images/icons/info-icon-white.png?v=1);
}
#header:not(.scrolled) NAV.main_dropdown > UL > LI:nth-child(5) > A {
  background-image: url(/user/pages/images/icons/ueber-uns-iko.png?v=1);
}
#header:not(.scrolled) NAV.main_dropdown > UL > LI:nth-child(6) > A {
  background-image: url(/user/pages/images/icons/bilder-iko.png?v=1);
}

#header NAV.main_dropdown > UL > LI.has_children > UL A {
  color: rgba(255, 255, 255, 0.7);
}

#header.scrolled NAV.main_dropdown > UL > LI.has_children > UL {
  top: 2.25rem;
}

LI[data-menu="/tantra-seminare/seminare-online"] {
  grid-column: 4;
  grid-row: 1;
}

LI[data-menu="/tantra-seminare/tantra-urlaub"] {
  grid-column: 4;
  grid-row: 2;
}

LI[data-menu="/tantra-seminare/tantra-massage-eromas"] {
  grid-column: 4;
  grid-row: 3;
}

LI[data-menu="/tantra-seminare/feedback"] {
  grid-column: 4;
  grid-row: 4;
}

LI[data-menu="/tantra-seminare/faq"] {
  grid-column: 4;
  grid-row: 5;
}

LI[data-menu="/tantra-seminare/seminarorte"] {
  grid-column: 4;
  grid-row: 6;
}

LI[data-menu="/tantra-seminare/beratung-coaching"] {
  grid-column: 4;
  grid-row: 7;
}

LI[data-menu="/tantra-seminare/anmeldung"] {
  grid-column: 4;
  grid-row: 8;
}

LI[data-menu="/tantra-seminare/fuer"] {
  grid-column: 5;
  grid-row: 1;
}

#header .navbar-section {
  height: 4rem;
}

#header .desktop-menu {
  height: 5rem;
}

.mobile-menu .button_container.active {
  right: 2rem;
}

.mobile-menu .button_container.active > * {
  background-color: black !important;
}

@media (max-width: 840px) {
  HTML {
    overflow-x: hidden;
  }
  BODY {
    overflow-x: initial;
  }
}
:not(#sidebar) .tntsearch-form .tntsearch-results > .row {
  left: 0;
  width: 100%;
  text-align: left;
}

.clockwork-badge {
  display: none;
}

SECTION.hero {
  display: grid !important;
  align-content: center;
  justify-content: center;
  width: 100vw;
  padding: 0;
  grid-template-areas: "stack";
  place-items: center;
}
SECTION.hero > IMG {
  width: 100vw;
  height: 100%;
  -o-object-position: var(--object-position);
     object-position: var(--object-position);
  -o-object-fit: var(--object-fit, cover);
     object-fit: var(--object-fit, cover);
}
SECTION.hero > * {
  grid-area: stack;
}
SECTION.hero > .image-overlay {
  position: static;
  z-index: unset;
  width: 100vw;
  height: 100%;
}
SECTION.hero.hero-fullscreen, SECTION.hero.hero-fullscreen > IMG {
  height: 100vh;
}
SECTION.hero.hero-large, SECTION.hero.hero-large > IMG {
  height: calc(500px + 4rem);
}
SECTION.hero.hero-medium, SECTION.hero.hero-medium > IMG {
  height: calc(400px + 4rem);
}
SECTION.hero.hero-small, SECTION.hero.hero-small > IMG {
  height: calc(350px + 4rem);
}
SECTION.hero.hero-tiny, SECTION.hero.hero-tiny > IMG {
  height: 12rem;
}
@media (min-width: 1040px) {
  SECTION.hero h1 {
    font-size: 3.5rem;
  }
  SECTION.hero h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1040px) {
  SECTION.hero.hero-small, SECTION.hero.hero-small > IMG {
    height: calc(200px + 4rem);
  }
}

.modular-hero #to-start {
  bottom: 1.5rem;
  color: whitesmoke;
}

HTML {
  height: auto !important;
  min-height: calc(100% + env(safe-area-inset-top));
}

#auswahl.cd-auswahl {
  display: grid;
  grid-template-columns: 7em 2fr 1fr;
}
#auswahl #musikbestellung.adresse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}
#auswahl .form-field.form-group {
  height: 7rem;
  border-bottom: thin solid #bbb;
}
#auswahl img {
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}
#auswahl .checkboxes {
  margin: 0.5rem 1rem 0rem 0rem !important;
}
@media (max-width: 840px) {
  #auswahl.cd-auswahl,
  #auswahl #musikbestellung.adresse {
    grid-template-columns: 1fr;
  }
  #auswahl .checkboxes {
    float: left;
    margin: 0rem 1rem 0rem 0rem !important;
  }
  #auswahl .form-field.form-group {
    height: inherit;
    border-bottom: none;
  }
  #auswahl .form-display-wrapper.large.cover {
    padding-top: 1.5rem;
    border-top: thin solid #bbb;
  }
}

.form-input.anzahl {
  max-width: 90%;
}

#newsletter_hero > .image > img {
  border-radius: 0.4rem;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.2);
}

#newsletter_angebote,
#newsletter_angebote > * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#newsletter_angebote {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
  grid-gap: 1rem;
}
#newsletter_angebote IMG {
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  #newsletter_angebote H1 {
    font-size: 1.7rem;
  }
}
#newsletter_angebote H2 {
  margin: 0;
}
@media (max-width: 500px) {
  #newsletter_angebote H2 {
    font-size: 1rem;
  }
}
#newsletter_angebote > LI {
  margin-bottom: 25px;
  text-align: center;
  border: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}
#newsletter_angebote .button {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.2em;
  padding-right: 0.4em;
  padding-bottom: 1.3em;
  padding-left: 0.4em;
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  #newsletter_angebote .button {
    font-size: 1.4rem;
  }
}

.surya_bietet H2 {
  margin-bottom: 1rem;
}
.surya_bietet IMG {
  width: 100%;
  height: 13rem;
  margin-top: 0.5rem;
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

P > BR + IMG {
  margin-top: -1rem;
}

OL[data-control=audio] {
  display: grid;
  margin-bottom: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  grid-gap: 0 0.5rem;
}
OL[data-control=audio] > LI > H4 {
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin: 1em 0 0.5em 0;
  text-align: left;
}

/* Aus kommentierte Regeln sind entweder schon ins style.scss übertragen. Oder waren nur zum Testen. */
/* Überschriften Format für unterschiedliche Bildschirme */
/* h1 {
  font-weight: 600;
} */
/* @media (min-width: 1042px) {
.hero h1 {
  font-size: 3.5rem;
}

.hero h2 {
  font-size: 2.4rem;
}
} */
.hero.text-light h1 {
  color: rgba(255, 255, 255, 0.8);
}

.hero.hero-tiny h1 {
  position: relative;
  top: 2.3rem;
}

HTML[data-url$="/"] .blog-date {
  font-size: 13px;
}
HTML[data-url$="/"] DIV.page_list > .page_card > H3 {
  min-height: 2rem;
  margin: 0;
}
HTML[data-url$="/"] .page_card {
  background-color: #fffcf5;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.border-radius {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}

.float-left {
  margin-top: 0.4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}

.float-right {
  margin-top: 0.4rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}

.float-right.higher {
  margin-top: -1rem;
  margin-bottom: 0;
}

.float-right-small {
  margin-left: 1rem;
  border-radius: 3px;
  float: right;
}

.float-right-small:hover,
.float-right-small:focus {
  background: rgb(255, 237, 204);
  border-radius: 3em;
}

/* Flexbox Container für Bilder mit float + Liste */
.ul-with-image {
  display: flex;
  align-items: flex-start; /* Ausrichtung der Elemente */
  flex-wrap: wrap; /* Zeilenumbruch ermöglichen */
}

/* Liste mit dynamischem Abstand */
.ul-with-image > ul {
  margin-left: 1rem; /* Abstand zum Bild */
  margin-right: 1rem;
}

/* Für Datum in Newsletter Vorlage */
.float-right-date {
  float: right;
  margin-left: 0.5rem;
  margin-bottom: 0;
}

/* Blümchen für Datum  */
.fa-calendar::before {
  content: "🌻";
}

/* image-caption Plugin */
IMG.caption {
  /* margin-top: 0.4rem; */
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}

/* Damit Zeilenumbrüche möglich sind */
.figcaption-br {
  white-space: pre-line !important;
  font-size: 0.8rem !important;
  font-weight: 600;
}

.team-portrait-left {
  margin-top: 0.4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}

A,
A:visited {
  text-decoration: none;
  color: #900;
}

A:hover {
  text-decoration: underline;
  /*color: #F60;*/
  /*etwas dezenter und passend zum button Vorschlag*/
  color: #c00;
}

hr {
  border-top: 0px solid rgba(0, 0, 0, 0.15);
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 15%;
  margin-right: 15%;
}

/* Test mit kleinerer H2 WIP muss genauer getrimmt werden da auch andere betroffen sind */
.h2,
h2 {
  font-size: 1.4rem;
  /* margin-top: 0rem; */
}

DIV.tagline.startseite {
  font-size: 2.4rem;
  position: absolute;
  top: 9rem !important;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-top:2em; */
  font-style: italic;
  font-family: Georgia, "Times New Roman", _Nimbus-RR, _Liberation-S, Gelasio, serif;
  color: #356998;
  text-shadow: 2px 2px 2px rgb(162, 198, 232);
  z-index: 1;
  white-space: nowrap;
}

IMG[src*=steinfiguren] {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: min(569px, 70%);
  top: 56%;
  width: auto;
}

IMG[src*=birgit-hartwin-start] {
  position: absolute;
  right: 3%;
  top: 11em;
  width: min(200px, 15%);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.infobox.startseite {
  position: absolute;
  bottom: 3rem !important;
  font-family: "Segoe Print", "Marker Felt", "Architects Daughter", "Segoe Print", "Marker Felt", fantasy;
  z-index: 1;
  white-space: nowrap;
  left: 3%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(60, 60, 60, 0.8);
}
.infobox.startseite p,
.infobox.startseite .countdown {
  margin: 0;
  font-weight: 600;
  color: rgb(245, 245, 245) !important;
}
.infobox.startseite a {
  text-decoration: underline !important;
  color: rgb(255, 203, 0) !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Droid Sans", sans-serif;
  font-weight: 500;
}

HTML[data-url$="/"] OL[data-control=audio] {
  list-style: none;
}

.modular-text {
  padding-top: 1rem;
  padding-bottom: 0;
}

/* Damit keine .float-... Bilder drüber rutschen */
.h2,
h2 {
  clear: both;
}

.h3,
h3 {
  font-size: 1.2rem;
}

/* Gleichmäßiger Textbeginn in auf der Seminarseite und in card-body */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/* Mehr Platz über Feedback auf Seminar Seiten */
.tags.text-right.e-content + h2 {
  margin-top: 1.5rem;
}

/* Listen im .card-body auf gleicher Höhe wie Text p */
.card-body > ul,
.card-body > ul > li {
  margin-top: 0 !important;
}

/* Für H2 Überschriften unter Anker (a) wie über der Termin-Box auf Seminar-Reihen-Seiten */
a + h2 {
  margin-top: 2rem;
  text-align: center;
}

/* Einstellungen in \surya.html.twig */
EM.surya {
  font-family: "Surya Tantra", serif;
  /* font-family: Georgia, "Times New Roman", _Nimbus-RR, _Liberation-S, Gelasio, serif; */
  font-style: normal;
}

/* Für Einrückung ohne blockquote oder code [div class="intended-left"] */
.intended-left {
  padding-left: 1.5rem;
}

blockquote {
  width: 90%;
  margin: 20px auto;
  padding: 5px 20px 20px 20px;
  padding-left: 40px;
  border-left: 0px solid #2d4513;
  border-radius: 0.5em;
  font-family: Georgia, "Times New Roman", _Nimbus-RR, _Liberation-S, Gelasio, serif;
  font-style: italic;
  /* background: #ffffff50; */
  background: rgba(255, 255, 255, 0.4);
}

blockquote > p:first-of-type:before {
  color: #2d4513;
  content: open-quote;
  font-size: 5em;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: 0.1em;
}

blockquote p {
  display: block;
  color: #2d4513 !important;
  line-height: 1.7;
  font-size: 1.2rem;
  margin-bottom: 0.3em; /* Abstand zum footer – fein abgestimmt */
}

blockquote quote-source {
  display: block;
  text-align: right;
  font-size: 0.8rem; /* kleinerer, dezenter Stil */
  font-style: normal; /* hebt sich vom kursiven Zitat ab */
}

/* Optional: auf kleinen Bildschirmen mehr Abstand */
@media (max-width: 600px) {
  blockquote p {
    margin-bottom: 1em;
  }
}
.text_serif {
  /* font-style: italic; */
  font-family: Georgia, "Times New Roman", _Nimbus-RR, _Liberation-S, Gelasio, serif;
}

.text_serif_1 {
  /* font-style: italic; */
  font-family: Georgia, "Times New Roman", _Nimbus-RR, _Liberation-S, Gelasio, serif;
  font-size: 1.1rem;
}

/* WIP Galerie später mit Gradient */
INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery > LI {
  background-color: #555;
}

/* WIP Kontrast, Lesbarkeit */
UL.gallery * {
  color: white;
}

/* Da bei Galerie-Videos und Audio sonst die Bedienung verschwindet */
video.media,
audio.media {
  --gallery-transform-scale-x-hover: 0.98;
  --gallery-transform-scale-y-hover: 0.98;
}

UL.gallery {
  margin: -0.5rem 0 1rem 0;
}

/* Suchfeld überlagert Galerie Bild */
.tntsearch-form {
  position: relative;
}

INPUT#fullscreen:checked ~ DIV#page-wrapper UL.gallery {
  z-index: 1 !important;
}

/* War mir erst mal zu fett */
/* b, strong {
  font-weight: 600;
} */
/* Vorschlag für »Blog« Hintergrund angeglichen */
.blog-listing .card {
  background-color: rgba(255, 255, 255, 0.5);
  /* background-color: #FFF4DA; */
}

.columns > #item > DIV.collection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  grid-gap: 0 1rem;
}

DIV.page_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  grid-gap: 0 1rem;
}

/* DIV.page_list { was ist da los?
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  grid-gap: 0 1rem;
} */
DIV.page_list > .page_card > H3 {
  min-height: 3.5rem;
  margin: 0;
}

.page_card_image {
  width: 100%;
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.5rem;
  border-radius: 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
}

/* Test mit dunklem header (evtl. auch grau, passt zu allen Bildern *testen*) WIP */
body.header-fixed.header-animated #header.scrolled {
  height: 2.3rem;
  /* background: #336795; */
  background-color: rgba(0, 0, 0, 0.6);
}

#header NAV.dropmenu > UL > LI > A:not(.active) {
  color: white !important;
}

.header-dark #header:not(.scrolled) a.active,
#header A.active {
  color: rgb(253, 159, 26) !important;
}

/* Die Schrift vom Logo war mir zu klein, im Vergleich zur Sonne + kleiner Schatten Test. Evtl. auch für Menü? Nur erste Ebene/Überschrift */
.navbar .navbar-brand {
  font-size: 1.8rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Mit Schatten weniger Transparenz sonst zu grau */
.header-dark #header:not(.scrolled) a {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Abstand zum Hero verkleinert */
HTML[data-url*="/bild-und-ton/seminar-impressionen/"] #body-wrapper .container {
  padding: 1rem 0 0rem;
}

/* Vorschlag für die Unterordner */
UL.gallery > LI[data-subgallery="1"]::before {
  top: 0.5em;
  left: 0.5em;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 6px;
  color: rgb(224, 224, 224);
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: 600;
}

/* Vorschlag für »Vollbild« button z-index: 2 sonst liegt er über dem Menü */
LABEL[for=fullscreen] {
  bottom: 4em;
  right: 1.5em;
  top: unset;
  left: unset;
  z-index: 2;
  border-radius: 3em;
}

/* auch z-index: 2 sonst liegt er über dem Menü */
UL.gallery > LI[data-subgallery="1"]::before {
  z-index: 1;
}

/* Terminliste Seminarreihen Seiten */
.open_all.button {
  margin-right: 1rem;
}

UL.terminliste > LI > DL DD > .button.anmelden {
  float: right;
}

/* UL.terminliste > LI > DL DD.aktionen > .button.anmelden {
  position: absolute;
  top: 7.5em;
  right: 1rem;
} */
UL.terminliste > LI[data-expanded="0"] > DL DD.aktionen > .button.anmelden {
  display: none;
}

UL.terminliste > LI > DL DD.aktionen > .button.details {
  position: absolute;
  /* left: 40%;
  bottom: -14px; */
  right: 1rem;
  top: 1rem;
  z-index: 1;
  padding-left: 40px;
}
BODY:has(#fullscreen:checked) UL.terminliste > LI > DL DD.aktionen > .button.details {
  z-index: 0;
}

UL.terminliste > LI > DL DD.aktionen > .button.details:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 16 16' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M14.207 1.707L13.5 1l-6 6l-6-6l-.707.707l6.353 6.354h.708l6.353-6.354zm0 6L13.5 7l-6 6l-6-6l-.707.707l6.353 6.354h.708l6.353-6.354z' clip-rule='evenodd'%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: transform 1s;
}

UL.terminliste > LI[data-expanded="1"] > DL DD.aktionen > .button.details:before {
  transform: rotate(-180deg);
  top: 6px;
}

UL.terminliste > LI:not(:first-of-type) {
  border-top: thin solid #2d4513;
}

/* Teambilder etwas kleiner (Namenbinde mit gradient ??) */
UL.image_list > LI FIGURE {
  margin: 0;
  padding: 0;
  width: 7rem;
  height: 8rem;
}

UL.image_list > LI FIGURE > IMG {
  border-radius: 0.2rem;
}

UL.image_list > LI FIGURE > FIGCAPTION {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.4rem;
  border-radius: 0 0 0.2rem 0.2rem;
  text-align: left;
  text-decoration: none;
  color: whitesmoke;
  font-size: 0.9rem;
  /* background-color: rgba(0, 0, 0, 0.25); */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
}

/* Vorschlag für »Tags« und button */
.label.label-secondary {
  color: #2d4513;
  background: #e1efd1;
}

.label.label-primary {
  color: #fff;
  background: #90b468;
}

.label.label-rounded {
  border-radius: 0.4rem;
}

.tags.text-right {
  font-size: 0.8rem;
  /* font-weight: 600; */
  /* background-color: lightgray; */
  padding: 0.4rem;
  /* border-radius: 0.2rem; */
  clear: both;
  margin-right: 1rem;
}

.btn,
.button {
  color: #900;
  border: 0.05rem solid rgb(170, 170, 170);
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  margin-bottom: 0.3rem;
}

.btn:focus,
.btn:hover,
.button:focus,
.button:hover {
  text-decoration: none;
  border-color: #2d4513;
  background: #e1efd1;
}

/* breadcrumbs kleiner und dezenter */
#breadcrumbs a,
#breadcrumbs span {
  padding: 0.5rem;
  color: #517a25;
  font-size: 0.8rem;
}

#breadcrumbs span:hover {
  color: #c00;
  /* text-decoration: underline; */
}

/*Hamburger Menü ohne Blau*/
.mobile-menu .button_container span {
  background: #bec2ba;
}

.hinweis.has-hinweis {
  cursor: pointer;
}

.sr-only {
  position: static;
  margin: 0;
}

UL#termin_liste > LI > DL {
  border-top: thin solid #2d4513 !important;
}

/* Seminarseite Terminliste */
UL.terminliste {
  background-color: #fffcf5 !important;
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}

/* Kleines Vorschaubild für ersten Termin in der Liste */
.next-image img {
  height: 6rem;
  width: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  display: inline-block;
  margin-top: 0.5rem;
  margin-right: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.2);
}

/* Seitenleiste mit Schatten Test ?? */
.col-3 {
  width: 25%;
  margin-bottom: 25px;
  border: 0;
  background-color: rgba(240, 240, 240, 0.1);
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
  padding: 0.6em;
  height: -moz-fit-content;
  height: fit-content;
}

/* Mega-Menü styling */
#header NAV.main_dropdown > UL > LI.has_children > UL[data-menu="/tantra-seminare"] {
  background-color: rgba(70, 70, 70, 0.97);
}

#header NAV.main_dropdown > UL > LI.has_children:not(.has_subchildren) > UL {
  background-color: rgba(70, 70, 70, 0.97);
}

#header NAV.main_dropdown > UL > LI.has_children > UL > LI > A {
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-decoration: underline;
}

/* Nächster Termin oben rechts Seminarseite */
#sidebar > #naechster_termin {
  position: absolute;
  top: 1.8rem;
  left: inherit;
  font-size: 0.8rem;
  padding: 2px 7px 4px 7px;
  border-radius: 0.8em;
  background: rgba(255, 255, 255, 0.5);
}

/* Checkbox Text Anmeldung etwas kleiner */
.form-checkbox {
  font-size: 0.9rem;
}

/* .cd-auswahl .checkboxes {
  margin: 0rem 1rem 0rem 0rem !important;
  background-color: #e3e3e3;
  padding: 1px 0 0px 10px !important;
} */
/* Ausgeblendete H1, Datum, Tags, HTML[data-url^="/seminar-termine/ wegen Anmeldeseite*/
/* prettier-ignore */
HTML[data-url^="/seminar-termine/"] .content-title.text-center, HTML[data-url$="/tantra-seminare/faq"] .tags, HTML[data-url$="/tantra-seminare/gutschein"] .tags, HTML[data-url$="/linktree"] .tags, HTML[data-url$="/tantra-seminare/beratung-coaching"] .tags, HTML[data-url$="/tantra-seminare/seminarorte"] .blog-date, HTML[data-url$="/wissen/seminarbuddy"] .blog-date, HTML[data-url$="/wissen/links"] .blog-date, HTML[data-url$="/wissen/verbunden"] .blog-date, HTML[data-url$="/wissen/spenden/spende-abgebrochen"] .blog-date, HTML[data-url$="/wissen/spenden/spende-danke"] .blog-date, HTML[data-url$="/tantra-musik/bestellen/agb"] .blog-date, HTML[data-url$="/surya-tantra/impressum/energie-und-umwelt"] .blog-date, HTML[data-url$="/surya-tantra/impressum/datenschutz"] .blog-date, HTML[data-url$="/tantra-seminare/anmeldung"] .blog-date, HTML[data-url$="/tantra-seminare/faq"] .blog-date, HTML[data-url$="/tantra-seminare/gutschein"] .blog-date, HTML[data-url$="/linktree"] .blog-date, HTML[data-url$="/tantra-seminare/beratung-coaching"] .blog-date, HTML[data-url$="/surya-tantra/kontakt"] .blog-date, HTML[data-url$="/surya-tantra/impressum"] .content-title.text-center, HTML[data-url$="/modules/danke-feedback"] .content-title.text-center, HTML[data-url$="/aktuelles/abonnieren/danke-news"] .content-title.text-center, HTML[data-url$="/surya-tantra/kontakt/danke-kontakt"] .content-title.text-center, HTML[data-url$="/bild-und-ton/tantra-musik/danke"] .content-title.text-center, HTML[data-url$="/modules/anmeldung_danke"] .content-title.text-center {
  display: none;
}

HTML[data-template=seminarort] .blog-date,
HTML[data-template=seminarort] .blog-date + .tags,
HTML[data-template=dozent] .blog-date,
HTML[data-template=dozent] .blog-date + .tags {
  display: none;
}

HTML[data-url$="/tantra-musik/bestellen"] .header-dark.header-transparent #header:not(.scrolled) {
  background: rgba(0, 0, 0, 0.6);
}

FIELDSET {
  border-radius: 3px;
}

/* #auswahl.cd-auswahl {
  display: grid;
  grid-template-columns: 7em 2fr 1fr;
}

#musikbestellung.adresse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}

#auswahl .form-field.form-group {
  border-bottom: thin solid #bbb;
  height: 7rem;
}

#auswahl img {
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, .1);
}
*/
.form-display-wrapper.large.preis_cd_mp3 {
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
}

/* .form-input.anzahl {
  max-width: 90%;
} */
/*
#auswahl .checkboxes {

  margin: 0.5rem 1rem 0rem 0rem !important;
}

@media (max-width: 840px) {
  #auswahl.cd-auswahl, #musikbestellung.adresse {
    grid-template-columns: 1fr;
  }

  #auswahl .checkboxes {
    float: left;
    margin: 0rem 1rem 0rem 0rem !important;
  }

  #auswahl .form-field.form-group {
    border-bottom: none;
    height: inherit;
  }

  .form-display-wrapper.large.cover {
    border-top: thin solid #bbb;
    padding-top: 1.5rem;

  }
} */
/* ----GiroCode-scalieren-- wird aktuell nicht genutzt -- */
#girocode:focus,
#girocode:hover {
  transform: scale(2);
}

#config girocode {
  transition: transform 0.5s;
}

/* ----PayPal-Button---- */
.paypal-sp-btn {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background-color: #ffec64;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-indent: 0;
  display: inline-block;
  color: #333333;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  width: 138px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 1px 0px #ffee66;
}

.paypal-sp-btn:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}

.paypal-sp-btn:active {
  position: relative;
  top: 1px;
}

summary {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #900;
  cursor: pointer;
}

summary:hover {
  text-decoration: underline;
}

.tiefer-ie {
  position: relative;
  top: 0.7rem;
  display: inline-block;
}

/* https://davidwalsh.name/css-flip */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 320px;
  height: 320px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.flip-container.float-right {
  box-shadow: none;
}

#footer {
  color: rgb(200, 206, 219);
  background-color: rgb(90, 88, 81) !important;
}

a.footer,
a.footer:visited {
  color: rgb(200, 206, 219);
}

/* ------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1441px) and (min-width: 1041px) {
  DIV.tagline.startseite {
    font-size: 2rem;
    /* white-space: nowrap; */
  }
}
@media only screen and (max-width: 1041px) and (min-width: 841px) {
  /* .surya_logo > SPAN:nth-of-type(2) {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: .6em;
  }

  .navbar .navbar-brand {
    font-size: inherit;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  } */
  DIV.tagline.startseite {
    font-size: 2rem;
    /* white-space: nowrap; */
  }
  .hero h1 {
    font-size: 3rem;
  }
  .hero h2 {
    font-size: 2rem;
  }
}
.straight_text {
  font-style: normal;
  font-family: inherit;
}

/* ---- Schmale Fenster ---- */
@media (max-width: 1350px) {
  #header .navbar-section.desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  #header .navbar-section {
    margin-right: 0rem !important;
    margin-top: 0.5rem;
    text-align: center;
    display: block;
  }
  #overlay {
    /* background: rgba(200, 200, 200, 0.97);
    background: rgba(255, 244, 218, 0.95); */
    background: rgba(230, 224, 212, 0.95);
  }
  .columns {
    padding: 0 3vw;
  }
  HTML[data-url$="/"] .columns {
    padding: 0;
  }
  #breadcrumbs {
    padding: 0 3vw;
  }
  HTML[data-url$="/tantra-musik/bestellen"] .container.grid-xl {
    padding: 0 3vw !important;
  }
}
/* MOBIL Handy + Tablet ab hier */
@media (max-width: 840px) {
  .columns {
    padding: 0 4vw;
  }
  HTML[data-url$="/"] .columns {
    padding: 0;
  }
  .page_card > blockquote {
    width: 100%;
    margin: 0;
    padding: 0 0 1em 0;
  }
  HTML[data-url$="/tantra-musik/bestellen"] .container.grid-xl {
    padding: 0 4vw !important;
  }
  /* .navbar .navbar-brand {
    font-size: 1.4rem;
  } */
  /* Logo mittig */
  #header .navbar-section {
    margin-right: 0rem !important;
    margin-top: 0.5rem;
    text-align: center;
    display: block;
  }
  /* Damit der Hamburger nicht nach oben verschwindet (Abstände auf der Home Seite und den Unterseiten sind unterschiedlich) @Oliver */
  /* body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
    top: 1rem;
  } */
  /* Hintergrund mobile-menu */
  #overlay {
    /* background: rgba(200, 200, 200, 0.97);
    background: rgba(255, 244, 218, 0.95); */
    background: rgba(230, 224, 212, 0.95);
  }
  BODY.mobile-nav-open #overlay UL.tree LI > A.active:not(.has_children) {
    font-weight: 700;
  }
  BODY.mobile-nav-open #overlay UL.tree LI > A.active:not(.has_children)::before {
    font-size: 1rem;
    vertical-align: 20%;
  }
  .mobile-container .surya_logo {
    margin-top: 0.5rem;
  }
  /* Die aktuelle Seminare Box war mobil zu schmal */
  .col-3 {
    width: 100%;
  }
  .team-portrait-left,
  .figure-right,
  .figure-left {
    float: none !important;
  }
  /* Team Bilder mobil */
  UL.image_list > LI FIGURE > FIGCAPTION {
    font-size: 1rem;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  /* Nächster Termin oben rechts Seminarseite */
  #sidebar > #naechster_termin {
    position: absolute;
    /* top: 0.5rem; */
    top: -2.5rem;
    /* right: 5%; */
    right: 3%;
    font-size: 0.9rem;
    /* background: rgba(255, 255, 255, 0.7); */
    background: rgba(255, 244, 218, 0.85);
  }
  /* Abstand über dem Haupttext */
  .extra-spacing:not(.col-12),
  :not(.col12) > .e-content {
    margin-top: -0.4rem;
  }
  /* Terminliste Seminarseite Anmelden höher */
  /* UL.terminliste > LI > DL DD.aktionen > .button.anmelden {
    position: absolute;
    top: 0;
  } */
  DIV.tagline.startseite {
    position: absolute;
    top: 15% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    line-height: 3rem;
    white-space: break-spaces;
  }
  IMG[src*=steinfiguren] {
    top: 52%;
    max-width: 90%;
    height: auto;
    min-width: 70%;
  }
  IMG[src*=birgit-hartwin-start] {
    position: absolute;
    top: 80%;
    /* left: 50%;
    transform: translate(-50%,-50%); */
    width: min(200px, 40%);
  }
}
/* MOBIL Handy spezial ab hier */
@media (max-width: 480px) {
  H1 > EM.surya {
    font-size: 2rem;
  }
  DIV.tagline.startseite {
    position: absolute;
    top: 18% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2.5rem;
  }
  IMG[src*=steinfiguren] {
    min-width: 90%;
  }
  IMG[src*=birgit-hartwin-start] {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(200px, 50%);
    bottom: 6%;
  }
  .infobox.startseite {
    bottom: 33% !important;
    left: 15%;
    right: 15%;
  }
  .navbar .navbar-brand {
    font-size: 1.6rem;
  }
}
