html {
  scroll-behavior: smooth;
}

button {
  padding: 0;
  border: 0;
}

/* START inherited styles overwrite */
.cbolui-ddl .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1220px;
}
.c-logobar__logo img {
  margin-left: 20px;
  max-width: 100%;
  width: 200px;
}
.cbolui-ddl .c-topbar {
  display: block;
  overflow: hidden;
  background-color: #0F1632;
}

.cbolui-ddl .c-topbar__con {
  display: flex;
  justify-content: space-between;
}

.cbolui-ddl footer {
  background-color: #0F1632;
}

.cbolui-ddl .checkbox input:checked + label,
.cbolui-ddl .checkbox label:hover,
.cbolui-ddl .checkbox input[type="checkbox"]:focus + label {
  color: currentColor;
}

.cbolui-ddl .checkbox input:checked + label:before {
  background-color: #255be3;
}

.cbolui-ddl form .form-control.validation-input-success {
  border: none;
}

.cbolui-ddl .loader.start:before {
  background-color: rgba(15, 22, 50, 0.8);
}
.cbolui-ddl form .success .cbol-icon {
  color: #245be2 !important;
}
/* STOP inherited styles overwrite */

.container-fluid--paddingTop {
  padding-top: 45px;
}
.container-fluid--paddingBottom {
  padding-bottom: 45px;
}

.c-topbar__con ul li {
  display: none;
}

.c-topbar__con ul li.mobile-visible {
  display: block;
}
.swiper.hero-section {
  width: 100%;
  min-height: calc(100vh - 99px);
  height: 100px;
  color: #fff;
  position: relative;
}
.swiper.hero-section .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
  border-color: #255be3;
  border-style: solid;
  width: 20px;
  height: 20px;
}
.swiper.hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper.hero-section .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper.hero-section .swiper-button-next,
.swiper.hero-section .swiper-button-prev {
  text-shadow: 0 0 4px #fff;
  color: #fff !important;
    fill: white !important;
    stroke: white !important;
}
.swiper.hero-section .swiper-button-next,
.swiper.hero-section .swiper-button-prev {
  display: none;
}


.swiper-slide {
  /* position: relative;
  margin-right: 0 !important;
  margin-left: 0 !important; */
  position: absolute;
  left:0;
  right:0;
  width:100%;
}
.swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
h1.hero-section__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 1.2rem;
}

.hero-section__content {
  margin-top: 5vh;
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}

.hero-section__apla {
  background-color: rgba(12, 22, 50, 0.4);
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px 10px;
}
.hero-section__content a.button {
  background-color: #255be3;
  margin-top: 20px !important;
}
.hero-section__content .button:hover {
  background-color: darken(#255be3, 10%);
}

a.button,
button.button,
.button {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-stretch: expanded;
  color: #fff !important;
  background-color: #255be3;
  padding: 15px;
  width: 260px;
  min-height: 54px;
  border: none;
  border-radius: 6px;
  margin: 35px auto 0 !important;
  transition: background-color 0.2s ease;
}
a.button:hover,
button.button:hover,
.button:hover {
  background-color: darken(#255be3, 10%);
}

a.button--yellow,
button.button--yellow,
.button--yellow {
  background-color: #eaa726;
}

a.button--yellow:hover,
button.button--yellow:hover,
.button--yellow:hover {
  background-color: darken(#eaa726, 10%);
}

.button--grey {
  background-color: #f7f7f7;
}

.button--grey:hover {
  background-color: #f7f7f7;
}

.c-cta-icon {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: bounce 1.3s ease infinite;
}

.c-cta-icon img {
  display: block;
  max-width: 3rem;
  height: auto;
}

h2.section__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0F1632;
}

h2.section__title--light {
  /* color: #49b6ef; */
  color: #245BE2;
}
.section__title span {
  display: block;
  font-size: 0.56em;
  font-weight: 400;
  margin-top: 20px;
}
.section__title span.upper {
  text-transform: uppercase;
  font-size: 0.43em;
  margin-bottom: 5px;
  color: #255be3;
}

h3.section__subtitle {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #eaa726;
  margin-bottom: 30px;
}
.under-section__cover {
  text-align: center;
  margin-bottom: 45px;
}
.under-section__cover img {
  width: 100%;
  max-width: 475px;
}
.under-section__description ul li {
  position: relative;
  padding-left: 20px;
}
.under-section__description ul li:before {
  content: "\2022";
  position: absolute;
  color: #255be3;
  left: 5px;
}

.share-buttons__wrapper {
  position: relative;
}

.share-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.share-buttons {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

li.share-buttons__item {
  margin: 0;
}

.form-section {
  background-color: #0F1632;
  color: #fff;
}

.inputs-group .form-group {
  float: unset;
}

[data-inputs-group] {
  margin-bottom: 20px;
}

.con {
  display: block;
  text-align: center;
  margin: 0 10px;
}

.group-error-message {
  font-size: 0.75rem;
  text-align: center;
}

.notification-popup {
  background-color: #f7f7f7;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
.notification-popup p {
  margin-bottom: 0;
  font-size: 14px;
}

a.message-link {
  color: #fff !important;
  text-decoration: underline;
}

.message-info {
  font-size: 0.8em;
}


@media screen and (min-width: 1200px) {
  .swiper.hero-section .swiper-button-next,
  .swiper.hero-section .swiper-button-prev {
    transform: scale(1.25);
    display:block;
  }

  .swiper.hero-section .swiper-button-next {
    right: 2%;
  }
  .swiper.hero-section .swiper-button-prev {
    left: 2%;
  }

}


@media screen and (min-width: 768px) {
  /* START inherited styles overwrite */
  .cbolui-ddl .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  /* STOP inherited styles overwrite */

  .container-fluid--paddingTop {
    padding-top: 60px;
  }
  .container-fluid--paddingBottom {
    padding-bottom: 60px;
  }

  .c-topbar__con ul li {
    display: block;
  }
  .swiper.hero-section {
    min-height: unset;
    height: 460px;
  }
  .swiper.hero-section .swiper-slide {
    height: 100%;
    max-height: 460px;
  }
  

  h1.hero-section__title {
    font-size: 2.2rem;
  }
  .hero-section__content {
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 70%;
  }

  .hero-section__apla {
    background-color: rgba(1, 43, 105, 0.4);
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px 35px;
  }

  .c-cta-icon {
    display: none;
  }

  .under-section__content {
    display: flex;
  }

  .section__title span.upper {
    margin-top: 45px;
  }

  .desktop-centered {
    text-align: center;
  }

  .under-section__cover {
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .under-section__description {
    width: 90%;
    margin-left: 60px;
  }
  .under-section__description ul li {
    padding-left: 40px;
  }
  .under-section__description ul li:before {
    left: 15px;
  }

  .con {
    margin-top: 35px;
  }

  .inputs-group {
    display: flex;
  }
}
@media screen and (min-width: 1320px) {
  .swiper-slide img {
    height: unset;
  }

  .hero-section__content {
    max-width: 70%;

  }
}
@keyframes bounce {
  50% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.c-topbar__lang {
  margin-right: 20px;
}
.c-topbar__lang a {
  color:#fff !important;
}
