* {
    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: Playfair Display, sans-serif;
    color: #000000;
}
.layer-container70 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(215,247,245);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.course_summary45 {
    padding: 100px 0;
    background: rgb(117,202,195,0.5);
    font-family: Playfair Display, sans-serif;
}

.course_summary45 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course_summary45 h2 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.course_summary45 .course {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.course_summary45 .course:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.course_summary45 .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.course_summary45 .text_holder {
    padding: 20px;
    text-align: left;
}

.course_summary45 h3 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(117,202,195);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.course_summary45 p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}

.course_summary45 .button {
    background: rgb(42,97,113);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    transition: background 0.3s ease;
}

.course_summary45 .button:hover {
    background: rgb(117,202,195);
}

@media only screen and (max-width: 768px) {
    .course_summary45 {
        padding: 50px 0;
    }

    .course_summary45 h2 {
        font-size: 24px;
    }

    .course_summary45 .photo {
        height: 200px;
    }

    .course_summary45 h3 {
        font-size: 20px;
    }

    .course_summary45 p {
        font-size: 17px;
    }

    .course_summary45 .button {
        font-size: 15px;
    }
}

.layer-container70 .course_summary45 .items {
    width: 100%;
}

.layer-container70 .course_summary45 .photo {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

.layer-container70 .course_summary45 .text_holder {
    border-radius: 25px;
    border: 2px solid rgb(42,97,113);
    width: 80%;
    margin-top: -150px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.layer-container70 .course_summary45 h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}

.layer-container70 .course_summary45 .button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(117,202,195);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.layer-container70 .course_summary45 .button:hover {
    background: rgb(42,97,113);
}

@media only screen and (max-width: 800px) {
    .layer-container70 .course_summary45 .photo {
        width: 100%;
        height: 200px;
    }

    .layer-container70 .course_summary45 .text_holder {
        width: 100%;
        margin-top: -100px;
        padding: 20px;
    }

    .layer-container70 .course_summary45 h3 {
        font-size: 17px;
    }
}
.title_welcome38 {
    position: relative;
    background-color: rgb(215,247,245);
}

.title_welcome38 .holder {
    display: flex;
    flex-direction: row-reverse;
    min-height: 80vh;
}

.title_welcome38 .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.title_welcome38 .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(117,202,195,0.5), rgb(42,97,113,0.5));
    z-index: 1;
}

.title_welcome38 .text_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: #ffffff;
    position: relative;
}

.title_welcome38 .text_holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-color: rgb(117,202,195);
}

.title_welcome38 .text_info {
    position: relative;
    z-index: 2;
}

.title_welcome38 .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(117,202,195);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.title_welcome38 .text_info h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.title_welcome38 .text_info h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(42,97,113);
}

.title_welcome38 .text_info span {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    display: block;
    margin-bottom: 2rem;
}

.title_welcome38 .text_holder .button {
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(117,202,195);
    border: 2px solid rgb(117,202,195);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.title_welcome38 .text_holder .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.3s ease;
}

.title_welcome38 .text_holder .button:hover {
    background-color: #ffffff;
    color: rgb(117,202,195);
}

.title_welcome38 .text_holder .button:hover::before {
    left: 100%;
}

.title_welcome38 .text_holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(117,202,195,0.5);
}

@media only screen and (max-width: 1200px) {
    .title_welcome38 .holder {
        flex-direction: column;
    }

    .title_welcome38 .photo {
        height: 300px;
        flex: unset;
    }

    .title_welcome38 .text_holder {
        padding: 3rem;
    }

    .title_welcome38 .text_holder::after {
        width: 100%;
        height: 5px;
        top: 0;
        right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .title_welcome38 .text_holder {
        padding: 2rem;
    }

    .title_welcome38 .text_info h2 {
        font-size: 22px;
    }

    .title_welcome38 .text_info span {
        font-size: 12px;
    }
}.tyContent39 {
    background: rgb(117,202,195,0.5);
    padding: 4rem 2rem;
    text-align: center;
  }
.tyContent39 .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 26px;
    border: 1px solid rgb(117,202,195);
}
.tyContent39 h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(117,202,195);
    margin-bottom: 1rem;
    text-shadow: 0 0 10px #ffffff;
}
.tyContent39 p {
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-shadow: 0 0 5px var(--white-color_opacity);
}
.tyContent39 p span {
    color: rgb(42,97,113);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .tyContent39 {
        padding: 2rem 1rem;
    }
    .tyContent39 .container {
        padding: 1.5rem;
    }
    .tyContent39 h2 {
        font-size: 24px;
    }
    .tyContent39 p {
        font-size: 17px;
    }
}

.advantages_outline85 .advantages_content h2 {
    color: rgb(42,97,113);
}

.advantages_outline85 .advantage_item svg, .advantages_outline85 .advantage_item svg path {
    fill: rgb(117,202,195);
}

.advantages_outline85 .advantage_item p {
    color: #000000;
}

.advantages_outline85 .advantage_item b {
    color: rgb(117,202,195);
}

.advantages_outline85 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_outline85 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_outline85 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_outline85 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.advantages_outline85 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_outline85 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_outline85 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_outline85 .advantage_item svg, .advantages_outline85 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .layer-container70 .advantages_outline85 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_outline85 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_outline85 .advantages_holder {
        flex-direction: column;
    }

    .advantages_outline85 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .layer-container70 .advantages_outline85 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.layer-container70 .advantages_outline85 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(215,247,245);
}

.layer-container70 .advantages_outline85 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layer-container70 .advantages_outline85 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.layer-container70 .advantages_outline85 .advantages_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(42,97,113);
    margin-bottom: 40px;
    position: relative;
}

.layer-container70 .advantages_outline85 .advantages_content h2::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: rgb(117,202,195);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.layer-container70 .advantages_outline85 .advantages_description {
    font-size: 13px;
    color: #000000;
    margin-bottom: 30px;
    max-width: 800px;
}

.layer-container70 .advantages_outline85 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.layer-container70 .advantages_outline85 .advantage_item {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    width: calc(25% - 20px);
    min-height: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.layer-container70 .advantages_outline85 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.layer-container70 .advantages_outline85 .advantage_image {
    background-color: rgb(117,202,195,0.5);
    border-radius: 50%;
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.layer-container70 .advantages_outline85 .advantage_image img, .layer-container70 .advantages_outline85 .advantage_image svg {
    width: 70%;
    height: 70%;
    object-fit: cover;
    fill: rgb(117,202,195);
}

.layer-container70 .advantages_outline85 .advantage_item h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(42,97,113);
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .layer-container70 .advantages_outline85 .advantages_holder {
        align-items: center;
        justify-content: center;
    }

    .layer-container70 .advantages_outline85 .advantages_holder .advantage_item {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 800px) {
    .layer-container70 .advantages_outline85 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .layer-container70 .advantages_outline85 .advantages_content h2 {
        font-size: 30px;
    }

    .layer-container70 .advantages_outline85 .advantages_holder {
        flex-direction: column;
    }

    .layer-container70 .advantages_outline85 .advantages_holder .advantage_item {
        width: 100%;
    }
}.course_instructor63 {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.course_instructor63 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.course_instructor63 .holder {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgb(42,97,113,0.5);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.course_instructor63 .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(117,202,195,0.5);
    padding: 30px;
    border-radius: 25px;
    width: calc(33% - 40px);
    margin: 20px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.course_instructor63 .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.course_instructor63 .photo {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    transition: transform 0.4s ease;
}

.course_instructor63 .review:hover .photo {
    transform: scale(1.05);
}

.course_instructor63 .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.course_instructor63 .review .name {
    font-size: 19px;
    font-weight: 700;
    color: rgb(117,202,195);
    margin-bottom: 10px;
}

.course_instructor63 .review span {
    font-size: 18px;
    font-weight: 400;
    color: rgb(42,97,113);
    margin-bottom: 20px;
}

.course_instructor63 .review .quote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: var(--white-color_opacity);
    border-left: 4px solid rgb(117,202,195);
    padding-left: 15px;
    transition: color 0.4s ease;
}

.course_instructor63 .review:hover .quote {
    color: rgb(117,202,195);
}

@media only screen and (max-width: 1200px) {
    .course_instructor63 .review {
        width: calc(50% - 40px);
    }

    .course_instructor63 .photo {
        height: 200px;
    }
}

@media only screen and (max-width: 800px) {
    .course_instructor63 {
        padding: 60px 0;
    }

    .course_instructor63 .holder {
        padding: 20px;
    }

    .course_instructor63 .review {
        width: 100%;
        margin: 10px 0;
    }

    .course_instructor63 .photo {
        height: 150px;
    }
}

.layer-container70 .course_instructor63 {
    background: rgb(215,247,245);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.layer-container70 .course_instructor63 .holder {
    background: rgb(42,97,113);
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.layer-container70 .course_instructor63 .review {
    background: rgb(117,202,195,0.5);
    padding: 30px;
    border-radius: 25px;
    position: relative;
}

.layer-container70 .course_instructor63 .review .name,
.layer-container70 .course_instructor63 .review .quote {
    color: #ffffff;
}

.layer-container70 .course_instructor63 .review .quote {
    color: var(--white-color_opacity);
}

.layer-container70 .course_instructor63 .review span {
    font-size: 18px;
    color: rgb(117,202,195);
}

@media only screen and (max-width: 800px) {
    .layer-container70 .course_instructor63 .review {
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .layer-container70 .course_instructor63 .photo {
        margin-bottom: 20px;
        width: 100%;
        height: 200px;
    }

    .layer-container70 .worker_description {
        text-align: center;
    }
    .layer-container70 .course_instructor63 .holder {
        padding: 0;
    }
}
header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(117,202,195);
}
header .menu a {
    color: rgb(42,97,113);
}
header .menu a:hover {
    color: rgb(117,202,195);
}
header .menu a.active {
    border: 2px solid rgb(42,97,113);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(117,202,195);
    border: 2px solid rgb(117,202,195);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .main_header {
    width: 100%;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}
header .logo_desc {
    font-size: 15px;
    font-weight: 700;
}
header .logo_holder .logo_desc {
    text-transform: uppercase;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
header .menu {
    display: flex;
}
header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 15px;
}
body .layer-container70 header .opened {
    display: flex;
}
@media only screen and (max-width: 1200px)  {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top:100%;
        left:0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(117,202,195);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 5px;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
footer {
    background: rgb(42,97,113);
    color: #ffffff;
}
footer .copyright {
    background: rgb(117,202,195);
}
footer .logo_holder svg, footer .logo_holder svg path{
    fill: rgb(117,202,195);
}
footer .menu a {
    color: #ffffff;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
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 .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .menu a {
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
}
footer .copyright {
    font-size: 14px;
}
@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;
    }

}

.layer-container70 footer .footer {
    padding: 0;
}
.layer-container70 footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}
.layer-container70 footer .menu_holder {
    flex-direction: column;
    justify-content: flex-start;
}
.layer-container70 footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}
.layer-container70 footer .copyright {
    background: rgb(117,202,195,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.layer-container70 footer .copyright_info {
    text-align: center;
}

@media only screen and (max-width: 1200px)  {

}
@media only screen and (max-width: 800px)  {
    .layer-container70 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .layer-container70 footer .menu a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px
    }
    .layer-container70 footer .footer_info {
        padding: 20px 10px;
    }
    .layer-container70 footer .copyright_info {
        text-align: center;
    }
    .layer-container70 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.layer-container70 .our_mission10 .holder {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: rgb(215,247,245);
}

.our_mission10 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(42,97,113) 30%, rgb(117,202,195,0.5) 100%);
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.layer-container70 .our_mission10 .holder .photo {
    width: 400px;
    height: 400px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(42,97,113,0.5), 0 0 60px rgb(42,97,113,0.5);
    transition: transform 0.3s ease-in-out;
    margin-right: 24px;
}

.layer-container70 .our_mission10 .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 520px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.layer-container70 .our_mission10 .style_element {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(117,202,195);
    padding: 50px 60px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 420px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 20px rgb(117,202,195,0.5);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}


.layer-container70 .our_mission10 h2 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(42,97,113);
}

.layer-container70 .our_mission10 p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 600px;
    text-shadow: 0 0 5px rgb(117,202,195,0.5);
}

@media only screen and (max-width: 1200px) {
    .layer-container70 .our_mission10 .holder {
        padding: 0;
    }
    .layer-container70 .our_mission10 .holder .photo {
        width: 300px;
        height: 300px;
        margin: 20px 0;
    }

    .layer-container70 .our_mission10 .style_element {
        width: 70%;
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 800px) {
    .layer-container70 .our_mission10 {
        padding: 60px 0;
    }

    .layer-container70 .our_mission10 .style_element {
        width: 100%;
        padding: 30px;
    }

    .layer-container70 .our_mission10 .holder .photo {
        width: 250px;
        height: 250px;
    }

    .layer-container70 .our_mission10 .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
    }

    .layer-container70 .our_mission10 h2 {
        font-size: 24px;
    }
}.try_immediately59 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.try_immediately59 h2 {
    color: rgb(42,97,113);
}

.try_immediately59 .button {
    background: rgb(42,97,113);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.try_immediately59 .button:hover {
    background: rgb(117,202,195);
}

.try_immediately59 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.try_immediately59 h2 {
    font-size: 38px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.try_immediately59 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .try_immediately59 .holder {
        flex-direction: column;
    }

    .layer-container70 section.try_immediately59 h2 {
        font-size: 26px;
    }

    .try_immediately59 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .try_immediately59 .button {
        font-size: 24px;
    }

    .try_immediately59 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.layer-container70 .try_immediately59 .holder {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 3px solid rgb(42,97,113);
    border-bottom: 3px solid rgb(42,97,113);
    padding: 50px 20px;
    background: rgb(215,247,245);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.5s ease, transform 0.3s ease-in-out;
}

.layer-container70 .try_immediately59 .holder:hover {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transform: translateY(-10px);
}

.layer-container70 .try_immediately59 h2 {
    margin-bottom: 30px;
    font-size: 45px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: rgb(117,202,195);
    letter-spacing: 2px;
    background: linear-gradient(to right, rgb(117,202,195), rgb(42,97,113));
    -webkit-background-clip: text;
    color: transparent;
    padding-bottom: 10px;
    margin-right: 0;
}

.layer-container70 .try_immediately59 .button {
    border-radius: 30px;
    width: auto;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: rgb(117,202,195);
    color: #ffffff;
    text-align: center;
    align-self: center;
    position: relative;
    z-index: 1;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgb(117,202,195,0.5);
}

.layer-container70 .try_immediately59 .button:hover {
    background: rgb(42,97,113);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(42,97,113,0.5);
}

@media only screen and (max-width: 800px) {
    .layer-container70 .try_immediately59 .holder {
        width: 100%;
        padding: 30px 10px;
    }

    .layer-container70 .try_immediately59 h2 {
        font-size: 38px;
    }

    .layer-container70 .try_immediately59 .button {
        width: 100%;
        padding: 15px 0;
    }
}.customer_comments89 {
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), rgba(220, 220, 220, 0.9));
    padding: 4rem 2rem;
    border: 1px solid rgb(42,97,113);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    font-family: Playfair Display, sans-serif;
}

.customer_comments89 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.customer_comments89 h3 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    background: linear-gradient(to right, rgb(117,202,195), rgb(42,97,113));
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 2px solid #000000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.customer_comments89 h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 4rem;
    height: 0.4rem;
    background: #000000;
    bottom: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.customer_comments89 .reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
}

.customer_comments89 .reviews .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    max-width: 25vw;
    min-width: 18rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: box-shadow 0.3s ease;
}

.customer_comments89 .reviews .review:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.customer_comments89 .reviews .review .photo {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #000000;
    margin-bottom: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer_comments89 .reviews .review .text {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #000000;
    border: 1px solid #000000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.customer_comments89 .reviews .review .text span {
    display: block;
    font-size: 14px;
    color: rgb(117,202,195);
    margin-bottom: 0.5rem;
}

.customer_comments89 .reviews .review .text p {
    display: block;
    color: #000000;
    font-size: calc(14px * 0.9);
    font-weight: 400;
    margin: 0;
}

.customer_comments89 .reviews .review:hover .text {
    background: rgba(255, 255, 255, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .customer_comments89 .reviews {
        flex-direction: column;
    }
    .customer_comments89 .reviews .review {
        width: 90vw;
        max-width: 350px;
        min-width: auto;
    }
}.our_info85 {
    color: #000000;
    background: linear-gradient(to bottom right, rgb(215,247,245), #ffffff);
    padding: 80px 0;
    font-family: Playfair Display, sans-serif;
}
.our_info85 .contact_holder {
    padding: 40px;
    border-radius: 17px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    position: relative;
}
.our_info85 .holder .info_holder div.hours_of_work19 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.our_info85 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.our_info85 .holder .info_holder > div > div {
    margin: 5px 0;
}
.our_info85 .contact_holder h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(117,202,195);
    padding-bottom: 10px;
    order: 3;
}
.our_info85 .contact_description {
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
}
.our_info85 .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.our_info85 .photo {
    width: 300px;
    height: 300px;
    border-radius: 17px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}
.our_info85 .info_holder {
    width: calc(100% - 320px);
    padding: 20px;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.our_info85 .holder .info_holder>div span {
    margin-left: 8px;
}
.our_info85 .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 12px;
}
.our_info85 .info_holder > div a {
    color: rgb(117,202,195);
    text-decoration: none;
    transition: color 0.3s ease;
}
.our_info85 .info_holder > div a:hover {
    color: rgb(42,97,113);
}
.our_info85 .info_holder svg {
    width: 25px;
    height: 25px;
    fill: rgb(117,202,195);
    margin-right: 10px;
}
.our_info85 .contact_politics {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.our_info85 .contact_politics > div {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.our_info85 .contact_politics > div::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(117,202,195);
    transition: width 0.3s ease;
}
.our_info85 .contact_politics > div:hover::after {
    width: 100%;
}
.our_info85 .contact_politics > div h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .our_info85 .holder {
        flex-direction: column-reverse;
        align-items: center;
    }
    .our_info85 .photo {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .our_info85 .info_holder {
        width: 100%;
    }
    .our_info85 .contact_politics {
        align-items: center;
    }
}
.privacy_holdfast42 {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.privacy_holdfast42 h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.privacy_holdfast42 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.privacy_holdfast42 h3, .privacy_holdfast42 h4, .privacy_holdfast42 h5, .privacy_holdfast42 h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.privacy_holdfast42 ul, .privacy_holdfast42 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.privacy_holdfast42 li {
    margin-bottom: 10px;
}
.privacy_holdfast42 section {
    background: none;
}
.privacy_holdfast42 p, .privacy_holdfast42 span, .privacy_holdfast42 div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .privacy_holdfast42 {
        padding: 20px 0;
    }
}.training_benefits86 {
    position: relative;
    padding: 140px 0;
    background: rgb(215,247,245);
    overflow: hidden;
}

.training_benefits86::before,
.training_benefits86::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.training_benefits86::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(117,202,195,0.5) 0%,
        transparent 2px,
        transparent 8px,
        rgb(117,202,195,0.5) 10px
    );
    opacity: 0.1;
}

.training_benefits86::after {
    background: radial-gradient(
        circle at 0% 0%,
        rgb(117,202,195,0.5) 0%,
        transparent 50%
    ), radial-gradient(
        circle at 100% 100%,
        rgb(42,97,113,0.5) 0%,
        transparent 50%
    );
    mix-blend-mode: overlay;
}

.training_benefits86 .container {
    position: relative;
    z-index: 2;
}

.training_benefits86 .holder {
    position: relative;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.training_benefits86 .content_holder {
    position: relative;
    padding: 80px 60px;
    min-height: 700px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    border-radius: 22px;
    overflow: hidden;
}

.training_benefits86 .content_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
}

.training_benefits86 .content_holder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent 0,
        transparent 5px,
        rgba(255, 255, 255, 0.02) 5px,
        rgba(255, 255, 255, 0.02) 10px
    );
    z-index: 2;
}

.training_benefits86 h3 {
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: slideInTech 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.training_benefits86 .content_holder > div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 3;
}

.training_benefits86 .content_holder p {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    animation: slideInTech 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.training_benefits86 .content_holder p:nth-child(2) {
    animation-delay: 0.2s;
}

.training_benefits86 .content_holder p:nth-child(3) {
    animation-delay: 0.4s;
}

.training_benefits86 .content_holder p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(117,202,195) 0%,
        rgb(42,97,113) 100%
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.training_benefits86 .content_holder p:hover::before {
    transform: scaleX(1);
}

.training_benefits86 .content_holder p::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    border-right: 2px solid rgb(42,97,113);
    border-bottom: 2px solid rgb(42,97,113);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.training_benefits86 .content_holder p:hover::after {
    opacity: 1;
}

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

@media (max-width: 1200px) {
    .training_benefits86 .content_holder {
        padding: 60px 40px;
        min-height: 600px;
    }

    .training_benefits86 .content_holder > div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .training_benefits86 {
        padding: 100px 0;
    }

    .training_benefits86 h3 {
        font-size: calc(40px * 0.85);
        margin-bottom: 40px;
    }

    .training_benefits86 .content_holder {
        padding: 40px 30px;
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .training_benefits86 {
        padding: 80px 0;
    }

    .training_benefits86 .holder {
        margin: 0 15px;
    }

    .training_benefits86 .content_holder {
        padding: 30px 20px;
    }

    .training_benefits86 .content_holder > div {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .training_benefits86 h3 {
        font-size: calc(40px * 0.7);
        margin-bottom: 30px;
    }

    .training_benefits86 .content_holder p {
        padding: 25px;
        font-size: calc(16px * 0.95);
    }
}

@media (max-width: 480px) {
    .training_benefits86 {
        padding: 60px 0;
    }

    .training_benefits86 .holder {
        margin: 0 10px;
    }

    .training_benefits86 .content_holder {
        padding: 25px 15px;
        min-height: 400px;
    }

    .training_benefits86 h3 {
        font-size: calc(40px * 0.6);
        margin-bottom: 25px;
    }

    .training_benefits86 .content_holder p {
        padding: 20px;
        font-size: calc(16px * 0.9);
    }
}.contact_section58 {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(117,202,195), rgb(42,97,113));
    position: relative;
    overflow: hidden;
}

.contact_section58::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle at center, rgb(117,202,195,0.5), transparent);
    z-index: 0;
}

.contact_section58::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle at center, rgb(42,97,113,0.5), transparent);
    z-index: 0;
}

.contact_section58 h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.contact_section58 .form {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin: auto;
    max-width: 600px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact_section58 .form::before,
.contact_section58 .form::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 0;
}

.contact_section58 .form::before {
    top: -50px;
    left: -50px;
    background: rgb(117,202,195,0.5);
}

.contact_section58 .form::after {
    bottom: -50px;
    right: -50px;
    background: rgb(42,97,113,0.5);
}

.contact_section58 form input,
.contact_section58 form select,
.contact_section58 form textarea {
    color: #000000;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(117,202,195);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.contact_section58 form input:focus,
.contact_section58 form select:focus,
.contact_section58 form textarea:focus {
    background: #ffffff;
    border: 1px solid rgb(42,97,113);
}

.contact_section58 form .button {
    background: rgb(42,97,113);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    transition: background 0.3s ease;
    position: relative;
    z-index: 1;
}

.contact_section58 form .button:hover {
    background: rgb(117,202,195);
}

.contact_section58 .holder {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contact_section58 .holder > div {
    width: 100%;
    padding: 30px;
}

.contact_section58 .form form {
    display: flex;
    flex-direction: column;
}

.contact_section58 .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact_section58 .name_holder input {
    width: 100%;
}

.contact_section58 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.contact_section58 .agree label {
    display: flex;
    align-items: center;
}

.contact_section58 .agree a {
    margin-left: 5px;
    color: rgb(117,202,195);
    text-decoration: none;
    font-weight: 600;
}

.contact_section58 .form_text {
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    z-index: 1;
    position: relative;
}

.contact_section58 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact_section58 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_section58 h3 {
        font-size: 23px;
    }
    .contact_section58 .name_holder {
        flex-direction: column;
    }
    .contact_section58 .name_holder input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_section58 .form {
        padding: 20px;
    }
}

.layer-container70 .contact_section58 .holder {
    justify-content: center;
    position: relative;
}

.layer-container70 .contact_section58 .holder::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: none;
    border-radius: 50%;
    top: -50px;
    right: 10%;
    border: 50px solid rgb(215,247,245);
}

.layer-container70 .contact_section58 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000000;
}

.layer-container70 .contact_section58 {
    background: rgb(117,202,195);
    padding-top: 100px;
}

.layer-container70 .contact_section58 .form {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    background: #ffffff;
    width: 80%;
    position: relative;
    z-index: 1;
}

.layer-container70 .contact_section58 form input {
    background: rgb(215,247,245);
    border: 1px solid rgb(42,97,113);
    border-radius: 10px;
}

.layer-container70 .contact_section58 form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.layer-container70 .contact_section58 .name_holder {
    flex-direction: column;
}

.layer-container70 .contact_section58 h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
}

.layer-container70 .contact_section58 .agree a {
    text-decoration: none;
    color: rgb(117,202,195);
}

.layer-container70 .contact_section58 form .button {
    background: rgb(42,97,113);
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 800px) {
    .layer-container70 .contact_section58 {
        padding-top: 80px;
    }
    .layer-container70 .contact_section58 .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .layer-container70 .contact_section58 form .button {
        width: 100%;
    }
}.price_row70 {
    background: rgb(215,247,245);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.price_row70::before,
.price_row70::after {
    content: '';
    position: absolute;
    width: 150vmax;
    height: 150vmax;
    top: -50vmax;
    background: radial-gradient(circle, 
        rgb(117,202,195,0.5) 0%,
        rgb(42,97,113,0.5) 45%,
        transparent 70%
    );
    animation: backgroundFlow 20s linear infinite;
}

.price_row70::before {
    left: -50%;
    animation-delay: -5s;
}

.price_row70::after {
    right: -50%;
    animation-delay: -15s;
}

.price_row70 .container {
    position: relative;
    z-index: 2;
}

.price_row70 .price_info_holder {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.price_row70 .photo {
    height: 400px;
    margin-bottom: 60px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.price_row70 .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        transparent 0%,
        rgb(117,202,195,0.5) 100%
    );
    opacity: 0.7;
}

.price_row70 h2 {
    font-size: 29px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.price_row70 h3 {
    font-size: 19px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

.price_row70 .price_items {
    display: grid;
    gap: 30px;
}

.price_row70 .price_items:has(.price_item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.price_row70 .price_items:has(.price_item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.price_row70 .price_items:has(.price_item:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.price_row70 .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(1),
.price_row70 .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(2) {
    grid-column: span 1;
}

.price_row70 .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(3),
.price_row70 .price_items:has(.price_item:nth-child(4):last-child) .price_item:nth-child(4) {
    grid-column: span 1;
}

.price_row70 .price_item {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.85)
    );
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.price_row70 .price_item h3 {
    font-size: 19px;
    color: rgb(117,202,195);
    margin: 0;
    text-align: left;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.price_row70 .price_item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(117,202,195);
    border-radius: 10px;
    transition: width 0.3s ease;
}

.price_row70 .price_item .price_amount {
    font-size: 43px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.price_row70 .price_item span {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.price_row70 .price_item .button {
    background: linear-gradient(135deg,
        rgb(117,202,195) 0%,
        rgb(42,97,113) 100%
    );
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.price_row70 .price_item .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: transform 0.6s ease;
}

.price_row70 .price_item:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(117,202,195,0.5);
}

.price_row70 .price_item:hover h3::after {
    width: 100px;
}

.price_row70 .price_item .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px -5px rgb(117,202,195);
}

.price_row70 .price_item .button:hover::before {
    transform: translateX(200%);
}

@keyframes backgroundFlow {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
}

@media (max-width: 991px) {
    .price_row70 {
        padding: 80px 0;
    }
    
    .price_row70 .photo {
        height: 300px;
        margin-bottom: 40px;
    }
    
    .price_row70 .price_items {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .price_row70 .price_item {
        padding: 30px;
    }
    
    .price_row70 .price_items:has(.price_item:nth-child(4):last-child) .price_item {
        grid-column: span 1 !important;
    }
}

@media (max-width: 767px) {
    .price_row70 {
        padding: 60px 0;
    }
    
    .price_row70 .photo {
        height: 200px;
        margin-bottom: 30px;
    }
    
    .price_row70 .price_items {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .price_row70 h2 {
        font-size: calc(29px * 0.9);
    }
    
    .price_row70 h3 {
        font-size: calc(19px * 0.9);
        margin-bottom: 30px;
    }
    
    .price_row70 .price_item {
        padding: 25px;
    }
}