*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
    font-family: "Material Design Icons"; 
    src: url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/materialdesignicons-webfonte910.woff2) format("woff2"),
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/materialdesignicons-webfonte910.woff) format("woff");
    font-style: normal;
    font-weight: normal;
  }


  @font-face { 
    font-family: "unicons-line"; 
    src: url("https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/Mintmesh_May2022/fonts/unicons-14.eot") format("embedded-opentype"),
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-14.woff2) format("woff2"),
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-14.woff) format("woff"), 
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-14.ttf) format("truetype"), 
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-14.svg) format("svg");
    font-style: normal; 
    font-weight: 400;
    unicode-range: U+EB4E-EB89;
  }

  @font-face { 
    font-family: "unicons-line"; 
    src: url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-7.woff2) format("woff2"),
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-7.woff) format("woff"), 
      url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/fonts/unicons-7.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+E9A5-E9E1;
  }


  body {
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }

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

  /* Paragraphs */

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.6;
  }

  /* Anchors */

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

  /* Headings */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 1rem;
    line-height: 1.5;
  }

  /* Lists */

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

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

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

  /* Code blocks */

  code {
    vertical-align: bottom;
  }

  /* Blockquotes */

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

  /* Horizontal rules */

  hr {
    background-color: #CCC;
    border: none;
    color: #CCC;
    height: 1px;
  }
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #3c4858!important;
}

/* Form fields */
.hs-search-field__bar,

.widget-type-password_prompt.custom_error_message,
.section.post-footer form ,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_blog_subscribe {
  display: block;
  max-width: 767px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
  border-radius: 6px !important;
  padding: 48px 24px;

}
form {
  margin-top: 10px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}
label.hs-main-font-element {
  color: #ef6b51;
}
.form-title {
  margin-bottom: 12px;
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  font-size: 24px !important;
  color: #161c2d;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #3c4858;
  height: 42px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  padding: 0.375rem 0.75rem;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  width: 100%;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  box-shadow: 0 3px 5px 0 rgb(71 214 196 / 30%); 
  display: block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  -webkit-appearance: button;
  overflow: visible;
}
a.hs-button.primary {
  margin-top: 20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-button:hover{
  background-color: #3bb3a4;
  border-color: #3bb3a4 !important;
  color: #fff ;
}
@media (max-width: 767px){
  .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_blog_comments, .hs_cos_wrapper_type_email_subscriptions, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_password_reset, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_blog_subscribe {
    margin-top: 25px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
body.no-banner {
  padding-top: 77px;
}

.header-wrapper {
  word-break: normal;
}

header.main_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.main_header.fixed,
body.no-banner .main_header {
  -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
  box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}
.header_logo {
  position: relative;
  margin-top: 6px;
}
.header_logo .logo1 {
  display: block;
}
.header_logo .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.header_logo img {
  width: auto !important;
  height: 60px;
  max-width: initial;
}
.main_header.fixed .logo2,
body.no-banner .main_header .logo2 {
  opacity: 1;
  visibility: visible;
}

.main_header.fixed .logo1,
body.no-banner .main_header .logo1 {
  opacity: 1;
  visibility: hidden;
}
.icon_img img {
  width: auto !important;
  height: 65px;
  max-width: initial;
}


.main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main_menu .level-2 {
  display: none;
}
.header_container.content-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

.main_menu .level-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_menu {
  width: 100%;
}
.main_menu .level-1>li {
  position: relative;
}
.main_menu .level-1>li.has-submenu {
  margin-right: 10px;
}
.main_menu .level-1 > li > a {
  padding-top: 28px;
  padding-bottom: 25px;
  letter-spacing: 1px;
  font-size: 13px;
  background-color: transparent;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}

label.menu-arrow .menu-arrow-bg {
  border-radius: 0.5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 33px;
}

.icon_img {
  margin-left: 30px;
}
.icon_img a {
  display: flex;
  background: #fff;
  border-radius: 0% 0 50% 50%;
  padding: 4px 2px 2px 2px;
  pointer-events: none;
}

.main_menu .level-1>li.menu-cta a {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  background-color: #f17425;
  border: 1px solid #f17425;
  color: #fff;
  border-radius: 50rem !important;
  line-height: 1.5 !important;
  margin-right: 8px;
  text-transform: none;
  height: auto !important;
  min-height: auto !important;
  display: inline-block;
  margin-top: -3px;
  -webkit-box-shadow: 0 3px 5px 0 rgb(241 116 37 / 30%);
  box-shadow: 0 3px 5px 0 rgb(241 116 37 / 30%);
  text-align: center;
  box-sizing: border-box !important;
}

.main_menu .level-1>li.menu-cta {
  display: inline-block;
  height: auto;
  line-height: 1;
}

.menu-extras {
  float: right;
}

.menu-extras .menu-item {
  border-color: #8492a6;
}

.menu-extras .menu-item .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.menu-extras .menu-item .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px;
  height: 18px;
}

.menu-extras .menu-item .navbar-toggle .lines span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.menu-extras .menu-item .navbar-toggle .lines span:last-child {
  margin-bottom: 0;
}
.menu-extras .menu-item .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-extras .menu-item .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
.menu-extras .menu-item .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-extras .menu-item .navbar-toggle.open span:first-child,
.menu-extras .menu-item .navbar-toggle.open span:last-child {
  position: absolute;
}
.main_menu .level-1>li:hover label.menu-arrow .menu-arrow-bg {
  border-color: rgba(255,255,255,1);
  transform: rotate(225deg);
}

@media (max-width:1199px) and  (min-width:992px) { 

  .main_menu .level-1>li.menu-cta a {
    margin-top: 16px;
  }

  .main_menu .level-1>li:not(.menu-cta) {
    margin-top: -5px;
  }

}

@media (min-width:992px) { 
  ul.submenu.level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
    display: block;
  }

  ul.submenu.level-2:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgb(60 72 88 / 15%);
    box-shadow: -2px 2px 2px -1px rgb(60 72 88 / 15%);
  }

  ul.submenu.level-2 li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3c4858 ;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  ul.submenu.level-2 li a:hover {
    color: #0c9577 ;
  }
  .main_menu .level-1>li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main_menu .level-1>li:hover > a {
    color: rgba(255,255,255,1);
  }

  .menu-extras {
    display: none;
  }
}

@media (max-width:991px) {
  .icon_img {
    margin-right: -15px;
    margin-left: 7px;
  }
  .icon_img a {
    padding: 4px 2px 8px 2px;
  }
  .main_menu {
    display: none;
  }
  .header_container.content-wrapper {
    display: block;
  }

  .icon_img {
    float: right;
  }

  .header_logo {
    float: left;
  }
  .main_menu {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #fff;
    max-height: calc(100vh - 74px);
    overflow: scroll !important;
  }

  .main_menu .level-1 {
    flex-direction: column;
    align-items: baseline;
    display: inline-block!important;
  }

  .main_menu .level-1>li>a {
    color: #3c4858;
    padding: 10px 20px;
    letter-spacing: 0;
    display: inline-block!important;

  }

  .main_menu .level-1>li {
    width: 100%;
    margin: 0 !important;
    display: inline-block!important;
  }

  .main_menu .level-1>li.menu-cta a {
    margin-top: 16px;
  }

  label.menu-arrow .menu-arrow-bg {
    border-color: #3c4858;
    right: 9px;
    top: 33px;
  }
  label.menu-arrow {
    width: 5%;
    padding-left: 30pax;
    height: 44px;
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  ul.submenu.level-2 {
    padding-left: 20px;
  }

  ul.submenu.level-2 li a {
    padding: 7px 15px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .header_logo .logo2 {
    opacity: 1;
    visibility: visible;
  }

  .header_logo .logo1 {
    opacity: 0;
    visibility: hidden;
  }
  .header-wrapper {
    min-height: 83px;
  }

  .main_menu .level-1>li:hover label.menu-arrow .menu-arrow-bg,
  .main_menu .level-1>li:hover label.menu-arrow .menu-arrow-bg {
    border-color: #3c4858 !important;
  }

  .main_menu ul>li>a.menu-link.active-branch+label.menu-arrow .menu-arrow-bg {
    border-color: #2f55d4 !important;
  }

  .main_menu ul>li>a.menu-link.active-branch:hover+label.menu-arrow .menu-arrow-bg {
    border-color: #2f55d4 !important;
  }

  .main_menu .level-1>li.menu-open > a {
    color: #2f55d4 !important;
  }

  .main_menu .level-1>li.menu-open:hover > a {
    color: #0c9577 !important;
  }

  .main_menu .level-1>li.menu-open > a.active-branch {
    color: #0c9577 !important;
  }

  .main_menu .level-1>li.menu-open>a.active-branch+label.menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



}


@media (max-width:768px) {
  .icon_img a {
    padding:7px 2px 11px 2px;
  }
  body.no-banner {
    padding-top: 83px;
  }
  .icon_img {
    margin-left: 12px;
  }
  label.menu-arrow .menu-arrow-bg {
    right: 26px;
    top: 14px;
  }
}

@media (max-width: 375px){

  .main_menu .level-1>li.menu-cta {
    display: block !important;
    padding: 10px 30px;
    margin-left: 0 !important;
  }


}

@media (max-width:320px) {
  .menu-extras .menu-item .navbar-toggle .lines{  
    margin: 28px 0px;
  }

}
.position-relative {
  position: relative !important;
}

.shape.overflow-hidden.text-footer {
  color: #07231f !important;
  overflow: hidden!important;
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.position-relative svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  overflow: hidden;
  vertical-align: middle;
}
.back-to-top a:hover {
  transform: rotate( 45deg);
  background-color: #3bb3a4 !important;
  border-color: #3bb3a4 !important;
  color: #fff !important;
}
.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_footer {
  background: #07231f;
  padding: 60px 0;
  position: relative;
  display: block;
  color: #adb5bd;
}

.footer .page_center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.top_wrapper {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col_ft_3 {
  padding-top:  8px !important;
  margin-top: 24px !important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer_heading {
  letter-spacing: 1px;
  font-weight: 500;
  color: #f8f9fc ;
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-size: 20px !important;
  margin-top: 0;
  margin-bottom: 8px;
}
.footer_menu ul {
  margin-bottom: 0;
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
  display: block !important;
  margin-top: 1.5rem!important;
}

.footer_menu ul li {
  margin-bottom: 10px;
}
.footer_menu ul li:last-child {
  margin-bottom: 0;
}

.footer_menu ul li a {
  transition: all 0.5s ease;
  color: #adb5bd;
  text-decoration: none !important;
}

.footer i.mdi.mdi-chevron-right.mr-1 {
  margin-right: 8px;
}
.footer .mdi-chevron-right::before {
  content: "\F0142";
}
.footer .mdi:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer_heading p {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 16px;
  color: #adb5bd;
  letter-spacing: 0;
}

.footer_button a.cta_button,
.footer_button a{
  text-align: center;
  vertical-align: middle;
  display: block;
  width: 100%;
  cursor: pointer;
  cursor: pointer;
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
  background-color: #0c9577;
  border: 1px solid #0c9577 !important;
  color: #fff ;
  -webkit-box-shadow: 0 3px 5px 0 rgb(71 214 196 / 30%);
  box-shadow: 0 3px 5px 0 rgb(71 214 196 / 30%);
  box-sizing: border-box !important;
}

/* bottom header start here */

.bottom_footer {
  padding: 30px 0;
  border-top: 1px solid #283353;
  background: #07231f;
  position: relative;
  color: #adb5bd;
  display: block;
}

.bottom_wrapper {
  align-items: center!important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.left_section {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.right_section {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.left_section  ul{
  margin-top: 24px;
  margin-bottom: 0!important;
  padding-left: 0;
  list-style: none;
}
.left_section  ul li{
  display: inline-block;
}
.left_section  ul li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}
.left_section  ul li a {
  color: #adb5bd;
  border: 1px solid #adb5bd;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 6px !important;
}
.social-icon svg {
  stroke-width: 2;
  overflow: hidden;
  vertical-align: middle;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
.copyright_text p {
  margin-bottom: 0!important;
  line-height: 1.6;
  margin-top: 0;
  color: #adb5bd;
}

.back-to-top a{
  display: inline;
  cursor: pointer;
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
  z-index: 99;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: all 0.5s ease;
  outline: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 6px;
  background-color: #0c9577 !important;
  border: 1px solid #0c9577 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgb(71 214 196 / 30%);
  box-shadow: 0 3px 5px 0 rgb(71 214 196 / 30%);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-decoration: none !important;
}
svg.feather.feather-arrow-up.icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
  transition: all 0.5s ease;
  overflow: hidden;
  vertical-align: middle;
}


footer.footer.post .col_ft_4.column_1 {
  max-width: 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 15px!important;
  margin-bottom: 1.5rem !important;
  padding-top: 33px !important;
  padding-bottom: 8px  !important;
}

footer.footer.post .col_ft_3.column_2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

footer.footer.post .col_ft_2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 0 15px !important;
  margin-bottom: 1.5rem !important;
}
footer.footer.post .left_section {
  padding: 0;
  max-width: 100%;
  justify-content: flex-start;
  display: flex;
}

footer.footer.post .left_section ul {
  margin-top: 8px;
}
footer.footer.post .left_section ul li a {
  color: #adb5bd;
}
footer.footer.post .copyright_text {
  text-align: left !important;
  margin: 2px 0;
}

@media (min-width: 576px){
  .footer  .page_center {
    max-width: 540px;
  }
  .col_ft_3 {
    padding-top: 0!important;
    margin-top: 0!important;
    flex-basis: 100%;
  }
  .left_section {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .right_section{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copyright_text {
    text-align: right!important;
  }

}

@media (min-width: 768px){
  .footer  .page_center {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .footer  .page_center {
    max-width: 960px;
  }
  .col_ft_3  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px){
  .footer .page_center {
    max-width: 1140px;
  }
}
@media (max-width:991px){

  .col_ft_3 {
    padding-top: 0.5rem!important;
    margin-top: 1.5rem!important;
    flex-basis: 33.333333%;
  }

  footer.footer.post .col_ft_4.column_1 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  footer.footer.post .col_ft_3.column_2 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width:767px){
  .top_wrapper {
    flex-direction: column;
  }
  footer.footer.post .col_ft_4.column_1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  footer.footer.post .copyright_text {
    margin: 0;
  }
  footer.footer.post .col_ft_3.column_2{
    width: 100%;
    max-width: 100%;
  }

}
@media (max-width:575px){
  .footer_menu ul {
    margin-bottom: 32px;
    margin-top: 24px;
    padding-left: 0;
    list-style: none;
  }
  footer.footer.post .col_ft_4.column_1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  footer.footer.post .copyright_text {
    margin: 0;
  }
}

@media (max-width: 425px){

  .footer-shape .shape.overflow-hidden.text-footer {
    bottom: -4px;
  }


}
/* Menu and simple menu */

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

/* 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;
  }
}
.dnd-section[class*="force-full-width-section"] {
  padding: 0;
}

.body-container--home .hs_cos_wrapper_type_rich_text h2 {
  color: #0c9577;
  margin-bottom: 0.5rem;
}

.body-container--home .hs_cos_wrapper_type_rich_text h5 {
  margin-bottom: 0.25rem;
}

.body-container--home .hs_cos_wrapper_type_rich_text hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  height: 0;
  background: transparent;
}

.body-container--home .hs_cos_wrapper_type_rich_text ol,
.body-container--home .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 1rem;
}

.body-container--home .hs_cos_wrapper_type_rich_text blockquote {
  margin: 0 0 1rem;
  border: none !important;
  padding: 0;
}

.contact-banner .custom-form .hs-form-field.hs_firstname .input:before{
  background-image:url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/images/name.svg);
}

.contact-banner .custom-form .hs-form-field.hs_email .input:before{
  background-image:url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/images/mail-icon.svg);
}

.contact-banner .custom-form .hs-form-field.hs_subject .input:before{
  background-image:url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/images/subject-Icon.svg);
}

.contact-banner .custom-form .hs-form-field.hs_message .input:before{
  background-image:url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/images/message-Icon.svg);
}

body.cm-home-page li.menu-cta {
  margin-left: 1rem!important;
}

body.cm-home-page .main_menu .level-1>li.menu-cta a {
  margin-right: 0;
}


@media (max-width:768px) {

  .body-container--home .hs_cos_wrapper_type_rich_text hr {
    margin-top: 60px;
  }

}



[class^=uil-]:before, [class*=" uil-"]:before {
  font-family: unicons-line;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=uil-]:before, [class*=" uil-"]:before {
  margin: 0;
}

.uil-bolt-alt:before {
  content: '\e9bc';
}

.uil-arrow-circle-right:before {
  content: '\eb6e';
}

[class*="force-full-width-section"] > .row-fluid,
[class*="force-full-width-section"] {
  padding: 0;
}

.bannerAdded .header-wrapper {
  min-height: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm_col {
  padding: 0 15px;
}

.sec_title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media(max-width:767px){
  .sec_title {
    font-size: 24px;
  } 
}

a.cm_btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #f17425 ;
  border: 1px solid #f17425 ;
  color: #fff ;
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 5px 0 rgb(241 116 37 / 30%);
  box-shadow: 0 3px 5px 0 rgb(241 116 37 / 30%);
}

a.cm_btn:hover {
  background-color: #d55b0e ;
  border-color: #d55b0e ;
  color: #fff ;
}


.process_sec{
  background-color: #eff3f6 ;
}

.process_sec .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: 0;
  background: url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/images/bg-5.png) no-repeat;
  background-size: cover;
  background-position: right;
  opacity: 0.5;
  overflow: hidden;
}

/*  */

#partners_page .banner_sectoin_wrapper h1 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}


#home_page .body-container-wrapper {
  position: relative;
  background: #fff;
}

#home_page .services_wrap {
  margin-top: -15px;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  width: calc(100% - 48px);
  left: 24px;
  top: calc(100% - 48px );
  background: #fff;
  z-index: 5;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li a,
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  padding: 5px;
}


.contact-banner .custom-form .hs-form .input select {
  vertical-align: middle;
  background: #fff url(https://5121591.fs1.hubspotusercontent-na1.net/hubfs/5121591/raw_assets/public/Mintmesh_May2022/images/select_arrow.svg) no-repeat right 0.75rem center/8px 10px;

}

.body-container--landing-page,
.migration{
  margin-bottom: 165.188px;
}

.body-container-wrapper.about-page {
    background-color: #eff3f6 ;
}


@media (max-width:767px) {

  .migration .dnd-section > .row-fluid > [class*="span"].dnd-module {
    margin-bottom: 30px;
  }

}

main.body-container-wrapper .dnd-section{
  background-color:#fff;
}



@media(min-width:2580px){
  main.body-container-wrapper {
    padding-bottom: 4%;
  } 
}