.s-page-header {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #001036;
}

.s-page.s-page-background-white {
    background-color: var(--irb-white);
}

.s-page.s-page-background-blue {
    background-color: var(--irb-blue);
    color: var(--irb-white);
}

.s-page.s-page-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-page.s-page-background-blue p {
    color: var(--irb-white);
}

.s-page.s-page-background-gray {
    background-color: #F2F2F2;
}

.s-page-header .s-page-header--title {
    padding-bottom: 80px;
    padding-top: 80px;
    min-height: 580px;
    align-items: flex-end;
    display: flex;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.s-page-header .title-column--md {
    font-weight: 600;
    color: #000;
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
}


.s-page-header .s-page-header--title h1 {
    color: var(--irb-white);
    margin: 0 0 48px;
    display: block;
    font-size: clamp(28px, 5vw, 80px);
    font-weight: 500;
}

.s-page-header .s-page-header--nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.s-page-header .s-page-header--nav a {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: clamp(28px, 3vw, 56px);
    color: var(--irb-white);
    width: 100%;
    display: block;
}

.s-page-header .s-page-header--nav a:last-of-type {
    margin-bottom: 0;
}

.s-page-header .s-page-header--nav a:hover .link-content {
    transform: translateX(-15px);
}

.s-page-header .s-page-header--nav .link-content {
    display: flex;
    align-items: center;
    transition: all .2s linear;
    transform: translateX(0);
}

.s-page-header .s-page-header--nav .link-content .icon {
    height: 42px;
    position: relative;
    width: 21px;
    margin-right: 15px;
}


.s-page-header .s-page-header--nav .link-content .icon>svg {
    position: absolute;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s-page-header .s-page-header--nav .link-content .text {
    line-height: 42px;
}

.s-page .s-page--content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s-page .s-page--content.padding-left {
    padding-left: 0px;
}

.s-page .s-page--content .font-size--lg {
    font-size: 38px;
    line-height: 44px;
}

.s-page .s-page--content .font-size--small {
    font-size: 12px;
    line-height: 18px;
}

.s-page .s-page--content p {
    margin-top: 0;
}

.s-page .s-page--content p:last-of-type {
    margin-bottom: 0;
}

.s-page .s-page--content .title-background--blue {
    background-color: #2C67F4;
    color: var(--irb-white);
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    padding: 12px;
    padding-bottom: 8px;
    font-weight: 600;
    text-align: center;
}

.s-page .s-page--content h2 {
    font-size: 48px;
    margin-top: 0;
    color: inherit;
}

.s-page .s-page--image>img {
    display: block;
}

.s-page.background-position {
    position: relative;
}

.s-page.background-position .background-absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.s-page.background-position .background-absolute>span {
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.s-page.background-position .container--z-index {
    z-index: 1;
    position: relative;
}

.s-page .s-button-container {
    margin-top: 30px;
}

.s-page .s-button-container .btn-outline {
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    color: #000;
    transition: all .2s linear;
    display: inline-block;
}

.s-page.s-page-background-blue .s-button-container .btn-outline {
    border: 1px solid var(--irb-white);
    color: var(--irb-white);
}

.s-page.s-page-background-blue .s-button-container .btn-outline:hover {
    background-color: var(--irb-white);
    color: #2C67F4;
}

.s-page .box-contact {
    background-color: var(--irb-blue-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s-page .column.column-left {
    width: 100%;
    display: none;
}

.s-page .column.column-right {
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 30px;
    align-items: center;
    text-align: center;
}

.s-page .column.column-right h2,
.s-page .column.column-right p {
    color: var(--irb-white);
    text-align: center;
    margin: 0;
}

.s-page .column img {
    display: block;
}

.s-page .s-page--header {
    text-align: center;
}

.s-page .s-page--header h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.s-page .s-page--header h2 {
    margin: 0;
    line-height: 1;
    font-size: 38px;
}

.wpcf7-form .form-group {
    margin-bottom: 15px;
}

.wpcf7-form .form-group label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance) {
    padding: 8px;
    border: 1px solid #b3b3b3;
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
}

.wpcf7-form .wpcf7-form-control.wpcf7-not-valid:not(.wpcf7-acceptance) {
    border-color: red;
}


.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

.s-page-default .s-page--content h2 {
    margin-top: 80px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .s-page.background-position .background-absolute {
        display: flex;
    }

    .s-page .s-page--content.padding-left {
        padding-left: 50px;
    }

    .s-page .s-page--content .font-size--lg {
        font-size: 56px;
        line-height: 62px;
    }

    .s-page .column.column-left {
        float: left;
        display: block;
        width: auto;
    }

    .s-page .column.column-right {
        max-width: calc(100% - 435px);
    }

    .s-page .box-contact {}

    .s-page-header-default h1 {
        max-width: 50%;
    }
}