:root {
    --dow-blue: #2f5597;
    --dow-blue-dark: #244579;
    --dow-black: #222;
    --dow-gray: #5c5c5c;
    --dow-light: #f1f1f1;
    --dow-white: #fff;
    --dow-shadow: 0 12px 35px rgba(0, 0, 0, .09);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #e7e7e7;
    color: var(--dow-gray);
    font-family: Poppins, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

body.admin-bar .dow-page {
    margin-top: 0;
}

a {
    color: var(--dow-blue);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--dow-blue-dark);
}

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

h1,
h2,
h3,
h4 {
    margin: 0 0 22px;
    color: var(--dow-black);
    font-weight: 700;
    line-height: 1.12;
}

h1 {
    font-size: clamp(34px, 4vw, 58px);
}

h2 {
    font-size: clamp(28px, 3vw, 40px);
}

h3 {
    font-size: 21px;
}

p {
    margin: 0 0 20px;
}

.dow-page {
    width: min(1440px, calc(100% - 55px));
    min-height: 100vh;
    margin: 0 auto;
    background: var(--dow-white);
    overflow: hidden;
}

.dow-content-width {
    padding-right: clamp(30px, 8vw, 150px);
    padding-left: clamp(30px, 8vw, 150px);
}

.dow-header {
    position: relative;
    z-index: 20;
    background: var(--dow-white);
}

.dow-header-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    padding: 10px 90px;
}

.dow-brand,
.dow-brand .custom-logo-link {
    display: block;
}

.dow-brand img,
.dow-brand .custom-logo {
    width: auto;
    max-width: 270px;
    max-height: 82px;
    object-fit: contain;
}

.dow-social {
    display: flex;
    gap: 9px;
}

.dow-social a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    color: var(--dow-gray);
    font-weight: 700;
}

.dow-social a:hover {
    border-color: var(--dow-blue);
    background: var(--dow-blue);
    color: var(--dow-white);
}

.dow-servicebar {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 48px;
    padding-right: 80px;
}

.dow-service {
    display: flex;
    min-width: 125px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-left: 1px solid #eee;
    color: var(--dow-gray);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.dow-service span {
    color: var(--dow-blue);
    font-size: 24px;
}

.dow-price-link {
    position: relative;
    display: flex;
    min-width: 230px;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    padding: 0 32px;
    background: var(--dow-blue);
    color: var(--dow-white);
    font-weight: 700;
    text-transform: uppercase;
}

.dow-price-link::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 42px;
    height: 100%;
    background: var(--dow-blue);
    content: "";
    transform: skewX(-24deg);
}

.dow-price-link:hover {
    background: var(--dow-blue-dark);
    color: var(--dow-white);
}

.dow-nav {
    position: relative;
    min-height: 62px;
    padding: 0 75px;
    background: var(--dow-black);
}

.dow-menu-toggle {
    display: none;
}

.dow-menu,
.dow-menu-wrap > ul {
    display: flex;
    min-height: 62px;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dow-menu li {
    position: relative;
    display: flex;
    align-items: stretch;
}

.dow-menu a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: var(--dow-white);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.dow-menu li.current-menu-item::before,
.dow-menu li.current_page_item::before,
.dow-menu li:hover::before {
    position: absolute;
    inset: 0 -8px;
    background: var(--dow-gray);
    content: "";
    transform: skewX(-17deg);
}

.dow-hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #d8d8d8;
    background-image: var(--dow-hero-image);
    background-position: right center;
    background-size: cover;
}

.dow-hero::before,
.dow-hero::after {
    position: absolute;
    top: -12%;
    left: -13%;
    width: 69%;
    height: 125%;
    content: "";
    transform: skewX(-14deg);
    transform-origin: center;
}

.dow-hero::before {
    z-index: 1;
    background: var(--dow-blue);
}

.dow-hero::after {
    z-index: 2;
    left: 43%;
    width: 8%;
    background: rgba(34, 34, 34, .92);
}

.dow-hero-copy {
    position: relative;
    z-index: 3;
    width: 53%;
    padding: 80px 50px 40px 150px;
    color: var(--dow-white);
}

.dow-hero-copy h1 {
    max-width: 620px;
    margin-bottom: 26px;
    color: var(--dow-white);
    font-size: clamp(40px, 4.6vw, 68px);
}

.dow-hero-copy > p:not(.dow-kicker) {
    max-width: 510px;
    margin-bottom: 42px;
    font-size: 19px;
}

.dow-kicker {
    margin-bottom: 16px;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.dow-kicker-blue {
    color: var(--dow-blue);
}

.dow-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 2px solid var(--dow-blue);
    background: var(--dow-blue);
    color: var(--dow-white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.dow-button:hover {
    border-color: var(--dow-blue-dark);
    background: var(--dow-blue-dark);
    color: var(--dow-white);
}

.dow-button-light {
    border-color: var(--dow-white);
    background: var(--dow-white);
    color: var(--dow-black);
}

.dow-button-light:hover {
    border-color: var(--dow-white);
    background: transparent;
    color: var(--dow-white);
}

.dow-intro {
    padding-top: 90px;
    padding-bottom: 85px;
}

.dow-intro h2 {
    max-width: 760px;
}

.dow-lead {
    max-width: 900px;
    font-size: 18px;
}

.dow-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px;
}

.dow-text-link {
    color: var(--dow-black);
    font-weight: 700;
}

.dow-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--dow-black);
}

.dow-benefits article {
    min-height: 190px;
    padding: 42px 34px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    color: #d8d8d8;
}

.dow-benefits article:first-child {
    background: var(--dow-blue);
}

.dow-benefits strong,
.dow-benefits span {
    display: block;
}

.dow-benefits strong {
    margin-bottom: 12px;
    color: var(--dow-white);
    font-size: 24px;
}

.dow-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding-top: 95px;
    padding-bottom: 95px;
}

.dow-split-image {
    position: relative;
}

.dow-split-image::before {
    position: absolute;
    z-index: 0;
    top: -22px;
    right: -22px;
    width: 75%;
    height: 70%;
    background: var(--dow-blue);
    content: "";
}

.dow-split-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 440px;
    object-fit: cover;
}

.dow-steps {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.dow-steps li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 19px 0;
    border-bottom: 1px solid #e3e3e3;
}

.dow-steps li > span {
    color: var(--dow-blue);
    font-size: 22px;
    font-weight: 700;
}

.dow-steps strong {
    color: var(--dow-black);
    font-size: 18px;
}

.dow-steps p {
    margin: 4px 0 0;
}

.dow-module-section {
    padding: 82px 0 90px;
    background: var(--dow-blue);
    color: var(--dow-white);
}

.dow-module-section h2 {
    color: var(--dow-white);
}

.dow-module-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 42px;
    box-shadow: var(--dow-shadow);
}

.dow-module-grid a {
    display: flex;
    min-height: 170px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    border-right: 1px solid #e7e7e7;
    background: var(--dow-white);
    color: var(--dow-black);
}

.dow-module-grid a:hover {
    background: var(--dow-black);
    color: var(--dow-white);
}

.dow-module-grid span {
    font-size: 20px;
    font-weight: 700;
}

.dow-module-grid small {
    margin-top: 5px;
    color: var(--dow-gray);
    font-size: 13px;
}

.dow-module-grid a:hover small {
    color: #ddd;
}

.dow-plugin-block {
    padding-top: 90px;
    padding-bottom: 90px;
}

.dow-cta {
    display: flex;
    min-height: 235px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 55px clamp(30px, 8vw, 150px);
    background: var(--dow-black);
    color: var(--dow-white);
}

.dow-cta h2 {
    margin: 0;
    color: var(--dow-white);
}

.dow-page-title {
    position: relative;
    min-height: 245px;
    padding: 64px clamp(30px, 8vw, 150px);
    overflow: hidden;
    background: var(--dow-blue);
    color: var(--dow-white);
}

.dow-page-title::after {
    position: absolute;
    top: -70px;
    right: -60px;
    width: 40%;
    height: 190%;
    background: var(--dow-black);
    content: "";
    transform: skewX(-16deg);
}

.dow-page-title h1 {
    position: relative;
    z-index: 1;
    color: var(--dow-white);
}

.dow-page-title .dow-kicker {
    position: relative;
    z-index: 1;
}

.dow-entry {
    padding-top: 70px;
    padding-bottom: 80px;
}

.dow-entry > *:first-child {
    margin-top: 0;
}

.dow-entry input:not([type="checkbox"]):not([type="radio"]),
.dow-entry select,
.dow-entry textarea,
.hh-driveoffice-public input:not([type="checkbox"]):not([type="radio"]),
.hh-driveoffice-public select,
.hh-driveoffice-public textarea {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    background: #fff;
    color: var(--dow-black);
    font: inherit;
}

.dow-entry textarea,
.hh-driveoffice-public textarea {
    min-height: 130px;
}

.dow-entry button,
.dow-entry input[type="submit"],
.hh-driveoffice-public button,
.hh-driveoffice-public input[type="submit"],
.hhdo-button {
    min-height: 48px !important;
    padding: 11px 24px !important;
    border: 2px solid var(--dow-blue) !important;
    border-radius: 0 !important;
    background: var(--dow-blue) !important;
    color: var(--dow-white) !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    cursor: pointer;
}

.hh-driveoffice-public,
.hhdo-public-wrap,
.hhdo-calendar {
    color: var(--dow-gray);
    font-family: inherit !important;
}

.hh-driveoffice-public h1,
.hh-driveoffice-public h2,
.hh-driveoffice-public h3,
.hhdo-public-wrap h1,
.hhdo-public-wrap h2,
.hhdo-public-wrap h3 {
    color: var(--dow-black) !important;
    font-family: inherit !important;
}

.hhdo-card,
.hhdo-public-card,
.hhdo-form-card,
.hhdo-calendar-panel {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 7px 26px rgba(0, 0, 0, .08) !important;
}

.hhdo-calendar {
    overflow-x: auto;
}

.hhdo-calendar th,
.hhdo-calendar-resource {
    background: var(--dow-black) !important;
    color: var(--dow-white) !important;
}

.dow-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-top: 70px;
    padding-bottom: 80px;
}

.dow-post-card {
    background: var(--dow-white);
    box-shadow: var(--dow-shadow);
}

.dow-post-card > div {
    padding: 28px;
}

.dow-post-card h2 {
    font-size: 23px;
}

.dow-footer {
    background: #191919;
    color: #adadad;
}

.dow-footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    padding: 66px clamp(30px, 8vw, 150px);
}

.dow-footer h2,
.dow-footer h3 {
    color: var(--dow-white);
}

.dow-footer a {
    color: #d5d5d5;
}

.dow-footer a:hover {
    color: var(--dow-white);
}

.dow-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px clamp(30px, 8vw, 150px);
    border-top: 1px solid #303030;
    font-size: 12px;
}

.dow-footer-bottom ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1100px) {
    .dow-page {
        width: 100%;
    }

    .dow-header-top {
        padding-right: 35px;
        padding-left: 35px;
    }

    .dow-servicebar {
        padding-right: 0;
    }

    .dow-nav {
        padding: 0 20px;
    }

    .dow-menu a {
        padding: 0 14px;
        font-size: 11px;
    }

    .dow-hero-copy {
        padding-left: 80px;
    }

    .dow-module-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body {
        background: var(--dow-white);
    }

    .dow-header-top {
        min-height: 86px;
        padding: 8px 20px;
    }

    .dow-brand img,
    .dow-brand .custom-logo {
        max-width: 210px;
        max-height: 70px;
    }

    .dow-social a:not(:last-child) {
        display: none;
    }

    .dow-servicebar {
        display: none;
    }

    .dow-nav {
        min-height: 56px;
        padding: 0;
    }

    .dow-menu-toggle {
        display: flex;
        width: 100%;
        height: 56px;
        align-items: center;
        gap: 5px;
        padding: 0 20px;
        border: 0;
        background: var(--dow-black);
        color: var(--dow-white);
    }

    .dow-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--dow-white);
    }

    .dow-menu-toggle span + span {
        margin-left: -27px;
        transform: translateY(7px);
    }

    .dow-menu-toggle span:nth-child(3) {
        transform: translate(-27px, -7px);
    }

    .dow-menu-toggle b {
        margin-left: -17px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .dow-menu-wrap {
        display: none;
    }

    .dow-menu-wrap.is-open {
        display: block;
    }

    .dow-menu,
    .dow-menu-wrap > ul {
        display: block;
        min-height: 0;
    }

    .dow-menu li,
    .dow-menu a {
        display: block;
    }

    .dow-menu a {
        padding: 15px 22px;
        border-top: 1px solid #3b3b3b;
        font-size: 12px;
    }

    .dow-menu li::before {
        display: none;
    }

    .dow-hero {
        height: 520px;
        background-position: 70% center;
    }

    .dow-hero::before {
        left: -38%;
        width: 125%;
        opacity: .94;
    }

    .dow-hero::after {
        display: none;
    }

    .dow-hero-copy {
        width: 100%;
        padding: 58px 30px;
    }

    .dow-hero-copy h1 {
        font-size: 42px;
    }

    .dow-benefits,
    .dow-split,
    .dow-footer-main,
    .dow-post-grid {
        grid-template-columns: 1fr;
    }

    .dow-benefits article {
        min-height: auto;
        padding: 28px 30px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .dow-split {
        gap: 48px;
    }

    .dow-split-image img {
        min-height: 310px;
    }

    .dow-module-grid {
        grid-template-columns: 1fr;
    }

    .dow-module-grid a {
        min-height: 125px;
    }

    .dow-cta,
    .dow-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .dow-page-title {
        min-height: 210px;
    }

    .dow-page-title::after {
        right: -170px;
        width: 65%;
    }

    .dow-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .dow-footer-main {
        gap: 20px;
    }

    .dow-footer-bottom ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 430px) {
    .dow-content-width {
        padding-right: 22px;
        padding-left: 22px;
    }

    .dow-brand img,
    .dow-brand .custom-logo {
        max-width: 175px;
    }

    .dow-hero-copy {
        padding-right: 22px;
        padding-left: 22px;
    }

    .dow-hero-copy h1 {
        font-size: 36px;
    }
}
