@font-face {
    font-family: "Open-Sans";
    font-weight: normal;
    font-style: normal;
    src: url("/fonts/OpenSansRegular/OpenSans-Regular.eot");
    src: url("/fonts/OpenSansRegular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSansRegular/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSansRegular/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open-Sans";
    font-weight: bold;
    font-style: normal;
    src: url("/fonts/OpenSansBold/OpenSans-Bold.eot");
    src: url("/fonts/OpenSansBold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSansBold/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSansBold/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Open-Sans";
    font-weight: 600;
    font-style: normal;
    src: url("/fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("/fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("/fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "ocrastd";
    font-weight: normal;
    font-style: normal;
    src: url("/fonts/ocrastdRegular/ocrastd-webfont.eot");
    src: url("/fonts/ocrastdRegular/ocrastd-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ocrastdRegular/ocrastd-webfont.woff") format("woff"), url("/fonts/ocrastdRegular/ocrastd-webfont.ttf") format("truetype");
}

body {
    font-family: "Open-Sans", sans-serif;
    background-repeat: no-repeat, no-repeat;
    background-color: #020204;
    position: relative;
    padding: 0;
    color: #7b7c86;
}

.blockquote {
    margin: 0;
}

a {
    color: #1CD142;
    text-decoration: none;
    font-style: normal;
}

code {
    color: #69DFE2;
    margin-bottom: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.video {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.flexmiddled {
    display: grid;
    height: 100vh;
    margin: 0;
    place-items: center center;
}

.btn-dark {
    background-color: rgba(52, 64, 58, 0.4);
    border-color: rgba(52, 58, 64, 0.4);
    border:none;
}

.btn-dark:hover {
    background-color: rgba(52, 64, 58, 0.6); 
}

/* Change all text and icon colors in the player. */
.vjs-matrix.video-js {
  color: #1CD142;
}

/* Change the border of the big play button. */
.vjs-matrix .vjs-big-play-button {
  border-color: #1CD142;
  border-radius: 50%;
  padding:50px;
  line-height: 100px;
  background-color: rgba(43, 51, 63, 0.1);
}
.vjs-matrix .vjs-big-play-button span:before{
    font-size: 46px;
}

.vjs-matrix.video-js:hover .vjs-big-play-button, .vjs-matrix.video-js .vjs-matrix .vjs-big-play-button:focus {
    border-color: #1CD142;
    background-color: rgba(255, 255, 255, 0.05);

}

/* Change the color of various "bars". */
.vjs-matrix .vjs-volume-level,
.vjs-matrix .vjs-play-progress,
.vjs-matrix .vjs-slider-bar {
  background: #1CD142;
}

.bg_star {
    background-image: url("/img/top-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 150%;
}

.error_page .u-logo-url, .error_page .u-logo-url svg{
    width: 180px;
    height: 118px;
}

.welcome_page .u-logo-url, .welcome_page .u-logo-url svg{
    width: 180px;
    height: 118px;
}

.top-bg-image {
    background-image: url("/img/top-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.bottom-bg-image {
    background-image: url("/img/footer-main-bg.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute !important;
    bottom: 170px;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.bottom-align-text-left {
    position: absolute;
    bottom: 0;
    left: 0;
} 

.bottom-align-text-right {
    position: absolute;
    bottom: 0;
    right: 0;
} 

video:focus {
    outline: 0;
}

.card {
    background: #070a0e;
}
.bg-video-card {
    background: rgba(8, 43, 36, 0.64)!important;
    padding: 38px;
}
.lightgreen {
    color: #49bf7f;
}

a.green_link {
    color: #2bdd7c;
}

a.green_link:hover {
    color: #2bdd7c;
}

a.yellow_link {
    color: #ffcc00;
}

a.yellow_link:hover {
    color: #ffcc00;
}

.white-text {
    color: white;
}

.turquoise {
    color: #69DFE2;
}

.main_title, .main_title h1{
    font-size: 28px;
    line-height: 46px;
    color: white;
    font-weight: bold;
    margin: 3rem 0 1.5rem;
    text-transform: uppercase;
}

.main_title hr {
    border-bottom: 1px solid #313a3c;
}

.nav-bg {
  position: absolute;
  width: 100%; }
  .nav-bg:before, .nav-bg:after {
    position: absolute;
    content: "";
}
  .nav-bg:before {
    top: 46px;
    left: 0;
    width: -webkit-calc(50% - 838px);
    width: -moz-calc(50% - 838px);
    width: calc(50% - 838px);
    height: 65px;
    background: url("../img/nav-gb-left.png") right center no-repeat; 
    opacity: 0.9;
}
  .nav-bg:after {
    top: 191px;
    right: 0;
    width: -webkit-calc(50% - 836px);
    width: -moz-calc(50% - 836px);
    width: calc(50% - 836px);
    height: 65px;
    background: url("../img/nav-gb-right.png") left center no-repeat;
    opacity: 0.4;
}

.header {
    position: relative;
    z-index: 2;
}

.header_topLine {
    background-color: #69DFE2;
    height: 16px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px -2px 21px 0px #69DFE2;
    margin-bottom: -8px;
}

.header_body {
    background-image: url("/img/header-bg.jpg");
    background-position: center -16px;
    height: 182px;
    background-size: 1360px;
    position: relative;
}

.header_body__language {
    position: absolute;
    right: 20px;
    top: 16px;
}

.header_body__language a{
    color: white;
}

.header_body__language a:hover{
    text-decoration: none;
}

.header_body__language a i{
    width: 20px;
    height: 20px;
    background-position: center;
    margin-right: 0;
    border-radius: 50%;
    background-size: 310px;
    opacity: 0.7;
}

.header_body__language i:hover{
    opacity: 1;
}

.main_menu {
    position: absolute;
    background: radial-gradient(10rem 40rem at top right, #62D1D84D, transparent);
    left: -232px;
    width: 232px;
    padding-bottom: 200px;
    min-height: 680px;
}


.main_menu.mobile {
    display: none;
    filter: none;
    animation: none;
    z-index: 110;
}

.main_menu-sticky_bg {
    width: 100%;
    height: 74px;
    position: fixed;
    background-color: rgba(240, 220, 0, 0.95);
    z-index: 10;
    opacity: 0;
    transition: all 500ms ease-in-out;
    box-shadow: 0 2px 10px 0 #262626;
    display: none;
}

.main_menu-sticky_bg a {
    height: 40px;
    display: inline-block;
    margin: 20px 0 0 36px;
}

.main_menu-sticky_bg a img {
    height: 33px;
}

body.sticky .mobile .navbar-toggler {
    top: 13px;
    transition: opacity 100ms linear 300ms;
}

.main_menu ul {
    list-style: none;
    border-left: 2px solid #15802B;
    padding: 0;
    margin: 0;
    width: 232px;
}

.main_menu ul li:not(:last-child) {
    padding-bottom: 6px;
}

.main_menu ul li a {
    transition: 0.3s;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    height: 54px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 55px;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    white-space: nowrap;
}

.main_menu ul li a.active {
    background: rgb(28,209,66);
    background: -moz-linear-gradient(90deg, rgba(28,209,66,1) 0%, rgba(28,209,66,0.45) 50%, rgba(28,209,66,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(28,209,66,1) 0%, rgba(28,209,66,0.45) 50%, rgba(28,209,66,0) 100%);
    background: linear-gradient(90deg, rgba(28,209,66,1) 0%, rgba(28,209,66,0.45) 50%, rgba(28,209,66,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cd142",endColorstr="#1cd142",GradientType=1);
    color: #000000;
}

.main_menu ul li a.active::after {
    font-family: "icons";
    position: absolute;
    content: "\f106";
    right: 11px;
    top: 0;
    color: #118b37;
    font-size: 35px;
    font-weight: 100;
    line-height: 56px;
    height: 100%;
}

.main_menu ul li a.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    box-shadow: -12px 0 25px 3px rgba(28, 209, 66, 0.2);
}

.main_menu ul li a:hover {
    background-color: rgba(6, 197, 65, 0.1);
    text-decoration: none;
}

.main_menu ul li a.active:hover {
    background: rgb(28,209,66);
    background: -moz-linear-gradient(90deg, rgba(28,209,66,1) 0%, rgba(28,209,66,0.45) 50%, rgba(28,209,66,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(28,209,66,1) 0%, rgba(28,209,66,0.45) 50%, rgba(28,209,66,0) 100%);
    background: linear-gradient(90deg, rgba(28,209,66,1) 0%, rgba(28,209,66,0.45) 50%, rgba(28,209,66,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cd142",endColorstr="#1cd142",GradientType=1);
    color: #000000;
}

.u-container.page {
    position: relative;
    background-color: rgba(6, 29, 25, 0.85);
    padding: 45px 80px 24px 80px;
}

.video_player:after {
  position: absolute;
    content: "";
    width: 250px;
    height: 100%;
    top: 0;
    right: -100px;
    z-index: -1;
    background: radial-gradient(15rem 25rem at -8% 40%, #62D1D84D, transparent);
}

/* Watch page */
.modal .player_watch_0-dimensions.vjs-fluid, .modal .player_watch_4-dimensions.vjs-fluid, .modal .player_watch_3-dimensions.vjs-fluid,
.modal .player_watch_2-dimensions.vjs-fluid, .modal .player_watch_1-dimensions.vjs-fluid, .modal .player_watch_5-dimensions.vjs-fluid,
.modal .player_watch_6-dimensions.vjs-fluid, .modal .player_watch_7-dimensions.vjs-fluid, .modal .player_watch_8-dimensions.vjs-fluid  {
    padding-top: 0;
}
.modal .video-js.vjs-fluid {
    height: 100vh;
}
.poster-video {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.poster-video:hover {
    opacity: 0.9;
    cursor: pointer;
}
.poster-video:hover .play-button-watch{
    width: 105px;
    height: 105px;
      -webkit-transition: width 0.3s; /* Safari prior 6.1 */
  transition: width 0.3s;
}
.poster-video .poster-video-img{
    position: relative;
}
.poster-video .play-button-watch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal .video-js .vjs-big-play-button {
    display: none;
}

.u-container.page.simple {
    position: relative;
    background-color: rgba(6, 29, 25, 0.85);
    padding: 60px;
}
.u-container.page.simple.main-info-block {
    background: linear-gradient(180deg, rgba(6,29,25,0.35) 50%, rgba(6,29,25,0.12) 100%);
}

.u-container.page.simple.main-info-block b{
    font-weight: 100;
}

.u-container.page:before, .u-container.page:after {
    position: absolute;
    content: "";
    bottom: -60px;
    height: 60px;
}
.u-container.page.simple:before, .u-container.page.simple:after {
    position: relative;
    content: normal;
    bottom: 0;
    height: 0;
}

.u-container.page:before {
    width: calc(100% - 60px);
    left: 0;
    background-color: rgba(6, 29, 25, 0.85);
}

.u-container.page:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -60px;
    display: block;
    height: 60px;
    width: 60px;
    border: 30px solid transparent;
    border-left: 30px solid #2bdd7c;
    border-top: 30px solid #2bdd7c;
}
.u-container.page.simple:after {
    content: normal;
    position: relative;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border: none;
}

.bricks-bg {
    background-image: url("/img/content-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
}

.page-title {
    position: relative;
    text-align: center;
}

.page-title span {
    color: #05190e;
    position: relative;
    display: inline-block;
}

.page-title span:before {
    position: absolute;
    width: 106%;
    content: "";
    left: -3%;
    height: 110%;
    top: -5%;
    z-index: -1;
    background-color: #2bdd7c;
}

.page-name {
    padding-top: 60px;
}
.page-subtitle {
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}
.canvas-text {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    text-indent: -10000in !important;
}

.u-logo-url {
    width: 110px;
    height: 77px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.u-logo-url svg {
    width: 110px;
    height: 77px;
}

.u-logo-url:hover svg .u_stroke_line {
    fill: #1CD142!important;
}

.u-logo-url:hover svg .blur {
    filter: url('#dropshadow');
}

.u-btn, .page .u-btn {
    color: #1CD142;
    text-transform: uppercase;
    border: 3px solid #1CD142;
    padding: 9px 28px;
    font-weight: 600;
    min-height: 48px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 1rem;
    box-shadow: inset 0 0 10px 0 rgba(92, 255, 126, 0.3), 0 0 10px 0 rgba(92, 255, 126, 0.2);
    background: transparent;
    cursor: pointer;
    text-align: center;
}

.u-btn.u-btn_disabled {
    color: #7b7c86 !important;
    border-color: #55555d;
    box-shadow: none;
}

.u-btn:hover {
    color: #c7ffd3;
    text-decoration: none;
    box-shadow: inset 0 0 10px 0 rgba(92, 255, 126, 0.6), 0 0 10px 0 rgba(92, 255, 126, 0.6);
}

.u-btn.u-btn_disabled:hover {
    color: #7b7c86;
    border-color: #55555d;
    box-shadow: none;
    cursor: default;
}

.u-btn.u-btn_yellow {
    color: #ffcc00;
    border-color: #ffcc00;
    box-shadow: inset 0 0 10px 0 rgba(255, 204, 0, 0.6), 0 0 10px 0 rgba(255, 204, 0, 0.6);
}

.u-btn.u-btn_yellow:hover {
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: inset 0 0 10px 0 rgba(255, 204, 0, 0.8), 0 0 10px 0 rgba(255, 204, 0, 0.8);
}

.u-btn.u-btn_gray {
    color: #7b7c86;
    border-color: #55555d;
    box-shadow: none;
}

.u-btn.u-btn_gray:hover {
    color: #abacb9;
    text-decoration: none;
    box-shadow: none;
}

.top_bg {
    background-color: #091211;
    background-image: url("/img/nav-info-bg.jpg");
    background-position: right 0;
    background-repeat: no-repeat;
    height: 63px;
}
.top_bg:before {
     position: absolute;
    content: "";
    width: 310px;
    right: 92%;
    top: 116px;
    height: 60px;
    background: url("../img/nav-header.png") 0 0 no-repeat;
    z-index: -1;
    opacity: 0.6;
}
.group_label {
    position: relative;
    padding: 0 2.45rem;
    height: 63px;
    text-align: center;
    pointer-events: none;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    z-index: 1;
    background-color: #f0dc00;
    color: black;
}
.utopia_glitch {
  flex: 1;
  line-height: .75;
  margin: auto;
  color: #69DFE2;
  text-align: center;
  transform: scaleX(var(--scale, 1));
  animation: glitch-p 11s infinite alternate;
  display: inline-block;
}
  .utopia_glitch:before, .utopia_glitch:after {
    --top: 0;        // offset from top [0 - 10]
    --left: 0;       // offset from left [0.001 - 1]
    --v-height: 30%; // visible part
    
    --n-tenth: calc(var(--f-size) * .1 * var(--top));
    --t-cut: calc(var(--n-tenth) / var(--f-size) * 100%);
    --b-cut: calc(var(--t-cut) + var(--v-height));
    
    content: attr(data-text);
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    
    transform: translateX(calc(var(--left) * 100%));
    
    filter: drop-shadow(0 0 transparent); 
    
    text-shadow: calc(var(--left) * -3em) 0 .02em lime, 
                 calc(var(--left) * -6em) 0 .02em #ff00e1;
    
    background-color: var(--bg);
    clip-path: polygon(0% var(--t-cut), 100% var(--t-cut), 100% var(--b-cut), 0% var(--b-cut));
  } 
  
  .utopia_glitch:before {
    animation: glitch-b 0.7s infinite alternate-reverse;
  }
  .utopia_glitch:after {
    animation: glitch-a 5.1s infinite alternate;
  }
}

@keyframes glitch-p {
  17% { --scale: .87; }
  31% { --scale: 1.1; }
  37% { --scale: 1.3; }
  47% { --scale: .91; }
  87% { --scale: 1; }
}

@keyframes glitch-a {
  10%,30%,50%,70%,90% {
    --top: 0;
    --left: 0;
  }
  0% {
   --v-height: 15%; 
  }
  20% {
    --left: .005;
  }
  40% {
    --left: .01;
    --v-height: 20%;
    --top: 3;
  }
  60% {
    --left: .03;
    --v-height: 25%;
    --top: 6;
  }
  80% {
    --left: .07;
    --v-height: 5%;
    --top: 8;
  }
  100% {
    --left: .083;
    --v-height: 30%;
    --top: 1;
  }
}

@keyframes glitch-b {
    10%,30%,50%,70%,90% {
    --top: 0;
    --left: 0;
  }
  0% {
   --v-height: 15%; 
   --top: 10;
  }
  20% {
    --left: -.005;
  }
  40% {
    --left: -.01;
    --v-height: 17%;
    --top: 3;
  }
  60% {
    --left: -.03;
    --v-height: 35%;
    --top: 6;
  }
  80% {
    --left: -.07;
    --v-height: 5%;
    --top: 8;
  }
  100% {
    --left: -.083;
    --v-height: 30%;
    --top: 1;
  }
}

/*.group_label:before {
    content: "";
    position: absolute;
    background-color: #f0dc00;
    content: "";
    height: 100%;
    transform: skew(-43deg);
    transform-origin: 0 100% 0;
    width: 79%;
    z-index: -1;
    left: 0;
}*/


.slogan_label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.platform_icons a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.icon-svg {
    vertical-align: middle
}

.platform_icons a:hover svg path{
    fill: white;
}

.platform_icons a {
    padding-left: 0.5rem;
    color: #1CD142;
}

.platform_icons a:first-of-type {
    padding: 0;
}

.u-apple-brands {
    transform: translateY(-1px);
}

.u-linux-brands {
    transform: translateY(2px);
}

.u-android-brands {
    transform: translateY(2px);
}

.u-windows-brands {
    transform: translateY(1px);
}

.platform_icons a i {
    width: 24px;
}

.group_label span {
    line-height: 60px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
}

.group_label span strong {
    font-weight: 700;
    font-size: 23px;
}

.slogan {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 18px;
}
.not_found {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 74px;
}
.not_found.desc {
    font-size: 20px;
    letter-spacing: 2px;
}

.welcome_human {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 74px;
    line-height: 74px!important;
}
p.welcome_human.desc{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 26px!important;
}

.videp_player {
    position: relative;
}

.video_player .unmute{
    right: 40px;
    top: 40px;
    position: absolute;
    z-index: 2;
    padding: 10px 20px;
    background: rgba(28, 29, 30, 0.5);
    color: rgba(255,255,255,0.9);
    border-radius: 24px;
    cursor: pointer;
}
.video_player .unmute:hover{
    background: rgba(28, 29, 30, 0.9);
    color: rgba(255,255,255,1);
}

.video_player img {
    width: 100%;
}

.green {
    color: #1CD142;
}

.slider-line {
    height: 6px;
    background-color: #1CD142;
    box-shadow: 0 0 15px 4px rgba(28, 209, 66, 0.4);
    position: relative;
    z-index: 2;
}


.index_date {
    color: #FFFFFF;
    font-size: 102px;
    line-height: 102px;
    font-weight: 800;
}

.promo_block {
    background-image: url("/img/crypton_bg.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 424px;
    padding-left: 84px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.promo_block h5{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
    padding-bottom: 3px;
}

.promo_block p{
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
}

.promo_block b  {
	  font-weight: 100;
}

.promo_block .u-windows-brands{
    transform: translateY(-2px);
    margin-right: 14px;
}
.promo_block .u-apple-brands{
    transform: translateY(-3px);
    margin-right: 11px;
}
.promo_block .u-linux-brands{
    transform: translateY(-2px);
    margin-right: 8px;
}
.promo_block .u-android-brands{
    transform: translateY(-2px);
    margin-right: 8px;
}

.promo_block .btn {
    line-height: 2.5;
}

.promo_block .btn span{
    color: #9e9fab;
    font-size:13px;
}
.promo_block .version {
    font-size: 14px;
    font-weight: bold;
}

.gray-color {
    color: #7b7c86;
}

#crypton_animation {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer {
    font-size: 14px;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-top: 190px;
}

.footer .u-logo-url {
    width: 85px;
}

.footer .language-toggle a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 15px;
    padding: 8px 14px;
    transition: all 100ms linear;
}

.footer .blockquote {
    line-height: 26px;
}

.footer .blockquote-footer {
    line-height: 20px;
}

.footer .blockquote-footer:before {
    content: none;
}

.footer .blockquote-footer .author-quote {
    font-size: 14px;
}
.footer_link {
    margin-left: 20px;
    white-space: nowrap;
    color: #7b7c86;
}
.footer_link:hover {
    color: #acadb7;
    text-decoration: underline;
}

.show_langs .language-toggler {
    visibility: visible;
}

.language-toggler {
    width: 50px;
    height: 50px;
    padding: 16px 12px;
    position: absolute;
    top: -50px;
    right: -20px;
    visibility: hidden;
    border-radius: 50% 50% 0 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}
.language-toggler .menu-burger .line {
    width: 26px;
    height: 2px;
    background-color: #7b7c86;
}
.language-toggler .menu-burger:hover span  {
    background-color: white;
}

.footer .language-toggle a {
    color: #ffffff;
}

.footer .language-toggle a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.u-flag_icon {
    width: 24px;
    height: 16px;
    display: inline-block;
    background-size: 240px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.footer .language-toggle .u-flag_icon {
    margin-right: 10px;
}

.language-selector .languages a .u-flag_icon {
    margin-right: 13px;
    background-size: 240px;
}

.u-flag_icon {
    background-image: url("/img/flags.png");
}

.u-flag_icon.en {
    background-position: 0 0;
}
.header .header_body__language .u-flag_icon.en {
    background-position-x: -5px;
}

.u-flag_icon.de {
    background-position: -24px 0;
}
.header .header_body__language .u-flag_icon.de {
    background-position-x: -34px;
}

.u-flag_icon.fr {
    background-position: -48px 0;
}
.header .header_body__language .u-flag_icon.fr {
    background-position-x: -68px;
}

.u-flag_icon.hu {
    background-position: -72px 0;
}
.header .header_body__language .u-flag_icon.hu {
    background-position-x: -98px;
}

.u-flag_icon.zh, .u-flag_icon.cmn {
    background-position: -96px 0;
}
.header .header_body__language .u-flag_icon.zh, .header .header_body__language .u-flag_icon.cmn {
    background-position-x: -126px;
}

.u-flag_icon.ru {
    background-position: -120px 0;
}
.header .header_body__language .u-flag_icon.ru {
    background-position-x: -160px;
}

.u-flag_icon.it {
    background-position: -144px 0;
}
.header .header_body__language .u-flag_icon.it {
    background-position-x: -191px;
}

.u-flag_icon.ja {
    background-position: -168px 0;
}
.header .header_body__language .u-flag_icon.ja {
    background-position-x: -223px;
}

.u-flag_icon.pl {
    background-position: -192px 0;
}
.header .header_body__language .u-flag_icon.pl {
    background-position-x: -252px;
}

.u-flag_icon.cs {
    background-position: -216px 0;
}
.header .header_body__language .u-flag_icon.cs {
    background-position-x: -284px;
}

/* sprite (2 row) */

.u-flag_icon.pt {
    background-position: 0 -20px;
}
.header .header_body__language .u-flag_icon.pt {
    background-position: -2px -26px;
}

.u-flag_icon.nl {
    background-position: -24px -20px;
}
.header .header_body__language .u-flag_icon.nl {
    background-position: -36px -26px;
}

.u-flag_icon.el {
    background-position: -48px -20px;
}
.header .header_body__language .u-flag_icon.el {
    background-position: -64px -26px;
}

.u-flag_icon.uk {
    background-position: -72px -20px;
}
.header .header_body__language .u-flag_icon.uk {
    background-position: -98px -26px;
}

.u-flag_icon.ro {
    background-position: -96px -20px;
}
.header .header_body__language .u-flag_icon.ro {
    background-position: -129px -26px;
}

.u-flag_icon.ko {
    background-position: -120px -20px;
}
.header .header_body__language .u-flag_icon.ko {
    background-position: -161px -26px;
}

.u-flag_icon.th {
    background-position: -168px -20px;
}
.header .header_body__language .u-flag_icon.th {
    background-position: -224px -26px;
}

.u-flag_icon.hi, .u-flag_icon.ml {
    background-position: -192px -20px;
}
.header .header_body__language .u-flag_icon.hi, .header .header_body__language .u-flag_icon.ml {
    background-position: -254px -26px;
}


.u-flag_icon.pa, .u-flag_icon.ur {
    background-position: -216px -20px;
}
.header .header_body__language .u-flag_icon.pa, .header .header_body__language .u-flag_icon.ur {
    background-position: -288px -26px;
}

/* sprite (3 row) */

.u-flag_icon.es {
    background-position: 0 -40px;
}
.header .header_body__language .u-flag_icon.es {
    background-position: -2px -52px;
}

.u-flag_icon.vi {
    background-position: -24px -40px;
}
.header .header_body__language .u-flag_icon.vi {
    background-position: -36px -52px;
}

.u-flag_icon.id {
    background-position: -48px -40px;
}
.header .header_body__language .u-flag_icon.id {
    background-position: -68px -52px;
}

.u-flag_icon.tr {
    background-position: -72px -40px;
}
.header .header_body__language .u-flag_icon.tr {
    background-position: -96px -52px;
}

.u-flag_icon.ar {
    background-position: -96px -40px;
}
.header .header_body__language .u-flag_icon.ar {
    background-position: -128px -52px;
}

.u-flag_icon.bn {
    background-position: -120px -40px;
}
.header .header_body__language .u-flag_icon.bn {
    background-position: -158px -52px;
}

.u-flag_icon.fa {
    background-position: -144px -40px;
}
.header .header_body__language .u-flag_icon.fa {
    background-position: -192px -52px;
}

.u-flag_icon.he {
    background-position: -168px -40px;
}
.header .header_body__language .u-flag_icon.he {
    background-position: -223px -52px;
}

.u-flag_icon.fil {
    background-position: -192px -40px;
}
.header .header_body__language .u-flag_icon.fil {
    background-position: -252px -52px;
}

body.ru .page p, body.uk .page p, body.zh .page p, body.th .page p,
body.ru .version-links a, body.uk .version-links a, body.zh .version-links a, body.th .version-links a,
body.ru .page ul, body.uk .page ul, body.zh .page ul, body.th .page ul,
body.ru .page ol, body.uk .page ol, body.zh .page ol, body.th .page ol {
    letter-spacing: 0;
}

.language-selector {
    color: #ffffff;
    position: fixed !important;
    opacity: 0;
    padding-bottom: 0;
    bottom: -620px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 620px;
    transition: all 500ms ease-in-out;
    z-index: 130;
}
.show_langs .language-selector {
    display: block;
    opacity: 1;
}

body.show_langs {
    overflow: hidden;
}

.show_langs .language-selector {
    bottom: 0px;
}

.show_langs > * {
    animation: nav-blur-bg-ani 0.5s 0.5s forwards;
}

body.sticky.show_langs .main_menu-sticky_bg {
    display: none;
}

body.sticky.show_langs .navbar-toggler {
    transition: opacity 0ms;
    opacity: 0;
}

.show_langs > .language-selector {
    position: fixed;
    filter: none;
    animation: none;
}

.langs_blur {
    background: #0000004d;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 120;
    opacity: 0;
    display: none;
}

.show_langs .langs_blur {
    display: block;
    animation: nav-blur-ani 0.5s 0.5s forwards;
}

/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(28, 209, 66, 0.18);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: .99;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: #1CD142;
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano {
    background: transparent;
    width: 100%;
    height: 420px;
}

.nano .nano-content {
    padding: 10px;
}

.language-selector .u-container {
    padding: 0;
    position: relative;
}

.language-selector .headline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 45px 0 30px 0;
    margin-bottom: 50px;
}

.language-selector .headline_title {
    font-size: 26px;
    font-weight: 600;
}

.language-selector .languages {
    padding: 0;
    transition: opacity 100ms ease-in-out;
}

.language-selector .languages.busy {
    opacity: 0.6;
}

.language-selector .languages a {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.language-selector .languages a:hover {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}


.language-selector .languages > div.highlight a {
    color: rgba(255, 255, 255, 0.6);
}

.language-selector .languages > div.highlight a span.highlight {
    color: #ffffff;
}

.language-selector .headline .search {
    position: relative;
}

.language-selector .headline .search .activate {
    position: relative;
    top: 10px;
    font-size: 26px;
    cursor: pointer;
}

.language-selector .headline .search .clear {
    position: absolute;
    top: 13px;
    font-size: 20px;
    cursor: pointer;
}

.language-selector .headline .search .search-text {
    color: #FFFFFF;
    position: relative;
    transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
    height: 45px;
    width: 0;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid transparent;
    background: transparent;
    opacity: 0.5;
    z-index: 10;
}

.language-selector .headline .search .clear {
    opacity: 0;
    transition: opacity 0.2s ease-in;
    z-index: 9;
}

.language-selector .headline .search.active .clear {
    opacity: 0.5;
    cursor: pointer;
    z-index: 11;
}

.language-selector .headline .search.empty .clear {
    visibility: hidden;
    opacity: 0;
}

.language-selector .headline .search.active .clear:hover {
    opacity: 1;
}

.language-selector .headline .search.active .search-text {
    opacity: 1;
    z-index: 3;
    width: 100%;
    border: 0 none transparent;
    background-color: transparent;
    outline: none;
    cursor: auto;
    padding-right: 22px;
}

input.search-text::placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

input.search-text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

input.search-text::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.footer .rights {
    color: #7b7c86;
}

.footer-type {
    height: 37px;
    width: 100%;
    margin-bottom: 50px;
    background-image: url("/img/tape_pattern2x.png");
    background-size: auto 100%;
    background-repeat: repeat-x;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.footer-type:before, .footer-type:after {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    content: "";
}

.footer-type:before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=1);
}

.footer-type:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=1);
}

.footer-type span {
    font-weight: 800;
    color: #262626;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-type span.md, .footer-type span.lg {
    display: block;
}

.index_copter {
    color: #FFFFFF;
    background-repeat: no-repeat;
    position: relative;
}

#copter_animation {
    color: rgba(21, 255, 2, 0.47);
    position: absolute;
    top: 0;
    left: -400px;
}

.copter_content {
    padding: 0 25px 0 25px;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
}

.index_copter .header {
    color: #1cd142;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(73, 191, 127, 0.3);
    padding-bottom: 19px;
    text-shadow: 0 0 10px rgba(92, 255, 126, 0.4);
    margin-bottom: 4px;
}

.index_copter .header strong {
    font-weight: 700;
}

.index_copter .row span {
    display: block;
}

.feature_option {
    font-size: 19.5px;
    color: white;
    padding: 0 55px 50px 21px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    line-height: 24px;
}

.feature_option .feature_picture {
    padding: 5px 24px 0 0;
    align-self: flex-start;
    pointer-events: none;
    user-select: none;
}

.feature_option .feature_picture img {
    display: block;
    width: 60px;
    height: 60px;
}

.feature_option h5, .feature_option h2 {
    font-size: 22.5px;
    color: #69DFE2;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 26px;
}

h5 {
    color: #FFFFFF;
}

.text_blue {
    color: #62D1D8;
}

.text_yellow {
    color: #F0DC00;
}

.text_uc {
    text-transform: uppercase;
}

.text_discharged {
    letter-spacing: 2px;
}

.u-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1rem;
}

.navbar-toggler {
    padding: 0;
    width: 32px;
    height: 32px;
    display: none;
}

.menu-burger {
    height: 18px;
    position: relative;
}

.menu-burger .line {
    display: block;
    background-color: #FFFFFF;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

body.sticky:not(.show_langs) .menu-burger .line {
    background-color: #000000;
}

body.sticky.show_nav .menu-burger .line {
    background-color: #FFFFFF;
}

.menu-burger .line.line-1 {
    top: 0;
}

.menu-burger .line.line-2 {
    top: 50%;
}

.menu-burger .line.line-3 {
    top: 100%;
}

.navbar-toggler:hover .line-1, .navbar-toggler:focus .line-1 {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}

.navbar-toggler:hover .line-3, .navbar-toggler:focus .line-3 {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
}

.show_nav .mobile .navbar-toggler .line-1, .show_langs .language-toggler .line-1 {
    transform: translateY(9px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -moz-transform: translateY(9px) translateX(0) rotate(45deg);
}

.show_nav .mobile .navbar-toggler .line-2, .show_langs .language-toggler .line-2 {
    opacity: 0;
}

.show_nav .mobile .navbar-toggler .line-3, .show_langs .language-toggler .line-3 {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.mobile .navbar-toggler {
    margin-top: 7px;
    top: 90px;
    position: absolute;
    left: -81px;
    opacity: 1;
}

.header_body .u-btn {
    margin-right: 33px;
}

.page {
    font-size: 17px;
    /*color: #2bdd7c;*/
    color: #49bf7f;
}

.page h2 {
    font-size: 34px;
    line-height: 48px;
    color: #2bdd7c;
    font-weight: bold;
    margin: 3rem 0 1.5rem;
    text-shadow: 0 0 10px rgba(92, 255, 126, 0.3);
    text-transform: uppercase;
}

.page h2.upper {
    font-size: 64px;
    line-height: 86px;
}

.page h3 {
    color: #2bdd7c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 7px rgba(92, 255, 126, 0.2);
}

.page h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}

.page p {
    font-family: "ocrastd", sans-serif;
    letter-spacing: -0.12em;
    line-height: 1.9rem;
}

a.u-link, .u-links a {
    text-decoration: none;
    color: #ffcc00;
    display: inline-block;
    position: relative;
}

a.u-link:focus, .u-links a:focus {
    text-decoration: none;
}

a.u-link:hover, .u-links a:hover {
    text-decoration: underline;
}

a.u-link:after, .u-links a:after {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    height: 1px;
    width: 100%;
}

a.u-link:hover::after, a.u-link:focus::after, .u-links a:hover:after, .u-links a:focus:after {
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.page .green-bg {
    background-color: #2bdd7c;
    color: rgba(3, 38, 33, 0.9);
    padding: 0px 6px;
    height: 72px;
    display: inline-block;
    vertical-align: initial;
    line-height: 70px;
}

.numbered-title {
    counter-increment: title-number;
    margin-top: 44px;
}

.numbered-title::before {
    display: inline-block;
    padding-right: 1rem;
    content: counter(title-number) ".";
    color: #f0dc00;
    font-weight: 600;
    text-shadow: none;
}

.border-around {
    padding: 24px 34px 20px;
    margin-bottom: 20px;
    position: relative;
}

.border-around p:last-of-type {
    margin-bottom: 0;
}

.border-around .border, .border-around .border:before, .border-around .border:after {
    display: block;
    position: absolute;
    background-color: #28dd7c;
    box-shadow: 0px 0 10px 0px #21f24d;
    border: 0 none transparent !important;
}

.border-around .border:before, .border-around .border:after {
    content: "";
}

.border-around .border-top {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

.border-around .border-top:before {
    width: 1px;
    height: 2rem;
    top: 0;
    left: 0;
}

.border-around .border-top:after {
    width: 1px;
    height: 2rem;
    top: 0;
    right: 0;
}

.border-around .border-bottom {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.border-around .border-bottom:before {
    width: 1px;
    height: 2rem;
    bottom: 0;
    left: 0;
}

.border-around .border-bottom:after {
    width: 1px;
    height: 2rem;
    bottom: 0;
    right: 0;
}

.border-around .border-left {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}

.border-around .border-left:before {
    width: 2rem;
    height: 1px;
    top: 0;
    left: 0;
}

.border-around .border-left:after {
    width: 2rem;
    height: 1px;
    bottom: 0;
    left: 0;
}

.border-around .border-right {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.border-around .border-right:before {
    width: 2rem;
    height: 1px;
    top: 0;
    right: 0;
}

.border-around .border-right:after {
    width: 2rem;
    height: 1px;
    bottom: 0;
    right: 0;
}
.page .border-around ul {
    padding-bottom: 0;
}
.page ul li {
    padding: 0 0 15px 48px;
    position: relative;
    line-height: 1.8rem;
}

.page ol li {
    padding: 0 0 15px 0;
    position: relative;
    line-height: 1.8rem;
}

.page ul li:before {
    font-family: "icons";
    position: relative;
    content: "\f107";
    display: inline-block;
    margin-right: 1rem;
    font-size: 20px;
    color: #ffcc00;
    position: absolute;
    left: 14px;
}

.page ol {
    font-size: inherit;
    font-family: "ocrastd", sans-serif;
    letter-spacing: -0.12em;
}

.page ul {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: inherit;
    font-family: "ocrastd", sans-serif;
    letter-spacing: -0.12em;
    list-style: none;
}

.page ul.links-ul {
    color: #ffcc00;
}

.page ul.links-ul li {
    padding: 0 0 9px;
}

.page ul.links-ul li:before {
    content: none;
}
.page ul.questions-box.links-ul li{
   padding: 0 0 9px 16px;
}
.faq-answers {
    margin: 30px 0 0;
}

.faq-answer {
    background-color: #1cd1420a;
    position: relative;
    margin: 0 0 44px;
    padding: 46px 54px;
    font-size: 17px;
}

.faq-answer ol li {
    list-style: none;
    counter-increment: faq-answer-ol;
}

.faq-answer ol li:before {
    content: counter(faq-answer-ol) ".";
    position: absolute;
    left: -40px;
    color: #ffcc00;
}

.faq-answer p strong {
    color: #2bdd7c;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Open-Sans", sans-serif;
}

.content-top {
    font-size: 56px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    color: #fff;
}

.lamp {
    max-width: 695px;
    display: block;
    height: 12px;
    margin: 0 auto -12px;
    position: relative;
    width: 100%;
}

.lamp1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    opacity: 1;
}

.lamp1:before {
    position: absolute;
    top: -30px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 853px;
    height: 110px;
    background: url(/img/Neon-Off.png) center top no-repeat;
    pointer-events: none;
}

.lamp2 {
    position: absolute;
    -webkit-animation: lamp-semmi 2s 0.5s forwards alternate;
    -moz-animation: lamp-semmi 2s 0.5s forwards alternate;
    -o-animation: lamp-semmi 2s 0.5s forwards alternate;
    animation: lamp-semmi 2s 0.5s forwards alternate;
    animation-iteration-count: infinite;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
}

.lamp2:before {
    position: absolute;
    top: -30px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 853px;
    height: 110px;
    background: url(/img/Neon-Semi.png) center top no-repeat;
    pointer-events: none;
}

.lamp3 {
    position: absolute;
    -webkit-animation: lamp 3s 1s forwards alternate;
    -moz-animation: lamp 3s 1s forwards alternate;
    -o-animation: lamp 3s 1s forwards alternate;
    animation: lamp 3s 1s forwards alternate;
    animation-iteration-count: infinite;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.lamp3:before {
    position: absolute;
    top: -93px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 1008px;
    height: 370px;
    background: url(/img/neon-full.png) center top no-repeat;
    pointer-events: none;
}

/* Download Page */

body.body-download .main-header-download-btn {
    display: none!important
}

.download_nav-tabs {
    padding: 6px 0 16px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.download_nav-tabs--condensed {
    padding: 6px 0 16px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}


.download_nav-tabs a {
    font-family: "Open-Sans", sans-serif;
    width: 20%;
    display: block;
    background-color: #000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 46px;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0 23px;
    margin-bottom: 20px;
    border: 2px solid #114f2b;
    z-index: 2;
    text-align: center;
}

.download_nav-tabs a.disabled {
    opacity: 0.3;
    border: none;
}

.download_nav-tabs a:before, .download_nav-tabs a:after {
    position: absolute;
    content: "";
    top: 10px;
    left: -2px;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #000;
    z-index: -1;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.download_nav-tabs a.disabled:before, .download_nav-tabs a.disabled:after {
    content: normal;
}

.download_nav-tabs a:after {
    bottom: 0;
    top: -2px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
}

.download_nav-tabs a:hover, .download_nav-tabs a:focus {
    text-decoration: none;
    border-color: #33cc66;
}

.download_nav-tabs a.disabled:hover, .download_nav-tabs a.disabled:focus {
    cursor: help;
}

.download_nav-tabs a:hover:before, .download_nav-tabs a:focus:before {
    height: 0;
    top: 50%;
}

.download_nav-tabs a:hover:after, .download_nav-tabs a:focus:after {
    left: 50%;
    width: 0;
}

.download_nav-tabs a.active {
    position: relative;
    background-color: #33cc66;
    border-color: #33cc66;
    color: #000;
}

.download_nav-tabs a.active svg.icon-svg path {
    fill: black;
}

.download_nav-tabs .u-windows-brands, .download_nav-tabs .u-linux-brands {
    transform: translateY(-1px);
}

.download_nav-tabs .u-apple-brands {
    transform: translateY(-3px);
}

.download_nav-tabs a.active:before, .download_nav-tabs a.active:after {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.currencies-short-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgba(8, 43, 36, 0.64);
    padding: 38px;
}
.currencies-short-block div:nth-of-type(1) {
    flex: 0 1 500px;
}
.currencies-short-block div:nth-of-type(2) {
    padding-left: 2rem;
    flex: 1;
}
.currencies-short-block img {
    width: 100%
}
.currencies-links {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.currencies-links .currencies-link {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 21%;
    background-color: #041611;
    padding: 20px 0;
    transition: box-shadow ease-in-out 0.2s;
}
.currencies-links .currencies-link img {
    height: 100%;
}
.currencies-links .currencies-link--empty {
    flex: 0 0 21%;
    padding: 20px 0;
}
.currencies-links .currencies-link:hover {
    box-shadow: 0 0 0 3px #26af69 inset, 0 0 10px 0 rgba(38, 175, 105, 0.5);
}

.catalogue-tabs {
    padding: 6px 0 16px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalogue-tabs a {
    font-family: "Open-Sans", sans-serif;
    display: block;
    background-color: #000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 46px;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0 23px;
    margin-bottom: 20px;
    border: 2px solid #114f2b;
    z-index: 2;
    text-align: center;
}

.catalogue-tabs a:before, .catalogue-tabs a:after {
    position: absolute;
    content: "";
    top: 10px;
    left: -2px;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #000;
    z-index: -1;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.catalogue-tabs a:after {
    bottom: 0;
    top: -2px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
}

.catalogue-tabs a:hover, .catalogue-tabs a:focus {
    text-decoration: none;
    border-color: #33cc66;
}

.catalogue-tabs a:hover:before, .catalogue-tabs a:focus:before {
    height: 0;
    top: 50%;
}

.catalogue-tabs a:hover:after, .catalogue-tabs a:focus:after {
    left: 50%;
    width: 0;
}

.catalogue-tabs a.active {
    position: relative;
    background-color: #33cc66;
    border-color: #33cc66;
    color: #000;
}

.catalogue-tabs a.active:before, .catalogue-tabs a.active:after {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.catalogue-no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}
.catalogue-website-title {
    color: #2bdd7c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 7px rgba(92, 255, 126, 0.2);
}
.catalogue-website-title:hover {
    text-decoration: none;
    color: #0ACF41;
}
.website-category {
    color: #ffffff;
}
.website-screenshot {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
a.website-screenshot:hover {
    opacity: 0.9;
    cursor: pointer;
}
.website-screenshot-img{
    position: relative;
    width: 300px;
}
.pagination {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.pagination a {
    width: 60px;
    height: 60px;
    min-width: 15px;
    padding: 2px 5px;
    margin-right: 10px;
    text-decoration: none;
    font-family: "Open-Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: relative;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    border: 2px solid #114f2b;
    z-index: 2;
    text-align: center;
}
.pagination_dots {
    width: auto;
    min-width: 15px;
    padding: 2px 5px;
    margin-right: 10px;
    font-family: "Open-Sans", sans-serif;
    display: block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-align: center;
}
.pagination a:hover {
    text-decoration: none;
    border-color: #33cc66;
}
.pagination a.current_page, .pagination a.current_page:hover {
    background-color: #33cc66;
    border-color: #33cc66;
    color: #000;
}
.catalogue-filter-container {
    position: relative;
}
.catalogue-filter-container .clear {
    position: absolute;
    right: 37px;
    cursor: pointer;
    top: calc(50% - 12px);
    font-size: 23px;
    height: 22px;
    width: 22px;
    transition: color 0.2s ease-in-out;
    display: none;
}
.catalogue-filter-container .clear:hover {
    color: #2bdd7c;
}
.merchant_instruction {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
input[type="text"].catalog_filter {
    width: 100%;
    background-color: #000;
}
.version-box {
    position: relative;
    padding: 38px 78px 52px 78px;
}

.version-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.version-links {
    flex: 1 1 20%;
}

.version-links a {
    color: inherit;
    font-size: 18px;
    letter-spacing: -0.12em;
    position: relative;
    display: inline-block;
    color: #ffcc00;
    text-decoration: underline;
}

.version-links a:hover, .version-links a:focus {
    text-decoration: none;
}

.version-links a:hover:after {
    content: none
}

.version-links ul {
    margin: 0;
    font-family: "ocrastd", sans-serif;
    letter-spacing: 0.1em;
    list-style: none;
}

.version-links li {
    position: relative;
}


.version-download a.u-btn {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

.version-for {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.version-for h3 {
    margin-bottom: 36px;
}

.download_tab-content .version-links ul li:before {
    content: none;
}

.download_tab-content .version-links ul li {
    padding: 8px 0;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.download_nav-tabs a.mac_tab {
    text-transform: inherit;
}
button:focus, a:focus {
    outline: 0;
}

input[type=text], input[type=email], textarea.form-control, select, .faq-select, .faq-select:hover {
    border: 1px solid #2BDD7C;
    background-color: rgba(28, 209, 66, 0.05);
    color: #FFFFFF;
    padding: 14px 15px 11px;
    font-family: "ocrastd", sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-radius: 0;
    margin: 0;
}

input[type=text].is-invalid, input[type=email].is-invalid, textarea.is-invalid, select.is-invalid, .faq-select.is-invalid, .faq-select.is-invalid:hover {
    border-color: #cf2a00;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus, .btn-secondary.faq-select:not(:disabled):active, .btn-secondary.faq-select:not(:disabled):not(.disabled):active:focus, .form-control:focus {
    border: 2px solid #2BDD7C;
    box-shadow: 0 0 10px 0 rgba(92, 255, 126, 0.8);
    background-color: rgba(28, 209, 66, 0.05);
    padding: 13px 14px 10px;
    color: #FFFFFF;
}

input[type=text].is-invalid:focus, input[type=email].is-invalid:focus, textarea.is-invalid:focus, .form-control.is-invalid:focus, .btn-secondary.faq-select.is-invalid:not(:disabled):active, .btn-secondary.faq-select.is-invalid:not(:disabled):not(.disabled):active:focus {
    border-color: #cf2a00;
    box-shadow: none;
}

.faq-select {
    width: 100%;
    text-align: left;
}

.faq-select:not(.selected), .show > .btn-secondary.dropdown-toggle.faq-select:not(.selected) {
    color: rgba(44, 221, 125, 0.7);
    opacity: 1;
}

#faq_category_proxy_items {
    width: calc(100% - 30px);
    margin: 2px 0 0 0;
    border-radius: 0px;
    border: 2px solid #2BDD7C;
    background: #0b271d;
    box-shadow: 0 0 10px 0 rgba(92, 255, 126, 0.8);
}

#faq_category_proxy_items .dropdown-item {
    color: #ffffff;
    font-family: "ocrastd", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#faq_category_proxy_items .dropdown-item:hover, #faq_category_proxy_items .dropdown-item:focus {
    background-color: #0ACF41;
    color: #000;
}

.show > .btn-secondary.dropdown-toggle.faq-select:after {
    right: 11px;
    top: 19px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.show > .btn-secondary.dropdown-toggle.faq-select {
    border: 2px solid #2BDD7C;
    box-shadow: 0 0 10px 0 rgba(92, 255, 126, 0.8);
    background-color: rgba(28, 209, 66, 0.05);
    padding: 13px 14px 10px;
}

.faq-select:focus, .faq-select:active, .faq-select:focus:active {
    box-shadow: none;
}

.faq-select:active:after {
    right: 11px;
    top: 19px;
}

.faq-select:after {
    position: absolute;
    right: 12px;
    top: 20px;
    border-top-color: #2BDD7C;
}

select:required:invalid,
select:focus:required:invalid {
    color: rgba(44, 221, 125, 0.7);
    opacity: 1;
}

select:focus {
    color: #fff;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

::selection {
    background: #00e7ff2b;
}

::-moz-selection {
    background: #00e7ff2b;
}

::placeholder, .form-control::placeholder {
    color: rgba(44, 221, 125, 0.7);
    opacity: 1;
}

:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: rgba(44, 221, 125, 0.7);
    opacity: 1;
}

::-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: rgba(44, 221, 125, 0.7);
    opacity: 1;
}

.is-invalid::placeholder {
    color: rgba(221, 39, 0, 0.7);
    opacity: 1;
}

.is-invalid:-ms-input-placeholder {
    color: rgba(221, 39, 0, 0.7);
    opacity: 1;
}

.is-invalid::-ms-input-placeholder {
    color: rgba(221, 39, 0, 0.7);
    opacity: 1;
}

.screenshots-page img {
    width: 100%;
    max-width: 880px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: right 1.25em center;
    padding-right: 1rem;

    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 80 60'><polygon points='0,0 80,0 40,50' style='fill:%232BDD7C'/></svg>");
}

select:focus {
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2BDD7C;
}

.info-box {
    color: #ffcc00;
    font-size: 14px;
    position: relative;
    top: -2rem;
    height: 100%;
    text-align: justify;
}

.info-box-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    color: #F0DC00;
}

.info-box-title > div {
    display: block;
    border-bottom: 1px solid #ffcc0080;
    flex: 1;
}

.info-box-title > div:nth-child(2) {
    flex: 0;
    white-space: nowrap;
    border: 0 none transparent;
    padding: 0 1.25rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 600;
    height: 2rem;
    top: 1rem;
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.8);
}

.info-box-title > div:nth-child(2) span {
    display: inline-block;
    border: 2px solid #ffcc00;
    border-radius: 1rem;
    height: 2rem;
    width: 2rem;
    text-align: center;
    font-weight: 400;
    margin-right: 0.5rem;
    box-shadow: inset 0 0 10px 0 rgba(255, 204, 0, 0.8), 0 0 10px 0 rgba(255, 204, 0, 0.8);
}

.info-box-title i.icon-u {
    font-size: 2.3rem;
    line-height: 2.2rem;
    position: relative;
    top: -2px;
}

.info-box-border {
    padding: 2rem;
    border-color: #ffcc0080;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    height: 100%;
}

.info-box p {
    margin: 0;
}

.download-glitch {
    margin-bottom: -65px;
    margin-top: -50px;
}

.liberty {
    position: absolute;
    background-image: url("/img/bot-bg-statue.webp");
    background-repeat: no-repeat;
    width: 263px;
    height: 612px;
    right: 100px;
    top: 1020px;
    animation-name: liberty-animation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes liberty-animation {
    0% {
        top: 1050px;
    }
    60% {
        top: 960px;
    }
    100% {
        top: 1050px;
    }
}

@-webkit-keyframes lamp {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0.3;
    }
    60%, 70%, 100% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.6;
    }
    89% {
        opacity: 0.5;
    }
}

@-moz-keyframes lamp {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0.3;
    }
    60%, 70%, 100% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.6;
    }
    89% {
        opacity: 0.5;
    }
}

@-o-keyframes lamp {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0.3;
    }
    60%, 70%, 100% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.6;
    }
    89% {
        opacity: 0.5;
    }
}

@keyframes lamp {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0.3;
    }
    60%, 70%, 100% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.6;
    }
    89% {
        opacity: 0.5;
    }
}

@-webkit-keyframes lamp-semmi {
    0% {
        opacity: 0;
    }
    50%, 70% {
        opacity: 0.6;
    }
    57%, 100% {
        opacity: 1;
    }
}

@-moz-keyframes lamp-semmi {
    0% {
        opacity: 0;
    }
    50%, 70% {
        opacity: 0.6;
    }
    57%, 100% {
        opacity: 1;
    }
}

@-o-keyframes lamp-semmi {
    0% {
        opacity: 0;
    }
    50%, 70% {
        opacity: 0.6;
    }
    57%, 100% {
        opacity: 1;
    }
}

@keyframes lamp-semmi {
    0% {
        opacity: 0;
    }
    50%, 70% {
        opacity: 0.6;
    }
    57%, 100% {
        opacity: 1;
    }
}

@-webkit-keyframes lamp-infinite {
    0% {
        opacity: 0.1;
    }
    7%, 14%, 18%, 20.5% {
        opacity: 0.1;
    }
    8%, 17%, 20% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.1;
    }
    80%, 100% {
        opacity: 0.1;
    }
}

@-moz-keyframes lamp-infinite {
    0% {
        opacity: 0.1;
    }
    7%, 14%, 18%, 20.5% {
        opacity: 0.1;
    }
    8%, 17%, 20% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.1;
    }
    80%, 100% {
        opacity: 0.1;
    }
}

@-o-keyframes lamp-infinite {
    0% {
        opacity: 0.1;
    }
    7%, 14%, 18%, 20.5% {
        opacity: 0.1;
    }
    8%, 17%, 20% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.1;
    }
    80%, 100% {
        opacity: 0.1;
    }
}

@keyframes lamp-infinite {
    0% {
        opacity: 0.1;
    }
    7%, 14%, 18%, 20.5% {
        opacity: 0.1;
    }
    8%, 17%, 20% {
        opacity: 0.8;
    }
    65% {
        opacity: 0.1;
    }
    80%, 100% {
        opacity: 0.1;
    }
}

@keyframes nav-blur-ani {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes nav-blur-bg-ani {
    0% {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
    }
    100% {
        filter: blur(5px);
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
    }
}



.modal.fade .modal-dialog {
          -webkit-transform: none;
  transform: none;
  transition: -webkit-opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-opacity 0.7s ease-out;
  opacity: 0;
}

.modal.show .modal-dialog {

  opacity: 1;
}

.modal-full {
  width: 100vw;
  height: 100vh;
}

.modal-full .carousel-caption {
 padding: 20px;
 bottom: 40px;
 font-family: "ocrastd", sans-serif;
 left: 5%;
 right: 5%;
  
}
.modal-full .carousel-caption {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 75%, rgba(0,0,0,0) 100%);
}


.modal-full .carousel-caption h5{
    margin: 0;
    font-size: 23px;
}

.modal-full .modal-dialog {
  margin: 0;
  height: 100%;
}

.modal-full .modal-content {
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  border: none;
}

.modal-full .modal-content .modal-body {
  padding: 0;
  height: 100%;
}

.modal-open .modal {
    animation: none;
}

.full-screen {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.modal-full .close {
    position: absolute;
    right: 34px;
    top: 30px;
    z-index: 2;
    opacity: 0.8;
}
.modal-full .close:hover {
    opacity: 1
}
.carousel-fade .carousel-item {
  transition-duration: 3.5s;
}
.carousel-inner {

}

.last-slide-height {
    margin: 0 auto;
    height: 100vh;
}

#mute{
  cursor: pointer;
  height: 34px;
  width: 34px;
  position: fixed;
  top: 28px;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 4;
}

#mute:hover {
    opacity: 1;
}


.fadeinanimfirst, .fadeinanim, .fadeimageinanimfirst {
    opacity: 0;
}

.fadeimageinanimfirst {
    -webkit-animation-name: fadein2;
    -moz-animation-name: fadein2;
    -o-animation-name: fadein2;
    animation-name: fadein2;
     -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
    /* duration */
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    animation-fill-mode: both;
}


.active .fadeinanimfirst {

-webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
     -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    -o-animation-delay: 6.5s;
    animation-delay: 6.5s;
    /* duration */
    -webkit-animation-duration: 11s;
    -moz-animation-duration: 11s;
    -o-animation-duration: 11s;
    animation-duration: 11s;

}
.active .fadeinanim {
    opacity: 0;
-webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
     -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    /* duration */
    -webkit-animation-duration: 9s;
    -moz-animation-duration: 9s;
    -o-animation-duration: 9s;
    animation-duration: 9s;
}

@keyframes fadein {
0%,100% { opacity: 0;  }
  70% { opacity: 1; }
}

@-moz-keyframes fadein { /* Firefox */
0%,100% { opacity: 0;  }
  70% { opacity: 1;}
}

@-webkit-keyframes fadein { /* Safari and Chrome */
0%,100% { opacity: 0;  }
  70% { opacity: 1; }
}

@-o-keyframes fadein { /* Opera */
0%,100% { opacity: 0; }
  70% { opacity: 1; }
}




@keyframes fadein2 {
0% { opacity: 0;  }
  100% { opacity: 1; }
}

@-moz-keyframes fadein2 { /* Firefox */
0% { opacity: 0;  }
  100% { opacity: 1;}
}

@-webkit-keyframes fadein2 { /* Safari and Chrome */
0% { opacity: 0;  }
  100% { opacity: 1; }
}

@-o-keyframes fadein2 { /* Opera */
0% { opacity: 0; }
  100% { opacity: 1; }
}
.carousel-fade .carousel-item {
    height: 100vh;
}


@-webkit-keyframes fade-out {
0% { opacity: 1;}
100% {opacity: 0;}
}

.fade-out {
    -webkit-animation: fade-out 2s ease-in;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    -webkit-animation-delay: 1.6s;
    position: absolute;
    left: 0;
    top: 0;
}