.page-template.header_black .navigation-menu > li:not(.right_side_m) > a {
    color: #002e42 !important;
}

.page-template.header_black g.Group {
    fill: #002e42;
}

.page-template.header_black .navigation-button-toggler svg line {
    stroke: #002e42;
}


.hero_section {
    background-color: #464A62;
    padding-top: 114px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero_section.center_image {
    padding-bottom: 65px;
}

.hero_section.image_title {
    padding-top: 82px;
}

.hero_section__title_image img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.hero_section__title {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}

.image_title .hero_section__content {
    margin-bottom: 53px;
}

.image_title .hero_section__title {
    display: none;
}

.hero_section__image {
    background: transparent;
    border-radius: 5px 5px 0px 0px;
    padding-top: 22px;
}

.hero_section__image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.image_to_bottom .container {
    overflow: visible;
}

.image_to_bottom .hero_section__title {
    margin-bottom: 46px;
}

.image_to_bottom .hero_section__image {
    margin-bottom: -59px;
}

.hero_section__subtitle {
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #fff;
    max-width: 505px;
}

.hero_section__button {
    margin-top: 30px;
}

.hero_section__button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #F7C15C;
    border-radius: 100px;
    padding: 16px 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #554012;
    min-width: 180px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.hero_section__button a svg {
    margin-right: 10px;
}

.hero_section__button a:hover {
    -webkit-box-shadow: 0 5px 8px rgba(255, 184, 5, 0.45);
    box-shadow: 0 5px 8px rgba(255, 184, 5, 0.45);
}

.success_page .hero_section {
    padding-top: 119px;
}

.hero_padding_bottom .success_page .hero_section {
    padding-bottom: 30px;
}

.success_page .hero_section__title {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .hero_section__title_image img {
        margin: auto;
    }

    .hero_section__button {
        margin-bottom: 50px;
    }

    .success_page .marketo_form {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .hero_section__title {
        font-size: 34px !important;
        line-height: 1.3;
        text-align: center;
    }

    .image_to_bottom .hero_section__title,
    .success_page .hero_section__title,
    .hero_section__title {
        margin-bottom: 15px;
    }

    .image_to_bottom .hero_section__image {
        margin-bottom: -30px;
    }

    .hero_section__subtitle,
    .hero_section__button {
        text-align: center;
    }

    .hero_section__subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

.html-content__wrapper {
    margin-top: 63px;
    max-width: 512px;
}

.content_section {
    padding-bottom: 100px;
}

.content_section .container {
    overflow: visible;
}

.html-content__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #2E3141;
    margin: 0 0 14px;
}

.html-content {
    font-family: 'Mulish';
    font-size: 20px;
    line-height: 1.6;
    color: #2E3141;
    margin-bottom: 70px;
    max-width: 520px;
}

.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6 {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: #2E3141;
    margin: 0 0 14px;
}

.html-content p {
    margin: 0 0 20px;
}

.html-content p:last-child {
    margin-bottom: 0;
}

.html-content p + ul {
    margin-top: -3px;
}

.html-content ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.html-content ul li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 21px;
}

.html-content ul li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border: 1px solid #2E3141;
    border-radius: 50%;
}

.quote {
    padding: 50px 0;
    max-width: 490px;
}

.quote__author_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote__icon {
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

.quote__author {
    width: calc(100% - 60px);
    margin-left: 20px;
}

.quote__content {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.quote__name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.quote__position {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    opacity: .6;
}

.marketo_form {
    padding: 49px 30px 40px;
    -webkit-box-shadow: 0 18px 32px -4px rgba(64, 78, 150, 0.14);
    box-shadow: 0 18px 32px -4px rgba(64, 78, 150, 0.14);
    border-radius: 0 0 5px 5px;
}

.marketo_form__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.58;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2E3141;
    margin-bottom: 16px;
}

.marketo_form .mktoFormRow {
    margin-bottom: 0 !important;
}

.marketo_form .mktoForm .mktoButtonWrap button[type=submit] {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-transform: none;
    min-width: 250px;
    margin-top: 17px;
}

.mktoAsterix {
    display: none !important;
}

.success_page .content_section {
    padding-bottom: 18px;
}

.success_page .marketo_form {
    padding: 58px 30px 34px;
}

.success_page .marketo_form__title {
    max-width: 400px;
    margin: auto;
}

@media (max-width: 991px) {
    .success_page .marketo_form {
        padding: 30px;
    }

    .quote {
        max-width: 100%;
    }

    .marketo_form {
        padding: 30px;
        border-radius: 5px;
        -webkit-box-shadow: 0 18px 32px 7px rgba(64, 78, 150, 0.14);
        box-shadow: 0 18px 32px 7px rgba(64, 78, 150, 0.14)
    }
}

@media (max-width: 560px) {
    .marketo_form .mktoForm .mktoButtonWrap button[type=submit] {
        min-width: auto;
        width: 100%;
    }
}

.features_section {
    background: -o-linear-gradient(230.56deg, #F6FBFF 5.43%, #EFEFF9 109.55%);
    background: linear-gradient(219.44deg, #F6FBFF 5.43%, #EFEFF9 109.55%);
    padding: 82px 0 89px;
}

.features__header {
    margin-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 5px;
}

.features__title {
    width: 33%;
    padding: 0 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.19;
    color: #2E3141;
    letter-spacing: 0.01em;
}

.features__description {
    width: 67%;
    max-width: 685px;
    padding: 3px 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #2E3141;
    margin-left: 2px;
}

.features_item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.features_item__wrapper {
    max-width: 217px;
}

.features_item__logo {
    margin-bottom: 4px;
}

.features_item__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.44;
    color: #2E3141;
    margin-bottom: 19px;
}

.features_item__description {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #2E3141;
}

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

    .features__title {
        width: 100%;
        margin-bottom: 10px;
    }

    .features__description {
        width: 100%;
        margin-left: 0;
    }

    .features_item {
        width: 50%;
        text-align: center;
    }

    .features_item__wrapper {
        margin: auto;
    }
}

.reviews_section {
    max-width: 1920px;
    margin: auto;
}

.reviews {
    padding: 90px 0 50px;
}

.reviews-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 calc(50% - 556px);
    max-width: 100%;
}

.reviews-col {
    width: 42.5%;
    padding: 0 15px;
}

.reviews-img-col {
    width: 57.5%;
    padding: 0 15px;
    align-self: stretch;
}

.reviews-img-col .reviews__image {
    height: 100%;
}

.reviews-img-col img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.19;
    color: #2E3141;
    margin-bottom: 57px;
    letter-spacing: 0.01em;
}

.review_item {
    margin-bottom: 45px;
}

.review_item:last-child {
    margin-bottom: 0;
}

.review_item__content {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #2E3141;
    margin-bottom: 24px;
    max-width: 500px;
}

.review_item__author_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review_item__author_logo {
    width: 55px;
}

.review_item__author_logo img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}

.review_item__author {
    width: calc(100% - 73px);
    margin-left: 18px;
}

.review_item__name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.38;
    color: #2E3141;
    margin-bottom: 0;
}

.review_item__position {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #A6ABC4;

}

@media (max-width: 1390px) {
    .reviews-container .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews {
        padding: 30px 0;
    }
}

@media (max-width: 1200px) {
    .reviews-container {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .reviews__title {
        margin-bottom: 30px;
    }
    .reviews-container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .reviews-col {
        width: 100%;
        margin: auto;
        max-width: 500px;
        padding-left: 0;
    }

    .reviews {
        padding: 60px 0;
    }

    .reviews-img-col {
        display: none;
    }

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


.cta_section {
    background: #464A62;
    border-radius: 2px;
    padding: 53px 0;
}

.cta__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta__header {
    width: 60%;
    max-width: 490px;

}

.cta__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 4px;
}

.cta__subtitle {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #fff;
    margin-left: 4px;
}

.cta__button_wrapper {
    width: 40%;
    text-align: right;
}

.cta_section .cta__button {
    display: inline-block;
    background: #F7C15C;
    border-radius: 80px;
    padding: 19px 25px;
    min-width: 156px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #2E3141;
    text-decoration: none !important;
    margin-bottom: 3px;
}

.cta_section .cta__button:hover {
    color: #2E3141;
    -webkit-box-shadow: 0 10px 10px -4px rgba(0, 0, 0, .96);
    box-shadow: 0 10px 10px -4px rgba(0, 0, 0, .96);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.page-template-aws_lp .marketo_form select.niceSelectInit {
    display: none !important;
}

.page-template-aws_lp .marketo_form select.niceSelectInit[data-zi-field-enriched="false"] {
    display: block !important;
}

.page-template-aws_lp .nice-select .nice-select-search-box {
    display: block !important;
}

.page-template-aws_lp .nice-select .nice-select-search-box .nice-select-search {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.page-template-aws_lp .nice-select .nice-select-search-box textarea.nice-select-search {
    max-height: 36px;
    resize: none;
}

.page-template-aws_lp .nice-select .nice-select-search-box + .list {
    padding-top: 50px !important;
}

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

    .cta__header,
    .cta__button_wrapper {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .cta__header{
        margin-bottom: 30px;
    }
}

.related_section__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: 0.01em;
    color: #2E3141;
    margin-bottom: 33px;
}

.related_section__wrapper {
    background: -o-linear-gradient(230.56deg, #F6FBFF 5.43%, #EFEFF9 109.55%);
    background: linear-gradient(219.44deg, #F6FBFF 5.43%, #EFEFF9 109.55%);
    padding: 80px 0 54px;
}

.related_item {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.related_item__image {
    margin-bottom: 33px;
}

.related_item__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.related_item__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 20px;
}

.related_item__content {
    max-width: 305px;
}

.related_item__description {
    font-family: 'Mulish';
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #2E3141;
}

.related_item__btn_wrapper {
    margin-top: 20px;
}

.related_item__btn_wrapper a {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #3BC49B;
}

.related_item__btn_wrapper a svg {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .related_item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .related_item {
        width: 100%;
        margin-bottom: 40px;
    }

    .related_item__content {
        max-width: 100%;
    }

    .related_item__image {
        margin-bottom: 20px;
    }

    .related_item__title {
        margin-bottom: 10px;
    }

    .related_item__btn_wrapper {
        margin-top: 5px;
    }
}

#RedirectSuccessForm {
    display: none !important;
}