.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url("../../d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-pagination-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-pagination-previous {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
    margin-right: 4px;
}

.w-pagination-next {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-next-icon {
    margin-left: 4px;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #ad2b43;
    font-size: 23px;
    line-height: 39px;
    font-weight: 400;
}

.frontpage-header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 23px;
    line-height: 39px;
    font-weight: 400;
}

.centered-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}
.centered-header2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

h5 {
    margin-top: 24px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.firstsentence {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #ad2b43;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h6 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #2a333d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h7 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #2a333d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h8 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #2a333d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.firstsentence {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    color: #ad2b43;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 30px;
}

a {
    color: #ad2b43;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

ol {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

img {
    display: inline-block;
    max-width: 100%;
    margin-top: -2px;
    padding-top: 0px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    color: #2a333d;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}

blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 2px solid #98253a;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}

.style-guide-elements-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.style-guide-title {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 54px;
}

.style-guide-help-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.style-guide-element-description {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5e5e5e;
    font-style: italic;
}

.style-guide-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.style-guide-swatch {
    height: 60px;
    margin-bottom: 5px;
}

.style-guide-swatch.swatch-dark-plus {
    background-color: #2a333d;
}

.style-guide-swatch.swatch-dark {
    background-color: #10181f;
}

.style-guide-swatch.mid {
    background-color: #576675;
}

.style-guide-swatch.mid-plus {
    background-color: #8294a3;
}

.style-guide-swatch.light {
    background-color: #dae2eb;
}

.style-guide-swatch.light-plus {
    background-color: #f0f4f7;
}

.style-guide-swatch.swatch-accent {
    background-color: #ad2b43;
}

.style-guide-swatch.swatch-accent-plus {
    background-color: #c7344f;
}

.style-guide-swatch.swatch-accent-minus {
    background-color: #98253a;
}

.style-guide-swatch.swatch-accent-dark {
    background-color: #662433;
}

.style-guide-swatch.swatch-black {
    background-color: #000;
}

.style-guide-swatch.swatch-white {
    background-color: #fff;
}

.style-guide-swatch.swatch-dark-gradient {
    background-image: linear-gradient(135deg, #2a333d, #10181f);
}

.style-guide-swatch.swatch-mid-gradient {
    background-image: linear-gradient(135deg, #dae2eb, #8294a3);
}

.style-guide-swatch.swatch-light-gradient {
    background-image: linear-gradient(135deg, #f0f4f7, #dae2eb);
}

.style-guide-swatch.swatch-accent-gradient {
    background-image: linear-gradient(135deg, #c7344f, #98253a);
}

.style-guide-swatch.swatch-accent-dark-gradient {
    background-image: linear-gradient(135deg, #98253a, #662433);
}

.button {
    margin-top: 8px;
    padding: 8px 24px;
    border-radius: 4px;
    background-color: #98253a;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.button:hover {
    background-color: #c7344f;
}

.button:active {
    background-color: #662433;
}

.button:focus {
    border: 2px none #000;
    background-color: #662433;
}

.button.button-small {
    padding: 6px 16px;
    font-size: 12px;
}

.button.button-tertiary {
    padding: 5px 21px;
    border-style: solid;
    border-width: 3px;
    border-color: #576675;
    background-color: transparent;
    color: #576675;
}

.button.button-tertiary:hover {
    border-color: #687a8d;
    color: #687a8d;
}

.button.button-tertiary:active {
    border-color: #414d58;
    color: #414d58;
}

.button.button-tertiary:focus {
    border-color: #414d58;
    background-color: #f0f4f7;
    color: #414d58;
}

.button.button-large {
    padding: 12px 20px;
    font-size: 18px;
}

.button.button-secondary {
    background-color: #576675;
}

.button.button-secondary:hover {
    background-color: #8294a3;
}

.button.button-secondary:active {
    background-color: #414d58;
}

.button.button-secondary:focus {
    background-color: #414d58;
}

.button.button-tertiary-small {
    padding: 3px 13px;
    border-style: solid;
    border-width: 3px;
    border-color: #f0f4f7;
    background-color: transparent;
    color: #f0f4f7;
    font-size: 12px;
}

.button.button-tertiary-small:hover {
    border-color: #687a8d;
    color: #687a8d;
}

.button.button-tertiary-small:active {
    border-color: #414d58;
    color: #414d58;
}

.button.button-tertiary-small:focus {
    border-color: #414d58;
    background-color: #f0f4f7;
    color: #414d58;
}

.style-guide-help-heading {
    margin-top: 0px;
    margin-bottom: 10px;
}

.style-guide-help-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    width: 300px;
    margin-left: 40px;
    padding: 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.style-guide-swatches-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style-guide-swatch-wrap {
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.style-guide-individual-element {
    margin-bottom: 20px;
}

.style-guide-section-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title {
    display: block;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: normal;
}

.title.light {
    color: #fff;
}

.subtitle {
    margin-top: 0px;
    margin-bottom: -8px;
    color: #2a333d;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.subtitle.light {
    margin-bottom: 16px;
    color: #f0f4f7;
}

.subtitle.dark {
    color: #2a333d;
}

.subtitle.benefits {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
}

.p2 {
    font-size: 16px;
    font-weight: 700;
}

.p3 {
    color: #10181f;
    font-size: 15px;
}

.p4 {
    color: #10181f;
    font-size: 14px;
    line-height: 26px;
}

.p4.light {
    color: #f0f4f7;
    font-size: 14px;
}

.unicode {
    font-family: "Roboto Mono", sans-serif;
    font-weight: 700;
}

.link1 {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Rubik, sans-serif;
    color: #98253a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.link1:hover {
    color: #c7344f;
}

.link1:active {
    color: #662433;
}

.link1:focus {
    text-decoration: none;
}

.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: #dae2eb;
    border-radius: 2px;
    background-color: #f0f4f7;
    font-family: "Open Sans", sans-serif;
    color: #10181f;
    line-height: 40px;
}

.text-field::-webkit-input-placeholder {
    color: #8294a3;
}

.text-field:-ms-input-placeholder {
    color: #8294a3;
}

.text-field::-ms-input-placeholder {
    color: #8294a3;
}

.text-field::placeholder {
    color: #8294a3;
}

.radio-button-label {
    line-height: 32px;
}

.radiobutton {
    margin-top: 10px;
}

.checkbox {
    margin-top: 10px;
}

.nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Rubik, sans-serif;
    color: #f0f4f7;
    font-size: 16px;
    font-weight: 500;
}

.nav-link.w--current {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    border-bottom: 2px solid #ad2b43;
    color: #f0f4f7;
}

.navbar {
    height: 120px;
    background-color: transparent;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    flex: 0 0 auto;
    text-align: left;
    margin: 0px 0px 0px 32px;
}


.nav-links {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    margin-top: 32px;
}

.nav-section {
    height: 120px;
    background-color: #000000;
}

.hero {
    height: 480px;
    background-image:
        -webkit-gradient(linear, left top, left bottom, from(rgba(42, 51, 61, 0.23)), to(rgba(42, 51, 61, 0.23))),
        url("../images/abstract-bg-1.jpg");
    background-image: linear-gradient(180deg, rgba(42, 51, 61, 0.23), rgba(42, 51, 61, 0.23)), url("../images/abstract-bg-1.jpg");
    background-position:
        0px 0px,
        50% 0%;
    background-size: auto, auto;
}

.section-services-tabs {
    height: auto;
    float: none;
    clear: none;
    background-color: #f0f4f7;
}

.section-2 {
    margin-top: 0px;
}

.additional {
    color: #98253a;
    letter-spacing: 1px;
}

.div-block {
    width: 100%;
    height: 224px;
    border-radius: 4px;
    background-color: transparent;
    background-image: linear-gradient(135deg, #2a333d, #10181f);
    text-decoration: none;
}

.div-block.security {
    background-image:
        linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("../images/security-engineering-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position:
        0px 0px,
        80% 30%,
        0px 0px;
    background-size: auto, 68%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.div-block.research {
    background-image:
        linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("../images/research-development-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position:
        0px 0px,
        80% 40%,
        0px 0px;
    background-size: auto, 65%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.div-block.training {
    background-image:
        linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("../images/expert-training-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position:
        0px 0px,
        73% 41%,
        0px 0px;
    background-size: auto, 68%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.div-block.assurance {
    background-image:
        linear-gradient(135deg, rgba(42, 51, 61, 0.5), rgba(16, 24, 31, 0.5)), url("../images/software-assurance-dark.svg"),
        linear-gradient(135deg, #2a333d, #10181f);
    background-position:
        0px 0px,
        80% 28%,
        0px 0px;
    background-size: auto, 72%, auto;
    background-repeat: repeat, no-repeat, repeat;
}

.services {
    padding-top: 64px;
    padding-right: 32px;
    padding-left: 32px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
}

.services-cta {
    padding: 64px 32px 0px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.column {
    -o-object-fit: fill;
    object-fit: fill;
}

.newsletter {
    margin-top: 0px;
    color: #fff;
    line-height: 28px;
}

.div-block-2 {
    margin-top: 48px;
}

.div-block-3 {
    margin-top: 48px;
}

.services-tabs {
    float: none;
}

.services-nav {
    position: static;
    background-color: transparent;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-tab {
    height: 72px;
    padding: 16px 80px 16px 24px;
    font-family: Montserrat, sans-serif;
    color: #2a333d;
    font-size: 16px;
    font-weight: 300;
}

.services-tab.w--current {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #ad2b43;
}

.services-h6 {
    margin-top: 36px;
    padding-left: 6px;
    color: #8294a3;
}

.events {
    height: 360px;
    padding-top: 40px;
    background-image:
        -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 31, 0.52)), to(rgba(16, 24, 31, 0.52))),
        -webkit-gradient(linear, left top, left bottom, from(rgba(42, 51, 61, 0.7)), to(rgba(42, 51, 61, 0.7))),
        url("../images/new-york-city-skyline.jpg");
    background-image:
        linear-gradient(180deg, rgba(16, 24, 31, 0.52), rgba(16, 24, 31, 0.52)),
        linear-gradient(180deg, rgba(42, 51, 61, 0.7), rgba(42, 51, 61, 0.7)), url("../images/new-york-city-skyline.jpg");
    background-position:
        0px 0px,
        0px 0px,
        50% 40%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat-x;
}

.heading-2 {
    color: #fff;
}

.services-overview {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 56px;
}

.link-footer {
    color: #f0f4f7;
    font-size: 14px;
    font-weight: 600;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.icon-left {
    margin: -3px 4px 3px 0px;
    padding-bottom: 0px;
}

.footer {
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #10181f;
}

.heading-3 {
    margin-bottom: 24px;
    color: #f0f4f7;
}

.products {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f0f4f7;
}

.column-3 {
    display: block;
    background-image: url("../images/crytic.png");
    background-position: 107% 95%;
    background-size: 360px;
    background-repeat: no-repeat;
}

.half {
    width: 50%;
}

.column-4 {
    background-image: url("../images/iverify.png");
    background-position: 98% 75%;
    background-size: 230px;
    background-repeat: no-repeat;
}

.grid-3 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.icon-right {
    margin-top: -3px;
    margin-bottom: 3px;
    margin-left: 4px;
}

.link-light {
    margin-top: -4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.form-footer {
    border-style: solid;
    border-width: 1px;
    border-color: #2a333d;
    border-radius: 4px;
    background-color: #000;
    color: #f0f4f7;
}

.form-footer::-webkit-input-placeholder {
    color: #f0f4f7;
}

.form-footer:-ms-input-placeholder {
    color: #f0f4f7;
}

.form-footer::-ms-input-placeholder {
    color: #f0f4f7;
}

.form-footer::placeholder {
    color: #f0f4f7;
}

.centered {
    display: block;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #ad2b43;
    text-align: center;
    font-size: 16px;
}

.centered.dark {
    display: block;
    color: #10181f;
    font-size: 16px;
}

.clients {
    margin-top: 32px;
    margin-bottom: 40px;
}

.section-4 {
    padding-bottom: 56px;
}

.section-5 {
    padding-bottom: 56px;
}

.section-6 {
    padding-bottom: 56px;
}

.section-7 {
    padding-bottom: 56px;
}

.light {
    color: #fff;
}

.contact-intro {
    padding-top: 24px;
    padding-bottom: 24px;
}

.two-thirds {
    width: 66%;
}

.product-iverify {
    padding-bottom: 32px;
    background-image: url("../images/iverify.png");
    background-position: 103% 70%;
    background-size: 340px;
    background-repeat: no-repeat;
}

.columns-3 {
    width: 66%;
}

.link-icon-right {
    margin-top: -4px;
    margin-left: 4px;
    padding-top: 0px;
    text-align: right;
}

.section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.basic-link {
    display: block;
    color: #98253a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.paragraph-3 {
    margin-top: 16px;
}

.product-crytic {
    display: none;
    padding-bottom: 32px;
    background-image: url("../images/crytic.png");
    background-position: 103% 90%;
    background-size: 480px;
    background-repeat: no-repeat;
}

.paragraph-centered {
    text-align: center;
}

.community {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #f0f4f7;
}

.social-link-block {
    width: 100%;
    height: 120px;
    margin-bottom: 24px;
    padding-top: 24px;
    border-radius: 8px;
    background-color: #dae2eb;
    text-align: center;
    text-decoration: none;
}

.footer-div {
    border-radius: 8px;
    background-image: linear-gradient(135deg, #2a333d, #10181f);
}

.image-7 {
    margin-top: -59px;
}

.columns-4 {
    padding-right: 24px;
    padding-left: 24px;
}

.section-9 {
    padding-top: 40px;
    padding-bottom: 56px;
    background-color: #dae2eb;
}

.field-label {
    font-size: 14px;
    line-height: 24px;
}

.section-10 {
    margin-bottom: 32px;
}

.talent {
    padding-top: 40px;
    padding-bottom: 24px;
    background-color: transparent;
}

.quote-byline {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.upper-heading {
    color: #98253a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mixed-title {
    margin-top: 8px;
    line-height: 24px;
    font-weight: 600;
}

.no-indent {
    padding-left: 20px;
}

.career-opp-columns {
    margin-bottom: 0px;
}

.heading-4 {
    margin-top: 40px;
}

.trusted {
    padding-top: 40px;
    padding-bottom: 32px;
    background-color: #f0f4f7;
}

.column-6 {
    margin-top: -12px;
    padding-top: 0px;
}

.column-7 {
    margin-top: -32px;
}

.right-arrow {
    display: none;
}

.left-arrow {
    display: none;
}

.slide-nav {
    display: none;
}

.grid-6 {
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
}

.success-message {
    height: auto;
    background-color: #f0f4f7;
    text-align: left;
}

.heading-5 {
    text-align: center;
}

.paragraph-4 {
    text-align: center;
}

.columns-6 {
    display: block;
}

.column-8 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.success-message-2 {
    background-color: #2a333d;
}

.text-block {
    color: #dae2eb;
}

.heading-6 {
    color: #576675;
}

.italics {
    font-style: italic;
}

.text-block-2 {
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

.resource-categories {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    padding: 10px 16px 6px;
    border-radius: 4px;
    background-color: #f0f4f7;
    text-decoration: none;
}

.category-icon {
    margin-top: -2px;
    margin-right: 8px;
    padding-top: 0px;
    padding-right: 0px;
}

.intro {
    padding-top: 24px;
    padding-bottom: 0px;
}

.resources {
    padding-bottom: 48px;
}

.image-8 {
    width: 30%;
}

.image-9 {
    width: 30%;
}

.product-logo {
    height: 64px;
    padding-bottom: 0px;
}

.grid-7 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.blog-featured {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f0f4f7;
}

.blog-latest-posts {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-featured-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.blog-image-1 {
    height: 168px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("../images/ZK-proof-tennis.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
}

.blog-title.collection {
    min-height: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.blog-author-photo-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 50px;
    background-image: url("../images/jim-miller.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.blog-date-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-left: 0px;
    font-family: Rubik, sans-serif;
    color: #576675;
    font-size: 16px;
    font-weight: 600;
}

.blog-author.featured {
    padding-left: 24px;
}

.blog-author.collection {
    margin-top: 8px;
    font-size: 14px;
}

.blog-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0px 6px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
    text-align: right;
}

.blog-date.collection {
    margin: 10px 0px;
    font-size: 13px;
}

.sticky-nav-container {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-sticky-side {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.navbar-3 {
    background-color: transparent;
}

.nav-menu-2 {
    float: none;
    background-color: transparent;
}

.link-sticky-nav-2 {
    width: 100%;
    padding-left: 16px;
    border-left: 4px solid transparent;
    font-family: Rubik, sans-serif;
    color: #10181f;
    font-size: 18px;
    font-weight: 700;
}

.link-sticky-nav-2:hover {
    color: #ad2b43;
}

.link-sticky-nav-2:active {
    color: #662433;
}

.link-sticky-nav-2:focus {
    border-left-color: transparent;
    color: #10181f;
}

.link-sticky-nav-2.w--current {
    border-left-color: #ad2b43;
    color: #ad2b43;
}

.scrollable-content-row {
    min-height: 400px;
    padding-top: 24px;
}

.subtitle-2 {
    color: #8294a3;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.team-image-container img {
    display: block;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    min-height: 228px;
}

.team-job-title {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.team-member-name {
    margin-top: 16px;
    margin-bottom: 0px;
}

.team-collection-list {
    display: -ms-grid;
    display: grid;
    margin-bottom: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.columns-8 {
    display: none;
}

.services-icon-home {
    width: 140px;
    margin-top: -32px;
    margin-bottom: 8px;
    margin-left: 8px;
    float: right;
    clear: none;
}

.blog-author-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-8 {
    display: block;
    margin-top: 16px;
}

.blog-image-2 {
    height: 168px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("../images/smart-contracts.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-image-3 {
    height: 168px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url("../images/never_a_dill_moment.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-author-photo-2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 50px;
    background-image: url("../images/tob-general.png");
    background-position: 0px 0px;
    background-size: cover;
}

.blog-author-photo-3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 50px;
    background-image: url("../images/evan-sultanik.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.career-opp-section {
    color: #576675;
}

.career-opp-section p {
    color: #576675;
    font-size: 14px;
    line-height: 32px;
}

.career-opp-section a {
    font-weight: 600;
    text-decoration: none;
}

.career-opp-section a:hover {
    color: #662433;
}

.flex-2-col-sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.editable-block {
    margin-bottom: -22px;
}

.editable-block img {
    margin-top: 6px;
}

.text-span {
    color: #8294a3;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.sign-up-link {
    color: #f0f4f7;
    text-decoration: none;
}

.sign-up-link:hover {
    text-decoration: none;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 75vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.benefits {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
}

.awards {
    height: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image:
        -webkit-gradient(linear, left top, left bottom, from(rgba(16, 24, 31, 0.5)), to(rgba(16, 24, 31, 0.5))),
        -webkit-gradient(linear, left top, left bottom, from(rgba(42, 51, 61, 0.65)), to(rgba(42, 51, 61, 0.65))),
        url("../images/manhattan-bridge-bg.jpg");
    background-image:
        linear-gradient(180deg, rgba(16, 24, 31, 0.5), rgba(16, 24, 31, 0.5)),
        linear-gradient(180deg, rgba(42, 51, 61, 0.65), rgba(42, 51, 61, 0.65)), url("../images/manhattan-bridge-bg.jpg");
    background-position:
        0px 0px,
        0px 0px,
        50% 0%;
    background-size: auto, auto, cover;
}

.section-11 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.container-2 {
    margin-top: 0px;
}

.awards-copy {
    width: 100%;
    margin-top: 0px;
    color: #fff;
    line-height: 32px;
}

.link {
    text-decoration: none;
}

.award-column {
    width: 25%;
    padding: 0 10px; /* Adjust the padding to control space between columns */
}

.award-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* This will center the image in the column */
}

.award-small-company {
    max-width: 90%;
}

.award-bptw-small {
    max-width: 90%;
    margin-left: 0px;
    padding-left: 0px;
}

.award-nyc {
    max-width: 100%;
}

.award-best-paying {
    max-width: 90%;
    margin-left: 16px;
    padding-left: 0px;
}

.columns-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around; /* Distributes space around items */
    align-items: center; /* Aligns items vertically in the center */
    flex-wrap: wrap; /* Allows items to wrap to the next line on smaller screens */
}

.column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.orgs-grid {
    min-height: 80px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.org-1 {
    background-image: url("../images/TechNYC.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.org-2 {
    margin-right: 32px;
    margin-left: 32px;
    background-image: url("../images/linux-foundation-alt.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.org-3 {
    background-image: url("../images/civic_alliance.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.org-4 {
    background-image: url("../images/eea.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.orgs-supported {
    min-height: 0px;
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: #f0f4f7;
}

.supporting {
    margin-bottom: 40px;
}

.client-linux-foundation {
    min-height: 80px;
    background-image: url("../images/linux-foundation-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-darpa {
    min-height: 80px;
    background-image: url("../images/darpa-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-github {
    min-height: 80px;
    background-image: url("../images/github-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.sponsoring-slider {
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.client-microsoft {
    min-height: 80px;
    background-image: url("../images/microsoft-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.sponsoring-2 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-hashicorp {
    min-height: 80px;
    background-image: url("../images/hashicorp-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-meta {
    min-height: 80px;
    background-image: url("../images/meta-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    position: relative;
}

.client-risky-biz {
    min-height: 80px;
    background-image: url("../images/risky_biz.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.sponsoring-1 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-google {
    min-height: 80px;
    background-image: url("../images/google-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.sponsoring {
    margin-top: 0px;
    margin-bottom: 0px;
}

.client-airbnb {
    min-height: 80px;
    background-image: url("../images/airbnb-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-arbitrum {
    min-height: 80px;
    background-image: url("../images/arbitrum-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-zoom {
    min-height: 80px;
    background-image: url("../images/zoom-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.clients-slider {
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.clients-2 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.clients-1 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-adobe {
    min-height: 80px;
    background-image: url("../images/adobe-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.client-logo-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    cursor: pointer;
}

.clients-4 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.clients-3 {
    grid-auto-rows: minmax(auto, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.client-python {
    min-height: 80px;
    background-image: url("../images/python-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-reddit {
    min-height: 80px;
    background-image: url("../images/reddit-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-stripe {
    min-height: 80px;
    background-image: url("../images/wd-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-new-york-times {
    min-height: 80px;
    background-image: url("../images/nyt-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-western-digital {
    min-height: 80px;
    background-image: url("../images/wd-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-scroll {
    min-height: 80px;
    background-image: url("../images/scroll-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-uniswap {
    min-height: 80px;
    background-image: url("../images/uniswap-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-discord {
    min-height: 80px;
    background-image: url("../images/discord-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-offchain {
    min-height: 80px;
    background-image: url("../images/offchain-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.client-ton {
    min-height: 80px;
    background-image: url("../images/ton-black.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.section-12 {
    overflow: hidden;
    height: 440px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.div-block-9 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../../d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -o-object-fit: fill;
    object-fit: fill;
}

.section-13 {
    position: relative;
    z-index: 2;
    margin-top: -320px;
    color: #10181f;
    line-height: 18px;
}

.container-3 {
    height: 360px;
    background-image: url("../../d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-10 {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.container-4 {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 -2px 23px 0 rgba(0, 0, 0, 0.16);
}

.blog-author-photo-main {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
    background-image: url("../images/tob-general.png");
    background-position: 50% 50%;
    background-size: cover;
}

.div-block-10 {
    padding: 16px 72px;
}

.text-block-4 {
    float: right;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-8 {
    margin-bottom: 24px;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-date-published {
    font-family: Rubik, sans-serif;
    color: #576675;
    text-align: right;
}

.blog-bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -o-object-fit: fill;
    object-fit: fill;
}

.text-block-6 {
    margin-top: 4px;
    font-family: "Open Sans", sans-serif;
    color: #576675;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-featured-section {
    padding-top: 32px;
    padding-bottom: 56px;
    background-color: #f0f4f7;
}

.blog-collection {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 56px;
}

.collection-item {
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 0px;
    background-color: transparent;
}

.collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
}

.div-block-12 {
    height: 240px;
    background-image: url("../../d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f0f4f7;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.blog-collection-image {
    height: 160px;
    background-image: url("../../d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-collection-image.featured {
    height: 240px;
}

.heading-7 {
    padding-right: 24px;
    padding-left: 24px;
}

.heading-8 {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
}

.div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: 100%;
}

.blog-author-photo {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 50%;
    background-image: url("../../d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-author-photo.collection {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-details-grid {
    margin-top: -8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1.5fr 0.5fr;
    grid-template-columns: 1.5fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog-div-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 140px;
    margin-top: 0px;
    padding: 16px 16px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-17 {
    padding: 16px;
}

.collection-item-2 {
    height: auto;
}

.blog-featured-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-18 {
    margin-top: auto;
}

.heading-9 {
    letter-spacing: 1.5px;
}

.blog-body {
    color: #10181f;
    line-height: 16px;
}

.inline-unicode {
    font-family: "Roboto Mono", sans-serif;
}

.grid-10 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.job-title {
    display: block;
    margin-top: 8px;
    color: #98253a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.job-note {
    color: #576675;
    font-size: 13px;
    font-weight: 400;
}

.logos {
    margin-bottom: 8px;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-areas:
        "."
        "."
        "."
        "Area";
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto;
}

.logo {
    padding: 40px;
    background-color: #10181f;
}

.logo.dark {
    margin-top: 0px;
    padding: 79px;
    background-color: #f0f4f7;
}

.logo.light {
    margin-top: 0px;
    padding: 80px;
}

.logo.accent-plus {
    background-color: #f0f4f7;
}

.logo-dark-copy {
    padding: 40px;
    background-color: #10181f;
}

.link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.link-asset {
    margin-right: 4px;
    color: #10181f;
    text-decoration: none;
}

.image-11 {
    margin-top: -3px;
}

.image-12 {
    margin-top: -3px;
}

.paragraph-5 {
    color: #576675;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.image-13 {
    margin-top: 0px;
    padding-right: 45px;
    padding-left: 45px;
}

.heading-10 {
    font-weight: 500;
}

.collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.next {
    margin-top: 0px;
    border-color: #8294a3;
    background-color: #f0f4f7;
    color: #2a333d;
}

.pagination {
    margin-top: 48px;
}

.text-block-7 {
    color: #2a333d;
}

.icon-2 {
    color: #2a333d;
}

.previous {
    border-color: #8294a3;
    background-color: #f0f4f7;
    color: #2a333d;
}

.collection-list-wrapper {
    margin-bottom: 24px;
}

.blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-post-lastest-home {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.collection-list-wrapper-2 {
    margin-bottom: 24px;
}

.columns-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.column-16 {
    text-align: right;
}

.collection-list-wrapper-3 {
    margin-top: -16px;
}

.heading-6-details {
    margin-left: 8px;
    color: #8294a3;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

.link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

.external-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-post-featured {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.block-quote-link {
    font-size: 14px;
}

.paragraph-6 {
    line-height: 28px;
}

.careers {
    margin-top: 24px;
    margin-bottom: 0px;
}

.department {
    margin-top: 23px;
}

.grid-11 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-12 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-13 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.empty-state {
    padding: 0px;
    background-color: transparent;
    color: #2a333d;
    font-style: italic;
    font-weight: 400;
}

.div-block-19 {
    margin-top: 24px;
    padding: 8px 24px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #dae2eb, #f0f4f7);
}

.image-14 {
    margin-top: 0px;
    padding: 24px 0px 16px 16px;
}

.html-embed {
    margin-left: -8px;
    padding-left: 0px;
}

.wren {
    padding-bottom: 32px;
}

.container-5 {
    border-radius: 8px;
    background-image: url("../images/green-alt.png");
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-17 {
    min-height: 200px;
}

.heading-12 {
    margin-top: 24px;
    color: #10181f;
}

.column-18 {
    padding-right: 0px;
    padding-left: 32px;
}

.columns-25 {
    margin-right: 0px;
    margin-left: 0px;
}

.paragraph-7 {
    color: #10181f;
}

.div-block-20 {
    padding-top: 0px;
    padding-right: 0px;
}

.html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    margin-right: -4px;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.column-19 {
    padding-top: 24px;
    padding-right: 32px;
    padding-left: 0px;
}

.block-quote {
    font-size: 14px;
}

.collection-item-3 {
    display: block;
    padding-bottom: 0px;
    line-height: 20px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.collection-item-4 {
    font-family: "Open Sans", sans-serif;
}

.collection-list-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    line-height: 20px;
}

.collection-list-4 {
    height: auto;
}

.div-block-blockchain {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.checkbox-label {
    margin-bottom: 0px;
}

.checkbox-field {
    margin-bottom: 0px;
}

.grid-14 {
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
}

.checkbox-2 {
    margin-top: 10px;
}

.checkbox-3 {
    width: auto;
    height: auto;
}

.checkbox-4 {
    margin-top: 9px;
}

.div-block-21 {
    display: block;
}

.div-block-22 {
    display: none;
}

.div-block-23 {
    display: block;
}

.div-block-24 {
    display: block;
}

.div-block-27 {
    display: block;
}

.div-block-26 {
    display: block;
}

.div-block-28 {
    display: none;
}

.div-blockchain {
    display: none;
}

.div-code {
    display: none;
}

.grid-15 {
    -ms-grid-rows: auto 0.25fr;
    grid-template-rows: auto 0.25fr;
}

.div-block-29 {
    display: none;
    overflow: visible;
}

.div-block-30 {
    display: none;
}

.div-block-31 {
    display: none;
}

.image-15 {
    margin-right: 6px;
    margin-left: -44px;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
}

@media screen and (max-width: 991px) {
    .nav-link.services-link.w--current {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .services {
        padding-top: 36px;
    }

    .services-tab {
        padding-right: 50px;
    }

    .column-3 {
        background-position: 107% 88%;
        background-size: 320px;
    }

    .column-4 {
        background-position: 98% 77%;
        background-size: 212px;
    }

    .product-iverify {
        background-size: 290px;
    }

    .product-crytic {
        background-size: 420px;
    }

    .image-7 {
        margin-top: 26px;
    }

    .column-7 {
        margin-top: -48px;
    }

    .nav-menu {
        background-color: #10181f;
        color: #fff;
    }

    .menu-button {
        border-radius: 8px;
        background-color: rgba(16, 24, 31, 0.2);
    }

    .icon {
        color: #fff;
    }

    .columns-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid-7 {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .blog-author.collection {
        margin-top: -4px;
    }

    .blog-date.collection {
        margin-top: -27px;
        margin-bottom: 8px;
        padding-left: 48px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .services-icon-home {
        margin-top: 8px;
    }

    .awards {
        height: auto;
    }

    .container-2 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .columns-21 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .section-13 {
        margin-top: -360px;
    }

    .div-block-10 {
        padding-right: 32px;
        padding-left: 32px;
    }

    .blog-collection-image {
        height: 120px;
    }

    .blog-collection-image.featured {
        height: 200px;
    }

    .blog-details-grid {
        margin-top: 0px;
        -ms-grid-columns: 1.75fr;
        grid-template-columns: 1.75fr;
    }

    .blog-details-grid.collection {
        -ms-grid-columns: 1.75fr;
        grid-template-columns: 1.75fr;
    }
}

@media screen and (max-width: 767px) {
    body {
        margin-right: 8px;
        margin-left: 8px;
    }

    .subtitle {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .subtitle.light {
        margin-left: 8px;
    }

    .nav-section {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero {
        height: 600px;
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .additional {
        padding-left: 10px;
    }

    .div-block {
        margin-bottom: 10px;
    }

    .column {
        display: none;
    }

    .div-block-2 {
        margin-top: 0px;
    }

    .div-block-3 {
        margin-top: 0px;
    }

    .services-tab {
        padding-right: 24px;
    }

    .services-h6 {
        padding-left: 10px;
    }

    .events {
        height: 640px;
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .services-overview {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .footer {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .products {
        margin-right: -10px;
        margin-left: -10px;
        padding: 16px 10px;
    }

    .column-3 {
        background-position: 96% 88%;
        background-size: 340px;
    }

    .column-4 {
        background-size: 250px;
    }

    .two-thirds {
        width: auto;
    }

    .product-iverify {
        background-position: 103% 90%;
    }

    .grid-4 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .product-crytic {
        background-position: 103% 104%;
        background-size: 400px;
    }

    .community {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .image-7 {
        margin-top: 0px;
        margin-left: -16px;
        padding-left: 0px;
    }

    .columns-4 {
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-9 {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .column-7 {
        margin-top: 8px;
    }

    .column-9 {
        margin-bottom: -20px;
        padding-bottom: 0px;
    }

    .column-10 {
        margin-bottom: 0px;
    }

    .column-11 {
        margin-bottom: -20px;
    }

    .resource-categories {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-7 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-featured {
        margin-right: -10px;
        margin-left: -10px;
        padding-top: 32px;
        padding-bottom: 24px;
        padding-left: 10px;
    }

    .blog-author {
        margin-top: -4px;
        font-size: 15px;
    }

    .blog-date {
        margin-top: -28px;
        padding-left: 48px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 13px;
    }

    .team-image-container {
        height: 260px;
    }

    .team-collection-list {
        margin-right: 0px;
        margin-left: 0px;
    }

    .services-icon-home {
        margin-top: -8px;
    }

    .sticky-right-col {
        display: none;
    }

    .awards {
        margin-right: -8px;
        margin-left: -8px;
    }

    .column-12 {
        display: block;
    }

    .columns-22 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .column-13 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .orgs-grid {
        min-height: 160px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .org-2 {
        margin-right: 48px;
        margin-left: 48px;
    }

    .orgs-supported {
        margin-right: -11px;
        margin-left: -11px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .mask-2 {
        height: 200px;
    }

    .sponsoring-slider {
        margin-bottom: 88px;
    }

    .sponsoring-2 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .sponsoring-1 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .clients-slider {
        margin-bottom: 88px;
    }

    .clients-1 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .clients-2 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .clients-3 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .clients-4 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .section-12 {
        display: none;
        margin-right: -10px;
        margin-left: -10px;
    }

    .section-13 {
        margin-top: 0px;
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-10 {
        padding-right: 24px;
        padding-left: 24px;
    }

    .blog-featured-section {
        margin-right: -10px;
        margin-left: -10px;
        padding: 24px 10px 32px;
    }

    .blog-collection {
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .blog-post {
        margin-top: 6px;
        margin-bottom: 8px;
    }

    .blog-collection-image {
        height: 160px;
    }

    .blog-collection-image.featured {
        height: 160px;
    }

    .blog-details-grid {
        margin-top: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-div-collection {
        min-height: 80px;
    }

    .collection-item-2 {
        padding-left: 0px;
    }

    .blog-featured-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grid-10 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .logos {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-post-lastest-home {
        padding-right: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .columns-23 {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .blog-post-featured {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .heading-11 {
        font-size: 15px;
    }

    .heading-12 {
        margin-top: 14px;
        margin-bottom: 0px;
        font-size: 21px;
    }

    .column-18 {
        padding-left: 20px;
    }

    .paragraph-7 {
        margin-bottom: 16px;
        padding-right: 20px;
    }

    .html-embed-2 {
        padding-left: 12px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .column-19 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 479px) {
    .subtitle {
        font-size: 22px;
    }

    .hero {
        height: 760px;
    }

    .div-block-2 {
        margin-top: 0px;
    }

    .div-block-3 {
        margin-top: 0px;
    }

    .services-tab-menu {
        display: block;
    }

    .services-tab {
        height: 62px;
        padding: 8px 6px;
        font-size: 11px;
    }

    .services-h6 {
        padding-left: 10px;
    }

    .events {
        height: 720px;
    }

    .column-3 {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .half {
        width: auto;
    }

    .column-4 {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .product-iverify {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .columns-3 {
        width: auto;
    }

    .grid-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .product-crytic {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .paragraph-centered {
        padding-right: 8px;
        padding-left: 8px;
    }

    .image-7 {
        margin-top: -8px;
        margin-right: -12px;
        margin-left: -8px;
    }

    .section-9 {
        margin-left: -8px;
    }

    .team-collection-list {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .services-icon-home {
        display: none;
        margin-top: 0px;
    }

    .orgs-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .org-2 {
        margin-right: 8px;
        margin-left: 8px;
    }

    .org-4 {
        margin-right: 6px;
        margin-left: 6px;
    }

    .supporting {
        margin-bottom: 144px;
    }

    .mask-2 {
        height: 220px;
    }

    .sponsoring-2 {
        grid-auto-flow: row;
    }

    .sponsoring-1 {
        grid-auto-flow: row;
        grid-auto-columns: minmax(10%, 10%);
        grid-auto-rows: minmax(100px, 100px);
        grid-template-areas: ". . Area";
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: minmax(100px, 100px) minmax(100px, 100px);
        grid-template-rows: minmax(100px, 100px) minmax(100px, 100px);
    }

    .clients-2 {
        grid-auto-flow: row;
    }

    .clients-1 {
        grid-auto-flow: row;
        grid-auto-columns: minmax(10%, 10%);
        grid-auto-rows: minmax(100px, 100px);
        grid-template-areas: ". . Area";
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: minmax(100px, 100px) minmax(100px, 100px);
        grid-template-rows: minmax(100px, 100px) minmax(100px, 100px);
    }

    .clients-3 {
        grid-auto-flow: row;
    }

    .clients-4 {
        grid-auto-flow: row;
    }

    .div-block-10 {
        padding-right: 16px;
        padding-left: 16px;
    }

    .blog-collection-image {
        height: 160px;
    }

    .blog-collection-image.featured {
        height: 160px;
    }

    .div-block-14 {
        margin-top: 8px;
    }

    .grid-10 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .blog-post-lastest-home {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .heading-6-details {
        display: none;
    }

    .link-block-3 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .columns-24 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-post-featured {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .column-18 {
        padding-left: 10px;
    }

    .html-embed-2 {
        margin-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .column-19 {
        padding-right: 0px;
    }
}

#w-node-_65a76c5c-d76f-b486-7c66-c6d35e40b4b8-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-a0d6ccc2-fb17-cde1-de59-471f23f279c9-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#contact-form-blockchain.w-node-a41bf7e1-f268-7960-9dee-cecaaf049e12-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_14d8511f-a30c-2bda-07b5-bd3ffa02c551-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#contact-form-code.w-node-_6c92614b-2e28-a164-ed61-e19d901962dd-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_615dbfa4-037e-bac3-3ef0-2c6149174432-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e13984d4-b51f-c0ee-ad00-88fed3fcfc20-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e48914a9-c7df-e632-e477-9840762e095e-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_4deabeb6-2984-4e75-dfe4-93fd746aa607-aed953ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8840c513-2ead-d344-3d20-f32fa53fd94e-bad953f0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
    #w-node-ba93c9f9-d11b-d9bc-892a-b25dc0c1fc1d-82d953e7 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-ba93c9f9-d11b-d9bc-892a-b25dc0c1fc1d-a0b684ba {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; /* Ensure logos are vertically aligned */
}

/* Individual Logo */
.logo {
    min-height: 80px;
    width: 100px; /* Adjust as needed */
    margin: 10px;
    background-color: transparent; /* Ensure transparent background */
    display: flex; /* Flexbox to center align the logos */
    align-items: center;
    justify-content: center;
}

/* Specific Logos */
.go-logo {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: var(--logo-background) url("../images/Go-Logo_Aqua.png");
}

.rust-logo {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: var(--logo-background) url("../images/rust-logo.png");
}

.solidity-logo {
    background-image: url("../images/Solidity-logo.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: var(--logo-background) url("../images/Solidity-logo.png");
}

.cairo-logo {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: var(--logo-background) url("../images/cairo-logo.png");
}

.move-logo {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: var(--logo-background) url("../images/move-logo-2.png");
}

/* Mobile Styles */
@media (max-width: 768px) {
    .logo-container {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        margin: 10px 0;
    }
}
