*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
.banner-area .dnd-section {
  padding: 0;
}



.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 426.66666666239996px;
    padding-left: 20px;
    padding-right: 20px;
  }
}




@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* latin-ext */

@font-face { 
  font-family: job-manager; 
  src: url("//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/InterGenConnect_January2023/fonts/job-manager.eot") format("embedded-opentype"), 
    url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/fonts/job-manager.woff) format("woff"), 
    url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/fonts/job-manager.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
  font-display: swap; 
}

@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v14/8vIQ7wUr0m80wwYf0QCXZzYzUoTg8z6hR4jNCH5Z.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v14/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6hR4jNCA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v14/8vIQ7wUr0m80wwYf0QCXZzYzUoTg8z6hR4jNCH5Z.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v14/8vIQ7wUr0m80wwYf0QCXZzYzUoTg_T6hR4jNCA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { 
  font-family: "Gilroy"; 
  src: url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/fonts/Gilroy-Bold.eot) format("embedded-opentype"),
    url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/fonts/Gilroy-Bold.woff2) format("woff2"),
    url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/fonts/Gilroy-Bold.woff) format("woff"),
    url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
}


body {
  margin: 0;
  font-family: 'Red Hat Display',sans-serif;
  color: #fff;
  background: #1c232b;
  overflow-y: scroll;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 22px;
  line-height: 1.65;
}
main {
  background: #101820;
}

@media(max-width:900px){
  body {
    line-height: 1.5;
  }
} 

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}


img, svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}


/* Paragraphs */

p {
  margin: 20px 0;
}

/* Anchors */

a {
  color: #e73c3e;
  background-color: transparent;
  text-decoration: none;
  transition: color .25s;
  cursor: pointer;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-family: Gilroy,sans-serif;
  margin: 0;
  font-weight: 700;
  margin-bottom:20px;
  line-height: 1.2;
}



/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 15px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form {
  margin-bottom:30px;
}


.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}


.widget-type-form a.hs-button.primary {
  margin-top: 20px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  margin-top: 8px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0;
  background: none;
  box-shadow: inset 0 -2px 0 0 #e73c3e;
  border: 0;
  border-radius: 0;
  transition: box-shadow .25s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline:0;
}



form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  box-shadow: inset 0 -2px 0 0 #fff;
  outline: 0;
}




form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #e73c3e;
}

.hs-input.invalid.error {
  border-color: #e73c3e;
}

.hs-error-msg, ul.no-list.hs-error-msgs.inputs-list .hs-main-font-element {
  color: #e73c3e;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #0957c3;
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-family: Gilroy,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  width: auto;
  padding: 0 40px;
  border: 0;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background .25s;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.body-wrapper {
  overflow: hidden;
}
.min-wrp{
  min-height:145px;
  background: #101820;
}
.b-page-head {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  height: 145px;
  transition: all .25s ease-in-out;
}
header.b-page-head.header-hide {
  transform: translateY(-110%);
}
header.b-page-head.header-show {
  transform: translateY(0);
}
header.b-page-head.bg-enable {
  height: 80px;
  background: #101820;
}
.HEADER {
  background: transparent;
  height: 100%;
  transition: background .25s;
  z-index:99;
}

header.b-page-head.nav-up {
  background: transparent;
}

.HEADER .b-frame {
  height: 100%;
  max-width: 1400px;
}

@media (min-width: 1440px) {
  .HEADER .b-frame {
    max-width: 1524px;
  }
  
  .HEADER .menu {
    max-width: 100%;
  }
}

.b-frame {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
}

.b-frame.alt-collapse {
  padding-top: 0;
  padding-bottom: 0;
}

.HEADER .inset {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.cm-logo a {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 197px;
  height: 44px;
  transform: translate(0,-50%);
}




.HEADER nav .hs-menu-wrapper>ul {
  display:flex;
  justify-content:space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}



.primary-button {
  margin-right: 20px;
  line-height: 45px;
}

.primary-button a {
  background: none;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background .25s,box-shadow .25s;
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-family: Gilroy,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  width: auto;
  padding: 0 40px;
  border: 0;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background .25s;
}

.primary-button-alt {
  margin-right: 20px;
  line-height: 45px;
}

.primary-button-alt a {
  background: none;
  transition: background .25s,box-shadow .25s;
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-family: Gilroy,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  width: auto;
  padding: 0 10px;
  border: 0;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background .25s;
}

.secondary-button a {
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-family: Gilroy,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  width: auto;
  padding: 0 40px;
  background: #e73c3e;
  border: 0;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background .25s;
}


.secondary-button a:hover {
  color: #fff;
  background: #0957c3;
}

.primary-button a:hover {
  background: #e73c3e;
  box-shadow: none;
  color: #fff;
}
/* /////////////////////////////////////////// */
.has-no-banner .min-wrp {
  min-height: 105px;
  background-color: #101820;
}
/* ////////////////////////////////////////////// */


.HEADER label.nav-trigger {
  display: none;
}





.HEADER .button-header {
  display: flex;
  align-items: center;

}


.HEADER .menu {
  display: flex;
  justify-content: center;
  width: 58%;
  padding-left: 6%;
  align-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.HEADER .button-header {
  align-items: center;
  display: flex;
  width: 25.5%;
  justify-content: end;
}

.HEADER .cm-logo {
  width: 16.5%;
  display: flex;
}

.HEADER .button-header .primary-button {
  margin-right: 20px;
}

.HEADER nav .hs-menu-wrapper>ul>li {
  line-height: 45px;
  margin: 6px 20px 0 0;
  padding: 0 10px;
  position: relative;
  margin-top: 0;
  margin-top: -2px;
}

.HEADER nav .hs-menu-wrapper>ul>li:hover {
  background-color: #e73c3e;
  color: #fff;
}

.HEADER nav .hs-menu-wrapper>ul>li:hover >a{
  color: #fff;
}



.HEADER nav .hs-menu-wrapper>ul>li>ul {
  display: none;
  background: #fff;
  position: absolute;
  right: 0;
  width: 190px;
  padding: 0 20px;
  list-style: none;
  margin: 0;
}


.HEADER nav .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  line-height: 45px;
  position: relative;
}

.HEADER nav .hs-menu-wrapper>ul>li:last-child {
  margin-right: 16px;
}



.HEADER nav .hs-menu-wrapper>ul>li>ul>li>a{
  color: #000;
  width: 100%;
  text-align: right;
  display: block;
  border-bottom: 1px solid #000;
  font-family: 'Gilroy',sans-serif;
  font-weight: 700;
  font-size: 18px;
  transition: color .25s;
}

.HEADER nav .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: #e73c3e;
}

.HEADER nav .hs-menu-wrapper>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

/* .HEADER nav .hs-menu-wrapper>ul>li:last-of-type>ul>li>a {
  border-bottom: 0;
} */


.HEADER label.nav-trigger{
  position: absolute;
  top: 10px;
  right:0;
  left: auto;
  width: 40px;
  height: 40px;
  background: url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/ui-nav.svg) no-repeat center;
  cursor: pointer;
  display:none;
}


.mobile-menu {
  display: none;
}







/* Responsive */

@media(max-width:1200px){
  .primary-button a, .secondary-button a{
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    padding: 0 15px;
    font-size: 16px;
  }

  .HEADER .button-header .primary-button{
    margin-right: 10px;
  }

  .HEADER .cm-logo{
    width: 19%;
  }

  .HEADER .menu{
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 6%;
    width: 65%;
  }

  .HEADER nav .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0px;
  }
  .HEADER .button-header{
    width: 17%;
  }

  .HEADER nav .hs-menu-wrapper>ul{
    margin-top: -5px;
  }
}

@media (min-width: 800px) and (max-width: 1294px){

  .HEADER nav .hs-menu-wrapper>ul>li {
    margin: 7px 5px 0 0;
    font-size: 20px;
  }


}


@media(min-width:899px) and (max-width:1090px){


  .HEADER .menu {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 2%;
    width: 56%;
  }


  .HEADER nav .hs-menu-wrapper>ul>li {
    font-size: 16px;
    margin: 0;
  }
  .HEADER nav .hs-menu-wrapper>ul>li:last-child {
    margin-right: 2px;
  }

}


@media(max-width:900px){
  .HEADER .menu{
    display: none;
  }

  .has-no-banner .min-wrp {
    min-height: 60px;
  }

  .HEADER .button-header {
    display: none;
  }

  .HEADER {
    background-color: #101820 !important;
  }

  .min-wrp {
    min-height: 60px;
  }

  .cm-logo a {
    transform: translate(-16.66%,-50%) scale(0.6666);
  }

  .HEADER .cm-logo{
    display:block;
  }

  .b-page-head,
  header.b-page-head.bg-enable {
    height: 60px;
  }

  .HEADER .cm-logo{
    width: 50%;
  }

  .HEADER .inset{
    width:100%;
  }

  .HEADER label.nav-trigger{
    display:block;
  }




  .HEADER .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .open .HEADER label.nav-trigger{
    background-image: url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/ui-nav-close.svg);

  }

  .HEADER label.nav-trigger{
    display:block;
  }


  .mobile-menu {
    top: 60px;
    overflow: hidden;
    display: block;
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .25s,opacity .25s;
    position: fixed;
    z-index: 3;
  }

  .open .mobile-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: visibility 0s 0s,opacity .25s;
  }

  .mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #101820;
    transform: translate(0,-100px);
    transition: transform .25s;
  }

  .open .mobile-nav {
    transform: translate(0,0);
  }

  .mobile-nav-container {
    padding: 10px 20px;
    max-width: 440px;
    margin: 0 auto;
  }

  .mobile-top {
    padding: 0 40px;
    overflow: hidden;
  }

  .mobile-social-share {
    padding-top: 40px;
    text-align: center;
  }

  .button-header.mobile {
    padding-top: 40px;
  }

  .mobile .primary-button {
    margin-top: 20px;
    margin-right: 0;
  }


  .mobile-top .hs-menu-wrapper>ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-top .hs-menu-wrapper>ul>li {
    position: relative;
    line-height: 45px;
  }

  .mobile-top .hs-menu-wrapper>ul>li>a {
    font-family: 'Gilroy',sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    transition: color .25s;
  }


  .open .HEADER {
    border-right: 0 solid #fff;
    background: #101820;
    max-width: 100%;
    min-width: 320px;
    border-right-width: 17px;
  }

  .open .mobile-menu {
    border-right: 0 solid #fff;
    background: #101820;
    max-width: 100%;
    min-width: 320px;
    border-right-width: 17px;
  }





  .mobile .secondary-button a {
    width: 100%;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    padding: 0 40px;
    background: #e73c3e;
    border: 0;
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background .25s;
  }

  .mobile .primary-button a {
    background: none;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .25s,box-shadow .25s;
    cursor: pointer;
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    font-family: Gilroy,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    padding: 0 40px;
    border: 0;
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background .25s;
    width: 100%;
    text-align: center;
  }

  .mobile .primary-button a, .mobile .secondary-button a{
    margin-bottom:0;
    margin-top:0;
  }

  .open {
    overflow: hidden;
  }


  .mobile-social-share a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #fff;
  }

  .mobile-social-share a svg {
    fill: currentColor;
  }

  .mobile-social-share a:hover{
    color: #e73c3e;
  }

  .mobile .secondary-button a:hover {
    color: #fff;
    background: #0957c3;
  }

  .mobile .primary-button a:hover {
    background: #e73c3e;
    box-shadow: none;
    color: #fff;
  }

  .mobile-top .hs-menu-wrapper>ul>li>a:hover {
    color: #e73c3e;
  }

  .mobile-menu {
    display: block;
  }

}
.cm-footer {
  background: #1c232b;
  position: relative;
  z-index: 999;
}


.cm-footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cm-footer .footer-inner {
  overflow: hidden;
  padding-bottom: 40px;
}

.cm-footer .copyright {
  font-size: 14px;
  line-height: 30px;
  float: left;
}

.cm-footer  .social {
  float: right;
  text-align: right;
}

.cm-footer .container:after {
  content: "";
  display: block;
  clear: both;
}



.cm-footer .footer-menu-wrp {
  float: left;
  width: 80%;
  display: inline;
}

.cm-footer .footer-links {
  float: right;
  display: inline;
}

.cm-footer .footer-links a {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-family: 'Red Hat Display',sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: color .25s;
  line-height:36px;
  padding-right: 15px;
}

.cm-footer .footer-links a:hover {
  color: #e73c3e;
}

.ft-col {
  width: calc(25% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}


.ft-col .hs-menu-wrapper>ul {
  margin-left: -20px;
  margin-right: -20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}

.ft-col .hs-menu-wrapper>ul>li {
  display: block;
  vertical-align: top;
  padding: 0 20px;
  line-height:36px
}

.ft-col .hs-menu-wrapper>ul>li:first-child{
  padding:0;
}


.ft-col .hs-menu-wrapper>ul>li> a {
  font-size: 18px;
  color: #fff;
  transition: color .25s;
  font-family: 'Red Hat Display',sans-serif;
  font-weight: 400;
}


.ft-col .hs-menu-wrapper>ul>li:first-child>a {
  font-size:22px;
}

.cm-footer .copyright a {
  padding-left: 20px;
  color: #fff;
}

.cm-footer .copyright a:hover{
  color: #e73c3e;
}

.cm-footer .social a:hover {
  color: #e73c3e;
}


.cm-footer .footer-links a:last-of-type {
  padding-right: 0;
}


.ft-col .hs-menu-wrapper>ul>li:first-child>a:hover {
  color: #fff !important;
}


/*  responsive*/

@media(min-width:899.9px){
  .cm-footer p{
    display:none;
  }
}



@media(max-width:900px){
  .cm-footer .footer-inner {
    display: none;
  }

  .cm-footer .copyright {
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }

  .cm-footer .social {
    text-align: center;
    float: none;
  }

  .cm-footer .copyright a {
    padding: 0 10px;
  }

  .cm-footer p {
    display: block;
    height: 10px;
    margin:0;
  }

  .cm-footer .social a {
    margin: 0 10px;
  }

  .cm-footer .container{
    padding-top: 40px;
    padding-bottom: 40px;
  }

}



@media(min-width:901px) and (max-width:1050px){
  .ft-col .hs-menu-wrapper>ul>li:not(first-child) {
    margin-right: 37px;
  }

  .cm-footer .footer-menu-wrp{
    width: 79%;
  }

  .cm-footer .footer-links {
    display: inline-block;
    margin-left: 25px;
  }

  .cm-footer .footer-links {
    float: none !important;
  }

  .cm-footer .footer-links a:first-child {
    padding-right: 35px;
  }

  .cm-footer .footer-links a {
    display: inline;
    padding: 0;
  }
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --orange: #e73c3e;
  --blue: #0957c3;
  --dark-bg: #101820;
}

/* Register Page  */
.register-page {
  text-align: center;
  background: #101820;
}
.register-page-row1 .dnd-row {
  max-width: 650px;
  margin: 0 auto;
}
.register-page-row1 form {
  text-align: left;
  max-width: 540px;
  margin: 60px auto 0;
}
.register-page-row1 form .input {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px 12px 20px;
  text-align:left;
  margin: 0;
}
.register-page-row1 form .input .hs-form-booleancheckbox {
  padding: 10px 0 0;
  margin: 0;
}
.register-page-row1 form .input .hs-form-booleancheckbox input {
  width: 21px;
  height: 21px;
  margin: 0px 10px 0 0;
  padding: 20px;
}
.register-page-row1 .hs-recaptcha{
  text-align:left;
}
.register-page-row1 form select {
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 20px 0 0;
  box-shadow: inset 0 -2px 0 0 #e73c3e;
  border: 0;
  border-radius: 0;
  background: transparent no-repeat right center url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/ui-select.svg);
  transition: box-shadow .25s;
  appearance: none;
  -webkit-appearance: none;
}

.register-page-row1 form .input .hs-form-booleancheckbox span {
  font-size: 16px;
  padding: 0 0 0 4px;
}

.register-page-row1 form .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}
.register-page-row1 form .hs_submit .actions {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}

.register-page-row1 form .hs_submit .actions .hs-button{
  cursor: pointer;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-family: Gilroy,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  width: auto;
  padding: 0 40px;
  border: 0;
  border-radius: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background .25s;
}
select option {
  color: #000;
}
.register-page .hs-error-msg, .register-page ul.no-list.hs-error-msgs.inputs-list .hs-main-font-element {
  padding: 0 20px;
}
/* Neighbour */
.website-page h2 {
  margin-top:40px !important;
}
.website-page h6 {
  font-size: 22px;
  line-height: 28px;
}
.website-page ul {
  font-size: 22px;
  line-height: 36px;
  padding: 0 0 0 20px;
  margin: 0;
}

.website-page ul li {
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

.website-page form .hs-form-field label {
  font-size: 18px;
  margin: 0;
}

.website-page form .hs-form-field .input {
  margin-bottom: 10px;
}

.website-page form {
  max-width: 767px;
}

.website-page form .hs-form-field {
  margin-bottom: 40px;
}
.website-page ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
}

/* Jobs page */
.technology-page-row1 h2{
  margin: 0;
}

.technology-page-row1 h2 a,.technology-page-row1 p a {
  color: #E73C3E;
  background-color: transparent;
  text-decoration: none;
  transition: color 0.25s;
}

.technology-page-row1 h2 a:hover,.technology-page-row1 p a:hover {
  color: #0957C3;
}
/* Company Spotlight */
.technology-page hr {
  padding: 4px 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
  margin: 0;
  background: none;
  height: 0;
}
.technology-page-row1 .widget-type-rich_text p a {
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
}
/* about page */
.about-page a {
  color: #e73c3e;
}
.about-page a:hover {
  color: #0957c3;
}
.about-page-row1 p{
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  font-size: 26px;
  line-height: 38px;
}
.about-page-banner .banner-wrapper .content {
  max-width: 770px;
}
.about-page-row4 .our-team .main-our .b-column {
  width: 19.6%;
  padding: 20px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 36px;
}

.about-page-row4 .our-team .main-our .b-column .profile .image {
  background: no-repeat center #3c4754;
  background-size: cover;
  position: relative;
  max-width: 310px;
  margin: 0 auto 25px 0;
}

.about-page-row4 .our-team .image:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-size: 100% 100%;
}
.about-page-row4 .our-team .main-our .b-column .profile .name {
  font-size: 22px;
  line-height: 28px;
  max-width: 100%;
  text-align: center;
}
.about-page-row4 .our-team .main-our .b-column .profile .social {
  margin: 0;
  display: none;
}

@media(max-width: 767px){

  .technology-page .content-with-image .content-main {
    padding-left: 0;
    padding-right: 0;
  }

  .technology-page .process-by-steps span.image {
    margin: 0 0 0 0px;
  }

}

@media(max-width: 900px){
  .technology-page-row1 h1{
    font-size: 32px;
    line-height: 38px;
  }

  .register-page .hs-error-msg, .register-page ul.no-list.hs-error-msgs.inputs-list .hs-main-font-element {
    padding: 0px;
  }

  .technology-page-row1 h2{
    font-size: 32px;
    line-height: 38px;
  }
  .register-page-row1 .dnd-row {
    max-width: 440px;
  }

  .register-page-row1 form .input {
    padding: 0 0 14px !important;
  }
  .register-page-row1 h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .website-page h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .website-page h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .website-page h3{
    font-size: 24px;
    line-height: 30px;
  }
  .about-page-row1 p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-page-row2 .content-with-image .image {
    padding-bottom: 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .about-page .content-with-image .content {
    margin-top: 20px;
  }
  .about-page-row4 .our-team .main-our .b-column{
    width:100%;
  }
  .about-page-row4 .our-team .main-our .b-column .profile .image {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

.home-page-banner .banner-wrapper .content .banner-heading h1 {
  font-size: 54px;
  line-height: 62px;
  padding-bottom: 20px;
  font-family: Gilroy,sans-serif;
  margin: 0;
  font-weight: 700;
}

.home-page-banner .banner-wrapper .image {
  background: #3c4754 no-repeat 50%;
  height: 787px;
  left: 42%;
  position: absolute;
  top: -145px;
  max-width: 1104px;
  width:100%;
}

.home-page-banner .banner-wrapper {
  background: #101820;
}

.home-page-banner .banner-wrapper .content {
  z-index: 1;
  position: relative;
  max-width: 700px;
  min-height: 402px;
  padding-top: 40px !important;
}

.banner-section.home-page-banner {
  margin-top: -40px;
}

.home-page-banner  .banner-content p:last-child {
  font-family: 'Red Hat Display',sans-serif;
  font-weight: 700;
}

.home-page-banner  .banner-content p:last-child strong {
  font-weight: 700;
  font-family: 'Red Hat Display',sans-serif;
  font-weight: 700;
}

.home-page-banner  .banner-wrapper .content .banner-heading h1:after {
  position: absolute;
  top: 61px;
  z-index: -1;
  width: 58.3%;
  left: -5px;
  height: 25px;
}     

.home-page-banner .banner-content p a {
  color: #e73c3e;
}

.home-page-banner .banner-content p a:hover {
  color: #0957c3;
}

.home-page-row1 .widget-type-header h2 {
  text-align: center;
  margin: 0;
}

.founder .image:before {
  background: url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/testimonial-mask2.svg) no-repeat center;
}

.home-page-banner .banner-wrapper .content .banner-heading h1:after {
  height: 25px;
  left: -5px;
  position: absolute;
  top: 101px;
  width: 58.3%;
  z-index: -1;
}

.technology-page-row3 .process-by-steps .b-frame-head {
  margin: 0px auto 44px;
}

@media (max-width:900px){
  .home-page-banner .banner-wrapper .content .banner-heading h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    position: relative;
    padding: 0;
  }

  .website-page h2 {
    margin-top: 0;
  }

  .home-page-banner .banner-wrapper .content .banner-heading h1:after {
    top: 13px;
    margin: 0;
  } 

  .home-page-row1 .widget-type-header h2 {
    font-size: 30px;
  }
}

.website-page {
  background-color: #101820;
}
.website-page p{
  line-height: 1.6365;
}

.post-job-page .hs-form-field .input li.hs-form-booleancheckbox label {
  width: 100%;
}

.post-job-page .hs-form-field legend.hs-field-desc {
  position: absolute;
  width: 70%;
  left: 29%;
  opacity: .75;
  font-size: .83em;
  margin: 1.2em 0 0 0;
  display: block;
  line-height: 1.2em;
}

.post-job-page .hs-form-field.hs_location__optional_ {
  padding-bottom: 3em;
}

.post-job-page .hs-form-field.hs_logo__optional_ {
  padding-bottom: 3em;
}

.post-job-page .hs-form-field.hs_logo__optional_ {
  box-shadow: none;
}

.post-job-page .hs-form-field.hs_logo__optional_ .hs-input {
  border: 0;
  box-shadow: none;
}

.post-job-page {
  background: #101820;
}

.post-job-page .hs-form-field {
  zoom: 1;
  border: 0;
  border-bottom: 1px solid #eee;
  display: block;
  line-height: 2em;
  margin: 0 0 1em;
  padding: 0 0 1em;
  position: relative;
}

.post-job-page .hs-form-field label {
  display: inline-block;
  float: none;
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
  width: 29%;
}

.post-job-page .hs-form-field .input {
  float: none;
  vertical-align: middle;
  width: 71%;
  display: inline-block;
}

.post-job-page .hs-error-msgs {
  position: absolute;
  width: 70%;
  right: 0;
  bottom: 21px;
}

.post-job-page form  .hs-error-msgs li {
  margin: 0;
}

.post-job-page .hs-error-msgs li label.hs-error-msg {
  float: none;
  width: 100%;
  line-height: normal;
  font-size: 15px;
  margin-top: 20px;
}

.post-job-page .hs-input.invalid.error {
  border-color: #ef6b51;
  margin-bottom: 40px;
}

.post-job-page .hs-error-msg{
  color: #e73c3e;
}

.post-job-page textarea.hs-input.invalid.error {
  margin-bottom: 20px;
}

.post-job-page textarea{
  height: 100px;
}

.post-job-page form input[type=submit], form .hs-button{
  background-color: #E73C3E;
}

.post-job-page form input[type=submit]:hover{
  background: #0957C3;
}

.technology-banner .banner-wrapper .image {
  background: #3c4754 no-repeat 0%;
  top: -185px;
}

.technology-banner .banner-wrapper{
  background: #101820;
}

.technology-page .content-with-image .image{
  margin-top: 0px;
  padding-bottom: 85%;
  width: 592px;
}

.technology-page .content-with-image .b-column.right{
  position: relative;
}

.technology-page  .content-with-image .b-column.left{
  width: 43%;
}

.technology-page .content-with-image.widget_1673864725690 .b-column{
  padding-left: 0;
  padding-bottom: 58px;
}


.technology-page .technology-page-row3 {
  background-color: #fff;
  color: #101820;
  font-weight: 500;
}

.technology-page .process-by-steps .b-frame-head h2 {
  font-size: 42px;
  line-height: 50px;
  color: #101820;
}

.technology-page .process-by-steps span.image{
  box-sizing: border-box;
  display: block;
  font-family: Gilroy,sans-serif;
  font-size: 76px;
  font-weight: 700;
  height: 115px;
  line-height: 125px;
  padding-left: 20px;
  text-align: center;
  width: 115px;
  margin-top: 0px;
  position: relative;
  z-index: 9;
  margin: 0 0 0 -20px;
}

.technology-page .image-main {
  margin: 0;
  position: relative;
  padding-bottom: 75%;
  background: #101820 no-repeat center;
  background-size: cover;
  border-radius: 10px;
  top: -15px;
  margin-bottom: 25px;
}

.technology-page .process-by-steps .b-column.b-small {
  width: 33.33%;
  top: 0;
}

.technology-page .process-by-steps .HOW .b-column:first-child, .technology-page  .process-by-steps .HOW .b-column:nth-child(4){
  top: 15px;
}

.technology-page .process-by-steps .b-frame{
  padding-bottom: 54px;
}

.technology-page .process-by-steps .b-columns h3 {
  color: #101820;
}

.technology-page .content-with-image .content-main{
  padding-right: 7px;
  padding-left: 2.1px;
}

.technology-page .bottom-pane .top-sec-con p {
  color: #fff;
  font-weight: 400;
}

.technology-page .bottom-pane .b-frame-head p {
  color: #fff;
  font-weight: 400;
}

.contact-page h3 {
  font-size: 38px;
  line-height: 46px;
}

.contact-page p {
  font-size: 22px;
  line-height: 36px;
}



.contact-page .hs-form-field {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  margin: 0;
}

.contact-page-row1 .hs-form {
  max-width: 604px;
  padding-left: 4px;
}

.contact-page .hs-form-field:first-child {
  padding-top: 0;
}

.contact-page-row1 .hs-form label {
  margin: 0;
}

.contact-page-row1 option {
  color: #000;
}

.contact-page-row1 select {
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 20px 0 0;
  box-shadow: inset 0 -2px 0 0 #e73c3e;
  border: 0;
  border-radius: 0;
  background: transparent no-repeat right center url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/ui-select.svg);
  transition: box-shadow .25s;
}

.post-job-page option {
  color: #000;
}

.post-job-page select {
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 20px 0 0;
  box-shadow: inset 0 -2px 0 0 #e73c3e;
  border: 0;
  border-radius: 0;
  background: transparent no-repeat right center url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/ui-select.svg);
  transition: box-shadow .25s;
}


.contact-page-row1 .hs-form label {
  font-size: 16px;
  line-height: 24px;
}

.contact-page .social {
  margin-top: 20px;
  margin-left: 20px;
}

.contact-page .founder .b-column.right{
  padding-top: 35px;
  padding-left: 33px;
}

.contact-page .founder .b-column.left{
  padding-top: 71px;
  padding-right: 49px;
  padding-left: 20px;
}

.banner-section.fund-banner {
  background: #101820;
}

.website-page ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 15px;
}

.fund-banner .banner-wrapper .image{
  background: #3c4754 no-repeat 0%;
  top: -185px;
}

.fund-page-row1 h3, .fund-page-row1 p {
  text-align: center;
}

.fund-page-row1 h3 {
  font-size: 38px;
  line-height: 46px;
}

.fund-page-row1 p {
  font-size: 22px;
  line-height: 36px;
}

.fund-page .content-with-image h3.heading {
  font-size: 32px;
  line-height: 38px;
}

.fund-page .content-with-image .content {
  padding: 0;
}

.fund-page .content-with-image .content ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.fund-page .content-with-image .content ul li:after {
  content: "•";
  position: absolute;
  top: 0px;
  left: -20px;
  color: #e73c3e;
  font-size: 35px;
  font-weight: 700;
}

.fund-page .content-with-image .content ul li {
  position: relative;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  font-size: 22px;
  line-height: 36px;
}

.fund-page p:first-child, .fund-page ul:first-child, .fund-page ol:first-child, .fund-page li:first-child {
  margin-top: 0 !important;
}

.fund-page .content-with-image.widget_1673938820293 .b-column{
  padding-right: 44px;
  padding-left: 20px;
}

.fund-page .content-with-image .b-column.right {
  padding-left: 36px;
}

.fund-page .ecosystem .b-frame-head h2 {
  font-size: 42px;
  line-height: 50px;
  color: #fff;
}


.fund-page .ecosystem .ecosystem-main{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fund-page .ecosystem .partner{
  height: 71px;
  width: auto;
  padding: 20px;
}

.fund-page .fund-page-row6 h2 {
  text-align: center;
  font-size: 42px;
  line-height: 50px;
}

.fund-page .fund-page-row6 p {
  margin-bottom: 0;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}

.fund-page .fund-page-row6 p {
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}

.fund-page .fund-page-row6 form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 67px;
}

.fund-page .fund-page-row6 .hs-form-field:first-child {
  padding: 5px 0 0;
}

.fund-page .fund-page-row6 .hs-form-field {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 0;
  margin: 0;
}
.fund-page .hs_recaptcha .input .grecaptcha-badge {
  margin: 0;
}
.fund-page .fund-page-row6 form input[type=checkbox] {
  position: relative;
  padding: 0 0 0 35px;
}

.fund-page .fund-page-row6 form .inputs-list span {
  font-size: 16px;
  line-height: 24px;
}

.fund-page .fund-page-row6 option {
  color: #000;
}

.fund-page .fund-page-row6 select {
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 20px 0 0;
  box-shadow: inset 0 -2px 0 0 #e73c3e;
  border: 0;
  border-radius: 0;
  background: transparent no-repeat right center url(//7423072.fs1.hubspotusercontent-na1.net/hubfs/7423072/raw_assets/public/InterGenConnect_January2023/images/ui-select.svg);
  transition: box-shadow .25s;
}

.fund-page-row1 .page-center, .fund-page-row1 .content-wrapper, .fund-page-row1 .dnd-section > .row-fluid {
  max-width: 960px;
}

.fund-page .ecosystem .b-frame-head{
  margin: 0px auto 26px;
}

@media screen and (min-width: 991px){
  .contact-page-row1 .span6 .widget-type-rich_text {
    padding-left: 40px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px){

  check .contact-page .hs-form-field {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-page .social {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .website-page h2{
    font-size: 32px;
    line-height: 38px;
  }

  .website-page p{
    line-height: 24px;
  }

  .post-job-page .hs-form-field label {
    display: inline-block;
    float: none;
    font-size: 22px;
    margin: 0;
    vertical-align: middle;
    width: 30%;
  }

  .post-job-page .hs-form-field legend.hs-field-desc {
    display: block !important;
    font-size: .83em;
    left: 0;
    line-height: 1.2em;
    margin: 0 0;
    opacity: .75;
    position: relative;
    width: 100%;
    bottom: 0;
  }

  .post-job-page .hs-form-field label {
    font-size: 16px;
  }

  .post-job-page .hs-form-field .input{
    width: 100%;
  }

  .post-job-page h2{
    font-size: 32px;
    line-height: 38px;
  }

  .post-job-page .hs-form-field.hs_location__optional_, .post-job-page .hs-form-field.hs_logo__optional_ {
    padding-bottom: 2em;
  }

  .post-job-page .hs-form-field{
    padding: 0 0 2em;
  }

  .technology-page .process-by-steps .b-column.b-small {
    display: block;
    width: auto;
  }

  .technology-page .process-by-steps .b-frame-head h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .technology-banner .banner-wrapper .content::before{
    display:none;
  }

  .technology-banner .banner-wrapper.Banner-module-1 .content{
    padding:0;
  }

  .technology-banner .banner-wrapper .image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .5;
  }

  .technology-page .content-with-image .b-column.left {
    width: auto;
    height: auto;
  }

  .technology-page .content-with-image .image {
    width: auto;
    height: auto;
  }

  .technology-page .content-with-image h3.heading {
    font-size: 24px;
    line-height: 46px; 
  }

  .technology-page .content-with-image .content p{
    line-height: 36px;
  }

  .technology-page  .process-by-steps .b-frame-head{
    margin: 0px auto 44px;
  }

  .technology-page  .content-with-image .content {
    padding-bottom: 12px;
  }

  .technology-page .process-by-steps .b-columns h3, .technology-page .process-by-steps .b-columns p {
    text-align: center;
  }

  .technology-page .process-by-steps .b-columns h3{
    font-size: 24px;
    line-height: 30px;
  }

  .technology-page .process-by-steps .b-columns p{
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .fund-banner .banner-wrapper .image {
    top: -28px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .5;
    background-position-y: 36%;
  }

  .fund-page-row1 .content-wrapper, .fund-page-row1 .dnd-section>.row-fluid, .fund-page-row1 .page-center{
    max-width: 440px;
  }

  .fund-page-row1 h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .fund-page-row1 p {
    font-size: 16px;
    line-height: 24px;
  }

  .fund-page .content-with-image.widget_1673938820293 .b-column {
    padding-left: 52px;
    padding-right: 45px;
  }

  .content-with-image .image {
    height: 200px;
    margin: 0 auto -20px !important;
    padding-bottom: 0 !important;
    width: 200px;
  }

  .fund-page .content-with-image.widget_1673938820293 .b-column {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fund-page .content-with-image h3.heading {
    font-size: 20px;
    line-height: 28px;
    text-align: start;
  }

  .fund-page .content-with-image .content ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .fund-page .ecosystem .b-frame-head h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .fund-page .ecosystem .ecosystem-main {
    display: flex;
    flex-direction: column;
  }

  .fund-page .ecosystem .partner {
    margin: 20px;
  }

  .fund-page .fund-page-row6 p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-page-row1 .row-fluid {
    display: block !important;
  }

  .contact-page-row1 .span6 {
    width: 100% !important;
    float: none;
    display: block !important;
    margin: 0 0 20px;
  }

  .contact-page .founder .b-column.left {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .founder .b-large p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-page  .row1-row-0-vertical-alignment > .row-fluid{
    flex-direction: column;
  }

  .contact-page h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-page p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-page-row1 .hs-form{
    padding: 0px;
  }

  .contact-page .founder .b-large p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-page .founder h4.name {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .contact-page .founder .role {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }

  .contact-page .founder .role:before{
    display:none;
  }

  .contact-page .founder .b-columns.page-center{
    padding-bottom: 35px;
  }

  .contact-page .founder .b-column.right{
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media screen and (max-width: 450px){
  .website-page p iframe {
    width: 100%;
  }
}

.charitable-donation .charitable-donation-row2 {
  background: #fff;
  color: #000;
  text-align:center;
}

.charitable-donation .charitable-donation-row2 h2{
  color: #000;
  margin: 40px 0;

}

.charitable-donation-row3 .process-by-steps .b-column.b-small {
  width: 33.33%;
}

.charitable-donation-row3 .process-by-steps .HOW .b-column:first-child {
  position: relative;
  top: 16px;
}

.charitable-donation-row3 .process-by-steps .HOW .b-column {
  margin-top: -35px;
}

.charitable-donation-row3 .image-main {
  padding: 30px 80px;
  background: no-repeat;
  background-color: #fff;
  background-position: center;
  border-radius: 15px;
  padding: 144px 80px;
  position: relative;
  height: auto;
  margin-bottom: 20px;
}

.charitable-donation-row3 .process-by-steps .b-column.b-small {
  width: 33.33%;
}

.charitable-donation-row3 .process-by-steps .HOW .b-column:first-child {
  position: relative;
  top: 16px;
}

.charitable-donation-row3 .image-main {
  margin-top: 0;
  top: -16px;
  z-index: 0;
}

.charitable-donation-row3 .process-by-steps span.image {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  left: -25px;
}

.charitable-donation-row4 .content-with-image h3.heading {
  color: #000;
}

.charitable-donation-row4 .content-with-image .content{
  color: #000;
}

.charitable-donation-row4  .content-with-image .content a {
  color: #E73C3E;
}

.charitable-donation-row4  .content-with-image .content a:hover {
  color: #0957C3;
}


.charitable-donation .charitable-donation-row6 {
  background: #fff;
  color: #000;
  text-align: center;
}

.charitable-donation .charitable-donation-row6 h3 {
  color: #000;
}




.charitable-donation .charitable-donation-row1  .content-with-image .image {
  margin-right: -120px;
  margin-left: -40px;
  margin-top: 0;
}





.charitable-donation .charitable-donation-row1 .content-with-image .content-main {
  padding-top: 20px;
}

.charitable-donation .charitable-donation-row1 .content-with-image .content p:first-of-type {
  margin-top: 0;
}

.charitable-donation .charitable-donation-row1 .content-with-image .content {
  margin-top: 20px;
}


.charitable-donation .charitable-donation-row2 p {
  margin: 40px 0;
}

.charitable-donation .charitable-donation-row2 p:last-of-type{
  font-size:18px;
  margin-bottom: 0;
}

.charitable-donation .charitable-donation-row3 .process-by-steps .b-column.b-small p {
  margin-bottom: 0;
}


.charitable-donation .charitable-donation-row3 .b-frame{
  padding-bottom:73px;
}





.charitable-donation-row4 .content-with-image h3.heading {
  max-width: 100%;
  font-size: 32px;
  line-height: 38px;
}


.charitable-donation-row4 .content-with-image .image {
  background: no-repeat center #3C4754;
  background-size: cover;
  position: relative;
  padding-bottom: 89.83%;
  margin-top: 0;
}


.charitable-donation .charitable-donation-row7 .ecosystem-con.page-center {
  padding-top: 0;
}










/* Responsive */
@media(max-width:900px){
  .charitable-donation .charitable-donation-row1 .content-with-image .image {
    width: auto;
    height: auto;
    margin: 0 auto -20px;
    padding-bottom: 88%;
  }

  .charitable-donation .charitable-donation-row1 .content-with-image .content-main {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .charitable-donation .charitable-donation-row1 .content-with-image .content {
    margin-top: 0;
  }

  .charitable-donation-row3 .process-by-steps .b-column.b-small{
    width:100%;
  }

  .charitable-donation .charitable-donation-row3 .process-by-steps .b-frame-head h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .charitable-donation .charitable-donation-row3  .process-des p{
    margin-bottom:0;
  }

  .charitable-donation .charitable-donation-row3 .process-by-steps .b-frame-head{
    margin-bottom:0;
  }

  .charitable-donation-row3 .process-by-steps .b-columns h3 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .charitable-donation-row3  .process-by-steps .b-column.b-small p{
    text-align: center;
  }

  .charitable-donation-row3  .process-by-steps .b-frame-foot{
    margin:0;
  }

  .charitable-donation .charitable-donation-row3 .process-by-steps .b-column.b-small p{
    font-size:16px;
  }

  .charitable-donation .charitable-donation-row3 .b-frame{
    padding-bottom: 36px;
  }

  .charitable-donation-row4 .content-with-image .b-column.left {
    padding: 20px;
  }

  .charitable-donation-row4 .content-with-image .content-with-image-con.page-center {
    padding: 20px 0;
    padding-bottom: 20px;
  }


  .charitable-donation-row4 .content-with-image h3.heading {
    font-size: 20px;
    line-height: 28px;
  }


  .charitable-donation-row4 .content-with-image .b-column.right{
    padding:20px;
  }


  .charitable-donation-row4 .content-with-image .content p:last-of-type {
    margin-bottom: 0;
  }

  .charitable-donation-row5 .b-frame {
    max-width: 440px;
    padding: 40px 20px;
  }


  .charitable-donation .charitable-donation-row7 .ecosystem-con.page-center {
    max-width: 440px;
    padding: 40px 20px;
  }

  .charitable-donation .charitable-donation-row7 .ecosystem .b-frame-head {
    margin-bottom: 40px;
  }

  .charitable-donation .charitable-donation-row7 .ecosystem .b-frame-head h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .charitable-donation .charitable-donation-row7 .ecosystem .ecosystem-main {
    margin-top: -15px;
  }

  .charitable-donation .charitable-donation-row7 .ecosystem .partner{
    width: 150px;
    height: 75px;
  }

} 

/* Thanks Page */
.thanks-page-row1 .dnd-section > .row-fluid {
  max-width: 980px;
}
.thanks-page-row1 h4{
  text-align:center;
}

.thanks-page-row2 p {
  margin: 0;
}

.thanks-page-row2 p a {
  margin-right: 0.5em;
  color: #e73c3e;
  background-color: transparent;
  text-decoration: none;
  transition: color .25s;
}

.thanks-page-row2 p a:hover,.thanks-page-row1 p a:active {
  color: #0957c3;
}

.thanks-page-row2 p a:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  content: "";
  font-family: job-manager !important;
  text-decoration: none;
  margin: 5px 2px 0px 0px;
}
.thanks-page-row2 .donation-wrapper .donation-content .btn {
  margin-top: 40px;
}
.home-page-row1 .dnd-section>.row-fluid {
  max-width: 900px;
}
.divider svg {
  width: 100%;
  height: auto;
}
.charitable-banner .banner-wrapper .content .banner-heading h1:after {
  width: 452px;
}
.technology-page-row1 p:last-child {
  margin: 20px 0 0;
}

.technology-page-row1 p:last-child a {
  padding: 0;
}


.contact-page form .hs-form-booleancheckbox .hs-input {
  width: 21px;
  height: 21px;
  margin-right: 13px;
}

.contact-page form .inputs-list .hs-form-booleancheckbox {
  margin-top: 4px;
}
.contact-page form .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}
.fund-page .ecosystem .partner img {
  max-height: 71px;
}

.fund-page .ecosystem .ecosystem-main {
  margin-top: -26px;
  margin-bottom: -4px;
}

.charitable-donation-row7 .partner.partner2 {
  transform: scale(0.76);
}

.charitable-donation-row7 .partner.partner4 {
  transform: scale(0.8);
}

.charitable-donation-row7 .partner.partner6 {
  transform: scale(1.1);
}


.post-job-page-row1 form>div:first-child .hs-richtext {
  zoom: 1; 
  border: 0;
  border-bottom: 1px solid #eee;
  display: block;
  line-height: 2em;
  margin: 0 0 1em;
  padding: 0 0 1em;
  position: relative;
}

.post-job-page-row1 form>div:first-child .hs-richtext label {
  display: inline-block;
  float: none;
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
  width: 29%;
}

.post-job-page-row1 form>div:first-child .hs-richtext a {
  display: inline-block;
  font-size: 22px;
  margin-right: 0.5em;
  vertical-align: middle;
  color: #e73c3e;
}

.post-job-page-row1 form>div:first-child .hs-richtext a:hover{
  color: #0957c3;
}

.post-job-page-row1 form>div:first-child .hs-richtext a:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  content: "";
  font-family: job-manager !important;
  text-decoration: none;
  margin: 0px 2px 0px 0px;
}




.technology-page ul {
  margin: 20px 0;
  padding: 0 0 0 20px;
}

.technology-page ul li {
  margin: 10px 0;
}
.technology-page hr {
  padding-bottom: 2px;
  border-width: 0;
  border-top-width: 1px;
}
.technology-page p + hr {
  margin-top: 6px;
  padding: 0;
}
.technology-page hr + hr {
  padding-bottom: 1px;
}
.technology-page p {
  margin-top: 0;
  line-height: 36px;
}
.technology-page-row1 .widget-type-rich_text p a {
  padding: 0;
  display: inline;
}

.technology-page-row1 .widget-type-rich_text p a img {
  padding: 5px 0;
}



@media(max-width:900px){
  .thanks-page-row1 .dnd-section>.row-fluid,.home-page-row1 .dnd-section>.row-fluid {
    max-width: 440px;
  }
  .thanks-page-row2 p a:before {
    margin-top: 0;
  }
  .thanks-page-row1 h4{
    font-size: 20px;
    line-height: 28px; 
  }
  .thanks-page-row2 .donation-wrapper .donation-inner {
    padding: 20px 0;
  }
  .thanks-page-row2 .donation-wrapper .donation-column {
    padding: 20px;
  }
  .thanks-page-row2 .donation-wrapper .donation-content .btn {
    margin-top: 30px;
  }

  .technology-page .content-with-image .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-page .content-with-image h3.heading {
    font-size: 24px;
    line-height: 30px;
  }

  .technology-page .content-with-image .image {
    height: 270px;
    padding: 0;
  }

  .technology-page .content-with-image .content-main {
    padding-left: 0;
    padding-right: 0;
  }
  .technology-page .content-with-image .content {
    padding-bottom: 12px;
    margin-top: 20px;
  }

  .home-page-banner .banner-wrapper .image {
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    opacity: .5;
  }
}


@media (max-width:480px){
  .home-page-banner .banner-wrapper .content .banner-heading h1:after {
    margin: 0;
    top: 32px;
    height: 15px;
  }
}