<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Specifics */
.btn {
    color: white;
    border: 1px solid #a335f8;
}
.link {
    text-decoration: underline !important;
}

.btn:hover {
    background-color: #a335f8;
}
#header {
    background-color: black;
}
.navbar-default .navbar-nav&gt;*&gt;a:hover {
    color: #a335f8 !important;
}
.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus{
    background-color: transparent;
}
.dropdown-menu {
    background-color: rgba(40, 40, 40, 0.95);
    color: white;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.dropdown-menu a .thumb {
    position: relative;
    width: 200px;
    height: 113px;
    background-color: white;
    border: 1px solid #282828;
    margin: 0.5em auto;
    overflow: hidden;
}
.dropdown-menu a .thumb .title {
    position: absolute;
    top:20%;
    right:15%;
    font-weight: bold;
    transition: all .2s ease-in-out;
}
.dropdown-menu a .thumb img {
    height: 100%;
    animation-play-state: paused;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
    top: 15%;
    left: -15%;
}
.dropdown-menu a:hover .thumb img {
    animation-play-state: running;
}
#header .main-slide .title-container .subtitle {
	color: white;
}
#header .main-slide .xview-plans {
    position: absolute;
    z-index: 2;
    bottom: 20vh;
    left: 0;
    width: 100%;
    /*display: flex;*/
    display: none;
    flex-direction: column;
    align-items: center;
}
#header .main-slide .xview-plans img {
    width: 10em;
    animation: none;
}
#header .main-slide .xview-plans .title {
    padding-left: 1em;
    font-size: calc(1vw + 1vh);
}
/* xView */
.dropdown-menu a.xview .thumb .title {
    color: #00adee;
}
@keyframes zoomInAndRotate {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1.2) rotate(10deg);
    }
}
.dropdown-menu a.xview .thumb img{
    animation-name: zoomInAndRotate;
    animation-duration: 2s;
}
/* xStudio */
.dropdown-menu a.xstudio .thumb .title {
    color: #8bc53f;
}
.dropdown-menu a.xstudio .thumb img {
    transform: scale(1.8);
    animation-timing-function: linear;
    animation-direction: initial;
}
@keyframes rotate {
    from {
        transform: scale(1.8) rotate(0deg);
    }
    to {
        transform: scale(1.8) rotate(360deg);
    }
}
.dropdown-menu a.xstudio .thumb img {
    animation-name: rotate;
    animation-duration: 4s;
}
/* xPlanner */
.dropdown-menu a.xplanner .thumb .title {
    color: #ffaa00;
}
@keyframes scale {
    from {
        transform: scale(1.5);
    }
    to {
        transform: scale(1.85);
    }
}
.dropdown-menu a.xplanner .thumb img {
    transform: scale(1.5);
}
.dropdown-menu a.xplanner .thumb img.needles {
    animation-name: scale;
    animation-duration: 2s;
}
/* API */
.dropdown-menu a.api .thumb .title {
    color: #f24130;
}
.dropdown-menu a.api .thumb img {
    animation-duration: 0.5s !important;
}
@keyframes bigscale {
    from {
        transform: rotateX(0deg) scale(0.65) translate(10px, -60px);
    }
    to {
        transform: rotateX(25deg) scale(0.65) translate(10px, 15px);
    }
}
.dropdown-menu a.api .thumb img {
    animation-name: bigscale;
    animation-duration: 2s;
}




.navbar:not(.bottom) .dropdown-menu {
    border: none;
    background-color: rgba(255, 255, 255, 0.95);;
    color: #282828;
}
.navbar .invetation-link {
    padding: 0.5em;
    height: 2em
}
.navbar .invitation-linker {
	height: 3em;
	width: 2.5em;
	background-image: url("../xtrmx/assets/General/ibcLogo.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.navbar.bottom .invitation-linker {
	background-image: url("../xtrmx/assets/General/ibcLogo.png");
}
#invitation .invitation {
    width: 100%;
}
#nab img {
	width: 100%;
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
#header .main-slide .main-background {
    animation-name: zoomIn;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#header .main-slide {
    color: white;
}
#header .main-slide .products {
    position: absolute;
    top: 15vh;
    left: 15vw;
}
#header .main-slide .products .product {
    display: block;
    background-color: rgba(40,40,40,0.7);
    padding: 0.25em 0 0.25em 3em;
    margin: 0.5em 0;
    font-size: 2em;
    width: 10em;
    position: relative;
    border-bottom-left-radius: 1em
}
#header .main-slide .products .product:hover {
    background-color: rgba(40,40,40,1);
}
#header .main-slide .products .product:nth-child(2) {
    margin-left: 1em;
}
#header .main-slide .products .product:nth-child(3) {
    margin-left: 2em;
}
#header .main-slide .products .product:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 3em;
    background-color: inherit;
    border-top-right-radius: 100%;
    left: 100%;
    top:0;
}
#header .main-slide .products .product .row1 {
    display: flex;
    align-items: center;
}
#header .main-slide .products .product .name {
    padding-left: 1.5em;
}
#header .main-slide .products .product .row2 {
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 1em;
    width: 7.5em;
}
#header .main-slide .products .product .desc {
    font-size: 0.5em;
    z-index: 100;
}
#header .main-slide .products .product .logo {
    height: 1em;
    position: absolute;
    left: 0.25em;
    top: calc(50% - 0.5em);
}

.purple header.title h2:after {
    background-color: white;
}

.purple header.title h2 {
    color: white;
}
.light header.title h2 span,
.dark header.title h2 span {
    color: #a335f8;
}
.purple {
    padding: 100px 0;
    background-color: #a335f8;
    color: white;
}

.quote {
    font-size: 5em;
    line-height: 0.5em;
    opacity: 0.75;
}
.testimony-container {
    padding-top: 4em;
}
.testimony-container .person {
    text-align: center;
}
.testimony-container img {
    width: 100%;
    border-radius: 100%;
    border: 2px solid white;
    margin-bottom: 0.5em;
    max-width: 10em;
}
.testimony-container .name {
    text-align: right;
    padding-bottom: 1em;
}

    /*CREATIVE TEAM STYLE*/

#team .wrap {
    margin: 75px auto 0;
    max-width: 275px;
    padding: 40px 10px;
    background: #F7F7F7;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.54);
}

#team .img-team {
    margin: -100px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#team .wrap .img-container {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    position: relative;
}
#team .wrap .img-container:after {
    content: "";
    position: absolute;
    border: 5px solid #a335f8;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    top: 0;
    left: 0;
}
#team .wrap img {
    height: 150px;
    width: 150px;
    -webkit-filter: grayscale(100%) brightness(130%);
    filter: grayscale(100%) brightness(120%);

}
#team .wrap img.harel {
    -webkit-filter: grayscale(100%) brightness(200%);
}

#team .wrap h3 {
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

#team .wrap h5 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
}

#team .wrap p {
    font-size: 12px;
    min-height: 70px;
    height: 12em;
    color: #666;
}

.team-social {
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    height: 16px;
}
/* CONTACT */
#contact address span .fa {
    color: #a335f8;
    margin-right: 10px;
}
/* FOOTER */
#footer .fa {
    color: #a335f8;
}
.highlight {
    color: #a335f8 !important;
}

@media (max-device-width: 768px) {
    #header .main-slide .xview-plans img {
        width: 6em;
    }
    #header .main-slide .products {
        font-size: 0.75em;
        top: 45vh;
        left: 10vw;
    }
}
</pre></body></html>