:root {
  --color-senati: #040DAC;
  --color-senati-alter: #0036F8;
  --color-sky: #5BBEFF;
  --color-secundary: #000A25;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
a {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.font-weight-bold {
  font-weight: 700;
}

[data-bg-image] {
  background-repeat: repeat;
  background-position: top center;
}
[data-bg-image]:not(.bg-pattern) {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important;
  overflow: hidden;
}

.section-bottom-shape {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70px;
}

.section-bottom-shape.fill-color-gray svg path {
  fill: #f8f8f8;
}

.section-bottom-shape svg {
  width: 100%;
  height: 100%;
}

.section-bottom-shape svg path {
  fill: #FFFFFF;
}

.overlay--page {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 979;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay--page.is-show {
  visibility: visible;
  opacity: 1;
}

.menu {
  height: 64px;
  left: 0px;
  top: 0px;
  background: var(--color-senati);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.uk-sticky.uk-active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4196078431);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4196078431);
}
@media (min-width: 1200px) {
  .menu .container {
    max-width: 1300px;
  }
}
.menu--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu--container--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .menu--container--left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu--container--logo {
  border-right: 1px solid rgba(255, 255, 255, 0.431372549);
  padding-right: 20px;
}
@media (max-width: 768px) {
  .menu--container--logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .menu--container--search--mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 768px) {
  .menu--container--drop {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.menu--container--drop--action {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: white;
}
@media (max-width: 768px) {
  .menu--container--form {
    position: absolute;
    top: 64px;
    height: 50px;
    background: white;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .menu--container--form.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.menu--container--input {
  width: 390px;
  background: white;
  height: 42px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  gap: 15px;
}
.menu--container--input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  border: none;
  outline: none;
  color: var(--color-secundary);
}
.menu--container--input input::-webkit-input-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}
.menu--container--input input::-moz-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}
.menu--container--input input:-ms-input-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}
.menu--container--input input::-ms-input-placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}
.menu--container--input input::placeholder {
  color: var(--color-secundary);
  opacity: 0.5;
}
.menu--container--link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: white;
  text-decoration: underline;
}

.category--drop .col-md-3 {
  padding-right: 0;
}
.category--drop .col-md-9 {
  padding-left: 0;
}
@media (max-width: 768px) {
  .category--drop .col-md-9 {
    display: none;
    width: 100%;
    padding: 0 15px 15px;
    background: white;
  }
}
.category--drop .uk-card {
  padding: 0;
}
.category--drop--right, .category--drop--left {
  height: 100%;
  padding: 18px;
}
.category--drop .uk-card {
  overflow: hidden;
}
@media (max-width: 768px) {
  .category--drop .uk-card {
    border-radius: 0;
  }
}
.category--drop .spinner-section {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4196078431);
  z-index: 1020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.category--drop .spinner-section.is-show {
  visibility: visible;
  opacity: 1;
}
.category--drop--left {
  padding: 0;
}
.category--drop--left .category--drop--title {
  padding: 18px 18px 0 0;
  padding-top: 31px;
  padding-left: 30px;
  margin-left: 18px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .category--drop--left .category--drop--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #EDF8FA;
    border: none;
    height: 77px;
    margin: 0 0 16px 0 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .category--drop--left .category--drop--title h4 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .category--drop--left .category--drop--title .close--drop {
    margin-right: 16px;
  }
  .category--drop--left .category--drop--title .close--drop svg * {
    stroke: #000;
  }
}
.category--drop--left.programs .category--drop--title {
  padding-left: 0;
  color: var(--color-senati-alter);
  border-color: var(--color-senati-alter);
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--title {
    height: auto;
    background: white;
  }
}
.category--drop--left.programs .category--drop--title h4 {
  color: var(--color-senati-alter);
  font-weight: 500;
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid var(--color-senati);
  }
}
.category--drop--left.programs .category--drop--list:before {
  display: none;
}
.category--drop--left.programs .category--drop--list li {
  padding-left: 0 !important;
}
.category--drop--left.programs .category--drop--list li.uk-active .category {
  background: var(--color-senati-alter);
}
.category--drop--left.programs .category--drop--list li.uk-active .category span {
  color: white;
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list li.uk-active .category span {
    color: var(--color-senati) !important;
  }
}
.category--drop--left.programs .category--drop--list li.uk-active .category .icon {
  background-color: white;
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list li.uk-active .category .icon {
    background-color: var(--color-senati) !important;
  }
}
.category--drop--left.programs .category--drop--list li.uk-active .category svg path {
  fill: white;
}
.category--drop--left.programs .category--drop--list li.uk-active .category::after {
  background: var(--color-sky);
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list li.uk-active .category::after {
    background: var(--color-senati-alter) !important;
  }
}
.category--drop--left.programs .category--drop--list li:hover .category::after {
  background: var(--color-sky);
}
.category--drop--left.programs .category--drop--list .category {
  padding: 0;
  text-align: left;
  text-transform: inherit;
  border: none !important;
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category {
    background: white !important;
    color: #525252 !important;
    width: 190px !important;
    gap: 5px !important;
  }
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category::after {
    width: 100%;
    top: auto;
    height: 5px;
    bottom: 0;
    right: 0;
  }
}
.category--drop--left.programs .category--drop--list .category span {
  color: var(--color-senati-alter);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  max-width: 70%;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category span {
    padding-right: 0 !important;
    color: #525252 !important;
  }
}
.category--drop--left.programs .category--drop--list .category .icon {
  background-color: var(--color-senati);
}
@media (max-width: 768px) {
  .category--drop--left.programs .category--drop--list .category .icon {
    background-color: #525252 !important;
  }
}
.category--drop--left.programs .category--drop--list .category svg path {
  fill: var(--color-senati-alter);
}
.category--drop--right {
  background: #EDF8FA;
  padding: 18px 0 18px 34px;
}
.category--drop--right--drop {
  min-height: 450px;
}
@media (max-width: 768px) {
  .category--drop--right--drop {
    width: 100%;
    padding: 0;
    background: white;
  }
}
.category--drop--right .category--drop--content--list {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .category--drop--right .category--drop--content--list {
    padding: 0;
  }
}
.category--drop--right .category--drop--title {
  padding-top: 13px;
  margin-left: 0;
  border-color: var(--color-senati-alter);
}
@media (max-width: 768px) {
  .category--drop--right .category--drop--title {
    background: #EDF8FA;
    background: #EDF8FA;
    border: none;
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .category--drop--right .category--drop--title h4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .category--drop--right .category--drop--title .close--drop svg * {
    stroke: #000 !important;
  }
}
.category--drop--right .category--drop--title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.category--drop--right.programs {
  background: white;
  --color-senati: var(--color-senati-alter);
  padding: 18px 0 18px 23px;
}
@media (max-width: 768px) {
  .category--drop--right.programs {
    padding: 0;
  }
  .category--drop--right.programs .category--drop--title {
    padding: 0;
    background: transparent;
    height: auto;
    margin-top: 2rem;
  }
  .category--drop--right.programs .category--drop--title h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}
.category--drop--title {
  border-bottom: 1px solid #000000;
  margin-bottom: 1rem;
}
.category--drop--title h4 {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0;
  padding-bottom: 1rem;
}
.category--drop--content--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  gap: 14px;
}
@media (max-width: 768px) {
  .category--drop--content--action {
    display: inline-block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
  }
}
.category--drop--content--action button {
  height: 40px;
  border: 1px solid var(--color-senati);
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-senati);
  padding: 0 14px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.category--drop--content--action button.uk-active {
  background: var(--color-senati);
  border: 1px solid var(--color-senati);
  color: #FFFFFF;
}
.category--drop--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category--drop--list a.category {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.category--drop--list a.category::after {
  position: absolute;
  content: "";
  width: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.category--drop--list a.category .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category--drop--list a.category .ico .icon {
  width: 24px;
  height: 24px;
  background-color: #333;
}
.category--drop--list a.category .ico svg {
  width: 20px;
}
.category--drop--list a.category .ico svg path {
  fill: #525252;
}
.category--drop--list a.category span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}
.category--drop--list a.category:hover {
  background: #EDF8FA;
}
.category--drop--list a.category:hover span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
}
.category--drop--list a.category:hover .icon {
  background-color: var(--color-senati);
}
.category--drop--list a.category:hover::after {
  background: var(--color-senati);
}
.category--drop--list a.category.active {
  background: #EDF8FA;
}
@media (max-width: 768px) {
  .category--drop--list a.category.active {
    background: transparent;
  }
}
.category--drop--list a.category.active .icon {
  background-color: var(--color-senati);
}
@media (max-width: 768px) {
  .category--drop--list a.category.active .icon {
    background-color: #525252;
  }
}
.category--drop--list a.category.active svg path {
  fill: var(--color-senati);
}
.category--drop--list a.category.active span {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
  font-weight: 700;
}
@media (max-width: 768px) {
  .category--drop--list a.category.active span {
    font-weight: 400;
    color: #525252;
  }
}
.category--drop--list a.category.active::after {
  background: var(--color-senati);
}
.category--drop--programs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 2rem 1rem 4rem;
  gap: 20px;
}
@media (max-width: 768px) {
  .category--drop--programs.dropper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .category--drop--programs.dropper .program--single {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
  }
  .category--drop--programs.dropper .program--single h4 {
    margin-bottom: 16px;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
  .category--drop--programs.dropper .program--single h4 a {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .category--drop--programs.dropper .program--single .program--content--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.category--drop--programs.programs {
  display: block;
  position: relative;
  padding-bottom: 4rem;
}
.category--drop--programs.programs .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 1rem;
  gap: 15px;
}
.category--drop--programs.programs .swiper--actions .swiper-arrow {
  cursor: pointer;
  position: relative;
  -webkit-transform: none;
          transform: none;
}
.category--drop--programs.programs .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category--drop--programs.programs .swiper--actions .swiper-arrow img {
  height: 21px;
  width: auto;
  max-width: initial;
}
.category--drop--programs.programs .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category--drop--programs.programs .swiper--actions .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-senati);
  opacity: 1;
  background: white;
}
.category--drop--programs.programs .swiper--actions .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-senati);
}
.category--drop--programs.programs .swiper-programs-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #040DAC;
  width: 14px;
  height: 14px;
}
.category--drop--programs.programs .swiper-programs-pagination .swiper-pagination-bullet-active {
  background: var(--color-senati);
}
.category--drop--programs.programs .swiper-arrow-home-left {
  position: absolute;
  left: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .category--drop--programs.programs .swiper-arrow-home-left {
    left: 0rem;
  }
}
.category--drop--programs.programs .swiper-arrow-home-right {
  position: absolute;
  right: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
@media (max-width: 768px) {
  .category--drop--programs.programs .swiper-arrow-home-right {
    right: 0rem;
  }
}

.link--why {
  height: 57px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link--why a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-senati);
  border-top: 1px solid rgba(0, 0, 0, 0.2901960784);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
}

.swiper-programs-mobile {
  overflow: hidden;
}

.program--single .program--content h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--color-senati);
  gap: 18px;
  margin-bottom: 24px;
}
.program--single .program--content h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-senati);
}
.program--single .program--content h4 img {
  height: 15px;
}
.program--single .program--content--items--li {
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  margin-bottom: 16px;
}
.program--single .program--content--items--li img {
  width: 15px;
}
.program--detail {
  --color-solid: var(--color-senati);
  --color-button: var(--color-senati);
  --color-text: white;
}
.program--detail.line {
  --color-solid: #fff;
  --color-text: #000;
  --color-border: #0036F8;
  --color-button: var(--color-senati);
}
.program--detail.line .program--content {
  border: 1px solid var(--color-border);
}
.program--detail .program--content {
  border-radius: 20px;
  overflow: hidden;
}
.program--detail .program--content--picture {
  height: 144px;
  overflow: hidden;
  position: relative;
}
.program--detail .program--content--picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.program--detail .program--content--tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-tag);
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  color: white;
  z-index: 1;
}
.program--detail .program--content--tag.programas-modular {
  background: #0036F8;
}
.program--detail .program--content--tag.programas-de-especializacion {
  background: #00BCFF;
}
.program--detail .program--content--tag.cursos {
  background: #000;
}
.program--detail .program--content--items {
  background: var(--color-solid);
  padding: 20px;
}
.program--detail .program--content--items h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-text);
}
.program--detail .program--content--items h2 a {
  color: var(--color-text);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .program--detail .program--content--items h2 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.5px;
  }
}
.program--detail .program--content--items--li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}
.program--detail .program--content--items--li img {
  width: 15px;
}
.program--detail .program--content--items--li .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-text);
}
@media (max-width: 768px) {
  .program--detail .program--content--items--li .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
  }
}
.program--detail .program--content--items--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program--detail .program--content--items--button a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-button);
  border: 1px solid var(--color-button);
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.program--detail .program--content--items--button a:hover {
  background: var(--color-button);
  color: var(--color-solid);
}
@media (max-width: 768px) {
  .program--detail .program--content--items--button a {
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    height: 45px;
  }
}

.swiper--actions--results {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 1rem;
  gap: 15px;
}
.swiper--actions--results .swiper-arrow {
  cursor: pointer;
}
.swiper--actions--results .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper--actions--results .swiper-arrow img {
  height: 21px;
  width: auto;
  max-width: initial;
}
.swiper--actions--results .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper--actions--results .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-senati);
  opacity: 1;
}
.swiper--actions--results .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-senati);
}

.intro-slider {
  position: relative;
  height: 650px;
}
@media (max-width: 768px) {
  .intro-slider {
    height: 490px;
  }
}
.intro-slider .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 6rem;
  gap: 15px;
}
@media (max-width: 768px) {
  .intro-slider .swiper--actions {
    background: rgba(0, 10, 37, 0.6);
    opacity: 1;
    height: 42px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    bottom: 3rem;
    right: 0;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}
.intro-slider .swiper--actions .swiper-arrow {
  cursor: pointer;
}
.intro-slider .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.intro-slider .swiper--actions .swiper-arrow img {
  height: 21px;
  width: auto;
  max-width: initial;
}
.intro-slider .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .intro-slider .swiper--actions .swiper-pagination {
    display: none;
  }
}
.intro-slider .swiper--actions .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  opacity: 1;
}
.intro-slider .swiper--actions .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.intro-slider .section-bottom-shape {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .intro-slider .section-bottom-shape {
    height: 30px;
  }
}
.intro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-section .container {
  position: relative;
  margin-top: -4rem;
}
.intro--container {
  max-width: 495px;
}
.intro--container h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .intro--container h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 200px;
  }
}
.intro--container h1 strong {
  color: var(--color-sky);
}
.intro--container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .intro--container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: 250px;
  }
}
.intro--container a {
  background: var(--color-sky);
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: var(--color-senati);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 768px) {
  .intro--container a {
    /*width: 100%;*/
  }
}

.programs--home {
  margin-top: -1rem;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .programs--home {
    padding-top: 2rem;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.programs--home .title--senati {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000A25;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .programs--home .title--senati {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin: 1rem auto 4rem;
    width: 216px;
  }
}
.programs--single {
  position: relative;
}
.programs--picture {
  position: absolute;
  top: 0;
  height: 500px;
  overflow: hidden;
  width: 100%;
}
.programs--picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.programs--picture--overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.programs--heroe {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.programs--heroe--content {
  width: 100%;
}
@media (max-width: 768px) {
  .programs--heroe--content--p {
    width: 232px;
  }
}
.programs--heroe--content h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
  color: var(--color-sky);
}
@media (max-width: 768px) {
  .programs--heroe--content h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
  }
}
.programs--heroe--content h1 {
  margin-top: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: white;
}
@media (max-width: 768px) {
  .programs--heroe--content h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
  }
}
.programs--heroe--content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: white;
  width: 80%;
}
@media (max-width: 768px) {
  .programs--heroe--content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
}
.programs--heroe--content a.show--form {
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--color-sky);
  padding: 0 16px;
  color: var(--color-senati);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid var(--color-sky);
  margin-bottom: 1rem;
}
.programs--heroe--content a.brochure {
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--color-senati-alter);
  padding: 0 16px;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid white;
}
@media (max-width: 768px) {
  .programs--heroe--content a.brochure {
    background: transparent !important;
  }
}
@media (max-width: 768px) {
  .programs--heroe--content a {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.programs--breadcrumb {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666C7C;
  margin: 80px 0 40px;
}
@media (max-width: 768px) {
  .programs--breadcrumb {
    margin: 40px 0;
  }
}
.programs--breadcrumb a {
  color: #666C7C;
}
.programs--breadcrumb > :last-child > *,
.programs--breadcrumb span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-senati) !important;
}
.programs--breadcrumb .back--results {
  margin-right: 1rem;
}
.programs--breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  background: url(/wp-content/uploads/2022/05/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  content: "" !important;
  height: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (max-width: 768px) {
  .programs--breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    display: none !important;
  }
}
.programs--detail {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .programs--detail {
    margin-bottom: 0rem;
  }
}
.programs--detail h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 39px;
  color: #000000;
}
@media (max-width: 768px) {
  .programs--detail h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
  }
}
.programs--detail .info {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.005em;
}
@media (max-width: 768px) {
  .programs--detail .info {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.programs--detail .info--list {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .programs--detail .info--list {
    line-height: 17px;
  }
}
.programs--detail .info--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}
.programs--detail .info--list--item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.programs--detail .info--list--item .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}
.programs--detail .info--list--item .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.programs--detail .info--list--item .detail span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 768px) {
  .programs--detail .info--list--item .detail span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}
.programs--detail .video {
  margin-bottom: 2rem;
}
.programs--detail .video--image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.programs--detail .video--image img {
  width: 100%;
}
.programs--detail .managed {
  margin-bottom: 2rem;
}
.programs--detail .managed--list {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  color: #333333;
}
@media (max-width: 768px) {
  .programs--detail .managed--list {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.programs--detail .certification {
  margin-bottom: 2rem;
}
.programs--detail .certification--list {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -ms-grid;
  display: grid;
  gap: 18px;
  color: #333333;
}
@media (max-width: 768px) {
  .programs--detail .certification--list {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.programs--detail .requirements p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.005em;
}
@media (max-width: 768px) {
  .programs--detail .requirements p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.programs--detail .courses {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .programs--detail .courses {
    margin-top: 3rem;
  }
}
.programs--detail .courses h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-senati);
}
@media (max-width: 768px) {
  .programs--detail .courses h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    width: 283px;
    margin: 0 auto;
  }
}
.programs--detail .courses .uk-accordion a {
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 16px;
  color: var(--color-senati);
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .programs--detail .courses .uk-accordion a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.programs--detail .courses .uk-accordion a::before {
  background-image: url("/wp-content/uploads/2022/05/across.png");
  position: absolute;
  right: 1rem;
}
.programs--detail .courses .uk-accordion a::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  background: var(--color-senati);
}
.programs--detail .courses .uk-accordion .uk-accordion-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 2rem;
  color: #333;
}
@media (max-width: 768px) {
  .programs--detail .courses .uk-accordion .uk-accordion-content {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
  }
}
.programs--facitators {
  padding: 3rem 0;
  background: var(--color-senati);
  position: relative;
}
@media (max-width: 768px) {
  .programs--facitators {
    padding: 6rem 0 6rem;
  }
  .programs--facitators .decorate {
    width: 100%;
    position: absolute;
    top: 0;
    height: 30px;
  }
  .programs--facitators .decorate * {
    fill: white;
  }
}
.programs--facitators .section-bottom-shape {
  bottom: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 55px;
}
@media (max-width: 768px) {
  .programs--facitators .section-bottom-shape svg {
    height: 30px;
  }
}
.programs--facitators .section-bottom-shape path {
  fill: var(--color-senati);
}
.programs--facitators .title {
  max-width: 485px;
}
@media (max-width: 768px) {
  .programs--facitators .title {
    text-align: center;
    margin: 0 auto;
  }
}
.programs--facitators .title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: white;
}
@media (max-width: 768px) {
  .programs--facitators .title h3 {
    width: 300px;
    margin: 0 auto;
  }
}
.programs--facitators .title p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .programs--facitators .title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
}
.programs--facitators .row {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.programs--facitators .facitators--list {
  margin-top: 4rem;
  position: relative;
}
.programs--facitators .facitators--list .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: -3rem;
  gap: 15px;
}
.programs--facitators .facitators--list .swiper--actions .swiper-arrow {
  cursor: pointer;
}
.programs--facitators .facitators--list .swiper--actions .swiper-arrow img {
  height: 20px;
  width: auto;
  max-width: initial;
}
.programs--facitators .facitators--list .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.programs--facitators .facitators--list .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.programs--facitators .facitators--list .swiper--actions .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #5BBEFF;
  width: 14px;
  height: 14px;
  opacity: 1 !important;
}
.programs--facitators .facitators--list .swiper--actions .swiper-pagination-bullet-active {
  background: #5BBEFF;
}
@media (max-width: 768px) {
  .programs--facitators .facitators--item--content {
    max-width: 80%;
    margin: 0 auto;
  }
}
.programs--facitators .facitators--item--content .picture {
  width: 111px;
  height: 111px;
  background: #42B7B8;
  border-radius: 50%;
  overflow: hidden;
}
.programs--facitators .facitators--item--content .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .detail {
    height: 160px;
  }
}
.programs--facitators .facitators--item--content .detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.programs--facitators .facitators--item--content .info {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.programs--facitators .facitators--item--content .info .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: white;
}
@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .info .name {
    font-weight: 700;
    font-size: 16.1798px;
    line-height: 19px;
  }
}
.programs--facitators .facitators--item--content .info .carrer {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #5BBEFF;
}
@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .info .carrer {
    font-weight: 400;
    font-size: 12.1348px;
    line-height: 14px;
  }
}
.programs--facitators .facitators--item--content .info .social a {
  background: #5BBEFF;
  color: var(--color-senati);
}
@media (max-width: 768px) {
  .programs--facitators .facitators--item--content .info .social a {
    width: 33px;
    height: 33px;
  }
}
.programs--courses {
  position: relative;
  padding: 10rem 0px 4rem;
}
@media (max-width: 768px) {
  .programs--courses {
    padding: 7rem 0px 4rem;
  }
}
.programs--courses .title {
  text-align: center;
}
.programs--courses .title h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-senati);
}
@media (max-width: 768px) {
  .programs--courses .title h3 {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    width: 80%;
    margin: 0 auto;
  }
}
.programs--courses .decorate {
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .programs--courses .decorate {
    height: 50px;
  }
}
.programs--courses .decorate path {
  fill: var(--color-senati);
}
.programs--courses .courses--list {
  margin-top: 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .programs--courses .courses--list {
    margin-top: 4rem;
  }
}
.programs--courses .courses--list .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: -3rem;
  gap: 15px;
}
.programs--courses .courses--list .swiper--actions .swiper-arrow {
  cursor: pointer;
}
.programs--courses .courses--list .swiper--actions .swiper-arrow img {
  height: 20px;
  width: auto;
  max-width: initial;
}
.programs--courses .courses--list .swiper--actions .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.programs--courses .courses--list .swiper--actions .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.programs--courses .courses--list .swiper--actions .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid var(--color-senati);
  width: 14px;
  height: 14px;
  opacity: 1 !important;
}
.programs--courses .courses--list .swiper--actions .swiper-pagination-bullet-active {
  background: var(--color-senati);
}
.programs--courses .courses--list--item h4 {
  font-weight: 700;
  font-size: 29px;
  line-height: 22px;
  color: #000;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .programs--courses .courses--list--item h4 {
    font-weight: 700;
    font-size: 21.2482px;
    line-height: 17px;
  }
}
.programs--courses .courses--list--item h4 a {
  font-weight: 700;
  font-size: 29px;
  line-height: 22px;
  color: #000;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .programs--courses .courses--list--item h4 a {
    font-weight: 700;
    font-size: 21.2482px;
    line-height: 17px;
  }
}
.programs--courses .courses--list--item .list .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .programs--courses .courses--list--item .list .item {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }
}
.programs--courses .courses--list--item .list .item:last-child {
  border-bottom: 1px solid #000;
}
.programs--courses .courses--list--item .list .item.alter {
  height: 100px;
}
.programs--courses .courses--list--item .list .item.alter .top {
  font-weight: 700;
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .programs--courses .courses--list--item .list .item.alter .top {
    font-weight: 700;
    font-size: 20.8395px;
    line-height: 17px;
    margin-bottom: 5px;
	  
  }
}
.programs--courses .courses--list--item .list .item.alter .bottom {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}
.programs--courses .courses--list--item .list .item .left {
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.programs--courses .courses--list--item .list .item .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.programs--courses .courses--list--item .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.programs--courses .courses--list--item .action a {
  background: #5BBEFF;
  border-radius: 8px;
  height: 42px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-senati);
}
@media (max-width: 768px) {
  .programs--courses .courses--list--item .action a {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
  }
}
.programs--form {
  padding: 1.5rem 2rem;
  background: #FFFFFF;
  border: 1px solid #5BBEFF;
  border-radius: 12px;
  overflow: hidden;
  max-width: 438px;
  position: relative;
}
@media (max-width: 768px) {
  .programs--form {
    position: fixed;
    z-index: 1000;
    top: 0;
    height: 100vh;
    left: 0;
    border-radius: 0;
    border: none;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 100vw;
    max-width: 100vw;
  }
  .programs--form.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.programs--form h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #000;
  margin-top: 0;
	margin-bottom: 0;
}
.programs--form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
	margin-top: 5px;
}
.programs--form form .field {
  margin-bottom: 1.3rem;
}
.programs--form form .field.checkbox {
  margin-bottom: 8px;
}
.programs--form form .field.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: black;
}
.programs--form form .field.checkbox label a {
  text-decoration: underline;
  font-weight: 600;
  color: black;
}
.programs--form form .field.checkbox input {
  accent-color: #5BBEFF;
  color: #5BBEFF;
  border-color: #5BBEFF;
}
.programs--form form .field.checkbox input.error {
  color: red;
  border-color: red;
}
.programs--form form .field.checkbox input.error + span {
  color: red;
  border-color: red;
}
.programs--form form .field.checkbox input.error + span a {
  color: red;
  border-color: red;
}
.programs--form form select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><path stroke="%23000A25" stroke-linecap="round" stroke-linejoin="round" stroke-width="2px" d="M8.156 1.333v13.333m6.511-6.512H1.334"/></svg>') no-repeat;
  background-position: calc(100% - 0.3rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.programs--form form select,
.programs--form form input:not([type=checkbox]) {
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  outline: none;
}
.programs--form form select.loading,
.programs--form form input:not([type=checkbox]).loading {
  pointer-events: none;
  opacity: 0.6;
}
.programs--form form select::-webkit-input-placeholder, .programs--form form input:not([type=checkbox])::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.programs--form form select::-moz-placeholder, .programs--form form input:not([type=checkbox])::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.programs--form form select:-ms-input-placeholder, .programs--form form input:not([type=checkbox]):-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.programs--form form select::-ms-input-placeholder, .programs--form form input:not([type=checkbox])::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.programs--form form select::placeholder,
.programs--form form input:not([type=checkbox])::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.programs--form form select.error,
.programs--form form input:not([type=checkbox]).error {
  color: red;
  border-color: red;
}
.programs--form form select.error::-webkit-input-placeholder, .programs--form form input:not([type=checkbox]).error::-webkit-input-placeholder {
  color: red;
}
.programs--form form select.error::-moz-placeholder, .programs--form form input:not([type=checkbox]).error::-moz-placeholder {
  color: red;
}
.programs--form form select.error:-ms-input-placeholder, .programs--form form input:not([type=checkbox]).error:-ms-input-placeholder {
  color: red;
}
.programs--form form select.error::-ms-input-placeholder, .programs--form form input:not([type=checkbox]).error::-ms-input-placeholder {
  color: red;
}
.programs--form form select.error::placeholder,
.programs--form form input:not([type=checkbox]).error::placeholder {
  color: red;
}
.programs--form form label.error {
  display: none !important;
}
.programs--form form .__group_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5rem;
}
.programs--form form .__group_buttons button {
  background: #5BBEFF;
  border-radius: 8px;
  border: none;
  height: 42px;
  min-width: 200px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: white;
  cursor: pointer;
}

.modal--now .uk-modal-dialog {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4rem 2rem;
}
.modal--now .uk-modal-dialog .close-ico {
  height: 35px;
  width: 35px;
  background: var(--color-senati);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 1rem;
  right: 1rem;
}
.modal--now .uk-modal-dialog .close-ico svg * {
  stroke: white !important;
}
.modal--now .uk-modal-dialog h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: var(--color-senati);
}
.modal--now .uk-modal-dialog .modal--quote-now--content h1,
.modal--now .uk-modal-dialog .modal--quote-now--content h2,
.modal--now .uk-modal-dialog .modal--quote-now--content h3,
.modal--now .uk-modal-dialog .modal--quote-now--content h4,
.modal--now .uk-modal-dialog .modal--quote-now--content h5,
.modal--now .uk-modal-dialog .modal--quote-now--content h6 {
  color: var(--color-senati);
}
.modal--now .uk-modal-dialog .modal--quote-now--content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.modal--now .uk-modal-dialog .modal--quote-now--content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.col--form {
  padding-bottom: 6rem;
  margin-top: 2rem;
}

.overlay-loading {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.4784313725);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3a all;
  transition: 0.3a all;
}
.overlay-loading.loading {
  opacity: 1;
  visibility: visible;
}

.drivers {
  position: relative;
  background: var(--color-senati);
  padding: 8rem 0 12rem;
}
@media (max-width: 768px) {
  .drivers {
    padding: 6rem 0 12rem;
  }
}
.drivers .container {
  position: relative;
  z-index: 1;
}
.drivers--content {
  position: relative;
}
.drivers--content .swiper--drivers--programs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 1rem;
  gap: 15px;
  bottom: -4rem;
}
@media (max-width: 768px) {
  .drivers--content .swiper--drivers--programs {
    bottom: -3rem;
    gap: 15px;
  }
}
.drivers--content .swiper-programs-drivers {
  bottom: auto !important;
  top: 110% !important;
  position: relative;
}
@media (max-width: 768px) {
  .drivers--content .swiper-programs-drivers {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.drivers--content .swiper-programs-drivers span {
  width: 14px;
  height: 14px;
  background: white;
  border: 1px solid var(--color-sky);
  opacity: 1;
}
.drivers--content .swiper-programs-drivers span.swiper-pagination-bullet-active {
  background: var(--color-sky);
}
.drivers--content .swiper-arrow-drivers-left {
  position: absolute;
  left: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .drivers--content .swiper-arrow-drivers-left {
    left: 0rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
.drivers--content .swiper-arrow-drivers-right {
  position: absolute;
  right: -2rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
@media (max-width: 768px) {
  .drivers--content .swiper-arrow-drivers-right {
    right: 0rem;
    position: relative;
  }
}
.drivers svg {
  width: 100% !important;
  height: 164px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .drivers svg {
    height: 50px !important;
  }
}
.drivers svg path {
  stroke: none;
  fill: white;
}
.drivers .image--gr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 84%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drivers .section-bottom-shape {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drivers .section-bottom-shape svg {
  height: 88px !important;
}
@media (max-width: 768px) {
  .drivers .section-bottom-shape svg {
    height: 30px !important;
  }
}
.drivers .title--senati {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 4rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.drivers .title--senati strong {
  color: var(--color-sky);
}
.drivers--item {
  margin-right: 70px;
  text-align: center;
}
.drivers--item h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.005em;
  color: white;
  margin-top: 20px;
  margin-bottom: 36px;
}
.drivers--item p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  opacity: 0.8;
  min-height: 158px;
  border-bottom: 1px solid #ccc;
}

.partners {
  padding: 1rem 0 5rem;
}
.partners .title--senati {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.5px;
  color: var(--color-senati);
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .partners .title--senati {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    width: 290px;
    margin: 1rem auto 2rem;
  }
}
.partners .title--senati strong {
  color: var(--color-senati-alter);
}
.partners .parrg {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 70%;
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  .partners .parrg {
    font-size: 12px;
    line-height: 14px;
    width: 80%;
  }
}
.partners--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.partners--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66% - 20px);
          flex: 0 0 calc(16.66% - 20px);
  text-align: center;
}
@media (max-width: 768px) {
  .partners--item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(34.66% - 20px);
            flex: 0 0 calc(34.66% - 20px);
  }
}

.home--video {
  padding: 9rem 0 4rem;
  background: var(--color-senati);
  position: relative;
}
@media (max-width: 768px) {
  .home--video {
    padding: 7rem 0 4rem;
  }
}
.home--video .section-bottom-shape {
  bottom: auto;
  top: 0;
}
@media (max-width: 768px) {
  .home--video .section-bottom-shape svg {
    height: 30px;
  }
}
.home--video .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home--video h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  width: 81%;
  color: white;
}
@media (max-width: 768px) {
  .home--video h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.home--video h1 strong {
  color: var(--color-sky);
}

.video--image {
  position: relative;
  height: 346px;
  width: 540px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video--image {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}
.video--image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .video--image img {
    width: 100%;
  }
}
.video--image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
}
.video--image .ico {
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 4;
  top: 50%;
  color: white;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3490196078);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  cursor: pointer;
}
.video--image .ico svg {
  width: 45px;
}
.video--image .ico svg polygon {
  stroke: white;
  fill: white;
}

.new--programs-section {
  background: var(--color-sky);
  padding: 5rem 0 1rem;
  position: relative;
}
.new--programs-section .decorate {
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .new--programs-section .decorate {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media (max-width: 768px) {
  .new--programs-section .decorate {
    height: 30px;
  }
}
.new--programs-section .decorate path {
  fill: var(--color-senati);
}
.new--programs-section.white .decorate path {
  fill: white !important;
}
.new--programs-section .new--programs {
  margin: 6rem 0;
}
@media (max-width: 768px) {
  .new--programs-section .new--programs {
    margin: 2rem 0 6rem 0;
  }
}
.new--programs-section .picture--surprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 80%;
}
@media (max-width: 768px) {
  .new--programs-section .picture--surprise {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .new--programs-section .picture--surprise img {
    display: none;
  }
}
.new--programs-section .picture--surprise h3 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  max-width: 70%;
  color: var(--color-senati);
}
@media (max-width: 768px) {
  .new--programs-section .picture--surprise h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    max-width: 290px;
  }
}
.new--programs-section .swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new--programs-section .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #040DAC;
  width: 14px;
  height: 14px;
  opacity: 1 !important;
}
.new--programs-section .swiper-pagination-bullet-active {
  background: var(--color-senati);
}
.new--programs-section .swiper--actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 2rem;
  gap: 25px;
}
.new--programs-section .swiper-arrow {
  cursor: pointer;
}
.new--programs-section .swiper-arrow img {
  height: 20px;
  width: auto;
  max-width: initial;
}
.new--programs-section .swiper-arrow.right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer {
  background: #000A25;
  padding: 18px 0;
}
.footer a {
  color: white;
  text-decoration: none !important;
}
.footer a.link {
  font-weight: 700;
  font-size: 18px;
}
.footer .row--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer .row--section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer .row--section .action--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .footer .row--section .action--list {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .row--section .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .row--section .right .external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer .row--section .right .external {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .row--section .right .external .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer .row--section .right .external .social a {
  color: #000A25;
}
.footer .row--section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.footer .row--section .item:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 2rem;
  margin-left: 2rem;
  padding-right: 2rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .footer .row--section .item:nth-child(2) {
    padding: 0;
    border: none;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .footer .row--section .item:nth-child(3) h4 {
    display: none;
  }
}
.footer .row--section .item h4 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: white;
}
.footer .copyrate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .footer .copyrate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer .copyrate .right {
    display: none;
  }
}

.we-us-heroe {
  min-height: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .we-us-heroe {
    min-height: 486px;
  }
}
.we-us-heroe .container {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.we-us-heroe .section-bottom-shape {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .we-us-heroe .section-bottom-shape svg {
    height: 30px;
  }
}
.we-us-heroe h1 {
  color: var(--color-sky);
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 768px) {
  .we-us-heroe h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
  }
}
.we-us-heroe p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: white;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .we-us-heroe p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.we-us-detail {
  padding: 4rem 0;
}
.we-us-detail .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.we-us-detail .row.first {
  margin-bottom: 5rem;
}
.we-us-detail .row .detail h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: var(--color-senati);
}
@media (max-width: 768px) {
  .we-us-detail .row .detail h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    max-width: 90%;
  }
}
.we-us-detail .row .detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .we-us-detail .row .detail p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
  }
}
.we-us-categories {
  background: var(--color-sky);
  position: relative;
  padding: 8rem 0 4rem;
}
.we-us-categories .section-bottom-shape {
  bottom: auto;
  top: 0;
}
.we-us-categories h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: var(--color-senati);
}
.we-us-categories .categories {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .we-us-categories .categories {
    max-width: 90%;
    margin: 0 auto;
  }
}
.we-us-categories .categories .col-category {
  margin-bottom: 30px;
}
.we-us-categories .categories .category {
  -webkit-box-shadow: 0 0 0 5px #2dcccd;
          box-shadow: 0 0 0 5px #2dcccd;
  background: #0036F8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 16px;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.we-us-categories .categories .category svg {
  width: 25px;
}
.we-us-categories .categories .category svg path {
  fill: white;
}
.we-us-categories .categories .category .i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}
.we-us-categories .categories .category .i .icon {
  width: 24px;
  height: 24px;
  background-color: white;
}
.we-us-categories .categories .category span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-right: 30px;
}

.thnks--page {
  height: 677px;
  overflow: hidden;
  padding: 2rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .thnks--page {
    padding: 2rem;
  }
}
.thnks--page .picture--tks {
  position: absolute;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .thnks--page .picture--tks {
    height: 100%;
  }
}
.thnks--container {
  background: rgba(0, 10, 37, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .thnks--container .check {
    width: 56px;
  }
}
.thnks--container h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: white;
}
@media (max-width: 768px) {
  .thnks--container h1 {
    font-size: 25px;
    line-height: 31px;
    text-align: center;
  }
}
.thnks--container p {
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 22px;
  max-width: 730px;
  text-align: center;
}
@media (max-width: 768px) {
  .thnks--container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
}
.thnks--container .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thnks--container .group a.second, .thnks--container .group a.first {
  background: #040DAC;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.thnks--container .group a.third {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background: #5BBEFF;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .thnks--container .group a {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    text-align: center;
    font-size: 13px !important;
    line-height: 14px !important;
  }
}

.results {
  position: fixed;
  z-index: 919;
  width: 100%;
  top: 64px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .results {
    z-index: 990;
  }
}
.results.is-show {
  opacity: 1;
  visibility: visible;
}
.results--container {
  background: #fff;
  padding-top: 34px;
  min-height: 450px;
  position: relative;
  overflow-y: auto;
  max-height: calc(100vh - 144px);
  overflow-x: hidden;
}
.results--container .spinner-section {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.results--container .spinner-section.is-show {
  visibility: visible;
  opacity: 1;
}
.results--breadcrumb {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EDF8FA;
}
.results--breadcrumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.results--breadcrumb .uk-breadcrumb {
  margin: 0 !important;
}
.results--breadcrumb .uk-close svg * {
  stroke: #000000 !important;
}

.overlay--results {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 918;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay--results.is-show {
  opacity: 1;
  visibility: visible;
}

.close--section {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}
@media (max-width: 768px) {
  .close--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.close--section svg * {
  stroke: #000;
}

@media (min-width: 768px) {
  .programs--home .category--drop--content--list .swiper-programs {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
}

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none !important;
}

.empty__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  font-weight: 600;
}
.empty__post p {
  font-weight: 500;
  color: var(--color-senati);
  letter-spacing: 0.5px;
}

.floating--go-sol {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  background: var(--color-sky);
  color: var(--color-senati);
  height: 61px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.floating--go-sol.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.floating--go-sol span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.arrow-see {
  position: absolute;
  bottom: 6rem;
  z-index: 99;
  left: 50%;
  -webkit-animation: scrollMove 3s infinite;
          animation: scrollMove 3s infinite;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.arrow-see img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .arrow-see {
    bottom: 4rem;
  }
}

@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}