h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.description-section {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #6B7094;
    max-width: 1000px;
}
.home-header-right-block h1 {
    display: none;
}
.container_navbar-1 {
    max-width: 85rem;
}
.menu-nav-text {
    font-size: var(--xsmall-size);
}
.home-header {
    position: relative;
    background: url(../images/home/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0 0 100px;
}
.home-header-img {
    position: absolute;
    z-index: 1;
    margin: 0;
    height: 140%;
    width: auto;
    max-width: none;
    bottom: 0;
    border-radius: 0;
    left: 50%;
    -webkit-transform: translate(-23%, 0);
        -ms-transform: translate(-23%, 0);
            transform: translate(-23%, 0);
    pointer-events: none;
}
.home-header-right {
    max-width: 1190px;
    margin: auto;
    padding-top: 150px;
}
.home-header-right-title img {
    margin: 0;
    border-radius: 0;
}
.home-header-right-block {
    margin-top: 30px;
    padding: 40px 210px 40px 40px;
    background: url(../images/home/block-bg.png);
    background-size: cover;
    border-radius: 42px;
    max-width: 1020px;
    position: relative;
    z-index: 1;
}
.home-header-right-link-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-top: 30px;
}
.home-header-right-link-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6B7094;
}
.home-header-right-link-buttons a img {
    height: 18px;
}
.home-header-right-subtitle {
    color: #152397;
    font-size: 37px;
    font-weight: 800;
    line-height: 1.2;
}
.home-header-right-text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.home-header-right-two {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
}
.home-header-right-two span {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #152397;
}
.home-header-right-group-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
}
.home-header-right-group-buttons a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 333px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    height: 50px;
    padding: 20px;
    border-radius: 50px;

    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* ГРАДИЕНТЫ */

.home-header-right-group-buttons a::before,
.home-header-right-group-buttons a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

/* ПЕРВАЯ КНОПКА */

.home-header-right-group-buttons a::before {
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(#6A5CFF),
        color-stop(50%, #8B5CF6),
        to(#4F46E5)
    );
    background: -o-linear-gradient(
        left,
        #6A5CFF 0%,
        #8B5CF6 50%,
        #4F46E5 100%
    );
    background: linear-gradient(
        90deg,
        #6A5CFF 0%,
        #8B5CF6 50%,
        #4F46E5 100%
    );
    opacity: 1;
}

.home-header-right-group-buttons a::after {
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(#6A5CFF),
        color-stop(50%, #6624fa),
        to(#4F46E5)
    );
    background: -o-linear-gradient(
        left,
        #6A5CFF 0%,
        #6624fa 50%,
        #4F46E5 100%
    );
    background: linear-gradient(
        90deg,
        #6A5CFF 0%,
        #6624fa 50%,
        #4F46E5 100%
    );
    opacity: 0;
}

.home-header-right-group-buttons a:hover::after {
    opacity: 1;
}

/* ВТОРАЯ КНОПКА */

.home-header-right-group-buttons a:last-child {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 8px 20px rgba(147, 197, 253, 0.35);
            box-shadow: 0 8px 20px rgba(147, 197, 253, 0.35);
}

.home-header-right-group-buttons a:last-child::before {
    background: -o-linear-gradient(
        142deg,
        #656CFF 0%,
        #A1CCFC 100%
    );
    background: linear-gradient(
        308deg,
        #656CFF 0%,
        #A1CCFC 100%
    );
}

.home-header-right-group-buttons a:last-child::after {
    background: -o-linear-gradient(
        142deg,
        #4F46E5 0%,
        #7DB8FF 100%
    );
    background: linear-gradient(
        308deg,
        #4F46E5 0%,
        #7DB8FF 100%
    );
    opacity: 0;
}

.home-header-right-group-buttons a:last-child:hover::after {
    opacity: 1;
}
.home-header-logo {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.home-header-logo img {
    display: block;
    width: 100%;
    height: auto;
}
.home-header-logo .logo-ru {
    position: absolute;
    left: 40px;
    top: 0;
    opacity: 0;
    -webkit-animation: logoFadeRu 8s ease-in-out infinite;
            animation: logoFadeRu 8s ease-in-out infinite;
}
.home-header-logo .logo-en {
    -webkit-animation: logoFadeEn 8s ease-in-out infinite;
            animation: logoFadeEn 8s ease-in-out infinite;
}
.home-header-img-stars {
    position: absolute;
    top: 0;
    right: -140px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
    -webkit-animation: StarsFade 6s infinite;
            animation: StarsFade 6s infinite;
}
@-webkit-keyframes logoFadeRu {
    0%, 30% {
        opacity: 0;
    }
    45%, 75% {
        opacity: 1;
    }
    90%, 100% {
        opacity: 0;
    }
}
@keyframes logoFadeRu {
    0%, 30% {
        opacity: 0;
    }
    45%, 75% {
        opacity: 1;
    }
    90%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes logoFadeEn {
    0%, 30% {
        opacity: 1;
    }
    45%, 75% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}

@keyframes logoFadeEn {
    0%, 30% {
        opacity: 1;
    }
    45%, 75% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}
@-webkit-keyframes StarsFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 0;
    }
}
@keyframes StarsFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 0;
    }
}
.stars {
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 0px;
    height: 400px;
    width: 100%;
    -webkit-transform: translate(-23%, 0px);
        -ms-transform: translate(-23%, 0px);
            transform: translate(-23%, 0px);
    z-index: 1;
    -webkit-clip-path: polygon(0px -52%, 91% -7%, 55% 99%, 41% 89%);
            clip-path: polygon(0px -52%, 91% -7%, 55% 99%, 41% 89%);
    overflow: hidden;
}
.star {
    zoom: 1.5;
    position: absolute;
    border-radius: 50%;
    background: white;
    opacity: 0;
    -webkit-filter: drop-shadow(0 0 6px rgba(255,255,255,0.8));
            filter: drop-shadow(0 0 6px rgba(255,255,255,0.8));
    -webkit-animation: twinkle infinite ease-in-out;
            animation: twinkle infinite ease-in-out;
    -webkit-clip-path: polygon(
        50% 0%,
        60% 40%,
        100% 50%,
        60% 60%,
        50% 100%,
        40% 60%,
        0% 50%,
        40% 40%
    );
    clip-path: polygon(
        50% 0%,
        60% 40%,
        100% 50%,
        60% 60%,
        50% 100%,
        40% 60%,
        0% 50%,
        40% 40%
    );
}
.super-star-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    top: 100px;
    left: 28%;
    opacity: 0;
    transition: 1s ease all;
    -webkit-animation: twinkleS 5s infinite ease-in-out;
            animation: twinkleS 5s infinite ease-in-out;
}
.super-star-2 {
    width: 50px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    top: 100px;
    left: 68%;
    opacity: 0;
    transition: 1s ease all;
    -webkit-animation: twinkleS 5s ease-in-out infinite 3s;
            animation: twinkleS 5s ease-in-out infinite 3s;
}
.super-star-3 {
    width: 50px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    top: 150px;
    left: 38%;
    opacity: 0;
    transition: 1s ease all;
    rotate: 30deg;
    -webkit-animation: twinkleS 5s infinite ease-in-out 1.5s;
            animation: twinkleS 5s infinite ease-in-out 1.5s;
}
.super-stars {
    max-width: 1190px;
    margin: 60px auto 20px;
}
.super-stars-list {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 60px;
}
.super-stars-list a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
}
.super-stars-list a div {
    width: 220px;
    height: 220px;
    border: 5px solid;
    border-radius: 50%;
    padding: 3px;
}
.super-stars-list a img {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.super-stars-list a span {
    max-width: 282px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
    display: block;
}
.section-calc-list {
    max-width: 1190px;
    margin: 60px auto 100px;
}
.section-calc-list h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-calc-list h2 > img {
    margin: 0;
    margin-left: 18px;
    border-radius: 0;
}
.section-calc-list .button-faq {
    margin-right: 0;
    inset: 0;
    -webkit-box-shadow: 0 0 10px rgb(63 81 181 / 20%);
            box-shadow: 0 0 10px rgb(63 81 181 / 20%);
    color: #6B7094;
}
.section-calc-list .button-faq .arrow-progn {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.section-calc-list > .button-faq {
    display: none;
}
.block-calc-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
}
.block-calc-list .block-calc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: calc(50% - 10px);
    -webkit-box-shadow: 0 0 20px #CCD0D6;
            box-shadow: 0 0 20px #CCD0D6;
    border-radius: 28px;
    padding: 20px 30px;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.block-calc-list .block-calc:hover {
    -webkit-box-shadow: 0 0 20px #533A99;
            box-shadow: 0 0 20px #533A99;
}
.block-calc-list .block-calc > img {
    margin: 0;
    height: 126px;
    width: 126px;
}
.block-calc-list .block-calc .block-calc-title {
    font-family: BebasNaueBold,Impact,sans-serif;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: .75px;
    color: #12062A;
}
.block-calc-list .block-calc .block-calc-desc {
    font-size: 12px;
    line-height: 20px;
    color: #6B7094;
}
.block-calc-list .block-calc .block-calc-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #12062A;
    margin-top: 5px;
}
.block-calc-list .block-calc .block-calc-button .block-calc-arrow {
    width: 20px;
    height: 20px;
    border: 1px solid #5D6EFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.block-calc-list .block-calc .block-calc-button .block-calc-arrow img {
    margin: 0;
    width: 14px;
}
.block-calc-list .block-calc  .block-calc-tag {
    position: absolute;
    background: #8B60FF;
    color: #fff;
    padding: 2.5px 30px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    top: 0;
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.section-subscribe {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#6C7AF5), to(#533A99));
    background: -o-linear-gradient(top, #6C7AF5, #533A99);
    background: linear-gradient(180deg, #6C7AF5, #533A99);
    padding: 100px 0 150px;
    overflow: hidden;
}
.section-subscribe .bg-left {
    position: absolute;
    left: -3%;
    bottom: -29%;
    height: 110%;
    margin: 0;
    z-index: 1;
    max-width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}
.section-subscribe .bg-right {
    position: absolute;
    right: -2%;
    top: 0;
    height: 80%;
    margin: 0;
    z-index: 1;
    max-width: calc(50% - 200px);
    -o-object-fit: contain;
       object-fit: contain;
}
.section-subscribe .bg-up-1 {
    position: absolute;
    top: 25%;
    left: 15%;
}
.section-subscribe .bg-up-2 {
    position: absolute;
    bottom: 20%;
    right: 10%;
}
.section-subscribe > * {
    position: relative;
    z-index: 2;
}
.section-subscribe .shadow {
    position: absolute;
    inset: 0;
    background: url(../images/home/bg-shadow.png);
    z-index: 0;
    background-position: center;
    background-size: cover;
}
.section-subscribe h2 {
    text-align: center;
    color: #fff;
    font-size: 56px;
    line-height: 1.1;
}
.section-subscribe h2 span {
    color: #6CE9BB;
}
.section-subscribe-description {
    color: #EAECF4;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    max-width: 760px;
    margin: 50px auto;
    text-align: center;
}
.section-subscribe-button {
    background: #fff;
    margin: auto;
    display: block;
    max-width: 400px;
    padding: 30px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 60px;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.section-subscribe-button:hover {
    background: #6ff5ad;
}
.section-subscribe-button-mobile {
    display: none;
}
.section-subscribe-button span {
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(#8B60FF),
        color-stop(41%, #5D6EFF),
        to(#33DFA6)
    );
    background: -o-linear-gradient(
        left,
        #8B60FF 0%,
        #5D6EFF 41%,
        #33DFA6 100%
    );
    background: linear-gradient(
        90deg,
        #8B60FF 0%,
        #5D6EFF 41%,
        #33DFA6 100%
    );

    background-size: 200% auto;
    background-position: 0% center;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;

    -webkit-animation: gradientMove 2s ease-in-out infinite alternate;

            animation: gradientMove 2s ease-in-out infinite alternate;
}
.section-subscribe-button:hover span {
    background: #fff;
    -webkit-background-clip: text;
            background-clip: text;
}
.section-subscribe-header {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    color: #EAECF4;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    text-transform: uppercase;
}
.section-subscribe-list {
    max-width: 1005px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.section-subscribe-item {
    background: url(../images/home/liquid-glass.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
    padding: 36px 29px 27px;
    max-width: calc(50% - 5px);
}
.section-subscribe-item-icon {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 8px 0 #f2f2f2, inset 0 0 0 1px #a6a6a6, inset -2px -2px 1px -2px #262626, inset 2px 2px 1px -2px #262626, inset 3px 3px 1px -4px #fff;
            box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 8px 0 #f2f2f2, inset 0 0 0 1px #a6a6a6, inset -2px -2px 1px -2px #262626, inset 2px 2px 1px -2px #262626, inset 3px 3px 1px -4px #fff;
    background: rgba(93, 110, 255, 0.25), rgba(23, 23, 23, 0.1);
    width: 95px;
    height: 95px;
    min-width: 95px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-subscribe-item-icon img {
    margin: 0;
    width: 70px;
    height: 70px;
}
.section-subscribe-item-title {
    color: #73F5AD;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}
.section-subscribe-item-desc {
    color: #EAECF4;
    font-size: 18px;
    line-height: 18px;
}
.section-subscribe-item-screen {
  width: 95px;
  height: 95px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.section-subscribe-item-circle {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  position: relative;

  background: rgb(63 81 181 / 25%);

    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;
}
.section-subscribe-item-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;

  padding: 1.4px;

  background:
    conic-gradient(
      from 315deg,
      rgba(255, 255, 255, 0.62) 0deg,
      rgba(255, 255, 255, 0.34) 55deg,
      rgba(255, 255, 255, 0.12) 125deg,
      rgba(0, 0, 0, 0.06) 210deg,
      rgba(0, 0, 0, 0.14) 275deg,
      rgba(255, 255, 255, 0.42) 360deg
    );

  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

          mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));

          mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.section-subscribe-item-circle::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;

  -webkit-box-shadow:
    inset 5px 5px 14px rgba(255, 255, 255, 0.025),
    inset -6px -6px 16px rgba(0, 0, 0, 0.045);

          box-shadow:
    inset 5px 5px 14px rgba(255, 255, 255, 0.025),
    inset -6px -6px 16px rgba(0, 0, 0, 0.045);
}
.section-subscribe-item-circle img {
    margin: 0;
    border-radius: 0;
}
.section-basic-numerology {
    max-width: 1190px;
    margin: 60px auto;
}
.list-basic-numerology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 75px;
}
.item-basic-numerology {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.item-basic-numerology > img {
    margin: 0 auto -20px;
    height: 215px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}
.item-basic-numerology:last-child > img {
    margin: 10px auto -30px;
}
.item-basic-numerology > div {
    background: #12062A;
    border-radius: 20px;
    padding: 30px;
    background: -o-radial-gradient(72.22% 44.02%, 72.16% 124.64%, #8b60ff 0%, #62c1ee 85.58%);
    background: radial-gradient(72.16% 124.64% at 72.22% 44.02%, #8b60ff 0%, #62c1ee 85.58%);
}
.item-basic-numerology:nth-child(2) > div {
    background: -o-radial-gradient(39.72% 50.1%, 65.15% 76.64%, #8b60ff 0%, rgba(132, 112, 252, 0.9) 46.22%, #62c1ee 85.58%, rgba(98, 193, 238, 0.97) 100%);
    background: radial-gradient(65.15% 76.64% at 39.72% 50.1%, #8b60ff 0%, rgba(132, 112, 252, 0.9) 46.22%, #62c1ee 85.58%, rgba(98, 193, 238, 0.97) 100%);
}
.item-basic-numerology:nth-child(3) > div {
    background: -o-linear-gradient(161deg, #8b60ff 0%, #62c1ee 60.19%, #62c1ee 100%);
    background: linear-gradient(289deg, #8b60ff 0%, #62c1ee 60.19%, #62c1ee 100%);
}
.item-basic-numerology-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
}
.item-basic-numerology-desc {
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    margin-top: 10px;
}
.item-basic-numerology-button {
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 1px;
    color: #6B7094;
    text-transform: uppercase;
    min-height: 44px;
    min-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border: 1px solid #6B7094;
    border-radius: 999px;
    margin-top: 20px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
.item-basic-numerology-button:hover {
    background: #73f5ad;
    color: rgb(107 112 148 / 80%);
    border-color: #fff;
}
.section-basic-direction {
    background: rgba(108, 122, 245, 0.1);
    padding: 60px 0 100px;
}
.section-basic-direction-wrap {
    max-width: 1190px;
    margin: auto;
}
.list-basic-direction {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
}
.item-basic-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}
.item-basic-direction > img {
    margin: 0;
    border-radius: 0;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.right-basic-direction {
    padding: 40px 50px;
    max-width: 480px;
    background: #fff;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.title-basic-direction {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    color: #152397;
}
.desc-basic-direction {
    color: #6B7094;
    font-size: 16px;
    margin-top: 15px;
}
.section-basic-direction .button-faq {
    color: #6B7094;
}
.text-button._1px {
    font-size: 12px;
}
.section-choices {
    position: relative;
    overflow: hidden;
    padding: 60px 0 195px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(108 122 245 / 10%)), to(#6c7af500));
    background: -o-linear-gradient(top, rgb(108 122 245 / 10%), #6c7af500);
    background: linear-gradient(180deg, rgb(108 122 245 / 10%), #6c7af500);
}
.section-choices-wrap {
    max-width: 1190px;
    margin: auto;
}
.section-choices h2 span {
    color: #6C7AF5;
}
.block-choices-left {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    width: 885px;
    max-height: calc(100% - 166px);
}
.block-choices-left > div {
    position: absolute;
    right: 110px;
    top: 70px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: -o-linear-gradient(79deg, rgba(255, 255, 255, 0.55) 0%, rgba(1, 155, 227, 0.2) 64%, rgba(108, 122, 245, 0.55) 98%);
    background: linear-gradient(11deg, rgba(255, 255, 255, 0.55) 0%, rgba(1, 155, 227, 0.2) 64%, rgba(108, 122, 245, 0.55) 98%);
    width: 360px;
    padding: 30px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    border: 1px solid #fff;
}
.block-choices-left img {
    width: 995px;
    margin: 0;
}
.block-choices-right {
    left: 50%;
    position: relative;
    max-width: 535px;
    width: 100%;
}
.block-choices-right .button-1 {
    width: 100%;
}
.block-choices-questions {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
            box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
    border-radius: 25px;
    padding: 25px 35px;
    margin-bottom: 20px;
}
.block-choices-question {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.block-choices-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.block-choices-header > span {
    color: #6B7094;
    font-size: 16px;
    font-weight: 700;
    margin-left: auto;
}
.block-choices-question span {
    color: red;
}
.block-choices-questions label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
    align-items: flex-start;
}
.block-choices-questions label input {
    margin-top: 3px;
}
.block-choices-confirm {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}
.section-info-profit {
    position: relative;
    overflow: hidden;
    padding: 100px 0 180px;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        color-stop(21%, #3A3F7D),
        color-stop(57%, #6C7AF5),
        to(#37DBA7)
    );
    background: -o-linear-gradient(
        top,
        #3A3F7D 21%,
        #6C7AF5 57%,
        #37DBA7 100%
    );
    background: linear-gradient(
        180deg,
        #3A3F7D 21%,
        #6C7AF5 57%,
        #37DBA7 100%
    );
}
.section-info-profit-wrap {
    max-width: 1190px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 3;
}
.section-info-profit h2 {
    color: #fff;
}
.section-info-profit .description-section {
    color: #DCDCDC;
}
.section-info-profit-left {
    max-width: 450px;
}
.section-info-profit-left .button-6 {
    max-width: 330px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.section-info-profit > .bg-profit-image {
    position: absolute;
    z-index: 2;
    margin: 0;
    bottom: 0;
    height: 80%;
    left: 57%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    border-radius: 0;
}
.section-info-profit-wrap .bg-profit-image {
    display: none;
}
.section-info-profit .bg-up-1 {
    position: absolute;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    top: 20%;
    width: 75px;
    left: 40%;
    opacity: .6;
}
.section-info-profit .bg-up-2 {
    position: absolute;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    right: 16%;
    width: 75px;
    bottom: 5%;
}
.section-info-profit .bg-shadow-image {
    position: absolute;
    bottom: 0;
    margin: 0;
    z-index: 1;
    border-radius: 0;
}
.section-info-profit-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.33%, rgba(156, 255, 194, .6)), color-stop(71.63%, rgba(93, 109, 255, .6)), color-stop(93.27%, rgba(117, 123, 169, .6)));
    background: -o-linear-gradient(bottom, rgba(156, 255, 194, .6) 4.33%, rgba(93, 109, 255, .6) 71.63%, rgba(117, 123, 169, .6) 93.27%);
    background: linear-gradient(0deg, rgba(156, 255, 194, .6) 4.33%, rgba(93, 109, 255, .6) 71.63%, rgba(117, 123, 169, .6) 93.27%);
    border-radius: 25px;
    padding: 50px 30px 30px;
    max-width: 378px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.section-info-profit-right-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}
.section-info-profit-right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.section-info-profit-right-row img {
    margin: 0;
}
.section-process-learning {
    background: #F1F2FE;
    padding: 100px 0;
}
.section-process-learning-wrap {
    max-width: 1190px;
    margin: auto;
}
.section-process-learning h2 span {
    color: #6C7AF5;
}
.section-process-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section-process-item img {
    width: 180px;
    margin: 0;
    border-radius: 0;
}
.section-process-item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #414051;
    margin-bottom: 4px;
}
.section-process-item-desc {
    font-weight: 500;
    font-size: 14px;
    color: #6b7094;
    max-width: 260px;
}
.section-blog-home {
    max-width: 1190px;
    margin: auto;
    padding: 60px 0 150px;
}
.section-blog-home h2 span{
    color: #6C7AF5;
}
.section-blog-home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.section-blog-home-item img {
    height: 234px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
    border-radius: 25px;
}
.section-blog-home-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.section-blog-home-title {
    margin: 15px 0 40px;
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}
.section-blog-home-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;

    overflow: hidden;
}
.section-blog-home .button-faq {
    color: #6B7094;
}
.section-basic-direction .button-faq .img.arrow-progn, .section-blog-home .button-faq .img.arrow-progn {
    transform: none;
}
.slick-prev-custom, .slick-next-custom {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(170 170 170);
    top: 120px;
    left: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    z-index: 1;
    transition: 1s ease all;
}
.slick-next-custom {
    transform: rotate(-90deg);
    left: auto;
    right: 10px;
}
.slick-prev-custom .img.arrow-progn, .slick-next-custom .img.arrow-progn {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    transition: 1s ease all;
}
.slick-prev-custom:hover, .slick-next-custom:hover {
    background: #b9a0ff;
}
.slick-prev-custom:hover img, .slick-next-custom:hover img {
    filter: brightness(10);
}

@media screen and (min-width: 1920px) {
    .menu {
        max-width: none;
    }
}
@media screen and (max-width: 1250px) {
    .section-subscribe .bg-left {
        height: 140%;
        max-width: 60%;
        bottom: -37%;
        left: -17%;
    }
    .section-subscribe .bg-up-1 {
        width: 65px;
    }
    .section-subscribe .bg-up-2 {
        width: 65px;
        right: 1%;
    }
}
@media screen and (max-width: 1200px) {
    .home-header-img {
        height: 150%;
        -webkit-transform: translate(-30%, 0);
            -ms-transform: translate(-30%, 0);
                transform: translate(-30%, 0);
    }
    .home-header-logo {
        max-width: 420px;
    }
    .home-header-right-subtitle {
        max-width: 600px;
        font-size: 30px;
    }
    .home-header-right-text {
        max-width: 650px;
        font-size: 14px;
        line-height: 20px;
    }
    .home-header-right-two span {
        font-size: 18px;
    }
    .home-header-right-group-buttons a {
        font-size: 14px;
        height: 48px;
        max-width: 306px;
    }
    .home-header-right-link-buttons a {
        font-size: 11px;
    }
    .list-basic-numerology {
        gap: 30px;
    }
    .item-basic-numerology > img {
        max-width: 250px;
    }
    .item-basic-numerology-title {
        font-size: 18px;
        line-height: 25px;
    }
    .item-basic-numerology-desc {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .home-header-img {
        -webkit-transform: translate(-27%, 0);
            -ms-transform: translate(-27%, 0);
                transform: translate(-27%, 0);
    }
}
@media screen and (max-width: 930px) {
    .home-header-logo {
        max-width: 350px;
    }
    .home-header-right-subtitle {
        max-width: 580px;
        font-size: 25px;
    }
    .home-header-right-text {
        max-width: 550px;
        margin-top: 14px;
    }
    .home-header-right-two {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .home-header-right-two {
        gap: 50px;
    }
    .home-header-right-group-buttons a {
        max-width: 260px;
        font-size: 13px;
    }
    .home-header-right-link-buttons a {
        line-height: 1.1;
    }
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 25px;
        line-height: 1.25;
        letter-spacing: 1px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .slick-prev-custom, .slick-next-custom {
        width: 30px;
        height: 30px;
        top: 40px;
    }
    .home-header-img {
        height: 550px;
        top: -210px;
        -webkit-transform: translate(-37%, 0px);
            -ms-transform: translate(-37%, 0px);
                transform: translate(-37%, 0px);
    }
    .stars {
        top: -4%;
        height: 180px;
        -webkit-transform: translate(-43%, 0px);
            -ms-transform: translate(-43%, 0px);
                transform: translate(-43%, 0px);
        -webkit-clip-path: polygon(-22% -42%, 141% -17%, 75% 103%, 47% 89%);
                clip-path: polygon(-22% -42%, 141% -17%, 75% 103%, 47% 89%);
    }
    .star {
        zoom: 1;
    }
    .home-header-right-title {
        margin-top: 100px;
        position: relative;
        z-index: 10;
    }
    .home-header-right-block {
        margin-top: -42px;
        border-top-right-radius: 0;
        padding: 20px 25px 20px 15px;
        margin-left: 10px;
    }
    .home-header-logo {
        padding: 30px 30px 50px 30px;
        max-width: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
        background: -o-linear-gradient(bottom, #ffffff, transparent);
        background: linear-gradient(0deg, #ffffff, transparent);
    }
    .home-header-logo:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 70px;
        left: 0px;
        bottom: -40px;
        background: linear-gradient(0deg, #dbe0f3, #f7f8fd);
    }
    .home-header-logo .logo-ru {
        left: 30px;
        top: 30px;
    }
    .home-header-logo img {
        max-width: 260px;
    }
    .home-header-right-subtitle {
        font-size: 20px;
    }
    .home-header-right-text {
        margin-top: 10px;
    }
    .home-header {
        background-position: -42px 0;
        padding-bottom: 50px;
    }
    .home-header-right-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }
    .home-header-right-two span {
        font-size: 15px;
    }
    .home-header-right-two span br {
        display: none;
    }
    .home-header-right-group-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }
    .home-header-right-group-buttons a {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    .home-header-right-link-buttons {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 10px;
    }
    .home-header-right-link-buttons a {
        font-size: 12px;
    }
    .section-subscribe h2 {
        font-size: 30px;
        line-height: 1.1;
    }
    .section-subscribe {
        padding: 30px 0 40px;
    }
    .section-subscribe-description {
        font-size: 13px;
        line-height: 1.1;
        margin: 20px auto;
        padding: 0 20px;
    }
    .section-subscribe-button {
        display: none;
    }
    .section-subscribe-button-mobile {
        display: block;
        margin: 100px 15px 0;
        font-size: 25px;
        line-height: 30px;
        padding: 17px;
    }
    .section-subscribe-header {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 34px;
    }
    .section-subscribe-list {
        padding: 0 15px;
        max-width: 500px;
    }
    .section-subscribe-item {
        max-width: 100%;
        width: 100%;
        gap: 15px;
        padding: 20px;
    }
    .section-subscribe-item-title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 9px;
    }
    .section-subscribe-item-desc {
        font-size: 12px;
        line-height: 1.1;
    }
    .section-subscribe-item-circle, .section-subscribe-item-screen {
        width: 75px;
        height: 75px;
    }
    .section-subscribe-item-circle img {
        width: 50px;
        height: 50px;
    }
    .section-subscribe .bg-up-1, .section-subscribe .bg-up-2 {
        display: none;
    }
    .section-subscribe .bg-left {
        width: 95%;
        height: auto;
        bottom: -18%;
        max-width: none;
        left: -32%;
        rotate: 10deg;
    }
    .section-subscribe .bg-right {
        top: auto;
        bottom: -230px;
        width: 70%;
        max-width: none;
        -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg);
        right: -15%;
    }
    .super-stars {
        margin: 40px 0 20px;
    }
    .super-stars-list {
        padding: 0 15px 30px;
    }
    .super-stars-list a div {
        width: 100px;
        height: 100px;
        border: 2.5px solid;
        padding: 2px;
    }
    .super-stars-list a span {
        margin-top: 10px;
        font-size: 7px;
        line-height: 1.25;
        padding: 0 10px;
    }
    .description-section {
        padding: 0 15px;
        font-size: 13px;
        line-height: 1.25;
    }
    .section-calc-list {
        margin: 30px auto 50px;
    }
    .section-calc-list h2 .button-faq {
        display: none;
    }
    .section-calc-list h2 span {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .section-calc-list > .button-faq {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px auto 0;
    }
    .block-calc-list {
        padding: 0 15px;
        gap: 15px;
    }
    .block-calc-list .block-calc {
        max-width: 100%;
        width: 100%;
        padding: 15px 20px;
        gap: 15px;
    }
    .block-calc-list .block-calc > img {
        width: 60px;
        height: 60px;
    }
    .block-calc-list .block-calc .block-calc-tag {
        padding: 5px 20px;
        font-size: 8px;
        line-height: 8px;
    }
    .block-calc-list .block-calc .block-calc-title {
        font-size: 18px;
        line-height: 1.25;
    }
    .block-calc-list .block-calc .block-calc-desc {
        font-size: 10px;
        line-height: 1.25;
    }
    .list-basic-numerology {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 35px;
    }
    .item-basic-numerology-title {
        font-size: 16px;
        line-height: 1.25;
    }
    .item-basic-numerology:nth-child(2) > img {
        margin: 0 auto -35px;
    }
    .item-basic-numerology:nth-child(3) > img {
        margin: 0 auto -55px;
    }
    .section-basic-direction {
        padding: 15px 0 80px;
    }
    .list-basic-direction {
        padding: 0 15px;
        gap: 15px;
    }
    .item-basic-direction {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .right-basic-direction {
        padding: 15px 15px 25px;
        max-width: 100%;
    }
    .title-basic-direction {
        font-size: 16px;
        line-height: 1.25;
    }
    .desc-basic-direction {
        font-size: 13px;
        line-height: 1.25;
    }
    .section-choices {
        padding: 10px 0;
    }
    .block-choices-left {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
    }
    .block-choices-left > div {
        font-size: 10px;
        padding: 15px;
        width: 210px;
        right: 15px;
        top: 20px;
    }
    .block-choices-left:after {
        content: "";
        position: absolute;
        height: 150px;
        width: 100%;
        bottom: -.5px;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#f6f7fd), to(transparent));
        background: -o-linear-gradient(bottom, #f6f7fd, transparent);
        background: linear-gradient(0deg, #f6f7fd, transparent);
    }
    .block-choices-right {
        left: 0;
        padding: 25px 15px;
    }
    .section-info-profit {
        padding: 5px 0 30px;
    }
    .section-info-profit-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section-info-profit-wrap .bg-profit-image {
        display: block;
        margin: 0;
        border-radius: 0;
        height: 360px;
        -o-object-fit: cover;
           object-fit: cover;
        right: -60px;
        position: relative;
    }
    .section-info-profit > .bg-profit-image {
        display: none;
    }
    .section-info-profit .bg-up-1 {
        top: 40px;
        right: 40px;
        left: auto;
    }
    .bg-profit-image-wrap {
        position: relative;
    }
    .bg-profit-image-wrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: -1px;
        background: -webkit-gradient(linear, left bottom, left top, from(#6976ee), to(transparent));
        background: -o-linear-gradient(bottom, #6976ee, transparent);
        background: linear-gradient(0deg, #6976ee, transparent);
    }
    .section-info-profit-left .button-6 {
        max-width: 100%;
        margin: 15px;
        margin-top: -15px;
    }
    .section-info-profit-right {
        max-width: 100%;
        width: -webkit-fill-available;
        width: -moz-available;
        width: stretch;
        margin: 15px;
        border: 1px solid rgb(255 255 255 / 20%);
    }
    .section-info-profit .bg-up-2 {
        top: 40%;
        z-index: 4;
        left: 15px;
        opacity: .65;
    }
    .section-process-learning {
        padding: 5px 0 30px;
    }
    .section-process-learning-wrap h2 br {
        display: none;
    }
    .section-process-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
        padding: 0 10px;
    }
    .section-process-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
    }
    .section-process-item img {
        width: 90px;
    }
    .section-process-item:first-child img {
        -o-object-position: 4px;
           object-position: 4px;
    }
    .section-process-item-title {
        font-size: 16px;
    }
    .section-process-item-desc {
        font-size: 12px;
        line-height: 1.1;
    }
    .section-blog-home {
        padding: 5px 0 100px;
    }
    .section-blog-home-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
        padding: 0 15px;
    }
    .section-blog-home-item img {
        height: 174px;
    }
    .section-blog-home-title {
        font-size: 16px;
        margin: 15px 0;
    }
    .section-blog-home-desc {
        font-size: 13px;
        -webkit-line-clamp: 5;
    }
    .section .h2.margin-bot-2-4-5rem {
        padding: 0;
    }
    .card-gg-button {
        width: 100%;
    }
    .super-star-1 {
        width: 30px;
        top: 85px;
    }
    .super-star-2 {
        width: 30px;
        left: 80%;
        top: 30px;
    }
    .super-star-3 {
        width: 30px;
        top: 40px;
        left: 18%;
    }
}
@-webkit-keyframes twinkle {
    0%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
    }
}
@keyframes twinkle {
    0%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
    }
}
@-webkit-keyframes twinkleS {
    0%, 100% {
        opacity: 0.1;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes twinkleS {
    0%, 100% {
        opacity: 0.1;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes gradientMove {
  from {
    background-position: 0% center;
  }

  to {
    background-position: 100% center;
  }
}
@keyframes gradientMove {
  from {
    background-position: 0% center;
  }

  to {
    background-position: 100% center;
  }
}