@font-face {
    font-family: "mursgothic";
    src: local("mursgothic"), local("mursgothic"), url("../fonts/mursgothic.woff2") format("woff2"), url("../fonts/mursgothic.woff") format("woff");
    font-weight: 800;
    font-style: normal
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p {
    margin: 0 0 15px 0
}

p:last-child {
    margin: 0
}

.wrapper {
    margin: 0 auto;
    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: 100%
}

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

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

body {
    background-color: #003575;
}

.header {
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__inner {
    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;
    border-radius: 100px;
    background: #fff;
    height: 80px;
    padding: 15px 50px
}

.header__logo {
    width: 165px;
    display: block
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__link {
    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;
    color: #000;
    font-family: "mursgothic";
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    background: #ff9fc5
}

.header__link img {
    margin: 0 0 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__link:hover img {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.header nav {
    margin: 0 40px 0 auto
}

.header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header nav li {
    margin: 0 0 0 30px
}

.header nav a {
    color: #000;
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.header .header__menu-btn {
    display: none
}

.sc-intro {
    padding: 220px 0 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top
}

.sc-intro__inner {
    padding: 0 50px
}

.sc-intro__title {
    width: 57%;
    margin: 0 0 90px 0
}

.sc-intro__title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sc-intro__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sc-intro__bot img {
    display: block;
    margin: 0 40px 0 0
}

.sc-intro__bot p {
    margin: 0 0 0 auto;
    color: #fff;
    font-family: "mursgothic";
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    text-align: right
}

.sc-title {
    margin-bottom: 40px;
    color: #000;
    font-family: "mursgothic";
    font-size: 90px;
    font-weight: 600;
    line-height: 100%
}

.wrapper-content {
    padding: 70px 50px 0 50px;
    border-radius: 100px;
    background: #fff;
    max-width: 1390px;
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.sc-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sc-about .sc-title {
    margin: 0 40px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: fit-content
}

.sc-about__right {
    color: #080808;
    font-family: "IBM Plex Sans", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    max-width: 630px;
    width: 100%
}

.sc-about__img {
    width: calc(100% + 100px);
    height: auto;
    border-radius: 100px;
    overflow: hidden;
    margin: 70px 0 0 -50px
}

.sc-about__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sc-join {
    padding: 50px 0 0 0;
    font-family: "IBM Plex Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
    width: calc(100% + 100px);
    margin: 0 0 0 -50px
}

.sc-join .container {
    padding: 0
}

.sc-join .container>img {
    width: 100%;
    border-radius: 100px 100px 0 0;
    display: block;
}

.sc-join__inner {
    position: relative;
    z-index: 1;
    margin: -170px 0 0 0;
    padding: 70px 50px;
    border-radius: 100px;
    background: #baffae
}

.sc-join .sc-title {
    color: #080808;
    font-family: "mursgothic";
    font-size: 84px;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 50px 0
}

.sc-join__text {
    margin: 0 0 20px 0
}

.sc-join li {
    margin: 0 0 10px 0
}

.sc-join__link {
    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;
    color: #000;
    font-family: "mursgothic";
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    padding: 24px 20px;
    border-radius: 50px;
    background: #ff9fc5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0
}

.sc-join__link img {
    width: 41px;
    height: 32px;
    margin: 0 0 0 50px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.sc-join__link:hover img {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.sc-fact {
    padding: 70px 0 60px;
    overflow: hidden;
    width: 100%
}

.sc-fact .sc-title {
    padding: 0 130px 0 0
}

.sc-fact .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.sc-fact .swiper-slide {
    height: auto
}

.sc-fact__slider {
    position: relative
}

.sc-fact .swiper-button-next,
.sc-fact .swiper-button-prev {
    top: -80px;
    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;
    width: 80px;
    height: 60px;
    border-radius: 50px;
    background: #c6e0fe;
    cursor: pointer;
    display: none
}

.sc-fact .swiper-button-next::after,
.sc-fact .swiper-button-prev::after {
    display: none
}

.sc-fact .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 100px
}

.sc-fact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 15px;
    background: #003575;
    height: 100%
}

.sc-fact__item img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 10px 0 0 auto
}

.sc-fact__title {
    margin: 0 0 20px 0;
    color: #ff9fc5;
    font-family: "mursgothic";
    font-size: 60px;
    font-weight: 600;
    line-height: 100%
}

.sc-fact__text {
    color: #fff;
    font-family: "IBM Plex Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.exellence {
    padding: 60px 0
}

.exellence .sc-title {
    max-width: 660px;
    width: 100%
}

.exellence img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin: -160px 0 0 85px
}

.sc-team {
    padding: 60px 0 20px
}

.sc-team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px
}

.sc-team__item {
    margin: 0 0 50px 30px;
    width: calc(25% - 30px)
}

.sc-team__img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 30px 0;
    background-color: #c6e0fe
}

.sc-team__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sc-team__name {
    margin: 0 0 20px 0;
    color: #080808;
    font-family: "mursgothic";
    font-size: 36px;
    font-weight: 600;
    line-height: 90%
}

.sc-team__text {
    color: #000;
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.btn-show {
    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;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px;
    background: #003575;
    border: none;
    color: #fff;
    font-family: "IBM Plex Sans", serif;
    margin: 20px 0 0 0
}

.sc-team__item.open .sc-team__text {
    -webkit-line-clamp: unset;
    max-height: none;
    display: block
}

.sc-team__item.open .btn-show {
    display: none !important
}

.sc-learn {
    padding: 60px 0 50px
}

.sc-learn .sc-title {
    text-align: center
}

.sc-learn__text {
    color: #000;
    font-family: "IBM Plex Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    text-align: center;
    max-width: 1070px;
    margin: 0 auto
}

.sc-learn__btns {
    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;
    margin: 35px 0 0 -30px
}

.sc-learn__btn {
    width: calc(50% - 30px);
    margin: 30px 0 0 30px;
    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;
    color: #fff;
    font-family: "mursgothic";
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    padding: 24px 20px;
    border-radius: 50px;
    background: #003575;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.sc-learn__btn img {
    margin: 0 0 0 40px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.sc-learn__btn:hover img {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.margin-top {
    margin-top: 110px
}

.sc-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px
}

.sc-program__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    width: calc(33.33333% - 30px);
    border-radius: 15px;
    margin: 0 0 30px 30px;
    background: #c6e0fe;
    overflow: hidden
}

.sc-program__item>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.sc-program .img-item {
    padding: 0
}

.sc-program__title {
    margin: 0 0 20px 0;
    color: #003575;
    font-family: "mursgothic";
    font-size: 36px;
    font-weight: 600;
    line-height: 100%
}

.sc-program__text {
    margin: 0 0 40px 0;
    font-family: "IBM Plex Sans", serif;
    margin: 0 0 40px 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%
}

.sc-program__btns {
    margin: auto 0 0 0
}

.sc-program .btn-pink {
    margin: 10px 0 0 0;
    padding: 20px 20px;
    font-size: 26px
}

.sc-program .btn-pink img {
    width: 20px;
    height: 18px
}

.btn-pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #000;
    font-family: "mursgothic";
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 50px;
    padding: 24px 20px;
    background: #ff9fc5
}

.btn-pink img {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn-pink:hover img {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.stickers-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.stickers-one li {
    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;
    text-align: center;
    color: #000;
    font-family: "mursgothic";
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 10px 5px
}

.stickers-one li:nth-child(even) {
    border-color: #fecb3e
}

.stickers-one li:nth-child(odd) {
    border-color: #29b5a4
}

.stickers-one li:nth-child(1) {
    border-color: #fecb3e
}

.stickers-one li:nth-child(2) {
    border-color: #29b5a4
}

.stickers-one li:nth-child(3) {
    border-color: #ff87a3
}

.stickers-twoo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 50px -10px
}

.stickers-twoo li {
    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;
    text-align: center;
    border-radius: 20px;
    color: #000;
    font-family: "mursgothic";
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 10px;
    max-width: 250px;
    margin: 0 0 10px 10px
}

.stickers-twoo li:nth-child(odd) {
    color: #000;
    background: #fecb3e
}

.stickers-twoo li:nth-child(even) {
    color: #fff;
    background-color: #003575
}

.sc-team__sc-title {
    color: #003575;
    font-weight: 600;
    font-size: 45px;
    font-family: "mursgothic";
    margin: 0 0 40px 0
}

.dss-partners {
    padding: 40px 0 10px
}

.dss-partners { overflow: hidden; padding: 40px 0; }

.dss-partners__marquee {
    overflow: hidden;
    position: relative;
}
.dss-partners__marquee::before,
.dss-partners__marquee::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}
.dss-partners__marquee::before { left: 0;  background: linear-gradient(to right, #fff, transparent); }
.dss-partners__marquee::after  { right: 0; background: linear-gradient(to left,  #fff, transparent); }

.dss-partners__list {
    display: flex;
    gap: 40px;
    width: max-content;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: marquee 28s linear infinite;
}
.dss-partners__list:hover { animation-play-state: paused; }

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.dss-partners__list li { flex-shrink: 0; }
.dss-partners__list li img {
    height: 120px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity .2s, filter .2s;
}
.dss-partners__list li:hover img {
    opacity: 1;
}

.dss-partners__list img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.margin-top {
    margin-top: 120px
}

.breadcrumb {
    font-family: "IBM Plex Sans", serif
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb li {
    position: relative
}

.breadcrumb li+li {
    padding: 0 0 0 20px
}

.breadcrumb li+li::after {
    content: ">";
    position: absolute;
    top: 0;
    left: 6px;
    width: 10px;
    height: 5px
}

.breadcrumb a,
.breadcrumb span {
    font-size: 18px;
    line-height: 110%;
    color: #000
}

.news {
    padding: 50px 0 30px;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    font-family: "IBM Plex Sans", serif
}

.news img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 0;
    border-radius: 25px
}

.news a {
    color: #003575;
    font-weight: 700;
    text-decoration: underline
}

.news ul {
    margin: 0 0 20px 0
}

.news ul li {
    position: relative;
    padding-left: 15px
}

.news ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000
}

.news__text h2{
    font-size: 36px;
    color: #003575;
    margin: 0 0 2rem 0;
    font-family: "mursgothic";
    line-height: 100%
}

.news__text.margin-zero {
    margin: 0
}

.title-twoo {
    font-family: "mursgothic";
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 45px;
    line-height: 100%;
    color: #003575
}

.news__text {
    font-size: 18px;
    line-height: 135%;
    margin: 0 0 30px 0
}

.news-all {
    padding: 50px 0 70px
}

.news-all__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px
}

.news-all__item {
    width: calc(33.33333% - 30px);
    margin: 0 0 30px 30px;
    background-color: #c6e0fe;
    border-radius: 15px;
    overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-all__date {
    font-family: "IBM Plex Sans", serif;
    font-size: 18px;
    line-height: 135%;
    color: #000;
    margin: 0 0 20px 0
}

.news-all__title {
    font-size: 36px;
    line-height: 100%;
    color: #003575;
    font-family: "mursgothic"
}

.news-all__img {
    border-radius: 15px;
    height: 300px;
    overflow: hidden
}

.news-all__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.news-all__box {
    padding: 30px 20px
}
.header__box{
	display: flex;
	align-items: center;
}

.dss-change {
	padding: 0 0 30px 0;
}

.dss-change__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.dss-change__item {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background: rgba(198, 224, 254, 1);
  overflow: hidden;
  margin: 0 0 30px 30px;
  width: calc(33.33333% - 30px);
}

.dss-change__media-content {
  height: 250px;
  width: 100%;
  display: block;
}

.dss-change__media-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: linear .2s;
}

.dss-change__media-content:hover img{
	transform: scale(1.02);
	opacity: .9;
}

.dss-change__item-inner {
  padding: 30px 20px;
  height: 100%;
	display: flex;
    flex-direction: column;
}

.dss-change__title {
  margin: 0 0 20px 0;
  color: rgba(8, 8, 8, 1);
  font-size: 36px;
  font-weight: 400;
  line-height: 90%;
  font-family: "mursgothic";
  text-align: left;
}

.dss-change__info {
	margin: 0 0 20px 0;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  font-family: "IBM Plex Sans", serif;
	flex: 1 1 auto;
}

.dss-change__content {
	display: block;
  padding: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
	flex: 1 1 auto;
}

.dss-change__content-text {
  color: rgba(0, 0, 0, 1);
  font-family: "mursgothic";
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
	  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dss-change__btn{
	margin: 30px 0 0 0;
	display: flex;
	align-items: center;
	color: rgba(0, 53, 117, 1);
	font-family: "mursgothic";
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.dss-change__btn img{
	margin: 0 0 0 10px;
	transition: linear .2s;
}

.dss-change__btn:hover img{
	transform: rotate(38deg);
}

.fancybox__content{
	border-radius: 15px;
}
.fancybox__content .dss-change__content-text{
	max-width: 850px;
	-webkit-line-clamp: 80;
}

.carousel__button.is-close{
	margin: 25px -10px -10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 159, 197, 1);
}

.carousel__button svg{
	filter: none;
	stroke: #000;
}

.dss-btn{
	width: fit-content;
	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;
    color: #000;
    font-family: "mursgothic";
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 20px;
    border-radius: 50px;
}
.dss-btn--blue{
	background: rgba(0, 53, 117, 1);
	color: #fff;
}
.dss-btn--pink{
	background: rgba(255, 159, 197, 1);
}
.dss-btn img{
	margin: 0 0 0 30px;
	transition: linear .2s;
}

.dss-btn:hover img{
	transform: rotate(38deg);
}

.dss-change__btns{
	margin: 20px 0 0 0;
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.nf-form-title,
.nf-form-fields-required,
.nf-error-msg.nf-error-field-errors,
.ninja-forms-req-symbol{
	display: none;
}

.form-wrap{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.form-wrap *{
	font-family: "IBM Plex Sans", serif;
}
.form-wrap .sc-title{
	text-align: center;
	margin: 0 0 50px 0;
	color: rgba(0, 53, 117, 1);
	font-size: 75px;
	font-family: "mursgothic" !important;
}

.form-wrap > p{
	font-size: 20px;
}

.nf-field-label{
	margin: 0 0 5px 0;
}

.nf-field-label label {
	font-family: "IBM Plex Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.field-wrap>div input,
.field-wrap select{
	padding: 16px 20px;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 15px;
	font-family: "IBM Plex Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	height: 60px;
	width: 100%;
}


.field-wrap select {
  padding: 16px 30px 16px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("/wp-content/uploads/2025/11/arrwo.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 24px;
  font-family: "IBM Plex Sans", serif;
  background-color: #fff;
  color: #000;
}

.field-wrap select::-ms-expand {
  display: none;
}

.field-wrap textarea{
	width: 100%;
	padding: 16px 20px;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 15px;
	height: 150px;
	resize: none;
	font-family: "IBM Plex Sans", serif;
}

.field-wrap input[type=submit]{
    width: fit-content;
    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;
    color: #000;
    font-family: "mursgothic" !important;
    font-size: 28px !important;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 100px 15px 20px;
    border-radius: 50px;
	background: rgba(255, 159, 197, 1);
	border-color: transparent;
	cursor: pointer;
}
.submit-wrap{
	width: fit-content;
		margin: 0 auto;
}

.submit-wrap{
	position: relative;
}
.submit-wrap:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translatey(-50%);
	background-image: url("/wp-content/uploads/2025/11/arrow-2.svg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 20px;
	z-index: 10;
	transition: linear .2s;
}

.submit-wrap:hover:after{
	transform: translatey(-30%) rotate(38deg);
}

.dss-faq{
	padding: 40px 0 20px;
color: rgba(0, 0, 0, 1);
}
.dss-faq__inner{
	display: flex;
	justify-content: space-between;
}
.dss-faq__left{
	max-width: 410px;
	width: 100%;
	margin: 0 30px 0 0;
	border-radius: 30px;
	background: rgba(198, 224, 254, 1);
	padding: 30px 15px;
	height: fit-content;
}
.dss-faq__left-text{
	margin: 0 0 30px 0;
	font-family: "IBM Plex Sans", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 135%;
}
.dss-faq__right{
	max-width: 850px;
	width: 100%;
}
.pst-accordeon dd{
	color: rgba(0, 0, 0, 1);
	font-family: "IBM Plex Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 135%;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
}
.pst-accordeon dl{
	margin: 0 0 20px 0;
	border-radius: 25px;
	background: rgba(198, 224, 254, 1);
}
.pst-accordeon dt{
	position: relative;
	cursor: pointer;
	padding: 30px 60px 30px 30px;
	color: rgba(0, 0, 0, 1);
	font-family: "mursgothic" !important;
	font-size: 36px;
	font-weight: 400;
	line-height: 90%;
}

.pst-accordeon dt:after,
.pst-accordeon dt:before{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	height: 1.2px;
	width: 28.5px;
	transform: translatey(-50%);
	background-color: #000;
	transition: linear .2s;
}

.pst-accordeon dt:before{
	transform: translatey(-50%) rotate(90deg);
}

.pst-accordeon dd.open{
	padding-bottom: 30px;
}
.pst-accordeon dt.active:before{
	transform: translatey(-50%) rotate(0);
}

.margin-top{
	margin-top: 110px;
}

.dss-thank{
	text-align: center;
	margin: 50px 0 100px 0;
}

.dss-thank .sc-title{
	color: rgba(0, 53, 117, 1);
}

.dss-thank__btns{
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.dss-thank__text{
	margin: 0 auto 50px;
	color: rgba(0, 0, 0, 1);
	font-family: "IBM Plex Sans", serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 135%;
	text-align: center;
	max-width: 850px;
	width: 100%;
}

.checkbox-wrap *{
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 150%;
	letter-spacing: -2%;
	text-align: left;
}

.checkbox-wrap span{
	color: #003575;
	font-weight: 700 !important;
}

.checkbox-wrap input{
	width: 15px !important;
	height: 15px !important;
}

.checkbox-wrap .nf-field-element{
	margin: 2px 0 0 0;
}

.label-right .checkbox-wrap .nf-field-element {
    width: 20px;
	height: 20px;
    flex-shrink: 0;
}

	.breadcrumb{
		margin: 0 0 40px 0;
	}
.display-center{
	display: flex;
	justify-content: center;
}

.display-center .sc-learn__btn{
	margin: 0;
}


.pagination{
    text-align: center;
}

.screen-reader-text{
    display: none;
}

.nav-links{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-links a,
.nav-links span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #c6e0fe;
    font-family: "mursgothic";
    font-size: 20px;
    line-height: 100%;
}


.nav-links span{
    background: #ff9fc5;
}



@media(max-width: 1200px) {
	.sc-team__item {
		width: calc(33.333% - 30px);
	}
	.fancybox__content{
	padding: 30px 15px;
		width: 90%;
}
    .sc-fact .swiper-button-next,
    .sc-fact .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sc-intro__bot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sc-intro__bot img {
        width: calc(50% - 25px);
        margin: 0 25px 0 0
    }

    .sc-intro__bot p {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 30px 0;
        font-size: 36px;
        text-align: left;
        width: 100%
    }

    .sc-title {
        font-size: 56px !important;
        margin: 0 0 30px !important
    }

    .sc-program__item {
        width: calc(50% - 30px)
    }

    .header__menu-btn {
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25px;
        height: 17px;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        position: relative;
        border: none;
        margin: 0 0 0 30px
    }

    .header__menu-btn span {
        height: 2px;
        background-color: #007aff;
        width: 100%;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after,
    .header__menu-btn::before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #007aff;
        left: 0;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after {
        top: 0;
        width: 100%
    }

    .header__menu-btn::before {
        width: 100%;
        bottom: 0
    }

    .header__menu-btn.active span {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .header__menu-btn.active::after {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .header__menu-btn.active::before {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .header__box {
        margin: 0;
        position: fixed;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 35px 150px;
        -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;
        justify-content: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        color: #000
    }

	.header nav{
		margin: 0 0 40px 0;
	}
    .header__box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header.open {
        top: 0;
        background-color: #fff
    }

    .header nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header nav li {
        margin: 0 0 30px 0
    }

    .news-all__title {
        font-size: 28px
    }
}

@media(max-width: 991px) {
	.dss-faq__inner{
		flex-direction: column-reverse;
	}
	.dss-faq__right {
		max-width: 100%;
	}
	.dss-faq__left {
    	max-width: 100%;
		margin: 0;
		border-radius: 15px;
	}
	.dss-change__title {
    	margin: 0 0 10px 0;
		font-size: 22px;
	}
	.dss-change__info {
    	margin: 0 0 15px 0;
		font-size: 16px;
	}
	.dss-change__btn{
		font-size: 24px;
	}
	.dss-change__btn img{
		width: 30px;
	}
	.dss-change__item {
		width: calc(100% - 30px);
	}
    .news-all__item {
        width: calc(50% - 30px)
    }

    .news-all__box {
        padding: 30px 10px
    }

    .margin-top {
        margin-top: 90px;
        padding: 30px 15px 0 15px !important
    }

    .margin-top .sc-join {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }

    .sc-about .sc-title {
        position: static
    }

    .sc-intro__inner {
        padding: 0
    }

    .sc-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sc-about__left {
        position: static;
        margin: 0 0 30px 0
    }

    .sc-about__box {
        border-radius: 30px
    }

    .wrapper-content {
        padding: 70px 0 0;
        overflow: hidden;
        border-radius: 30px
    }

    .sc-join .container>img {
        width: 100%;
        border-radius: 30px 30px 0 0
    }

    .sc-join__inner {
        margin: -30px 0 0 0
    }

    .sc-join {
        width: 100%;
        margin: 0
    }

    .sc-about__img {
        width: calc(100% + 40px);
        height: 400px;
        border-radius: 30px;
        margin: 70px 0 0 -20px
    }

    .sc-join__inner {
        padding: 70px 20px;
        border-radius: 30px
    }

    .sc-about__right {
        max-width: 100%
    }

    .exellence img {
        width: 100%;
        margin: -10px 0 0 0
    }

    .sc-fact {
        width: calc(100% + 20px)
    }

    .sc-fact .swiper-button-next,
    .sc-fact .swiper-button-prev {
        width: 50px;
        height: 30px;
        top: -40px
    }

    .sc-fact .swiper-button-next img,
    .sc-fact .swiper-button-prev img {
        width: 40%
    }

    .sc-fact .swiper-button-prev {
        right: 70px
    }

    .sc-fact__title {
        font-size: 32px
    }

    .sc-fact__text {
        font-size: 18px
    }

    .sc-fact__item img {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 767px) {

	.checkbox-wrap input{
		width: 20px !important;
		height: 20px !important;
	}
	
	.checkbox-wrap .nf-field-label{
    	padding-left: 20px !important;
	}
	
	.field-wrap input[type=submit]{
		padding: 10px 55px 10px 20px;
        font-size: 24px;
		height: 72px;
	}
	
	.dss-thank__text{
		font-size: 18px;
		margin: 0 0 30px 0;
	}
	.dss-thank__btns{
		gap: 20px;
	}
	.dss-thank {
		margin: 0 0 40px 0;
	}
	.pst-accordeon dt {
    	padding: 20px 40px 20px 15px;
		font-size: 24px;
	}
	.pst-accordeon dl {
		border-radius: 15px;
	}
	.pst-accordeon dt:after, .pst-accordeon dt:before {
    	width: 15.5px;
	}
	.pst-accordeon dd {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.dss-faq__left-text {
		font-size: 20px;
	}
	
	.dss-change__btns {
		margin: 0;
		gap: 20px;
	}
	.dss-btn{
		    padding: 24px 20px;
		font-size: 24px;
	}
	.dss-btn img{
		width: 21px;
        height: 22px;
        margin: 0 0 0 10px;
	}
	.header__box{
		top: 60px;
	}
    .news-all__item {
        width: calc(100% - 30px)
    }

    .news-all__img {
        height: 250px
    }

    .news__text h2 {
        font-size: 30px;
        margin: 0 0 15px 0
    }
	.dss-partners__list li img {
		height: 75px;
	}
    .sc-team__sc-title {
        font-size: 28px;
        margin: 30px 0 30px 0
    }

    .sc-fact {
        padding: 70px 0 20px
    }

    .sc-program__title {
        font-size: 28px
    }

    .sc-program__text {
        font-size: 16px
    }

    .stickers-one li {
        font-size: 14px
    }

    .stickers-twoo li {
        font-size: 14px;
        max-width: 200px
    }

    .btn-pink {
        font-size: 24px
    }

    .sc-program__item {
        width: calc(100% - 30px);
        padding: 20px 15px
    }

    .sc-fact {
        width: 100%
    }

    .sc-title {
        font-size: 32px !important
    }

    .header__logo {
        width: 115px;
        margin: 0 15px 0 0
    }

    .header__inner {
        padding: 15px 20px;
        height: 60px
    }

    .header__link {
        font-size: 26px
    }

    .header__link img {
        width: 22px;
        height: 17px
    }

    .sc-intro {
        background-image: url("/wp-content/uploads/2025/07/intro-2.webp") !important
    }

    .sc-intro {
        padding: 220px 0 40px
    }

    .exellence {
        padding: 30px 0
    }

    .sc-team__name {
        font-size: 26px
    }

    .sc-team__item {
        border-radius: 20px;
        margin: 0 0 30px 30px;
        width: calc(100% - 30px)
    }

    .sc-team__img {
        margin: 0 0 15px 0
    }

    .sc-team__name {
        margin: 0 0 10px 0
    }

    .sc-about__img {
        height: 300px;
        margin: 40px 0 0 -20px
    }

    .sc-join {
        margin: -80px 0 20px 0
    }

    .sc-join__inner {
        padding: 40px 20px
    }

    .sc-join .sc-title {
        margin: 0 0 30px 0
    }

    .sc-join__link {
        font-size: 24px
    }

    .sc-join__link img {
        width: 21px;
        height: 22px;
        margin: 0 0 0 10px
    }

    .sc-intro__title {
        width: 75%
    }

    .sc-learn__text,
    .sc-learn .sc-title {
        text-align: left
    }

    .sc-learn__btn {
        width: calc(100% - 30px);
        font-size: 24px
    }

    .sc-learn__btn img {
        width: 20px
    }

    .sc-learn__btns {
        margin: 0 0 50px -30px
    }

    .title-twoo {
        margin: 0 0 30px 0;
        font-size: 34px
    }
}