/* Inter Font - Light and Bold */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}

/* Mixin for creating vertical line above or below the given item
 *
 * @color: color of the line
 */
/**********
 *
 *	 RESETS AND OVERRIDES
 *
 **********/
*, h1, h2, h3, h4, .menuMobile .nav-link, h5, .simple-page .blog-post__content, h6, a, ul, li {
  margin: 0;
  padding: 0; }

section {
  background-color: #000000; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

figure {
  margin: 0; }

.cookiesNavMessage {
  background: #000;
}

.navbar .navbar-nav, .language-versions button {
  font-weight: 400;
  z-index: 1000;
  line-height: 1;
  color: #fff; }

/**********
 *
 *	TYPOGRAPHY
 *
 **********/
h1, h2, h3, h4, .menuMobile .nav-link, h5, .simple-page .blog-post__content, h6 {
  color: #ffffff; }

.inverted {
  color: #fff !important; }

h1, h2, h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Inter", sans-serif; }

h1 strong, h2 strong, h3 strong {
  font-weight: 700; }

h1 {
  font-size: 2.8rem;
  line-height: 1.1; }

h2 {
  font-size: 2.5rem;
  line-height: 1.125; }

h3 {
  font-size: 1.75rem;
  line-height: 1.17; }

h4, .menuMobile .nav-link {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4; }

header h4 {
  font-weight: 300 !important; }

h5, .simple-page .blog-post__content {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75; }

h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875; }

@media (min-width: 1600px) {
  h1 {
    font-size: 4.5rem; } }
@media (max-width: 1400px) {
  .hero.video-hero h1,.hero-sm h1{
    font-size: 3.5rem!important;
  }
  h1{
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem; }

  h4, .menuMobile .nav-link {
    font-size: 1.75rem; }

  h5, .simple-page .blog-post__content {
    font-size: 1.375rem; } }
@media (max-width: 990px) {
  h5, .simple-page .blog-post__content {
    font-weight: 600; } }
@media (max-width: 767px) {
  h1 {
    font-size: 3.5rem; } }
@media (max-width: 575px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.25rem; }

  h3 {
    font-size: 1.75rem; }

  h4, .menuMobile .nav-link {
    font-size: 1.5rem; }

  h5, .simple-page .blog-post__content {
    font-size: 1.25rem; } }
@media (max-width: 400px) {
  h1 {
    font-size: 2.625rem; }

  h2 {
    font-size: 2.125rem; } }
/**********
 *
 *	HELPERS
 *
 **********/
.gray {
  background-color: grey; }

.white {
  background-color: #000000; }

.dark {
  background: linear-gradient(180deg,
  #00060C 50vh,
  #000113 90vh
  );
}

.secondary-dark {
  color: #c0c4d0 !important; }

.text-color {
  color: #2a3cff !important; }

.image img, .image svg {
  height: 100%;
  width: auto; }

.appear {
  opacity: 0; }

.show-element {
  opacity: 0;
  animation: show-element 0.6s ease forwards;
  animation-delay: 0.2s; }
.show-element.name, .show-element.title, .show-element.cta {
  animation-delay: 0.3s; }

@keyframes show-element {
  to {
    opacity: 1; } }
.already-visible {
  opacity: 1;
  animation: none; }

.menu-appear {
  opacity: 0; }

.vertical-line {
  overflow: hidden;
  position: relative;
  padding-top: 40px; }
.vertical-line:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  width: 2.125rem;
  border-radius: 1.5px;
  background-color: #2a3cff;
  right: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border: 3px solid transparent;
  border-top-color: #2a3cff;
  border-radius: 50%;
  z-index: 1999;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }
#preloader::after {
  content: '';
  position: absolute;
  top: .5rem;
  right: .5rem;
  bottom: .5rem;
  left: .5rem;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: rgba(42, 60, 255, 0.6);
  -webkit-animation: spin 2s ease-in infinite;
  animation: spin 2s ease-in infinite; }

/**********
 *
 *	MISCELLANEOUS
 *
 **********/
.cookiesNavMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px;
  text-align: center; }
.cookiesNavMessage .btn {
  margin-left: 10px;
  margin-top: -1px; }
.cookiesNavMessage .link {
  font-weight: 600; }

.alert {
  border-radius: 0;
  margin-bottom: 0;
  text-align: center; }
.alert .close {
  color: white;
  opacity: 1; }
.alert-error{
  background-color: darkred;
  border-color: darkred;
  color: white;
  font-weight: bold;
}
.alert-success {
  background-color: green;
  border-color: green;
  color: white;
  font-weight: bold; }

.bg-white {
  background-color: #000000 !important; }

.bg-light {
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%) !important; }

.bg-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bg-image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.line-center {
  overflow: hidden;
  position: relative;
  padding-top: 1.625rem; }
.line-center:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  width: 2.125rem;
  border-radius: 1.5px;
  background-color: #2a3cff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.line-center-bottom {
  overflow: hidden;
  position: relative;
  padding-top: 1.25rem; }
.line-center-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  width: 2.125rem;
  border-radius: 1.5px;
  background-color: #2a3cff;
  bottom: 0;
  top: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.line-left {
  overflow: hidden;
  position: relative;
  padding-top: 1.625rem; }
.line-left:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  width: 2.125rem;
  border-radius: 1.5px;
  background-color: #2a3cff;
  left: 0; }

.line-left-bottom {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.25rem; }
.line-left-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  width: 2.125rem;
  border-radius: 1.5px;
  background-color: #2a3cff;
  left: 0;
  bottom: 0;
  top: unset; }

.line-right {
  overflow: hidden;
  position: relative;
  padding-top: 1.625rem; }
.line-right:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  width: 2.125rem;
  border-radius: 1.5px;
  background-color: #2a3cff;
  right: 0; }

.image-circle {
  width: 5.5rem;
  height: 5.5rem;
  position: relative;
  margin-bottom: 2.5rem;
  background-color: #1a1f3a;
  border-radius: 50px; }
.image-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto; }

.highlight {
  color: #2a3cff; }

.underline {
  border-bottom: 1px solid rgba(42, 60, 255, 0.5); }

::selection {
  background: rgba(42, 60, 255, 0.6);
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: rgba(42, 60, 255, 0.6);
  /* Gecko Browsers */ }

.rounded {
  border-radius: 20px; }

.media .image {
  height: 4.25rem;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 1.25rem; }
.media .image img {
  width: 4.25rem;
  height: auto; }
.media .name {
  font-weight: 700; }
.media .caption {
  margin-bottom: .5rem; }

.number-circle {
  width: 5.5rem;
  height: 5.5rem;
  position: relative;
  -webkit-box-shadow: 0 0 1rem rgba(42, 60, 255, 0.35) inset;
  -moz-box-shadow: 0 0 1rem rgba(42, 60, 255, 0.35) inset;
  box-shadow: 0 0 1rem rgba(42, 60, 255, 0.35) inset;
  border-radius: 50px;
  flex-shrink: 0; }
.number-circle .number-text, .number-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.number-circle::before {
  content: '';
  background-color: #2a3cff;
  width: 72%;
  height: 72%;
  border-radius: 50px; }

/**********
 *
 *	BADGES
 *
 **********/
.badge {
  display: inline-block;
  padding: 1rem 2rem;
  padding-bottom: 0.8rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  color: #2a3cff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
  text-transform: uppercase; }

.badge-primary {
  background-color: transparent;
  border: 2px solid #2a3cff;
  border-color: rgba(42, 60, 255, 0.25); }

.badge-xs {
  background-color: #1a1d30;
  border: 0;
  font-size: .75rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  padding: 3px 12px 4px 12px; }

/**********
 *
 *	LINKS
 *
 **********/
a {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
a:focus, a:hover {
  text-decoration: none; }

.link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2a3cff;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(42, 60, 255, 0.5); }
.link:hover, .link:active, .link:focus {
  color: #5d6aff;
  border-bottom: 1px solid #5d6aff; }

.scroll-link {
  position: absolute;
  bottom: 2.75rem;
  left: 50%;
  color: #c0c4d0;
  opacity: 0.35;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
.scroll-link .scroll-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: inherit; }
.scroll-link .scroll-img {
  height: 1.5rem;
  width: auto;
  margin-top: 0.875rem; }
.scroll-link .scroll-img path {
  fill: #6a718e; }
.scroll-link:hover {
  opacity: 1;
  color: #c0c4d0; }
.scroll-link:focus {
  color: #c0c4d0; }

/**********
 *
 *	BUTTONS
 *
 **********/
.btn {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.85rem 1.5rem;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.btn:focus, .btn:active {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }

.btn-primary {
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  border: none; }
.btn-primary:active{
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)!important;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  background: #f0f0f0; }
.btn-primary:focus, .btn-primary:active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #e8e8e8;
  outline-color:transparent;
  color: #000000; }
.language-versions{
  margin-left: 10px;
}
.btn-secondary, .hero.video-hero .btn-outline-primary, .hero.video-hero .navbar-fixed .btn-secondary, .navbar-fixed .hero.video-hero .btn-secondary {
  color: #FFF;
  background-color: rgba(242, 244, 247, 0.05);
  border: 1px solid rgba(208, 213, 221, 0);
  box-shadow: 1px 1px 2px rgba(16, 24, 40, 0.01), 0 0 0 4px rgba(242, 244, 247, 0.05); }
.btn-secondary:hover, .hero.video-hero .btn-outline-primary:hover, .hero.video-hero .navbar-fixed .btn-secondary:hover, .navbar-fixed .hero.video-hero .btn-secondary:hover {
  color: #FFF;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 30px rgba(98, 67, 255, 0.2);
  -moz-box-shadow: 0 10px 30px rgba(98, 67, 255, 0.2);
  box-shadow: 0 10px 30px rgba(98, 67, 255, 0.2);
  background-color: rgba(208, 213, 221, 0.5); }
.btn-secondary:focus, .hero.video-hero .btn-outline-primary:focus, .hero.video-hero .navbar-fixed .btn-secondary:focus, .navbar-fixed .hero.video-hero .btn-secondary:focus, .btn-secondary:active, .hero.video-hero .btn-outline-primary:active, .hero.video-hero .navbar-fixed .btn-secondary:active, .navbar-fixed .hero.video-hero .btn-secondary:active {
  color: #FFF;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 30px rgba(98, 67, 255, 0.2);
  -moz-box-shadow: 0 10px 30px rgba(98, 67, 255, 0.2);
  box-shadow: 0 10px 30px rgba(98, 67, 255, 0.2);
  background-color: rgba(208, 213, 221, 0.5); }

.btn-outline-primary, .navbar-fixed .btn-secondary, .navbar-fixed .hero.video-hero .btn-outline-primary, .hero.video-hero .navbar-fixed .btn-outline-primary {
  color: #c0c4d0;
  border-color: #333333;
  box-shadow: 0 1px 2px  #1a1d25, 0 0 0 4px #1a1d25; }
.btn-outline-primary:hover, .navbar-fixed .btn-secondary:hover, .navbar-fixed .hero.video-hero .btn-outline-primary:hover, .hero.video-hero .navbar-fixed .btn-outline-primary:hover, .btn-outline-primary:focus, .navbar-fixed .btn-secondary:focus, .navbar-fixed .hero.video-hero .btn-outline-primary:focus, .hero.video-hero .navbar-fixed .btn-outline-primary:focus, .btn-outline-primary:active, .navbar-fixed .btn-secondary:active, .navbar-fixed .hero.video-hero .btn-outline-primary:active, .hero.video-hero .navbar-fixed .btn-outline-primary:active {
  background-color: transparent;
  border-color: #444444;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.btn-outline-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2); }
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: transparent;
  border-color: #2a3cff;
  color: white; }

.btn-lg {
  padding: 0.85rem 3rem;
  padding-bottom: 0.765rem;
  font-size: 1rem;
  border-radius: 12px; }

.btn-sm {
  padding: 0.85rem 3rem;
  padding-bottom: 0.765rem;
  letter-spacing: 0; }

.btn-xs {
  border-width: 2px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0.4rem 1rem 0.4rem; }

.btn-arrow {
  background: #FFFFFF;
  border: 1px solid #333333;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #F2F4F7;
  border-radius: 99px;
  color: #c0c4d0;
  padding: .5rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem; }
.btn-arrow:hover, .btn-arrow:active, .btn-arrow:focus {
  color: #2a3cff; }

.btn-tag {
  background: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 4px 12px 5px 12px; }
.btn-tag:hover, .btn-tag:focus {
  background: #2A3CFF;
  color: #ffffff; }
.dark .btn-tag{
  background: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  color: #ffffff;
}
.dark  .btn-tag:hover, .dark .btn-tag:focus{
  background: #2A3CFF;
  color: #ffffff;
}
.dark h5{
  color: white;
}

/**********
 *
 *	NAVIGATION
 *
 **********/
.navbar .badge-xs{
  position: absolute;
}
.navbar .badge-xs,.nav .badge-xs{
  top: 5px;
  right: 0px;
  background-color: rgb(102 112 133 / 20%);
  padding: 6px 0px 4px 0px;
  color: rgb(102 112 133 / 90%) !important;
  text-align: center;
  width: 22px;
  height: 22px;
  font-size: 10px;
  font-weight: bold;
}
.nav-link{
  position: relative;
}
.navbar {
  flex-shrink: 0;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  padding-top: 4.5vh;
  padding-bottom: 4.5vh;}
.navbar .navbar-nav {
  align-items: baseline;
  margin-left: auto; }
.navbar .navbar-nav .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  border-bottom: 3px solid transparent; }
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.menuOpen {
  color: #ffffff; }
.navbar .navbar-nav .nav-item .btn {
  margin-left: 1.8vw;
  margin-right: 1.8vw;
  font-size: inherit; }
.navbar .nav-item .btn,
.navbar .nav-item .nav-link,
.navbar button {
  color: #ffffff; }
.navbar .nav-item .btn:hover, .navbar .nav-item .btn:active, .navbar .nav-item .btn:focus,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:active,
.navbar .nav-item .nav-link:focus,
.navbar button:hover,
.navbar button:active,
.navbar button:focus {
  color: #ffffff; }
.navbar .navbar-toggler i {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300; }

/* Dropdown Menu Styles */
.navbar .navbar-nav .menu-item-has-children {
  position: relative;
}

.navbar .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 10px;
  min-width: 250px;
  z-index: 99999;
  list-style: none;
  border: none;
  display: none;
}

.navbar .navbar-nav .menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.navbar .navbar-nav .dropdown-menu li {
  padding: 0;
  margin: 4px 0;
  opacity: 0;
  animation: fadeInItem 0.15s ease forwards;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(1) {
  animation-delay: 0.05s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(2) {
  animation-delay: 0.08s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(3) {
  animation-delay: 0.11s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(4) {
  animation-delay: 0.14s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(5) {
  animation-delay: 0.17s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(6) {
  animation-delay: 0.20s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(7) {
  animation-delay: 0.23s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(8) {
  animation-delay: 0.26s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(9) {
  animation-delay: 0.29s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(10) {
  animation-delay: 0.32s;
}

.navbar .navbar-nav .dropdown-menu li:nth-child(11) {
  animation-delay: 0.35s;
}

@keyframes fadeInItem {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar .navbar-nav .dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
  border-bottom: none !important;
  border-radius: 8px;
  margin: 0;
}

.navbar .navbar-nav .dropdown-item i,
.navbar .navbar-nav .dropdown-item .lni {
  margin-right: 10px;
  color: #2a3cff;
  font-size: 18px;
  width: 20px;
  display: inline-block;
}

.navbar .navbar-nav .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #2a3cff;
}

.navbar .navbar-nav .dropdown-item:hover i {
  color: #2a3cff;
}
@media (max-width: 1199px) {
  .hero.video-hero .content__wrapper {
    width: 100%!important;
    text-align: left!important;
    padding-left: 0px !important;
  }
  .hero.video-hero .content__wrapper p {
    max-width: 100%!important;
  }
}
@media (max-width: 991px) {
  .navbar {
    flex-direction: row; }
  .navbar .navbar-toggler {
    position: relative;
    align-self: center;
    margin-left: auto; }
  .navbar .navbar-nav {
    margin-right: auto; } }

.navbar-brand {
  width: 7.375rem;
  align-items: center;
  font-size: 1.625rem;
  font-weight: 700; }
.navbar-brand img {
  height: 100%;
  margin-top: -20px;
  margin-bottom: -20px; }

.navbar-toggler {
  border: none; }
.navbar-toggler:focus {
  outline: none; }

.navbar-light {
  background-color: #000000;
  border-bottom: 1px solid rgba(102, 112, 133, 0.15); }
.navbar-light .btn-outline-secondary {
  border-color: rgba(102, 112, 133, 0.2); }
.navbar-light .btn-outline-secondary:hover, .navbar-light .btn-outline-secondary:active, .navbar-light .btn-outline-secondary:focus {
  border-color: #2a3cff; }

.menuMobile {
  color: #ffffff;
  z-index: 9999 !important; }
.menuMobile.show {
  display: flex !important; }
.menuMobile .nav-link {
  text-align: center;
  line-height: 2; }
.menuMobile .nav-link:active, .menuMobile .nav-link.active {
  opacity: 1; }

/**********
 *
 *	MODALS
 *
 **********/
.modal-open {
  overflow: hidden !important; }

@media (min-width: 991px) {
  .modal-open {
    padding-right: 15px !important; } }
.modal {
  background-color: #0a0912;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  z-index: 99999 !important; }
.modal.show {
  opacity: 1; }
.modal .close {
  position: absolute;  
  top:2rem;
  right: 2rem;
  font-size: 4rem;
  font-weight: 100;
  line-height: .5;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  opacity: 1;
  z-index: 1; }
.modal .close:hover {
  opacity: 1; }

.modal-backdrop.show {
  display: none; }

.modal {
  padding-right: 0 !important; }
.modal .modal-dialog {
  max-width: initial;
  margin: 0;
  padding-bottom: 3.5rem; }
.modal button.close {
  font-size: 3.75rem; }

.modal-header {
  border-bottom: none; }

.modal-backdrop.show {
  background: #0a0912;
  opacity: 1; }
.modal-content {
  border: none; }
#contactModal .modal-content {
  background-color: transparent; }
#contactModal .left {
  width: 45%;
  height: 100%; }
#contactModal .left button[type="submit"] {
  width: 100%; }
#contactModal .right {
  position: relative;
  flex-grow: 1;
  height: 100%;
  padding-left: 200px; }
@media (max-width: 991px) {
  #contactModal .right {
    padding-left: 0px; } }
#contactModal .right .map-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media (max-width: 991px) {
  #contactModal .right .map-overlay {
    background-image: none !important; } }
#contactModal .right .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8; }
#contactModal .modal-header {
  padding-bottom: 3vh;
  border: none; }
#contactModal .modal-body {
  border-radius: 50px;
}
#contactModal .contact-modal-row {
  border-radius: 30px;
}
#contactModal a {
  font-weight: 300; }
#contactModal a:hover, #contactModal a:active, #contactModal a:focus {
  opacity: .6; }
@media (max-width: 991px) {
  #contactModal .wrapper {
    min-height: 400px; } }

.modal-casestudy {
  background-color: rgba(0, 0, 0, 0.8); }
#contactWrapper{
  margin: 5vh 4vw 5vh 4vw;

  border-radius: 20px;
  overflow: hidden;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}
.modal-casestudy #projectWrapper {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin: 5vh 4vw 5vh 4vw;
  height: 90vh;
  border-radius: 30px;
  overflow: hidden;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}
.modal-casestudy #preloader {
  display: none; }
.modal-casestudy.loaded #projectWrapper {
  opacity: 1; }
.modal-casestudy .left {
  background-color: #000000;
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
@media (min-width: 991px) {
  .modal-casestudy .left::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #000000; }
  .modal-casestudy .left::-webkit-scrollbar {
    width: 10px;
    background-color: #000000; }
  .modal-casestudy .left::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: rgba(102, 112, 133, 0.5); } }
.modal-casestudy .right,
.modal-casestudy .panel {
  min-width: 300px;
  background-color: #000000;
  width: 40%; }
@media (min-width: 991px) {
  .modal-casestudy .right::-webkit-scrollbar-track,
  .modal-casestudy .panel::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: #000000; }
  .modal-casestudy .right::-webkit-scrollbar,
  .modal-casestudy .panel::-webkit-scrollbar {
    width: 10px;
    background-color: #000000; }
  .modal-casestudy .right::-webkit-scrollbar-thumb,
  .modal-casestudy .panel::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: rgba(102, 112, 133, 0.5); } }

.modal-casestudy .modal-content {
  background: none; }
.modal-casestudy .modal-footer {
  border: none; }
.modal-casestudy #projectImage {
  width: 100%;
  height: auto; }
.modal-casestudy .logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 9.5rem;
  height: 2.75rem;
  margin-bottom: 3rem; }
.modal-casestudy .logo svg {
  width: 100%;
  height: 100%; }
.modal-casestudy .name {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1; }
.modal-casestudy .name.inverted {
  color: #fff !important; }
.modal-casestudy .name.inverted .brand:before {
  border-color: #000000; }
.modal-casestudy .content {
  color: #c0c4d0;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 0; }
.modal-casestudy .title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #c0c4d0;
  text-transform: uppercase; }
.modal-casestudy .social-link {
  color: #2a3cff;
  font-size: 1.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
.modal-casestudy .social-link:first-child {
  padding-left: 0; }
.modal-casestudy .social-link:last-child {
  padding-right: 0; }
.modal-casestudy .social-link:hover {
  color: #0015f6; }
.modal-casestudy #services,
.modal-casestudy #technologies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  margin-right: -0.5rem; }
.modal-casestudy #services .badge,
.modal-casestudy #technologies .badge {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }
.modal-casestudy #services .icon,
.modal-casestudy #technologies .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 2.375rem;
  width: 2.375rem;
  margin: 0 1rem 1rem 0; }
.modal-casestudy #services .icon:last-of-type,
.modal-casestudy #technologies .icon:last-of-type {
  margin-right: 0; }

.modal .close {
  font-weight: 100 !important;
  font-size: 48px; }

#videoModal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/**********
 *
 *	CARDS
 *
 **********/
.card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0 auto 30px auto;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
@media (min-width: 991px) {
  .card {
    -webkit-box-shadow: 0 0 0 rgba(42, 60, 255, 0);
    -moz-box-shadow: 0 0 0 rgba(42, 60, 255, 0);
    box-shadow: 0 0 0 rgba(42, 60, 255, 0); }
  .card .bg-image-cover {
    background-size: 100%;
    transition: background-size 100ms linear; }
  .card:hover .bg-image-cover {
    background-size: 105%; }
  .card:hover .card-link {
    display: block; } }

.card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 1rem; }
.card-header .caption {
  margin-right: 3rem;
  color: #2a3cff;
  font-weight: 600; }

.card-text {
  padding: 0 2.5rem;
  line-height: 1.6; }

.card-link {
  display: none;
  position: absolute;
  bottom: 2.75rem;
  left: 0;
  right: 0;
  -webkit-transition: display 0.15s ease-in;
  -moz-transition: display 0.15s ease-in;
  -ms-transition: display 0.15s ease-in;
  -o-transition: display 0.15s ease-in;
  transition: display 0.15s ease-in; }
@media (max-width: 991px) {
  .card-link {
    display: block; } }

/**********
 *
 *	PORTFOLIO MAIN PAGE
 *
 **********/
.portfolio {
  padding-top: 12vh;
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0); }
.portfolio .sidebar {
  height: 100vh;
  min-height: 300px; }
.portfolio .sidebar .wrapper {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #000000;
  height: 100%;
  padding-top: 6%;
  padding-bottom: 6%; }
.portfolio .sidebar nav {
  height: 100%;
  max-height: fit-content; }
.portfolio .sidebar .nav {
  height: 100%;
  padding: 10px 0; }
.portfolio .sidebar .nav-item {
  padding: 0; }
.portfolio .sidebar .nav-link {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #c0c4d0;
  border-radius: 99px;
  display: inline-block;
  font-weight: 500; }
.portfolio .sidebar .nav-link.active {
  color: #2a3cff;
  background-color: #F4F5FF; }

.portfolio-wrapper {
  position: relative; }
.portfolio-wrapper .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 75%;
  max-width: 60%; }
@media (max-width: 1200px) {
  .portfolio-wrapper .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }

.project {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 30px;
  height: 50vw;
  width: 100%;
  overflow: hidden;
  position: relative; }
.project:last-child {
  margin-bottom: 0; }
.project .container-fluid {
  height: 100%;
  z-index: 10; }
.project .row {
  height: 100%; }
.project.left .row {
  justify-content: flex-start; }
.project.right .row {
  justify-content: flex-end; }
.project.right .col-spacer {
  order: 1; }
.project .bg-image-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.project .bg-image-cover--mobile {
  position: relative;
  width: 100%;
  height: auto; }
.project .content {
  margin-top: auto;
  margin-bottom: auto; }
.project .logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 9.5rem;
  height: 2.75rem;
  margin-bottom: 2rem; }
.project .logo svg {
  width: 100%;
  height: 100%; }
.project .name {
  color: #ffffff;
  font-weight: 600; }
.project .name .brand {
  text-transform: uppercase;
  margin-right: 4.125rem; }
.project .name.inverted {
  color: #fff !important; }
.project .name.inverted .brand:before {
  border-color: #000000; }
.project .title {
  margin-bottom: 2rem; }

.btn-icare {
  background-color: #000000; }
.btn-icare:hover, .btn-icare:active, .btn-icare:focus {
  background-color: #ebebeb; }

.btn-opus {
  background-color: #f54687; }
.btn-opus:hover, .btn-opus:active, .btn-opus:focus {
  background-color: #f31f6e; }

.btn-badger {
  background-color: #c3ab71; }
.btn-badger:hover, .btn-badger:active, .btn-badger:focus {
  background-color: #b79a54; }

.btn-reactor {
  background-color: #ea0049; }
.btn-reactor:hover, .btn-reactor:active, .btn-reactor:focus {
  background-color: #c1003c; }

.btn-sarnowski {
  background-color: #80aae4; }
.btn-sarnowski:hover, .btn-sarnowski:active, .btn-sarnowski:focus {
  background-color: #5e93dd; }

.btn-platinum {
  background-color: #d78263; }
.btn-platinum:hover, .btn-platinum:active, .btn-platinum:focus {
  background-color: #cf6843; }

.btn-roomland {
  background-color: #ff6d74; }
.btn-roomland:hover, .btn-roomland:active, .btn-roomland:focus {
  background-color: #ff444d; }

.btn-daily {
  background-color: #4e7dea; }
.btn-daily:hover, .btn-daily:active, .btn-daily:focus {
  background-color: #2a62e6; }

.btn-icare {
  color: #6ac5d5; }
.btn-icare:hover, .btn-icare:active, .btn-icare:focus {
  color: inherit; }

/**********
 *
 *	MEDIA QUERY PORTFOLIO
 *
 **********/
@media (max-width: 990px) {
  .portfolio-column {
    padding-left: 0; }

  .project {
    height: 60vh;
    border-radius: 0; } }
@media (max-width: 767px) {
  .portfolio {
    padding-top: 6vh; }

  .project {
    margin-left: 0; }
  .project .container-fluid {
    width: 540px;
    margin-left: 0; }
  .project .img-main {
    position: relative !important;
    left: 0 !important;
    bottom: initial !important;
    right: 0 !important;
    width: 100% !important;
    min-width: initial !important;
    height: 60vw !important; } }
@media (max-width: 575px) {
  .project {
    height: auto; }
  .project .container-fluid {
    width: auto; }
  .project .inverted {
    color: #ffffff !important; }
  .project .content {
    width: 100%;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-left: auto;
    margin-right: auto; }
  .project .logo {
    width: 80%;
    background-position-x: center;
    margin-left: auto;
    margin-right: auto; }

  .btn-icare {
    background-color: #6ac5d5;
    color: #fff; }
  .btn-icare:hover, .btn-icare:active, .btn-icare:focus {
    color: #fff;
    background-color: #4ab9cc; } }

section.black-bg{
  background-color: #ffffff!important;
}
.black-bg{
  background-color: #ffffff!important;
}

.opinions-slider-container {
  width: 100%;
  position: relative;
  overflow: visible;
}

.opinions-slider {
  width: 100%;
  overflow: visible;
}

.opinions-slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.opinions-slide {
  flex: 0 0 435px;
  max-width: 435px;
  padding: 25px 25px 25px 0;
  box-sizing: border-box;
}

.opinions-box {
  margin-bottom: 30px;
}

.opinions-box-bg {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  background: radial-gradient(65% 65% at 100% 100%, rgba(57, 65, 197, 0.15) 0%, rgba(57, 65, 197, 0.055) 62.5%, rgba(57, 65, 197, 0.00) 100%);
  background-color: #000;
  border: 1px solid #1d1e2c;
  position: relative;
}

.opinions-slider-nav-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}

.opinions-slider-nav {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  border: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}

.opinions-slider-nav:hover {
  background: linear-gradient(135deg, #2a3cff 0%, #1a28cc 50%);
  color: white;
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .opinions-slide {
    flex: 0 0 435px;
    max-width: 435px;
  }
}

@media (max-width: 991px) {
  .opinions-slide {
    flex: 0 0 435px;
    max-width: 435px;
  }
}

@media (max-width: 767px) {
  .opinions-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body {
  background-color: #000000 !important;
  background-position: left top;

  color: #c0c4d0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h4, .menuMobile .nav-link {
  font-family: "Lexend", sans-serif;
  letter-spacing: -1px; }
.video-hero{
  background: none!important;
}
.hero {

  margin-bottom: -1px; }
.hero h3 {
  cursor: default; }
.hero.video-hero {
  display: flex;
  flex-direction: column;
  position: relative;

  min-height: 900px;
  overflow: hidden;
  text-align: left;
}

.hero.video-hero .logo svg {
  width: 120px; }
.hero.video-hero .navbar-fixed .logo svg {
  width: 120px; }
.hero.video-hero video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%; }
.hero.video-hero .navbar:not(.navbar-fixed) .nav-item .btn,
.hero.video-hero .navbar:not(.navbar-fixed) .nav-item .nav-link {
  color: #fff; }
.hero.video-hero .navbar:not(.navbar-fixed) .nav-item .nav-link:hover {
  color: #2a3cff; }
.hero.video-hero .shapes {
  width: 100%; }
.hero.video-hero h1 {
  color: #ffffff;
  font-size: 56px;
  padding-top: 0;
  margin-bottom: 20px;
  line-height: 1.1; }
.hero.video-hero h1 #typed { padding-left: 30px;}
.hero.video-hero p {

  font-size:18px;
}
.hero.video-hero .content__wrapper {
  padding-top: 0;
  padding-left: 3.125vw;
  height: fit-content;
  z-index: 3;
  position: absolute;
  top: -10vh;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 50vw;
  text-align: left;
}
.hero.video-hero .navbar-toggler i {
  color: white; }
.hero .clutch {
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 40px;
  font-size: 15px;
  z-index: 3; }
.hero .clutch img:first-child {
  margin-right: 20px; }
.hero .clutch p {
  margin-top: 6px;
  color: white;
  font-weight: bold;}
@media (max-width: 992px) {
  .hero.video-hero h1 {
    font-size: 50px; } }
@media (max-width: 768px) {
  .hero.video-hero h1 {
    font-size: 32px;
    padding-left: 0px;
    padding-right: 0px; }
  .hero.video-hero p {
    width: 100%;
    padding: 0 15px;
    font-size: 16px; }
  .hero.video-hero .clutch {
    bottom: 0; } }
@media (max-width: 320px) {
  .hero.video-hero .content__wrapper {
    top: -50px; }
  .hero.video-hero .content__wrapper .d-flex {
    flex-direction: column;
    gap: 20px; } }

.hero-sm {
  background: #000000; }
.hero-sm h1 {
  font-size: 47px; }
.hero-sm .caption {
  margin-bottom: 0 !important; }

.hero-lg h1 {
  font-size: 130px;
  letter-spacing: -2px;
  line-height: 85%;
  margin: auto;
  cursor: default;
  padding-top: 20vh; }
.hero-lg .content {
  max-width: 100%; }

.text-gradient {
  background: linear-gradient(90deg, #5462f3, #0010c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  /* change if the mask should have another color then white */
  z-index: 10000;
  /* makes sure it stays on top */ }

.logotypes-technologies .d-flex {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

/**********
 *
 *	LAYOUT
 *
 **********/
.blog-post img {
  max-width: 100%;
  height: auto; }

.logos {
  width: 100%;
  display: inline-block; }
.logos img {
  margin-left: 0px !important;
  margin-right: 50px !important;
  width: 160px !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  height:auto!important;
}

.language-versions {
  margin-left: 25px; }
.language-versions button {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: flex;
  background: none;
  border: 0;
  text-align: center;
  cursor: pointer;
  z-index: 2; }
.language-versions .languagedropdown {
  width: auto;
  min-width: 10px;
  /*  max-width: 3rem;*/
  float: none;
  left: 6px;
  border-radius: 20px;
}
.language-versions .languagedropdown a {
  display: block;
  padding: 5px 28px; }
.language-versions .dropdown-toggle::after {
  align-self: center; }
@media (max-width: 990px) {
  .language-versions {
    margin-left: 0; } }

.header {
  display: table;
  text-align: left;
  margin: 0; }
.header h3 {
  display: inline-block;
  padding: 8px 0px 8px 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  position: relative;
}
.header h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/code.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.header .caption {
  color: #2a3cff;
  font-weight: 600; }

.automation-step-label {
  display: inline-block;
  padding: 8px 0px 8px 0px;
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400;
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

.team-avatars {
  display: flex;
  align-items: center;
}

.avatar-item {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid orange;
  overflow: visible;
  margin-left: -20px;
  transition: transform 0.3s ease;
  opacity: 0;
  animation: fadeInAvatar 0.5s ease forwards;
}

.avatar-item:first-child {
  margin-left: 0;
}

.avatar-item:nth-child(1) { z-index: 6; animation-delay: 0s; }
.avatar-item:nth-child(2) { z-index: 5; animation-delay: 0.1s; }
.avatar-item:nth-child(3) { z-index: 4; animation-delay: 0.2s; }
.avatar-item:nth-child(4) { z-index: 3; animation-delay: 0.3s; }
.avatar-item:nth-child(5) { z-index: 2; animation-delay: 0.4s; }
.avatar-item:nth-child(6) { z-index: 1; animation-delay: 0.5s; }

@keyframes fadeInAvatar {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.avatar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.avatar-item:hover {
  transform: scale(1.1);
  z-index: 10;
}

.avatar-more {
  background: orange;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.avatar-item[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.avatar-item[data-tooltip]:hover::after {
  opacity: 1;
}

.page-category-label {
  display: inline-block;
  padding: 8px 0px 8px 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  background: transparent;
  border: none;
}

.page-category-label i {
  margin-right: 10px;
  color: #2a3cff;
  font-size: 20px;
  vertical-align: middle;
}

.services-category-label {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border: none;
  z-index: 2;
}

.services-category-label i {
  margin-right: 10px;
  color: #2a3cff;
  font-size: 20px;
  vertical-align: middle;
}

.process-list {
  margin-left: 20px;
}

.automation-content ul li::marker {
  color: #2a3cff;
}

@media (min-width: 992px) {
  .automation-step {
    display: flex;
    align-items: stretch;
  }

  .automation-step .col-lg-6 {
    display: flex;
  }

  .automation-step .opinions-box-bg {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.header-left {
  margin-left: initial;
  text-align: left; }

.hero {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 600px;
  text-align: left; }
.hero .caption {
  margin-top: 0;
  font-weight: 300; }
.hero .buttons {
  text-align: left;
  margin-top: 2.5rem; }
.hero .buttons a {
  margin-right: 1.8rem; }
.hero .buttons a:last-of-type {
  margin-right: 0; }


#servicesSection {
  padding-bottom: 15vh!important;
  padding-top: 10vh; }
#servicesSection h2 {
  color: #fff; }
#servicesSection .item {
  padding:30px;
  border-radius: 20px;
  transition: box-shadow 0.1s ease-in-out;
  background-color: #0a0e14;
}
#servicesSection h4 {
  color: white!important;
}
#servicesSection .item:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 40px 0px;
}

.section-news{
  background-color: #000;
}
.section-news .card, .opinions .card{
  border-radius: 20px;
  background: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  font-size: 16px;
  transition: box-shadow 0.1s ease-in-out;
}
.section-news .card:hover,  .opinions .card:hover{
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 40px 0px;
}
.section-news .card .card-block,  .opinions .card .card-block{
  padding:30px!important;

}
.section-news .item,  .opinions .item{
  margin-bottom: 30px!important;
}

#servicesSection .item h4, #servicesSection .item .menuMobile .nav-link, .menuMobile #servicesSection .item .nav-link {
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 15px !important; }
#servicesSection .item img {
  height: 50px; }

.hero-sm {
  height: 40vh; }
.hero-sm h1 {
  max-width: 900px; }
.hero-sm .container{
  padding-top:80px;
}
.navbar {
  background-color: transparent;
  margin-top: 0;
  position: absolute;
  width: 100%;
  z-index: 9999; }
.navbar .social {
  margin-left: 1.75rem; }
.navbar .social-link {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: #c0c4d0; }

.blog-hero {
  background: #000000; }
.blog-hero .navbar {
  margin-top: 0; }

.logotypes {
  position: relative;
  height: 17.25rem;
  padding-top: 3.75rem; }
.logotypes .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5rem;
  line-height: 1; }

.logotype-carousel {
  border-bottom: 1px solid rgba(102, 112, 133, 0.15);
  padding-bottom: 5.25rem; }
.logotype-carousel .image {
  height: 5rem;
  width: 11rem;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.logotypes-technologies {
  height: auto; }
.logotypes-technologies .logotype-carousel {
  border-bottom: none; }
.logotypes-technologies .logotype-carousel .image {
  height: 5.75rem;
  width: 8rem;
  margin: auto; }

section {
  margin-bottom: -1px; }
section .header {
  margin-bottom: 7vh; }
section .header p {
  max-width: 900px;
  margin: 1.5rem 0 0 0; }

.services {
  padding: 12vh 3.125vw; }
.services .container-fluid {
  max-width: 1320px; }
.services .wrapper {
  margin-bottom: 0; }

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

.services ul {
  list-style-type: none; }
.services ul li {
  padding-left: 0px;
  position: relative;
  margin-bottom: 5px; }
.services ul li::marker{
  font-size: 24px;
  color: #98a2b3;
}
@media (max-width: 1400px) {
  .services .card-header .caption {
    display: none; } }
@media (max-width: 1200px) {
  .services .card-header .caption {
    display: inline; } }

.section-service {
  padding-top: 12vh;
  padding-bottom: 12vh; }
.section-service .title {
  margin-bottom: 2.5rem; }
.section-service .content {
  margin-bottom: 6vh; }
.section-service .image {
  min-height: 25rem; }
.section-service .badge {
  margin-bottom: 1rem; }

.simple-page .share-buttons a {
  padding-left: .25em;
  padding-right: .25em; }
.simple-page .share-buttons a:hover {
  color: #4353ff; }
.simple-page .share-buttons a:first-child {
  padding-left: 0; }

.section-about__content {
  min-height: 600px;
  position: relative;
  padding-top: 14.75vh;
  padding-bottom: 12vh; }
.section-about__content .container,
.section-about__content .row {
  height: inherit;
  max-height: inherit; }
.section-about__content .wrapper {
  padding-left: 5rem; }
.section-about__content .title {
  margin-bottom: 1.5rem; }
.section-about__content .content-icon {
  width: auto;
  height: 3.5rem;
  margin-right: 2.25rem; }
.section-about__content .content {
  font-size: 1rem;
  margin-bottom: 1.375rem;
  color: #98a2b3;
}
.section-about__content .content p {
  font-size: inherit; }
.section-about__content .content .image {
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%; }
.section-about__content .media {
  margin-bottom: 2.2rem; }
.section-about__content .card {
  margin-bottom: 1.125rem; }
.section-about__content .card:hover .name {
  color: #2a3cff; }
.section-about__content .card:hover .media .image {
  opacity: 1; }
.section-about__content .card .card-block {
  padding: 30px; }
.section-about__content .card .media {
  margin-bottom: 0; }
.section-about__content .card .media .image {
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  opacity: .35;
  border-radius: 0;
  margin-right: 2rem; }
.section-about__content .card .media img {
  max-height: 4rem;
  max-width: 4rem; }
.section-about__content .card .name {
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in; }
.section-about__image-group {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute; }
.section-about__image-group.right {
  right: 0;
  left: unset; }
.section-about__image-group .image {
  position: absolute;
  max-width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.04s ease-in;
  -moz-transition: all 0.04s ease-in;
  -ms-transition: all 0.04s ease-in;
  -o-transition: all 0.04s ease-in;
  transition: all 0.04s ease-in;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 375px; }
.section-about__image-group .image img {
  flex-shrink: 0;
  width: 100%;
  height: auto; }
.section-about__image-group .image-sm {
  height: 20%;
  width: 20%; }
.section-about__image-group .image-sm img {
  height: 100%; }
.section-about__image-group .image-top {
  top: 45px;
  right: 6%; }
.section-about__image-group .image-bottom {
  bottom: 45px;
  left: 30%; }
.section-about__image-group .image-left {
  left: 6%;
  top: 22%; }
.section-about__image-group .image-center {
  right: 0;
  left: 0;
  margin: auto; }

.about-subpage .section-about__content {
  padding-top: 0;
  padding-bottom: 0; }
.about-subpage .section-about__image-group {
  padding-top: 0;
  top: 0; }

.section-news {
  padding-top: 0;
  padding-bottom: 12vh; }
.section-news h4, .section-news .menuMobile .nav-link, .menuMobile .section-news .nav-link {
  position: relative;
  padding-right: 1.5rem;
  line-height: 1.25; }
.section-news h4:before, .section-news .menuMobile .nav-link:before, .menuMobile .section-news .nav-link:before {
  content: url("../img/icon/blog-link-arrow.svg");
  position: absolute;
  right: 0;
  top: 5px; }

.simple-page .tagsList,
.section-news .tagsList,
.section-casestudy .tagsList {
  padding-top: 2.5rem;
  padding-bottom: 1.375rem; }
.simple-page .tagsList li,
.section-news .tagsList li,
.section-casestudy .tagsList li {
  display: inline-block;
  margin-right: 0.675rem;
  margin-bottom: 0.675rem; }
.simple-page .card,
.section-news .card,
.section-casestudy .card {
  padding: 10px;
  margin-bottom: 0;
  overflow: hidden; }
.simple-page .card .bg-image-cover,
.section-news .card .bg-image-cover,
.section-casestudy .card .bg-image-cover {
  border-radius: 20px; }
.simple-page .card .card-img-top,
.section-news .card .card-img-top,
.section-casestudy .card .card-img-top {
  height: 20em; }
.section-casestudy.dark .card .card-img-top {
  height: 32em; }
.simple-page .card .card-block,
.section-news .card .card-block,
.section-casestudy .card .card-block {
  padding: 40px;
  padding-left: 0;
  padding-right: 0; }
.simple-page .card .tags-wrapper,
.section-news .card .tags-wrapper,
.section-casestudy .card .tags-wrapper {
  margin-bottom: 0;
  margin-top: 0.75rem; }
.simple-page .card .tags .btn,
.section-news .card .tags .btn,
.section-casestudy .card .tags .btn {
  margin: 0 0.5rem 0.5rem 0; }
.simple-page .card .description,
.section-news .card .description,
.section-casestudy .card .description, .services-box .description{
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8; }
.simple-page.full-news,
.section-news.full-news,
.section-casestudy.full-news {
  padding-top: 0; }
.simple-page.full-news .card .card-block,
.section-news.full-news .card .card-block,
.section-casestudy.full-news .card .card-block {
  padding: 40px 0 90px 0; }

.simple-page .date,
.section-news .date {
  font-size: .875rem;
  font-weight: 300;
  color: #c0c4d0; }
.simple-page .content,
.section-news .content {
  padding-top: 5rem;
  padding-bottom: 5rem; }
.simple-page .content .caption,
.section-news .content .caption {
  margin-bottom: 1.125rem; }
.simple-page .tagsList,
.section-news .tagsList {
  padding-top: 0;
  padding-bottom: 0; }

.cta-section {
  padding-top: 8.875rem;
  padding-bottom: 9rem; }
.cta-section .logo {
  margin-bottom: 7vh; }
.cta-section .title {
  margin-bottom: 7vh; }

.opinions {
  padding: 10vh 0 8vh 0;
  background-color: #000; }
.opinions .header {
  margin-bottom: 6.5vh;
  text-align: left; }
.opinions .header h2 {
  font-size: 2.75rem; }
.opinions .header .title {
  margin-bottom: 0; }

.news {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.blog-hero {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  max-height: 50vh;
  padding: 0;
  min-height: 280px; }

.simple-page {
  padding-bottom: 5rem; }
.simple-page .blog-post {
  margin-top: 4rem;
  margin-bottom: 3rem; }
.simple-page .blog-post ul {
  margin-left: 20px; }
.simple-page .blog-post ul li::marker {
  color: #2a3cff; }
.simple-page .blog-post ol {
  margin-left: 20px; }
.simple-page .blog-post__content {
  color: #ffffff !important;
  font-weight: 400; }
.simple-page .blog-post__content ul li::marker {
  color: #2a3cff; }
.blog-post__content ul li::marker {
  color: #2a3cff; }

.blog-post p h1,
.blog-post p h2,
.blog-post p h3,
.blog-post p h4,
.blog-post p h5,
.blog-post p h6,
.simple-page .blog-post p h1,
.simple-page .blog-post p h2,
.simple-page .blog-post p h3 {
  text-transform: none !important; }

.blog-post {
  color: #ffffff;
  margin-bottom: 3rem;
  line-height: 180%;
  font-size: 1.2rem; }
.blog-post h3, .blog-post h4, .blog-post .menuMobile .nav-link, .menuMobile .blog-post .nav-link {
  margin-bottom: 1.125rem; }
.blog-post img {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px; }
.blog-post:hover .blog-post__image {
  opacity: 1; }
.blog-post:hover .blog-post__title {
  color: #2a3cff; }

.blog-post__date,
.blog-post__username {
  display: inline-block;
  font-weight: 600;
  background-color: #2a3cff;
  border-radius: 20px;
  color: white;
  text-align: right;
  padding: 5px 20px;
  padding-bottom: 0px;
  margin-bottom: 10px; }

.blog-post__username {
  overflow: visible; }

.blog-post__tags {
  color: #2a3cff;
  font-weight: 600; }

.blog-post__title {
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in; }

.blog-post__image {
  margin-bottom: 1.5rem;
  margin-top: .375rem;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in; }

.blog-post__content,
a {
  color: inherit; }
.blog-post__content:hover, .blog-post__content:focus,
a:hover,
a:focus {
  color: inherit;
  outline: none; }

.see-also {
  display: flex;
  flex-direction: row; }
.see-also .blog-post {
  margin-top: 0; }

.aplikuj {
  margin-bottom: 3rem; }


.section-news .work {
  padding-bottom: 5rem; }
.section-news .work .content {
  padding-bottom: 0; }
.section-news .work .cont {
  background-color: #ffffff;
  display: flex;
  text-align: center; }
.section-news .work .cont h5, .section-news .work .cont .simple-page .blog-post__content, .simple-page .section-news .work .cont .blog-post__content {
  color: #fff;
  margin: auto; }
.section-news .work .card-block {
  text-align: center; }
.services-box{

}
.services-box .services-box-bg{
  border-radius: 25px;
  background: radial-gradient(65% 65% at 100% 100%, rgba(57, 65, 197, 0.15) 0%, rgba(57, 65, 197, 0.055) 62.5%, rgba(57, 65, 197, 0.00) 100%);
  background-color: #000;
  color: #ffffff;
  height:570px;
  position: relative;
  border: 1px solid #1d1e2c;
  transition: border-color 0.3s ease;
}
.services-box .services-box-bg h3{
  font-size: 1.5rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-weight: 300;
}
.services-box .services-box-bg h3::first-line {
  font-weight: 700;
}
.services-box .services-box-bg h4{
  color: #ffffff;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  
}
.services-box .services-box-bg h5{
  position: relative;
  z-index: 2;
  font-weight: normal;
  line-height: 1.5;
  color: #c0c4d0!important;
  font-size: 16px;
  margin-top: 20px;
}
.services-box .services-box-bg p{
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.services-box ul {
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
}
.services-box ul strong {
  color: #c0c4d0; }
.services ul li{
  padding-bottom: 10px;
}
.services-btn-more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 5;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.services-btn-more:hover {
  transform: scale(1.1);
  background-color: #2a3cff;
}

.services-btn-more i {
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-slide a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {

  .modal .close {
      top:5px;
  }

  .navbar .social {
    margin-left: 0.5rem;
  }
  .simple-page .card .card-img-top, .section-news .card .card-img-top, .section-casestudy .card .card-img-top {
    height: 13rem;
  }
  .service-menu .nav-item {
    margin-left: 0.8vw;
    margin-right: 0.8vw; } }
@media (max-width: 991px) {
  .service-menu .nav-item {
    margin-left: 0;
    margin-right: 0; }
  .service-menu .caption .name {
    font-size: 1.125rem; }
  .services-box .services-box-bg h3 {
    font-size: 2.125rem; } }
.section-about__content {
  color: #98a2b3;
}
.service-content {
  height: 76vh;
  min-height: 600px;
  margin-left: 3.125vw;
  margin-right: 3.125vw;
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%); }
.service-content .header {
  margin: 0; }
.service-content .service-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%; }
@media (max-width: 767px) {
  .simple-page .card .card-img-top, .section-news .card .card-img-top, .section-casestudy .card .card-img-top {
    height: 20rem;
  }
  .service-content {
    height: auto;
    padding-top: 4rem; }
  .service-content .tab-content > .tab-pane {
    display: block;
    margin-bottom: 3rem; }
  .service-content .tab-content > .tab-pane.fade {
    opacity: 1; }
  .service-content .logotypes-technologies .d-flex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .service-content .logotypes-technologies .d-flex a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px; } }
@media (max-width: 575px) {
  .service-content {
    background: none; } }

.office {
  padding-bottom: 7vh; }
.office .image {
  height: 41.5rem;
  width: 100%;
  margin-bottom: 7.5vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.office .name {
  font-weight: 600;
  font-size: 1.25rem; }
.office .link {
  display: block;
  color: #c0c4d0; }
.office .link:hover {
  color: #2a3cff; }
@media (max-width: 990px) {
  .office .image {
    height: 80vh;
    min-height: 26rem; } }
@media (max-width: 767px) {
  .office .image {
    height: 20rem;
    background-position-y: 40%; } }

.section-team {
  padding-top: 12vh;
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%); }
.section-team li {
  list-style-type: none; }

.person {
  position: relative;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5vh;
  z-index: 0;
  -webkit-box-shadow: 0 0 0 rgba(42, 60, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(42, 60, 255, 0);
  box-shadow: 0 0 0 rgba(42, 60, 255, 0);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border-radius: 20px;
  overflow: hidden; }
@media (min-width: 991px) {
  .person.hover-state, .person:hover {
    -webkit-box-shadow: 0 0 3.75rem rgba(42, 60, 255, 0.13);
    -moz-box-shadow: 0 0 3.75rem rgba(42, 60, 255, 0.13);
    box-shadow: 0 0 3.75rem rgba(42, 60, 255, 0.13);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01); }
  .person.hover-state .caption, .person:hover .caption {
    background-color: #000000; } }
.person .image, .person .image--hover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 28.5rem;
  padding-top: 1.125rem;
  padding-left: 1.25rem; }
.person .image {
  position: relative;
  z-index: 0; }
.person .image--hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.05s ease-in;
  -moz-transition: opacity 0.05s ease-in;
  -ms-transition: opacity 0.05s ease-in;
  -o-transition: opacity 0.05s ease-in;
  transition: opacity 0.05s ease-in; }
.person .caption {
  width: 100%;
  height: 9rem;
  background-color: #000000;
  padding-left: 3vw;
  padding-right: 3vw; }
.person .name {
  margin-top: auto;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in; }
.person .description {
  margin-bottom: auto;
  padding-bottom: 0.5em;
  line-height: 1;
  color: #c0c4d0; }

@media (min-width: 1920px) {
  .section-about__image-group .image {
    height: 475px; } }
@media (min-width: 1400px) {
  .container {
    width: 1320px; }

  .person .caption {
    padding-left: 3rem;
    padding-right: 3rem; } }
@media (max-width: 1199px) {
  .hero {
    max-height: 900px; }

  .section-about__content {
    max-height: 800px; }
  .section-about__content .wrapper {
    padding-left: 0; }

  .section-about__image-group .image {
    max-width: 80%; }

  .person .image, .person .image--hover {
    height: 20rem; }
  .person.hover-state {
    transform: scale(1.02);
    z-index: 1; } }
@media (max-width: 990px) {
  #mobileContactDetails {
    text-align: center !important; }

  html {
    font-size: 14px; }

  .hero h1 {
    letter-spacing: normal; }

  footer .container {
    width: auto; }
  footer .title {
    margin-top: 12px; }

  .modal .modal-dialog {
    padding-bottom: 2rem; }

  .person .caption {
    height: 7rem; }

  .simple-page .content,
  .section-news .content {
    padding-top: 2.5rem;
    padding-bottom: 1.375rem; }

  .section-about__content {
    max-height: 600px;
    min-height: fit-content; }
  .section-about__content .content-icon {
    height: 3rem;
    margin-right: 1.5rem; }
  .section-about__content .card {
    background: linear-gradient(135deg, #191c24 0%, #0e1015 50%); }
  .section-about__content .card .name {
    color: #2a3cff; }
  .section-about__content .card .media .image {
    opacity: 1; }

  .section-about__image-group .image {
    max-width: 80%; }

  .about-subpage .section-about__content {
    padding-bottom: 6vh; } }
.contact-data{
  padding: 40px; padding-top: 50px;
}
@media (max-width: 767px) {
  html{
    font-size: 12px;
  }
  .btn-sm {
    padding: 1.5rem 5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .contact-data{
    padding: 0px;
    padding-top: 50px;
    text-align: center;
  }
  .navbar .btn,#contactModal .btn {
    padding: 0.8rem 2.5rem!important;
    font-size:1.5rem !important;
    font-weight: bold;
  }
  .btn-big {
    padding: 15px 40px !important;
    font-size: 16px;
  }
  .hero.video-hero h1, .hero-sm h1 {
    font-size: 3rem !important;
  }
  .hero h1 {
    font-size: 30px;
    padding-left: 0px;
    padding-right: 0px; }

  .hero {
    max-height: 65vh; }

  .footer-section-about__content {
    display: none; }

  .menuMobile .nav-link {
    font-size: 2.5rem !important; }


  .hero {
    height: auto; }

  .section-about__content {
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 5vh; }
  .section-about__image-group {
    display: none; }

  .line-left:before {
    left: 45%; }

  .tagsList {
    display: none; }

  .blog-post img {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px; }

  .hero h1 {
    letter-spacing: normal; }
  .hero .overlay {
    opacity: 1; }
  .hero .content-container {
    width: 100%; }

  .blog-post:hover .blog-post__title {
    color: #ffffff; }

  .modal .modal-dialog {
    padding-bottom: 0; }

  .office {
    padding-bottom: 12.5vh; }
  .office .image {
    margin-bottom: 12.5vh; }

  .blog-hero .overlay {
    opacity: .7 !important; }

  .simple-page .blog-post {
    margin-left: 10px; }

  footer .logo {
    margin-bottom: 1.5rem; }
  footer .title {
    margin-bottom: 2rem; }
  footer .social-title {
    text-align: right;
    font-size: 18px; }

  section .header {
    margin-bottom: 3vh; }
  .services-box .services-box-bg{
    border-radius: 0px;
  }
  .section-service,
  .services,
  .section-service {
    padding-top: 10vh;
    padding-bottom: 10vh; }

  .services .wrapper {
    margin-bottom: 2vh; }

  .section-team,
  .opinions {
    padding-top: 10vh; }

  .opinions {
    padding-bottom: 10vh; }

  .section-service .image {
    min-height: 14rem; }

  .cta-section {
    padding-top: 5.75rem;
    padding-bottom: 6rem; }
  .cta-section .logo {
    margin-bottom: 4vh; }
  .cta-section .title {
    margin-bottom: 4vh; }

  .section-about__content {
    height: auto;
    max-height: unset; }

  .section-about__image-group {
    position: relative;
    width: auto;
    padding: 0;
    padding-bottom: 10vh; }
  .section-about__image-group .image {
    max-width: 510px;
    top: 6vw;
    bottom: 0;
    height: auto; }
  .section-about__image-group .image-center {
    background-position-y: 20%; }

  .huge-block--left::before {
    top: 0;
    bottom: 6vw; }

  .huge-block--right::before {
    top: 0;
    bottom: 6vw; }

  .logotype-carousel .image {
    height: 6rem;
    width: 80vw; } }
.blog-author .d-block .image-circle {
  margin-right: 25px; }

.tech-logos a {
  display: inline-block;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 50px; }

.tech-logos a img {
  display: inline-block;
  max-width: 60px;
  height: auto; }

.tech-logos a p {
  margin-bottom: 0;
  opacity: 0; }

.tech-logos a:hover p {
  opacity: 1; }

.navbar {
  transition: opacity .2s; }

.navbar-fixed {
  background-color: #000000;
  background-size: cover;
  background-position: top center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  left: 0;
  top: 0;
  transition: transform 0.3s ease; }

.navbar-fixed .navbar-nav .menu-item-has-children {
  position: relative;
}

.navbar-fixed .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 10px;
  min-width: 250px;
  z-index: 99999;
  list-style: none;
  border: none;
  display: none;
}

.navbar-fixed .navbar-nav .menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.navbar-fixed .navbar-nav .dropdown-menu li {
  padding: 0;
  margin: 4px 0;
  opacity: 0;
  animation: fadeInItem 0.15s ease forwards;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(1) {
  animation-delay: 0.05s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(2) {
  animation-delay: 0.08s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(3) {
  animation-delay: 0.11s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(4) {
  animation-delay: 0.14s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(5) {
  animation-delay: 0.17s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(6) {
  animation-delay: 0.20s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(7) {
  animation-delay: 0.23s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(8) {
  animation-delay: 0.26s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(9) {
  animation-delay: 0.29s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(10) {
  animation-delay: 0.32s;
}

.navbar-fixed .navbar-nav .dropdown-menu li:nth-child(11) {
  animation-delay: 0.35s;
}

.navbar-fixed .navbar-nav .dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
  border-bottom: none !important;
  border-radius: 8px;
  margin: 0;
}

.navbar-fixed .navbar-nav .dropdown-item i,
.navbar-fixed .navbar-nav .dropdown-item .lni {
  margin-right: 10px;
  color: #2a3cff;
  font-size: 18px;
  width: 20px;
  display: inline-block;
}

.navbar-fixed .navbar-nav .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #2a3cff;
}

.navbar-fixed .navbar-nav .dropdown-item:hover i {
  color: #2a3cff;
}

.navbar-slide-up {
  transform: translateY(-100%); }

.navbar-slide-down {
  transform: translateY(0); }

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200vh;
  margin: auto;
  width: 90vw; }

.line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.02);
  overflow: hidden; }

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 20vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 255, 0.5) 0%, white 40%);
  -webkit-animation: drop 10s 0s infinite;
  animation: drop 10s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.1);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.1); }

.line:nth-child(13)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 32s; }

.line:nth-child(1) {
  margin-left: -50%; }

.line:nth-child(1)::after {
  -webkit-animation-delay: 34s;
  animation-delay: 40s; }

.line:nth-child(2) {
  margin-left: -41.6667%; }

.line:nth-child(2)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 34s; }

.line:nth-child(3) {
  margin-left: -33.3332%; }

.line:nth-child(3)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 25s; }

.line:nth-child(4) {
  margin-left: -24.9999%; }

.line:nth-child(4)::after {
  -webkit-animation-delay: 7s;
  animation-delay: 18s; }

.line:nth-child(5) {
  margin-left: -16.6666%; }

.line:nth-child(5)::after {
  -webkit-animation-delay: 35s;
  animation-delay: 21s; }

.line:nth-child(6) {
  margin-left: -8.3333%; }

.line:nth-child(6)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 17s; }

.line:nth-child(7) {
  margin-left: 50%; }

.line:nth-child(7)::after {
  -webkit-animation-delay: 15s;
  animation-delay: 29s; }

.line:nth-child(8) {
  margin-left: 41.6667%; }

.line:nth-child(8)::after {
  -webkit-animation-delay: 31s;
  animation-delay: 11s; }

.line:nth-child(9) {
  margin-left: 33.3332%; }

.line:nth-child(9)::after {
  -webkit-animation-delay: 37s;
  animation-delay: 15s; }

.line:nth-child(10) {
  margin-left: 24.9999%; }

.line:nth-child(10)::after {
  -webkit-animation-delay: 37s;
  animation-delay: 1s; }

.line:nth-child(11) {
  margin-left: 16.6666%; }

.line:nth-child(11)::after {
  -webkit-animation-delay: 32s;
  animation-delay: 36s; }

.line:nth-child(12) {
  margin-left: 8.3333%; }

.line:nth-child(12)::after {
  -webkit-animation-delay: 34;
  animation-delay: 16; }

@-webkit-keyframes drop {
  0% {
    top: -50%; }
  100% {
    top: 110%; } }
@keyframes drop {
  0% {
    top: -50%; }
  100% {
    top: 110%; } }
.navbar .btn {
  padding: 0.8rem 2rem; }

.shapes {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden; }

.shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%; }

.shape.shape-1 {
  background: #2128bd;
  width: 600px;
  height: 600px;
  margin: -300px 0 0 -300px;
  box-shadow: 0px 0px 100px 100px #2128bd; }

.shape.shape-2 {
  background: #0061ff;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  box-shadow: 0 0 100px 100px #0061ff; }

.shapescontent {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: screen; }
.shapescontent .buttons {
  margin-top: 50px; }

.modal .close {
  color: white !important; }
.modal .close .close-contact {
  background-color: #ffffff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  font-size: 50px;
  color: white;
}

@media (min-width: 1550px) {
  .modal-casestudy #projectWrapper {
    max-width: 1400px;
  }
}
@media (max-width: 991px) {
  #contactModal{
    background-color: #0a0912;
    padding: 0 !important;
  }
  #contactModal .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  #contactModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: 100vh;
    padding: 0;
  }
  #contactModal .modal-content {
    height: 100%;
    border-radius: 0;
  }
  #contactModal .modal-body {
    padding: 0 !important;
    border-radius: 0;
  }
  #contactModal .modal-body .row {
    border-radius: 0 !important;
    margin: 0 !important;
    height: 100%;
    width: 100% !important;
  }
  #contactModal .modal-body > .row {
    border-radius: 0 !important;
  }
  #contactModal .row.align-items-center {
    margin: 0 !important;
    padding: 0 !important;
  }
  #contactModal .col-12 {
    padding: 0 !important;
  }
  #contactModal .col-lg-4,
  #contactModal .col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    height: 100vh;
    padding: 40px 20px !important;
    margin: 0 !important;
  }
  #contactModal .contact-data {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0 !important;
  }
  #contactModal .close {
    color: #ffffff !important;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999 !important;
  }
  #contactModal .close .close-contact {
    background-color: #ffffff;
    color: #000000 !important;
  }
  #contactWrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }
  .modal-casestudy #projectWrapper{
    height: 100vh;
    max-width:100%;
    border-radius: 0px;
    margin: 0px;
  }
  .section-casestudy{
    padding-top:40px!important;
  }
  .services ul {
    list-style-type: none; }

  .project .bg-image-cover--mobile {
    border-radius:20px;
    margin: 5%;
    width: 90%;
    margin-top:0px;
    margin-bottom: 0px;
  }
}
.career-modal .close {
  color: #ffffff !important; }

.menuMobile .close {
  color: #000000 !important; }

.menuMobile .close .close-contact {
  background-color: #ffffff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  line-height: 0;
  padding: 0;
  margin: 0;
  font-size: 40px;
}

@media (max-width: 991px) {
  .menuMobile .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero .content__wrapper,
  .hero .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .menuMobile .close .close-contact {
    transform: translateY(20px);
  }

  .hero-home .content__wrapper > p {
    display: none;
  }

  .header.text-left > p {
    display: none;
  }

  .cta-section-2 h4 {
    display: none;
  }

  /* Płynne przewijanie poziome dla JCD Blog */
  .section-news:not(.full-news) .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 20px;
  }

  .section-news:not(.full-news) .row > * {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
  }

  .section-news:not(.full-news) .row > *:first-child {
    padding-left: 20px;
  }

  /* Płynne przewijanie dla sekcji automatyzacji */
  .section-news:not(.full-news) .container:has(.automation-step) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 20px;
  }

  .section-news:not(.full-news) .container:has(.automation-step)::-webkit-scrollbar {
    display: none;
  }

  .section-news:not(.full-news) .container:has(.automation-step) {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .automation-step {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    display: block !important;
  }

  .automation-step:first-child {
    padding-left: 20px;
  }

  .automation-step .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }

  .automation-step .automation-image-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .automation-step.flex-lg-row-reverse .col-lg-6:first-child {
    order: 1;
  }

  .automation-step.flex-lg-row-reverse .col-lg-6:last-child {
    order: 2;
  }

  /* Płynne przewijanie dla services slider */
  .services-slider {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    padding-bottom: 20px;
  }

  .services-slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    transform: none !important;
    transition: none !important;
  }

  .services-slider-track > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .services-slider-track > *:first-child {
    padding-left: 20px !important;
  }

  /* Ukryj przyciski nawigacji na mobilce */
  .services-slider-nav-container {
    display: none !important;
  }

  /* Ukryj scrollbar ale zachowaj funkcjonalność */
  .section-news:not(.full-news) .row::-webkit-scrollbar,
  .services-slider::-webkit-scrollbar {
    display: none;
  }

  .section-news:not(.full-news) .row,
  .services-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Klasa dla natychmiastowego ukrycia menu bez animacji */
.navbar-instant-hide {
  transform: translateY(-100%);
  transition: none !important; }

/* Mobile: disable blur and animations for service boxes */
@media (max-width: 991px) {
  .services-box-img {
    filter: blur(0px) !important;
    transition: none !important;
    opacity: 1 !important;
  }

  .services-slide:hover .services-box-img {
    filter: blur(0px) !important;
  }

  .services-slide .services-box-bg {
    transition: none !important;
    border-color: #000 !important;
  }

  .services-slide:hover .services-box-bg {
    transform: none !important;
  }

  .card {
    border-color: #000 !important;
  }

  .opinions-box-bg {
    border-color: #000 !important;
  }
}

/*# sourceMappingURL=main.css.map */
.project .content {
  margin-left: 0;
}
table td{
  padding: 15px!important;
  line-height: 120%!important;

}
.sec-text{
  background-image:url('https://jcd.pl/data/themes/jcd/img/bg_4.jpg');
  background-size:auto;
  background-position:center bottom;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.typed-cursor {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 30px;
  margin-left: 10px;
}

.btn-white{
  background-color: #ffffff;
  color: #000000;
  padding: 20px 60px!important;
  font-size: 18px;
  cursor: pointer;
  border-radius: 12px;
  border: none;
}

.btn-white:hover{
  background-color: #f0f0f0;
  color: #2a3cff;
}
#contactForm input, #contactForm textarea{
  background-color: #000000;
  padding: 5px 10px;
}
@media (max-width: 991px) {


  .hero.video-hero .content__wrapper {
    width: 100%;
    text-align: left;
    padding-left: 20px!important;
  }
  .services-box {
    text-align: left; }

  .services ul li:before {
    display: none;
  }
  .services ul li{
    padding-left: 0px;
  }


  footer {
    padding-top: 5vh !important; }
  footer i {
    display: none !important; }
  footer #footer-social {
    display: none; }

  .absolute {
    position: absolute;
    top: 27%; }

  .navbar .btn {
    padding: 1.125rem 2rem; }

  .hero h2 {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px; }

  .hero-lg h1 {
    font-size: 80px; } }
fieldset .control-label {
  width: 100%;
  padding: 8px 10px;
  border: 0;
  transition: all 0.2s ease-in;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 1; }
fieldset .controls input[type="file"] {
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer; }

.social-link {
  color: #98A2B3;
  font-size: 1.125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
.social-link:first-child {
  padding-left: 0; }
.social-link:last-child {
  padding-right: 0; }
.social-link:hover, .social-link:active, .social-link:focus {
  color: #2a3cff; }
button:focus{
  outline: none;
  border:0px;
}
footer {
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  background-size: cover;
  background-position: top center;
  padding-top: 0;
  padding-bottom: 12vh;
  color: #c0c4d0;
  font-size: 1rem; }
footer .title {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2.2rem; }
footer .social-title {
  color: #fff;
  font-size: 1rem; }
footer .logo {
  margin-bottom: 3.2rem;
  margin-top: -10px;
}
footer .social {
  padding-top: 1.5rem; }
footer .contact > a {
  color: white; }
footer .contact .fa,
footer .contact .lni {
  width: 1rem;
  text-align: center;
  margin-right: 1rem;
  color: #2a3cff; }
footer .nav-link .lni {
  margin-right: 0.5rem;
  color: #2a3cff; }
footer .address {
  margin-bottom: 0;
  line-height: 2.1; }
footer .nav-link {
  padding: 0.5rem 0;
  min-height: 48px;
  color: #98A2B3;
  line-height: 1; }
footer .nav-link:hover {
  color: #fff; }

#contactFormLp span.label-form-error {
  color: red;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  position: absolute;
  right: 12px;
  top: 3px; }
#contactFormLp input[type="text"] {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 0;
  width: 100%;
  border: 1px #82838a solid; }
#contactFormLp .textarea {
  display: block; }
#contactFormLp .textarea textarea {
  width: 100%;
  margin-bottom: 15px;
  height: 100px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px #82838a solid; }
#contactFormLp .btn-primary {
  width: 100%; }
#contactFormLp .controls {
  position: relative;
  padding-top: 30px; }

#contactForm .form-actions,
#contactCareerForm .form-actions {
  text-align: left; }
#contactForm .half .control-group,
#contactCareerForm .half .control-group {
  position: relative; }
#contactForm .half,
#contactCareerForm .half {
  width: 49%;
  display: inline-block;
  margin-right: 2%; }
#contactForm .half:nth-child(2),
#contactForm .half:nth-child(4),
#contactCareerForm .half:nth-child(2),
#contactCareerForm .half:nth-child(4) {
  margin-right: 0; }
#contactForm .control-group,
#contactCareerForm .control-group {
  position: relative;
  margin-top: 1.5rem; }
#contactForm .control-group label.checkbox,
#contactCareerForm .control-group label.checkbox {
  display: flex;
  align-items: baseline;
  margin-bottom: 0; }
#contactForm .control-group label.checkbox input[type="checkbox"],
#contactCareerForm .control-group label.checkbox input[type="checkbox"] {
  width: 29px;
  margin-right: 10px; }
#contactForm .control-label,
#contactCareerForm .control-label {
  padding: 0;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
#contactForm .control-label.up,
#contactCareerForm .control-label.up {
  top: -1.5rem;
  font-size: 90%; }
#contactForm .controls,
#contactCareerForm .controls {
  position: relative;
}
#contactForm span.label-form-error,
#contactCareerForm span.label-form-error {
  position: absolute;
  top: 21px;
  right: 4px;

  width: auto;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  background-color: #FF594E;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  padding-bottom: 3px;
  font-weight: bold;
  text-shadow: none;

  font-size: 14px; }
#contactForm span.label-form-error::before,
#contactCareerForm span.label-form-error::before {
  display: none; }
#contactForm input,
#contactForm textarea,
#contactCareerForm input,
#contactCareerForm textarea {
  width: 100%;
  padding: 8px 10px;

  border: 1px solid #1a1824;
  border-radius: 10px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 1; }
#contactForm input:focus,
#contactForm textarea:focus,
#contactCareerForm input:focus,
#contactCareerForm textarea:focus {
  outline: none;
  border-bottom: 1px solid #2a3cff !important; }
#contactForm input:focus ~ .control-label,
#contactForm textarea:focus ~ .control-label,
#contactCareerForm input:focus ~ .control-label,
#contactCareerForm textarea:focus ~ .control-label {
  top: -1.5rem;
  font-size: 90%;
  color: #2a3cff; }
#contactForm input:-webkit-autofill,
#contactForm textarea:-webkit-autofill,
#contactCareerForm input:-webkit-autofill,
#contactCareerForm textarea:-webkit-autofill {
  background-color: rgba(42, 60, 255, 0.3); }
#contactForm input.label-form-error,
#contactForm textarea.label-form-error,
#contactCareerForm input.label-form-error,
#contactCareerForm textarea.label-form-error {
  border-bottom: 1px solid #FF594E; }
#contactForm textarea,
#contactCareerForm textarea {
  height: 12vh;
  min-height: 100px; }
@media (max-width: 1600px) {
  #contactForm .half,
  #contactCareerForm .half {
    width: 100%;
    margin-right: 0;
    display: block; }
  #contactForm input,
  #contactForm textarea,
  #contactForm .control-label,
  #contactCareerForm input,
  #contactCareerForm textarea,
  #contactCareerForm .control-label {
    padding: 0px; } }

.btn-big{
  padding: 20px 60px!important;
  font-size: 18px;
  cursor: pointer;
  border-radius: 12px;
}
.btn-big:hover,.btn-primary:hover{
  color: #fff;
  background-color: #2a3cff;
}
.dark.section-casestudy .card .card-block {
  padding: 40px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.dark.section-casestudy .card .card-block h5{
  font-weight: bold;
}
.simple-page .card, .section-news .card, .section-casestudy .card{
  padding: 0px;
}

/* CSS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animacje pojawiania się elementów przy scrollu */
.services-box:not(.animate),
.services-slide:not(.animate),
.card:not(.animate):not(.automation-step) {
  opacity: 0;
  transform: translateY(30px);
}

.services-box.animate,
.services-slide.animate,
.card.animate:not(.automation-step) {
  animation: fadeInUp 0.6s ease forwards;
}

/* Animacje dla automation-step - jeden po drugim */
.automation-step .automation-content {
  opacity: 0;
  transform: translateY(30px);
  transition: none;
}

.automation-step.animate .automation-content {
  animation: fadeInUp 0.8s ease forwards;
}

.automation-step:nth-child(1) .col-lg-6:nth-child(1) .automation-content {
  animation-delay: 0s;
}

.automation-step:nth-child(1) .col-lg-6:nth-child(2) .automation-content {
  animation-delay: 0.2s;
}

.automation-step:nth-child(2) .col-lg-6:nth-child(1) .automation-content {
  animation-delay: 0.4s;
}

.automation-step:nth-child(2) .col-lg-6:nth-child(2) .automation-content {
  animation-delay: 0.6s;
}

/* Wyłącz animacje na mobile */
@media (max-width: 991px) {
  .services-box:not(.animate),
  .services-slide:not(.animate),
  .card:not(.animate),
  .automation-step:not(.animate),
  .automation-step .automation-content {
    opacity: 1 !important;
    transform: none !important;
  }

  .services-box.animate,
  .services-slide.animate,
  .card.animate,
  .automation-step.animate,
  .automation-step.animate .automation-content {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Styl z cudzysłowami */
blockquote {
  margin: 30px 0;
  padding: 50px 60px;
  background-color: #fafafa;
  border-radius: 20px;
  position: relative;
  font-style: italic;
}

blockquote::before {
  content: '"';
  font-size: 60px;
  color: #bbb;
  position: absolute;
  left: 20px;
  top: 30px;
  font-family: Georgia, serif;
}

blockquote::after {
  content: '"';
  font-size: 60px;
  color: #bbb;
  position: absolute;
  right: 30px;
  font-family: Georgia, serif;
}
.blog-post h1{
  font-size:2.5rem;
  margin-bottom:1vh;
}

.blog-post h2{
  font-size:2rem;
  margin-bottom:1vh;
}


.blog-post h3{
  font-size:1.5rem;
  margin-bottom:0.5vh;
}

.video-hero-subpage .content__wrapper {
  padding-top: 0!important;
  right:0!important;
  top:0!important;
  text-align: center!important;
  max-width: 1000px!important;
  width: 60vw!important;
}
.opinions-google{
  margin:auto; padding-top: 100px; position:absolute; left:0; right:0; bottom:0px; width:100%;
}
.main-image {
  right: 0;
  left: auto;
  width: 50vw;
  padding-top: 0;
  height: fit-content;
  margin: auto;
  margin-right: 0;
  position: relative;
  animation: imageTransition 20s infinite;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}


@keyframes imageTransition {
  0% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/vinply.webp");
  }
  18% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/vinply.webp");
  }
  20% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/ewl.webp");
  }
  38% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/ewl.webp");
  }
  40% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/symu2.webp");
  }
  58% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/symu2.webp");
  }
  60% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/pakersi.webp");
  }
  78% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/pakersi.webp");
  }
  80% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/soft.webp");
  }
  98% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/soft.webp");
  }
  19%, 39%, 59%, 79%, 99% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    background-image: url("https://jcd.pl/data/themes/jcd/img/mainpage/vinply.webp");
  }
}
.main-image img {
  opacity: 0;
}

.services-slider-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  overflow: visible;
  touch-action: pan-y;
}

.services-slider {
  width: 100%;
  overflow: visible;
  position: relative;
}

.services-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  margin: 0;
  padding: 0;
}

.services-slide {
  flex: 0 0 435px;
  max-width: 435px;
  padding: 25px 25px 25px 0;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  position: relative;
}


.services-slide .services-box-bg {
  width: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.services-box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
  border-radius: 25px;
}

.services-box-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  border-radius: 25px 25px 0 0;
  z-index: 1;
}

.services-slide:hover .services-box-img {
  opacity: 1;
}

.services-slide .services-box-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: opacity 0.3s ease;
  border-radius: 25px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}

.services-slide:hover .services-box-bg {
  transform: scale(1.03);
  border-color: #000;
}

.services-slide:hover .services-box-bg::before {
  opacity: 1;
}

.services-btn-more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 5;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.services-btn-more:hover {
  transform: scale(1.1);
  background-color: #2a3cff;
}

.services-btn-more i {
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-slider-nav-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}

.services-slider-nav {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, #191c24 0%, #0e1015 50%);
  border: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}

.services-slider-nav:hover {
  background: linear-gradient(135deg, #2a3cff 0%, #1a28cc 50%);
  color: white;
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .services-slide {
    flex: 0 0 435px;
    max-width: 435px;
  }
}

@media (max-width: 767px) {
  .services-slide {
    flex: 0 0 450px;
    max-width: 450px;
    padding: 15px 0;
  }

  .services-slider-container {
    padding: 0;
  }
}

/* Rozszerzone style dla formularza kontaktowego */
#contactForm input, #contactForm textarea {
  background-color: #000000;
  padding: 8px 12px;
  border: 1px solid #1a1824;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
}

#contactForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}




/* Zapewnienie, że modal kontaktowy ma wyższy z-index niż slider */
#contactModal {
  z-index: 1050;
}

/* Poprawka dla kontenera formularza kontaktowego */
#contactWrapper {
  z-index: 1051;
}

/* Slider nie powinien nadpisywać globalnych styli */
.services-slider-container,
.services-slider,
.services-slider-track,
.services-slide {
  z-index: 1;
}

/* Dostosowanie do różnych rozmiarów ekranu */
@media (max-width: 991px) {
  #contactForm input, #contactForm textarea {
    font-size: 16px;
    padding: 10px 15px;
  }

  #contactForm button {
    width: 100%;
    padding: 12px 20px;
  }
}
.services .wrapper {
  margin-bottom: 0;
  padding-left: 0;
}

.services-slider-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  overflow: visible;
  touch-action: pan-y;
}

.services-slider {
  width: 100%;
  overflow: visible;
  position: relative;
}

.services-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  margin: 0;
  padding: 0;
}

.services-slide {
  flex: 0 0 435px;
  max-width: 435px;
  padding: 25px 25px 25px 0;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  position: relative;
}


.animate .card:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.animate .card img {
  transition: transform 0.3s ease;
}
.hero-home{
  margin: 50px; margin-top: 30px; max-height: 100vh; height: auto; min-height: 600px; background-position: left top; background-size: cover!important; position: relative; overflow: hidden;
}
.hero-home video{
  position: absolute; top: 0; left: 0; width: 100%; height: 200%; object-fit: cover; object-position: center center; z-index: -1; border-radius: 50px;
}
@media (max-width: 767px) {
  .hero-home{
    margin: 0px; margin-top: 0px; height:600px; border-radius: 0px!important;
  }
  .navbar{
    padding-top: 2.9vh;
  }
  .hero-home video{
    border-radius: 0px!important;
  }
  .services-slide:first-child{
    margin-left: -25px!important;
  }
  .services-slide:hover .services-box-bg {
    transform: scale(1);
  }
  .hero.video-hero {
    min-height: 660px;

  }
}
.header-bg-top{
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1100px;
  max-height: 100vh;
  height: auto;
}
.content__wrapper p{
  max-width: 700px!important;
}
@media (max-width: 1800px) {
  .content__wrapper p{
    max-width: 600px!important;
  }
}
@media (max-width: 1600px) {
  .header-bg-top{
    background-size: 900px;
  }
  .content__wrapper p{
    max-width: 600px!important;
  }
  .content__wrapper{
    padding-top: 0px!important;
    top:-100px!important;
  }
  .hero.video-hero {
    min-height: 800px!important;
  }
}
@media (max-width: 1400px) {
  .header-bg-top{
    background-size: 800px;
  }
  .content__wrapper{
    padding-top: 0px!important;
    top:-60px!important;
  }
  .content__wrapper p{
    max-width: 600px!important;
  }
  .hero.video-hero {
    min-height: 660px!important;
  }
}
@media (max-width: 1199px) {
  .header-bg-top{
    background-image: none!important;
  }
  .hero.video-hero {
    min-height: 600px!important;
  }
  .hero.video-hero .content__wrapper{
    top:5vh!important;
  }
}
.black-bg .content__wrapper h1{
  color: white;
}
.black-bg .content__wrapper p{
  margin: auto;
  margin-bottom: 50px;
  max-width: 800px!important;
}
.video-hero-subpage{
  overflow: hidden;
  background-image: url('../img/bgai.jpg')!important;
  background-size: 1920px!important;
  background-position: bottom center!important;
  background-repeat: no-repeat!important;
}
.video-hero-subpage .content__wrapper{
  top:-100px!important;
}
#servicesSection .item{
  color: white;
  background: none;

}

#servicesSection .services-box h4,
.services .services-box h4{
  font-size: 24px;
}
#servicesSection  .services-box ul,
.services .services-box ul{
  font-size:16px!important;
  line-height: 180%;
}
@media (max-width: 767px) {
  .video-hero-subpage{
    background-image: none!important;
  }
  .automation-image-container{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .process-list {
    margin-left: 10px;
    padding-left: 0;
  }

  .process-list li::marker {
    color: #2a3cff;
  }
  .cta-section-2{
    text-align: center!important;
    background-position: center bottom!important;
    min-height: 302px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
  }
  .cta-section-2 .pt-5{
    padding-top: 0px!important;
  }
  .cta-section-2 .pb-5{
    padding-bottom: 0px!important;
  }
  .cta-section-2 .pr-5{
    padding-right: 0px!important;
  }
  .cta-section-2 .col{
    padding-top: 0px!important;
    text-align: center!important;
  }
  .container-fluid .pl-5{
    padding-left: 0px!important;
  }
  .container-fluid .pr-5{
    padding-right: 0px!important;
  }
  .container-fluid .pb-5{
    padding-bottom: 0px!important;
  }
}

/* ==========  XXL | min-width: 1400 px  ========== */
@media (min-width: 1600px) {

  /* uniwersalne kolumny ------------------------------------------------ */
  .col-xxl        { flex: 1 0 0%;           }
  .col-xxl-auto   { flex: 0 0 auto; width:auto; }

  /* kol-xxl-1 … kol-xxl-12 -------------------------------------------- */
  .col-xxl-1  { flex: 0 0 auto; width:  8.33333333%; }
  .col-xxl-2  { flex: 0 0 auto; width: 16.66666667%; }
  .col-xxl-3  { flex: 0 0 auto; width: 25.00000000%; }
  .col-xxl-4  { flex: 0 0 auto; width: 33.33333333%; }
  .col-xxl-5  { flex: 0 0 auto; width: 41.66666667%; }
  .col-xxl-6  { flex: 0 0 auto; width: 50.00000000%; }
  .col-xxl-7  { flex: 0 0 auto; width: 58.33333333%; }
  .col-xxl-8  { flex: 0 0 auto; width: 66.66666667%; }
  .col-xxl-9  { flex: 0 0 auto; width: 75.00000000%; }
  .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-xxl-12 { flex: 0 0 auto; width:100.00000000%; }

  /* odsunięcia (offset-xxl-*) ----------------------------------------- */
  .offset-xxl-0  { margin-left: 0; }
  .offset-xxl-1  { margin-left:  8.33333333%; }
  .offset-xxl-2  { margin-left: 16.66666667%; }
  .offset-xxl-3  { margin-left: 25.00000000%; }
  .offset-xxl-4  { margin-left: 33.33333333%; }
  .offset-xxl-5  { margin-left: 41.66666667%; }
  .offset-xxl-6  { margin-left: 50.00000000%; }
  .offset-xxl-7  { margin-left: 58.33333333%; }
  .offset-xxl-8  { margin-left: 66.66666667%; }
  .offset-xxl-9  { margin-left: 75.00000000%; }
  .offset-xxl-10 { margin-left: 83.33333333%; }
  .offset-xxl-11 { margin-left: 91.66666667%; }

  /* kolejność (order-xxl-*) ------------------------------------------- */
  .order-xxl-first { order: -1; }
  .order-xxl-last  { order: 13; }
  .order-xxl-0     { order: 0; }
  .order-xxl-1     { order: 1; }
  .order-xxl-2     { order: 2; }
  .order-xxl-3     { order: 3; }
  .order-xxl-4     { order: 4; }
  .order-xxl-5     { order: 5; }
  .order-xxl-6     { order: 6; }
  .order-xxl-7     { order: 7; }
  .order-xxl-8     { order: 8; }
  .order-xxl-9     { order: 9; }
  .order-xxl-10    { order:10; }
  .order-xxl-11    { order:11; }
  .order-xxl-12    { order:12; }
}
/* Dark mode overrides */
.form-control {
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%) !important;
  color: #ffffff !important;
  border-color: #444444 !important;
}

.form-control:focus {
  background-color: linear-gradient(135deg, #191c24 0%, #0e1015 50%) !important;
  color: #ffffff !important;
  border-color: #2a3cff !important;
}

.modal-content {
  background-color: transparent !important;
}

.modal-body {
  background-color: transparent !important;
  color: #ffffff !important;
}

.card {
  background: radial-gradient(65% 65% at 100% 100%, rgba(57, 65, 197, 0.15) 0%, rgba(57, 65, 197, 0.055) 62.5%, rgba(57, 65, 197, 0.00) 100%) !important;
  background-color: #000 !important;
  color: #ffffff !important;
  border: 1px solid #1d1e2c !important;
  border-radius: 25px !important;
}

.table {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.table td, .table th {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

html {
  background-color: #000000 !important;
}
