:root {
    --front-ink: #101828;
    --front-navy: #111f35;
    --front-navy-soft: #202c45;
    --front-accent: #bd0745;
    --front-accent-2: #f2b705;
    --front-cyan: #49b8d6;
    --front-line: rgba(255, 255, 255, 0.14);
    --front-shadow: 0 18px 50px rgba(12, 23, 38, 0.18);
    --front-surface: #ffffff;
    --front-border: rgba(16, 24, 40, 0.1);
}

html {
    scroll-behavior: smooth;
}

body.front-motion-ready {
    color: var(--front-ink);
    background: #fff;
}

.front-motion-ready a,
.front-motion-ready button,
.front-motion-ready .btn {
    transition-duration: 220ms;
    transition-property: background-color, border-color, color, box-shadow, transform;
    transition-timing-function: ease;
}

.front-motion-ready .topsection {
    z-index: 100;
}

.toparea {
    background:
        radial-gradient(circle at 12% 30%, rgba(73, 184, 214, 0.22), transparent 28%),
        linear-gradient(120deg, var(--front-navy) 0%, var(--front-accent) 66%, #d99710 140%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 26px rgba(17, 31, 53, 0.16);
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}

.toparea:after {
    background: linear-gradient(90deg, var(--front-cyan), var(--front-accent-2));
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0.82;
    position: absolute;
    width: 100%;
}

.toparea .container {
    position: relative;
    z-index: 1;
}

.toparea .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.toparea .toplist,
.toparea .topicon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
}

.toparea .toplist {
    gap: 12px;
}

.toparea .toplist li {
    align-items: center;
    display: inline-flex;
    padding-top: 0;
}

.toparea .toplist li + li {
    margin-left: 0;
}

.toparea .toplist li a {
    align-items: center;
    color: rgba(255, 255, 255, 0.94);
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    line-height: 1.25;
}

.toparea .toplist li a i,
.toparea .toplist li a img {
    align-items: center;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding-right: 0;
    width: 28px;
}

.toparea .toplist li a:hover,
.toparea .toplist li a:focus {
    color: #fff;
    text-decoration: none;
}

.toparea .topicon {
    gap: 8px;
    justify-content: flex-end;
    text-align: right;
}

.toparea .topicon li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
}

.toparea .topicon li a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.toparea .topicon li a:hover,
.toparea .topicon li a:focus {
    background: rgba(242, 183, 5, 0.95);
    border-color: rgba(242, 183, 5, 0.95);
    color: var(--front-navy);
    outline: none;
    transform: translateY(-2px);
}

.toparea .topicon li a.login {
    align-items: center;
    display: inline-flex;
    height: 30px;
    padding: 0 12px;
    width: auto;
}

.front-motion-ready header {
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 12px 34px rgba(16, 24, 40, 0.08);
}

.front-motion-ready .navborder {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: none;
}

.front-motion-ready .navborder .navbar-nav > li > a {
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
}

.front-motion-ready .navborder .navbar-nav > li > a:after {
    background: var(--front-accent);
    bottom: 9px;
    content: "";
    height: 2px;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    transform: scaleX(0.5);
    transition: opacity 220ms ease, transform 220ms ease;
}

.front-motion-ready .navborder .navbar-nav > .active > a:after,
.front-motion-ready .navborder .navbar-nav > li > a:hover:after,
.front-motion-ready .navborder .navbar-nav > li > a:focus:after {
    opacity: 1;
    transform: scaleX(1);
}

.front-motion-ready .navborder .navbar-nav > .active > a,
.front-motion-ready .navborder .nav > li > a:focus,
.front-motion-ready .navborder .nav > li > a:hover {
    background: transparent;
    border-top-color: transparent;
    color: var(--front-accent);
}

.front-motion-ready .complainbtn,
.front-hero-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 44px;
    text-decoration: none;
    white-space: nowrap;
}

.front-motion-ready .complainbtn,
.front-motion-ready .btn-read {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.front-motion-ready .complainbtn:after,
.front-motion-ready .btn-read:after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-45%);
    transition: opacity 220ms ease, transform 360ms ease;
    z-index: 0;
}

.front-motion-ready .complainbtn {
    background: linear-gradient(135deg, var(--front-accent), #a90640);
    border: 1px solid rgba(189, 7, 69, 0.82);
    box-shadow: 0 10px 22px rgba(189, 7, 69, 0.18);
    color: #fff;
}

.front-motion-ready .complainbtn:hover,
.front-motion-ready .complainbtn:focus {
    background: linear-gradient(135deg, var(--front-navy-soft), var(--front-accent));
    border-color: rgba(17, 31, 53, 0.7);
    box-shadow: 0 14px 30px rgba(17, 31, 53, 0.2);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.front-motion-ready .complainbtn:hover:after,
.front-motion-ready .complainbtn:focus:after,
.front-motion-ready .btn-read:hover:after,
.front-motion-ready .btn-read:focus:after {
    opacity: 1;
    transform: translateX(45%);
}

.front-motion-ready a:focus-visible,
.front-motion-ready button:focus-visible,
.front-motion-ready .navbar-toggle:focus {
    outline: 3px solid rgba(242, 183, 5, 0.72);
    outline-offset: 3px;
}

.front-motion-ready #alert {
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.front-motion-ready #alert.sticky-top {
    box-shadow: 0 12px 34px rgba(16, 24, 40, 0.14);
}

.front-motion-ready .sticky-top header {
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: none;
}

.front-admission-review-page #alert.sticky-top {
    box-shadow: none;
    position: static;
    width: auto;
    z-index: auto;
}

.front-admission-review-page #alert.sticky-top .topsection {
    display: block;
}

.front-admission-review-page #alert.sticky-top header {
    padding: 0;
}

.front-admission-review-page #alert.sticky-top .header-extras {
    margin: 20px 0 0;
}

.front-admission-review-page #alert.sticky-top .logo img {
    height: 76px;
    margin-bottom: 10px;
}

.front-admission-review-page #alert.sticky-top .navborder .navbar-nav > li > a {
    padding: 23px 15px;
}

.front-motion-ready .navbar-toggle {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(189, 7, 69, 0.24);
    min-height: 44px;
    min-width: 44px;
}

.front-motion-ready .navbar-toggle .icon-bar {
    height: 2px;
    width: 21px;
}

.front-motion-ready .dropdown-menu {
    border: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.13);
    overflow: hidden;
}

.front-hero {
    background: var(--front-navy);
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.front-hero .carousel-inner,
.front-hero .carousel-inner > .item {
    min-height: 620px;
}

#bootstrap-touch-slider > .carousel-inner {
    background: var(--front-navy);
    box-shadow: inset 0 -28px 44px rgba(17, 31, 53, 0.18);
    isolation: isolate;
    overflow: hidden;
}

#bootstrap-touch-slider > .carousel-inner:after {
    background: linear-gradient(90deg, rgba(73, 184, 214, 0.34), rgba(242, 183, 5, 0.34), rgba(189, 7, 69, 0.28));
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0.72;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.front-hero .carousel-inner > .item {
    background: var(--front-navy);
    padding-bottom: 0;
    padding-top: 0;
}

.front-hero .carousel-inner > .item > img,
.front-hero .carousel-inner > .item > a > img {
    filter: saturate(0.96) contrast(1.03) brightness(0.76);
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

#bootstrap-touch-slider > .carousel-inner > .item > img,
#bootstrap-touch-slider > .carousel-inner > .item > a > img {
    transition: filter 900ms ease, transform 1200ms ease;
}

#bootstrap-touch-slider > .carousel-inner > .item.active > img,
#bootstrap-touch-slider > .carousel-inner > .item.active > a > img {
    filter: saturate(1.02) contrast(1.04) brightness(0.8);
    transform: scale(1.025);
}

.front-hero:before {
    background:
        linear-gradient(90deg, rgba(17, 31, 53, 0.76) 0%, rgba(17, 31, 53, 0.56) 42%, rgba(17, 31, 53, 0.12) 100%),
        repeating-linear-gradient(90deg, transparent 0, transparent 94px, rgba(255, 255, 255, 0.045) 95px),
        repeating-linear-gradient(0deg, transparent 0, transparent 94px, rgba(255, 255, 255, 0.035) 95px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.front-hero:after {
    background:
        linear-gradient(120deg, transparent 0 34%, rgba(73, 184, 214, 0.08) 35%, transparent 36% 66%, rgba(242, 183, 5, 0.08) 67%, transparent 68%),
        linear-gradient(180deg, transparent 0%, rgba(17, 31, 53, 0.34) 100%);
    content: "";
    inset: 0;
    opacity: 0.62;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

.front-hero-shell {
    align-items: flex-end;
    display: flex;
    inset: 0;
    padding: 0 0 56px;
    pointer-events: none;
    position: absolute;
    z-index: 5;
}

.front-hero-shell .container {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    min-height: 100%;
}

.front-hero-content {
    margin-left: 0;
    margin-right: auto;
    max-width: 780px;
    pointer-events: auto;
    position: relative;
    text-align: left;
    width: 100%;
}

.front-hero-kicker {
    align-items: center;
    color: #bfefff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(18px);
    will-change: opacity, transform;
}

.front-hero-kicker:before {
    background: var(--front-accent-2);
    content: "";
    height: 2px;
    width: 42px;
}

.front-hero-title {
    color: #fff;
    display: block;
    font-family: "Roboto-Bold", "Roboto", sans-serif;
    font-size: 52px;
    line-height: 1.04;
    margin: 0;
    max-width: 780px;
    overflow: hidden;
    text-align: left;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    width: 100%;
}

.front-hero-title-animated {
    display: grid;
    gap: 9px;
}

.front-hero-title-line {
    display: block;
    filter: blur(8px);
    opacity: 0;
    transform: translateY(34px) rotateX(54deg) scale(0.96);
    transform-origin: 0 100%;
    will-change: filter, opacity, transform;
}

.front-hero-title-brand {
    --front-hero-line-delay: 110ms;
    color: #bfefff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.front-hero-title-main {
    --front-hero-line-delay: 260ms;
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.02;
    max-width: 740px;
}

.front-hero-title-meta {
    --front-hero-line-delay: 430ms;
    color: rgba(255, 255, 255, 0.86);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
}

.front-hero-title-final {
    --front-hero-line-delay: 600ms;
    color: #ffd84d;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.18;
    max-width: 100%;
    position: relative;
    text-shadow: 0 14px 36px rgba(242, 183, 5, 0.2);
    width: max-content;
}

.front-hero-title-final:after {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    bottom: -9px;
    box-shadow: 0 10px 28px rgba(242, 183, 5, 0.24);
    content: "";
    height: 6px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.front-hero-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.65;
    margin: 24px 0 0;
    max-width: 1080px;
    opacity: 0;
    transform: translateY(22px);
    will-change: opacity, transform;
}

.front-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    opacity: 0;
    transform: translateY(22px);
    will-change: opacity, transform;
}

.front-hero-btn {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    min-width: 150px;
    padding: 0 24px;
}

.front-hero-btn-primary {
    background: var(--front-accent-2);
    border-color: var(--front-accent-2);
    color: #141414;
    box-shadow: 0 14px 32px rgba(242, 183, 5, 0.22);
}

.front-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10px);
}

.front-hero-btn:hover,
.front-hero-btn:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.front-hero-btn-primary:hover,
.front-hero-btn-primary:focus {
    background: #fff;
    border-color: #fff;
    color: var(--front-navy);
}

.front-hero-btn-secondary:hover,
.front-hero-btn-secondary:focus {
    background: var(--front-cyan);
    border-color: var(--front-cyan);
}

.front-motion-ready .front-hero-content.front-motion-visible .front-hero-kicker {
    animation: frontHeroKickerIn 620ms ease both;
}

.front-motion-ready .front-hero-content.front-motion-visible .front-hero-title-line {
    animation: frontHeroTitleLineIn 920ms cubic-bezier(0.16, 0.92, 0.18, 1.12) both;
    animation-delay: var(--front-hero-line-delay, 0ms);
}

.front-motion-ready .front-hero-content.front-motion-visible .front-hero-title-main {
    animation:
        frontHeroTitleLineIn 920ms cubic-bezier(0.16, 0.92, 0.18, 1.12) both,
        frontHeroTitleGlow 5.6s ease-in-out 1600ms infinite;
    animation-delay: var(--front-hero-line-delay, 0ms), 1600ms;
}

.front-motion-ready .front-hero-content.front-motion-visible .front-hero-title-final:after {
    animation: frontHeroTitleUnderline 780ms cubic-bezier(0.18, 0.9, 0.2, 1) 980ms both;
}

.front-motion-ready .front-hero-content.front-motion-visible .front-hero-copy {
    animation: frontHeroCopyIn 720ms ease 760ms both;
}

.front-motion-ready .front-hero-content.front-motion-visible .front-hero-actions {
    animation: frontHeroCopyIn 720ms ease 940ms both;
}

.front-hero-lines {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.front-hero-lines span {
    background: rgba(255, 255, 255, 0.22);
    display: block;
    height: 1px;
    left: 54%;
    position: absolute;
    top: 32%;
    transform-origin: left center;
    width: 260px;
}

.front-hero-lines span:nth-child(1) {
    transform: rotate(22deg);
}

.front-hero-lines span:nth-child(2) {
    top: 54%;
    transform: rotate(-16deg);
    width: 360px;
}

.front-hero-lines span:nth-child(3) {
    left: 70%;
    top: 42%;
    transform: rotate(72deg);
    width: 210px;
}

.front-hero-lines i {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
    display: block;
    height: 7px;
    position: absolute;
    width: 7px;
}

.front-hero-lines i:nth-child(4) {
    left: 54%;
    top: 32%;
}

.front-hero-lines i:nth-child(5) {
    left: 70%;
    top: 41%;
}

.front-hero-lines i:nth-child(6) {
    left: 82%;
    top: 56%;
}

.front-hero .carousel-control {
    z-index: 7;
}

.front-hero .carousel-control.left,
.front-hero .carousel-control.right {
    bottom: 68px;
    top: auto;
}

.front-hero .carousel-control.left {
    left: auto;
    right: 92px;
}

.front-hero .carousel-control.right {
    right: 34px;
}

#bootstrap-touch-slider.control-round .carousel-control {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    background-blend-mode: screen, normal;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    box-shadow:
        0 18px 42px rgba(17, 31, 53, 0.24),
        0 0 0 8px rgba(255, 255, 255, 0.12);
    color: var(--front-navy);
    display: flex;
    font-size: 26px;
    height: 54px;
    justify-content: center;
    line-height: 1;
    opacity: 0.9;
    overflow: visible;
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    transition:
        background 240ms ease,
        box-shadow 240ms ease,
        color 240ms ease,
        opacity 240ms ease,
        transform 240ms ease;
    width: 54px;
    z-index: 12;
}

#bootstrap-touch-slider.control-round .carousel-control:before {
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.28), rgba(73, 184, 214, 0.28));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(0.86);
    transition: opacity 240ms ease, transform 240ms ease;
    z-index: 0;
}

#bootstrap-touch-slider.control-round .carousel-control:after {
    background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.72) 46%, transparent 70%);
    border-radius: inherit;
    content: "";
    inset: 4px;
    opacity: 0.68;
    position: absolute;
    transform: translateX(-120%);
    z-index: 1;
}

#bootstrap-touch-slider.control-round .carousel-control.left {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76)),
        linear-gradient(135deg, var(--front-cyan), var(--front-accent-2));
    color: var(--front-navy);
    left: 24px;
}

#bootstrap-touch-slider.control-round .carousel-control.right {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    color: var(--front-navy);
    right: 24px;
}

#bootstrap-touch-slider.control-round .carousel-control span:first-child {
    position: relative;
    z-index: 2;
}

#bootstrap-touch-slider.control-round .carousel-control.left>span:nth-child(1),
#bootstrap-touch-slider.control-round .carousel-control.right>span:nth-child(1) {
    left: auto;
    right: auto;
}

#bootstrap-touch-slider.control-round .carousel-control:hover,
#bootstrap-touch-slider.control-round .carousel-control:focus {
    background:
        linear-gradient(135deg, rgba(17, 31, 53, 0.98), rgba(32, 44, 69, 0.92)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    box-shadow:
        0 22px 52px rgba(17, 31, 53, 0.32),
        0 0 0 10px rgba(73, 184, 214, 0.16);
    color: #fff;
    opacity: 1;
    outline: none;
}

#bootstrap-touch-slider.control-round .carousel-control.left:hover,
#bootstrap-touch-slider.control-round .carousel-control.left:focus {
    transform: translateY(-50%) translateX(-4px) scale(1.06);
}

#bootstrap-touch-slider.control-round .carousel-control.right:hover,
#bootstrap-touch-slider.control-round .carousel-control.right:focus {
    transform: translateY(-50%) translateX(4px) scale(1.06);
}

#bootstrap-touch-slider.control-round .carousel-control:hover:before,
#bootstrap-touch-slider.control-round .carousel-control:focus:before {
    opacity: 1;
    transform: scale(1);
}

#bootstrap-touch-slider.control-round .carousel-control:hover:after,
#bootstrap-touch-slider.control-round .carousel-control:focus:after {
    animation: frontSliderControlShine 920ms ease both;
}

.front-motion-pending {
    opacity: 0;
    transform: translateY(26px);
}

.front-motion-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 650ms ease, transform 650ms ease;
}

.front-motion-ready .courses-box,
.front-motion-ready .service-box,
.front-motion-ready .featurebox > div,
.front-motion-ready .staffteam,
.front-motion-ready .galleryfancy,
.front-motion-ready .newsbox,
.front-motion-ready .contacts-item,
.front-motion-ready .about_img,
.front-motion-ready .about-right,
.front-motion-ready .calender-wrap {
    will-change: transform, opacity;
}

.front-motion-ready .courses-box,
.front-motion-ready .featurebox > div,
.front-motion-ready .staffteam,
.front-motion-ready .galleryfancy {
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.1);
    overflow: hidden;
}

.front-motion-ready .courses-box:hover,
.front-motion-ready .featurebox > div:hover,
.front-motion-ready .staffteam:hover,
.front-motion-ready .galleryfancy:hover {
    box-shadow: var(--front-shadow);
    transform: translateY(-4px);
}

.front-motion-ready .course-inner {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.front-motion-ready .btn-read,
.front-motion-ready .morebtn,
.front-motion-ready .more-btn {
    border-radius: 999px;
}

.front-motion-ready .btn-read {
    background: linear-gradient(135deg, var(--front-accent), #d01855);
    border: 1px solid rgba(189, 7, 69, 0.82);
    box-shadow: 0 10px 22px rgba(189, 7, 69, 0.14);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

.front-motion-ready .btn-read:hover,
.front-motion-ready .btn-read:focus {
    background: linear-gradient(135deg, var(--front-navy-soft), var(--front-accent));
    border-color: rgba(17, 31, 53, 0.7);
    box-shadow: 0 14px 30px rgba(17, 31, 53, 0.18);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.front-home-page .container.spacet60.spaceb60 {
    padding-bottom: 74px;
    padding-top: 52px;
}

.front-home-page .container.spacet60.spaceb60 > .row.spacet60 {
    padding-top: 0;
}

.front-home-page .container.spacet60.spaceb60 > .row > .col-md-12.spacet60 {
    padding-top: 0;
}

.services,
.front-home-page .services {
    margin-bottom: 56px;
    margin-top: -168px;
    overflow: visible;
    position: relative;
    z-index: 9;
}

.front-home-page .services:before {
    background:
        linear-gradient(90deg, rgba(73, 184, 214, 0.12), rgba(242, 183, 5, 0.1), rgba(189, 7, 69, 0.08)),
        repeating-linear-gradient(90deg, transparent 0, transparent 72px, rgba(17, 31, 53, 0.045) 73px);
    border-radius: 8px;
    content: "";
    inset: 28px 0 -24px;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
}

.service-inner {
    left: auto;
    margin: 0;
    padding-top: 0;
    position: relative;
    right: auto;
    top: auto;
    z-index: 9;
}

.service-inner .row {
    counter-reset: front-services;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.service-inner .row:before,
.service-inner .row:after {
    display: none;
}

.front-home-page .service-inner {
    left: auto;
    margin: 0;
    padding-top: 0;
    position: relative;
    right: auto;
    top: auto;
}

.service-inner .service-box,
.front-home-page .service-box {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.94)),
        #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(16, 24, 40, 0.14);
    color: var(--front-ink);
    counter-increment: front-services;
    float: none;
    flex: 1 1 0;
    margin: 0;
    min-height: 190px;
    overflow: hidden;
    padding: 30px 28px 28px;
    position: relative;
    width: auto;
}

.front-home-page .service-box:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan), var(--front-accent));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.front-home-page .service-box:after {
    background: linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.72) 38%, transparent 42%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
}

.front-home-page .service-box + .service-box {
    border-left: 1px solid rgba(16, 24, 40, 0.08);
}

.service-inner .service-box .service-box-content,
.front-home-page .service-box .service-box-content {
    min-height: 100%;
    padding-left: 76px;
    position: relative;
    z-index: 1;
}

.service-inner .service-box .service-box-content h3,
.front-home-page .service-box .service-box-content h3 {
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 21px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.front-home-page .service-box .service-box-content h3:before {
    align-items: center;
    background: rgba(189, 7, 69, 0.08);
    border: 1px solid rgba(189, 7, 69, 0.16);
    border-radius: 999px;
    color: var(--front-accent);
    content: "0" counter(front-services);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    width: 34px;
}

.service-inner .service-box .service-box-content h3 a,
.front-home-page .service-box .service-box-content h3 a {
    color: var(--front-navy-soft);
    text-decoration: none;
}

.service-inner .service-box .service-box-content p,
.front-home-page .service-box .service-box-content p {
    color: #4d5b70;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.front-home-page .service-box .service-box-icon {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(242, 183, 5, 0.2), rgba(73, 184, 214, 0.16)),
        #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
    display: inline-flex;
    height: 56px;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 56px;
}

.front-home-page .service-box .service-box-icon img {
    height: 32px !important;
    object-fit: contain;
    width: 32px !important;
}

.service-inner .service-box .service-box-icon i,
.front-home-page .service-box .service-box-icon i {
    color: var(--front-accent);
}

.service-inner .service-box:hover,
.front-home-page .service-box:hover {
    border-color: rgba(73, 184, 214, 0.24);
    box-shadow: 0 26px 62px rgba(16, 24, 40, 0.18);
    transform: translateY(-6px);
}

.front-home-page .service-box:hover:before {
    transform: scaleX(1);
    transition: transform 360ms ease;
}

.front-home-page .service-box:hover:after {
    opacity: 1;
    transform: translateX(120%);
    transition: opacity 220ms ease, transform 900ms ease;
}

.front-motion-ready.front-home-page .services .service-box.front-motion-visible {
    animation: frontServiceCardIn 720ms cubic-bezier(0.18, 0.9, 0.2, 1.06) both;
}

.front-motion-ready.front-home-page .services .service-box.front-motion-visible:before {
    animation: frontServiceTopLine 760ms cubic-bezier(0.18, 0.9, 0.2, 1) 180ms both;
}

.front-motion-ready.front-home-page .services .service-box:nth-child(2).front-motion-visible {
    animation-delay: 110ms;
}

.front-motion-ready.front-home-page .services .service-box:nth-child(2).front-motion-visible:before {
    animation-delay: 290ms;
}

.front-motion-ready.front-home-page .services .service-box:nth-child(3).front-motion-visible {
    animation-delay: 220ms;
}

.front-motion-ready.front-home-page .services .service-box:nth-child(3).front-motion-visible:before {
    animation-delay: 400ms;
}

.front-home-page .head-title {
    color: var(--front-navy);
    display: inline-block;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;
}

.front-home-page .head-title:before {
    background: var(--front-accent);
    border-radius: 999px;
    bottom: -18px;
    box-shadow: 0 0 0 7px rgba(189, 7, 69, 0.12);
    content: "";
    height: 5px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) translateY(-12px) scaleX(0.2);
    width: 34px;
}

.front-home-page .head-title:after {
    background: var(--front-accent-2);
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 72px;
}

.front-title-split .front-title-word {
    display: inline-flex;
    white-space: nowrap;
}

.front-title-split .front-title-char {
    color: var(--front-navy);
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
    transform: translateY(34px) rotateX(72deg) scale(0.82);
    transform-origin: 50% 100%;
    will-change: color, filter, opacity, transform;
}

.front-motion-ready .head-title.front-motion-visible {
    animation: frontHeadTitleReveal 420ms ease both, frontTitleGlowSettle 1200ms ease 680ms both;
}

.front-motion-ready .head-title.front-motion-visible.front-title-split .front-title-char {
    animation:
        frontTitleCharPop 820ms cubic-bezier(0.18, 0.92, 0.24, 1.18) both,
        frontTitleCharColor 1100ms ease both;
    animation-delay: var(--front-char-delay, 0ms), var(--front-char-delay, 0ms);
}

.front-motion-ready .head-title.front-motion-visible:before {
    animation: frontHeadTitleMarker 1050ms ease 360ms both;
}

.front-motion-ready .head-title.front-motion-visible:after {
    animation: frontHeadTitleLine 1150ms cubic-bezier(0.2, 0.9, 0.2, 1) 180ms both;
    transform-origin: center;
}

.front-home-page .card-title {
    color: var(--front-navy);
    font-size: 42px;
    line-height: 1.12;
    margin: 18px auto;
    max-width: 900px;
}

.front-home-page .mbr-text,
.front-home-page section h4 {
    color: #4d5b70;
    line-height: 1.75;
}

.front-home-page .front-degree-spotlight {
    background: #071d2b;
    color: #fff;
    left: 50%;
    margin: 48px 0 76px -50vw;
    overflow: hidden;
    padding: 78px 0;
    position: relative;
    scroll-margin-top: 140px;
    width: 100vw;
}

.front-home-page .front-degree-spotlight:before {
    animation: frontDegreeGridShift 18s linear infinite;
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.16), rgba(189, 7, 69, 0.16) 52%, rgba(242, 183, 5, 0.12)),
        repeating-linear-gradient(90deg, transparent 0, transparent 82px, rgba(255, 255, 255, 0.055) 83px),
        repeating-linear-gradient(0deg, transparent 0, transparent 82px, rgba(255, 255, 255, 0.045) 83px);
    content: "";
    inset: 0;
    opacity: 0.76;
    pointer-events: none;
    position: absolute;
}

.front-home-page .front-degree-spotlight:after {
    animation: frontDegreeSweep 7s ease-in-out infinite;
    background: linear-gradient(115deg, transparent 0 36%, rgba(73, 184, 214, 0.22) 37%, transparent 39% 62%, rgba(242, 183, 5, 0.2) 63%, transparent 65%);
    content: "";
    inset: -18% -10%;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    transform: translateX(-18%);
}

.front-home-page .front-degree-spotlight .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

.front-home-page .front-degree-panel,
.front-home-page .front-degree-panel.col-md-offset-2 {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
        linear-gradient(120deg, rgba(7, 29, 43, 0.92), rgba(17, 31, 53, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
    column-gap: 48px;
    display: grid;
    float: none;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    margin-left: 0;
    min-height: 420px;
    overflow: hidden;
    padding: 56px 64px;
    position: relative;
    text-align: left;
    width: 100%;
}

.front-home-page .front-degree-panel:before {
    animation: frontDegreePlate 8s ease-in-out infinite;
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.2), rgba(242, 183, 5, 0.1)),
        repeating-linear-gradient(135deg, transparent 0, transparent 16px, rgba(255, 255, 255, 0.12) 17px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    content: "";
    height: 260px;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
    right: 40px;
    top: 46px;
    transform: rotate(-10deg);
    width: 260px;
}

.front-home-page .front-degree-panel:after {
    animation: frontDegreeTopBar 4.2s ease-in-out infinite;
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan), var(--front-accent));
    content: "";
    height: 4px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform-origin: left center;
    width: 100%;
}

.front-home-page .front-degree-panel > * {
    position: relative;
    z-index: 1;
}

.front-home-page .front-degree-panel .head-title,
.front-home-page .front-degree-panel .front-degree-title,
.front-home-page .front-degree-panel .front-degree-copy,
.front-home-page .front-degree-panel .pb40 {
    grid-column: 1;
}

.front-home-page .front-degree-panel .pb40 {
    display: none;
}

.front-home-page .front-degree-spotlight .head-title {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
        rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
    color: #d7f5ff;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 0 0.34em;
    line-height: 1.2;
    margin: 0 0 24px;
    opacity: 0;
    overflow: hidden;
    padding: 9px 18px 9px 36px;
    transform: translateY(-14px);
}

.front-home-page .front-degree-spotlight .front-degree-brand {
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.front-home-page .front-degree-spotlight .head-title:before,
.front-home-page .front-degree-spotlight .head-title:after {
    bottom: auto;
    content: "";
    display: block;
    position: absolute;
}

.front-home-page .front-degree-spotlight .head-title:before {
    background: var(--front-accent-2);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(242, 183, 5, 0.13), 0 0 18px rgba(242, 183, 5, 0.46);
    height: 9px;
    left: 17px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 9px;
}

.front-home-page .front-degree-spotlight .head-title:after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    height: 100%;
    left: -46%;
    opacity: 0;
    top: 0;
    transform: skewX(-18deg) translateX(0);
    width: 42%;
}

.front-motion-ready .front-degree-panel.front-motion-visible .head-title {
    animation:
        frontDegreeBadgeReveal 680ms cubic-bezier(0.18, 0.9, 0.2, 1.08) both,
        frontDegreeBadgeBreathe 5.8s ease-in-out 1300ms infinite;
}

.front-home-page .front-degree-spotlight .head-title.front-title-split .front-title-char {
    color: #d7f5ff;
    filter: blur(5px);
    transform: translateY(18px) scale(0.92);
}

.front-motion-ready .front-degree-spotlight .head-title.front-motion-visible.front-title-split .front-title-char {
    animation: frontDegreeKickerPop 700ms cubic-bezier(0.2, 0.9, 0.2, 1.08) both;
    animation-delay: var(--front-char-delay, 0ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .head-title.front-title-split .front-title-char {
    animation: frontDegreeKickerPop 700ms cubic-bezier(0.2, 0.9, 0.2, 1.08) both;
    animation-delay: var(--front-char-delay, 0ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .head-title:before {
    animation: frontDegreeBadgeDot 2.8s ease-in-out 780ms infinite;
}

.front-motion-ready .front-degree-panel.front-motion-visible .head-title:after {
    animation: frontDegreeBadgeShine 4.4s ease-in-out 1200ms infinite;
}

.front-home-page .front-degree-spotlight .card-title,
.front-home-page .front-degree-title {
    color: #fff;
    font-size: 54px;
    line-height: 1.02;
    margin: 0;
    max-width: 760px;
    text-align: left;
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.front-degree-title-kinetic {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.front-degree-title-line {
    display: block;
    max-width: 100%;
    overflow: visible;
}

.front-degree-title-accent {
    color: #ffd84d;
    font-size: 1.16em;
    line-height: 1;
    position: relative;
    text-shadow: 0 18px 42px rgba(242, 183, 5, 0.18);
    width: max-content;
}

.front-degree-title-accent:after {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    bottom: -8px;
    box-shadow: 0 8px 22px rgba(242, 183, 5, 0.26);
    content: "";
    height: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.front-home-page .front-degree-title strong {
    font-weight: 800;
}

.front-degree-title-split .front-degree-word {
    display: inline-block;
    filter: blur(8px);
    opacity: 0;
    transform: translateY(42px) skewY(4deg) scale(0.96);
    transform-origin: 0 100%;
    will-change: filter, opacity, transform;
}

.front-motion-ready .front-degree-title.front-motion-visible .front-degree-word {
    animation: frontDegreeWordRise 920ms cubic-bezier(0.18, 0.9, 0.18, 1.08) both;
    animation-delay: var(--degree-word-delay, 0ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .front-degree-word {
    animation: frontDegreeWordRise 920ms cubic-bezier(0.18, 0.9, 0.18, 1.08) both;
    animation-delay: var(--degree-word-delay, 0ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .front-degree-title-accent .front-degree-word {
    animation:
        frontDegreeAccentWordRise 980ms cubic-bezier(0.16, 0.92, 0.18, 1.12) both,
        frontDegreeAccentPulse 5.4s ease-in-out infinite;
    animation-delay: var(--degree-word-delay, 0ms), calc(var(--degree-word-delay, 0ms) + 1500ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .front-degree-title-accent:after {
    animation:
        frontDegreeAccentBrush 840ms cubic-bezier(0.18, 0.9, 0.2, 1) 840ms both,
        frontDegreeAccentBrushBreathe 4.8s ease-in-out 1900ms infinite;
}

.front-home-page .front-degree-spotlight .front-degree-copy,
.front-home-page .front-degree-spotlight .mbr-text {
    color: #e6f8ff;
    display: block;
    font-size: 18px;
    line-height: 1.45;
    margin: 30px 0 0;
    max-width: 620px;
    text-align: left;
}

.front-degree-copy-line {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 4px solid var(--front-accent-2);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    display: flex;
    margin-bottom: 12px;
    min-height: 58px;
    opacity: 0;
    overflow: hidden;
    padding: 13px 18px 13px 60px;
    position: relative;
    transform: translateX(-28px);
    will-change: opacity, transform;
}

.front-degree-copy-line:nth-child(1) {
    background: rgba(242, 183, 5, 0.14);
    border-left-color: var(--front-accent-2);
}

.front-degree-copy-line:nth-child(2) {
    background: rgba(73, 184, 214, 0.13);
    border-left-color: var(--front-cyan);
}

.front-degree-copy-line:nth-child(3) {
    background: rgba(189, 7, 69, 0.13);
    border-left-color: var(--front-accent);
}

.front-degree-copy-line:before {
    align-items: center;
    background: rgba(242, 183, 5, 0.18);
    border: 1px solid rgba(242, 183, 5, 0.34);
    border-radius: 50%;
    color: #ffeaa3;
    content: attr(data-step);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    left: 17px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.front-degree-copy-line:after {
    animation: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
}

.front-motion-ready .front-degree-copy.front-motion-visible .front-degree-copy-line {
    animation: frontDegreeLineSlide 780ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
    animation-delay: var(--degree-line-delay, 0ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .front-degree-copy-line {
    animation: frontDegreeLineSlide 780ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
    animation-delay: var(--degree-line-delay, 0ms);
}

.front-motion-ready .front-degree-copy.front-motion-visible .front-degree-copy-line:after {
    animation: frontDegreeLineShine 1350ms ease both;
    animation-delay: calc(var(--degree-line-delay, 0ms) + 260ms);
}

.front-motion-ready .front-degree-panel.front-motion-visible .front-degree-copy-line:after {
    animation: frontDegreeLineShine 1350ms ease both;
    animation-delay: calc(var(--degree-line-delay, 0ms) + 260ms);
}

.front-home-page .front-degree-panel > img,
.front-home-page .front-degree-panel .img-responsive {
    align-self: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
    grid-column: 2;
    grid-row: 1 / span 4;
    height: 360px !important;
    justify-self: end;
    margin: 0;
    max-width: 390px;
    object-fit: cover;
    opacity: 0;
    transform: translateX(34px) rotate(3deg) scale(0.96);
    width: 100%;
    will-change: opacity, transform;
}

.front-motion-ready .front-degree-panel.front-motion-visible > img,
.front-motion-ready .front-degree-panel.front-motion-visible .img-responsive {
    animation:
        frontDegreeImageIn 980ms cubic-bezier(0.18, 0.9, 0.2, 1) 520ms both,
        frontDegreeImageFloat 7s ease-in-out 1600ms infinite;
}

.front-home-page section.spaceb40.spacet40 {
    background: #f6f8fb;
    left: 50%;
    margin-left: -50vw;
    padding: 78px 0;
    position: relative;
    width: 100vw;
}

.front-home-page section.front-offer-section.spaceb40.spacet40 {
    background: #f4f8fb;
    overflow: hidden;
    padding: 92px 0 82px;
}

.front-home-page .front-offer-section:before {
    animation: frontOfferGridDrift 20s linear infinite;
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.1), rgba(242, 183, 5, 0.1) 48%, rgba(189, 7, 69, 0.07)),
        repeating-linear-gradient(90deg, transparent 0, transparent 78px, rgba(17, 31, 53, 0.045) 79px),
        repeating-linear-gradient(0deg, transparent 0, transparent 78px, rgba(17, 31, 53, 0.038) 79px);
    content: "";
    inset: 0;
    opacity: 0.84;
    pointer-events: none;
    position: absolute;
}

.front-home-page .front-offer-section:after {
    animation: frontOfferDiagonalSweep 8s ease-in-out infinite;
    background: linear-gradient(115deg, transparent 0 32%, rgba(255, 255, 255, 0.8) 33%, transparent 36% 64%, rgba(73, 184, 214, 0.14) 65%, transparent 68%);
    content: "";
    inset: -20% -8%;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
    transform: translateX(-14%);
}

.front-home-page .front-offer-section > .container {
    position: relative;
    z-index: 1;
}

.front-home-page .front-offer-intro {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    position: relative;
    width: 100%;
}

.front-home-page .front-offer-title.head-title {
    color: var(--front-navy);
    font-size: 38px;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.front-home-page .front-offer-title.head-title:before {
    background: var(--front-accent-2);
    bottom: -22px;
    box-shadow: 0 0 0 9px rgba(242, 183, 5, 0.12);
    height: 7px;
    width: 7px;
}

.front-home-page .front-offer-title.head-title:after {
    background: linear-gradient(90deg, var(--front-accent), var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    bottom: -16px;
    height: 4px;
    width: 132px;
}

.front-motion-ready .front-offer-title.head-title.front-motion-visible:after {
    animation:
        frontHeadTitleLine 1000ms cubic-bezier(0.2, 0.9, 0.2, 1) 160ms both,
        frontOfferUnderlineBreathe 4.8s ease-in-out 1400ms infinite;
}

.front-motion-ready .front-offer-intro.front-motion-visible .front-offer-title.front-title-split .front-title-char {
    animation:
        frontTitleCharPop 820ms cubic-bezier(0.18, 0.92, 0.24, 1.18) both,
        frontTitleCharColor 1100ms ease both;
    animation-delay: var(--front-char-delay, 0ms), var(--front-char-delay, 0ms);
}

.front-motion-ready .front-offer-intro.front-motion-visible .front-offer-title.head-title:before {
    animation: frontHeadTitleMarker 1050ms ease 360ms both;
}

.front-motion-ready .front-offer-intro.front-motion-visible .front-offer-title.head-title:after {
    animation:
        frontHeadTitleLine 1000ms cubic-bezier(0.2, 0.9, 0.2, 1) 160ms both,
        frontOfferUnderlineBreathe 4.8s ease-in-out 1400ms infinite;
}

.front-home-page .front-offer-copy {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
    color: #344357;
    font-size: 18px;
    line-height: 1.72;
    margin: 0 auto;
    max-width: 880px;
    padding: 28px 34px;
    position: relative;
    text-align: center !important;
}

.front-home-page .front-offer-copy:before {
    background: linear-gradient(180deg, var(--front-cyan), var(--front-accent-2));
    border-radius: 999px;
    content: "";
    height: calc(100% - 36px);
    left: 0;
    position: absolute;
    top: 18px;
    width: 5px;
}

.front-offer-highlight {
    color: #245f72;
    display: inline;
    font-weight: 750;
    position: relative;
}

.front-offer-highlight:after {
    background: rgba(73, 184, 214, 0.16);
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.front-offer-vision {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.front-offer-vision-item {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
    min-height: 124px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 20px 18px;
    position: relative;
    text-align: left;
    transform: translateY(22px);
}

.front-offer-vision-item:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-offer-vision-item span {
    color: var(--front-navy);
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.front-offer-vision-item p {
    color: #596579;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.front-motion-ready .front-offer-intro.front-motion-visible .front-offer-copy {
    animation: frontOfferCopyLift 780ms cubic-bezier(0.18, 0.9, 0.2, 1) 260ms both;
}

.front-motion-ready .front-offer-vision-item.front-motion-visible,
.front-motion-ready .front-offer-intro.front-motion-visible .front-offer-vision-item {
    animation: frontOfferVisionIn 720ms cubic-bezier(0.18, 0.9, 0.2, 1.06) both;
    animation-delay: var(--offer-item-delay, 0ms);
}

.front-home-page .courses-carousel .owl-stage {
    align-items: stretch;
    display: flex;
}

.front-home-page .courses-carousel.owl-loaded.owl-drag,
.front-home-page .courses-carousel {
    position: relative;
}

.front-home-page .courses-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 4px 0 20px;
}

.front-about-page {
    background: #f6f9fc;
}

.front-about-page .front-about-shell {
    padding-bottom: 84px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.front-about-page .front-about-shell:before {
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.14), rgba(242, 183, 5, 0.1) 48%, rgba(189, 7, 69, 0.08)),
        repeating-linear-gradient(90deg, transparent 0, transparent 88px, rgba(17, 31, 53, 0.045) 89px),
        repeating-linear-gradient(0deg, transparent 0, transparent 88px, rgba(17, 31, 53, 0.036) 89px);
    content: "";
    height: 390px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
}

.front-about-page .front-about-shell .row.spacet60,
.front-about-page .front-about-shell .col-md-12.spacet60 {
    padding-top: 0;
}

.front-about-page .front-about-intro {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 24, 40, 0.12);
    float: none;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding: 38px 44px 34px;
    position: relative;
    text-align: left;
    width: 100%;
}

.front-about-page .front-about-intro:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan)) left bottom / 92px 4px no-repeat;
    color: var(--front-navy);
    content: "QUIÉNES SOMOS";
    display: block;
    filter: blur(5px);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 18px;
    max-width: 760px;
    opacity: 0;
    padding: 0 0 14px;
    transform: translateY(12px);
    will-change: filter, opacity, text-shadow, transform;
}

.front-about-page .front-about-intro:after {
    background: linear-gradient(180deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    content: "";
    height: calc(100% - 46px);
    left: 0;
    position: absolute;
    top: 23px;
    width: 5px;
}

.front-about-page .front-about-intro p {
    color: #344357;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 14px;
    text-align: left !important;
}

.front-about-page .front-about-intro .front-about-empty,
.front-about-page .front-about-intro .divider {
    display: none;
}

.front-motion-ready .front-about-intro.front-motion-visible:before {
    animation:
        frontAboutTitleIn 820ms cubic-bezier(0.18, 0.9, 0.2, 1) both,
        frontAboutTitleBreathe 5.6s ease-in-out 1500ms infinite;
}

.front-about-page .front-about-media {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 24, 40, 0.14);
    overflow: visible;
    padding: 12px;
    position: relative;
}

.front-about-page .front-about-media:before {
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.22), rgba(73, 184, 214, 0.18));
    border-radius: 8px;
    content: "";
    inset: 28px -16px -16px 32px;
    position: absolute;
    z-index: -1;
}

.front-about-page .front-about-media img {
    border-radius: 8px;
    height: 420px !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.front-motion-ready .front-about-media.front-motion-visible {
    animation: frontAboutMediaIn 900ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.front-about-page .front-about-story {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
        var(--front-navy);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 24, 40, 0.18);
    color: #fff;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.front-about-page .front-about-story:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-about-page .front-about-story h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 16px;
}

.front-about-page .front-about-story p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.front-about-page .front-about-story strong {
    color: var(--front-accent-2);
}

.front-about-page .front-about-accordion .panel {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
    margin-bottom: 12px;
    overflow: hidden;
}

.front-about-page .front-about-accordion .panel-heading {
    background: #fff;
    border: 0;
    padding: 0;
}

.front-about-page .front-about-accordion .panel-title a {
    color: var(--front-navy);
    display: block;
    font-weight: 800;
    padding: 17px 52px 17px 20px;
    position: relative;
    text-decoration: none;
}

.front-about-page .front-about-accordion .panel-title a:after {
    align-items: center;
    background: rgba(189, 7, 69, 0.08);
    border-radius: 50%;
    color: var(--front-accent);
    content: "+";
    display: inline-flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.front-about-page .front-about-accordion .panel-title a[aria-expanded="true"]:after {
    content: "-";
}

.front-about-page .front-about-panel.front-about-panel-open .panel-title a:after {
    content: "-";
}

.front-about-page .front-about-accordion .panel-body {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    color: #596579;
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 20px;
}

.front-motion-ready .front-about-panel.front-motion-visible {
    animation: frontAboutPanelIn 620ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
    animation-delay: var(--about-panel-delay, 0ms);
}

.front-home-page .courses-carousel .owl-item {
    display: flex;
    min-width: 0;
}

.front-home-page .courses-carousel .col-md-12 {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.front-home-page .courses-box {
    background: var(--front-surface);
    border: 1px solid var(--front-border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 8px;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.front-home-page .courses-box-img {
    background: #e8edf4;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.front-home-page .courses-box-img img {
    height: 250px !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.front-home-page .about_img {
    border-radius: 8px;
    overflow: hidden;
}

.front-home-page .about_img img {
    object-fit: cover;
}

.front-home-page .course-inner {
    background: #fff;
    border-top: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.front-home-page .course-inner h4 {
    color: var(--front-navy);
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.front-home-page .course-inner p {
    color: #596579;
    flex: 1;
    font-size: 14px;
    line-height: 1.65;
    padding-bottom: 12px;
}

.front-home-page .course-inner .btn-read,
.front-home-page .courses-box > .btn-read {
    align-self: flex-start;
    background: linear-gradient(135deg, var(--front-accent), #d01855);
    border: 1px solid rgba(189, 7, 69, 0.82);
    box-shadow: 0 10px 22px rgba(189, 7, 69, 0.14);
    color: #fff;
    margin: 0 24px 24px;
    padding: 10px 22px;
}

.front-home-page .course-inner .btn-read {
    margin: auto 0 0;
}

.front-home-page .courses-box:hover .course-inner {
    background: #fff;
    color: var(--front-ink);
}

.front-home-page .courses-box:hover .btn-read,
.front-home-page .course-inner .btn-read:hover,
.front-home-page .course-inner .btn-read:focus,
.front-home-page .courses-box > .btn-read:hover,
.front-home-page .courses-box > .btn-read:focus {
    background: linear-gradient(135deg, var(--front-navy-soft), var(--front-accent));
    border-color: rgba(17, 31, 53, 0.7);
    box-shadow: 0 14px 30px rgba(17, 31, 53, 0.18);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.front-home-page .courses-carousel .owl-nav .owl-prev,
.front-home-page .courses-carousel .owl-nav .owl-next {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    background-blend-mode: screen, normal;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    box-shadow:
        0 18px 42px rgba(17, 31, 53, 0.22),
        0 0 0 8px rgba(255, 255, 255, 0.14);
    color: var(--front-navy);
    display: inline-flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    top: 43%;
    transition:
        background 240ms ease,
        box-shadow 240ms ease,
        color 240ms ease,
        opacity 240ms ease,
        transform 240ms ease;
    width: 52px;
    z-index: 8;
}

.front-home-page .courses-carousel .owl-nav .owl-prev {
    left: -8px;
}

.front-home-page .courses-carousel .owl-nav .owl-next {
    right: -8px;
}

.front-home-page .courses-carousel .owl-nav .owl-prev:before,
.front-home-page .courses-carousel .owl-nav .owl-next:before {
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.28), rgba(73, 184, 214, 0.28));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(0.86);
    transition: opacity 240ms ease, transform 240ms ease;
    z-index: 0;
}

.front-home-page .courses-carousel .owl-nav .owl-prev:after,
.front-home-page .courses-carousel .owl-nav .owl-next:after {
    background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.72) 46%, transparent 70%);
    border-radius: inherit;
    content: "";
    inset: 4px;
    opacity: 0.68;
    position: absolute;
    transform: translateX(-120%);
    z-index: 1;
}

.front-home-page .courses-carousel .owl-nav .owl-prev i,
.front-home-page .courses-carousel .owl-nav .owl-next i {
    position: relative;
    z-index: 2;
}

.front-home-page .courses-carousel .owl-nav .owl-prev:hover,
.front-home-page .courses-carousel .owl-nav .owl-prev:focus,
.front-home-page .courses-carousel .owl-nav .owl-next:hover,
.front-home-page .courses-carousel .owl-nav .owl-next:focus {
    background:
        linear-gradient(135deg, rgba(17, 31, 53, 0.98), rgba(32, 44, 69, 0.92)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    box-shadow:
        0 22px 52px rgba(17, 31, 53, 0.3),
        0 0 0 10px rgba(73, 184, 214, 0.16);
    color: #fff;
    outline: none;
}

.front-home-page .courses-carousel .owl-nav .owl-prev:hover,
.front-home-page .courses-carousel .owl-nav .owl-prev:focus {
    transform: translateY(-50%) translateX(-4px) scale(1.06);
}

.front-home-page .courses-carousel .owl-nav .owl-next:hover,
.front-home-page .courses-carousel .owl-nav .owl-next:focus {
    transform: translateY(-50%) translateX(4px) scale(1.06);
}

.front-home-page .courses-carousel .owl-nav .owl-prev:hover:before,
.front-home-page .courses-carousel .owl-nav .owl-prev:focus:before,
.front-home-page .courses-carousel .owl-nav .owl-next:hover:before,
.front-home-page .courses-carousel .owl-nav .owl-next:focus:before {
    opacity: 1;
    transform: scale(1);
}

.front-home-page .courses-carousel .owl-nav .owl-prev:hover:after,
.front-home-page .courses-carousel .owl-nav .owl-prev:focus:after,
.front-home-page .courses-carousel .owl-nav .owl-next:hover:after,
.front-home-page .courses-carousel .owl-nav .owl-next:focus:after {
    animation: frontSliderControlShine 920ms ease both;
}

.front-home-page .courses-carousel .owl-nav .owl-prev.disabled,
.front-home-page .courses-carousel .owl-nav .owl-next.disabled {
    opacity: 0.42;
    pointer-events: none;
}

.front-home-page .owl-carousel .owl-dot {
    border-radius: 999px;
    height: 9px;
    width: 9px;
}

.front-home-page .countdown_bg.fullwidth.counter {
    background:
        linear-gradient(135deg, rgba(7, 29, 43, 0.96), rgba(17, 31, 53, 0.92)),
        var(--front-navy);
    color: #fff;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
    padding: 88px 0;
    position: relative;
    text-align: left;
    width: 100vw;
}

.front-home-page .countdown_bg.fullwidth.counter:before {
    animation: frontCounterGridDrift 22s linear infinite;
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.15), rgba(242, 183, 5, 0.1) 46%, rgba(189, 7, 69, 0.14)),
        repeating-linear-gradient(90deg, transparent 0, transparent 86px, rgba(255, 255, 255, 0.055) 87px),
        repeating-linear-gradient(0deg, transparent 0, transparent 86px, rgba(255, 255, 255, 0.045) 87px);
    content: "";
    inset: 0;
    opacity: 0.78;
    pointer-events: none;
    position: absolute;
}

.front-home-page .countdown_bg.fullwidth.counter:after {
    animation: frontCounterSweep 8s ease-in-out infinite;
    background: linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.12) 35%, transparent 38% 62%, rgba(73, 184, 214, 0.2) 64%, transparent 67%);
    content: "";
    inset: -20% -10%;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
    transform: translateX(-16%);
}

.front-home-page .countdown_bg.fullwidth.counter > .container {
    position: relative;
    z-index: 1;
}

.front-home-page .countdown_bg.fullwidth.counter > .container > .row {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.front-home-page .countdown_bg.fullwidth.counter > .container > .row:before,
.front-home-page .countdown_bg.fullwidth.counter > .container > .row:after {
    display: none;
}

.front-home-page .countdown_bg.fullwidth.counter .col-md-6,
.front-home-page .countdown_bg.fullwidth.counter .col-lg-6,
.front-home-page .countdown_bg.fullwidth.counter .col-sm-6 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-content {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
        rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    color: #fff;
    overflow: hidden;
    justify-self: start;
    max-width: 1080px;
    padding: 30px 34px 28px;
    position: relative;
    width: 100%;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-content:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan), var(--front-accent));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.front-home-page .counter-title,
.front-home-page .countdown_bg h2,
.front-home-page .countdown_bg h3 {
    color: #fff;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.04;
    margin: 0 0 20px;
    max-width: 470px;
    position: relative;
    text-align: left;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.front-home-page .countdown_bg.fullwidth.counter .counter-title br {
    display: none;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-title:after {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    bottom: -12px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    width: 118px;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-text {
    display: grid;
    gap: 11px;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-text p {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid rgba(242, 183, 5, 0.84);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.62;
    margin: 0;
    padding: 13px 15px;
    text-align: left !important;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-text p:nth-child(2) {
    border-left-color: rgba(73, 184, 214, 0.9);
}

.front-home-page .countdown_bg.fullwidth.counter .counter-text p:nth-child(3) {
    border-left-color: rgba(189, 7, 69, 0.72);
}

.front-home-page .countdown_bg.fullwidth.counter .counter-text p:last-child {
    display: none;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-text strong {
    color: #ffd84d;
}

.front-home-page .counter-main {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: none;
    padding: 20px;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-img,
.front-home-page .countdown_bg.fullwidth.counter .about_img {
    position: relative;
}

.front-home-page .countdown_bg.fullwidth.counter .counter-img:before {
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.24), rgba(73, 184, 214, 0.18));
    border-radius: 8px;
    content: "";
    inset: 28px -18px -18px 34px;
    position: absolute;
}

.front-home-page .countdown_bg.fullwidth.counter .about_img {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    padding: 12px;
}

.front-home-page .countdown_bg.fullwidth.counter .about_img img {
    border-radius: 8px;
    display: block;
    float: none !important;
    height: 360px !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible {
    animation: frontCounterContentIn 820ms cubic-bezier(0.18, 0.9, 0.2, 1.06) both;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible:before {
    animation: frontCounterTopLine 860ms cubic-bezier(0.18, 0.9, 0.2, 1) 220ms both;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible .counter-title:after {
    animation: frontCounterTitleLine 780ms cubic-bezier(0.18, 0.9, 0.2, 1) 520ms both;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible .counter-text p {
    animation: frontCounterTextCardIn 680ms cubic-bezier(0.18, 0.9, 0.2, 1.06) both;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible .counter-text p:nth-child(1) {
    animation-delay: 220ms;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible .counter-text p:nth-child(2) {
    animation-delay: 340ms;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .counter-content.front-motion-visible .counter-text p:nth-child(3) {
    animation-delay: 460ms;
}

.front-motion-ready.front-home-page .countdown_bg.fullwidth.counter .about_img.front-motion-visible {
    animation: frontCounterMediaIn 900ms cubic-bezier(0.18, 0.9, 0.2, 1.06) 160ms both;
}

.front-motion-ready footer {
    background-position: center;
    padding-top: 42px;
}

.front-motion-ready footer:after {
    background: rgba(17, 31, 53, 0.9);
}

.front-motion-ready footer > .container.spacet40.spaceb40 {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 34px 30px 30px;
    position: relative;
}

.front-motion-ready footer > .container.spacet40.spaceb40:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan), rgba(255, 255, 255, 0.18));
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-motion-ready .fo-title:after {
    background: var(--front-accent-2);
}

.front-motion-ready footer .company-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 0;
    padding-left: 0;
}

.front-motion-ready footer .company-social li {
    border: 0;
    display: block;
    margin: 0;
}

.front-motion-ready footer .company-social li a {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    overflow: visible;
    position: relative;
    text-decoration: none;
    transition: color 220ms ease, filter 220ms ease, transform 220ms ease;
    width: 34px;
}

.front-motion-ready footer .company-social li a i {
    background: transparent;
    color: #fff;
    font-size: 22px;
    height: auto;
    line-height: 1;
    position: relative;
    text-align: center;
    transition: transform 220ms ease;
    width: auto;
    z-index: 1;
}

.front-motion-ready footer .company-social li:nth-child(1) a i {
    color: #25d366;
}

.front-motion-ready footer .company-social li:nth-child(2) a i {
    color: #1877f2;
}

.front-motion-ready footer .company-social li:nth-child(3) a i {
    color: #dd2a7b;
}

.front-motion-ready footer .company-social li a:hover,
.front-motion-ready footer .company-social li a:focus {
    background: transparent;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
    color: #fff;
    outline: none;
    transform: translateY(-3px);
}

.front-motion-ready footer .company-social li a:hover i,
.front-motion-ready footer .company-social li a:focus i {
    transform: scale(1.14);
}

.front-motion-ready footer .company-social.front-motion-visible li {
    animation: frontFooterSocialIn 560ms cubic-bezier(0.18, 0.9, 0.2, 1.08) both;
}

.front-motion-ready footer .company-social.front-motion-visible li:nth-child(2) {
    animation-delay: 90ms;
}

.front-motion-ready footer .company-social.front-motion-visible li:nth-child(3) {
    animation-delay: 180ms;
}

.front-motion-ready footer .complain {
    display: inline-flex;
    font-size: 18px;
    margin-top: 10px;
    overflow: visible;
    padding-left: 0;
}

.front-motion-ready footer .complain a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
    line-height: 1.25;
    padding: 4px 0;
    text-decoration: none;
    transition: color 220ms ease, transform 220ms ease;
}

.front-motion-ready footer .complain .i-plain,
.front-motion-ready footer .complain i {
    color: var(--front-accent-2);
    display: inline-flex;
    float: none;
    font-size: 24px;
    height: auto !important;
    line-height: 1 !important;
    margin: 0;
    position: static;
    text-shadow: 0 8px 18px rgba(242, 183, 5, 0.24);
    transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
    width: auto !important;
}

.front-motion-ready footer .complain a:hover,
.front-motion-ready footer .complain a:focus {
    color: #d7f5ff;
    outline: none;
    transform: translateX(2px);
}

.front-motion-ready footer .complain a:hover .i-plain,
.front-motion-ready footer .complain a:focus .i-plain,
.front-motion-ready footer .complain a:hover i,
.front-motion-ready footer .complain a:focus i {
    color: var(--front-cyan);
    text-shadow: 0 10px 20px rgba(73, 184, 214, 0.28);
    transform: rotate(-7deg) scale(1.08);
}

.front-motion-ready footer .complain.front-motion-visible .i-plain,
.front-motion-ready footer .complain.front-motion-visible i {
    animation: frontFooterComplainIconIn 620ms cubic-bezier(0.18, 0.9, 0.2, 1.08) 90ms both;
}

.front-motion-ready .contacts-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 16px;
}

.front-motion-ready .contacts-item .cleft i {
    color: var(--front-accent-2);
}

.copy-right {
    background:
        linear-gradient(135deg, rgba(17, 31, 53, 0.98), rgba(140, 5, 51, 0.96)),
        #8c0533;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}

.copy-right:before {
    background: linear-gradient(90deg, var(--front-cyan), var(--front-accent-2), rgba(255, 255, 255, 0.18));
    content: "";
    height: 2px;
    left: 0;
    opacity: 0.74;
    position: absolute;
    top: 0;
    width: 100%;
}

.copy-right p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 14px 0;
}

.front-motion-ready .scrollToTop {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    background-blend-mode: screen, normal;
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        0 18px 42px rgba(17, 31, 53, 0.24),
        0 0 0 8px rgba(255, 255, 255, 0.12);
    color: var(--front-navy);
    display: none;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-align: center;
    transform: translateY(0);
    transition:
        background 240ms ease,
        box-shadow 240ms ease,
        color 240ms ease,
        transform 240ms ease;
    width: 48px;
    z-index: 1031;
}

.front-motion-ready .scrollToTop:before {
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.28), rgba(73, 184, 214, 0.28));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(0.86);
    transition: opacity 240ms ease, transform 240ms ease;
    z-index: 0;
}

.front-motion-ready .scrollToTop:after {
    background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.72) 46%, transparent 70%);
    border-radius: inherit;
    content: "";
    inset: 4px;
    opacity: 0.68;
    position: absolute;
    transform: translateX(-120%);
    z-index: 1;
}

.front-motion-ready .scrollToTop i {
    color: inherit;
    line-height: inherit;
    position: relative;
    z-index: 2;
}

.front-motion-ready .scrollToTop:hover,
.front-motion-ready .scrollToTop:focus {
    background:
        linear-gradient(135deg, rgba(17, 31, 53, 0.98), rgba(32, 44, 69, 0.92)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    box-shadow:
        0 22px 52px rgba(17, 31, 53, 0.32),
        0 0 0 10px rgba(73, 184, 214, 0.16);
    color: #fff;
    outline: none;
    transform: translateY(-4px) scale(1.05);
    text-decoration: none;
}

.front-motion-ready .scrollToTop:hover:before,
.front-motion-ready .scrollToTop:focus:before {
    opacity: 1;
    transform: scale(1);
}

.front-motion-ready .scrollToTop:hover:after,
.front-motion-ready .scrollToTop:focus:after {
    animation: frontSliderControlShine 920ms ease both;
}

.front-admission-page {
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.08), transparent 34%),
        linear-gradient(180deg, #f6f9fc 0%, #fff 46%, #f7fafc 100%);
}

.front-admission-page .front-admission-hero {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
        linear-gradient(135deg, rgba(73, 184, 214, 0.18), rgba(242, 183, 5, 0.14));
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 24, 40, 0.12);
    margin: 24px 0 22px;
    overflow: hidden;
    padding: 32px 34px;
    position: relative;
}

.front-admission-page .front-admission-hero:before {
    background:
        repeating-linear-gradient(90deg, transparent 0, transparent 70px, rgba(17, 31, 53, 0.045) 71px),
        repeating-linear-gradient(0deg, transparent 0, transparent 70px, rgba(17, 31, 53, 0.035) 71px);
    content: "";
    inset: 0;
    opacity: 0.72;
    pointer-events: none;
    position: absolute;
}

.front-admission-page .front-admission-hero:after {
    background: linear-gradient(180deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    content: "";
    height: calc(100% - 42px);
    left: 0;
    position: absolute;
    top: 21px;
    width: 5px;
}

.front-admission-page .front-admission-hero > div {
    position: relative;
    z-index: 1;
}

.front-admission-page .front-admission-title.entered {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan)) left bottom / 112px 4px no-repeat;
    color: var(--front-navy);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.14;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.front-admission-page .front-admission-action,
.front-admission-page .modalclosebtn.front-admission-action {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.74)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    background-blend-mode: screen, normal;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(17, 31, 53, 0.14);
    color: var(--front-navy);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    margin: 4px 0 4px 10px;
    min-height: 44px;
    overflow: hidden;
    padding: 12px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 240ms ease, box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
}

.front-admission-page .front-admission-action:after {
    background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.72) 46%, transparent 70%);
    border-radius: inherit;
    content: "";
    inset: 3px;
    opacity: 0.7;
    position: absolute;
    transform: translateX(-120%);
}

.front-admission-page .front-admission-action:hover,
.front-admission-page .front-admission-action:focus {
    background:
        linear-gradient(135deg, rgba(17, 31, 53, 0.98), rgba(32, 44, 69, 0.92)),
        linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    box-shadow: 0 18px 42px rgba(17, 31, 53, 0.22);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

.front-admission-page .front-admission-action:hover:after,
.front-admission-page .front-admission-action:focus:after {
    animation: frontSliderControlShine 920ms ease both;
}

.front-admission-page .front-admission-form {
    margin-top: 0;
    position: relative;
}

.front-admission-page .front-admission-section {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.09);
    margin-bottom: 22px;
    overflow: hidden;
    padding: 28px 30px 18px;
    position: relative;
}

.front-admission-page .front-admission-section:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-admission-page .front-admission-section:after {
    color: rgba(17, 31, 53, 0.055);
    content: attr(data-admission-step);
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 12px;
}

.front-admission-page .front-admission-section-title.pagetitleh2 {
    background: none;
    color: var(--front-navy);
    display: inline-flex;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 22px;
    padding: 0 0 12px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

.front-admission-page .front-admission-section-title:after {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 84px;
}

.front-admission-page .front-admission-field {
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.front-admission-page .front-admission-field label {
    color: #344357;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.front-admission-page .req {
    color: var(--front-accent);
    font-weight: 900;
}

.front-admission-page .onlineform .form-control {
    background-color: #fff;
    border: 1px solid rgba(16, 24, 40, 0.14);
    border-radius: 8px;
    box-shadow: none;
    color: #243144;
    min-height: 42px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.front-admission-page .onlineform textarea.form-control {
    min-height: 78px;
    resize: vertical;
}

.front-admission-page .onlineform .form-control:focus {
    border-color: rgba(73, 184, 214, 0.78);
    box-shadow: 0 0 0 4px rgba(73, 184, 214, 0.13);
    outline: none;
    transform: translateY(-1px);
}

.front-admission-page .onlineform .text-danger {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.front-admission-page .radio-inline,
.front-admission-page .checkbox label,
.front-admission-page .radio label {
    color: #4f5f73;
    font-weight: 700;
}

.front-admission-page .radio-inline input,
.front-admission-page .checkbox input,
.front-admission-page .radio input {
    accent-color: var(--front-cyan);
}

.front-admission-page .front-admission-submit-row {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(17, 31, 53, 0.97), rgba(32, 44, 69, 0.93)),
        linear-gradient(135deg, rgba(242, 183, 5, 0.18), rgba(73, 184, 214, 0.16));
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(17, 31, 53, 0.2);
    color: #fff;
    margin: 8px 0 42px;
    padding: 22px 24px;
}

.front-admission-page .front-admission-submit-btn,
.front-admission-page .onlineformbtn.front-admission-submit-btn {
    background: linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(73, 184, 214, 0.24);
    color: var(--front-navy);
    font-weight: 900;
    min-height: 46px;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
}

.front-admission-page .front-admission-submit-btn:hover,
.front-admission-page .front-admission-submit-btn:focus {
    box-shadow: 0 20px 44px rgba(242, 183, 5, 0.26);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

.front-admission-page .capture-icon {
    align-items: center;
    background: rgba(73, 184, 214, 0.16);
    border-radius: 999px;
    color: var(--front-cyan);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin: 0 10px;
    width: 38px;
}

.front-admission-page .front-admission-status-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(17, 31, 53, 0.28);
    overflow: hidden;
}

.front-admission-page .front-admission-status-modal .modal-header {
    background: var(--front-navy);
    border: 0;
    color: #fff;
}

.front-admission-page .front-admission-status-modal .modal-header h4 {
    color: #fff;
    font-weight: 900;
}

.front-admission-page .front-admission-status-modal .modal-footer {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.front-motion-ready.front-admission-page .front-admission-hero.front-motion-visible {
    animation: frontAdmissionHeroIn 780ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.front-motion-ready.front-admission-page .front-admission-section.front-motion-visible {
    animation: frontAdmissionSectionIn 720ms cubic-bezier(0.18, 0.9, 0.2, 1.04) both;
    animation-delay: var(--admission-section-delay, 0ms);
}

.front-motion-ready.front-admission-page .front-admission-submit-row.front-motion-visible {
    animation: frontAdmissionSubmitIn 760ms cubic-bezier(0.18, 0.9, 0.2, 1.04) both;
}

body.front-privacy-page,
body.front-motion-ready.front-privacy-page {
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.08), transparent 34%),
        linear-gradient(180deg, #f7fafc 0%, #fff 52%, #f8fafc 100%);
}

.front-privacy-page .container.spacet60.spaceb60 {
    max-width: 1160px;
}

.front-privacy-page .container.spacet60.spaceb60 > .row.spacet60 {
    margin-top: 0;
}

.front-privacy-page .container.spacet60.spaceb60 > .row.spacet60 > .col-md-12 {
    padding-top: 0 !important;
}

.front-privacy-page .front-privacy-article {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(16, 24, 40, 0.1);
    color: #344357;
    line-height: 1.72;
    margin: 0 auto;
    max-width: 1040px;
    overflow: hidden;
    padding: 42px 48px 46px;
    position: relative;
}

.front-privacy-page .front-privacy-article:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-privacy-page .front-privacy-article h2,
.front-privacy-page .front-privacy-article h3 {
    letter-spacing: 0;
}

.front-privacy-page .front-privacy-article h2:first-of-type {
    color: var(--front-navy);
    font-size: 38px;
    font-weight: 900;
    line-height: 1.16;
    margin: 0 0 8px;
}

.front-privacy-page .front-privacy-article h2:nth-of-type(2) {
    color: var(--front-cyan);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 28px;
}

.front-privacy-page .front-privacy-article h2:not(:first-of-type):not(:nth-of-type(2)) {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    color: var(--front-navy);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.28;
    margin: 32px 0 14px;
    padding-top: 24px;
}

.front-privacy-page .front-privacy-article h3 {
    color: #243144;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin: 22px 0 10px;
}

.front-privacy-page .front-privacy-article p,
.front-privacy-page .front-privacy-article li {
    color: #4f5f73;
    font-size: 15.5px;
}

.front-privacy-page .front-privacy-article p {
    margin: 0 0 16px;
}

.front-privacy-page .front-privacy-article ul {
    margin: 10px 0 18px;
    padding-left: 24px;
}

.front-privacy-page .front-privacy-article li {
    margin-bottom: 7px;
    padding-left: 4px;
}

.front-privacy-page .front-privacy-article li::marker {
    color: var(--front-cyan);
}

.front-privacy-page .front-privacy-article strong {
    color: var(--front-navy);
}

.front-privacy-page .front-privacy-article hr {
    border-top: 1px solid rgba(16, 24, 40, 0.1);
    margin: 26px 0 6px;
}

.front-motion-ready.front-privacy-page .front-privacy-article {
    animation: frontPrivacyArticleIn 720ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.front-motion-ready.front-privacy-page .front-privacy-article > h2,
.front-motion-ready.front-privacy-page .front-privacy-article > h3,
.front-motion-ready.front-privacy-page .front-privacy-article > p,
.front-motion-ready.front-privacy-page .front-privacy-article > ul,
.front-motion-ready.front-privacy-page .front-privacy-article > hr {
    animation: frontPrivacyContentIn 620ms ease both;
}

.front-motion-ready.front-privacy-page .front-privacy-article > h2:first-of-type {
    animation-delay: 80ms;
}

.front-motion-ready.front-privacy-page .front-privacy-article > h2:nth-of-type(2) {
    animation-delay: 150ms;
}

.front-motion-ready.front-privacy-page .front-privacy-article > h2:not(:first-of-type):not(:nth-of-type(2)),
.front-motion-ready.front-privacy-page .front-privacy-article > h3,
.front-motion-ready.front-privacy-page .front-privacy-article > p,
.front-motion-ready.front-privacy-page .front-privacy-article > ul,
.front-motion-ready.front-privacy-page .front-privacy-article > hr {
    animation-delay: 220ms;
}

.front-contact-page {
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.08), transparent 36%),
        linear-gradient(180deg, #f6f9fc 0%, #fff 48%, #f7fafc 100%);
}

.front-contact-page .front-contact-shell {
    position: relative;
}

.front-contact-page .front-contact-shell:before {
    background:
        linear-gradient(135deg, rgba(73, 184, 214, 0.14), rgba(242, 183, 5, 0.1) 48%, rgba(17, 31, 53, 0.08)),
        repeating-linear-gradient(90deg, transparent 0, transparent 84px, rgba(17, 31, 53, 0.04) 85px),
        repeating-linear-gradient(0deg, transparent 0, transparent 84px, rgba(17, 31, 53, 0.032) 85px);
    content: "";
    height: 300px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
}

.front-contact-page .contact {
    background: transparent;
}

.front-contact-page .front-contact-hero {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
        linear-gradient(135deg, rgba(73, 184, 214, 0.18), rgba(242, 183, 5, 0.14));
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 24, 40, 0.12);
    margin: 0 0 22px;
    overflow: hidden;
    padding: 30px 34px;
    position: relative;
}

.front-contact-page .front-contact-hero:before {
    background: linear-gradient(180deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    content: "";
    height: calc(100% - 40px);
    left: 0;
    position: absolute;
    top: 20px;
    width: 5px;
}

.front-contact-page .front-contact-heading {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan)) left bottom / 112px 4px no-repeat;
    color: var(--front-navy);
    display: inline-block;
    font-size: 36px !important;
    font-weight: 900;
    line-height: 1.14;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.front-contact-page form#open.theme-form,
.front-contact-page .front-contact-form-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
    display: block;
    float: none;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 42px 46px 32px;
    position: relative;
    width: 100%;
}

.front-contact-page form#open.theme-form:before,
.front-contact-page .front-contact-form-card:before {
    background: linear-gradient(90deg, var(--front-accent-2), var(--front-cyan));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-contact-page .front-contact-form {
    box-sizing: border-box;
    float: none;
    width: 100%;
}

.front-contact-page form#open.theme-form .form-group,
.front-contact-page .front-contact-field {
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.front-contact-page form#open.theme-form .form-group .control-label,
.front-contact-page .front-contact-field .control-label {
    color: #344357;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    text-align: left;
}

.front-contact-page form#open.theme-form .form-group .col-sm-9,
.front-contact-page .front-contact-field .col-sm-9 {
    padding-left: 14px;
    padding-right: 14px;
}

.front-contact-page form#open.theme-form .form-control,
.front-contact-page .front-contact-form .form-control {
    background-color: #fff;
    border: 1px solid rgba(16, 24, 40, 0.14);
    border-radius: 8px;
    box-shadow: none;
    color: #243144;
    min-height: 42px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.front-contact-page form#open.theme-form textarea.form-control,
.front-contact-page .front-contact-form textarea.form-control {
    min-height: 128px;
    resize: vertical;
}

.front-contact-page form#open.theme-form .form-control:focus,
.front-contact-page .front-contact-form .form-control:focus {
    border-color: rgba(73, 184, 214, 0.78);
    box-shadow: 0 0 0 4px rgba(73, 184, 214, 0.13);
    outline: none;
    transform: translateY(-1px);
}

.front-contact-page form#open.theme-form .catpcha,
.front-contact-page form#open.theme-form .fa-refresh,
.front-contact-page .front-contact-captcha .catpcha,
.front-contact-page .front-contact-captcha .fa-refresh {
    align-items: center;
    background: rgba(73, 184, 214, 0.16);
    border-radius: 999px;
    color: var(--front-cyan);
    cursor: pointer;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin-left: 10px;
    width: 38px;
}

.front-contact-page form#open.theme-form input[type="submit"],
.front-contact-page .front-contact-submit,
.front-contact-page .theme-form .front-contact-submit.btn-primary {
    background: linear-gradient(135deg, var(--front-accent-2), var(--front-cyan));
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(73, 184, 214, 0.24);
    color: var(--front-navy);
    font-weight: 900;
    min-height: 46px;
    min-width: 152px;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
}

.front-contact-page form#open.theme-form input[type="submit"]:hover,
.front-contact-page form#open.theme-form input[type="submit"]:focus,
.front-contact-page .front-contact-submit:hover,
.front-contact-page .front-contact-submit:focus {
    box-shadow: 0 20px 44px rgba(242, 183, 5, 0.26);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

.front-contact-page .front-contact-info-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.09);
    min-height: 220px;
    overflow: hidden;
    padding: 28px 24px;
    position: relative;
}

.front-contact-page .front-contact-info-card:before {
    background: linear-gradient(180deg, var(--front-accent-2), var(--front-cyan));
    border-radius: 999px;
    content: "";
    height: calc(100% - 42px);
    left: 0;
    position: absolute;
    top: 21px;
    width: 4px;
}

.front-contact-page .front-contact-info-card img {
    background: rgba(73, 184, 214, 0.11);
    border-radius: 999px;
    height: 54px;
    margin-bottom: 18px;
    padding: 12px;
    width: 54px;
}

.front-contact-page .front-contact-info-card h3 {
    color: var(--front-navy);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.front-contact-page .front-contact-info-card p {
    color: #596579;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 8px;
}

.front-contact-page .front-contact-map {
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.16);
    display: block;
    height: 420px;
    margin-top: 30px;
    max-width: 100%;
    overflow: hidden;
    width: 100% !important;
}

.front-motion-ready.front-contact-page .front-contact-hero.front-motion-visible {
    animation: frontContactHeroIn 780ms cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.front-motion-ready.front-contact-page .front-contact-form-card.front-motion-visible {
    animation: frontContactPanelIn 780ms cubic-bezier(0.18, 0.9, 0.2, 1.04) 120ms both;
}

.front-motion-ready.front-contact-page .front-contact-info-card.front-motion-visible {
    animation: frontContactPanelIn 720ms cubic-bezier(0.18, 0.9, 0.2, 1.04) both;
    animation-delay: var(--contact-card-delay, 0ms);
}

.front-motion-ready.front-contact-page .front-contact-map.front-motion-visible {
    animation: frontContactMapIn 780ms cubic-bezier(0.18, 0.9, 0.2, 1) 160ms both;
}

.front-motion-ready #cookieConsent {
    align-items: center;
    border-radius: 8px;
    bottom: 16px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.28);
    display: flex;
    gap: 14px;
    justify-content: center;
    left: 50%;
    max-width: 960px;
    padding: 12px 18px;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 1030;
    pointer-events: none;
}

.front-motion-ready #cookieConsent a.cookieConsentOK {
    flex: 0 0 auto;
    padding: 2px 24px;
    pointer-events: auto;
}

@keyframes frontHeroDrift {
    from {
        background-position: 0 0, 0 0, 0 0;
    }
    to {
        background-position: 0 0, 96px 0, 0 96px;
    }
}

@keyframes frontHeroKickerIn {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontHeroTitleLineIn {
    0% {
        filter: blur(8px);
        opacity: 0;
        transform: translateY(34px) rotateX(54deg) scale(0.96);
    }
    58% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(-7px) rotateX(-7deg) scale(1.03);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }
}

@keyframes frontHeroTitleGlow {
    0%,
    100% {
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    }
    50% {
        text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42), 0 0 24px rgba(73, 184, 214, 0.24);
    }
}

@keyframes frontHeroTitleUnderline {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes frontHeroCopyIn {
    0% {
        opacity: 0;
        transform: translateY(22px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontSliderControlShine {
    0% {
        opacity: 0;
        transform: translateX(-120%);
    }
    28% {
        opacity: 0.82;
    }
    100% {
        opacity: 0;
        transform: translateX(120%);
    }
}

@keyframes frontAdmissionHeroIn {
    0% {
        filter: blur(6px);
        opacity: 0;
        transform: translateY(22px) scale(0.985);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontAdmissionSectionIn {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.975);
    }
    68% {
        opacity: 1;
        transform: translateY(-4px) scale(1.005);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontAdmissionSubmitIn {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontContactHeroIn {
    0% {
        filter: blur(6px);
        opacity: 0;
        transform: translateY(22px) scale(0.985);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontContactPanelIn {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.975);
    }
    68% {
        opacity: 1;
        transform: translateY(-4px) scale(1.005);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontContactMapIn {
    0% {
        filter: blur(5px);
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontServiceCardIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
    }
    68% {
        opacity: 1;
        transform: translateY(-5px) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontServiceTopLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes frontCounterGridDrift {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 87px 0, 0 87px;
    }
}

@keyframes frontCounterSweep {
    0%,
    100% {
        opacity: 0.48;
        transform: translateX(-16%);
    }
    50% {
        opacity: 0.84;
        transform: translateX(8%);
    }
}

@keyframes frontCounterContentIn {
    0% {
        opacity: 0;
        transform: translateX(-28px) scale(0.98);
    }
    68% {
        opacity: 1;
        transform: translateX(6px) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes frontCounterTopLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes frontCounterTitleLine {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes frontCounterTextCardIn {
    0% {
        opacity: 0;
        transform: translateY(22px);
    }
    70% {
        opacity: 1;
        transform: translateY(-4px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontCounterMediaIn {
    0% {
        opacity: 0;
        transform: translateX(30px) rotate(2deg) scale(0.96);
    }
    68% {
        opacity: 1;
        transform: translateX(-6px) rotate(-0.8deg) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0) scale(1);
    }
}

@keyframes frontLinePulse {
    0%, 100% {
        opacity: 0.34;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes frontHeadTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontHeadTitleLine {
    0% {
        opacity: 0;
        transform: translateX(-50%) scaleX(0.25);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes frontTitleCharPop {
    0% {
        opacity: 0;
        filter: blur(6px);
        transform: translateY(34px) rotateX(72deg) scale(0.82);
    }
    48% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-8px) rotateX(-10deg) scale(1.07);
    }
    72% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(3px) rotateX(4deg) scale(0.99);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) rotateX(0) scale(1);
    }
}

@keyframes frontTitleCharColor {
    0% {
        color: var(--front-accent);
    }
    42% {
        color: var(--front-accent);
    }
    100% {
        color: var(--front-navy);
    }
}

@keyframes frontTitleGlowSettle {
    0% {
        text-shadow: 0 0 0 rgba(189, 7, 69, 0);
    }
    38% {
        text-shadow: 0 12px 30px rgba(189, 7, 69, 0.24);
    }
    100% {
        text-shadow: 0 0 0 rgba(189, 7, 69, 0);
    }
}

@keyframes frontHeadTitleMarker {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-12px) scaleX(0.2);
    }
    42% {
        opacity: 1;
        transform: translateX(-50%) translateY(2px) scaleX(1.35);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scaleX(1);
    }
}

@keyframes frontDegreeGridShift {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 83px 0, 0 83px;
    }
}

@keyframes frontDegreeSweep {
    0%, 100% {
        opacity: 0.45;
        transform: translateX(-18%);
    }
    50% {
        opacity: 0.82;
        transform: translateX(8%);
    }
}

@keyframes frontDegreePlate {
    0%, 100% {
        opacity: 0.58;
        transform: translateY(0) rotate(-10deg);
    }
    50% {
        opacity: 0.82;
        transform: translateY(16px) rotate(-5deg);
    }
}

@keyframes frontDegreeTopBar {
    0%, 100% {
        transform: scaleX(0.46);
    }
    50% {
        transform: scaleX(1);
    }
}

@keyframes frontDegreeBadgeReveal {
    0% {
        opacity: 0;
        transform: translateY(-14px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontDegreeBadgeBreathe {
    0%, 100% {
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
        transform: translateY(0) scale(1);
    }
    50% {
        box-shadow: 0 18px 40px rgba(73, 184, 214, 0.2);
        transform: translateY(-2px) scale(1.01);
    }
}

@keyframes frontDegreeBadgeDot {
    0%, 100% {
        box-shadow: 0 0 0 6px rgba(242, 183, 5, 0.13), 0 0 18px rgba(242, 183, 5, 0.46);
        transform: translateY(-50%) scale(1);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(242, 183, 5, 0.06), 0 0 26px rgba(242, 183, 5, 0.72);
        transform: translateY(-50%) scale(1.18);
    }
}

@keyframes frontDegreeBadgeShine {
    0%, 58%, 100% {
        opacity: 0;
        transform: skewX(-18deg) translateX(0);
    }
    14% {
        opacity: 0.9;
    }
    38% {
        opacity: 0;
        transform: skewX(-18deg) translateX(360%);
    }
}

@keyframes frontDegreeKickerPop {
    0% {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(18px) scale(0.92);
    }
    62% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-2px) scale(1.04);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@keyframes frontDegreeWordRise {
    0% {
        opacity: 0;
        filter: blur(8px);
        transform: translateY(42px) skewY(4deg) scale(0.96);
    }
    58% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-8px) skewY(-1deg) scale(1.02);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) skewY(0) scale(1);
    }
}

@keyframes frontDegreeAccentWordRise {
    0% {
        color: #ffffff;
        opacity: 0;
        filter: blur(10px);
        transform: translateY(48px) rotateX(64deg) scale(0.9);
    }
    58% {
        color: #ffd84d;
        opacity: 1;
        filter: blur(0);
        transform: translateY(-10px) rotateX(-8deg) scale(1.06);
    }
    100% {
        color: #ffd84d;
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) rotateX(0) scale(1);
    }
}

@keyframes frontDegreeAccentPulse {
    0%, 100% {
        color: #ffd84d;
        text-shadow: 0 18px 42px rgba(242, 183, 5, 0.18);
    }
    50% {
        color: #fff1a8;
        text-shadow: 0 18px 48px rgba(242, 183, 5, 0.34), 0 0 18px rgba(73, 184, 214, 0.18);
    }
}

@keyframes frontDegreeAccentBrush {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes frontDegreeAccentBrushBreathe {
    0%, 100% {
        opacity: 0.78;
        transform: scaleX(1);
    }
    50% {
        opacity: 1;
        transform: scaleX(0.82);
    }
}

@keyframes frontDegreeLineSlide {
    0% {
        opacity: 0;
        transform: translateX(-28px);
    }
    70% {
        opacity: 1;
        transform: translateX(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes frontDegreeLineShine {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

@keyframes frontDegreeImageIn {
    0% {
        opacity: 0;
        transform: translateX(34px) rotate(3deg) scale(0.96);
    }
    68% {
        opacity: 1;
        transform: translateX(-6px) rotate(-1deg) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0) scale(1);
    }
}

@keyframes frontDegreeImageFloat {
    0%, 100% {
        transform: translateY(0) rotate(0) scale(1);
    }
    50% {
        transform: translateY(-10px) rotate(-1deg) scale(1.01);
    }
}

@keyframes frontOfferGridDrift {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 79px 0, 0 79px;
    }
}

@keyframes frontOfferDiagonalSweep {
    0%, 100% {
        opacity: 0.48;
        transform: translateX(-14%);
    }
    50% {
        opacity: 0.86;
        transform: translateX(8%);
    }
}

@keyframes frontOfferUnderlineBreathe {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(242, 183, 5, 0.16);
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        box-shadow: 0 10px 28px rgba(73, 184, 214, 0.22);
        transform: translateX(-50%) scaleX(0.82);
    }
}

@keyframes frontOfferCopyLift {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontOfferVisionIn {
    0% {
        opacity: 0;
        transform: translateY(22px) scale(0.98);
    }
    70% {
        opacity: 1;
        transform: translateY(-4px) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontAboutTitleIn {
    0% {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes frontAboutTitleBreathe {
    0%,
    100% {
        text-shadow: 0 0 0 rgba(73, 184, 214, 0);
    }
    50% {
        text-shadow: 0 10px 28px rgba(73, 184, 214, 0.2);
    }
}

@keyframes frontAboutMediaIn {
    0% {
        opacity: 0;
        transform: translateX(-28px) rotate(-2deg) scale(0.98);
    }
    70% {
        opacity: 1;
        transform: translateX(6px) rotate(0.6deg) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0) scale(1);
    }
}

@keyframes frontAboutPanelIn {
    0% {
        opacity: 0;
        transform: translateX(24px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes frontFooterSocialIn {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(0.86);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes frontFooterComplainIconIn {
    0% {
        opacity: 0;
        transform: translateY(10px) rotate(-12deg) scale(0.82);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(0) scale(1);
    }
}

@keyframes frontPrivacyArticleIn {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes frontPrivacyContentIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.front-motion-ready .front-hero:before {
    animation: frontHeroDrift 16s linear infinite;
}

.front-motion-ready .front-hero-lines span,
.front-motion-ready .front-hero-lines i {
    animation: frontLinePulse 4s ease-in-out infinite;
}

@media (min-width: 992px) {
    .front-hero .carousel-inner,
    .front-hero .carousel-inner > .item,
    .front-hero .carousel-inner > .item > img,
    .front-hero .carousel-inner > .item > a > img {
        height: clamp(500px, calc(100vh - 220px), 620px);
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .front-hero-shell {
        padding: 0 0 42px;
    }

    .front-hero .carousel-inner,
    .front-hero .carousel-inner > .item,
    .front-hero .carousel-inner > .item > img,
    .front-hero .carousel-inner > .item > a > img {
        min-height: 580px;
    }

    .front-hero:before {
        background:
            linear-gradient(90deg, rgba(17, 31, 53, 0.78) 0%, rgba(17, 31, 53, 0.62) 100%),
            repeating-linear-gradient(90deg, transparent 0, transparent 78px, rgba(255, 255, 255, 0.045) 79px),
            repeating-linear-gradient(0deg, transparent 0, transparent 78px, rgba(255, 255, 255, 0.035) 79px);
    }

    .front-hero-content {
        max-width: 680px;
    }

    .front-hero-title {
        font-size: 42px;
    }

    .front-hero-title-main {
        font-size: 44px;
    }

    .front-hero-title-meta {
        font-size: 22px;
    }

    .front-hero-title-final {
        font-size: 25px;
    }

    .front-hero-lines {
        display: none;
    }

    .front-home-page .front-degree-spotlight {
        margin-bottom: 58px;
        margin-top: 36px;
        padding: 58px 0;
    }

    .front-home-page .front-degree-panel,
    .front-home-page .front-degree-panel.col-md-offset-2 {
        column-gap: 28px;
        grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
        min-height: 0;
        padding: 42px 34px;
    }

    .front-home-page .front-degree-panel:before {
        height: 210px;
        opacity: 0.45;
        right: -54px;
        top: 34px;
        width: 210px;
    }

    .front-home-page .front-degree-spotlight .card-title,
    .front-home-page .front-degree-title {
        font-size: 44px;
        max-width: 650px;
    }

    .front-home-page .front-degree-panel > img,
    .front-home-page .front-degree-panel .img-responsive {
        height: 300px !important;
        max-width: 310px;
    }

    .front-offer-vision {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .front-offer-vision-item {
        padding: 18px;
    }

    .front-about-page .front-about-intro {
        padding: 34px 32px 30px;
    }

    .front-about-page .front-about-intro:before {
        font-size: 30px;
    }

    .front-about-page .front-about-media img {
        height: 360px !important;
    }

    .front-about-page .front-about-story {
        padding: 26px;
    }

    .front-about-page .front-about-story h3 {
        font-size: 26px;
    }

    .front-home-page .countdown_bg.fullwidth.counter {
        padding: 64px 0;
    }

    .front-home-page .countdown_bg.fullwidth.counter > .container > .row {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-content {
        padding: 28px 30px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-title {
        font-size: 38px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .about_img img {
        height: 320px !important;
    }

    .front-admission-page .front-admission-hero {
        padding: 28px 26px;
    }

    .front-admission-page .front-admission-title.entered {
        font-size: 32px;
    }

    .front-admission-page .front-admission-section {
        padding: 26px 24px 16px;
    }

    .front-contact-page .front-contact-hero {
        padding: 28px 26px;
    }

    .front-contact-page .front-contact-heading {
        font-size: 32px !important;
    }

    .front-contact-page form#open.theme-form,
    .front-contact-page .front-contact-form-card {
        padding: 32px 28px 22px;
    }

    .front-contact-page .front-contact-info-card {
        margin-bottom: 18px;
        min-height: 0;
    }

    .front-privacy-page .front-privacy-article {
        padding: 34px 30px 38px;
    }

    .front-privacy-page .front-privacy-article h2:first-of-type {
        font-size: 32px;
    }

    .front-privacy-page .front-privacy-article h2:not(:first-of-type):not(:nth-of-type(2)) {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    #bootstrap-touch-slider.control-round .carousel-control {
        display: flex !important;
        font-size: 22px;
        height: 42px;
        top: 48%;
        width: 42px;
    }

    #bootstrap-touch-slider.control-round .carousel-control.left {
        left: 12px;
    }

    #bootstrap-touch-slider.control-round .carousel-control.right {
        right: 12px;
    }
}

@media (max-width: 767px) {
    .front-motion-ready header {
        box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1);
    }

    .toparea {
        padding: 8px 0;
    }

    .toparea .row {
        display: block;
    }

    .toparea .toplist,
    .toparea .topicon {
        justify-content: center;
        text-align: center;
    }

    .toparea .toplist {
        margin-bottom: 6px;
    }

    .toparea .toplist li a {
        font-size: 13px;
        word-break: break-word;
    }

    .toparea .topicon {
        gap: 6px;
    }

    .copy-right p {
        font-size: 12px;
        padding: 12px 10px;
    }

    .front-motion-ready .navborder .navbar-collapse {
        background: #fff;
        border: 1px solid rgba(16, 24, 40, 0.08);
        border-radius: 8px;
        box-shadow: 0 16px 34px rgba(16, 24, 40, 0.16);
        margin: 10px 0 14px;
        overflow: hidden;
    }

    .front-motion-ready .navborder .navbar-nav {
        margin: 0;
    }

    .front-motion-ready .navborder .navbar-nav > li > a {
        border-top: 0;
        margin-top: 0;
        padding: 14px 18px;
    }

    .front-motion-ready .navborder .navbar-nav > li > a:after {
        bottom: 7px;
        left: 18px;
        right: auto;
        width: 48px;
    }

    .front-motion-ready .navborder .navbar-nav > .active > a,
    .front-motion-ready .navborder .nav > li > a:focus,
    .front-motion-ready .navborder .nav > li > a:hover {
        background: #f8fafc;
        border-top: 0;
    }

    .front-admission-page .front-admission-hero {
        margin: 16px 0 18px;
        padding: 24px 18px;
    }

    .front-admission-page .front-admission-title.entered {
        font-size: 27px;
        margin-bottom: 18px;
    }

    .front-admission-page .front-admission-action,
    .front-admission-page .modalclosebtn.front-admission-action {
        margin: 6px 0;
        width: 100%;
    }

    .front-admission-page .front-admission-section {
        margin-bottom: 18px;
        padding: 24px 18px 12px;
    }

    .front-admission-page .front-admission-section:after {
        font-size: 56px;
        right: 14px;
        top: 12px;
    }

    .front-admission-page .front-admission-section-title.pagetitleh2 {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .front-admission-page .front-admission-submit-row {
        margin-bottom: 34px;
        padding: 20px 18px;
    }

    .front-admission-page .front-admission-submit-btn,
    .front-admission-page .onlineformbtn.front-admission-submit-btn {
        width: 100%;
    }

    .front-contact-page .front-contact-hero {
        margin-bottom: 18px;
        padding: 24px 18px;
    }

    .front-contact-page .front-contact-heading {
        font-size: 27px !important;
    }

    .front-contact-page form#open.theme-form,
    .front-contact-page .front-contact-form-card {
        padding: 28px 20px 18px;
    }

    .front-contact-page form#open.theme-form .form-group,
    .front-contact-page .front-contact-field {
        margin-bottom: 18px;
    }

    .front-contact-page form#open.theme-form .form-group .control-label,
    .front-contact-page .front-contact-field .control-label {
        display: block;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 0;
        text-align: left;
        width: 100%;
    }

    .front-contact-page form#open.theme-form .form-group .col-sm-9,
    .front-contact-page .front-contact-field .col-sm-9 {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
    }

    .front-contact-page form#open.theme-form input[type="submit"],
    .front-contact-page .front-contact-submit,
    .front-contact-page .theme-form .front-contact-submit.btn-primary {
        float: none !important;
        width: 100%;
    }

    .front-contact-page .front-contact-info-card {
        margin-bottom: 16px;
        padding: 24px 20px;
    }

    .front-contact-page .front-contact-map {
        height: 320px;
        margin-top: 20px;
    }

    .front-privacy-page .container.spacet60.spaceb60 {
        padding-bottom: 36px;
        padding-top: 32px;
    }

    .front-privacy-page .front-privacy-article {
        padding: 30px 20px 34px;
    }

    .front-privacy-page .front-privacy-article h2:first-of-type {
        font-size: 28px;
    }

    .front-privacy-page .front-privacy-article h2:nth-of-type(2) {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .front-privacy-page .front-privacy-article h2:not(:first-of-type):not(:nth-of-type(2)) {
        font-size: 20px;
        margin-top: 26px;
        padding-top: 20px;
    }

    .front-privacy-page .front-privacy-article h3 {
        font-size: 16px;
    }

    .front-privacy-page .front-privacy-article p,
    .front-privacy-page .front-privacy-article li {
        font-size: 14.5px;
    }

    .front-hero-shell .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .front-hero-shell {
        padding: 0 0 36px;
    }

    .front-hero-content {
        max-width: 100%;
        padding: 0 16px;
    }

    .front-hero .carousel-inner,
    .front-hero .carousel-inner > .item,
    .front-hero .carousel-inner > .item > img,
    .front-hero .carousel-inner > .item > a > img {
        min-height: 540px;
    }

    .front-hero-title {
        font-size: 30px;
        line-height: 1.08;
    }

    .front-hero-title-animated {
        gap: 7px;
    }

    .front-hero-kicker {
        font-size: 11px;
        gap: 8px;
        margin-bottom: 14px;
    }

    .front-hero-kicker:before {
        width: 28px;
    }

    .front-hero-title-brand {
        font-size: 14px;
    }

    .front-hero-title-main {
        font-size: 31px;
        line-height: 1.08;
    }

    .front-hero-title-meta {
        font-size: 17px;
        line-height: 1.28;
    }

    .front-hero-title-final {
        font-size: 20px;
        line-height: 1.22;
        width: 100%;
    }

    .front-hero-copy {
        font-size: 16px;
        line-height: 1.55;
        margin-top: 18px;
    }

    .front-hero-actions {
        margin-top: 24px;
    }

    .front-hero-btn {
        min-width: 0;
        width: 100%;
    }

    .front-home-page .container.spacet60.spaceb60 {
        padding-top: 34px;
    }

    .front-about-page .front-about-shell {
        padding-bottom: 56px;
        padding-top: 32px;
    }

    .front-about-page .front-about-shell:before {
        height: 520px;
    }

    .front-about-page .front-about-intro {
        margin-bottom: 28px;
        padding: 28px 22px 24px;
    }

    .front-about-page .front-about-intro:before {
        background-size: 76px 4px;
        font-size: 26px;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .front-about-page .front-about-intro p {
        font-size: 16px;
        line-height: 1.65;
    }

    .front-about-page .front-about-media {
        margin-bottom: 24px;
    }

    .front-about-page .front-about-media:before {
        inset: 22px -10px -10px 22px;
    }

    .front-about-page .front-about-media img {
        height: 280px !important;
    }

    .front-about-page .front-about-story {
        padding: 24px 20px;
    }

    .front-about-page .front-about-story h3 {
        font-size: 24px;
    }

    .front-about-page .front-about-accordion .panel-title a {
        padding: 16px 48px 16px 18px;
    }

    .services,
    .front-home-page .services {
        margin-top: -68px;
    }

    .service-inner .row {
        display: block;
    }

    .service-inner .service-box,
    .front-home-page .service-box {
        margin-bottom: 12px;
        min-height: 0;
        width: 100%;
    }

    .front-home-page .head-title {
        font-size: 28px;
    }

    .front-home-page .card-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .front-home-page section.front-offer-section.spaceb40.spacet40 {
        padding: 58px 0 54px;
    }

    .front-home-page .front-offer-title.head-title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .front-home-page .front-offer-copy {
        font-size: 16px;
        line-height: 1.65;
        padding: 22px 20px;
        text-align: left !important;
    }

    .front-offer-vision {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .front-offer-vision-item {
        min-height: 0;
    }

    .front-home-page .front-degree-spotlight {
        left: auto;
        margin: 24px -15px 42px;
        padding: 34px 15px 42px;
        width: auto;
    }

    .front-home-page .front-degree-spotlight .row {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .front-home-page .front-degree-panel,
    .front-home-page .front-degree-panel.col-md-offset-2 {
        border-radius: 8px;
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
        display: grid;
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 26px 16px 22px;
        width: 100%;
    }

    .front-home-page .front-degree-panel:before {
        height: 150px;
        opacity: 0.28;
        right: -72px;
        top: 22px;
        width: 150px;
    }

    .front-home-page .front-degree-spotlight .head-title {
        border-radius: 8px;
        display: flex;
        font-size: 12px;
        line-height: 1.28;
        margin-bottom: 16px;
        max-width: 100%;
        padding: 10px 12px 10px 32px;
        width: 100%;
    }

    .front-home-page .front-degree-spotlight .head-title:before {
        left: 14px;
    }

    .front-home-page .front-degree-spotlight .card-title,
    .front-home-page .front-degree-title {
        font-size: 30px;
        line-height: 1.12;
        max-width: 100%;
    }

    .front-degree-title-line,
    .front-degree-title-accent {
        max-width: 100%;
        overflow-wrap: break-word;
        width: auto;
    }

    .front-degree-title-accent:after {
        bottom: -6px;
        height: 6px;
    }

    .front-home-page .front-degree-spotlight .front-degree-copy,
    .front-home-page .front-degree-spotlight .mbr-text {
        font-size: 15px;
        line-height: 1.45;
        margin-top: 22px;
        max-width: 100%;
    }

    .front-degree-copy-line {
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.35;
        min-height: 0;
        padding: 13px 12px 13px 48px;
        width: 100%;
    }

    .front-degree-copy-line:before {
        font-size: 11px;
        height: 26px;
        left: 12px;
        width: 26px;
    }

    .front-home-page .front-degree-panel > img,
    .front-home-page .front-degree-panel .img-responsive {
        grid-column: 1;
        grid-row: auto;
        height: 190px !important;
        justify-self: stretch;
        margin-top: 18px;
        max-width: none;
        object-position: center;
    }

    .front-home-page section.spaceb40.spacet40 {
        padding: 52px 0;
    }

    .front-home-page .courses-box-img img {
        height: 205px !important;
    }

    .front-home-page .courses-carousel .owl-stage-outer {
        padding: 4px 0 18px;
    }

    .front-home-page .courses-box {
        margin-bottom: 0;
    }

    .front-home-page .course-inner {
        padding: 20px 18px;
    }

    .front-home-page .course-inner h4 {
        font-size: 17px;
    }

    .front-home-page .course-inner .btn-read,
    .front-home-page .courses-box > .btn-read {
        align-self: stretch;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .front-home-page .courses-carousel .owl-nav {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 18px;
        position: static;
    }

    .front-home-page .courses-carousel .owl-nav .owl-prev,
    .front-home-page .courses-carousel .owl-nav .owl-next {
        font-size: 22px;
        height: 44px;
        left: auto;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 44px;
    }

    .front-home-page .courses-carousel .owl-nav .owl-prev:hover,
    .front-home-page .courses-carousel .owl-nav .owl-prev:focus,
    .front-home-page .courses-carousel .owl-nav .owl-next:hover,
    .front-home-page .courses-carousel .owl-nav .owl-next:focus {
        transform: translateY(-2px) scale(1.04);
    }

    .front-motion-ready .scrollToTop {
        bottom: 64px;
        font-size: 22px;
        height: 44px;
        line-height: 44px;
        right: 14px;
        width: 44px;
    }

    .front-home-page .countdown_bg.fullwidth.counter {
        padding: 48px 0;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-content {
        padding: 22px 18px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-text {
        gap: 10px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-text p {
        font-size: 13px;
        line-height: 1.58;
        padding: 12px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .counter-img:before {
        inset: 20px -10px -10px 20px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .about_img {
        padding: 8px;
    }

    .front-home-page .countdown_bg.fullwidth.counter .about_img img {
        height: 240px !important;
    }

    .front-motion-ready #cookieConsent {
        bottom: 10px;
        display: block;
        font-size: 12px;
        line-height: 1.45;
        max-height: 30vh;
        padding: 10px 12px;
        text-align: center;
    }

    .front-motion-ready #cookieConsent a.cookieConsentOK {
        line-height: 28px;
        margin-top: 8px;
        min-height: 30px;
        padding: 0 20px;
    }

    .front-motion-ready footer > .container.spacet40.spaceb40 {
        margin-left: 15px;
        margin-right: 15px;
        padding: 28px 18px 24px;
        width: auto;
    }
}

@media (max-width: 420px) {
    .front-home-page .front-degree-spotlight {
        padding: 28px 12px 36px;
    }

    .front-home-page .front-degree-panel,
    .front-home-page .front-degree-panel.col-md-offset-2 {
        padding: 22px 12px 18px;
    }

    .front-home-page .front-degree-spotlight .card-title,
    .front-home-page .front-degree-title {
        font-size: 27px;
    }

    .front-degree-copy-line {
        font-size: 13px;
        padding: 12px 10px 12px 44px;
    }

    .front-degree-copy-line:before {
        left: 10px;
    }

    .front-home-page .front-degree-panel > img,
    .front-home-page .front-degree-panel .img-responsive {
        height: 176px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .front-motion-ready *,
    .front-motion-ready *:before,
    .front-motion-ready *:after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .front-motion-pending,
    .front-motion-visible {
        opacity: 1;
        transform: none;
    }
}
