@font-face {
    font-family: 'Futura Md BT';
    src: url('/assets/fonts/futura_md_bt_medium.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('/assets/fonts/futura_md_bt_bold.ttf');
    font-weight: bold;
}

img.emoji
{
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}

html, body {
    margin: 0px;
    background-color: white;
    color: black;
}

body {
    overflow-y: scroll;
}

h1 {
    font-family: 'Futura Md BT';
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-family: 'Futura Md BT';
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-family: 'Futura Md BT';
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}

h5 {
    font-family: 'Futura Md BT';
    font-size: 50px;
    font-weight: bold;
    margin: 0px;
}

p {
    font-family: 'Futura Md BT';
    font-size: 18px;
}

.header {
    background-color: #0007;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 70px;
    z-index: 50;
    backdrop-filter: blur(7px);
}

.header-placeholder {
    height: 70px;
    background-color: #000;
}

.c {
    margin: 0 auto;
    max-width: 1000px;
    padding: 10px;
}

a:link {
    color: yellow;
}
a:visited {
    color: yellow;
}

.background-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-size: cover;
    background-position: center;
    transform: scale(1.22);
    overflow:hidden;
}






.chaotic-mask {
    width: 300px;
    height: auto;
    /*clip-path: polygon(
        10% 20%, 30% 5%, 60% 0%, 80% 0%,
        95% 25%, 100% 50%, 95% 75%,
        75% 90%, 50% 95%, 20% 85%,
        10% 70%, 5% 40%
    );
    transition: clip-path 0.3s ease;*/
    border-radius: 50%;
}
.chaotic-mask:hover {
    /*clip-path: polygon(
        5% 10%, 25% 0%, 55% 10%, 85% 5%,
        95% 35%, 85% 60%, 90% 90%,
        60% 100%, 30% 95%, 10% 80%,
        0% 50%, 10% 25%
    );*/
}









div {
    box-sizing: border-box;
}

input {
    height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
    /*background-color: #0009;*/
    background-color: var(--fg-color-light-extra);
    color: var(--fg-color);
    border: solid 1px transparent;
    font-size: 20px;
    outline: none;
}
input:focus {
    border-color: #64AAFF;
    background-color: transparent;
}

button, input[type="submit"] {
    height: 35px;
    border-radius: 20px;
    padding: 0px 30px;
    font-size: 16px;
    border: solid 2px var(--fg-color-gray);
    color: var(--fg-color);
    outline: none;
    background-color: transparent;
    cursor: pointer;
    transition: .25s;
    background-color: white;
    border: none;
    font-size: 24px;
    height: 60px;
    border-radius: 30px;
}
button:hover, input[type="submit"] {
    background-color: var(--fg-color-light-extra);
    background-color: #000;
    color: white;
    box-shadow: #FFF 0px 0px 10px 10px;
}

button.high, input[type="submit"] {
    border-color: transparent;
    background-color: var(--theme-color);
    color: white;
}
button.high:hover, input[type="submit"]:hover {
    background-color: var(--theme-color-light);
}


.c {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.body {
    /*justify-content: center;*/
}

/*.header {
    display: flex;
    padding: 0px 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 51px;
    /*border-bottom: solid 1px var(--fg-color-light);/
    overflow: hidden;
    align-items: center;
    background-color: var(--bg-color);
    background-color: #000;
    z-index: 100;
}*/

.header h3 {
    margin: 0px;
    transform: translateY(2px);
    font-size: 24px;
}

/*.header-placeholder {
    height: 51px;
}*/

.column-area
{
    display: flex;
}

.column-area.rev
{
    direction: rtl;
}

.column
{
    width: calc(50% - 10px);
    overflow: hidden;
    direction: ltr;
}

.column-space
{
    width: 50px;
}

.margin-fm
{
    margin-left: 15%;
}

@media screen and (max-width: 600px) { /*480px*/

.header {
    justify-content: center;
}

.c {
}

.column-area
{
    display: block;
    /*margin-left: -20px;
    margin-right: -20px;*/
    margin-left: 0px;
    margin-right: 0px;
}

.column-area.rev
{
    direction: ltr;
}

.column
{
    width: 100%;
}

.column-space
{
    height: 50px;
}

.margin-fm
{
    margin-left: 0px;
}

}




@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fx-bar {
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:4px;
    background:#acece6;
    overflow:hidden;
}
.fx-bar div:before {
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    background:#26a69a;
    animation:box-1 2100ms cubic-bezier(0.65,0.81,0.73,0.4) infinite;
}
.fx-bar div:after {
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    background:#26a69a;
    animation:box-2 2100ms cubic-bezier(0.16,0.84,0.44,1) infinite;
    animation-delay:1150ms;
}

@keyframes box-1 {
    0% {
        left:-35%;
        right:100%;
    }
    60%,100% {
        left:100%;
        right:-90%;
    }
}
@keyframes box-2 {
    0% {
        left:-200%;
        right:100%;
    }
    60%,100% {
        left:107%;
        right:-8%;
    }
}

.btn > div {
    background-color: white;
    min-height: 40px;
    border-radius: 28px;
    padding: 10px 20px;
    color: #000;
    font-size: 24px;
    font-family: 'Futura Md BT';
    margin: 40px 0px;
    display: flex;
    justify-content: center;
    transition: .25s;
}
.btn > div:hover {
    background-color: black;
    color: #FFF;
    box-shadow: #FFF 0px 0px 10px 10px;
}

a.btn {
    text-decoration: none;
    width: 100%;
}

div.btn-container {
    padding: 0px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

div.ico-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

svg.ico-flex {
    max-width: 100%;
}