@charset "UTF-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a,
button, address, em, img, strong, sub, sup,
ol, ul, li, fieldset, form, label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

body, .primary-btn--light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.footer .nav-list__item--title .link, h3, .h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.hero__uptitle, .nav-list__item--title .link, .nav-list__item--popular-section .popular-section__link .link, .address__title, h1, .h1, h2, .h2, h4, .h4, .primary-btn--dark {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.logo .logo-text {
  font-family: "Florencesans", sans-serif;
}

@font-face {
  font-family: "Florencesans";
  src: url("../fonts/аlorencesans.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
}
@keyframes imageFadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  35% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
@keyframes breathing {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
@keyframes arrow-move {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(3px);
  }
  40%, 80% {
    transform: translateX(1px);
  }
}
.primary-btn {
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: 1px solid;
  font-size: 18px;
  line-height: 1;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.primary-btn--l {
  padding: 25px 35px;
}
@media screen and (max-width: 1280px) {
  .primary-btn--l {
    padding: 19px 21px;
  }
}
.primary-btn--s {
  padding: 17px 23px;
}
.primary-btn--dark {
  background-color: #132356;
  border-color: #132356;
  color: #FCFCFC;
}
.primary-btn--dark:hover {
  background-color: #1E338D;
  border-color: #1E338D;
}
.primary-btn--light {
  background-color: #FCFCFC;
  border-color: #D2D6E8;
  color: #1E338D;
}
.primary-btn--light:hover {
  border-color: #1E338D;
}

.secondary-btn {
  display: flex;
  align-items: center;
  padding: 19px 21px;
  border-radius: 20px;
  border: 1px solid;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .secondary-btn {
    padding: 16px;
  }
}
.secondary-btn--light {
  border: 1px solid #939DC9;
  background-color: #FCFCFC;
  color: #1E338D;
}
.secondary-btn--light:hover {
  border: 1px solid #132356;
  color: #132356;
}
.secondary-btn--light.secondary-btn--arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.54834 3.5L15.3566 9.30824L9.54834 15.1165' stroke='%231E338D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3566 9.30762L3 9.30762' stroke='%231E338D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  position: relative;
  z-index: 2;
}
.secondary-btn--dark {
  border: 1px solid #1E338D;
  background-color: #1E338D;
  color: #FCFCFC;
}
.secondary-btn--dark:hover {
  border: 1px solid #132356;
  background-color: #132356;
}
.secondary-btn--dark.secondary-btn--arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.54834 3.5L15.3566 9.30824L9.54834 15.1165' stroke='%23FCFCFC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3566 9.30762L3 9.30762' stroke='%23FCFCFC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  position: relative;
  z-index: 2;
}
.secondary-btn--onimage {
  background-color: rgba(252, 252, 252, 0.8);
  border-color: transparent;
  backdrop-filter: blur(4px);
  transform: translateZ(0);
  will-change: backdrop-filter, background-color;
  color: #1E338D;
}
.secondary-btn--onimage:hover {
  background-color: #FCFCFC;
}
.secondary-btn--onimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(320deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.secondary-btn--onimage span, .secondary-btn--onimage img, .secondary-btn--onimage h4 {
  position: relative;
  z-index: 2;
}
@media (prefers-reduced-motion: no-preference) {
  .secondary-btn--onimage {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
.secondary-btn--arrow::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.54834 3.5L15.3566 9.30824L9.54834 15.1165' stroke='%231E338D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3566 9.30762L3 9.30762' stroke='%231E338D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  position: relative;
  z-index: 2;
}
.secondary-btn--social {
  position: relative;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 1280px) {
  .secondary-btn--social {
    width: 52px;
    height: 52px;
  }
}
.secondary-btn--social img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.secondary-btn:has(h4), .secondary-btn:has(.h4) {
  align-items: flex-start;
  flex-direction: column;
}

.btn__icon {
  display: block;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  will-change: transform;
}
.btn__icon--m {
  height: 16px;
  width: 16px;
}
.btn__icon--s {
  height: 14px;
  width: 14px;
}
.btn__icon.external-link--regular-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.42041 0.404785V1.40479H13.9507L6.3833 8.97217C6.18804 9.16743 6.18804 9.48394 6.3833 9.6792C6.57856 9.87446 6.89507 9.87446 7.09033 9.6792L14.6577 2.11182V7.64209H15.6577V0.404785H8.42041Z' fill='%231E338D'/%3E%3Cpath d='M1.34225 9.22074V5.95804C1.34225 4.79216 1.34806 4.32827 1.46628 3.96781C1.71417 3.21204 2.30718 2.619 3.06296 2.37113C3.42342 2.25291 3.88731 2.2471 5.05319 2.2471C5.32912 2.24685 5.55319 2.02309 5.55319 1.7471C5.55319 1.47111 5.32912 1.24735 5.05319 1.2471C3.96592 1.2471 3.30199 1.24039 2.75143 1.42093C1.69332 1.76796 0.86311 2.59817 0.516081 3.65628C0.335523 4.20685 0.342253 4.87073 0.342253 5.95804V9.22074C0.342253 10.6208 0.341167 11.7211 0.456511 12.5791C0.5738 13.4515 0.819919 14.1476 1.36764 14.6953C1.91537 15.2431 2.61147 15.4892 3.48385 15.6065C4.34184 15.7218 5.44222 15.7207 6.84225 15.7207H10.1049C11.1923 15.7207 11.8561 15.7275 12.4067 15.5469C13.4648 15.1999 14.295 14.3697 14.6421 13.3116C14.8226 12.761 14.8159 12.0971 14.8159 11.0098C14.8156 10.7339 14.5919 10.5098 14.3159 10.5098C14.0399 10.5098 13.8161 10.7339 13.8159 11.0098C13.8159 12.1757 13.8101 12.6396 13.6919 13C13.444 13.7558 12.851 14.3488 12.0952 14.5967C11.7347 14.7149 11.2708 14.7207 10.1049 14.7207H6.84225C5.41391 14.7207 4.39255 14.7196 3.61667 14.6153C2.85539 14.5129 2.40558 14.3192 2.07467 13.9883C1.74377 13.6574 1.55011 13.2076 1.44772 12.4463C1.34341 11.6704 1.34225 10.6491 1.34225 9.22074Z' fill='%231E338D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn__icon.external-link--bold-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M17.105 1V0H18.105V1H17.105ZM8.3384 11.1808C7.94788 11.5713 7.31471 11.5713 6.92419 11.1808C6.53367 10.7903 6.53367 10.1571 6.92419 9.76658L7.6313 10.4737L8.3384 11.1808ZM17.105 8.57895H16.105V1H17.105H18.105V8.57895H17.105ZM17.105 1V2H9.52603V1V0H17.105V1ZM17.105 1L17.8121 1.70711L8.3384 11.1808L7.6313 10.4737L6.92419 9.76658L16.3979 0.292893L17.105 1Z' fill='%231E338D'/%3E%3Cpath d='M16.1577 12.3686C16.1577 13.9892 16.1577 14.7995 15.8529 15.423C15.5597 16.0227 15.075 16.5074 14.4753 16.8006C13.8518 17.1054 13.0415 17.1054 11.4209 17.1054H6.99982C4.17139 17.1054 2.75718 17.1054 1.8785 16.2267C0.99982 15.348 0.99982 13.9338 0.99982 11.1054V6.68435C0.99982 5.06375 0.99982 4.25345 1.30465 3.62992C1.5978 3.03026 2.08257 2.54549 2.68223 2.25234C3.30576 1.94751 4.11606 1.94751 5.73666 1.94751' stroke='%231E338D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn__icon.external-link--bold-light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M17.105 1V0H18.105V1H17.105ZM8.3384 11.1808C7.94788 11.5713 7.31471 11.5713 6.92419 11.1808C6.53367 10.7903 6.53367 10.1571 6.92419 9.76658L7.6313 10.4737L8.3384 11.1808ZM17.105 8.57895H16.105V1H17.105H18.105V8.57895H17.105ZM17.105 1V2H9.52603V1V0H17.105V1ZM17.105 1L17.8121 1.70711L8.3384 11.1808L7.6313 10.4737L6.92419 9.76658L16.3979 0.292893L17.105 1Z' fill='%23FCFCFC'/%3E%3Cpath d='M16.1577 12.3686C16.1577 13.9892 16.1577 14.7995 15.8529 15.423C15.5597 16.0227 15.075 16.5074 14.4753 16.8006C13.8518 17.1054 13.0415 17.1054 11.4209 17.1054H6.99982C4.17139 17.1054 2.75718 17.1054 1.8785 16.2267C0.99982 15.348 0.99982 13.9338 0.99982 11.1054V6.68435C0.99982 5.06375 0.99982 4.25345 1.30465 3.62992C1.5978 3.03026 2.08257 2.54549 2.68223 2.25234C3.30576 1.94751 4.11606 1.94751 5.73666 1.94751' stroke='%23FCFCFC' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn__icon.arrow-right--semibold-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.54834 3.5L15.3566 9.30824L9.54834 15.1165' stroke='%231E338D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3566 9.30762L3 9.30762' stroke='%231E338D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn__icon.arrow-right--regular-darker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.31445 2.06445L12.25 6.99996L7.31445 11.9355' stroke='%23132356' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2499 7L1.75 7' stroke='%23132356' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn__icon.login--bold-light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cpath d='M2.6967 14.378C3.74559 15.4269 5.08197 16.1412 6.53682 16.4306C7.99168 16.72 9.49968 16.5715 10.8701 16.0038C12.2406 15.4361 13.4119 14.4749 14.236 13.2415C15.0601 12.0081 15.5 10.5581 15.5 9.07471C15.5 7.59135 15.0601 6.1413 14.236 4.90793C13.4119 3.67456 12.2406 2.71327 10.8701 2.14561C9.49968 1.57795 7.99168 1.42943 6.53682 1.71882C5.08197 2.00821 3.7456 2.72251 2.6967 3.77141' stroke='%23FCFCFC' stroke-width='2'/%3E%3Cpath d='M10.25 9.07471L11.0309 8.45001L11.5306 9.07471L11.0309 9.6994L10.25 9.07471ZM1.25 10.0747C0.697715 10.0747 0.25 9.62699 0.25 9.07471C0.25 8.52242 0.697715 8.07471 1.25 8.07471V9.07471V10.0747ZM7.25 5.32471L8.03087 4.70001L11.0309 8.45001L10.25 9.07471L9.46913 9.6994L6.46913 5.9494L7.25 5.32471ZM10.25 9.07471L11.0309 9.6994L8.03087 13.4494L7.25 12.8247L6.46913 12.2L9.46913 8.45001L10.25 9.07471ZM10.25 9.07471V10.0747H1.25V9.07471V8.07471H10.25V9.07471Z' fill='%23FCFCFC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn__icon.search--light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M6.67593 12.6019C9.94873 12.6019 12.6019 9.94873 12.6019 6.67593C12.6019 3.40313 9.94873 0.75 6.67593 0.75C3.40313 0.75 0.75 3.40313 0.75 6.67593C0.75 9.94873 3.40313 12.6019 6.67593 12.6019Z' stroke='%23939DC9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0836 14.0836L10.8613 10.8613' stroke='%23939DC9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1E338D;
  transition: all 0.3s ease;
  cursor: pointer;
}
.link:hover {
  color: #939DC9;
}
.link:hover .external-link--regular-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.42041 0.404785V1.40479H13.9507L6.3833 8.97217C6.18804 9.16743 6.18804 9.48394 6.3833 9.6792C6.57856 9.87446 6.89507 9.87446 7.09033 9.6792L14.6577 2.11182V7.64209H15.6577V0.404785H8.42041Z' fill='%23939DC9'/%3E%3Cpath d='M1.34225 9.22074V5.95804C1.34225 4.79216 1.34806 4.32827 1.46628 3.96781C1.71417 3.21204 2.30718 2.619 3.06296 2.37113C3.42342 2.25291 3.88731 2.2471 5.05319 2.2471C5.32912 2.24685 5.55319 2.02309 5.55319 1.7471C5.55319 1.47111 5.32912 1.24735 5.05319 1.2471C3.96592 1.2471 3.30199 1.24039 2.75143 1.42093C1.69332 1.76796 0.86311 2.59817 0.516081 3.65628C0.335523 4.20685 0.342253 4.87073 0.342253 5.95804V9.22074C0.342253 10.6208 0.341167 11.7211 0.456511 12.5791C0.5738 13.4515 0.819919 14.1476 1.36764 14.6953C1.91537 15.2431 2.61147 15.4892 3.48385 15.6065C4.34184 15.7218 5.44222 15.7207 6.84225 15.7207H10.1049C11.1923 15.7207 11.8561 15.7275 12.4067 15.5469C13.4648 15.1999 14.295 14.3697 14.6421 13.3116C14.8226 12.761 14.8159 12.0971 14.8159 11.0098C14.8156 10.7339 14.5919 10.5098 14.3159 10.5098C14.0399 10.5098 13.8161 10.7339 13.8159 11.0098C13.8159 12.1757 13.8101 12.6396 13.6919 13C13.444 13.7558 12.851 14.3488 12.0952 14.5967C11.7347 14.7149 11.2708 14.7207 10.1049 14.7207H6.84225C5.41391 14.7207 4.39255 14.7196 3.61667 14.6153C2.85539 14.5129 2.40558 14.3192 2.07467 13.9883C1.74377 13.6574 1.55011 13.2076 1.44772 12.4463C1.34341 11.6704 1.34225 10.6491 1.34225 9.22074Z' fill='%23939DC9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link:hover .external-link--bold-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M17.105 1V0H18.105V1H17.105ZM8.3384 11.1808C7.94788 11.5713 7.31471 11.5713 6.92419 11.1808C6.53367 10.7903 6.53367 10.1571 6.92419 9.76658L7.6313 10.4737L8.3384 11.1808ZM17.105 8.57895H16.105V1H17.105H18.105V8.57895H17.105ZM17.105 1V2H9.52603V1V0H17.105V1ZM17.105 1L17.8121 1.70711L8.3384 11.1808L7.6313 10.4737L6.92419 9.76658L16.3979 0.292893L17.105 1Z' fill='%23939DC9'/%3E%3Cpath d='M16.1577 12.3686C16.1577 13.9892 16.1577 14.7995 15.8529 15.423C15.5597 16.0227 15.075 16.5074 14.4753 16.8006C13.8518 17.1054 13.0415 17.1054 11.4209 17.1054H6.99982C4.17139 17.1054 2.75718 17.1054 1.8785 16.2267C0.99982 15.348 0.99982 13.9338 0.99982 11.1054V6.68435C0.99982 5.06375 0.99982 4.25345 1.30465 3.62992C1.5978 3.03026 2.08257 2.54549 2.68223 2.25234C3.30576 1.94751 4.11606 1.94751 5.73666 1.94751' stroke='%23939DC9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link:hover .arrow-right--semibold-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.54834 3.5L15.3566 9.30824L9.54834 15.1165' stroke='%23939DC9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3566 9.30762L3 9.30762' stroke='%23939DC9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link:hover .arrow-right--regular-darker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.31445 2.06445L12.25 6.99996L7.31445 11.9355' stroke='%231E338D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2499 7L1.75 7' stroke='%231E338D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link:hover .search--light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M6.67593 12.6019C9.94873 12.6019 12.6019 9.94873 12.6019 6.67593C12.6019 3.40313 9.94873 0.75 6.67593 0.75C3.40313 0.75 0.75 3.40313 0.75 6.67593C0.75 9.94873 3.40313 12.6019 6.67593 12.6019Z' stroke='%231E338D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0836 14.0836L10.8613 10.8613' stroke='%231E338D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link.no-hover:hover {
  color: inherit;
  cursor: default;
}
.link--light {
  color: #939DC9;
}
.link--light:hover {
  color: #1E338D;
}

[class*=btn]:hover[class*=arrow]::after,
[class*=btn]:hover [class*=arrow],
[class*=link]:hover[class*=arrow]::after,
[class*=link]:hover [class*=arrow] {
  animation: arrow-move 1s ease-in-out;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 18px;
  line-height: 28px;
  color: #132356;
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  gap: 100px;
  cursor: default;
  overflow-x: hidden;
}
body:has(.scrolled) {
  padding-top: 104px;
}
@media screen and (max-width: 1280px) {
  body {
    gap: 80px;
  }
}
@media screen and (max-width: 760px) {
  body {
    gap: 60px;
  }
}
@media screen and (max-width: 540px) {
  body {
    gap: 48px;
  }
}

h1, .h1 {
  font-size: 56px;
  line-height: 66px;
  cursor: default;
}
@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

h2, .h2 {
  font-size: 42px;
  line-height: 52px;
  cursor: default;
}
@media screen and (max-width: 1280px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

h3, .h3 {
  font-size: 18px;
  line-height: 1;
  cursor: default;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #939DC9;
  cursor: default;
}

.container {
  max-width: 1220px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .container:not(.full-width) {
    margin: auto 60px;
  }
}
@media screen and (max-width: 760px) {
  .container:not(.full-width) {
    margin: auto 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 540px) {
  .container:not(.full-width) {
    margin: auto 16px;
  }
}
.container.full-width {
  max-width: 100%;
}
.container.one-column {
  flex-direction: column;
  gap: 48px;
}
.container.two-columns {
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  .container.two-columns {
    gap: 40px;
  }
}
.container__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  max-width: 570px;
}
@media screen and (max-width: 1024px) {
  .container__column {
    max-width: 100%;
    min-width: 328px;
  }
}
.container__row {
  display: flex;
  gap: 24px;
}
.container .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .container .content-wrapper {
    gap: 24px;
  }
}
.container .content-wrapper__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.container .content-wrapper__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .container .content-wrapper__buttons {
    gap: 16px;
  }
}
.container .content-wrapper__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  clip-path: border-box;
  border-radius: 30px;
}
@media screen and (max-width: 1280px) {
  .container .content-wrapper__image {
    height: 500px;
  }
}
.container .content-wrapper__image .cover-image {
  height: 100%;
}
.container .content-wrapper__image::before, .container .content-wrapper__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 35, 86, 0) 50%, rgba(19, 35, 86, 0.25) 100%);
  z-index: 2;
}
.container .content-wrapper__image::after {
  background: linear-gradient(180deg, rgba(19, 35, 86, 0) 50%, rgba(19, 35, 86, 0.25) 100%);
}
.container .content-wrapper__image.no-overlay::before, .container .content-wrapper__image.no-overlay::after {
  display: none;
}
.container .content-wrapper__image--slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  clip-path: border-box;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 1280px) {
  .container .content-wrapper__image--slider {
    height: 500px;
  }
}
.container .content-wrapper__image--slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  opacity: 0;
  animation: imageFadeZoom 18s infinite ease-in-out;
  animation-fill-mode: both;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity, transform;
}
.container .content-wrapper__image--slider img:nth-child(1) {
  animation-delay: 0s;
}
.container .content-wrapper__image--slider img:nth-child(2) {
  animation-delay: 6s;
}
.container .content-wrapper__image--slider img:nth-child(3) {
  animation-delay: 12s;
}
.container .content-wrapper__overlay-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
}
.container .content-wrapper__overlay-buttons .overlay-buttons__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.container .content-wrapper__overlay-buttons .overlay-buttons__row:first-child .secondary-btn:last-child {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .display-none-1024 {
    display: none;
  }
}
.logo {
  max-width: 328px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo img {
  width: 80px;
  height: 60px;
}
.logo .logo-text {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1E338D;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .logo .logo-text {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    max-width: 200px;
  }
  .logo img {
    width: 56px;
    height: 42px;
  }
  .logo .logo-text {
    font-size: 14px;
    line-height: 1;
  }
}

.header .container {
  display: flex;
  justify-content: space-between;
}
.header .header__nav-top-list,
.header .header__nav-main-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__top {
  background-color: #EFF1F4;
  padding: 18px 0;
}
.header__top .header__nav-top-item {
  font-size: 16px;
}
.header__main {
  position: relative;
  padding: 22px 0;
  background-color: #FCFCFC;
  z-index: 2000;
}
.header__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 86px;
  pointer-events: none;
  box-shadow: 0 10px 14px 0 rgba(74, 58, 255, 0.01), 0 8px 16px 0 rgba(23, 15, 73, 0.03);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header__main.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100dvw;
}
.header__main.scrolled::after {
  opacity: 1;
}
.header__nav-main-item:has(.nav-submenu) {
  display: flex;
  gap: 10px;
}
.header__nav-main-item:has(.nav-submenu) > p.link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.700195 0.700195L6.2002 6.2002L11.7002 0.700195' stroke='%231E338D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  position: relative;
  transition: all 0.3s ease;
  bottom: 2px;
}
@media screen and (min-width: 1025px) {
    /* CUSTOM start */
  .header__main .header__nav-main {
    margin-left: auto;
  }
    /* end CUSTOM */
  .header__nav-main-item:has(.nav-submenu):hover > p.link::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.700195 0.700195L6.2002 6.2002L11.7002 0.700195' stroke='%23939DC9' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    bottom: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav-main-item:has(.nav-submenu) > p.link {
    gap: 10px;
  }
  .header__nav-main-item:has(.nav-submenu) > p.link::after {
    content: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.63582 0.553744C2.24529 0.169321 1.61228 0.169321 1.22176 0.553744C0.831232 0.938166 0.831232 1.56129 1.22176 1.94571L6.01473 6.66379L1.22176 11.3819C0.831233 11.7663 0.831233 12.3894 1.22176 12.7738C1.61228 13.1583 2.2453 13.1583 2.63582 12.7738L8.13582 7.35977C8.52634 6.97535 8.52634 6.35223 8.13582 5.96781L2.63582 0.553744Z' fill='%23132356'/%3E%3C/svg%3E");
    bottom: 0;
  }
}
.header__nav-main-item:hover .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__nav-main-item:hover > .link {
  color: #939DC9;
}

.lang-item {
  display: flex;
  gap: 10px;
}
.lang-item .link {
  font-size: 16px;
  color: #939DC9;
  font-weight: 600;
  opacity: 0.8;
}
.lang-item .link:hover {
  opacity: 1;
}
.lang-item .lang-active {
  color: #1E338D;
}

.nav-submenu {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: max-content;
  padding: 60px;
  display: flex;
  gap: 100px;
  align-items: flex-start;
  margin: auto;
  border-radius: 22px;
  border: 1px solid #D2D6E8;
  background-color: #FCFCFC;
  box-shadow: 0 10px 14px 0 rgba(74, 58, 255, 0.01), 0 8px 16px 0 rgba(23, 15, 73, 0.03);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out 0.1s;
  pointer-events: auto;
  z-index: 1000;
}

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nav-list__item:not(:has(.address)) {
  line-height: 1;
}

.nav-list__item--title {
  margin-bottom: 16px;
}
.nav-list__item--title .link {
  color: #132356;
}
.nav-list__item--title .link:hover {
  color: #939DC9;
}
.nav-list__item--title .link.no-hover:hover {
  color: inherit;
  cursor: default;
}

.nav-list__item--popular-section {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-list__item--popular-section .popular-section__icon {
  width: 70px;
  height: 70px;
  background-color: #FCFCFC;
  box-shadow: 0 4px 20px 0 rgba(23, 15, 73, 0.08);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.nav-list__item--popular-section .popular-section__icon--instructors {
  background-image: url(../images/icons/icon-instructors.svg);
}
.nav-list__item--popular-section .popular-section__icon--associations {
  background-image: url(../images/icons/icon-associations.svg);
}
.nav-list__item--popular-section .popular-section__icon--faqs {
  background-image: url(../images/icons/icon-faqs.svg);
}
.nav-list__item--popular-section .popular-section__link {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.nav-list__item--popular-section .popular-section__link .link {
  font-size: 20px;
  line-height: 22px;
  gap: 12px;
}
.nav-list__item--popular-section .popular-section__link .popular-section__description {
  color: #939DC9;
}

.address {
  color: #939DC9;
  font-size: 16px;
  cursor: default;
}
.address__title {
  line-height: 20px;
  padding-bottom: 10px;
}

.burger-menu {
  display: none;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header {
    border-bottom: 1px solid #EFF1F4;
  }
  .header__top {
    display: none;
    background-color: transparent;
    border-top: 1px solid #EFF1F4;
    margin-top: 16px;
  }
  .header__top .container {
    flex-direction: column;
    gap: 24px;
    margin: 0;
  }
  .header__main .container {
    justify-content: space-between;
    align-items: center;
  }
  .header__main .logo {
    z-index: 2001;
    position: relative;
  }
  .header__main .header__nav-main {
    display: none !important;
  }
  .header .header__nav-main-list {
    align-items: flex-start;
  }
  .header .header__nav-top-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .header .header__nav-main-item {
    order: 99;
  }
  .header .header__nav-main-item:has(.primary-btn--light) {
    order: 1;
  }
  .header .header__nav-main-item .primary-btn--light {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #132356;
    padding: 0;
    border: 0;
  }
  .header .header__nav-main-item .primary-btn--light .btn__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M17.105 1V0H18.105V1H17.105ZM8.3384 11.1808C7.94788 11.5713 7.31471 11.5713 6.92419 11.1808C6.53367 10.7903 6.53367 10.1571 6.92419 9.76658L7.6313 10.4737L8.3384 11.1808ZM17.105 8.57895H16.105V1H17.105H18.105V8.57895H17.105ZM17.105 1V2H9.52603V1V0H17.105V1ZM17.105 1L17.8121 1.70711L8.3384 11.1808L7.6313 10.4737L6.92419 9.76658L16.3979 0.292893L17.105 1Z' fill='%23132356'/%3E%3Cpath d='M16.1577 12.3686C16.1577 13.9892 16.1577 14.7995 15.8529 15.423C15.5597 16.0227 15.075 16.5074 14.4753 16.8006C13.8518 17.1054 13.0415 17.1054 11.4209 17.1054H6.99982C4.17139 17.1054 2.75718 17.1054 1.8785 16.2267C0.99982 15.348 0.99982 13.9338 0.99982 11.1054V6.68435C0.99982 5.06375 0.99982 4.25345 1.30465 3.62992C1.5978 3.03026 2.08257 2.54549 2.68223 2.25234C3.30576 1.94751 4.11606 1.94751 5.73666 1.94751' stroke='%23132356' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header .header__nav-main-item .link {
    color: #1E338D;
  }
  .header .header__nav-main-item > .link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #132356 !important;
  }
  .nav-list {
    margin-top: -40px;
  }
  .nav-list .link.no-hover {
    display: none;
  }
  .burger-menu {
    position: fixed;
    top: 104px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    background: #FCFCFC;
    z-index: 1000;
    overflow-y: auto;
    padding: 0 16px 30px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .burger-menu.active {
    transform: translateX(0);
    display: flex;
    position: fixed;
    top: 104px;
    left: 0;
    width: 100dvw;
    background: #FCFCFC;
    z-index: 2000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .burger-menu.active .burger-menu__scrollable {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .burger-menu.active .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    position: static;
    width: 100%;
    margin-top: 10px;
  }
  .burger-menu.active .nav-submenu .nav-list {
    padding-left: 20px;
  }
  .burger-menu.active .nav-submenu .mobile-submenu-hidden {
    display: none !important;
  }
  .burger-menu.active .mobile-submenu-open .nav-submenu {
    display: block !important;
  }
  .burger-menu.active .mobile-submenu-open .link::after {
    transform: rotate(90deg);
  }
  .burger-menu.active .burger-menu__top {
    order: 2;
  }
  .burger-menu.active .burger-menu__top .nav-list {
    flex-direction: column;
    gap: 15px;
  }
  .burger-menu.active .burger-menu__top .header__nav-top-item .link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .burger-menu.active .burger-menu__top .header__nav-top-item .link .btn__icon {
    width: 18px;
    height: 18px;
  }
  .burger-menu.active .burger-menu__main {
    order: 1;
  }
  .burger-menu.active .burger-menu__main .header__nav-main-list {
    flex-direction: column;
    gap: 24px;
  }
  .burger-menu.active .burger-menu__main .header__nav-main-item .primary-btn {
    justify-content: flex-start;
    width: fit-content;
    min-width: 200px;
  }
  .burger-menu.active .burger-menu__main .header__nav-main-item:has(.nav-submenu) {
    flex-direction: column;
    align-items: flex-start;
  }
  .burger-menu.active .burger-menu__bottom {
    flex-shrink: 0;
    background: #FCFCFC;
    padding: 20px 0 0;
    border-top: 1px solid #EFF1F4;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .burger-menu.active .burger-menu__bottom .header__nav-main-item {
    margin: 0;
    display: block;
  }
  .burger-menu.active .burger-menu__bottom .header__nav-main-item .primary-btn {
    width: 100%;
    justify-content: center;
  }
  .burger-btn {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2001;
  }
  .burger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1E338D;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .burger-btn.active span {
    background-color: #939DC9;
  }
  .burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .burger-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  body.menu-open {
    height: 100%;
    overflow: hidden;
  }
  body.menu-open .header__main {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 3000;
  }
  body.menu-open .header__main .container {
    border-bottom: 1px solid #EFF1F4;
    padding-bottom: 16px;
  }
  .lang-item-mobile {
    display: none;
    order: -1;
    margin-right: auto;
  }
  .lang-item-mobile.active {
    display: block;
  }
  .search-item {
    padding: 16px;
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #EFF1F4;
  }
}
.tooltip::before, .tooltip::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
  z-index: 1000;
}
.tooltip::before {
  content: attr(data-tooltip);
  top: -63px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #1E338D;
  color: #FCFCFC;
  padding: 8px 12px 9px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: 180px;
  height: fit-content;
  text-align: center;
}
.tooltip::after {
  content: "";
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  border: 6px solid transparent;
  border-top-color: #1E338D;
}
.tooltip:hover::before, .tooltip:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.footer .nav-list {
  margin-top: 0;
}
.footer__cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 18px;
}
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  row-gap: 18px;
  min-width: 190px;
}
.footer .nav-list {
  gap: 18px;
  font-size: 16px;
  color: #1E338D;
}
.footer .nav-list:has(.address) {
  gap: 24px;
}
.footer .nav-list .link {
  font-size: 16px;
  color: #939DC9;
  line-height: 1;
}
.footer .nav-list .link:hover {
  color: #1E338D;
}
.footer .nav-list__item--title {
  margin-bottom: 14px;
}
@media screen and (max-width: 540px) {
  .footer .nav-list__item--title {
    margin-bottom: 0;
  }
}
.footer .nav-list__item--title .link {
  color: #1E338D;
}
.footer .nav-list__item--title .link:hover {
  color: #939DC9;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #D2D6E8;
  flex-wrap: wrap;
}
.footer__bottom .nav-list {
  flex-direction: row;
  margin-top: 20px;
}
.footer__bottom .nav-list__item {
  color: #939DC9;
}

.hero__uptitle {
  display: flex;
  gap: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: #D2D6E8;
}

.social-icon {
  position: relative;
  display: flex;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 6px;
  background-color: #EFF1F4;
  border-radius: 5px;
}
.social-icon svg path {
  fill: #939DC9;
}
.social-icon.tooltip::before {
  top: -42px;
}
.social-icon.tooltip::after {
  bottom: 19px;
}
@media screen and (max-width: 760px) {
  .social-icon {
    display: none;
  }
}

.badge {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px;
  background-color: rgba(239, 241, 244, 0.6);
  border-radius: 20px;
  transition: background-color 0.1s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .badge {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .badge {
    margin-top: 16px;
    width: 328px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.badge--isia-card .badge__image {
  position: relative;
  display: flex;
  flex-shrink: 0;
  perspective: 500px;
  width: 173px;
  height: 110px;
  background: transparent;
}
.badge--isia-card .badge__image .card-flip {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.badge--isia-card .badge__image .card-flip .side-1,
.badge--isia-card .badge__image .card-flip .side-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D2D6E8;
  box-shadow: 2px 2px 6px 0 rgba(19, 35, 86, 0.1);
}
.badge--isia-card .badge__image .card-flip .side-1 img,
.badge--isia-card .badge__image .card-flip .side-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge--isia-card .badge__image .card-flip .side-1 {
  transform: rotateY(0deg);
}
.badge--isia-card .badge__image .card-flip .side-2 {
  transform: rotateY(180deg);
}
.badge--isia-card .badge__image:hover .card-flip {
  transform: rotateY(180deg);
}
.badge--isia-card p {
  font-size: 14px;
  line-height: 18px;
}
.badge--isia-card:hover .h4, .badge--isia-card:hover .link, .badge--isia-card:hover p {
  color: #1E338D;
  transition: color 0.3s ease-in-out;
}
.badge--isia-card:hover .side-1,
.badge--isia-card:hover .side-2 {
  box-shadow: 2px 2px 6px 0 rgba(19, 35, 86, 0.24);
}
.badge--isia-card:hover .arrow-right--regular-darker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.31445 2.06445L12.25 6.99996L7.31445 11.9355' stroke='%231E338D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2499 7L1.75 7' stroke='%231E338D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.badge-container--page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 4rem 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.badge-container--page .badge--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.badge-container--page .badge--page-card .badge__image {
  width: 346px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .badge-container--page {
    width: 90%;
  }
  .badge-container--page .badge--page-card .badge__image {
    width: 346px;
    height: 220px;
  }
}
.badge--instructors {
  width: fit-content;
}
.badge--instructors p {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #1E338D;
}
.badge--instructors .badge__photos--circle {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border: 2px solid #D2D6E8;
  transition: border 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .badge--instructors .badge__photos--circle {
    width: 50px;
    height: 50px;
  }
}
.badge--instructors .badge__photos--circle:not(:first-child) {
  margin-left: -36px;
}
@media screen and (max-width: 1280px) {
  .badge--instructors .badge__photos--circle:not(:first-child) {
    margin-left: -32px;
  }
}
.badge--flags {
  flex-direction: column;
  align-items: flex-start;
}
.badge--flags .badge__text {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.badge--flags .badge__flags {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* CHANGE */
.badge--flags img {
  width: 50px;
  height: 50px;
}
/* CHANGE */
.badge__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.badge__text:hover .btn__icon {
  animation: arrow-move 1s ease-in-out;
}
.badge__link {
  color: #132356;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.badge--small {
  width: 328px;
  flex-direction: column;
  align-items: flex-start;
}
.badge--small [class*=flags] img {
  width: 50px;
  height: 50px;
}
.badge:hover {
  background-color: rgba(239, 241, 244, 0.8);
  cursor: pointer;
}

.stat-block {
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background-color: rgba(252, 252, 252, 0.9);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 12px 0 rgba(19, 35, 86, 0.1);
  transition: all 0.3s ease-in-out;
}
.stat-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(320deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.stat-block__photos {
  display: flex;
  position: relative;
  z-index: 2;
}
.stat-block__photos--circle {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  border: 2px solid #D2D6E8;
  transition: border 0.3s ease-in-out;
}
.stat-block__photos--circle:not(:first-child) {
  margin-left: -16px;
}
.stat-block__text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #939DC9;
  transition: color 0.3s ease-in-out;
}
.stat-block__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.stat-block__number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.stat-block:hover {
  background: #FCFCFC;
  box-shadow: 0 1px 12px 0 rgba(19, 35, 86, 0.24);
}
.stat-block:hover .stat-block__photos--circle {
  border: 2px solid #939DC9;
}
.stat-block:hover .stat-block__text {
  color: #1E338D;
}

.video {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
  overflow: hidden;
}
.video__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url(../images/icons/play-btn.svg);
  background-position: center;
  background-size: contain;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .video__play-btn {
    width: 60px;
    height: 60px;
  }
}
.video__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.stats .container__column {
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .stats .container__row {
    flex-direction: column;
  }
  .stats .container__row:has(.stats__cover-image) {
    display: none;
  }
}
.stats .container__row:last-child {
  height: 100%;
  flex: 1;
}
.stats .content-wrapper {
  position: relative;
  border-radius: 30px;
  clip-path: border-box;
}
.stats .stats__cover-image {
  width: auto;
  height: 100%;
  position: absolute;
  animation: breathing 15s ease-in-out infinite;
}
@media screen and (max-width: 1280px) {
  .stats .stats__cover-image {
    width: 100%;
    height: auto;
  }
}
.stats .content-wrapper__image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #EFF1F4;
  background-color: rgba(239, 241, 244, 0.1);
  background-image: url(../images/pattern.svg);
  background-position: -100px -100px;
  transition: background-position 0.5s ease-in-out;
  clip-path: border-box;
}
@media screen and (max-width: 1280px) {
  .stats .content-wrapper__image {
    padding: 24px;
  }
}
.stats .content-wrapper__image:hover {
  background-position: -50px -50px;
}
.stats .content-wrapper__image::after {
  display: none;
}
.stats .content-wrapper__image::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 30px;
}
.stats__item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.stats__item--s {
  flex: 1;
  padding: 24px;
  gap: 24px;
  border-radius: 30px;
  background-color: rgba(239, 241, 244, 0.6);
  transition: background-color 0.1s ease-in-out;
}
.stats__item--s:hover {
  background-color: #EFF1F4;
}
.stats__item--s .stats__text {
  color: #1E338D;
}
.stats__item--l {
  gap: 40px;
}
.stats__item--l .stats__text {
  color: #132356;
}
.stats__icon {
  width: 72px;
  height: 72px;
  border: 2px solid #939DC9;
  border-radius: 20px;
  background-color: rgba(252, 252, 252, 0.8);
}
.stats__icon img {
  width: 100%;
  padding: 16px;
  margin: auto;
}
.stats__icon--l {
  width: 112px;
  height: 112px;
  border-color: #1E338D;
}
.stats__icon--l img {
  padding: 24px;
}
.stats__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .features__list {
    grid-template-columns: repeat(3, 100%);
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 0 40px;
    scroll-padding: 0 40px;
  }
  .features__list::-webkit-scrollbar {
    display: none;
  }
}
.features__item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  height: 570px;
  padding: 40px;
  flex-direction: column;
  border-radius: 30px;
  clip-path: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .features__item {
    height: 500px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .features__item {
    scroll-snap-align: center;
    height: 360px;
  }
}
@media (max-width: 540px) {
  .features__item {
    height: 460px;
    padding: 16px;
  }
}
.features__item:hover .features__description {
  height: 100%;
  max-height: 300px;
  opacity: 1;
}
@media (max-width: 540px) {
  .features__item:hover .features__description {
    max-height: 400px;
  }
}
.features__item:hover .features__image::before {
  background: linear-gradient(180deg, rgba(19, 35, 86, 0.6) 0%, #132356 100%);
  opacity: 1;
}
.features__item:hover .features__image::after {
  opacity: 0;
}
.features__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.8s ease-in-out;
}
.features__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.6s ease-in-out;
  opacity: 0.8;
}
.features__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 35, 86, 0.8) 0%, #132356 100%);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}
.features__text {
  color: #FCFCFC;
}
.features__description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 12px;
  will-change: max-height, opacity;
}
.features__bullets {
  display: none;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .features__bullets {
    display: flex;
  }
}
@media (max-width: 540px) {
  .features__bullets {
    margin-top: 20px;
  }
}
.features__bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D2D6E8;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}
.features__bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.features__bullet:hover {
  background-color: #939DC9;
}
.features__bullet.active {
  background-color: #1E338D;
}
@media (max-width: 540px) {
  .features__bullet {
    width: 10px;
    height: 10px;
  }
  .features__bullet::after {
    width: 18px;
    height: 18px;
  }
}

.slogan {
  position: relative;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 540px) {
  .slogan {
    display: none;
  }
}
.slogan .container.full-width {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slogan img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translateY(var(--parallax-offset, 0));
  transition: transform 0.1s linear;
}
.slogan .container--slogan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
.slogan .slogan__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 570px;
  padding: 70px 30px;
  border-radius: 30px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 117.19%);
  backdrop-filter: blur(6.5px);
  transform: translateY(var(--text-offset, 0));
  transition: transform 0.1s linear;
}
.slogan .slogan__text p {
  color: #132356;
  text-align: right;
  font-size: 56px;
  font-weight: 300;
  line-height: 66px;
  text-transform: uppercase;
}

.associations .container {
  align-items: center;
}
.associations .content-wrapper__image {
  height: auto;
}
.associations .content-wrapper__image img {
  width: 100%;
}

.news__tabs {
  display: flex;
  flex-wrap: wrap;
}
.news label {
  order: 1;
  margin-right: 48px;
  cursor: pointer;
}
.news__content {
  order: 99;
  height: 460px;
  flex-grow: 1;
  width: 100%;
  position: relative;
  margin-top: 32px;
  clip-path: border-box;
  border-radius: 30px;
  background: #EFF1F4;
  display: none;
}
.news__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 248px;
  background: linear-gradient(90deg, rgba(239, 241, 244, 0) 0%, #EFF1F4 84.15%);
}
.news__content > div {
  width: calc(100% - 48px);
  height: 100%;
  display: flex;
  padding: 16px;
  align-items: stretch;
  gap: 16px;
  overflow: auto;
}
.news input[type=radio] {
  display: none;
}
.news input[type=radio]:checked + label,
.news input[type=radio] + label:hover {
  color: #1E338D;
  transition: color 0.3s;
}
.news input[type=radio]:checked + label + .news__content {
  display: block;
}
.news .news__item {
  display: flex;
  padding: 16px 16px 24px 16px;
  flex-direction: column;
  gap: 16px;
  min-width: 260px;
  border-radius: 20px;
  background: #FCFCFC;
}
.news .news__item:last-of-type {
  align-items: center;
  justify-content: center;
  margin-right: 260px;
}
.news .news__item:last-of-type .news__item-link {
  align-self: auto;
  width: 100%;
  justify-content: center;
}
.news .news__item:hover {
  box-shadow: 0 10px 14px 0 rgba(74, 58, 255, 0.01), 0 8px 16px 0 rgba(23, 15, 73, 0.03);
  transition: box-shadow 0.3s ease-in-out;
}
.news .news__item-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #939DC9;
}
.news .news__item-title {
  line-height: 30px;
  color: #1E338D;
}
.news .news__item-text {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
}
.news .news__item-link {
  align-self: flex-end;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
}
.news .news__item-link::before {
  display: none;
}

.faq {
  position: relative;
  background-color: #EFF1F4;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.svg);
  opacity: 0.5;
  z-index: 0;
}
.faq .content-wrapper {
  align-items: center;
  max-width: 950px;
  margin: 100px auto;
  z-index: 1;
}
.faq .content-wrapper__text {
  align-items: center;
  text-align: center;
}
.faq .content-wrapper .primary-btn {
  margin-top: 12px;
}
@media screen and (max-width: 1280px) {
  .faq .content-wrapper {
    margin: 80px auto;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq__item {
  padding: 24px 30px;
  border-radius: 30px;
  background: #FCFCFC;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq__item.active .faq__title {
  color: #1E338D;
}
.faq__item.active .faq__answer {
  max-height: 100%;
  opacity: 1;
  margin-top: 16px;
}
.faq__item.active .faq__icon {
  transform: rotate(45deg);
}
.faq__item.active .faq__icon circle {
  fill: #1E338D;
}
.faq__item.active .faq__icon path {
  stroke: #EFF1F4;
}
.faq__item:hover {
  box-shadow: 0 10px 14px 0 rgba(74, 58, 255, 0.01), 0 8px 16px 0 rgba(23, 15, 73, 0.03);
}
.faq__title {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  cursor: pointer;
}
.faq__title .h3 {
  line-height: 30px;
}
.faq__icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq__icon circle {
  fill: #EFF1F4;
}
.faq__icon path {
  stroke: #1E338D;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  will-change: max-height, opacity;
}
.faq__answer p {
  padding-top: 12px;
  font-size: 14px;
  line-height: 22px;
}
.faq__answer p:first-of-type {
  padding-top: 16px;
}

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