*, *: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;
}
Ankit Tyagi <ankitt@thewebplant.in>
  Wed, Nov 10, 2021, 11:26 AM
  to me

  /* 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: 12px;
  padding-right: 12px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid,
.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;
}
.dnd-section[class*="force-full-width-section"] {
  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 ;
  }
}
.dnd-section >.row-fluid,
.container,
.content-wrapper,
.page-center{
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/free-fa-solid-900.eot) format("embedded-opentype"),
    url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/free-fa-solid-900.woff2) format("woff2"),
    url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/free-fa-solid-900.woff) format("woff"), 
    url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/free-fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: gform-icons-theme;
  src: url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/gform-icons-theme.ttf) format("woff2"),
    url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/gform-icons-theme.ttf) format("truetype"),
    url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/fonts/gform-icons-theme.ttf) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

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

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

a.btn {font-size: 18px;
    padding: 15px 20px;
    background: #49a3b9;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  border-radius: 10px;}

a.btn:hover {
    text-decoration: none;
  color: #F1E8E2;
  transition: 0.3s ease;
  cursor: pointer;}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
  line-height: 1.2;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  font-size: 18px;
}

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

i.fas.fa-circle-right:before {
    content: "\f35a";
}

.success-story-sec h1 {line-height: 0.7; margin-bottom: 20px;}

@media (max-width: 600px) {
.success-story-sec h1 {line-height: 1;}}


i.fas.fa-calendar::before {
    content: "\f133";
}

i.fas.fa-clock::before {
    content: "\f017";
}

i.fas.fa-chevron-right::before {
    content: "\f054";
}

i.fas.fa-linkedin::before {
    content: "\f08c";
}

i.fas.fa-location-dot::before {
    content: "\f3c5";
}

i.fas.fa-hashtag::before {
    content: "\23";
}

i.fas.fa-angle-double-right::before {
    content: "\f101";
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form */
.body-container-wrapper .blog-comments form,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt form,
.body-container-wrapper .form-container form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription{
  border-radius: 15px;
  box-shadow: 3px 3px 10px #777;
  margin:0 0 30px;
  max-width:767px;
  padding: 30px;
}
h3.form-title{
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;  
  line-height: 1.2;
}
#hs-search-module .hs-input,
.hs-form-field {
  margin-bottom: 18px;
}
/* Labels */
ul.no-list{
  padding:0;
}
form label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}

/* Help text - legends */
form legend {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}

/* 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 {
  border: 2px solid;
  border-radius: 15px;
  display: inline-block;
  padding: 15px 20px;
  min-height: 40px;
  font-family: inherit;
  line-height: inherit;
  font-size: 15px;
  width: 100%;
  outline:0;
}

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

/* Inputs - checkbox/radio */

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

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

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-msgs li label {
  color: #EF6B51;
  font-weight:400;
  display: block;
}

/* Submit button */
button,
.button,
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.15s linear;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 15px 0;
}

@media (max-width: 1199px){
  h3.form-title {
    font-size: calc(1.3rem + .6vw);
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header-buttons ul li.request-more:hover {
  transition: 0.3s ease;
}
@media (min-width: 992px){
  .header-right {
    display: flex !important;
    overflow:visible !important;
  }
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    transition: all .4s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1000;
  }
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    transform: scaleY(1);
  }
  .cm-menu-primary .hs-menu-wrapper>ul ul>li.hs-item-has-children>ul {
    transition: all .4s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
  }
  .cm-menu-primary .hs-menu-wrapper>ul ul>li.hs-item-has-children:hover>ul {
    transform: scaleY(1);
  }
}
header.header{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header.header.no-nav .content-wrapper {
  min-height: 88px;
}
header.header .content-wrapper{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.header-logo{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  line-height: 0;
}
.header-logo img{
  max-width:100%;
}
.header-right {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}
.cm-menu-primary {
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.header-buttons ul{
  margin: 15px 0 1rem;
  padding: 0;
  list-style: none;
}
.header-buttons ul li.login{
  margin-right: 30px;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor:pointer;
}
.header-buttons ul li.request-more{
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  cursor:pointer;
}
.cm-menu-primary .hs-menu-wrapper > ul{
  display: flex;
  flex-direction: column;
  margin-left: 3em;
}
.cm-menu-primary .hs-menu-wrapper > ul > li{
  margin-right: 20px;
  font-size: 18px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  font-weight:700;
  text-transform:uppercase;
  position:relative;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  margin-top: 33px ;
  border-radius: 0 0 15px 15px;
  left:0;
  top:100% ;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:hover.hs-item-has-children > ul{
  pointer-events:unset;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  height: 40px;
  width: 100%;
  left: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li{
  font-size:18px;
  display:block;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
  font-weight: bold;
  display: block;
  width: 100%; 
  padding: 10px 15px;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children {
  margin-right:20px;
}

.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul{
  top: 0 !important;
  border-radius: 0 15px 15px 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  left: calc(100% + 19px) !important;
  margin: 3px 0 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul > li{
  display: block;
  font-size: 18px;
  border-radius: 0 15px 15px 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul > li > a{
  font-weight: bold;
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 10px 15px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: opacity .15s linear;
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
  transform: translate(0,-50px);
  max-width: 500px;
  margin: 1.75rem auto;
  transition: all .3s ease-out;
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
  opacity:0;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: .3rem;
  outline: 0;
}
.login-links {
  padding: 30px 30px 50px 30px;
}
.login-links h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.login-links ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.login-links ul li {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid;
  font-size: 32px;
}
.login-links ul li:last-child{
  border:0;
}
.login-links ul li a {
  text-decoration: none;
  font-size: 18px;
}
.login-link-open .modal{
  opacity: 1;
  transition: 0.3s ease;
  display: block;
}
.show .modal-dialog-centered {
  transform: none;
  opacity:1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.login-link-open .modal-backdrop{
  opacity: .5;
  visibility:visible;
  pointer-events:unset;
  transition: 0.3s ease;
}
body.login-link-open {
  overflow: hidden;
}
.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.hf-open .modal-form {
  opacity: 1;
  transition: 0.3s ease;
  display: block;
}
.modal-dialog-form {
  transition: all .3s ease-out;
  transform: translate(0,-50px);
  min-height: calc(100% - 3.5rem);
  max-width: 500px;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
  opacity:0;
}
.modal-dialog-form.show{
  transform: none;
  opacity:1;
}
.modal-content-form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  outline: 0;
}
.header-form {
  padding: 30px 30px 50px 30px;
}
.header-form h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.header-form p {
  text-align: center;
  font-size: 18px;
}
body.hf-open{
  overflow:hidden;
}
.hf-open .modal-backdrop {
  opacity: .5;
  visibility: visible;
  pointer-events: unset;
  transition: .3s ease;
}
.header-form-title p{
  font-family: "Roboto", sans-serif;
}
.modal-content-form label{
  font-family: helvetica;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  display:block;
}
.modal-content-form input[type="tel"],
.modal-content-form input[type="email"],
.modal-content-form input[type="text"]{
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;  
  width: 90%;
  outline:0;
}
.modal-content-form fieldset {
  max-width: 100%;
}
.modal-content-form fieldset.form-columns-2 .input {
  margin-right: 8px;
}
.modal-content-form .hs-lastname input[type="text"]{
  width: 100%;
  max-width: 100%;
}
.modal-content-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.modal-content-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}
.modal-content-form input[type="submit"]{
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-family: helvetica;
  border-radius: 3px;
  border: solid 1px;
  padding: 12px 24px;
  text-transform:none;
}
.modal-content-form input.hs-input.error {
  border-color: #c87872;
}
.modal-content-form form .hs-error-msgs{  
  padding-left: 5px;
}
.modal-content-form form .hs-error-msgs > li {
  margin: 0;
}
.modal-content-form form .hs-error-msgs > li label{
  color: #f2545b;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  padding: 0;
  margin:0;   
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal-content-form form .hs_error_rollup {
  padding-top: 6px;
}

@media (max-width: 1395px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 14px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children {
    margin-right:0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul{
    left: 100% !important;
  }
}

@media (min-width: 992px){
  .cm-menu-primary .hs-menu-wrapper > ul{
    flex-direction: row;
  }
  header.header{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .cm-menu-primary {
    flex-direction: row;
  }
  .navbar-toggler{
    display:None;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.over > li:hover,
  .cm-menu-primary .hs-menu-wrapper > ul > li:hover.hs-item-has-children > ul.over{
    overflow: visible !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:before {
    content: " ";
    display: block;
    width: 50px;
    top: 0;
    height: 50px;
    left: 96%;
    position: absolute;
  }
  .for-mobile{
    display:none !important;
  }
}

@media screen and (max-width: 1199px){
  .header-form h4,
  .login-links h4{
    font-size: calc(1.275rem + .3vw);
  }
}
@media screen and (max-width: 1164px){
  .header-buttons ul li.request-more {
    font-size: 14px;
    padding: 10px 10px;
  }
  .header-buttons ul li.login {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul {
    margin-left: 0;
  }
  header.header.no-nav .content-wrapper {
    min-height: 74px;
  }
}


@media (max-width: 991px) {
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-child {
  }
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul{
    margin-top:0;
    background:transparent;
    padding:0;
    z-index: 1000;

  }
  .cm-menu-primary .hs-menu-wrapper>ul ul>li.hs-item-has-children>ul li:last-child {
    margin-bottom: 15px;
  }
  .cm-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>ul {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul li {
    background: #F1E8E2;
  }

  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul li:first-child {
    margin-top: 25px;
    padding-top: 8px;
  }

  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul li:last-child {
    border-radius: 0 0 15px 15px;
  }
  .for-desktop{
    display:none !important;
  }
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    display: none;
  }
  .navbar-toggler{
    color: rgba(0,0,0,.55);
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid  rgba(0,0,0,.1);
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/raw_assets/public/CurvoLabs_March_2022/images/nav-trigger.svg);
  }
  .header-right {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    display: none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0.5rem 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li a,
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li a,
  .cm-menu-primary .hs-menu-wrapper > ul > li a {
    white-space: normal !important;
  }
  .child-trigger{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:37px;
    cursor:pointer;
    z-index:2;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > .child-trigger:hover + a{
    color: #E86605;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    position:static !important;
    opacity:1;
    visibility:visible;
    pointer-events:unset;
    display:none;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul {
    left: 0 !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: unset;
    display: none;
    padding: 0.5rem 0.7rem;    
    margin: 33px 0 8px;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover.hs-item-has-children > a {
    background-color: transparent !important;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > ul > li > .child-trigger:hover + a{
    color: #E86605;
  }
}


@media (max-width: 575px) {
  .modal-form,
  .modal {
    padding: .5rem;
  }
  .modal-dialog-form,
  .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 100%;
  }
  .modal-form .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 360px) { 
  .cm-menu-primary .hs-menu-wrapper>ul ul .child-trigger {
    height: 55px;
  }
}
@media (min-width:768px) and (max-width: 992px){
  .ft-section >div {
    padding: 0 5px;
  }

  .ft-section >div {
    width: 20%;
  }

  .ft-spacer1 {
    display: none;
  }

  .ft-logo-and-address {
    width: 30% !important;
  }

  .ft-spacer2 {
    display: none !important;
  }
}

.footer{
  padding: 80px 0;
}
.ft-address ul li:last-child {
  cursor: pointer;
}
.footer .content-wrapper{
  max-width:100%;
  padding-right: .75rem;
  padding-left:  .75rem;
}
.ft-section{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.ft-logo-and-address {
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.ft-spacer1{
  flex: 0 0 auto;
  width: 8.3333333333%;
  max-width: 100%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.ft-platform {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex: 0 0 auto;
  width: 16.6666666667%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.ft-resources {
  flex: 0 0 auto;
  width: 16.6666666667%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
.ft-support{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex: 0 0 auto;
  width: 16.6666666667%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 100%;
}
.ft-spacer2{
  flex: 0 0 auto;
  width: 16.6666666667%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
}
.ft-logo {
  line-height: 0;
  margin-bottom: 25px;
}
.ft-logo img {
  height: auto;
  max-width: 329px;
  width: 100% !important;
  vertical-align: middle;
}
.ft-address ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 1rem;
}
.ft-address ul li{
  padding: 5px 0;
  font-size: 18px;
}
.footer h4{
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.footer-link .hs-menu-wrapper > ul {
  display: block ;
  margin: 0 0 1rem ;
  padding: 0;
  list-style: none;
}
.footer-link .hs-menu-wrapper > ul > li{
  display:block;
  padding: 5px 0;
  font-size: 18px;
}
.footer-link .hs-menu-wrapper > ul > li > a{
  display:inline-block;
  text-decoration: none;
}
@media (max-width: 1199px){
  .footer h4 {
    font-size: calc(1.275rem + .3vw);
  }
}


@media (max-width: 810px){
  .ft-resources {
    width: 17.666667%;
  }
  .ft-support {
    width: 17.666667%;
  }
  .ft-spacer2 {
    width: 14.666667%;
  }
}


@media (max-width: 767px){
  .ft-logo-and-address {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .ft-spacer2,
  .ft-spacer1,
  .ft-platform, 
  .ft-resources {
    display: none;
  }
  .ft-support.footer-link {
    width: 100%;
  }
}
/* Menu and simple menu */

.body-container-wrapper .body.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.hs-menu-wrapper ul {
  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;
  }
}
.sample-page-section2 .full-width-content-wrapper {
  margin-top: -300px;
  margin-bottom: 0;
}
.sample-page-section2 .full-width-content-wrapper .item:last-child {
  margin-bottom: 0;
}
.success-page .success-page-section1 .home_page_banner {
  padding: 130px 3em 130px 5em;
}
.success-page .research_features {
  margin-top: 0;
}
.success-page .research_features .feature {
  padding: 30px;
  min-height: 450px;
  height: 100%!important;
}
.success-page .research_features .feature p.bold.mb-4{
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.success-page .research_features .research_features_content p{
  font-family: "Roboto", sans-serif;
  margin-bottom: 3rem;
}
.success-page .research_features .col-lg-4:nth-child(3) img{
  width:100%; 
}
.success-page .tst_module_container {
  top: 32%;
}

@media(min-width:768px) and (max-width:1200px){
  .content_with_form ul.no-list.hs-error-msgs.inputs-list label {
    padding: 10px !important;
    font-size: 11px !important;
  }
  .content_with_form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
    padding: 16px 16px 16px 48px !important;
  }
}

.container-fluid.platform_page_row2 .row-fluid .span6:first-child {
  margin-bottom: 3rem;
}
.platform_page .learn_more .block-3.d-none.d-md-block p.bold.mb-5 {
  margin-bottom: 1rem;
}

.platform_page .learn_more .block-3.d-none.d-md-block h5 {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}
.platform_page .circle_svg_icons {
  padding: 0;
  margin-top: 0;
}

.platform_page .circle_svg_icons .container {
  padding: 0;
}

.platform_page .circle_svg_icons .row {
  margin: 0;
}

.platform_page .circled_svg_inner {
  padding: 0;
}

.container-fluid.platform_page_row2 .span6 p {
  font-size: 16px;
  font-weight: 300;
}

.container-fluid.platform_page_row1 .dnd-section {
  margin-top: 80px;
  text-align: center;
  padding-top: 0;
}

.platform_page p {
  font-family: "Roboto", sans-serif;
}
.container-fluid.platform_page_row2 .dnd-section>.row-fluid >div {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}

.container-fluid.platform_page_row1 h4 {
  color: #49A3B9;
  margin-bottom: 3rem;
}

.container-fluid.platform_page_row1 .hs-button {
  padding: 15px 20px;
  background: #49A3B9;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
}

.container-fluid.platform_page_row1 .hs-button:hover {
  text-decoration: none;
  color: #F1E8E2;
  transition: 0.3s ease;
  cursor: pointer;
}

.container-fluid.thank_you_page_row1 .dnd-section>.row-fluid >div {
  margin-left: -12px;
  margin-right: -12px;
  
}

.container-fluid.thank_you_page_row1 h1 {
  color: #212529;
  font-weight: 400;
}

.container-fluid.thank_you_page_row1 h1 {
  font-size: 2.5rem;
}

.container-fluid.thank_you_page_row1 .widget-type-rich_text {
  padding: 0 12px;
  padding-bottom: 317px;
}

.thank_you_page p {
  font-family: "Roboto", sans-serif;
}
.container-fluid.product_page_row4 .widget-type-header h1 {
  margin-bottom: 3rem;
  text-align: center;
  color: #212529;
}
.container-fluid.product_page_row4 ul[data-name="hs_ul"] {
  margin-bottom: 1rem !important;
  padding-left: 2rem;
  margin: 0 0 1.5em 3em;
}
.container-fluid.product_page_row4 ul[data-name="hs_ul"] li {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 30px;
  list-style: disc;
  padding-top: 0;
}

.container-fluid.product_page_row4 ul[data-name="hs_ul"] li:before {
  display: none;
}

@media (min-width: 992px){
  .container-fluid.product_page_row2 .widget-type-rich_text {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .container-fluid.thank_you_page_row1 .widget-type-rich_text {
    margin-left: 8.3333333333%;
  }

}
@media (min-width: 768px){
  .container-fluid.thank_you_page_row1 .widget-type-rich_text {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .container-fluid.product_page_row2 .widget-type-rich_text {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
.container-fluid.product_page_row4 .widget-type-header h3 {
  margin-bottom: 3rem;
}
.product_page .tst_module_container {
  top: 40%;
}

.container-fluid.product_page_row4 .dnd-section>.row-fluid>div {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}
.container-fluid.product_page_row4 h4 {
  color: #212529;
}

.container-fluid.product_page_row4 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 3rem!important;
}

.container-fluid.product_page_row4 ul li {
  padding: 10px 0;
  font-size: 18px;
}

.container-fluid.product_page_row4 ul li:before {
  content: "- ";
  text-indent: -20px;
}

.container-fluid.product_page_row4 .widget-type-linked_image {
  line-height: 0;
}
.container-fluid.product_page_row2 .widget-type-rich_text {
  padding-left: 12px;
  padding-right: 12px;
}
.container-fluid.product_page_row3 .widget-type-rich_text {
  text-align: center;
  line-height: 0;
}
.container-fluid.product_page_row2 .dnd-section>.row-fluid>div {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  width: auto;
}

.product_page p {
  font-family: "Roboto", sans-serif;
}
.container-fluid.product_page_row2 .widget-type-rich_text img {
  width: 300px;
  float: left;
  padding-right: 50px;
  max-width: inherit;
}

.container-fluid.product_page_row2 .widget-type-rich_text p {
  font-size: 16px;
  font-weight: 300;
}
.container-fluid.product_page_row1 .dnd-section {
  padding: 0;
  text-align: center;
}

.container-fluid.product_page_row1 .dnd-section h2 {
  font-size: 56px;
}


.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.container-fluid.home_page_row1 .dnd-section {
  margin-top: -100px;
  padding: 0;
  text-align: center;
}
.container-fluid.home_page_row2 .dnd-section {
  padding: 0;
  text-align: center;
}.container-fluid.home_page_row3 .dnd-section {
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
}
.container-fluid.home_page_row1 .dnd-section h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  font-family: "Roboto", sans-serif;
}
.container-fluid.home_page_row2 .row-fluid .span4 {
  padding: 3rem;
}

.container-fluid.home_page_row2 .row-fluid .widget-type-linked_image {
  margin-bottom: 1.5rem;
  line-height: 0;
  text-align: center;
}.container-fluid.home_page_row2 .dnd-section>.row-fluid {
  padding: 0;
}

.container-fluid.home_page_row2 .dnd-section {
  margin-top: -26px;
}

.container-fluid.home_page_row2 .row-fluid .span4 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.container-fluid.home_page_row3 p {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}.row {
  flex-wrap: wrap;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}.home_page p {
  font-family: "Roboto", sans-serif;
}
.container-fluid.home_page_row5 .dnd-section {
  padding: 20px 0 80px 0;
  margin-top: 100px;
}

.container-fluid.home_page_row5 .dnd-section>.row-fluid >div {
  flex-wrap: wrap;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  width:auto;
}
.container-fluid.home_page_row5 .dnd-section img {
  margin-top: 1rem!important;
}
.container-fluid.home_page_row5 p {
  margin-bottom: 30px;
}
.container-fluid.home_page_row5 .dnd-section .widget-type-linked_image {
  line-height:0;
}
.container-fluid.home_page_row5 .hs-button {
  padding: 15px 20px;
  background: #49a3b9;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
}

.container-fluid.home_page_row5 .hs-button:hover {
  text-decoration: none;
  color: #F1E8E2;
  transition: 0.3s ease;
  cursor: pointer;
}
.container-fluid.home_page_row8 .dnd-section {
  padding: 0;
}.container-fluid.home_page_row8 .dnd-section >.row-fluid > div[class*='vertical-alignment'] > div[class*='vertical-alignment'] {
  padding: 0 150px !important;
  margin-bottom: 3rem!important;
}

.container-fluid.home_page_row8 .dnd-section>.row-fluid>div {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}

.container-fluid.home_page_row8 .span3 {
  width: 350px;
  padding: 0;
  max-width: initial;
  float: none !important;
  text-align: left;
  display: block !important;
}

.container-fluid.home_page_row8 .span9 {
  width: auto;
  padding: 0;
  float: none !important;
}

.container-fluid.home_page_row8 .span3 img {
  display: block;
}

.container-fluid.home_page_row8 .span3 .widget-type-linked_image {
  line-height: 0;
  text-align: left;
  display: block !important;
}


.container-fluid.about_page_row1 .dnd-section {
  padding: 0;
  margin-top: 80px;
}
.about_page_row1 .dnd-section >.row-fluid  >div {margin-left: -12px;margin-right: -12px;width: auto;}


.about-page p {
  font-family: "Roboto", sans-serif;
}

.container-fluid.about_page_row1 p {
  font-weight: 300 !important;
}

.container-fluid.about_page_row1 .hs-responsive-embed-inner-wrapper {
  padding: 0 !important;
}

.container-fluid.about_page_row2 .dnd-section {
  padding-top: 3rem;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 3rem;
}

.container-fluid.about_page_row1 iframe {
  position: static !important;
  max-width: 100%;
  width: 560px !important;
  height: 315px !important;
}

.container-fluid.about_page_row4 .dnd-section {
  margin-top: 3rem!important;
  padding: 0;
}

.container-fluid.about_page_row4 .dnd-section >.row-fluid>div {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}

.container-fluid.about_page_row5 .dnd-section {
  padding: 0;
  padding-top: 3rem;
}
.container-fluid.about_page_row6 .dnd-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container-fluid.about_page_row8 .dnd-section {
  color:#fff ;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.container-fluid.about_page_row8 a {
  color: #fff;
}

.container-fluid.about_page_row8 h2 {
  color: #fff;
}
.about-page  .circle_svg_icons {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
}


.about-page h2.bold {
  color: #212529;
}

.about-page .circled_svg_inner {
  width: 100%;
  margin-top: -50px;
  padding: 0 6rem
}
.about-page .circle_svg_icons .row {
  padding: 0 12px;
}

.container-fluid.product_page_row3 svg {
  width: 100%;
}

@media (min-width: 1200px){
  .about-page h2.bold {
    font-size: 2rem;
  }
}

@media(max-width:1400px){
  .container-fluid.home_page_row2 .dnd-section {
    margin-top: 0px;
  }

}
@media(max-width:1199px){
  .container-fluid.platform_page_row1 h4 {
    font-size: calc(1.275rem + .3vw);
  }
  .container-fluid.thank_you_page_row1 h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  .container-fluid.product_page_row4 .widget-type-header h3 {
    font-size: calc(1.3rem + .6vw);
  }
  .container-fluid.platform_page_row1 .dnd-section h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .container-fluid.home_page_row5 h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .container-fluid.home_page_row8 h4 {
    font-size: calc(1.275rem + .3vw);
  }
  .about-page h2.bold {
    font-size: calc(1.325rem + .9vw);
  }
  .container-fluid.about_page_row8 h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .container-fluid.product_page_row4 h4 {
    font-size: calc(1.275rem + .3vw);
  }
}
@media screen and (max-width: 990px){

  .success-page .tst_module p.tst_module_title {
    font-size: 12px;
    margin-bottom: 1rem !important;
  }
  .container-fluid.about_page_row2 .dnd-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 890px){
  .container-fluid.product_page_row2 .dnd-section {
    margin-top: 0;
  }

  .container-fluid.product_page_row2 .widget-type-rich_text img {
    float: none !important;
  }
}
@media screen and (max-width: 825px){
  .sample-page-section2 .full-width-content-wrapper {
    margin-top: -200px;
  }
}

@media(max-width:768px){
  .success-page   .tst_module img {
    min-height: 500px;
  }
  .container-fluid.product_page_row2 .widget-type-rich_text p {
    font-size: 18px;
  }.product_page .tst_module_container {
    top: 35%;
  }

  .container-fluid.home_page_row5 .span7 {
    padding: 0 45px;
  }
  .container-fluid.home_page_row5 h2 {
    font-size: calc(1.325rem + .9vw);
  }
  .container-fluid.home_page_row5 .span5 {
  }
  .container-fluid.home_page_row8 .dnd-section>.row-fluid>div[class*='vertical-alignment']>div[class*='vertical-alignment'] {
    padding: 0 30px !important;
    overflow: hidden;
  }
  .container-fluid.product_page_row2 .widget-type-rich_text img {
    max-width: 100%;
  }
  .container-fluid.about_page_row2 .dnd-section {
    margin-top: 6px;
  }
  .sample-page-section2 .full-width-content-wrapper {
    margin-top: -50px;
  }

}

@media(max-width:600px){
  .container-fluid.product_page_row1 .dnd-section h2 {
    font-size: 32px;
  }

}
@media screen and (max-width: 1260px){
  .success-page .tst_module h3{
    font-size:32px;
  }
}
@media screen and (max-width: 1199px){
  .success-page .research_features .feature p.bold.mb-4{
    font-size: calc(1.275rem + .3vw);
  }  
}

@media screen and (max-width: 990px){
  .success-page .tst_module h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px){
  .success-page .tst_module-inner {
    width: 83.3333333333%;
  }
  .success-page .tst_module_container {
    top: 35%;
  }
}

@media screen and (max-width: 768px){
  .success-page .about_banner .home_page_banner h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
  .success-page .tst_module-inner {
    width: 100%;
  }
  .success-page .tst_module_container {
    top: 37%;
  }
}


@media screen and (max-width: 641px){
  .success-page .content_with_form .form_inner form .hs_submit.hs-submit .hs-button,
  .success-page .content_with_form .form_inner .hs-input{
    line-height: 2;
    min-height: 32px;
  }
}

.spotlight-head {
  padding: 40px 0px;
background-image: linear-gradient(to right, #E4A151 , #B64837);
      border-radius: 0px 0px 100px 0px;
}

.spotlight-head h1 {
  text-align: center;
color: #fff;
letter-spacing: 2px;
font-size: 80px;
}

.spotlight-head h2 {
  text-align: center;
color: #fff;
letter-spacing: 2px;
font-size: 80px;
}

.spotlight-head h3 {
  text-align: center;
color: #fff;
font-style: italic; 
letter-spacing: 1px;
} 

@media (max-width: 615px) {
    .spotlight-head h1 {font-size: 60px;}
  .spotlight-head h2 {font-size: 60px;}
  .spotlight-head h3 {font-size: 24px;}
}

@media (max-width: 410px) {
    .spotlight-head h1 {font-size: 40px;}
  .spotlight-head h2 {font-size: 40px;}
  .spotlight-head h3 {font-size: 18px;}
}

.blog-head {
  padding: 40px 0px;
background-image: linear-gradient(to right, #E4A151 , #B64837);
}

.zoomimg input[type=checkbox] {
  display: none;
}

.zoomimg .zoom-container img {
  margin: 100px;
  transition: transform 0.25s ease;
  cursor: zoom-in;
}

.zoomimg input[type=checkbox]:checked ~ label > img {
  transform: scale(1.2);
  cursor: zoom-out;
} 

.body-container--webinar {
  background-color: rgba(248, 250, 252, 1) !important;
}

.body-container--webinar .dnd_area-row-0-background-color {
  background-color: transparent !important;
}

.button-white {
      background-color: #fff;
      color: #4aa4ba;
      border-radius: 10px; 
      border: 2px solid #fff;
      padding: 10px 25px;
      position: relative;
      display: inline-block;
      font-size: 25px;
      font-weight: 500;
    }

    .button-white:hover {
      background-color: #4aa4ba !important;
      color: #ffffff !important;
    } 

.benefit-box .icon {background-color: #ff7a59;
border-radius: 50%;
position: relative;
top: 35px; padding: 20px;}

/* begin custom layout for popup */

.leadin-preview-wrapper {
    padding: 0px !important;
    margin: 0px !important;
}

.leadinModal .dyno-image img {
  max-width: 300px !important;
height: 287px !important;
    object-fit: cover;
      overflow: hidden;}

  .dyno-image {
    width: 50% !important;
      margin: 0px !important;
        margin-bottom: 0px;
    
}
.callout-special-font {width: 40%;
    float: right;
    padding-right: 40px;}

.leadinModal-description-body {margin-left: 30% !important; padding: 0 20px !important;}
.leadinModal-description-body p {text-align: center !important;}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {float: right}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin-left: 55% !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
    margin-left: 55% !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4::before {
  content: '';
    background: url('https://1987715.fs1.hubspotusercontent-na1.net/hubfs/1987715/Images/Brand/Curvo_Logo%20%282%29-1.png');
    position:relative;
    top:0px;
    left:15%;
  height: 30px;
    width: 80%;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    margin: 0px auto 10px auto;
    text-align: center;
}
.leadinModal .leadinModal-content p {font-weight: 500 !important;}
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
    margin-bottom: 15px;
      width: 80%;
    margin-left: 20px;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {padding-top: 25px; margin-right: 15px; text-align: center; font-size: 24px; font-family: Roboto Slab; font-weight: 500;
margin-bottom: 10px !important;}

@media (max-width: 768px){
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
display: none !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {margin-right: 0px !important; margin-left: 0px !important; }
.leadinModal-description-body {margin-left: 0px !important;}
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
    margin-bottom: 15px;
      width: 100%;
    margin-left: 0px !important;
}
  .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin-left: 0px !important;
}
  
  .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4::before {
    display: none; }

}
/* end custom layout for popup */

 /* AHRMM23 popup CTA styling */
 .hideahrmmcta {
  display: none !important;
}
 @media (max-width: 738px) {
.hs-content-id-119416259354 .body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd-section {display: none !important;}
  }

/* end cAHRMM23 popup CTA styling */

.go1366308204 {cursor: auto !important;} 

@media (max-width: 535px) {
  .go2729809544 {
    height: 450px !important;
  }
}

.arrow ul {list-style-type:none;}
 .arrow ul li::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
   color: #E86605;
   padding: 0px 10px 0px 0px;
   list-style-position: outside;
   font-weight: 900;
}

.procedure-basics-mockup {
max-width: 500px !important;
float: right;}

@media (max-width: 995px) {
            .procedure-basics-mockup {
              max-width: 100% !important;
              margin: 0px !important;
            }
          }

.hidden {opacity: 0; transition: all 1s;}
.show {opacity: 1;}