:root {
    --gray: #aaaaaa;
    --darkgray: #999;
    --white: #fff;
    --blue: #0d6efd;
}

html {
    font-size: 14px;
}

body {
	color: #444;
    font-family: 'Helvetica', sans-serif;
    line-height: normal;
    padding: 0;
    background: #fff;
}

h2 {
    letter-spacing: -0.042rem;
    font-size:1.85rem;
}
h4 {
    padding-bottom: 0.5rem;
}
h5 {
    padding-bottom: 0.25rem;
}

video {
    outline: none;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}

textarea {
	  height: 160px;
}

.sticky-lang-grid {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 20;
}

.vmid {
    vertical-align: middle !important;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.low-letter-spacing {
    letter-spacing: -0.005rem;
}
.inline-block {
    display: inline-block !important;
}
.none {
    display: none;
}

.max-width-890 {
    max-width: 890px;
}

.float-right {
    float: right;
}
.ml-25 {
    margin-left: 25%;
}
.font-size-1-1 {
    font-size: 1.1rem;
    line-height: 1.5;
}
.font-size-1-2 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.font-size-1-4 {
    font-size: 1.4rem;
    line-height: 1.5;
}
.font-size-1-8 {
    font-size: 1.8rem;
}

.italic {
	font-style: italic;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.flex-grow {
    flex-grow: 1;
}
.footer {
    margin: 2rem auto;
    text-align: center;
    color: #8e8e8e;
}
.action-msg-box {
    display: none;
}
.msg-box {
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}
.dynamic-info {
    display: none;
}
.width-1-percent {
    width: 1%;
}
.column-padding {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.lang-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	grid-gap: 1.5rem;
}

label {
	font-weight: 700;
}