@charset "UTF-8";
@import "animate.css";
/* OBECNÉ NASTAVENÍ ======== */
body {
  margin: 0;
  font-family: Roboto, sans-serif;
  background-color: #0B0F15;
}

.bodyh {
  position: relative;
}

h1, *.like-h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  h1, *.like-h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

h2, *.like-h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  h2, *.like-h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

h3, *.like-h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  h3, *.like-h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

.nopadding {
  padding: 0 !important;
}

h4, *.like-h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  h4, *.like-h4 {
    font-size: 18px;
    line-height: 32px;
  }
}

p, *.like-p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  p, *.like-p {
    font-size: 16px;
    line-height: 22px;
  }
}

li {
  color: #F6F7F8;
  /*a{
    color: $Glaucous-Blue--PURE;
    transition: ease-in .5s;
    text-decoration: none;
    border: solid 1px rgba(0,0,0,0);
    &:hover{
      border: solid 1px white;
    }
  }*/
}

p.secondary {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  p.secondary {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
}

p.note {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  p.note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}

p.note.footer-copyright {
  color: #719DCC;
}

.cta {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
}
@media (min-width: 768px) {
  .cta {
    font-size: 24px;
    line-height: 24px;
  }
}

hr {
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, #6185B2 46%, rgba(0, 0, 0, 0) 100%);
  border: none;
  margin: 25px auto;
}

hr.wht {
  width: 212px;
  height: 2px;
  border: none;
  margin: 25px auto;
}

hr.wht-l {
  width: 212px;
  height: 2px;
  border: none;
  margin: 25px 0;
}

.section-margin {
  margin: 25px;
}
.section-margin h2 {
  text-align: left;
}
@media (max-width: 768px) {
  .section-margin {
    margin: 15px;
  }
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
}
table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}
table tbody tr {
  color: #F6F7F8;
  display: table-row;
}
table tbody tr td, table tbody tr th {
  width: 50%;
  padding: 10px;
  text-align: left;
}

.section-padding {
  padding: 25px;
}
@media (max-width: 768px) {
  .section-padding {
    padding: 15px;
  }
}

.slidercontroll {
  cursor: pointer;
}
.slidercontroll svg rect {
  stroke: #F6F7F8;
  fill: transparent;
  transition: stroke 0.3s ease, fill 0.3s ease;
  z-index: 1;
}
.slidercontroll svg path {
  stroke: #F6F7F8;
  transition: stroke 0.3s ease;
  z-index: 2;
}
.slidercontroll:hover svg rect {
  stroke: transparent;
  fill: #719DCC;
}
.slidercontroll:hover svg path {
  stroke: #FFF !important;
}

.basic-article {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}
.basic-article .container ul {
  padding-left: 25px;
}
.basic-article ul li {
  color: #F6F7F8;
}
.basic-article .container {
  padding: 0 20px;
  max-width: 700px;
}
.basic-article.gdpr a {
  text-decoration: none;
  color: #719DCC;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}
.basic-article.gdpr a:hover {
  border: 1px solid #F6F7F8;
}

.article-header {
  padding: 35px 0 0 0;
}

.info-icon {
  color: #719DCC !important;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
.carousel-control-prev:hover svg rect,
.carousel-control-next:hover svg rect {
  stroke: #F6F7F8 !important;
}
.carousel-control-prev:hover svg path,
.carousel-control-next:hover svg path {
  stroke: #F6F7F8 !important;
}
.carousel-control-prev svg,
.carousel-control-next svg {
  margin: 0 15px;
}
.carousel-control-prev svg rect,
.carousel-control-next svg rect {
  stroke: #F6F7F8;
  transition: all 0.3s ease;
}
.carousel-control-prev svg path,
.carousel-control-next svg path {
  stroke: #F6F7F8;
  transition: all 0.3s ease;
}

.carousel-container .carousel .carousel-control-prev,
.carousel-container .carousel .carousel-control-next {
  width: auto;
}
.carousel-container .carousel .carousel-control-prev:hover svg rect,
.carousel-container .carousel .carousel-control-next:hover svg rect {
  stroke: transparent !important;
  fill: #719DCC !important;
}
.carousel-container .carousel .carousel-control-prev:hover svg path,
.carousel-container .carousel .carousel-control-next:hover svg path {
  stroke: #F6F7F8 !important;
}

#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
  width: auto;
}
#carouselExampleControls .carousel-control-prev:hover svg rect,
#carouselExampleControls .carousel-control-next:hover svg rect {
  stroke: transparent !important;
  fill: #719DCC !important;
}
#carouselExampleControls .carousel-control-prev:hover svg path,
#carouselExampleControls .carousel-control-next:hover svg path {
  stroke: #F6F7F8 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.align-self-center {
  align-self: center;
}

.movingbg::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  content: "";
  display: block;
  background: rgba(11, 15, 21, 0);
  background: -moz-linear-gradient(top, rgba(11, 15, 21, 0) 0%, rgb(11, 15, 21) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11, 15, 21, 0)), color-stop(100%, rgb(11, 15, 21)));
  background: -webkit-linear-gradient(top, rgba(11, 15, 21, 0) 0%, rgb(11, 15, 21) 100%);
  background: -o-linear-gradient(top, rgba(11, 15, 21, 0) 0%, rgb(11, 15, 21) 100%);
  background: -ms-linear-gradient(top, rgba(11, 15, 21, 0) 0%, rgb(11, 15, 21) 100%);
  background: linear-gradient(to bottom, rgba(11, 15, 21, 0) 0%, rgb(11, 15, 21) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0b0f15", endColorstr="#0b0f15", GradientType=0 );
}

/* ========================= */
/* NAVIGACE ================ */
.navbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-nav {
  display: flex;
  align-items: center;
  background-color: #0B0F15;
  padding: 10px 15px;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  z-index: 9999;
}
@media (min-width: 992px) {
  .custom-nav {
    height: 64px;
    padding: 0 25px;
    max-width: 1600px;
  }
}
.custom-nav .logo-large {
  height: 20px;
  margin-right: 40px;
}
.custom-nav .logo-medium {
  height: 18px;
  width: 140px;
}
.custom-nav .logo-small {
  height: 15px;
  width: 117px;
}
.custom-nav .navbar-brand {
  padding: 0;
  margin-right: 40px;
}
.custom-nav a.nav-link {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
  margin-right: 30px;
  text-transform: uppercase;
  transition: color 0.3s;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .custom-nav a.nav-link {
    font-size: 14px;
    line-height: 14px;
  }
}
.custom-nav a.nav-link.active {
  font-weight: 600;
  color: #719DCC;
}
.custom-nav a.nav-link:hover {
  color: #719DCC;
}
.custom-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  max-width: 1440px;
}
@media (min-width: 848px) {
  .custom-nav .container {
    flex-wrap: nowrap;
  }
}
.custom-nav .navbar-toggler {
  border: none;
  padding: 0 !important;
}
.custom-nav .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 847px) {
  .custom-nav .navbar-toggler {
    display: block;
  }
}
@media (min-width: 848px) {
  .custom-nav .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 847px) {
  .custom-nav .navbar-collapse {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0B0F15;
    display: none;
    padding: 10px 15px;
    z-index: -1;
  }
  .custom-nav .navbar-collapse.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 848px) {
  .custom-nav .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
  }
}
@media (max-width: 847px) {
  .custom-nav .navbar-nav {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 848px) {
  .custom-nav .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.custom-nav .navbar-nav.custom-nav-left {
  margin-right: 0;
}
.custom-nav .nav-extra {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 0;
}
@media (max-width: 847px) {
  .custom-nav .nav-extra {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px #F6F7F8;
  }
}
@media (min-width: 848px) {
  .custom-nav .nav-extra {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.custom-nav .nav-extra .language-selector {
  position: relative;
}
.custom-nav .nav-extra .language-selector .language-list {
  top: 100%;
  right: 0;
  padding: 15px 0 15px 0;
  margin: 0;
  z-index: 1000;
}
@media (min-width: 848px) {
  .custom-nav .nav-extra .language-selector .language-list.showed {
    position: absolute;
    right: 0;
    top: -43px !important;
  }
}
.custom-nav .nav-extra .language-selector .language-list li {
  background-color: #0B0F15;
  padding: 20px;
}
.custom-nav .nav-extra .language-selector .language-list li:last-child {
  border-radius: 0 0 25px 25px;
  padding: 20px;
}
.custom-nav .nav-extra .language-selector .language-list a {
  text-decoration: none;
}
.custom-nav .nav-extra .language-selector .language-list .language-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 1s ease;
  white-space: nowrap;
  width: 150px;
}
.custom-nav .nav-extra .language-selector .language-list .language-item.active .language-content span {
  font-weight: bold;
}
.custom-nav .nav-extra .language-selector .language-list .language-item .language-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
.custom-nav .nav-extra .language-selector .language-list .language-item .flag-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.custom-nav .nav-extra .language-selector .language-list .language-item .flag-wrapper {
  position: relative;
  display: inline-block;
}
.custom-nav .nav-extra .language-selector .language-list .language-item .blue-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 28px; /* Fixed width in px instead of percentage */
  height: 28px; /* Same as width to ensure perfect circle */
  background-color: #719DCC;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.custom-nav .nav-extra .language-selector .language-list .language-item span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
  margin-right: 30px;
  text-transform: uppercase;
  transition: color 0.3s;
}
.custom-nav .nav-extra .whatsapp-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.custom-nav .nav-extra .whatsapp-icon .whatsapp-default,
.custom-nav .nav-extra .whatsapp-icon .whatsapp-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.custom-nav .nav-extra .whatsapp-icon .whatsapp-default {
  opacity: 1;
}
.custom-nav .nav-extra .whatsapp-icon .whatsapp-hover {
  opacity: 0;
}
.custom-nav .nav-extra .whatsapp-icon:hover .whatsapp-default {
  opacity: 0;
}
.custom-nav .nav-extra .whatsapp-icon:hover .whatsapp-hover {
  opacity: 1;
}
.custom-nav .like-nav {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #F6F7F8;
  margin-right: 20px;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .custom-nav .like-nav {
    font-size: 14px;
    line-height: 14px;
  }
}
.custom-nav .like-nav-active {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #719DCC;
}
@media (min-width: 768px) {
  .custom-nav .like-nav-active {
    font-size: 14px;
    line-height: 14px;
  }
}
.custom-nav .like-nav-active:hover {
  color: #719DCC;
}

.navbar-dark {
  background-color: #0B0F15;
}

.navspacer {
  width: 100%;
  position: relative;
  display: block;
  height: 60px;
}
@media (min-width: 848px) {
  .navspacer {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .navspacer {
    height: 80px;
  }
}

.language-item .flag-icon {
  outline-width: 0;
  transition: outline-width 0.3s ease-out;
}

.language-item:hover .flag-icon {
  outline-color: #719DCC;
  outline-style: solid;
  outline-width: 5px;
}

.navbar-toggler-icon[aria-expanded=true] {
  background-image: none !important;
}

.menu-button-lines {
  display: inline-block;
}

.menu-button-line {
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  background-color: #F6F7F8;
  opacity: 1;
  transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
}

.menu-button-lines + .closedmenu {
  display: block;
}

[aria-expanded=true] .menu-button-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

[aria-expanded=true] .menu-button-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

[aria-expanded=true] .menu-button-line:nth-child(3) {
  transform: rotate(-45deg) translate(1.5px, -1.5px);
}

.menu-button-line:nth-child(2) {
  transition: all 0.5s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out, transform 0.3s ease-in-out !important;
}

/* HERO =================== */
.aspect-ratio {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .aspect-ratio {
    aspect-ratio: 16/9;
  }
}

.hero-section {
  margin: 0 15px 15px 15px;
}
@media (min-width: 768px) {
  .hero-section {
    margin: 0 25px 25px 25px;
  }
}
.hero-section .faded-container {
  position: relative;
  width: 100%;
}
.hero-section .faded-container.blog img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.hero-section .faded-container video {
  position: absolute;
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .hero-section .faded-container video {
    width: 100%;
    height: auto;
  }
}
.hero-section .faded-container .hero-left-text {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  flex: 1;
  color: #FFF;
}
.hero-section .faded-container .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  flex: 1;
  color: #FFF;
  padding: 20px 30px 30px 30px;
}
@media (min-width: 768px) {
  .hero-section .faded-container .hero-text {
    padding: 38px 0 50px 28px;
  }
  .hero-section .faded-container .hero-text h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .hero-section .faded-container .hero-text {
    padding: 80px 0 80px 70px;
  }
}
.hero-section .faded-container .hero-text p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  max-width: 500px;
}
.hero-section .faded-container .hero-text .cta-button {
  display: flex;
  padding: 8px 28px;
  align-items: center;
  gap: 10px;
  background-color: #F6F7F8;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 1s ease;
  color: #0B0F15;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  width: fit-content;
}
.hero-section .faded-container .hero-text .cta-button:hover {
  background-color: #6185B2;
  color: #F6F7F8;
}
.hero-section .faded-container .hero-text .cta-button:hover .info-icon {
  color: white !important;
}
.hero-section .faded-container .hero-image {
  padding: 0 !important;
  position: relative;
  aspect-ratio: 16/9;
}
.hero-section .faded-container .hero-image::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, rgba(165, 224, 255, 0.2));
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .hero-section .faded-container .hero-image::after {
    display: none;
  }
}
.hero-section .faded-container .hero-image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.hero-section .faded-container:hover .hero-image::after {
  opacity: 1;
}
.hero-section .faded-container:hover .hero-image img {
  transform: scale(1.05);
}

.hero-section .hero-text {
  padding: 20px 30px 30px 30px;
}
@media (min-width: 768px) {
  .hero-section .hero-text {
    padding: 38px 0 50px 28px;
  }
}

/* Promo =================== */
.promos {
  margin: 0 25px 25px 25px;
}
@media (max-width: 768px) {
  .promos {
    margin: 0 15px 15px 15px;
  }
}
@media (min-width: 768px) {
  .promos {
    margin: 0 25px 25px 25px;
  }
}

.promo-section {
  width: 100%;
  max-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .promo-section {
    min-height: 490px;
  }
}
@media (min-width: 768px) {
  .promo-section {
    min-height: 570px;
  }
}
.promo-section video {
  position: absolute;
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .promo-section video {
    width: 100%;
    height: auto;
  }
}
.promo-section .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(21, 31, 43), rgba(0, 0, 255, 0));
  z-index: 1;
  pointer-events: none;
}
.promo-section .ibi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .promo-section .ibi {
    object-position: 75% center;
  }
  .promo-section .ibi.center {
    object-position: 60% center;
  }
}
.promo-section .gradient-bg {
  position: absolute;
  top: -550px;
  left: 0;
  width: auto !important;
  z-index: -2;
  height: auto;
  max-width: 100%;
}
.promo-section .circles-bg {
  position: absolute;
  bottom: 0;
  height: 75%;
  right: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .promo-section .circles-bg {
    display: none;
  }
}
.promo-section .zoom-img {
  transition: all 0.5s ease-in-out;
}
.promo-section:hover .zoom-img {
  transform: scale(1.05);
}
.promo-section .promo-container {
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
}
.promo-section .promo-container .promo-text {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  height: 100%;
  flex: 1;
  color: #FFF;
  padding: 20px 30px 30px 30px; /* Increase left padding here for mobile */
}
@media (min-width: 768px) {
  .promo-section .promo-container .promo-text {
    padding: 38px 0 50px 28px;
  }
  .promo-section .promo-container .promo-text h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .promo-section .promo-container .promo-text {
    padding: 80px 0 80px 70px;
  }
}
.promo-section .promo-container .promo-text .cta-button {
  display: flex;
  padding: 8px 28px;
  align-items: center;
  gap: 10px;
  background-color: #F6F7F8;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 1s ease;
  color: #0B0F15;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  width: fit-content;
  margin-top: auto;
}
@media (max-width: 768px) {
  .promo-section .promo-container .promo-text .cta-button {
    padding: 4px 14px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    letter-spacing: 0.5px;
    margin-top: auto;
  }
}
.promo-section .promo-container .promo-text .cta-button:hover {
  background-color: #6185B2;
  color: #F6F7F8;
}
.promo-section .promo-container .promo-text .cta-button:hover .info-icon {
  color: white !important;
}

/* FILTER ================== */
.filter-form {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding-top: 120px;
  padding-bottom: 35px;
  gap: 5px;
}

.blue-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 14px 4px;
  gap: 6px;
  background: #6185B2;
  border-radius: 25px;
  border-color: #6185B2;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #F6F7F8;
}

.blue-button:hover {
  color: #6185B2;
}

/* USP's =================== */
.usp-section {
  padding: 80px 0;
  max-width: calc(100% - 30px);
  position: relative;
  overflow: visible;
  color: #FFF;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .usp-section {
    padding: 120px 0;
    max-width: calc(100% - 50px);
  }
}
.usp-section .top-section {
  position: relative;
  margin-bottom: 0;
  border-radius: 20px;
  padding: 40px 20px;
  background: none;
  height: auto;
}
.usp-section .top-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: radial-gradient(159.05% 86.59% at 108.38% -20.06%, var(--Colours-Cultired-White, #F6F7F8) 0%, #54749B 100%);
  border-radius: 20px;
  z-index: -1;
}
.usp-section .top-section .textpart {
  position: relative;
  z-index: 2;
}
.usp-section .top-section .textpart h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFF;
}
@media (min-width: 768px) {
  .usp-section .top-section .textpart h2 {
    font-size: 3rem;
  }
}
.usp-section .top-section .textpart p {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .usp-section .top-section .textpart p {
    max-width: 60%;
  }
}
.usp-section .top-section .svgmark {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
}
.usp-section .top-section .svgmark svg {
  width: 240px;
  max-width: 30%;
  filter: brightness(2) opacity(0.4);
}
@media (max-width: 1024px) {
  .usp-section .top-section .svgmark {
    display: none;
  }
}
.usp-section .card-section {
  position: relative;
  z-index: 2;
}
.usp-section .card-section .img-as-bg {
  position: relative;
  overflow: hidden;
  height: 280px;
  margin-bottom: 30px;
  background-color: #151F2B;
  border-radius: 8px;
  transition: all 0.5s ease;
  opacity: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.usp-section .card-section .img-as-bg.appear, .usp-section .card-section .img-as-bg.visible {
  opacity: 1;
}
.usp-section .card-section .img-as-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.usp-section .card-section .img-as-bg .textpart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  transition: background-color 1s ease;
}
.usp-section .card-section .img-as-bg .textpart h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFF;
}
.usp-section .card-section .img-as-bg .textpart hr {
  width: 60px;
  height: 1px;
  background-color: #FFF;
  border: none;
  margin: 0 auto 15px;
}
.usp-section .card-section .img-as-bg .textpart p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
}

/* Q&A ===================== */
.qandaH {
  padding-bottom: 35px;
}

.qandaSubH {
  color: #6185B2;
  padding-bottom: 35px;
}

.qandaText {
  padding-bottom: 35px;
}

.accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background: none !important;
  text-decoration: none;
  box-shadow: none !important;
  border-bottom: none !important;
}

.accordion-body {
  padding: 5px 0;
}

.accordion-item {
  border: none !important;
  background: none;
}

.accordion-item:not(:last-of-type) {
  border-bottom: none !important;
}

/* VIDEO =================== */
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #0B0F15;
}

.video-wrapper {
  position: relative;
  width: 80%;
  max-width: 1000px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-thumbnail {
  width: 100%;
  filter: blur(8px);
}

.play-button {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.play-button i {
  font-size: 2rem;
  color: white;
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.video-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 70%);
}

/* INTRO =================== */
.qa-section {
  position: relative;
  overflow: hidden;
  color: white;
  padding: 120px 0;
  max-width: calc(100% - 50px);
  margin: 2rem 25px;
  text-align: left;
}
@media (max-width: 1024px) {
  .qa-section {
    max-width: calc(100% - 30px);
    padding: 80px 0;
  }
}
.qa-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.qa-section .container {
  position: relative;
  z-index: 2;
}
.qa-section .container .row {
  min-height: 400px;
}
@media (max-width: 768px) {
  .qa-section .container .row {
    min-height: 300px;
  }
}
.qa-section .container .col-lg-6 {
  padding: 30px;
}
@media (max-width: 1024px) {
  .qa-section .container .col-lg-6 {
    padding: 20px 0;
  }
}
.qa-section h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .qa-section h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .qa-section h1 {
    font-size: 32px;
  }
}
.qa-section .cta-button {
  display: flex;
  padding: 8px 28px;
  align-items: center;
  gap: 10px;
  background-color: #F6F7F8;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 1s ease;
  color: #0B0F15;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  width: fit-content;
}
.qa-section .cta-button:hover {
  background-color: #6185B2;
  color: #F6F7F8;
}
.qa-section .cta-button:hover .info-icon {
  color: white !important;
}
.qa-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}

.ibi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* HP CAROUSEL ============= */
.hp-carousel {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 15px;
}
.hp-carousel .slbdy {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.hp-carousel .lslide {
  height: 400px !important;
}
.hp-carousel .testimonial-card {
  background: linear-gradient(0deg, rgba(97, 133, 178, 0.2) 0%, #719DCC 100%);
  border-radius: 12px;
  padding: 30px !important;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.hp-carousel .testimonial-card p {
  color: #F6F7F8;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}
.hp-carousel .testimonial-card .author-info {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.hp-carousel .testimonial-card .author-info .author-name {
  font-weight: 600;
  font-size: 18px;
  color: #F6F7F8;
  margin-bottom: 4px;
}
.hp-carousel .testimonial-card .author-info .company-name {
  font-size: 14px;
  color: #6185B2;
}

.slidercontroll {
  cursor: pointer;
  width: 50px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.slidercontroll svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.slidercontroll svg:hover rect {
  stroke: #6185B2;
}
.slidercontroll svg:hover path {
  stroke: #6185B2;
}
.slidercontroll.slprv {
  left: 0;
}
.slidercontroll.slprv svg {
  left: 10px;
}
@media (min-width: 992px) {
  .slidercontroll.slprv svg {
    left: 25px;
  }
}
.slidercontroll.slnxt {
  right: 0;
}
.slidercontroll.slnxt svg {
  right: 10px;
}
@media (min-width: 992px) {
  .slidercontroll.slnxt svg {
    right: 25px;
  }
}
@media (min-width: 992px) {
  .slidercontroll {
    width: 100px;
  }
}

.lSSlideOuter {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.lSSlideWrapper {
  overflow: hidden;
  position: relative;
}

.invisible {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.postupnein {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

@media (max-width: 1200px) {
  .hp-carousel {
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .hp-carousel {
    padding: 30px 15px;
  }
  .hp-carousel .testimonial-card {
    min-height: 250px;
    padding: 25px !important;
  }
}
@media (max-width: 576px) {
  .hp-carousel {
    padding: 20px 15px;
  }
  .hp-carousel .testimonial-card {
    min-height: 220px;
    padding: 20px !important;
  }
}
/* AKTUALITY =============== */
.news-section {
  padding: 40px 0;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .news-section {
    margin: 0 25px;
  }
}

.news-content {
  background: radial-gradient(288.48% 141.42% at 100% 0%, #6185B2 0%, #0B0F15 100%);
  border-radius: 15px;
  padding: 70px 50px;
  color: #FFFFFF;
}
.news-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-content hr.wht {
  width: 80px;
  height: 2px;
  border: none;
  margin: 15px auto 30px;
}
.news-content p {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.news-content .row {
  margin-top: 30px;
  row-gap: 24px;
}

.news-card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 465px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.news-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.news-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-card-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #F6F7F8;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #0B0F15;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: auto;
  align-self: flex-start;
}
.news-btn i {
  font-size: 16px;
}
.news-btn:hover {
  background: #6185B2;
  color: white;
}
.news-btn:hover .info-icon {
  color: white !important;
}
.news-btn:active {
  transform: translateY(0);
}

.invisible {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.postupnein {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .news-content {
    padding: 50px 30px;
  }
  .news-content h2 {
    font-size: 32px;
  }
  .news-card {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .news-content {
    padding: 40px 20px;
  }
  .news-content h2 {
    font-size: 28px;
  }
  .news-content .row {
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .news-content {
    padding: 30px 15px;
  }
  .news-content hr.wht {
    margin: 10px auto 20px;
  }
  .news-content p {
    margin-bottom: 20px;
  }
  .news-card {
    height: 350px;
  }
  .news-card-content h3 {
    font-size: 20px;
  }
}
/* CARD =============== */
.blog-card {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 465px;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.blog-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.blog-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px 56px 53px 45px;
}
.blog-card-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #FFFFFF;
  /* limit text to 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #F6F7F8;
  /* limit text to 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 56px;
}
.blog-card-content button {
  margin-top: auto;
}

/*
.blog-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: $Chinese-Black;
  color: $White;
  border-radius: 10px;
  transition: transform 0.3s ease;

  &-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;

    .blog-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.85;
    }

    // Content overlay with gradient
    &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent 40%, rgba($Chinese-Black, 0.8) 80%, rgba($Chinese-Black, 0.95) 100%);
      z-index: 2;
    }

    h3, p, .blog-btn {
      position: relative;
      z-index: 3;
      margin: 0;
    }

    h3 {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.3;
      margin-bottom: 15px;

      @media (max-width: $breakpoint-md) {
        font-size: 20px;
      }
    }

    p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 20px;

      @media (max-width: $breakpoint-md) {
        font-size: 14px;
      }
    }

    .blog-btn {
      align-self: flex-start;
      display: flex;
      align-items: center;
      background-color: transparent;
      border: 1px solid $White;
      border-radius: 30px;
      color: $White;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;

      i {
        margin-right: 8px;
        font-size: 16px;
      }

      &:hover {
        background-color: $Glaucous-Blue;
        border-color: $Glaucous-Blue;
      }
    }
  }

  &:hover {
    transform: translateY(-5px);
  }
}

// Container styling
.col-lg-4, .col-md-6, .col-12 {
  padding: 15px;

  @media (max-width: $breakpoint-lg) {
    &.col-lg-4 {
      width: 50%;
    }
  }

  @media (max-width: $breakpoint-md) {
    &.col-md-6 {
      width: 100%;
    }
  }
}*/
/* REFERENCE =============== */
.clients {
  padding-bottom: 25px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .logo {
    width: 150px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 120px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 200px;
    max-width: 100%;
  }
}
/* NEWSLETTER ============== */
.newsletter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 565px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .newsletter-section {
    margin: 0 25px;
  }
}
.newsletter-section__card {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: radial-gradient(148.05% 85.78% at 110.43% -11.06%, #F6F7F8 0%, #446598 100%), transparent;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.newsletter-section__content {
  display: flex;
  position: relative;
  min-height: 400px;
}
.newsletter-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsletter-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-blend-mode: screen;
  opacity: 0.2;
  filter: contrast(1.2) grayscale(0.3);
}
.newsletter-section__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
}
.newsletter-section__logo img {
  width: 220px;
  max-width: 30%;
  filter: brightness(2) opacity(0.4);
}
.newsletter-section__text {
  position: relative;
  padding: 60px;
  color: white;
  z-index: 3;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.newsletter-section__text h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}
.newsletter-section__text .subheadline {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 300;
}
.newsletter-section__text .description {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  opacity: 0.8;
}
.newsletter-section__form {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
}
.newsletter-section__form input {
  flex: 1;
  height: 46px;
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #F6F7F8;
  color: #F6F7F8;
  font-size: 16px;
}
.newsletter-section__form input::placeholder {
  color: rgba(246, 247, 248, 0.7);
}
.newsletter-section__form input:focus {
  outline: none;
  border-color: white;
}
.newsletter-section__form button {
  display: flex;
  padding: 12px 25px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #F6F7F8;
  color: #6185B2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.newsletter-section__form button:hover {
  background-color: white;
}
.newsletter-section__form button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .newsletter-section__text {
    padding: 40px 20px;
  }
  .newsletter-section__text h2 {
    font-size: 28px;
  }
  .newsletter-section__form {
    flex-direction: column;
    gap: 15px;
  }
  .newsletter-section__form input, .newsletter-section__form button {
    width: 100%;
  }
  .newsletter-section__logo img {
    width: 180px;
    max-width: 40%;
  }
}

/* BREADCRUMB ============== */
.bc-nav {
  top: 55px !important;
}
@media (min-width: 848px) {
  .bc-nav {
    top: 123px !important;
  }
}
@media (min-width: 1024px) {
  .bc-nav {
    top: 65px !important;
  }
}

.breadcrumb {
  padding: 12px 25px 12px 25px;
  color: #719DCC;
  font-family: "Roboto Light", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  width: 100%;
  background-color: #0B0F15;
  border-radius: 0 0 13px 13px;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 12px 15px 15px 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    width: fit-content;
  }
}

.breadcrumb-item a {
  color: #719DCC;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .breadcrumb-item a {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}

.breadcrumb-item.active {
  color: #F6F7F8;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .breadcrumb-item.active {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #719DCC;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}

/* Q&A ===================== */
.qandaH {
  padding-bottom: 35px;
}

.qandaSubH {
  color: #6185B2;
  padding-bottom: 35px;
}

.qandaText {
  padding-bottom: 35px;
}

.accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background: none !important;
  text-decoration: none;
  box-shadow: none !important;
  border-bottom: none !important;
}

.accordion-body {
  padding: 5px 0;
}

.accordion-item {
  border: none !important;
  background: none;
}

.accordion-item:not(:last-of-type) {
  border-bottom: none !important;
}

/* PATIČKA ================= */
.custom-footer {
  padding: 60px 15px;
  color: #F6F7F8;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-footer {
    padding: 60px 25px;
  }
}
.custom-footer .footer-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .custom-footer .footer-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.custom-footer .footer-left {
  width: 40%;
  text-align: left;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .custom-footer .footer-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.custom-footer .footer-right {
  width: 50%;
  background-color: #151A24;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 991px) {
  .custom-footer .footer-right {
    width: 100%;
    padding: 20px;
  }
}
.custom-footer .footer-right .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .custom-footer .footer-right .col-md-4 {
    width: 33.33%;
    padding-right: 15px;
  }
  .custom-footer .footer-right .col-md-4:last-child {
    padding-right: 0;
  }
}
.custom-footer .footer-logo {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
.custom-footer .footer-links {
  margin-bottom: 15px;
}
.custom-footer .footer-links a {
  color: #F6F7F8;
  text-decoration: none;
}
.custom-footer .footer-links a:hover {
  color: #6185B2;
}
.custom-footer .footer-copyright {
  color: #6185B2;
  font-size: 12px;
}
.custom-footer .footer-copyright .heart {
  color: #FF0000;
}
@media (max-width: 991px) {
  .custom-footer .footer-copyright {
    text-align: left;
    width: 100%;
  }
}
.custom-footer .footer-section {
  margin-bottom: 20px;
}
.custom-footer .footer-section h5 {
  font-size: 14px;
  font-weight: bold;
  color: #6185B2;
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
  margin-top: 0;
  margin-bottom: 5px;
}
.custom-footer .footer-section hr.footerHR {
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, #6185B2 46%, #151A24 100%);
  border: none;
  margin: 10px 0 18px 0;
}
.custom-footer .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-footer .footer-section ul li {
  margin-bottom: 8px;
  line-height: 1.4;
  white-space: nowrap;
}
.custom-footer .footer-section ul li a {
  color: #F6F7F8;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.custom-footer .footer-section ul li a:hover {
  color: #6185B2;
}
.custom-footer .footer-section:nth-child(1), .custom-footer .footer-section:nth-child(2), .custom-footer .footer-section:nth-child(3) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-footer .footer-section:nth-child(1) ul, .custom-footer .footer-section:nth-child(2) ul, .custom-footer .footer-section:nth-child(3) ul {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 8px;
}
.custom-footer .footer-section:nth-child(1) ul {
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
}
@media (max-width: 991px) {
  .custom-footer .footer-section {
    text-align: left;
  }
  .custom-footer .footer-section ul {
    justify-content: flex-start;
  }
  .custom-footer .footer-section .social-icons {
    justify-content: flex-start;
  }
}
.custom-footer .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.custom-footer .social-icons a {
  display: inline-block;
}
.custom-footer .social-icons a img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.custom-footer .social-icons a img:hover {
  opacity: 0.7;
}
@media (max-width: 1300px) {
  .custom-footer .social-icons {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 15px;
  }
}
.custom-footer .note {
  color: #F6F7F8;
  font-size: 14px;
}

/* HTMLelements ================= */
.bodyhell {
  overflow-y: hidden;
  position: relative;
}

.movingbg {
  background-color: #0B0F15;
  background-repeat: repeat-y;
  background-position: top center;
  background-image: url("/Resources/Commence/images/background.svg");
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  z-index: -1;
}

@media (min-width: 1670px) {
  .container {
    max-width: 1600px;
  }
}
.fadeding-border {
  border-image-slice: 27 27 27 27;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("/Resources/Commence/images/borderImage.png");
  border-style: solid;
  overflow: hidden;
  border-radius: 13px;
  border-width: 1px;
  background: linear-gradient(-30deg, #6A8399 1.6%, transparent 51.93%);
  position: relative;
}
@media (min-width: 768px) {
  .fadeding-border {
    border-width: 2px 1px 2px 2px;
    background: linear-gradient(263.5deg, #6A8399 1.6%, transparent 51.93%);
  }
}

.absolute-pulse-button {
  transition: ease-in 0.3s;
}
.absolute-pulse-button img {
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .absolute-pulse-button:not(.middle-bottom) {
    position: relative;
    text-align: center;
    transform: translateY(-70px);
    display: block;
  }
  .absolute-pulse-button:not(.middle-bottom) img {
    display: inline-block;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .absolute-pulse-button:not(.middle-bottom) {
    width: 195px;
    height: 195px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .absolute-pulse-button:not(.middle-bottom) img {
    width: 195px;
    height: 195px;
  }
}
.absolute-pulse-button.middle-bottom {
  position: relative;
  text-align: center;
  transform: translateY(-70px);
  display: block;
  z-index: 3;
}
.absolute-pulse-button.middle-bottom img {
  display: inline-block;
  width: 140px;
  height: 140px;
}
@media (min-width: 768px) {
  .absolute-pulse-button.middle-bottom {
    transform: translateY(-97px);
  }
  .absolute-pulse-button.middle-bottom img {
    width: 195px;
    height: 195px;
  }
}
.absolute-pulse-button:hover img {
  filter: sepia(1) saturate(1) opacity(1) brightness(1) contrast(1) invert(1);
  transform: scale(1.1);
}

.universal-img {
  width: 100%;
}

.zoom-on-hower {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.zoom-on-hower:hover {
  transform: scale(1.05);
}

.show-gradient-on-hover::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 80%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: radial-gradient(rgba(165, 224, 255, 0.1), transparent);
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
}
.show-gradient-on-hover:hover .zoom-on-hower {
  transform: scale(1.05);
}
.show-gradient-on-hover:hover::after {
  opacity: 1;
}

.img-as-bg {
  position: relative;
  background-color: #151E2B;
  padding-bottom: 300px;
}
@media (min-width: 1300px) {
  .img-as-bg {
    padding-bottom: 400px;
  }
}
.img-as-bg img {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.img-as-bg div {
  position: relative;
  z-index: 2;
}
.img-as-bg:hover img {
  transform: scale(1.05);
}

.usp-separator {
  width: 213px;
  height: 1px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='213' height='1' viewBox='0 0 213 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='212.5' y2='0.5' stroke='url(%23paint0_linear_582_2768)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_582_2768' x1='0.5' y1='1.5' x2='212.5' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7F8'/%3E%3Cstop offset='0.73' stop-color='%236185B2'/%3E%3Cstop offset='1' stop-color='%236185B2' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.usp-separator-small {
  width: 60px;
  height: 1px;
  display: inline-block;
  position: relative;
  margin-top: 3px;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='1' viewBox='0 0 60 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='60' y2='0.5' stroke='url(%23paint0_linear_1488_102)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1488_102' x1='0' y1='1.5' x2='60' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2354749B'/%3E%3Cstop offset='1' stop-color='%230B0F15'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.specifikace {
  width: 100%;
  border-collapse: separate;
  border-spacing: 35px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.5px;
}
.specifikace tbody tr {
  color: #F6F7F8;
}

.articlemap {
  border-radius: 25px;
  width: 100%;
  height: auto;
  margin: 25px 0;
}

.smaller-card {
  max-width: 80%;
  margin: 0 auto;
  transform: scale(0.9);
}

.article-width {
  max-width: 700px;
}

.article-heading {
  padding: 0;
}

.scroll-move {
  scroll-margin-top: 80px;
}

.article-padding {
  padding: 35px 0;
}

.header-article-padding {
  padding: 0 0 35px 0;
}

.article-padding-bottom {
  padding: 0 0 35px 0;
}

.article-padding-list {
  padding: 35px 0;
}

.article-padding-top {
  padding: 35px 0 0 0;
}

.article-padding-table {
  padding: 35px 0;
}

.delay-1 {
  animation-delay: 0.225s;
}
@media (max-width: 540px) {
  .delay-1 {
    animation-delay: 0.125s;
  }
}

.delay-2 {
  animation-delay: 0.45s;
}
@media (max-width: 540px) {
  .delay-2 {
    animation-delay: 0.125s;
  }
}

.delay-3 {
  animation-delay: 0.675s;
}
@media (max-width: 540px) {
  .delay-3 {
    animation-delay: 0.125s;
  }
}

.delay-4 {
  animation-delay: 0.9s;
}
@media (max-width: 540px) {
  .delay-4 {
    animation-delay: 0.125s;
  }
}

.delay-5 {
  animation-delay: 1.125s;
}
@media (max-width: 540px) {
  .delay-5 {
    animation-delay: 0.125s;
  }
}

.delay-6 {
  animation-delay: 1.35s;
}
@media (max-width: 540px) {
  .delay-6 {
    animation-delay: 0.125s;
  }
}

.delay-7 {
  animation-delay: 1.575s;
}
@media (max-width: 540px) {
  .delay-7 {
    animation-delay: 0.125s;
  }
}

.delay-8 {
  animation-delay: 1.8s;
}
@media (max-width: 540px) {
  .delay-8 {
    animation-delay: 0.125s;
  }
}

.delay-9 {
  animation-delay: 2.025s;
}
@media (max-width: 540px) {
  .delay-9 {
    animation-delay: 0.125s;
  }
}

.delay-10 {
  animation-delay: 2.25s;
}
@media (max-width: 540px) {
  .delay-10 {
    animation-delay: 0.125s;
  }
}

.cta-button {
  display: flex;
  padding: 8px 28px;
  align-items: center;
  gap: 10px;
  background-color: #F6F7F8;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 1s ease;
  color: #0B0F15;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  width: fit-content;
}
.cta-button:hover {
  background-color: #6185B2;
  color: #F6F7F8;
}
.cta-button:hover .info-icon {
  color: white !important;
}

.top-gradient-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(21, 31, 43) 0%, rgba(21, 31, 43, 0) 60%);
  z-index: 1 !important;
  pointer-events: none;
}

/* Fullscreen overlay styles */
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fullscreen-overlay.active {
  display: flex;
  opacity: 1;
}

.fullscreen-image, .fullscreen-video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.close-fullscreen {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 2001;
}

/* Make carousel images/videos clickable */
.carousel-item img, .carousel-item .video-wrapper {
  cursor: pointer;
}

/* Add swipe indicators for mobile */
.swipe-hint {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 14px;
  opacity: 0.8;
}

/* Only show the hint on mobile devices */
@media (max-width: 768px) {
  .swipe-hint {
    display: block;
  }
}
.article-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.article-table tbody tr {
  border-bottom: 1px solid #F6F7F8;
}
.article-table tbody tr td {
  padding: 12px 15px;
  vertical-align: top;
  word-wrap: break-word;
}
.article-table tbody tr td p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .article-table-cookies td {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 480px) {
  .article-table {
    font-size: 14px;
  }
  .article-table td {
    padding: 6px 8px;
  }
}
.article-table-cookies {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0;
  font-family: "Arial", sans-serif;
  font-size: 0.85rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  table-layout: fixed;
}
.article-table-cookies.article-padding-table td {
  padding: 6px 8px;
}
.article-table-cookies tbody tr {
  border-bottom: 1px solid white;
}
.article-table-cookies tbody tr:first-child {
  background-color: #719DCC;
  color: white;
}
.article-table-cookies tbody tr:first-child td {
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
  font-size: 0.9rem;
}
.article-table-cookies tbody tr:first-child td p {
  margin: 0;
  line-height: 1.2;
}
.article-table-cookies tbody tr td p strong {
  color: white;
  font-size: 0.9rem;
}
.article-table-cookies td {
  border: 1px solid white;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.article-table-cookies td p {
  margin: 0;
  padding: 1px 0;
  line-height: 1.3;
  font-size: 12px;
}
.article-table-cookies td strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .article-table-cookies {
    display: block;
    overflow-x: auto;
    font-size: 0.8rem;
  }
  .article-table-cookies td {
    min-width: 80px;
  }
}
.article-table-cookies td:last-child p:contains("Nezbytně nutné"), .article-table-cookies td:last-child p.necessary {
  color: #27ae60;
}
.article-table-cookies td:last-child p:contains("Cílené a reklamní"), .article-table-cookies td:last-child p.advertising {
  color: #e74c3c;
}

.hero-tiles {
  height: 280px;
}

.googlemap {
  border-radius: 15px !important;
}

/* Flotila Carousel ================= */
.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item.active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.video-wrapper {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}

.carousel-inner {
  position: relative;
}
.carousel-item {
  position: relative;
  min-height: 70vh;
}
.carousel-item video {
  aspect-ratio: 16/9;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-item img {
  min-height: 70vh;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .carousel-item img {
    object-position: 55% center;
  }
}
.carousel .flotila-carousel {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .carousel .flotila-carousel__text.d-none {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
.carousel .flotila-carousel__text .flotila-text-center {
  position: absolute;
}
@media (min-width: 768px) {
  .carousel .flotila-carousel__text .flotila-text-center {
    top: 0;
    left: 0;
    padding: 80px 0 80px 70px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .carousel .flotila-carousel__text .flotila-text-center {
    position: relative;
    padding: 20px 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    color: #fff;
  }
}
.carousel .flotila-carousel__text .flotila-text-center hr {
  display: none;
}
.carousel .flotila-carousel__text .flotila-text-center h2 {
  padding-right: 10%;
}
@media (min-width: 768px) {
  .carousel .flotila-carousel__text .flotila-text-center h2 {
    margin-bottom: 1rem;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .carousel .flotila-carousel__text .flotila-text-center h2 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    padding-right: 0;
  }
}
.carousel .flotila-carousel__text .flotila-text-center p {
  padding-right: 20%;
}
@media (min-width: 768px) {
  .carousel .flotila-carousel__text .flotila-text-center p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .carousel .flotila-carousel__text .flotila-text-center p {
    display: none;
  }
}
@media (max-width: 767px) {
  .carousel .flotila-carousel__text .flotila-text-center hr.wht-l {
    width: 40px;
    margin: 0.5rem 0;
  }
}
.carousel .flotila-carousel__text .flotila-text-center .cta-button {
  display: flex;
  padding: 8px 28px;
  align-items: center;
  gap: 10px;
  background-color: #F6F7F8;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 1s ease;
  color: #0B0F15;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  width: fit-content;
}
@media (max-width: 767px) {
  .carousel .flotila-carousel__text .flotila-text-center .cta-button {
    display: none;
    padding: 6px 16px;
    font-size: 14px;
    margin-top: 1rem;
    gap: 6px;
  }
}
.carousel .flotila-carousel__text .flotila-text-center .cta-button:hover {
  background-color: #6185B2;
  color: #F6F7F8;
}
.carousel .flotila-carousel__text .flotila-text-center .cta-button:hover .info-icon {
  color: white !important;
}
.carousel-control-prev, .carousel-control-next {
  width: auto;
  opacity: 1;
  margin: 20px;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 0.8;
}
.carousel-control-prev svg, .carousel-control-next svg {
  margin: 0 15px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: none;
}
.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
.carousel-indicators {
  margin-bottom: 20px;
}

.carousel-indicators button {
  width: 60px !important;
  height: 5px !important;
  border-radius: 5px !important;
  margin: 0 5px !important;
  padding: 0 !important;
  border: none !important;
  opacity: 0.5;
  background-color: #FFFFFF !important;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #A8C0E0 !important;
}

/* Breadcrumbs Services Carousel ================= */
.breadcrumb-container {
  padding: 10px 0;
}

.breadcrumb-container h4 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0 25px 10px 25px;
}

.breadcrumbs-services {
  display: flex;
  padding: 0 25px;
  color: #719DCC;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  margin: 0;
}

.breadcrumbs-services li {
  display: inline-block;
  margin-right: 15px;
}

.breadcrumbs-services li a {
  color: #F6F7F8;
  text-decoration: none;
  transition: all 0.3s;
}
.breadcrumbs-services li a:hover {
  color: #719DCC;
}

.breadcrumbs-services li:not(:last-child):after {
  margin-left: 15px;
  color: #719DCC;
}

.breadcrumbs-services li.active {
  font-weight: 700;
}

.sbreadcrumb-item + .sbreadcrumb-item::before {
  color: #719DCC;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .sbreadcrumb-item + .sbreadcrumb-item::before {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
}

/* Modal ================= */
body #contactModal .modal-dialog {
  max-width: 400px !important;
  margin: 1.5rem auto !important;
}
@media (min-width: 768px) {
  body #contactModal .modal-dialog {
    max-width: 450px !important;
  }
}
body #contactModal .modal-content {
  background-color: #0B0F15 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 1rem !important;
  background-size: cover !important;
  background-position: right top !important;
  background-blend-mode: overlay !important;
}
body #contactModal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
body #contactModal .modal-header .modal-title {
  font-weight: 700 !important;
  font-size: 2rem !important;
  letter-spacing: 1px !important;
  color: #FFF !important;
}
body #contactModal .modal-header .btn-close {
  filter: invert(1) !important;
  opacity: 0.7 !important;
}
body #contactModal .modal-header .btn-close:hover {
  opacity: 1 !important;
}
body #contactModal .modal-body {
  padding: 1rem 1.5rem !important;
}
body #contactModal .modal-body .sub-headline {
  font-size: 0.9rem !important;
  opacity: 0.8 !important;
  max-width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #FFF !important;
}
body #contactModal .form-control {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  color: #FFF !important;
  padding: 0.6rem 1.2rem !important;
  margin-bottom: 0.8rem !important;
}
body #contactModal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem !important;
}
body #contactModal .form-control:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #FFF !important;
}
body #contactModal textarea.form-control {
  border-radius: 15px !important;
  resize: none !important;
}
body #contactModal .form-check {
  display: flex !important;
  align-items: center !important;
  margin-left: 10px !important;
}
body #contactModal .form-check .form-check-input {
  margin-top: 0 !important;
  margin-right: 8px !important;
}
body #contactModal .form-check .form-check-input:checked {
  background-color: #6185B2 !important;
  border-color: #6185B2 !important;
}
body #contactModal .form-check .form-check-input:focus {
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
body #contactModal .form-check .form-check-label {
  font-size: 0.8rem !important;
  opacity: 0.8 !important;
  color: #FFF !important;
}
body #contactModal .privacy-link, body #contactModal .support-link {
  color: #719DCC !important;
  text-decoration: none !important;
}
body #contactModal .privacy-link:hover, body #contactModal .support-link:hover {
  text-decoration: underline !important;
}
body #contactModal .submit-btn {
  background-color: #6185B2 !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.5rem 2rem !important;
  margin-top: 0.5rem !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #FFF !important;
}
body #contactModal .submit-btn:hover, body #contactModal .submit-btn:focus {
  background-color: #719DCC !important;
  box-shadow: 0 0 10px rgba(97, 133, 178, 0.4) !important;
}
body #contactModal .small {
  font-size: 0.75rem !important;
  opacity: 0.7 !important;
  color: #FFF !important;
}

/*# sourceMappingURL=main.css.map */
