* {
    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;
}
.wrapper-bundle-Z {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(105,199,233);
}
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;
    }
}@keyframes backgroundAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.reach-out-l {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(270deg, rgb(82,155,182), rgb(59,112,131));
  background-size: 400% 400%;
  animation: backgroundAnimation 15s ease infinite;
  color: #ffffff;
  font-family: Merriweather, sans-serif;
}
.reach-out-l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.reach-out-l .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.reach-out-l h3, .reach-out-l h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.reach-out-l .info, .reach-out-l .form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  backdrop-filter: blur(10px);
  padding: 40px;
  margin-bottom: 30px;
}
.reach-out-l .info {
  text-align: center;
}
.reach-out-l .info svg, .reach-out-l .info svg path {
  fill: rgb(59,112,131);
}
.reach-out-l .info .contact_info h5 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.reach-out-l .info span {
  color: #ffffff;
  font-weight: 400;
}
.reach-out-l .info .contact_info svg, .reach-out-l .info .contact_info svg path {
  fill: #ffffff;
  width: 24px;
  height: 24px;
}
.reach-out-l form input, .reach-out-l form textarea {
  color: #ffffff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  padding: 12px 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.reach-out-l form input:focus, .reach-out-l form textarea:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgb(59,112,131);
}
.reach-out-l form .button {
  background: rgb(59,112,131);
  color: #ffffff;
  border-radius: 17px;
  padding: 12px 30px;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
}
.reach-out-l form .button:hover {
  background: rgb(82,155,182);
  transform: translateY(-2px);
}
.reach-out-l .holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: row-reverse;
}
.reach-out-l .holder > div {
  flex: 1;
  min-width: 300px;
}
.reach-out-l .logo_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.reach-out-l .logo_holder svg, .reach-out-l .logo_holder img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.reach-out-l .info .contact_info > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center;
}
.reach-out-l .name_holder {
  display: flex;
  gap: 20px;
}
.reach-out-l .agree {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.reach-out-l .agree label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.reach-out-l .agree a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.reach-out-l .agree a:hover {
  color: rgb(82,155,182);
}
.reach-out-l .agree input[type="checkbox"] {
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .reach-out-l .name_holder {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
  }
  .reach-out-l {
    padding: 50px 0;
  }
  .reach-out-l h3, .reach-out-l h5 {
    font-size: 38px;
  }
  .reach-out-l .holder {
    flex-direction: column;
    gap: 20px;
  }
}
.opening-board-U .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.opening-board-U .style_element h1 {
    color: rgb(59,112,131);
}

.opening-board-U .style_element h3 {
    color: rgb(59,112,131);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.opening-board-U .style_element p {
    color: #000000;
    text-align: right;
}

.opening-board-U {
    width: 100%;
}

.opening-board-U .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.opening-board-U .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.opening-board-U .style_element h1 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.opening-board-U .style_element p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .opening-board-U .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .opening-board-U .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .opening-board-U .style_element h1 {
        font-size: 18px;
    }

    .opening-board-U .style_element h3 {
        font-size: 16px;
    }

    .opening-board-U .style_element p {
        font-size: 14px;
    }


}

.wrapper-bundle-Z .opening-board-U {
    padding: 70px 0px;
    position: relative;
}

.wrapper-bundle-Z .opening-board-U .title_page_holder {
    height: auto;
    min-height: 500px;
    position: static;
}

.wrapper-bundle-Z .opening-board-U .style_element {
    clip-path: none;
    height: 605px;
    top: 0;
    padding: 50px;
    justify-content: center;
    align-items: center;
    background: rgb(82,155,182);
    width: 500px;
    min-width: unset;
    right: 20%;
}

.wrapper-bundle-Z .opening-board-U .style_element h1 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}

.wrapper-bundle-Z .opening-board-U .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
}

.wrapper-bundle-Z .opening-board-U .style_element p {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-Z .opening-board-U {
        padding: 50px 0;
    }

    .wrapper-bundle-Z .opening-board-U .style_element {
        width: 90%;
        right: 5%;
        margin: auto;
        margin-top: 0;
        min-height: 480px;
        height: auto;
    }

    .wrapper-bundle-Z .opening-board-U .title_page_holder {
        min-height: 400px;
        height: auto;
    }

    .wrapper-bundle-Z .opening-board-U .style_element h1 {

        font-size: 30px;
    }

    .wrapper-bundle-Z .opening-board-U .style_element p {
        font-size: 16px;
    }
}header .main_header {
    background:  #ffffff;
    color:  #000000;
}
header .logo_holder svg,header .logo_holder svg path, header .logo_holder img {
    fill: rgb(82,155,182);
}
header .menu a {
    color: rgb(59,112,131);
}
header .menu a:hover {
    color: rgb(82,155,182);
}
header .menu a.active {
    border: 2px solid rgb(59,112,131);
    border-radius: 100px;
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(82,155,182);
    border: 2px solid rgb(82,155,182);
}
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: 12px;
    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: 12px;
}
body .wrapper-bundle-Z 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(82,155,182);
        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;
    }
}

.wrapper-bundle-Z header .header_content {
    flex-direction: row-reverse;
    justify-content: space-around;
}
.wrapper-bundle-Z header .logo_holder {
    justify-content: space-between;
}
.wrapper-bundle-Z header .logo_holder .logotype svg, .wrapper-bundle-Z header .logo_holder .logotype img {
    margin-right: 0;
}
.wrapper-bundle-Z .menu {
    min-width: 50%;
    justify-content: flex-start;
}
.wrapper-bundle-Z header .menu a {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
}
.wrapper-bundle-Z header .menu a:hover {
    color: inherit;
    border-bottom: 1px solid rgb(82,155,182);
}
.wrapper-bundle-Z header .menu a.active {
    border: none;
    border-radius: 0;
}
.wrapper-bundle-Z header .menu a.active:hover {
    border: none;
    background: none;
    color: inherit;
    border-bottom: 1px solid rgb(82,155,182);
}
.wrapper-bundle-Z header .logo_caption {
    max-width: 48%;
    align-items: end;
}
.wrapper-bundle-Z header .logo_name {
    text-align: right;
}
@media only screen and (max-width: 800px)  {
    .wrapper-bundle-Z header .header_content {
        flex-direction: column;
        justify-content: flex-start;
    }
    .wrapper-bundle-Z header .logo_holder {
        width: 100%;
        justify-content: space-between;
    }
    .wrapper-bundle-Z header .logo_holder {
        margin: 0;
    }
    .wrapper-bundle-Z header .menu {
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .wrapper-bundle-Z header .logo_name {
        line-height: 28px;
        margin-bottom: 6px;
        text-align: center;
    }
    .wrapper-bundle-Z header .logo_caption {
        max-width: unset;
    }
}.thxWrapper-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(105,199,233);
    color: #000000;
    font-family: Merriweather, sans-serif;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
.thxWrapper-7 .container {
    background: #ffffff;
    padding: 60px;
    border-radius: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.thxWrapper-7 h2 {
    font-size: 41px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(82,155,182);
    border-bottom: 3px solid rgb(59,112,131);
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.thxWrapper-7 p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
    .thxWrapper-7 .container {
        padding: 30px;
    }
    .thxWrapper-7 h2 {
        font-size: 34px;
    }
    .thxWrapper-7 p {
        font-size: 14px;
    }
}
.learning-outcomes-O {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning-outcomes-O .holder {
    display: flex;
    width: 100%;
}

.learning-outcomes-O h2 {
    text-align: left;
    margin-bottom: 20px;
}

.learning-outcomes-O .photo {
    width: 50%;
    flex-shrink: 0;
}

.learning-outcomes-O .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.learning-outcomes-O ul {
    list-style: none;
}

.learning-outcomes-O li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.learning-outcomes-O svg, .learning-outcomes-O path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(82,155,182);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .learning-outcomes-O {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .learning-outcomes-O .holder {
        flex-direction: column;
    }

    .learning-outcomes-O .text_holder {
        width: 100%;
    }

    .learning-outcomes-O .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-bundle-Z .learning-outcomes-O {
    background: linear-gradient(135deg, rgb(82,155,182) 0%, rgb(59,112,131) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-bundle-Z .learning-outcomes-O::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(82,155,182,0.5);
    z-index: 0;
    opacity: 0.5;
}

.wrapper-bundle-Z .learning-outcomes-O .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper-bundle-Z .learning-outcomes-O .photo {
    border-radius: 24px;
    min-height: 450px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    flex: 0 0 48%;
}

.wrapper-bundle-Z .learning-outcomes-O .text_holder {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-left: -50px;
    flex: 0 0 48%;
    position: relative;
    z-index: 2;
}

.wrapper-bundle-Z .learning-outcomes-O h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(82,155,182);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.wrapper-bundle-Z .learning-outcomes-O ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-bundle-Z .learning-outcomes-O li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Merriweather, sans-serif;
    color: #000000;
}

.wrapper-bundle-Z .learning-outcomes-O svg, .wrapper-bundle-Z .learning-outcomes-O path {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: rgb(82,155,182);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-Z .learning-outcomes-O {
        padding: 40px 0;
    }

    .wrapper-bundle-Z .learning-outcomes-O .photo {
        min-height: 250px;
    }

    .wrapper-bundle-Z .learning-outcomes-O .holder {
        flex-direction: column;
    }

    .wrapper-bundle-Z .learning-outcomes-O h2 {
        font-size: 21px;
    }

    .wrapper-bundle-Z .learning-outcomes-O .text_holder {
        margin: 20px 0 0 0;
        padding: 20px;
        width: 100%;
    }
}.course-highlights-j {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgb(82,155,182,0.5), rgb(59,112,131,0.5));
    color: #000000;
}

.course-highlights-j h2 {
    color: rgb(82,155,182);
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.course-highlights-j .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-highlights-j .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.course-highlights-j .course {
    padding: 15px;
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-highlights-j .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.course-highlights-j .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.course-highlights-j h3 {
    color: rgb(82,155,182);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.course-highlights-j p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-highlights-j .button {
    background: rgb(59,112,131);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 800px) {
    .course-highlights-j {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .course-highlights-j h2 {
        font-size: 36px;
    }
    .course-highlights-j .items {
        flex-direction: column;
    }
    .course-highlights-j .photo {
        height: 200px;
    }
}

.wrapper-bundle-Z .course-highlights-j .container {
    width: 100%;
    padding: 0 15px;
}

.wrapper-bundle-Z .course-highlights-j .items {
    width: 100%;
}

.wrapper-bundle-Z .course-highlights-j .items .course {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.wrapper-bundle-Z .course-highlights-j .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    background-position: center !important;
}

.wrapper-bundle-Z .course-highlights-j .course .content {
    border-radius: 10px;
    box-shadow: none;
    padding: 20px;
}

.wrapper-bundle-Z .course-highlights-j .text_holder {
    max-width: 100%;
    margin: 20px 0;
    justify-content: flex-start;
    align-items: center;
}

.wrapper-bundle-Z .course-highlights-j p {
    margin-top: 20px;
    text-align: center;
}

.wrapper-bundle-Z .course-highlights-j .button {
    margin-top: 30px;
    width: fit-content;
}

.wrapper-bundle-Z .course-highlights-j h3 {
    text-align: center;
}
.secure-retreat-5 {
    background-color: rgb(105,199,233);
    color: #000000;
    padding: 60px;
    border: 1px solid rgb(82,155,182);
    font-family: Merriweather, sans-serif;
}
.secure-retreat-5 h1 {
    font-size: 46px;
    color: rgb(82,155,182);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(82,155,182);
    padding-bottom: 10px;
}
.secure-retreat-5 h2 {
    font-size: 32px;
    color: rgb(59,112,131);
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(59,112,131);
    padding-bottom: 8px;
}
.secure-retreat-5 h3, .secure-retreat-5 h4, .secure-retreat-5 h5, .secure-retreat-5 h6 {
    margin: 30px 0;
    color: rgb(82,155,182);
    text-transform: uppercase;
}
.secure-retreat-5 h3 {
    font-size: calc(22px - 2px);
    font-weight: 700;
}
.secure-retreat-5 h4 {
    font-size: calc(22px + 2px);
    font-weight: 600;
}
.secure-retreat-5 h5 {
    font-size: 22px;
    font-weight: 400;
}
.secure-retreat-5 h6 {
    font-size: 19px;
    font-weight: 300;
}
.secure-retreat-5 ul, .secure-retreat-5 ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}
.secure-retreat-5 ul li::before {
    content: '•';
    color: rgb(59,112,131);
    font-size: 20px;
    margin-right: 10px;
}
.secure-retreat-5 ol {
    counter-reset: list-counter;
}
.secure-retreat-5 ol li {
    counter-increment: list-counter;
}
.secure-retreat-5 ol li::before {
    content: counter(list-counter) '. ';
    color: rgb(82,155,182);
    font-weight: 700;
    margin-right: 5px;
}
.secure-retreat-5 li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}
.secure-retreat-5 section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #000000;
}
.secure-retreat-5 p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}
.secure-retreat-5 span {
    color: rgb(82,155,182);
    font-weight: 600;
}
.secure-retreat-5 div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
    .secure-retreat-5 {
        padding: 40px;
        border-radius: 10px;
    }
    .secure-retreat-5 h1 {
        font-size: calc(22px - 8px);
    }
    .secure-retreat-5 h2 {
        font-size: calc(22px - 6px);
    }
    .secure-retreat-5 ul, .secure-retreat-5 ol {
        padding-left: 20px;
    }
    .secure-retreat-5 li {
        font-size: calc(15px - 1px);
    }
    .secure-retreat-5 p {
        font-size: calc(15px - 1px);
    }
}
.advantages-outline-a .advantages_content h2 {
    color: rgb(59,112,131);
}

.advantages-outline-a .advantage_item svg, .advantages-outline-a .advantage_item svg path {
    fill: rgb(82,155,182);
}

.advantages-outline-a .advantage_item p {
    color: #000000;
}

.advantages-outline-a .advantage_item b {
    color: rgb(82,155,182);
}

.advantages-outline-a {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-outline-a .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-outline-a .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-outline-a .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.advantages-outline-a .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-outline-a .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-outline-a .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-outline-a .advantage_item svg, .advantages-outline-a .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-Z .advantages-outline-a .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-outline-a .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-outline-a .advantages_holder {
        flex-direction: column;
    }

    .advantages-outline-a {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-bundle-Z .advantages-outline-a .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundle-Z .advantages-outline-a {
    position: relative;
    background: rgb(105,199,233);
}

.wrapper-bundle-Z .advantages-outline-a::after {
    content: "";
    width: 100%;
    height: calc(50% + 60px);
    background: rgb(82,155,182);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.advantages-outline-a .advantages_content {
    position: relative;
    z-index: 1;
}

.wrapper-bundle-Z .advantages-outline-a .advantages_content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.wrapper-bundle-Z .advantages-outline-a .advantages_holder {
    width: 100%;
    flex-wrap: wrap;
}

.wrapper-bundle-Z .advantages-outline-a .advantage_item {
    padding: 30px;
    width: 270px;
    border-radius: 20px;
    background: #ffffff;
    align-items: center;
    padding: 60px;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.wrapper-bundle-Z .advantages-outline-a .advantages_description {
    color: #ffffff;
}

.wrapper-bundle-Z .advantages-outline-a .advantage_item svg, .wrapper-bundle-Z .advantages-outline-a .advantage_item svg path, .wrapper-bundle-Z .advantages-outline-a .advantage_item img {
    fill: rgb(82,155,182);
    width: 60px;
    height: 60px;
}

.wrapper-bundle-Z .advantages-outline-a .advantages_content h4 {
    display: inherit;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-Z .advantages-outline-a .advantage_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper-bundle-Z .advantages-outline-a .advantages_content h2 {
        font-size: 36px;
    }
}footer {
    background: rgb(59,112,131);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}
footer .footer_info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    width: 100%;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 120px;
    width: auto;
    fill: rgb(82,155,182);
    margin-bottom: 20px;
    border: 2px solid rgb(82,155,182);
    border-radius: 10px;
    padding: 10px;
    background: rgb(59,112,131);
}
footer h5 {
    color: rgb(82,155,182);
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(82,155,182);
    padding-bottom: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(59,112,131,0.5);
}
footer .menu a:hover {
    color: rgb(82,155,182);
    text-decoration: underline;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid rgb(82,155,182,0.5);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(82,155,182);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 18px;
}
footer .footer_agreement {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 20px 0;
    padding: 20px;
    background: rgb(59,112,131,0.5);
    border: 1px solid rgb(82,155,182,0.5);
    border-radius: 10px;
}
footer .copyright {
    background: rgb(59,112,131);
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright_info a {
    color: rgb(82,155,182);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .logo_holder {
        display: flex;
        justify-content: center;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu {
        width: 100%;
        text-align: center;
    }
    footer .contact_info {
        align-items: center;
        text-align: center;
    }
    footer h5 {
        margin-bottom: 15px;
        border-bottom: none;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
.teaching-history-B {
    padding-top: 80px;
    padding-bottom: 80px;
}

.teaching-history-B .review .name {
    color: rgb(59,112,131);
}

.teaching-history-B .review span {
    color: rgb(82,155,182);
}

.teaching-history-B .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.teaching-history-B .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.teaching-history-B .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.teaching-history-B .review .name {
    font-size: 20px;
    margin-bottom: 8px;
}

.teaching-history-B .review span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}

.teaching-history-B .review .quote {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .teaching-history-B .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .teaching-history-B .holder {
        flex-direction: column;
    }

    .teaching-history-B .review {
        max-width: unset;
        width: 100%;
    }

    .teaching-history-B {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-bundle-Z .teaching-history-B .review {
    max-width: unset;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
    justify-content: flex-end;
}

.wrapper-bundle-Z .teaching-history-B {
    padding: 90px 0;
}

.wrapper-bundle-Z .teaching-history-B .holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.wrapper-bundle-Z .worker_description {
    width: 80%;
    display: flex;
    flex-direction: column;
    background: rgb(82,155,182);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 50px;
    padding-right: calc(370px - 20%);
    min-height: 350px;
}

.wrapper-bundle-Z .teaching-history-B .photo {
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    top: -20px;
    margin: 0;
}

.wrapper-bundle-Z .teaching-history-B .review .name {
    font-size: 20px;
}

.wrapper-bundle-Z .teaching-history-B .review span {
    color: var(--white-color_opacity);
    margin-bottom: 20px;
}

.wrapper-bundle-Z .teaching-history-B .review .quote {
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-Z .teaching-history-B {
        padding: 20px 0;
    }

    .wrapper-bundle-Z .teaching-history-B .photo {
        position: static;
        width: 100%;
        height: 300px;
    }

    .wrapper-bundle-Z .worker_description {
        width: 100%;
        padding: 30px 20px;
        min-height: unset;
    }

    .wrapper-bundle-Z .teaching-history-B .review {
        flex-direction: column;
    }
}header .top_plank {
    background: rgb(82,155,182);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.our-mission-s {
    padding: 80px 0;
    background: rgb(105,199,233);
    color: #000000;
    font-family: Merriweather, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-bundle-Z .our-mission-s .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgb(82,155,182,0.5);
}

.wrapper-bundle-Z .our-mission-s .photo {
    display: block;
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-right: 1px solid rgb(82,155,182,0.5);
}

.wrapper-bundle-Z .our-mission-s .style_element {
    padding: 40px;
    width: 50%;
    background: #ffffff;
    border-left: 1px solid rgb(82,155,182,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wrapper-bundle-Z .our-mission-s h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(82,155,182);
    padding-bottom: 10px;
    width: 100%;
}
.wrapper-bundle-Z .caption_holder {
    display: flex;
    align-items: stretch;

}

.wrapper-bundle-Z .our-mission-s p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-Z .our-mission-s .photo, .wrapper-bundle-Z .our-mission-s .style_element {
        width: 100%;
    }

    .wrapper-bundle-Z .our-mission-s .photo {
        height: 300px;
    }
    .wrapper-bundle-Z .caption_holder {
       flex-direction: column;

    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-Z .our-mission-s {
        flex-direction: column;
    }

    .wrapper-bundle-Z .our-mission-s .style_element {
        padding: 30px;
    }

    .wrapper-bundle-Z .our-mission-s h2 {
        font-size: calc(35px - 4px);
    }

    .wrapper-bundle-Z .our-mission-s p {
        font-size: calc(13px - 2px);
    }
}
