:root {
    --bs-blue: #0479ba;
    --bs-indigo: #bba4ff;
    --bs-purple: #de8cff;
    --bs-pink: #f34fa0;
    --bs-red: #ff6060;
    --bs-orange: #ff9f0c;
    --bs-yellow: #f9e80d;
    --bs-green: #1ecc33;
    --bs-teal: #3cd2a5;
    --bs-cyan: #30beff;
    --bs-white: #FFFFFF;
    --bs-gray: #526872;
    --bs-gray-dark: #35434a;
    --bs-gray-100: #c0cacf;
    --bs-gray-200: #a8b6bc;
    --bs-gray-300: #90a2aa;
    --bs-gray-400: #798e98;
    --bs-gray-500: #617a86;
    --bs-gray-600: #526872;
    --bs-gray-700: #44555e;
    --bs-gray-800: #35434a;
    --bs-gray-900: #273136;
    --bs-default: #a8b6bc;
    --bs-theme: #3cd2a5;
    --bs-primary: #0479ba;
    --bs-secondary: #798e98;
    --bs-warning: #ff9f0c;
    --bs-danger: #ff6060;
    --bs-success: #3cd2a5;
    --bs-info: #30beff;
    --bs-dark: #35434a;
    --bs-black: #000000;
    --bs-white: #FFFFFF;
    --bs-purple: #de8cff;
    --bs-indigo: #bba4ff;
    --bs-red: #ff6060;
    --bs-pink: #f34fa0;
    --bs-green: #1ecc33;
    --bs-yellow: #f9e80d;
    --bs-teal: #3cd2a5;
    --bs-muted: #617a86;
    --bs-light: #c0cacf;
    --bs-lime: #81f32d;
    --bs-gray-100: #c0cacf;
    --bs-gray-200: #a8b6bc;
    --bs-gray-300: #90a2aa;
    --bs-gray-400: #798e98;
    --bs-gray-500: #617a86;
    --bs-gray-600: #526872;
    --bs-gray-700: #44555e;
    --bs-gray-800: #35434a;
    --bs-gray-900: #273136;
    --bs-default-rgb: 4, 121, 186;
    --bs-theme-rgb: 4, 121, 186;
    --bs-primary-rgb: 78, 156, 255;
    --bs-secondary-rgb: 121, 142, 152;
    --bs-warning-rgb: 255, 159, 12;
    --bs-danger-rgb: 255, 96, 96;
    --bs-success-rgb: 60, 210, 165;
    --bs-info-rgb: 48, 190, 255;
    --bs-dark-rgb: 53, 67, 74;
    --bs-black-rgb: 0, 0, 0;
    --bs-blue-rgb: 4, 121, 186;
    --bs-white-rgb: 255, 255, 255;
    --bs-purple-rgb: 222, 140, 255;
    --bs-indigo-rgb: 187, 164, 255;
    --bs-red-rgb: 255, 96, 96;
    --bs-pink-rgb: 243, 79, 160;
    --bs-green-rgb: 30, 204, 51;
    --bs-yellow-rgb: 249, 232, 13;
    --bs-teal-rgb: 60, 210, 165;
    --bs-muted-rgb: 97, 122, 134;
    --bs-light-rgb: 192, 202, 207;
    --bs-lime-rgb: 129, 243, 45;
    --bs-gray-100-rgb: 192, 202, 207;
    --bs-gray-200-rgb: 168, 182, 188;
    --bs-gray-300-rgb: 144, 162, 170;
    --bs-gray-400-rgb: 121, 142, 152;
    --bs-gray-500-rgb: 97, 122, 134;
    --bs-gray-600-rgb: 82, 104, 114;
    --bs-gray-700-rgb: 68, 85, 94;
    --bs-gray-800-rgb: 53, 67, 74;
    --bs-gray-900-rgb: 39, 49, 54;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 255, 255, 255;
    --bs-body-bg-rgb: 39, 49, 54;
    --bs-bg-opacity: 0.05;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Chakra Petch, sans-serif;
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(255, 255, 255, 0.75);
    --bs-body-bg: #273136;
    --bs-border-color: #cf9023;
}

@font-face {
font-family: "Infinite";
src: url("../fonts/Infinite_Stroke.otf") format("opentype");
}

@font-face {
    font-family: 'Egyptian Outline';
    src: url('../fonts/EgyptianOutline-Regular.eot');
    src: url('../fonts/EgyptianOutline-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EgyptianOutline-Regular.woff2') format('woff2'),
        url('../fonts/EgyptianOutline-Regular.woff') format('woff'),
        url('../fonts/EgyptianOutline-Regular.ttf') format('truetype'),
        url('../fonts/EgyptianOutline-Regular.svg#EgyptianOutline-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Breakaway';
    src: url('../fonts/Breakaway.eot');
    src: url('../fonts/Breakaway.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Breakaway.woff2') format('woff2'),
        url('../fonts/Breakaway.woff') format('woff'),
        url('../fonts/Breakaway.ttf') format('truetype'),
        url('../fonts/Breakaway.svg#Breakaway') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.glitch-effect {
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #f9d77e;
	--color-link-hover: #fff;
	--color-info: #efc453;
	--glitch-width: 100vw;
	--glitch-height: 100vh;
	--gap-horizontal: 10px;
	--gap-vertical: 5px;
	--time-anim: 4s;
	--delay-anim: 2s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: none;
	--blend-mode-4: none;
	--blend-mode-5: overlay;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: transparent;
	--blend-color-4: transparent;
	--blend-color-5: transparent;
}
.fa,
.caret {
    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;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.typography-box {
    background: #e6e6e6;
    padding-top: 85px;
    padding-bottom: 70px
}

.typography-box.dark {
    background: #0d0d0d;
    padding-top: 70px;
    padding-bottom: 85px
}

.typography-section {
    margin-bottom: 55px
}

.buttons-list .btn {
    margin: 2px 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1;
    letter-spacing: .2em;
    margin-top: 0;
    margin-bottom: 32px;
    text-transform: uppercase
}

h1,
.h1 {
    font-weight: 300;
    letter-spacing: .1em
}

h2,
.h2 {
    font-weight: 400;
    letter-spacing: .1em
}

h3,
.h3 {
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: .1em
}

h4,
.h4 {
    font-weight: 700;
    margin-bottom: 25px
}

h5,
.h5 {
    font-weight: 500;
    margin-bottom: 20px
}

h6,
.h6 {
    font-weight: 500;
    margin-bottom: 15px
}

p {
    margin-bottom: 30px
}

p:last-child {
    margin-bottom: 0;
    color: #fff;
}

a {
    border-bottom: 1px solid #b7b7b7;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.5s, border-color 0.5s;
    transition: color 0.5s, border-color 0.5s;
    vertical-align: top
}

a:hover,
a:focus {
    border-bottom-color: #fff;
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%
}

svg {
    max-width: 100%
}

.lead {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.67
}

.caption {
    color: #666;
    line-height: 1.3;
    margin-bottom: 30px
}

.caption figcaption {
    margin-top: 23px
}

ul,
ol {
    margin-bottom: 30px;
    padding-left: 17px
}

ul {
    list-style-type: none;
    padding-left: 0
}

ul li {
    padding-left: 17px;
    position: relative
}

ul li:before {
    border-left: 5px solid #000;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    content: "";
    height: 0;
    margin: -3px 0 0 -14px;
    position: absolute;
    top: 1em;
    width: 0
}

.dark ul li:before {
    border-left-color: #fff
}

blockquote {
    border-left-width: 2px;
    line-height: 1.75em;
    margin: 0 0 30px 40px;
    padding: 0 0 0 30px
}

blockquote p {
    margin-bottom: 10px
}

blockquote footer,
blockquote small,
blockquote .small {
    color: #999;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.6
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    display: none
}

.table {
    margin-bottom: 30px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th {
    font-size: 12px;
    font-size: .85714rem;
    line-height: 2.2;
    padding: 11px 10px;
    text-align: center;
    text-transform: uppercase
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    line-height: 2.2;
    text-align: center
}

.table>thead>tr>th {
    border-width: 1px;
    font-weight: 500
}

.table.table-striped>thead tr {
    background-color: #111111
}

.table.table-striped>thead tr>th,
.table.table-striped>thead tr>td {
    color: #fff
}

.table.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f7f7f7
}

.table.table-bordered>thead>tr>th,
.table.table-bordered>thead>tr>td {
    border-color: #252525;
    border-top: 1px solid #252525 !important
}

.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.confirm-code-container {
    
}
/*#confirm-code-button {
    padding: 9px 30px 10px;
    border: 1px solid #cf9023;
    background: #cf9023;
}
#confirm-code-input {
    width: 40%;
    display: inline-block;
    text-decoration: none;
    margin-right: -5px;
    text-align: center;
    background: #fff;
    color: #a79a88;
    font-weight: 600;
    height: 40px;
    letter-spacing: normal;
    border: 1px solid #cf9023;
}
*/
#confirm-code-button {
    top: 0;
    padding: 17px 30px;
    border: none;
    background: url(../img/685688-1.png) no-repeat scroll center / 118px;
    position: relative;
    left: -1px;
}
#confirm-code-input {
    width: 40%;
    display: inline-block;
    text-decoration: none;
    margin-right: -5px;
    text-align: center;
    background: url('../img/856867.png') repeat scroll center / contain;
    color: #fff;
    font-weight: 600;
    height: 40px;
    letter-spacing: normal;
    border: 1px solid #cf9023;
}
#confirm-code-user-message {
    display: block;
    
}
#confirm-code-user-message.error {
    color: red;
    text-shadow: 1px 1px 0px #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#confirm-code-user-message.success {
    color: green;
    text-shadow: 1px 1px 0px #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#confirm-code-try-again {
    cursor: pointer;
    text-decoration: underline;
}
.confirm-code-container .form-control::placeholder {
    color: #fff;
}



/* Animations */

@keyframes glitch-anim-1 {
	0% { 
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0);
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	2% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	4% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	8% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	10% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	12% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	14% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	16% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	18% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-2 {
	0% { 
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	3% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	7% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	9% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	11% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	13% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	15% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	17% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	19% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	20% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-3 {
	0% { 
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	1.5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	2% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	2.5% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	3% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	5.5% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	7% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	8% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	9% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	10.5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	11% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	13% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	14% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	14.5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	15% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	16% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	18% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-text {
	0% { 
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	9.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
	}
	10%, 100% {
		transform: translate3d(0,0,0) scale3d(1,1,1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* Flash */
@keyframes glitch-anim-flash {
	0%, 5% { 
		opacity: 0.2; 
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	5.5%, 100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}



/* Glitch styles */
.glitch {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.glitch__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 132px;
    margin-left: -65px;
    margin-top: -66px;
    background: url(../img/bcb-logo.png) no-repeat 50% 0;
    background-color: var(--blend-color-1);
    background-size: cover;
    transform: translate3d(0,0,0);
    background-blend-mode: var(--blend-mode-1);
}

.glitch__img:nth-child(n+2) {
	opacity: 0;
}

.glitch__img:nth-child(n+2) {
	animation-duration: var(--time-anim);
	animation-delay: var(--delay-anim);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.glitch__img:nth-child(2) {
	background-color: var(--blend-color-2);
	background-blend-mode: var(--blend-mode-2);
	animation-name: glitch-anim-1;
}

.glitch__img:nth-child(3) {
	background-color: var(--blend-color-3);
	background-blend-mode: var(--blend-mode-3);
	animation-name: glitch-anim-2;
}

.glitch__img:nth-child(4) {
	background-color: var(--blend-color-4);
	background-blend-mode: var(--blend-mode-4);
	animation-name: glitch-anim-3;
}

.glitch__img:nth-child(5) {
	background-color: var(--blend-color-5);
	background-blend-mode: var(--blend-mode-5);
	animation-name: glitch-anim-flash;
}




.glitch_popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.glitch__img_popup {
    position: relative;
    width: 75px;
    height: 75px;
    background: url(../img/bcb-logo.png) no-repeat 50% 0;
    background-color: var(--blend-color-1);
    background-size: cover;
    transform: translate3d(0,0,0);
    background-blend-mode: var(--blend-mode-1);
}

.glitch__img_popup:nth-child(n+2) {
	opacity: 0;
}

.glitch__img_popup:nth-child(n+2) {
	animation-duration: var(--time-anim);
	animation-delay: var(--delay-anim);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.glitch__img_popup:nth-child(2) {
	background-color: var(--blend-color-2);
	background-blend-mode: var(--blend-mode-2);
	animation-name: glitch-anim-1;
}

.glitch__img_popup:nth-child(3) {
	background-color: var(--blend-color-3);
	background-blend-mode: var(--blend-mode-3);
	animation-name: glitch-anim-2;
}

.glitch__img_popup:nth-child(4) {
	background-color: var(--blend-color-4);
	background-blend-mode: var(--blend-mode-4);
	animation-name: glitch-anim-3;
}

.glitch__img_popup:nth-child(5) {
	background-color: var(--blend-color-5);
	background-blend-mode: var(--blend-mode-5);
	animation-name: glitch-anim-flash;
}

.enter-password-button {
    position: relative;
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border 1s cubic-bezier(0.19,1,.22,1),color .6s cubic-bezier(0.19,1,.22,1);
    transition: border 1s cubic-bezier(0.19,1,.22,1), color .6s cubic-bezier(0.19,1,.22,1), background 5s cubic-bezier(0.19,1,.22,1);
}
.enter-password-button .mask {
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.enter-password-button .mask {
	position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	-webkit-transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
	transform: translate3d(-120%,-50px,0) rotate3d(0,0,1,45deg);
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.enter-password-button .shift {
	-webkit-transition: all 1.1s cubic-bezier(0.19,1,.22,1);
	transition: all 1.1s cubic-bezier(0.19,1,.22,1);
}

.enter-password-button:hover {
border-color: rgba(255, 255, 255, 0.3);
}
.enter-password-button:hover a {
	color: #fff;
}

.enter-password-button:hover .mask {
	background: #fff;
	-webkit-transform: translate3d(150%,-100px,0) rotate3d(0,0,1,90deg);
	transform: translate3d(150%,-100px,0) rotate3d(0,0,1,90deg);
}
.enter-password-button.shine .mask {
    position: absolute;
	display: block;
	width: 200px;
	height: 100px;
	background: #fff;
	-webkit-transform: translate3d(150%,-100px,0) rotate3d(0,0,1,90deg);
	transform: translate3d(150%,-100px,0) rotate3d(0,0,1,90deg);
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.form-control {
    font-size: 12px;
    font-size: .85714rem;
    box-shadow: none !important;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
}
.form-control:focus {
    border: 1px solid #fff;
}

.dark .form-control {
    border-color: #a1a1a1;
    color: #fff
}

textarea {
    min-height: 120px
}

.btn {
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.6;
    /*letter-spacing: .3em;*/
    letter-spacing: normal;
    padding: 15px 45px 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s linear background, 0.2s linear border;
    transition: 0.2s linear background, 0.2s linear border
}

.btn:hover,
.btn:focus {
    outline: none
}

.btn:active,
.btn.active {
    box-shadow: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none
}

.btn.btn-white {
    background: #e1e1e1;
    border-color: #e1e1e1;
    color: #000
}

.btn.btn-sm,
.btn-group-sm>.btn {
    padding: 10px 25px 9px
}

.btn.btn-inverse {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.15);
    color: #000;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
    border-color: #fff
}

.bootstrap-select.btn-group .btn {
    background: none;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 20px;
    padding-right: 45px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.bootstrap-select.btn-group .btn.btn-default {
    color: #666
}

.dark .bootstrap-select.btn-group .btn.btn-default {
    border-color: #a1a1a1;
    color: #666
}

.dark .bootstrap-select.btn-group .btn.btn-default .caret {
    color: #a1a1a1
}

.bootstrap-select.btn-group .btn:hover,
.bootstrap-select.btn-group .btn:focus {
    outline: none !important
}

.bootstrap-select.btn-group .btn:active,
.bootstrap-select.btn-group .btn.active {
    box-shadow: none
}

.bootstrap-select.btn-group .btn .caret {
    color: #000;
    margin-top: -4px;
    right: 15px
}

.bootstrap-select.btn-group .dropdown-menu {
    background-color: #111;
    border-color: #111;
    box-shadow: none;
    color: #999;
    list-style: none;
    margin: 0;
    padding: 0
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    text-transform: none
}

.bootstrap-select.btn-group .dropdown-menu li:before {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a {
    border: 0 none;
    border-bottom: 1px solid #0d0d0d;
    color: inherit;
    font-weight: 400;
    line-height: 1.2;
    padding: 17px 22px;
    -webkit-transition: .2s linear color;
    transition: .2s linear color
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus {
    background: none;
    color: #ccc;
    outline: none
}

.dark .bootstrap-select.btn-group .dropdown-menu {
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.dark .bootstrap-select.btn-group .dropdown-menu li a {
    border-bottom-color: #d7d7d7;
    color: #999
}

.dark .bootstrap-select.btn-group .dropdown-menu li a:hover,
.dark .bootstrap-select.btn-group .dropdown-menu li a:focus {
    color: #666
}

.bootstrap-select.btn-group.open .btn {
    background: none;
    box-shadow: none;
    color: #000
}

.dark .bootstrap-select.btn-group.open .btn {
    color: #fff
}

.caret {
    border: 0 none;
    font-size: 25px;
    height: 10px;
    line-height: 10px;
    width: 17px
}

.caret:before {
    content: "\f107"
}

.radio label,
.checkbox label {
    padding-left: 40px
}

.new-radio,
.new-checkbox {
    border: 1px solid #464646;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 5px 0 0 -40px;
    position: absolute;
    width: 20px
}

.new-radio input,
.new-checkbox input {
    cursor: pointer;
    margin: 0 !important;
    opacity: 0
}

.new-radio svg,
.new-checkbox svg {
    display: none;
    height: 11px;
    margin: 4px 0 0 3px;
    vertical-align: top;
    width: 13px
}

.new-radio svg polyline,
.new-checkbox svg polyline {
    fill: #464646
}

.new-radio.checked svg,
.new-checkbox.checked svg {
    display: block
}

.dark .new-radio,
.dark .new-checkbox {
    border-color: #636363
}

.dark .new-radio svg polyline,
.dark .new-checkbox svg polyline {
    fill: #636363
}

.new-radio {
    border-radius: 10px
}

.new-radio span {
    background: #464646;
    border-radius: 4px;
    display: none;
    height: 8px;
    margin: 5px 0 0 5px;
    width: 8px
}

.dark .new-radio span {
    background: #636363
}

.new-radio.checked span {
    display: block
}

.form-inline .radio label,
.form-inline .checkbox label,
.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 32px
}

.form-inline .radio input[type="radio"],
.form-inline .radio input[type="checkbox"],
.form-inline .checkbox input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .radio input[type="radio"],
.navbar-form .radio input[type="checkbox"],
.navbar-form .checkbox input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: absolute
}

.radio-inline,
.checkbox-inline {
    padding-left: 32px
}

.dark {
    color: #fff
}

.dark a:not(.btn) {
    color: #ccc
}

.dark a:not(.btn):hover {
    color: #666
}

.dark table {
    color: #000
}

.modal .modal-backdrop {
    background: none
}

.modal .modal-content {
    border: 0 none;
    box-shadow: none
}

.close {
    color: #333;
    font-family: Aria;
    font-size: 25px;
    font-weight: 100
}

.progress-button {
    border: 0 none;
    padding: 16px 46px 15px;
    position: relative
}

.progress-button span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.progress-button .progress {
    background: #7ebec4;
    box-shadow: none;
    margin: 0;
    width: 0
}

.progress-button .success {
    background: #5fbe4d;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.progress-button .success svg {
    height: 23px;
    margin: 14px 0 0;
    width: 29px
}

.progress-button .error {
    background: #ff6666;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.progress-button .error:before,
.progress-button .error:after {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -13px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 26px
}

.progress-button .error:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.progress-button.loading .progress {
    -webkit-transition: width .6s linear;
    transition: width .6s linear;
    width: 100%
}

.progress-button.loaded .progress {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.progress-button.error .error {
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.progress-button.success .success {
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.btn[data-hover] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.btn[data-hover] .button-label {
    display: block;
    position: static;
    -webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.btn[data-hover]:before {
    content: attr(data-hover);
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%
}

.btn[data-hover]:hover .button-label {
    opacity: 0;
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0)
}

.btn[data-hover]:hover:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

embed,
iframe,
object,
video,
audio {
    border: 0 none;
    max-width: 100%
}

.video-box {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .replace-2x {
        opacity: 0
    }

    .replace-2x.loaded {
        opacity: 1;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }
}

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center
    }

    .xs-text-left {
        text-align: left
    }

    .xs-text-right {
        text-align: right
    }
}

@media (max-width: 991px) {
    .sm-text-center {
        text-align: center
    }

    .sm-text-left {
        text-align: left
    }

    .sm-text-right {
        text-align: right
    }
}

.relative {
    position: relative
}

html {
    height: 100%;
    font-size: 14px;
    word-wrap: break-word
}

body {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 2.2;
    min-width: 320px;
    overflow-x: hidden;
    position: relative
}

@media (max-width: 767px) {
    body {
        overflow: auto;
        overflow-x: hidden;
    }
}

*:focus {
    outline: none
}

@-webkit-keyframes expand {
    0% {
        width: 2px;
        height: 2px;
        top: 24px;
        left: 24px;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        opacity: 0.2
    }
}

@keyframes expand {
    0% {
        width: 2px;
        height: 2px;
        top: 24px;
        left: 24px;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        opacity: 0.2
    }
}

.preloader {
    background: #000;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.preloader span {
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px
}

.preloader span:before,
.preloader span:after {
    -webkit-animation: expand 3s;
    animation: expand 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    border: solid 3px #000;
    border-radius: 50%;
    content: " ";
    height: 2px;
    left: 24px;
    opacity: 0;
    position: absolute;
    top: 24px;
    width: 2px
}

.preloader span:after {
    -webkit-animation-delay: 1.5s
}

@keyframes moveclouds {
    0% {
        margin-left: 100%
    }

    100% {
        margin-left: -100%
    }
}

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 100%
    }

    100% {
        margin-left: -100%
    }
}

@keyframes moveclouds2 {
    0% {
        margin-left: 100%
    }

    50% {
        margin-left: 100%
    }

    100% {
        margin-left: -100%
    }
}

@-webkit-keyframes moveclouds2 {
    0% {
        margin-left: 100%
    }

    50% {
        margin-left: 100%
    }

    100% {
        margin-left: -100%
    }
}

.logo-button a {
 color: #fff;   
}
.logo-button {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border 1s cubic-bezier(0.19,1,.30,1),color .6s cubic-bezier(0.19,1,.30,1);
    transition: border 1s cubic-bezier(0.19,1,.30,1), color .6s cubic-bezier(0.19,1,.30,1), background 5s cubic-bezier(0.19,1,.30,1);
}
.logo-button .mask {
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.logo-button .mask {
	position: absolute;
	display: block;
	width: 300px;
	height: 100px;
	-webkit-transform: translate3d(-90%,-50px,0) rotate3d(0,0,1,65deg);
	transform: translate3d(-90%,-50px,0) rotate3d(0,0,1,65deg);
	-webkit-transition: all 1.1s cubic-bezier(0.19,1,.30,1);
	transition: all 1.1s cubic-bezier(0.19,1,.30,1);
}

.logo-button .shift {
	-webkit-transition: all 1.1s cubic-bezier(0.19,1,.30,1);
	transition: all 1.1s cubic-bezier(0.19,1,.30,1);
}

.logo-button:hover {
border-color: rgba(255, 255, 255, 0.3);
}
.logo-button:hover a {
	color: #fff;
}

.logo-button:hover .mask {
	background: #fff;
	-webkit-transform: translate3d(150%,-150px,0) rotate3d(0,0,1,65deg);
	transform: translate3d(150%,0,0) rotate3d(0,0,1,65deg);
}
.logo-button.shine .mask {
	background: #fff;
	-webkit-transform: translate3d(150%,-150px,0) rotate3d(0,0,1,65deg);
	transform: translate3d(150%,-150px,0) rotate3d(0,0,1,65deg);
}
.logo-button:hover .shift {
	padding-left: 5px;
}

.cookieConsentPopup-1 .cookie-consent-close {
    overflow: hidden;
    position: relative;
}
.cookieConsentPopup-1 .cookie-consent-close:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 280%;
  height: 140%;
  opacity: 0;
  transform: rotate(-30deg);
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.cookieConsentPopup-1 .cookie-consent-close:hover:after {
  opacity: 1;
  top: 60%;
  left: 60%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.cookieConsentPopup-1 .cookie-consent-close:active:after {
  opacity: 0;
}

.background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.background .layer {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.background .clouds {
    overflow: hidden
}

.background .clouds .cloud {
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    will-change: transform
}

.background .clouds .cloud-1 {
    -webkit-animation: moveclouds 20s linear infinite;
    animation: moveclouds 20s linear infinite
}

.background .clouds .cloud-2 {
    -webkit-animation: moveclouds 45s linear infinite;
    animation: moveclouds 45s linear infinite
}

.background .clouds .cloud-3 {
    -webkit-animation: moveclouds2 30s linear infinite;
    animation: moveclouds2 30s linear infinite
}

.background .background-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.background .background-image.page-bg-1 {
    background-image: url(../img/fomo.jpg);
    background-repeat: repeat;
    background-size: 150px;
    background-color: #000;
    opacity: 0.8;
}

.background .background-slider {
    z-index: inherit !important
}

.background .background-slider .owl-stage-outer {
    height: 100%
}

.background .background-slider .owl-stage-outer .owl-stage {
    height: 100%
}

.background .background-slider .owl-stage-outer .owl-stage .owl-item {
    height: 100%
}

.background .background-slider .owl-stage-outer .owl-stage .owl-item .item {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.background .background-overlay.page-overlay-2 {
    background-color: rgba(0, 0, 0, 0.9)
}

.background .background-overlay.page-overlay-3 {
    background-color: rgba(255, 255, 255, 0.8)
}

.background .background-overlay.page-overlay-4 {
    background-color: rgba(202, 221, 254, 0.9)
}

.background .background-overlay.page-overlay-5 {
    background-color: rgba(206, 239, 248, 0.9)
}

.background .background-overlay.page-overlay-6 {
    background-color: rgba(254, 223, 223, 0.9)
}

.background .background-overlay.intro-overlay {
    background-color: rgba(7, 7, 7, 0.8)
}

.background .background-video video {
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    width: 100%
}

.loaded .background .background-video video {
    width: auto
}

.background .background-video iframe {
    max-width: inherit
}

.background .background-video .tubular-container {
    height: 100%;
    width: 100%
}

.background .background-video .tubular-container .tubular-player {
    position: absolute
}

.site-header {
    height: 113px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 991px) {
    .site-header {
        height: 93px
    }
}

@media (max-width: 767px) {
    .site-header {
        height: 117px;
        padding-top: 15px;
        position: relative
    }
}

.site-header .header-wrap {
    display: table;
    height: 100%;
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%
}

@media (max-width: 991px) {
    .site-header .header-wrap {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 767px) {
    .site-header .header-wrap {
        display: block;
        height: auto;
        padding-left: 5px;
        padding-right: 5px
    }
}

.site-header .header-wrap .header-box {
    display: table-cell;
    float: none;
    vertical-align: bottom
}

@media (max-width: 767px) {
    .site-header .header-wrap .header-box {
        display: block
    }
}

.site-header .header-wrap .header-box.logo-box {
    padding: 0;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    display: block;
    margin: 13px auto 0 auto;
}
.site-header .header-wrap .header-box.logo-box img {
    width: 66px;
    height: 67.5px;
}
.site-header .header-wrap .header-box.logo-box a {
    border: 0 none !important
}

.site-header .header-wrap .header-box .main-menu {
    display: inline-block;
    min-height: 40px;
    position: relative;
    vertical-align: top;
    margin-top: -35px;
}

@media (max-width: 767px) {
    .site-header .header-wrap .header-box .main-menu {
        width: 100%;
        margin-top: 0;
    }
}

.site-header .header-wrap .header-box .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-header .header-wrap .header-box .main-menu ul li {
    border-right: 1px solid rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 0;
    position: relative;
    vertical-align: top
}

@media (max-width: 767px) {
    .site-header .header-wrap .header-box .main-menu ul li {
        border-right: 0 none
    }
}

.site-header .header-wrap .header-box .main-menu ul li:before,
.site-header .header-wrap .header-box .main-menu ul li:after {
    border: 0 none;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    content: "";
    display: none;
    height: 15px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 15px;
    color: #fff;
}

@media (max-width: 767px) {

    .site-header .header-wrap .header-box .main-menu ul li:before,
    .site-header .header-wrap .header-box .main-menu ul li:after {
        display: block
    }
}

.site-header .header-wrap .header-box .main-menu ul li:after {
    border-top: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    bottom: 0;
    top: auto
}

.site-header .header-wrap .header-box .main-menu ul li:first-child:before,
.site-header .header-wrap .header-box .main-menu ul li:first-child:after {
    display: block
}

.site-header .header-wrap .header-box .main-menu ul li:last-child {
    border-right: 0 none
}

@media (max-width: 767px) {
    .site-header .header-wrap .header-box .main-menu ul li:last-child {
        float: right
    }
}

.site-header .header-wrap .header-box .main-menu ul li:last-child a:before,
.site-header .header-wrap .header-box .main-menu ul li:last-child a:after {
    display: block
}

.site-header .header-wrap .header-box .main-menu ul li a {
    border: 0 none;
    color: #fff;
    display: block;
    letter-spacing: .1em;
    min-width: 170px;
    overflow: hidden;
    padding: 5px 22px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .site-header .header-wrap .header-box .main-menu ul li a {
        min-width: 100px
    }
}

@media (max-width: 767px) {
    .site-header .header-wrap .header-box .main-menu ul li a {
        min-width: 75px
    }
}

.dark .site-header .header-wrap .header-box .main-menu ul li a {
    color: rgba(255, 255, 255, 0.3)
}

.site-header .header-wrap .header-box .main-menu ul li a .hover-label {
    color: #fff;
    font-style: normal;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s
}

.dark .site-header .header-wrap .header-box .main-menu ul li a .hover-label {
    color: #fff
}

.site-header .header-wrap .header-box .main-menu ul li a:before,
.site-header .header-wrap .header-box .main-menu ul li a:after {
    border: 0 none;
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    display: none;
    height: 15px;
    margin: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 15px
}

@media (max-width: 767px) {

    .site-header .header-wrap .header-box .main-menu ul li a:before,
    .site-header .header-wrap .header-box .main-menu ul li a:after {
        display: block
    }
}

.site-header .header-wrap .header-box .main-menu ul li a:after {
    border-top: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    bottom: 0;
    top: auto
}

.site-header .header-wrap .header-box .main-menu ul li a span {
    -webkit-transition: color 0.4s ease-in-out, transform 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.site-header .header-wrap .header-box .main-menu ul li a span svg {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    vertical-align: top
}

.dark .site-header .header-wrap .header-box .main-menu ul li a span svg path {
    fill: #fff
}

.site-header .header-wrap .header-box .main-menu ul li a span.icon {
    display: table-cell;
    height: 30px;
    line-height: 1;
    min-width: 66px;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    vertical-align: middle
}

@media (max-width: 767px) {
    .site-header .header-wrap .header-box .main-menu ul li a span.icon {
        min-width: 30px
    }
}

.site-header .header-wrap .header-box .main-menu ul li a span.icon .fa,
.site-header .header-wrap .header-box .main-menu ul li a span.icon .caret {
    font-size: 22px
}

.site-header .header-wrap .header-box .main-menu ul li a span.icon svg {
    vertical-align: middle
}

.site-header .header-wrap .header-box .main-menu ul li a span:before,
.site-header .header-wrap .header-box .main-menu ul li a span:after {
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -14px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
    -webkit-transition: background 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    width: 28px
}

.site-header .header-wrap .header-box .main-menu ul li a span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-header .header-wrap .header-box .main-menu ul li a span:hover .hover-label,
.site-header .header-wrap .header-box .main-menu ul li a span:focus .hover-label {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.site-header .header-wrap .header-box .main-menu ul li a.active .hover-label {
    display: none
}

.site-header .header-wrap .header-box .main-menu ul li a.active span {
    color: transparent;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.site-header .header-wrap .header-box .main-menu ul li a.active span svg {
    opacity: 0
}

.site-header .header-wrap .header-box .main-menu ul li a.active span:before {
    background: #fff;
    -webkit-transform: rotate(-585deg);
    transform: rotate(-585deg)
}

.dark .site-header .header-wrap .header-box .main-menu ul li a.active span:before {
    background: #ececec
}

.site-header .header-wrap .header-box .main-menu ul li a.active span:after {
    background: #fff;
    -webkit-transform: rotate(-675deg);
    transform: rotate(-675deg)
}

.dark .site-header .header-wrap .header-box .main-menu ul li a.active span:after {
    background: #ececec
}

.site-header .header-wrap .header-box .main-menu ul li a.active:hover span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.site-header .header-wrap .header-box .countdown-box {
    display: inline-block;
    padding: 5px 28px;
    position: relative
}

.site-header .header-wrap .header-box .countdown-box:before,
.site-header .header-wrap .header-box .countdown-box:after,
.site-header .header-wrap .header-box .countdown-box .countdown:before,
.site-header .header-wrap .header-box .countdown-box .countdown:after {
    border: 0 none;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    content: "";
    height: 15px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 15px
}

@media (max-width: 767px) {

    .site-header .header-wrap .header-box .countdown-box:before,
    .site-header .header-wrap .header-box .countdown-box:after,
    .site-header .header-wrap .header-box .countdown-box .countdown:before,
    .site-header .header-wrap .header-box .countdown-box .countdown:after {
        display: block
    }
}

.site-header .header-wrap .header-box .countdown-box:after,
.site-header .header-wrap .header-box .countdown-box .countdown:after {
    border-top: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    bottom: 0;
    top: auto
}

.site-header .header-wrap .header-box .countdown-box .countdown:before,
.site-header .header-wrap .header-box .countdown-box .countdown:after {
    border-left: 0 none;
    border-right: 1px solid rgba(255, 255, 255, 1);
    left: auto;
    right: 0
}

.site-header .header-wrap .header-box .countdown-box .countdown {
    color: #fff;
    font-size: 18px;
    font-size: 1.28571rem;
    font-variant: small-caps;
    line-height: 30px;
    letter-spacing: .2em
}

.site-header .header-wrap .header-box .countdown-box .countdown span {
    vertical-align: top
}

.site-header .header-wrap .header-box .countdown-box .countdown .countdown-amount {
    color: #fff;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 30px;
    margin-right: 13px
}

.dark .site-header .header-wrap .header-box .countdown-box .countdown .countdown-amount {
    color: #fff
}

.site-footer {
    bottom: 0;
    color: #666;
    font-size: 12px;
    font-size: .85714rem;
    left: 0;
    line-height: 1.2;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.footer-twitter-link {
    background: url(../img/76857978.png) no-repeat scroll center / 30px;
    padding: 17px 10px;
    position: relative;
    display: block;
}
.footer-scroll-link {
    background: url(../img/67585657.png) no-repeat scroll center / 40px;
    padding: 18px 19px;
    position: relative;
    display: block;
    margin: 0 0 0 5px;
}

@media (max-width: 991px) {
    .site-footer {
        height: auto;
        position: relative;
    }
}

@media (max-width: 767px) {
    .site-footer {
        height: auto;
        position: relative
    }
}

.dark .site-footer {
    color: #999
}

.site-footer .copyright {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.site-footer .social {
    margin-bottom: 5px;
}

.site-footer .social a {
    border: none;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 34px;
    line-height: 32px;
    margin: 0;
    -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    vertical-align: top;
    width: 34px
}

.site-footer .social a {
    border-color: #fff;
    color: #fff;
}

.dark .site-footer .social a {
    color: #999
}

.dark .site-footer .social a:hover {
    border-color: rgba(204, 204, 204, 0.5);
    color: #ccc
}

.main {
    height: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.fomo-header {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 2px #000;
}

@media (max-width: 991px) {
    .main {
        padding-top: 93px;
        padding-bottom: 126px
    }
}

@media (max-width: 767px) {
    .main {
        height: auto;
        min-height: calc(100% - 117px - 91px);
        padding-top: 0;
        padding-bottom: 0
    }
}

.main .section {
    height: 0;
    position: absolute;
    table-layout: fixed;
    visibility: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 767px) {
    .main .section {
        display: block;
        position: relative
    }
}

.main .section.active {
    height: 100%;
    height: calc(75% - 113px - 134px);
    visibility: visible
}

@media (max-height: 600px) {
.main .section.active {
    height: 100%;
    visibility: visible
} 
}

@media (max-width: 991px) {
    .main .section.active {
        height: calc(100% - 93px - 126px)
    }
}

@media (max-width: 767px) {
    .main .section.active {
        height: auto
    }
}

.main .section .section-wrap {
    display: table;
    height: 100%;
    overflow-y: auto;
    table-layout: fixed;
    width: 100%
}

.main .section .section-wrap .section-content {
    display: table-cell;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    width: 100%
}

@media (max-width: 767px) {
    .main .section .section-wrap .section-content {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.intro-page .main,
.no-footer .main {
    padding-bottom: 30px
}

@media (max-width: 767px) {

    .intro-page .main,
    .no-footer .main {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {

    .intro-page .main,
    .no-footer .main {
        height: auto;
        min-height: calc(100% - 117px - 30px)
    }
}

.intro-page .main .section,
.no-footer .main .section {
    height: calc(100% - 113px - 30px)
}

@media (max-width: 767px) {

    .intro-page .main .section,
    .no-footer .main .section {
        height: auto
    }
}

.section .mCustomScrollBox {
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 0
}

.section .section-content>.mCustomScrollBox,
.section .section-content>.mCustomScrollBox>.mCSB_container {
    overflow: visible
}

.section.scroll-content .section-wrap,
.section.scroll-content .section-wrap .section-content {
    display: block;
    height: 100%
}

.section.scroll-content .section-wrap>.mCustomScrollBox,
.section.scroll-content .section-wrap .section-content>.mCustomScrollBox {
    height: 100%;
    overflow: visible
}

.section.scroll-content .section-wrap>.mCustomScrollBox>.mCSB_container,
.section.scroll-content .section-wrap .section-content>.mCustomScrollBox>.mCSB_container {
    overflow: visible
}

.carousel-box .carousel .owl-item {
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit
}

.carousel-box .carousel-controls {
    height: 11px;
    margin-top: 40px;
    text-align: center
}

@media (max-width: 767px) {
    .carousel-box .carousel-controls {
        margin-top: 20px
    }
}

.carousel-box .carousel-controls .nav-item {
    color: #111;
    border: 0 none;
    display: inline-block;
    font-size: 16px;
    height: 11px;
    line-height: 11px;
    margin: 0 28px;
    text-align: left;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    vertical-align: top;
    width: 10px
}

.carousel-box .carousel-controls .nav-item:hover svg {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0)
}

.carousel-box .carousel-controls .nav-item svg {
    height: 11px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    vertical-align: top;
    width: 10px
}

.carousel-box .carousel-controls .nav-item.next:hover svg {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}

#home .section-content>.container {
    margin-bottom: 0;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    #home .section-content>.container {
        margin-bottom: 0
    }
}

.section-title {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: 24px;
    padding-bottom: 22px;
    position: relative;
    color: #fff;
}

.section-title:before {
    background: url(../img/svg/title-icon.svg), no-repeat 50% 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 50%;
    margin: 0 0 1px -13px;
    position: absolute;
    width: 26px
}

.dark .section-title:before {
    background: url(../img/svg/title-icon-white.svg), no-repeat 50% 50%
}

.title-with-link {
    padding-left: 125px;
    padding-right: 125px
}

@media (max-width: 767px) {
    .title-with-link {
        padding-left: 0;
        padding-bottom: 0;
        text-align: left
    }

    .title-with-link:before {
        display: none
    }
}

.title-with-link .go-section {
    border: 0 none;
    color: #666;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.title-with-link .go-section .arrow {
    height: 15px;
    margin: -1px 0 0 10px;
    width: 28px
}

.title-with-link .go-section .arrow svg {
    height: 15px;
    margin-top: -1px;
    width: 28px
}

.title-with-link .go-section:hover {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}

.h1-section-title {
    margin-bottom: -10px;
    color: #cf9023;
    font-family: 'Breakaway';
    text-transform: capitalize;
    text-shadow: 0px 0px 3px #000;
}
.entry-text {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin: 0 0 0 0;
    font-size: 16px;
}

.card.animated {
    animation-name: cryptEntry;
    animation-duration: 1.8s;
    animation-timing-function: linear;
}
@keyframes cryptEntry {
  from {
    width: 100%;
    height: 0;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0;
    position: absolute;
    border: none;
    width: 420px;
    left: 50%;
    height: calc(100% - 63px);
    transform: translate(-50%,-50%);
    top: 50%;
    max-height: 235px;
}
.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 10px;
}

.card-title {
    margin-bottom: 8px
}

.card-subtitle {
    margin-top: -4px;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 16px
}

.card-header {
    padding: 8.8px 16px;
    margin-bottom: 0;
    background-color: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.card-header:first-child {
    border-radius: 0
}

.card-footer {
    padding: 8.8px 16px;
    background-color: none;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.card-footer:last-child {
    border-radius: 0
}

.card-header-tabs {
    margin-right: -8px;
    margin-bottom: -8.8px;
    margin-left: -8px;
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: none;
    border-bottom-color: none
}

.card-header-pills {
    margin-right: -8px;
    margin-left: -8px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    border-radius: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-group>.card {
    margin-bottom: 8px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card.card-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1120;
    border-radius: 0;
    margin: 0 !important;
    padding: 5px;
    background: rgba(29, 40, 53, .95);
}

.card.card-expand .card-body,
.card.card-expand .card-header {
    border-radius: 0;
}

.card.card-expand .card-body {
    flex: 1 0 0;
    overflow: scroll
}

.card.card-expand:not(.border-0):before {
    top: 5px;
    bottom: 5px;
    left: 20px;
    right: 20px
}

.card.card-expand:not(.border-0):after {
    top: 20px;
    bottom: 20px;
    left: 5px;
    right: 5px
}

.card.card-expand .card-arrow {
    margin: 5px
}

.card .card-header .card-header-tabs .nav-item .nav-link.active {
    border-bottom-color: transparent
}

.card .card-body .nav-tabs .nav-item .nav-link.active {
    background: 0 0;
    border-bottom-color: none
}

.card:after,
.card:before {
    content: "";
    position: absolute
}

.card:before {
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    opacity: .3;
}

.card:after {
    top: 15px;
    bottom: 15px;
    left: 0;
    right: 0;
    border-left: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
    opacity: .3;
}

.card>:not(.card-arrow):not(.card-img-overlay):not(.card-img):not(.hljs-container) {
    position: relative;
    z-index: 10
}

.card .card-arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.card .card-arrow-bottom-left,
.card .card-arrow-bottom-right,
.card .card-arrow-top-left,
.card .card-arrow-top-right {
    width: 10px;
    height: 10px;
    position: absolute
}

.card .card-arrow-bottom-left:before,
.card .card-arrow-bottom-right:before,
.card .card-arrow-top-left:before,
.card .card-arrow-top-right:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background: var(--bs-border-color);
    opacity: .75
}

.card .card-arrow-bottom-left:after,
.card .card-arrow-bottom-right:after,
.card .card-arrow-top-left:after,
.card .card-arrow-top-right:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: var(--bs-border-color);
    opacity: .75
}

.card .card-arrow-top-left,
.card .card-arrow-top-right {
    top: 0
}

.card .card-arrow-top-left:before,
.card .card-arrow-top-right:before {
    top: 2px
}

.card .card-arrow-top-left:after,
.card .card-arrow-top-right:after {
    top: 0
}

.card .card-arrow-bottom-left,
.card .card-arrow-bottom-right {
    bottom: 0
}

.card .card-arrow-bottom-left:before,
.card .card-arrow-bottom-right:before {
    bottom: 2px
}

.card .card-arrow-bottom-left:after,
.card .card-arrow-bottom-right:after {
    bottom: 0
}

.card .card-arrow-bottom-left,
.card .card-arrow-top-left {
    left: 0
}

.card .card-arrow-bottom-left:after,
.card .card-arrow-bottom-left:before,
.card .card-arrow-top-left:after,
.card .card-arrow-top-left:before {
    left: 0
}

.card .card-arrow-bottom-right,
.card .card-arrow-top-right {
    right: 0
}

.card .card-arrow-bottom-right:after,
.card .card-arrow-bottom-right:before,
.card .card-arrow-top-right:after,
.card .card-arrow-top-right:before {
    right: 0
}

@media (max-width:991.98px) {
    .card-columns {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:575.98px) {
    .card-columns {
        -moz-column-count: 1;
        column-count: 1
    }
}


@media (max-width: 991px) {
    .h1-section-title {
        font-size: 48px;
        font-size: 3.42857rem
    }
}

@media (max-width: 767px) {
    .h1-section-title {
        font-size: 30px;
        font-size: 2.14286rem
    }
}

.h2-section-title {
    font-size: 48px;
    font-size: 3.42857rem
}

@media (max-width: 767px) {
    .h2-section-title {
        font-size: 30px;
        font-size: 2.14286rem
    }
}

.section-description {
    margin-bottom: 35px
}
.section-description .lead {
    margin-top: -9px;
}
@media (max-width: 991px) {
    .section-description {
        font-size: 16px;
        font-size: 1.14286rem
    }
}

.notify-my {
    color: #000
}

.notify-my .modal-dialog {
    max-width: 460px
}

@media (max-width: 767px) {
    .notify-my .modal-dialog {
        margin-top: 28px !important;
        max-width: inherit
    }
}

.notify-my .modal-dialog .modal-content {
    border-bottom: 3px solid #8f8d8e
}

.notify-my .modal-dialog .modal-content .modal-header {
    border: 0 none;
    min-height: 41px
}

.notify-my .modal-dialog .modal-content .modal-header .close {
    line-height: 1;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 13px;
    top: 8px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

.notify-my .modal-dialog .modal-content .modal-header .close:hover {
    opacity: .8
}

.notify-my .modal-dialog .modal-content .modal-header .close span {
    display: block
}

.notify-my .modal-dialog .modal-body {
    padding: 23px 80px 60px
}

@media (max-width: 767px) {
    .notify-my .modal-dialog .modal-body {
        padding-left: 20px;
        padding-right: 20px
    }
}

.notify-my .modal-dialog .modal-body .modal-title {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.35;
    letter-spacing: .3em;
    margin-bottom: 17px
}

.notify-my .modal-dialog .modal-body p {
    color: #999;
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1.5;
    margin-bottom: 28px
}

.notify-my .modal-dialog .modal-body .form-control {
    border-color: #111;
    color: #000
}

.notify-my.fade .modal-dialog {
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, visibility 0.3s ease-out;
    transition: transform 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.notify-my.in .modal-dialog {
    visibility: visible
}

.contact-wrap {
    min-height: 340px
}

.contact-form {
    margin-bottom: 20px
}
.contact-section-row {
    text-align: center;
}
.contact-section-column {
    display: inline-block;
    position: relative;
    float: none;
}
@media (max-width: 767px) {
    .contact-form {
        margin-bottom: 17px
    }
}

.contact-form .form-group {
    margin-bottom: -1px;
    overflow: hidden
}
.contact-form .form-group.comment {
    margin-bottom: 15px;
}
.contact-form .form-group.name {
    padding-right: 0
}

@media (max-width: 767px) {
    .contact-form .form-group.name {
        padding-right: 10px
    }
}

.contact-form .form-group.name .form-control {
    border-right-width: 0
}

@media (max-width: 767px) {
    .contact-form .form-group.name .form-control {
        border-right-width: 1px
    }
}

.contact-form .form-group.email {
    padding-left: 0
}

@media (max-width: 767px) {
    .contact-form .form-group.email {
        padding-left: 10px
    }
}

.contact-form .form-group.comment .form-control {
    resize: none;
}

.contact-form .button-box {
    overflow: hidden
}

.contact-form .button-box .btn {
    min-width: 160px
}

@media (max-width: 767px) {
    .contact-form .button-box .btn {
        display: block;
        width: 100%
    }
}

.contacts-box {
    font-size: 13px;
    font-size: .92857rem;
    line-height: 1.9;
    margin-top: 30px
}

@media (max-width: 767px) {
    .contacts-box {
        margin-top: 20px
    }
}

.contacts-box .icon {
    float: left;
    font-size: 24px;
    line-height: 23px;
    margin: 0 10px 0 0;
    width: 30px
}

@media (max-width: 767px) {
    .contacts-box .icon {
        float: none;
        margin: 0 auto
    }
}

.contacts-box .text {
    overflow: hidden;
    color: #fff;
}
.contacts-box .contact-icon {
    background: url(../img/icon-mail.png) no-repeat scroll 0 0 / 23.5px;
    padding: 8.5px 0;
    margin: 4px 10px 0 0;
}
.map-box {
    height: 0;
    margin-top: -13px;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

.scroll-content .map-box {
    margin-top: 0
}

.map-box.active {
    height: auto;
    visibility: visible
}

.map-box .map-wrap {
    margin: 0 auto;
    max-width: 650px;
    position: relative
}

.map-box .map-wrap .close {
    background: #fff;
    border: 0 none !important;
    color: #333;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    text-shadow: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 30px;
    z-index: 1
}

.map-box .map-wrap .close:hover,
.map-box .map-wrap .close:focus {
    opacity: .8;
    filter: alpha(opacity=80)
}

.map-canvas {
    border-bottom: 3px solid #8f8d8e;
    height: 340px
}

.map-canvas img {
    max-width: inherit
}

.features-box {
    margin: 0 auto;
    max-width: 180px;
    padding-top: 5px;
    text-align: center
}

.features-box img {
    width: inherit
}

.features-box .icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 90px;
    margin: 0 auto 49px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 90px
}

@media (max-width: 767px) {
    .features-box .icon {
        margin-bottom: 20px
    }
}

.features-box .icon .fa,
.features-box .icon .caret {
    font-size: 80px;
    line-height: 90px
}

.features-box .icon img {
    display: inline-block;
    width: inherit
}

.features-box .btn {
    font-weight: 400
}

.features-box:hover .icon {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.portfolio-box {
    background: #fff;
    margin: 0 auto;
    max-width: 300px;
    position: relative
}

.portfolio-box img {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.portfolio-box .hover-content {
    background: rgba(0, 0, 0, 0.8);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 30%;
    position: absolute;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    width: 100%
}

.portfolio-box .hover-content .title {
    border: 2px solid #e1e1e1;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 28px;
    max-width: 210px;
    padding: 16px 10px
}

.portfolio-box .hover-content a {
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(56px, -28px, 0);
    transform: translate3d(50px, -28px, 0)
}

.portfolio-box .hover-content a span {
    display: none
}

.portfolio-box:hover img {
    -webkit-transform: scale3d(0.935, 0.935, 1);
    transform: scale3d(0.935, 0.935, 1)
}

.portfolio-box:hover .hover-content {
    bottom: 3.25%;
    height: 93.5%;
    left: 3.25%;
    visibility: visible;
    opacity: 1;
    width: 93.5%
}

.portfolio-box:hover .hover-content a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.app-about .show-video {
    border: 0 none;
    display: inline-block;
    max-width: 460px;
    outline: none;
    width: 100%
}

.app-about .show-video .icon {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 26px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    text-align: center;
    top: 50%;
    width: 80px
}

.app-about .show-video .icon .fa,
.app-about .show-video .icon .caret {
    margin-left: 6px
}

.app-about .show-video:hover .icon {
    background: #5fbe4d
}

.app-about .description {
    padding-top: 36px
}

.app-about .description .title {
    margin-bottom: 17px
}

.app-about .description .text {
    line-height: 1.75;
    margin-bottom: 24px
}

.app-about .description .buttons-box .btn {
    border-color: #636363;
    color: #333;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: none
}

.app-about .description .buttons-box .btn+.btn {
    margin-left: -1px
}

.app-about .description .buttons-box .btn.btn-icon {
    font-size: 17px;
    line-height: 19px;
    padding-left: 15px;
    padding-right: 15px
}

.full-modal .modal-backdrop {
    background: #111
}

.full-modal .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.full-modal .close {
    background: #fff;
    border: 0 none !important;
    color: #333;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 30px;
    text-align: center;
    top: 30px;
    text-shadow: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 30px;
    z-index: 1
}

@media (max-width: 1130px) {
    .full-modal .close {
        right: 10px;
        top: 10px
    }
}

.full-modal .close:hover,
.full-modal .close:focus {
    opacity: .8;
    filter: alpha(opacity=80)
}

.full-modal .modal-dialog {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%
}

@media (max-width: 767px) {
    .full-modal .modal-dialog {
        margin-left: 0;
        margin-right: 0
    }
}

.full-modal .modal-dialog .modal-content {
    background: none;
    height: 100%
}

.full-modal .modal-dialog .modal-content .content-wrap {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%
}

.full-modal .modal-dialog .modal-content .content-wrap .content-align {
    display: table-cell;
    vertical-align: middle
}

.person-box {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 240px;
    text-align: center
}

.person-box .image {
    margin-bottom: 23px
}

.person-box .title {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.35;
    letter-spacing: .1em;
    margin: 0
}

.person-box .post {
    color: #333;
    font-weight: 400;
    letter-spacing: .1em
}

@media (max-width: 767px) {
    .personal-about .image {
        margin-bottom: 18px
    }
}

.personal-about .description {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.875;
    padding-top: 13px
}

.personal-about .description p {
    margin-bottom: 18px
}

@media (max-width: 767px) {
    .personal-about .description p {
        margin-bottom: 6px
    }
}

.intro-box {
    border: 0 none;
    display: block;
    margin: 10px auto;
    max-width: 300px;
    position: relative
}

@media (max-width: 767px) {
    .intro-box {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.intro-box .title {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-size: .85714rem;
    margin: 0;
    padding: 19px 15px;
    text-align: center
}

.intro-box .title .text {
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.intro-box .title .arrow {
    margin-left: 4px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 16px
}

.intro-box .title .arrow svg {
    height: 12px;
    vertical-align: top;
    width: 16px
}

.intro-box:hover .title .text {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0)
}

.intro-box:hover .title .arrow {
    margin-left: 12px;
    opacity: 1
}

#fancybox-top.shake, #fancybox-bottom.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    animation-iteration-count: 5;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;   
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}