:root {
  --font-family: "Inter", sans-serif;
  --second-family: "SF Pro", sans-serif;
  --third-family: "SF Pro Display", sans-serif;
  --font3: "SF Pro Text", sans-serif;
  --font4: "SF Compact Text", sans-serif;
  --font5: "SF Compact Display", sans-serif;
  --font6: "Product Sans", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: #ddebff;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: #000c1f;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

strong {
  font-weight: 600;
}

.btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  padding: 15px 36px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.24);
  background: #0b61e5;
  border-radius: 10px;
  border: none;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn:hover {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.24);
  background: #3583fb;
}

.section {
  padding: 12px;
  padding-bottom: 0;
}

.section-wrap {
  max-width: 1416px;
  border-radius: 20px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header .section-wrap {
  background-color: #fff;
  padding: 16px 0px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .header .section-wrap {
    padding: 12px 0px;
  }
}
.header.scrolled .section-wrap {
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 9, 22, 0.1);
          box-shadow: 2px 2px 20px 0 rgba(0, 9, 22, 0.1);
}
.header .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;
}
.header .header-logo {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: -0.01em;
  color: #0b61e5;
}
.header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
}
.header .header-menu nav ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.header .header-menu nav ul li a.active {
  color: #0b61e5;
}
.header .header-menu nav ul li:hover > a {
  color: #0b61e5;
}
.header .header-menu nav ul .has-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
}
.header .header-menu nav ul .has-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 36px;
}
.header .header-menu nav ul .has-dropdown::after {
  content: "";
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.833 9.6665L11.9997 14.6665L6.16634 9.6665' stroke='%23000C1F' stroke-width='1.94444' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header .header-menu nav ul .has-dropdown:hover > a {
  color: #0b61e5;
}
.header .header-menu nav ul .has-dropdown:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.833 9.33398L11.9997 14.334L6.16634 9.33398' stroke='%230B61E5' stroke-width='1.94444' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.header .header-menu nav ul .dropdown {
  position: absolute;
  left: 50%;
  right: auto;
  top: calc(100% + 36px);
  -webkit-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 9, 22, 0.1);
          box-shadow: 2px 2px 20px 0 rgba(0, 9, 22, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
.header .header-menu nav ul .dropdown li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddebff;
}
.header .header-menu nav ul .dropdown li:nth-child(1) {
  padding-top: 0px;
}
.header .header-menu nav ul .dropdown li:last-child {
  padding-bottom: 0px;
  border: none;
}
.header .header-menu nav ul .dropdown li a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-menu nav ul .dropdown li a:hover {
  color: #0b61e5;
}
.header .header-menu nav ul .has-dropdown:hover .dropdown,
.header .header-menu nav ul .has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
@media (max-width: 992px) {
  .header .header-menu nav ul {
    gap: 22px;
  }
}
.header .header-menu .hmhideindesk {
  display: none !important;
}
@media (max-width: 768px) {
  .header .header-menu .hmhideinmob {
    display: none;
  }
  .header .header-menu .hmhideindesk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .header-menu {
    display: none;
    position: fixed;
    top: calc(var(--header-height, 76px) + 12px);
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: -moz-scrollbars-none;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 44px 20px;
  }
  .header .header-menu::-webkit-scrollbar {
    width: 0;
  }
  .header .header-menu nav {
    width: 100%;
    margin: 0;
  }
  .header .header-menu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    width: 100%;
  }
  .header .header-menu nav ul li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ddebff;
  }
  .header .header-menu nav ul .has-dropdown {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 0;
  }
  .header .header-menu nav ul .has-dropdown::before, .header .header-menu nav ul .has-dropdown::after {
    display: none;
  }
  .header .header-menu nav ul .has-dropdown > a {
    font-weight: 600;
  }
  .header .header-menu nav ul .dropdown {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 20px 0 0;
    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;
  }
  .header .header-menu nav ul .dropdown li {
    padding: 0px 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #ddebff !important;
  }
  .header .header-menu nav ul .dropdown li a {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header .header-menu nav ul .has-dropdown:hover .dropdown,
  .header .header-menu nav ul .has-dropdown:focus-within .dropdown {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header .header-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.header .header-burger span {
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background: #000c1f;
  -webkit-transition: opacity 0.23s ease, top 0.23s ease, -webkit-transform 0.23s ease;
  transition: opacity 0.23s ease, top 0.23s ease, -webkit-transform 0.23s ease;
  transition: transform 0.23s ease, opacity 0.23s ease, top 0.23s ease;
  transition: transform 0.23s ease, opacity 0.23s ease, top 0.23s ease, -webkit-transform 0.23s ease;
}
.header .header-burger span:nth-child(1) {
  top: 16px;
}
.header .header-burger span:nth-child(2) {
  top: 23px;
}
.header .header-burger span:nth-child(3) {
  top: 30px;
}
.header .header-burger.is-active span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.header .header-burger.is-active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .header::after {
    content: "";
    position: fixed;
    inset: 0;
    background: #ddebff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.23s ease, visibility 0.23s ease;
    transition: opacity 0.23s ease, visibility 0.23s ease;
    pointer-events: none;
    z-index: 1;
  }
  .header .section-wrap {
    position: relative;
    z-index: 3;
  }
  .header .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.menu-open::after {
    opacity: 1;
    visibility: visible;
  }
  .header.menu-open .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}

.header-V2 .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-V2 .header-logo__image {
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 9, 22, 0.1);
          box-shadow: 1px 1px 12px 0 rgba(0, 9, 22, 0.1);
  width: 40px;
  height: 40px;
}
.header-V2 .header-logo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 380px) {
  .header-V2 .header-logo {
    gap: 14px;
    font-size: 16px;
  }
}

.hbtn {
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  padding: 11px 24px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .hbtn {
    display: none;
  }
}

.hero .section-wrap {
  padding: 80px 0px;
  padding-bottom: 140px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .hero .section-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .hero .section-wrap {
    padding-top: 48px;
    padding-bottom: 90px;
  }
}
.hero .hero-content .container {
  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;
}
.hero .htrust {
  background: #f1f6ff;
  border-radius: 1000px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: clamp(36px, 5.333vw, 44px);
  height: 44px;
}
.hero .htrust .htrust-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .htrust .htrust-list .htrust-item {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  position: relative;
  overflow: hidden;
  margin-left: -16px;
}
.hero .htrust .htrust-list .htrust-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.hero .htrust p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #0b61e5;
}
.hero .htrust__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 100px;
  padding: 8px 10px;
}
@media (max-width: 768px) {
  .hero .htrust {
    padding-right: 15px;
  }
  .hero .htrust .htrust-list {
    margin-left: 16px;
  }
  .hero .htrust .htrust-list .htrust-item {
    margin-left: -20px;
  }
  .hero .htrust__stars {
    display: none;
  }
}
@media (max-width: 410px) {
  .hero .htrust {
    gap: 10px;
    height: 38px;
  }
  .hero .htrust p {
    font-size: 13px;
  }
  .hero .htrust .htrust-list .htrust-item {
    width: 38px;
    height: 38px;
    margin-left: -20px;
  }
}
.hero .hero-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(36px, 5.6vw, 48px);
  line-height: 129%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000c1f;
  margin-bottom: clamp(12px, 1.867vw, 16px);
}
.hero .hero-title span {
  color: #0b61e5;
}
.hero .hero-pretitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
  max-width: 736px;
  margin: 0 auto;
}
.hero .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 44px;
  --menu-extra-space: 0px;
  padding-bottom: var(--menu-extra-space);
  -webkit-transition: padding-bottom 0.3s ease;
  transition: padding-bottom 0.3s ease;
}
.hero .menu .menu-item {
  position: relative;
}
.hero .menu .menu-item .menu-item-main {
  width: 206px;
  cursor: pointer;
  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;
  background: #f1f6ff;
  border-radius: 12px;
  padding: 12px 12px 12px 24px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .menu .menu-item .menu-item-main span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .menu .menu-item .menu-item-main__icon {
  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;
  border-radius: 9px;
  padding: 8px;
  width: 38px;
  height: 38px;
  background: #0b61e5;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .menu .menu-item .menu-item-main__icon svg {
  color: #fff;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .menu .menu-item .menu-item-main:hover {
  background: #0b61e5;
}
.hero .menu .menu-item .menu-item-main:hover span {
  color: #fff;
}
.hero .menu .menu-item .menu-item-main:hover .menu-item-main__icon {
  background: #fff;
}
.hero .menu .menu-item .menu-item-main:hover .menu-item-main__icon svg {
  color: #0b61e5;
}
.hero .menu .menu-item .menu-item-main.active {
  background: #0b61e5;
}
.hero .menu .menu-item .menu-item-main.active span {
  color: #fff;
}
.hero .menu .menu-item .menu-item-main.active .menu-item-main__icon {
  background: #fff;
}
.hero .menu .menu-item .menu-item-main.active .menu-item-main__icon svg {
  color: #0b61e5;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero .menu .menu-item .menu-list {
  position: absolute;
  background: #ddebff;
  border-radius: 16px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 30px;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.hero .menu .menu-item .menu-list .menu-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.hero .menu .menu-item .menu-list::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 32px;
  top: -15px;
  left: 152px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='32' viewBox='0 0 48 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.285 1.13216C22.4861 -0.377734 24.7795 -0.377737 25.9806 1.13216L46.6076 27.0631C48.1712 29.0287 46.7715 31.9307 44.2598 31.9307H3.00578C0.494134 31.9307 -0.905578 29.0287 0.65799 27.0631L21.285 1.13216Z' fill='%23DDEBFF' /%3E%3C/svg%3E");
}
.hero .menu .menu-item.is-open .menu-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero .menu .menu-item.is-open .menu-list__inner {
  max-height: 420px;
}
.hero .menu .menu-item .menu-list-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .menu .menu-item .menu-list-item:hover {
  background: #f1f6ff;
}
.hero .menu .menu-item .menu-list-item {
  width: 303px;
}
.hero .menu .menu-item .menu-list-item__image {
  -webkit-box-shadow: 2px 2px 18px 0 rgba(0, 9, 22, 0.1);
          box-shadow: 2px 2px 18px 0 rgba(0, 9, 22, 0.1);
  border-radius: 14px;
}
.hero .menu .menu-item .menu-list-item__image img {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .menu .menu-item .menu-list-item__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.hero .menu .menu-item .menu-list-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .hero .menu .menu-item .menu-list-item {
    padding: 16px;
    width: 240px;
  }
}
.hero .menu .menu-item:nth-child(2) .menu-list {
  left: -218px;
}
.hero .menu .menu-item:nth-child(2) .menu-list::before {
  left: 370px;
}
.hero .menu .menu-item:nth-child(3) .menu-list {
  left: -120px;
}
.hero .menu .menu-item:nth-child(3) .menu-list::before {
  left: 272px;
}
@media (max-width: 1200px) {
  .hero .menu .menu-item:nth-child(3) .menu-list {
    left: -220px;
  }
  .hero .menu .menu-item:nth-child(3) .menu-list::before {
    left: auto;
    right: 215px;
  }
}
.hero .menu .menu-item:nth-child(4) .menu-list {
  left: -4px;
}
.hero .menu .menu-item:nth-child(4) .menu-list::before {
  left: 155px;
}
@media (max-width: 1200px) {
  .hero .menu .menu-item:nth-child(4) .menu-list {
    left: auto;
    right: 0;
  }
  .hero .menu .menu-item:nth-child(4) .menu-list::before {
    left: auto;
    right: 7px;
  }
}
@media (max-width: 1024px) {
  .hero .menu {
    --menu-extra-space: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .hero .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-top: 36px;
  }
  .hero .menu .menu-item .menu-item-main {
    width: 100%;
  }
  .hero .menu .menu-item .menu-list {
    position: static;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .hero .menu .menu-item .menu-list::before {
    left: auto !important;
    right: 6px;
  }
  .hero .menu .menu-item .menu-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .hero .menu .menu-item .menu-list .menu-list-item {
    width: 100%;
    padding: 24px;
  }
  .hero .menu .menu-item.is-open .menu-list {
    margin-top: 25px;
    padding: 8px;
    background: #ddebff;
    border-radius: 16px;
  }
}
.hero .presentations {
  margin-top: 127px;
}
@media (max-width: 992px) {
  .hero .presentations {
    margin-top: 100px;
  }
}
.hero .presentations__box {
  background: #4497ff;
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  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;
}
.hero .presentations__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .presentations__image img {
  width: 80%;
}
.hero .presentations__image img:nth-child(2) {
  display: none;
}
@media (max-width: 1280px) {
  .hero .presentations__box {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .hero .presentations__box {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .hero .presentations__box {
    height: 240px;
    background-image: url(../img/bg01-2.png);
  }
  .hero .presentations__image img:nth-child(1) {
    display: none;
  }
  .hero .presentations__image img:nth-child(2) {
    display: block;
  }
  .hero .presentations__image img {
    width: 326px;
  }
}
@media (max-width: 400px) {
  .hero .presentations__box {
    height: 220px;
  }
  .hero .presentations__image img {
    width: 290px;
  }
}

.advantage .section-wrap {
  background: #fff;
  padding: 56px 0px;
}
.advantage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 73px 1fr 73px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 73px;
}
.advantage .advantage-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.advantage .advantage-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddebff;
  top: 0;
  right: -36.5px;
}
.advantage .advantage-item:last-child::after {
  display: none;
}
.advantage .advantage-item__icon {
  margin-bottom: 24px;
}
.advantage .advantage-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #000c1f;
  margin-bottom: 8px;
}
.advantage .advantage-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
}
@media (max-width: 992px) {
  .advantage__list {
    gap: 44px;
  }
  .advantage .advantage-item::after {
    right: -22px;
  }
}
@media (max-width: 768px) {
  .advantage .section-wrap {
    padding: 32px 0px;
  }
  .advantage__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 57px;
  }
  .advantage .advantage-item::after {
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -28.5px;
  }
}

.main-rev .section-wrap {
  padding: 84px 0px;
  background: #fff;
}
.main-rev .main-rev-top {
  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;
  margin-bottom: clamp(36px, 5.867vw, 52px);
}
.main-rev .main-rev-top__title {
  margin: 0 auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 3.467vw, 40px);
  line-height: 145%;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 16px;
  max-width: 860px;
}
.main-rev .main-rev-top p {
  margin: 0 auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
  max-width: 736px;
}
.main-rev .main-rev-item {
  background: #f1f6ff;
  border-radius: 16px;
  padding: clamp(20px, 3.467vw, 32px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-rev .main-rev-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8px;
  background: #fff;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.main-rev .main-rev-item__content {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #000c1f;
  margin-bottom: 32px;
}
.main-rev .main-rev-item .main-rev-item-usr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.main-rev .main-rev-item .main-rev-item-usr__image {
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.main-rev .main-rev-item .main-rev-item-usr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.main-rev .main-rev-item .main-rev-item-usr__content span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-rev .main-rev-item .main-rev-item-usr__content p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
}
.main-rev__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.main-rev__row1 .main-rev-item {
  width: 58%;
}
.main-rev .main-rev-item-wrap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-rev .main-rev-item-wrap .main-rev-item {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .main-rev .main-rev-item-wrap {
    width: 100%;
  }
}
.main-rev .rev-image-boxnw {
  width: 39.5%;
}
.main-rev .rev-image-boxnw img {
  width: 100%;
}
@media (max-width: 992px) {
  .main-rev .rev-image-boxnw {
    width: 100%;
  }
}
.main-rev .rev-image-box {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 42%;
  background-image: url(../img/rvmwn1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border-radius: 16px;
  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;
  min-width: 430px;
}
.main-rev .rev-image-box__bg {
  display: none;
}
.main-rev .rev-image-box img {
  position: absolute;
  height: calc(100% + 30px);
  max-height: 382px;
  bottom: 0;
}
.main-rev__row2 {
  margin-top: 12px;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .main-rev__row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-rev__row1 .main-rev-item {
    width: 100%;
  }
  .main-rev .rev-image-box {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    height: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .main-rev .section-wrap {
    padding: 56px 0px;
  }
  .main-rev__row2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .main-rev .rev-image-box {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    background-image: none;
    margin-top: 50px;
  }
  .main-rev .rev-image-box__bg {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    display: block;
  }
  .main-rev .rev-image-box__bg img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
    position: absolute !important;
  }
  .main-rev .rev-image-box img {
    width: auto;
    height: 340px;
  }
}
@media (max-width: 480px) {
  .main-rev .rev-image-box {
    margin-top: 20px;
  }
  .main-rev .rev-image-box__bg {
    height: 254px;
  }
  .main-rev .rev-image-box img {
    height: 280px;
  }
}

.cta-try .section-wrap {
  background: #0b61e5;
  background-image: url(../img/bgvector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 84px 0px;
}
.cta-try__box {
  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;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.cta-try__icon {
  margin-bottom: 44px;
}
.cta-try__icon img {
  width: 100%;
  max-width: 72px;
}
.cta-try__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 145%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.cta-try__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #fff;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.cta-try__link:hover {
  gap: 8px;
}
@media (max-width: 768px) {
  .cta-try .section-wrap {
    padding: 56px 0px;
  }
  .cta-try__title {
    font-size: 32px;
    line-height: 144%;
    letter-spacing: -0.03em;
    max-width: 350px;
  }
}

.footer {
  padding-bottom: 12px;
}
.footer .section-wrap {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-main {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
}
.footer .footer-main__questions {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.footer .footer-main__questions a {
  color: #0b61e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .footer-main__questions a:hover {
  color: #0b61e5;
}
.footer .footer-main__box {
  width: 100%;
  max-width: 425px;
}
.footer .footer-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 751px;
}
.footer .flogo {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #0b61e5;
}
.footer .fnav ul {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.footer .fnav ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .fnav ul li a:hover {
  color: #0b61e5;
}
.footer .ftitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
.footer .footer-bottom {
  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;
  padding-top: 32px;
  border-top: 1px solid #ddebff;
}
.footer .footer-bottom p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
}
.footer .footer-bottom .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
.footer .footer-bottom .footer-links li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .footer-bottom .footer-links li a:hover {
  color: #0b61e5;
}
@media (max-width: 1200px) {
  .footer .footer-main {
    gap: 32px;
  }
  .footer .footer-main__box {
    max-width: 330px;
  }
}
@media (max-width: 992px) {
  .footer .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-main__wrap {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .section-wrap {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .footer .footer-main {
    gap: 44px;
    padding-bottom: 44px;
  }
  .footer .footer-main__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 12px;
  }
  .footer .footer-bottom {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
  .footer .footer-bottom .footer-links {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}

body.modal-open {
  overflow: hidden;
}

.mh-page-main .section-wrap {
  background: #fff;
  padding: clamp(56px, 9.333vw, 84px) 0px;
}

.mh-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.mh-page__aside {
  width: 100%;
  max-width: 533px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 90px;
}
@media (max-width: 992px) {
  .mh-page__aside {
    position: static;
    top: 0;
  }
}
.mh-page__aside_inner {
  max-width: 461px;
}
.mh-page__main {
  width: 100%;
}
.mh-page__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 129%;
  letter-spacing: -0.03em;
  color: #000c1f;
  margin-bottom: 20px;
}
.mh-page__aside_content {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.mh-page__aside_content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.mh-page__aside_content p a {
  color: #0b61e5;
}
@media (max-width: 1200px) {
  .mh-page {
    gap: 24px;
  }
  .mh-page__aside {
    max-width: 380px;
  }
}
@media (max-width: 992px) {
  .mh-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
  .mh-page__aside {
    max-width: 100%;
  }
  .mh-page__aside_inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .mh-page__title {
    text-align: center;
    font-size: 36px;
    line-height: 133%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
  .mh-page__aside_content {
    text-align: center;
  }
}

.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-group-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-group {
  margin-bottom: 28px;
}
.form-group label {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
  background: #f1f6ff;
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #f1f6ff;
  height: 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: #4d617e;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #4d617e;
}
.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: #4d617e;
}
.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  color: #4d617e;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #4d617e;
}
.form-group textarea {
  height: 180px;
  resize: none;
}
.form-group textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-group textarea::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.form-group textarea::-webkit-scrollbar-thumb {
  background: #ddebff;
  border-radius: 10px;
}
.form-group .textarea-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
  margin-top: 8px;
}
.form-group.valid-error input,
.form-group.valid-error textarea {
  border: 1px solid #e70000;
}

.select {
  position: relative;
}
.select .select-main {
  cursor: pointer;
  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;
  position: relative;
}
.select .select-main input {
  cursor: pointer;
}
.select .select-main:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.833 9.6665L11.9997 14.6665L6.16634 9.6665' stroke='%23000C1F' stroke-width='1.94444' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.select .select-list {
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.04);
  background: #f1f6ff;
  border-radius: 10px;
  padding: 8px 0px;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select .select-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  padding: 8px 16px;
  cursor: pointer;
}
.select .select-item:hover {
  background: #ddebff;
}
.select .select-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.select .select-item.active::after {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.4L9.42857 16L18 7' stroke='%23000C1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.select.active input {
  border: 1px solid #0b61e5;
}
.select.active .select-main::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select.active .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .form-group-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .form-group {
    margin-bottom: 24px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background-color 260ms ease, opacity 260ms ease, visibility 0ms linear 260ms;
  transition: background-color 260ms ease, opacity 260ms ease, visibility 0ms linear 260ms;
}
.modal .modal-wrap {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
}
.modal .modal-box {
  background: #ddebff;
  border-radius: 16px;
  padding: 12px;
  width: 100%;
  max-width: 424px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(18px) scale(0.98);
          transform: translateY(18px) scale(0.98);
  -webkit-transition: opacity 260ms ease, -webkit-transform 260ms ease;
  transition: opacity 260ms ease, -webkit-transform 260ms ease;
  transition: transform 260ms ease, opacity 260ms ease;
  transition: transform 260ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
}
@media (max-width: 768px) {
  .modal .modal-box {
    max-width: 362px;
  }
}
.modal .modal-box .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.modal .modal-box .modal-close svg {
  width: 44px;
  height: 44px;
}
.modal .modal-box__wrap {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  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;
}
.modal .modal-box .modal-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #000c1f;
  text-align: centers;
  margin-bottom: 12px;
}
.modal .modal-box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 260ms ease, opacity 260ms ease;
  transition: background-color 260ms ease, opacity 260ms ease;
}
.modal.is-open .modal-box {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.modal.is-closing {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 220ms ease, opacity 220ms ease;
  transition: background-color 220ms ease, opacity 220ms ease;
}

.modalV2 {
  z-index: 90;
}
.modalV2 .modal-wrap {
  padding-top: 100px;
  padding-bottom: 20px;
}
.modalV2 .modal-box {
  max-width: 860px;
}
.modalV2 .modalV2-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 16px;
}
@media (max-width: 385px) {
  .modalV2 .modalV2-title {
    font-size: 24px;
  }
}
.modalV2 .modal-box__wrap {
  width: 100%;
  max-height: calc(100dvh - var(--header-height, 76px) - 68px);
  overflow: hidden;
  padding: 40px;
}
@media (max-width: 768px) {
  .modalV2 .modal-box__wrap {
    padding: 40px 18px 40px 28px;
  }
}
.modalV2 .modalV2-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.modalV2 .modalV2-box__content {
  overflow-y: hidden;
  min-height: 0;
  padding-right: 10px;
}
.modalV2 .modalV2-box__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modalV2 .modalV2-box__content::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.modalV2 .modalV2-box__content::-webkit-scrollbar-thumb {
  background: #ddebff;
  border-radius: 10px;
}
.modalV2 .modalV2-box__content.has-overflow {
  overflow-y: auto;
}
.modalV2 .modalV2-box__content p {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  text-align: left;
}
.modalV2 .modalV2-box__content p:nth-child(1) {
  margin-top: 0;
}
.modalV2 .modalV2-box__content a {
  color: #0b61e5;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.modalV2 .modalV2-box__content a:hover {
  color: #108BF4;
}

.terms-page .mh-page__title {
  margin-bottom: 0;
}
.terms-page .mh-page__aside {
  max-width: 424px;
}
@media (max-width: 992px) {
  .terms-page .mh-page__aside {
    max-width: 100%;
  }
}

.txt-page {
  display: -ms-grid;
  display: grid;
  gap: 44px;
}
.txt-page h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #000c1f;
  margin-bottom: 28px;
}
.txt-page h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #000c1f;
}
.txt-page p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  opacity: 0.8;
  margin-top: 12px;
}
.txt-page a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0b61e5;
}
.txt-page a:hover {
  text-decoration: none;
}
.txt-page ul li {
  position: relative;
  padding-left: 24px;
}
.txt-page ul li::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000c1f;
  border-radius: 10px;
}
.txt-page .txt-page-box-min {
  margin-top: 24px;
}

.faq .faq-item {
  border-bottom: 1px solid #ddebff;
  padding: 24px 0px;
}
.faq .faq-item:first-child {
  padding-top: 0;
}
.faq .faq-item.active .faq-item-top__icon {
  background: #3583fb;
}
.faq .faq-item.active .faq-item-top__icon:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .faq-item.active .faq-item-content {
  padding-top: 12px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.faq .faq-item-top {
  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;
  gap: 20px;
  cursor: pointer;
}
.faq .faq-item-top__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #000c1f;
}
.faq .faq-item-top__icon {
  border-radius: 9px;
  padding: 8px;
  width: 38px;
  height: 38px;
  background: #0b61e5;
  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;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.faq .faq-item-top__icon::after {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  display: block;
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.833 9.6665L11.9997 14.6665L6.16634 9.6665' stroke='white' stroke-width='1.94444' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.faq .faq-item-top:hover .faq-item-top__icon {
  background: #3583fb;
}
.faq .faq-item-content {
  padding-top: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  overflow: hidden;
  -webkit-transition: height 260ms ease-out, padding-top 260ms ease-out, opacity 220ms ease-out, -webkit-transform 220ms ease-out;
  transition: height 260ms ease-out, padding-top 260ms ease-out, opacity 220ms ease-out, -webkit-transform 220ms ease-out;
  transition: height 260ms ease-out, padding-top 260ms ease-out, opacity 220ms ease-out, transform 220ms ease-out;
  transition: height 260ms ease-out, padding-top 260ms ease-out, opacity 220ms ease-out, transform 220ms ease-out, -webkit-transform 220ms ease-out;
}
.faq .faq-item-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-top: 16px;
}
.faq .faq-item-content p:nth-child(1) {
  margin-top: 0;
}
.faq .faq-item-content ul {
  margin-top: 16px;
}
.faq .faq-item-content ul li {
  position: relative;
  padding-left: 24px;
}
.faq .faq-item-content ul li::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000c1f;
  border-radius: 10px;
}
.faq .faq-item-content a {
  color: #0b61e5;
}
.faq .faq-item-content a:hover {
  text-decoration: none;
}

.nc-main .section-wrap {
  padding-top: clamp(32px, 5.6vw, 52px);
  padding-bottom: clamp(56px, 9.6vw, 84px) 0px;
  background: #fff;
}
.nc-main__top {
  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;
  margin-bottom: clamp(44px, 6.4vw, 52px);
}
.nc-main__top p {
  width: 100%;
  max-width: 736px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
}
.nc-main__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(35px, 5.6vw, 48px);
  line-height: 129%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000c1f;
  margin-bottom: 16px;
}
.nc-main__title span {
  color: #0b61e5;
}
.nc-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nc-main__main {
  width: 42%;
}
.nc-main .nc-main-item {
  border-bottom: 1px solid #ddebff;
  padding-top: 36px;
  padding-bottom: 36px;
  width: 100%;
  max-width: 461px;
}
.nc-main .nc-main-item:last-child {
  border-bottom: none;
}
.nc-main .nc-main-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #0b61e5;
  margin-bottom: clamp(8px, 1.333vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nc-main .nc-main-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  text-align: left;
}
.nc-main .nc-main-item .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: clamp(28px, 4vw, 32px);
}
.nc-main__image {
  width: 58%;
}
.nc-main__image img {
  width: 100%;
}
@media (max-width: 992px) {
  .nc-main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
  .nc-main__main {
    width: 100%;
  }
  .nc-main .nc-main-item {
    max-width: 100%;
    width: 100%;
  }
  .nc-main .nc-main-item:nth-child(1) {
    padding-top: 0;
  }
  .nc-main .nc-main-item:last-child {
    padding-bottom: 0px;
  }
  .nc-main__image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nc-main .nc-main-item .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nc-adv .section-wrap {
  background: #0b61e5;
  padding: 32px 0px;
  background-image: url(../img/bgvector.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.nc-adv__list {
  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: 15px 27px;
}
.nc-adv__list li {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
.nc-adv__list li::before {
  display: block;
  content: "";
  position: relative;
  border-radius: 1000px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.nc-adv__list li:first-child::before {
  display: none;
}
@media (max-width: 768px) {
  .nc-adv__list {
    width: 100%;
    max-width: 244px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .nc-adv__list li {
    gap: 16px;
  }
  .nc-adv__list li:first-child::before {
    display: block;
  }
}

.pasrate .section-wrap {
  background-color: #fff;
  padding: clamp(56px, 9.333vw, 84px) 0;
}
.pasrate__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media (max-width: 992px) {
  .pasrate__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}
.pasrate__main {
  width: 50%;
}
@media (max-width: 992px) {
  .pasrate__main {
    width: 100%;
  }
}
.pasrate__top {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(44px, 6.267vw, 52px);
}
.pasrate__top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
@media (max-width: 992px) {
  .pasrate__top--desktop {
    display: none;
  }
}
.pasrate__top--mobile {
  display: none;
}
@media (max-width: 992px) {
  .pasrate__top--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .pasrate__top--mobile p {
    text-align: center;
  }
}
.pasrate__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 4.8vw, 40px);
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #000c1f;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .pasrate__title {
    text-align: center;
  }
}
.pasrate .main-rev-item {
  background: #fffbec;
  border-radius: 16px;
  padding: clamp(20px, 3.467vw, 32px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pasrate .main-rev-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8px;
  background: #fff;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.pasrate .main-rev-item__content {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: clamp(32px, 5.067vw, 44px);
}
.pasrate .main-rev-item .main-rev-item-usr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.pasrate .main-rev-item .main-rev-item-usr__image {
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.pasrate .main-rev-item .main-rev-item-usr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.pasrate .main-rev-item .main-rev-item-usr__content span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pasrate .main-rev-item .main-rev-item-usr__content p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
}
.pasrate__sec {
  width: 50%;
  padding-left: 72px;
}
@media (max-width: 1200px) {
  .pasrate__sec {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .pasrate__sec {
    width: 100%;
    padding-left: 0;
    margin-bottom: 44px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.pasrate__image img {
  width: 100%;
}
.pasrate__image {
  position: relative;
}
.pasrate__image .stats-det {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.pasrate__image .stats-det-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.pasrate__image .stats-det-item span {
  border-radius: 4px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
.pasrate__image .stats-det-item--green span {
  background: #02963d;
}
.pasrate__image .stats-det-item--blue span {
  background: #408df8;
}
@media (max-width: 768px) {
  .pasrate__image {
    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;
  }
  .pasrate__image .stats-det {
    position: relative;
    margin-top: 15px;
  }
}
.pasrate .pasrate-sc {
  margin-top: 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #4d617e;
}
@media (max-width: 768px) {
  .pasrate .pasrate-sc {
    margin-top: 24px;
  }
}

.top {
  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;
  gap: 16px;
  margin-bottom: clamp(44px, 7.2vw, 60px);
}
.top .title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 3.6vw, 40px);
  line-height: 145%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000c1f;
  max-width: 860px;
}
.top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
  max-width: 736px;
}

.overview .section-wrap {
  padding: clamp(56px, 8.8vw, 84px) 0px;
  background: #fff;
}
@media (max-width: 768px) {
  .overview .top .title i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.overview .overview-nav {
  border-bottom: 2px solid #ddebff;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(32px, 4.933vw, 44px);
}
.overview .overview-nav .overview-nav-item {
  min-width: 152px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(0, 12, 31, 0.8);
  position: relative;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.overview .overview-nav .overview-nav-item.active {
  color: #0b61e5;
}
.overview .overview-nav .overview-nav-item.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  background: #0b61e5;
  height: 2px;
  width: 100%;
}
.overview .overview-nav .overview-nav-item:hover {
  color: #0b61e5;
}
@media (max-width: 768px) {
  .overview .overview-nav .overview-nav-item {
    width: 50%;
    min-width: 50%;
  }
}
.overview .overview-item {
  display: none;
  gap: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.overview .overview-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview .overview-item.is-switching {
  -webkit-animation: overviewBlink 220ms ease-out;
          animation: overviewBlink 220ms ease-out;
}
@media (max-width: 1200px) {
  .overview .overview-item {
    gap: 44px;
  }
}
@media (max-width: 768px) {
  .overview .overview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview .overview-item-info {
  background: #f1f6ff;
  border-radius: 16px;
  padding: 32px;
  min-width: 352px;
  max-width: 352px;
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .overview .overview-item-info {
    min-width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .overview .overview-item-info {
    top: 0;
    position: static;
    min-width: 100%;
    max-width: 100%;
    padding: 24px;
  }
}
.overview .overview-item-info__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #000c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.overview .overview-item-info .overview-item-info-item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddebff;
}
.overview .overview-item-info .overview-item-info-item:nth-child(1) {
  padding-top: 0;
}
.overview .overview-item-info .overview-item-info-item:last-child {
  border: none;
  padding-bottom: 0;
}
.overview .overview-item-info .overview-item-info-item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.overview .overview-item-info .overview-item-info-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
@media (max-width: 768px) {
  .overview .overview-item-info .overview-item-info-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.overview .overview-item-content {
  width: 100%;
}
.overview .overview-item-content__wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  position: relative;
  max-height: 833px;
  overflow: hidden;
  -webkit-transition: max-height 360ms ease;
  transition: max-height 360ms ease;
}
.overview .overview-item-content__wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 156px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 220ms ease;
  transition: opacity 220ms ease;
}
.overview .overview-item-content h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 15px;
}
.overview .overview-item-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-top: 16px;
}
.overview .overview-item-content ul {
  margin-top: 16px;
}
.overview .overview-item-content ul li {
  position: relative;
  padding-left: 24px;
}
.overview .overview-item-content ul li::before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000c1f;
  border-radius: 10px;
}
.overview .overview-item-content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}
.overview .overview-show-more {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #0b61e5;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: pointer;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.overview .overview-show-more:hover {
  color: #108bf4;
}
.overview .overview-item.is-expanded .overview-item-content__wrap::after {
  opacity: 0;
}

@-webkit-keyframes overviewBlink {
  0% {
    opacity: 0.52;
    -webkit-filter: brightness(1.14);
            filter: brightness(1.14);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes overviewBlink {
  0% {
    opacity: 0.52;
    -webkit-filter: brightness(1.14);
            filter: brightness(1.14);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.study .section-wrap {
  background-color: #fff;
  padding: clamp(56px, 8.8vw, 84px) 0px;
}
.study__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}
@media (max-width: 1200px) {
  .study__container {
    gap: 44px;
  }
}
@media (max-width: 992px) {
  .study__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.study__image {
  width: 100%;
  max-width: 460px;
}
.study__image .study-image {
  display: none;
}
.study__image .study-image img {
  width: 100%;
}
.study__image .study-image.active {
  display: block;
}
.study__image .study-image.is-switching {
  -webkit-animation: studyBlink 220ms ease-out;
          animation: studyBlink 220ms ease-out;
}
@media (max-width: 1200px) {
  .study__image {
    max-width: 380px;
  }
}
@media (max-width: 992px) {
  .study__image {
    max-width: 100%;
  }
}
.study__main {
  width: 100%;
}
.study .overview-nav {
  border-bottom: 2px solid #ddebff;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(32px, 4.933vw, 44px);
}
.study .overview-nav .overview-nav-item {
  min-width: 152px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  text-align: center;
  color: rgba(0, 12, 31, 0.8);
  position: relative;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.study .overview-nav .overview-nav-item.active {
  color: #0b61e5;
}
.study .overview-nav .overview-nav-item.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  background: #0b61e5;
  height: 2px;
  width: 100%;
}
.study .overview-nav .overview-nav-item:hover {
  color: #0b61e5;
}
@media (max-width: 768px) {
  .study .overview-nav .overview-nav-item {
    width: 50%;
    min-width: 50%;
  }
}
.study .study-item {
  display: none;
}
.study .study-item.active {
  display: block;
}
.study .study-item.is-switching {
  -webkit-animation: studyBlink 220ms ease-out;
          animation: studyBlink 220ms ease-out;
}
.study .study-item .study-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding-bottom: 20px;
  padding-right: 36px;
}
.study .study-item .study-item-top__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #000c1f;
}
.study .study-item .study-item-top span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .study .study-item .study-item-top {
    padding-right: 0;
  }
}
.study .study-item .study-item-list {
  counter-reset: study-row;
}
.study .study-item .study-item-row {
  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;
  padding-right: 36px;
  gap: 8px;
  border-top: 1px solid #ddebff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.study .study-item .study-item-row:last-child {
  border-bottom: 1px solid #ddebff;
}
.study .study-item .study-item-row p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.study .study-item .study-item-row p::before {
  counter-increment: study-row;
  content: counter(study-row) ".";
  display: inline-block;
  margin-right: 6px;
}
.study .study-item .study-item-row span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
@media (max-width: 992px) {
  .study .study-item .study-item-row {
    padding-right: 0;
  }
}

@-webkit-keyframes studyBlink {
  0% {
    opacity: 0.56;
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

@keyframes studyBlink {
  0% {
    opacity: 0.56;
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.prep .section-wrap {
  padding: clamp(56px, 8.8vw, 84px) 0px;
  background: #0b61e5;
  background-image: url(../img/bgvector.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.prep__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 4.8vw, 40px);
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: clamp(44px, 6.933vw, 60px);
}
.prep__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.prep .prep-item {
  background: #3884f9;
  border-radius: 16px;
  padding: clamp(24px, 3.733vw, 32px);
}
.prep .prep-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 12px;
}
.prep .prep-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .prep__title {
    text-align: center;
  }
  .prep__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.big-rev .section-wrap {
  padding: clamp(56px, 9.333vw, 84px) 0px;
  background-color: #fff;
}
.big-rev__top {
  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;
  margin-bottom: clamp(44px, 6.933vw, 60px);
}
.big-rev__top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
  max-width: 736px;
}
.big-rev__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 3.6vw, 40px);
  line-height: 145%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000c1f;
  margin-bottom: 16px;
  max-width: 860px;
}
.big-rev__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.big-rev__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.big-rev .main-rev-item {
  background: #f1f6ff;
  border-radius: 16px;
  padding: clamp(20px, 3.467vw, 32px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.big-rev .main-rev-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8px;
  background: #fff;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.big-rev .main-rev-item__stars img {
  width: 18px;
}
.big-rev .main-rev-item__content {
  font-family: var(--font-family);
  position: relative;
  width: 100%;
  --rev-collapsed-max-height: 182px;
  max-height: var(--rev-collapsed-max-height);
  overflow: hidden;
  -webkit-transition: max-height 320ms ease, margin-bottom 320ms ease;
  transition: max-height 320ms ease, margin-bottom 320ms ease;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .big-rev .main-rev-item__content {
    --rev-collapsed-max-height: 168px;
  }
}
.big-rev .main-rev-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f6ff), to(rgba(241, 246, 255, 0)));
  background: linear-gradient(360deg, #f1f6ff 0%, rgba(241, 246, 255, 0) 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 220ms ease;
  transition: opacity 220ms ease;
}
.big-rev .main-rev-item__mainp {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.big-rev .main-rev-item__all {
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
  margin-top: 15px;
}
.big-rev .main-rev-item .main-rev-item-usr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.big-rev .main-rev-item .main-rev-item-usr__image {
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.big-rev .main-rev-item .main-rev-item-usr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.big-rev .main-rev-item .main-rev-item-usr__content span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.big-rev .main-rev-item .main-rev-item-usr__content p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
}
.big-rev .main-rev-item .main-rev-item-bottom {
  width: 100%;
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 20px 10px;
}
.big-rev .main-rev-item .rev-showmore {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #0b61e5;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.big-rev .main-rev-item .rev-showmore:hover {
  color: #108bf4;
}
.big-rev .main-rev-item.is-expanded .main-rev-item__content::after {
  opacity: 0;
}
@media (max-width: 992px) {
  .big-rev__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    --big-rev-grid-collapsed-height: 1680px;
    max-height: var(--big-rev-grid-collapsed-height);
    overflow: hidden;
    position: relative;
    will-change: max-height;
    -webkit-transition: max-height 560ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: max-height 560ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .big-rev__grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 156px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 240ms ease;
    transition: opacity 240ms ease;
  }
  .big-rev .rev-showmore-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .big-rev .main-rev-item__content {
    --rev-collapsed-max-height: 168px;
  }
}
.big-rev .big-rev-bottom {
  display: none;
}
@media (max-width: 992px) {
  .big-rev .big-rev-bottom {
    display: block;
    margin-top: 24px;
  }
}
.big-rev .big-rev-bottom-show {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #0b61e5;
  padding-top: 9px;
  padding-bottom: 9px;
}
.big-rev.is-grid-expanded .big-rev__grid::after {
  opacity: 0;
}

.breadcr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(24px, 3.467vw, 28px);
}
.breadcr li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #4d617e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcr li:last-child::after {
  display: none;
}
.breadcr li:after {
  content: "";
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8L14 12L10 16' stroke='%23A6B6CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.breadcr li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #a6b6cf;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.breadcr li a:hover {
  color: #0b61e5;
}
@media (max-width: 992px) {
  .breadcr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nclex-hero .section-wrap {
  padding-top: clamp(32px, 5.6vw, 52px);
  padding-bottom: clamp(56px, 10.133vw, 88px);
  background-color: #fff;
}
.nclex-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media (max-width: 992px) {
  .nclex-hero__container {
    gap: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.nclex-hero__main {
  width: 50%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .nclex-hero__main {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nclex-hero__label {
  margin-bottom: clamp(32px, 4.533vw, 36px);
  background: #e4f7ec;
  border-radius: 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nclex-hero__label .ics {
  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: #fff;
  border: 1px solid #b8ebcc;
  border-radius: 241px;
  width: 40px;
  height: 40px;
}
.nclex-hero__label .ics img {
  width: 17px;
}
.nclex-hero__label span {
  padding: 9px 16px 9px 12px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #02963d;
}
.nclex-hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(36px, 5.6vw, 48px);
  line-height: 129%;
  letter-spacing: -0.03em;
  color: #000c1f;
  margin-bottom: 16px;
}
.nclex-hero__title span {
  color: #0b61e5;
}
@media (max-width: 992px) {
  .nclex-hero__title {
    text-align: center;
  }
}
.nclex-hero__pretitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 156%;
  letter-spacing: -0.01em;
  color: #000;
}
@media (max-width: 992px) {
  .nclex-hero__pretitle {
    text-align: center;
    font-size: 18px;
  }
}
.nclex-hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .nclex-hero__nav {
    -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;
    gap: 16px;
    margin-top: 32px;
  }
}
.nclex-hero .avfor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  gap: 16px;
}
.nclex-hero .avfor span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #4d617e;
}
.nclex-hero .avfor div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.nclex-hero .nclex-hero-stats {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.nclex-hero .nclex-hero-stats .nclex-hero-stats-item {
  width: 33.33%;
  background: #f1f6ff;
  border-radius: 12px;
  padding: 12px 10px;
  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;
}
.nclex-hero .nclex-hero-stats .nclex-hero-stats-item div {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #0b61e5;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.nclex-hero .nclex-hero-stats .nclex-hero-stats-item div img {
  width: 20px;
}
.nclex-hero .nclex-hero-stats .nclex-hero-stats-item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
}
@media (min-width: 768px) {
  .nclex-hero .nclex-hero-stats .nclex-hero-stats-item span br {
    display: none;
  }
}
@media (max-width: 768px) {
  .nclex-hero .nclex-hero-stats {
    margin-top: 32px;
  }
}
.nclex-hero__image {
  width: 50%;
  padding-left: 72px;
}
.nclex-hero__image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .nclex-hero__image {
    padding-left: 44px;
  }
}
@media (max-width: 992px) {
  .nclex-hero__image {
    padding-left: 0;
    width: 100%;
  }
}

.nclex-adv .section-wrap {
  background: #0b61e5;
  padding: clamp(32px, 5.867vw, 56px) 0px;
  background-image: url(../img/bgvector.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nclex-adv__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 72px 1fr 72px 1fr 72px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px;
}
@media (max-width: 1200px) {
  .nclex-adv__list {
    gap: 36px;
  }
}
@media (max-width: 992px) {
  .nclex-adv__list {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
  }
}
@media (max-width: 768px) {
  .nclex-adv__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 57px;
  }
}
.nclex-adv .nclex-adv-item {
  position: relative;
}
.nclex-adv .nclex-adv-item::after {
  height: 100%;
  width: 1px;
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  background-color: #108bf4;
  display: block;
}
@media (max-width: 1200px) {
  .nclex-adv .nclex-adv-item::after {
    right: -18px;
  }
}
@media (max-width: 992px) {
  .nclex-adv .nclex-adv-item::after {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .nclex-adv .nclex-adv-item::after {
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -28.5px;
  }
}
.nclex-adv .nclex-adv-item:last-child::after {
  display: none;
}
.nclex-adv .nclex-adv-item__icon {
  margin-bottom: 24px;
  width: 48px;
}
.nclex-adv .nclex-adv-item__icon img {
  width: 100%;
}
.nclex-adv .nclex-adv-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nclex-adv .nclex-adv-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #fff;
}

.info-blocks .section-wrap {
  background: #fff;
  padding: 84px 0px;
}
.info-blocks .top .title {
  font-size: clamp(30px, 4.933vw, 42px);
}
.info-blocks__list {
  margin-top: clamp(44px, 6.933vw, 60px);
}
@media (max-width: 768px) {
  .info-blocks__pretitle-desk {
    display: none;
  }
}
.info-blocks__pretitle-mob {
  display: none;
}
@media (max-width: 768px) {
  .info-blocks__pretitle-mob {
    display: block;
  }
}
.info-blocks .inf-block {
  padding-top: clamp(44px, 6.933vw, 60px);
  padding-bottom: clamp(44px, 6.933vw, 60px);
  border-bottom: 1px solid #ddebff;
}
.info-blocks .inf-block:nth-child(1) {
  padding-top: 0;
}
.info-blocks .inf-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.info-blocks .inf-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.info-blocks .inf-block__main {
  width: 50%;
  padding-top: 32px;
}
.info-blocks .inf-block__label {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.07em;
  color: #0b61e5;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-blocks .inf-block__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(27px, 3.667vw, 28px);
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 16px;
}
.info-blocks .inf-block__title span {
  color: #0b61e5;
}
.info-blocks .inf-block__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.info-blocks .inf-block .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: clamp(32px, 4.533vw, 36px);
}
.info-blocks .inf-block .ullist {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.info-blocks .inf-block .ullist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.info-blocks .inf-block .ullist li::before {
  content: "";
  display: block;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.4L9.42857 16L18 7' stroke='%230B61E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.info-blocks .inf-block__sec {
  width: 50%;
  padding-left: 72px;
}
@media (max-width: 1200px) {
  .info-blocks .inf-block__sec {
    padding-left: 44px;
  }
}
.info-blocks .inf-block__image {
  margin-bottom: 12px;
}
.info-blocks .inf-block__image img {
  width: 100%;
}
.info-blocks .inf-block .main-rev-item {
  background: #f1f6ff;
  border-radius: 16px;
  padding: clamp(20px, 3.467vw, 32px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-blocks .inf-block .main-rev-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8px;
  background: #fff;
  border-radius: 100px;
  padding: 6px 10px;
  margin-bottom: 20px;
}
.info-blocks .inf-block .main-rev-item__stars img {
  width: 18px;
}
.info-blocks .inf-block .main-rev-item__content {
  font-family: var(--font-family);
  position: relative;
  width: 100%;
  --rev-collapsed-max-height: 132px;
  max-height: var(--rev-collapsed-max-height);
  overflow: hidden;
  -webkit-transition: max-height 320ms ease, margin-bottom 320ms ease;
  transition: max-height 320ms ease, margin-bottom 320ms ease;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .info-blocks .inf-block .main-rev-item__content {
    --rev-collapsed-max-height: 168px;
  }
}
.info-blocks .inf-block .main-rev-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f6ff), to(rgba(241, 246, 255, 0)));
  background: linear-gradient(360deg, #f1f6ff 0%, rgba(241, 246, 255, 0) 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 220ms ease;
  transition: opacity 220ms ease;
}
.info-blocks .inf-block .main-rev-item__mainp {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.info-blocks .inf-block .main-rev-item__all {
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
  margin-top: 15px;
}
.info-blocks .inf-block .main-rev-item .main-rev-item-usr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.info-blocks .inf-block .main-rev-item .main-rev-item-usr__image {
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.info-blocks .inf-block .main-rev-item .main-rev-item-usr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.info-blocks .inf-block .main-rev-item .main-rev-item-usr__content span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  color: #000c1f;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-blocks .inf-block .main-rev-item .main-rev-item-usr__content p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: rgba(0, 12, 31, 0.8);
}
.info-blocks .inf-block .main-rev-item .main-rev-item-bottom {
  width: 100%;
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 20px 10px;
}
.info-blocks .inf-block .main-rev-item .rev-showmore {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #0b61e5;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.info-blocks .inf-block .main-rev-item .rev-showmore:hover {
  color: #108bf4;
}
.info-blocks .inf-block .main-rev-item.is-expanded .main-rev-item__content::after {
  opacity: 0;
}
@media (max-width: 992px) {
  .info-blocks .inf-block .rev-showmore-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.info-blocks .inf-block .inb-lbl {
  margin-top: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff1cd;
  border-radius: 100px;
}
.info-blocks .inf-block .inb-lbl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.info-blocks .inf-block .inb-lbl span:after {
  display: block;
  content: "";
  position: relative;
  width: 4px;
  height: 4px;
  background: #ff6410;
  border-radius: 10px;
}
.info-blocks .inf-block .inb-lbl span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #ff6410;
}
.info-blocks .inf-block .inb-lbl span:nth-child(2):after {
  display: none;
}
@media (max-width: 768px) {
  .info-blocks .inf-block .inb-lbl {
    padding: 8px 12.5px;
  }
  .info-blocks .inf-block .inb-lbl span {
    font-size: 11px;
  }
}
@media (max-width: 385px) {
  .info-blocks .inf-block .inb-lbl {
    padding: 8px;
  }
  .info-blocks .inf-block .inb-lbl span {
    font-size: 10px;
  }
}
.info-blocks .inf-block.inf-block-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.info-blocks .inf-block.inf-block-revers .inf-block__sec {
  padding-left: 0;
  padding-right: 72px;
}
@media (max-width: 1200px) {
  .info-blocks .inf-block.inf-block-revers .inf-block__sec {
    padding-right: 44px;
  }
}
@media (max-width: 768px) {
  .info-blocks .inf-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 36px;
  }
  .info-blocks .inf-block__main {
    width: 100%;
    padding-top: 0;
  }
  .info-blocks .inf-block__main .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-blocks .inf-block__sec {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 36px;
  }
}

.numbers .section-wrap {
  padding: clamp(56px, 10.133vw, 84px) 0px;
  background: #ff6410;
  background-image: url(../img/bgaorndg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.numbers__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(32px, 4.8vw, 40px);
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: clamp(44px, 7.2vw, 60px);
  max-width: 970px;
}
.numbers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.numbers .numbers-item {
  padding-left: 56px;
  position: relative;
}
.numbers .numbers-item::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 168px;
  width: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='168' viewBox='0 0 23 168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1066 0.439346C11.5208 -0.146454 10.571 -0.146454 9.98523 0.439346L0.43929 9.98528C-0.146497 10.5711 -0.146497 11.5208 0.43929 12.1066C1.02508 12.6924 1.97482 12.6924 2.56061 12.1066L11.0459 3.62132L19.5312 12.1066C20.117 12.6924 21.0667 12.6924 21.6525 12.1066C22.2383 11.5208 22.2383 10.5711 21.6525 9.98527L12.1066 0.439346ZM11.0459 167.5L12.5459 167.5L12.5459 1.5L11.0459 1.5L9.54589 1.5L9.5459 167.5L11.0459 167.5Z' fill='white' /%3E%3C/svg%3E");
}
.numbers .numbers-item span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 92px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.numbers .numbers-item p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 992px) {
  .numbers .section-wrap {
    background-image: url(../img/bgaorndg02.png);
  }
  .numbers__title {
    text-align: center;
  }
  .numbers__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
  .numbers .numbers-item {
    min-height: 190px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .numbers .numbers-item span {
    text-align: left;
  }
  .numbers .numbers-item p {
    text-align: left;
  }
  .numbers .numbers-item::after {
    top: 0;
  }
}

.btn-black {
  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: #000;
  border-radius: 10px;
  height: 56px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  padding: 8.5px;
}

.takenclex .section-wrap {
  padding: clamp(56px, 9.333vw, 84px) 0px;
  background-color: #fff;
}
.takenclex__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.takenclex__main {
  width: 50%;
}
.takenclex .top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
}
.takenclex .top .title {
  text-align: left;
}
.takenclex .top p {
  text-align: left;
}
.takenclex__list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.takenclex__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 159%;
  letter-spacing: -0.01em;
  color: #000c1f;
}
.takenclex__list li::before {
  content: "";
  display: block;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.4L9.42857 16L18 7' stroke='%230B61E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.takenclex__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 56px;
}
.takenclex__nav .btn-black {
  width: 100%;
  max-width: 258px;
}
.takenclex__image {
  width: 50%;
  padding-left: 72px;
}
.takenclex__image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .takenclex__image {
    padding-left: 44px;
  }
}
@media (max-width: 992px) {
  .takenclex__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 44px;
  }
  .takenclex__main {
    width: 100%;
  }
  .takenclex__image {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .takenclex .top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .takenclex .top .title {
    text-align: center;
  }
  .takenclex .top p {
    text-align: center;
  }
  .takenclex__nav {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .takenclex__nav .btn-black {
    min-width: 100%;
    max-width: 100%;
  }
}