@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	font-family: 'IBM Plex Sans', 'Noto Sans', sans-serif;	
	font-size: 16px;
}

.portrait {
	width: 100%;
	padding-top: 100%;
	background-color:red;
	border-radius: 50%;
	background-size: cover;
}

.show {
	display: none;
}


.zvika-haas {
	background-image: url("../img/zvika-hass-400.jpg");
}

.linkedin-person {
	color: #fff;
	background-color: #2168c0;
	padding: 4px;
	border-radius: 3px;
	display: inline-block;
}




.topbanner_link {
    cursor: pointer;
    cursor: hand;
}

.showDownloadForm {
	display: none;
}

.showDownloadFormBtn {
	display: inline-block;
}

#thanksDownloadForm {
	display: none;
}

section {
	position: relative;
}

.module-name {
	position: absolute;
	display: block;
	background-color: rgba(255, 0, 0, 0.4);
	font-size: 12px;
	padding: 4px 8px;
	z-index: 99;
	color: #fff;
	font-family: 'Galano Grotesque Medium', 'Noto Sans', sans-serif;
	display: none;
	border: none !important;
}

.module-name-top {
	top: 0;
	left: 0;
}

.module-name-right {
	top: 0;
	right: 0;
}

.module-name-bottom {
	bottom: 0;
	right: 0;
}

.show-module-on, .show-module-off {
	position: fixed;
	top: 0;
	right: 0;
	width: 30px;
	height: 20px;
    cursor: pointer;
    cursor: hand;
    z-index: 9999;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    background-color: #009eaa;
}

.show-module-on {
	display: none;
}

.show-module-off {
	display: none;
	border: none !important;
}

.show-module-border {
	border: 1px dashed #00ffff;
}

/* /Preloader */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.gif') center no-repeat #fff;
}

.header {
	min-height: 90px;
}

.section-content {
	position: relative;
}

.section-footer {
	background-color: #1abaff;
	color: #fff;
}

.top-border {
/*	border-top: 1px solid rgba(255, 255, 255, .75); */
box-shadow: -1px 50px 11px -54px rgba(0,0,0,0.5) inset;
-webkit-box-shadow: -1px 50px 11px -54px rgba(0,0,0,0.5) inset;
-moz-box-shadow: -1px 50px 11px -54px rgba(0,0,0,0.5) inset;
}


.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.border-radius {
	border-radius: 3px;
}

/* carousel-items */

.carousel-control-next {
    justify-content: flex-end;
    padding-right: 20px;
}

.carousel-control-prev {
    justify-content: flex-start;
    padding-left: 20px;
}

.carousel-row {
	position: absolute;
	height: 100%;
	max-width: 100%;
}


.topbanner-carousel .carousel-item, .banner-item, .topbanner {
	background: #020731;
	background: linear-gradient(60deg, rgba(2, 7, 49, 1) 0%, rgba(5, 50, 109, 1) 50%, rgba(2, 19, 65, 1) 100%);	
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.topbanner-video {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.topbanner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 0;
}

.zyxel-one-banner {
	background-image: url("../img/zyxel-one-section-banner.jpg");
	background-size: cover;
	background-position: center;
}

.zyxel-one-banner .row {
	min-height: 20vw;
	color: #fff;
}
	
/* Colors */

.txt-white {
	color: #fff;
}

.bg-white {
	background-color: #000;
}

.txt-black {
	color: #fff;
}

.bg-black {
	background-color: #000;
}

.txt-blue {
	color: #1abaff;
}

.bg-blue {
	background-color: #1abaff;
}

.txt-light-blue {
	color: #c6ccd2;
}

.bg-light-blue {
	background-color: #c6ccd2;
}

.txt-green {
	color: #64be00;
}

.bg-green {
	background-color: #64be00;
}

.txt-grey {
	color: #dee4ea;
}

.bg-grey {
	background-color: #dee4ea;
}

.txt-light-grey {
	color: #f2f2f2;
}

.bg-light-grey {
	background-color: #f2f2f2;
}

.gradient {
background: #DFE4EB;
background: linear-gradient(0deg,rgba(223, 228, 235, 1) 0%, rgba(239, 242, 245, 1) 100%);
}

.gradient-blue {
background: #00B1FF;
background: linear-gradient(0deg, rgba(0, 177, 255, 1) 0%, rgba(0, 146, 244, 1) 100%);
}


/* Navigation */

nav.navbar {
	padding: 1.5rem 1rem;
	z-index: 1;
}


/* Elements */

.logo {
	width: 120px;
}

.logo-footer {
	width: 100px;
}

.splash {
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 150px;
	width: 175px;
}

.scroll-top {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 3px;
	border: 1px solid #dee4ea;
	z-index: 1;
	display: none;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

div#myTabContent {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #fff;
}

.dropshadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

.innershadow {
	-webkit-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
}

.linkedin {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3333 3333' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' fill ='%23ffffff'%3E%3Cpath d='M1465 1354h322v165h5c45-81 155-165 318-165 340 0 403 212 403 488v561h-336v-498c0-119-2-271-175-271-175 0-202 129-202 263v506h-336V1354zM1667 0c460 0 877 187 1179 488 302 302 488 718 488 1179 0 460-187 877-488 1179-302 302-718 488-1179 488-460 0-877-187-1179-488C186 2544 0 2128 0 1667c0-460 187-877 488-1179C790 186 1206 0 1667 0zm1093 573c-280-280-666-453-1093-453S853 293 574 573c-280 280-453 666-453 1093s173 814 453 1093c280 280 666 453 1093 453s814-173 1093-453c280-280 453-666 453-1093s-173-814-453-1093zm-1528 490c0 97-78 175-175 175s-175-78-175-175 78-175 175-175 175 78 175 175zm-350 291h350v1049H882V1354z'/%3E%3C/svg%3E");
}

.padding-left {
	padding-right: 30px;
}

.padding-right {
	padding-left: 30px;
}

.box {
	padding: 40px;
	border: 1px solid #dee4ea;
	position: relative;
}

.no-border {
	border: none;
}


#thanks {
	display: none;
}

.zyxel-icons {
	width: 40%;
	margin-bottom: 1rem;
}

/* Video */

.videoWrapper2 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000;
}


.video2 {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.text-shadow {
	text-shadow: 0 0 6px #000;
}

.video-padding {
	padding: 8% 0;
}

/* Social */

.follow-top-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	display: none;
}

.follow-top {
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.follow-top p {
	color: #fff;
	margin: 0 10px 0 0;
}

.social {
	float: right;
}

.follow-wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
}

.follow-wrapper a.follow-icon {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: inherit;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-right: 8px;
	color: #fff;
}


@media not all and (pointer: coarse) {
.follow-wrapper a.follow-icon:hover {
	background-color: #fff;
	color: #64be00;
	text-decoration: none;
}
} 

.follow-wrapper .follow-icon:last-child {
  margin-right: 0;
}

.follow-wrapper .follow-icon .icon {
    font-size: 20px;
	align-self: center;
}


/* Typofrafi */

.regular {
	font-family: 'IBM Plex Sans', 'Noto Sans', sans-serif;
	font-weight: 400;
}
	
h1, h2, h3, h4, h5, h6, .rangeslider__value-bubble span {
	font-family: 'Galano Grotesque Medium', 'Noto Sans', sans-serif;
}

.rotary-result {
	font-size: 30px;
}

.big-text {
	font-size: calc(2.5em + 2.5vw) !important;
}

.vertical-lines {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.letter-icons {
	font-size: 3rem;
}

.arrow {
	font-size: 2.2rem;
}

@media not all and (pointer: coarse) {
a:link, a:visited, a:hover, a:active {
	color: #00b2ff;
}

.section-footer a, .section-footer a:hover, .section-footer p {
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}
}  

dl, ol, ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

.modal-body li {
    margin-bottom: 0;
}

/* Forms */


.dropdown-wrapper {
    position: relative;
}

.dropdown-wrapper::before {
    content: "\e900";
    position: absolute;
    z-index: 1;
    font-family: 'ambition-standard';
    right: 20px;
    top: 25%;
    pointer-events: none;
    color: #000;
}

select.form-control.dropdown {
    height: auto;
    min-height: 50px;
    padding: 10px 10px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #1abaff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none;
}


.form-control {
	height: 50px;
	border: 1px solid #dee4ea;
	border-radius: 0;
	margin-bottom: 10px;
}

.form-control:focus {
    color: #64be00;
    background-color: #fff;
    border-color: #1abaff;
    outline: 0;
    box-shadow: none;
}


.titleCase {
  text-transform: capitalize;
}

.error-text {
    color: #f00000;
    margin: 5px 12px;
    display: block;
    font-size: 13px;
}

.placeholder {
	position: absolute;
	left: 15px;
	top: 10px;
}

.form-check-label, .form-check-label-lg {
    margin-bottom: 0;
	margin-left: 4px;
	width: calc(100% - 30px);
    float: left;
    font-size: 13px;
	text-transform: none;
}

.form-check-label-lg {
	font-size: 16px;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: -5px;
     height: 30px;
     width: 30px;
     border: 1px solid #ced4da;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

.form-radio:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}

@media not all and (pointer: coarse) {
.form-radio:hover {
     background-color: #f7f7f7;
}
}

.form-radio:checked {
     background-color: #fff;
}

/* Knapper */

.btn {
	border: none;
	cursor: pointer !important;
    cursor: hand !important;
    min-height: 50px;
	outline: none !important;
	border: none;
	white-space:normal !important;
    word-wrap: break-word;
    border-radius: 100px;
    padding: .5rem 3rem;
}

.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.btn-link {
    font-weight: inherit;
    color: inherit;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary,.btn-primary.disabled, .btn-primary:disabled, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .open>.dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:hover {
    color: #fff;
    background-color: #00b2ff;
}

.btn-secondary,.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .open>.dropdown-toggle.btn-secondary, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:hover {
    color: #fff;
    background-color: #64be00;
}

.btn-default,.btn-default.disabled, .btn-default:disabled, .btn-default:active, .btn-default.active, .btn-default:focus, .open>.dropdown-toggle.btn-default, .btn-default:not([disabled]):not(.disabled):active, .btn-default:hover {
    color: #00b2ff;
    background-color: #fff;
    border: 1px solid #00b2ff;
}

@media not all and (pointer: coarse) {

.btn-primary:hover, .btn-secondary:hover, .btn-default:hover {
	opacity: 0.7;
}
}

@media (min-width: 1921px) {

.bg-call-center {
	padding-bottom: 10% !important;
}

.topbanner-carousel .carousel-item, .banner-item {
	min-height: 0;
	padding-bottom: 30%;;
}

}

@media (max-width: 1200px) {

.topbanner-image {
	display: block;
}

.topbanner-intro {
	background-image: none;
}

.topbanner {
	min-height: none;
	max-height: none;
	height: auto;
	padding: 50px 0;
	background-image: none;
	background: #020731;
	background: linear-gradient(60deg, rgba(2, 7, 49, 1) 0%, rgba(5, 50, 109, 1) 50%, rgba(2, 19, 65, 1) 100%);		
}

.module-name, .show-module {
	display: none !important;
}

.carousel-item, .banner-item {
	padding-bottom: 28%;
	min-height: 0;
}

}


@media (max-width: 991px) {


.splash {
	right: 3%;
	width: 30vw;
}

.video2 {
    left: 40%;
}

}

@media (max-width: 768px) {

.container {
	max-width: 768px;
}
  
    
.content {
	padding: 0 30px;
}

.carousel-item, .banner-item {
	padding-bottom: 40%;
}

.full-width {
	margin-left: -45px;
	margin-right: -45px;
}
.carousel-row h1 {
	font-size: 5vw;
}

.carousel-row h4 {
	font-size: 2.6vw;
}
h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

.smallqeq {
	font-size: 10px;
}

.padding-left, .padding-right {
	padding-right: 15px;
	padding-left: 15px;
}
}



@media (max-width: 767px) {

.mobile-no-box {
	padding: 0;
	border: none;
}


.video-spacer { 
	padding-bottom:300px;
}	

.video2 {
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(0);
}

.zyxel-one-banner {
	background-image: none
}

.zyxel-one-banner .row {
	min-height: 20vw;
	color: #212529;
}

.show {
	display: block;
}

.vertical-lines {
	border-left: none;
	border-right: none;
}

}


@media (max-width: 574px) {



.topbanner-carousel .carousel-item, .banner-item {
    min-height: 300px;
}


.content {
	padding: 0 10px;
}

.carousel-item, .banner-item {
	padding-bottom: 60%;
}

.carousel-row h1 {
	font-size: 5vw;
}

.carousel-row h4, .carousel-row h5 {
	font-size: 4vw;
}

.carousel-indicators {
    bottom: -5px;
}

.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.narrow-mobile-image {
	width: 40% !important;
	margin: 0 auto;
	display: block;
}

.btn-mobile {
	width: 100%;
}

.social {
	float: none;
}

.video-padding {
	padding: 0;
    padding-top: 90%;
    padding-bottom: 10%;
}
.letter-icons {
	font-size: 4rem;
}
}
