.dynamism {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}
.dynamism img {
    max-width: 100% !important;
    width: auto !important;
}
.dynamism__header {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    margin: 20px auto;
}
.dynamism__header-logo {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.dynamism__header-menu {
    text-align: right;
    min-width: 405px;
}
.dynamism__header-link {
    margin-left: 18px;
}
.dynamism__header-link:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .dynamism__header {
        display: block;
    }
    .dynamism__header-logo {
        text-align: center;
        margin-bottom: 15px;
    }
    .dynamism__header-menu {
        text-align: center;
        min-width: 100%;
    }
}
.dynamism__banners {
    margin: 0 !important
}
.dynamism__banners-col {
    padding: 2px !important;
}
.dynamism__info {
    padding: 40px 15px 25px;
    text-align: center;
}

.h2_alt {
    font-size: 36px;
    line-height: 54px;
}

.slick-slide { height: auto; }

.shrink-title {

    max-height: 123px !important;
}


.grid-of-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-of-logos__item {
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 15px;
}
.grid-of-logos__img {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 80px;
    margin: 20px auto;
}
@media (max-width: 991px) {
    .grid-of-logos__item {
       width: 50%;
    }
}

.creaform {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 760px;
}
.creaform img {
    max-width: 100%;
    width: auto !important;
}
.creaform__header {
    padding: 15px 30px;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .creaform__header {
        padding: 15px 0;
    }
}
.creaform__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.creaform__navigation {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.creaform .btn--creaform {
    margin: 0;
    border: 1px solid #2B2A2B;
    background: transparent;
    color: #2B2A2B;
    min-width: 175px;
}
.creaform__hero {
    text-align: center;
}
.creaform__cta {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    color: #236192;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
}
@media (max-width: 991px) {
    .creaform__cta {
        padding: 15px 0;
    }
}
.creaform__cta a {
    text-decoration: underline;
    color: #236192;
}
.creaform__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -4px;
}
.creaform__products div {
    padding: 0 2px;
    text-align: center;
}
.creaform__footer {
    color: #fff;
    background-color: #000;
    padding: 15px 30px;
    min-height: 50px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .creaform__header {
        padding: 15px 0;
    }
}
.creaform__footer-links a {
    margin-right: 5px;
}
