/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body.page-template-devops_pulse_2023 {
    overflow: visible;
}

@media (max-width: 991px) {
    .page-template-devops_pulse_2023 .body_wrapper {
        overflow: hidden;
    }
}

/*.page-template-devops_pulse_2023 .body_wrapper {*/
/*    overflow: hidden;*/
/*}*/

.hero_section {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #FFFFFF), to(#F5F5F5));

    background: -o-linear-gradient(top, #FFFFFF 70%, #F5F5F5 100%);

    background: linear-gradient(180deg, #FFFFFF 70%, #F5F5F5 100%);
}

.hero_section__wrapper {
    padding: 116px 0 65px;
    position: relative;
}

.hero_section__wrapper::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    width: 414px;
    height: 128px;
    background-image: url("../img/hero_mob.svg");
}

.hero_section__bg_video {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero_section__bg_video video {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.hero_section .container {
    width: 1208px;
    max-width: 100%;
}

.hero_section__content {
    max-width: 60%;
    padding: 0 15px;
}

.hero_section__content_wrapper {
    max-width: 573px;
}

.hero_section__logo {
    margin-bottom: 18px;
    margin-left: 5px;
}

.hero_section__logo img {
    margin-left: 0;
}

.hero_section__title {
    margin: 0;
    font-family: 'Aeonik';
    font-weight: 400;
    font-size: 62px;
    line-height: 70px;
    color: #112031;
}

.hero_section__subtitle {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #112031;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .hero_section__wrapper {
        padding-bottom: 148px;
    }

    .hero_section__wrapper::after {
        display: block;
    }

    .hero_section__bg_video {
        display: none;
    }

    .hero_section__content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero_section__wrapper {
        padding-top: 85px;
    }

    .hero_section__content {
        padding: 0 30px;
    }

    .hero_section__logo {
        max-width: 192px;
        margin-bottom: 25px;
    }

    .hero_section__title {
        font-size: 37px;
        line-height: 46px;
    }

    .hero_section__subtitle br {
        display: none;
    }
}

/* content_section */



.content_section .html_content .wp-block-group.big-gray-block h3,
.content_section .html_content .wp-block-group.big-gray-block h4,
.content_section .html_content .wp-block-group.big-gray-block h5 {
    letter-spacing: normal;
}

.content_section .html_content .wp-block-group.big-gray-block h2:first-child,
.content_section .html_content .wp-block-group.big-gray-block h3:first-child,
.content_section .html_content .wp-block-group.big-gray-block h4:first-child,
.content_section .html_content .wp-block-group.big-gray-block h5:first-child {
    margin-top: 0;
}

.content_section .html_content h2 {
    margin-bottom: 16px;
}

.content_section .html_content h3 {
    margin-top: 37px;
    margin-bottom: 11px;
    letter-spacing: normal;
}

.content_section .html_content h2 + h3 {
    margin-top: 18px;
}

.content_section .html_content p {
    margin-bottom: 15px;
}

.content_section .html_content p:last-child {
    margin-bottom: 0;
}

.content_section .html_content ul {
    margin-top: 27px;
}

.content_section .html_content ul li {
    padding-left: 27px;
}

.content_section .html_content ul li:before {
    left: 10px
}

.content_section .html_content figure.wp-block-image {
    margin: 40px 0 65px;
}

.content_section .html_content .columns_with_icons h2 {
    margin-top: 36px;
}

.content_section .html_content .wp-block-quote {
    padding-top: 53px;
    border-left: none;
    margin: 87px 0 89px 0;
    padding-left: 0;
    text-align: center;
    position: relative;
}

.content_section .html_content .wp-block-quote:before {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 30px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    background-image: url("../img/quote.svg");
}

.content_section .html_content .wp-block-quote p {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #112031;
    margin: 0;
    letter-spacing: normal;
}

.content_section .html_content .wp-block-quote cite {
    display: inline-block;
    margin-top: 14px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #112031;
    letter-spacing: normal;
}

.content_section .html_content .wp-block-column h2:first-child,
.content_section .html_content .wp-block-column h3:first-child {
    margin-top: 0;
}

.content_section #share {
    margin: 48px 0 0;
}

.content_section #share .jssocials-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content_section #share .jssocials-share {
    margin-right: 18px;
}

.content_section #share .jssocials-share:last-child {
    margin-right: 0;
}

.content_section #share .jssocials-share a {
    display: block;
}

.content_section {
    margin-top: 50px;
    margin-bottom: 80px;
    position: relative;
}

.content_section .container {
    overflow: visible;
    width: 1320px;
    max-width: 100%;
}

.content_section__container {
    margin-top: 8px;
    width: 805px;
    padding: 0 15px;
    max-width: 100%;
    /*margin: auto;*/
}

.content_section__navigation {
    width: calc(50% - (805px / 2));
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.content_section__navigation_wrapper {
    position: sticky;
    top: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_section__navigation_wrapper li {
    margin-bottom: 26px;
}

.content_section__navigation_wrapper a {
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #929BA7;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-decoration: none !important;
}

.content_section__navigation_wrapper a:before {
    content: '';
    left: 0;
    top: 5px;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #BBF0FF;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.content_section__navigation_wrapper a.active {
    padding-left: 22px;
    color: #112031;
}

.content_section__navigation_wrapper a.active:before {
    opacity: 1;
}

.content_section__navigation_wrapper {

}



/*  */
.wp-block-group.big-gray-block {
    background: #F5F5F5 !important;
    padding: 47px 30px 67px 38px;
    position: relative;
}

.wp-block-group.big-gray-block:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #1EE191), to(#00C4FF));
    background: -o-linear-gradient(0, #1EE191 0%, #00C4FF 100%);
    background: linear-gradient(0, #1EE191 0%, #00C4FF 100%);
}

.wp-block-group.big-gray-block .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-group.big-gray-block.decor-bg {
    padding-bottom: 52px;
}

.wp-block-group.big-gray-block.decor-bg:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    max-height: 100%;
    width: 403px;
    height: 717px;
    background-image: url("../img/gray_decor.svg");
}
/*  */

@media (max-width: 1200px) {
    .content_section {
        margin-top: 62px;
    }

    .content_section__navigation {
        display: none;
    }

    .content_section .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content_section__container {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .content_section__container {
        padding: 0 35px;
    }
}

@media (max-width: 768px) {
    .wp-block-group.big-gray-block {
        padding: 39px 20px 55px 30px;
    }

    .content_section .html_content h2 + h3,
    .content_section .html_content .wp-block-group.big-gray-block h2 + h3 {
        margin-top: 25px;
    }

    .content_section .html_content h3 {
        margin-bottom: 14px;
    }

    .content_section .html_content p,
    .content_section .html_content ul li {
        letter-spacing: -0.02em;
    }

    .content_section .html_content ul li {
        padding-left: 12px;
    }

    .content_section .html_content ul li:before {
        left: -4px;
        top: 11px;
    }

    .content_section .html_content .wp-block-group.big-gray-block h3 {
        margin-top: 44px;
    }

    .content_section .html_content .wp-block-group.big-gray-block h2:first-child,
    .content_section .html_content .wp-block-group.big-gray-block h3:first-child {
        margin-top: 0;
    }

    .content_section .html_content ul {
        margin-top: 40px;
    }

    .content_section .html_content .wp-block-quote {
        margin-top: 78px;
        margin-bottom: 87px;
        padding-top: 47px;
    }

    .content_section .html_content .wp-block-quote cite {
        margin-top: 27px;
    }

    .content_section .wp-block-columns .wp-block-column:not(:first-child) {
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .wp-block-group.big-gray-block.decor-bg {
        padding-bottom: 227px;
    }

    .wp-block-group.big-gray-block.decor-bg:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: 346px;
        height: 175px;
        left: 0;
        right: auto;
        background-image: url("../img/gray_decor_mob.svg");
    }
}