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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 90%;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Menu Logic Fix */
@media screen and (max-width: 1024px) {

    /* 1. FORCE SHUT: Default State 
       Ignore the JS. If the menu is meant to be closed, 
       we kill it completely so it takes 0 space. */
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* 2. FORCE OPEN: "Smart" Selector
       We look for the link (<a>) that has aria-expanded="true".
       The '~' symbol selects the menu list (<ul>) that comes after it. 
       This bypasses the JS 'display' settings. */
    .hs-menu-wrapper.flyouts li a[aria-expanded="true"] ~ ul.hs-menu-children-wrapper {
        display: block !important;
        position: relative !important; /* This creates the 'Push' effect */
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0 !important;
        box-shadow: none !important;
    }

    /* 3. UNLOCK PARENT: 
       Ensure the list item grows to fit the new content */
    .hs-menu-wrapper.flyouts li.hs-item-has-children {
        height: auto !important;
        overflow: visible !important;
        position: relative !important;
    }
  /* Helper: Ensure the arrow doesn't block clicks or layout */
    .hs-menu-wrapper.flyouts .child-trigger {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 50px !important;
        height: 50px !important;
        pointer-events: none; /* Lets you click 'through' the arrow to the link */
    }
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */

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

/* Anchors */

a {
  cursor: pointer;
}


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

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height:21px;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - 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: #EF6B51;
  margin-top: 0.35rem;
}

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

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.global-header .top-header{
  padding:11px 0px 11px;
  overflow:hidden;
}
.global-header .top-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: #000;
  z-index: -1;
  transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
}
.global-header .top-header::after {
  content:'';
  position:absolute;
  right:0;
  bottom:0;
  top:0;
  width:10%;
  z-index:-1;
  background:#000;
}
.global-header .top-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.global-header .top-header .left-col ul {
  max-width: 57%;
}
.global-header .top-header  ul a i {
  margin-right: 9px;
}
.global-header .top-header .left-col ul li:first-child a i {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
.global-header .top-header ul {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.global-header .top-header .right-col>ul>li span {
  color: #EBECEB;
}
.global-header .top-header ul li span {
  font-size: 12px;
}
.global-header .top-header .right-col>ul>li>i {
  color: #c1111f;
  margin-right: 12px;
}
.global-header .top-header .right-col ul li>ul li:not(:last-child) {
  margin-right: 5px;
}
.global-header .top-header .right-col ul li>ul li a img {
  margin-top: 7px;
}
.global-header .top-header .right-col>ul {
  max-width: 54%;
  margin: 0 0 auto auto;
  width: 100%;
}

/*==== Main Menu Styling ====*/

.global-header .man-header {
  padding: 10px 0px 9px;
}
.global-header .man-header .logo img {
  max-width: 292px;
}
.global-header .man-header .menu .hs-menu-wrapper>ul {
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li {
  position: relative;
  z-index: 1;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li:not(:last-child) {
  margin-right: 33px;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
  margin-right: 17px;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li a {
  color: #272727;
  font-weight: 600;
  position:relative;
  z-index:1;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li:hover>a {
  color:#C1111F;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after{
  content:'\f0d7';
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  font-size:15px;
  position: relative;
  right: -2px;
  top: 1px;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li:last-child a {
  border: 1px solid #272727;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li a img {
  max-width: 12px;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  background: #fff;
  box-shadow: 0px -3px 10px rgb(39 39 39 / 20%);
  /*   border-radius: 4px; */
  padding: 20px 18px 15px 18px; 
  margin-top:10px;
  z-index:5;
  left: 0;
}
.global-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-item-1>ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li {
  margin-bottom: 3px;
}
/* .global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul::before{
content: "";
width: 0;
height: 0;
position: absolute;
top: -10px;
left:10px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #000000;
} */
.global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::before {
  content:'';
  position:absolute;
  bottom:-20px;
  left:0;
  right:0;
  height:50px;
  z-index:-1;
}
.global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:not(:last-child) {
  margin-bottom: 5px;
}

/*=== Search Styling ===*/
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.global-header .man-header .search form {
  position: relative;
}
.global-header .man-header .search button {
  border: none;
  padding: 0;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  top: 0;
  border-left: 2px solid #272727;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-header .man-header .search {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
  background-color:#fff;
  z-index:2;
  visibility:hidden;
}
.man-header.search-show .hs-menu-wrapper {
  visibility: hidden;
}
.global-header .man-header.search-show .search {
  opacity: 1;
  visibility:visible;
}


.global-header{
  position:relative;
  z-index:11;
}
@media (min-width: 768px) {
  .global-header .top-header > .content-wrapper:before,
  .global-header .top-header > .content-wrapper:after{
    content: '';
    background: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60.4%;
    border-left: 3px solid #000;
    transform: skewX(-35deg);
    z-index: -1;
  }
  .global-header .top-header > .content-wrapper:after {
    width: 60.8%;
  }
  .desktop-hide {
    display: none; 
  }
  .global-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > .hs-menu-children-wrapper a {
    font-weight: 400;
    transition: 0.3s all ease;
  }
  .global-header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > .hs-menu-children-wrapper a:hover{
    color: #c1111f;
  }
}

@media (max-width: 767px) {
  .global-header  .custom-menu-primary ul  li{
    flex-basis:100%;
    width:100%;
  }
  .global-header .top-header {
    display: none;
  }
  .global-header .man-header .logo img {
    max-width: 148.18px;
  }
  .menu.vertical-center.custom-menu-primary.js-enabled {
    width: 100% !important;
    position: fixed;
    top: 0px;
    right: -768px;
    padding: 120px 15px 38px 28px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .menu.vertical-center.custom-menu-primary.js-enabled.opened {
    width: 100%;
    right: 0px;
  }
  .global-header .man-header {
    padding: 17px 0px 9px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul {
    padding-left: 30px; 
  }
  .span4.logo {
    padding-left: 12px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li a {
    font-size: 32px;
    line-height: 27px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
  }
  .search-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 27px;
    left: 84px;
    cursor:pointer;
  }
  .search-icon img {
    width: 13px;
    height: 13px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 27.44px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }
  .global-header .man-header .search {
    position: absolute;
    top: 80px;
    right: 20px;
    left: 20px;
  }
  .search form input[type=text] {
    border-radius: 0; 
  }
  .mobile-image {
    position: absolute;
    top: 15px;
    right: 57px;
    font-size: 0;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>a::after,
  .global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul::before {
    content: unset; 
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    background: transparent;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
    margin-top: 6px;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:not(:last-child) {
    margin-bottom: 5px;
  }
  .header_meta_one span {
    margin-left: 15px;
  }
  .left-col.all-text-white li a {
    line-height: 25px;
  }
  .header_meta {
    margin-top: 8px;
  }
  .header_meta_one {
    margin-bottom: 20px;
  }
  .header_meta_icons ul li {
    max-width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
  }
  .header_meta_icons ul li:not(:last-child) {
    margin-right: 13px;
  }
  .header_meta_icons {
    margin-top: 25px;
  }

  /* Toggle Button  */
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
  }
  /* Toggle Button Icon  */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top:-3px;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 25px;
    height: 3px;
    border-radius: 1px;
    display: inline-block;
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #821918;
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }
  /* Toggle Button Icon Open */
  .mobile-open .mobile-trigger,
  .mobile-trigger {
    z-index: 5;

  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #821918;
  }
  /* Child Toggle Button */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 100%;
    min-width: 25px;
    height: 33px;
    padding: 0;
    z-index: 2;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left:0px;
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i,
  .child-trigger i:after {
    width: 17px;
    height: 2px;
    background-color: #821918;
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* Toggle Button Icon Open */
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-trigger-inside {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 36px;
    left: 25px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
  }
  .mobile-trigger-inside i {
    display: inline;
    position: relative;
    top:-3px;
  }
  .mobile-trigger-inside i:before,
  .mobile-trigger-inside i:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    border-radius: 1px;
  }
  .mobile-open .mobile-trigger-inside i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #c3c3c3;
  }
  .mobile-open .mobile-trigger-inside i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #c3c3c3;
  }
}


/*===Header Respnsive ===*/

@media (min-width:768px) and (max-width:1035px) {
  .global-header .top-header>.content-wrapper:before{
    width: 53.8%;
  }
  .global-header .top-header>.content-wrapper:after{
    width: 54.6%;
  }
  .global-header .top-header .right-col>ul {
    max-width: 310px;
  }
  .global-header .top-header .left-col ul {
    max-width:290px;
  }
  .global-header .top-header::before {
    width:53%;
  }
  .global-header .man-header .logo img {
    max-width: 190px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 15px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li a {
    font-size:13px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
    margin-right: 10px;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li:last-child a {
    width: 23px;
    height: 23px;
    position:relative;
    top:3px;
  }
}


@media(min-width:768px){
  .global-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-item-1 > ul.hs-menu-children-wrapper{
    flex-direction:row;
    flex-wrap: nowrap;
    display:flex !important;
  }
  .global-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-item-1>ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    position: relative;
    left: auto;
    opacity: 1;
    top: 0;
    width:100%;
    padding-right:50px;
    display:flex !important;
  }
  .global-header .man-header .menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    border-top: 4px solid #c1111f;
    visibility: hidden;
  }
}
@media(min-width:1024px){
  .global-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-item-1>ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    padding-right:70px;
  }
}

@media(max-width:767px){
  .global-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-item-1>ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    display: block !important;
  }
  .global-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-item-1>ul.hs-menu-children-wrapper .child-trigger{
    display:none !important;
  }
}

/* Mobile Menu Logic Fix */
@media screen and (max-width: 1024px) {

    /* 1. FORCE SHUT: Default State 
       Ignore the JS. If the menu is meant to be closed, 
       we kill it completely so it takes 0 space. */
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* 2. FORCE OPEN: "Smart" Selector
       We look for the link (<a>) that has aria-expanded="true".
       The '~' symbol selects the menu list (<ul>) that comes after it. 
       This bypasses the JS 'display' settings. */
    .hs-menu-wrapper.flyouts li a[aria-expanded="true"] ~ ul.hs-menu-children-wrapper {
        display: block !important;
        position: relative !important; /* This creates the 'Push' effect */
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0 !important;
        box-shadow: none !important;
    }

    /* 3. UNLOCK PARENT: 
       Ensure the list item grows to fit the new content */
    .hs-menu-wrapper.flyouts li.hs-item-has-children {
        height: auto !important;
        overflow: visible !important;
        position: relative !important;
    }
  /* Helper: Ensure the arrow doesn't block clicks or layout */
    .hs-menu-wrapper.flyouts .child-trigger {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 50px !important;
        height: 50px !important;
        pointer-events: none; /* Lets you click 'through' the arrow to the link */
    }
}
footer.sparkchasers.footer {
  padding: 48px 0 70px;
}
.footer_info img {
  margin-bottom: 10px;
}
.footer_info p {
  font-family: 'Lato';
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer_info ul.social li img,
.mobile_soci ul.social li img{
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}
.footer_info ul.social li,
.mobile_soci ul.social li {
  font-size: 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_info ul.social li:hover,
.mobile_soci ul.social li:hover{
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer_info ul.social li:not(:last-child) {
  margin-right: 11px;
}
.footer_det_icon img {
  max-width: 30px;
  vertical-align: middle;
}
.footer_nav .hs-menu-wrapper ul {
  display: block;
}
.footer_nav .hs-menu-wrapper ul li {
  line-height: 1;
}
.footer_nav .hs-menu-wrapper ul li.hs-menu-item:not(:last-child) {
  margin-bottom: 17px;
}
.footer_nav h6 {
  margin-bottom: 21px;
}
.footer_nav .hs-menu-wrapper ul li a {
  font-family: 'Lato';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_det_text p {
  font-family: 'Lato';
  margin-bottom: 0;
}
.footer_det_text a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; 
}
.footer_info {
  -ms-flex-preferred-size: 21.3%;
  flex-basis: 21.3%;
  margin-right: 15.5%;
}
.footer_nav_details {
  -ms-flex-preferred-size: 63.2%;
  flex-basis: 63.2%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_nav {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-right: 2%;
  margin-top: 25px;
}
.footer_det_icon {
  margin-right: 5.7%;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}
.footer_det_text {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.footer_details_main:not(:last-child) {
  margin-bottom: 20px;
}
.footer_details_main:nth-child(3) {
  margin-bottom: 60px;
}
.footer_details {
  margin-top: 7px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.footer_row {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 45px;
}
.footer_copyright_block ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_copyright_block {
  margin-top: 2px;
}
.footer_copyright_block ul li p, .footer_copyright_block ul li a {
  font-size: 12px;
  line-height: 29px;
  margin-bottom: 0;
}
.footer_copyright_block ul li a {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .footer_info {
    -ms-flex-preferred-size: 29.3%;
    flex-basis: 29.3%;
    margin-right: 7.5%;
  }
  .footer_details {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

@media (max-width: 767px) {
  footer.sparkchasers.footer {
    padding: 20px 0 70px;
  }
  footer.sparkchasers.footer .content-wrapper {
    padding: 0 36px;
  } 
  .footer_row.d-flex,
  .footer_nav_details.d-flex {
    display: block;
  }
  .footer_info img {
    margin-bottom: 37px;
    max-width: 178px;
  }
  .footer_info {
    margin-right: 0;
  }
  .footer_info ul.social {
    display: none;
  }
  .footer_info p {
    margin-right: 31%;
    margin-bottom: 28px;
  }
  .footer_nav h6 {
    margin-bottom: 20px;
  }
  .footer_nav {
    margin-right: 0; 
  }
  .footer_details {
    margin-top: 40px;
  }
  .mobile_soci {
    font-size: 0;
    margin-top: 48px;
  }
  .mobile_soci ul.social li:not(:last-child) {
    margin-right: 15px;  
  }
  .footer_copyright_block {
    margin-top: 17px;
  }
  .footer_copyright_block ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer_copyright_block ul li:not(:last-child) {
    margin-bottom: 7px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
  visibility: visible;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Mobile Menu Logic Fix */
@media screen and (max-width: 1024px) {

    /* 1. FORCE SHUT: Default State 
       Ignore the JS. If the menu is meant to be closed, 
       we kill it completely so it takes 0 space. */
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* 2. FORCE OPEN: "Smart" Selector
       We look for the link (<a>) that has aria-expanded="true".
       The '~' symbol selects the menu list (<ul>) that comes after it. 
       This bypasses the JS 'display' settings. */
    .hs-menu-wrapper.flyouts li a[aria-expanded="true"] ~ ul.hs-menu-children-wrapper {
        display: block !important;
        position: relative !important; /* This creates the 'Push' effect */
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0 !important;
        box-shadow: none !important;
    }

    /* 3. UNLOCK PARENT: 
       Ensure the list item grows to fit the new content */
    .hs-menu-wrapper.flyouts li.hs-item-has-children {
        height: auto !important;
        overflow: visible !important;
        position: relative !important;
    }
  /* Helper: Ensure the arrow doesn't block clicks or layout */
    .hs-menu-wrapper.flyouts .child-trigger {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 50px !important;
        height: 50px !important;
        pointer-events: none; /* Lets you click 'through' the arrow to the link */
    }
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
button.slick-arrow,button.slick-arrow:active {
  padding: 14px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background: var(--primary_color);
  border-radius: 100%;
  -webkit-transition:0.3s all ease-in-out; 
  -o-transition:0.3s all ease-in-out; 
  transition:0.3s all ease-in-out;
  position: absolute;
  z-index:3;
}
button.slick-arrow:hover{
  opacity:0.9;
  -webkit-transition:0.3s all ease-in-out;
  -o-transition:0.3s all ease-in-out;
  transition:0.3s all ease-in-out;
}
button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before{
  content:'';
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size:16px;
   
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 5px;
  color: #fff;
    line-height: 1.2;
}
button.slick-prev.slick-arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
button.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: initial;
  pointer-events: none;
}
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Flex CSS */

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: grid
}

.table {
  display: table;
}

.table-caption {
  display: table-caption
}

.table-cell {
  display: table-cell
}

.table-column {
  display: table-column
}

.table-column-group {
  display: table-column-group
}

.table-footer-group {
  display: table-footer-group
}

.table-header-group {
  display: table-header-group
}

.table-row-group {
  display: table-row-group
}

.table-row {
  display: table-row
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-no-wrap {
  flex-wrap: nowrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.self-auto {
  align-self: auto
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.self-center {
  align-self: center
}

.self-stretch {
  align-self: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.content-center {
  align-content: center
}

.content-start {
  align-content: flex-start
}

.content-end {
  align-content: flex-end
}

.content-between {
  align-content: space-between
}

.content-around {
  align-content: space-around
}

.flex-1 {
  flex: 1 1 0%
}

.flex-auto {
  flex: 1 1 auto
}

.flex-initial {
  flex: 0 1 auto
}

.flex-none {
  flex: none
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-shrink {
  flex-shrink: 1
}

@media(min-width:768px) {
  body .equal-height-container>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* Flex CSS */

/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}


/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.2%;
  -webkit-flex-basis: 30.2%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}

@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}

/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative
}

@media(max-width: 480px) {
  body .container-fluid .row-fluid .four-col-adjust>span {
    display:block;
    margin-right: 0
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 20px
  }

  .change-on-mobile>.row-fluid-wrapper>.row-fluid {
    display: flex;
    flex-direction: column-reverse
  }
}

/*==================================================
Five Col Adjust 
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative
}

@media(max-width: 1024px){
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.8% !important;
    -webkit-flex-basis: 30.8% !important;
  }
}
@media(max-width: 540px){
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    flex-basis: 47.5% !important;
    -webkit-flex-basis: 47.5% !important;
  }
}
@media(max-width: 480px) {
  body .container-fluid .row-fluid .five-col-adjust>span {
    display:block;
    margin-right: 0
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 20px
  }
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.all-text-black,
.all-text-black h1,
.all-text-black h2,
.all-text-black h3,
.all-text-black p,
.all-text-black h4,
.all-text-black h5,
.all-text-black h6,
.all-text-black li,
.all-text-black .fa,
.all-text-black a{
  color:#000;
}

.all-text-green,
.all-text-green h1,
.all-text-green h2,
.all-text-green h3,
.all-text-green p,
.all-text-green h4,
.all-text-green h5,
.all-text-green h6,
.all-text-green li,
.all-text-green .fa,
.all-text-green a{
  color:#a2ba2b;
}

.all-text-orange,
.all-text-orange h1,
.all-text-orange h2,
.all-text-orange h3,
.all-text-orange p,
.all-text-orange h4,
.all-text-orange h5,
.all-text-orange h6,
.all-text-orange li,
.all-text-orange .fa,
.all-text-orange a{
  color:#ff922b;
}

.all-text-grey,
.all-text-grey h1,
.all-text-grey h2,
.all-text-grey h3,
.all-text-grey p,
.all-text-grey h4,
.all-text-grey h5,
.all-text-grey h6,
.all-text-grey li,
.all-text-grey .fa,
.all-text-grey a{
color:#EBECEB;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}
.align-center,
.align-center h1,
.align-center h2,
.align-center h3,
.align-center p,
.align-center h4,
.align-center h5,
.align-center h6,
.align-center .fa,
.align-center a{
  text-align: center;
}

.align-right h1,
.align-right h2,
.align-right h3,
.align-right p,
.align-right h4,
.align-right h5,
.align-right h6,
.align-right .fa,
.align-right a{
  text-align: right;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}

/* Font-weight */

.font-weight-nine,
.font-weight-nine h1,
.font-weight-nine h2,
.font-weight-nine h3,
.font-weight-nine h4,
.font-weight-nine h5,
.font-weight-nine h6,
.font-weight-nine li,
.font-weight-nine p,
.font-weight-nine a {
  font-weight:900;
}

.font-weight-eight,
.font-weight-eight h1,
.font-weight-eight h2,
.font-weight-eight h3,
.font-weight-eight h4,
.font-weight-eight h5,
.font-weight-eight h6,
.font-weight-eight li,
.font-weight-eight p,
.font-weight-eight a {
  font-weight:800;
}

.font-weight-seven,
.font-weight-seven h1,
.font-weight-seven h2,
.font-weight-seven h3,
.font-weight-seven h4,
.font-weight-seven h5,
.font-weight-seven h6,
.font-weight-seven li,
.font-weight-seven p,
.font-weight-seven a {
  font-weight:700;
}

.font-weight-six,
.font-weight-six h1,
.font-weight-six h2,
.font-weight-six h3,
.font-weight-six h4,
.font-weight-six h5,
.font-weight-six h6,
.font-weight-six li,
.font-weight-six p,
.font-weight-six a {
  font-weight:600;
}

.font-weight-five,
.font-weight-five h1,
.font-weight-five h2,
.font-weight-five h3,
.font-weight-five h4,
.font-weight-five h5,
.font-weight-five h6,
.font-weight-five li,
.font-weight-five p,
.font-weight-five a {
  font-weight:500;
}

.font-weight-four,
.font-weight-four h1,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four li,
.font-weight-four p,
.font-weight-four a {
  font-weight:400;
}

.font-weight-three,
.font-weight-three h1,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three li,
.font-weight-three p,
.font-weight-three a {
  font-weight:300;
}

/* ---------------border Left--------------- */
.br-l{
  position: relative;
}
.br-l::before{
  content: '';
  position: absolute;
  width: 12000px;
  left: -12015px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary_color);    
}
/* ---------------border Right--------------- */
.br-r{
  position: relative;
  width: max-content;
}
.br-r::before{
  content: '';
  position: absolute;
  width: 12000px;
  right: -12015px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary_color);    
}
/* ---------------border Top--------------- */
.br-t{
  position: relative;  
  max-width: max-content;
}
.br-t::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--primary_color);
}
/* ---------------border Bottom--------------- */
.br-b{
  position: relative;
  max-width: max-content;  
}
.br-b:after{
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 3px;
  background-color: var(--primary_color);
}
/*========End==================*/
/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* 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;
  }
}
/* ======================================================== Blog Listing Page Start ================================================== */

.spark-blog-listing .wrapper {
  max-width: 988px;
  padding: 0px 20px;
  margin: auto;
}
.spark-blog-listing .spark-blog-listing-start .dropdown-padding{
  padding: 120px 0px 97px 23px;
  position: relative;
}
.spark-blog-listing .spark-blog-listing-start .option-title{
  display: inline;
  padding: 7px 53px 11px 13px;
  background-color: var(--primary_color);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-family: 'Lato';
}
.spark-blog-listing .spark-blog-listing-start .dropdown-option{
  position: absolute;
  background-color: #fff;
  z-index: 9;
  padding-top: 10px;
  top: 152px;
  width: 168.25px;
  border-radius: 4px;
  max-height: 250px;
  overflow-y: scroll !important;
  border: 1px solid #cecece;
  border-top: 0;
}
.spark-blog-listing .spark-blog-listing-start .dropdown-option li{
  list-style: none;
  padding: 0px 10px 10px 10px;
  -webkit-transition: .3s  ease;
  -o-transition: .3s  ease;
  transition: .3s  ease;
}
.dropdown-option::-webkit-scrollbar {
  width: 2px;
}
.dropdown-option::-webkit-scrollbar-thumb {
  background: #d0d0d0;
}
.dropdown-option::-webkit-scrollbar-track {
  background: transparent;
}

.spark-blog-listing .spark-blog-listing-start .option-title i{
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  top: 34%;
  right: 20px;
  font-size: 14px;
}
.spark-blog-listing .spark-blog-listing-start .option-title.open_arrow i{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spark-blog-listing .spark-blog-listing-start .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3{
  -ms-flex-preferred-size: 29.642%;
  flex-basis: 29.642%;
  margin-right: 5.5%;
  margin-bottom: 55px;
  -webkit-box-shadow: 0px 0px 6px #00000029;
  box-shadow: 0px 0px 6px #00000029;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3:nth-child(3n+3){
  margin-right: 0;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .image-block{
  min-height: 181px;
  position: relative;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .image-block a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .bottom-post{
  padding: 6px 27px 28px 22px;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .bottom-post .min-read span{
  font-size: 12px;
  color: #C1C1C1;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .bottom-post h6 {
  line-height: 1.2;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .bottom-post h6 a{
  color: #444444;
  font-weight: 700;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .bottom-post p{
  font-size: 14px;
  color: #444444;
  line-height: 21px;
}
.spark-blog-listing .spark-blog-listing-start .load-more a.cta_button{
  padding: 12px 41px;
  font-size: 15px;
  line-height: 18px;
  border-radius: 4px;
}
.spark-blog-listing .load-more {
  padding-bottom: 86px;
}
.spark-blog-listing .spark-blog-listing-start .d-flex .col-3 .bottom-post h6 a:hover {
  font-weight: 700;
  color: #900;
}

@media(max-width: 767px){
  .spark-blog-listing .spark-blog-listing-start .d-flex .col-3{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .spark-blog-listing .spark-blog-listing-start .dropdown-padding {
    padding: 80px 0px 40px 0;
  }
  .spark-blog-listing .spark-blog-listing-start .option-title {
    display: block;
  }
  .spark-blog-listing .spark-blog-listing-start .dropdown-option {
    width: 100%;
    top: 125px;
  }
}



/* ======================================================== Blog Listing Page Ends ================================================== */



/* ======================================================== Blog Posting Page Start ================================================== */

.spark-blog-post .wrapper{
  max-width: 988px;
  padding: 0px 20px;
  margin: auto;
}
.spark-blog-post .image-bg{
  min-height: 423px;
  position: relative;
}
.spark-blog-post .image-bg:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}
.spark-blog-post .blog-post-title{
  padding: 176px 0px;
  position: relative;
  z-index: 1;
}
.spark-blog-post .content-block .min-read{
  padding: 95px 0px 11px;
}
.spark-blog-post .content-block .min-read span{
  font-size: 12px;
  color: #CECECE;
  text-transform: uppercase;
}
.spark-blog-post .content-block .post-content-title{
  padding-bottom: 175px;
}
.blog_meta_info {
  font-size: 12px;
  line-height: 15px;
  color: #BCBCBC;
  margin-bottom: 58px;
}
.spark-blog-post .content-block .post-content-title h2 a{
  color: #444444;
}
.spark-blog-post .content-block .d-flx{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}
.spark-blog-post .content-block .d-flx:first-child{
  padding-bottom: 55px;
}
.spark-blog-post .content-block .d-flx .author-name{
  padding-left: 5px;
  padding-right: 5px;
}
.spark-blog-post .content-block .d-flx .dates{
  padding-left: 5px;
}
.spark-blog-post .content-block .d-flx{
  padding-bottom: 50px;
} 
.spark-blog-post .content-block .d-flx.color{
  color: #383A40;
}
.spark-blog-post .content-block .d-flx .tag-lists .tag-link{
  padding: 9px 15px 9px 15px;
  background-color: var(--primary_color);
  border-radius: 3px;
  color: #fff;
  margin-left: 5px;
  font-family: 'Lato';
}

.spark-blog-post .post-body{
  padding: 0px 93px 32px;
}
.spark-blog-post .post-body .blog-share{
  padding: 12px 0px 15px;
}
.spark-blog-post .post-body .blog-share .hs-blog-social-share .hs-blog-social-share-item-linkedin{
  margin: -8px 5px 0px 0px;
}
.spark-blog-post .post-body .blog-share .hs-blog-social-share .hs-blog-social-share-list{
  padding: 27px 0px 21px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.spark-blog-post .post-body .blog-share .hs-blog-social-share{
  height: 100%;
}
.spark-blog-post .post-body p,
.spark-blog-post .post-body h2,
.spark-blog-post .post-body h3,
.spark-blog-post .post-body h4,
.spark-blog-post .post-body h5,
.spark-blog-post .post-body h6,
.spark-blog-post .post-body h1,
.spark-blog-post .post-body li{
  color: #444444;
  font-weight: normal;
}
.spark-blog-post .post-body h4 {
  margin-bottom: 10px;
}
.spark-blog-post .post-body p + img {
  margin-top: 20px;
  margin-bottom: 36px;
}
.continue-post p {
  font-size: 12px;
  line-height: 24px;
}

.spark-blog-post .pagination-section{
  max-width: 1170px;
  margin: auto;
  padding: 0px 20px;
}
.spark-blog-post .pagination-section .post-pagination{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #EAEAEA;
}
.spark-blog-post .pagination-section .post-pagination .nav-text a{
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #444444;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Lato';
}
.spark-blog-post .pagination-section .post-pagination .prev-post .nav-text a i{
  font-size: 24px;
  margin-right: 10px;
}
.spark-blog-post .pagination-section .post-pagination .next-post .nav-text a i{
  font-size: 24px;
  margin-left: 10px;
}

@media(max-width:767px){
  .spark-blog-post .content-block .min-read{
    padding: 40px 0px 0px;
  }
  .spark-blog-post .content-block .post-content-title{
    padding-bottom: 40px;
  }
  .spark-blog-post .content-block .d-flx{
    padding-bottom: 30px;
  }
  .spark-blog-post .post-body{
    padding: 0px 53px 30px;
  }
  .spark-blog-post .post-body h4 {
    line-height: 1.2;
  }
}

@media(max-width:480px){
  .spark-blog-post .post-body{
    padding: 0px 0px 30px;
  }
  .spark-blog-post .pagination-section .post-pagination{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0px 20px;
  }
  .spark-blog-post .pagination-section .post-pagination .prev-post{
    padding-bottom: 10px;
  }
}








/* ======================================================== Blog Posting Page Ends ================================================== */

/* module-css */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.grid-blog-cm{
  position: relative;
  z-index: 1;
}

.grid-blog-cm .content-wrapper{
  max-width: 1280px;
  padding:0;
}

.grid-blog-cm .blog-heading{
  max-width: 570px;
  margin:0 auto 60px;
}

.grid-blog-cm .blog-heading h2{
  position: relative;
  line-height: 55px;
  color: var(--secondary_color);
  padding-top: 20px;
}

.grid-blog-cm .blog-heading h2:after{
  content:'';
  position: absolute;
  top: 0px;
  max-width: 254px;
  width: 100%;
  min-height: 5px;
  background-color: var(--primary_color);
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}

.grid-blog-cm .flex-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-blog-cm .flex-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.grid-blog-cm .flex-card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-blog-cm .image-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.grid-blog-cm .text-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 44px 20px 58px;
}

.grid-blog-cm .text-col .blog-content p{
  font-size: 14px;
}

.grid-blog-cm .text-col .flex-links{
  margin-top: 24px;
}

.grid-blog-cm .text-col .flex-links .mobile-tag p{
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--primary_color);
  font-weight: 500;
}

.grid-blog-cm .text-col .flex-links .mobile-tag p span svg{
  height:16px;
  width: 16px;
  position: relative;
  top: 3px;
  margin-right: 6px;
}

.grid-blog-cm .text-col .blog-cta .arrow-icon svg{
  width: 16px;
  height: 16px;
  position:relative;
  top: 4px;
  margin-left: 6px;
}

.grid-blog-cm .text-col .blog-cta a:hover{
  font-weight: 700;
  color: var(--primary_color);
}

.grid-blog-cm .blog-img{
  width: 100%;
  height:100%;
}

.grid-blog-cm .text-col .flex-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-blog-cm  .blog-cta a {
  font-size: 14px;
}

.blog-banner-with-form .image-block{
  min-height: 430px;
  border-bottom: 4px solid var(--primary_color);
  position: relative;
}
.blog-banner-with-form .image-block:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-banner-with-form .image-block .banner-title{
  z-index: 1;
  position: relative;
  padding: 177px 0px 179px;
}
.blog-banner-with-form .blog-newsletter{
  background-color: #EBECEB;
  max-width: 62%;
  margin: -125px auto 0px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #fff;
  z-index: 2;
  position: relative;
}
.subscribe-form .form-title {
  display: none;
}
.subscribe-form form label {
  color: #000000;
  margin-bottom: 3px;
}
.blog-banner-with-form .blog-newsletter .subscribe-text h5{
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  color: #272727;
}
.blog-banner-with-form .blog-newsletter .subscribe-form form{
  padding: 0px 40px 40px 40px;
  position: relative;
}
.blog-banner-with-form .blog-newsletter .subscribe-form form .hs_error_rollup{
  position: absolute;
  bottom: 10%;
  display: none;
}
.blog-banner-with-form .blog-newsletter .subscribe-form form  .hs-form-required{
  color: #000000;
}
.blog-banner-with-form .blog-newsletter .subscribe-form .submitted-message{
  text-align: center;
  padding-bottom: 10px;
}
.blog-banner-with-form .blog-newsletter .subscribe-form .hs_email{
  width: calc(100% - 192px);
}
.blog-banner-with-form .blog-newsletter .subscribe-form .hs_email input[type=email]{
  border-color: #676666;
  padding: 10px 20px;
  line-height: 1;
}
.blog-banner-with-form .blog-newsletter .subscribe-form .hs_submit{
  margin-left: 2%;
  padding-top: 0px;
  position: absolute;
  right: 40px;
  top: 39px;
}
.blog-banner-with-form .blog-newsletter .subscribe-form form input[type=submit]{
  background-color: rgba(193,17,31,1.0);
  color: #fff;
  outline: none;
  font-size: 15px;
  padding: 11.5px 54px;
  line-height: 1;
  border-radius: 4px;
}
.blog-banner-with-form .blog-newsletter .subscribe-form form input[type=submit]:hover {
  color: var(--primary_color); 
  border-color: var(--primary_color); 
  background: transparent;
}

.spark-next-prev{
  padding: 65px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.spark-next-prev .flex-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spark-next-prev .flex-col{
  -ms-flex-preferred-size: 48.7%;
  flex-basis: 48.7%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 2.4%;
  background:#F4F4F4;
}
.spark-next-prev .flex-col:last-child{
  margin-right: 0;
}
.spark-next-prev .flex-col .blog-img{
  min-height: 245px;

  -ms-flex-preferred-size: 39.064%;
  flex-basis: 39.064%;
}
.spark-next-prev .flex-card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height:100%;
}

.spark-next-prev .text-col{
  -ms-flex-preferred-size: 60.91%;
  flex-basis: 60.91%;
  padding: 14px 30px 30px 30px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.spark-next-prev .text-col .blog-content .content-title{
  margin-bottom: 30px;
}
.spark-next-prev .text-col .blog-content p{
  font-size: 14px;
}
.spark-next-prev .text-col .d-flex{
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-left:0px;
}
.spark-next-prev .text-col .d-flex .time-part{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.spark-next-prev .text-col .d-flex .read-more{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
  padding-right: 10px;
}
.spark-next-prev .text-col .d-flex .read-more a{
  font-size: 14px;
  width: 100%;
}
.spark-next-prev .text-col .d-flex .read-more .read-text{
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  text-transform: uppercase;
  display: inline-block;
}
.spark-next-prev .text-col .d-flex .read-more a:hover {
  font-weight: 700;
}
.spark-next-prev .text-col .d-flex .time-part svg{
  width: 16px;
  height: 16px;
  position:relative;
  margin-right: 8px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  vertical-align: middle;
}
.spark-next-prev .text-col .d-flex .time-part .min-read{
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  font-size: 14px;
}
.spark-next-prev .text-col .d-flex .read-more svg{
  width: 16px;
  height: 16px;
  position:relative;
  top: 3px;
  margin-left: 8px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.spark-next-prev .text-col .d-flex .read-more .read-svg{
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media(min-width:768px){
  body .profile_page2 .grid-blog-cm .image-col {
    -ms-flex-preferred-size: 47.2%;
    flex-basis: 47.2%;
  } 
  body .profile_page2 .grid-blog-cm .text-col {
    -ms-flex-preferred-size: 52.49%;
    flex-basis: 52.49%;
  }
}
@media(min-width: 1025px){
  .grid-blog-cm .flex-col:nth-of-type(odd){
    padding-right: 15px;
  }

  .grid-blog-cm .flex-col:nth-of-type(even){
    padding-left: 15px;
  }
  .grid-blog-cm .text-col .blog-content h5{
    line-height: 30px;
  }

  .grid-blog-cm .text-col .blog-content p{
    line-height: 24px;
  }

}

@media (min-width:768px) and (max-width:900px) {
  .spark-next-prev .flex-col .blog-img,
  .spark-next-prev .text-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spark-next-prev .text-col .d-flex {
    padding-left:0px;
  }
  .spark-next-prev .text-col .d-flex .read-more {
    text-align: right;
  }
}

@media(max-width: 1024px){
  .grid-blog-cm .flex-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .grid-blog-cm .flex-col:not(:last-child){
    margin-bottom: 30px
  }
  .grid-blog-cm .blog-heading{
    margin-bottom: 32px;
  }
}

@media(max-width: 575px){
  .grid-blog-cm .image-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .grid-blog-cm .blog-heading h2:after{
    max-width: 154px;
  }
  .grid-blog-cm .text-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 14px 35px 30px 40px;
  }
  .grid-blog-cm .blog-img{
    min-height: 300px;
  }
}
@media(max-width: 1043px){
  .spark-next-prev .text-col{
    padding: 20px 15px 36px 15px;
  }
  .blog-banner-with-form .blog-newsletter{
    max-width: 75%;
  }
  .spark-next-prev .text-col .d-flex .read-more a {
    font-size: 13px;
  }
}

@media(min-width: 768px) and (max-width: 1043px) {

  .spark-next-prev .text-col .d-flex .read-more .read-text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  
}

@media(max-width: 767px) {
  .grid-blog-cm .content-wrapper{ 
    padding: 0 20px; 
  }
  .grid-blog-cm .text-col {
    padding: 20px; 
  }
  .blog-banner-with-form .blog-newsletter{
    max-width: 85%;
  }
  .blog-banner-with-form .blog-newsletter .subscribe-form .hs_email {
    width: calc(100%);
    margin-bottom: 10px;
  }
  .blog-banner-with-form .blog-newsletter .subscribe-form .hs_email{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .blog-banner-with-form .blog-newsletter .subscribe-form .hs_submit{
    margin-left: 0%;
    padding-top: 10px;
    position: relative;
    right: 0;
    top: 0;
  }
  .blog-banner-with-form .blog-newsletter .subscribe-form form input[type=submit] {
    width: 100%; 
  }
  body .spark-next-prev {
    padding:40px 20px;
  }
  body .spark-next-prev .text-col .blog-content .content-title {
    margin-bottom: 10px;
  }
  body .spark-next-prev .text-col .d-flex {
    margin-top: 24px;
  }
  .spark-next-prev .flex-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0%;
  }
  body .spark-next-prev .image-col, 
  body .spark-next-prev .text-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spark-next-prev .flex-col:last-child{
    margin-top: 30px;
  }

  .spark-next-prev .text-col .d-flex .read-more .read-text{
    text-align: left;
    -ms-flex-preferred-size: 23%;
    flex-basis: 80px;
  }
  .spark-next-prev .text-col .d-flex .read-more a {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
}
@media (max-width:1110px) {
 .spark-next-prev .text-col .d-flex .read-more{
   padding-right:0px;
  }
}
.contact_map_main {
  font-size: 0;
}


.contact_form_content h6 {
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 800;
}
.contact_form_content h2 {
  color: #272727;
  margin-bottom: 22px;
}
.contact_form_content p {
  margin-bottom: 25px;
}
.contact--form form label {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Open Sans';
  margin-bottom: 10px;
}
form input[type=text], 
form input[type=email], 
form input[type=password], 
form input[type=tel], 
form input[type=number], 
form input[type=file], 
form select, 
form textarea {
  padding: 13px 5px 13px 25px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 20px;
}
.contact--form form .input {
  position: relative;
}
.contact--form form .input:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 24px;
  background: #c3c3c3;
  top: 12px;
  left: 12px;
}
.contact--form form .hs-form-field {
  margin-bottom: 25px;
}
.contact--form form .hs_phone.hs-form-field {
  margin-bottom: 32px;
}
.contact--form form textarea {
  min-height: 150px;
  resize: none;
}
.contact--form form .hs-richtext {
  margin-top: -4px;
  text-align: right;
  margin-bottom: 16px;
}
.contact--form form .hs-richtext a {
  font-size: 12px;
  line-height: 21px;
  font-family: 'Open Sans';
  color: #707070;
}
.contact--form form .hs_message.hs-form-field {
  margin-bottom: 0;
}
.contact_form_content {
  margin-bottom: 40px;
}
.contact--form {
  padding-left: 17px;
}
.contact--form form {
  max-width: 356px;
}
.contact--form form input::-webkit-input-placeholder {
  opacity: 0.4;
}
.contact--form form input::-moz-placeholder {
  opacity: 0.4;
}
.contact--form form input:-ms-input-placeholder {
  opacity: 0.4;
}
.contact--form form input::-ms-input-placeholder {
  opacity: 0.4;
}
.contact--form form input::placeholder {
  opacity: 0.4;
}
.cd_icon svg {
  max-width: 25px;
}
.cd_details p,
.cd_details a,
.cd_details a:hover{
  font-family: 'Lato';
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}

.cd_details a {
  color: inherit;
}
.contact_det_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} 
.cd_icon {
  -ms-flex-preferred-size: 5.5%;
  flex-basis: 5.5%;
  margin-right: 5%;
  margin-top: 4px;
}
.cd_details {
  -ms-flex-preferred-size: 89.5%;
  flex-basis: 89.5%;
}
.contact_det_main:not(:last-child) {
  margin-bottom: 30px;
}
.contact--form form input[type=submit],.contact--form form .hs-button {
  border-radius: 4px;
}



.two_column_box .top-text .text-content{
  max-width:825px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:27px;
}
.two_column_box .bottom-text .text-flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two_column_box .bottom-text .text-flex .text-box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: .7%;
  border-left: 15px solid #000;
  background-color:var(--primary_color);
}
.two_column_box .bottom-text .text-flex .text-box:nth-child(2n-2) {
  margin-right: 0;
}
.two_column_box .bottom-text{
  margin-top: 84px;
}
.two_column_box .bottom-text .text-box-fix{
  border-left: 6px solid #000;
  margin-left: 5px;
  padding: 23px 20px 23px 20px;
}
.two_column_box .bottom-text {
  position: absolute;
  width: 100%;
  max-width: 1090px;
  bottom: -86px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
}
.two_column_box.section-padding {
  padding-top: 4px;
  position: relative;
}
.two_column_box .top-text {
  padding-bottom: 74px;
}
.two_column_box .top-text .text-content h1{
  margin-bottom: 10px;
}
.two_column_box_fix{
  margin-bottom: 95px;
}
.two_column_box_fix .bottom-text .all-text-grey a:hover{
  color:#ebeceb;
  text-decoration:underline;
}
.two_column_box_fix .top-text .cta_button_div {
  margin-top: 35px;
}



.home-banner-section .image-bg{
  min-height: 580px;
  background-color:var(--third_color);
}
.home-banner-section.section-padding{
  padding-top:0;
  padding-bottom:0;
  position: relative;
  overflow: hidden;
  z-index:1;
}
.home-banner-section .text-content{
  position: absolute;
  width: 100%;
  left: 0%;
  right: 0%;
  -webkit-transform:skewY(-3deg);
  -ms-transform:skewY(-3deg);
  transform:skewY(-3deg);
  z-index: 1;
  border-top: 10px solid var(--primary_color);
  background-color: var(--third_color);
  height: 120px;
  bottom: -56px;
}

.home-banner-section .text-content h6 {
  max-width: 318px;
  margin-left: auto;
  margin-right: 0;
  font-weight: 900;
}
.home-banner-section .text-content h6 span {
  background: var(--primary_color);
  color: #fff;
  padding: 7px 11px 7px 14px;
  margin-right: 8px;
}


.date-with-text .content-wrapper{
  max-width:975px;
}
.date-with-text .section-padding{
  padding-top:19px;
}
.date-with-text .heading-text{
  padding:0 0 40px 0;
  position:relative;
  z-index:2;
}
.details-fix.btm-margin{
  margin-bottom:30px;
}
.heading-text .br-t {
  margin-left: auto;
  margin-right: auto;
}
.heading-text .br-t::before {
  top: -19px;
  width: 80%;
}
.date-with-text .compname-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.date-with-text .link-text.custom-link a {
  font-family: Lato;
font-weight: bold;
font-size: 20px;
line-height: 30px;
  -webkit-transition:.3s ease-in-out all;
  -o-transition:.3s ease-in-out all;
  transition:.3s ease-in-out all;
}
.date-with-text .link-text.custom-link a:hover{
  color :var(--primary_color);
}

.list-card-cm{
  position: relative;
  z-index: 1;
  border-top: 5px solid var(--primary_color);
  border-bottom: 5px solid var(--primary_color);
}
.card-container .card-wrapper .card-text.all-text-white h2 {
  color: #ffffff;
}
.card-container .card-wrapper .card-cta.custom_border a.cta_button {
  border-color: #ffffff;
  color: #ffffff;
}
.list-card-cm .section-heading{
  margin-bottom: 37px;
}

.list-card-cm.section-padding{
  padding-top: 50px;
  padding-bottom: 255px;
}

.list-card-cm .img-overlay{
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.list-card-cm .flex-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1064px;
  margin-left: auto;
}

.list-card-cm .flex-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.list-card-cm .flex-col .card-descr p{
  font-size: 14px;
}

.card-container{
  padding:0 20px;
}

.card-container .card-wrapper{
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 48px 38px 40px;
  margin-top: -204px;
}

.card-container .card-wrapper .card-text h2{
  color: var(--primary_color);
}

.card-container .card-wrapper .card-text{
  margin-bottom: 46px;
}

.card-container .card-wrapper .card-cta a.cta_button{
  color: var(--secondary_color);
  font-size: 18px;
  max-width: 196px;
  width: 100%;
  padding: 5px 0px;
}

/* three-col-text css starts */

.list-card-cm .three-col-text{
  max-width:920px;
  margin:0 auto;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}
.list-card-cm .three-col-text{
  margin-bottom:-10px;
}
.list-card-cm .three-col-text .split-col-text{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-right:78px
}
.list-card-cm .three-col-text .split-col-text:nth-child(3n+3){
  margin-right:0;
}


.newsletter-section{
  position: relative;
}
.newsletter-section::after,
.newsletter-section::before{
  content: '';
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0; 
}
.newsletter-section::after{
  background-color: rgba(0,0,0,.75);
}
.newsletter-section .form-heading{
  text-align: center;
  position: relative;
  z-index: 1;

}
.newsletter-section .form-container{
  position: relative;
  z-index: 1;
}
.newsletter-section .form-heading h2{
  margin-bottom : 7px;
  line-height: 1;
}
.newsletter-section .form-heading p{
  margin: 0;
}

.newsletter-section .form-container form label:not(.hs-error-msg){
  display: none;
}
.newsletter-section .form-container form input[type=text]:focus, 
.newsletter-section .form-container form input[type=email]:focus, 
.newsletter-section .form-container form input[type=password]:focus, 
.newsletter-section .form-container form input[type=tel]:focus, 
.newsletter-section .form-container form input[type=number]:focus, 
.newsletter-section .form-container form input[type=file]:focus, 
.newsletter-section .form-container form select:focus, 
.newsletter-section .form-container form textarea:focus{
  outline: none;
}

.newsletter-section .form-container form input[type=text], 
.newsletter-section .form-container form input[type=email], 
.newsletter-section .form-container form input[type=password], 
.newsletter-section .form-container form input[type=tel], 
.newsletter-section .form-container form input[type=number], 
.newsletter-section .form-container form input[type=file], 
.newsletter-section .form-container form select, 
.newsletter-section .form-container form textarea{
  padding: 14px 20px;
  font-size: 14px;
  display: block;
  border: 1px solid #272727;
  font-family: arial;
}
.newsletter-section .form-container form ::-webkit-input-placeholder {
  color: #676666;
  opacity: 1;
}
.newsletter-section .form-container form ::-moz-placeholder {
  color: #676666;
  opacity: 1;
}
.newsletter-section .form-container form :-ms-input-placeholder {
  color: #676666;
  opacity: 1;
}
.newsletter-section .form-container form ::-ms-input-placeholder {
  color: #676666;
  opacity: 1;
}
.newsletter-section .form-container form ::placeholder {
  color: #676666;
  opacity: 1;
}
.newsletter-section .form-container form :-ms-input-placeholder {
  color: #676666;
}
.newsletter-section .form-container form ::-ms-input-placeholder {
  color: #676666;
}
.newsletter-section .form-container form > div{
  margin: 0;
  margin-right: 0; 
}
.newsletter-section .form-container form div + div{
  margin:0;
  margin-top: 1.4rem;
}
.newsletter-section .form-container form .hs-form-field{
  position: relative;
}
.newsletter-section .form-container form ul.hs-error-msgs{
  position: absolute;
  bottom: -30px;
}
.newsletter-section .form-container form ul.hs-error-msgs li label{
  font-size: 12px;
  margin: 0;
}
.newsletter-section .form-container form input[type=submit], form .hs-button{
  padding: 14px 51px;
  font-size: 18px;
  border-radius: 4px;
  line-height: 19px;
}

.page-hero-section{
  position: relative;
}
.page-hero-section::before{
  content: '';
  position: absolute; 
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-hero-section::after{
  content: '';
  position: absolute; 
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-hero-section .content-start{
  position: relative;
  z-index: 1;
}
.page-hero-section .text-margin-zero{
  margin: 0;
}

.page-hero-section h2 small{
  font-size: 78.261%;
}
.page-hero-section p{
  line-height: 19px;
  margin-bottom: 11px;
}
.page-hero-section .br-b:after{
  bottom: -6px;
  height: 2px;
}

.page-hero-section h2{
  line-height: 44px;
}
.page-hero-section .button-container{
  margin-top: 40px;
}
.page-hero-section .button-container a.cta_button{
  color: white;
  padding: 7px 48px;
  line-height: 28px;
  font-size: 18px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.quote-form-cm{
  position: relative;
  z-index: 1;
}

.quote-form-cm .section-heading{
  max-width: 920px;
  margin:0 auto 56px;
  padding:0 20px;
}

.quote-form-cm .form-wrapper{
  padding-top:1px;
  padding-bottom: 55px;
}
.quote-form-cm .form-wrapper form input[type=text], 
.quote-form-cm .form-wrapper form input[type=email], 
.quote-form-cm .form-wrapper form input[type=password], 
.quote-form-cm .form-wrapper form input[type=tel], 
.quote-form-cm .form-wrapper form input[type=number], 
.quote-form-cm .form-wrapper form input[type=file], 
.quote-form-cm .form-wrapper form select, 
.quote-form-cm .form-wrapper form textarea {
  border-width: 1px;
  padding-left: 10px;
}

.quote-form-cm #hs_cos_wrapper_form_759464842_title{
  display:none;
}

.quote-form-cm .section-heading h6{
  color: var(--primary_color);
}

.quote-form-cm .form-container .form-columns-0 h3{
  margin-bottom: 0px;
}

.quote-form-cm .section-heading h2{
  color: var(--secondary_color);
  margin-bottom: 10px;
}

.quote-form-cm .form-container h3{
  color: var(--secondary_color);
}

.quote-form-cm .form-container .hs-form-field label:not(.hs-error-msg){
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}

.quote-form-cm .form-container .hs-form-field input{
  border-color: #C3C3C3;
}

.quote-form-cm .form-container .hs-form-field .hs-form-required{
  color:#707070;
}

.quote-form-cm .form-container .form-columns-2 .input,
.quote-form-cm .form-container .form-columns-1 .input{
  margin-right: 0px;
}

.quote-form-cm .form-container .form-columns-2 input{
  height: 48px;
}

.quote-form-cm .form-container .form-columns-2 .hs-form-field:first-child{
  padding-right: 60px;
}

.quote-form-cm .form-container .form-columns-2 .hs-form-field:last-child{
  padding-left: 60px;
}

.quote-form-cm .form-container .form-columns-2 + .form-columns-0 h3{
  /*   position: relative; */
  padding-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 5px;
} 

.quote-form-cm .form-container .form-columns-2 + .form-columns-0 h3:after{
  content:'';
  position: absolute;
  width:100%;
  height: 14px;
  top:424px;
  left: 0px;
  background: #fff;
}

.quote-form-cm .form-container .form-columns-1 input{
  width: 100% !important;
  max-width: 540px;
}

.quote-form-cm .form-container .form-columns-1 textarea{
  border-color: #C3C3C3;
  max-height: 135px;
  min-height: 135px;
  width: 100% !important;
  max-width: 540px;
}



.quote-form-cm .form-container .form-columns-0:first-child{
  margin-bottom: 10px;
}

.quote-form-cm .form-container .form-position {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quote-form-cm .form-container .form-position .left-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 60px;
}

.quote-form-cm .form-container .form-position .right-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 60px;
  margin-top: -25px;
}
.quote-form-cm .form-container .form-position .left-col fieldset {
  margin-bottom: 7px;
}
.quote-form-cm .form-container input[type=submit]{
  -webkit-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  transform: translateY(-58px);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 4px;
  max-width: 175px;
  display: block;
  width: 100%;
  max-height: 50px;
}

.quote-form-cm .form-container ::-webkit-input-placeholder{
  color: #c3c3c3;
  font-size: 16px;
}

.quote-form-cm .form-container ::-moz-placeholder{
  color: #c3c3c3;
  font-size: 16px;
}

.quote-form-cm .form-container :-ms-input-placeholder{
  color: #c3c3c3;
  font-size: 16px;
}

.quote-form-cm .form-container ::-ms-input-placeholder{
  color: #c3c3c3;
  font-size: 16px;
}

.quote-form-cm .form-container ::placeholder{
  color: #c3c3c3;
  font-size: 16px;
}


.rdd_cards .content-wrapper {
  max-width: 1150px;
}
.rdd_cards_title h6 {
  font-weight: 900;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rdd_cards_title h2 {
  margin-bottom: 10px;
}
.rdd_cards_image {
  min-height: 234px;
  margin: 0 31px;
}
.rdd_cards_col {
  padding-top: 21px;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 3px 6px #00000029);
  filter: drop-shadow(0px 3px 6px #00000029);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rdd_cards_col:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.rdd_cards_content h4 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 6px;
}
.rdd_cards_content p {
  padding: 0 5px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Lato';
}
.rdd_cards_content {
  padding: 16px 5px 6px;
  text-align: center;
}
.rdd_cards_col:nth-child(3n+3) {
  margin-right: 0;
}
.section-heading.sp .heading-content h2 {
  margin-bottom: 15px;
}



.service-p .content-start h2 {
  margin-bottom: 30px;
}
.page-hero-section.service-p .button-container {
  margin-top: 29px;
}



/* responsive */

@media (min-width: 768px) {
  .rdd_cards_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rdd_cards_col {
    -ms-flex-preferred-size: 31.532%;
    flex-basis: 31.532%;
    margin-right: 2.703%;
  }
  body .quotes-page .slider-testimonial-outer .text-content h6{
    font-size: 20px;
    line-height: 28px;
  }
  body .quotes-page .slider-testimonial-outer{
    bottom: -168px;
  }
  .list-card-cm .flex-col:nth-of-type(odd) {
    padding-right: 15px;
  }

  .list-card-cm .flex-col:nth-of-type(even){
    padding-left: 15px;
  } 

  .list-card-cm .flex-col:nth-of-type(even) .card-descr{
    margin-left:auto;
    margin-right: auto;
  }

  .list-card-cm .flex-col .card-descr{
    max-width: 445px;
  }
  .list-card-cm .flex-col .card-descr p:first-child{
    margin-bottom: 24px;
  }
  .contact_form_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  .contact_form_left {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-right:18.7%;
    padding-left: 4.8%;
  }
  .contact_form_right {
    -ms-flex-preferred-size:30.83%;
    flex-basis: 30.83%;
  }
}
@media(min-width:768px)and(max-width:1024px){
  .contact_form_left {
    flex-basis: 49%;
    margin-right: 12.2%;
    padding-left: 4.8%;
  }
  .contact_form_right {
    flex-basis: 35.83%;
  }
}
@media(min-width: 1025px){

  .card-container .card-wrapper .card-text h2{
    line-height: 55px;
    margin-bottom: 24px;
  }

  .card-container .card-wrapper .card-text p{
    line-height: 28px;
  }
  .quote-form-cm .section-heading h6{
    line-height: 22px;
  }

  .quote-form-cm .section-heading h2{
    line-height: 55px;
  }

  .quote-form-cm .section-heading p{
    line-height: 28px;
  }
  .quote-form-cm .form-container .form-columns-0 h3{
    font-size: 36px;
  }
  .quote-form-cm .form-wrapper {
    padding-left: 138px;
    padding-right: 225px;
  }
}


@media all and (min-width: 769px){

  .newsletter-section .form-container form{
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter-section .form-container form input[type=text], 
  .newsletter-section .form-container form input[type=email], 
  .newsletter-section .form-container form input[type=password], 
  .newsletter-section .form-container form input[type=tel], 
  .newsletter-section .form-container form input[type=number], 
  .newsletter-section .form-container form input[type=file], 
  .newsletter-section .form-container form select, 
  .newsletter-section .form-container form textarea{
    min-width: 360px;
  }
  .newsletter-section .form-container form div + div{
    margin:0;
    margin-left: 17px;  
  }
  .newsletter-section .form-heading{
    margin-bottom: 34px;
  }
}
@media(max-width: 1024px){
  .quote-form-cm .form-container .form-position .left-col,
  .quote-form-cm .form-container .form-columns-2 .hs-form-field:first-child{
    padding-right: 30px;
  }

  .quote-form-cm .form-container .form-position .right-col,
  .quote-form-cm .form-container .form-columns-2 .hs-form-field:last-child{
    padding-left: 30px;
  }

}
@media all and (max-width: 768px){
  .newsletter-section .form-container form .hs_submit.hs-submit{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contact_form_right {
    margin-top: 45px;
}
  .contact_det_main:not(:last-child){
  margin-bottom: 19px;
  }
  .rdd_cards_col:last-child {
    margin-bottom: 0;
  } 
  .quote-form-cm .form-container .form-position .left-col,
  .quote-form-cm .form-container .form-columns-2 .hs-form-field:first-child{
    padding-right: 10px;
  }

  .quote-form-cm .form-container .form-position .right-col,
  .quote-form-cm .form-container .form-columns-2 .hs-form-field:last-child{
    padding-left: 10px;
  }
  .quote-form-cm .form-container .form-position .right-col{
    margin-top: 0px;
  }
  .quote-form-cm .form-container .form-columns-1 input {
    max-width: 100%; 
  }
  .date-with-text .heading-text{
    padding:0 0 20px 0;
  }
  .date-with-text .content-wrapper{
    max-width:100%;
  }
  .home-banner-section .image-bg {
    min-height:355px
  }
  .home-banner-section .text-content h6{
    font-size:14px;
    max-width: 225px;
  }
  .home-banner-section .text-content h6 span{
    padding: 4px 9px 5px 10px;
  }

  .home-banner-section .text-content{
    border-top: 8px solid var(--primary_color);
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    height:110px;
  }
  .two_column_box .bottom-text{
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .two_column_box .bottom-text .text-flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two_column_box .bottom-text .text-flex .text-box,
  .two_column_box .bottom-text .text-flex .text-box:nth-child(2n-2){
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin-left:0;
    margin-right:0;
  }
  .two_column_box .bottom-text .text-flex .text-box:not(:last-child)  {
    margin-bottom:17px;
  }
  .two_column_box .bottom-text {
    margin-top: 0;
  }
  .two_column_box .top-text {
    padding-bottom: 44px;
    padding-left:20px;
    padding-right:20px;
  }
  .two_column_box.section-padding {
    padding-bottom: 0;
  }
  .two_column_box.section-padding .content-wrapper {
    padding: 0;
  }
  .two_column_box_fix .top-text .cta_button_div {
    margin-top: 20px;
  }
  .two_column_box .bottom-text .text-box-fix{
    padding: 15px 20px 11px 20px;
  }
  .two_column_box .bottom-text .text-box-fix p{
    margin-bottom: 6px;
  }
  .two_column_box_fix {
    margin-bottom: 5px;
  }
  body .two_col_edge_edge .two_col_edge_flex_lt h2+p {
    margin-top: 22px;
  }
  section.contact_form {
    padding: 40px 0;
  }
  .contact--form {
    padding-left: 0;
  }
  .contact--form form {
    max-width: 100%;
  }
  .contact_form_left {
    margin-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
  section.contact_map {
    padding-top: 40px;
  } 
  .list-card-cm .flex-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .card-container .card-wrapper .card-text h2,
  .list-card-cm .section-heading h2{
    font-size: 32px;
  }
  .card-container .card-wrapper{
    padding: 20px 35px 50px;
  }
  .list-card-cm.section-padding{
    padding-bottom: 32px;
  }
  .list-card-cm .section-heading ,
  .card-container .card-wrapper .card-text{
    margin-bottom: 24px;
  }
  .list-card-cm .three-col-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width:100%;
  }
  .list-card-cm .three-col-text .split-col-text{
    margin:0 0 15px 0;
  }
  .list-card-cm .three-col-text {
    margin-bottom: -5px;
  }

  .card-container {
    padding: 0;
  }
  .card-container .card-wrapper{
    margin-top: 0px;
  }
}
@media(max-width: 767px){
  body .quote-form-cm .hs-form-field {

    width: 100% !important;
  }
  .quote-form-cm .form-container .form-columns-2 + .form-columns-0 h3:after{
    top: 34%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
  }

  .quote-form-cm .form-container .form-position .left-col,
  .quote-form-cm .form-container .form-columns-2 .hs-form-field:first-child,
  .quote-form-cm .form-container .form-position .right-col,
  .quote-form-cm .form-container .form-columns-2 .hs-form-field:last-child{
    padding: 0px;
  }
  .quote-form-cm .form-container .form-columns-2 input.hs-input{
    width: 100% !important;
  }
  .quote-form-cm .form-container .form-position .left-col,
  .quote-form-cm .form-container .form-position .right-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .quote-form-cm .form-container input[type=submit] {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media(max-width:450px){
  .date-with-text .heading-text h2{
    font-size:30px;
  }
  .date-with-text .heading-text{
    padding:0 0 10px 0;
  }
  .date-with-text .compname-date{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:normal;
    -ms-flex-align:normal;
    align-items:normal;
  }
  .date-with-text .left-side-text h4{
    margin:0;
  }
  .date-with-text .left-side-text h4,
  .date-with-text .right-side-date h6{
    font-size:17px;
  }
  .date-with-text .section-padding{
    padding-bottom:30px;
  }
}
.section-heading .br-t::before{
  top: -10px;
  width: 80%;
}
.section-heading a{
  text-decoration: underline;
  color: #C1111F;
}
.section-link {
  text-align: center;
  margin-top: 33px;
}
.section-link.custom-link a {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Lato';
  text-decoration: none;
}
.section-link.custom-link a:hover {
  color: #C1111F;
}
.section-heading .heading-content h2 {
  margin-bottom: 15px;
}
.section-heading .heading-content > h6{
  margin-bottom: -5px;
}
.section-heading .heading-content p:last-child{
  margin-bottom: 0;
}


.logo-slider-cm .logo-img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-slider-cm .logo-img img{
  max-height: 115px;
  max-width: 310px;
  -o-object-fit: contain;
  object-fit: contain;
  /*     margin: 0 15px; */
  padding: 0 15px;
  width: 100%;
  vertical-align:middle;
}

/*********** css for custom arrows ***************/
.logo-slider-cm .custom-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
}

.logo-slider-cm .custom-arrows .prevs,
.logo-slider-cm .custom-arrows .nexts{
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin:0 14px;
}

.logo-slider-cm .custom-arrows .prevs svg,
.logo-slider-cm .custom-arrows .nexts svg{
  width: 16px;
  height: 16px;
  display: inherit;
  fill: #fff;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.slider_images_cm.section-padding{
  padding-top: 40px;
  padding-bottom: 96px;
}

.slider_images_cm .section-heading{
  max-width: 960px;
  margin:0 auto 56px;
  padding:0 20px
}

.slider_images_cm .section-heading h6{
  color: var(--primary_color);
  margin-bottom: 10px;
}

.slider_images_cm .section-heading h2{
  color: var(--secondary_color);
}

.slider_images_cm .img-container{
  margin:0 25px;
  max-width: 920px;
  width: 100%;
  min-height: 552px;
  height: 100%;
}


/*********** css for custom arrows ***************/
.slider_images_cm .custom-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.slider_images_cm .custom-arrows .prev,
.slider_images_cm .custom-arrows .next{
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin:0 14px;
}

.slider_images_cm .custom-arrows .prev svg,
.slider_images_cm .custom-arrows .next svg{
  width: 16px;
  height: 16px;
  display: inherit;
  fill: #fff;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.sp_banner {
  min-height: 393px;
}
.sp_banner_content {
  padding-top: 15px;
  padding-bottom: 20px;
}
.sp_banner_text h1 {
  font-family: 'Montserrat';
  font-size: 38px;
  line-height: 47px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.sp_banner_text h4 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sp_banner_text h6 {
  margin-bottom: 8px;
}
.sp_banner_cta a.cta_button {
  font-size: 18px;
  line-height: 30px;
  background-color: transparent;
  padding: 6.5px 35px;
}
.sp-3 .sp_banner_text h4 {
  font-size: 20px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
}


section.sp_two_form .content-wrapper {
  max-width: 1040px;
}
.sp_tf_content h3 {
  color: #000000;
  font-size: 38px;
  line-height: 47px;
  font-family: 'Montserrat';
  margin-bottom: 8px;
}
.sp_tf_content h6 {
  font-family: 'Montserrat';
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sp_tf_content h6 span {
  font-size: 16px;
  font-weight: 500;
}
.sp_tf_content p {
  line-height: 19px;
  font-family: 'Lato';
  font-weight: 500;
}
.sp_tf_content ul {
  padding-left: 18px;
  font-family: 'Lato';
  font-weight: normal;
  margin-top: 30px;
}
.sp_tf_content ul li {
  font-size: 18px;
  line-height: 28px;
}
.sp_tf_form form .hs-richtext h4 {
  font-size: 22px;
  line-height: 27px;
}
.sp_tf_form form label {
  line-height: 17px;
  font-weight: 500;
  font-family: 'Lato';
  margin-bottom: 8px;
}
.sp_tf_form form input[type=text], 
.sp_tf_form form input[type=email], 
.sp_tf_form form input[type=password], 
.sp_tf_form form input[type=tel], 
.sp_tf_form form input[type=number], 
.sp_tf_form form input[type=file], 
.sp_tf_form form select, 
.sp_tf_form form textarea {
  border-radius: 10px;
  padding: 8.5px 20px;
}
.sp_tf_form form .hs-form-field {
  margin-bottom: 13px;
}
.sp_tf_form form input[type=submit] {
  background: transparent;
  border-radius: 4px;
  color: #c1111f;
  line-height: 30px;
  padding: 7px 24px;
}
.sp_tf_form form .hs_submit.hs-submit {
  margin-top: 17px;
}
.sp_tf_form form textarea {
  min-height: 109px;
  resize: none;
}
.sp_tf_form form .hs-richtext, 
.sp_tf_form form .hs-richtext h4 {
  margin-bottom: 15px;
}
.sp_tf_content {
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
.sp_tf_form {
  -ms-flex-preferred-size: 40.9%;
  flex-basis: 40.9%;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.team-mobile-slider .main-grid{
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-mobile-slider img{
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.team-mobile-slider .image-container{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 406px;
}
.team-mobile-slider .hover-text{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.team-mobile-slider .hover-text p small{
  font-size: 87.5%;
  line-height: inherit;
}

.team-mobile-slider .hover-text p{
  line-height: 24px;
  padding: 36px 29px 29px 43px;
}
.team-mobile-slider .bottom-text,
.team-mobile-slider .grid-items.title-cards-item .image-container:before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(39, 39, 39, .8);
}
.team-mobile-slider .grid-items.title-cards-item .image-container:before{
  content:'';
  width:100%;
  height:100%;
  z-index:-1;
}
.team-mobile-slider .grid-items.title-cards-item .image-container{
  z-index:1;
}
.team-mobile-slider .grid-items.title-cards-item .front-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
@media(min-width:768px){
  .team-mobile-slider .grid-items.hidden-item-desktop {
    display: none;
  }
  .team-mobile-slider .grid-items.title-cards-item h3{
    font-size:36px;
  }
}
.team-mobile-slider .grid-items .br-b.centered-align{
  margin-left: auto;
  margin-right: auto;
  font-family: Lato;
  font-weight: 900;
  font-size: 18px;

}
.team-mobile-slider .icons-for-hover{
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 2px solid white;
}
.team-mobile-slider .icons-for-hover svg{
  width: 17px;
  height: 19px;
  fill: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);    
}

.team-mobile-slider .bottom-text-content p{
  line-height: 16px;
  margin-bottom: 5px;
}
.team-mobile-slider .bottom-text-content p small{
  font-size: 75%;
  font-weight: 600;
}
.team-mobile-slider .br-b::after{
  height: 2px;
  bottom: -3px;
}
.team-mobile-slider .bottom-text-content h3{
  margin: 0;
}
.team-mobile-slider .bottom-text-content h3 small{
  font-size: 87.5%;
}
.team-mobile-slider .bottom-text .minus-icon{
  opacity: 0;
}
.team-mobile-slider .grid-items:hover .hover-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-mobile-slider .grid-items:hover .minus-icon{
  opacity: 1;
}


.team-mobile-slider .hover-text,
.team-mobile-slider .bottom-text{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.team-mobile-slider .slick-arrow{
  position: absolute;
  bottom: 0;  
  margin: 0 7px;
}
.team-mobile-slider .slick-next.slick-arrow{

  left: 50%;
  margin-right: auto;  
}
.team-mobile-slider .slick-prev.slick-arrow{

  right: 50%;
  margin-left: auto;
}


.testimonial_slider_spakers{
  position:relative;
  z-index:1;
  border-top: 5px solid var(--primary_color);
  border-bottom: 5px solid var(--primary_color);
}
.testimonial_slider {
  margin-bottom: 107px;
  padding-bottom: 17.5px;
}
.testimonial_slider_spakers:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  z-index:-1;
}
.testimonial_slider_spakers .top-content .heading-wrapper{
  padding-bottom:20px;
}
.testimonial_slider_spakers .top-content.section-padding{
  padding-bottom: 282px;
  padding-top: 38px;
} 
.testimonial_slider .three_col_text_flex_basis {
  -ms-flex-preferred-size: 32.1%;
  flex-basis: 32.1%;
}
.three_col_text_flex{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}
.svg-icon-quotes svg{
  width:36px;
  height:31.5px;
  fill:var(--primary_color);
}
.slider-testimonial-outer {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-testimonial-outer .slider-content {
  padding-top: 71px;
  position: relative;
  max-width: 857px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom:15px;
}
.slider-testimonial-outer .slider-content h6{
  font-style: italic;
}
.slider-testimonial-outer .slider-content:not(first-child){
  display:none;
}
.slider-testimonial-outer .slider-assign button.slick-arrow {
  position: absolute;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-testimonial-outer .slider-assign button.slick-prev.slick-arrow {
  left: 47%;
}
.slider-testimonial-outer .slider-assign button.slick-next.slick-arrow {
  left: 53.8%;
}
.slider-testimonial-outer .svg-icon-quotes {
  position: absolute;
  left: 6.6%;
  top: 25px;
}
.slider-testimonial-outer .text-content h6 {
  margin-bottom: 30px;
  font-weight: 400;
}
.slider-testimonial-outer .text-content {
  padding-bottom: 35px;
}
.remove-border .testimonial_slider_spakers{
  border-bottom:0px;
}


.text_with_divider .heading-wrapper a{
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333;

}
.text_with_divider .heading-wrapper a:hover{
  color:var(--primary_color);
}
.text_with_divider .heading-wrapper{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:1;
}
.text_with_divider.section-padding {
  padding-bottom: 70px;
  padding-top: 87px;
}
.text_with_divider .heading-wrapper:before {
  content: '';
  background-color: var(--primary_color);
  position: absolute;
  height: 3px;
  min-width: 164px;
  max-width: 164px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index:-1;
}
.text_with_divider .heading-wrapper h2{
  padding-top:20.8px;
  padding-bottom: 8px;
}
.text_with_divider .heading-wrapper p {
  padding-bottom: 18px;
}
.text_with_divider .heading-wrapper.custom-link a:after {
  height: 4px;
  bottom: -3px;
}


.more-service-offer .content-wrapper{
  max-width:1150px;
}
.more-service-offer .offer-heading-section{
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.three-col-service.d-flex {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.more-service-offer .offer-heading-section .br-t::before {
  top: -16px;
  width: 80%;
}
.more-service-offer .offer-heading-section .br-t{
  margin: 0 auto;
}
.more-service-offer .split-three-col-service{
  -ms-flex-preferred-size:31.55%;
  flex-basis:31.55%;
  margin-right:2.675%;
  background: var(--primary_color);
}
.more-service-offer .bg-image.section-bg {
  min-height:284px;
}
.more-service-offer .split-three-col-service:nth-child(3n+3){
  margin-right:0;
}
.more-service-offer .split-three-col-service .inside-card-details{
  padding:13px 13px 27px 16px;
}
.more-service-offer .inside-card-details .inside-card-text h3{
  margin-bottom: 0;
  padding-bottom: 5px;
}
.more-service-offer .inside-card-details .link-text a{
  position:relative;
  z-index:4;
  font-size:14px;
}

.more-service-offer .inside-card-details .link-text a:hover{
  color:#fff;
  text-decoration: underline;

}
.more-service-offer .inside-card-details .link-text a:after{
  position:absolute;
  z-index:5;
  right: -28px;
  content: "\01F862";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition:.3s ease-in-out all;
  -o-transition:.3s ease-in-out all;
  transition:.3s ease-in-out all;
  content: '';
  background-image: url(https://2934948.fs1.hubspotusercontent-na1.net/hubfs/2934948/sparkchasers_assets_2022/next%20%282%29.png);
  background-size: contain;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}





/* responsive */
@media (min-width: 768px) {
  .sp_tf_content {
    margin-right: 9.6%;
    margin-top: 32px;
  }
  .testimonial_slider .three_col_text_flex_basis:nth-child(2n-2){
    padding-left:10px;
    padding-right:10px;
  }
}

@media all and (min-width: 769px){
  .team-mobile-slider .main-grid{
    display: -ms-grid;
    display: grid;
  }
  .section-heading .heading-content h2{
    line-height: 66px;
    margin-bottom: 27px;
  }
  .section-heading .heading-content p:not(:last-child){
    margin-bottom: 25px;
  }
}
@media(min-width: 1025px){
  .slider_images_cm .section-heading p{
    line-height: 28px;
  }
  .slider_images_cm .section-heading h2{
    line-height: 55px;
    margin-bottom: 30px;
  }

  .slider_images_cm .section-heading h6{
    line-height: 22px;
  }

}
@media(min-width:768px) and (max-width:1024px){
  .more-service-offer .split-three-col-service .inside-card-details{
    padding:13px 13px 25px 13px;
  }
}
@media(max-width: 1024px){
  .slider_images_cm .img-container{
    min-height: 400px;
  }
}
@media(max-width:980px){
  .slider-testimonial-outer{
    max-width: 90%;
  }
  .slider-testimonial-outer .slider-content{
    margin-left: 35px;
    margin-right: 35px;
  }
  .testimonial_slider_spakers .top-content.section-padding {
    padding-bottom: 330px;
  }
}
@media all and (max-width: 998px){
  .team-mobile-slider .main-grid{
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 768px){
  .team-mobile-slider .main-grid{
    padding-bottom: 50px;
  }
  .team-mobile-slider .content{
    cursor: -webkit-grab;
    cursor: grab;
  }
  .team-mobile-slider .image-container{
    cursor: -webkit-grab;
    cursor: grab;
    max-width: 392px;
    margin: 0 auto;
  }
}
@media(max-width: 767px){
  .sp_banner_text h3 {
    font-size: 32px;
    line-height: 39px; 
  }
  .sp_banner_text h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .logo-slider-cm .custom-arrows{
    margin-top: 20px;
  }
  .slider_images_cm .section-heading h2{
    font-size: 30px;
  }

  .slider_images_cm .section-heading{
    margin-bottom: 32px;
  }

  .slider_images_cm .custom-arrows{
    margin-top: 24px;
  }

  .slider_images_cm.section-padding{
    padding-bottom: 50px;
  }
  .sp_tf_main.d-flex {
    display: block;
    padding-top: 31px;
  }
  .sp_tf_content h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .sp_tf_content {
    margin-bottom: 30px;
  }
  .testimonial_slider .display-none-mobile{
    display:none;
  }
  .testimonial_slider.alter-design-home .testimonial_slider_spakers:before{
    content:none;
  }
  .slider-testimonila.display-testimonial-slider .slider-testimonial-outer {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: unset;
    bottom: unset;
    max-width: 100%;
  }
  .testimonial_slider.alter-design-home {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .testimonial_slider.alter-design-home .content-wrapper {
    padding: 0;
  }
  .slider-testimonial-outer .text-content h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-testimonial-outer .slider-assign button.slick-next.slick-arrow {
    left: 57.8%;
  }
  .slider-testimonial-outer .slider-assign button.slick-prev.slick-arrow {
    left: 41%;
  }
  .slider-testimonial-outer .svg-icon-quotes svg {
    width: 36px;
    height: 34px;
  }
  .slider-testimonial-outer .slider-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .slider-testimonial-outer .text-content h6 {
    margin-bottom: 20px;

  }
  .slider-testimonial-outer .slider-assign button.slick-arrow{
    bottom: 47px;
  }
  .three_col_text_flex.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial_slider .three_col_text_flex_basis{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin: 15px 0px;
  }
  .testimonial_slider_spakers .top-content.section-padding {
    padding-bottom: 0px;
  }
  .slider-testimonial-outer {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
  }
  .testimonial_slider_spakers{
    padding-bottom: 45px;
  }
  .three_col_text_flex.d-flex{
    padding-bottom: 30px;
  }
  .testimonial_slider.alter-design-home .testimonial_slider_spakers {
    padding-bottom: 0;
  }
  .text_with_divider.section-padding {
    padding-bottom: 22px;
    padding-top: 44px;
  }
  .text_with_divider .heading-wrapper h2 {
    padding-bottom: 24px;
  }
  .more-service-offer .offer-heading-section{
    margin:0 0 40px 0;
  }
  .more-service-offer .three-col-service{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .more-service-offer .split-three-col-service {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin:0 10px;
  }
}
.prof-one-project-cards-mob-slider .content-wrapper{
  max-width:1150px;
}
.prof-one-project-cards-mob-slider .prof-proj-cards-details{
  margin:100px 0 0 0;
}
.prof-one-project-cards-mob-slider .prof-one-heading-text h6{
  padding:0 0 5px 0;
}
.prof-one-project-cards-mob-slider .prof-one-heading-text h2{
  padding:0 0 10px 0;
}
.prof-one-project-cards-mob-slider .split-image-card{
  -ms-flex-preferred-size:31.55%;
  flex-basis:31.55%;
  margin-right:2.66%;
  margin-bottom:56px;
}
.prof-one-project-cards-mob-slider .split-image-card:nth-child(10),
.prof-one-project-cards-mob-slider .split-image-card:nth-child(11){
  margin-bottom:0;
}
.prof-one-project-cards-mob-slider .split-image-card:nth-child(3n+3){
  margin-right:0;
}
.prof-one-project-cards-mob-slider .bg-image.section-bg{
  min-height:306px; 
  -webkit-transition:.3s ease-in-out all; 
  -o-transition:.3s ease-in-out all; 
  transition:.3s ease-in-out all;
  position: absolute;
  width: 100%;
  height: 100%;
}
.proj-id p {
  line-height: 17px;
}
.proj-name p {
  line-height: 19px;
  font-family: Lato;
  font-weight: 900;
  font-size: 16px;

}
.prof-one-project-cards-mob-slider .text-details{
  border-top: 1px solid var(--primary_color);
}
.prof-one-project-cards-mob-slider .proj-id{
  padding:2px 6px 8px;
  word-break:break-word;
  -ms-flex-preferred-size:30%;
  flex-basis:30%;
  margin: 0 0 -8px;
}
.prof-one-project-cards-mob-slider .proj-deta {
  border:  1px solid var(--primary_color);
  margin: 0;
  margin: 10px;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 7px;
}
.prof-one-project-cards-mob-slider .proj-name{
  padding:2px 0 0 15px;
  -ms-flex-preferred-size:70%;
  flex-basis:70%; 
}
.prof-one-project-cards-mob-slider .bg-image.section-bg {
  position:relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prof-one-project-cards-mob-slider .overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity:0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
}
.prof-one-project-cards-mob-slider .hover-button {
  z-index:7;
  opacity:0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.prof-one-project-cards-mob-slider .split-image-card .hover-button.transparent_button_white_text a.cta_button{
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-style: normal;
  font-weight: 700; 
  text-decoration: none;
  background-color: rgba(193,17,31,0.0);
  border-radius: 4px;
  color: #FFFFFF;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
  cursor:pointer;
}
.prof-one-project-cards-mob-slider .zoom-in-deta {
  overflow: hidden;
  position: relative;
  z-index: 7;
  min-height: 306px;
}
.prof-one-project-cards-mob-slider .inside-card-border-deta {
  border: 1px solid var(--primary_color);
  border-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  margin-bottom: 0;
}


.two-col-bg-img .p-rel{
  position: relative;  
}
.two-col-bg-img img{
  display: block;
}
.two-col-bg-img .overlay::before,
.two-col-bg-img .image-bg::after,
.two-col-bg-img .image-bg::before{
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%; 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.two-col-bg-img .image-bg::after{
  right: 0;
  z-index: -1;
}
.two-col-bg-img .overlay::before,
.two-col-bg-img .image-bg::before{
  left: 0;
}
.two-col-bg-img .overlay::before{
  background-color: rgba(0,0,0,.75)
}
.two-col-bg-img .all-text-primary{
  color: var(--primary_color);
  font-family: Lato;
  font-weight: 900;
  font-size: 18px;


}

.two-col-bg-img .text-grid{
  display: -ms-grid;
  display: grid;

}

.two-col-bg-img .text-container{
  position: relative;
  z-index: 1;
  margin: 40px 0 125px 38px;
}
.two-col-bg-img .logo-container{
  position: relative;
  left: -14px;
  max-width: 177px;
  margin-bottom: 40px;
}
.two-col-bg-img .text-content h6{
  line-height: 22px;
  margin-bottom: 16px;
}
.two-col-bg-img .text-content p{
  margin: 0;
}
.two-col-bg-img .br-b:after{
  height: 2px;
  bottom: -3px;
}

.two_col_edge_edge .two_col_edge_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two_col_edge_edge .two_col_edge_flex_lt {
  -ms-flex-preferred-size: 41.4%;
  flex-basis: 41.4%;
  padding-left: 6.65%;
  position: relative;
}
.two_col_edge_edge .two_col_edge_flex_rt {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  line-height:0;
}
.two_col_edge_edge .two_col_edge_flex_lt{
  font-weight:900;
}
.two_col_edge_edge .two_col_edge_flex_lt .text-content:after{
  content: '';
  background: var(--primary_color);
  height: 3px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  max-width: 13.79%;
}
body .two_col_edge_edge .two_col_edge_flex_lt h6 {
  margin-bottom: 10px;
  font-weight:900;
}
body .two_col_edge_edge .two_col_edge_flex_lt h2+p {
  margin-top:28px;
}
.two_col_edge_edge.section-padding {
  padding-bottom: 82px;
}
body .two_col_edge_edge .two_col_edge_flex_lt .cta_button_div{
  margin-top: 28px;
}
.two_col_edge_edge .two_col_edge_flex_rt{
  width: 100%;
  min-height: 603px;
}


.two_col_grid_image_cards .image_cards_lt,.two_col_grid_image_cards .image_cards_rt .image_src_fix,
.image_cards_inner_lt, .image_cards_inner_rt{
  background-color:var(--third_color);
}
.two_col_grid_image_cards .image_cards_flex{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.two_col_grid_image_cards .image_cards_lt {
  -ms-flex-preferred-size: 50.1%;
  flex-basis: 50.1%;
}
.two_col_grid_image_cards .image_cards_rt {
  -ms-flex-preferred-size: 49.3%;
  flex-basis: 49.3%;
}
.two_col_grid_image_cards .image_cards_lt .image_src {
  min-height: 603px;
  position:relative;
}
.two_col_grid_image_cards .image_content {
  position: relative;
}
.two_col_grid_image_cards .text_content {
  background-color: var(--third_color);
  border-top: 4px solid var(--primary_color);
  padding: 17px 30px 25px 30px;
  position: relative;
  z-index: 1;
}
.two_col_grid_image_cards .hover_content {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:0;
  -webkit-transition:0.3s opacity ease;
  -o-transition:0.3s opacity ease;
  transition:0.3s opacity ease;
}
.hover_content .cta_button_div{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -21%);
  -ms-transform: translate(-50%, -21%);
  transform: translate(-50%, -21%);
  width: 100%;
  max-width: 163px;
  -webkit-transition:0.3s all ease;
  -o-transition:0.3s all ease;
  transition:0.3s all ease;
}
.two_col_grid_image_cards .text_content h5 {
  color: #000000;
  line-height: 24px;
}
.hover_content .cta_button_div a {
  font-size: 18px;
  color: #fff;
  border: 1px solid var(--primary_color);
  padding: 13px 24px 13px 24px;
  border-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.hover_content .cta_button_div a:hover {
  color: var(--primary_color);
  background-color: #fff;
  border-color: #fff;
}
.image_cards_rt > .image_content .image_src {
  min-height: 241px;
  position: relative;
  overflow: hidden;
}
.image_cards_inner_lt .image_src, 
.image_cards_inner_rt .image_src {
  min-height: 249px;
}
.image_content_fix {
  overflow: hidden;
  position: relative;
}
.image_content_fix .image_src {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.two_col_grid_image_cards .text_content p {
  padding-bottom: 4px;
}
.two_col_grid_image_cards .text_content p smaller{
  font-size:14px;
  color:var(--primary_color);
  line-height:28px;
}
.image_cards_inner_lt,
.image_cards_inner_rt {
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
.image_cards_rt > .image_content {
  margin-bottom: 12px;
}
.two_col_grid_image_cards .image_content:hover  .hover_content{
  opacity:1;
}
.two_col_grid_image_cards .image_content:hover .image_src{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.two_col_grid_image_cards .image_content:hover .hover_content .cta_button_div{
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.desktop-display-none{
  display:none;
}
.two_col_grid_image_cards.section-padding {
  padding-top: 27px;
}



.grid-image-content{
  position: relative;
}

.two-column-image-text .image-container{
  position: absolute;
  top: 0;
  bottom: 0;  
  overflow: hidden;
}


.schedule-list-text-link .section-padding{
  padding-top:25px;
  padding-bottom:90px;
}
.schedule-list-text-link .content-wrapper{
  max-width:1150px;
}
.schedule-list-text-link .split-col-list {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-right: 4%;
}
.schedule-list-text-link .split-col-list:nth-child(2n+2) {
  margin-right: 0;
}
.schedule-list-text-link .list-heading-decription{
  padding-bottom: 9px;
}
.schedule-list-text-link .list-heading-decription h6{
  margin:0 0 10px 0;
  font-family: 'Montserrat';
  font-weight: 600;
}
.schedule-list-text-link .list-heading-decription p{
  max-width:450px;
  line-height:1.15;
  font-weight: 300;
}
.schedule-list-text-link .list-heading-decription ul{
  padding-left: 18px;
  margin: 0;
}
.schedule-list-text-link .list-heading-decription ul li::marker{
  color:var(--secondary_color);
}
.schedule-list-text-link  .schedule-link.custom-border{
  padding-top:21px;
}
.schedule-list-text-link  .schedule-link.custom-border a{
  -webkit-transition:.3s ease-in-out all;
  -o-transition:.3s ease-in-out all;
  transition:.3s ease-in-out all;
  font-size:18px;
  font-family: 'Lato';
  font-weight: 700;
}
.schedule-list-text-link  .schedule-link.custom-border a:hover{
  color:var(--primary_color);
  font-weight:700;
}


.two-col-overlay-text.section-padding{
  overflow: hidden;
}
.two-col-overlay-text .content-wrapper{
  max-width: 1150px;
}
.two-col-overlay-text img{
  display: block;
}

.two-col-overlay-text .main-grid{
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 125px;
}
.dnd_area-module-3 .text-container h6 {
  margin-bottom: 2px;
}
.dnd_area-module-3 .text-container h2 {
  margin-bottom: 30px;
}
.two-col-overlay-text .overlay-image-container,
.two-col-overlay-text .image-grid-content .main-image-container::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
}
.two-col-overlay-text .overlay-image-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.two-col-overlay-text .text-container h2{
  margin-bottom: 18px;
}
.two-col-overlay-text .text-container .br-l::before {
  left: -12023px;
}
.two-col-overlay-text .text-container .br-r::before{
  right: -12033px;
}
.two-col-overlay-text .text-container a{
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.two-col-overlay-text .text-container a.br-b:after{
  height: 2px;
  bottom: -7px;
}
.two-col-overlay-text .text-container a:hover{
  color: var(--primary_color);

}
.two-col-overlay-text .text-container p{
  margin-bottom: 33px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.two-col-text_img-cm{
  position:relative;
  z-index:1;
}

.two-col-text_img-cm .bg-img{
  max-width: 425px;
  min-height: 422px;
  margin: 0 auto;
}

.two-col-text_img-cm .flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-col-text_img-cm .image-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.two-col-text_img-cm .text-col{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.two-col-text_img-cm .logo-img{
  max-width: 165px;
  min-height: 150px;
  background-size:contain !important;
}

.two-col-text_img-cm .col-descr h6{
  color: var(--primary_color);
  margin-bottom: 6px;
}

.two-col-text_img-cm .col-descr{
  margin-bottom: 40px;
}

.two-col-text_img-cm .col-descr h2{
  color: var(--secondary_color);
  margin-bottom: 24px;
}

.two-col-text_img-cm .col-cta a.cta_button{
  color: var(--secondary_color);
  font-size: 18px;
  max-width: 196px;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
}


.image-text-inside-wrapper .content-wrapper{
  max-width:1150px;
}
.image-text-inside-wrapper .left-side-text{
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  margin-right: 8.9%;
  margin-top: 11px;
}
.image-text-inside-wrapper .right-side-image{
  -ms-flex-preferred-size:40.04%;
  flex-basis:40.04%
}
.image-text-inside-wrapper .left-side-deta{
  max-width:535px;
}
.image-text-inside-wrapper .head-description-text h2{
  color:var(--secondary_color);
  position:relative;
  z-index:2;
  margin:0 0 22px 0;
}
.image-text-inside-wrapper .head-description-text h2:before {
  content: '';
  position: absolute;
  width: 12000px;
  left: -12020px;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--primary_color);
}
.image-text-inside-wrapper .list-text {
  margin: 30px 0 37px 0;
}
.image-text-inside-wrapper .list-text ul li{
  margin: 0 0 22px 0;
}

.image-text-inside-wrapper .list-text ul li::marker {
  font-size: 8px;
  /* color: var(--secandary); */
  font-weight:normal;
  color:#0e0e0eb0;
} 
.image-text-inside-wrapper .schedule-link{
  margin:31px 0 0 0;
}
.image-text-inside-wrapper .schedule-link a{
  -webkit-transition:.3s ease-in-out all;
  -o-transition:.3s ease-in-out all;
  transition:.3s ease-in-out all;
  font-size:18px;
  font-family: Lato;
  font-weight: bold;
}
.image-text-inside-wrapper .schedule-link a:hover{
  font-weight:700;
  color:var(--primary_color);
}




.brand-logos-mocule .logo-grid{
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(117px, 157px));
  grid-gap: 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.spark-contact-us {
  border-top-width: 3px;
  border-top-style: solid;
  z-index: 1;
  position: relative;
}
.spark-contact-us:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.spark-contact-us .content-wrapper {
  max-width: 1150px;
  z-index:1;
}
.col-5.left .inside-block {
  padding: 36px 27.42px 142px;
  position: relative;
}
.col-5.left .inside-block h3 {
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}
.col-5.left .inside-block .lc {
  position: relative;
  margin-top: -78px;
}
.col-5.left .inside-block .lc:before {
  position: absolute;
  content: '';
  top: -8px;
  left: 0;
  width: 66%;
  height: 3px;
  background: #c1111f;
  z-index: 6;
}
.col-5.left .inside-block .lc h3 {
  margin-bottom: 23px;
}
.col-5.left .inside-block .lc p {
  max-width: 83%;
  margin-bottom: 20px;
}
.col-5.left .inside-block .custom-link a {
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.spark-contact-us .d-flex .col-5:last-child{
  margin-right: 0px;
}

.col-5.right .inside-block {
  padding: 42px 72px 37px 48px;
}
.col-5.right .inside-block .form-title {
  display:none; 
}
.col-5.right .inside-block form .hs-richtext h3 {
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 28px;
}
.col-5.right .inside-block form label {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  font-family: 'Lato';
  margin-bottom: 4px;
}
.spark-contact-us .d-flex .col-5 .inside-block form input[type=text], 
.spark-contact-us .d-flex .col-5 .inside-block form input[type=email],
.spark-contact-us .d-flex .col-5 .inside-block form input[type=tel],
.spark-contact-us .d-flex .col-5 .inside-block form textarea{ 
  outline: none;
  border: 2px solid #0000;
  padding: 13px 15px;
}
.spark-contact-us .d-flex .col-5 .inside-block form textarea{ 
  width: 100% !important;
  min-height: 106px;
  resize: none;
}
.spark-contact-us .d-flex .col-5 {
  -ms-flex-preferred-size: 48.65%;
  flex-basis: 48.65%;
  padding: 22px 24px 25px;
  position: relative;
  z-index: 1;
}
.spark-contact-us .d-flex .col-5:after {
  position: absolute;
  content: '';
  top: 22px;
  left: 24px;
  right: 24px;
  bottom: 25px;
  border: 1px solid #C1111F;
  z-index: -1;
}
.col-5.right .inside-block form .hs-form-field {
  margin-bottom: 17px;
}
.col-5.right .inside-block form .hs_submit {
  margin-top: 27px;
}
.col-5.right .inside-block form .hs_submit input[type=submit] {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}





/* responsive */
@media(max-width:1200px){
  .image-text-inside-wrapper .head-description-text h2:before{
    left: -12010px;
  }
}


@media (max-width: 992px) {
  .col-5.right .inside-block {
    padding: 42px 40px 37px 30px;
  }
}
@media(min-width:768px){
  .spark-contact-us .d-flex .col-5:not(:last-child) {
    margin-right: 2.70%;
  }
  .two-column-image-text .main-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
  }
  .grid-image-content{
    position: relative;
    min-height:595px;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .grid-text-content {
    -ms-flex-preferred-size: 44.85%;
    flex-basis: 44.85%;
  }
}

@media all and (min-width: 998px){
  .two-col-bg-img .text-grid{
    grid-gap: 223px;
  }
}

@media all and (min-width: 769px){
  .two-column-image-text.section-padding .content-wrapper{
    max-width:1280px;
    padding:0;
  }
  .two-column-image-text .text-container > h6{
    margin-bottom: 9px;
    line-height: 22px;
  }
  .two-column-image-text .main-grid{
    margin-left: 6.8%;
  }
  .two-column-image-text .text-container > h2{
    margin-bottom: 22px;
    line-height: 55px;
  }
  .two-column-image-text .text-container p:not(:last-child){
    margin-bottom: 27px;
  }
  .two-column-image-text .text-container p:last-child{
    margin-bottom: 0;
  }
  .two-col-bg-img .text-content h2{
    margin: 0px 0 32px;
  }
  .two-col-bg-img .text-grid{
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
  }
  .two-col-bg-img .text-content{
    margin-bottom: 26px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .prof-one-project-cards-mob-slider .proj-id{
    -ms-flex-preferred-size:40%;
    flex-basis:40%;
  }
  .prof-one-project-cards-mob-slider .proj-name{
    -ms-flex-preferred-size:60%;
    flex-basis:60%; 
  }
  .prof-one-project-cards-mob-slider .split-image-card .hover-button.transparent_button_white_text a.cta_button{
    padding:10px;
    font-size:13px; 
  }
}
@media all and (max-width: 998px){
  .brand-logos-mocule .logo-grid{
    grid-gap: 80px;
  }
}
@media(min-width: 1025px){
  .two-col-text_img-cm .col-descr h6{
    line-height:22px;
  }

  .two-col-text_img-cm .col-descr h2{
    line-height: 55px;
  }

  .two-col-text_img-cm .text-wrapper{
    max-width: 442px;
    margin:0 auto;
  }

  .two-col-text_img-cm .image-col{
    padding-left: 125px;
    padding-right: 15px;
  }
  .two-col-text_img-cm .text-col{
    padding-left: 15px;
  }
  .two-col-text_img-cm .flex-box{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .two-col-text_img-cm .col-descr:after{
    content:'';
    position: absolute;
    right:0px;
    top:228px;
    width: 27%;
    height: 5px;
    background-color: var(--primary_color);

  }
}
@media all and (max-width: 998px){
  .two-col-overlay-text .main-grid{
    grid-gap: 80px;
  }
}
@media(max-width: 1024px){
  .two-col-text_img-cm .image-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 50px;
  }

  .two-col-text_img-cm .text-col{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 30px;
  }
  .two-col-text_img-cm .col-descr:after{
    content:'';
    position: absolute;
    left:0;
    top:235px;
    width: 45px;
    height: 5px;
    background-color: var(--primary_color);
  }
  .two-col-text_img-cm .bg-img {
    min-height: 300px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px){
  .brand-logos-mocule .logo-grid{
    grid-gap: 50px;
  }
  .two-col-overlay-text .main-grid{
    grid-gap: 40px;
  }
  .two-col-bg-img .overlay::before, 
  .two-col-bg-img .image-bg::after, 
  .two-col-bg-img .image-bg::before{
    width: 100%;
    height: 100%;
  }
  .two-col-bg-img .image-bg::after{
    bottom: 0;
    top: unset;
    height: 450px;
    bottom: -450px;
  }
  .two-col-bg-img .p-rel{
    margin-bottom: 450px;
  }
  .two-col-bg-img .text-container{
    margin-left: 0;
  }
  .two-col-bg-img .text-content{
    margin-bottom: 15px;
  }
  .two-col-bg-img .text-container{
    margin: 40px 0;
  }
  .grid-image-content{
    min-height:350px;
    margin-top:40px;
  }
}
@media(max-width:767px){
  .spark-contact-us {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .col-5.left .inside-block .lc p {
    max-width: 100%;
  }
  .col-5.left .inside-block h3,
  .col-5.right .inside-block form .hs-richtext h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .col-5.left .inside-block .lc:before {
    width: 80%; 
  }
  .spark-contact-us .d-flex .col-5{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
  }
  .spark-contact-us .d-flex .col-5:last-child{
    margin-top: 30px;
  }
  .spark-contact-us .d-flex .col-5 .inside-block{
    padding: 25px;
  }
  .image-text-inside-wrapper .two-column-img-text{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .image-text-inside-wrapper .left-side-text{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right:0;
  }
  .image-text-inside-wrapper .right-side-image{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .image-text-inside-wrapper .left-side-deta{
    max-width:100%;
  }
  .image-text-inside-wrapper .head-description-text h2{
    font-size:30px;
  }
  .image-text-inside-wrapper .head-description-text h2:before{
    left: -12010px;
  }
  .image-text-inside-wrapper .right-side-image{
    margin:40px 0 0 0;
  }
  .image-text-inside-wrapper .schedule-link{
    margin:25px 0 0 0;
  }
  .image-text-inside-wrapper .list-text ul{
    padding:10px;
  }
  .image-text-inside-wrapper .list-text ul li:last-child{
    margin:0;
  }
  .image-text-inside-wrapper .list-text {
    margin: 30px 0 25px 0;
  }
  .prof-one-project-cards-mob-slider .prof-proj-cards-details{
    margin:30px 0 0 0;
  }
  .prof-one-project-cards-mob-slider .three-col-card-images.d-flex{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  } 
  .prof-one-project-cards-mob-slider .split-image-card{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin:0;
  }
  .prof-one-project-cards-mob-slider .proj-id{
    -ms-flex-preferred-size:40%;
    flex-basis:40%;
  }
  .prof-one-project-cards-mob-slider .proj-name{
    -ms-flex-preferred-size:60%;
    flex-basis:60%; 
  }
  .prof-one-project-cards-mob-slider .split-image-card:nth-child(3n+3){
    margin-right:0px;
  }
  .prof-one-project-cards-mob-slider button,  .prof-one-project-cards-mob-slider [type="button"],
  .prof-one-project-cards-mob-slider [type="reset"], .prof-one-project-cards-mob-slider [type="submit"] {
    display:none;
  }
  .prof-one-project-cards-mob-slider ul.slick-dots {
    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;
    text-align: center;
    padding:0;
    list-style:none;
    margin:30px 0 0 0;
  }
  .prof-one-project-cards-mob-slider ul.slick-dots li{
    margin:13px;
  }
  .two_col_edge_edge .two_col_edge_flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two_col_edge_edge .two_col_edge_flex_lt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 36px;
    position: relative;
    padding-right:36px;
  }
  .two_col_edge_edge .two_col_edge_flex_rt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    line-height: 0;
  }
  .two_col_edge_edge.section-padding .content-wrapper {
    padding: 0;
  }
  .two_col_edge_edge .two_col_edge_flex_lt .text-content:after{
    max-width: 29px;
  }
  body .two_col_edge_edge .two_col_edge_flex_lt{
    margin-bottom: 51px;
  }
  .two_col_edge_edge .two_col_edge_flex_rt{
    min-height: 391px;
  }
  .two_col_edge_edge.section-padding {
    padding-bottom: 51px;
  }
  body .mobile-display-none{
    display:none;
  }
  body .desktop-display-none{
    display:block;
  }
  .image_content_fix .image_src {
    min-height: 354px;
  }
  .two_col_grid_image_cards .content-wrapper {
    padding: 0;
  }
  .two_col_grid_image_cards .text_content p {
    padding-bottom: 0px;
  }
  .two_col_grid_image_cards .text_content{
    padding: 9px 30px 34px 30px;
  }
  .two_col_grid_image_cards ul.slick-dots{
    padding: 42px 20px 0;
  }
  .two_col_grid_image_cards.section-padding {
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .schedule-list-text-link   .list-text-details{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .schedule-list-text-link .split-col-list{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    padding-right:0;
  }
  .schedule-list-text-link .list-heading-decription{
    padding-bottom: 0px;
  } 
  .schedule-list-text-link .list-heading-decription p{
    max-width:100%;
    line-height:1.15;
  }
  .schedule-list-text-link .schedule-link.custom-border {
    padding-top:10px;
  }
  .schedule-list-text-link .section-padding{
    padding-top:40px;
    padding-bottom:40px;
  }
  .two-col-text_img-cm .col-descr h2{
    font-size: 32px;
    margin-bottom: 16px;
  }
  .two-col-text_img-cm .logo-img {
    max-width: 103px;
    min-height: 96px;
  }
  .two-col-text_img-cm .col-descr:after{
    top: 210px;
  }
}

/* Mobile Menu Dropdown Fix */
@media screen and (max-width: 1024px) { 
    /* Target the HubSpot Child Menu Wrapper */
    .hs-menu-wrapper .hs-menu-children-wrapper {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block; /* Ensures it takes up space */
        width: 100%;
        margin: 0;
        box-shadow: none; /* Optional: removes desktop drop-shadows */
    }

    /* Ensure the parent list item expands to fit the child */
    .hs-menu-wrapper ul li.hs-item-has-children.hs-menu-depth-1 {
        height: auto !important;
    }
    
    /* Optional: Indent child items so they look like a hierarchy */
    .hs-menu-wrapper .hs-menu-children-wrapper li a {
        padding-left: 30px !important;
    }
}