/* Theme base styles */

/* Generic */

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

/* Objects */

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

/* Drag and drop layout styles */

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

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

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - 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.8rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  border-radius: 50%;
  display: inline-flex;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  z-index: 2;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  text-align: center;
  width: 100%;
}

/* Article */

.blog-listing__post {
  display: flex;
  margin-bottom: 2.8rem;
  padding: 0;
  width: 100%;
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.7rem 0 0;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - card */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
    width: 100%;
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - list */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  margin-right: 1.4rem;
  width: 25%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  margin-bottom: 1.4rem;
  max-width: 100%;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

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

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

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

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

 
@media(max-width:767px){
  .mobile_reverse .row-fluid {
      display: flex;
      flex-direction: column-reverse;
  }
   .mobile_reverse .row-fluid > div:nth-of-type(2){
      margin-bottom: 50px;
  }
}
.section_hero_with_video{
  overflow:hidden;
}
.section_hero_with_video .mobile_video{
  margin-bottom:-200px;
}
.section_addresses > div > .dnd-column{
  padding: 40px;
  border-radius: 10px;
  color: #fff !important;
}

.careers_page_1,
.careers_page_3{
  z-index: 9;
}
@media(max-width:767px){
  body .row-fluid .careers_page_4{
    background-image: none !important;
  }
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* stylelint-enable declaration-no-important */
img{
  max-width:100%;
}
.pos-rel{
  position: relative;
}
.fs-10{
  font-size:10px;
}
.fs-12{
  font-size:12px;
}
.fs-14{
  font-size:14px;
}
.fs-16{
  font-size:16px;
}
.fs-18{
  font-size:18px;
}
.fs-20{
  font-size:20px;
}
.fs-22{
  font-size:22px;
}
.fs-24{
  font-size:24px;
}
.fs-26{
  font-size:26px;
}
.fs-28{
  font-size:28px;
}
.fs-30{
  font-size:30px;
}
.mb-0{
  margin-bottom:0;
}
.mb-10{
  margin-bottom:10px;
}
.mb-20{
  margin-bottom:20px;
}
.mb-30{
  margin-bottom:30px;
}
.mb-50{
  margin-bottom:50px;
}
.pl-50{
  padding-left:50px !important;
}
.pr-50{
  padding-right:50px !important;
}
.pt-0{
  padding-top:0 !important;
}
.pb-0{
  padding-bottom:0 !important;
}
.br-10{
  border-radius: 10px;
  overflow: hidden;
  }
  .td-u,a:link.td-u{
    text-decoration: underline;
  }
.fw-sb{
  font-weight: 600;
}
.fw-b,
.fw-b:hover{

  font-weight: 700 !important;
}
.ff-secondary,
.ff-secondary:hover{
  font-family: var(--secondary-font) !important;
}
.link_scale{
  transition: 0.3s ease-in-out;
  transform: scale(1);
  display: block;
  transform-origin: left;
}
.link_scale_center{
    transform-origin: center;
}
.link_scale_parent:hover .link_scale{
    transform: scale(1.1);
}
.text-none{
  text-decoration:none;
}
.hs_cos_wrapper_type_rich_text li{
  position: relative;
}
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li::before,
.single_career_block_3  ul:not(.inputs-list) li::before{
    content: " ";
    color: var(--black);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.185' height='16.36' viewBox='0 0 23.185 16.36'%3E%3Cpath id='Path_622' data-name='Path 622' d='M12828.359-9063.337l6.2,6.2,12.74-12.739' transform='translate(-12826.238 9071.995)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    width: 35px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 3px;
 
}
.hs_cos_wrapper_type_rich_text ul,
.single_career_block_3  ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
}
.single_career_block_3  ul li{
  margin:20px 0;
  position: relative;
  display: inline-block;
  width:100%;
}
@media(min-width:768px){
  .single_career_block_3  ul{
        column-count: 2;
        column-gap: 50px;
  }
}
.over-vis{
  overflow: visible;
}
.no-link:hover{
  cursor: default;
}
.white-hover:hover{
  color: #ffffff;
}


.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}
.overhide{
  overflow: hidden;
}
.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.desktop_video{
    margin-bottom:50px;
}
.desktop_video_inner{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin:auto;
}
 .desktop_video video{
    width: 100%;
    height: 100%;
    background: black;
 }
.desktop_video img{
    z-index:2;
    position:relative;
}
.desktop_video_video_container{
        left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 3% 11% 0;
        height: 86%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Accordion */
.accordion-wrapper{
  margin-bottom:50px;
}
.accordion {
  margin-bottom:0;
  padding: 0;
}

/* Accordion title and content */

.accordion__summary {
  cursor: pointer;
  list-style-type: none;
}

.accordion__summary,
.accordion__content {
  padding: 0;
}
.accordion__content {
      padding: 10px 10px 10px 40px;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.card--dark .accordion__summary,
.card--dark .accordion__content,
.card--light .accordion__summary,
.card--light .accordion__content {
  padding: 2.1rem;
}

/* Accordion icons */

.accordion__summary:before {
  margin-right: 1.4rem;
}

.accordion__summary:-webkit-details-marker {
  display: none;
}

/* Accordion icons - closed icon */

.accordion--caret .accordion__summary:before {
  content: '\25BC';
}

.accordion--plus .accordion__summary:before {
  content: '\002B';
}

/* Accordion icons - opened icons */

.accordion--caret[open] .accordion__summary:before {
  content: '\25B2';
}

.accordion--plus[open] .accordion__summary:before {
  content: '\2212';
}
.module_banner_contact {
    position: relative;
    z-index: 1000;
}
@media (min-width: 768px) {
  .banner_contact_image {
    background-size: cover;
    height: 428px;
  }
  .contact_wrapper_inner {
    width: 550px;
    max-width: 49%;
  }
  .banner_contact_form {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 49%;
    width: 550px;
  }
  .banner_contact_form form input[type="submit"],
.banner_contact_form form .hs-button {
  width: auto;
}
}
.banner_contact_form{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 13px 16px rgb(0, 0, 0, 0.16);
}
.banner_contact_content .content-wrapper {
  position: relative;
}
.banner_contact_form .form-title {
  display: none;
}
.banner_contact_form form {
  padding: 20px 40px 40px;
}
.banner_contact_form_header {
  padding: 40px 40px 0;
}
.banner_contact_form_header h3 {
  margin-bottom: 0;
}
.banner_contact_form ::-webkit-input-placeholder {
  color: #bdbdca;
}
.banner_contact_form ::placeholder {
  color: #bdbdca;
}
.banner_contact_form .hs-fieldtype-text label,
.banner_contact_form .hs-fieldtype-email label,
.banner_contact_form .hs-fieldtype-textarea label {
  display: none;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="search"],
form select,
form textarea {
  border-bottom: 1px solid #bdbdca;
  padding: 10px 0;
}
.banner_contact_form form textarea {
  border: 1px solid #bdbdca;
  padding: 10px;
}
.banner_contact_form .legal-consent-container label {
  font-size: 12px;
}
.banner_contact_form form .hs-form-field.hs-fieldtype-textarea {
  margin-bottom: 0;
}
.module_banner_hero {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top right;
}

.banner_hero_colour_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.4;
}
.banner_hero_content {
  position: relative;
  z-index: 9;
  max-width: 600px;
}
@media (max-width: 767px) {
  .module_banner_hero h1 {
    font-size: 44px;
    line-height: 47px;
  }
  body.home .banner_hero_content {
    width: 250px;
  }
  .banner_hero_colour_overlay {
    opacity: 0.6;
  }
  .module_banner_hero {
    padding: 50px 0;
  }
}
.farmer-header-image > div{
    padding: 30px;
}
@media(min-width:768px){
.banner_our_farmers .row-fluid{
    display: flex;
    align-items: center;
}
}
.module_statement_banner {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.module_statement_banner > div {
  width: 100%;
  padding: 100px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}
.statement_banner_hero_colour_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.4;
  position: absolute;
  z-index: 9 !important;
}
.module_statement_banner h2 {
  z-index: 10;
}
.module_blog_feed_layout{
    display: flex;
    gap: 20px;
}
.module_blog_feed_layout > div{
    width: 50%;

}
.module_blog_feed_left{
    flex-direction: column;
    justify-content: end;
    display: flex;
    padding: 30px;
    color: #fff;
}
.module_blog_feed_right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.module_blog_feed_right > div{
    width: 100%;
    display: flex;
    gap: 20px;
}
.module_blog_feed_right > div > div{
    width: 50%;
}

.module_blog_feed_layout h4{
    font-size: 20px;
}

 

@media(max-width:767px){
    .module_blog_feed_layout,
    .module_blog_feed_right > div{
        flex-direction: column;
    }
    .module_blog_feed_layout > div,
    .module_blog_feed_right > div > div{
        width: 100%;
    }
    .blog_feed_bg_img {
        width: 100% !important;
        /* padding-bottom: 100%; */
    }
    .module_blog_feed_left{
        padding-bottom: 30px;
    }
}


.module_blog_feed_head{
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
}
@media(max-width:767px){
    .module_blog_feed_head{
        flex-direction: column;
    }
}
.image2-1{
    width: 100%;
}
.blog-listing__post-content{
    padding: 30px;
    position: relative;
}
.blog-listing__post-content h2{
    line-height: 34px;
}
.blog-listing__post{
    overflow: hidden;
}
.read_time{
    position: absolute;
    top: 30px;
    right: 30px;
}
.module_bordered_content p:last-of-type{
    margin-bottom: 0;
}
.module_bordered_content{
    margin-top: 40px;
    margin-bottom: 80px;
}

.module_cards {
  display: flex;
  gap: 30px;
}
.module_cards > div{
      flex: .3333 .3333 0px;
}
.module_cards a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: var(--yellow);
}
.module_cards .module_card p.module_link_text{
   transition: 0.5s ease-in-out;
     transform: scale(1);
     display: block;
     transform-origin: left;
       color: var(--yellow);
}
.module_cards .module_card:hover p.module_link_text {
  text-decoration: underline;
  transform: scale(1.1);
}
.module_card {
  padding: 60px 30px;
  z-index: 9;
  border-radius: 10px;
  position: relative;
  background-color: var(--black);
}
.module_card img{
  margin-bottom: 15px;
  height: 60px;
}
.module_card p:last-of-type{
  margin-bottom: 0;
}
@media(max-width:767px){
  .module_cards{
    flex-direction: column;
  }
}
.module_card h3{
    color: var(--yellow);
}
.module_card p{
  color: #ffffff;
}
.module_card.module_card_white{
  background-color: #ffffff;
}
.module_card.module_card_white h3,
.module_card.module_card_white p,
.module_cards .module_card.module_card_white p.module_link_text,
.module_cards .module_card.module_card_white a{
  color: var(--black);
}
.jobs_listing_container{
    background: #fff;
    border-radius: 10px;
    padding: 90px 60px;

}
.jobs_listing_container ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.jobs_listing_container ul li div{
    display: flex;
    align-items: center;
}
.jobs_listing_container ul li a{
    text-decoration:none;
}
.jobs_listing_container ul li  h3{
    margin-bottom: 10px;
}
.jobs_listing_container ul li > div div:nth-child(1){
    flex: 1;
}
.jobs_listing_container ul li > div div:nth-child(2){
    flex: 0 0 200px;
    justify-content: center;
}
.jobs_listing_container #load-more{
    display: block;
    text-align:center;
    font-weight: bold;
}
@media(max-width:767px){
    .jobs_listing_container{
        padding: 10px;
    }
    .jobs_listing_container ul li div{
        display: block;
    }
    .jobs_listing_container ul li a.button{
            width: 100%;
    justify-content: center;
    }
    .jobs_listing_container #load-more{
        padding: 40px 0;
    }
}
.module_case_studies_listing{
    display:flex;
    gap: 50px;
}
.case_sudy_listing{
        flex: .33 .33 0px;
}
.case_category{
    background-color: var(--yellow);
    text-transform: uppercase;
    font-size:14px;
    font-weight: bold;
    padding: 15px 30px;
}
.case_content{
    background-color: #fff;
    padding:20px;
}
@media(max-width:1000px){
    .module_case_studies_listing{
        display: block;
    }
    .case_sudy_listing{
        margin-bottom: 50px;
    }
}
.module_cta_download{
        padding: 40px 400px 40px 70px;
        position: relative;
}
.module_cta_download_img{
    position: absolute;
    right: 0;
    top: -25px;
    background: #fff;
    height: calc(100% + 50px);
    box-shadow: 0 13px 16px rgb(0,0,0,0.16);
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: center;
}
.module_cta_download_img img{
        max-width: 100%;
    height: 100% !important;
    object-fit: cover;
 
}
@media(max-width:767px){
    .module_cta_download{
            padding: 40px 40px 40px 40px;
            position: relative;
            margin-bottom: 100px;
    }
    .module_cta_download_img{
        position: relative;
        right: 0;
        top: auto;
        height: auto;
        box-shadow: 0 13px 16px rgb(0 0 0 / 16%);
        display: flex;
        width: 350px;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: -100px;
        margin-top: 30px;
    }
}
.module_cta_strip {
  padding: 40px 35px;
  background-color: var(--yellow);
  border-radius: 10px;
}
.module_cta_strip h2 {
  margin-bottom: 10px;
}
.module_cta_strip p{
 
  max-width:100%;
}

.cta_buttons{
      display: flex;
    width: 500px;
    justify-content: end;
    gap: 20px;
}
.cta_buttons a.cta_button{
padding: 10px 50px !important;
}
@media (min-width: 768px) {
  .module_cta_strip {
    padding: 40px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}
@media(max-width:767px){
    .cta_buttons{
      flex-direction: column;
          width: 100%;
          margin-top:50px;
    }
    .cta_buttons a{
          display: flex;
      justify-content: center;
    }
}
.module_events_listing_event {
  display: flex;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.module_events_listing_event > div {
  width: 50%;
  background-size: cover;
  background-position: center;
}
.module_events_listing_event .event_details {
  padding: 30px;
}
.module_events_listing:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0px;
  z-index: 0;
}
@media (max-width: 767px) {
  .module_events_listing_event {
    flex-direction: column;
  }
  .module_events_listing_event > div {
    width: 100%;
    min-height: 238px;
  }
}
.accordion h2 {
  margin-bottom: 20px;
}
.accordion-header h6 {
  transition: all 0.2s ease-out;
  font-size: 24px;
  margin-bottom: 0;
}
.accordion-rows .accordion:not(:last-child) {
  margin-bottom: 140px;
}
.accordion-header {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.accordion-item:nth-of-type(1) .accordion-header {
  border-top: none;
}
.accordion-content {
  transition: max-height 0.2s linear, opacity 0.2s linear;
  overflow: hidden;
  position: relative;
}
.accordion-content-inner {
  padding: 15px 0;
}
.accordion-item:not(.active) .accordion-content {
  height: 100%;
  max-height: 0;
  opacity: 0;
}
.accordion-content{
  opacity: 1;
  max-height: 500px;
  transition: all 0.3s;
}
.accordion-header:hover h6{
  color: var(--red);
}
.accordion-header h6 {
  padding-right: 40px;
}
.accordion-header .faq_icon{
     position: absolute;
    right: 0;
        margin: auto;
    top: 0;
    bottom: 0;
}
     
.accordion-header svg{
      top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.accordion-item .accordion-header svg .cross_vertical{
  transition: all 0.3s;
}
.accordion-item.active .accordion-header svg .cross_vertical{
  opacity: 0;
}
.accordion-item.active .accordion-h {
  opacity: 0;
}
.accordion_group {
  margin-bottom: 100px;
}
.accordion_group:nth-last-of-type(1) {
  margin-bottom: 0;
}
.accordion_group h3 {
  margin-left: 15px;
  margin-bottom: 15px;
}
.accordion-item{
    border-bottom: 1px solid var(--black)
}

@media(max-width:767px){
  .accordion-header svg{
 
    position: relative;
 
  }
  .accordion-header h4{
    margin-right: 55px;
  }
  .accordion-header .faq_icon {
    border-radius:999px;
    background: var(--yellow);
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
}
}

.module_featured_post{
    display: flex;
        align-items: center;
        gap: 30px;
}
.module_featured_post > div.featured_blog_content {
    width: 40%;
}
.module_featured_post > div.featured_blog_image {
    width: 60%;
}
.module_featured_post .blog-listing__post-image-wrapper {
    display: flex;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

@media(max-width:767px){
    .module_featured_post{
        flex-direction: column-reverse;
    }
    .module_featured_post>div.featured_blog_content,
    .module_featured_post > div.featured_blog_image{
        width: 100%;
    }
}
.flywheel_container {
  display: flex;
  gap: 50px;
}
.flywheel_container > div {
  width: 50%;
}
.flywheel_content {
  margin: 300px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flywheel_content:last-of-type {
}
.grid-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
transition: all 1s;
  margin: auto;
  height: auto;
}
.grid-image img.active_image {
  opacity: 1;
}
 
.grid-image {
  height: 100vh;
}
.grid-image-container {
  position: relative;
  height: 100%;
}
.flywheel_image {
  position: absolute;
  top: 0;
  left: 0;
}
.flywheel_content {
  opacity: 0;
}
.flywheel_content.active_section {
  opacity: 1;
}
.footer {
  position: relative;
}
.module_flywheel .pagination-container {
  width: 100%;
  height: 40px;
  left: 0 !important;
}
.module_flywheel .swiper-slide img {
  margin-bottom: 50px;
  height: auto;
}
.module_flywheel .swiper-pagination-bullet {
  background: white;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
.module_flywheel .swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .flywheel_container {
    display: block;
  }
  .flywheel_container > div {
    width: 100%;
  }

  .grid-image img {
    height: 150px;
    width: auto;
    bottom: 0;
    top: 100px;
  }
  .grid-image-container {
    position: relative;
    height: 430px;

    background: var(--grey);

    z-index: 8;
    position: relative;
  }
  .flywheel_content {
    margin: 0;
  }
}

.flywheel_mobile_image {
  height: auto;
}
#flywheel_top {
  height: 300px;
}
#flywheel_top img {
  position: absolute;
  height: 250px;
  width: auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 1s;
  margin: auto;
  top: 20px;
}
#flywheel_top img.active_image ,
#flywheel_top img.image_1 {
  opacity: 1;
}
.flywheel_sticky {
  position: fixed;
  top: 69px;
  z-index: 999;
  left: 0;
  width: 100%;
}
#flywheel_images {
  height: 300px;
  background: transparent;
  margin: 0 -20px;
  box-shadow: none;
  text-align: center;
  width: calc(100% + 40px);
  transition: background 0.2s;
  transition: transform 0.5s;
}
#flywheel_images.flywheel_sticky{
   box-shadow: 0px 4px 4px #ececec; 
     background: #fff;
}
.flywheel_mobile_content {
  margin: 100px 0  ;
}
.flywheel_container {
  display: flex;
  gap: 50px;
}
.flywheel_container > div {
  width: 50%;
}
.flywheel_content {
  margin: 300px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flywheel_content:last-of-type {
}
.grid-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
 
  margin: auto;
  height: auto;
}
.grid-image img.active_image {
  opacity: 1;
}
.grid-image img.image_1 {
  opacity: 1;
}
.grid-image {
  height: 100vh;
}
.grid-image-container {
  position: relative;
  height: 100%;
}
.flywheel_image {
  position: absolute;
  top: 0;
  left: 0;
}
.flywheel_content {
  opacity: 0;
 
}
.flywheel_content.active_section {
  opacity: 1;
}
.footer{
  position: relative;
}
.module_flywheel .pagination-container {
  width: 100%;
  height: 40px;
  left: 0 !important;
}
.module_flywheel .swiper-slide img {
  margin-bottom: 50px;
  height: auto;
}
.module_flywheel .swiper-pagination-bullet {
  background: white;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
.module_flywheel .swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .flywheel_container {
    display: block;
  }
  .flywheel_container > div {
    width: 100%;
  }
 
  .grid-image img {
    height: 150px;
    width: auto;
    bottom: 0;
    top: 100px;
  }
  .grid-image-container {
    position: relative;
    height: 430px;

    background: var(--grey);

    z-index: 8;
    position: relative;
  }
  .flywheel_content {
    margin: 0;
  }
}

.module_icon_strip .swiper-slide {
  align-items: center;
  gap: 20px;
  display: flex;
  justify-content: center;
}

.icon_text{
  font-weight: bold;
}
@media(max-width:767px){
  .icon_text{
    display: block;
  }
  .module_icon_strip .swiper-slide{
    flex-direction: column;
      margin-bottom: 30px;
        text-align: center;
    }
    .module_icon_strip .swiper-wrapper{
        flex-direction: column;
    }
}
@media(min-width:767px){
  .module_icon_strip .swiper-slide:nth-child(1){
  justify-content: start;
}
.module_icon_strip .swiper-slide:nth-child(3){
  justify-content: end;
}
}

.image_cards {
  display: flex;
  gap: 30px;
}
.image_card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
      width: 50%;
}
.image_card > div {
  z-index: 2;
  padding: 17%;
  color: #fff;
      background: rgb(0 0 0 / 50%);
      height: 100%;
          display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.image_card > img {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.image_card:hover > img{
      height: 120%;
 
}

.image_card:hover a{
    color: #fff;
}
.link_cover{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
        z-index: 3;
}
@media(max-width:767px){
    .image_cards{
        flex-direction: column;
    }
    .image_card{
      width: 100%;
    }
}
/* Image gallery wrapper */

.image-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Images */

.image-gallery__image-container {
  align-items: center;
  display: flex;
  width: 100%;
}

.image-gallery__image {
  height: auto;
  padding: 0 1.4rem 0.7rem;
  width: 100%;
}

/* Lightbox */

.image-gallery__lightbox {
  display: none;
}

.image-gallery__lightbox--open {
  background: rgba(0, 0, 0, 0.75);
  display: block;
  height: 100%;
  left: 0;
  overflow: scroll;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Prevents pop up from showing in the editor */

.hs-inline-edit .image-gallery__lightbox--open {
  display: none;
}

.image-gallery__caption p {
  color: #fff;
}

.image-gallery__close-button {
  display: flex;
  margin-left: auto;
}

.image-gallery__lightbox-content {
  text-align: center;
}

.image-gallery__lightbox-image {
  height: auto;
  margin-bottom: 1.4rem;
  max-width: 100%;
}
.latest_career > div {
  width: 50%;
  padding: 70px;
  background-size: cover;
}
.latest_career {
  background: var(--grey);
  display: flex;
}

@media (max-width: 767px) {
  .latest_career > div {
    width: 100%;
    min-height: 200px;
    padding:20px;
  }
  .latest_career {
    flex-direction: column;
  }
}
.list .list__item span{
    align-items: center;
    display: flex;
}
.list .list__item span img{
    height: 30px;
}
.mobile_video{
    margin-bottom:50px;
}
.mobile_video_inner{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin:auto;
}
.mobile_video_src{
    left:0;
    top:0;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 10px 10px 20px;
    border-radius: 11%;
    height: 100%;
}
.mobile_video img{
    z-index:2;
    position:relative;
}
.module_newsletter_signup{
    background-size:cover;
}
.newsletter-form-container{
    width: 820px;
    max-width:100%;
    background:#fff;
    border-radius: 10px;
    padding: 50px;
}
.module_newsletter_signup .form-title{
    display: none;
}
.module_newsletter_signup ::placeholder,.module_newsletter_signup ::-webkit-input-placeholder{
    color: var(--black);
}
.module_newsletter_signup form .legal-consent-container .hs-form-booleancheckbox-display>span{
    font-size: 10px;
}
.module_newsletter_signup form{
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
}
.module_newsletter_signup .hs_email label{
    display: none;
}
.module_newsletter_signup form .hs-form-field,
.module_newsletter_signup h2{
    margin: 0;
    position: relative;
}
.module_newsletter_signup form input[type='submit']{
    background-image: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/yellow_cta_arrow.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: -50%;
    right: 20px;
    transition: all 0.3s;
        transform: translate(0, 50%);
}
.module_newsletter_signup form input[type='submit']:hover{
    right: 0;
}
.module_newsletter_signup .hs_email:after{
    content: '';
    height: 1px;
    width: calc(100% - 90px);
    position: absolute;
    background: var(--black);
    bottom: 0;
}
.module_newsletter_signup form input {
    outline: none;
        padding: 15px 0;
}
@media(max-width:767px){
    .module_newsletter_signup form input[type='submit']{
        background-size: cover;
        width: 47px;
        height: 47px;
            top: -10%;
    right: 0px;
    }
    .newsletter-form-container{
        padding: 30px;
    }
}

.pagination{
    text-align:center;
}

.pricing_card{
    border-radius: 10px;
    transition: all 0.3s;
    margin-top:-100px;
}
.pricing_card:hover{
    box-shadow: 0 13px 16px rgb(0, 0, 0, 0.16);
}
.pricing_card_heading {
  padding: 40px 30px;
  border-bottom: 1px solid #d7d7d778
}
.pricing_card_content{
    border-bottom: 1px solid #d7d7d778
}
.pricing_card_content ol{
        padding-left: 10px;
}
.pricing_card_content,
.pricing_card_additional {
    padding: 20px 30px;
}
.pricing_card_additional{
    text-align: center;
}   

.pricing_card_bottom{
    background: var(--black);
      padding: 40px 30px;
      text-align:center;
      border-radius: 0 0 10px 10px;
}
@media(max-width:767px){
  .pricing_card{
      margin-bottom:30px;
      margin-top: 0px;
  }  
}
.module_product_cta {
 
    position: relative;
}
.module_product_cta_inner {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.module_product_cta_inner > div {
  width: 50%;
  padding: 40px;
  background-color: var(--yellow);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module_product_cta_left {
  background-size: cover !important;
}
.product_status {
  background: #fff;
  color: var(--black);
  font-family: var(--secondary-font);
  font-size: 17px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .module_product_cta_inner {
    flex-direction: column;
  }
  .module_product_cta_inner > div {
    width: 100%;
  }
}


ul.pillar-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
ul.pillar-menu li{
    width: calc(33% - 20px);
    margin: 0;
}
ul.pillar-menu li a{
    background: #F2C434;
    color: var(--black);
    text-align:center;
    display: block;
    padding: 35px 10px;
    text-decoration: none;
    border-radius:10px;
    font-family: var(--secondary-font);
        font-weight: bold;
    font-size: 22px;
    transition: all 0.3s;
}
ul.pillar-menu li a:hover{
    background: var(--black);
    color: #fff;
}
@media(max-width: 767px){
    ul.pillar-menu li{
        width: 100%;
    }
}

 .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 58px;
            height: 108px;
            z-index: 9999;
            cursor: pointer;
            text-decoration: none;
            transition: opacity 0.2s ease-out;
            background-image: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/module-icons/mack_to_menu.svg');
        }
        .back-to-top:hover{
            opacity: 0.7;
        }
.logo_slider .swiper-wrapper{
    align-items: center;
}
@media (max-width:767px){
   .logo_slider .swiper-slide{
        text-align: center;
    }
    .logo_slider .swiper-wrapper{
        flex-direction: column;
    }
}
.product_slider_photo{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.buttons_container{
    position: absolute;
    right: 0;
    width: 150px;
    top: 13px;
}
.buttons_container .swiper-button-next,.buttons_container .swiper-button-prev{
    margin-top:0;
        width: 36px;
    background-repeat: no-repeat;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6706' data-name='Group 6706' transform='translate(34.83 29.232) rotate(180)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6705' data-name='Group 6705' transform='translate(1.5 2.121)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
}
@media(min-width:768px){
    .module_product_slider h2{
        padding-right: 150px;
    }
}

@media(max-width:767px){
    .buttons_container {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
}
}
.team_slider_photo{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.buttons_container{
    position: absolute;
    right: 0;
    width: 150px;
    top: 13px;
}
.buttons_container .swiper-button-next,.buttons_container .swiper-button-prev{
    margin-top:0;
        width: 36px;
    background-repeat: no-repeat;
}

.module_team_slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6706' data-name='Group 6706' transform='translate(34.83 29.232) rotate(180)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_team_slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6705' data-name='Group 6705' transform='translate(1.5 2.121)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_team_slider .swiper-button-prev:after,.module_team_slider  .swiper-button-next:after {
    content: '';
}
@media(min-width:768px){
    .module_team_slider h2{
        padding-right: 150px;
    }
}

@media(max-width:767px){
    .buttons_container {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
}
}
.module_slider_testimonial,
.module_slider_testimonial .pagination-container {
  display: flex;
  gap: 50px;
      align-items: center;
}
.module_slider_testimonial > div
 {
  flex: 1 1 60%;

}
.module_slider_testimonial > div:nth-child(2){
    padding-bottom: 30px;
}
.module_slider_testimonial .pagination-container > div:nth-child(1){
    flex: 1 1 40%;
}
.module_slider_testimonial .pagination-container > div:nth-child(2){
    flex: 1 1 60%;
}
.module_slider_testimonial .pagination-container .swiper-pagination-bullets.swiper-pagination-horizontal{
  position: relative;
    text-align: left;
}
.module_slider_testimonial div.testimonial_image {
  display: flex;
  align-items: center;
  flex: 1 1 40%;
  border-radius: 10px;
  overflow: hidden;
}
.module_slider_testimonial div.testimonial_image > div{
  background-size: cover;
}
.testimonial_quote {
  font-family: var(--secondary-font);
  font-size: 42px;
  line-height: 50px;
  position: relative;
  font-weight: bold;
  padding-top: 55px;
}
.testimonial_author {
  font-size: 26px;
  font-weight:bold;
  margin-top:20px;
    font-family: var(--secondary-font);
}
.testimonial_quote:before {
    content: '“';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: -20px;
    font-family: 'Nunito';
    font-size: 156px;
    line-height: 1;
}
.module_slider_testimonials .swiper-pagination-bullet {
  background: white;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
.module_slider_testimonials .swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #000;
}


@media(max-width:767px){
  .module_slider_testimonial,.module_slider_testimonial .pagination-container{
        flex-direction: column;
            align-items: flex-start;
  }
  .module_slider_testimonial div.testimonial_image{
    width: 100%;
  }
}
.wanted_slider_photo{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.buttons_container{
    position: absolute;
    right: 0;
    width: 150px;
    top: 13px;
}
.buttons_container .swiper-button-next,.buttons_container .swiper-button-prev{
    margin-top:0;
        width: 36px;
    background-repeat: no-repeat;
}

.module_wanted_slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6706' data-name='Group 6706' transform='translate(34.83 29.232) rotate(180)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_wanted_slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6705' data-name='Group 6705' transform='translate(1.5 2.121)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_wanted_slider .swiper-button-prev:after,.module_wanted_slider  .swiper-button-next:after {
    content: '';
}
@media(min-width:768px){
    .module_wanted_slider h2{
        padding-right: 150px;
    }
}

@media(max-width:767px){
    .buttons_container {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
}
}


.module_tabs * {
  transition: all 0.3s;
}
.tab-menu {
  padding: 0;
}
.tab-menu li {
  display: block;
  margin: 0;
  color: var(--black);
  position: relative;
}
.tab-menu li a {
  display: block;
  padding: 20px 100px 20px 0px;
  text-decoration: none;
  background-color: #fff;
  background-image: url("//8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/module-icons/icon-chevron-right.svg");
  font-family: var(--secondary-font);
  font-size: 26px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right 30px center;
  border-bottom: 1px solid var(--black);
  z-index:2;
  position: relative;
}
.tab-menu li.active a {
  background-color: var(--yellow);
}
.tab-menu li .false_bg {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  height: 100%;
  width: 100vw;
  left: -100vw;
  border-bottom: 1px solid var(--black);
  z-index: 1;
}
.tab-menu li.active .false_bg {
  background-color: var(--yellow);
}
.tab-menu li:not(.active):hover a,
.tab-menu li:not(.active):hover .false_bg {
  background-color: var(--yellow);
  background-position: right 20px center;
}
.tabs-container {
  display: flex;
  margin-top: 50px;
}
.tab-content {
  display: flex;
}
.tab-text {
  padding: 0 70px;
}
.tab-content > div {
  width: 50%;
}
.tab-image img {
  border-radius: 10px;
}
.tab-menu-mobile {
  display: none;
}
.hidden-content{
    display: none;
}
.tab-image{
  text-align:right;
}
@media (max-width: 767px) {
  .tab-content {
      display: flex;
    flex-direction: column;
    max-height: 999px;
          overflow: hidden;
  }
  .tab-content > div {
    width: 100%;
  }
  .tab-text {
    padding: 0;
  }
  .tab-menu-desktop {
    display: none;
  }
  .tab-menu-mobile {
    display: block;
    margin: 0;
  }
  .false_bg {
    
  }
  .tab-menu li a {
    padding: 20px 100px 20px 20px;
  }
  .tab-text {
    padding: 30px 0;
  }
  .tab-menu li .false_bg{
      left: -20px;
  }
  .tab-image img{
      width:100%;
      margin: 30px 0;
  }
  .hidden-content{
      display: block;
      max-height: 0;

  }
}
.module_team_quote{
    position: relative;
}
.team_quote_image{
    width: 362px;
    height: 362px;
    border-radius: 999px;
    background-position: top center;
    background-size: cover;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.team_quote_box{
    padding: 55px 55px 55px 220px;
    margin-left: 181px;
    border-radius: 10px;
}
@media(max-width:767px){
    .team_quote_image{
        width: 300px;
        height: 300px;
        bottom: auto;
        top: -250px;
        left: 0;
        right: 0;
    }
    .team_quote_box{
        padding: 100px 40px 40px;
        margin-left: 0;
        margin-top: 260px;
    }
}
.team_photo {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
@media(min-width:768px){
    .module_team_list .swiper-wrapper{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .module_team_list .swiper-slide{
        width: calc(25% - 15px);
    }
    .team_card{
        margin-bottom:50px;
    }
}
 

.buttons_container{
    position: absolute;
    right: 0;
    width: 150px;
    top: 13px;
}
.buttons_container .swiper-button-next,.buttons_container .swiper-button-prev{
    margin-top:0;
        width: 36px;
    background-repeat: no-repeat;
}

.module_team .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6706' data-name='Group 6706' transform='translate(34.83 29.232) rotate(180)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_team .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6705' data-name='Group 6705' transform='translate(1.5 2.121)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23003' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23003' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_team .swiper-button-prev:after,.module_team  .swiper-button-next:after {
    content: '';
}
@media(min-width:768px){
    .module_team h2{
        padding-right: 150px;
    }
}

@media(max-width:767px){
    .buttons_container {
position: absolute;
    right: 0;
    width: 30%;
    top: 30px;
}
.module_team h2{
    width:65%;
}
}

.single_module_upcoming_event > div {
    width: 50%;
}
.single_module_upcoming_event {
    display: flex;
    background-color: var(--grey);
    border-radius: 10px;
}
.event_content {
    padding: 70px;
}
@media (max-width: 767px){
	.single_module_upcoming_event > div {
		width: 100%;
        padding:20px;
	}
 
.event_img {
    height: 200px;
}
.single_module_upcoming_event {
    flex-direction: column;
}
}

.webinar_slider_head{
    display:flex;
    justify-content: space-between;
    align-items: start;
    gap: 0 50px;
}
@media(max-width:767px){
    .webinar_slider_head{
        flex-direction: column;
    }
}
.webinar_yt_link{
    display: flex;
    align-items:center;
    gap: 10px;
    margin-bottom:30px;
}
.module_webinars_slider .swiper-slide{
    padding: 30px;
}



.module_webinars_slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6706' data-name='Group 6706' transform='translate(34.83 29.232) rotate(180)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23F2C434' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23F2C434' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_webinars_slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.33' height='31.354' viewBox='0 0 36.33 31.354'%3E%3Cg id='Group_6705' data-name='Group 6705' transform='translate(1.5 2.121)'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0 0)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M2411.5,726l13.556,13.556L2411.5,753.111' transform='translate(-2391.726 -726)' fill='none' stroke='%23F2C434' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.321' transform='translate(0 13.556)' fill='none' stroke='%23F2C434' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.module_webinars_slider .swiper-button-prev:after,.module_webinars_slider  .swiper-button-next:after {
    content: '';
}
.module_webinars_slider .buttons_container{

}
.module_webinars_slider .swiper-button-next,
.module_webinars_slider .swiper-button-prev{
        width: 36px;
    height: 31px;
    position: relative;
    top: 0;
    border: 0;
    margin: 0;
    right: auto;
    left: auto;
    display: inline-block;
}
.module_webinars_slider .buttons_container{
        margin: 40px 0 20px 0;
    display: flex;
    gap: 20px;
}
footer {
  padding: 50px;
}
.footer_logo {
  margin-bottom: 30px;
}
.footer_menus {
  display: flex;
  gap: 10px;
}
.footer .footer_menus .hs-menu-wrapper a {
  font-size: 20px;
  display: block;
  margin-bottom: 17px;
}
.footer .footer_menus .hs-menu-wrapper a:hover{
  text-decoration: underline;
}
.footer .menu_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_menu_1 .hs-menu-wrapper ul {
  flex-direction: column;
}
.footer_menu_2 .hs-menu-wrapper ul {
  flex-direction: column;
}
.footer_menu_1,
.footer_menu_2 {
  flex: 40%;
}
.footer_accreds {
  flex: 100%;
}
.accred_icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.accred_icons img{
  height: 50px !important;
}
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom_menu {
  opacity: 0.5;
  flex: auto;
}
.footer_bottom_menu .hs-menu-wrapper ul {
    margin-right: 50px;
    justify-content: flex-start;
}
@media(min-width:768px){
  .footer_bottom_menu .hs-menu-wrapper ul {
    gap: 50px;
}
}
.footer_socials a {
  text-decoration: none;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 999px;
  padding: 0px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: all 0.3s;
}
.footer_socials a span {
}
.footer_socials svg {
  height: 15px;
}
.footer_socials a svg path {
  transition: all 0.3s;
}
.footer_socials a:hover svg path {
  fill: var(--yellow);
}
.footer_socials a:hover {
  background: #f2f2f2;
}
@media (max-width: 1139px) {
  .footer_menus,
  footer .hs-menu-wrapper ul,
  .accred_icons,
  .footer_bottom,
  .footer_logo,
  footer p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_bottom_menu .hs-menu-wrapper ul {
    justify-content: space-between;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer_bottom_menu .hs-menu-wrapper ul li a {
    padding: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .footer_socials a {
    width: 50px;
    height: 50px;
    margin: 0 5px;
  }
  .footer_socials svg {
    height: 20px;
  }
  footer {
    padding: 50px 20px;
  }
}
header.header {
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999999;
  transition: all 1s;
 
}
.header_logo{
  padding: 10px 0;
}
@media (min-width: 1140px) {
  header.header {
    padding: 35px 0 0;
  }
  header.header .container-fluid{
    padding-bottom: 35px;
  }
  .header.header.nav-up {
    transform: translate(0px, -100%);
  }
}
html:not(.hs-inline-edit) header {
  position: fixed;
}
header.header .container-fluid{
  background: #fff;
}
header.header .button {
  min-width: 130px;
  justify-content: center;
}
header.header .header_top {
  display: flex;
  justify-content: end;
  align-items:center;
    align-items:center;
}
header.header .header_top .hs-menu-wrapper ul {
  justify-content: end;
}
header.header .header_top .hs-menu-wrapper ul a {
  font-weight: 100;
  text-decoration: none;
  padding: 0 15px;
  font-size: 14px;
}
header.header .header_top .hs-menu-wrapper ul a:hover {
  text-decoration: underline;
}

@media (min-width: 1140px) {
  header.header .header_bottom {
    margin: 10px 0 0;
  }
}
header.header .header_bottom,
header.header .header_buttons,
header.header .header_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.nav-desktop .header__menu-item.header__menu-item--has-submenu:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 59px;
  background: transparent;
}
header.nav-up
  .nav-desktop
  .header__menu-item.header__menu-item--has-submenu:after {
  pointer-events: none;
}
.header__menu-submenu {
  transition: all 0.3s;
  border-width: 1px;
  opacity: 0;
  pointer-events: none;
  left: -1px;
  position: fixed;
  text-align: left;
  top: 100%;
  width: 100%;
  z-index: 99;
  max-width: 1234px;
  background: var(--grey);
  margin: auto;
  left: 0;
  right: 0;
}
.header__menu-item {
  display: inline-flex;
  position: relative;
}
.hs-menu-item .icon-phone {
  background-image: url("https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/module-icons/icon-phone.svg");
  width: 30px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right:5px;
}
.header_menu li > a {
  text-decoration: none;
  padding: 0 20px;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: bold;
}
.header_menu li > a:hover {
  text-decoration: underline;
}
.header__menu-item--has-submenu.header__menu-item--open .header__menu-submenu {
  display: block;
  pointer-events: all;
  opacity: 1;
}

.header__menu-submenu {
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 10px;
  pointer-events: none;
}
.header__menu-submenu-container > ul {
  display: flex;
}
.header__menu-submenu-container > ul > li {
  width: 33%;
}
.header__menu-submenu-container > ul > li.double-width-li {
  width: 66%;
}
.header__menu-submenu-container > ul > li:nth-child(2) {
  border-left: 1px solid #000;
  padding-left: 70px;
}
.header__menu-submenu-container {
  padding: 70px;
  position: relative;
  z-index: 3;
}
.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-list li a {
  padding: 5px 0;
  display: block;
}
.mega-cta {
  color: var(--yellow) !important;
  padding: 10px 70px;
  background-color: var(--black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.mega-cta h2 {
  color: var(--yellow) !important;
  margin: 0;
}
.grad-over {
  background: rgb(242, 242, 242);
  background: linear-gradient(
    90deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(242, 242, 242, 1) 66%,
    rgba(242, 242, 242, 0) 80%,
    rgba(242, 242, 242, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Menu icons */

@media (min-width: 767px) {
  .header__menu-submenu .header__menu-child-toggle {
    margin-left: auto;
    padding: 0.7rem 1rem;
  }
}

.header__menu-child-toggle svg {
  height: 15px;
  margin-left: 0.35rem;
  width: 15px;
}

.header__menu-toggle {
  display: none;
}

.header__menu-toggle svg {
  height: 30px;
  width: 30px;
}

@media (max-width: 767px) {
  .header__menu-child-toggle,
  .header__menu-child-toggle:hover,
  .header__menu-child-toggle:focus,
  .header__menu-child-toggle:active {
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }

  .header__menu-child-toggle svg {
    margin-left: 0;
  }

  .header__menu-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }

  .header__menu-toggle--show {
    display: block;
  }
}

.hamburger {
  background: var(--yellow) !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  z-index: 9999;
  display: block;
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: 0;
  background-color: none !important;
  border-color: none !important;
}

.hamburger svg {
  width: 65px;
  height: 65px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s
      cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: square;
  stroke: var(--white);
  stroke-dashoffset: 0;
}

.hamburger path#bottom,
.hamburger path#top {
  stroke-dasharray: 240px 950px;
}

.hamburger path#middle {
  stroke-dasharray: 240px 240px;
}

.hamburger.cross path#bottom,
.hamburger.cross path#top {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}

.hamburger.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.header__menu-container--mobile {
  display: none;
}
.header__menu--mobile {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  z-index: 99;
  left: -100%;
  transition: all 0.4s;
  background-color: #f2f2f2;
  padding: 35px;
}
.header_menu .mobile_submenu li > a {
  font-size: 25px;
  font-weight: 900;
}
@media (max-width: 1139px) {
  .header__menu--desktop {
    display: none;
  }

  .header__menu-container--mobile {
    display: block;
  }

  .header__menu--show {
    display: block;
  }
  .header__menu--mobile.header__menu--show {
    left: 0;
  }
  header.header .header_buttons {
    display: block;
  }
  header.header .button {
    display: flex;
    margin: 20px 0px;
  }
  .hs-menu-wrapper li {
    text-align: left;
  }
  .hs-menu-item .icon-phone {
    display: none;
  }
}

.header__menu-container--mobile .header__menu-item--has-submenu > ul {
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.55s ease-in-out;
}

.header__menu-container--mobile
  .header__menu-item--has-submenu.header__menu-item--open
  > ul {
  max-height: 1000px;
  transition: max-height 0.55s ease-in-out;
}
.header__menu-container--mobile .header__menu-item,
.hs-menu-wrapper .header__menu-container--mobile ul {
  display: block;
}
.hs-menu-wrapper .header__menu-container--mobile li {
  margin: 0;
}
.header_menu .header__menu-container--mobile li > a {
  padding: 0;
  position: relative;
      padding-right: 30px;
}
.header_menu .header__menu-container--mobile li > a svg {
  position: absolute;
  right: 0;
  top: 14px;
}
.header_menu .header__menu-container--mobile li  a svg #cross_1{
 
}
.header_menu .header__menu-container--mobile li.header__menu-item--open a svg #cross_1 {
  display: none;  
 
}
.header__menu--mobile{
      overflow: scroll;
      padding-bottom:50px;
}
.header__menu--mobile {
  font-family: var(--secondary-font) !important;
}
.header__menu--mobile > div > ul > li > a {
  font-size: 34px;
  margin-bottom: 20px;
  display: block;
}
.header__menu--mobile > div > ul > li > ul {
  margin-left: 20px;
}
.header__menu--mobile > div > ul > li > ul li {
  margin-bottom: 12px !important;
}
.header__menu--mobile > div > ul > li > ul strong {
  font-size: 24px;
  margin-bottom: 12px !important;
  display: block;
}

.mobile_submenu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
  padding-bottom: 50px;
}
.mobile_submenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li{
  opacity: 0.6;
}
.mobile_submenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-of-type{
  opacity: 1;
}

/* S3 Theme add-ons/overwrites */
/* s3-theme variables */

:root {
  
  --color-primary: #FFCB04; /* 255 203 4 */
  --color-secondary: #060048;
  --color-dark: #000;
  --color-text: #2F2E2E;
  --color-lightgrey: #FAFAFA;
  --color-darkgrey: #333333;
  
  --max-width-large: 1400px;
  --max-width: 1300px;
  
  --icon-play: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/play.svg');
  --icon-arrow: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/arrow.svg');
  --icon-search: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/search.svg');
  --icon-studio3: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/studio-3.svg');
  --icon-breedr: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/breedr-yellow.svg');
  --icon-ai: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/ai.svg');
  --icon-cow: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/cow.svg');
  --icon-cow-alt: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/cow-alt.svg');
  --icon-truck: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/truck.svg');
  --icon-genetics: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/genetics.svg');
  --icon-value: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/value.svg');
  --icon-tractor: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/tractor.svg');
  --icon-globe: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/globe.svg');
  --icon-globe-light: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/globe-light.svg');
  --icon-calf: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/calf.svg');
  --icon-cows: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/cows.svg');
  --icon-gear: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/gear.svg');
  --icon-time: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/time.svg');
  --icon-cart: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/cart.svg');
  --icon-rancher: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/rancher.svg');
  --icon-packer: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/packer.svg');
  --icon-gate: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/gate.svg');
  
  --icon-phone: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/phone.svg');
  --icon-map: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/map.svg');
  --icon-email: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-icons/email.svg');
  
  --image-phone: url('https://8055559.fs1.hubspotusercontent-na1.net/hubfs/8055559/raw_assets/public/Breedr/images/s3-images/phone-mask-large.png');
   
}
/* s3-theme dom elements */

/*fonts*/
.s3-theme h1, .s3-theme h2, .s3-theme h3, .s3-theme h4 {
  font-family: Nunito, sans-serif !important;
  font-weight: 500;
  color: var(--color-secondary);
  line-height: 1.2;
}
.s3-theme h1 span.small, .s3-theme h2 span.small, .s3-theme h3 span.small, .s3-theme h4 span.small {
  color: var(--color-primary);
  font-size: 80%;
  display: block;
  margin-bottom: 2%;
}
.s3-theme h2 {
  font-size: 50px;
}
.s3-theme h3 {
  font-size: 22px;
  line-height: 1.3;
}
.s3-theme p {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1140px) {
  .s3-theme h2 {
    font-size: 42px;
  }
}
@media (max-width: 800px) {
  .s3-theme h2 {
    font-size: 35px;
  }
  .s3-theme h3 {
    font-size: 19px;
  }
}
/*buttons*/
.play-icon {
  position: relative;
  display: inline-block;
  padding-top: 85px;
}
.play-icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--icon-play) 53% center no-repeat;
  background-color: var(--color-primary);
  background-size: 18px;
  transition: opacity ease 0.5s;
}
.play-icon:hover {
  text-decoration: none;
  color: unset;
}
.play-icon:hover::before {
  opacity: 0.8;
}

.s3-button {
  padding: 12px 20px 12px 58px;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #FFF;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  transition: all ease 0.5s;
  color: var(--color-secondary);
}
.s3-button.small {
  padding: 7px 15px 7px 45px;
  border-radius: 20px;
}
.s3-button:hover {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  padding: 12px 58px 12px 20px;
  color: var(--color-secondary) !important;
}
.s3-button.small:hover {
  padding: 7px 45px 7px 15px;
}
.s3-button::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: var(--icon-arrow) center center no-repeat;
  background-color: var(--color-primary);
  background-size: 15px;
  transition: all ease 0.5s;
}
.s3-button.small::before {
  width: 30px;
  height: 30px;
}
.s3-button:hover::before {
  left: calc(100% - 43px);
  transform: rotate(-45deg);
}
.s3-button.small:hover::before {
  left: calc(100% - 33px);
}
.s3-button.play::before {
  background: var(--icon-play) 53% center no-repeat;
  background-color: var(--color-primary);
  background-size: 10px;
}
.s3-button.play:hover::before {
  transform: none;
}
.s3-button.transparent {
  background: transparent;
  color: #FFF;
}
.s3-button.white {
  background: #FFF;
}
.s3-button.blue {
  background: var(--color-secondary);
  color: #FFF
}
@media (max-width: 1140px) {
  .play-icon {
    font-size: 18px;
  }
}
  
@media (max-width: 800px) {
  .play-icon {
    padding-top: 65px;
    font-size: 16px;
  }
  .play-icon::before {
    width: 55px;
    height: 55px;
    background-size: 13px;
  }
}

/* HS Form button overrides */
.s3-theme form input.hs-button {
  width: auto;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  border-width: 0 !important;
  display: inline-block;
  text-decoration: none !important;
  transition: all ease 0.5s;
  color: #FFF !important;
  background: var(--color-secondary);
}
.s3-theme form input.hs-button:hover {
  color: var(--color-secondary) !important;
  background: var(--color-primary);
}
/* Icons */
.icon-type.breedr::before {
  background-image: var(--icon-breedr);
}
.icon-type.ai::before {
  background-image: var(--icon-ai);
}
.icon-type.cow::before {
  background-image: var(--icon-cow);
}
.icon-type.cow-alt::before {
  background-image: var(--icon-cow-alt);
}
.icon-type.value::before {
  background-image: var(--icon-value);
}
.icon-type.genetics::before {
  background-image: var(--icon-genetics);
}
.icon-type.truck::before {
  background-image: var(--icon-truck);
}
.icon-type.tractor::before {
  background-image: var(--icon-tractor);
}
.icon-type.email::before {
  background-image: var(--icon-email);
}
.icon-type.phone::before {
  background-image: var(--icon-phone);
}
.icon-type.map::before {
  background-image: var(--icon-map);
}
.icon-type.gear::before {
  background-image: var(--icon-gear);
}
.icon-type.calf::before {
  background-image: var(--icon-calf);
}
.icon-type.cows::before {
  background-image: var(--icon-cows);
}
.icon-type.time::before {
  background-image: var(--icon-time);
}
.icon-type.gate::before {
  background-image: var(--icon-gate);
}
.icon-type.rancher::before {
  background-image: var(--icon-rancher);
}
.icon-type.packer::before {
  background-image: var(--icon-packer);
}
.icon-type.cart::before {
  background-image: var(--icon-cart);
}
/*Colors*/
.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

/*image / video options*/
img.background, video.background {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}

/*list items*/
.s3-theme ul li {
  color: var(--color-secondary);
  font-size: 18px;
}
/* s3-theme layout */

/*body*/
body.s3-theme {
  padding-top: 0;
}

/*header*/
.s3-theme header {
  background: transparent;
  padding-top: 20px;
}
.s3-theme header.scrolled {
  background: #FFF;
  padding-top: 0;
  box-shadow: 0px 0 30px rgba(0,0,0,0.05);
}
.s3-theme header .container-fluid {
  background: transparent;
  padding-bottom: 0;
}
.s3-theme header .header_bottom {
  margin-top: 0;
}
.s3-theme header .content-wrapper {
  max-width: 1400px;
}
.s3-theme header .header_logo {
  max-width: 160px;
}
.s3-theme header ul:not(.lang_list_class) {
  display: flex;
  justify-items: stretch;
  gap: 0 clamp(0px,1.5vw,30px);
}
.s3-theme header li a:not(.button):not(.lang_switcher_link) {
  color: #FFF;
  font-size: 16px;
  padding: 0 5px;
  position: relative;
  transition: color ease 0.5s;
}
.s3-theme header.scrolled li a:not(.button) {
  color: var(--color-secondary);
}
.s3-theme header li a:not(.button):hover {
  color: var(--color-primary);
}
.s3-theme header li a:hover {
  text-decoration: none;
}
.s3-theme header li.search-icon {
  padding-left: 15px;
}
.s3-theme header li.search-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--icon-search) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 100%;
}
.s3-theme header.scrolled li.search-icon::before {
  filter: invert(1);
}
.s3-theme header a.s3-button.transparent {
  color: #FFF;
}
.s3-theme header a.s3-button.transparent:hover {
  color: var(--color-dark);
}
.s3-theme header.scrolled a.s3-button {
  border-color: var(--color-secondary);
}
.s3-theme header.scrolled a.s3-button:hover {
  border-color: var(--color-primary);
}
.s3-theme header.scrolled a.s3-button.transparent {
  color: var(--color-dark);
}
.s3-theme header.scrolled a.s3-button.white {
  background: var(--color-secondary);
  color: #FFF;
}
/* mega-menu */
.s3-theme header ul:not(.lang_list_class) li.header__menu-item--has-submenu {
  position: relative;
}
.s3-theme header .header__menu-submenu {
  top: 40px !important;
  position: absolute;
  right: auto;
  left: -15px;
  min-width: calc(100% + 35px);
  width: auto;
  border-radius: 3px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.05);
}
.s3-theme header.scrolled .header__menu-submenu {
  border-radius: 0 0 3px 3px;
}
.s3-theme header.nav-up .header__menu-submenu {
  opacity: 0 !important;
  pointer-events: none;
}
.s3-theme header .header__menu-submenu-container {
  padding: 20px;
  white-space: nowrap
}
.s3-theme header .header__menu-submenu-container ul.no-list {
  gap: 20px;
}
.s3-theme header .header__menu-submenu-container>ul>li {
  width: auto;
}
.s3-theme header .header__menu-submenu-container>ul>li:nth-child(2) {
  padding-left: 20px;
}
.s3-theme header .header__menu-submenu .header-title {
  margin-bottom: 10px;
}
.s3-theme header ul.mega-menu-list {
  flex-direction: column;
  gap: 10px;
}
.s3-theme header ul.mega-menu-list li {
}
.s3-theme header ul.mega-menu-list li a:not(.button) {
  color: var(--color-secondary);
  transition: color ease 0.5s;
}
.s3-theme header ul.mega-menu-list li a:not(.button):hover {
  color: var(--color-primary);
}
/* language controller */
.s3-theme header .lang {
  padding-top: 5px;
}
.s3-theme header .globe_class {
  background-image: var(--icon-globe-light);
}
.s3-theme header.scrolled .globe_class {
  background-image: var(--icon-globe);
}
.s3-theme header .lang ul.lang_list_class {
  width: 280px;
  top: 24px;
}
.s3-theme header li a.lang_switcher_link {
  font-size: 15px;
}
.s3-theme header .language_popup {
  top: 0;
}
.s3-theme header .language_popup.popup_visible {
  transform: translateY(98px);
}
.s3-theme header.scrolled .language_popup.popup_visible {
  transform: translateY(78px);
}
.s3-theme .header_menu li > a {
  font-family: Nunito, sans-serif;
}
@media (max-width: 1300px) {
  .s3-theme header .header_logo {
    max-width: 140px;
  }
  .s3-theme header .header_menu ul {
    gap: 0 15px;
  }
  .s3-theme header .header_menu li a:not(.button) {
    font-size: 15px;
  }
  .s3-theme header .language_popup.popup_visible {
    transform: translateY(94px);
  }
  .s3-theme header.scrolled .language_popup.popup_visible {
    transform: translateY(72px);
  }
}

@media (max-width: 1200px) {
  .s3-theme header .header_logo {
    max-width: 130px;
  }
  .s3-theme header .header_menu ul {
    gap: 0 10px;
  }
  .s3-theme header .header_menu li a:not(.button) {
    font-size: 14px;
  }
  .s3-theme header .language_popup.popup_visible {
    transform: translateY(91px);
  }
  .s3-theme header.scrolled .language_popup.popup_visible {
    transform: translateY(69px);
  }
}

@media (max-width: 1140px) {
  .s3-theme header {
    background: rgba(6,0,72,0.65) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding-top: 0;
  }
  .s3-theme header.scrolled .globe_class {
    background-image: var(--icon-globe-light);
  }
  .s3-theme header .language_popup.popup_visible, .s3-theme header.scrolled .language_popup.popup_visible {
    transform: translateY(69px);
  }
  .s3-theme header a.s3-button {
    border-color: var(--color-secondary);
  }
  .s3-theme header a.s3-button:hover {
    border-color: var(--color-primary);
  }
  .s3-theme header a.s3-button.transparent {
    color: var(--color-dark);
  }
  .s3-theme header a.s3-button.white {
    background: var(--color-secondary);
    color: #FFF;
  }
  .s3-theme header li a.lang_switcher_link {
    font-size: 14px;
  }
}

/*mobile header*/
.s3-theme header .nav-mobile nav {
  height: calc(100vh - 60px);
  padding-bottom: 90px;
}
.s3-theme header .nav-mobile ul {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: flex-start;
  gap: 25px;
}
.s3-theme header .nav-mobile .header_buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.s3-theme header .nav-mobile .header_buttons .s3-button {
/*   flex: 0 0 auto; */
}
.s3-theme header .nav-mobile li a:not(.s3-button) {
  color: var(--color-secondary);
  font-size: 18px;
  margin-bottom: 0;
}

.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu > a {
  position: relative;
  width: 100%;
  transition: color ease 0.5s;
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu.header__menu-item--open > a {
  color: var(--color-primary);
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu > a::before, .s3-theme header .nav-mobile ul li.header__menu-item--has-submenu > a::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  background: var(--color-secondary);
  right: 0;
  top: calc(50% - 8px);
  transform: translateX(-50%);
  transition: transform ease 0.3s;
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu > a::before {
  transform: translateX(-50%) rotate(90deg);
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu.header__menu-item--open > a::before {
  transform: translateX(-50%) rotate(45deg);
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu.header__menu-item--open > a::after {
  transform: translateX(-50%) rotate(-45deg);
}
.s3-theme header .nav-mobile li.header__menu-item--has-submenu .overview {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.s3-theme header .nav-mobile li.header__menu-item--has-submenu .no-overview {
  margin-top: 40px;
}
.s3-theme header .nav-mobile li.header__menu-item--has-submenu .header-title {
  color: var(--color-darkgrey);
  margin: 5px 5px 30px;
  border-bottom: 1px solid var(--color-primary);
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu ul {
  gap: 10px;
  transition: none;
}
.s3-theme header .nav-mobile ul li.header__menu-item--has-submenu ul li {
  margin-bottom: 0;
}
.s3-theme header .nav-mobile ul.mega-menu-list a {
  font-size: 16px;
  color: var(--color-darkgrey);
}

/*footer*/
.s3-theme footer {
  background: transparent;
  padding: 0;
}
.s3-theme footer .additional {
  background: var(--color-secondary);
  padding: 20px 0;
}
.s3-theme footer .additional .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.s3-theme footer .additional .content-wrapper .s3 {
  padding-left: 40px;
  position: relative;
}
.s3-theme footer .additional .content-wrapper .s3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--icon-studio3) center center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 100%;
}
.s3-theme footer .additional .content-wrapper .s3 span {
  display: block;
}
.s3-theme footer .content-wrapper.upper {
  display: grid;
  gap: 7%;
  grid-template-columns: 30% 63%;
  align-items: center;
}
.s3-theme footer .footer_logo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
}
.s3-theme footer .footer_logo .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.s3-theme footer .footer_menus {
  display: flex;
  align-items: stretch;
}
.s3-theme footer .footer_menus .footer_menu_2 {
  background: var(--color-lightgrey);
}
.s3-theme footer .footer_menus .hs-menu-wrapper ul {
  flex-direction: column;
  padding: 80px 40px;
}
.s3-theme footer .footer_menus .footer_menu_3 {
  flex: 1 0 auto;
}
.s3-theme footer .footer_menus .hs-menu-wrapper a {
  color: var(--color-secondary);
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1140px) {
  .s3-theme footer {
    padding-top: 40px;
  }
  .s3-theme footer .content-wrapper.upper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .s3-theme footer .footer_menus .hs-menu-wrapper ul {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 767px) {
  .s3-theme footer .additional .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .s3-theme footer .footer_menus .hs-menu-wrapper li {
    margin-bottom: 0;
  }
}

/* Video popup modal */
.s3-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
  background: rgba(0,0,0,0.85);
}
.s3-modal.active {
  visibility: visible;
  opacity: 1;
}
.s3-modal .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
}
  
.s3-modal .container {
  height: auto;
  width: calc(100% - 40px);
  max-width: 1100px;
  max-height: 80vh;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.s3-modal .container video {
  width: 100%;
  height: auto;
  position: relative;
}
.s3-modal .container .close {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  margin-top: -30px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.s3-modal .container .close:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

/*General Layout*/
.s3-theme .content-wrapper {
  max-width: var(--max-width);
}

@media (min-width: 800px) {
  .s3-theme span.block-desktop {
    display: block;
  }
}