*, *: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 0;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.hs-landing-page .dnd-section > .row-fluid{
  padding: 0 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Futura";
  src: url("https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/Udder_October2022/fonts/Futura-Bold.eot") format("embedded-opentype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/Futura-Bold.woff2) format("woff2"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/Futura-Bold.woff) format("woff"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/Futura-Bold.ttf) format("truetype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/Futura-Bold.svg) format("svg");
  font-style: normal;
  font-weight: 700; 
  font-display: auto;
}

@font-face { 
  font-family: "Futura"; 
  src: url("https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/Udder_October2022/fonts/FuturaMediumC.eot") format("embedded-opentype"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FuturaMediumC.woff2) format("woff2"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FuturaMediumC.woff) format("woff"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FuturaMediumC.ttf) format("truetype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FuturaMediumC.svg) format("svg"); 
  font-style: normal;
  font-weight: 500; 
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/Udder_October2022/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Brands-Regular.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
  font-display: block; 
}

@font-face {
  font-family: eicons; 
  src: url("https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/Udder_October2022/fonts/eicons.eot") format("embedded-opentype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/eicons.woff2) format("woff2"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/eicons.woff) format("woff"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/eicons.ttf) format("truetype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/eicons.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/Udder_October2022/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"), 
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}




body {
  line-height: 1.7142857142857142em;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}

h1{
  line-height: 1.375em;
}
h2{
  line-height: 1.5em;
}
h3{
  line-height: 1.3333333333333333em;
}
h4{
  line-height: 1.5555555555555556em;
}
h5{
  line-height: 1.7142857142857142em;
}
h6{
  line-height: 1.7142857142857142em;
}

/* 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;
}

@media(max-width: 767px){
  h1 {
    font-size: 32px !important;
    line-height: 48px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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-field {
  margin-bottom: 31px;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 0;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  font-weight: 500;
  font-family: "Open Sans";
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.hs-error-msg, label.hs-main-font-element {
  padding: 4px 0 0;
  font-size: .75em;
  line-height: 1.2;
  color: #F15025;
  margin: 0;
}
form fieldset {
  max-width: 100% !important;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
/* 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: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  white-space: normal;
  margin: 15px 0;
  box-shadow: -0.3125rem 0.3125rem #0a0a0a;
}
form input[type=submit]:hover,
form .hs-button:hover {
  box-shadow: 0 0 #0a0a0a;
}

/* 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;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: background-color .3s ease,padding .3s ease;
  padding: 12px 0px 12px 0px;
}
.header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.header-logo-wrapper {
  width: 12%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo-wrapper .header-padding {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-logo-wrapper .header-padding img {
  width: 100.16px !important;
  height: 36.39px;
  vertical-align: middle;
  display: inline-block;
}
.header-right-wrapper {
  width: 88%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right-wrapper .header-padding {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  justify-content: flex-end;
  align-items: center;
}
nav.mobile-menu {
  display: none;
}
.menu-toggle {
  display: none;
}
.header-btn {
  width: auto;
  position: relative;
}
.header-btn a {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 1.45rem;
  border-radius: 0;
  box-sizing: border-box !important;
  background-color: #f15025;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: inline-block;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.header-btn a:before {
  transform: translate(-0.21875rem,0.25rem);
  background-color: #0a0a0a;
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: transform .3s ease;
  top: 0;
  left: 0;
}
.header-btn a:hover:before {
  transform: translate(0);
  background-color: #0a0a0a;
}
.header-btn a:hover {
  background-color: #0a0a0a;
  color: #fff;
}
.header-nav {
  width: auto;
}
.header-nav .header-nav-inner {
  margin: 0px 26px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-nav .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-nav .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-nav .hs-menu-wrapper>ul>li>ul {
  display: none;
  position: absolute;
  left: 0;
  min-width: 150px;
  top: 100%;
  z-index: 9;
  background: #fff;
  padding: 5px 10px;
}
.header-nav .hs-menu-wrapper>ul>li:last-child>a {
  margin-right: 0;
}
.header-nav .hs-menu-wrapper>ul>li:first-child>a {
  margin-left: 0;
}
.header-nav .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 calc( 16px / 2 );
}
.header-nav .hs-menu-wrapper>ul>li>ul>li a {
  padding: 5px 0;
  display: block;
}

@media(min-width: 1025px){
  .header-nav .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
}

@media(max-width: 1101px) and (min-width: 1025px){
  .header-nav .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}


@media(max-width: 1024px){
  nav.desktop-menu {
    display: none;
  }
  nav.mobile-menu .hs-menu-wrapper {
    max-height: calc(100vh - 57px) !important;
    overflow: auto;
  }
  .menu-toggle {
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
  }
  .menu-toggle i.menu-toggle__icon--close.eicon-close {
    display: none;
  }
  .menu-toggle i {
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-toggle i.menu-toggle__icon--open.eicon-menu-bar {
    transition: color .3s ease;
  }
  .menu-toggle i.menu-toggle__icon--open.eicon-menu-bar:before {
    content: '\e816';
  }
  .menu-toggle i.menu-toggle__icon--open.eicon-menu-bar {
    transition: color .3s ease;
    font-size: 22px;
  }
  .menu-toggle:hover {
    color: #f15025;
  }
  .menu-open .mobile-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  nav.mobile-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    display: block;
    position: absolute;
    z-index: 9997;
    margin-top: 0;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    background-color: #fff;
    font-size: 13px;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .header-right-wrapper .header-padding {
    position: static;
  }
  .header-right-wrapper, .header-right-wrapper .header-padding {
    position: static;
  }
  .header-nav .hs-menu-wrapper>ul {
    display: block;
  }
  .header-nav .hs-menu-wrapper {
    display: block;
  }
  .header-nav .hs-menu-wrapper>ul>li {
    display: block;
  }
  .header-nav .hs-menu-wrapper>ul>li a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
    color: #0a0a0a;
    font-weight: 700;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul {
    position: static;
    text-align: center;
    display: none;
  }
  .child-trigger {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .child-trigger:after {
    content: "+";
    font-size: 20px;
  }
  .header-nav .hs-menu-wrapper>ul>li.child-open>.child-trigger:after {
    content: "-";
    font-size: 20px;
  }
  .menu-open i.menu-toggle__icon--open.eicon-menu-bar {
    display: none;
  }
  .menu-open i.menu-toggle__icon--close.eicon-close {
    display: block;
  }
  .menu-open i.menu-toggle__icon--close.eicon-close:before {
    content: '\e87f';
    font-size: 22px;
  }
}

@media(max-width: 767px){
  .header {
    padding: 0;
  }
  .header-logo-wrapper .header-padding {
    padding: 10px 0px 10px 15px;
  }
  .header-logo-wrapper .header-padding img {
    width: 104.27px !important;
    height: 37.87px;
    max-width: 100%;
  }
  .header-logo-wrapper {
    width: 37.5%;
  }
  .header-right-wrapper {
    width: 62.5%;
  }
  .header-right-wrapper .header-padding {
    padding: 10px 15px 10px 0px;
  }
  .header-nav .header-nav-inner {
    margin: 0px 15.5px 0px 0px;
  }
  .header-nav .hs-menu-wrapper>ul>li a {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }
  nav.mobile-menu{
    top: 95%;
  }
}
.footer {
  padding: 32px 0px 9px 0px;
}
footer.footer {
  position: relative;
  z-index: 9;
}
.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media not all, not all, (-webkit-min-device-pixel-ratio: 1.5), not all, (min-resolution: 1.5dppx){
  .footer_right .social-icons-wrapper .grid-item .icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
  }
}



.footer-inner {
  width: 100%;
  padding: 10px;
}
.footer-top {
  margin-bottom: 30px;
}
.footer-bottom p {
  text-align: center;
  margin: 0;
  color: #0A0A0A40;
}
.footer-bottom a {
  color: #0A0A0A40;
}
.footer-bottom p span {
  margin: 0 0.53125rem;
}
.footer_left {
  width: 20%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_mid {
  width: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19.664%;
}
.footer_inner_flex {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_inner_flex img {
  width: 54px !important;
  height: 19.62px;
  vertical-align: middle;
  display: inline-block;
}
.footer_mid ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.footer_mid ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_mid ul>li:first-child>a {
  margin-left: 0;
}
.footer_mid ul>li:last-child>a {
  margin-right: 0;
}
.footer_mid ul>li>a {
  color: #0a0a0a;
  margin-right: calc( 32px / 2 );
  font-size: 16px;
  margin-left: calc( 32px / 2 );
}
.footer_right .social-icons-wrapper {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  line-height: 0;
  justify-content: flex-end;
}
.footer_right .social-icons-wrapper .grid-item {
  display: inline-block;
  margin-bottom: 0;
}
.footer_right .social-icons-wrapper .grid-item .icon {
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-linkedin:before {
  content: "\f08c";
}
.footer_right .social-icons-wrapper .grid-item .icon i.fab.fa-linkedin {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #0a0a0a;
}
.footer_right .social-icons-wrapper .grid-item:last-child {
  margin-left: 12px;
}
.footer_right .social-icons-wrapper .grid-item .icon:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  opacity: .9;
  color: #F15025;
}

@keyframes elementor-animation-pop{
  50% {
    transform: scale(1.2);
  }
}

@media(max-width: 767px){
  .footer-bottom p span {
    margin: 0;
    display: block;
  }
  .footer_left, .footer_mid, .footer_right {
    width: 100%;
  }
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_mid {
    order: 1;
  }
  .footer_mid nav {
    width: 100%;
  }
  .footer_mid .hs-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_mid ul {
    margin-left: auto !important;
    margin-right: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .footer_mid ul>li {
    width: 100%;
  }
  .footer_mid ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-top {
    margin-bottom: 18px;
  }
  .footer_right .footer_inner_flex {
    margin-bottom: 30px;
  }
  .footer_right .social-icons-wrapper .grid-item .icon * {
    font-size: 23px;
  }
  .footer_right .social-icons-wrapper .grid-item .icon {
    font-size: 23px;
    height: 23px;
    width: 23px;
  }
  .footer_right .social-icons-wrapper {
    justify-content: center;
  }
  .footer_right .social-icons-wrapper .grid-item:last-child {
    margin-left: 23px;
  }
  .footer_left .footer_inner_flex {
    margin-bottom: 40px;
    justify-content: center;
  }
  .footer {
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 70px 0px 9px 0px;
    background-image: url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/images/Vector.svg);
  }
}
/* Menu and simple menu */

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




/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.banner-section .dnd-section {
  padding: 0;
}
.No_Banner .body-wrapper {
  padding-top: 80px;
}
.black-btn {
  width: 300px;
  max-width: 300px;
}
.custom-checklist {
  list-style: none;
  padding-left: 0;
}

.custom-checklist li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.custom-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #F15025; /* Hubspot's default blue - change as needed */
  font-weight: bold;
}
.black-btn a {
  box-sizing: border-box !important;
  font-size: 1.5rem;
  line-height: 1.3333;
  padding: 0.782rem 1.8rem;
  letter-spacing: .7px;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  background-color: #0a0a0a;
  color: #fff;
  position: relative;
  font-family: "Open Sans";
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.black-btn a.cta_button {
  box-sizing: border-box !important;
}
.black-btn a:before {
  transform: translate(-0.4rem,0.3125rem);
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F15025;
  top: 0;
  left: 0;
  transition: transform .3s ease;
}
.black-btn a:hover:before {
  transform: unset;
}
.black-btn a:hover{
  background-color: #F15025;
  color: #fff;
}
.black-btn {
  position: relative;
  z-index: 99;
}

.our-practices-page .banner-inner .subtitle p {
  line-height: 36px;
}
.body-wrapper {
  overflow: hidden;
}
.our-practices-page .banner-inner .title h1 {
  letter-spacing: -0.1px;
  line-height: 1.203125em;
}
.our-practices-page .banner .content-wrapper {
  max-width: 1140px;
  padding: 10px;
}
.our-practices-page .banner-inner .subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 36px;
  margin-bottom: 10px;
}
.hr-service-team-page .banner .content-wrapper {
  max-width: 1110px;
}
.hr-service-team-page .banner .banner-inner .title {
  margin: 0px 0px 96px 0px;
}
.hr-service-team-page .banner .bnr-btn a {
  box-sizing: border-box !important;
}
.hr-service-team-page .banner .bnr-btn {
  padding-bottom: 15px;
}
.hr-service-team-page .features-wrapper {
  background-position: -350px 200px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 120px 15px 120px 15px;
}
.hr-service-team-page .features-wrapper .top.title {
  margin: 0px 0px 80px 0px;
}
.hr-service-team-page .features-wrapper .content-wrapper {
  max-width: 1110px;
}
.hr-service-team-page .features-wrapper .top.title h2 {
  font-family: "Futura", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.3em;
}
.hr-service-team-page .features-wrapper .features {
  max-width: 970px;
  margin: 0 auto;
}
.features-wrapper .features a {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  transition: color .3s ease-in-out;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-play:before {
  content: "\f04b";
}
.fa-circle:before {
  content: "\f111";
}
.content-with-button-wrapper .flex-wrapper.market-intelligence .left-wrapper .content-item .elementor-icon-box-content {
  margin: 0;
}
.orange-btn {
  position: relative;
  z-index: 9;
}
.orange-btn a {
  background: #F15025;
  color: #fff;
  position: relative;
  padding: 0.782rem 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  box-sizing: border-box !important;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.orange-btn a:before {
  background-color: #0a0a0a;
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(-0.3125rem,0.3125rem);
  transition: transform .3s ease;
}
.orange-btn a:hover:before {
  transform: unset;
}
.member-details .right-col .right-inner-col .orange-btn {
  margin: 0px 0px 0px 30px;
}
.content-with-button-wrapper .flex-wrapper.the-art-of-the-possible .left-wrapper .elementor-icon-box-content {
  margin: 0;
}
.content-with-button-wrapper .elementor-icon-box-content p span {
  font-weight: 700;
  color: #F15025;
}
span.hs-form-required {
  margin-left: 4px;
}
.banner.advanced-banner .banner-inner {
  width: 100%;
  padding: 10px;
}
.banner.advanced-banner .banner-logo {
  max-width: 475px;
  margin: 0 auto;
}
.banner.advanced-banner .banner-logo img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}
.banner.advanced-banner .banner-logo .banner-logo-inner {
  margin: 0px 0px 30px 0px;
}
.banner.advanced-banner .subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
}
.banner.advanced-banner .subtitle p {
  margin: 0 0 75px;
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.banner.advanced-banner .bnr-btn {
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner.advanced-banner .bnr-btn a.btn {
  font-size: 1.5rem;
  line-height: 1.3333;
  padding: 0.782rem 1.8rem;
  letter-spacing: .7px;
  border-radius: 0;
  width: 300px;
  max-width: 100%;
  font-weight: 700;
  background-color: #0a0a0a;
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  position: relative;
  transition: all .3s;
}
.banner.advanced-banner .bnr-btn a.btn:before {
  transform: translate(-0.4rem,0.3125rem);
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F15025;
  top: 0;
  left: 0;
  transition: transform .3s ease;
}
.banner.advanced-banner .bnr-btn a.btn:hover:before {
  transform: unset;
}
.banner.advanced-banner .bnr-btn a.btn:hover {
  background-color: #F15025;
}
.innovation_network_page .banner.advanced-banner .content-wrapper {
  max-width: 958px;
}
.innovation_network_page .banner.advanced-banner .title h1 {
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.innovation_network_page .banner.advanced-banner .banner-logo {
  max-width: 290px;
}
.innovation_network_page .banner.advanced-banner .subtitle {
  max-width: 100%;
  margin: 28px 0px 10px 0px;
}
.innovation_network_page .banner.advanced-banner .subtitle p {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.innovation_network_page .banner.advanced-banner .bnr-btn {
  padding: 17.5px;
  max-width: 300px;
  margin: 0 auto;
}
.innovation_network_page .banner.advanced-banner .bnr-btn a.btn {
  width: 100%;
}
.innovation_network_row2 .testimonial-wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 186px 0px 150px 0px;
}
.innovation_network_row2 .testimonial-wrapper .content-wrapper {
  max-width: 1050px;
}
.innovation_network_row2 .testimonial-wrapper .content-wrapper .row {
  padding: 30px 30px 30px 30px;
  justify-content: center;
}
.innovation_network_row2 .testimonial-wrapper .content-wrapper .udder-blockquote__content {
  font-family: "Futura", Sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.46em;
  letter-spacing: 0.3px;
  max-width: 740px;
  margin: 0px auto 30px auto;
  padding: 40px 0px 0px 0px;
}
.innovation_network_row2 .testimonial-wrapper .content-wrapper .udder-blockquote__content p {
  margin: 0;
  font-family: "Futura", Sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.46em;
  letter-spacing: 0.3px;
}
.the_udder_way_page_row2 .bottom-pane {
  padding: 100px 15px 100px;
}
.the_udder_way_page_row2 .bottom-pane .content-wrapper {
  max-width: 1110px;
}
.the_udder_way_page_row2 .bottom-pane .content-wrapper .left-col {
  width: 50%;
  justify-content: center;
}
.the_udder_way_page_row2 .bottom-pane .content-wrapper .right-col {
  width: 50%;
}
.the_udder_way_page_row2 .bottom-pane .content-wrapper .left-col img {
  width: 100%;
  max-width: 535px;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
.the_udder_way_page_row2 .bottom-pane .right-col .right-col-inner {
  margin: 0px 0px 0px 20px;
  padding: 0;
}
.the_udder_way_page_row2 .bottom-pane .right-col .subtitle p {
  margin: 0px 0px 50px 0px;
}
.the_udder_way_page_row2 .bottom-pane .right-col .black-btn {
  margin-top: 0;
}
.the_udder_way_page_row2 .bottom-pane .right-col .subtitle {
  margin-bottom: 0;
}
.case-study-page .banner .content-wrapper {
  max-width: 1110px;
}
.case-study-page .banner-inner .title h1 {
  margin: 0px 0px 50px 0px;
}
.case-study-page .banner-inner .subtitle p {
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 2.1px;
}
.case-study-page .banner-inner .subtitle {
  margin-bottom: 50px;
}
.case-study-page .member-details {
  background-size: 85% auto;
  padding: 200px 15px 200px 15px;
  position: relative;
}
.case-study-page .member-details .left-col .left-img-col {
  margin: 0;
  text-align: right;
  width: 100%;
}
.case-study-page .member-details .left-col .left-img-inner-col img {
  width: 100%;
  max-width: 400px;
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.case-study-page .member-details .left-col .left-img-inner-col {
  padding: 50px 0px 0px 0px;
  background-position: 35% 0px;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
.case-study-page .member-details .right-col .right-inner-col {
  margin: 0;
}
.case-study-page .member-details .right-col .right-inner-col {
  margin: 0px 0px 0px 15px;
}
.case-study-page .member-details .right-col .right-inner-col .right-inner-col-wrap p {
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  line-height: 1.6em;
}
.case-study-page .member-details .right-col .right-inner-padding .udder-blockquote__content {
  padding: 0;
}
.case-study-page .member-details .right-col .right-inner-col .right-inner-col-wrap p {
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0;
}
.case-study-page .member-details .content-wrapper {
  max-width: 1110px;
}
.case-study-page .member-details .right-col .right-inner-col .right-inner-col-wrap p span {
  border-bottom: 0;
}
.case-study-page .member-details .right-col .udder-blockquote__name {
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
}
.case-study-page .member-details .right-col .udder-blockquote__position {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}
.case-study-page .member-details .left-col .left-img-col {
  margin: 0px 15px 0px 0px;
  text-align: right;
  width: 100%;
}
.case-study-page .member-details .right-col .right-inner-col .right-inner-col-wrap {
  padding-bottom: 0;
  margin: 0;
}
.case-study-page .member-details .right-col.no-btn .right-inner-col-wrap .right-inner-padding {
  padding-top: 0;
}


.contact-page .lets-talk-wrapper:after {
  content: '';
  background-image: url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/images/contact.svg);
  position: absolute;
  left: -50vw;
  top: -970px;
  width: 2100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  height: 1655px;
  z-index: -1;
}
::-webkit-input-placeholder {
  color: rgb(117, 117, 117) !important;
  font-weight: 500;
  font-family: Open sans;
  font-size: 14px;
}
.case-study-page .banner.cityfibre .banner-inner .subtitle p span {
  display: block;
}

.implementation-page .member-details .right-col .right-inner-col {
  margin: 0px 0px 0px 15px;
  padding: 30px 30px 0px 30px;
}
.implementation-page .member-details .right-col .right-inner-col .right-inner-col-wrap p:first-child {
  font-size: 24px;
  line-height: 1.2;
}
.implementation-page .member-details .left-col .left-img-col {
  padding: 10px;
}
.implementation-page .member-details .left-col .left-img-col {
  padding: 10px;
  margin: 0px 15px 0px 0px;
  text-align: right;
}
.implementation-page .member-details .left-col .left-img-inner-col {
  background-position: 35% 0px;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
.implementation-page .member-details .left-col .left-img-inner-col img {
  width: 100%;
  max-width: 400px;
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.implementation-page .member-details .right-col .right-inner-col .right-inner-col-wrap p:last-child {
  font-size: 24px;
  line-height: 1.2;
}
.implementation-page .member-details .right-col .udder-blockquote__name {
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}
.implementation-page .member-details .content-wrapper {
  max-width: 1110px;
}
.implementation-page .member-details {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85% auto;
  padding: 140px 15px 140px 15px;
}
.implementation-page .member-details .right-col .right-inner-padding .udder-blockquote__content{
  padding: 50px 0 0;
}
.implementation-page .member-details .right-col .right-inner-col .right-inner-col-wrap {
  margin: 0;
  padding: 30px;
}
.implementation-page .member-details .right-col.no-btn .right-inner-col-wrap .right-inner-padding {
  padding-top: 0;
}
.implementation_row2 p {
  text-align: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}
.implementation_row2 h2 {
  text-align: center;
  font-family: "Futura", Sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -3.5px;
  margin-bottom: 45px;
}

.implementation_row2 .hs-button {
  color: #fff;
  width: auto;
  position: relative;
  padding: 0.782rem 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #0a0a0a;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.implementation_row2 .hs-button:before {
  top: 0;
  left: 0;
  transform: translate(-0.3125rem,0.3125rem);
  transition: transform .3s ease;
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F15025;
}
.implementation_row2 .hs-button:hover:before{
  transform: unset;
}
.implementation_row2 .hs-button:hover{
  background: #F15025;
}
.home_pg_row1 h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  margin-bottom: 10px;
}
.home_pg_row1 h2 {
  font-size: 56px;
  line-height: 77px;
  letter-spacing: 0.3px;
}
.home_pg_row1 .span6:first-child {
  width: 27%;
}
.home_pg_row1 .span6:last-child {
  width: 73%;
  margin: 0;
}
.home_pg_row1 .span6 {
  display: block !important;
}
.home_pg_row1 .span6 .span12 {
  display: block !important;
}
.home_pg_row1 .hs-button {
  margin-bottom: 25px;
}
.home_pg_row1 .hs-button:before {
  transform: translate(-0.4rem,0.3125rem);
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: transform .3s ease;
  background: #F15025;
}
.home_pg_row1 .hs-button {
  font-size: 1.5rem;
  line-height: 1.3333;
  padding: 0.782rem 1.8rem;
  letter-spacing: .7px;
  border-radius: 0;
  font-weight: 700;
  background-color: #0a0a0a;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  width: 100%;
  position: relative;
}
.home_pg_row1 .hs-button:hover {
  background: #f15025;
}
.our-practices-row2 .bottom-pane {
  margin-top: 100px;
}
.home_pg_row1 .hs-button:hover:before {
  transform: unset;
}
.home_pg_row1 .features-wrapper {
  padding: 8px 0px 0px 83px;
  margin: 0;
}
.home_pg_row1 .features-wrapper .features__item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.home_pg_row1 .dnd-section {
  background-position: -52% 56% !important;
  background-repeat: no-repeat !important;
}
.home_pg_row2 .lets-talk-wrapper .lets-talk-form form .hs-richtext span {
  color: rgba(10,10,10,.4);
  font-size: .875rem;
  line-height: 1.428;
  margin: 0;
  letter-spacing: .8px;
  max-width: 26rem;
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
}
.home_pg_row2 .lets-talk-wrapper .lets-talk-form form .hs-richtext a {
  color: rgba(10,10,10,.4);
}
.home_pg_row2 .lets-talk-wrapper .lets-talk-form form .hs-richtext a:hover {
  color: #f15025;
}
.lets-talk-wrapper .lets-talk-form form .hs-button {
  margin-bottom: 4px;
}
.contact_page_row1 .lets-talk-form .hs-richtext span {
  color: rgba(10,10,10,.4);
  font-size: .875rem;
  line-height: 1.428;
  margin: 0;
  letter-spacing: .8px;
  max-width: 26rem;
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
}
.lets-talk-form .hs-richtext span a {
  color: rgba(10,10,10,.4);
}
.lets-talk-form .hs-richtext span a:hover {
  color: #f15025;
}
.lets-talk-wrapper form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 0;
}
.orange-btn a:hover {
  color: #fff;
  background-color: #0a0a0a;
}
.case-study-page .member-details .content-wrapper {
  position: relative;
}
.case-study-page .member-details .content-wrapper:before {
  content: "";
  position: absolute;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, height 0.3s ease 0s, background-color 0.3s ease 0s, top 0.3s ease 0s;
  transform-origin: 50% 0px;
  background-color: rgb(241, 80, 37);
  transform: translate(-50%, 0px) scaleY(1);
  width: 5px;
  left: -40px;
  top: -73px;
  height: calc(100% + 400px);
  opacity: 1;
  z-index: -1;
}
.challenge-wrapper.the-results .left-inner-title:before {
  display: none !important;
}
.the_udder_way_page_row1 .member-details .content-wrapper:before {
  display: none;
}
.accordion-items.acc-active:before {
  background-image: url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/images/img-05.png);
}


@media(max-width: 1350px){
  .contact-page .lets-talk-wrapper:after {
    top: -50vw;
    width: 120vw;
  }
}




@media(max-width: 1024px){
  .hr-service-team-page .features-wrapper {
    background-position: 0px 0px;
    padding: 75px 15px 75px 15px;
  }
  .hr-service-team-page .banner {
    margin-bottom: 0;
    margin-top: 0;
    padding: 150px 0 50px!important;
  }
  .banner.advanced-banner {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 190px 0px 50px 0px !important;
  }
  .the_udder_way_page_row2 .bottom-pane {
    padding: 75px 15px 75px 15px;
  }
  .case-study-page .banner .content-wrapper {
    max-width: 600px;
  }
  .case-study-page .banner-inner .title h1 {
    margin: 0 0 30px;
  }
  .case-study-page .member-details {
    padding: 125px 15px 125px 15px;
  }
  .case-study-page .member-details .right-col .right-inner-col .right-inner-col-wrap p {
    font-size: 18px;
  }
  .case-study-page .member-details {
    background-size: cover !important;
  }
  .case-study-page .member-details .left-col .left-img-inner-col {
    background-position: 0% 0px;
    background-size: 100px auto;
  }
  .case-study-page .bottom-pane .right-col .title h2 {
    font-size: 40px;
  }
  .case-study-page .the_udder_way_page_row2 .bottom-pane .right-col .subtitle p {
    margin: 0px 0px 30px 0px;
  }
  .contact-page .lets-talk-wrapper:after{
    display: none !important;
  }
  .implementation-page .member-details {
    background-position: 15px 17px !important;
    background-size: cover;
    padding: 70px 5px 70px 5px;
  }
  .implementation-page .member-details .right-col {
    width: 60%;
  }
  .implementation-page .member-details .left-col {
    width: 40%;
  }
  .implementation-page .member-details .right-col .right-inner-col {
    margin: 0 0 0 15px;
    padding: 0;
  }
  .implementation-page .member-details .right-col .right-inner-col .right-inner-col-wrap p {
    font-size: 20px;
  }
  .implementation-page .member-details .right-col .right-inner-col .right-inner-col-wrap p:first-child strong {
    line-height: 29px;
  }
  .implementation-page .member-details .left-col .left-img-inner-col {
    background-position: 0% 0px;
    background-size: 100px auto;
  }
  .implementation_row2 h2 {
    font-size: 48px;
  }
  .implementation_row2 .dnd-section {
    padding: 70px 5px 70px 5px !important;
  }
  .home_pg_row1 .features-wrapper {
    padding: 8px 0px 0px 30px;
  }
  .home_pg_row1 .span6:last-child {
    margin: 0;
    width: 70%;
  }
  .home_pg_row1 .span6:first-child {
    width: 30%;
  }
  .home-page .lets-talk-wrapper.type_one {
    background: unset !important;
  }
}

@media(max-width: 900px){
  .home_pg_row1 .features-wrapper .features__item {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}


@media(max-width: 767px){
  .No_Banner .body-wrapper {
    padding-top: 57px;
  }
  .hr-service-team-page .banner {
    background-position: 0% 110% !important;
    background-size: 120vw auto !important;
  }
  .hr-service-team-page .features-wrapper .top.title h2 {
    font-size: 32px;
  }
  .banner.advanced-banner .banner-logo .banner-logo-inner {
    margin: 0 0 30px;
    text-align: center;
  }
  .banner.advanced-banner .banner-logo img {
    width: 78%;
    display: inline-block;
    margin: 0 auto;
  }
  .banner.advanced-banner {
    margin-bottom: 0;
    margin-top: 0;
    padding: 140px 0 100px!important;
  }
  .banner.advanced-banner .subtitle p {
    font-size: 16px;
    line-height: 28px;
  }
  .innovation_network_row2 .testimonial-wrapper .content-wrapper .udder-blockquote__content p {
    font-size: 24px !important;
    line-height: 1.46em !important;
  }
  .black-btn {
    width: auto;
  }
  .the_udder_way_page_row2 .bottom-pane .content-wrapper .right-col {
    width: 100%;
  }
  .the_udder_way_page_row2 .bottom-pane .right-col .right-col-inner {
    margin: 0;
    padding: 0;
  }
  .case-study-page .banner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .case-study-page .banner .content-wrapper {
    max-width: 600px;
    padding: 0;
  }
  .case-study-page .banner-inner .subtitle p {
    font-size: 16px;
    line-height: 28px;
  }
  .case-study-page .member-details .right-col .right-inner-col .right-inner-col-wrap {
    margin: 0;
    padding-bottom: 0;
    padding: 0;
  }
  .case-study-page .member-details .left-col .left-img-col {
    margin: 0px 0px 30px 0px;
  }
  .case-study-page .member-details .right-col .udder-blockquote__name {
    font-size: 18px;
  }
  .case-study-page .the_udder_way_page_row2 .bottom-pane {
    background: unset!important;
    padding: 50px 15px 100px 15px;
    margin: 0;
  }
  .lets-talk-wrapper .lets-talk-form form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .case-study-page .lets-talk-wrapper {
    padding: 28px 0px 58px 0px !important;
  }
  .case-study-page .lets-talk-wrapper .lets-talk-form-title h2 {
    margin-bottom: 30px !important;
  }
  .implementation_row2 p {
    font-size: 16px;
    line-height: 28px;
  }
  .implementation_row2 h2 {
    font-size: 48px;
    line-height: 1.2em;
  }
  .implementation-page .member-details .right-col {
    width: 100%;
  }
  .implementation-page .member-details .left-col {
    width: 100%;
  }
  .implementation-page .member-details {
    background: unset !important;
  }
  .implementation-page .member-details .right-col .right-inner-col {
    margin: 0;
    padding: 0;
  }
  .home-banner.banner {
    padding: 192.86px 0px 100px 0px !important;
  }
  .home-banner.banner .title h1 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .home-banner.banner .title h1 span {
    color: #f15025;
  }
  .home-banner.banner .banner-inner .title {
    margin-bottom: 25px;
  }
  .home-banner.banner .banner-inner .bnr-btn {
    display: block;
  }
  .home-banner.banner .banner-inner .bnr-btn .btn-item {
    padding: 22.5px;
  }
  .home-banner.banner .banner-inner .subtitle h3 {
    font-size: 2rem;
  }
  .home-banner.banner .bnr-btn a {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3333;
    padding: 0.782rem 1.8rem;
    letter-spacing: .7px;
    border-radius: 0;
  }
  .home-banner.banner .content-wrapper {
    padding: 0;
  }
  .home_pg_row1 .hs-button {
    display: none;
  }
  .home_pg_row1 h2 {
    display: none;
  }
  .home_pg_row1 h3 {
    display: none;
  }
  .home_pg_row1 .span6:last-child {
    margin: 0;
    width: 100%;
  }
  .home_pg_row1 .features-wrapper {
    padding: 0;
  }
  .home_pg_row1 .features-wrapper p {
    display: none;
  }
  .home_pg_row1 .dnd-section {
    background-image: url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/images/vector-shape.svg);
  }
  .home-banner.banner .banner-inner .bnr-btn {
    display: block !important;
    max-width: 100% !important;
  }
  .home-banner.banner .banner-inner .subtitle p {
    margin: 0 0 74px;
    padding: 0px 17px 0px 17px;
  }
  .home_pg_row2 .lets-talk-wrapper .lets-talk-form-title h2 {
    margin: 0 0 14px;
  }
  .home_pg_row2 .lets-talk-wrapper {
    padding: 28px 0px 58px 0px;
  }
  .home-banner.banner {
    padding: 192.86px 0 100px!important;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url(https://4895258.fs1.hubspotusercontent-na1.net/hubfs/4895258/raw_assets/public/Udder_October2022/images/vector-shape-mob.svg) !important;
  }
  .case-study-page .banner-section .banner {
    background-position: bottom center !important;
  }
  .black-btn a, .black-btn a.cta_button {
    font-size: 20px;
  }
}