.ip-banner {
    display: none;
}

#content-full {
    margin: 0;
}

#content #breadcrumbs {
    display: none;
}

#content .entry-title {
    display: none;
}

.site-title h2 {
    font-size: 70px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.site-title span {
    font-size: 18px !important;
    line-height: normal;
}

.site-title span::after {
    width: 70px;
    height: 1px;
    margin: 0 0 2px 18px;
}

.site-button a,
.site-button button {
    width: 198px;
    height: 52px;
}

.site-button a::before,
.site-button button::before {
    border-width: 2px;
}

.site-button a span,
.site-button button span {
    font-size: 14px;
}

.hb-sec1 {}

.hb-sec1-inner {
    max-width: 1140px;
    margin: auto;
    position: relative;
}

.hb-sec1-slideshow {
    margin: 0 calc(calc(-100vw + 100%) / 2);
    position: relative;
}

.hb-sec1-slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hb-sec1-slideshow:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(7, 42, 73, 0.75) 0%, transparent 20% 80%, rgba(7, 42, 73, 0.35) 100%);
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hb-sec1-slideshow canvas {
    display: block;
    width: 100%;
    height: auto;
}

.hb-sec1-slideshow .aios-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hb-sec1-title-form {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 2;
    text-align: center;
}

.hb-sec1-title {
    margin: 0 -30px 26px 0;
}

.hb-sec1-title h2 {
    font-family: var(--font-family-title);
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #fff;
    margin: 0 !important;
}

.hb-sec1-form {}

.hb-sec1-form-inner {}

.hb-sec1-form-input {}

.hb-sec1-form-input input {
    display: block;
    width: 100%;
    max-width: 1004px;
    height: 70px;
    background: #f9f9f9;
    border: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #747474;
    padding: 0 20px;
    margin: 0 auto;
}

.hb-sec1-form-button {
    margin: 38px 0 0;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

.hb-sec2 {}

.hb-sec2-inner {
    max-width: 1140px;
    margin: auto;
    padding: 96px 0 50px;
}

.hb-sec2-title {
    justify-content: center;
    margin: 0 0 32px;
}

.hb-sec2-steps {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.hb-sec2-step {
    width: 100%;
    max-width: 262px;
    margin: 0 25px 50px;
}

.hb-sec2-step-inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 262px;
    background: #1e283c;
    padding: 30px;
}

.hb-sec2-step-inner img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    object-position: center center;
}

.hb-sec2-step-inner p {
    font-family: var(--font-family-title);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2 !important;
    color: #fff;
    text-align: center;
    margin: 25px 0 0 !important;
}

.hb-sec3 {
    position: relative;
}

.hb-sec3-bg {
    width: calc(100% + calc(100vw - 100%));
    left: calc(calc(-100vw + 100%) / 2);
}

.hb-sec3-inner {
    display: flex;
    flex-flow: row wrap;
    max-width: 1140px;
    margin: auto;
    padding: 97px 0 102px;
    position: relative;
    z-index: 1;
}

.hb-sec3-title-text {
    width: 57.192%;
    padding: 0 30px 0 0;
}

.hb-sec3-title {
    margin: 0 0 8px;
}

.hb-sec3-title span {
    color: #fff;
}

.hb-sec3-title span::after {
    background: #fff;
}

.hb-sec3-text {}

.hb-sec3-text > p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.44 !important;
    color: #fff;
    margin: 0 0 26px !important;
}

.hb-sec3-text ul {
    list-style: none !important;
    margin: 36px 0 0 !important;
}

.hb-sec3-text ul li {
    display: flex;
}

.hb-sec3-text ul li::before {
    content: '';
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    background: linear-gradient(to bottom, rgba(213, 191, 129, 1) 0%, rgba(173, 149, 96, 1) 100%);
    border-radius: 50%;
    margin: -2px 20px 0 0;
}

.hb-sec3-text ul li p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.44 !important;
    color: #fff;
    margin: 0 0 15px !important;
}

.hb-sec3-photo {
    width: 42.808%;
    background: #fff;
}

.hb-sec4 {
    position: relative;
}

.hb-sec4-bg {
    width: calc(100% + calc(100vw - 100%));
    left: calc(calc(-100vw + 100%) / 2);
}

.hb-sec4-inner {
    max-width: 1140px;
    margin: auto;
    padding: 142px 0 292px;
    position: relative;
    z-index: 1;
}

.hb-sec4-text {
    max-width: 555px;
    margin: 0 0 0 auto;
}

.hb-sec4-text p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.667 !important;
    color: #454545;
    margin: 0 0 15px !important;
}

.hb-sec5 {}

.hb-sec5-inner {
    max-width: 1140px;
    margin: auto;
    padding: 96px 0 102px;
}

.hb-sec5-title {
    justify-content: center;
    margin: 0 0 20px;
}

.hb-sec5-text {}

.hb-sec5-text p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.667 !important;
    color: #454545;
    text-align: center;
    margin: 0 0 19px !important;
}

.hb-sec5-button {
    justify-content: center;
    margin: 40px 0 0;
}

@media only screen and (max-width: 991px) {
    .hb-sec1-inner {
        max-width: 720px;
    }
    .hb-sec1-slideshow canvas {
        min-height: 600px;
    }
    .hb-sec1-slideshow .aios-slider canvas {
        min-height: 600px !important;
    }
    .hb-sec1-title {
        margin: 0 0 26px;
    }
    .hb-sec1-title h2 {
        text-align: center;
    }
    .hb-sec2-inner {
        max-width: 720px;
    }
    .hb-sec3-inner {
        max-width: 720px;
    }
    .hb-sec3-title-text {
        width: 100%;
        padding: 0;
    }
    .hb-sec3-photo {
        width: 100%;
        max-width: 488px;
        margin: 60px auto 0;
    }
    .hb-sec3-text > p {
        text-align: center;
    }
    .hb-sec4-inner {
        max-width: 720px;
    }
    .hb-sec4-text {
        max-width: none;
    }
    .hb-sec4-text p {
        text-align: center;
    }
    .hb-sec5-inner {
        max-width: 720px;
    }
}

@media only screen and (max-width: 480px) {
    .hb-sec1-title h2 {
        font-size: 40px !important;
    }
    .site-title h2 {
        font-size: 50px !important;
    }
}