*, *: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 */


/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/* 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[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;
}
.row-fluid.row [class*="span"],
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding:0 15px;
}

.col12,
.col11,
.col10,
.col9,
.col8,
.col7,
.col6,
.col5,
.col4,
.col3,
.col4,
.col1{
  padding:0 15px;
}

@media (min-width:768px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col80,
  .col20,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1{
    display: block;
    float: left;
  }

  .col80{
    width: 80%;
  }
  .col20{
    width: 20%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .col12,
  .row-fluid .span12 {
    width: 100%;
  }
  .col11,
  .row-fluid .span11 {
    width: 91.666666%;
  }
  .col10,
  .row-fluid .span10 {
    width: 83.333333%;
  }
  .col9,
  .row-fluid .span9 {
    width: 75%;
  }
  .col8,
  .row-fluid .span8 {
    width: 66.666666%;
  }
  .col7,
  .row-fluid .span7 {
    width: 58.333333%;
  }
  .col6,
  .row-fluid .span6 {
    width: 50%;
  }
  .col5,
  .row-fluid .span5 {
    width: 41.666666%;
  }
  .col4,
  .row-fluid .span4 {
    width: 33.333333%;
  }
  .col3,
  .row-fluid .span3 {
    width: 25%;
  }
  .col2,
  .row-fluid .span2 {
    width: 16.666666%;
  }
  .col1,
  .row-fluid .span1 {
    width: 8.333333%;
  }
}
@media(max-width:767px){
  .dnd-section > .row-fluid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .row-fluid {
    width: 100%;
  }

  .col80,
  .col20,
  .col12,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1,  
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Helvetica%20Neue/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff);
}
@font-face {
  font-family: "Open Sans";
  src: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Open%20Sans/opensans-regular-webfont.woff") format("woff"),
    url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Open%20Sans/opensans-regular-webfont.ttf") format("truetype");
      font-style: normal;
      font-weight: 400;
      }


@font-face {
  font-family: "Karla Bold";
  src:  url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo_August_2021/fonts/Karla_Bold.eot") format("eot"), 
    url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Karla_Bold/Karla_Bold.woff2") format("woff2"),
      url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Karla_Bold/Karla_Bold.woff") format("woff"),
        url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Karla_Bold/Karla_Bold.ttf") format("truetype");
          font-weight: 700;
          }

@font-face {
  font-family: "Karla";
  src:  url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo_August_2021/fonts/Karla.eot") format("eot"), 
    url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Karla/Karla.woff2") format("woff2"),
      url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Karla/Karla.woff") format("woff"),
        url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/Karla/Karla.ttf") format("truetype");
          }

@font-face {
  font-family: "TeXGyreHeros-Bold";
  src:  url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo_August_2021/fonts/TeXGyreHeros_Bold.eot") format("eot"),   
    url("") format("woff2"),
      url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/TeXGyreHeros/TeXGyreHeros_Bold.woff") format("woff"),
        url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/fonts/TeXGyreHeros/TeXGyreHeros_Bold.ttf") format("truetype");
          }




body {
  line-height: 1.5em;
  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 {
  margin: 0 0 27px;
}

p:last-of-type{
  margin-bottom:0; 
}

/* 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 {
  line-height: 1.2;
  margin: 0 0 14px;
}

h1{
  line-height: normal; 
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

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

  p {
    margin: 0 0 24px;
  }

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 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;
}

@media(max-width:767px){
  button,
  .button {
    font-size: 16px;
  }
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  padding:40px;
  display: block;
  border-radius:10px;
  box-shadow: 4.86px 5.04px 4px 1px rgb(0 0 0 / 42%);
  margin-bottom:15px;

}


/* Form fields */

.hs-form-field {
  margin-bottom: 23px;
}



/* Labels */

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

/* Help text - legends */

form legend {

}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
form input,
form select,
form textarea,
.hs-input{
  width: 100%;
  display: inline-block;
  font-weight: 400;
  border: 0;
  border-width: 1px;
  border-style: solid;
  outline: none;
  padding: 15.5px;
  padding-left: 15px;
  text-overflow: ellipsis;
  font:normal normal normal 16px/1.4em 'open sans',sans-serif;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {

}

form input[type=checkbox], form input[type=radio] {
  width: auto;
}

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: #ff4040;
}

.hs-input.invalid.error {
  border: 1px solid #ff4040;
}

.hs-error-msg {
  color: #ff4040;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #ff4040;
}
/* Submit button */

/* form input[type=submit],
form .hs-button {

} */

.hs-button,.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border: 1px solid;
  text-decoration: none;
  margin: 20px 0;
  outline: none;
  line-height: normal;
  width: auto;
}

.hs-button:hover,.button:hover {

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


@media(max-width:767px){
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,.hs_cos_wrapper_type_member_login , 
  .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
  .hs_cos_wrapper_type_password_reset{
    padding:20px 14.5px;
  }

  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select, form input, form select, form textarea, .hs-input {
    padding: 4.5px 3px;
    padding-left: 15px;
    border-color: #e3e3e3;
  }

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

  form.hs-form input[type=submit], form.hs-form .hs-button {
    display: table;
    margin: 0 auto;
    padding: 4.5px 24px;
  }

  .hs-error-msgs label {
    font-size: 16px;
  }

  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select,
  form input,
  form select,
  form textarea,
  .hs-input{
    padding-right:10px;
  }

}
/* 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-wrap {
  min-height: 68px;
}
.scroll-header header.header {
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
header.header {
  position: fixed;
  top: 0;
  min-height: 68px;
  width: 100%;
  z-index: 900;
  transition: all .3s ease;
}
.header__container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 100%;
}
.header-logo {
  padding-top: 5px;
  margin-bottom: -1px;
  float: left;
}
.header-logo img {
  width: 164px !important;
}
.custom-menu-primary {
  float: right;
  padding-top: 11px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: 8px 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-family: Karla Bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 8px 17px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert>a {
  border-radius: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login>a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login {
  position: relative;
  top: 1px;
  left: -4px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.about-us {
  position: relative;
  left: 14px;
  top: 1px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.features {
  position: relative;
  left: 26px;
  top: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  padding: 8px 20px;
}

@media (min-width: 768px){
  .mobile-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.newsletter {
    display: none;
  }
  .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
.custom-menu-primary .hs-menu-wrapper>ul>li:hover {
  padding-bottom: 0;
  border-bottom: none;
  transition: all 0.2s ease, visibility 0s;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li.login:hover {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert:hover {
    border: 0;
  }

  /*----------------*/

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    right: 0;
    left: 0;
    width: 160px;
    border-radius: 10px;
    display: none;
    background: rgb(83,92,102);
    padding: 16px 5px 0 5px;
    width: 170px;
    left: -15px !important;
    margin-top: -5px;
    border-radius: 6px;
    top: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    font-weight: 400;
    padding: 11px 20px;
    font-family: Karla Bold;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li {
    margin-bottom: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li:last-child {
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover {
    padding-bottom: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: -5px;
  }

.custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children):hover {
  top: 0;
  padding-bottom: 0;
}

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    transition: none;
  }
}

@media (max-width: 890px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.features {
    left: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us {
    left: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.login {
    left: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 8px 0;
  }
}

@media (max-width: 767px){
  .header-wrap {
    min-height: 55px;
  }

  header.header {
    min-height: 55px;
  }

  .header__container {
    padding: 0;
  }

  .header-logo img {
    width: 111px !important;
    height: 40px;
    object-fit: cover;
  }

  .custom-menu-primary {
    float: none;
    padding: 0;
    position: fixed;
    top: 0;
    background-color: #0ea58a;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    right: -100%;
    transition: right 0.6s ease-in-out,opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-open .custom-menu-primary {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .mobile-trigger {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 3px;
    z-index: 9;
  }

  .V9412 {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
    cursor: pointer;
  }

  ._3WFYR {
    background-color: #0ea58a;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
  }

  ._1qVGe, .ETTWi {
    bottom: 0;
  }

  ._1qVGe {
    top: 0;
    margin: auto;
  }

  ._30pRS {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .mobile-open ._3WFYR._1firi {
    transform: translateY(10px) translateY(-50%) rotate(
      -45deg
    );
  }

  .mobile-open ._3WFYR._1qVGe {
    opacity: 0;
  }

  .mobile-open ._3WFYR.ETTWi {
    transform: translateY(-10px) translateY(50%) rotate(
      45deg
    );
  }

  .mobile-open ._3WFYR {
    background-color: #fff;
  }
  .header-logo {
    margin-top: 6px;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
    left: 105px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
  }
  .child-trigger {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 12px;
    position: absolute;
    right: 154px;
    top: 18px;
    height: 48px;
  }
  .child-trigger.child-open svg {
    transform: rotate(
      180deg
    );
  }
  .child-trigger.child-open {
    top: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 18px;
    line-height: 48px;
    padding-left: 13px;
    position: relative;
    top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
  }
  .child-trigger svg {
    margin: 0 20px;
    min-width: 12px;
    width: 1em;
    pointer-events: none;
    fill: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none;
    background-color: #0ea58a !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0;
    font-size: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 17px 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert>a {
    padding: 15px 20.5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert {
    position: relative;
    left: -34px;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    position: relative;
    left: 74px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us {
    position: relative;
    top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.newsletter {
    padding-bottom: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.newsletter>a {
    position: relative;
    top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li > a {
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert>a {
    border: 1px solid #fff;
  }

}
#back-to-top {
  position: fixed;
  bottom: 87px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  right: calc((100% - 320px) / 2);
}

#back-to-top .pYcId {
  width: 100%;
  height: 100%;
  opacity:  0.9;;
}

#back-to-top svg {
  overflow: visible;
}

#back-to-top svg [data-color="3"] {
  fill: #FFFFFF;
}

#back-to-top svg [data-color="2"] {
  fill: #535961;
}

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

.footer-menu .hs-menu-wrapper>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  font-family: Karla Bold;
}

.footer-menu .hs-menu-wrapper>ul li>a {
  white-space: normal !important;
}

.footer-menu .hs-menu-wrapper>ul::before,.footer-menu .hs-menu-wrapper>ul::after {
  display: block;
  content: "";
  clear: both;
}

.footer-menu .hs-menu-wrapper>ul ul {
  display: block;
  position: static !important;
  opacity: 1 !important;
}

.footer-menu .hs-menu-wrapper>ul li a {
  display: inline-block !important;
}

.footer-menu .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}

.footer-top .footer__container {
  max-width: 1135px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-menu {
  padding-top: 28px;
  padding-bottom: 38px;
}

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

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

.footer-bottom .footer__container {
  padding: 0 15px;
  max-width: 967px;
  margin: 0 auto;
}

.footer-social ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.footer-bottom {
  padding-top: 14px;
  padding-bottom: 18px;
}

.footer-social ul li:first-child {
  margin-right: 6px;
}

.footer-social ul li a {
  display: block;
}


@media (max-width: 1024px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    left: auto !important;
    width: 25%;
  }
}

@media (min-width: 768px) {
  #back-to-top {
    display: none !important;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(1) {
    position: relative;
    left: 67px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:nth-child(1) {
    margin-bottom: 4px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:nth-child(2) {
    margin-bottom: 5px;
    margin-top: 6px;
  }

  .footer-menu .hs-menu-wrapper>ul ul > li + li {
    margin-top: 7px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(3) {
    position: relative;
    left: -30px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(4) {
    position: relative;
    left: -50px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(2) {
    position: relative;
    left: -5px;
  }
}

@media (max-width: 767px) {
  .footer-top .footer__container {
    padding: 0px 16px;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 5px;
  }

  .footer-menu {
    padding-top: 20px;
    padding-bottom: 27px;
  }

  .footer-bottom .footer__container {
    max-width: 980px;
  }

  .footer-social ul li a img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 27px;
  }

  .footer-bottom .footer__container {
    padding: 0 25px;
  }

  .footer-menu .hs-menu-wrapper>ul {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
  }

  .footer-menu .hs-menu-wrapper>ul li.termspolicies {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .footer-menu .hs-menu-wrapper>ul ul li a {
    padding-top: 2px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li {
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li.equalopportunitiespolicy {
    margin-bottom: 0;
  }

  .footer-menu .hs-menu-wrapper>ul > li > a {
    display: block !important;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:last-of-type {
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li.equalopportunitiespolicy {
    margin-bottom: -1px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus {
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus li:not(:last-child) {
    margin-bottom: 4px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > a {
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login {
    padding-left: 3px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li.edozopipeline, .footer-menu .hs-menu-wrapper>ul>li.edozo li.blog {
    margin-bottom: 24px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li , .footer-menu .hs-menu-wrapper>ul>li.edozo li {
    margin-bottom: 2px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login > a, .footer-menu .hs-menu-wrapper>ul>li.edozo > a {
    margin-bottom: 5px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li {
    margin-bottom: 3px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li.edozopipeline {
    margin-bottom: 21px;
  }

  .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    right: -1px;
    top: -1px;
  }

  .footer-social ul li:first-child {
    margin-right: 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > ul {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > ul li {
    order: 2;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > ul li.ourmission {
    order: 3;
    position: relative;
    top: -3px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.contacts {
    position: relative;
    top: -3px;
    padding-left: 2px;
    margin-bottom: 12px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.contacts > a {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.contacts li {
    margin-bottom: 5px;
  }


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

.button_wrap a.cta_button {
  box-sizing: border-box !important;
}

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

button, select {
  cursor: pointer;
}

a.cta_button,.button {
  min-height: 48px;
}

form select {
  -webkit-apperance: none;
  appearance: none;
}

.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

.button.join_cta {
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 190px;
}

.button.white_btn:FOCUS,
.button.white_btn {
  background-color: #fff;
  color: #0ea58a;
  border-color: #fff;
}

.button.white_btn:hover {
  background-color: #0ea58a;
  color: #fff;
  border-color: #fff;
}

.button.request_demo.white_btn {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 1px;
  width: 190px;
}

.button.request_demo.white_btn:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 192px;
}

.button.refer_btn.white_btn {
  max-width: 247px;
  width: 100%;
  color: #212121;
  min-height: 48px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.refer_btn.white_btn:hover {
  background-color: #fff;
  color: #0ea58a;
  border-color: #fff;
}


.hs-button,
.button {
  transition: 0.4s ease;
}

.cta_button.button.request_white-shdw {
  min-width: 371px;
  background: #fff;
  color: #212121;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 19px;
  box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
  border-color: #fff;
}

.cta_button.button.request_white-shdw:hover {
  background: #0ea58a;
  border-color: #0ea58a;
  color: #fff;
}

/*--------------*/
.ab_bott_sec .hs_cos_wrapper_type_form {
  padding: 0;
  box-shadow: none;
  max-width: 872px;
  margin: 0 auto;
  position: relative;
  left: -4px;
}

.ab_bott_sec .hs_cos_wrapper_type_form fieldset.form-columns-2 .field > label {
  margin: 0;
}

.ab_bott_sec .hs_cos_wrapper_type_form fieldset.form-columns-2 .field input {
  margin: 0;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field {
  margin: 25px 0 24px;
  max-width: 269px;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input {
  margin: 0;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input {
  border-radius: 0;
  padding: 13px;
  padding-left: 24px;
  font-size: 16px;
  font-family: 'Karla';
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input:not(:hover) {
  border-color: rgb(171 184 197);
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input .hs-input.invalid.error {
  border: 1px solid #ff4040;
  background: #fff;
}

.ab_bott_sec .hs_cos_wrapper_type_form form {
  padding: 0 36px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.ab_bott_sec .hs_cos_wrapper_type_form fieldset {
  width: 100%;
  max-width: 569px;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
  margin-left: 31px;
}

.ab_bott_sec form fieldset.form-columns-2 {
  width: 569px;
  order: 1;
}

.ab_bott_sec form .hs_submit.hs-submit {
  order: 2;
  margin-left: auto;
}

.ab_bott_sec form fieldset {
  order: 3;
}

.ab_bott_sec .hs_cos_wrapper_type_form form input.hs-button.primary {
  margin: 25px 4px 24px 0;
  padding: 13px 24px 13px 23px;
  font-family: 'Karla';
  font-size: 18px;
  transition: 0.4s ease;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input::-webkit-input-placeholder {
  color: rgb(182 193 205);
  opacity: 1;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox {
  margin: 0;
  margin-top: 1px;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label {
  padding-left: 18px;
  position: relative;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label span {
  font-size: 16px;
  color: #212121;
  font-family: 'Karla';
  margin-left: 25px !important;
  line-height: 1;
  vertical-align: unset;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label p {
  display: block;
  margin: 0 !important;
  color: inherit;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  border: 1px solid #212121;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
  fill: rgb(14,165,138);
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -1px;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label input:checked + ._2v4A7 {
  opacity: 1;
}

.ab_bott_sec .hs_cos_wrapper_type_form .hs_error_rollup {
  order: 4;
  width: 100%;
}

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

.mp_main_sec .hs_cos_wrapper_type_rich_text h2 {
  color: #0ea58a;
  font-family: 'Karla Bold';
  font-size: 22px;
  margin: 0;
  line-height: normal;
}


/*------------*/
.feat_page .twColimg_wrap {
  overflow: hidden;
}

.feat_page .twColimg_wrap .page-center {
  position: relative;
  left: 78px;
  max-width: 1140px;
}

.feat_page .twColimg_wrap .flex_row {
  padding: 0;
}

.feat_page .twColimg_wrap .content_col.content_medium {
  width: 477px;
  width: 41%;
  padding-right: 9px;
}

.feat_page .twColimg_wrap.content_medium_wrap .img_wrap {
  margin-right: 0;
  width: 625px;
  position: relative;
  right: 0;
  width: 58%;
  padding-left: 36px;
  margin-left: -11px;
}

.feat_page .twColimg_wrap .content_col .text p {
  margin-bottom: 14px;
}

.testimon_wrap .item .box .bottom_icon span,
.testimon_wrap .item .box .top_icon span {
  background: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_August_2021/images/quote-2new.png);
  background-size: cover;
  background-position: center;
  background-size: contain;
}

.feat_page .twColimg_wrap .btn_wrap .btn_item .button {
  font-family: 'Karla';
  font-size: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  width: 100%;
}

.feat_page .twColimg_wrap .btn_wrap .btn_item .button:hover {
  color: #212121;
}

.feat_page .twColimg_wrap .btn_wrap .btn_item .button.request_demo_green:hover {
  border-color: #fff;
}

.button,
.feat_page .twColimg_wrap .btn_wrap .btn_item .button.request_demo_green {
  transition: 0.4s ease;
}

.hs_cos_wrapper_type_module .hs-button {
  padding: 14px;
}

/*--------------*/
.cont_main_sec .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.cont_main_sec .form-title {
  padding: 0;
  margin: 0;
}

.cont_main_sec form fieldset .field {
  margin-bottom: 26px;
}

.cont_main_sec form .field > label {
  display: none;
}

.cont_main_sec form.hs-form input[type=text],
.cont_main_sec form.hs-form input[type=email],
.cont_main_sec form.hs-form input[type=password],
.cont_main_sec form.hs-form input[type=tel],
.cont_main_sec form.hs-form input[type=number],
.cont_main_sec form.hs-form input[type=file],
.cont_main_sec form.hs-form select,
.cont_main_sec form.hs-form textarea {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgb(33,33,33);
  padding: 5.5px;
  padding-left: 12px;
  font-family: 'Karla';
  height: 34px;
  background: #fff;
}

.cont_main_sec form .hs-error-msgs label {
  font-size: 16px;
}

.cont_main_sec for .hs-form-field {
  margin-bottom: 26px;
}

.cont_main_sec form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
}

.cont_main_sec form fieldset.form-columns-2 .input {
  margin: 0;
}

.cont_main_sec form fieldset.form-columns-2 .field {
  width: calc(50% - 25.5px );
  margin-right: 20.5px;
}

.cont_main_sec form.hs-form textarea {
  height: 48px;
  padding: 12px 10px 3px 17px;
  width: calc(100% - 20.5px ) !important;
  margin-right: 20.5px;
  line-height: 1.4em;
  font-size: 16px;
  display: block;
  resize: none;
}

.cont_main_sec form.hs-form .hs-input.invalid.error {
  border: 1px solid #ff4040;
}

.cont_main_sec form .hs_phone.field {
  margin-bottom: 22px;
}

.cont_main_sec form .hs_phone.field+ .field {
  margin-bottom: 22px;
}

.cont_main_sec form .hs-how_did_you_hear_about_us {
  margin-right: 20.5px;
}

.cont_main_sec form .hs-how_did_you_hear_about_us select {
  width: 100% !important;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox label {
  cursor: pointer;
}

/*------*/
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox {
  margin: 0;
  margin-top: 1px;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label {
  padding-left: 18px;
  position: relative;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label > span {
  font-size: 16px;
  color: #212121;
  font-family: 'Karla';
  margin-left: 14px !important;
  line-height: 1;
  vertical-align: unset;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label p {
  display: inline;
  margin: 0 !important;
  color: inherit;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  border: 1px solid #212121;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7 svg, 
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
  fill: rgb(14,165,138);
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -1px;
}


.cont_main_sec form .hs-fieldtype-booleancheckbox span.hs-form-required {
  color: inherit;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7, 
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li  > label input:checked + ._2v4A7 ,
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label input:checked + ._2v4A7 {
  opacity: 1;
}

.cont_main_sec form .legal-consent-container > div {
  margin-bottom: 25px;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label  a {
  color: #212121;
  text-decoration: underline;
}

.cont_main_sec form input.hs-button {
  margin-top: 12px;
  min-width: 135px;
  font-family: 'Karla';
  font-size: 18px;
  padding: 12px 24px;
  margin-bottom: 0;
}

.cont_main_sec form .legal-consent-container>div:not(:last-child) {
  margin-bottom: 27px;
}

.cont_main_sec form.hs-form select {
  -webkit-apperance: none;
  appearance: none;
  color: rgb(33,33,33);
  padding-right: 38px;
}

.cont_main_sec form ::placeholder {
  color: rgb(160,160,159);
}

.cont_main_sec form .hs-fieldtype-select .input {
  position: relative;
}

.cont_main_sec form .hs-fieldtype-select ._3wJcy {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: inherit;
  display: flex;
  align-items: center;
}

.cont_main_sec form .hs-fieldtype-select ._3wJcy ._2LH9s {
  width: 12px;
}

.cont_main_sec form .hs-fieldtype-select ._3wJcy ._2LH9s svg {
  height: 100%;
  fill: rgb(33 33 33 / 50%);
}


.cont_main_sec form fieldset .field.hs_iagree_check {
  margin-bottom: 27px;
}

.cont_main_sec form .hs_iagree_check {
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li {
  margin: 0;
  margin-top: 1px;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label {
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  border: 1px solid #212121;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}


.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label >  span {
  font-size: 16px;
  color: #212121;
  font-family: 'Karla';
  margin-left: 14px !important;
  line-height: 1;
  vertical-align: unset;
  display: block;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label  span a {
  color: #212121;
  text-decoration: underline;
}


/*------*/
.refrral_main_sec .referal-terms-wrp .referal-terms-content {
  max-width: 852px;
  margin: 0 auto;
  position: relative;
  left: 6px;
}

.refrral_main_sec .referal-terms-wrp {
  display: flex;
  flex-wrap: wrap;
}

.refrral_main_sec .referal-terms-icons {
  max-width: 852px;
  margin: 0 auto;
}

.refrral_main_sec .referal-terms-icon.icon-2 {
  top: -54px;
  left: 36.5%;
  width: 79px;
}

.refrral_main_sec .referal-terms-icon.icon-3 {
  width: 104px;
  left: 58.9%;
  top: 38px;
}

.refrral_main_sec .referal-terms-title {
  padding-left: 46px;
  padding-top: 1px;
  margin-bottom: 31px;
}

.refrral_main_sec .referal-terms-content h3,
.refrral_main_sec .referal-terms-content h4 {
  line-height: normal;
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 400;
  font-family: Karla,sans-serif;
}

.refrral_main_sec .referal-terms-content h4 {
  margin-top: 54px;
  font-size: 24px;
  margin-bottom: 33px;
}

.refrral_main_sec .referal-terms-content p {
  line-height: normal;
}

.refrral_main_sec .referal-terms-content p a {
  color: #333;
  text-decoration: underline;
}

/*----------*/
.refrral_main_sec .free-trial-form {
  padding-right: 0;
  padding-left: 4px;
}

.refrral_main_sec .free-trial-form .form_section_inner h3 {
  color: #000;
  font-size: 24px;
  font-family: 'Karla Bold';
  margin-bottom: 39px;
}

.refrral_main_sec .free-trial-form form fieldset {
  padding: 0 81px 0 69px;
}

.refrral_main_sec .free-trial-form form fieldset .field {
  width: 100%;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field {
  padding-left: 0;
  width: 50%;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child {
  max-width: 331px;
  padding-right: 0;
  width: 100%;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
  max-width: 295px;
  margin-left: auto;
  width: 100%;
  padding-right: 0 !important;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="tel"],
.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="text"],
.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="email"],
.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form select {
  padding-left: 15px;
  font-size: 15px;
  min-height: 55px;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 22px;
}

.refrral_main_sec .free-trial-form form fieldset .field:first-child .input .hs-input {
  font-size: 16px;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-1 .input input {
  width: 100% !important;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-1 .input {
  margin-right: 0;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions {
  padding: 0;
  padding-left: 7px;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions input.hs-button {
  min-height: 49px;
  padding: 12px 11px;
  min-width: unset;
  max-width: 201px;
}

.refrral_main_sec .free-trial-form form .hs_error_rollup {
  padding: 0 81px 0 69px;
}
.refrral_main_sec .referal-terms-wrp .referal-terms-content h3 {
  font-size: 22px;
  margin-bottom: 26px;
  line-height: normal;
}

.refrral_main_sec .referal-terms-wrp .referal-terms-title {
  margin: 42px 0px 31px 6px;
}


.refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-2 {
  top: -53px;
  left: 311px;
  width: 79px;
}

.refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-3 {
  left: 502px;
  top: 38px;
}

/*------- homepage---------*/
.hm_main_sec .testimon_wrap .item .box {
  min-height: 201px;
  margin: 0px 0px 6px 0;
}

.hm_main_sec .testimon_wrap .item .box .container {
  min-height: 201px;
}

.hm_main_sec .testimon_wrap .item .box .top_icon span {
  width: 45px;
  height: 40px;
  left: 2px;
}

.hm_main_sec .testimon_wrap .item .box .top_icon {
  margin: 10px 0px 16px 0;
}

.hm_main_sec .testimon_wrap .item .box .bottom_icon {
  top: -3px;
  width: 44px;
  height: 40px;
  left: 6px;
  margin-bottom: 1px;
}

.hm_main_sec .testimon_wrap .item .box .bottom_icon span {
  width: 44px;
  height: 40px;
}

.hm_main_sec .testimon_wrap .item .box .quote {
  left: 3px;
}

.hm_top_area .clients-logo-wrp {
  padding: 38px 0 30px;
}

.hm_top_area .twColimg_wrap {
  float: none;
}

.hm_top_area .twColimg_wrap .flex_row {
  float: none;
  display: flex;
  margin-left: 0;
  flex-wrap: wrap;
}

.hm_top_area .twColimg_wrap .content_col.content_large .text {
  padding-left: 0;
}

.hm_top_area .twColimg_wrap .content_col.content_large .title {
  padding-left: 0;
  margin-left: -2px;
  padding-bottom: 28px;
}

.hm_top_area .twColimg_wrap .content_col .text {
  margin-left: -11px;
  padding-right: 50px;
}

.hm_top_area .twColimg_wrap .content_col.content_large .text ul {
  margin-bottom: 15px;
}

.hm_top_area .twColimg_wrap .content_col .text h2 {
  font-size: 24px;
  font-family: 'Karla Bold';
  padding-right: 23px;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 {
  padding: 0;
  margin-left: -14px;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 .button.request_demo.white_btn {
  max-width: 400px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 .button.request_demo.white_btn:hover {
  border-color: #0ea58a;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 .btn_item {
  max-width: 400px;
}

.hm_top_area .twColimg_wrap .bott_text {
  margin-left: -2px;
  margin-top: 18px;
}

.hm_main_sec .testimon_wrap .title_wrap {
  margin-bottom: 28px;
}

.hm_main_sec .fw_bg {
  border-top: 1px solid #000;
}

/*------------------*/
.equal-main-content p {
  font-size: 16px;
  color: #67747c;
  text-align: justify;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: #324158;
}

.equal-main-content h6 {
  font-size: 16px;
  text-align: justify;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: #0EA58A;
  font-family: Karla,sans-serif;
  font-weight: bold;
}

.equal-main-content .hs_cos_wrapper_type_rich_text {
  margin-left: -2px;
  display: block;
  font-family: Times New Roman;
}

.equal-main-content .hs_cos_wrapper_type_rich_text p {
  font-family: 'Karla';
}

.equal-main-content p span {
  font-weight: bold;
}

/*-------*/
.speaktoexpert_page .clients-logo-wrp {
  padding: 39px 0 47px;
}

.speaktoexpert_page .clients-logo-wrp .sec_title {
  max-width: 980px;
  margin: 0 auto;
}

.speaktoexpert_page .clients-logo-wrp .sec_title h3 {
  margin-bottom: 34px;
}

.speaktoexpert_page .free-trial-form {
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
}

.speaktoexpert_page .free-trial-form .form_section_inner h3 {
  margin-bottom: 44px;
}

.speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 22px;
}

select + ._3wJcy {
  pointer-events: none;
}

.speaktoexpert_page .free-trial-form .actions input.hs-button {
  margin-top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 247px;
}

.speaktoexpert_page .free-trial-form .actions {
  padding-left: 13px;
}

/*------ media queries --------*/
@media (max-width: 1400px) {
  .feat_page .twColimg_wrap .page-center {
    left: 0;
  }
}

@media(max-width: 1380px) and (min-width:768px) {
  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child,
  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
    max-width: unset;
    width: 50%;
  }

  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child {
    padding-right: 15px;
  }

  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
    padding-left: 15px;
  }
}

@media(max-width: 1280px) {
  .feat_page .twColimg_wrap .img_wrap {
    right: 0;
  }

  .feat_page .twColimg_wrap.content_medium_wrap .img_wrap {
    max-width: 100%;
  }
}

@media(max-width: 991px) and (min-width:768px) {
  .ab_bott_sec form fieldset.form-columns-2 {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 15px);
    max-width: 100%;
    margin-left: 0;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
    margin-left: 0;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-3 {
    left: 53.6vw;
  }

}

@media (max-width: 900px) and (min-width: 768px) {
  .hm_top_area .twColimg_wrap .content_col .text,
  .hm_top_area .twColimg_wrap .btn_wrap.added_1,.hm_top_area .twColimg_wrap .content_col.content_large .title {
    margin-left: 0;
  }
}

@media(min-width: 1024px) {
  .twColimg_wrap .content_col.content_large + .img_wrap {
    padding-left: 12px;
  }

}

@media(min-width: 768px) {
  .maps_page .team_wrapper .team_item img {
    max-width: 140px;
  }

  .speaktoexpert_page .free-trial-form .hs-form fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .speaktoexpert_page .free-trial-form .hs-form fieldset.form-columns-2>.hs-form-field:last-child {
    width: 48.2958%;
  }

  .speaktoexpert_page .free-trial-form .hs-form fieldset .hs_position,
  .speaktoexpert_page .free-trial-form .hs-form fieldset .hs_select_industry,
  .speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs_lastname.hs-form-field,
  .speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs_firstname.hs-form-field {
    margin-bottom: 19px;
  }

  .hm_top_area .twColimg_wrap .img_wrap {
    left: -7%;
    position: relative;
  }

  .hm_top_area .twColimg_wrap .img_wrap a.popup-play-btn {
    left: 9px;
    width: 99px;
    height: auto;
    margin-top: -3px;
  }

  .hm_top_area .twColimg_wrap .img_wrap a.popup-play-btn img {
    width: 100%;
  }

  .architects-btm-cont .button.refer_btn.white_btn {
    -webkit-box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 6px;
  }

}

@media(max-width: 767px) {

  .testimon_wrap .item .box .bottom_icon span,
  .testimon_wrap .item .box .top_icon span {
    background-size: 41px;
  }

  .button_wrap a.cta_button {
    width: 100%;
  }

  .ab_bott_sec .team_wrapper .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ab_bott_sec .team_wrapper .team_item .image {
    margin: 6px 0px 4px 0;
  }

  .ab_bott_sec .team_wrapper .team_item .role {
    margin-bottom: 15px;
  }

  .button.join_cta {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    min-width: 190px;
  }

  .button.request_demo.white_btn,
  .button.request_demo.white_btn:hover {
    width: calc(100% - 1px);
    left: 0;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    background-color: #fff;
    color: #0ea58a;
    border-color: #fff;
  }

  .ab_bott_sec .widget-type-rich_text h1 {
    margin-bottom: 12px;
  }

  .ab_bott_sec .hs_cos_wrapper_type_form {
    left: 0;
  }

  .ab_bott_sec .hs_cos_wrapper_type_form form {
    width: 100%;
    padding: 0 15px;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
    margin-left: 0;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input {
    width: 100% !important;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 21px;
    margin-top: 0;
    width: 100% !important;
    float: none !important;
    max-width: 100%;
  }

  .ab_bott_sec form fieldset.form-columns-2 {
    width: 100%;
    margin-top: 12px;
  }

  .ab_bott_sec form .hs_submit.hs-submit {
    margin: 0;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }

  .ab_bott_sec .hs_cos_wrapper_type_form form input.hs-button.primary {
    margin: 0;
    width: 100%;
    padding: 13px 24px 14px 23px;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox {
    margin-top: 0;
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before,
  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
    top: 50%;
    transform: translateY(-50%);
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
    margin-top: 0;
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
    margin-top: 0;
  }

  .mp_main_sec .hs_cos_wrapper_type_rich_text h2 {
    font-size: 20px;
  }

  .mp_main_sec .team_wrapper .team_item .image {
    margin: 20px 0px 10px 0;
  }

  .mp_main_sec .team_wrapper .team_item .name {
    margin: 0px 0px 20px 0;
  }

  .mp_main_sec .hs_cos_wrapper_type_rich_text h3 {
    font-size: 15px;
  }

  .feat_page .twColimg_wrap.content_medium_wrap .img_wrap,
  .feat_page .twColimg_wrap .content_col.content_medium,
  .feat_page .twColimg_wrap .content_col,
  .feat_page .twColimg_wrap .img_wrap {
    width: 100%;
    max-width: 100%;
  }

  .feat_page .twColimg_wrap .content_col {
    padding: 0;
  }

  .feat_page .twColimg_wrap .content_col .text p {
    margin-bottom: 11px;
    line-height: 1.5em;
  }

  .feat_page .twColimg_wrap .btn_wrap .btn_item .button {
    font-size: 16.889px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feat_page .twColimg_wrap .img_wrap {
    padding: 0 3px;
  }

  .cta_button.button.request_white-shdw {
    min-width: unset;
    max-width: 288px;
    width: 100%;
    font-size: 16.889px;
    height: 48px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }

  .cta_button.button.request_white-shdw:hover,
  .cta_button.button.request_white-shdw {
    background: #fff;
    color: #212121;
    box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
    border-color: #fff;
  }

  .cont_main_sec form fieldset.form-columns-2 .field {
    margin-right: 0;
  }

  .cont_main_sec form.hs-form input[type=text],
  .cont_main_sec form.hs-form input[type=email],
  .cont_main_sec form.hs-form input[type=password],
  .cont_main_sec form.hs-form input[type=tel],
  .cont_main_sec form.hs-form input[type=number],
  .cont_main_sec form.hs-form input[type=file],
  .cont_main_sec form.hs-form select,
  .cont_main_sec form.hs-form textarea {
    width: 100% !important;
    height: 34px;
  }

  .cont_main_sec form.hs-form textarea {
    height: 48px;
  }

  .cont_main_sec form fieldset .field {
    margin-bottom: 20px;
  }

  .cont_main_sec form {
    margin: 0;
  }

  .cont_main_sec form fieldset .input {
    margin: 0 !important;
  }

  .cont_main_sec form .hs-how_did_you_hear_about_us {
    margin-right: 0;
  }

  .cont_main_sec form .hs_phone.field,.cont_main_sec form .hs_phone.field+.field {
    margin-bottom: 10px;
  }

  .cont_main_sec form fieldset.form-columns-2 .field {
    margin-right: 0;
    width: 100% !important;
    float: none;
  }

  .cont_main_sec form .hs_phone.field,
  .cont_main_sec form .hs_phone.field+.field {
    margin-bottom: 20px;
  }

  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label > span,
  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label > span {
    font-size: 15px;
    margin-left: 13px !important;
  }

  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label:before,
  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7 {
    top: 50%;
    transform: translateY(-50%);
  }

  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7 svg {
    margin-top: 0;
  }

  .cont_main_sec form fieldset .field.hs_keep_update {
    margin-bottom: 23px;
  }


  .cont_main_sec form .actions {
    text-align: center;
  }

  .cont_main_sec form input.hs-button {
    max-width: 240px;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7,
  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before {
    top: 50%;
    transform: translateY(-50%);
  }

  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
    margin-top: 0;
  }

  /*----------*/

  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    max-width: 80%;
    margin: 0 auto;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    text-align: left;
    margin: 0;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-1 {
    left: 41px;
    top: 15px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-2 {
    top: 1.5px;
    left: 32.5%;
    width: 31px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-3 {
    width: 38px;
    left: 45.9%;
    top: 15px;
    height: 33px;
  }

  .refrral_main_sec .referal-terms-title {
    padding-left: 0;
    font-size: 19px;
    padding-top: 0;
    margin: 28px 0px 10px 0;
  }

  .refrral_main_sec .referal-terms-title h1 {
    font-size: 19px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-content {
    margin-left: -6px;
  }

  .refrral_main_sec .referal-terms-content h3,
  .refrral_main_sec .referal-terms-content h4 {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .refrral_main_sec .referal-terms-content h3 {
    margin-bottom: 19px;
  }

  .refrral_main_sec .referal-terms-content h4 {
    margin-top: 5px;
  }

  .refrral_main_sec .referal-terms-content h3:nth-child(2) {
    margin-bottom: 4px;
  }

  .refrral_main_sec .referal-terms-content h4 {
    margin-bottom: 21px;
  }

  .refrral_main_sec .referal-terms-content p {
    font-size: 15px;
  }

  .refrral_main_sec .free-trial-form .content-wrapper {
    padding: 0px 6px;
  }

  .refrral_main_sec .free-trial-form .form_section_inner {
    padding: 10px 14px 35px 14px;
  }

  .refrral_main_sec .free-trial-form .form_section_inner h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .refrral_main_sec .free-trial-form form fieldset {
    padding: 0;
  }

  .refrral_main_sec .free-trial-form .input input {
    width: 100% !important;
    min-height: 33px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="tel"],
  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="text"],
  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="email"],
  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form select {
    min-height: 33px;
    font-size: 16px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 10px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions {
    padding: 0;
    text-align: center;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions input.hs-button {
    min-height: 33px;
    max-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    font-size: 18px;
  }

  .refrral_main_sec .free-trial-form .form_section_inner {
    padding: 10px 14px 38px 14px !important;
  }

  .refrral_main_sec .free-trial-form form .hs_error_rollup {
    padding: 0;
  }

  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child,
  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
    width: 100%;
    max-width: 100%;
  }

  .refrral_main_sec .free-trial-form {
    padding: 0 4px;
  }

  .cont_main_sec form .legal-consent-container>div:not(:last-child) {
    margin-bottom: 21px;
  }

  .cont_main_sec form fieldset .field.hs-how_did_you_hear_about_us {
    margin-bottom: 26px;
  }

  .cont_main_sec form .legal-consent-container > div {
    margin-bottom: 22px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    text-align: left;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_lastname {
    margin-bottom: 9px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_email {
    margin-bottom: 12px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_phone {
    margin-bottom: 13px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_company {
    margin-bottom: 12px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_referee_full_name {
    margin-bottom: 13px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_referee_email_address {
    margin-bottom: 17px;
  }

  /*-----------*/
  .hm_top_area .twColimg_wrap .content_col.content_large .title {
    margin-left: 1px;
    padding-bottom: 15px;
  }

  .hm_top_area .twColimg_wrap .content_col.content_large .title h1.size_large {
    font-size: 24px;
  }

  .hm_top_area .twColimg_wrap .content_col .text {
    margin-left: 1px;
  }

  .hm_top_area .twColimg_wrap .content_col .text h2 {
    font-size: 14px;
    line-height: normal;
    padding-right: 0;
  }

  .hm_top_area .twColimg_wrap .content_col.content_large .text ul {
    margin-bottom: 14px;
    margin-left: 8px;
  }

  .hm_top_area .twColimg_wrap .btn_wrap.added_1 {
    margin-left: 0;
  }

  .hm_top_area .twColimg_wrap .content_col.content_large .text {
    padding-right: 0;
  }

  .hm_top_area .twColimg_wrap .btn_wrap.added_1 .button.request_demo.white_btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hm_top_area .twColimg_wrap .bott_text {
    margin-left: 0;
    margin-top: 9px;
  }

  .hm_top_area .twColimg_wrap .img_wrap {
    padding: 0 16px;
  }

  .hm_top_area .twColimg_wrap .img_wrap {
    padding: 0 16px;
  }

  .hm_top_area .clients-logo-wrp .content-wrapper {
    padding: 0 10px;
  }

  .hm_main_sec .testimon_wrap .title_wrap {
    margin-bottom: 18px;
  }

  .hm_main_sec .testimon_wrap .item {
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .hm_main_sec .testimon_wrap .item .inner {
    max-width: 280px;
    width: 100%;
  }

  .hm_main_sec .testimon_wrap .item .box {
    min-height: unset;
    margin: 0px 0px 24px 0;
  }

  .hm_main_sec .testimon_wrap .item .box .container {
    width: 100%;
    min-height: unset;
  }

  .hm_main_sec .testimon_wrap .item .box .top_icon {
    margin: 14px 0px -14px 0;
    position: relative;
    top: -1px;
  }

  .hm_main_sec .testimon_wrap .item .box .top_icon span {
    width: 30px;
    height: 29px;
    left: 1px;
  }

  .hm_main_sec .testimon_wrap .item .box .top_icon span,
  .hm_main_sec .testimon_wrap .item .box .bottom_icon span {
    background-size: 30px;
  }

  .hm_main_sec .testimon_wrap .item .box .quote {
    left: 0px;
    margin: 0px 0px 0px 0;
  }

  .hm_main_sec .testimon_wrap .item .box .bottom_icon {
    width: 30px;
    height: 29px;
    left: -4px;
    margin-bottom: 6px;
    top: -10px;
  }

  .hm_main_sec .testimon_wrap .item .box .bottom_icon span {
    width: 30px;
    height: 29px;
  }

  .hm_main_sec .testimon_wrap .item .author_box p {
    font-size: 17px;
  }

  .hm_main_sec .testimon_wrap .item .box .quote .inner {
    max-width: 250px;
  }

  .speaktoexpert_page .clients-logo-wrp .sec_title h3 {
    margin-bottom: 0px;
  }

  .speaktoexpert_page .clients-logo-wrp {
    padding: 39px 0 8px;
  }

  .hm_top_area .clients-logo-wrp {
    padding: 9px 0 30px;
    padding: 9px 0 0;
  }

  .hm_top_area .logo_item.logo_item_1 {
    max-width: 70px;
  }

  .hm_top_area .logo_item.logo_item_2 {
    max-width: 60px;
  }

  .hm_top_area .logo_item.logo_item_3 {
    max-width: 78px;
  }

  .hm_top_area .logo_item.logo_item_4 {
    max-width: 78px;
  }

  .hm_top_area .logo_item.logo_item_5 {
    max-width: 59px;
  }

  .hm_top_area .logo_item.logo_item_7 {
    max-width: 71px;
  }

  .hm_top_area .logo_item.logo_item_6 {
    max-width: 110px;
  }

  .twColimg_wrap.content_large_wrap .button {
    min-height: unset;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote_author {
    padding-right: 41px;
  }

  .speaktoexpert_page .free-trial-form .form_section_inner {
    box-shadow: none;
  }

  .speaktoexpert_page .free-trial-form .form_section_inner h3 {
    margin-bottom: 20px;
  }

  .speaktoexpert_page .free-trial-form .content-wrapper .form_section_inner {
    padding: 10px;
  }

  .speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 15px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-title {
    margin: 28px 0px 10px 0;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-title h1 {
    font-size: 19px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-content h3 {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-content h3:last-of-type {
    margin-bottom: 5px;
  }


  /*----767 ends ----*/
}

@media(max-width:767px) and (min-width:599px){
  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    max-width: 80%;
    margin: 0px auto !important;
  }
}

@media(max-width:600px){
  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    max-width: 100%;
    margin: 0 auto;
  } 
}


/*============= ukes=================*/


.spread-tp-cont .form-title {
  color: #000000;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
  font-family: Karla Bold;
  margin: 0;
  padding-left: 7px;
  font-size: 24px;
  margin-bottom: -2px;
}

.spread-tp-cont form > div {
  max-width: 324px;
  display: inline-block;
  width: 100%;
  margin: 18px 0px 21px 0;
  vertical-align: text-top;
}

.spread-tp-cont form {
  position: relative;
}

.spread-tp-cont form .hs_error_rollup {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}

.spread-tp-cont form > div.hs_submit {
  max-width: 116px;
  margin: 0;
}

.spread-tp-cont form .hs-form-field > label {
  display: none;
}

.spread-tp-cont form input {
  padding: 3px 3px 3px 24px;
  line-height: normal;
  min-height: 45px;
  border-color: #abb8c5 !important;
  width: 100%;
}

.spread-tp-cont form input::-webkit-input-placeholder {
  color: rgba(182,193,205,1);
}

.free-trial-form .hs_cos_wrapper_type_form input[type="tel"]::-moz-placeholder,
.free-trial-form .hs_cos_wrapper_type_form input[type="text"]::-moz-placeholder,
.free-trial-form .hs_cos_wrapper_type_form input[type="email"]::-moz-placeholder,
.free-trial-form .hs_cos_wrapper_type_form select::-moz-placeholder,
.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input::-moz-placeholder,
.spread-tp-cont form input::-moz-placeholder {
  color: rgba(182,193,205,1);
}

::-webkit-input-placeholder {
  color: rgba(182,193,205,1);
}

::-moz-input-placeholder {
  color: rgba(182,193,205,1);
}

::-ms-input-placeholder {
  color: rgba(182,193,205,1);
}

@-moz-document url-prefix() {
  .free-trial-form .hs_cos_wrapper_type_form select {
    padding-right: 53px;
    line-height: 42px;
  }
}
.spread-tp-cont form input:-ms-input-placeholder {
  color: rgba(182,193,205,1);
}

.spread-tp-cont form input::-ms-input-placeholder {
  color: rgba(182,193,205,1);
}

.spread-tp-cont form input::placeholder {
  color: rgba(182,193,205,1);
}

.spread-tp-cont .hs_cos_wrapper_type_form {
  padding: 13px 29px 14px;
  display: block;
  width: 100%;
  margin-bottom: 31px;
}

.spread-tp-cont form > div.hs_firstname {
  margin-right: 45px;
}

.spread-tp-cont form > div.hs_email {
  margin-right: 35px;
}

.spread-tp-cont form input.hs-button {
  font-family: Karla,sans-serif;
  font-size: 18px;
  padding: 0;
}

.spread-tp-cont .hs_cos_wrapper_type_rich_text h6 a {
  text-decoration: underline;
  color: #212121;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-family: Karla,sans-serif;
}

.spread-tp-cont .hs_cos_wrapper_type_rich_text h4 {
  text-align: center;
  color: #0EA58A;
  font-weight: normal;
  font-family: Karla,sans-serif;
  letter-spacing: normal;
  font-size: 21px;
  margin: 0;
  padding-right: 7px;
}

.spread-tp-cont .hs_cos_wrapper_type_rich_text h6 {
  margin: 0;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text h3,
.architects-btm-cont .hs_cos_wrapper_type_rich_text h2 {
  font-size: 31px;
  text-align: center;
  margin: 0 0 13px;
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text h3 {
  font-size: 32px;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text {
  text-align: center;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text p {
  color: #fff;
  margin-bottom: 24px;
  padding-right: 11px;
}

.button_wrap.ali_centeradShadw a {
  -webkit-box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
  box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
  border: none;
}

.button_wrap.ali_centeradShadw {
  text-align: center;
  margin-bottom: 50px;
  padding-right: 5px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 8px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li {
  display: inline-block;
  width: 33%;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li h4 {
  color: #0EA58A;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 0;
  font-family: Karla,sans-serif;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(2) {
  padding-left: 20px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(3) {
  padding-left: 0;
  margin-left: -17px;
}

.architects-mid-cont .hs_cos_wrapper_type_header h1 {
  text-align: center;
  color: #000000;
  font-size: 32px;
  margin: 33px 0 21px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text p {
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #212121;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.equal-main-content p strong {
  font-weight: bold;
}

.spread-tp-cont form input.hs-button:hover {
  border-color: #0ea58a !important;
}

.spread-tp-cont form input:focus,
.spread-tp-cont form input:hover {
  border-color: #c6e2f7 !important;
}

.spread-tp-cont form input:focus {
  border-color: #00a6ff !important;
}

.spread-tp-cont form .hs-input.invalid.error {
  border: 1px solid #ff4040 !important;
}

/*  */
.cm-architects-page .twColimg_wrap .content_col.content_large .text ul li p {
  font-size: 24px;
}

.cm-architects-page .twColimg_wrap .content_col.content_large .title {
  padding-bottom: 29px;
}

.cm-architects-page .twColimg_wrap .content_col.content_large {
  padding-right: 65px;
}

.cm-architects-page .twColimg_wrap a.popup-play-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cm-architects-page .clients-logo-wrp {
  padding-top: 46px;
  padding-bottom: 37px;
}

.cm-architects-page .clients-logo-wrp .sec_title h3 {
  margin-bottom: 23px;
}

.cm-architects-page .clients-logo-wrp .author_quote {
  max-width: 86.9%;
  padding-top: 26px;
}

.cm-architects-page .clients-logo-wrp .author_quote .quote {
  max-width: 100%;
}

.cm-architects-page .free-trial-form.form_wit_subtitle {
  padding-right: 18px;
  padding-left: 0;
}

.cm-architects-page .free-trial-form.form_wit_subtitle .form_section_inner h3 {
  margin-bottom: 3px;
  padding-right: 12px;
}

.cm-architects-page .free-trial-form.form_wit_subtitle .form_section_inner h5 {
  margin-bottom: 13px;
  padding-right: 12px;
}

.free-trial-form.form_wit_subtitle .hs-form fieldset.form-columns-2>.hs-form-field:last-child {
  margin-left: 12px;
  width: 49%;
}

.free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 17px;
}

.free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field.hs-fieldtype-select {
  margin-bottom: 18px;
}

.architects-mid-cont.cm-mid-cnt .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 39px;
  padding-left: 0;
}

.architects-mid-cont.cm-mid-cnt .hs_cos_wrapper_type_rich_text ul li:nth-child(3) {
  margin-left: 0;
  padding-left: 15px;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item .button {
  font-family: Karla Bold;
  border: none;
  padding: 14.5px 0;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item {
  max-width: 327px;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item .button:hover {
  background-color: #197867;
  color: #fff;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 {
  padding-left: 85px;
}


/*-------------*/

@media(min-width:768px){
  .architects-page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 17px;
  }

  .architects-page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field.hs_email {
    margin-bottom: 19px;
  }
}



/*-------------*/


@media (max-width: 1280px) {
  .cm-architects-page .free-trial-form.form_wit_subtitle {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 965px) and (min-width:768px) {
  .spread-tp-cont form > div {
    width: 33.333%;
  }
}

@media (max-width: 1024px) and (min-width:768px) {
  .cm-architects-page .twColimg_wrap .content_col.content_large {
    padding-right: 0;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large .title,
  .cm-architects-page .twColimg_wrap .content_col.content_large .text {
    padding-left: 0;
  }

  .cm-architects-page .architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li {
    vertical-align: middle;
    width: 32%;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .cm-architects-page .twColimg_wrap a.popup-play-btn {
    width: 96px;
    height: 96px;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .equal-main-content h6 {
    font-size: 15px;
  }

  .equal-main-content p {
    font-size: 15px;
  }

  .equal-main-content .hs_cos_wrapper_type_rich_text {
    margin-left: 0;
    display: block;
  }

  /*    */
  .spread-tp-cont .form-title {
    font-size: 20px;
    padding: 0;
    text-align: center;
    padding-bottom: 21px;
  }

  .spread-tp-cont .hs_cos_wrapper_type_form {
    padding: 3px 10px 10px;
  }

  .spread-tp-cont form input {
    min-height: 25px;
  }

  .spread-tp-cont form > div {
    margin-bottom: 4px;
    margin-top: 0;
  }

  .spread-tp-cont form > div.hs_submit {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
  }

  .spread-tp-cont form input.hs-button {
    max-width: 120px;
    font-size: 16px;
    font-weight: 400;
    min-height: 32px;
  }

  .spread-tp-cont .hs_cos_wrapper_type_rich_text h6 a {
    font-size: 16px;
  }

  .spread-tp-cont .hs_cos_wrapper_type_rich_text h4 {
    font-size: 17px;
    padding: 0;
  }

  /*  */
  .architects-mid-cont .hs_cos_wrapper_type_header h1 {
    margin: 12px 0px 8px 0;
    font-size: 18px;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text p {
    font-size: 15px !important;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li {
    width: 100%;
    padding: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(2) {
    padding: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(3) {
    margin: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul {
    margin-bottom: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(3) h4 {
    margin-bottom: 0;
  }

  .architects-btm-cont .hs_cos_wrapper_type_rich_text h3,
  .architects-btm-cont .hs_cos_wrapper_type_rich_text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .architects-btm-cont .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  }


  .architects-btm-cont .button_wrap.ali_center a {
    width: auto;
    font-size: 15px;
    min-width: 160px !important;
    min-height: 36px !important;
    padding-top: 5.5px !important;
    padding-bottom: 5.5px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*   .architects-btm-cont .button_wrap.ali_centeradShadw {
  margin-bottom: 20px;
  padding-right: 0;
} */

  /*    */
  .cm-architects-page .twColimg_wrap .content_col.content_large .text ul li p {
    font-size: 16px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large .title {
    padding-left: 0;
    padding-bottom: 8px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large h1.size_large {
    font-size: 23px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large .text {
    padding-left: 0;
    margin-left: -1px;
  }

  .cm-architects-page .twColimg_wrap a.popup-play-btn {
    width: 70px;
    height: 71px;
  }

  .cm-architects-page .clients-logo-wrp {
    padding-top: 24px;
    padding-bottom: 7px;
  }

  .cm-architects-page .clients-logo-wrp .sec_title h3 {
    margin-bottom: 24px;
  }

  .cm-architects-page .clients-logo-wrp .logo-area .logo_item {
    width: 18%;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .cm-architects-page .clients-logo-wrp .content-wrapper {
    padding: 0 10px;
  }

  .cm-architects-page .clients-logo-wrp .author_quote {
    max-width: 94%;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote {
    margin-right: auto;
    max-width: 87%;
    margin-left: auto;
    padding-top: 0;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote_author {
    padding-left: 15px;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .back_icon {
    bottom: 40px;
  }

  .free-trial-form.form_wit_subtitle {
    padding-left: 18px;
  }

  .free-trial-form.form_wit_subtitle .form_section_inner h5 {
    font-size: 16px;
  }

  .free-trial-form.form_wit_subtitle .hs-form fieldset.form-columns-2>.hs-form-field:last-child {
    width: 100%;
    margin-left: 0;
  }

  .free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 6px;
  }

  .free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field.hs-fieldtype-select {
    margin-bottom: 10px;
  }

  .architects-mid-cont.cm-mid-cnt .hs_cos_wrapper_type_rich_text ul {
    margin-bottom: 12px;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item .button {
    padding: 10.5px 0;
    min-height: auto;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item {
    max-width: 240px;
  }

  .spread-tp-cont form > div {
    max-width: 100%;
    margin-right: 0;
  }

  .spread-tp-cont form .hs_error_rollup {
    position: static;
  }

}


/*-----------cookies------------*/


body div#hs-eu-cookie-confirmation {
  color: #fff;
  background-color: #000 !important;
  border-color: #fff !important;
  border-width: 0px 0px 1px 0px !important;
  box-shadow: none !important;
  box-shadow: -8px -7px 20px 0 rgb(0 0 0 / 10%) !important;
  padding: 0 20px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 100% !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 14px;
  font-family: 'Helvetica Neue';
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30%;
  position: relative;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: inherit !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  width: 100%;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  width: 30%;
  margin-right: 0;
  margin-left: auto !important;
  height: inherit;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  padding: 6px 16px !important;
  margin: 6px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  opacity: 0.7;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  padding: 6px 16px !important;
  margin: 6px;
}

@media(max-width: 767px) {
  body div#hs-eu-cookie-confirmation {
    padding: 20px 14px 10px 14px;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 0px !important;
    width: 100%;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
    position: static;
    display: block;
  }

  body  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
  body  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    width: 100% !important;
    display: block;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    padding: 0px 6px;
    text-align: center;
  }
}