/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  margin: 0;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) { 
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  font: 18px/1.45 "Libre Franklin", Arial, sans-serif;
  color:#004b5b; 
}

.text-dark {
  color: #333 !important;
}
.bg-dark {
  background-color: #333 !important;
}
.text-white {
  color:  !important;
}
.bg-dark {
  background-color:  !important;
}
.weight-light {
  font-weight: 300 !important;
}
.weight-regular{
  font-weight: 400 !important;
}
.weight-bold{
  font-weight: 700 !important;
}
.weight-medium{
  font-weight: 600 !important;
}
.text-large {
  font-size: 20px;
  line-height: 1.6;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}
p span {
  font-weight: 300;
}
p strong {
  font-weight: 500; 
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* Links and Buttons */
a,
button,
input[type='submit'] {
  -webkit-appearance: none;
  outline: none !important;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a {
  color: ;
  text-decoration: unerdline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.link-default {
  color: ;
}

.hs-button {
  -webkit-appearance: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  font: 700 18px/24px "Libre Franklin", Arial, sans-serif;
  background: #e5801b;
  outline: none !important;
  cursor: pointer;
  padding: 11px 20px;
  display: inline-flex; 
  align-items: center; 
  vertical-align: top;
  text-align: center;
  justify-content: center;
  color: #fff;
  border-radius: 40px; 
  min-width: 200px; 
  border: 2px solid transparent;
}
.hs-button:hover,
.hs-button:focus{
  color: #e5801b;
  background: #fff; 
}


button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6; 
}

h1, .h1 {
  font-size: 48px; 
  line-height: 1.14;
}
h2, .h2 {
  font-size: 36px;
  line-height: 1.14;
}


@media (max-width: 1269px) {
  body {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 36px; 
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 { 
    font-size: 22px;
  }
}

@media (max-width: 1169px) {
  body {
    font-size: 14px;
  }
  h1, .h1 { 
    font-size: 24px; 
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .hs-button {
    min-width: 180px;
    font-size: 16px;
  }
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: red !important;
  margin-top: 0.35rem;
  font-family: "Libre Franklin";
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



form label {
  display: block;
  font-size: 16px;
  line-height: 1.625;
  margin: 0 0 5px;
  font-weight: 600;
  text-align: left;

  color: red;
  font-family: "Libre Franklin";
}
form .input { margin: 0 !important}
form .hs-form-field{
  padding: 0 0 15px;
  margin: 0; 
}
form fieldset .hs-form-field{
  padding: 0 13px 15px;

}
form  fieldset.hs-form-field:first-child {
  padding-left: 0;
}
form fieldset .hs-form-field:last-child { 
  padding-right: 0;
}

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

.input-holder {
  position: relative; 
}
form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .nice-select,
form select,
form textarea{
  -webkit-appearance: none;
  outline: none !important;
  box-sizing: border-box;
  box-shadow: none;
  height: 50px;
  min-width: 10px;  
  font: 16px/20px , Arial, sans-serif;
  border: 1px solid ;
  color: ; 
  border-radius: 30px;
  display: block; 
  background: #fff; 
  padding: 14px 20px; 
  width: 100%; 
  transition: all .3s ease-in-out;
}
form input:not([type="radio"]):not([type="checkbox"]):focus, form textarea:focus {
  border-color: ; 
}
form i + input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  padding-left: 40px;
}

.ico-form {
  position: absolute;
  left: 30px;
  top: 50%; 
  font-style: normal;
  transform: translateY(-50%);
  color: ;
}
:-webkit-input-placeholder { 
  color:    ; 
}
:-moz-placeholder { 
  color:    ; 
  opacity:  1;
}
::-moz-placeholder { 
  color:    ; 
  opacity:  1;
}
:-ms-input-placeholder {
  color:    ; 
}
::-ms-input-placeholder { 
  color:   ; 
}

::placeholder { 
  color:    ; 
}
.nice-select {
  padding-right: 50px;
  width: 100%;
}
.nice-select:hover,
.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: ;    
}
.nice-select:after {
  width: 12px;
  height: 12px;
  border-color: ; 
  margin-top: -6px;
  right: 20px; 
}
.nice-select .list {
  width: 100%;
  margin: 1px 0;
}
form textarea {
  min-height: 145px;
  max-height: 200px; 
}

.submitted-message{
  display: block ;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  font-family: "Libre Franklin";
}

@media (max-width: 767px) {
  form .hs-form-field {
    padding: 0 0 15px;
    margin: 0;
    width: 100% !important;
    float: none;
  }
}

.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputs-list li {
  padding: 0 0 15px;
  margin: 0 !important; 
}
.inputs-list li:last-child {
  padding: 0;
} 
.inputs-list li label {
  margin: 0;
}
.inputs-list .hs-form-radio-display {
  position: relative; 

}
.inputs-list .hs-form-radio-display input {
  display: none;
}
.inputs-list .hs-form-radio-display span {
  position: relative; 
  display: block;
  padding: 0 0 0 30px;
}
.inputs-list .hs-form-radio-display span:before,
.inputs-list .hs-form-radio-display span:after {
  position: absolute;
  left: 0;
  top: 3px; 
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  content: ""; 
  background: #fff;  
}
.inputs-list .hs-form-radio-display span:after {
  width: 12px; 
  top:7px;
  left:4px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  height: 12px;
  background: ;
}
.inputs-list .hs-form-radio-display input:checked + span:after {
  opacity: 1;
  visibility: visible; 
}

/* Global Components 
*/

/*** Global Components Styles ***/
body.no-scroll {
  overflow: hidden; 
}
.body-wrapper  {
  position: relative;
  overflow: hidden;
}
.page-container,
.page-container-full .module-header .module-header-frame{
  max-width: 1170px;
  padding: 0 15px; 
  margin: 0 auto; 
  position: relative; 
}

.text-center img {
  margin: 0 auto; 
}
.text-right img {
  display: inline-block;
  vertical-align: top; 
}

@media (max-width: 767px) {
  .parallax-mirror, 
  .hide-mobile {
    display: none !important; 
  }
  .aos-init {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important; 
  } 
}


/*** MODULE GENRAL TEMPLATE ***/
.module-outer-heading {
  padding: 32px 0;
}


.module {
  position: relative;
  z-index: 10;
}
.module .module-background {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0; 
  right: 0;
  bottom: 0;
}
.module .page-container .module-background{
  left: 15px;
  right: 15px; 
}
.module .module-header {
  margin: 0 0 50px; 
}
.module .module-header-holder {
  margin: 0 auto 25px;
}
.module .module-header-holder:last-child, 
.module .module-header:last-child {
  margin-bottom: 0;
}




.module .module-header:last-child {
  margin-bottom: 0;
}

.module .module-header .btn-block {
  padding: 0;
  margin: -10px -10px 0; 
}
.module .module-header .btn-block .hs-button {
  margin: 10px 10px 0; 
}
.module .module-header p strong {
  font-weight: 700;
}
.module .row {
  display: flex;
  flex-flow: row wrap;
  margin: -15px -15px 0;
}
.module .row .col {
  padding: 15px 15px 0;
}

.btn-block { 
  padding: 5px 0 0;
}

/*** Slick slider components ***/
.slick-dots {
  padding: 35px 20px;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li button {
  border: 1px solid #007178;
  display: block;
  width: 16px;
  height: 16px; 
  padding: 0;
  background: none;
  font-size: 0;
  line-height: 0; 
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #007178;
}


@media (max-width: 1169px) {
  .module .module-header {
    margin-bottom: 25px;
  }
  .slick-dots li  {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1023px) {
  .module .module-header-holder {
    max-width: 100% !important;
  } 
  .module .module-header br {
    display: none;
  }
}
.body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0; 
  bottom: 0;
  z-index: 100;
  background: rgba(0,0,0,.9);
  transition: all .4s ease-in-out;
}

/*** FORMS STYLES ***/


/*** POPUP Styles ***/

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-flow: row wrap;
  visibility: hidden;
  align-items: center;
  transition: all .5s ease-in-out;
}
.popup.popup-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.popup .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 24px; 
  line-height: 1;
  z-index: 20;
}
.popup .popup-holder {
  width: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 200;
}
.popup .hs-search-field {
  max-width: 500px;
  margin: 0 auto;
}
.popup input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){
  -webkit-appearance: none;
  height: 60px;
  font: 24px/28px "Ubuntu", Arial;
  border: 0;
  border-bottom: 3px solid #000;
  padding: 14px 0;
  color: #fff;
  border-radius: 0;
  display: block; 
  background: none;
}


.btn-cross {
  position: absolute;
  width: 24px;
  right: 20px;
  top: 20px; 
  height: 24px;
  z-index: 200;
}
.btn-cross:after, 
.btn-cross:before {
  position: absolute;
  left: 0;
  top: 11px;
  height: 2px;
  transform: rotate(45deg);
  width: 100%;
  background: #fff;
  content: "";
}
.btn-cross:after {
  transform: rotate(-45deg);
} 

.slick-next, .slick-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; 
  font-size: 30px;  
  line-height: 1;
  border: 0;
  padding: 0; 
  background: none;
  color:#233237;
  outline: none !important;
  height: 30px;
  z-index: 50; 
}

.slick-next {
  left: auto;
  right: -30px;
}
.slick-next:hover, .slick-prev:hover {
  opacity: .8;
}
@media (max-width: 1349px) {
  .slick-next { 
    right: 20px;
  }
  .slick-prev { 
    left: 20px; 
  }
}


/* Tick List */
.tick-list, .module-community .content-frame ul, .module-affiliate .block-texts ul ,
.module-twocols ul{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.tick-list, .module-community .content-frame ul,.module-twocols ul{
  font-size: 20px; 
  line-height: 1.333;
}
.tick-list:last-child, .module-community .content-frame ul:last-child, .module-affiliate .block-texts ul:last-child,.module-twocols ul:last-child {
  margin: 0;
}
.tick-list li, .module-community .content-frame ul > li, .module-affiliate .block-texts ul > li, .module-twocols ul > li {
  position: relative;
  padding: 0 0 20px 60px;
  min-height: 34px;
}
.tick-list li:last-child, .module-community .content-frame ul > li:last-child, .module-affiliate .block-texts ul > li:last-child, .module-twocols ul > li:last-child {
  padding-bottom: 0;
}
.tick-list li:before, .module-community .content-frame ul > li:before, .module-affiliate .block-texts ul > li:before, .module-twocols ul > li:before {
  background: url(https://7874125.fs1.hubspotusercontent-na1.net/hub/7874125/hubfs/ico-tick.png) no-repeat 0 0;
  width: 30px;
  background-size: 100% auto;
  content: ""; 
  position: absolute; 
  left: 0;
  top: -2px; 
  height: 100%; 
}

@media (max-width: 1023px) {
  .tick-list, .module-community .content-frame ul, .module-twocols  ul {
    font-size: 16px;
  }
  .tick-list li:before, .module-community .content-frame ul > li:before, .module-affiliate .block-texts ul > li:before, .module-twocols ul > li:before {
    width: 22px;
    top: 0; 
  }
  .tick-list li, .module-community .content-frame ul > li, .module-affiliate .block-texts ul > li, .module-twocols ul > li {
    min-height: 22px;
    padding-left: 40px;
  }
}

.hard-money{
  max-width: 530px;
  margin: 0 auto 30px !important;
}
.cover-module .list-item{
  max-width: 530px;
}
.cover-module .list-item{
  width: 530px;
  margin: 0 auto 30px !important;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Libre Franklin";
}



@media (max-width:575px){
  .cover-module .list-item{
    width: 100%;
    padding: 0 15px;
  }
  .cover-module .list-item ul li{
    line-height: 24px;
  }
  .cover-module{
    height: auto;
  }