html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}




ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 20px 0
}

a:link,
a:visited,
a:active {
    color: #ffffff;
    text-decoration: none;

}

a:hover {

    text-decoration: underline;
    text-decoration-color: orange;

}



.header__space {
    height: 100px
}



/* page content */



body {
    font: 20px/32px;
    font-family: articulat-cf, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #2D2D2C;
    height: 100%;

}



main {
    background: #f3f3f4;
    padding: 30px 10px 40px 10px;
    position: relative;
}

#myBtn,
#myBtn_mob {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    left: 20px
}

.mobile__container {

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

#myBtn {
    color: transparent;
    border: none;
    background-color: transparent;
}

#myBtn_mob {
    color: transparent;
    border: none;
    background-color: transparent;
}




#myBtn .volume-up {
    position: absolute;
    z-index: 500;
    bottom: 20px;
    left: 30px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-on-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}


#myBtn .volume-down {
    position: absolute;
    z-index: 500;
    bottom: 20px;
    left: 30px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-off-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}


#myBtn_mob .volume-up {
    position: absolute;
    z-index: 500;
    bottom: 10px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-on-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}


#myBtn_mob .volume-down {
    position: absolute;
    z-index: 500;
    bottom: 10px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-off-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}

.main-header-wrapper.active {
    background: #2a2a2a;
}






.main-header-wrapper {
    width: 100%;
    position: fixed;
    padding: 40px 40px 30px 50px;
    z-index: 10
}


.terms .main-header-wrapper {
    width: 100%;
    background: #2a2a2a;
    position: fixed;
    z-index: 7;
    padding: 40px 40px 30px 40px;
}

.header-inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
}

.sy_header {
    flex: 0 0 50%;
    text-align: left;
}

.sy_header img {
    width: 140px;
}

.sy_hello {

    flex: 0 0 50%;
    text-align: right
}

.sy_hello .connect {

    width: 140px;
    margin-left: auto
}

.icon {
    fill: white
}

.icon:hover {
    fill: lightgray
}

.footer-dark {
    background-color: #2a2a2a;
    padding: 2vw 4vw;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem;
    line-height: 1.4rem;
    flex-wrap: wrap;

}

.footer-left {
    flex: 0 0 50%;
    text-align: left
}

.footer-right {
    flex: 0 0 50%;
    text-align: right
}



.about-us {
    padding: 0vw 5vw 3vw 25vw;

    width: 77%;
    box-sizing: border-box;
}

h1 {
    font-size: 2.4rem;
    padding-left: 20px;
    padding-bottom: 30px
}


.terms_content_title {
    padding: 5vw 25vw 5vw 5vw;
    font-size: 3vw;
    line-height: 1.2em;
}




.main_body_text {
    padding: 0vw 3vw 0vw 3vw;
    font-size: 3.0vw;
    line-height: 1em;
    width: 100%;
    box-sizing: border-box;

}




.footer-left p {
    margin: 0 0 15px 0
}



.social_icons_holder {
    width: 100%;
    margin-left: auto;
    position: relative;
    height: 100%
}

.social_icons_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100px;
    margin-left: auto;
    justify-content: space-between;

}

.social_icons {
    flex: 0 0 48%;
}

.copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.0rem;
}

@media only screen and (max-width: 1024px) {
    .main_body_text {
        width: 100%;
        padding: 0vh 3vh 5vh 3vh;
        font-size: 40px;
        line-height: 1.2em;
    }

    .controls>* {
        width: 4%;
        display: block;
        cursor: pointer;

    }



}

@media only screen and (max-width: 767px) {
    .main_body_text {
        width: 100%;
        padding: 0vh 1vh 3vh 2vh;
        font-size: 25px;
        line-height: 1.2em;
    }


    main {
        padding: 20px 10px 40px 10px;
    }

    #background-video {
        display: none;
    }

    .main-header-wrapper {
        padding: 20px;

    }

    .header-inner {
        width: calc(100% - 40px);
    }

    .controls>* {
        width: 10%;
        display: block;
        cursor: pointer;

    }

    .controls button {
        left: 20px;
        z-index: 9999;
    }

    .about-us {
        padding: 0vw 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-dark {
        padding: 30px;

    }

    .footer-left {
        flex: 0 0 100%;
        text-align: left
    }

    .footer-right {
        flex: 0 0 100%;
        text-align: left;
        margin-left: auto;
        padding: 20px 0 10px 0
    }

    .social_icons_inner {
        margin-left: 0px
    }

    .copyright {
        position: relative;

    }




}


.cls-1 {
    fill: #fff;
    stroke-width: 0px;
}



.video_holder.small {
    display: none
}




@media only screen and (max-width: 768px) {

    .video_holder.small {
        display: block;

    }

    .video_holder.large {
        display: none
    }

    .video_holder.small {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 100% 0 0 0;
        position: relative;
    }

}


@media only screen and (min-width: 769px) {
    .video_holder.large {
        display: block;
    }

    .video_holder.small {
        display: none
    }


}