/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}


.bcnt-page .custom-summer-buisness-row1 .hs_cos_wrapper_type_linked_image img {
  width: 485px;
}

.bcnt-page.start-business-details-page .featured-card-container .content h4 {
  padding: 0;
}
.bcnt-page.start-business-details-page .pages-top-section .featured-card-container .content p {
  margin-bottom: 24px;
}
.bcnt-page ul[data-two-col] {
  display: grid;
  gap: 32px 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}
.bcnt-page ul[data-two-col]:not(:last-child) {
  margin-bottom: 56px;
}
.bcnt-page ul[data-two-col] li {
  display: flex;
  padding-left: 40px;
  position: relative;
  max-width: 100%;
  color: rgb(78, 78, 78);
  font-size: 16px;
  line-height: 24px;
}

.bcnt-page ul[data-two-col] li:before {
  content: "";
  background-image: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/checklist.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 1px;
  top: 2px;
}
.bcnt-page .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}
.start-business-details-page .business-structures .content-with-top-icon h4 {
  line-height: 32px;
}
@media (min-width: 576px){
  .bcnt-page ul[data-two-col] {
    grid-template-columns: repeat(2, 50%);
  }

}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 {
  font-size: 112.5%;
  line-height: 1.45em;
  scroll-behavior: smooth;
}
.banner {
  overflow: hidden;
}
/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/**
* 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.
*/


/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/


/**
* 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;
  max-width: 100%;
  height:auto;
}

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

/**
* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-center {
  padding: 0 15px;
}

.dnd-section, 
.dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module {
  position: relative;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: MarkPro; 
  src: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Bold-558a45b234e9b5dbcc9cd493c7a57113.woff2) format("woff2"),
    url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Bold-9b470f3d8da5b368a64022eb458cd671.woff) format("woff");   
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}

@font-face { 
  font-family: Inclinebold; 
  src: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Bold-558a45b234e9b5dbcc9cd493c7a57113.woff2) format("woff2"),
    url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Bold-9b470f3d8da5b368a64022eb458cd671.woff) format("woff");   
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}

@font-face { 
  font-family: Avenir; 
  src: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Bold-558a45b234e9b5dbcc9cd493c7a57113.woff2) format("woff2"),
    url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Bold-9b470f3d8da5b368a64022eb458cd671.woff) format("woff"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: swap;
}
@font-face { 
  font-family: Avenir; 
  src: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Regular-482f95850cd8119334abd7274f263e0c.woff2) format("woff2"),
    url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Regular-d5f67206c5e86e68b13e64115ec71a73.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}
@font-face { 
  font-family: Incline; 
  src: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Regular-482f95850cd8119334abd7274f263e0c.woff2) format("woff2"),
    url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/IncFile-Regular-d5f67206c5e86e68b13e64115ec71a73.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}

@font-face { 
  font-family: revicons; 
  src: url("data:font/woff;base64,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") format("woff"),
    url("//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/fonts/revicons-17629a5dfe0d3c3946cf401e1895f091.ttf") format("ttf");
}

body {
  font-family: Avenir, sans-serif;
  font-size: 1rem;
  color: #494a52;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Avenir, sans-serif;
  line-height:1.6;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  line-height:1.2;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  font-family: MarkPro, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}
@media (min-width: 769px){
  h1 {
    font-size: 2.1rem;
    line-height: 1.16666666667;
  }
}
h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (min-width: 769px){
  h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.ch2,
.banner .banner-content-container h2.ch2 {
  font-family: MarkPro,sans-serif;
  font-size: 39.999999984px;
  line-height: 1.16666666667;
  font-weight: 700;
  color: rgba(29,29,29,1.0);
}

@media (min-width: 768px) {
  .ch2,
  .banner .banner-content-container h2.ch2 {
    font-size: 48px;
  }
}

.research-topic-page .two-col_main-section .widget-type-rich_text > .hs_cos_wrapper_type_rich_text > h1:first-child,
h3 {
  font-size: 1.25rem;
  line-height: 1.33333333333;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.4;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Avenir, sans-serif;
}
h3.form-title{
  padding: 10px;
}
h3.form-title:empty{
  display:none;
}
.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  background-color: rgb(253, 133, 80);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-family: MarkPro;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 14px 46px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  white-space: normal;
  margin:20px 0;
  outline: none;
}
.actions {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: flex-start;
}

.feat_sec.feat_sec_popup .btn-module-popup .actions input.hs-button.primary.large:first-child {
  margin-bottom: 16px; 
}

.feat_sec.feat_sec_popup .btn-module-popup .btn-module-popup-form .actions a.btn-module-popup-close {
  margin-left: 0;  
}

.hs-button:hover{
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
form select {
  cursor: pointer;
}
form select:hover, form select:focus {
  border-color: rgba(221,221,221,1.0) !important;
}

.btn-with-icon > div {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.btn-with-icon > div svg path {
  fill: currentColor;
}
.btn-with-icon:hover > div {
  transform: translate(3px, -50%);
}
@media (min-width: 768px) {
  .btn-with-icon > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  color: #fd8550 !important;
}
.hs-form-field > label {
  font-size: 14px;
  color: #7A7A7A;
  font-weight: 400;
  line-height: 20px;
  font-family: Avenir, sans-serif;
  margin: 0 0 8px 0;
}
input#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input:not([type=checkbox]):not([type=radio]) {
  transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  background-color: rgb(252, 252, 252);
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #33475b;
  display: inline-block;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input#hs-pwd-widget-password:hover,
.hs-search-field__input:hover,
.hs-input:hover {
  border-color: rgb(80, 137, 253);
}

input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
.hs-input:focus {
  outline: none;
  border-color: rgb(80, 137, 253);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #fd8550 !important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #fd8550;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.hs-error-msgs label {
  width: 100%;
  height: 16px;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  display: block;
  text-align: right;
  margin-top: 4px;
  margin-bottom: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Avenir, sans-serif;
}

.hsForm_2626f30a-583d-41fd-8724-18d7cb7ecbed .hs_mobilephone label span {
  display: flex;
}

.hsForm_2626f30a-583d-41fd-8724-18d7cb7ecbed .hs_mobilephone label span a {
  font-size: 14px;
  color: rgb(80, 137, 253);
  line-height: 24px;
  text-decoration: none;
  margin-left: auto;
}

/*! CSS Used from: Embedded */

* {
	box-sizing: inherit;
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: none;
}

::before {
	box-sizing: inherit;
}

::after {
	box-sizing: inherit;
}

.swal2-icon {
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 1.25em auto 1.875em;
	border: .25em solid transparent;
	border-radius: 50%;
	border-color: #000;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swal2-icon.swal2-success {
	border-color: #a5dc86;
	color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	transform: rotate(45deg);
	border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.4375em;
	left: -2.0635em;
	transform: rotate(-45deg);
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.6875em;
	left: 1.875em;
	transform: rotate(-45deg);
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	z-index: 2;
	top: -.25em;
	left: -.25em;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: .25em solid rgba(165, 220, 134, .3);
	border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	z-index: 1;
	top: .5em;
	left: 1.625em;
	width: .4375em;
	height: 5.625em;
	transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	display: block;
	position: absolute;
	z-index: 2;
	height: .3125em;
	border-radius: .125em;
	background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 2.875em;
	left: .8125em;
	width: 1.5625em;
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 2.375em;
	right: .5em;
	width: 2.9375em;
	transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip .75s;
	animation: swal2-animate-success-line-tip .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long .75s;
	animation: swal2-animate-success-line-long .75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent;
}


/*! CSS Used keyframes */

@-webkit-keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: .0625em;
		width: 0;
	}
	54% {
		top: 1.0625em;
		left: .125em;
		width: 0;
	}
	70% {
		top: 2.1875em;
		left: -.375em;
		width: 3.125em;
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em;
	}
	100% {
		top: 2.8125em;
		left: .8125em;
		width: 1.5625em;
	}
}

@keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: .0625em;
		width: 0;
	}
	54% {
		top: 1.0625em;
		left: .125em;
		width: 0;
	}
	70% {
		top: 2.1875em;
		left: -.375em;
		width: 3.125em;
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em;
	}
	100% {
		top: 2.8125em;
		left: .8125em;
		width: 1.5625em;
	}
}

@-webkit-keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0;
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0;
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em;
	}
	100% {
		top: 2.375em;
		right: .5em;
		width: 2.9375em;
	}
}

@keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0;
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0;
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em;
	}
	100% {
		top: 2.375em;
		right: .5em;
		width: 2.9375em;
	}
}

@-webkit-keyframes swal2-rotate-success-circular-line {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}

@keyframes swal2-rotate-success-circular-line {
	0% {
		transform: rotate(-45deg);
	}
	5% {
		transform: rotate(-45deg);
	}
	12% {
		transform: rotate(-405deg);
	}
	100% {
		transform: rotate(-405deg);
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-spacing: 0;
  border-collapse: separate;
  margin: 0;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 0;
  display: table;
  border: 0;
  min-width: 400px;
}

table tbody tr,
table thead tr,
table tfoot tr {
  border: 0;
  margin-bottom: 8px;
  width: 100%;
  background-color: #fff;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  display: block;
}

table tbody tr:last-child,
table thead tr:last-child, 
table tfoot tr:last-child {
    margin-bottom: 0;
}

th,td {
  padding: 24px;
  display: table-cell;
  font-size: 16px;
  line-height: 24px;
  min-width: auto;
  min-width: 110px;
  vertical-align: middle
}

table th {
  font-weight: 700;
  text-align: center;
  width: auto;
  border: 0;
  border-style: solid
}

table td {
  border: 0;
  border-style: solid;
  text-align: center
}

table th:not(:last-child),
table td:not(:last-child) {
  border-right-width: 1px
}

table mark {
  border-radius: 20px;
  background-color: #f2f8f3;
  padding: 8px 25px;
  display: inline-block;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your Website pages
look if there is anything specific to your Website pages.
*********************************************************************************
****************************************************************************** */
/* .body-container-wrapper.ent-srch-page {
overflow: hidden;
} */

.no-banner .body-wrapper {
  margin-top: 0;
}
.body-container-wrapper .widget-type-rich_text a {
  font-weight: 900;
}
.corp-page .banner .banner-button-container .button-item a {
  margin: 0;
}
.cm-chk-availability-form .hs-button{
  margin-bottom:0;
}
.two-col-section-inner {
  display: flex;
  flex-direction: column;
}
.cm-chk-availability-form form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
}

.cm-chk-availability-form form fieldset.form-columns-2 .hs-form-field {
  padding-right: 15px;
}

.cm-chk-availability-form form fieldset.form-columns-2 .hs-form-field .input{
  margin-right:0;
}
.two-col_sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.two-col-section {
  position: relative;
}
.two-col_main-section {
  width: 100%;
  transition: height 500ms ease 0s;
  margin-left: auto;
}
.two-col_sidebar-inner {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 40px;
}

.two-col_sidebar.sticky-active .two-col_sidebar-inner {
  position: fixed;
  max-width: 370px;
  width: 100%;
}

.acc_wrapper .acc_item .acc_body .inner ul {
  margin: 0;
  padding-left: 16px;
  list-style-type: disc;
}


.body-wrapper .tooltip {
  transform: translate(-50%,-110%);
  display: none;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  top: 0;
  left: 50%;
}

.body-wrapper  .tooltip {
  background: #fff;
  border: 1px solid transparent;
  opacity: 1;
  box-shadow: rgb(171 171 171 / 50%) 0px 40px 80px 0px;
  border-radius: 16px;
  color: rgb(117, 117, 117);
  font-family: Avenir, sans-serif;
  font-size: 16px;
  max-width: 350px;
  padding: 40px;
  line-height: 24px;
}

.body-wrapper   .tooltip:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border-top: 8px solid transparent;
}

.body-wrapper  .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 6px;
}
@media (min-width: 768px){
  .business-structures .dnd-section > .row-fluid:after,
  .business-structures .dnd-section > .row-fluid:before {
    content: none;
  }
  .business-structures .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .two-col-section-inner {
    flex-direction: row;
  }
  .two-col_sidebar {
    max-width: 40%;
  }
  .two-col_main-section {
    max-width: 55%;
  }
}
@media (min-width: 1200px){
  .two-col_sidebar {
    max-width: 370px;
  }
  .two-col_main-section {
    max-width: 670px;
    height: auto;
    overflow: initial;
  }
  .library-page .two-col_sidebar {
    max-width: 300px;
  }
  .library-page .two-col_main-section {
    max-width: 770px;
    height: auto;
    overflow: initial;
  }
}

@media (max-width:991px){
  .corp-page .pages-bottom-section .dnd-section[class*='max-width-section-centering'] > .row-fluid {
    max-width: 768px !important;
  }
}


/* =====================  */
.body-wrapper > .ad_tabber {
  z-index: 9999;
}

.button-module a.button-link,
.my-foreign-qualification-wrapper,
.related-post-main-wrapper,
.get-your-business-formation-kit,
.my-annual-report-wrapper,
.widget-type-rich_text {
  position: relative;
  z-index: 1;
}
.featured-card-container,
.acc_wrapper,
.ad_tabber,
.pricing-card-items-holder,
.content-list-icon-container,
.widget-type-linked_image,
.fw-content-module {
  position: relative;
  z-index: 5;
}

.ent-srch-page .two-col-section {
  padding-bottom: 30px;
}
.ent-srch-page .two-col_sidebar {
  max-width: 485px;
}

.check_bsAvail_wrap form fieldset .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

table[data-table-gap] {
  width: 100%;
}

table[data-table-gap] tbody tr,
table[data-table-gap] thead tr,
table[data-table-gap] tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table[data-table-gap] tbody td,
table[data-table-gap] thead th,
table[data-table-gap] tfoot td {
  height: inherit;
  width: auto;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ent-srch-page .acc_wrapper.ic_widOutIcon {
  position: relative;
  z-index: 8;
}


.acc_wrapper .acc_item{
  background: #fff; 
}

.ent-srch-page .two-col_sidebar-inner {
  top: 100px;
}

@media(min-width:992px){
  .ent-srch-page .two-col-section {
    padding-bottom: 120px;
  }
}


@media(max-width:991px){
  .ent-srch-page .banner .banner-button-container .button-item a {
    margin-bottom: 0;
  }

}

@media(max-width:767px){
  .ent-srch-page .two-col_sidebar {
    display: none;
  }
  .cm-chk-availability-form form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-chk-availability-form form fieldset.form-columns-2 .hs-form-field {
    padding-right: 0;
  }
  .corporation-filing-page .pricing-card-container .pricing-card-items-holder-inner .pricing-card-items {
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media(max-width:575px){
  .ent-srch-page .acc_wrapper.ic_widOutIcon {
    margin-top: 24px;
  }
  .table-wrapper {
    overflow-y: auto;
  }

  .table-wrapper table[data-table-gap] th,
  .table-wrapper table[data-table-gap] td {
    min-width: 160px;
  }

}

.corporation-filing-page .dnd-section[class*="background-gradient"] {
  overflow: hidden;
}

/* ====================== */



.llc-page .widget-type-rich_text h2, .corp-page .widget-type-rich_text h2, .product-page .widget-type-rich_text h2 {
  font-size: 24px;
  line-height: 30px;
}

.corp-page .content-list-icon-container .content-list-icon-items svg {
  margin-right: 24px;
}

.banner-section .overlay-icon-section > .row-fluid {
  max-width: 100%;
}
.banner-section .overlay-icon-section .overlay-icon-module {
  z-index: -1;
}
.dnd-section[class*="force-full-width-section"] .overlay-icon-section .overlay-icon-module {
  z-index: -1;
}
.banner-section .overlay-icon-section > .row-fluid .dnd-column {
  padding: 0;
}

.banner-section--lead-gen .banner-popup-form-content {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .llc-page .widget-type-rich_text h2, .corp-page .widget-type-rich_text h2, .product-page .widget-type-rich_text h2, .library-page .widget-type-rich_text h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1549px) {
  .llc-page-banner .overlay-icon-section .overlay-icon-module, .corp-page-banner .overlay-icon-section .overlay-icon-module, .product-page-banner .overlay-icon-section .overlay-icon-module {
    max-height: 460px;
    max-width: 370px;
    top: 0px;
  }
}

@media (max-width: 767px) {
  .tooltip {
    transform: translate(0%, -107%);
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 90%;
  }
  .tooltip:before {
    left: 46px;
  }
  .tooltip:after {
    left: 46px;
  }
}

/* form popup styles */
.form-popup-wrapper .actions {
  display: flex;
  justify-content: center;
}

.form-popup-wrapper .hs-richtext hr {
  display: none;
}
.form-popup-wrapper .hs-richtext h3 {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.form-popup-wrapper .hs-form > div > .hs-richtext p {
  font-weight: normal !important;
  color: #757575;
}
.acc_wrapper .acc_item .acc_body .inner p strong {
  font-weight: bold;
}
.form-popup-wrapper .hs-form > div > .hs-richtext a {
  font-weight: normal !important;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  color: #5089fd !important;
  background: transparent !important;
  display: inline !important;
}
.form-popup-wrapper .hs-form > div > .hs-form-field {
  clear: both;
}
.form-popup-wrapper .hs-form > div {
  clear: both;
}

.form-popup-wrapper .hs-form > div:nth-child(3) > .hs_select_entity_type {
  width: 50%;
  padding-right: 10px;
  margin-top: -2px
}
.form-popup-wrapper .hs-form > div:nth-child(3) > .hs-richtext {
  width: 50%;
  padding-left: 10px;
  margin-top: 1px;
}
.form-popup-wrapper .hs-form .hs-fieldtype-select .input {
  position: relative;
}
.form-popup-wrapper .hs-form .hs-fieldtype-select .input svg {
  position: absolute;
  top: 25px;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-popup-wrapper .hs-form select {
  cursor: pointer;
}
.form-popup-wrapper .hs-form .hs_firstname, 
.form-popup-wrapper .hs-form .hs_lastname, 
.form-popup-wrapper .hs-form .hs_email {
  margin-bottom: 24px;
}
.form-popup-wrapper .hs-form input.hs-button.primary.large {
  margin: 0;
  margin-right: -2px;
  min-width: 156px;
  order: 2;
}
.form-popup-wrapper .hs-form label.hs-error-msg,
.form-popup-wrapper .hs-form .hs_error_rollup .hs-error-msgs label {
  text-align: right;
}
.form-popup-wrapper .hs-form .hs_error_rollup {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .form-popup-wrapper .hs-form input.hs-button.primary.large {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 479px) {
  .form-popup-wrapper .hs-form>div:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-popup-wrapper .hs-form>div:nth-child(3)>.hs-richtext, 
  .form-popup-wrapper .hs-form>div:nth-child(3)>.hs_select_entity_type {
    width: 100%;
    padding-right: 0;
  }
  .form-popup-wrapper .hs-form .actions a.acc_wrapper-popup-close {
    margin-left: 0 !important;
    margin-top: 1em !important;
  }
}


.business-structures .dnd-section > .row-fluid > .span5.dnd-column > .dnd-row {
  top: 100px;
  position: sticky;
  position: -webkit-sticky;
}
@media (max-width: 767px) {
  .business-structures .dnd-section > .row-fluid > .span5.dnd-column {
    min-height: 1px !important;
  }

}


/*check table*/
div.table-wrapper table[data-table-gap2] th, 
div.table-wrapper table[data-table-gap2] td {
  padding: 12px;
  min-width: auto;
  box-sizing: border-box;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  word-break: break-word;
  min-width: 120px;
}

table[data-table-gap2] th {
  width: 20%;
}

div.table-wrapper table[data-table-gap2] th:first-child,
div.table-wrapper table[data-table-gap2] td:first-child {
  min-width: 150px;
}

div.table-wrapper table[data-table-gap3] th:first-child, 
div.table-wrapper table[data-table-gap3] td:first-child {
  min-width: 175px;
  align-items: flex-start;
}

div.table-wrapper table[data-table-gap2] th:nth-child(2), 
div.table-wrapper table[data-table-gap2] td:nth-child(2) {
  min-width: 150px;
}

table[data-table-gap2] mark {
  padding: 8px 12px;
}

div.table-wrapper table[data-table-gap2] th {
  align-items: flex-start;
}

div.table-wrapper table[data-table-gap2] td span[data-dash] {
  font-size: 0;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  border-radius: 1px;
  border: 1px solid rgb(117, 117, 117);
  background-color: rgb(117, 117, 117);
}

div.table-wrapper table[data-table-gap2] td {
  position: relative;
}

div.table-wrapper table[data-table-gap2] td span[data-check-ic] {
  position: absolute;
  stroke-dashoffset: 0;
  height: 20px;
  width: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  fill: none;
  stroke: rgb(80, 137, 253);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  transition: all 0.3s ease 0.1s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 99;
}

table[data-table-gap2] th:not(:last-child), table[data-table-gap2] td:not(:last-child) {
  border-right-width: 2px;
}

div.table-wrapper table[data-table-gap2] td:first-child {
  align-items: flex-start;
}

.ent-srch-page .pages-bottom-section {
  overflow: hidden;
}

@media(max-width: 1400px) {
  .table-wrapper.scroll-wrap {
    overflow: hidden;
    overflow-x: scroll;
  }
}

/*check table*/

@media(max-width:991px){
  main.corporation-filing-page  .row-fluid {
    width: 100%;
  }

  main.corporation-filing-page .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }

}



/* mk css starts */

/* ====== Manage Your Company Page ======== */
.manage-your-company-layout .body-container-wrapper .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
ul[data-checklist] {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[data-checklist] li p {
  font-size: 16px;
  line-height: 24px;
  max-width: 85%;
  color: rgb(78, 78, 78);
  margin: 0;
  padding-bottom: 24px;
}
ul[data-checklist] li {
  padding-left: 40px;
  position: relative;
}

ul[data-checklist] li:before {
  content: "";
  background-image: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/checklist.svg);
  display: block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 1px;
  top: 2px;
}
.manage-your-company-layout .feat_sec .page-center {
  position: relative;
  z-index: 1;
}
.manage-your-company-layout .body-container-wrapper .dnd-section[class*="force-full"]>.row-fluid {
  padding: 0;
}
.related-dnd {
  overflow:hidden;
}
.manage-your-company-layout .feat_sec .left .content h2, 
.manage-your-company-layout .feat_sec .left .content p {
  margin: 0;
  max-width: 400px;
}
.manage-your-company-layout .feat_sec .left {
  width: 60%;
  max-width: 100%;
}
.manage-your-company-layout .feat_sec .right_img {
  width: 100%;
  max-width: 334px;
}
.manage-your-company-layout .feat_sec .left .content p {
  line-height: 31px;
}
.manage-your-company-layout .feat_sec .btn_wrapr .btn-item {
  margin-top: 24px !important;
  margin-right: 24px !important;
}
.manage-your-company-layout .feat_sec .btn_wrapr .btn-item:last-child {
  margin-right: 0 !important;
}
.manage-your-company-layout div.widget-type-rich_text {
  position: relative;
  z-index:1;
}
.annual-report-layout .two-col_sidebar-inner {
  top: 100px;
}
.annual-report-layout .body-container-wrapper blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.annual-report-layout .body-container-wrapper blockquote h2 {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 24px;
  max-width: 700px;
  margin: 0px auto 24px;
}
.annual-report-layout .featured-card-container h3 {
  font-size: 20px;
  line-height: 28px;
}
.annual-report-layout .featured-card-container p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
}
.annual-report-layout .featured-card-container p:last-child {
  margin-bottom: 0;
}
.filling-business-taxes-layout .two-col-section {
  z-index: 2;
}
.filling-business-taxes-layout .two-col_sidebar-inner {
  max-width: 400px;
  margin: 0px auto;
  top: 100px;
  text-align:center;
  width:100%;
}
.filling-business-taxes-layout .two-col_sidebar h3.form-title {
  padding: 0;
  margin: 0 0 32px;
  text-align: center;
}
.filling-business-taxes-layout .two-col_sidebar-inner-box {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  padding: 64px 40px 48px;
}
.filling-business-taxes-layout .body-container-wrapper blockquote {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.filling-business-taxes-layout .body-container-wrapper blockquote h2 {
  max-width: 610px;
  margin: 0px auto 24px;
  text-align: center;
}
.filling-business-taxes-layout .featured-card-container h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 16px;
}
.filling-business-taxes-layout .featured-card-container p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
}
.filling-business-taxes-layout .featured-card-container p:last-child {
  margin-bottom: 0;
}
.filling-business-taxes-layout .two-col_sidebar .field {
  margin-bottom: 24px;
}
.filling-business-taxes-layout .two-col_sidebar .hs-input:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.filling-business-taxes-layout .two-col_sidebar .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.filling-business-taxes-layout .two-col_sidebar .hs-button {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}
.filling-business-taxes-layout .dnd-section .dnd-row {
  position: static;
}
.boxed-content-container .boxed-color-box ul[grid-template-columns] li:not(:last-child) {
  margin-bottom: 12px;
}

.hfma-wrapper .hfma-wrapper-left-column ul li:before,
.my-foreign-qualification-wrapper .my-foreign-qualification-wrapper-right-column ul li:before {
  background-image: url(//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/blue_checklist.svg);
}
body table[data-table="two-col"] tr {
  grid-template-columns: 33.33% 66.67%;
  display: grid;
}
body table[data-table="two-col"] tr p {
  line-height: 24px;
  color: rgb(78, 78, 78);
}
body table[data-table="two-col"] tr th, 
body table[data-table="two-col"] tr td {
  text-align: left;
}
.annual-report-layout .body-container-wrapper .hs_cos_wrapper_type_text {
  position: relative;
}
.ad_tabber .ad_tabber_contents_item_rich_text blockquote ul li a {
  font-weight: 600;
}

/* ====== How it Works Page ========== */
.how-it-works-section-1 {
  position: relative;
  margin-top:15px;
}
.how-it-works-section-1:before {
  content: "";
  height: 2385px;
  width: 100%;
  background-image: linear-gradient( 0deg, rgba(255, 255, 255, 0) 4%, rgb(242, 246, 255) 99%);
  position: absolute;
  top: 0px;
  left: 0px;
}
.how-it-works-section-1 .dnd-section {
  position: relative;
  z-index: 1;
}
.how-it-works-layout .icon-container .icon-container-inner {
  height: 64px;
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  font-weight: 600;
  font-family: inherit;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1;
}
.how-it-works-section-1 .dnd-section.overlay-icon-section[class*="force-full"] {
  z-index: -1;
}
.how-it-works-layout .acc_wrapper.ic_indexNumb .acc_header .inner {
  min-height: 0;
  padding: 17px 11px 17px 20px;
}
.how-it-works-layout .acc_wrapper.ic_indexNumb .acc_item .acc_header .title {
  padding-left: 20px;
}

/* =======  Home Page ====== */
.homepage-layout .body-container-wrapper .widget-type-text {
  position: relative;
}
.homepage-layout .wci-banner {
  padding: 138px 0px 0px;
}
.homepage-layout .wci-banner .page-center {
  padding-left: 0;
  padding-right: 0;
}
.homepage-layout .wci-banner .wci-banner-title {
  max-width: 100%;
}
.homepage-layout .tslider-wrapper .tslider-inner ul.slick-dots {
  margin-top: 43px;
}
.homepage-layout .tslider-wrapper .slick-arrow {
  margin-top: -39px;
}
.homepage-section-2, .homepage-section-3 {
  position: relative;
}
.homepage-section-2 .dnd-section,
.homepage-section-3 .dnd-section {
  position: static;
}
.homepage-section-2 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module,
.homepage-section-3 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module {
  position: static;
}
.homepage-section-2 .overlay-icon-module,
.homepage-section-3 .overlay-icon-module {
  z-index: -1;
}
.homepage-layout .tslider-wrapper .page-center {
  padding: 0;
}

/* about page */
.about-layout-top-sections-wrapper .overlay-icon-module {
  z-index: -1;
}
.about-layout .two-col_sidebar {
  max-width: 485px;
}
.about-layout .content-with-top-icon .content-with-top-icon-con {
  height: 48px;
  width: 48px;
  position: absolute;
  top: -24px;
  left: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.about-layout .content-with-top-icon .content-with-top-icon-con {
  position: absolute;
  top: -24px;
  left: 40px;
}
.about-layout .content-with-top-icon .content-with-top-icon-con .circle__Wrapper {
  height: 48px;
  width: 48px;
  min-height: 0;
  min-width: 0;
  border: none;
}
.about-layout .content-with-top-icon .content-with-top-icon-con .circle__Wrapper svg {
  height: 20px;
  width: 20px;
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 0;
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}
.about-layout .content-with-top-icon h4 {
  line-height: 27px;
}
.about-layout .pages-top-section .row-fluid [class*="span"] {
  min-height: 0;
}
.about-layout-top-sections-wrapper {
  position: relative;
  padding-bottom: 16px;
}
.about-layout-top-sections-wrapper .dnd-section {
  position: static;
}
.about-layout-top-sections-wrapper .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-module {
  position: static;
}
.about-layout .two-col_sidebar-inner {
  top: 100px;
}
.about-layout .get-started-banner {
  min-height: 775px;
  margin-top: 0;
  margin-bottom: 50px;
}
/* .about-layout .get-started-banner .rocket__Oval {
  max-height: 460px;
  transform: none;
  right: 0px;
  bottom: 0px;
  top: auto;
} */
/* .about-layout .get-started-banner .rocket__Curve {
  height: 97px;
  width: 81px;
  position: absolute;
  right: 0px;
  bottom: 150px;
  top: auto;
} */
.about-layout .get-started-banner .rocket__Moon {
  top: 190px;
  right: 190px;
}
.business-accounting-page-layout .banner .banner-rating-container {
  margin-top: 48px;
}
.business-accounting-section-1 {
  position: relative;
  padding: 38px 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 4%, rgb(254, 246, 237) 99%);
}
.two-col-image-large-layout .two-col-section .dnd-section {
  padding-top: 60px;
}
.two-col-image-large-layout img.hs-image-widget {
  display: block;
}
.business-accounting-section-3 .dnd-section {
  padding: 32px 0px;
}
.business-accounting-page-layout .benefits-card-container .gatsby-image-wrapper > div {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.business-accounting-page-layout .benefits-card-container .info-card-content__ContentWrapper a {
  font-weight: 900;
}
.two-col-image-large-layout .business-accounting-section-4-full .dnd-section {
  padding: 0px;
  margin-bottom: 40px;
}
.business-accounting-section-4 {
  position: relative;
  padding: 0px;
  margin-bottom: 48px;
}
.business-accounting-section-4 .boxed-content-container .boxed-color-box ul li:not(:last-child) {
  margin-bottom: 12px;
}
ul[data-list-type="default"] {
  padding-left: 16px !important;
  list-style-type: disc !important;
}
ul[data-list-type="default"] li {
  padding-top: 16px !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
ul[data-list-type="default"] li:before {
  content: none !important;
}
.two-col-image-large-layout .two-col_sidebar-inner {
  top: 100px;
}
.business-tex-form-section .dnd-section {
  position: relative;
  padding: 32px 0px 0px;
}
.business-tex-form-section .widget-type-form {
  max-width: 770px;
  padding: 32px;
  position: relative;
  margin: 0 auto;
}
.business-tex-form-section form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business-tex-form-section form > * {
  width: 100%;
}
.business-tex-form-section fieldset {
  max-width: none !important;
  margin: 0 -15px !important;
  width: calc(100% - -30px);
}
.business-tex-form-section fieldset .hs-form-field {
  padding: 0 15px;
  margin-bottom: 30px;
}
.business-tex-form-section fieldset .hs-form-field .input {
  margin-right: 0 !important;
}
.business-tex-form-section fieldset .hs-form-field .hs-form-required {
  display: none;
}
.business-tex-form-section form .hs_recaptcha {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.business-tex-form-section form fieldset.form-columns-1 {
  width: calc(50% - -15px);
  float: left;
}
.business-tex-form-section .hs_submit {
  clear: both;
  text-align: center;
}
.download-guide-form-md-wrapper .download-guide-form-box .hs_submit {
  text-align: center;
}
.business-tex-form-section .hs_submit .actions {
  justify-content: center;
  display: inline-block !important;
  position: relative;
  margin: 22px auto 0px;
}
.filling-business-taxes-layout .two-col_sidebar .actions {
  display: inline-block !important;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  width:100%;
}
.download-guide-form-md-wrapper .download-guide-form-box .actions {
  display: inline-block !important;
  position: relative;
  margin: 16px 0 0;
}
.business-tex-form-section .hs_submit .actions svg path,
.download-guide-form-md-wrapper .download-guide-form-box .actions svg path,
.filling-business-taxes-layout .two-col_sidebar .actions svg path{
  fill: #fff !important;
}
.business-tex-form-section .hs_submit .actions:hover svg path,
.download-guide-form-md-wrapper .download-guide-form-box .actions:hover svg path,
.filling-business-taxes-layout .two-col_sidebar .actions:hover svg path{
  fill: rgb(253, 133, 80) !important;
}
.business-tex-form-section .hs_submit .actions .arrow1,
.download-guide-form-md-wrapper .download-guide-form-box .actions .arrow1,
.filling-business-taxes-layout .two-col_sidebar .actions .arrow1{
  pointer-events: none;
  margin-right: 2px;
}
.business-tex-form-section .actions .hs-button,
.download-guide-form-md-wrapper .download-guide-form-box .actions .hs-button,
.filling-business-taxes-layout .two-col_sidebar .actions .hs-button {
  margin: 0 !important;
}
.business-tex-form-section .hs_submit .actions .arrow1 svg,
.download-guide-form-md-wrapper .download-guide-form-box .actions .arrow1 svg, 
.filling-business-taxes-layout .two-col_sidebar .actions .arrow1 svg {
  transition: transform 0.3s ease 0s;
}

.business-tex-form-section .hs_submit .actions:hover .arrow1 svg,
.download-guide-form-md-wrapper .download-guide-form-box .actions:hover .arrow1 svg, 
.filling-business-taxes-layout .two-col_sidebar .actions:hover .arrow1 svg {
  transform: translateX(3px);
}
.business-tex-form-section ul.no-list.hs-error-msgs label {
  text-align: right;
}
.business-tex-form-section ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
.business-tex-form-section .hs_error_rollup ul.no-list.hs-error-msgs label {
  text-align: center;
}
.business-tex-form-section .dnd-section>.row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module {
  position: static;
}
.business-tex-form-section .overlay-icon-module {
  z-index: -1;
}
table[data-table="three-col"] tr {
  display: grid;
  grid-template-columns: 1fr 200px 200px;
}
table[data-table="three-col"] hr {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 5px;
  width: 32px;
  min-height: 5px;
  min-width: 32px;
  background: rgb(231, 231, 231);
  border-radius: 2.5px;
  overflow: hidden;
  font-family: Avenir, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  pointer-events: none;
  margin: 0 auto;
}
table[data-table="three-col"] img {
  vertical-align: middle;
}
table[data-table="three-col"] td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
table[data-table="three-col"] td p {
  line-height: 24px;
}
.cancellation-policy-layout .body-container-wrapper .widget-type-rich_text p {
  margin-bottom: 42px;
}
.cancellation-policy-layout .body-container-wrapper .widget-type-rich_text p strong {
  color: rgb(29, 29, 29);
  font-weight: 900;
}
.cancellation-policy-layout .body-container-wrapper .widget-type-rich_text h2 {
  margin-bottom: 32px;
}
.body-container-wrapper.corporation-filing-page .ad_tabber .two-col_sidebar-inner {
  top: 0;
}
.breadcrumb-menu-wrapper ul li a .menu_arrow {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  margin-left: 10px;
}
.breadcrumb-menu-wrapper ul li a .menu_arrow path {
  transition: fill 0.3s ease 0s;
  fill: rgb(29, 29, 29);
}
.breadcrumb-menu-wrapper ul li a:hover .menu_arrow path {
  fill: rgb(80, 137, 253);
}
.filling-business-taxes-layout .two-col_main-section .content-with-top-icon-con {
  box-shadow: none;
}


/* ====== video-library ======= */
.video-library-layout,
.video-library-layout *,
.video-library-layout *:before, 
.video-library-layout *:after {
  box-sizing: border-box;
}
.video-library-layout .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module {
  position: static;
}
.video-library-layout .widget-type-rich_text, .video-library-layout .widget-type-linked_image {
  position: relative;
  z-index: 2;
}
.video-library-layout .video-library-banner-section .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.video-library-layout .video-library-banner-section img.hs-image-widget {
  display: block;
  margin-left: auto;
}
.video-library-layout .video-library-banner-section .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.video-library-layout .body-container-wrapper {
  padding: 72px 0px;
  background-color: rgb(252, 252, 252);
}
.video-library-two-col-row {
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
}
.video-library-two-col-row .dnd-section {
  padding:0;
}
.video-library-two-col-row .dnd-section > .row-fluid .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.video-library-main-conent {
  width: 65.9%;
}
.video-library-main-conent .video-library-main-conent-box {
  background: #fff;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  padding: 16px;
}
.video-library-sidebar {
  width: 34.1%;
  padding-top: 50px !important;
  position: relative;
  z-index: 9;
}
.video-library-main-conent, .video-library-sidebar {
  padding: 0 15px;
}
.video-library-sidebar .video-library-sidebar-sticky {
  position: sticky;
  top: 100px;
}
.video-library-sidebar .dnd-section {
  border-radius: 5px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  padding: 24px 32px 32px;
  margin-bottom: 30px;
}
.breadcrumb-menu-wrapper ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-menu-wrapper ul li {
  padding: 0;
  margin: 0;
  float: none;
}
.breadcrumb-menu-wrapper ul li a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgb(253, 133, 80);
  transition: color 0.3s ease 0s;
}
.breadcrumb-menu-wrapper ul.hs-breadcrumb-menu {
  font-size: 16px;
  color: rgb(78, 78, 78);
  margin-bottom: 24px;
  line-height: 26.1px;
}
.breadcrumb-menu-wrapper ul.hs-breadcrumb-menu .hs-breadcrumb-menu-divider {
  display: none;
}
.breadcrumb-menu-wrapper ul li a:hover {
  color: rgb(80, 137, 253);
}
.video-library-sidebar img.hs-image-widget {
  display: block;
}
.video-library-sidebar .widget-type-rich_text p {
  font-size: 16px;
  line-height: 24px;
}
.video-library-sidebar .widget-type-header h3 {
  border-bottom: 1px solid rgb(244, 244, 244);
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: rgb(29, 29, 29);
}
.video-library-layout .popup-video-container {
  margin-bottom: 0;
}
.video-library-banner-section {
  overflow:hidden;
}
.video-library-sidebar .widget-type-simple_menu ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.video-library-sidebar .widget-type-simple_menu ul li:not(:last-child) {
  margin-bottom: 16px;
}
.video-library-sidebar .widget-type-simple_menu ul li a {
  transition: color 0.3s ease 0s;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.video-library-layout .video-library-banner-section .dnd-section[class*="force-full"]>.row-fluid {
  min-height: 0;
}
.related-post-main-wrapper {
  z-index: 9 !important;
}
.map-tooltip {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  left: -999em;
  opacity: 0;
  padding: 8px 21px;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  top: -999em;
  visibility: hidden;
  z-index: 999;
  color: #222;
  background: #fff;
  border: 1px solid transparent;
  margin-left: 10px;
}
.map-tooltip:before, 
.map-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.map-tooltip:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -8px;
  top: 50%;
  margin-top: -5px;
  border-right: 8px solid transparent;
}
.map-tooltip:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -6px;
  top: 50%;
  margin-top: -4px;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 6px;
}
.map-tooltip .map-tooltip-inner {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: rgb(78, 78, 78);
  opacity: 1;
  pointer-events: all;
}
.map-tooltip .map-tooltip-inner p {
  color: rgb(117, 117, 117);
  font-size: 20px;
  line-height: 31px;
  margin-right: 32px;
  margin-bottom: 0;
}
.map-tooltip .map-tooltip-inner svg {
  cursor: pointer;
  transform: rotate(90deg);
}
.map-tooltip.show {
  opacity: 0.9;
  margin-top: 0;
  visibility: visible;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}
.my-annual-report-wrapper {
  padding-bottom: 64px;
}
body .button-module .btn-module-popup {
  position: fixed;
  z-index: 9999;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
}
body .form-popup-wrapper .hs-form > div > .hs-richtext p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7A7A7A;
  margin: 0 0 40px 0 !important;
}
body .form-popup-wrapper .hs-form > .hs-fieldtype-select {
  margin-bottom: 48px;
}
body .form-popup-wrapper .hs-form h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #1D1D1D;
  margin: 0 0 24px 0;
  padding: 0;
}
body .form-popup-wrapper .hs-form-required {
  display: none;
}
body .form-popup-wrapper .hs-form input.hs-button.primary.large {
  white-space: nowrap;
}
.button-module .btn-module-popup .btn-module-popup-form a.btn-module-popup-close {
  width: 100% !important;
}
.start-busi-ad-container {
  position: relative;
  z-index: 1;
}
.tools-container {
  position: relative;
  z-index: 3;
}
a.btn-module-popup-close:hover {
  background: transparent !important;
}



@media(min-width: 576px) {
  .about-layout-top-sections-wrapper {
    padding-bottom: 64px;
  }
  .about-layout-top-sections-wrapper.about-layout-top-sections-wrapper--no-padding {
    padding-bottom: 0;
  }
  .business-accounting-section-3 .dnd-section {
    padding: 100px 0px;
  }
  .business-accounting-section-4 {
    padding: 120px 0px 133px;
  }
  .business-tex-form-section .dnd-section {
    padding: 120px 0px 133px;
  }
  .video-library-main-conent .video-library-main-conent-box {
    padding: 32px;
  }
  .my-annual-report-wrapper {
    padding-bottom: 96px;
  }
}

@media(min-width: 768px) {
  .annual-report-layout .body-container-wrapper blockquote h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .boxed-content-container .boxed-color-box ul[grid-template-columns] {
    display: grid;
    grid-template-columns: 100%;
    list-style: none;
    grid-template-columns: repeat(3, 1fr);
  }
  .two-col-image-large-layout .two-col_sidebar {
    max-width: 485px;
  }
  .cancellation-policy-layout .body-container-wrapper .widget-type-rich_text h2 {
    font-size:32px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .video-library-banner-section .dnd-section > .row-fluid {
    min-height: 400px;
  }
  .my-annual-report-wrapper {
    padding-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .manage-your-company-layout .banner .banner-content-container h1 {
    max-width: 480px;
  }
  .filling-business-taxes-layout .two-col_main-section {
    max-width: 600px;
  }
  .filling-business-taxes-layout .two-col_sidebar {
    width: 100%;
    max-width: 100%;
    padding-right: 100px;
  }
  .business-accounting-page-layout .banner .banner-content-container {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .annual-report-layout .two-col_main-section {
    margin-left: auto;
  }
  .annual-report-layout .two-col_sidebar {
    max-width: 485px;
  }
}

@media(max-width: 991px) and (min-width: 768px) {
  .homepage-layout .wci-banner .wci-banner-title, 
  .homepage-layout .wci-banner .wci-banner-content .wci-banner-content {
    width: auto;
    max-width: 70%;
  }
  .homepage-layout .wci-banner .wci-banner-images .wci-banner-image-item {
    left: auto !important;
    right: 0 !important;
  }
  .homepage-layout .wci-banner .wci-banner-images {
    max-width: 30%;
    float: right;
  }
  body .ad_tabber .business_steps_content .left-col {
    padding-left: 10px;
    padding-right: 30px;
  }
  body .ad_tabber .business_steps_content .right-col {
    padding-left: 30px;
    padding-right: 10px;
  }
}

@media(max-width: 1300px) {
  .map-tooltip[data-id*="maine"],
  .map-tooltip[data-id*="new-hampshire"],
  .map-tooltip[data-id*="massachusetts"],
  .map-tooltip[data-id*="vermont"],
  .map-tooltip[data-id*="new-york"],
  .map-tooltip[data-id*="massachusetts"],
  .map-tooltip[data-id*="connecticut"],
  .map-tooltip[data-id*="rhode-island"],
  .map-tooltip[data-id*="new-jersey"],
  .map-tooltip[data-id*="pennsylvania"],
  .map-tooltip[data-id*="delaware"],
  .map-tooltip[data-id*="florida"],
  .map-tooltip[data-id*="georgia"],
  .map-tooltip[data-id*="south-carolina"],
  .map-tooltip[data-id*="maryland"],
  .map-tooltip[data-id*="virginia"],
  .map-tooltip[data-id*="north-carolina"],
  .map-tooltip[data-id*="tennessee"],
  .map-tooltip[data-id*="alabama"],
  .map-tooltip[data-id*="indiana"],
  .map-tooltip[data-id*="ohio"],
  .map-tooltip[data-id*="kentucky"],
  .map-tooltip[data-id*="michigan"],
  .map-tooltip[data-id*="mississippi"],
  .map-tooltip[data-id*="illinois"],
  .map-tooltip[data-id*="missouri"],
  .map-tooltip[data-id*="arkansas"],
  .map-tooltip[data-id*="louisiana"],
  .map-tooltip[data-id*="oklahoma"],
  .map-tooltip[data-id*="minnesota"],
  .map-tooltip[data-id*="iowa"],
  .map-tooltip[data-id*="wisconsin"],
  .map-tooltip[data-id*="minnesota"],
  .map-tooltip[data-id*="minnesota"]{
    transform: translateX(-100%);
  }
  .map-tooltip .map-tooltip-inner svg {
    overflow: visible;
  }
  .map-tooltip::before, .map-tooltip::after {
    content:none;
  }
}

@media(max-width: 991px) {
  .map-tooltip {
    padding: 5px;
  }
  .map-tooltip .map-tooltip-inner p {
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
  }
  .manage-your-company-layout .banner .banner-image-container .gatsby-image-wrapper {
    left: 8%;
  }
  .manage-your-company-layout .feat_sec .left {
    width: 100%;
    text-align: center;
  }
  .manage-your-company-layout .feat_sec .left .content h2, .manage-your-company-layout .feat_sec .left .content p {
    max-width: 100%;
    text-align: center;
  }
  .manage-your-company-layout .feat_sec .btn_wrapr {
    justify-content: center;
  }
  .annual-report-layout .banner .banner-image-container .gatsby-image-wrapper {
    left: 8%;
  }
  .annual-report-layout .banner .banner-rating-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .annual-report-layout .two-col_sidebar {
    max-width: 485px;
  }
  .filling-business-taxes-layout .banner .banner-image-container .gatsby-image-wrapper {
    left: 8%;
  }
  .filling-business-taxes-layout .two-col_sidebar {
    max-width: 100%;
    padding-bottom: 80px;
  }
  .filling-business-taxes-layout .two-col-section-inner {
    flex-wrap: wrap;
  }
  .filling-business-taxes-layout .two-col_main-section {
    max-width: 100%;
  }
  .homepage-layout .banner .banner-image-container .gatsby-image-wrapper {
    left: -8%;
  }
  .homepage-layout .banner .banner-rating-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .business-accounting-page-layout .banner .banner-image-container .gatsby-image-wrapper {
    left: 8%;
  }
  .business-accounting-page-layout .banner .banner-content-container h2 {
    text-align: center;
  }
  .business-accounting-page-layout .banner .banner-rating-container {
    margin-bottom: 0;
  }
  .homepage-layout .body-container-wrapper .widget-type-text svg {
    display: none;
  } 
  .video-library-main-conent {
    width: 63.3%;
  }
  .video-library-sidebar {
    width: 36.7%;
  }
}

@media(max-width: 767px) {
  body table[data-table="two-col"] {
    min-width: 0;
  }
  body table[data-table="two-col"] tr th, body table[data-table="two-col"] tr td, 
  body table[data-table="two-col"] tr th *, body table[data-table="two-col"] tr td * {
    font-size: 12px;
    line-height: 1.6;
  }
  body table[data-table="two-col"] tr {
    grid-template-columns: 1fr 160px 160px 160px 160px;
  }
  .how-it-works-section-1 {
    margin-top: 0;
  }
  .get-started-facilities-wrapper .get-started-facilities-botom-btn .hs-button {
    width: 100%;
  }
  .homepage-layout .banner .banner-content-container h2 {
    text-align: center;
  }
  .homepage-layout .button-module {
    justify-content: center !important;
  }
  .homepage-layout .wci-banner {
    padding: 143px 0px 0px !important;
  }
  .about-layout .banner .banner-image-container .gatsby-image-wrapper {
    left: 8%;
  }
  .about-layout .banner .banner-content-container h2 {
    text-align: center;
  }
  .about-layout .get-started-banner .rocket__Moon {
    top: 0px;
    left: 30px;
  }
/*   .about-layout .get-started-banner .rocket__Curve {
    display: block;
  } */
  .about-layout .get-started-banner .rocket__Oval {
    bottom: unset;
    top: 20%;
  }
  .business-tex-form-section fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .business-tex-form-section form fieldset.form-columns-1 {
    width: calc(100% - -30px);
  }
  .business-tex-form-section form .hs_recaptcha {
    width: 100%;
    float: none;
    padding: 0;
  }
  .business-tex-form-section form .grecaptcha-badge {
    margin: 0;
  }
  .video-library-banner-section h2 {
    text-align: center;
  }
  .video-library-main-conent, .video-library-sidebar {
    width: 100%;
  }
  .video-library-main-conent {
    margin-bottom: 30px;
  }
  body .ad_tabber .business_steps_content .left-col {
    padding-left: 10px;
    padding-right: 20px;
  }
  body .ad_tabber .business_steps_content .right-col {
    padding-left: 20px;
    padding-right: 10px;
  }
  body table[data-table="three-col"] {
    min-width: 0;
  }
  table[data-table="three-col"] tr th:first-child {
    display: none;
  }
  table[data-table="three-col"] tr td:first-child {
    border-right-width: 0px;
    border-bottom: 2px solid rgb(244, 244, 244);
    grid-area: header / header / header / header;
  }
  table[data-table="three-col"] tr {
    grid-template-areas:
      "header header"
      "incfile legalzoom";
    grid-template-columns: 1fr 1fr;
  }
  body table[data-table="two-col"][table-mobile="same"] tr {
    grid-template-columns: 33.33% 66.67%;
  }
  .form-popup-wrapper .btn-module-popup .btn-module-popup-form a.btn-module-popup-close {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    margin-left: 0;
  }
  .form-popup-wrapper form .actions {
    padding-bottom: 24px;
  }
}

@media(max-width: 575px) {
  .manage-your-company-layout .banner .banner-image-container {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .manage-your-company-layout .feat_sec .btn_wrapr .btn-item {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
  .manage-your-company-layout .feat_sec .btn_wrapr .btn-item:first-child {
    margin-top: 0 !important;
  }
  .filling-business-taxes-layout .two-col_sidebar-inner-box {
    padding: 30px 15px;
  }
  .homepage-layout .banner .banner-image-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .homepage-layout .banner .banner-content-container h2 {
    margin-bottom: 16px;
  }
  .about-layout .banner .banner-content-container h2 {
    margin-bottom: 16px;
  }
  body .get-started-banner .rocket__Content {
    margin-top: 300px;
  }
  .about-layout .get-started-banner {
    margin-bottom: -120px;
    z-index: 9;
  }
  .get-your-business-formation-kit .button-module {
    width: 100%;
  }
  body .ad_tabber .business_steps_content .left-col,
  body .ad_tabber .business_steps_content .right-col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured-card-container .featured_curve_svg {
    display: none;
  }
}

/* mk css ends */


/* moh css starts */

/* ====== DIY Business Course Inner Page ======== */

.diy-buisness-cource-banner .banner .banner-rating-container {
  margin-top: 48px;
}

.diy-buisness-cource-page .two-col-section {
  padding-top: 115px;
  margin-bottom: 100px;
}
.diy-buisness-cource-page .two-col_main-section {
  padding-top: 24px;
}
.diy-buisness-cource-page .two-col_main-section h3 {
  font-size: 20px;
  line-height: 28px;
}
.diy-buisness-cource-page .two-col_sidebar-inner {
  top: 100px;
}
.diy-buisness-cource-page .acc_wrapper > .inner {
  padding: 0;
}
.diy-buisness-cource-page .acc_wrapper .acc_item .acc_body .inner>*:last-child {
  margin-bottom: 32px;
}
.diy-buisness-cource-page .acc_wrapper.ic_svg .acc_header .svg_icon span {
  margin-left: 24px;
  margin-right: 24px;
  background-color: rgb(80, 137, 253);
  border-color: rgb(80, 137, 253);
  opacity: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  margin-right: 24px;
}
.diy-buisness-cource-page .svg_icon svg {
  height: 20px;
  width: 20px;
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  transition: all 0.3s ease 0.1s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 99;
  stroke-dashoffset: 0;
}
ul.list-shadow {
  margin: 0;
  padding: 0 0 48px;
  list-style-type: none;
  margin-top: 0;
}
ul.list-shadow li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}
ul.list-shadow li p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  color: rgb(117, 117, 117);
}
.diy-buisness-cource-page .two-col_main-section table {
  width: 100%;
  margin-bottom: 56px;
}
.diy-buisness-cource-page .two-col_main-section  table tbody tr {
  justify-content: space-between;
  padding: 24px;
  display: flex;
}
.diy-buisness-cource-page .two-col_main-section table td {
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #757575;
  width: auto;
  min-width: auto;
}
.diy-buisness-cource-page .content-list-icon-container .content-list-icon-items.icon-count {
  position: relative;
}
.diy-buisness-cource-page .content-list-icon-container .content-list-icon-items.icon-count span.circle__Wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.diy-buisness-cource-page .content-list-icon-container .content-list-icon-items.icon-count .content-list-icon-content p {
  color: #757575;
  margin-bottom: 56px;
  padding-left: 56px;
  display: block;
}
.diy-buisness-cource-page .content-list-icon-container .content-list-icon-items.icon-count {
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.diy-buisness-cource-page .check_bsAvail_wrap {
  background-color: transparent !important;
  padding: 0;
  margin: 56px 0;
  overflow: visible;
}
.diy-buisness-cource-page .check_bsAvail_wrap .page-center {
  max-width: 100%;
  padding: 0;
}
.diy-buisness-cource-page .check_bsAvail_wrap .left-content {
  display: none;
}
.diy-buisness-cource-page .check_bsAvail_wrap .check_form .form_wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}
.diy-buisness-cource-page .check_bsAvail_wrap .bottom_curve {
  display: none;
}
.diy-buisness-cource-page .check_bsAvail_wrap fieldset {
  max-width: 100% !important;
}
.diy-buisness-cource-page .check_bsAvail_wrap select {
  margin-bottom: 8px;
}

.diy-buisness-cource-page .check_bsAvail_wrap .hs_entity_state {
  position: relative;
}
.diy-buisness-cource-page .check_bsAvail_wrap span.arrow-down {
  position: absolute;
  right: 15px;
  top: 31px;
}
/* ====== DIY Business Course Page ======== */

.diy-buisness-banner .banner .banner-content-container p {
  max-width: 770px;
}
.diy-buisness-banner .banner .banner-rating-container {
  display: none;
}
.diy-buisness-banner .banner .banner-content-container h2 {
  color: rgb(29, 29, 29);
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.diy-buisness-cource-layout .two-col_main-section {
  padding-top: 60px;
}
.diy-buisness-cource-layout .two-col-section {
  padding-top: 0;
  margin-bottom: 120px;
}

.custom-diy-buisness-cource-bottom {
  position: relative;
}
.custom-diy-buisness-cource-bottom:before {
  background-image: linear-gradient(0,rgba(255,255,255,0) 4%,#fef6ed 99%);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  height: 2232px;
  width: 100%;
}
.custom-diy-buisness-cource-bottom .dnd-section>.row-fluid {
  padding: 0 15px;
}
.custom-diy-buisness-cource-row1 p {
  margin-bottom: 32px;
}
.custom-diy-buisness-cource-row1 .row-fluid .span6:first-child {
  padding-right: 20px !important;
}
.custom-diy-buisness-cource-row2 h2 {
  text-align: center;
  position: relative;
  z-index: 9;
}
.custom-diy-buisness-cource-row2 p {
  max-width: 770px;
  text-align: center;
  margin: 0px auto 24px;
  color: rgb(117, 117, 117);;
  font-size: 20px;
  line-height: 31px;
  position: relative;
  z-index: 9;
}
.custom-diy-buisness-cource-row2 form {
  max-width: 570px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  z-index: 9;
}
.custom-diy-buisness-cource-row2 span.hs-form-required {
  display: none;
}
.custom-diy-buisness-cource-row2 .field {
  margin-bottom: 32px;
}
.custom-diy-buisness-cource-row2 input.hs-button.primary.large {
  margin: 48px auto 0px;
}
.custom-diy-buisness-cource-row2 ul.no-list.hs-error-msgs label {
  text-align: right;
}
.custom-diy-buisness-cource-row2 .overlay-icon-section .row-fluid {
  padding: 0 !important;
}
.diy-buisness-cource-page .content-list-icon-container .content-list-icon-items.icon-count .content-list-icon-content img {
  display: block;
}

/* ======== Fictitious Business Name Page ========== */
.fictitious-business-banner .banner .banner-content-inner {
  position: relative;
  z-index: 9;
}
.custom-fictitious-business-row4 .overlay-4-right {
  width: 100%;
  height: 100%;
  max-height: 720px;
  max-width: 720px;
  opacity: 1;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(0px, 0px);
  z-index: -1;
}
.custom-fictitious-business-row4 {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.custom-fictitious-business-row4:before {
  content: "";
  height: 2160px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 4%, rgb(242, 246, 255) 99%);
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom-fictitious-business-row4 h2,
.custom-fictitious-business-row5 h2,
.custom-fictitious-business-row8 h2{
  max-width: 770px;
  margin: 0px auto 24px;
}
.custom-fictitious-business-row4 .hs_cos_wrapper_type_rich_text p,
.custom-fictitious-business-row5 .hs_cos_wrapper_type_rich_text p{
  max-width: 750px;
  text-align: center;
  margin: 0px auto 24px;
  line-height: 31px;
}
.custom-fictitious-business-row4 .dnd-column .dnd-row {
  max-width: 770px;
  margin: 0 auto;
}
.custom-fictitious-business-row4 .widget_1614580193765.content-list-icon-container {
  padding-top: 104px;
}
.custom-fictitious-business-row4 .content-list-icon-items.it1.icon-svg {
  padding-top: 48px;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  align-items: end;
}
.custom-fictitious-business-row4 .module_1614580554215.content-list-icon-container .content-list-icon-items svg {
  background-color: transparent;
  box-shadow: rgb(197 144 144 / 64%) 0px 32px 48px 0px;
  border-radius: 50%;
}
.custom-fictitious-business-row5 .dnd-section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 64px;
}
.custom-fictitious-business-row5 .row-number-3.dnd-row {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 90px;
}
.custom-fictitious-business-row5 .featured-card-container .content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: rgb(78, 78, 78);
}
.custom-fictitious-business-row5 .featured-card-container .content h3 {
  margin-bottom: 16px;
  color: rgb(29, 29, 29);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}
.custom-fictitious-business-row5 .featured-card-container .content {
  height: auto !important;
}
.custom-fictitious-business-row6 .dnd-section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.custom-fictitious-business-row6 .row-fluid .span7 {
  width: auto;
}
.custom-fictitious-business-row6 .row-fluid .span5 {
  width: auto;
}
.custom-fictitious-business-row6 .row-fluid .span5 img {
  width: 300px;
  display: block;
}
.custom-fictitious-business-row6 h2 {
  margin-bottom: 56px;
  max-width: 515px;
}
.custom-fictitious-business-row6 .dnd-section>.row-fluid {
  padding: 0 15px;
}
.custom-fictitious-business-row6 p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
}
.custom-fictitious-business-row6 .button-module-item.itm-1.normal-link.btn_widthauto {
  padding: 32px 0;
}
.custom-fictitious-business-row6 .curve_right {
  width: 100%;
  max-height: 25px;
  max-width: 29px;
  opacity: 1;
  position: absolute;
  top: -5px;
  right: 0;
  transform: translate(0px, 0px);
}
.custom-fictitious-business-row6 .curve_right svg path {
  fill: rgb(253, 133, 80);
}
.custom-fictitious-business-row8 .dnd-section {
  padding: 0;
}
.custom-fictitious-business-row8 {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
.custom-fictitious-business-row8:before {
  content: "";
  height: 1186px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 4%, rgb(242, 248, 243) 99%);
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom-fictitious-business-row8 h2 {
  margin-bottom: 32px;
}
.custom-fictitious-business-row8 p {
  font-size: 20px;
  line-height: 32px;
  max-width: 770px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(117, 117, 117);
}
.custom-fictitious-business-row9 .dnd-section {
  padding-top: 64px;
}
.custom-fictitious-business-row9 .overlay-9-left {
  width: 100%;
  height: 100%;
  max-height: 720px;
  max-width: 720px;
  opacity: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0px, 0px);
  z-index: -1;
}
.custom-fictitious-business-row9 {
  position: relative;
}
.custom-fictitious-business-row9 h2 {
  max-width: 640px;
  margin: 0px auto 24px;
}
.custom-fictitious-business-row9 .acc_wrapper > .inner {
  margin-top: 24px
}
.start-business-details-page .content-with-top-icon {
  z-index: 2;
}
.start-business-details-page .hs_cos_wrapper_type_rich_text {
  position: relative;
  z-index: 2;
  display: block;
}
.start-business-details-page  .tools-container,
.start-business-details-page  .start-busi-ad-container,
.start-business-details-page  .business-insurance-benefits,
.start-business-details-page  .feat_sec .page-center>.inner,
.start-business-details-page  .descCard_wrap {
  position: relative;
  z-index: 9;
}
.start-business-details-page .start-busi-ad-container .gatsby-image-wrapper > div {
  width: 128px;
  height: 128px;
  margin: 0 auto 0px;
  background-size: cover;
}
.business-structures .dnd-section>.row-fluid>.span5.dnd-column>.dnd-row {
  z-index: 9;
}

.start-business-details-page .pages-bottom-section .descCard_wrap>.inner>a {
  display: grid;
  grid-template-columns: 1fr 32px;
  -webkit-box-align: center;
  align-items: baseline;
}
.start-business-details-page .descCard_wrap>.inner p {
  margin: 20px 0 0;
}
.start-business-details-page .descCard_wrap>.inner>a span {
  font-size: 16px;
}
.start-business-details-page .descCard_wrap>.inner>a .arrow {
  margin-left: 10px;
  margin-right: 0;
  order: 2;
}
.start-business-details-page .descCard_wrap.without-desc a {
  flex-direction: row !important;
}
.start-business-details-page .start-busi-ad-container .adventages__Box p a {
  display: inline;
  font-size: 16px;
}
.start-business-details-page .advantages_wrap .item:nth-last-child(1) {
  margin-bottom: 30px;
}
.start-business-details-page .start-busi-ad-container .adventages__items-container {
  margin-left: auto;
  margin-right: auto;
}
.start-business-details-page .widget-type-rich_text {
  z-index: 9;
}
.ad_tabber .content-list-icon-container ul.list-svg {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ad_tabber .content-list-icon-container ul.list-svg li {
  display: flex;
  padding-left: 40px;
  position: relative;
  max-width: none;
}
.ad_tabber .content-list-icon-container ul.list-svg li svg {
  position: absolute;
  top: 2px;
  left: 0px;
  stroke-dashoffset: 0;
  height: 20px;
  width: 20px;
  fill: none;
  stroke: rgb(151, 224, 199);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  transition: all 0.3s ease 0.1s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 99;
  box-shadow: none !important;
  margin-right: 0 !important;
  min-width: 20px !important;
}
.ad_tabber .content-list-icon-container ul.list-svg li p {
  font-size: 16px;
  line-height: 24px;
  max-width: 85%;
  color: rgb(78, 78, 78);
}
.ad_tabber .content-list-icon-container ul.list-svg li p {
  font-size: 16px !important;
  line-height: 24px !important;
  max-width: 85%;
  color: rgb(78, 78, 78) !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

.ad_tabber_contents_item_content_with_icon ul.list-style {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 15px;
}

.ad_tabber_contents_item_content_with_icon ul.list-style li {
  margin-bottom: 24px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.ad_tabber_contents_item_content_with_icon ul.list-style li:before {
  content: "";
  display: block;
  background-color: rgb(151, 224, 199);
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: -12px;
}
.custom-summer-buisness-row1 .hs_cos_wrapper_type_linked_image img {
  width: 440px;
}
.custom-summer-buisness-row1 ul[data-checklist] {
  display: flex;
  flex-wrap: wrap;
}
.custom-summer-buisness-row1 ul[data-checklist] li {
  width: 50%;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
  padding-right: 30px;
}
.start-business-details-page .feat_sec {
  position: static;
/*   z-index: 0; */
}
.start-business-details-page  .ad_tabber .content-with-top-icon svg.close {
  height: 30px;
  width: 30px;
  fill: none;
  stroke: rgb(255, 255, 255);
  z-index: 1;
}
/* ========== Summer Buisness ============ */

.summer-buisness-page .start-busi-ad-container {
  margin-top: 0;
}
.start-business-details-page .pages-top-section .content-with-top-icon .content-with-top-icon-con {
  box-shadow: none;
}
.start-business-details-page .business-structures .content-with-top-icon {
  margin-top: 40px;
}
.start-business-details-page .ad_tabber .popup-video-container.al_left {
  margin-top: 24px;
}
.start-business-details-page .conclusion__ConclusionWrapper .conclusion-content-button a {
  font-family: Avenir, sans-serif;
  font-weight: bold;
}

/* =========== Reviews ======== */

.custom-review-bottom .cta__Wrapper-sc {
  padding: 165px 0;
}
.custom-review-bottom .cta__Wrapper-sc .cta__Content-sc h2 {
  margin: 0;
}
.custom-review-bottom .cta__Wrapper-sc .cta__Content-sc h1 {
  font-size: 40px;
  line-height: 48px;
  max-width: 770px;
  color: rgb(29, 29, 29);
  font-weight: 700;
}
.fw-content-module ul[data-color="blue"] {
  padding: 0 0 0 16px;
  margin: 0;
}
.fw-content-module ul[data-color="blue"] li {
  list-style-type: none;
  margin: 0 0 24px;
  position: relative;
}
.fw-content-module ul[data-color="blue"] li:before {
  content: "";
  display: block;
  background-color: rgb(151, 224, 199);
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: -12px;
}
.start-business-details-page .ad_tabber .content-with-top-icon.cwt-icon-extra_small h4 {
  line-height: 27px;
}
.start-business-details-page .feat_sec .left .curvd_icon {
  top: -85px !important;
  left: -85px !important;
}
.start-business-details-page .feat_sec .left .content p {
  line-height: 31px;
}
.start-business-details-page .conclusion__ConclusionWrapper .conclusion__Content h3 {
  line-height: 32px;
}
.start-business-details-page .conclusion__ConclusionWrapper {
  margin-top: 0;
}
@media (min-width: 1130px) {
  .start-business-details-page .conclusion__ConclusionWrapper {
    margin-top: 160px;
  }
}

.corporation-filing-banner .ad_tabber .ad_tabber_contents .simple_link_btn {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 670px;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 470px) {
  .ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc {
    grid-template-columns: 1fr;
  }
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox {
  display: flex;
  background-color: rgb(254, 246, 237);
  border-radius: 5px;
  padding: 35px 35px 35px 88px;
  position: relative;
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox:first-child {
  border-radius: 15px 5px 5px;
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox:nth-child(2) {
  border-radius: 5px 15px 5px 5px;
}
@media (min-width: 768px) and (max-width: 805px) {
  .ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox:nth-child(2) {
    width: 90%;
  }
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc span.start-an-llc-tabs__ColorboxIcon {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc span.start-an-llc-tabs__TextP {
  display: inline;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(29, 29, 29);
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox:nth-child(3) {
  border-radius: 5px 5px 5px 15px;
}
.ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox:last-child {
  border-radius: 5px 5px 15px;
}
@media (min-width: 768px) and (max-width: 805px) {
  .ad_tabber_type_tabber .start-an-llc-tabs__Grid-sc .start-an-llc-tabs__ColorBox:last-child {
    width: 90%;
  }
}
.corporation-filing-page .state__State-sc .oval__Wrapper.gdWiOl,
.corporation-filing-page .state__State-sc .oval__Wrapper{
  display: none;
}
.corporation-filing-page .state__ImageBoxes-sc-72eors-1.lhWCXU {
  padding: 0;
}
.corporation-filing-page .state__Result-sc-72eors-2.fTcYpG {
  margin: 0;
}
.start-business-details-page  .ad_tabber .ad_tabber_contents_item_buttons_item:only-child > * {
  margin-bottom: -2px;
  padding-left: 31px;
  padding-right: 32px;
}
.bcnt-page .business-structures ul[data-two-col]{
  display: flex;
  flex-wrap: wrap;
  GAP: UNSET;
}

.bcnt-page .business-structures ul[data-two-col] li {
  width: 100%;
  margin-bottom: 32px;
  PADDING-RIGHT: 20PX;
}

@media (min-width: 576px) {
  .custom-fictitious-business-row4 {
    padding-top: 80px;
  }
  .custom-fictitious-business-row5 .dnd-section {
    padding-top: 88px;
  }
  .custom-fictitious-business-row6 .dnd-section,
  .custom-fictitious-business-row8 {
    padding-top: 96px;
  }
}
@media (min-width: 769px) {
  .diy-buisness-cource-layout .two-col_main-section {
    max-width: 685px;
    margin-left: 0;
    padding-left: 15px;
  }
  .diy-buisness-cource-layout .two-col_sidebar {
    max-width: 50%;
  }
  .custom-fictitious-business-row9 .acc_wrapper > .inner {
    margin-top: 56px
  }
  .bcnt-page .business-structures ul[data-two-col] li {
    width: 50%;
    margin-bottom: 32px;
    PADDING-RIGHT: 20PX;
  }
}
@media (min-width: 992px) {
  .custom-diy-buisness-cource-row1 .row-fluid .span6 {
    width: auto;
  }
  .custom-diy-buisness-cource-row1 .row-fluid .span6:first-child {
    padding-right: 20px !important;
    max-width: 370px;
  }
  .custom-fictitious-business-row6 .row-fluid .span7 {
    max-width: 670px;
    padding-right: 200px !important;
  }
  .custom-fictitious-business-row8 h2 {
    margin-bottom: 56px;
  }
  .custom-fictitious-business-row9 .dnd-section {
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .custom-fictitious-business-row6 .row-fluid .span7 {
    max-width: 870px;
  }
}

@media (min-width: 1200px) {
  .diy-buisness-cource-layout .two-col_sidebar {
    max-width: 485px;
  }
  .custom-diy-buisness-cource-row1 .row-fluid .span6:last-child {
    max-width: 600px;
  }
  .custom-diy-buisness-cource-row1 .row-fluid .span6:first-child {
    max-width: 570px;
  }
}
@media (max-width: 1300px) {
  .diy-buisness-cource-page .two-col-section .overlay-icon-module.overlay_icon_widget_1614321575381.hideTab_view.hide1200_view {
    display: none;
  }
}
@media (max-width: 1024px) {
  .diy-buisness-cource-page .check_bsAvail_wrap form fieldset:nth-child(4) {
    width: 100%;
    text-align: left;

  }
}
@media (max-width: 991px) and (min-width: 768px){
  .start-business-details-page .dnd-section>.row-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .diy-buisness-cource-banner .banner .banner-rating-container {
    margin-bottom: 0;
  }
  .diy-buisness-cource-banner .banner .banner-image-container .gatsby-image-wrapper img {
    left: 8%;
  }
  .diy-buisness-banner .banner .banner-image-container .gatsby-image-wrapper img {
    left: 8%;
  }
  .custom-diy-buisness-cource-row1 .row-fluid .span6 {
    width: 100%;
  }
  .custom-diy-buisness-cource-row1 .row-fluid .span6:first-child {
    padding-right: 0px !important;
  }
  .custom-diy-buisness-cource-row1 img {
    display: none;
  }
  .custom-diy-buisness-cource-row1 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .fictitious-business-banner .banner .banner-image-container .gatsby-image-wrapper img {
    left: 8%;
  }
  .custom-fictitious-business-row4 .dnd-section>.row-fluid,
  .custom-fictitious-business-row5 .dnd-section>.row-fluid,
  .custom-fictitious-business-row8 .dnd-section>.row-fluid,
  .custom-fictitious-business-row9 .dnd-section>.row-fluid{
    padding: 0 15px;
  }
  .custom-fictitious-business-row4 .overlay-icon-module.overlay_icon_widget_1614580434329,
  .custom-fictitious-business-row6 .curve_right {
    display: none;
  }
  .custom-fictitious-business-row5 .featured-card-container .content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .custom-fictitious-business-row6 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .custom-fictitious-business-row6 .row-fluid .span5 {
    display: none !important;
  }
  .custom-fictitious-business-row6 .row-fluid .span7 {
    width: 100%;
  }
  .overlay-icon-module.overlay_icon_widget_1614686487516 {
    display: none;
  }
  .summer-buisness-banner .banner .banner-rating-container {
    margin-top: 0;
  }
  .start-business-details-page .dnd-section>.row-fluid {
    max-width: 768px !important;
  }
  .start-business-details-page .dnd-section.overlay-icon-section>.row-fluid { 
    max-width: 100% !important;
    padding: 0;
  }
  .start-business-details-page .feat_sec-group > .row-fluid,
  .start-business-details-page .conclusion__Conclusion-group > .row-fluid{
    max-width: 100% !important;
    padding: 0;
  }
  .diy-buisness-cource-page .button-module {
    margin-bottom: -20px;
  }
  .diy-buisness-cource-page .button-module .button-module-item {
    margin-bottom: 20px;
  }
  .start-business-details-page .feat_sec .left {
    max-width: 60%;
    padding-right: 100px;
  }
  .start-business-details-page .feat_sec .right_img {
    width: 40%;
    display: flex;
  }
  .start-business-details-page .boxed-content-container .curve__Wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .diy-buisness-cource-page .two-col-section {
    padding-top: 75px;
  }
  .start-business-details-page .feat_sec .left {
    max-width: 100%;
    padding-right: 0px;
  }
  .start-business-details-page .feat_sec .right_img {
    width: 100%;
  }
  .start-business-details-page .start-busi-ad-container {
    display: block;
  }
  .start-business-details-page .feat_sec .btn_wrapr .btn-item.bt_1 {
    width: 100%;
    display: block;
    margin: 0;
  }
  .start-business-details-page .feat_sec a.hs-button {
    margin: 0;
    padding: 14px 42px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fictitious-business-layout .dnd-section>.row-fluid,
  .fictitious-business-layout .page-center {
    max-width: 567.9999996px;
  }
  .custom-fictitious-business-row5 .row-number-3.dnd-row {
    padding: 64px 0;
  }
  .custom-fictitious-business-row5 .featured-card-container.widget_1614580738440 {
    margin-bottom: 30px;
  }
  .custom-fictitious-business-row8 h2 {
    margin-bottom: 56px;
  }
  .custom-fictitious-business-row9 .acc_wrapper>.inner {
    margin-top: 24px;
    padding: 0;
  }
  .custom-fictitious-business-row9 .dnd-section {
    padding-top: 0;
    padding-bottom: 64px;
  }
  .custom-review-bottom .cta__Wrapper-sc .cta__Content-sc h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 530px;
  }
  .start-business-details-page .feat_sec .left {
    max-width: 100%;
    padding-right: 0;
  }
  .start-business-details-page .feat_sec .right_img {
    width: 100%;
    display: none;
  }
}
@media (max-width: 575px) {
  .custom-diy-buisness-cource-row2 input.hs-button.primary.large {
    margin: 0;
    width: 100%;
  }
  .fictitious-business-banner .banner .banner-image-container {
    margin-bottom: 0px;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .custom-fictitious-business-row4 .widget_1614580193765.content-list-icon-container {
    padding-top: 48px;
  }
  .start-business-details-page .business-structures .content-with-top-icon {
    padding-right: 0 !important;
  }
  .diy-buisness-cource-page .table-wrapper {
    overflow-y: inherit;
  }
  .diy-buisness-cource-page .two-col_main-section table tbody tr {
    padding: 24px 10px;
  }
  .diy-buisness-cource-page .two-col_main-section table td {
    text-align: left;
    padding: 0px 5px;
  }
  .diy-buisness-cource-page .two-col_main-section table {
    min-width: 100%;
  }
  .custom-summer-buisness-row1 ul[data-checklist] li {
    width: 100%;
    padding-right: 0;
  }
}

/* moh css ends */

/* kav css starts */

/* ====== Start a Business Page ======== */
.ad_tabber_contents_item_rich_text {
  z-index: 6;
  position: relative;
}

.start-business-page .two-col-section {
  padding-bottom: 120px;
}
.start-business-page .two-col-section .popup-video-container {
  margin-bottom: 0;
}
.start-business-page .two-col_sidebar {
  max-width: 485px;
}
.start-business-page .two-col_sidebar .two-col_sidebar-inner {
  top: 100px;
}
.start-business-details-page .content-list-icon-container .content-list-icon-items p {
  padding-top: 0;
}
.start-business-details-page .content-list-icon-container .content-list-icon-items.icon-svg {
  align-items: flex-start;
}
.start-business-details-page .business-structures .content-with-top-icon h4 {
  font-weight: bold;
  margin-bottom: 32px;
}
.start-business-details-page .business-structures .content-with-top-icon p {
  line-height: 32px;
  margin-bottom: 32px;
  font-size: 20px;
}
.start-business-details-page .featured-card-container .content h4 {
  padding-bottom: 0;
}
.start-business-details-page .featured-card-container .content p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
  margin-bottom: 0;
}
.start-business-details-page .pages-bottom-section .descCard_wrap>.inner>a {
  margin-bottom: 0;
}
.start-business-details-page .banner .banner-content-container h2 a {
  font-weight: bold;
}

@media (min-width: 768px) {
  .form-popup-wrapper .hs-form .actions {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .start-business-page .banner .banner-image-container .gatsby-image-wrapper {
    left: 7.2%;
  }
  .conclusion__Conclusion-group{
    position:relative;
    z-index:9;
  } 
  .start-business-page .banner .banner-button-container .button-item a {
    margin-bottom: 0;
  }
  .start-business-page .banner .banner-rating-container {
    margin-bottom: 0;
  }

}
@media (max-width: 767px) {
  .start-business-page .banner .banner-button-container .button-item a {
    margin-bottom: 48px;
  }
  .start-business-page .two-col_sidebar {
    max-width: 100%;
  }

}

/* kav css ends */

/* ank css starts */

.betq-pg-layout{
  display: flex;
  height: 100vh;
}

main.cm-betq-wrapper {
  flex: 1 1 0%;
}

.betq-pg-layout >div:last-child {
  width: 350px;
  padding: 30px;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.betq-pg-layout main.cm-betq-wrapper * {
  height: 100%;
}

.be-footer.footer {
  padding: 0;
}

.be-footer .footer-logo h1 {
  margin-bottom: 24px;
  line-height: 56px;
  font-weight: 400;
  font-size: 24px;
  font-family: Avenir, sans-serif;
  color: rgb(29, 29, 29);
  padding: 0 10px;
}

.be-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 36px 0px;
}

.be-footer .footer-social {
  padding: 15px 0px;
}

.be-footer .footer-logo {
  height: auto;
  margin:0;
}

.be-footer.footer .page-center {
  padding: 0;
}

.beqd-page .featured-card-container ul li:before {   
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgb(80, 137, 253);
  position: absolute;
  top: 12px;
  left: 0px;
}
.beqd-page .featured-card-container ul li{
  position:relative;
  padding-left: 20px;
}

.beqd-page .featured-card-container ul{
  list-style:none;
  margin:0;
  padding:0;
}

.beqd .two-col_sidebar {
  max-width: 485px;
}

.beqd-page .cm-bottom-section .content-list-icon-items {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.two-col_main-section .adventages-wrapper ul {
  margin-top: 0;
}
.beqd-non-profit-page .pros-and-cons {
  padding-bottom: 76px;
}
.two-col_main-section .adventages-wrapper ul li span {
  margin-bottom: 0;
}
.beqd-non-profit-page .cm-bottom-section .content-list-icon-items{
  max-width:100%;
} 

.beq-bottom-wrapper{
  background: linear-gradient(rgba(255, 255, 255, 0) 4%, rgb(254, 246, 237) 99%);
} 

.beq-bottom-wrapper .feat_sec {
  background: transparent !important;
}
.beqd.non-profit.two-col-section {
  background-image: linear-gradient( 0deg , rgba(255, 255, 255, 0) 4%, rgb(242, 248, 243) 99%);
  position: relative;
  padding-top: 20px;
  padding-bottom: 4px;
} 
.beqd.non-profit .two-col_sidebar {
  max-width: 435px;
}
.beq-bottom-wrapper .feat_sec .left,
.beq-bottom-wrapper .feat_sec .right_img {
  max-width: 50%;
}

.beq-bottom-wrapper .feat_sec .page-center>.inner {
  padding: 0 15px;
}
.two-col_main-section .pros-and-cons:before,
.two-col_main-section .pros-and-cons:after {
  display: none;
}

.two-col_main-section .pros-and-cons,
.two-col_main-section .heading-center {
  padding: 0;
}

.two-col_main-section .pros-and-cons .ehICQm {
  margin: 0;
  display: block;
}

.two-col_main-section .pros-and-cons .page-center {
  padding: 0;
}
.beqs-page .cm-table-section tr {
  display: grid !important;
  grid-template-columns: 1fr 160px 160px;
  text-align: left;
}

.beqs-page .cm-table-section td {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px;
  min-width: auto;
  flex-direction: column;
  position: relative;
  vertical-align: middle;
  -webkit-box-pack: center;
  justify-content: center;
}
.beqd.beqs.two-col-section {
  position: relative;
}
.cm-ad-section .pros-and-cons {
  padding-top: 120px;
  padding-bottom: 76px;
}
.pros-and-cons .adventages-wrapper ul li a {
  font-weight: bold;
}
.beqs-page .cm-ad-section {
  background-image: linear-gradient( 0deg , rgb(254, 246, 237) 4%, rgba(255, 255, 255, 0) 99%);
}
.beqd.beqs.two-col-section:before {
  content: "";
  height: 600px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 4%, #f2f6ff 99%);
  position: absolute;
  top: 0px;
  left: 0px;
}
.beqs-page .cm-table-section table td p {
  margin: 0;
  text-align: left;
  width: 100%;
}
.beqs-page .cm-table-section table .hXCVIm {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 5px;
  width: 32px;
  min-height: 5px;
  min-width: 32px;
  background: rgb(231, 231, 231);
  border-radius: 2.5px;
  overflow: hidden;
  font-family: Avenir, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  pointer-events: none;
}
.beqs-page .cm-table-section table {
  max-width: 970px;
  margin: 0 auto;
}

.actions input.hs-button:focus {
  border-color: rgba(253,133,80,1.0) !important;
}
.beqs-page .cm-main-section .ehICQm p {
  margin-bottom: 0;
}

.beqs-page .cm-main-section .gIMQsG {
  padding: 48px 40px 40px;
}
.business-license-research-package-page .banner-button-container .button-item a{
  margin:0 !important;
} 
.business-license-research-package-page .banner .banner-content-container h2 {
  line-height: 28px;
}
.beqs-page .cm-main-section .ehICQm {
  margin-top: 0;
}
.beqs-page .cm-main-section .ehICQm{
  grid-template-columns: 100%; 
}
.beqs-page .cm-main-section .pros-and-cons{
  padding:0;
} 
.fw-content-module p a {
  font-weight: 900;
}
.business-license-research-package-page .two-col_sidebar {
  max-width: 485px;
}

.two-col_main-section .pros-and-cons .adventages-wrapper ul {
  margin-top: 0;
}

.two-col_main-section .pros-and-cons .adventages-wrapper ul li span {
  margin-bottom: 0;
}

.form-columns-1 .input{
  margin-right:0 !important;
} 

.dashboard-btn svg path {
  fill: #fff !important;
}

.dashboard-btn:hover svg path {
  fill: rgba(253,133,80,1.0) !important;
}

.cm-chk-availability-form .cm-form span.arrow-down {
  position: absolute;
  right: 12px;
  top: 30px;
}

.cm-chk-availability-form .cm-form .hs_entity_state {
  position: relative;
}

.cm-chk-availability-form .cm-form .actions{
  text-align:center;
  display: block;
}

.ghTmmo {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.ghTmmo svg {
  transition: transform 0.3s ease 0s;
}
.ghTmmo.arrow1 svg path {
  fill: rgb(255, 255, 255);
  transition: fill 0.3s ease 0s;
}
.submitted-message+a.after-submit-close {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 769px){
  .ghTmmo {
    display: flex;
  }
}
select.hs-input {
  white-space: normal !important;
}


@media (max-width: 1050px){
  .two-col_main-section .business-essentials-wrapper .business-essentials-item{
    width: 100%;
  }
  .business-essentials-wrapper .business-essentials-card{
    border-radius:5px; 
  }
}

@media (min-width: 992px){
  .beqd.non-profit.two-col-section{
    padding-top: 88px;
    padding-bottom: 64px; 
  }
  .business-license-research-package-page .feat_sec .left {
    max-width: 500px;
  }
  .beqs-page .cm-main-section .ehICQm {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px){
  .business-license-research-package-page .feat_sec .left {
    max-width: 700px;
  }
}
@media (max-width: 991px){
  .business-two-col-cntnt .dnd-section > .row-fluid {
    max-width:768px !important;
  } 
  .two-col_main-section .button-module .button-module-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .business-two-col-cntnt .overlay-icon-module {
    display: none;
  }
  .beqd-non-profit-page.beqd-page .beqd-non-profit-banner .cm-beq-banner {
    padding: 128px 0px 0px;
  }
  .beqd-non-profit-page.beqd-page .beqd-non-profit-banner .dnd-section {
    margin: 0 !important;
  }
  .beq-bottom-wrapper .feat_sec .right_img{
    display:block;
  }
  .beqd-page .cm-beq-banner {
    padding: 220px 0;
  }
}

@media (max-width: 767px){
  .business-two-col-cntnt .dnd-section > .row-fluid {
    max-width:568px !important;
  } 
  .cm-chk-availability-form {
    padding-bottom: 60px;
    overflow: hidden;
    margin-bottom: -60px;
  }

  .cm-chk-availability-form form .hs-entity_type_option ul.inputs-list{ 
    display:block !important;
  }
  .cm-chk-availability-form form .hs-entity_type_option ul.inputs-list li {
    margin: 0 0 10px !important;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .form-columns-2 .input {
    margin: 0 !important;
  }
  fieldset.form-columns-1 .input{
    margin-right:0 !important; 
  }
  .hs-form-field .hs-input{
    width:100% !important; 
  }
  .beqd-non-profit-page.beqd-page .beqd-non-profit-banner .cm-beq-banner{
    min-height: 572px;
  } 
  .beqd-page .featured-card-container {
    margin-bottom: 30px;
  }
  .beq-bottom-wrapper .feat_sec .left,
  .beq-bottom-wrapper .feat_sec .right_img {
    max-width: 100%;
    margin:0 0 20px;
  }
  .beq-bottom-wrapper .feat_sec .right_img{
    display:none;
  }
  .betq-pg-layout {
    flex-flow: column-reverse;
  }

  .betq-pg-layout>div:last-child {
    width: 100%;
  }

  .be-footer .footer-bottom {
    display: none;
  }

  .be-footer .footer-logo a {
    display: inline-block;
  }

  .be-footer .footer-logo h1 {
    line-height: 48px;
    padding:0;
  }

}

@media (max-width: 575px){
  .beq-bottom-wrapper .feat_sec .left,
  .beq-bottom-wrapper .feat_sec .right_img {
    margin:0;
  }
  .beq-bottom-wrapper {
    padding:0 0 35px;
  }

}


/* ank css ends */

/* rp css starts */

.res-page .two-col-section {
  position: relative;
  padding-bottom: 32px;
}
.res-page .two-col-section .oval__Wrapper-sc {
  width: 100%;
  height: 100%;
  max-height: 570px;
  max-width: 570px;
  opacity: 1;
  position: absolute;
  transform: translate(0px, -40%);
  z-index: -1;
}
.res-page .two-col_sidebar {
  display: none;
  width: 100%;
  max-width: 485px;
  position: relative;
}
.res-page .two-col_sidebar-inner {
  top: 100px;
}
.res-page .boxed-content-container .boxed-color-box p {
  margin-bottom: 24px;
}
.res-page .two-col_main-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
}

@media (max-width: 991px) {
  .res-page .two-col_main-section {
    max-width: 580px;
    margin: 0 auto;
  }
}

.res-page .dnd-section,
.res-page .dnd-section>.row-fluid>.dnd-column>.dnd-row>.row-fluid>.dnd-module {
  position: static;
}

.res-page .dnd-section {
  position: relative;
}
.res-page .fw-content-module {
  margin-bottom: 48px;
}
.res-page .fw-content-module:after {
  display: table;
  content: '';
}
.res-page .popup-video-container {
  margin-bottom: 0;
}
.res-page .get-started-banner {
  min-height: 775px;
  margin: 0;
}
.res-page .get-started-banner .rocket__Oval {
  height: 100%;
  width: 100%;
  max-height: 460px;
  max-width: 370px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: unset;
  transform: unset;
}
.res-page .get-started-banner .rocket__Curve {
  height: 97px;
  width: 81px;
  position: absolute;
  right: 0px;
  bottom: 150px;
  top: unset;
}
.res-page .get-started-banner .rocket__Moon {
  display: block;
  height: 130px;
  width: 81px;
  position: absolute;
  top: 0px;
  left: 30px;
}
.res-page .pages-bottom-section .dnd-section{
  padding-top: 64px;
  padding-bottom: 64px;
}
.toolTip_icon {
  cursor: pointer;
}
.check_bsAvail_wrap form input.hs-button:focus {
  border-color: rgba(253,133,80,1.0);
}
.ad_tabber {
  z-index: 9999;
}
.subscription__container form .actions .hs-button {
  border-color: rgba(253,133,80,1.0);
}
.syc-page .banner .banner-content-container p {
  max-width: 100%;
}

.syc-page .ad_tabber {
  padding-top: 0;
  padding-bottom: 64px;
}

.ad_tabber_contents_item_rich_text p a {
  font-weight: 900;
}


.dir-page .fw-content-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  padding-bottom: 56px;
  display: flex;
  flex-flow: row wrap;
}

.dir-page .fw-content-module ul > li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dir-page .fw-content-module ul > li > a {
  display: flex;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.dir-page .fw-content-module h3 {
  margin-bottom: 32px;
}

.dir-page .fw-content-module ul > li > a > span:first-child {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  margin-top: 5px;
  margin-right: 10px;
}

.dir-page .fw-content-module ul > li > a > span:first-child path {
  transition: fill 0.3s ease 0s;
  fill: rgb(80, 136, 253);
}

.dir-page .fw-content-module ul > li > a > span:last-child {
  transition: color 0.3s ease 0s;
  font-weight: 600;
}

.dir-page .fw-content-module ul > li > a:hover {
  color: rgb(253, 133, 80);
}

.dir-page .fw-content-module ul > li > a:hover > span:first-child path {
  fill: rgb(253, 133, 80);
}

.dir-page .fw-content-module ul > li > a:hover > span:last-child {
  color: rgb(253, 133, 80);
}
.dir-page .fw-content-module h5 {
  margin-bottom: 12px;
}

.dir-page .fw-content-module ul ul {
  padding: 0;
}

.dir-page .fw-content-module .h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.dir-page .fw-content-module .h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}
.dir-page .cta__Wrapper-sc .cta__Content-sc {
  max-width: 770px;
  margin: 0 auto;
  position: static;
}

.dir-page .cta__Wrapper-sc .cta__Content-sc h2 {
  max-width: 100%;
}
.dir-page .cta__Wrapper-sc .cta__Content-sc h2 em {
  color: #fd8550;
  font-style: normal;
}
.dir-page .cta__Wrapper-sc .cta__Oval-sc {
  display: none;
}
.dir-page .cta__Wrapper-sc {
  padding: 165px 0px;
  z-index: 99;
  position: relative;
}
.rap-page .two-col_sidebar-inner {
  top: 100px;
}

.rap-page .two-col_sidebar {
  max-width: 485px;
}
@media (max-width: 767px) {
  .rap-page .two-col_sidebar {
    display: none;
  }
}
.rap-page ul[data-checklist] {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px 80px;
  list-style: none;
  margin-bottom: 32px;
}
.rap-page ul[data-checklist] li {
  font-size: 16px;
  line-height: 24px;
  color: rgb(117, 117, 117);
  min-height: 32px;
}
.ht-page .ad_tabber .boxed-content-container {
  padding: 16px 16px 0px 0px;
  position: relative;
}

.ht-page .ad_tabber .boxed-content-container .boxed-color-box .icon-wrapper svg {
  left: 44px;
  top: unset;
}
.ht-page .start-busi-ad-container {
  margin-bottom: 0;
}

.Business-two-col-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 64px;
  padding-bottom: 164px;  
}

.Business-two-col-section .two-col_sidebar {
  max-width: 485px;
}

.Business-two-col-section  .two-col_main-section {
  max-width: 670px;
}

.Business-two-col-section .two-col_sidebar .two-col_sidebar-inner {
  top: 100px;
}

.Business-two-col-section .two-col_sidebar .two-col_sidebar-inner .hs_cos_wrapper_type_linked_image {
  position: static;
}

.Business-two-col-section .two-col_sidebar .two-col_sidebar-inner .widget-type-linked_image {
  position: static;
  height: auto;
  width: calc(100% - 45px) !important;
}
.Business-two-col-section .content-with-top-icon p {
  font-size: 20px;
  line-height: 32px;
}

.Business-two-col-section .content-with-top-icon h4 {
  margin-bottom: 32px;
}
.Rules-Establishment-container .featured-card-container .content h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.Rules-Establishment-container .featured-card-container .content p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
}

.Rules-Establishment-container .featured-card-container .content p:last-child {
  margin-bottom: 0;
}


.Rules_sidebar-two-col-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 164px;  
}
.Rules_sidebar-two-col-section .two-col_sidebar {
  max-width: 485px;
}

.Rules_sidebar-two-col-section  .two-col_main-section {
  max-width: 670px;
}

.Rules_sidebar-two-col-section .two-col_sidebar .two-col_sidebar-inner {
  top: 100px;
}

.Rules_sidebar-two-col-section .two-col_sidebar .two-col_sidebar-inner .hs_cos_wrapper_type_linked_image {
  position: static;
}

.Rules_sidebar-two-col-section .two-col_sidebar .two-col_sidebar-inner .widget-type-linked_image {
  position: static;
  height: auto;
  width: calc(100% - 45px) !important;
}
.Rules_sidebar-two-col-section ul[data-checklist] {
  display: flex;
  flex-wrap: wrap;
}

.Rules_sidebar-two-col-section ul[data-checklist] li {
  width: 50%;
  color: rgb(78, 78, 78);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
} 


@media (max-width:991px) and (min-width:768px){
  .res-page .popup-video-container {
    max-width: 770px;
  }
/*   .homepage-layout .get-started-banner .rocket__Content, 
  .res-page .get-started-banner .rocket__Content, 
  .llc-page .get-started-banner .rocket__Content,
  .corp-page .get-started-banner .rocket__Content 
  .product-page .get-started-banner .rocket__Content */
  .body-container-wrapper .get-started-banner .rocket__Content {
    padding-left: 72px;
  }
  .res-page .get-started-banner .rocket__Curve {
    display: block;
  }
  
/*   .homepage-layout .get-started-banner .rocket__RocketWrapper,
  .res-page .get-started-banner .rocket__RocketWrapper,
  .llc-page .get-started-banner .rocket__RocketWrapper,
  .corp-page .get-started-banner .rocket__RocketWrapper,
  .product-page .get-started-banner .rocket__RocketWrapper */
  .body-container-wrapper .get-started-banner .rocket__RocketWrapper {
    left: 63%;
  }
}
@media (min-width: 991px){
  .res-page .two-col_sidebar {
    display: flex;
  }
  .res-page .get-started-banner .rocket__Moon {
    display: block;
    top: 190px;
    right: 190px;
    left: unset;
  }
  .dir-page .fw-content-module ul > li {
    width: 50%;
  }
}
@media (min-width: 992px){
  .res-page .pages-bottom-section .dnd-section{
    padding-top: 88px;
    padding-bottom: 104px;
  }
  .res-page .two-col-section {
    padding-bottom: 104px;
  }
  .res-page .fw-content-module {
    margin-bottom: 80px;
  }
  .dir-page .fw-content-module ul > li {
    width: calc(33.3333%);
  }
  .ht-page .banner .banner-content-container p {
    max-width: 700px;
  }
}
@media (min-width: 1200px){

  .rap-page ul[data-checklist] {
    grid-template-columns: repeat(2, 286px);
  }
}
@media (max-width:767px){
  .res-page .fw-content-module .fw-content-inner {
    max-width: 568px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .res-page .popup-video-container {
    max-width: 538px;
  }

  .res-page .get-started-banner .rocket__Content {
    margin-top: 299px;
    position: relative;
  }

  .res-page .get-started-banner .rocket__Oval {
    bottom: unset;
    top: 20%;
  }

  .res-page .get-started-banner .rocket__Curve {
    display: block;
  }

  .res-page .get-started-banner .rocket__RocketWrapper {
    left: 90%;
  }

  .res-page .get-started-banner .rocket__Content {
    padding-left: 0;
  }
}

@media (max-width:575px){
  .res-page .button-module .button-module-item:not(:first-child) {
    margin-bottom: 16px;
  }
  .res-page .button-module .button-module-item:not(:first-child) {
    padding-bottom: 16px;
  }
  .res-page .button-module .button-module-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .Rules_sidebar-two-col-section ul[data-checklist] li {
    width:100%;
  }
}

ul[data-two-col] {
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 40px 0px;
}
ul[data-two-col] > li {
  display: flex;
  padding-left: 40px;
  position: relative;
  width: 100%;
}
ul[data-two-col] > li p {
  max-width: 100%;
}
@media (min-width: 400px) {
  ul[data-two-col] {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  ul[data-two-col] > li {
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  ul[data-two-col] {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

/* rp css ends */

/* ama css starts */

.business-name-generator-page .pros-and-cons:before{
  display:none; 
}


.business-name-generator-page .pros-and-cons-adventageswrapper {
  margin-top: 0 !important;
}

.business-name-generator-page .pros-and-cons {
  padding: 0;
}

.business-name-generator-page .pros-and-cons .page-center.gXufQj {
  max-width: 970px;
  padding: 0;
}

.business-name-generator-page .pros-and-cons .adventages-box {
  padding: 48px 40px 40px;
  text-align: left;
  align-items: flex-start;
}

.business-name-generator-page .pros-and-cons .adventages-box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.business-name-generator-page .pros-and-cons .adventages-wrapper {
  margin-bottom: 54px;
}

.business-name-generator-page .pros-and-cons .adventages-box svg {
  height: 20px;
  width: 20px;
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 0;
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}

.business-name-generator-page .pros-and-cons span.adventages-circle {
  box-shadow: rgb(177 190 222 / 50%) 0px 24px 32px 0px !important;
}

.business-name-generator-page .mid_sec .dnd-section {
  padding: 30px 0px;
}


.business-name-generator-page .two-col-section {
  padding-bottom: 30px;
  z-index: 50;
}
.business-name-generator-page .two-col_sidebar-inner {
  top: 100px;
}


main.business-name-generator-page .what-is-boxes-wrapper .box .icon {
  margin: 0px auto 60px;
}
main.business-name-generator-page .what-is-boxes-wrapper .box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
main.business-name-generator-page .what-is-boxes-wrapper .box h3 {
  text-align: left;
  margin-bottom: 16px;
}
main.business-name-generator-page .what-is-boxes-wrapper .box p {
  text-align: left;
}

.contact-page > .top_sec {
  padding: 64px 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 4%, rgb(254, 246, 237) 99%);
}


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

.contact-page .form_sec .dnd-section {
  padding: 64px 0px;
}

.contact-page .hs_cos_wrapper_type_form {
  max-width: 706px;
  display: block;
  margin: 0 auto;
}

.contact-page form fieldset {
  max-width: 100%;
}

.contact-page form fieldset.form-columns-2:nth-child(1) .field {
  margin-bottom: 32px;
}

.contact-page form fieldset.form-columns-2 .field {
  padding-right: 15px;
}

.contact-page form fieldset.form-columns-2 .field:last-child {
  padding-right: 0;
  padding-left: 15px;
}

.contact-page form fieldset.form-columns-2 .field .input {
  margin-right: 0;
}

.contact-page form fieldset .field {
  margin-bottom: 16px;
}

.contact-page form .field .input {
  margin-right: 0;
}

.contact-page form .actions {
  margin-top: 43px;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.contact-page form fieldset.form-columns-1 .field {
  margin-bottom: 0;
}

.contact-page form .actions input.hs-button {
  margin: 0;
}


/*---- media queries----*/
/*---- media queries----*/

@media(min-width:992px){
  .business-name-generator-page .mid_sec .dnd-section {
    padding: 100px 0px;
  } 

  .business-name-generator-page .two-col-section {
    padding-bottom: 100px;
  }

  .contact-page .banner {
    height: 75vh;
    min-height: 0;
  }

  .contact-page > .top_sec {
    padding: 176px 0px 120px;
  }

  .contact-page .form_sec .dnd-section {
    padding: 104px 0px 96px;
  }

}

@media(min-width:1200px){
  .business-name-generator-page .two-col_sidebar {
    max-width: 485px;
  }
}

@media(max-width:1199px){
  .business-name-generator-page .two-col_sidebar {
    max-width: 44%;
  }

  .business-name-generator-page .two-col_main-section {
    max-width: 56%;
  } 

  main.corporation-filing-page .row-fluid .span12 {
    width: 100%;
  }
}


@media(max-width:991px){
  .business-name-generator-page .two-col-section {
    padding-top: 30px;
  }

  .contact-page .banner-content-container p {
    text-align: center !important;
  }

  .contact-page  .featured-card-container .content {
    padding: 24px 24px 0px;
  }

  .beqd-page .cm-beq-banner {
    padding: 140px 0 220px;
  }
}

@media(max-width:991px) and (min-width:768px){
  .business-name-generator-page .pros-and-cons .pros-and-cons-adventageswrapper {
    grid-template-columns: 1fr 1fr;
  } 
}

@media(max-width:767px){

  .business-name-generator-page .two-col_sidebar {
    max-width: 100%;
  }

  .business-name-generator-page .two-col_main-section {
    max-width: 100%;
  }

  .contact-page form fieldset.form-columns-2 .field {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  a.btn-module-popup-close {
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56px !important;
    width: 100%;
    margin-left: 0 !important;
  }

  .start-business-details-page .ad_tabber .ad_tabber_contents {
    position: relative;
  }

}

@media(max-width:560px){
  .contact-page form .actions input.hs-button {
    width: 100%;
  } 
}


@media(max-width:469px){
  .compareFill_wrap .states-table__Tooltip ul>li {
    width: 100%;
  }
}

/* ama css ends */

.quiz-iframe-layout {
  margin: 0 !important;
}
.contact-page .hs-button {
  margin: 0;
}

form .hs-fieldtype-select .input {
  position: relative;
}
form .hs-fieldtype-select .input:after {
  border: solid #4e4e4e;
  border-width: 0 2px 2px 0;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 18px;
}

.content-with-top-shadow-dnd.dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module {
  position: static;
}
.nb-page .start-busi-ad-container {
  z-index: 5;
}
.nb-page .ad_tabber .progress_bar_content {
  box-shadow: none;
}

.nb-page .ad_tabber_contents_item_content_with_icon {
  margin-bottom: 30px;
}

.banner-section.business-name-generator-page {
  position: relative;
  z-index: 9;
}

.abs-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tax-calc-page .two-col-section {
  margin-bottom: 120px;
}

.submit-with-icon .actions {
  display: inline-block;
  position: relative;
  margin-top: 16px;
}
.submit-with-icon .hs_submit {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.submit-with-icon .actions .ghTmmo svg {
  transform: none;
}
.submit-with-icon .actions .ghTmmo path {
  fill: #ffffff;
}
.submit-with-icon .actions:hover .ghTmmo path {
  fill: #fd8550;
}
.submit-with-icon input.hs-button.primary.large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
}
.submit-with-icon .actions:hover .ghTmmo svg {
  transform: translateX(3px);
}

.fEFAwq .range::-webkit-slider-thumb,.eaoENC .range::-webkit-slider-thumb {
  background-image: url('//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/div_image.svg');
    }
.tax-calc-page .two-col_sidebar {
  max-width: 485px;
}
.tax-calc-page .two-col_sidebar-inner {
  top: 100px;
}

@media (min-width: 768px) {
  .nb-page .ad_tabber_type_bookmarks .two-col_main-section {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .xs-btn-fluid {
    width: 100%;
  }
  .submit-with-icon .actions {
    display: block;
    width: 100%
  }
  .submit-with-icon input.hs-button.primary.large {
    width: 100%;
  }
}



/* select form styles */
.select-form-styles .hs-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  column-gap: 30px;
  padding-top: 80px;
  padding-bottom: 0;
  width: 100%;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas:
    "state industry"
    "submit submit"
    "error error";
}
.select-form-styles .hs-form .hs-form-field:nth-child(1) {
  grid-area: state;
}
.select-form-styles .hs-form .hs-form-field:nth-child(2) {
  grid-area: industry;
}
.select-form-styles .hs-form .hs_submit.hs-submit {
  grid-area: submit;
}
.select-form-styles .hs-form .hs_error_rollup {
  grid-area: error;
}
.select-form-styles .hs-form > .hs-form-field {
  border-radius: 5px;
  padding: 16px 16px 56px;
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  max-width: 470px;
  justify-self: center;
}
.select-form-styles .hs-form > .hs-form-field > label {
  padding: 24px 0px 0px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: rgb(29, 29, 29);
  width: 100%;
  max-width: 670px;
}
.select-form-styles .hs-form > .hs-form-field > .input {
  max-width: 304px;
  margin: 0px auto;
  width: 100%;
  position: relative;
}
.select-form-styles .hs-form .hs-form-field:before {
  content: '';
  background-image: url('//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/your-state-7282.png');
    width: 96px;
    height: 128px;
    background-size: contain;
    background-position: center center;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }
.select-form-styles .hs-form .hs-form-field:after {
  background-color: #f2f6ff;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(128px - 0px);
  border-radius: 35px 5px 5px;
}
.SalesTaxCalc .hs-form .hs_total_revenue_from_sales:before,
.select-form-styles .hs-form .hs_your_industry:before {
  background-image: url('//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/forming-a-corporation-3478.png');
    }
.blsearchtool-wrapper .hs-form .hs_entity_type:before {
  background-image: url('//3787982.fs1.hubspotusercontent-na1.net/hubfs/3787982/raw_assets/public/Incfile_February_2021/images/lcsn-4343.png');  
    }
.select-form-styles .hs-form > .hs-form-field > label span.hs-form-required {
  display: none;
}
.select-form-styles .hs-form .hs-form-field:nth-child(2):after {
  border-radius: 5px 35px 5px 5px;
}
.SalesTaxCalc .hs-form .hs_total_revenue_from_sales:after,
.select-form-styles .hs-form .hs_your_industry:after {
  background-color: #fef6ed;
}
.select-form-styles .hs-form .actions {
  margin-top: 0;
}
.select-form-styles .hs-form .hs-error-msgs label {
  text-align: center;
}
.select-form-styles .submitted-message {
  text-align: center;
}
/* Placeholder Text */
.select-form-styles .hs-input::-webkit-input-placeholder {
  color: #757575;
} /* Webkit Browsers */
.select-form-styles .hs-input:-moz-placeholder {
  color: #757575;
} /* Firefox 18- */
.select-form-styles .hs-input::-moz-placeholder {
  color: #757575;
} /* Firefox 19+ */
.select-form-styles .hs-input:-ms-input-placeholder {
  color: #757575;
} /* IE10 */
.select-form-styles .hs-form select.hs-input {
  padding: 12px 32px 12px 24px;
}
@media (min-width: 769px) {
  .select-form-styles .hs-form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .select-form-styles .hs-form .hs-form-field:nth-child(1) {
    border-radius: 50px 5px 5px 50px;
  }
  .select-form-styles .hs-form .hs-form-field:nth-child(2) {
    border-radius: 5px 50px 50px 5px;
  }
}
@media (min-width: 970px) {
  .select-form-styles .hs-form {
    width: 970px;
    margin: 0px auto;
  }
}
@media (max-width: 767px) {
  .select-form-styles .hs-form {
    display: block;
  }
  .select-form-styles .hs-form > .hs-form-field {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .select-form-styles .hs-form .hs-form-field:nth-child(2):after,
  .select-form-styles .hs-form .hs-form-field:after {
    border-radius: 5px;
  }
  .select-form-styles .hs-form .hs_submit.hs-submit {
    padding-top: 18px;
  }
}

.res-page .two-col_sidebar-inner img.hs-image-widget {
  display: block;
}

table[data-table-gap-new] tr td:first-child {
  border: none;
  max-width: 270px !important;
}
table[data-table-gap-new] {
  margin-bottom: 47px;
}
table[data-table-gap-new] tr td:last-child {
  max-width: 330px;
}
table[data-table-gap-new] tr td {
  align-items: flex-start;
  padding: 0;
}
table[data-table-gap-new] tr {
  padding: 24px 40px 24px 24px;
}
@media (max-width:991px){
  table[data-table-gap-new] {
    min-width: 0;
  }
  table[data-table-gap-new] tbody tr {
    display: block;
  }
  table[data-table-gap-new] tr td:first-child{
    padding-bottom: 16px;
  }
  .bbc-section .dnd-column {
    width: 100%;
    float: none;
    clear: both;
  }
}

.two-col-section.edit-page .oval__Wrapper-sc {
  display: none;
}

.annual-report-layout .pages-bottom-section {
  overflow: hidden;
}

.contact-page ul.no-list.hs-error-msgs label {
  text-align: right;
}
.contact-page form fieldset.form-columns-1:not(:last-of-type) {
  margin-bottom: 16px;
}

.res-page .pages-Business-section .feat_sec .left {
  width: 60%;
  max-width: 100%;
}
.res-page .pages-Business-section .feat_sec .right_img {
  width: 100%;
  max-width: 334px;
}
.res-page .pages-Business-section .feat_sec .left .content p {
  max-width: 400px;
  margin: 0;
  line-height: 1.55;
  padding-bottom: 40px;
}
.res-page .pages-Business-section .feat_sec .left .content h2 {
  padding-bottom: 40px;
  max-width: 400px;
  margin: 0;
}
.contact-page .form-section .tool-main-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-page .form-section .tool-main-container .heading-center__Wrapper {
  margin-bottom: 80px;
}

a.after-submit-close {
  display: none !important;
  width: 142px !important;
}
.submitted-message + a.after-submit-close {
  display: block !important;
  margin-bottom: 0;
  margin-top: 56px;
}

.submitted-message h2 {
  font-size: 24px;
  text-align: center;
}
.submitted-message p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .res-page .pages-Business-section .feat_sec .btn_wrapr .btn-item {
    margin-top: 24px;
  }
  .res-page .pages-Business-section .feat_sec .btn_wrapr .btn-item.bt_1 {
    margin-right: 24px;
  }
}

@media (min-width: 769px) {
  .contact-page .form-section .tool-main-container {
    padding-top: 104px;
    padding-bottom: 80px;
  }  
}

@media (max-width: 991px) {
  .manage-your-company-layout .feat_sec .left,
  .res-page .pages-Business-section .feat_sec .left {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .res-page .pages-Business-section .feat_sec .right_img,
  .manage-your-company-layout .feat_sec .right_img {
    margin: 0 auto 24px;
    order: 1;
  }
  .res-page .pages-Business-section .feat_sec .left .content h2,
  .res-page .pages-Business-section .feat_sec .left .content p {
    margin: 0 auto;
    max-width: 100%;
  }
  .manage-your-company-layout .feat_sec .btn_wrapr,
  .res-page .pages-Business-section .feat_sec .btn_wrapr {
    justify-content: center;
  }
  .manage-your-company-layout .feat_sec .page-center > .inner,
  .res-page .pages-Business-section .feat_sec .page-center > .inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .res-page .pages-Business-section .feat_sec a.hs-button .button-arrow,
  .manage-your-company-layout .feat_sec a.hs-button .button-arrow {
    display: none;
  }
}

.content__Button,
.content__Button:visited {
  display: inline-block;
  height: auto;
  width: 100%;
  background-color: rgb(253, 133, 80);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: sans-serif;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 10px 38px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.content__Button.content__Button--48,
.content__Button.content__Button--48:visited {
  padding: 14px 42px;
}

.content__Button.content__fyl {
  font-weight: 600 !important;
}

.content__Button .arrow1,
.content__Button:visited .arrow1 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 16px !important;
  width: 16px !important;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.content__Button .arrow2,
.content__Button:visited .arrow2{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 16px !important;
  width: 16px !important;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.content__Button:hover,
.content__Button:focus,
.content__Button:active {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}

.content__Button:hover .arrow1,
.content__Button:focus .arrow1,
.content__Button:active .arrow1 {
  opacity: 0;
  transform: translate(3px, -50%);
}

.content__Button:hover .arrow2,
.content__Button:focus .arrow2,
.content__Button:active .arrow2 {
  opacity: 1;
  transform: translate(3px, -50%);
}

@media (min-width: 576px) {
  .content__Button {
    width: auto;
    white-space: nowrap;
    margin-right: auto;
  }
}

body table.taxes-c-corp-table tr {
  grid-template-columns: 1fr 133px;
}

@media (min-width: 768px) and (max-width: 991px) {
  body table.taxes-nonprofit-table tr {
    grid-template-columns: 1fr 110px 110px;
  }
}

.start-business-details-page .bottom_area-row-10-force-full-width-section.bottom_area-row-10-margin .row-fluid,
.start-business-details-page .bottom_area-row-16-force-full-width-section.bottom_area-row-16-margin .row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.start-business-details-page .bottom_area-row-10-force-full-width-section.bottom_area-row-10-margin .row-fluid .rocket__Content>div,
.start-business-details-page .bottom_area-row-16-force-full-width-section.bottom_area-row-16-margin .row-fluid .rocket__Content>div {
  max-width: 600px;
}
.start-business-details-page .conclusion__Conclusion-group {
  z-index: 9;
}

.form-layout-top-sections-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.33%, #F2F6FF 100%);
  padding: 40px 15px;
}

@media (min-width: 769px) {
  .form-layout-top-sections-wrapper {
    padding: 100px 15px;
  }
}

.form-layout-top-sections-wrapper .widget-type-form {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-width: 570px;
  padding: 48px 40px;
  margin: 32px auto 0;
  box-shadow: 0px 24px 32px rgba(236, 236, 236, 0.5);
}

.form-layout-top-sections-wrapper .widget-type-form h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.form-layout-top-sections-wrapper form a {
  margin: 14px auto 0;
}

.cards-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 91px);
  padding-top: 80px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.33%, rgba(242, 248, 243, 0.6) 100%);
}

.cards-section.yellow {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 4.33%, rgba(254, 247, 224, 0.6) 100%);
}

.cards-section #blue-oval {
  position: absolute;
  max-height: 640px;
  max-width: 640px;
  top: 80px;
  right: 0;
}

.cards-section #green-oval {
  position: absolute;
  max-height: 400px;
  max-width: 400px;
  left: 0;
  bottom: 0;
}

/* .cards-section .featured-card-container .content {
 height: 200px;
} */

.cards-section .featured-card-container .content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.cards-section .featured-card-container .content h3,
.cards-section .featured-card-container .content p {
 text-align: center; 
}

.cards-section .featured-card-container .button-orange {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-color: rgb(253, 133, 80);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-family: MarkPro;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 14px 42px;
  margin: 0px auto;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.cards-section .featured-card-container .button-orange:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}

.cards-section .featured-card-container .button-orange .button__Arrow {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease 0s;
}
.cards-section .featured-card-container .button-orange .button__Arrow svg {
  position: static;
}

.cards-section .featured-card-container .button-orange .button__Arrow svg path {
  fill: rgb(255, 255, 255);
}

.cards-section .featured-card-container .button-orange:hover .button__Arrow {
  transform: translate(3px, -50%);
}

.cards-section .featured-card-container .button-orange:hover .button__Arrow svg path {
  fill: rgb(253, 133, 80);
}

.cards-section form {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-width: 570px;
  padding: 48px 40px;
  margin: 32px auto 0;
  box-shadow: 0px 24px 32px rgb(236 236 236 / 50%);
}

@media (max-width: 769px) {
  .cards-section .row-depth-1 .row-number-3, 
  .cards-section .row-depth-1 .row-number-5, 
  .cards-section .row-depth-1 .row-number-6 {
   margin: 0 -15px; 
  }
  
  .cards-section .cards-area .featured-card-container {
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .start-business-details-page .two-col-section-inner {
      flex-direction: column !important;
    }
    .start-business-details-page .two-col_sidebar {
      max-width: unset;
    }
    .start-business-details-page .two-col_main-section {
      max-width: unset;
    }
    .start-business-details-page .conclusion__ConclusionWrapper .conclusion__ImageBox {
      display: none;
    }
    .banner-section.start-business-details-banner .banner .banner-content {
      max-width: 568px !important;
    }
  .footer .page-center {
    max-width: 567.9999996px !important;
  }
}

.quotebox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f2f6ff;
  padding: 80px 32px;
  margin: 64px 0;
}

.quotebox-wrapper__content {
  width: 100%;
  max-width: 770px;
  position: relative;
}

.quotebox-wrapper__quote-mark {
  display: none;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: absolute;
  top: 8px;
  left: -104px;
}

.quotebox-wrapper__text {
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

@media (min-width: 576px) {
  .quotebox-wrapper__quote-mark {
    display: block;
  }
}

.incspiration-content {
  max-width: 770px; 
  margin: 0 auto;
  position: relative;
}

.incspiration-content h2 {
  position: relative;
  font-size: 32px;
  line-height: 40px;
}

.incspiration-content p {
  color: #1D1D1D;
  font-size: 20px;
  line-height: 32px;
}

.incspiration-content svg path {
  fill: #5089FD;
}

.incspiration-content svg {
  width: 100%;
  max-height: 25px;
  max-width: 29px;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: -40px;
}

.incspiration-content__list {
  list-style: none;
  margin-bottom: 0;
}

.incspiration-content__list-item {
  display: flex;
  align-items: center;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.incspiration-content__list-item:not(:last-child) {
  margin-bottom: 24px;
}

a[href]:not([tabindex='-1']):focus, area[href]:not([tabindex='-1']):focus, input:not([disabled]):not([tabindex='-1']):focus, select:not([disabled]):not([tabindex='-1']):focus, textarea:not([disabled]):not([tabindex='-1']):focus, button:not([disabled]):not([tabindex='-1']):focus, iframe:not([tabindex='-1']):focus, [tabindex]:not([tabindex='-1']):focus, [contentEditable=true]:not([tabindex='-1']):focus 
{
  outline: #1256BF solid 2px;
  outline-offset: 5px;
}

.incspiration-content__list-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: #5089FD;
  border-radius: 50%;
  font-family: IncFile,sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 32px;
}

.learn-about-business-owner__title {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}

.incspiration-about-layout .popup-video-container {
  border: 16px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  filter: drop-shadow(0px 24px 32px rgba(236, 236, 236, 0.502021));
}

.incspiration-about-layout .popup-video-container .video-button {
 border: 4px solid #fff; 
}

.incspiration-about-layout .incspiration-images {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto;
}

.incspiration-about-layout .incspiration-images .incspiration-single-image {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .incspiration-about-layout .incspiration-images.two-images {
    grid-template-columns: repeat(2, 1fr);
    max-width: 970px;
  }

  .incspiration-about-layout .incspiration-images.three-images {
    grid-template-columns: repeat(3, 1fr);
  }
}

.incspiration-about-layout .incspiration-single-image span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4E4E4E;
  margin-top: 24px;  
}
.product-page .breadcrumb, .library-page .breadcrumb {
  padding: 0;
}
@media (max-width: 991px) {
  .custom-menu-primary-inner .hs-menu-wrapper > ul > li > a {
    align-items: center;
    height: 100%;
    color: #1e1e1e;
    text-decoration: none;
    padding-right: 10px;
    cursor: default;
    justify-content: space-between;
    height: 50px;
    display: inline-flex;
  }
}

@media (max-width: 575px) {
  .header-right-links div#hs_cos_wrapper_telephone_detail {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .header-right-links div#hs_cos_wrapper_login {
    width: 100%;
    max-width: 100%;
    margin: 24px 0px 12px;
  }
}

.new-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 0px;
  z-index: 9999;
  padding: 0 15px;
}

@media (min-width: 1260px) {
  .new-header {
    padding: 0 40px;
  }
}

.new-header ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0;
}

.new-header a {
  display: flex;
  white-space: nowrap;
}

.new-header a:empty {
  display: none;
}

.header--phone {
  font-size: 14px;
  line-height: 22px;
  color: #fd8550;
  font-weight: bold;
  align-items: center;
  margin-top: 2px;
  transition: none;
}

.header--phone span {
  margin-top: 1px;
  margin-left: 2px;
}

.header--phone svg {
  margin-top: -1px;
}

@media (max-width: 1199px) {
  .header--phone {
    margin-top: -1px;
    padding: 6px;
    
  }
  .header--phone span {
    display: none;
  }
}

.new-header .header-logo-container {
/*   padding: 0 40px; */
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

@media (min-width: 768px) {
  .new-header .header-logo-container {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .new-header .header-logo-container {
    padding: 0 20px 0 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}

/* @media (min-width: 1440px) {
  .new-header .header-logo-container {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
} */

@media (min-width: 992px) {
  .new-header #wrapper__main_nav {
    flex-grow: 1;
  }
}

.new-header .header-dropdown {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 80px);
  min-height: -webkit-fill-available;
  flex-grow: 1;
  -webkit-box-flex: 1;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  padding: 40px 30px;
}

@media (min-width: 992px) {
  .new-header .header-dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    height: 80px;
    min-height: auto;
    position: static;
    padding: 0px;
    background: transparent;
  }
}

.new-header .custom-menu-primary {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -webkit-box-align: center;
  height: auto;
  max-height: calc(100vh - 150px);
  position: relative;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .new-header .custom-menu-primary {
    margin: 0px auto;
    flex-grow: 1;
    -webkit-box-flex: 1;
    height: 100%;
    max-width: 1170px;
    overflow-y: visible;
  }
}

.new-header .custom-menu-primary-inner {
  width: 100%;
}

@media (min-width: 992px) {
  .new-header .hs-menu-wrapper {
    display: flex;
  }
}

.new-header .hs-menu-wrapper > ul {
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  list-style: none;
}

@media (min-width: 992px) {
  .new-header .hs-menu-wrapper > ul {
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto 0 0;
  }
}

@media (min-width: 1260px) {
  .new-header .hs-menu-wrapper > ul {
    margin: 0 auto;
  }
}

.new-header .hs-menu-depth-1 {
  display: block;
  justify-content: space-between;
  align-items: center;
  height: auto;
  position: relative;
  margin-right: 0;
}

.new-header .hs-menu-depth-1::before {
  content: "";
  height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: width 0.3s ease;
}

@media (min-width: 992px) {
  .new-header .hs-menu-depth-1 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-right: 14px;
    margin-right: 1.4vw;
    margin-right: 32px;
  }
  .new-header .hs-menu-depth-1:nth-child(4) > ul {
    left: -115px;
    left: calc(100vw - 1168px);
  }
  .new-header .hs-menu-depth-1:last-child {
    margin-right: 0;
  }
  .new-header .hs-menu-depth-1:hover > ul {
    max-height: 4000px;
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
  }
  .new-header .hs-menu-depth-1:hover::before {
    width: 100%;
    background-color: #fd8550;
  }
}

@media (min-width: 1200px) {
/*   .new-header .hs-menu-depth-1 {
    margin-right: 20px;
  } */
  .new-header .hs-menu-depth-1:nth-child(4) > ul {
    left: 0;
  }
}

/* @media (min-width: 1280px) {
  .new-header .hs-menu-depth-1 {
    margin-right: 26px;
  }
}

@media (min-width: 1440px) {
  .new-header .hs-menu-depth-1 {
    margin-right: 32px;
  }
} */

.new-header .hs-menu-depth-1 > a {
  align-items: center;
  -webkit-box-align: center;
  justify-content: space-between;
  height: 50px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: default;
  white-space: normal;
  cursor: pointer;
  transition: none;
}

@media (min-width: 992px) {
  .new-header .hs-menu-depth-1 > a {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  .new-header .hs-menu-depth-1 > a {
    padding-right: 10px;
  }
}

.new-header .hs-menu-depth-1 .child-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.new-header .hs-menu-depth-1 .child-trigger svg {
  margin-top: 6px;
  pointer-events: none;
}

.new-header .hs-menu-depth-1 .child-trigger svg path {
  fill: #4e4e4e;
}

@media (min-width: 992px) {
  .new-header .hs-menu-depth-1 .child-trigger {
    display: none;
  }
}

@media (min-width: 1100px) {
  .new-header .hs-menu-depth-1 .child-trigger {
    display: flex;
    align-items: center;
    position: relative;
    top: -3px;
    width: auto;
    height: auto;
  }
}

.new-header .hs-menu-depth-1 > ul {
  display: none;
  box-shadow: none;
  overflow: hidden;
  grid-template-columns: auto auto;
  max-height: 4000px;
  position: static;
  top: 0;
  left: 0;
  background: #fff;
  padding: 24px 0px 24px 15px;
  transition: max-height 0.8s ease 0s;
  z-index: 0;
}

@media (min-width: 992px) {
  .new-header .hs-menu-depth-1 > ul {
    display: grid;
    grid-template-columns: auto auto;
    max-height: 0px;
    box-shadow: 0 40px 80px 0 rgba(171, 171, 171, 0.5);
    position: absolute;
    top: 100%;
    padding: 0px;
    transition: none;
    z-index: -1;
  }
}

.new-header .hs-menu-depth-2 > ul {
  flex-direction: column;
}

@media (max-width: 991px) {
  .new-header .hs-menu-depth-2 a {
    white-space: normal;
  }
}

.new-header .hs-menu-depth-3 > a {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 24px;
}

.new-header .hs-menu-depth-3 > a::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.805.703L5.8.707a1 1 0 00-.003 1.416l2.379 2.379H.998a.998.998 0 000 1.996h7.179L5.798 8.877a1 1 0 00.003 1.416l.004.004a1 1 0 001.412-.003l4.078-4.088a1 1 0 000-1.412L7.217.706A1 1 0 005.805.703z' fill='%23fd8550' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 24px;
  height: 100%;
  transition: opacity 0.5s ease;
}

.new-header .hs-menu-depth-3 > a:hover {
  color: #fd8550;
}

.new-header .hs-menu-depth-3 > ul {
  flex-direction: column;
  flex-wrap: nowrap;
  border-top: 1px solid #f5f5f5;
}

@media (min-width: 992px) {
  .new-header .hs-menu-depth-3 > ul {
    flex-direction: row;
  }
}

.new-header .hs-menu-depth-4:not(:last-child) {
  margin-right: 34px;
}

@media (min-width: 1200px) {
  .new-header .hs-menu-depth-4 > a {
    font-size: 14px;
    line-height: 22px;
  }
}

.new-header .hs-menu-depth-4 a {
  align-items: center;
  height: 100%;
  color: #1e1e1e;
  text-decoration: none;
  padding-right: 10px;
  min-width: 150px;
  color: #1e1e1e;
}

.new-header .hs-menu-depth-4 a:hover {
  color: #fd8550;
}

.new-header .hs-menu-depth-4 > ul {
  flex-direction: column;
}

.new-header .hs-menu-depth-5 > a {
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}

@media (min-width: 991px) {
  .new-header .hs-menu-depth-5:first-child a {
    margin-top: 24px;
  }
}

.new-header .hs-menu-children-wrapper {
  flex-wrap: wrap;
}

.new-header .header-right-links {
  display: block;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 576px) {
  .new-header .header-right-links {
    display: flex;
  }
}

@media (min-width: 992px) {
  .new-header .header-right-links {
    flex-direction: row;
    justify-content: flex-end;
    -webkit-box-pack: end;
    align-items: center;
    -webkit-box-align: center;
    width: auto;
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .new-header .login-btn {
    margin: 0px 16px 0px auto;
  }
}

@media (min-width: 992px) {
  .new-header .login-btn {
    margin: 0px 16px 0px auto;
  }
}

.new-header .login-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  background-color: #fd8550;
  border: 2px solid #fd8550;
  border-radius: 50px;
  color: #fff;
  font-family: MarkPro, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  padding: 6px 14px;
  margin: 0;
}

.new-header .login-btn a:hover {
  background-color: #fff;
  color: #fd8550;
}

@media (min-width: 576px) {
  .new-header .login-btn a {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .new-header .login-btn a {
    border: 0;
    color: #1e1e1e;
    background-color: transparent;
    font-family: Avenir, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 8px;
  }
}

@media (min-width: 1200px) {
  .new-header .login-btn a {
    padding: 6px 24px;
  }
}

.new-header .incorporate-btn a {
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  font-family: MarkPro, sans-serif;
  color: #fd8550;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fd8550;
  border-radius: 50px;
  position: relative;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  padding: 6px 16px;
}

.new-header .incorporate-btn a:hover {
  background-color: #fd8550;
  color: #fff;
  background-color: #fd8550;
  color: #fff;
  border-color: #fd8550;
}

@media (min-width: 992px) {
  .new-header .incorporate-btn a {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 24px;
  }
}

.new-header .mobile-trigger {
  display: block;
  height: 20px;
  width: 24px;
  position: relative;
/*   margin: 0 40px; */
  cursor: pointer;
}

@media (min-width: 768px) {
  .new-header .mobile-trigger {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .new-header .mobile-trigger {
    display: none;
  }
}

.new-header .mobile-trigger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0px;
  transform-origin: center center;
  transition: transform 0.3s ease 0s;
}

.new-header .mobile-trigger span:nth-child(1) {
  top: 0px;
  transform: rotate(0);
}

.new-header .mobile-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.new-header .mobile-trigger span:nth-child(3) {
  bottom: 0px;
  transform: rotate(0);
}

@media (max-width: 991px) {
  .mobile-open .header-dropdown {
    display: flex;
    background-color: #fff;
  }
}

.new-header .skip-nav-link {
  position: absolute;
  top: 0;
  left: 130px;
  padding: 4px 8px 8px;
  font-size: 14px;
  line-height: 22px;
  color: white;
  background-color: rgb(253, 133, 80);
  border-radius: 0 0 12px 12px;
  transform: translateY(-120%);
  transition: transform ease-in-out .3s;
  border: none;
}

.new-header .skip-nav-link:focus {
  transform: translateY(0%);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  padding-top: 56px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

footer.footer.footer--no-padding {
  padding-top: 0;
}

.footer-bottom-container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 36px 0px;
}

.footer-bottom-container.footer-bottom-container--center {
  justify-content: center; 
}

div#hs_cos_wrapper_copyright p {
  color: rgb(79, 79, 79);
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 19px;
  max-width: 320px;
  text-align: left;
  padding: 15px 0px;
  margin: 0;
}

.footer-social-share {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  padding: 15px 0px;
}
.footyer-nav-container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.9);
  position: relative;
}
.curve__Wrapper-d3kfvs-0.euTGkD {
  display: none;
  width: 100%;
  max-height: 25px;
  max-width: 29px;
  opacity: 1;
  position: absolute;
  right: -30px;
  bottom: 150px;
  transform: translate(0px, 0px);
}
.footyer-nav-container .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footyer-nav-container .hs-menu-wrapper > ul > li {
  margin-top: 25px;
}
.footyer-nav-container .hs-menu-wrapper > ul > li > a {
  font-weight: 900;
  color: rgb(117, 117, 117);
  font-family: MarkPro;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.footyer-nav-container .hs-menu-wrapper > ul ul {
  display: none;
  list-style: none;
  margin-bottom: 32px;
}
.footyer-nav-container .hs-menu-wrapper > ul ul li {
  margin-top: 16px;
  line-height: normal;
}
.footyer-nav-container .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  color: rgb(117, 117, 117);
  font-family: Avenir;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.3s ease 0s;
}
.footer-menu-outer {
  width: 100%;
}
.footyer-nav-container .hs-menu-wrapper > ul ul li a:hover {
  color: rgb(253, 133, 80);
}

.footyer-nav-container .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.footer-top-container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer-logo {
  height: 24px;
  margin-bottom: 32px;
}
.footer-news-form {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.footer-news-form p {
  color: rgb(30, 30, 30);
  font-family: MarkPro, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
}
.footer-news-form form {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.footer-news-form form .hs-form-field {
  margin: 0;
}
.footer-news-form form .hs-form-field > label {
  display: none;
}
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]) {
  border: 1px solid rgb(233, 233, 233);
  border-radius: 24px;
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
  margin-right: 8px;
  padding: 6px 24px;
  color: rgb(30, 30, 30);
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  transition: border-color 0.3s ease 0s;
  background: transparent;
}
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio])::placeholder {
  color: rgb(117, 117, 117);
}
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]):hover,
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]):focus {
  border-color: rgb(253, 133, 80);
}
.footer-news-form form .actions {
  margin: 0;
  margin: 0px auto 0px 0px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(253, 133, 80);
  font-family: MarkPro;
  font-size: 16px;
  line-height: 24px;
}
.footer-news-form form .actions input {
  background: no-repeat;
  border: 0;
  color: rgb(253, 133, 80);
  font-family: MarkPro;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 6px 30px;
  margin: 0;
}
.footer-news-form form .actions:hover {
  background-color: rgb(253, 133, 80);
  color: rgb(255, 255, 255);
}
.footer-news-form form .actions:hover input {
  color: rgb(255, 255, 255);
}
.button-action__Arrow-sc-1lf0xj6-1.izOQfW.arrow1 {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease 0s;
}
.button-action__Arrow-sc-1lf0xj6-1.izOQfW.arrow1 path {
  fill: rgb(253, 133, 80);
}
.footer-news-form form .actions:hover path {
  fill: rgb(255, 255, 255);
}
.footer-v2__Arrow-sc-1v72vsb-7.fAXFTv {
  display: none;
  width: 12px;
  margin: 10px 0px;
}
.footer-v2__Arrow-sc-1v72vsb-7.fAXFTv path {
  fill: rgb(164, 238, 208);
}

.footer-news-form p span {
  color: rgb(117, 117, 117);
  font-family: Avenir, sans-serif;
  padding-left: 5px;
}
.footer-news-form form .hs-error-msgs {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  top: 36px;
  display: none !important;
}

.footer-news-form form {
  position: relative;
}

.footer-news-form form .hs-error-msgs label {
  text-align: left;
}

.footer-news-form form .hs_error_rollup .hs-error-msgs {
  top: 54px;
}
.footer-news-form form .actions:hover .button-action__Arrow-sc-1lf0xj6-1.izOQfW.arrow1 {
  transform: translate(3px, -50%);
}
@media (min-width: 576px){
  .footer-bottom-container {
    flex-direction: row;
  }
  .footer-news-form form .actions {
    width: auto;
    white-space: nowrap;
  }
  .footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]) {
    max-width: 300px;
  }
}
@media (min-width: 768px){
  div#hs_cos_wrapper_copyright p {
    padding: 0px;
  }
  .footer-social-share {
    padding: 0px;
  }
  .footyer-nav-container .hs-menu-wrapper > ul > li {
    margin-top: 0px;
  }
  .footer-news-form {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer-news-form form {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]) {
    min-width: 200px;
  }
  .button-action__Arrow-sc-1lf0xj6-1.izOQfW.arrow1 {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .footer-news-form p {
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]) {
    margin-bottom: 0px;
    margin-right: 15px;
    min-width: 300px;
  }
  .footer-news-form {
    justify-content: flex-start;
  }
}
@media (min-width: 992px){
  .footyer-nav-container {
    flex-direction: row;
  }
  .curve__Wrapper-d3kfvs-0.euTGkD {
    display: block;
  }
  .footyer-nav-container .hs-menu-wrapper > ul {
    flex-direction: row;
  }
  .footyer-nav-container .hs-menu-wrapper > ul > li {
    padding-right: 15px;
  }
  .footyer-nav-container .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 24px;
    pointer-events: none;
  }
  .footyer-nav-container .hs-menu-wrapper > ul ul {
    display: block;
    margin-bottom: 0px;
  }
  .footyer-nav-container .hs-menu-wrapper > ul ul li {
    margin-top: 0px;
  }
  .footyer-nav-container .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .footer-top-container {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer-logo {
    margin-bottom: 0px;
  }
  .footer-news-form p {
    margin-bottom: 0px;
  }
  .footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 246px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-v2__Arrow-sc-1v72vsb-7.fAXFTv {
    display: block;
    margin: 0px 14px;
  }
  .footer-child-trigger {
    display: none;
  }
}
@media (max-width:991px){
  .footer-child-trigger {
    position: absolute;
    right: -9px;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-align: center;
    z-index: 10;
    pointer-events: none;
  }

  .footyer-nav-container .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .footer-child-trigger span {
    pointer-events: none;
  }
  .child-open .footer-child-trigger span svg {
    transform: scale(-1);
  }
  .footyer-nav-container .hs-menu-wrapper>ul ul li {
    line-height: inherit;
  }
}
@media (max-width:767px){
  .footer-news-form form .actions {
    width: auto;
    display: inline-block;
  }

  .footer-news-form form .hs-error-msgs {
    position: static;
    margin-bottom: 10px;
  }
  div#hs_cos_wrapper_copyright p {
    max-width: 100%;
  }
}
@media (max-width:575px){

  .footer-news-form form .actions {
    display: flex;
    width: 100%;
    text-align: center;
  }
}

/* 08.06.2021 */

/*! CSS Used from: Embedded */

.idAROM {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

@media (min-width: 769px) {
	.idAROM {
		margin-top: 0px;
	}
}

@media (min-width: 992px) {
	.idAROM {
		padding-right: 15px;
	}
}

.idAROM:last-child {
	padding-right: 0px;
}

.idAROM span {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 15px;
	width: 15px;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.idAROM span {
		display: none;
	}
}

.idAROM span svg {
	transform: scale(1);
}

.EkBfz h4, .EkBfz p {
	color: rgb(117, 117, 117);
	font-family: MarkPro, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
  
}

@media (min-width: 992px) {
	.EkBfz h4, .EkBfz p {
		font-size: 12px;
		letter-spacing: 1px;
		opacity: 0.9;
		margin-bottom: 24px;
	}
}

.dwwXzJ {
	display: none;
	list-style: none;
	margin-bottom: 32px;
}

@media (max-width: 991px) {
  .idAROM.menu-open .dwwXzJ {
    display: block;
    margin-bottom: 0;
  };
}

@media (min-width: 992px) {
	.dwwXzJ {
		display: block;
		margin-bottom: 0px;
	}
}

.dwwXzJ li {
	margin-top: 16px;
}

@media (min-width: 992px) {
	.dwwXzJ li {
		margin-top: 0px;
	}
}

.dwwXzJ li a {
	text-decoration: none;
	color: rgb(117, 117, 117);
	font-family: Avenir, sans-serif;
	font-size: 18px;
	line-height: 24px;
	transition: color 0.3s ease 0s;
}

@media (min-width: 992px) {
	.dwwXzJ li a {
		font-size: 14px;
		line-height: 30px;
	}
}

.dwwXzJ li a:hover {
	color: rgb(253, 133, 80);
}

.fMYIRj {
	display: none;
	width: 100%;
	max-height: 25px;
	max-width: 29px;
	opacity: 1;
	position: absolute;
	right: -30px;
	bottom: 150px;
	transform: translate(0px, 0px);
}

@media (min-width: 992px) {
	.fMYIRj {
		display: block;
	}
}

.iHJexj {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(244, 244, 244, 0.9);
	position: relative;
}

@media (min-width: 992px) {
	.iHJexj {
		flex-direction: row;
	}
}

.reviews-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 0;
	flex-wrap: wrap;
	gap: 32px;
}

@media(min-width: 769px) {
  .reviews-row {
    flex-direction: row;
    align-items: center;
    padding: 32px 0 0;
  }
}

/* @media(min-width: 769px) {
  .reviews-row .shopper-widget {
    width: 50%; 
  }
} */

.reviews-row .shopper-widget .review-star {
  width: 100%;
  min-height: 80px;
  margin-top: 0;
}

.reviews-row .shopper-widget .review-star .review-star__wrapper {
  width: 100%;
  max-width: 307px;
  margin: 0;
}

@media(min-width: 769px) {
  .reviews-row .shopper-widget .review-star .review-star__wrapper {
    margin: 0 auto;
  }
}

.reviews-row .shopper-widget .review-star .review-star__wrapper a {
  text-decoration: none;
}

.reviews-row .shopper-widget .review-star .review-star__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 40px 80px rgba(171, 171, 171, 0.5);
  border-radius: 64px;
  margin-right: 12px;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__img svg {
  max-width: 100%;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__content {
  display: flex;
  flex-direction: column;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__content p {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7A7A7A;
  margin: 0;
  transition: color .3s ease-in-out;
}

.reviews-row .shopper-widget .review-star .review-star__wrapper a:hover .review-star__content > p {
  color: #0270e0;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__content .reviews {
  display: flex;
  align-items: center;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__content .reviews p {
  font-weight: 400;
  line-height: 22px;
  color: #878787;
  margin: 0 0 0 8px;
}

.reviews-row .shopper-widget .review-star .review-star__inner .review-star__content .reviews p span {
  font-weight: 700;
}

@media (max-width: 304px) {
  .reviews-row .shopper-widget .review-star .review-star__inner {
    flex-direction: column;
  }
  .reviews-row .shopper-widget .review-star .review-star__inner .review-star__img {
    margin: 0 0 16px 0;
  }
  .reviews-row .shopper-widget .review-star .review-star__inner .review-star__content .reviews {
    justify-content: center;
  }
}

.reviews-row .trustpilot-widget {
/*   margin-top: 40px;  */
}

@media(min-width: 769px) {
  .reviews-row .trustpilot-widget {
/*     width: 50%; */
    margin-top: 0; 
  }
}

.reviews-row .trustpilot-widget iframe {
  width: 184px; 
}

@media(min-width: 769px) {
  .reviews-row .trustpilot-widget iframe {
   margin: 0 auto;
  }
}

/* INC5000 */
.footer .footer-inc-logo-link strong {
	transition: .3s ease-in-out 0s;
}

.footer .footer-inc-logo-link:hover strong {
	color: rgb(80, 137, 253);
}

.footer .footer__reviews--custom {
	width: 100%;
	max-width: 318px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}

.footer .footer__reviews--custom p {
	font-size: 16px;
  line-height: 24px;
	color: #1D1D1D;
	margin: 0;
}

.footer .footer__reviews--inc5000 {
	width: 100%;
	max-width: 80px;
	height: 80px;
}

.footer .footer__reviews--inc5000 svg {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

@media(max-width: 575px) {
  .footer .footer__reviews--custom {
    justify-content: center;
    width: 100%;
  }
	
	.footer .footer__reviews--custom p {
		font-size: 14px;
    line-height: 20px;
	}
	
	.footer .footer__reviews--inc5000 {
		width: 100%;
		max-width: 64px;
    height: 64px;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0 15px;
  margin: 0 auto;
}

#hs_cos_wrapper_post_body > p:nth-child(2) > img, #hs_cos_wrapper_post_body > p:nth-child(1) > img{
  display: none;
}

.no-banner {opacity:1 !important;}

.hs-embed-wrapper{
    max-width: 100% !important;
    max-height: 100% !important;
}


* {
    box-sizing: border-box !important;
}

.fdXVtx #disqus_thread {
    padding-top: 48px;
}

#disqus_thread {
  padding-top: 40px;
}

.ghTmmo{right: 18px;}

/*
.mobileDisable {display: flex;} */

.cm-blog-banner-area   {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #F2F6FF;
  padding-top: 16px;
  position: relative;
  overflow: hidden;
}
.foUrJK {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bULFIJ {
  bottom: 0;
  right: 40%;
  overflow: hidden;
  transform: translateX(100%);
}
.jTJKYZ {
  top: 0;
  left: 0px;
}
.bULFIJ,
.jTJKYZ {
  display: flex;
  width: 35%;
  max-height: 320px;
  max-width: 320px;
  position: absolute;
}
.bULFIJ::before,
.jTJKYZ::before {
  content: "";
  width: 100%;
  padding-top: 100%;
}
.bULFIJ svg,
.jTJKYZ svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bcdQWq {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: initial;
  color: #7A7A7A;
}
.czOzh {
  margin-bottom: 32px;
}
.bGndcY {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
}
.eeTfxM {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.hKCSmR {
  display: none;
  height: 400px;
  width: 50%;
}
.cm-blog-banner-area .page-center {
  width: 100%;
  position:relative;
}
.hKCSmR .gatsby-image-wrapper {
  width: 100%;
  max-width: 400px;
}
.hs-blog-post .widget-type-linked_image,
.hs-blog-post .hs_cos_wrapper_type_linked_image,
.hs-blog-post .hKCSmR .gatsby-image-wrapper img,
.hs-blog-listing .widget-type-linked_image,
.hs-blog-listing .hs_cos_wrapper_type_linked_image,
.hs-blog-listing .hKCSmR .gatsby-image-wrapper img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}
.hs-blog-post .cm-blog-banner-area {
  background-color: rgb(238, 249, 254);
}

.lhtjBi {
  padding: 24px 0px;
  background-color: rgb(252, 252, 252);
}
.ShhPR {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.hs-search-results__listing,
.gDiCQQ {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.byxiCko {
  width: 100%;
  position: relative;
}
.byxiCko:not(:last-child) {
  margin-bottom: 32px;
}
.byxiCko .card {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.byxiCk {
  height: 100%;
  width: 100%;
}
.byxiCk .card {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.hs-search-results__listing li,
.gMcRnp {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.flgkCW {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 240px;
}
.flgkCW::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.flgkCW img:hover {
  transform: scale(1.1);
}
.byxiCk .tags {
  padding: 16px 24px 8px;
}
.hlkczB {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dFlPsP:not(:last-child) {
  margin-right: 10px;
}
.dFlPsP {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  background-color: rgb(242, 246, 255);
  border-radius: 16px;
  color: rgb(80, 137, 253);
  padding: 4px 12px;
  margin-bottom: 16px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.dFlPsP:hover {
  background-color: rgb(254, 246, 237);
  color: rgb(253, 133, 80);
}
.cyfjIW {
  display: flex;
  flex-direction: column;
  padding: 0px 24px;
}
.dkfCXd {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  transition: color 0.3s ease 0s;
  color: rgb(29, 29, 29);
}
.hs-search-results__title,
.dkfCXd h3 {
  color: inherit;
  font-size: 24px;
  line-height: 32px;
  width: 100%;
  max-width: 670px;
  margin: 0;
}
.hs-search-results__title{
  font-family:inherit; 
  text-decoration:none;
  font-weight: 700;
  color: rgb(29, 29, 29);
}
.hs-search-results__title:hover{
  color: rgb(80, 137, 253); 
}
.dkfCXd:hover {
  color: rgb(80, 137, 253);
}
.clxVFb {
  display: flex;
  width: 100%;
  padding-bottom: 32px;
}
.clxVFb p, .clxVFb a {
  font-size: 16px;
  line-height: 24px;
}
.clxVFb p {
  color: rgb(117, 117, 117);
  margin: 0;
}
.clxVFb a {
  text-decoration: none;
  transition: color 0.3s ease 0s;
  font-weight: 600;
}
.epSmDro {
  display: flex;
  width: 100%;
}
.epSmDro p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(117, 117, 117);
}
.epSmDr {
  display: flex;
  min-height: 120px;
  width: 100%;
}
.hs-search-results__description,
.epSmDr p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(117, 117, 117);
}
.flgkCW img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease 0s;
  object-fit: cover;
}
.gfpovr {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 24px 24px 32px;
}

.article-content__Wrapper-sc-113rtpg-0.qBAhJ p img {
  width: 100%; /* Blog Image Larger */
}

.more-button.gyaegi {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-color: rgb(253, 133, 80);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 10px 38px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.more-button.gyaegi:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}

.dBWReF.blog-pagination__next-link,
.dBWReF.blog-pagination__prev-link{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  border-radius: 50px;
  background-color: #fd8550;
  border: 2px solid #fd8550;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 10px 38px;
  cursor:pointer;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.dBWReF.blog-pagination__next-link:hover,
.dBWReF.blog-pagination__prev-link:hover{
  background-color: #fff;
  border: 2px solid rgb(253, 133, 80);
  color: #fd8550;
}
.dBWReF.blog-pagination__prev-link--disabled,
.dBWReF.blog-pagination__next-link--disabled{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(221, 221, 221);
  border: 2px solid rgb(221, 221, 221);
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease 0s;
  padding: 10px 38px;
  cursor: default;
}
.dBWReF.blog-pagination__prev-link--disabled:hover,
.dBWReF.blog-pagination__next-link--disabled:hover{
  color: rgb(255, 255, 255);
  background-color: rgb(221, 221, 221);
  border: 2px solid rgb(221, 221, 221);
}
.cSKtTp {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.cSKtTp svg {
  transition: transform 0.3s ease 0s;
}
.gyaegi:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}
.gyaegi:hover .arrow1 svg path {
  fill: rgb(253, 133, 80);
}
.gyaegi:hover .arrow1 svg, .gyaegi:hover .arrow2 svg {
  transform: translateX(3px);
}
.cSKtTp.arrow1 svg path {
  fill: rgb(255, 255, 255);
  transition: fill 0.3s ease 0s;
}
.fodvjA {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.kBSxvJ {
  height: 48px;
  width: 48px;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
}
.kBSxvJ a {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.kBSxvJ a:hover, .kBSxvJ a.active {
  background-color: rgb(254, 246, 237);
}
.coJPLs {
  display: flex;
  -webkit-box-align: center;
  /* align-items: center; */
  align-items: baseline;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 70px;
}
.dBWReF {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(221, 221, 221);
  border: 2px solid rgb(221, 221, 221);
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease 0s;
  padding: 10px 38px;
  cursor: default;
}
.ispuHp:hover, .ispuHp.active {
  color: rgb(253, 133, 80);
}
.gyaegi:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}
.ispuHp {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
  width: 20px;
  color: rgb(80, 137, 253);
  font-size: 16px;
  line-height: 24px;
  font-weight:700;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease 0s;
  margin: 0px 2px;
}
.hGkbYh > div:not(:last-child) {
  margin-bottom: 32px;
}

.lkIPDX {
  width: 100%;
}

.cNFXNn {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}

.jabhfF {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 100%;
  position: relative;
  box-shadow: rgb(236 236 236 / 16%) 0px 24px 32px 0px;
}

#svgIcon {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 32px;
}

.kraEZy {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 0px 40px;
  position: relative;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.hs-search-field--open .hs-search-field__suggestions li {
  padding: 0 0 10px;
}

.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 10px;
}

.dmTVT {
  height: 16px;
  width: 16px;
  transform: translateY(-2px);
}

.lkIPDX button {
  display: none;
}

.blog-sidebar input.hs-search-field__input {
  height: 100%;
  width: 100%;
  border: none;
  color: rgb(30, 30, 30);
  font-size: 16px;
  line-height: 19px;
  margin-left: 16px;
  padding-left:0;
  background-color: transparent;
}

.cm-sidebar-form {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 32px 24px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
  margin:0;
}

.dAzlgk {
  display: flex;
  flex-direction: column;
  padding: 32px 0px 24px;
}

.cm-sidebar-form .gatsby-image-wrapper {
  height: 204px;
  width: 370px;
}

.dAzlgk h3 {
  padding-bottom: 8px;
  margin:0;
}

.dAzlgk h3, .dAzlgk p {
  text-align: center;
}

.dAzlgk p {
  margin: 0 auto;
  max-width: 280px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(78, 78, 78);
}

.dAzlgk p a {
  color: #5089fd;
}

.cm-sidebar-form .submitted-message {
  font-size: 16px;
  margin: 0 auto;
  padding-top: 40px;
}

.cm-sidebar-form span.hs-form-required {
  display: none;
}

.cm-sidebar-form form .actions {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
}
/* .cm-sidebar-form {
  margin: 0 !important;
} */
.cm-sidebar-form form .hs_submit.hs-submit {
  text-align: center;
}
.cm-sidebar-form form .actions:hover .ghTmmo.arrow1 svg path {
  fill: rgb(253, 133, 80);
}
.cm-sidebar-form form input.hs-button.primary.large {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-color: rgb(253, 133, 80);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 10px 38px;
  margin: 0px auto;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.cm-sidebar-form form input.hs-button.primary.large:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(253, 133, 80);
}

.jBlZYF .follow-us {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px 32px 32px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.iKNQjX {
  width: 100%;
  border-bottom: 1px solid rgb(244, 244, 244);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.hfMGhg {
  display: block;
  color: rgb(29, 29, 29);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align:center;
}
.coJPLs>div {
  display: flex;
}
.kBSxvJ:not(:last-child) {
  margin-right: 8px;
}

.gacjvU {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 16px;
}
.gacjvU .follow-us-btn {
  display: flex;
  height: 56px;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 12px 12px 8px;
  transition: background-color 0.3s ease 0s;
  width: 100%;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
}
.gacjvU p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(29, 29, 29);
  text-align: left;
  padding-left: 16px;
  margin:0;
}
.gacjvU:hover .follow-us-btn {
  background-color: rgb(254, 246, 237);
}


/* Blog Post */

.hs-blog-post .bGndcY > svg defs lineargradient stop:nth-child(1) {
  stop-color: rgb(210, 224, 254);
}

.hs-blog-post .bGndcY > svg defs lineargradient stop:nth-child(2) {
  stop-color: rgb(238, 249, 254);
}

.hs-blog-post .jTJKYZ > svg defs lineargradient stop:nth-child(1) {
  stop-color: rgb(210, 224, 254);
}

.hs-blog-post .jTJKYZ > svg defs lineargradient stop:nth-child(2) {
  stop-color: rgb(238, 249, 254);
}

.hs-blog-post .bULFIJ > svg defs lineargradient stop:nth-child(1) {
  stop-color: rgb(210, 224, 254);
}

.hs-blog-post .bULFIJ > svg defs lineargradient stop:nth-child(2) {
  stop-color: rgb(238, 249, 254);
}
.hs-blog-post .jJgzmQ {
  padding: 24px 0px;
  background-color: rgb(252, 252, 252);
  overflow-x: hidden;
}

@media screen and (max-width:767px) {
  .hs-blog-post .jJgzmQ{
    margin-top: 130px;
  }
}

.hs-blog-post .fdPrSr {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px 30px;
}
.hs-blog-post .ezhtKH {
  position:relative;
  display: grid;
  grid-template-columns: 100%;
}
.hs-blog-post .fdsbkX {
  height: 100%;
  width: 100%;
  position: relative;
}
.hs-blog-post .fdsbkX .card {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  overflow: unset;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  border-radius: 5px;
}
.hs-blog-post .cgBDgI {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hs-blog-post .cgBDgI.very-bottom-socials {
  margin-bottom: 0;
  margin-top: 40px;
}

.hs-blog-post .ezhtKH .hearts-counter {
  position: relative;
  inset: unset;
  z-index: unset;
  border: 1px solid #F4F4F4;
}

.hs-blog-post .fodvjA {
  display: flex;
  list-style: none;
}
.hs-blog-post .fodvjA li {
  height: 40px;
  width: 40px;
  background-color: rgb(242, 246, 255);
  margin-right: 8px;
  border-radius: 5px;
}
.hs-blog-post .fodvjA li a {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
  padding: 8px;
}
.hs-blog-post .fodvjA li a:hover, 
.hs-blog-post .fodvjA li a.active {
  background-color: rgb(254, 246, 237);
}

.hs-blog-post .blog-sidebar {
  width: 100%;
}

.ebvkbr {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
.ebvkbr .background {
  padding: 128px 16px 16px;
  position: relative;
  width: 100%;
  background-color: rgb(242, 246, 255);
  border-radius: 5px;
}

.ebvkbr .background .avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  top: 24px;
  left: 24px;
  position: absolute !important;
}

.ebvkbr .background h4 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: rgb(29, 29, 29);
}
.ebvkbr .background p {
  margin:0;
  font-size: 16px;
  line-height: 24px;
  color: rgb(117, 117, 117);
}
.ebvkbr.no-author-img .background {
  padding: 16px;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3{
  margin-top:25px;
} 

.blog-post__body h4{
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
} 

.blog-post__body p {
  margin: 15px 0 0;
  line-height:1.55;
}

.blog-post__body a{
  font-weight:900; 
}

.kGfeJu h1 {
  font-size: 32px;
  line-height: 40px;
}

.blog-post__body h2 {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom:0;
}

.blog-post__body h3{
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom:0;
} 
.article-content__Wrapper-sc-113rtpg-0.qBAhJ p{
  margin:0; 
}
.hs-blog-post .blog-post__body .hs-cta-wrapper {
  padding-top: 24px;
  display: inline-block;
  width: 100%;
}

ul.hs-search-results__listing li {
  padding: 20px;
}

.blog-post__body .cta_button {
  width: 100%;
  box-sizing: border-box !important;
}

.lkIPDX {
  margin: 0 0 30px;
}

.blog-sidebar .hs-form-field {
  margin: 0 0 24px;
}

.blog-post__body ul,
.blog-post__body ol {
  padding-left: 30px;
  margin: 15px 0px;
  padding-bottom: 10px;
}

.blog-post__body ul li, 
.blog-post__body ol li {
  padding-bottom: 7px;
  font-size: 20px;
  line-height: 31px;
  color: rgb(117, 117, 117);
}

.article-header__Wrapper-pwowsz-0.kGfeJu h1{
  margin-bottom:8px; 
}

.blog-post__body ul li h3{
  margin-top:0;
} 
@media (min-width: 576px){
  .gyaegi {
    width: auto;
    white-space: nowrap;
  }
  .hs-blog-post .fdsbkX .card {
    padding: 32px;
  }
}
@media (min-width: 769px){
  .bcdQWq {
    margin-bottom: 0;
  }
  .lhtjBi {
    padding: 72px 0px 184px;
    margin-bottom: 44px;
  }
  .blog-post__body h4{
    font-size: 16px;
    line-height: 24px; 
  }
  .kGfeJu h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .blog-post__body h2{
    font-size: 32px;
    line-height: 40px;
  }
  .blog-post__body h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .ebvkbr.no-author-img .background {
    padding: 24px 32px 32px 32px;
  }
  .ebvkbr .background {
    padding: 24px 32px 32px 128px;
  }
  .hs-blog-post .jJgzmQ {
    padding: 72px 0px;
  }
  .hs-search-results__listing li,
  .gMcRnp {
    flex-direction: row;
  }
  .cNFXNn {
    flex-direction: row;
  }
  .coJPLs {
    grid-area: 2 / 1 / 2 / 1;
  }
  .kBSxvJ:not(:last-child) {
    margin-right: 0px;
  }
  .bGndcY {
    display: block;
  }
  .hKCSmR {
    display: flex;
  }
  .cm-blog-banner-area {
    padding-top: 0;
    min-height: 400px;
  }
  .eeTfxM {
    width: 50%;
    align-items: flex-start;
  }
  .kBSxvJ{
    height: 32px;
    width: 32px;
    background-color: transparent;
  }
  .gfpovr .more-button {
    margin-bottom: 0px;
  }
  .hs-search-results__listing li,
  .gMcRnp {
    flex-direction: row;
  }
  .ShhPR {
    grid-template-columns: 1fr 1fr;
  }
  .hs-search-results__listing,
  .gDiCQQ {
    grid-area: 1 / 1 / 1 / 1;
  }
  .gfpovr {
    flex-direction: row;
  }
  .cSKtTp {
    display: flex;
  }
}
@media (min-width: 840px){
  .ispuHp {
    width: 24px;
  }
}
@media (min-width: 992px){
  .ShhPR {
    grid-template-columns: 1fr 370px;
  }
  .hs-blog-post .blog-sidebar {
    grid-area: 2 / 2 / 2 / 2;
  }
  .hs-blog-post .ezhtKH {
    grid-area: 2 / 1 / 2 / 1;
  }
  .coJPLs > div {
    display: flex;
  }
  .hs-blog-post .fdPrSr {
    grid-template-columns: calc(100% - 396.66px) 366.66px;
  }
}
@media (min-width: 1040px){
  .ispuHp {
    width: 32px;
  }
}
@media (min-width: 1200px){
  .hs-search-results__listing,
  .gDiCQQ {
    grid-template-columns: 1fr 1fr;
  }
  
  .hKCSmR {
    padding-left: 85px;
  }
}

.gDiCQQ:before,.gDiCQQ:After {
  display: none;
}

@media (max-width: 768px){
  
  .eeTfxM {
    display: block;
  }
  .article-header__Wrapper-pwowsz-0.kGfeJu h1 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .cm-sidebar-form form .actions {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
  
  .cm-sidebar-form form input.hs-button.primary.large {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  width: 100%;
  background-color: rgb(253, 133, 80);
  border: 2px solid rgb(253, 133, 80);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 10px 38px;
  margin: 0px auto;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
  
  
  
}


@media (max-width: 575px){
  
  .mobileDisable {display: none;}
  
  .coJPLs>div {
  display: none;
}
  
  .blog-pagination__link {
    width: 100% !important;
  }
  /*
  .coJPLs {
    display: block;
  } */
  
  .coJPLs{align-items: baseline;}

  .coJPLs>a:last-child {
    margin: 0 !important;
  }

  .coJPLs>* {
    margin: 0 0 10px;
  }
  .coJPLs > a:last-child {
    margin-left: 16px;
  }

  .coJPLs > a:first-child {
    margin-right: 16px;
  } 
}


/* New Blog Styles */
.ispuHp:first-child {
    margin-right: 8px;
}

.ispuHp:not(:last-child):not(:first-child) {
    margin: 0 8px;
}

.ispuHp:last-child {
    margin-left: 8px;
}

.blog-sidebar .blog-tags-cloud a {
  color: #5089fd;
}

.blog-pagination__prev-link, .blog-pagination__next-link {
    border: 1px solid #FD8550;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.blog-pagination__prev-link--disabled path, .blog-pagination__next-link--disabled path {
    fill: #ddd;
}

.blog-sidebar input.hs-search-field__input::placeholder {
    color: #7a7a7a;
    opacity: .8;
}

.dmTVT {
    height: 16px;
    width: 16px;
    transform: translateY(-4px);
}

.blog-sidebar .hfMGhg {
    text-align: left;
}

.blog-sidebar .gMcRnp {
    padding: 32px 24px;
}

.blog-sidebar .tag-cloud {
  -webkit-transition: max-height 1.2s;
  -moz-transition: max-height 1.2s;
  -ms-transition: max-height 1.2s;
  -o-transition: max-height 1.2s;
  transition: max-height 1.2s;
    width: 100%; 
    display: flex; 
    flex-wrap: wrap;
  overflow: hidden;
  scrollbar-width: auto;
  scrollbar-color: #5089fd #ffffff;
}

.blog-sidebar .tag-cloud.closed {
  max-height: 475px;
}

.blog-sidebar .tag-cloud.opened {
  max-height: 1195px;
  overflow: auto;
}

  /* Chrome, Edge, and Safari */
.blog-sidebar .tag-cloud::-webkit-scrollbar {
    width: 11px;
  }

.blog-sidebar .tag-cloud::-webkit-scrollbar-track {
    background: #ffffff;
  }

.blog-sidebar .tag-cloud::-webkit-scrollbar-thumb {
    background-color: #5089fd;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.blog-sidebar .hgRm3s {
    color: #7a7a7a;
    font-weight: 400;
}

a.tag-cloud-toggle__link path {
    transition: fill .6s;
}

a.tag-cloud-toggle__link {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

a.tag-cloud-toggle__link.toggle-opened svg {
  transform: translateY(-1px) translateX(-5px) rotate(180deg);
}

a.tag-cloud-toggle__link svg {
    vertical-align: middle;
    transform: translateY(-1px) translateX(-5px);
}

.gMcRnp.card a.dkfCXd {
  margin-top: 16px;
}

.cm-sidebar-form {
  padding: 0 24px 32px;
}

.blog-sidebar .tag-cloud-toggle {
  background: #fff;
  width: 100%;
  padding-top: 16px;
}

.blog-sidebar .tag-cloud .selected {
  color: #fff;
  background: #5089fd;
}

.blog-sidebar .hs_cos_wrapper {
  width: 100%;
}

.blog-sidebar .hs_cos_wrapper p {
  margin-left: 0;
  margin-right: 0;
}

.hs-blog-post .cm-sidebar-form {
  margin-bottom: 32px;
}

.hs-blog-post .follow-us {
  margin-bottom: 32px;
}

.hs-blog-post .post-related-articles {
    margin-top: 100px;
    position: relative;
}

.post-related-articles__inner {
    max-width: 1170px;
    margin: 0 auto;
}

.post-related-articles__oval {
    width: 320px;
    height: 320px;
    top: 194px;
    right: 0;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 769px) {
  .post-related-articles__oval {
    display: none;
  }
}

.hs-blog-post .related-post-main-wrapper .related-post-se-header h2 {
  margin-bottom: 65px;
} 

.hs-blog-post .related-post-main-wrapper {
  padding: 80px 0;
}

.post-related-articles .related_shape.top_shape {
      top: 171px;
    right: -23px;
}

.post-related-articles .related_shape.top_shape path {
   fill: #FD8550;  
}

.hearts-counter {
  display: flex;
  justify-content: space-between;
  width: 81px;
  background-color: #fff;
  box-shadow: 0px 24px 32px rgba(236, 236, 236, 0.502021);
  border-radius: 4px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
}

.hearts-counter::before {
  content: "";
  width: 1px;
  background-color: #F4F4F4;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
}

.hearts-counter__count, .hearts-counter__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}

@keyframes heartBeat {
  0% { transform: scale(1); }
  25% { transform: scale(1.15); }
  50% { transform: scale(1); }
  75% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.hearts-counter__icon, .hearts-counter__icon.liked {
  cursor: pointer !important;
}
.hearts-counter__icon svg {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.hearts-counter__icon:hover svg {
  animation-name: heartBeat;
}

.hearts-counter__icon svg path {
  stroke: #FD8550;
  fill: #ffffff;
}

.hearts-counter__icon.liked svg path {
  fill: #FD8550;
}

.hearts-counter__count {
  font-size: 16px;
  line-height: 24px;
  color: #7A7A7A;
}

.post-hidden {
  display: none;
}

/* HIDE ADDS */
iframe:not([src]) {
	display: none;
} 
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: georgia, serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}



.search-page.cm-blog-banner-area .widget-type-linked_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.search-page.cm-blog-banner-area .widget-type-linked_image span {
  display: block;
}

.search-page.cm-blog-banner-area .widget-type-linked_image span img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transition: none 0s ease 0s;
}





.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.no-banner .body-wrapper {
  margin-top: 80px;
}
input#hs-pwd-widget-password {
  margin: 0 !important;
  height: auto !important;
}
.systems-page .hs-button {
  margin: 20px 0;
}
input.email-edit.hs-input {
  width: 100% !important;
}

div#content h3, div#content div {
  text-align: left;
}
.page-header {
  text-align: left;
}
div#content p {
  text-align: left;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
ul.no-list.hs-error-msgs {
  text-align: left;
  padding: 0;
}

ul.no-list.hs-error-msgs label {
  text-align: left;
}

.error-page-wrap .banner .banner-content-container {
  padding-top: 150px;
  padding-bottom: 120px;
}
.error-page-wrap .banner {
  min-height: 100vh;
  max-height: 777px;
  flex-direction: row;
  height: 100vh;
}

.systems-page input.email-edit.hs-input {
  font-size: 16px !important;
  padding: 12px 24px !important;
  width: 100% !important;
}

@media (max-width: 991px) {
  .error-page-wrap .banner .banner-image-container {
    display: none;
  }
  .error-page-wrap .banner .banner-oval-structure {
    width: 90%;
    max-height: 777px;
    max-width: 350px;
    top: 0px;
    right: 0px;
  }
  .error-page-wrap .banner .banner-content-container {
    padding-top: 78px;
  }
}

@media (max-width:575px){
  .systems-page h2 {
    font-size: 22px;
  }
  .systems-page h1 {
    font-size: 29px;
  }
  .error-page-wrap .banner .banner-button-container .button-item {
    text-align: center;
  }
  .error-page-wrap .banner .banner-button-container .button-item a {
    width: auto;
    display: inline-block;
  }
}
/*! CSS Used from: Embedded */

.dxkVjg {
	margin-bottom: 24px;
	max-width: 500px;
}

@media (max-width:575px) {
	.dxkVjg {
		word-break: break-word;
	}
}

.jKrjYs {
	margin-bottom: 8px;
	text-align: center;
	font-family: MarkPro, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width:575px) {
	.jKrjYs {
		word-break: break-word;
	}
}

.cJPtw {
	position: relative;
	width: 100%;
	max-width: 568px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

@media (min-width:769px) {
	.cJPtw {
		max-width: 768px;
	}
}

@media (min-width:992px) {
	.cJPtw {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.cJPtw {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.cJPtw {
		max-width: 1200px;
	}
}

.dzkePZ {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	width: 100%;
	background-color: #FD8550;
	border: 2px solid #FD8550;
	border-radius: 50px;
	color: #ffffff;
	font-family: MarkPro, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 14px 46px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

@media (min-width:576px) {
	.dzkePZ {
		width: auto;
		white-space: nowrap;
		max-width: auto;
	}
}

.dzkePZ:hover {
	background-color: #ffffff;
	color: #FD8550;
}

.dzkePZ:hover .arrow1 svg {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.dzkePZ:hover .arrow1 svg path {
	fill: #FD8550;
}

.fDOzVW {
	display: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:769px) {
	.fDOzVW {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.fDOzVW svg {
	-webkit-transition: -webkit-transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.fDOzVW svg path {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.fDOzVW.arrow1 svg path {
	fill: #ffffff;
}

.gQIkMr {
	display: none;
	width: 100%;
	max-height: 25px;
	max-width: 29px;
	opacity: 1;
	position: absolute;
	left: -120px;
	bottom: -20px;
	-webkit-transform: translate( 0, 0);
	-ms-transform: translate( 0, 0);
	transform: translate( 0, 0);
}

@media (min-width:992px) {
	.gQIkMr {
		display: block;
	}
}

.gQIkMr svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.gQIkMr svg path {
	fill: #5089FD;
}

/* * {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

*:before {
	box-sizing: inherit;
}

*:after {
	box-sizing: inherit;
} */

/* h2,
h3 {
	color: #1D1D1D;
}

h2,
h3 {
	font-family: MarkPro, sans-serif;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}

@media (min-width:769px) {
	h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

h3 {
	font-size: 24px;
	line-height: 32px;
	width: 100%;
	max-width: 670px;
} */

/* p {
	color: #757575;
	font-family: Avenir, sans-serif;
	font-size: 20px;
	line-height: 31px;
} */

/* a {
	color: #5089FD;
	font-family: Avenir, sans-serif;
	font-size: 20px;
	line-height: 24px;
	-webkit-text-decoration: none;
	text-decoration: none;
} */

.kmjFLW {
	font-family: Avenir, sans-serif;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 32px;
}

.kmHJje {
	font-family: Avenir, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	text-align: center;
}

.hsokAm {
	width: 100%;
	height: 100%;
	max-height: 725px;
	max-width: 725px;
	opacity: 1;
	position: absolute;
	top: 0%;
	right: 0%;
	-webkit-transform: translate( 0, 0%);
	-ms-transform: translate( 0, 0%);
	transform: translate( 0, 0%);
	z-index: -1;
}

.dygerV {
	width: 100%;
	height: 100%;
	max-height: 720px;
	max-width: 720px;
	opacity: 1;
	position: absolute;
	top: 25%;
	left: 0%;
	-webkit-transform: translate( 0, 0%);
	-ms-transform: translate( 0, 0%);
	transform: translate( 0, 0%);
	z-index: -1;
}

.kKLFwH {
	font-size: 14px;
	color: #757575;
	line-height: 24px;
	font-family: Avenir, sans-serif;
}

.gCNQx {
	margin-bottom: 24px;
}

.gCNQx .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.gCNQx .bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.gCNQx .bottom.column {
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

.gSBwqO {
	margin-bottom: 32px;
}

.gSBwqO .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.gSBwqO .bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.gSBwqO .bottom.column {
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}

.uIlVN {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background-color: #FCFCFC;
	padding: 12px 24px;
	color: #1D1D1D;
	font-family: Avenir, sans-serif;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease;
}

.uIlVN::-webkit-input-placeholder {
	color: #757575;
}

.uIlVN::-moz-placeholder {
	color: #757575;
}

.uIlVN:-ms-input-placeholder {
	color: #757575;
}

.uIlVN::placeholder {
	color: #757575;
}

.uIlVN:hover,
.uIlVN:focus {
	border-color: #5089FD;
}

.uIlVN:invalid {
	border-color: #FD8550;
}

.kOnGNm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

@media (min-width:992px) {
	.kOnGNm {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.ikIXvj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

@media (min-width:992px) {
	.ikIXvj {
		padding-right: 100px;
		max-width: 500px;
	}
}

@media (min-width:1200px) {
	.ikIXvj {
		max-width: 600px;
	}
}

.ikIXvj h2 {
	text-align: left;
}

.dsaFLL {
	display: block;
	width: 100%;
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 100px;
}

.RgqOp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:992px) {
	.RgqOp {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.hXGZcA {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:769px) {
	.hXGZcA {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.HZsmI {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

@media (min-width:769px) {
	.HZsmI {
		overflow: visible;
	}
}

.jjlQrk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 24px;
}

@media (min-width:769px) {
	.jjlQrk {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 0px;
	}
}

.djqAso {
	background-color: #fff;
	width: 100%;
	padding: 25px 15px;
	box-shadow: 0 24px 32px 0 rgba(236, 236, 236, 0.50);
	border-radius: 5px;
}

@media (min-width:769px) {
	.djqAso {
		padding: 48px 40px;
	}
}

.djqAso button:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.djqAso .top {
	margin-bottom: 8px;
}

.fxpBuK {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.faqQYT {
	padding: 48px 0 88px;
}

.hdqYZc {
	width: 100%;
	position: relative;
	padding-top: 16px;
}
.hdqYZc {
	font-family: Avenir, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 8px;
	color: #7a7a7a;
}

span.wfal__Styled-Span {
  text-transform: uppercase;
  font-weight: 700;
}

.gqWSLC {
	list-style: none;
	padding: 0;
}

.hDSkyo {
	font-family: Avenir, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #63666e;
	padding-left: 26px;
	position: relative;
}

.hDSkyo::before {
	content: "";
	height: 4px;
	width: 4px;
	background-color: #FD8550;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 6px;
}

.hDSkyo:not(:last-child) {
	margin-bottom: 12px;
}

.why-form-an-llc-page .page-center {
  padding: 0;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
}
}

.why-form-an-llc-page .download-guide-form-md-wrapper .download-guide-form-box {
  box-shadow: none;
}

.why-form-an-llc-page .download-guide-form-md-wrapper .download-guide-form-sec-header {
  margin-bottom: 0;
}

/* reset outline style of a, button */
a[href]:not([tabindex='-1']):focus, area[href]:not([tabindex='-1']):focus, input:not([disabled]):not([tabindex='-1']):focus, select:not([disabled]):not([tabindex='-1']):focus, textarea:not([disabled]):not([tabindex='-1']):focus, button:not([disabled]):not([tabindex='-1']):focus, iframe:not([tabindex='-1']):focus, [tabindex]:not([tabindex='-1']):focus, [contentEditable=true]:not([tabindex='-1']):focus {
    outline: none;
    outline-offset: 0;
}