* {
    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: Merriweather, sans-serif;
    color: #000000;
}
.content-wrapper19720 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(195,213,234);
}
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;
    }
}.meet_us53896 {
    padding: 80px 0;
    background: rgb(116,155,206,0.5);
    font-family: Merriweather, sans-serif;
    color: #000000;
}

.content-wrapper19720 .meet_us53896 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.content-wrapper19720 .meet_us53896 .holder .photo {
    width: 50%;
    height: 400px;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.content-wrapper19720 .meet_us53896 .holder .photo:hover {
    transform: scale(1.05);
}

.content-wrapper19720 .meet_us53896 .caption_holder {
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 21px;
    padding: 40px 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.content-wrapper19720 .meet_us53896 .style_element {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.content-wrapper19720 .meet_us53896 h2 {
    color: rgb(116,155,206);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: fadeInDown 1s ease-out;
}

.content-wrapper19720 .meet_us53896 p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out;
    animation-delay: 0.5s;
}

.content-wrapper19720 .meet_us53896 .photo {
    width: 40%;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .content-wrapper19720 .meet_us53896 .caption_holder {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .content-wrapper19720 .meet_us53896 .style_element, .content-wrapper19720 .meet_us53896 .photo {
        width: 100%;
    }

    .content-wrapper19720 .meet_us53896 .holder .photo {
        height: 300px;
        width: 100%;
    }

    .content-wrapper19720 .meet_us53896 h2 {
        font-size: 23px;
    }

    .content-wrapper19720 .meet_us53896 p {
        font-size: 14px;
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}.future_learners24953 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.future_learners24953 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.future_learners24953 ul {
    list-style: none;
}

.future_learners24953 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.future_learners24953 ul svg, .future_learners24953 ul svg path {
    fill: rgb(116,155,206);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.future_learners24953 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .future_learners24953 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.content-wrapper19720 .future_learners24953 {
    background: linear-gradient(135deg, rgb(116,155,206) 0%, rgb(49,100,165) 100%);
    padding: 60px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
}

.content-wrapper19720 .future_learners24953 .holder {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.content-wrapper19720 .future_learners24953 h2 {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.content-wrapper19720 .future_learners24953 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.content-wrapper19720 .future_learners24953 ul li {
    background: rgb(116,155,206,0.5);
    width: calc(33.33% - 20px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.content-wrapper19720 .future_learners24953 ul li:hover {
    transform: translateY(-10px);
    background: rgb(49,100,165,0.5);
}

.content-wrapper19720 .future_learners24953 ul svg, .content-wrapper19720 .future_learners24953 ul svg path {
    fill: #ffffff;
    margin-right: 10px;
    transition: fill 0.3s ease;
    position: static;
}

.content-wrapper19720 .future_learners24953 ul li:hover svg, .content-wrapper19720 .future_learners24953 ul li:hover svg path {
    fill: rgb(49,100,165);
}

@media only screen and (max-width: 800px) {
    .content-wrapper19720 .future_learners24953 ul li {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
        font-size: 14px;
    }

    .content-wrapper19720 .future_learners24953 h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.content-wrapper19720 .future_learners24953 ul li:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgb(49,100,165);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(49,100,165,0.5);
}

.content-wrapper19720 .future_learners24953 ul li:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgb(49,100,165);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(49,100,165,0.5);
}.get_in_touch84952 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(195,213,234);
    font-family: Merriweather, sans-serif;
}
.get_in_touch84952 h3 {
    color: rgb(49,100,165);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.get_in_touch84952 .form {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}
.get_in_touch84952 .form:hover {
    transform: translateY(-5px);
}
.get_in_touch84952 .info svg, .get_in_touch84952 .info svg path {
    fill: rgb(116,155,206);
    transition: fill 0.3s ease-in-out;
}
.get_in_touch84952 .info .contact_info h5 {
    color: rgb(116,155,206);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.get_in_touch84952 .info span {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}
.get_in_touch84952 .info .contact_info svg, .get_in_touch84952 .info .contact_info svg path {
    fill: #000000;
    width: 26px;
    height: 26px;
}
.get_in_touch84952 form input {
    color: #000000;
    background: #ffffff;
    border: 1px solid rgb(116,155,206);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    width: 100%;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.get_in_touch84952 form input:focus {
    border-color: rgb(49,100,165);
    box-shadow: 0 0 8px rgb(49,100,165,0.5);
}
.get_in_touch84952 form .button {
    background: rgb(49,100,165);
    color: #ffffff;
    border-radius: 16px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.get_in_touch84952 form .button:hover {
    background: rgb(116,155,206);
}
.get_in_touch84952 .holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.get_in_touch84952 .holder > div {
    width: 100%;
    padding: 20px;
}
.get_in_touch84952 .info {
    text-align: center;
    padding-bottom: 40px;
}
.get_in_touch84952 .logo_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.get_in_touch84952 .logo_holder svg, .get_in_touch84952 .logo_holder img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.get_in_touch84952 .info .contact_info {
    margin-top: 20px;
}
.get_in_touch84952 .info .contact_info > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.get_in_touch84952 .name_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.get_in_touch84952 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.get_in_touch84952 .agree label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}
.get_in_touch84952 .agree a {
    color: rgb(116,155,206);
    margin-left: 5px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.get_in_touch84952 .agree a:hover {
    color: rgb(49,100,165);
}
.get_in_touch84952 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (max-width: 900px) {
    .get_in_touch84952 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .get_in_touch84952 h3 {
        font-size: 28px;
    }
    .get_in_touch84952 .form {
        padding: 20px;
    }
    .get_in_touch84952 .holder {
        flex-direction: column;
    }
    .get_in_touch84952 .holder > div {
        width: 100%;
    }
    .get_in_touch84952 .info .contact_info h5 {
        font-size: 20px;
    }
    .get_in_touch84952 form input {
        width: 100%;
    }
}
.training_specialist85793 {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}

.training_specialist85793:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(116,155,206,0.5), rgba(0, 0, 0, 0.5));
    clip-path: circle(30% at 70% 30%);
    transition: clip-path 1s ease-in-out;
    z-index: -1;
}

.training_specialist85793:hover:before {
    clip-path: circle(75% at 50% 50%);
}

.training_specialist85793 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0 20px;
}

.training_specialist85793 .review {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(116,155,206,0.5);
    border-radius: 11px;
    padding: 30px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.training_specialist85793 .review:hover {
    transform: translateY(-15px);
    border-color: rgb(116,155,206);
}

.training_specialist85793 .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.training_specialist85793 .photo:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
}

.training_specialist85793 .worker_description {
    text-align: center;
}

.training_specialist85793 .review .name {
    color: rgb(49,100,165);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.training_specialist85793 .review span {
    color: rgb(116,155,206);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.training_specialist85793 .review .quote {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    margin-top: 20px;
    transition: color 0.3s ease-in-out;
}

.training_specialist85793 .review:hover .quote {
    color: rgb(49,100,165);
}

.training_specialist85793 .review .quote:before,
.training_specialist85793 .review .quote:after {
    color: rgb(116,155,206,0.5);
    transition: color 0.3s ease-in-out;
}

.training_specialist85793 .review:hover .quote:before,
.training_specialist85793 .review:hover .quote:after {
    color: rgb(49,100,165,0.5);
}

.training_specialist85793 .review .quote:before {
    content: open-quote;
    font-size: 2em;
    position: absolute;
    left: -10px;
    top: -10px;
}

.training_specialist85793 .review .quote:after {
    content: close-quote;
    font-size: 2em;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

@media only screen and (max-width: 1200px) {
    .training_specialist85793 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .training_specialist85793 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .training_specialist85793 .holder {
        flex-direction: column;
    }

    .training_specialist85793 .review {
        max-width: unset;
        width: 100%;
    }

    .training_specialist85793 .photo {
        width: 100px;
        height: 100px;
    }
}

.content-wrapper19720 .training_specialist85793 {
    background: rgb(195,213,234);
    padding: 80px 0;
}

.content-wrapper19720 .training_specialist85793 .review {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    padding: 40px;
    border-radius: 11px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.content-wrapper19720 .training_specialist85793 .review:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.content-wrapper19720 .training_specialist85793 .photo {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    border-radius: 10px;
    flex-shrink: 0;
}

.content-wrapper19720 .worker_description {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content-wrapper19720 .training_specialist85793 .review .name {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 5px;
}

.content-wrapper19720 .training_specialist85793 .review span {
    color: rgb(49,100,165);
    font-size: 14px;
    margin-bottom: 10px;
}

.content-wrapper19720 .training_specialist85793 .review .quote {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    font-style: normal;
}

.content-wrapper19720 .training_specialist85793 .review .quote:before,
.content-wrapper19720 .training_specialist85793 .review .quote:after {
    color: rgb(49,100,165,0.5);
}

@media only screen and (max-width: 800px) {
    .content-wrapper19720 .training_specialist85793 .review {
        padding: 20px;
    }

    .content-wrapper19720 .training_specialist85793 .photo {
        margin-bottom: 15px;
    }

    .content-wrapper19720 .worker_description {
        text-align: center;
    }
}
header .main_header {
    background: rgb(195,213,234);
    color: #ffffff;
    border-bottom: 4px solid rgb(116,155,206);
    padding: 25px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
header .logo_holder {
    display: flex;
    align-items: center;
    padding: 10px;
    background: rgb(49,100,165);
    border-radius: 10px;
    margin-right: 20px;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(116,155,206);
    height: 60px;
    width: 60px;
}
header .logo_caption {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .logo_desc {
    font-size: 24px;
    font-weight: 700;
    color: rgb(116,155,206);
    text-transform: uppercase;
    letter-spacing: 1px;
}
header .menu {
    display: flex;
    gap: 25px;
}
header .menu a {
    color: rgb(49,100,165);
    font-family: Merriweather, sans-serif;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s ease;
    letter-spacing: 0.5px;
}
header .menu a:hover {
    border-bottom: 4px solid rgb(116,155,206);
}
header .menu a.active {
    color: rgb(116,155,206);
    border-bottom: 4px solid rgb(116,155,206);
}
header {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    border-top: 4px solid rgb(116,155,206);
}
header .header_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(49,100,165);
    z-index: 1;
}
header .header_content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(49,100,165);
    z-index: 1;
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    header .menu {
        flex-direction: column;
        width: 100%;
    }
    header .menu a {
        width: 100%;
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid rgb(49,100,165,0.5);
    }
    header .main_header {
        padding: 20px 0;
    }
    header .logo_holder {
        margin-bottom: 20px;
    }
}
.content-wrapper19720 header .main_header {
    padding: 30px 0;
}
.content-wrapper19720 header .header_content {
    position: relative;
    padding: 25px 50px;
    justify-content: space-between;
    z-index: 5;
}
.content-wrapper19720 header .logo_holder .logotype svg, .content-wrapper19720 header .logo_holder .logotype img {
    width: 60px;
    height: 60px;
}
.content-wrapper19720 header .menu a {
    font-weight: 600;
    font-size: 16px;
}
.content-wrapper19720 header .header_content:before,
.content-wrapper19720 header .header_content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgb(116,155,206,0.5);
}
.content-wrapper19720 header .header_content:before {
    top: 0;
}
.content-wrapper19720 header .header_content:after {
    bottom: 0;
}
.content-wrapper19720 header .logo_holder {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .content-wrapper19720 header .logo_holder .logotype svg, .content-wrapper19720 header .logo_holder .logotype img {
        width: 50px;
        height: 50px;
    }
    .content-wrapper19720 header .logo_holder {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 92;
    }
    .content-wrapper19720 header .menu {
        padding-top: 30px;
        top: 0;
        align-items: center;
    }
}
.advantages_highlights61273 .advantages_content h2 {
    color: rgb(49,100,165);
}

.advantages_highlights61273 .advantage_item svg, .advantages_highlights61273 .advantage_item svg path {
    fill: rgb(116,155,206);
}

.advantages_highlights61273 .advantage_item p {
    color: #000000;
}

.advantages_highlights61273 .advantage_item b {
    color: rgb(116,155,206);
}

.advantages_highlights61273 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_highlights61273 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_highlights61273 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_highlights61273 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 38px;
    font-weight: 600;
}

.advantages_highlights61273 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_highlights61273 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_highlights61273 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_highlights61273 .advantage_item svg, .advantages_highlights61273 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .content-wrapper19720 .advantages_highlights61273 .advantages_holder {
        justify-content: center;
    }
    .content-wrapper19720 .advantages_highlights61273 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_highlights61273 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_highlights61273 .advantages_holder {
        flex-direction: column;
    }

    .advantages_highlights61273 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-wrapper19720 .advantages_highlights61273 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.content-wrapper19720 .advantages_highlights61273 {
    background: linear-gradient(135deg, rgb(49,100,165) 0%, rgb(116,155,206,0.5) 100%);
    padding: 80px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content-wrapper19720 .advantages_highlights61273 .advantages_content {
    align-items: center;
    text-align: center;
    color: #000000;
    font-family: Merriweather, sans-serif;
}

.content-wrapper19720 .advantages_highlights61273 .advantages_content h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(116,155,206);
    background: linear-gradient(to right, rgb(49,100,165) 0%, rgb(116,155,206,0.5) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: #ffffff 1px 1px;
}

.content-wrapper19720 .advantages_highlights61273 .advantages_description {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

.content-wrapper19720 .advantages_highlights61273 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.content-wrapper19720 .advantages_highlights61273 .advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 20px);
}

.content-wrapper19720 .advantages_highlights61273 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.content-wrapper19720 .advantages_highlights61273 .advantage_image {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(116,155,206) 0%, rgb(49,100,165) 100%);
    border-radius: 50%;
    position: relative;
}

.content-wrapper19720 .advantages_highlights61273 .advantage_image img, .content-wrapper19720 .advantages_highlights61273 .advantage_image svg {
    width: 80px;
    height: 80px;
    z-index: 2;
}

.content-wrapper19720 .advantages_highlights61273 .advantage_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgb(116,155,206,0.5);
    z-index: 1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.content-wrapper19720 .advantages_highlights61273 .advantage_item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 1200px) {
    .content-wrapper19720 .advantages_highlights61273 .advantage_item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    .content-wrapper19720 .advantages_highlights61273 {
        padding: 50px 10px;
    }

    .content-wrapper19720 .advantages_highlights61273 .advantages_content h2 {
        font-size: 42px;
    }

    .content-wrapper19720 .advantages_highlights61273 .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .content-wrapper19720 .advantages_highlights61273 .advantage_item {
        width: 100%;
    }
}.appSpotlight75234 {
    background: linear-gradient(135deg, rgb(116,155,206), rgb(49,100,165));
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}
.appSpotlight75234 .container {
    background: linear-gradient(to bottom right, rgb(116,155,206), rgb(49,100,165));
    border-radius: 29px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.appSpotlight75234 h2 {
    font-family: Merriweather, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.appSpotlight75234 p {
    font-family: Merriweather, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
}
.appSpotlight75234 .gradient-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom right, rgb(116,155,206), rgb(49,100,165));
    border-radius: 29px;
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .appSpotlight75234 {
        padding: 40px 10px;
    }
    .appSpotlight75234 .container {
        padding: 30px;
    }
    .appSpotlight75234 h2 {
        font-size: calc(38px - 3px);
    }
    .appSpotlight75234 p {
        font-size: calc(13px - 1px);
    }
}
footer {
    background: rgb(49,100,165);
    color: #ffffff;
    padding: 60px 0;
    font-family: Merriweather, sans-serif;
}
footer .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
    fill: rgb(116,155,206);
}
footer h5 {
    color: rgb(116,155,206);
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
}
footer .menu a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}
footer .menu a:hover {
    color: rgb(116,155,206);
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(116,155,206);
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 14px;
}
footer .footer_agreement {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}
footer .copyright {
    background: rgb(116,155,206,0.5);
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 10px;
}
.footer_agreement, .copyright {
    border-radius: 14px;
}
@media (max-width: 800px) {
    footer .logo_holder svg, footer .logo_holder img {
        height: 60px;
        width: 60px;
        margin-right: 5px;
    }
    footer .logo_holder {
        justify-content: center;
    }
    footer h5 {
        text-align: center;
        font-size: 18px;
    }
    footer .menu a {
        font-size: 14px;
        text-align: center;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .footer_info > div {
    flex: 1 1 300px;
    margin: 10px;
}
.footer_info div {
    margin-bottom: 15px;
}
.privacy_hideaway82510 {
    padding: 60px;
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 2px solid rgb(116,155,206);
    font-family: Merriweather, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy_hideaway82510 h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 43px;
    font-weight: 700;
    color: rgb(116,155,206);
    border-bottom: 3px solid rgb(116,155,206);
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.privacy_hideaway82510 h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(49,100,165);
    border-bottom: 2px solid rgb(49,100,165);
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.privacy_hideaway82510 h3, .privacy_hideaway82510 h4, .privacy_hideaway82510 h5, .privacy_hideaway82510 h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: rgb(116,155,206);
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgb(116,155,206);
    padding-bottom: 5px;
}


.privacy_hideaway82510 li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
    position: relative;
    border-left: 3px solid rgb(116,155,206);
    padding-left: 10px;
}

.privacy_hideaway82510 section {
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    border: 1px solid rgb(116,155,206);
    box-shadow: 0 0 15px rgb(116,155,206,0.5);
    text-align: center;
}

.privacy_hideaway82510 p, .privacy_hideaway82510 span, .privacy_hideaway82510 div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto 15px auto;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .privacy_hideaway82510 {
        padding: 20px 10px;
    }

    .privacy_hideaway82510 h1 {
        font-size: calc(21px * 0.8);
        width: 100%;
    }

    .privacy_hideaway82510 h2 {
        font-size: calc(21px * 0.8);
        width: 100%;
    }

    .privacy_hideaway82510 h3, .privacy_hideaway82510 h4, .privacy_hideaway82510 h5, .privacy_hideaway82510 h6 {
        font-size: calc(21px * 0.8);
        width: 100%;
    }

    .privacy_hideaway82510 p, .privacy_hideaway82510 span, .privacy_hideaway82510 div {
        font-size: calc(12px * 0.9);
        width: 100%;
    }

    .privacy_hideaway82510 ul, .privacy_hideaway82510 ol {
        width: 100%;
    }

    .privacy_hideaway82510 section {
        width: 100%;
    }
}.landing_page89137 {
    width: 100%;
    position: relative;
}
.landing_page89137 .title_page_holder {
    width: 100%;
    min-height: 700px;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}
.landing_page89137 .style_element {
    background: rgb(116,155,206,0.5);
    padding: 40px 60px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    text-align: center;
    max-width: 80%;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
.landing_page89137 .style_element:hover {
    transform: scale(1.05);
    background: rgb(116,155,206);
}
.landing_page89137 .style_element h1 {
    font-family: Merriweather, sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: rgb(49,100,165);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.landing_page89137 .style_element h3 {
    font-family: Merriweather, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: rgb(49,100,165);
    margin-bottom: 15px;
}
.landing_page89137 .style_element p {
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
}
.landing_page89137 .style_element::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply;
    border-radius: inherit;
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .landing_page89137 .title_page_holder {
        min-height: 400px;
    }
    .landing_page89137 .style_element {
        padding: 30px 40px;
        max-width: 90%;
    }
    .landing_page89137 .style_element h1 {
        font-size: 32px;
    }
    .landing_page89137 .style_element h3 {
        font-size: 20px;
    }
    .landing_page89137 .style_element p {
        font-size: 20px;
    }
}
.content-wrapper19720 .landing_page89137 {
    position: relative;
    padding: 0;
}
.content-wrapper19720 .landing_page89137 .style_element {
    background: rgb(116,155,206,0.5);
    border-radius: 18px;
    padding: 60px;
    max-width: 80%;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-wrapper19720 .landing_page89137 .style_element h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.content-wrapper19720 .landing_page89137 .style_element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}
.content-wrapper19720 .landing_page89137 .style_element p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .content-wrapper19720 .landing_page89137 .style_element {
        padding: 40px;
    }
    .content-wrapper19720 .landing_page89137 .style_element h1 {
        font-size: 28px;
    }
    .content-wrapper19720 .landing_page89137 .style_element h3 {
        font-size: 20px;
    }
    .content-wrapper19720 .landing_page89137 .style_element p {
        font-size: 16px;
    }
}header .top_plank {
    background: rgb(116,155,206);
    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: 13px;
    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;
}.cookie_window_dialog26174 {
    position: fixed;
    width: 100%;
    background: rgb(195,213,234);
    bottom: 0;
    border-top: 5px solid rgb(116,155,206);
    z-index: 90;
    font-family: Merriweather, sans-serif;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -10px 30px 0px;
}
.cookie_holder {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto auto;
    gap: 10px 20px;
    align-items: center;
    padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.cookie_info h5 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}
.cookie_info p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding-right: 20px;
    line-height: 1.6;
}
.cookie_info p a {
    text-decoration: none;
    color: rgb(49,100,165);
    border-bottom: 1px dashed rgb(49,100,165);
    padding-bottom: 2px;
}
.cookie_info p a:hover {
    color: #000000;
    border-bottom-color: #000000;
}
.cookie_logo {
    grid-row: 1 / 3;
    margin-right: 20px;
    flex-shrink: 0;
}
.cookie_logo svg, .cookie_logo svg path, .cookie_logo img {
    fill: rgb(116,155,206);
    width: 60px;
    height: 60px;
}
.cookie_button {
    font-size: 15px;
    padding: 10px 20px;
    background: rgb(116,155,206);
    color: #ffffff;
    border: 2px solid rgb(116,155,206);
    border-radius: 11px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    min-width: 150px;
    margin-left: 10px;
    flex-shrink: 0;
    display: inline-block;
}
.cookie_button.reject {
    background: #ffffff;
    color: rgb(116,155,206);
    border: 2px solid rgb(49,100,165);
}
.cookie_button:before, .cookie_button:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(49,100,165);
}
.cookie_button:before {
    top: -5px;
    left: -5px;
}
.cookie_button:after {
    bottom: -5px;
    right: -5px;
}
.cookie_holder:before, .cookie_holder:after {
    content: '';
    position: absolute;
    background: rgb(49,100,165,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}
.cookie_holder:before {
    top: -25px;
    left: 20px;
}
.cookie_holder:after {
    bottom: -25px;
    right: 20px;
}
@media only screen and (max-width: 1200px) {
    .cookie_holder {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        text-align: center;
    }
    .cookie_info {
        margin-bottom: 20px;
    }
    .cookie_button {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 800px) {
    .cookie_logo {
        display: none;
    }
    .cookie_holder {
        padding: 20px 10px;
    }
    .cookie_info h5 {
        font-size: 32px;
    }
    .cookie_info p {
        font-size: 18px;
        padding-right: 0;
    }
    .cookie_button {
        font-size: 15px;
        padding: 10px 20px;
    }
}
.learning_outcomes87625 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning_outcomes87625 .holder {
    display: flex;
    width: 100%;
}

.learning_outcomes87625 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning_outcomes87625 .photo {
    width: 50%;
    flex-shrink: 0;
}

.learning_outcomes87625 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning_outcomes87625 ul {
    list-style: none;
}

.learning_outcomes87625 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning_outcomes87625 svg, .learning_outcomes87625 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(116,155,206);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning_outcomes87625 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning_outcomes87625 .holder {
        flex-direction: column;
    }

    .learning_outcomes87625 .text_holder {
        width: 100%;
    }

    .learning_outcomes87625 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.content-wrapper19720 .learning_outcomes87625 {
    padding: 60px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.content-wrapper19720 .learning_outcomes87625::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgb(116,155,206,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.05;
    pointer-events: none;
}

.content-wrapper19720 .learning_outcomes87625 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.content-wrapper19720 .learning_outcomes87625 h2 {
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(116,155,206);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.content-wrapper19720 .learning_outcomes87625 li {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content-wrapper19720 .learning_outcomes87625 .photo {
    width: 50%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.content-wrapper19720 .learning_outcomes87625 .text_holder {
    width: 45%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
    .content-wrapper19720 .learning_outcomes87625 {
        padding: 40px 10px;
    }

    .content-wrapper19720 .learning_outcomes87625 .holder {
        flex-direction: column;
    }

    .content-wrapper19720 .learning_outcomes87625 .photo {
        width: 100%;
        padding-bottom: 45%;
        margin-bottom: 20px;
    }

    .content-wrapper19720 .learning_outcomes87625 .text_holder {
        width: 100%;
    }

    .content-wrapper19720 .learning_outcomes87625 h2 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .content-wrapper19720 .learning_outcomes87625 li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}.course_offering68749 {
    padding: 80px 0;
    background-color: rgb(195,213,234);
    text-align: center;
}

.course_offering68749 h2 {
    color: rgb(116,155,206);
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 40px;
}

.course_offering68749 .holder {
    display: flex;
    justify-content: center;
}

.course_offering68749 .items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.course_offering68749 .course {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.course_offering68749 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_offering68749 .photo {
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom right, rgb(116,155,206,0.5), rgb(49,100,165,0.5));
    background-size: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.course_offering68749 .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course_offering68749 h3 {
    color: rgb(116,155,206);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.course_offering68749 p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.course_offering68749 .button {
    background-color: rgb(49,100,165);
    color: #ffffff;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.course_offering68749 .button:hover {
    background-color: rgb(116,155,206);
}
.newsletter_signup85390 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter_signup85390 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter_signup85390 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(49,100,165,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter_signup85390 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter_signup85390 .button {
    background: rgb(49,100,165);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter_signup85390 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter_signup85390 .holder {
        flex-direction: column;
    }

    .newsletter_signup85390 {
        padding: 30px 20px;
    }

    .newsletter_signup85390 input {
        min-width: unset;
    }

    .newsletter_signup85390 .button {
        flex-shrink: unset;
    }

    .newsletter_signup85390 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter_signup85390 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .content-wrapper19720 .newsletter_signup85390 .holder h2 {
        font-size: 20px;
    }
}

.content-wrapper19720 .newsletter_signup85390 {
    background: linear-gradient(145deg, rgb(116,155,206), rgb(49,100,165));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 60px 20px;
}

.content-wrapper19720 .newsletter_signup85390 .holder {
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(15px);
    text-align: center;
    z-index: 1;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.content-wrapper19720 .newsletter_signup85390::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.content-wrapper19720 .newsletter_signup85390 h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}

.content-wrapper19720 .newsletter_signup85390 .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content-wrapper19720 .newsletter_signup85390 input[type="email"] {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 14px 18px;
    margin: 15px 0;
    width: 70%;
    border: 2px solid rgb(116,155,206,0.5);
    font-size: 12px;
    transition: background 0.3s, border 0.3s;
}

.content-wrapper19720 .newsletter_signup85390 input[type="email"]:focus {
    background: #ffffff;
    border: 2px solid rgb(116,155,206);
    outline: none;
}

.content-wrapper19720 .newsletter_signup85390 .subscribe_button {
    border-radius: 10px;
    background: rgb(49,100,165);
    padding: 14px 28px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgb(49,100,165,0.5);
    margin-top: 20px;
}

.content-wrapper19720 .newsletter_signup85390 .subscribe_button:hover {
    background: rgb(116,155,206);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(116,155,206,0.5);
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .content-wrapper19720 .newsletter_signup85390 {
        padding: 40px 15px;
    }

    .content-wrapper19720 .newsletter_signup85390 .holder {
        padding: 30px;
    }

    .content-wrapper19720 .newsletter_signup85390 input[type="email"] {
        width: 90%;
    }
}.register_now39265 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.register_now39265 h2 {
    color: rgb(49,100,165);
}

.register_now39265 .button {
    background: rgb(49,100,165);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.register_now39265 .button:hover {
    background: rgb(116,155,206);
}

.register_now39265 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.register_now39265 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.register_now39265 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .register_now39265 .holder {
        flex-direction: column;
    }

    .content-wrapper19720 section.register_now39265 h2 {
        font-size: 26px;
    }

    .register_now39265 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .register_now39265 .button {
        font-size: 24px;
    }

    .register_now39265 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.content-wrapper19720 .register_now39265 {
    background: rgb(49,100,165);
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.content-wrapper19720 .register_now39265::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 140%;
    height: 140%;
    background: rgb(116,155,206,0.5);
    transform: rotate(30deg);
    z-index: 1;
}

.content-wrapper19720 .register_now39265 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-wrapper19720 .register_now39265 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(49,100,165,0.5);
    padding: 60px;
    border: 1px solid rgb(116,155,206);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, background 0.3s ease;
}

.content-wrapper19720 .register_now39265 .holder:hover {
    transform: scale(1.05);
    background: rgb(49,100,165);
}

.content-wrapper19720 .register_now39265 h2 {
    font-family: Merriweather, sans-serif;
    font-size: 30px;
    color: rgb(116,155,206);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-right: 0;
}

.content-wrapper19720 .register_now39265 h2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(116,155,206);
}

.content-wrapper19720 .register_now39265 h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: rgb(116,155,206);
}

.content-wrapper19720 .register_now39265 .button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background: rgb(116,155,206);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.content-wrapper19720 .register_now39265 .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(116,155,206,0.5);
    transform: scaleY(0);
    transition: transform 0.5s ease;
    z-index: -1;
}

.content-wrapper19720 .register_now39265 .button:hover::before {
    transform: scaleY(1);
}

.content-wrapper19720 .register_now39265 .button:hover {
    color: #ffffff;
    background: #000000;
}

@media only screen and (max-width: 800px) {
    .content-wrapper19720 .register_now39265 .holder {
        padding: 40px 20px;
    }

    .content-wrapper19720 .register_now39265 h2 {
        font-size: 43px;
    }

    .content-wrapper19720 .register_now39265 .button {
        padding: 10px 30px;
        font-size: 14px;
    }
}