@font-face{font-family:Manrope;src:url(./manrope400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url(./manrope500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url(./manrope600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url(./manrope700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
*,::after,::before {box-sizing: border-box}
html, body {padding: 0; margin: 0; font-family: 'Manrope', sans-serif; -webkit-tap-highlight-color: transparent;}
html {overflow-y: scroll;}
body {margin: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; text-align: left; overflow: hidden; color: var(--tsoft-color-primary); background: var(--tsoft-background-ultralight);}
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: .5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem; font-family: inherit; font-weight: 700; line-height: 1.2; color: inherit;}
p {margin-top: 0; margin-bottom: 1rem;}
a {text-decoration: none; outline: none; color: var(--tsoft-color-links);}
a:hover {text-decoration: none; color: var(--tsoft-color-links-hover);}
button, input, optgroup, select, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; outline: none;}
.container-fluid {max-width: 430px; margin: 0 auto; padding-right: 15px; padding-left: 15px;}
.container-fluid.not-padded {padding-right: 0; padding-left: 0;}
.nowrap {white-space: nowrap;}
.inl {display: inline-block; vertical-align: top;}
.block {display: block;}
.relative {position: relative;}
.r90 {transform: rotate(90deg);}
.r180 {transform: rotate(180deg);}
.r270 {transform: rotate(270deg);}
.pb60 {padding-bottom: 60px;}
.pb150 {padding-bottom: 150px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt30 {margin-top: 30px;}
.w100 {width: 100%;}
.clear-both {clear: both;}
.text-center {text-align: center;}
.small {font-size: 0.85em;}
.caption-container {padding-top: 15px;}
.content {margin-top: 60px; padding-bottom: 120px;}

/* PAGE */
.t-wrap {padding-top: 30px;}
.t-wrap img {max-width: 80%;}
.t-hint {margin-top: 10px; font-size: 1.5em; font-weight: 600;}
.c-wrap {margin-top: 35px;}
.a-wrap {margin-top: 35px;}
.a-wrap .icon {width: 32px; height: 32px;}
.l-wrap {margin-top: 35px; padding-bottom: 35px;}
.l-wrap .icon {width: 128px; height: 128px; border-radius: 64px;}
.l-tag {margin-top: 15px;}

/* ANIMATIONS */
.pr-pulse {box-shadow: 0 0 8px 0 rgba(3, 155, 229, 0.8); animation: pulse 2s infinite;}
@keyframes pulse {
	0% {box-shadow:0 0 0 0 rgba(3, 155, 229, 0.5),0 0 0 0 rgba(3, 155, 229, 0.5);}
	20% {box-shadow:0 0 1.5rem 3rem rgba(3, 155, 229, 0.5),0 0 0 1rem rgba(3, 155, 229, 0.3);}
	to {box-shadow:0 0 3rem 6rem transparent,0 0 0 2rem transparent}
}
.pr-float {animation: float 2s infinite;}
@keyframes float {
	0% {transform: translatey(0px);}
	50% {transform: translatey(-20px);}
	100% {transform: translatey(0px);}
}