* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.seRNwrapper-template {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(188,188,188);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.JuUacontact {
    padding: 50px;
    background: rgb(188,188,188);
    font-family: Nunito, sans-serif;
    border: 2px solid rgb(131,131,138,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.JuUacontact h3 {
    color: rgb(131,131,138);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 3px dotted rgb(131,131,138);
    padding-bottom: 10px;
}
.JuUacontact .form {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}
.JuUacontact .info svg, .JuUacontact .info svg path {
    fill: rgb(131,131,138);
}
.JuUacontact .info .contact_info h5 {
    color: rgb(131,131,138);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
}
.JuUacontact .info span {
    color: #000000;
    font-size: 12px;
}
.JuUacontact .info .contact_info svg, .JuUacontact .info .contact_info svg path {
    fill: #000000;
}
.JuUacontact form input {
    color: #000000;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgb(131,131,138,0.5);
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s ease;
}
.JuUacontact form input:focus {
    border-color: rgb(131,131,138);
    outline: none;
}
.JuUacontact form .button {
    background: rgb(94,94,94);
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid rgb(94,94,94);
}
.JuUacontact .holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.JuUacontact .holder > div {
    flex: 1;
    min-width: 300px;
    border: 2px dashed rgb(131,131,138,0.5);
    border-radius: 20px;
    padding: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
.JuUacontact .info {
    padding-top: 40px;
    border-top: 2px solid rgb(131,131,138,0.5);
}
.JuUacontact .logo_holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.JuUacontact .logo_holder svg, .JuUacontact .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.JuUacontact .info .contact_info span {
    font-weight: 300;
}
.JuUacontact .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.JuUacontact .name_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.JuUacontact .name_holder #surname {
    flex: 1;
}
.JuUacontact .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.JuUacontact .agree label {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-left: 10px;
}
.JuUacontact .agree a {
    margin-left: 5px;
    color: rgb(131,131,138);
    text-decoration: underline;
}
.JuUacontact .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
    box-shadow: none;
}
@media only screen and (max-width: 800px) {
    .JuUacontact {
      padding: 40px 10px;
    }
    .JuUacontact h3 {
        font-size: 29px;
    }
    .JuUacontact .holder {
        flex-direction: column;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .JuUacontact .holder > div {
        min-width: unset;
        flex: unset;
    }
    .JuUacontact form input {
        width: 100%;
    }
    .JuUacontact .name_holder {
        flex-wrap: wrap;
        gap:0;
    }
}
.JuUacontact .form form {
    display: flex;
    flex-direction: column;
}
.JuUacontact .form h3 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 18px;
    color: rgb(131,131,138);
}
.JuUacontact .info h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgb(131,131,138);
}
.JuUacontact .info svg, .JuUacontact .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.JuUacontact .info span {
    font-size: 12px;
}
.JuUacontact .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}
.JuUacontact .logo_holder svg, .JuUacontact .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.JuUacontact .info .contact_info span {
    font-weight: 300;
}
.JuUacontact .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.JAvScourse_structure {
    padding: 100px 0;
    background: rgb(131,131,138,0.5);
    color: #000000;
    font-family: Nunito, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.JAvScourse_structure .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.JAvScourse_structure .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.JAvScourse_structure .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.JAvScourse_structure .course {
    flex: 1 1 calc(33.333% - 60px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.JAvScourse_structure .course:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.JAvScourse_structure .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
}

.JAvScourse_structure .photo {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: background-position 0.4s ease;
}

.JAvScourse_structure .photo:hover {
    background-position: top;
}

.JAvScourse_structure h3 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(131,131,138);
    margin: 20px 0;
    transition: color 0.4s ease;
}

.JAvScourse_structure h3:hover {
    color: rgb(94,94,94);
}

.JAvScourse_structure p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.JAvScourse_structure .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 30px;
    background: rgb(94,94,94);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.4s ease, transform 0.4s ease;
}

.JAvScourse_structure .button:hover {
    background: rgb(131,131,138);
    transform: scale(1.05);
}

@media only screen and (max-width: 900px) {
    .JAvScourse_structure .course {
        flex: 1 1 calc(50% - 40px);
    }
}

@media only screen and (max-width: 600px) {
    .JAvScourse_structure {
        padding: 60px 0;
    }

    .JAvScourse_structure .course {
        flex: 1 1 100%;
    }

    .JAvScourse_structure .photo {
        height: 250px;
    }
}

.seRNwrapper-template .JAvScourse_structure .container {
    width: 100%;
    padding: 0;
}

.seRNwrapper-template .JAvScourse_structure .items {
    width: 100%;
    gap: 0;
}

.seRNwrapper-template .JAvScourse_structure .course {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.seRNwrapper-template .JAvScourse_structure .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 30% !important;
}

.seRNwrapper-template .JAvScourse_structure .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}

.seRNwrapper-template .JAvScourse_structure p {
    margin-top: 20px;
    text-align: center;
}

.seRNwrapper-template .JAvScourse_structure .button {
    margin-top: 30px;
    width: fit-content;
}

.seRNwrapper-template .JAvScourse_structure h3 {
    text-align: center;
}
.XSPFthanksWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(131,131,138), rgb(94,94,94));
    padding: 50px 20px;
    position: relative;
}
.XSPFthanksWrap .container {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    background: linear-gradient(145deg, #ffffff, rgb(94,94,94,0.5));
}
.XSPFthanksWrap .container::before, .XSPFthanksWrap .container::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(131,131,138);
    opacity: 0.5;
    filter: blur(50px);
}
.XSPFthanksWrap .container::before {
    top: -40px;
    left: -40px;
}
.XSPFthanksWrap .container::after {
    bottom: -40px;
    right: -40px;
}
.XSPFthanksWrap h2 {
    font-size: 30px;
    color: rgb(131,131,138);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid rgb(94,94,94);
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(131,131,138), rgb(94,94,94));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.XSPFthanksWrap p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 800px) {
    .XSPFthanksWrap {
        padding: 20px;
    }
    .XSPFthanksWrap .container {
        padding: 30px;
    }
    .XSPFthanksWrap h2 {
        font-size: 23px;
    }
    .XSPFthanksWrap p {
        font-size: 20px;
    }
}
.jPpLprivacy_cabinet {
    background-color: rgb(131,131,138);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding: 2rem;
    box-shadow: 0 0 10px rgb(131,131,138,0.5);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.jPpLprivacy_cabinet h1, .jPpLprivacy_cabinet h2 {
    margin-bottom: 0.75rem;
    color: rgb(131,131,138);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.jPpLprivacy_cabinet h1 {
    font-size: 46px;
    font-weight: 700;
    border-left: 4px solid rgb(131,131,138);
    padding-left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.jPpLprivacy_cabinet h2 {
    font-size: 34px;
    font-weight: 600;
    border-left: 4px solid rgb(94,94,94);
    padding-left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.jPpLprivacy_cabinet h3, .jPpLprivacy_cabinet h4, .jPpLprivacy_cabinet h5, .jPpLprivacy_cabinet h6 {
    margin: 10px 0;
}
.jPpLprivacy_cabinet ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.jPpLprivacy_cabinet ul li {
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem;
    background-color: rgb(94,94,94,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.jPpLprivacy_cabinet ul li::before {
    content: '⭑';
    color: rgb(131,131,138);
    font-size: 1.2rem;
}
.jPpLprivacy_cabinet p, .jPpLprivacy_cabinet span {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1rem;
}
.jPpLprivacy_cabinet div {
    margin-bottom: 1rem;
}
.jPpLprivacy_cabinet section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {
    .jPpLprivacy_cabinet {
        padding: 1.5rem;
        border-radius: 10px;
        gap: 1rem;
    }
    .jPpLprivacy_cabinet h1 {
        font-size: calc(24px * 0.9);
    }
    .jPpLprivacy_cabinet h2 {
        font-size: calc(24px * 0.9);
    }
    .jPpLprivacy_cabinet ul {
        gap: 0.5rem;
    }
    .jPpLprivacy_cabinet ul li {
        padding: 0.75rem;
    }
    .jPpLprivacy_cabinet ul li::before {
        font-size: 1rem;
    }
}.CwJvstudy_method {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(94,94,94);
    color: #ffffff;
}

.CwJvstudy_method::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(131,131,138) 0%, rgb(94,94,94) 100%);
    animation: rotateBackground 20s infinite linear;
    z-index: -1;
    filter: blur(100px);
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.CwJvstudy_method .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    gap: 20px;
}

.CwJvstudy_method h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 35px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.CwJvstudy_method p {
    text-align: center;
    font-size: 17px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.CwJvstudy_method p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .CwJvstudy_method {
        padding: 30px 0;
    }
}

.seRNwrapper-template .CwJvstudy_method h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 48px;
}

.seRNwrapper-template .CwJvstudy_method {
    position: relative;
}

.seRNwrapper-template .CwJvstudy_method::after {
    content: "";
    position: absolute;
    width: calc(50% - 6px);
    height: 44px;
    background: rgb(94,94,94);
    border-left: 12px solid #ffffff;
    bottom: -44px;
    right: 0;
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template .CwJvstudy_method h2 {
        font-size: 35px;
        margin-bottom: 28px;
    }
}
.JDLijoin_our_community {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.JDLijoin_our_community .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.JDLijoin_our_community input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(94,94,94,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.JDLijoin_our_community h2 {
    margin-bottom: 20px;
    text-align: center;
}

.JDLijoin_our_community .button {
    background: rgb(94,94,94);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.JDLijoin_our_community .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .JDLijoin_our_community .holder {
        flex-direction: column;
    }

    .JDLijoin_our_community {
        padding: 30px 20px;
    }

    .JDLijoin_our_community input {
        min-width: unset;
    }

    .JDLijoin_our_community .button {
        flex-shrink: unset;
    }

    .JDLijoin_our_community .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .JDLijoin_our_community input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .seRNwrapper-template .JDLijoin_our_community .holder h2 {
        font-size: 20px;
    }
}

.seRNwrapper-template .JDLijoin_our_community {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgb(188,188,188);
    position: relative;
    overflow: hidden;
}

.seRNwrapper-template .JDLijoin_our_community::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(131,131,138) 0%, rgb(131,131,138,0.5) 100%);
    opacity: 0.5;
    transform: scale(1.5);
    z-index: 0;
}

.seRNwrapper-template .JDLijoin_our_community .container {
    position: relative;
    z-index: 1;
}

.seRNwrapper-template .JDLijoin_our_community h2 {
    font-size: 33px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-align: center;
}

.seRNwrapper-template .JDLijoin_our_community .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.seRNwrapper-template .JDLijoin_our_community input[type="email"] {
    padding: 15px 20px;
    height: auto;
    border-radius: 24px;
    background: #ffffff;
    border: 2px solid rgb(94,94,94);
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
    width: 80%;
    max-width: 400px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.seRNwrapper-template .JDLijoin_our_community input[type="email"]:focus {
    border-color: rgb(131,131,138);
    box-shadow: 0 0 10px rgb(131,131,138,0.5);
}

.seRNwrapper-template .JDLijoin_our_community .button {
    padding: 15px 40px;
    border-radius: 24px;
    background: rgb(131,131,138);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seRNwrapper-template .JDLijoin_our_community .button:hover {
    background: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template .JDLijoin_our_community {
        padding: 60px 20px;
    }

    .seRNwrapper-template .JDLijoin_our_community h2 {
        font-size: 21px;
    }

    .seRNwrapper-template .JDLijoin_our_community input[type="email"] {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .seRNwrapper-template .JDLijoin_our_community .button {
        width: 100%;
    }
}.wgKEopening_board .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.wgKEopening_board .style_element h1 {
    color: rgb(94,94,94);
}

.wgKEopening_board .style_element h3 {
    color: rgb(94,94,94);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.wgKEopening_board .style_element p {
    color: #000000;
    text-align: right;
}

.wgKEopening_board {
    width: 100%;
}

.wgKEopening_board .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.wgKEopening_board .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.wgKEopening_board .style_element h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.wgKEopening_board .style_element p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .wgKEopening_board .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .wgKEopening_board .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .wgKEopening_board .style_element h1 {
        font-size: 18px;
    }

    .wgKEopening_board .style_element h3 {
        font-size: 16px;
    }

    .wgKEopening_board .style_element p {
        font-size: 14px;
    }


}

.seRNwrapper-template .wgKEopening_board .title_page_holder {
    position: relative;

}

.seRNwrapper-template .wgKEopening_board .style_element {
    position: relative;
    clip-path: none;
    height: auto;
    background: none;
    display: flex;
    padding: 50px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    align-items: center;
    background: none;
    width: calc(50% - 50px);
    min-width: unset;
    top: 0;
    z-index: 2;
    height: 90%;
    background: rgb(131,131,138,0.5);
    border-radius: 0 !important;
    left: 50px;

}

.seRNwrapper-template .wgKEopening_board .title_page_holder {
    display: flex;
    height: 550px;
}

.seRNwrapper-template .wgKEopening_board .style_element h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.seRNwrapper-template .wgKEopening_board .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.seRNwrapper-template .wgKEopening_board .style_element p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template .wgKEopening_board .title_page_holder {
        padding: 0px;
        flex-direction: column;
        min-height: 400px;
        height: auto;
    }

    .seRNwrapper-template .wgKEopening_board .style_element h1 {
        font-size: 30px;
    }

    .seRNwrapper-template .wgKEopening_board .style_element {
        position: static;
        width: 100%;
        height: auto;
        min-height: unset;
        padding: 20px;
        padding-top: 50px;
        left: 0;
    }
}.zmyMuser_feedback {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(131,131,138,0.5) 0%, rgb(94,94,94,0.5) 100%);
    color: #000000;
}
.zmyMuser_feedback::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(131,131,138) 10%, transparent 10%);
    background-size: 20px 20px;
    animation: backgroundMove 10s linear infinite;
    z-index: 0;
    opacity: 0.3;
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

.zmyMuser_feedback .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zmyMuser_feedback h2 {
    font-size: 45px;
    font-weight: 700;
    color: rgb(94,94,94);
    margin-bottom: 40px;
    text-shadow: 2px 2px rgb(131,131,138,0.5);
}

.zmyMuser_feedback .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.zmyMuser_feedback .review {
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.zmyMuser_feedback .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.zmyMuser_feedback .review:hover::before {
    left: 100%;
}

.zmyMuser_feedback .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.zmyMuser_feedback .review .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.zmyMuser_feedback .review .text {
    text-align: center;
}

.zmyMuser_feedback .review .text span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: rgb(131,131,138);
    margin-bottom: 10px;
}

.zmyMuser_feedback .review .text p {
    font-size: 14px;
    color: #000000;
}

.seRNwrapper-template .zmyMuser_feedback .review {
    flex-direction: row;
    padding: 20px;
    border: 2px solid rgb(131,131,138);
    background: rgb(131,131,138,0.5);
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    width: calc(50% - 40px);
    max-width: 100%;
    margin: 20px 10px;
}

.seRNwrapper-template .zmyMuser_feedback .review:hover {
    border-color: rgb(94,94,94);
    background: rgb(94,94,94,0.5);
}

.seRNwrapper-template .zmyMuser_feedback .photo {
    width: 130px;
    height: 130px;
    margin-right: 20px;
    flex-shrink: 0;
}

.seRNwrapper-template .zmyMuser_feedback .text {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 170px);
}

.seRNwrapper-template .zmyMuser_feedback .text span {
    text-align: right;
    color: #000000;
    white-space: nowrap;
}

.seRNwrapper-template .zmyMuser_feedback .text p {
    text-align: left;
    color: #000000;
}

.zmyMuser_feedback .holder h2 {
    font-size: 38px;
    font-weight: 700;
    color: rgb(94,94,94);
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .zmyMuser_feedback {
        padding: 50px 20px;
    }

    .zmyMuser_feedback .reviews {
        flex-direction: column;
        align-items: center;
    }

    .zmyMuser_feedback .review {
        width: 100%;
        max-width: 400px;
    }

    .seRNwrapper-template .zmyMuser_feedback .review {
        width: 100%;
        max-width: unset;
        margin: 0;
        margin-bottom: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .seRNwrapper-template .zmyMuser_feedback .photo {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .seRNwrapper-template .zmyMuser_feedback .text {
        width: 100%;
    }
    .seRNwrapper-template .zmyMuser_feedback .text p, .seRNwrapper-template .zmyMuser_feedback .text span {
        text-align: center;
    }
}
.TJMRtraining_results {
    padding-bottom: 80px;
    padding-top: 80px;
}

.TJMRtraining_results .holder {
    display: flex;
    width: 100%;
}

.TJMRtraining_results h2 {
    text-align: left;
    margin-bottom: 20px;
}

.TJMRtraining_results .photo {
    width: 50%;
    flex-shrink: 0;
}

.TJMRtraining_results .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.TJMRtraining_results ul {
    list-style: none;
}

.TJMRtraining_results li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.TJMRtraining_results svg, .TJMRtraining_results path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(131,131,138);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .TJMRtraining_results {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .TJMRtraining_results .holder {
        flex-direction: column;
    }

    .TJMRtraining_results .text_holder {
        width: 100%;
    }

    .TJMRtraining_results .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.seRNwrapper-template .TJMRtraining_results {
    background: linear-gradient(to right, rgb(131,131,138,0.5), rgb(94,94,94,0.5));
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}

.seRNwrapper-template .TJMRtraining_results::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 60%;
    height: 50%;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.seRNwrapper-template .TJMRtraining_results .holder {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row-reverse;
}

.seRNwrapper-template .TJMRtraining_results .photo {
    width: 50%;
    background-size: cover;
    background-position: center;
}

.seRNwrapper-template .TJMRtraining_results .text_holder {
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.seRNwrapper-template .TJMRtraining_results h2 {
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(131,131,138);
}

.seRNwrapper-template .TJMRtraining_results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seRNwrapper-template .TJMRtraining_results li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
}

.seRNwrapper-template .TJMRtraining_results svg, .seRNwrapper-template .TJMRtraining_results path {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    fill: rgb(94,94,94);
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template .TJMRtraining_results {
        padding: 60px 10px;
    }

    .seRNwrapper-template .TJMRtraining_results .holder {
        flex-direction: column;
        border-radius: 10px;
    }

    .seRNwrapper-template .TJMRtraining_results .photo {
        width: 100%;
        height: 200px;
        border-radius: 10px 10px 0 0;
        margin-bottom: 20px;
    }

    .seRNwrapper-template .TJMRtraining_results .text_holder {
        padding: 20px;
        width: 100%;
    }

    .seRNwrapper-template .TJMRtraining_results h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .seRNwrapper-template .TJMRtraining_results li {
        font-size: 13px;
        margin-bottom: 10px;
    }
}footer {
    background: rgb(94,94,94);
    color: #ffffff;
}

footer .copyright {
    background: rgb(131,131,138);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(131,131,138);
}

footer h5 {
    color: rgb(131,131,138);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 21px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.seRNwrapper-template footer .footer {
    padding: 0;
}

.seRNwrapper-template footer .footer_info {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;
    padding: 20px;
}

.seRNwrapper-template footer .menu_holder {
    flex-direction: row;
    justify-content: center;
}

.seRNwrapper-template footer .menu a {
    margin: 0;
    padding: 5px 20px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.seRNwrapper-template footer .copyright {
    background: rgb(131,131,138,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.seRNwrapper-template footer .copyright_info {
    text-align: center;
}

.seRNwrapper-template footer .logo_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(131,131,138);
    margin-bottom: 20px;
}

.seRNwrapper-template footer .logo_holder svg, .seRNwrapper-template footer .logo_holder svg path, .seRNwrapper-template footer .logo_holder img {
    margin: 0;
    fill: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .seRNwrapper-template footer .logo_holder {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }

    .seRNwrapper-template footer .menu a {
        margin-bottom: 5px;
        font-size: 18px
    }

    .seRNwrapper-template footer .footer_info {
        padding: 10px;
    }

    .seRNwrapper-template footer .copyright_info {
        text-align: center;
    }

    .seRNwrapper-template footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
header .top_plank {
    background: rgb(131,131,138);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}header {
    background: linear-gradient(135deg, rgb(131,131,138), rgb(94,94,94));
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    border-bottom: 2px solid #000000;
}
.main_header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.main_header .header_holder {
    width: 100%;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
    border-right: 2px solid #000000;
    padding-right: 20px;
}
.main_header .logo_holder svg,
.main_header .logo_holder img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    font-family: Nunito, sans-serif;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    border-left: 2px solid #000000;
    margin: 14px 0;
}
.main_header .header_menu {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-grow: 1;
}
.main_header .header_menu a {
    font-family: Nunito, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #000000;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(131,131,138), rgb(94,94,94));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.main_header .header_menu a:hover::before {
    opacity: 1;
}
.main_header .header_menu a:hover {
    color: #000000;
    border-color: rgb(94,94,94);
}
@media only screen and (max-width: 1200px) {
    .main_header .container {
        flex-direction: column;
        justify-items: center;
    }
    .main_header .logo_holder {
        justify-content: center;
        border-right: none;
        border-bottom: 2px solid #000000;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .main_header .header_description {
        border-left: none;
        border-top: 2px solid #000000;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .main_header .header_menu a {
        padding: 8px 12px;
        font-size: 20px;
    }
}
.main_header .header_menu a:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(131,131,138), rgb(94,94,94));
    opacity: 0.1;
    z-index: -1;
}.seRNwrapper-template .haVgwho_we_are {
    padding: 100px 0;
    background: rgb(188,188,188);
    position: relative;
    overflow: hidden;
}

.seRNwrapper-template .haVgwho_we_are::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(131,131,138) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(131,131,138) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(131,131,138) 25%, transparent 25%),
                linear-gradient(45deg, rgb(131,131,138) 25%, transparent 25%);
    background-size: 100px 100px;
    opacity: 0.1;
    animation: bg-animation 10s linear infinite;
}

@keyframes bg-animation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(50px, 50px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.seRNwrapper-template .haVgwho_we_are .holder {
    height: auto;
    position: relative;
    z-index: 1;
}

.seRNwrapper-template .haVgwho_we_are .holder .photo {
    display: block;
    width: 350px;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 8px solid rgb(131,131,138);
    background: rgb(94,94,94);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin-right: 20px;
}

.seRNwrapper-template .haVgwho_we_are .holder .photo:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) scale(1.05);
}

.seRNwrapper-template .haVgwho_we_are .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 40px;
    background: rgb(94,94,94,0.5);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.seRNwrapper-template .haVgwho_we_are .style_element {
    background: rgb(131,131,138,0.5);
    padding: 50px;
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 20px;
    position: relative;
}

.seRNwrapper-template .haVgwho_we_are .style_element::before,
.seRNwrapper-template .haVgwho_we_are .style_element::after {
    content: '';
    position: absolute;
    background: rgb(131,131,138);
    border-radius: 50%;
}

.seRNwrapper-template .haVgwho_we_are .style_element::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
}

.seRNwrapper-template .haVgwho_we_are .style_element::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    right: -20px;
}

.seRNwrapper-template .haVgwho_we_are h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.seRNwrapper-template .haVgwho_we_are h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    bottom: 0;
    left: 0;
}

.seRNwrapper-template .haVgwho_we_are p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
}

.seRNwrapper-template .haVgwho_we_are p::before {
    content: '“';
    font-size: 50px;
    color: rgb(131,131,138);
    position: absolute;
    top: -20px;
    left: -30px;
}

@media only screen and (max-width: 1200px) {
    .seRNwrapper-template .haVgwho_we_are .holder .photo {
        width: 300px;
        height: 300px;
    }
    .seRNwrapper-template .haVgwho_we_are .style_element {
        width: 85%;
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template .haVgwho_we_are .holder .photo {
        width: 250px;
        height: 250px;
        margin-right: 0;
        margin-top: 20px;
    }
    .seRNwrapper-template .haVgwho_we_are .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 20px 0;
    }
    .seRNwrapper-template .haVgwho_we_are .style_element {
        width: 100%;
        padding: 30px;
    }
    .seRNwrapper-template .haVgwho_we_are h2 {
        font-size: 23px;
    }
}
.OTwBadvantages_highlights .advantages_content h2 {
    color: rgb(94,94,94);
}

.OTwBadvantages_highlights .advantage_item svg, .OTwBadvantages_highlights .advantage_item svg path {
    fill: rgb(131,131,138);
}

.OTwBadvantages_highlights .advantage_item p {
    color: #000000;
}

.OTwBadvantages_highlights .advantage_item b {
    color: rgb(131,131,138);
}

.OTwBadvantages_highlights {
    padding-top: 80px;
    padding-bottom: 80px;
}

.OTwBadvantages_highlights .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.OTwBadvantages_highlights .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.OTwBadvantages_highlights .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 28px;
    font-weight: 600;
}

.OTwBadvantages_highlights .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.OTwBadvantages_highlights .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.OTwBadvantages_highlights .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.OTwBadvantages_highlights .advantage_item svg, .OTwBadvantages_highlights .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .seRNwrapper-template .OTwBadvantages_highlights .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .OTwBadvantages_highlights .advantages_content h2 {
        font-size: 30px;
    }

    .OTwBadvantages_highlights .advantages_holder {
        flex-direction: column;
    }

    .OTwBadvantages_highlights {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .seRNwrapper-template .OTwBadvantages_highlights .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.seRNwrapper-template .OTwBadvantages_highlights {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(94,94,94);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.seRNwrapper-template .OTwBadvantages_highlights .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantages_content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantages_content h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(131,131,138);
}

.seRNwrapper-template .OTwBadvantages_highlights .advantages_description {
    font-size: 13px;
    margin-bottom: 40px;
    color: var(--white-color_opacity);
    max-width: 800px;
    line-height: 1.6;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantages_holder {
    display: flex;
    gap: 1%;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_item {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 20px;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    text-align: center;
    position: relative;
    width: 24%;
    border: 1px solid rgb(94,94,94,0.5);
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_item:hover {
    transform: translateY(-10px);
    background: rgb(131,131,138,0.5);
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_item::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid rgb(131,131,138);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_item:hover::after {
    opacity: 1;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_image {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_image img, .seRNwrapper-template .OTwBadvantages_highlights .advantage_image svg {
    width: 64px;
    height: 64px;
    fill: #ffffff;
    transition: transform 0.3s ease-in-out;
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_item:hover .advantage_image img, .seRNwrapper-template .OTwBadvantages_highlights .advantage_item:hover .advantage_image svg {
    transform: scale(1.2);
}

.seRNwrapper-template .OTwBadvantages_highlights .advantage_item h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    .seRNwrapper-template .OTwBadvantages_highlights .advantages_holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 800px) {
    .seRNwrapper-template .OTwBadvantages_highlights .advantages_content h2 {
        font-size: 28px;
    }

    .seRNwrapper-template .OTwBadvantages_highlights {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .seRNwrapper-template .OTwBadvantages_highlights .advantages_holder {
        grid-template-columns: 1fr;
    }

    .seRNwrapper-template .OTwBadvantages_highlights .advantages_holder .advantage_item {
        max-width: unset;
        width: 100%;
    }
}