.page-about .hero {
    padding: 60px 0;
}

.page-about .hero-description {
    max-width: unset;
    margin-bottom: 0;
}

.hero .style-h1x {
    margin-bottom: 30px;
}

.hero-content {
    max-width: 660px;
}

.hero-image {
    border-radius: 18px;
    overflow: hidden;
    max-width: 700px;
}

.hero-image img {
    width: 100%;
    height: 100%;
}

.page-about .hero-row {
    gap: 50px;
}

.mission-section .strip {
    top: 92px;
    background: #00AEEF;
}

.section-header h3,
.value-block h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.78px;
    margin-bottom: 16px;
}

.section-header h3 {
    margin-top: 30px;
}

.value-block h3 {
    margin-bottom: 30px;
}

.value-block .grid3 {
    gap: 30px;
}

.value-block .white-block {
    border-radius: 12px;
    border: 1px solid #003764;
    background: #FFFDFC;
}

.value-block .white-block h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.value-block .white-block p{
    color: #0A273F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.48px;
    padding: 0;
}

.mission-section .section-header p {
    color: #003764;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.6px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 647px;
}

section.bluebg.team-section {
    border-radius: 0;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.team-card {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    background: #FFF;
}

.team-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-image img {
    width: 100%;
    height: 100%;
}

.team-card h3 {
    color: #003764;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}

.team-card .role {
    padding: 0;
    color: #0A273F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}

.team-card .team-content p {
    color: #0A273F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; /* 162.5% */
    letter-spacing: -0.48px;
    padding: 0;
}

.join-team .whitebg {
    padding: 60px 20px;
    border-radius: 12px;
    background: #FFF;
}

.join-team .main-row {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0;
}

.join-team .right-block {
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #00AEEF;
    background: #F1F7FC;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 627px;
}

.join-team .right-block ul {
    list-style-type: disc;
    font-size: 14px;
    padding-left: 20px;
}

.join-team .right-block ul li {
    margin-bottom: 10px;
}

.join-team .right-block h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 123.077%; /* 123.077% */
    letter-spacing: -0.78px;
}

.join-team .left-colum p {
    color: #003764;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 130% */
    letter-spacing: -0.6px;
    padding: 0;
    margin-top: 16px;
}

.join-team .strip {
    left: 0;
    top: 70px;
    max-width: 50px;
    background: #003764;
    clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.join-team.why-insted .strip {
    left: auto;
    right: 0;
    top: 55px;
    max-width: calc(100vw - ((100vw - 10px) / 2));
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.join-team.why-insted .right-block {
    max-width: 697px;
}

.join-team.why-insted .main-row {
    flex-direction: column-reverse;
    justify-content: unset;
}

/* .join-team .clip-block {
    width: 100%;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    max-width: unset;
    padding: 0;
} */

.query-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding: 20px;
    margin-top: 40px;
    border-radius: 12px;
    border: 1px solid #F99C24;
    background: #FFFDFC;    
}

.query-row .color-yellow {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 100% */
    letter-spacing: -0.72px;
}

.links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.links-wrapper p {
    color: #003764;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 100% */
    letter-spacing: -0.48px;
    padding: 0;
}

.latest-posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-card {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #00AEEF;
    background: #FFF;
    box-shadow: 0 25px 40px -9px rgba(0, 55, 100, 0.05);
}

.post-card .post-title {
    color: #00AEEF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.54px;
    margin-bottom: 10px;
}

.post-card .post-title a {
    color: #00AEEF;
}

.post-card .post-category {
    color: #003764;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.54px;
    margin-bottom: 12px;
}

.post-card .post-category a {
    color: #003764;
}

.post-card .post-description p {
    color: #0A273F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.48px;
    padding: 0;
    margin-bottom: 22px;
}

.press-section .strip{
    background: #00AEEF;
    width: calc(100vw - ((100vw - 253px) / 2));
}

.recen-posts {
    padding-top: 30px;
}

.mission-section .strip {
    width: calc(100vw - ((100vw - 160px) / 2));
}

/***********Contact*/
.contact-hero {
    padding-top: 70px;
    padding-bottom: 120px;
    background: #F1F7FC;
    overflow: unset;
}

.page-learninghb .contact-hero,
.tpl-news .contact-hero {
    padding: 70px 0;
}

.contactinfo-section {
    padding-bottom: 80px;
    background: #fff;
    overflow: unset;
}

.contactinfo-section .container {
    position: relative;
    top: -70px;
    z-index: 2;
}

.contactinfo-section .grid-column {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 50px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 25px 40px -9px rgba(0, 55, 100, 0.05);
}

.contactinfo-section .grid-column h3 {
    color: #00AEEF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 100% */
    letter-spacing: -0.9px;
    margin-bottom: 20px;
}

.contactinfo-section .grid-column .inner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.contactinfo-section .grid3 {
    gap: 30px;
    row-gap: 70px;
}

.contactinfo-section .tagline {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    height: 30px;
    padding: 8px 12px;
    color: #003764;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.42px;
    border-radius: 999px;
    background: #FFF;
    box-shadow: 0 0 0 1px #013763 inset;
    max-width: fit-content;
    margin: auto;
}

.contactinfo-section .button-group {
    position: absolute;
    bottom: -10px;
    height: 42px;
    left: 0;
    right: 0;
    display: block;
    max-width: fit-content;
    margin: auto;
}

.contactinfo-section .grid-column .transparent-btn {
    font-size: 13px;
}

.contactinfo-section .grid-column .btn {
    padding: 13px 26px;
}

.tpl-contact-us section.contact-section .dp-talk-block h2 {
    display: none;
}

.tpl-contact-us .dp-talk-block h3 {
    margin-top: 0;
    font-size: 28px;
}

/***********Blog**************/
.page-learninghb .breadcrumb {
    justify-content: center;
}

.page-learninghb h1 {
    margin-bottom: 30px;
}

.featured-wrppaer {
    padding: 40px 20px;
    border-radius: 12px;
    background: #F1F7FC;
    margin-top: 35px;
}

.featured-block {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.featured-image {
    max-width: 687px;
    overflow: hidden;
    border-radius: 18px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-left .inner-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.feature-left .inner-row p {
    padding: 0;
}

.category-name {
    color: #003764;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.6px;
}

.read-time {
    color: #003764;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: -0.6px;
}

.feature-left h2 {
    margin-bottom: 20px;
}

.author {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.learning-image {
    height: 100%;
    max-height: 400px;
}

.author p {
    padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    width: 48.208px;
    height: 42px;
    padding: 15px 19px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    background: #EDF5FB;
    bottom: 0;
    top: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: unset;
}

.featured-slider {
    padding-bottom: 77px;
    position: relative;
}

.swiper-button-next svg, .swiper-button-prev svg {
    fill: transparent;
}

.swiper-pagination-bullet {
    width: 11.478px;
    height: 10px;
    border-radius: 12px;
    background: #EDF5FB;
    opacity: 1;
    margin: 0 7px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003764;
}

.learning-category-slider {
    margin-top: 10px;
    margin-bottom: 30px;
}

.swiper-button-disabled {
    display: none;
}

.learning-category-slider .swiper-button-next,
.learning-category-slider .swiper-button-prev {
    border-radius: 42px;
    background: #003764;
    bottom: auto;
    top: 50%;
}

.learning-category-slider .swiper-button-next {
    right: 0;
}

.learning-category-slider .swiper-button-prev {
    left: 0;
}

.filter-btn {
    color: #0A273F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.48px;
    padding: 12px 21px;
    border-radius: 12px;
    background: #F1F7FC;
    border: unset;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.page-learninghb .blog-section .filter-category {
    margin-top: 16px;
    margin-bottom: 30px;
}

.slide-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 200px;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.learning-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.learning-grid .image {
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    min-height: 250px;
    box-shadow: 0 12px 20px -12px rgba(0, 55, 100, 0.30);
}

.learning-grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.learning-grid .image .inner-row {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.learning-grid .image .category {
    padding: 8px 12px;
    border-radius: 999px;
    background: #FFF;
    color: #003764;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
    letter-spacing: -0.42px;
}

.learning-grid .image .read-time {
    color: #003764;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.42px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #FFF;
}

.learning-grid .post-content {
    padding: 20px;
    margin-top: 30px;
    border-radius: 12px;
    background: #F1F7FC;
    flex-grow: 1;
}

.learning-grid .post-content h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #003764;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%; /* 100% */
    letter-spacing: -0.54px;
    margin-bottom: 16px;
}

.learning-grid .post-content h3 svg {
    width: 14px;
    flex: none;
}

.learning-grid .post-content p {
    color: #0A273F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.48px;
    padding: 0;
    margin-bottom: 30px;
}

.post-content .btn {
    padding: 13px 26px;
}

.learning-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.pagination {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.page-numbers {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 14px;
    justify-content: center;
}

section.blog-section {
    overflow: unset;
}

.tpl-news .breadcrumb {
    justify-content: center;
}

.tpl-news .contact-hero h1 {
    margin-bottom: 30px;
}

.tpl-news .contact-hero p {
    text-align: center;
}

.page-numbers .page-numbers {
    width: 11.478px;
    height: 10px;
    border-radius: 12px;
    background: #EDF5FB;
    font-size: 0;
}

.page-numbers .page-numbers.current {
    background: #003764;
}

.arrow-btn {
    width: 48.208px;
    height: 42px;
    border-radius: 42px;
    background: #EDF5FB;
}

.filter-category {
    padding: 0;
}

/******News*/
.tpl-news .featured-block .button-group {
    margin-top: 40px;
}

.tpl-news .filter-btn {
    padding: 10px 20px;
}

.tpl-news .filter-category{
    color: #687988;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.6px;
}

.tpl-news .feature-left .description {
    color: #0A273F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 160% */
    letter-spacing: -0.6px;
}

.tpl-news .feature-left .category-name,
.tpl-news .feature-left .read-time {
    color: #687988;
}

/***********************/
@media (min-width: 572px){
    .team-grid,
    .latest-posts {
        grid-template-columns: 1fr 1fr;
    }

    .team-card.double {
        grid-column: span 2;
    }

    .join-team.why-insted .strip {
        max-width: calc(100vw - ((100vw - 160px) / 2));
    }

    .post-card {
        padding-bottom: 90px;
    }

    .post-card .button-group {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .mission-section .strip {
        width: calc(100vw - ((100vw - 350px) / 2));
    }

    .press-section .strip {
        width: calc(100vw - ((100vw - 490px) / 2));
    }
}

@media (min-width: 767px){
    .page-about .hero {
        padding: 100px 0;
    }

    .team-grid {
        column-gap: 30px;
        row-gap: 60px;
    }

    .team-card {
        padding: 30px;
    }

    .join-team .whitebg {
        padding: 100px 20px;
    }

    .join-team .right-block {
        padding: 40px;
    }

    .join-team .main-row {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 50px;
    }

    .join-team.why-insted .main-row {
        flex-direction: unset;
    }

    .join-team .strip {
        top: calc(50% - 55px);
    }

    .join-team.why-insted .strip {
        top: calc(50% - 57px);
        max-width: calc(100vw - ((100vw - -340px) / 2));
    }

    .query-row {
        flex-direction: row;
    }

    .links-wrapper {
        gap: 30px;
    }

    .post-card {
        padding: 30px;
        padding-bottom: 96px;
    }

    .post-card .button-group {
        bottom: 30px;
        left: 30px;
    }
    .press-section .strip,
    .mission-section .strip{
        width: calc(100vw - ((100vw - 550px) / 2));
    }

    .press-section .strip {
        top: 115px;
    }

    .contact-hero {
        padding-top: 100px;
        padding-bottom: 210px;
    }

    .page-learninghb .contact-hero,
    .tpl-news .contact-hero {
        padding: 100px 0;
    }

    .contactinfo-section {
        margin-top: -80px;
    }

    .contactinfo-section .grid-column {
        padding: 40px;
        padding-bottom: 52px;
    }

    .contactinfo-section .grid-column h3 {
        font-size: 22px;
    }

    .contactinfo-section .grid-column .inner-row {
        flex-wrap: nowrap;
        gap: 30px;
    }

    .tpl-contact-us .dp-talk-block h3 {
        font-size: 32px;
    }
/*///////////////Blog/////////////*/
    .featured-wrppaer {
        padding: 30px;
    }

    .featured-block {
        flex-direction: row;
        gap: 50px;
        justify-content: space-between;
        align-items: center;
    }

    .author .btn {
        margin-left: 20px;
    }

    .feature-left {
        max-width: 523px;
    }

    .learning-image {
        max-height: unset;
    }

    .author {
        flex-wrap: nowrap;
    }

    .feature-left .inner-row {
        gap: 30px;
    }

    .slide-overlay {
        display: block;
    }

    .learning-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        row-gap: 50px;
    }

    .learning-grid .image {
        padding: 30px;
        min-height: 300px;
    }

    .learning-grid .post-content {
        padding: 30px;
    }

    .learning-grid .post-content p {
        margin-bottom: 55px;
    }
}

@media (min-width: 991px){
    .page-about .hero {
        padding: 120px 0 140px 0;
    }
    .hero-content {
        max-width: 47%;
    }

    .hero-image {
        max-width: 47%;
    }

    .mission-section .strip {
        height: 60px;
        top: 141px;
    }

    section.bluebg.team-section {
        padding: 100px 0;
    } 

    .team-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .team-card .team-content p {
        font-size: 16px;
    }

    .join-team .right-block {
        padding: 60px;
    }

    .join-team .main-row {
        flex-direction: row;
        gap: 50px;
    }

    .join-team .whitebg {
        padding: 100px 40px;
    }
    .join-team .strip {
        top: calc(50% - 55px);
        height: 50px;
    }

    .why-insted .left-colum {
        max-width: 472px;
    }

    .join-team.why-insted .strip {
        top: calc(50% - 59px);
        max-width: calc(100vw - ((100vw - -570px) / 2));
    }

    .join-team .right-block ul {
        padding-left: 30px;
    }

    .query-row {
        padding: 30px;
        margin-top: 60px;
    }

    .latest-posts {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .press-section .strip {
        height: 50px;
    }

    .mission-section .strip {
        width: calc(100vw - ((100vw - 800px) / 2));
    }

    .contact-hero {
        padding-top: 140px;
        padding-bottom: 262px;
    }

    .page-learninghb .contact-hero,
    .tpl-news .contact-hero {
        padding: 140px 0;
    }

    .contactinfo-section .container {
        top: -106px;
    }

    .tpl-contact-us .dp-talk-block h3 {
        font-size: 36px;
    }

    .press-section .strip {
        top: 120px;
    }

    /*///////////////Blog/////////////*/
    .featured-wrppaer {
        padding: 40px;
    }

    .category-name,
    .read-time,
    .tpl-news .feature-left .description {
        font-size: 18px;
    }

    .author {
        margin-top: 68px;
    }
    .learning-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
        row-gap: 60px;
    }

    .news-row .learning-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1150px){
    .join-team .right-block ul {
        font-size: 16px;
    }

    .join-team .strip {
        max-width: 136px;
    }

    .tpl-contact-us .dp-talk-block h3 {
        font-size: 46px;
    }
}

@media (min-width: 1280px){
    .join-team .left-colum p {
        font-size: 17px;
    }

    .join-team .strip {
        top: calc(50% - 50px);
        clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
    }

    .join-team.why-insted .strip {
        top: calc(50% - 67px);
        max-width: calc(100vw - ((100vw - -830px) / 2));
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .press-section .strip {
        width: calc(100vw - ((100vw - 1050px) / 2));
    }

}

@media (min-width: 1360px){
    /* .mission-section .strip {
        top: 161px;
    } */
}

@media (min-width: 1440px){
    .mission-section .strip {
        top: 165px;
        width: calc(100vw - ((100vw - 1017px) / 2));
    }

    .join-team .left-colum p {
        font-size: 20px;
    }

    .join-team .right-block {
        width: 100%;
    }

    /*///////////////Blog/////////////*/
    .featured-wrppaer {
        padding: 50px;
    }

    .featured-block {
        gap: 130px;
    }
}

@media (min-width: 1550px){
    .page-about .hero-row {
        gap: 100px;
    }

    .hero-content {
        max-width: 660px;
    }

    .page-about .hero-content {
        max-width: 663px;
    }

    .page-about .hero-content p {
        font-size: 20px;
    }

    .hero-image {
        max-width: 700px;
    }

    .join-team .right-block ul {
        font-size: 18px;
    }

    .join-team .strip {
        height: 60px;
        top: calc(50% - 57px);
        max-width: calc(100vw - ((100vw - -1503px) / 2));
    }

    .why-insted .left-colum {
        max-width: 700px;
    }

    .why-insted .left-colum p {
        font-size: 26px;
    }

    .join-team.why-insted .strip {
        top: calc(50% - 94px);
        max-width: calc(100vw - ((100vw - -678px) / 2));
    }

    .links-wrapper {
        gap: 50px;
    }

    .contactinfo-section .grid-column h3 {
        font-size: 30px;
    }

    .contactinfo-section .grid-column .transparent-btn {
        font-size: 16px;
    }

    /*///////////////Blog/////////////*/
    .featured-wrppaer {
        padding: 60px;
    }
    .learning-grid .image .category,
    .learning-grid .image .read-time {
        font-size: 14px;
    }
    
    .feature-left p,
    .category-name,
    .read-time,
    .tpl-news .feature-left .description {
        font-size: 20px;
    }
}

@media (min-width: 1700px){
    .join-team .strip {
        clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
    }

     .join-team.why-insted .strip {
        clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}