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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  
}

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
    [dir="rtl"] .row-fluid [class*="span"] {
        margin-left: unset;
      margin-right: 0px;
    }
  
}

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  [dir="rtl"] .row-fluid [class*="span"] {
        margin-left: unset;
      margin-right: 2.762430939%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  [dir="rtl"] .row-fluid [class*="span"] {
        margin-left: unset;
      margin-right: 2.564102564%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 18px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: Rubik;
  line-height: 1.4;
}

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}



/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: "Greycliff CF", Merriweather, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

/*:focus {
  outline: auto;
  outline-color: green;
}*/
:focus {
  outline: none;
}
.disable-focus-styles :focus {
  outline: none;
}
.button {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    padding: 14px 24px 15px 24px;
    display: block;
    line-height: 19px;
    width: fit-content;
    outline: none;
    border: 0;
    margin: unset;
}   

.wide {
    width: 100%;
} 

.incontent {
  margin-top: 40px;
  margin-bottom: 40px;
}
.center {
  margin-right: auto;
  margin-left: auto;
}
.mob-center {
}
@media screen and (max-width: 768px) {
.mob-center {
    margin-right: auto !important;
    margin-left: auto !important;
}
}
.icon-right span[class^="fi-rr-"]:before, .icon-right span[class*="fi-rr-"]:before {
    margin-left: 8px;
    vertical-align: bottom;
    color: #153743;
}
.icon-left span[class^="fi-rr-"]:before, .icon-left span[class*="fi-rr-"]:before {
    margin-right: 8px;
    vertical-align: bottom;
    color: #153743;
}
.icon-left.black span[class^="fi-rr-"]:before, .icon-left.black span[class*="fi-rr-"]:before,
.icon-right.black span[class^="fi-rr-"]:before, .icon-right.black span[class*="fi-rr-"]:before,
.icon-left.blue span[class^="fi-rr-"]:before, .icon-left.blue span[class*="fi-rr-"]:before,
.icon-right.blue span[class^="fi-rr-"]:before, .icon-right.blue span[class*="fi-rr-"]:before {
    color: #ffffff;
}
.blue,
.blue:focus {
    color: #ffffff;
    box-shadow: 0px 4px 8px #009BCE33;
    background-color: #05a9df;
    text-decoration: none;
}	
.blue:hover {
    background-color: #009BCE;
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 0;
}
.blue:active {
    background-color: #08A0D2;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 0;
}
.black,
.black:focus {
    color: #ffffff;
    box-shadow: 0px 4px 8px #A8BBC280;
    background-color: #153743;
    text-decoration: none;
}	
.black:hover {
    background-color: #0A222A;
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
}
.black:active {
    background-color: #0A222A;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.yellow,
.yellow:focus {
    color: #ffffff;
    background-color: #F5671F;
    text-decoration: none;
}	
.yellow:hover {
    background-color: #FF8303;
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 0;
}
.yellow:active {
    background-color: #FF8303;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 0;
}
.yellow-transparent,
.yellow-transparent:focus {
    color: #B92C00;
    background-color: #FFEDA0;
    text-decoration: none;
}	
.yellow-transparent:hover {
    background-color: #FFE296;
    color: #B92C00;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 0;
}
.yellow-transparent:active {
    background-color: #FFE296;
    color: #B92C00;
    text-decoration: none;
    outline: none;
    border: 0;
}
.white,
.white:focus {
    color: #153743;
    box-shadow: 0px 4px 12px #1537431F;
    background-color: #ffffff;
    text-decoration: none;
}	
.white:hover {
    background-color: #DCE8EC;
    color: #153743;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 0;
}
.white:active {
    background-color: #DCE8EC;
    color: #153743;
    text-decoration: none;
    box-shadow: 0px 4px 12px #1537431F;
    outline: none;
    border: 0;
}
.transparent,
.transparent:focus {
    color: #153743;
    background-color: #ffffff00;
    box-shadow: none;
    text-decoration: none;
}	
.transparent:hover/*,
span[class^="fi-rr-"]:hover .transparent, 
span[class*="fi-rr-"]:hover .transparent*/ {
    background-color: #05A9DF14;
    color: #153743;
    text-decoration: none;
    box-shadow: none;
}
.transparent:active {
    background-color: #05A9DF1F;
    color: #153743;
    text-decoration: none;
    box-shadow: none;
}
.wide-half,
.wide-half:focus {
    color: #ffffff;
    box-shadow: 0px 4px 8px #009BCE33;
    background-color: #05a9df;
    text-decoration: none;
    width: 50%!important;
}

.wide-half:hover {
    background-color: #009BCE;
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 0;
    width: 50%!important;
}

.wide-half:active {
    background-color: #08A0D2;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 0;
    width: 50%!important;
}

.ctf-button {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    padding: 14px 24px 15px 24px;
    display: block;
    line-height: 19px;
    width: fit-content;
    outline: none;
    border: 0;
    margin: unset;
}  

.border {
  border: solid 1px #635B70;
  color: #B88CFF;
}

.border:hover {
  background-color: #F1EDF612;
  text-decoration: none;
  transition: background-color 0.1s ease 0.1s;
}

.purple {
  background-color: #B88CFF;
  color: #250059;
}

.purple:hover {
  background-color: #AC81F2;
  color: #250059;
  text-decoration: none;
}

.grey {
  color: #B88CFF;
  background-color: #322B40;
}

.grey:hover {
  color: #B88CFF;
  background-color: #F1EDF612;
  text-decoration: none;
  transition: background-color 0.1s ease 0.1s;
}

.grey-unactive {
  color: #635B70;
  background-color: #EADDFF12;
  text-decoration: none;
}

.grey-unactive:hover {
  color: #635B70;
  background-color: #EADDFF12;
  text-decoration: none;
}

.icon-button {
	  width: 48px;
    border-radius: 16px;
    height: 48px;
    border-width: 0px;
    cursor: pointer;
    outline: none;
    padding: 0;
}
.icon-button span[class*=fi-rr-]:before, .icon-button span[class^=fi-rr-]:before {
    vertical-align: middle;
	  font-size: 24px;
    display: block;
}
.icon-button span[class*=fi-rr-], .icon-button span[class^=fi-rr-] {	
	  height: 24px;
    display: block;
    width: 24px;
    margin: 0 auto;
    position: relative;
}
.icon-inline:before {
    vertical-align: middle;
    font-size: 20px;
    display: inline-block; 
}
.button span[class*=fi-rr-], .button span[class^=fi-rr-] {	
    line-height: 16px;
    display: inline-block;
}
[dir="rtl"] .button span[class*=fi-rr-], [dir="rtl"] .button span[class^=fi-rr-] {
    transform: scaleX(-1);
}
/*Sections*/

.custom-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.custom-column-wrapper {
    padding: 16px;
    position: relative;
	  max-width: 100%;
	  width: fit-content;
} 
.three-columns {
  width: 33.3%;
  min-width: 360px;
}
@media screen and (max-width: 768px) {
/*.custom-section-wrapper {
  display: block;
}*/
.three-columns {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  min-width: 200px;
}
}

/*Modals*/
.modal-box-bg {
    background-color: #ffffff75;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}
.modal-box {
    max-width: 640px;
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(21, 55, 67, 0.12);
    border-radius: 24px;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    transition: visibility 300ms ease, opacity 300ms ease;
    -webkit-transition: visibility 300ms ease, opacity 300ms ease;
    position: fixed;
    z-index: 9;
    display: block;
    max-width: 95%;
    max-height: 98%;
    overflow-y: scroll;
}
.modal-box::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.modal-close {
	  position: absolute;
    top: 8px;
    right: 8px;
    z-index: 8;
}
.modal-box-content {
    max-width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    padding: 56px 80px;
}
@media screen and (max-width: 768px) {
.modal-box-content {
      padding: 56px 24px;
}
.modal-box {
      width: 400px;
}
}
@media screen and (max-width: 950px) {
[mob-hidden] {
  visibility: hidden !important;
  opacity: 0 !important;
}
}
[el-hidden] {
  visibility: hidden;
  opacity: 0;
}
.tooltip {
    position: relative;
}
.tooltip-text {
    background-color: #153743F2;
    border-radius: 12px;
    color: #fff;
    left: 60%;
    margin-left: -60px;
    padding: 5px 8px 4px 8px;
    position: absolute;
    text-align: center;
    top: 105%;
    visibility: hidden;
    opacity: 0;
    width: 186px;
    line-height: 14px;
    font-size: 12px;
    z-index: 1;
    transition: 0.05s 0.05s;
    white-space: pre-wrap;
    font-weight: 400;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
    transition: opacity 0.2s;
}
/*Wistia Embed Video Module Styles*/
.mwistia-video-embed {
  width: fit-content;
}
.mwistia-video-embed .wistia_embed:hover .mwistia-promo-img,
.slider-wrapper .wistia_embed:hover .mwistia-promo-img {
    filter: brightness(80%);
    transition-delay: 0.1s;
}
.mwistia-video-embed .wistia_embed:hover .mwistia-play-butn,
.slider-wrapper .wistia_embed:hover .mwistia-play-butn {
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transform: scale(1.1);
}
.mwistia-promo-img {
    max-width: 100%;
    width: 500px;
    position: relative;
    z-index: 1;
    transition: 0.1s filter;
    border-radius: 24px;
    box-shadow: 0px 0px 8px -4px rgba(66, 68, 90, 1);
}
.mwistia-play-butn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2; 
    transition: 0.1s transform;
}
.wistia_click_to_play {
    height: fit-content !important;
}
#hs-eu-close-button svg {
    height: 24px !important;
    width: 24px !important;  
  }
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  display: block !important;
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button {
  cursor: pointer;
}
@media (min-width: 751px) {
  div#hs-eu-cookie-confirmation {
      max-width: 900px !important; 
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
      margin-right: 0 !important; 
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
      margin-right: 0 !important; 
  }
    #hs-eu-policy-wording {
    display: inline-flex !important;
      width: 77% !important;
      height: auto !important;
      margin-bottom: 0 !important;
      justify-content: space-around !important;
      margin-top: 0 !important;
  }
  #hs-eu-policy-wording p {
    margin: 0 !important;
      display: flex !important;
      height: fit-content !important;
      padding: 0 20px !important;
  }
  #hs-eu-cookie-confirmation-buttons-area {
    display: inline-flex !important;
      width: 23% !important;
      padding: 0 20px;
      text-align: center !important;
      margin-top: 0px !important;
      height: 145px !important;
      justify-content: space-evenly !important;
  }
  #hs-eu-cookie-settings-button {
    order: 3 !important;
  }
  }
@font-face {
font-family: "uicons-regular-rounded";
src: url("../webfonts/uicons-regular-rounded.eot#iefix") format("embedded-opentype"),
url("https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/raw_assets/public/Wizer%20Theme/images/uicons/uicons-regular-rounded.woff2") format("woff2"),
url("https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/raw_assets/public/Wizer%20Theme/images/uicons/uicons-regular-rounded.woff") format("woff");
}

    i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before {
font-family: uicons-regular-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-rr-add:before {
    content: "\f101";
    }
        .fi-rr-address-book:before {
    content: "\f102";
    }
        .fi-rr-alarm-clock:before {
    content: "\f103";
    }
        .fi-rr-align-center:before {
    content: "\f104";
    }
        .fi-rr-align-justify:before {
    content: "\f105";
    }
        .fi-rr-align-left:before {
    content: "\f106";
    }
        .fi-rr-align-right:before {
    content: "\f107";
    }
        .fi-rr-ambulance:before {
    content: "\f108";
    }
        .fi-rr-angle-double-left:before {
    content: "\f109";
    }
        .fi-rr-angle-double-right:before {
    content: "\f10a";
    }
        .fi-rr-angle-double-small-left:before {
    content: "\f10b";
    }
        .fi-rr-angle-double-small-right:before {
    content: "\f10c";
    }
        .fi-rr-angle-down:before {
    content: "\f10d";
    }
        .fi-rr-angle-left:before {
    content: "\f10e";
    }
        .fi-rr-angle-right:before {
    content: "\f10f";
    }
        .fi-rr-angle-small-down:before {
    content: "\f110";
    }
        .fi-rr-angle-small-left:before {
    content: "\f111";
    }
        .fi-rr-angle-small-right:before {
    content: "\f112";
    }
        .fi-rr-angle-small-up:before {
    content: "\f113";
    }
        .fi-rr-angle-up:before {
    content: "\f114";
    }
        .fi-rr-apple:before {
    content: "\f115";
    }
        .fi-rr-apps-add:before {
    content: "\f116";
    }
        .fi-rr-apps-delete:before {
    content: "\f117";
    }
        .fi-rr-apps-sort:before {
    content: "\f118";
    }
        .fi-rr-apps:before {
    content: "\f119";
    }
        .fi-rr-archive:before {
    content: "\f11a";
    }
        .fi-rr-arrow-down:before {
    content: "\f11b";
    }
        .fi-rr-arrow-from-bottom:before {
    content: "\f11c";
    }
        .fi-rr-arrow-left:before {
    content: "\f11d";
    }
        .fi-rr-arrow-right:before {
    content: "\f11e";
    }
        .fi-rr-arrow-small-down:before {
    content: "\f11f";
    }
        .fi-rr-arrow-small-left:before {
    content: "\f120";
    }
        .fi-rr-arrow-small-right:before {
    content: "\f121";
    }
        .fi-rr-arrow-small-up:before {
    content: "\f122";
    }
        .fi-rr-arrow-up:before {
    content: "\f123";
    }
        .fi-rr-asterik:before {
    content: "\f124";
    }
        .fi-rr-at:before {
    content: "\f125";
    }
        .fi-rr-backpack:before {
    content: "\f126";
    }
        .fi-rr-badge:before {
    content: "\f127";
    }
        .fi-rr-balloons:before {
    content: "\f128";
    }
        .fi-rr-ban:before {
    content: "\f129";
    }
        .fi-rr-band-aid:before {
    content: "\f12a";
    }
        .fi-rr-bank:before {
    content: "\f12b";
    }
        .fi-rr-barber-shop:before {
    content: "\f12c";
    }
        .fi-rr-baseball:before {
    content: "\f12d";
    }
        .fi-rr-basketball:before {
    content: "\f12e";
    }
        .fi-rr-bed:before {
    content: "\f12f";
    }
        .fi-rr-beer:before {
    content: "\f130";
    }
        .fi-rr-bell-ring:before {
    content: "\f131";
    }
        .fi-rr-bell-school:before {
    content: "\f132";
    }
        .fi-rr-bell:before {
    content: "\f133";
    }
        .fi-rr-bike:before {
    content: "\f134";
    }
        .fi-rr-billiard:before {
    content: "\f135";
    }
        .fi-rr-bold:before {
    content: "\f136";
    }
        .fi-rr-book-alt:before {
    content: "\f137";
    }
        .fi-rr-book:before {
    content: "\f138";
    }
        .fi-rr-bookmark:before {
    content: "\f139";
    }
        .fi-rr-bowling:before {
    content: "\f13a";
    }
        .fi-rr-box-alt:before {
    content: "\f13b";
    }
        .fi-rr-box:before {
    content: "\f13c";
    }
        .fi-rr-bread-slice:before {
    content: "\f13d";
    }
        .fi-rr-briefcase:before {
    content: "\f13e";
    }
        .fi-rr-broom:before {
    content: "\f13f";
    }
        .fi-rr-browser:before {
    content: "\f140";
    }
        .fi-rr-brush:before {
    content: "\f141";
    }
        .fi-rr-bug:before {
    content: "\f142";
    }
        .fi-rr-building:before {
    content: "\f143";
    }
        .fi-rr-bulb:before {
    content: "\f144";
    }
        .fi-rr-butterfly:before {
    content: "\f145";
    }
        .fi-rr-cake-birthday:before {
    content: "\f146";
    }
        .fi-rr-cake-wedding:before {
    content: "\f147";
    }
        .fi-rr-calculator:before {
    content: "\f148";
    }
        .fi-rr-calendar:before {
    content: "\f149";
    }
        .fi-rr-call-history:before {
    content: "\f14a";
    }
        .fi-rr-call-incoming:before {
    content: "\f14b";
    }
        .fi-rr-call-missed:before {
    content: "\f14c";
    }
        .fi-rr-call-outgoing:before {
    content: "\f14d";
    }
        .fi-rr-camera:before {
    content: "\f14e";
    }
        .fi-rr-camping:before {
    content: "\f14f";
    }
        .fi-rr-car:before {
    content: "\f150";
    }
        .fi-rr-caret-down:before {
    content: "\f151";
    }
        .fi-rr-caret-left:before {
    content: "\f152";
    }
        .fi-rr-caret-right:before {
    content: "\f153";
    }
        .fi-rr-caret-up:before {
    content: "\f154";
    }
        .fi-rr-carrot:before {
    content: "\f155";
    }
        .fi-rr-chart-connected:before {
    content: "\f156";
    }
        .fi-rr-chart-histogram:before {
    content: "\f157";
    }
        .fi-rr-chart-network:before {
    content: "\f158";
    }
        .fi-rr-chart-pie-alt:before {
    content: "\f159";
    }
        .fi-rr-chart-pie:before {
    content: "\f15a";
    }
        .fi-rr-chart-pyramid:before {
    content: "\f15b";
    }
        .fi-rr-chart-set-theory:before {
    content: "\f15c";
    }
        .fi-rr-chart-tree:before {
    content: "\f15d";
    }
        .fi-rr-chat-arrow-down:before {
    content: "\f15e";
    }
        .fi-rr-chat-arrow-grow:before {
    content: "\f15f";
    }
        .fi-rr-check:before {
    content: "\f160";
    }
        .fi-rr-checkbox:before {
    content: "\f161";
    }
        .fi-rr-cheese:before {
    content: "\f162";
    }
        .fi-rr-chess-piece:before {
    content: "\f163";
    }
        .fi-rr-child-head:before {
    content: "\f164";
    }
        .fi-rr-circle-small:before {
    content: "\f165";
    }
        .fi-rr-circle:before {
    content: "\f166";
    }
        .fi-rr-clip:before {
    content: "\f167";
    }
        .fi-rr-clock:before {
    content: "\f168";
    }
        .fi-rr-cloud-check:before {
    content: "\f169";
    }
        .fi-rr-cloud-disabled:before {
    content: "\f16a";
    }
        .fi-rr-cloud-download:before {
    content: "\f16b";
    }
        .fi-rr-cloud-share:before {
    content: "\f16c";
    }
        .fi-rr-cloud-upload:before {
    content: "\f16d";
    }
        .fi-rr-cloud:before {
    content: "\f16e";
    }
        .fi-rr-clouds:before {
    content: "\f16f";
    }
        .fi-rr-cocktail:before {
    content: "\f170";
    }
        .fi-rr-coffee:before {
    content: "\f171";
    }
        .fi-rr-comment-alt:before {
    content: "\f172";
    }
        .fi-rr-comment-check:before {
    content: "\f173";
    }
        .fi-rr-comment-heart:before {
    content: "\f174";
    }
        .fi-rr-comment-info:before {
    content: "\f175";
    }
        .fi-rr-comment-user:before {
    content: "\f176";
    }
        .fi-rr-comment:before {
    content: "\f177";
    }
        .fi-rr-comments:before {
    content: "\f178";
    }
        .fi-rr-compress-alt:before {
    content: "\f179";
    }
        .fi-rr-compress:before {
    content: "\f17a";
    }
        .fi-rr-computer:before {
    content: "\f17b";
    }
        .fi-rr-confetti:before {
    content: "\f17c";
    }
        .fi-rr-cookie:before {
    content: "\f17d";
    }
        .fi-rr-copy-alt:before {
    content: "\f17e";
    }
        .fi-rr-copy:before {
    content: "\f17f";
    }
        .fi-rr-copyright:before {
    content: "\f180";
    }
        .fi-rr-cow:before {
    content: "\f181";
    }
        .fi-rr-cream:before {
    content: "\f182";
    }
        .fi-rr-credit-card:before {
    content: "\f183";
    }
        .fi-rr-croissant:before {
    content: "\f184";
    }
        .fi-rr-cross-circle:before {
    content: "\f185";
    }
        .fi-rr-cross-small:before {
    content: "\f186";
    }
        .fi-rr-cross:before {
    content: "\f187";
    }
        .fi-rr-crown:before {
    content: "\f188";
    }
        .fi-rr-cube:before {
    content: "\f189";
    }
        .fi-rr-cupcake:before {
    content: "\f18a";
    }
        .fi-rr-cursor-finger:before {
    content: "\f18b";
    }
        .fi-rr-cursor-plus:before {
    content: "\f18c";
    }
        .fi-rr-cursor-text-alt:before {
    content: "\f18d";
    }
        .fi-rr-cursor-text:before {
    content: "\f18e";
    }
        .fi-rr-cursor:before {
    content: "\f18f";
    }
        .fi-rr-dart:before {
    content: "\f190";
    }
        .fi-rr-dashboard:before {
    content: "\f191";
    }
        .fi-rr-data-transfer:before {
    content: "\f192";
    }
        .fi-rr-database:before {
    content: "\f193";
    }
        .fi-rr-delete:before {
    content: "\f194";
    }
        .fi-rr-diamond:before {
    content: "\f195";
    }
        .fi-rr-dice:before {
    content: "\f196";
    }
        .fi-rr-diploma:before {
    content: "\f197";
    }
        .fi-rr-disco-ball:before {
    content: "\f198";
    }
        .fi-rr-disk:before {
    content: "\f199";
    }
        .fi-rr-doctor:before {
    content: "\f19a";
    }
        .fi-rr-document-signed:before {
    content: "\f19b";
    }
        .fi-rr-document:before {
    content: "\f19c";
    }
        .fi-rr-dollar:before {
    content: "\f19d";
    }
        .fi-rr-download:before {
    content: "\f19e";
    }
        .fi-rr-drink-alt:before {
    content: "\f19f";
    }
        .fi-rr-drumstick:before {
    content: "\f1a0";
    }
        .fi-rr-duplicate:before {
    content: "\f1a1";
    }
        .fi-rr-e-learning:before {
    content: "\f1a2";
    }
        .fi-rr-earnings:before {
    content: "\f1a3";
    }
        .fi-rr-edit-alt:before {
    content: "\f1a4";
    }
        .fi-rr-edit:before {
    content: "\f1a5";
    }
        .fi-rr-envelope-ban:before {
    content: "\f1a6";
    }
        .fi-rr-envelope-download:before {
    content: "\f1a7";
    }
        .fi-rr-envelope-marker:before {
    content: "\f1a8";
    }
        .fi-rr-envelope-open:before {
    content: "\f1a9";
    }
        .fi-rr-envelope-plus:before {
    content: "\f1aa";
    }
        .fi-rr-envelope:before {
    content: "\f1ab";
    }
        .fi-rr-euro:before {
    content: "\f1ac";
    }
        .fi-rr-exclamation:before {
    content: "\f1ad";
    }
        .fi-rr-expand:before {
    content: "\f1ae";
    }
        .fi-rr-eye-crossed:before {
    content: "\f1af";
    }
        .fi-rr-eye-dropper:before {
    content: "\f1b0";
    }
        .fi-rr-eye:before {
    content: "\f1b1";
    }
        .fi-rr-feather:before {
    content: "\f1b2";
    }
        .fi-rr-ferris-wheel:before {
    content: "\f1b3";
    }
        .fi-rr-file-add:before {
    content: "\f1b4";
    }
        .fi-rr-file-ai:before {
    content: "\f1b5";
    }
        .fi-rr-file-check:before {
    content: "\f1b6";
    }
        .fi-rr-file-delete:before {
    content: "\f1b7";
    }
        .fi-rr-file-eps:before {
    content: "\f1b8";
    }
        .fi-rr-file-gif:before {
    content: "\f1b9";
    }
        .fi-rr-file-music:before {
    content: "\f1ba";
    }
        .fi-rr-file-psd:before {
    content: "\f1bb";
    }
        .fi-rr-file:before {
    content: "\f1bc";
    }
        .fi-rr-fill:before {
    content: "\f1bd";
    }
        .fi-rr-film:before {
    content: "\f1be";
    }
        .fi-rr-filter:before {
    content: "\f1bf";
    }
        .fi-rr-fingerprint:before {
    content: "\f1c0";
    }
        .fi-rr-fish:before {
    content: "\f1c1";
    }
        .fi-rr-flag:before {
    content: "\f1c2";
    }
        .fi-rr-flame:before {
    content: "\f1c3";
    }
        .fi-rr-flip-horizontal:before {
    content: "\f1c4";
    }
        .fi-rr-flower-bouquet:before {
    content: "\f1c5";
    }
        .fi-rr-flower-tulip:before {
    content: "\f1c6";
    }
        .fi-rr-flower:before {
    content: "\f1c7";
    }
        .fi-rr-folder-add:before {
    content: "\f1c8";
    }
        .fi-rr-folder:before {
    content: "\f1c9";
    }
        .fi-rr-following:before {
    content: "\f1ca";
    }
        .fi-rr-football:before {
    content: "\f1cb";
    }
        .fi-rr-form:before {
    content: "\f1cc";
    }
        .fi-rr-forward:before {
    content: "\f1cd";
    }
        .fi-rr-fox:before {
    content: "\f1ce";
    }
        .fi-rr-frown:before {
    content: "\f1cf";
    }
        .fi-rr-ftp:before {
    content: "\f1d0";
    }
        .fi-rr-gallery:before {
    content: "\f1d1";
    }
        .fi-rr-gamepad:before {
    content: "\f1d2";
    }
        .fi-rr-gas-pump:before {
    content: "\f1d3";
    }
        .fi-rr-gem:before {
    content: "\f1d4";
    }
        .fi-rr-gift:before {
    content: "\f1d5";
    }
        .fi-rr-glass-cheers:before {
    content: "\f1d6";
    }
        .fi-rr-glasses:before {
    content: "\f1d7";
    }
        .fi-rr-globe-alt:before {
    content: "\f1d8";
    }
        .fi-rr-globe:before {
    content: "\f1d9";
    }
        .fi-rr-golf:before {
    content: "\f1da";
    }
        .fi-rr-graduation-cap:before {
    content: "\f1db";
    }
        .fi-rr-graphic-tablet:before {
    content: "\f1dc";
    }
        .fi-rr-grid-alt:before {
    content: "\f1dd";
    }
        .fi-rr-grid:before {
    content: "\f1de";
    }
        .fi-rr-guitar:before {
    content: "\f1df";
    }
        .fi-rr-gym:before {
    content: "\f1e0";
    }
        .fi-rr-hamburger:before {
    content: "\f1e1";
    }
        .fi-rr-hand-holding-heart:before {
    content: "\f1e2";
    }
        .fi-rr-hastag:before {
    content: "\f1e3";
    }
        .fi-rr-hat-birthday:before {
    content: "\f1e4";
    }
        .fi-rr-head-side-thinking:before {
    content: "\f1e5";
    }
        .fi-rr-headphones:before {
    content: "\f1e6";
    }
        .fi-rr-headset:before {
    content: "\f1e7";
    }
        .fi-rr-heart-arrow:before {
    content: "\f1e8";
    }
        .fi-rr-heart:before {
    content: "\f1e9";
    }
        .fi-rr-home-location-alt:before {
    content: "\f1ea";
    }
        .fi-rr-home-location:before {
    content: "\f1eb";
    }
        .fi-rr-home:before {
    content: "\f1ec";
    }
        .fi-rr-hourglass-end:before {
    content: "\f1ed";
    }
        .fi-rr-hourglass:before {
    content: "\f1ee";
    }
        .fi-rr-ice-cream:before {
    content: "\f1ef";
    }
        .fi-rr-ice-skate:before {
    content: "\f1f0";
    }
        .fi-rr-id-badge:before {
    content: "\f1f1";
    }
        .fi-rr-inbox:before {
    content: "\f1f2";
    }
        .fi-rr-incognito:before {
    content: "\f1f3";
    }
        .fi-rr-indent:before {
    content: "\f1f4";
    }
        .fi-rr-infinity:before {
    content: "\f1f5";
    }
        .fi-rr-info:before {
    content: "\f1f6";
    }
        .fi-rr-interactive:before {
    content: "\f1f7";
    }
        .fi-rr-interlining:before {
    content: "\f1f8";
    }
        .fi-rr-interrogation:before {
    content: "\f1f9";
    }
        .fi-rr-italic:before {
    content: "\f1fa";
    }
        .fi-rr-jpg:before {
    content: "\f1fb";
    }
        .fi-rr-key:before {
    content: "\f1fc";
    }
        .fi-rr-keyboard:before {
    content: "\f1fd";
    }
        .fi-rr-kite:before {
    content: "\f1fe";
    }
        .fi-rr-label:before {
    content: "\f1ff";
    }
        .fi-rr-laptop:before {
    content: "\f200";
    }
        .fi-rr-lasso:before {
    content: "\f201";
    }
        .fi-rr-laugh:before {
    content: "\f202";
    }
        .fi-rr-layers:before {
    content: "\f203";
    }
        .fi-rr-layout-fluid:before {
    content: "\f204";
    }
        .fi-rr-leaf:before {
    content: "\f205";
    }
        .fi-rr-letter-case:before {
    content: "\f206";
    }
        .fi-rr-life-ring:before {
    content: "\f207";
    }
        .fi-rr-line-width:before {
    content: "\f208";
    }
        .fi-rr-link:before {
    content: "\f209";
    }
        .fi-rr-lipstick:before {
    content: "\f20a";
    }
        .fi-rr-list-check:before {
    content: "\f20b";
    }
        .fi-rr-list:before {
    content: "\f20c";
    }
        .fi-rr-location-alt:before {
    content: "\f20d";
    }
        .fi-rr-lock-alt:before {
    content: "\f20e";
    }
        .fi-rr-lock:before {
    content: "\f20f";
    }
        .fi-rr-luggage-rolling:before {
    content: "\f210";
    }
        .fi-rr-magic-wand:before {
    content: "\f211";
    }
        .fi-rr-makeup-brush:before {
    content: "\f212";
    }
        .fi-rr-man-head:before {
    content: "\f213";
    }
        .fi-rr-map-marker-cross:before {
    content: "\f214";
    }
        .fi-rr-map-marker-home:before {
    content: "\f215";
    }
        .fi-rr-map-marker-minus:before {
    content: "\f216";
    }
        .fi-rr-map-marker-plus:before {
    content: "\f217";
    }
        .fi-rr-map-marker:before {
    content: "\f218";
    }
        .fi-rr-map:before {
    content: "\f219";
    }
        .fi-rr-marker-time:before {
    content: "\f21a";
    }
        .fi-rr-marker:before {
    content: "\f21b";
    }
        .fi-rr-mars-double:before {
    content: "\f21c";
    }
        .fi-rr-mars:before {
    content: "\f21d";
    }
        .fi-rr-mask-carnival:before {
    content: "\f21e";
    }
        .fi-rr-medicine:before {
    content: "\f21f";
    }
        .fi-rr-megaphone:before {
    content: "\f220";
    }
        .fi-rr-meh:before {
    content: "\f221";
    }
        .fi-rr-menu-burger:before {
    content: "\f222";
    }
        .fi-rr-menu-dots-vertical:before {
    content: "\f223";
    }
        .fi-rr-menu-dots:before {
    content: "\f224";
    }
        .fi-rr-microphone-alt:before {
    content: "\f225";
    }
        .fi-rr-microphone:before {
    content: "\f226";
    }
        .fi-rr-minus-small:before {
    content: "\f227";
    }
        .fi-rr-minus:before {
    content: "\f228";
    }
        .fi-rr-mobile:before {
    content: "\f229";
    }
        .fi-rr-mode-landscape:before {
    content: "\f22a";
    }
        .fi-rr-mode-portrait:before {
    content: "\f22b";
    }
        .fi-rr-money:before {
    content: "\f22c";
    }
        .fi-rr-moon:before {
    content: "\f22d";
    }
        .fi-rr-mountains:before {
    content: "\f22e";
    }
        .fi-rr-mouse:before {
    content: "\f22f";
    }
        .fi-rr-mug-alt:before {
    content: "\f230";
    }
        .fi-rr-music-alt:before {
    content: "\f231";
    }
        .fi-rr-music:before {
    content: "\f232";
    }
        .fi-rr-navigation:before {
    content: "\f233";
    }
        .fi-rr-network-cloud:before {
    content: "\f234";
    }
        .fi-rr-network:before {
    content: "\f235";
    }
        .fi-rr-notebook:before {
    content: "\f236";
    }
        .fi-rr-opacity:before {
    content: "\f237";
    }
        .fi-rr-package:before {
    content: "\f238";
    }
        .fi-rr-paint-brush:before {
    content: "\f239";
    }
        .fi-rr-palette:before {
    content: "\f23a";
    }
        .fi-rr-paper-plane:before {
    content: "\f23b";
    }
        .fi-rr-password:before {
    content: "\f23c";
    }
        .fi-rr-pause:before {
    content: "\f23d";
    }
        .fi-rr-paw:before {
    content: "\f23e";
    }
        .fi-rr-pencil:before {
    content: "\f23f";
    }
        .fi-rr-pharmacy:before {
    content: "\f240";
    }
        .fi-rr-phone-call:before {
    content: "\f241";
    }
        .fi-rr-phone-cross:before {
    content: "\f242";
    }
        .fi-rr-phone-pause:before {
    content: "\f243";
    }
        .fi-rr-phone-slash:before {
    content: "\f244";
    }
        .fi-rr-physics:before {
    content: "\f245";
    }
        .fi-rr-picture:before {
    content: "\f246";
    }
        .fi-rr-ping-pong:before {
    content: "\f247";
    }
        .fi-rr-pizza-slice:before {
    content: "\f248";
    }
        .fi-rr-plane:before {
    content: "\f249";
    }
        .fi-rr-play-alt:before {
    content: "\f24a";
    }
        .fi-rr-play:before {
    content: "\f24b";
    }
        .fi-rr-playing-cards:before {
    content: "\f24c";
    }
        .fi-rr-plus-small:before {
    content: "\f24d";
    }
        .fi-rr-plus:before {
    content: "\f24e";
    }
        .fi-rr-poker-chip:before {
    content: "\f24f";
    }
        .fi-rr-portrait:before {
    content: "\f250";
    }
        .fi-rr-pound:before {
    content: "\f251";
    }
        .fi-rr-power:before {
    content: "\f252";
    }
        .fi-rr-presentation:before {
    content: "\f253";
    }
        .fi-rr-print:before {
    content: "\f254";
    }
        .fi-rr-protractor:before {
    content: "\f255";
    }
        .fi-rr-pulse:before {
    content: "\f256";
    }
        .fi-rr-pyramid:before {
    content: "\f257";
    }
        .fi-rr-quote-right:before {
    content: "\f258";
    }
        .fi-rr-rainbow:before {
    content: "\f259";
    }
        .fi-rr-raindrops:before {
    content: "\f25a";
    }
        .fi-rr-rec:before {
    content: "\f25b";
    }
        .fi-rr-receipt:before {
    content: "\f25c";
    }
        .fi-rr-record-vinyl:before {
    content: "\f25d";
    }
        .fi-rr-rectabgle-vertical:before {
    content: "\f25e";
    }
        .fi-rr-rectangle-horizontal:before {
    content: "\f25f";
    }
        .fi-rr-rectangle-panoramic:before {
    content: "\f260";
    }
        .fi-rr-recycle:before {
    content: "\f261";
    }
        .fi-rr-redo-alt:before {
    content: "\f262";
    }
        .fi-rr-redo:before {
    content: "\f263";
    }
        .fi-rr-reflect:before {
    content: "\f264";
    }
        .fi-rr-refresh:before {
    content: "\f265";
    }
        .fi-rr-resize:before {
    content: "\f266";
    }
        .fi-rr-resources:before {
    content: "\f267";
    }
        .fi-rr-rewind:before {
    content: "\f268";
    }
        .fi-rr-rhombus:before {
    content: "\f269";
    }
        .fi-rr-rings-wedding:before {
    content: "\f26a";
    }
        .fi-rr-road:before {
    content: "\f26b";
    }
        .fi-rr-rocket:before {
    content: "\f26c";
    }
        .fi-rr-room-service:before {
    content: "\f26d";
    }
        .fi-rr-rotate-right:before {
    content: "\f26e";
    }
        .fi-rr-rugby:before {
    content: "\f26f";
    }
        .fi-rr-sad:before {
    content: "\f270";
    }
        .fi-rr-salad:before {
    content: "\f271";
    }
        .fi-rr-scale:before {
    content: "\f272";
    }
        .fi-rr-school-bus:before {
    content: "\f273";
    }
        .fi-rr-school:before {
    content: "\f274";
    }
        .fi-rr-scissors:before {
    content: "\f275";
    }
        .fi-rr-screen:before {
    content: "\f276";
    }
        .fi-rr-search-alt:before {
    content: "\f277";
    }
        .fi-rr-search-heart:before {
    content: "\f278";
    }
        .fi-rr-search:before {
    content: "\f279";
    }
        .fi-rr-settings-sliders:before {
    content: "\f27a";
    }
        .fi-rr-settings:before {
    content: "\f27b";
    }
        .fi-rr-share:before {
    content: "\f27c";
    }
        .fi-rr-shield-check:before {
    content: "\f27d";
    }
        .fi-rr-shield-exclamation:before {
    content: "\f27e";
    }
        .fi-rr-shield-interrogation:before {
    content: "\f27f";
    }
        .fi-rr-shield-plus:before {
    content: "\f280";
    }
        .fi-rr-shield:before {
    content: "\f281";
    }
        .fi-rr-ship-side:before {
    content: "\f282";
    }
        .fi-rr-ship:before {
    content: "\f283";
    }
        .fi-rr-shop:before {
    content: "\f284";
    }
        .fi-rr-shopping-bag-add:before {
    content: "\f285";
    }
        .fi-rr-shopping-bag:before {
    content: "\f286";
    }
        .fi-rr-shopping-cart-add:before {
    content: "\f287";
    }
        .fi-rr-shopping-cart-check:before {
    content: "\f288";
    }
        .fi-rr-shopping-cart:before {
    content: "\f289";
    }
        .fi-rr-shuffle:before {
    content: "\f28a";
    }
        .fi-rr-sign-in-alt:before {
    content: "\f28b";
    }
        .fi-rr-sign-in:before {
    content: "\f28c";
    }
        .fi-rr-sign-out-alt:before {
    content: "\f28d";
    }
        .fi-rr-sign-out:before {
    content: "\f28e";
    }
        .fi-rr-signal-alt-1:before {
    content: "\f28f";
    }
        .fi-rr-signal-alt-2:before {
    content: "\f290";
    }
        .fi-rr-signal-alt:before {
    content: "\f291";
    }
        .fi-rr-skateboard:before {
    content: "\f292";
    }
        .fi-rr-smartphone:before {
    content: "\f293";
    }
        .fi-rr-smile-wink:before {
    content: "\f294";
    }
        .fi-rr-smile:before {
    content: "\f295";
    }
        .fi-rr-snowflake:before {
    content: "\f296";
    }
        .fi-rr-soap:before {
    content: "\f297";
    }
        .fi-rr-soup:before {
    content: "\f298";
    }
        .fi-rr-spa:before {
    content: "\f299";
    }
        .fi-rr-speaker:before {
    content: "\f29a";
    }
        .fi-rr-sphere:before {
    content: "\f29b";
    }
        .fi-rr-spinner-alt:before {
    content: "\f29c";
    }
        .fi-rr-spinner:before {
    content: "\f29d";
    }
        .fi-rr-square-root:before {
    content: "\f29e";
    }
        .fi-rr-square:before {
    content: "\f29f";
    }
        .fi-rr-star-octogram:before {
    content: "\f2a0";
    }
        .fi-rr-star:before {
    content: "\f2a1";
    }
        .fi-rr-stats:before {
    content: "\f2a2";
    }
        .fi-rr-stethoscope:before {
    content: "\f2a3";
    }
        .fi-rr-sticker:before {
    content: "\f2a4";
    }
        .fi-rr-stop:before {
    content: "\f2a5";
    }
        .fi-rr-stopwatch:before {
    content: "\f2a6";
    }
        .fi-rr-subtitles:before {
    content: "\f2a7";
    }
        .fi-rr-sun:before {
    content: "\f2a8";
    }
        .fi-rr-sunrise:before {
    content: "\f2a9";
    }
        .fi-rr-surfing:before {
    content: "\f2aa";
    }
        .fi-rr-sword:before {
    content: "\f2ab";
    }
        .fi-rr-syringe:before {
    content: "\f2ac";
    }
        .fi-rr-tablet:before {
    content: "\f2ad";
    }
        .fi-rr-target:before {
    content: "\f2ae";
    }
        .fi-rr-taxi:before {
    content: "\f2af";
    }
        .fi-rr-tennis:before {
    content: "\f2b0";
    }
        .fi-rr-terrace:before {
    content: "\f2b1";
    }
        .fi-rr-test-tube:before {
    content: "\f2b2";
    }
        .fi-rr-test:before {
    content: "\f2b3";
    }
        .fi-rr-text-check:before {
    content: "\f2b4";
    }
        .fi-rr-text:before {
    content: "\f2b5";
    }
        .fi-rr-thermometer-half:before {
    content: "\f2b6";
    }
        .fi-rr-thumbs-down:before {
    content: "\f2b7";
    }
        .fi-rr-thumbs-up:before {
    content: "\f2b8";
    }
        .fi-rr-thumbtack:before {
    content: "\f2b9";
    }
        .fi-rr-ticket:before {
    content: "\f2ba";
    }
        .fi-rr-time-add:before {
    content: "\f2bb";
    }
        .fi-rr-time-check:before {
    content: "\f2bc";
    }
        .fi-rr-time-delete:before {
    content: "\f2bd";
    }
        .fi-rr-time-fast:before {
    content: "\f2be";
    }
        .fi-rr-time-forward-sixty:before {
    content: "\f2bf";
    }
        .fi-rr-time-forward-ten:before {
    content: "\f2c0";
    }
        .fi-rr-time-forward:before {
    content: "\f2c1";
    }
        .fi-rr-time-half-past:before {
    content: "\f2c2";
    }
        .fi-rr-time-oclock:before {
    content: "\f2c3";
    }
        .fi-rr-time-past:before {
    content: "\f2c4";
    }
        .fi-rr-time-quarter-past:before {
    content: "\f2c5";
    }
        .fi-rr-time-quarter-to:before {
    content: "\f2c6";
    }
        .fi-rr-time-twenty-four:before {
    content: "\f2c7";
    }
        .fi-rr-tool-crop:before {
    content: "\f2c8";
    }
        .fi-rr-tool-marquee:before {
    content: "\f2c9";
    }
        .fi-rr-tooth:before {
    content: "\f2ca";
    }
        .fi-rr-tornado:before {
    content: "\f2cb";
    }
        .fi-rr-train-side:before {
    content: "\f2cc";
    }
        .fi-rr-train:before {
    content: "\f2cd";
    }
        .fi-rr-transform:before {
    content: "\f2ce";
    }
        .fi-rr-trash:before {
    content: "\f2cf";
    }
        .fi-rr-treatment:before {
    content: "\f2d0";
    }
        .fi-rr-tree-christmas:before {
    content: "\f2d1";
    }
        .fi-rr-tree:before {
    content: "\f2d2";
    }
        .fi-rr-triangle:before {
    content: "\f2d3";
    }
        .fi-rr-trophy:before {
    content: "\f2d4";
    }
        .fi-rr-truck-side:before {
    content: "\f2d5";
    }
        .fi-rr-umbrella:before {
    content: "\f2d6";
    }
        .fi-rr-underline:before {
    content: "\f2d7";
    }
        .fi-rr-undo-alt:before {
    content: "\f2d8";
    }
        .fi-rr-undo:before {
    content: "\f2d9";
    }
        .fi-rr-unlock:before {
    content: "\f2da";
    }
        .fi-rr-upload:before {
    content: "\f2db";
    }
        .fi-rr-usb-pendrive:before {
    content: "\f2dc";
    }
        .fi-rr-user-add:before {
    content: "\f2dd";
    }
        .fi-rr-user-delete:before {
    content: "\f2de";
    }
        .fi-rr-user-remove:before {
    content: "\f2df";
    }
        .fi-rr-user-time:before {
    content: "\f2e0";
    }
        .fi-rr-user:before {
    content: "\f2e1";
    }
        .fi-rr-utensils:before {
    content: "\f2e2";
    }
        .fi-rr-vector-alt:before {
    content: "\f2e3";
    }
        .fi-rr-vector:before {
    content: "\f2e4";
    }
        .fi-rr-venus-double:before {
    content: "\f2e5";
    }
        .fi-rr-venus-mars:before {
    content: "\f2e6";
    }
        .fi-rr-venus:before {
    content: "\f2e7";
    }
        .fi-rr-video-camera:before {
    content: "\f2e8";
    }
        .fi-rr-volleyball:before {
    content: "\f2e9";
    }
        .fi-rr-volume:before {
    content: "\f2ea";
    }
        .fi-rr-wheelchair:before {
    content: "\f2eb";
    }
        .fi-rr-wifi-alt:before {
    content: "\f2ec";
    }
        .fi-rr-wind:before {
    content: "\f2ed";
    }
        .fi-rr-woman-head:before {
    content: "\f2ee";
    }
        .fi-rr-world:before {
    content: "\f2ef";
    }
        .fi-rr-yen:before {
    content: "\f2f0";
    }
        .fi-rr-zoom-in:before {
    content: "\f2f1";
    }
        .fi-rr-zoom-out:before {
    content: "\f2f2";
    }
/* Form */


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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #15374399;
}

::-moz-placeholder {
  color: #15374399;
}

:-ms-input-placeholder {
  color: #15374399;
}

:-moz-placeholder {
  color: #15374399;
}

::placeholder {
  color: #15374399;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

.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 {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}*/

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/*Video Player Disable Scrolling*/ 

.wistia_popover_mode {
  overflow: hidden !important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* Header Container */
.go494047706,
.go2369186930 {
    z-index: 4 !important;
}
.header-sticky-scroll {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.header-container {
    display: block;
    position: relative;
    height: 64px;
    box-shadow: 0 8px 20px 0 rgba(21, 55, 67, 0.12);
    background-color: #ffffff;
    z-index: 5;
}
.header-content-wrapper {
    display: flex;  
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 12px 0 24px;
    height: 100%;
    justify-content: space-between;
    position: relative;
}
.header-content-column {
    display: flex; 
}
.header-content-section {
    display: flex;  
    width: fit-content;
    max-width: 100%;
    height: 100%;
    align-items: center;
}

/* Main Items Menu */

.header-logo {
    margin-right: 32px;
}
.header-logo img {
    width: 106px;
}
.header-nav ul {
    margin: 0;
    padding: 5px;
    list-style: none;
}
.menu-wrap {
    padding: 12px 12px;
    text-align: unset;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.05s 0.05s;
    z-index: 5;
    position: absolute;
    width: 100%;
    left: 0;
    
}
.main-column-wrap {
    border-radius: 24px;
    padding: 24px 24px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(21, 55, 67, 0.12);	
    text-align: unset;
    display: flex;
}

.main-column-platform ul {
columns: 2;
}


.menu-wrap .nav-sub-items{
position: relative;
  padding-top: 24px;
}

.menu-wrap .nav-sub-items li a{
  position: relative;
    padding-left: 50px;
}
.menu-wrap .nav-sub-items li a span {
      position: absolute;
    left: 15px;
}

.nav-main-items > li:hover .menu-wrap{
    opacity: 1;
    visibility: visible;
}
.nav-sub-items {
    position: absolute;
}
.nav-main-items > li {
    display: inline-block; 
    cursor: pointer;
}
.nav-main-items > li:hover {
    background-color: #05A9DF14;
}
.nav-main-items > li > a {
    color: #153743;
    text-decoration: none;
    padding: 24px 12px 23px;
    line-height: 17px; 
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.title {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  font-family: Rubik;
  letter-spacing: 0.8px;
  color: #153743;
  display: block;
}

.main-column {
  background-color: #05A9DF14;
  border-radius: 24px;
  padding: 24px 24px;
  
}

.main-column-wrap > div {
    padding: 24px 24px 24px;
}
.header-cta {
    margin-left: 8px;
}

@media screen and (max-width: 1045px) {
  .main-column-wrap {
    flex-direction: column;
    box-shadow: none;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0px;
    margin: 0;
  }
  
  .menu-wrap {
  padding: 12px 0px;
  position: relative;
  }
  
  .main-column {
   background-color: #05A9DF14 !important;
    border-radius: 0px;
    padding: 0;
  }
  
    .main-column ul {
columns: 1;
}
}

/* Sub Items Menu */
.header-language-switcher .lang_list_class,
.nav-main-items > li > .nav-sub-items { 
    border-radius: 24px;
    padding: 24px 24px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(21, 55, 67, 0.12);	
    text-align: unset;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.05s 0.05s;
    z-index: 5;
}

.nav-main-items > li > .nav-sub-items {
    min-width: 328px; 
    top: 74px;
}
.header-language-switcher .lang_list_class {
    min-width: 224px;
    left: 48px;
    top: 61px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-language-switcher .lang_switcher_class:hover .lang_list_class {
    opacity: 1;
    visibility: visible;
    transition: 0s;
    transition: opacity 0.2s;
} 
@media screen and (min-width: 1045px) {
.header-language-switcher .lang_switcher_class:hover .lang_list_class,
.nav-main-items > li:focus > .nav-sub-items, 
.nav-main-items > li:hover > .nav-sub-items {
    opacity: 1;
    visibility: visible;
    transition: 0s;
    transition: opacity 0.2s;
    z-index: 5;
} 
}
.header-language-switcher .lang_list_class li > a,
.nav-sub-items li > a {
    position: relative;
    line-height: 17px;
    font-weight: 500;
    font-size: 14px;
    padding: 19px 12px 20px;
    border-left: none;
    border-right: none;
    display: block;
}
.header-language-switcher .lang_list_class li > a:hover,
.nav-sub-items li > a:hover {
    background-color: #05A9DF14;
    border-radius: 16px;
}
.header-language-switcher .lang_list_class li a,
.header-language-switcher .lang_list_class li a:hover,
.header-language-switcher .lang_list_class li a:active,
.header-language-switcher .lang_list_class li a:focus,
.nav-sub-items li a,
.nav-sub-items li a:hover,
.nav-sub-items li a:active,
.nav-sub-items li a:focus {
    color: #153743;
    text-decoration: none;
}
.header-container .icon-left span[class*=fi-rr-]:before,
.header-container .icon-left span[class^=fi-rr-]:before {
    margin-right: 12px;
    font-size: 24px;
    line-height: 17px;
}
.header-mobile-menu {
    display: none; 
  
}

/* Language Switcher */

.header-language-switcher .header-language-switcher-label {
    display: none;
}
.header-language-switcher  .globe_class {
    background-image: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/global-elements/lang-switch.svg);
	  background-position: 100%;
    border-radius: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.header-language-switcher .lang_switcher_class {
    padding: 12px;
    line-height: 12px;
}
.header-language-switcher .lang_list_class:after, .header-language-switcher .lang_list_class:before {
	  display: none;
}
.header-language-switcher .lang_list_class li {
    padding: unset;
    border-left: none;
    border-right: none;
}
.header-language-switcher .lang_list_class li:first-child {
    padding: unset;
    border-top: none;
}
.header-language-switcher .lang_list_class li:last-child {
    padding: unset;
    border-bottom: none; 
}

/* Contact Sales Modal */

.contact-sales-modal .req-quote-h {
	  font-size: 30px !important;
	  font-weight: bold !important;
    margin-bottom: 40px;
    display: block;
    max-width: 460px;
}
.contact-sales-modal input[type=email],
.contact-sales-modal input[type=file],
.contact-sales-modal input[type=number],
.contact-sales-modal input[type=password],
.contact-sales-modal input[type=tel],
.contact-sales-modal input[type=text],
.contact-sales-modal select,
.contact-sales-modal textarea {
	  background-color: #ffffff00 !important;
    border: 1px solid #A8BBC280 !important;
    border-radius: 12px !important;
    color: #153743 !important;
    display: inline-block !important;
    font-size: 16px !important;
    padding: 19px 16px 18px 16px !important;
    width: 100% !important;
	  font-weight: 400 !important;
}
.contact-sales-modal input::-webkit-input-placeholder,
.contact-sales-modal input:-ms-input-placeholder,
.contact-sales-modal input::placeholder,
.contact-sales-modal textarea::-webkit-input-placeholder,
.contact-sales-modal textarea:-ms-input-placeholder,
.contact-sales-modal textarea::placeholder {
	  color: #15374399 !important;
    font-size: 16px !important;
	  font-weight: 400 !important;
}
.contact-sales-modal .hs-form-field {
    margin-bottom: 16px !important;
}
.contact-sales-modal form label {
    margin-bottom: 0 !important;
}
.contact-sales-modal fieldset.form-columns-1 .hs-input {
    width: 100% !important !important; 
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .contact-sales-modal fieldset.form-columns-1 .hs-input {
    width: 95% !important !important; 
}
}
.contact-sales-modal form input[type=submit]/*, form .hs-button*/ {
    /* background-color: #05a9df !important;
    border: 0px solid #05a9df !important; */
    border-radius: 16px !important;
    color: #fff !important;
    padding: 14px 24px 15px !important;
    line-height: 19px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
	  margin-bottom: 16px !important;
    box-shadow: 0px 4px 8px #009BCE33 !important;
    width: 290px !important;
    max-width: 100% !important;
    cursor: pointer;
}	
form .hs-button {
    /* border: 0px solid #05a9df !important; */
}	
.contact-sales-modal form input[type=submit]:hover, .contact-sales-modal form .hs-button:hover {
    /* background-color: #009BCE !important; */
    /* color: #ffffff !important; */
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
}
.contact-sales-modal form input[type=submit], form .hs-button:active,
.contact-sales-modal form input[type=submit], form .hs-button:focus {
    /* background-color: #05a9df !important; */
    /* color: #ffffff !important; */
    text-decoration: none !important;
    outline: none !important;
    border: 0 !important;
}
.contact-sales-modal input:-internal-autofill-selected {
    background-color: #ffffff00 !important !important;
}
.book-demo-link a,
.book-demo-link a:hover,
.book-demo-link a:active,
.book-demo-link a:focus {
   color: #05a9df !important;
}
@media screen and (max-width: 1045px) , (max-height: 700px) {
.contact-sales-modal {
  top: 8px !important;
  transform: none !important;
}
}

/* Mobile Version */

.header-mobile-menu .icon-button span[class*=fi-rr-]:before,
.header-mobile-menu .icon-button span[class^=fi-rr-]:before {
    line-height: 48px;
}
input.read-more-header {
    display: none;
}
@media screen and (max-width: 1045px) {
.header-container .header-content-wrapper {
    padding: 0;
}
.header-mobile-menu {
    display: flex;
    margin-right: 12px;
}
.header-content-column-mob {
    width: 100%;
    justify-content: space-between;
}
.header-container .header-logo {
    position: absolute;
    width: 100%;
    text-align: center;
}
.header-mobile-logo {
    position: absolute;
    width: 100%;
    text-align: center;
}
.header-logo a {
    display: inline-block;
    position: relative;
    z-index: 6;
}
.header-container .header-logo img {
    width: 80px;
}
.header-cta {
    margin-left: 12px;
}
.header-language-switcher .lang_list_class {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
}
.nav-main-items>li {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.nav-main-items>li:hover {
    border-radius: 12px;
}
.header-nav {
  	margin-top: 69px;
}
.header-mobile-fix {
    display: block;
    position: absolute;
}
.header-mobile-nav {
    text-align: unset;
    display: block;
    margin-left: 12px;
    position: fixed;
    width: calc(100vw - 24px);
    visibility: visible;
    opacity: 1;
    transition: visibility 300ms ease, opacity 300ms ease;
    -webkit-transition: visibility 300ms ease, opacity 300ms ease;
    overflow: scroll;
    height: 100%;
    z-index: 5;
}

.header-mobile-nav nav{
  background-color: #ffffff;
  padding: 24px 12px;
  box-shadow: 0 8px 20px 0 rgb(21 55 67 / 12%);
  border-radius: 24px;
  margin-bottom: 80px;
}
  
.header-login {
	  margin-top: 393px;
    display: none !important;
}
.header-signup {
	  display: none !important;
    margin-top: 16px;
}
.header-container input[type="checkbox"].read-more-header ~ ul {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}
.header-container input[type="checkbox"]:checked.read-more-header ~ ul {  
    /*  max-height: 600px;*/
   /* margin-bottom: 24px; */
    overflow: initial;
    padding-bottom: 0;
    max-height: initial;
  opacity: 1;
    visibility: visible;
}
.read-more-header ~ .header-more-trigger:before {
    content: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/global-elements/arrow-down.svg);
    margin-top: 8px;
    position: absolute;
    right: 4px;
    width: 48px;
    border-radius: 16px;
    height: 48px;
    border-width: 0px;
    cursor: pointer;
    outline: none;
    padding: 0;
    color: #153743;
    background-color: #ffffff00;
    box-shadow: none;  
}
.read-more-header:checked ~ .header-more-trigger:before {
    content: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/global-elements/arrow-up.svg);
    display: inline-block;
}
.header-more-trigger {
    cursor: pointer;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.nav-main-items > li > .nav-sub-items {
    opacity: 1;
    visibility: visible;
    min-width: unset;
    top: 0px;
    background-color: #05A9DF14;
    border-radius: 0px;
    box-shadow: none;
    z-index: 5;
}
.nav-sub-items {
    position: relative;
}
#header-mobile-nav[mob-hidden="true"] .nav-main-items > li > {
    visibility: hidden;
}
}

@media screen and (max-width: 1045px){
[mob-menu-hidden] {
    visibility: hidden !important;
    opacity: 0 !important;
}
}

/*Hebrew Styles*/

[dir="rtl"] .header-logo {
    margin-right: 0px;
	  margin-left: 32px;
}
[dir="rtl"] .header-content-wrapper {
    padding: 0 24px 0 12px;
}
[dir="rtl"] .header-cta {
    margin-left: 0px;
	  margin-right: 8px;
}
[dir="rtl"] .header-container .icon-left span[class*=fi-rr-]:before,
[dir="rtl"] .header-container .icon-left span[class^=fi-rr-]:before {
    margin-right: 0px;
	  margin-left: 12px;
}
[dir="rtl"] .header-nav .nav-sub-items > li > a {
    display: flex;
}
[dir="rtl"] .header-language-switcher .lang_list_class {
    left: 224px;
}
@media screen and (max-width: 1045px) {
[dir="rtl"] .read-more-header ~ .header-more-trigger:before {
    right: unset;
    left: 4px;
}
[dir="rtl"] .header-language-switcher .lang_list_class {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
[dir="rtl"] .header-content-wrapper {
    padding: 0;
}
[dir="rtl"] .header-mobile-menu {
    margin-left: 12px;
    margin-right: 0px;
}
[dir="rtl"] .header-cta {
    margin-right: 12px;
}
[dir="rtl"] .header-mobile-nav {
    margin-right: 12px;
    margin-left: 0px;
}
}
.footer {
  width: 100%;
  height: 688px;
  margin: 0px 0 0;
  /*margin: 156px 0 0;*/
  padding: 72px 0 3.5px;
  background-color: #153743 !important;
  overflow: hidden;
}
.footer ul, ol {
  margin: 0 0 24px;
}
.footer_row {
  margin: 0 auto;
  max-width: 1086px;
  width: 80%;
  height: 506px;
}

.footer_column {
  float: left;
  width: 25%;
  max-width: 273px;
}

.footer_column_small {
  float: left;
  width: 25%;
  max-width: 273px;
}

.footer_column_big {
  float: left;
  width: 25%;
  max-width: 273px;
}


.hs-error-msg {
display: none;
}


ul.hs-error-msg li {
display: none;
}

ul.hs-error-msg {
display: none;
}

.hs_error_rollup {
display: none;
}

/*


#hsForm_dcdcf4e8-80fc-4fd0-9698-034c49354536 > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul {
display: none;
}

#hsForm_dcdcf4e8-80fc-4fd0-9698-034c49354536 > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul > li {
display: none;
}
*/

.footer_column #label-email-8553d7cd-0cf3-4dba-9b59-e657a93b7c0a {
      margin-top: 24px;
}

.footer_column #label-email-8553d7cd-0cf3-4dba-9b59-e657a93b7c0a6 span {
      font-style: normal;
}
.community-subs-form {
    margin-top: -10px; 
}
.footer_column input[type=email] {
    height: 48px;
    margin: 0px 0px -10px 0px;
    max-width: 100%;
    background-color: #153743;
    border: 1px solid #A8BBC280;
    border-radius: 12px;
    color: #a8bbc2;
    display: inline-block;
    font-size: 16px;
    padding: 19px 16px 18px 16px;
    width: 100%;
	  font-weight: 400;
    margin-bottom: 0px; 
}
.community-subs-form input[type=email]::placeholder {
    color: #a8bbc2;
    font-weight: 400;
    font-size: 16px;
}
.social-wizer-footer {
    padding-bottom: 0px;
    display: block;
    white-space: nowrap;
    height: fit-content;
    position: relative;
}
#email-footer-title {
    white-space: nowrap;
    padding: 0;
}
@media screen and (min-width: 768px) {
#email-footer-title {
    margin-top: -16px;
}
}
.social-wizer-footer a {
  margin: 0px 12px 0px 0px;
  padding: 10px 11px 5px 11px;
  display: inline-block;
  border-radius: 16px;
  color: #ffffff !important;
}
.social-footer-ld {
  background-color: #0E78B3;
}
.social-footer-tw {
  background-color: #29A2EF;
}
.social-footer-yt {
  background-color: #BA282A;
}
.social-wizer-footer a > img{
width: 16px;
height: 16px;
object-fit: contain;
}

.social-wizer-footer a:hover {
  filter: brightness(80%);
}

.footer_column input[type="submit"],
.footer_column input[type="submit"]:checked,
.footer_column input[type="submit"]:focus,
.footer_column input[type="submit"]:hover,
.footer_column input[type="submit"]:active,
.footer_column input[type="submit"]:hover,
.footer_column input[type="submit"]:visited {
    width: 273px;
    height: 48px;
    margin: -7px 0px 40px 0px;
    padding: 0px 0px;
    border-radius: 20px;
    background-color: #05A9DF;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    outline: 0;
    border: 0;
    display: block;
}

.footer_column li {
 padding: 11px 10px 11px 0px;
 list-style: none;
 margin-left: -40px;
  font-family: Rubik;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #f1f3f6 !important;
}

.footer_column a {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffffCC !important;
  text-decoration: none;
}

.footer_column a:hover {
 color: #05a9df !important;
 text-decoration: none;
}

.footer_column a:focus {
 color: #05a9df !important;
 text-decoration: none;
}

.footer_column a:active {
 color: #05a9df !important;
 text-decoration: none;
}

.footer_column span {
font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #f1f3f6 !important; 
  display: block;
}

.footer_column .actions {
    margin-top: unset;
    margin-bottom: 40px;
    padding: unset;
}

.footer_column_title {
  font-family: Rubik;
  font-size: 12px;
  font-weight: 500;
  color: #A8BBC2;
  text-transform: uppercase;
  margin-bottom: 32px;
}

input.read-more-footer {
  display: none !important;
}
.footer__copyright {
width: 100%;
text-align: center;
height: 60px;
}
.footer__copyright img {
margin-bottom: -8px;
}
.footer__copyright span {
  opacity: 0.4;
  font-family: Rubik;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  text-align: center;
  color: #f1f3f6 !important;
}
.footer_bottom_row {
    width: 100%;
    text-align: center;
    height: 50px;
    border-top: 1px solid #A8BBC21A;
    padding-top: 10px;
}
.footer_bottom_row a {
  font-family: Rubik;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  color: #f1f3f6;
  font-weight: 500;
  text-decoration: none;
}

.footer_bottom_row a:hover {
 color: #05a9df;
 text-decoration: none;
}

.footer_gap {
  padding-left: 6px;
  padding-right: 6px;
    font-family: Rubik;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  color: #f1f3f6 !important;
}

@media (max-width: 1160px) and (min-width: 936px) {
.footer_column_small {
width: 15%;
}  
.footer_column_big {
width: 35%;
}   
}

@media (max-width: 935px) and (min-width: 769px) {
.footer_row {
  width: 97%;  
}
 .footer_column input#email-8553d7cd-0cf3-4dba-9b59-e657a93b7c0a {
    width: 180px; 
  }
.footer_column input[type="submit"] {
    width: 180px;
  padding: 9px 0px 8px 0px;
} 
}
  
@media screen and (max-width: 768px) {
  
  .footer_column_title {
   margin: 0;
  }
  input[type="checkbox"].read-more-footer ~ ul {
  overflow: hidden;
  max-height: 0;
  margin: 0 0 40px;
  transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
  /*border-bottom: 1px solid #465468;*/
  }

input[type="checkbox"]:checked.read-more-footer ~ ul {  
    max-height: 600px;
  margin: 0 0 40px;
    padding-bottom: 20px;
}
  
.read-more-footer ~ .footer-more-trigger:before {
  content: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/global-elements/arrow-down-bll.svg);
 /*  margin-left: 3px;
  margin-right: 13px; */
  right: 35px;
  margin-top: -52px;
  position: absolute;
  display: inline-block;
  }
  
.read-more-footer:checked ~ .footer-more-trigger:before {
  content: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/global-elements/arrow-up-bl.svg);
  /* margin-left: 3px; */
  display: inline-block;
  }
  
  .footer-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #3bbad1;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  width: 200px !important;
  list-style-type: none !important;
}
  
  .footer {
  margin: 0px 0 0;
  padding: 60px 0 16px;
  height: auto;
}
  
  .footer_row {
  width: 80%; 
  height: auto;
}
  .footer_column {
    width: 80%;
    max-width: 80%;
    float: none;
}
  .footer__copyright {
        margin-top: 72px;
  }
  
  }
/*Hebrew Styles*/
[dir="rtl"] .footer_row {
    display: none;
}
  
[dir="rtl"] .footer {
    height: 137px;
}

[dir="rtl"] .footer_bottom_row {
    visibility: hidden;
}
[dir="rtl"] .footer__copyright {
    direction: ltr;
}
[dir="rtl"] .footer {
    height: 200px;
}
/* Blog header */

a {
    overflow-wrap: break-word;
}

.blog-header {
  background-color: #fff;
  box-shadow: 0 3px 3px 1px rgba(30, 37, 47, 0.17);
    margin-bottom: 2px;
  text-align: center;
  opacity: 1;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}


/*Fixes for RTL lang*/

[dir="rtl"] .related-post__content {
    text-align: right;
}

[dir="rtl"] .related-post__title {
    text-align: right;
}

[dir="rtl"] .back-to-blog-icon {
    left: 0px;
    right: 92px;
}

[dir="rtl"] .blog-post__meta {
    float: left;
}

[dir="rtl"] .blog-post__tags {
    float: right;
}
	
[dir="rtl"] .blog-post__tag-link {
    margin-right: 0px;
}

[dir="rtl"] .social-ic-tw {
    padding: 9px 12px 10px 13px;
}

[dir="rtl"] .social-ic-fb {
    padding: 9px 16px 10px 13px;
}

[dir="rtl"] .social-ic-ld {
    padding: 9px 13px 10px 14px;
}

[dir="rtl"] .blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-right: 35px;
	margin-left: 0px;
}

[dir="rtl"] .blog-promo-form div.actions {
    text-align: right !important;
}

[dir="rtl"] .blog-promo-banner-wrap {
    left: -460px;
    transform: scaleX(-1);
}

[dir="rtl"] .blog-promo-bg-wrap {
	transform: scaleX(-1);
    left: 30px;
}

[dir="rtl"] .blog-post a {
    max-width: 100%;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
[dir="rtl"] .blog-post__social-sharing .social-links__icon {
    margin: 0px 0px 0px 6px;
}

[dir="rtl"] .blog-post__social-sharing {
    margin-left: 0px;
    margin-right: -10px;
}

}

@media screen and (max-width: 1150px) {
[dir="rtl"] .back-to-blog-wrap {
    margin-left: 0px;
    margin-right: 16px;
}
}

[dir="rtl"] .blog-promo-header-wrap {
    padding-left: 0px;
    padding-right: 60px;
}

@media screen and (max-width: 768px) {
[dir="rtl"] .blog-promo-header-wrap {
    padding-right: 0px;
}
}

[dir="rtl"] .Cancel-for-Video-tip {
    right: auto;
    left: 12px;
}


@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #2d323e;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}


.blog-headerr-wrap {
  text-align: center; 
  margin: 0 auto;
  position: relative;
  height: 273px;
  overflow: hidden;
      /*margin-left: -40px;
    width: calc(100% + 80px);*/
  width: 100%;
  background: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/Headerblogbg.svg);
    background-repeat: repeat-x;
    background-position-y: -80px !important;
}


.blog-headerr-banner-desgn {
  margin: auto;
  position: relative;
  max-width: 100%;
  width: 1500px;
  height: 181px;
    padding-top: 24px;
  padding-right: 24px;
    padding-left: 24px;
}

.blog-headerr-font-desgn {
font-family: Rubik;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  width: 580px;
  color: #2d323e;
      text-transform: capitalize;
      width: 600px !important;
  max-width: 100%;
  top: 0px;
}

.blog-inl-div {
  text-align: left;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  }

.blog-headerr-bg-img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
  top: -70px;
  max-width: 1920px !important;
}


.blog-headerr-subs-form input[type="submit"] {
width: 140px;
    height: 50px;
    margin: 13px 0px 30px 133px;
   padding: 14px 32px 17px 32px;
    border-radius: 20px;
    background-color: #05a9df;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 16px;
    max-width: 100%;
  font-weight: bold;
}

.blog-headerr-subs-form input[type="submit"]:hover {
   width: 140px;
    height: 50px;
    background-color: #05a9df;
    font-size: 16px;
  border-width: 0px;
}

.blog-headerr-subs-form input[type="submit"]:active {
   width: 140px;
    height: 50px;
    background-color: #05a9df;
    font-size: 16px;
}

.blog-headerr-subs-form input[type="submit"]:focus {
   width: 140px;
    height: 50px;
    background-color: #05a9df;
    font-size: 16px;
}

.hs-error-msgs label {
    padding: 0px !important; 
    text-transform: capitalize;
    font-weight: normal;
    font-family: Rubik !important;
    font-stretch: normal;
    font-style: normal;
	}
	
.no-list.hs-error-msgs.inputs-list {
    /*position: absolute !important;*/
    display: none;
}

.hs-error-msgs {
    background-color: #f8cccc00 !important;
    border: 0px solid #da0101 !important;
}

.blog-headerr-subs-form {
 width: 340px; 
  margin-left: 50px;
  top: 24px;
}

.blog-headerr-subs-form input#email-dcdcf4e8-80fc-4fd0-9698-034c49354536 {
    color: #2d323e;
    width: 340px;
    height: 48px;
    margin: 0px 0px -10px 0px;
    padding: 0px 12px 0px 12px;
    border-radius: 4px;
    border: solid 1px #f1f3f6;
    background-color: #fff; 
  max-width: 100%;
  font-family: Rubik;
}



@media (max-width: 1100px) {
#hs_cos_wrapper_module_15688376771472459 .hhs-hero-mod {
    padding-bottom: 0px !important;
}

.blog-headerr-subs-form {
    width: fit-content;
    margin-left: 0px;
    top: 24px;
}
  
.blog-headerr-font-desgn {
    font-size: 30px;
	}
	
	.blog-inl-div {
    text-align: center;
	}
	
	.blog-headerr-wrap {
	height: 350px;
	}
  
  .blog-headerr-subs-form input[type="submit"] {
    margin: 20px 60px 20px 60px;
  }
  
  .blog-headerr-subs-form input#email-dcdcf4e8-80fc-4fd0-9698-034c49354536 {
    width: 220px;
  }
  
	}




/* Blog listing */

.blog-index-div {
  margin: 0 auto;
}

.blog-index__post-tags {
 position: relative;
    margin-top: 24px;
}

 .blog-index__captionh {
 display:none;  
}

.blog-index__post-date {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.blog-index__post-title {
 font-size: 22px;
  font-weight: bold; 
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.blog-index__post-tag-link {
      font-size: 14px;
    font-weight: normal;
    padding: 8px;
    border-radius: 2px;
    line-height: 38px;
    background-color: #F2F4F6;
    text-transform: capitalize;
  color: #9FA1A7 !important;
  white-space: nowrap;
}

.blog-index__post-tag-link:hover {
 color: #2d323e !important;
  text-decoration: none;
}

.blog-index__post-content a:hover,
.blog-index__post-content a:active,
.blog-index__post-content a:focus {
 color: #05a9df;
  text-decoration: none;
}

.blog-index__post-image-wrapper {
 object-fit: cover;
    max-height: 176px;
    overflow: hidden; 
}

.blog-index__post-content {
padding: 10px 24px 16px 24px;
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 24px 60px 24px;
  justify-content: center;
}


.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}


.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  margin: 20px 15px 20px 15px;
    padding: 0 0 0px;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(21, 55, 67, 0.12);
    background-color: #fff;
  max-width: 313px;
}

.blog-index__post:hover {
 box-shadow: 0 8px 20px 0 rgba(21, 55, 67, 0.12); 
}

@media screen and (max-width: 768px) {
.blog-index {
  padding: 0px 0px 60px 0px;
}
  .blog-headerr-wrap {
    height: 390px;
}
  .blog-index__post-image-wrapper {
    overflow: hidden;
}
  .blog-index__post-title {
    font-size: 16px;
}
  .blog-index__post {
    margin: 16px 8px;
}
  .blog-index__post-content {
    padding: 10px 8px 8px;
}
  .blog-index__post-tag-link {
    font-size: 10px;
}	
.blog-index__post-tags {
    margin-top: 16px;
}
.blog-index__post-date {
    font-size: 12px;
}
}

@media screen and (max-width: 500px) {
  .blog-index__post-image-wrapper {
    max-height: 115px;
}
}



@media screen and (min-width: 200px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
    max-width: 45%;
  }
}
@media screen and (min-width: 768px) {
.blog-index__post {
    max-width: 313px;
}
}
@media screen and (min-width: 1100px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
    max-width: 313px;
    position: relative;
  }
  }


@media screen and (min-width: 200px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}



@media screen and (min-width: 200px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}



.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content a {
  color: #2d323e;
  text-decoration: none;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
  border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 200px;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #2d323e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 6px 12px;
    text-decoration: none;
    font-weight: bold;
}

.blog-pagination__link--active {
  border: 2px solid #e6e9ee;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  color: #05a9df;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
  display:none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #2d323e;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #e6e9ee;
}

/* Blog post */

.back-to-blog-container {
    width: 100%;
    margin-bottom: 32px;
    margin-top: 40px;
}

.back-to-blog-wrap {
    width: 840px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.back-to-blog-icon {
   background: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/arrow_back_blog.svg);
     float: left;
    width: 24px;
    position: absolute;
    height: 24px;
    top: 1px;
    left: 12px;
}

.back-butn-blog {
    color: #153743;
    font-size: 16px;
    padding-left: 8px;
    font-weight: 500;
}

.back-to-blog-content {
  display: inline-flex; 
}
.scroll-top-container {
    position: absolute;
    right: 80px;
      z-index: 1;
}
.scroll-top-container button {
  position: fixed;
    bottom: 40px;
    top: unset;
    right: unset;
}
/*.back-to-blog-wrap a:before {
   content:url('https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/arrow_back-24px%20%281%29.svg');
    display: block;
    height: 0;
    width: 0px;
    margin-left: -35px;
}*/

.grecaptcha-badge {
    margin: 0 auto;
    display: none;
}

.blog-post {
  margin: 0 auto;
  max-width: 800px;
}

.blog-post h1 {
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.blog-post h2 {
  font-size: 30px;
  margin-bottom: 24px;
  text-transform: capitalize;
  margin-top: 60px;
}

.blog-post__meta {
  float: right;
    position: relative;
    font-size: 14px;
	display: inline-block;
}

.blog-post__meta a {
  color: #2d323e;
  text-decoration: underline;
}

.blog-post__header {
  margin-bottom: 1.5rem;
}

.blog-post__tags {
  display: inline-block;
	float: left;
    font-size: 14px;
    position: relative;
}

.blog-post__tag-link {
  display: inline-block;
  margin-right: 24px;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active {
  text-decoration: none;
}

.blog-post__author {
    background-color: #2d323e00;
}

.blog-post__date {

}

.blog-post-header-data {
  height: auto;
    position: relative;
    width: 100%;
}

.blog-post__social-sharing .social-links {
}

.blog-post__social-sharing .social-links__icon {
  display: inline-block;
    height: 40px;
    margin: 0px 6px 0px 6px;
    width: 40px;
    border-radius: 24px;
    background-color: #E5E5E500;
}

.social-ic-tw {
  padding: 9px 10px 10px 13px;
}

.social-ic-fb {
  padding: 9px 10px 10px 16px;
}

.social-ic-ld {
  padding: 9px 10px 10px 14px;
}

.blog-post__social-sharing .social-links__icon:hover,
.blog-post__social-sharing .social-links__icon:focus,
.blog-post__social-sharing .social-links__icon:active {
  background-color: #E5E5E5;
}

.blog-post__social-sharing .social-links svg {
  height: 15px;
  width: auto;
  filter: invert(16%) sepia(4%) saturate(2793%) hue-rotate(240deg) brightness(98%) contrast(90%);
}

.blog-post__social-sharing .social-links {
}

.blog-post__social-sharing {
    margin: 0 auto;
    width: fit-content;
    top: -12px;
    position: relative;
}


.blog-post__author-name {
 font-weight: bold; 
}

.blog-post__author-name--bottom {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-name--bottom,
.blog-post__author-links--bottom {
  margin-bottom: 1rem;
}

.blog-post__author-links--bottom a:not(:last-of-type) {
  margin-right: 0.5rem;
}

.blog-post__author-links--bottom a:hover {
  text-decoration: none;
}

.blog-post__author-name--bottom:hover,
.blog-post__author-name--bottom:focus,
.blog-post__author-name--bottom:active {
  text-decoration: none;
}

.blog-post__image-wrapper {
  height: 200px;
  margin: 3rem 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 786px) {
  .blog-post__image-wrapper {
    height: 420px;
  }
}

.blog-post__image {
  border-radius: 18px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-post__image-wrapper,
  .blog-post__image {
    height: auto;
  }
}

.blog-post__comments-listing {
  margin: 0px auto 100px auto;
    width: 800px;
  max-width: 100%;
}

.blog-post__comments-listing h2 {
 font-size: 24px;
 text-align: center;
  margin-bottom: 40px;
}

.comment {
  padding-top: 0px !important;
}

.comment.depth-0 {
    border-top: 0px !important;
  margin-top: 45px !important;
}

.comment.depth-0:first-child {
margin-top: 0 !important;
}

.comment.depth-1 p {
    margin: 0 0 0 !important;
}

.comment.depth-1 {
    padding-left: 120px !important;
  padding-top: 30px !important;
}

#comments-listing .comment-reply-to {
  color: #05A9DF !important;
    font-weight: bold !important;
    /*float: right !important;*/
    padding-right: 0 !important;
  padding-left: 30px !important;
}

#comments-listing .comment-reply-to em {
	font-weight: normal !important;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

button.comment-reply-to {
	padding: 0 !important;
}

.blog-post__author--bottom {
  display: flex;
  margin: 75px 0;
}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 form,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 form {
    margin: 0 auto;
    width: 400px;
  max-width: 100%;
}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input, 
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input, .hsForm_7f4a551c-d1a7-49a6-94c9-ae376d72c8b1_998 textarea {
    border: 1px solid #D7DEE7;
	}
	
#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 form label,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 form label {
    font-size: 14px;
}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 div.actions,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 div.actions {
    text-align: center !important;
	}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit],
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit] {
	background-color: #05a9df;
    border: 0px solid #3bbad1;
    border-radius: 40px;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    text-transform: uppercase;
  box-shadow: 0 1px 3px 0 rgb(92 100 110 / 40%);
}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit]:checked,
#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit]:focus,
#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit]:hover,
#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit]:active,
#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit]:hover,
#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 input[type=submit]:visited,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit]:checked,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit]:focus,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit]:hover,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit]:active,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit]:hover,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 input[type=submit]:visited {
background-color: #08A0D2;
    text-decoration: none;
  box-shadow: none;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .blog-post__author--bottom {
    flex-direction: column;
    text-align: center;
  }
}

.blog-post__author-image--bottom {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  margin-right: 10px;
  overflow: hidden;
  width: 100px;
    height: 100%;
  margin: 0 auto;
}

.blog-post__author-image--bottom img {
  height: 100%;
  width: auto;
}

.blog-post__author-image--bottom ~ .blog-post__author-about {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
.blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  
[dir="rtl"] .blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-right: 0;
  }
  
  .back-to-blog-wrap {
    width: fit-content;
    margin-left: 16px;
}
}

@media screen and (max-width: 1150px) {
  .back-to-blog-wrap {
    width: fit-content;
    margin-left: 16px;
}
}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0 .hs-common-confirm-message,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 .hs-common-confirm-message {
    margin: 100px 24px 24px 24px !important;
}


/* Blog related posts */

.content-related_posts {
  height: fit-content;
    overflow: hidden;
    width: 100%;
    background: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/blog-relatedbg.svg);
    background-repeat: repeat-x;
    background-position-y: 0px !important;
  margin-bottom: 50px;
  /*padding-top: 80px;*/
}

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-posts__post {
  color: #2d323e;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (max-width: 700px) { 
  .content-related_posts {
    background: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/blog-related-postbgmob.svg);
    background-repeat: no-repeat;
}
}

@media screen and (max-width: 768px) {
 
  .blog-pagination__link {
    padding: 5px 6px;
}
  
  .blog-post__header {
    margin-bottom: 10px;
}
  .blog-post-header-data {
    height: 40px;
  }
  
  .blog-post__social-sharing {
    margin: 0;
    width: auto; 
    margin-left: -10px;
}
.blog-post__social-sharing .social-links__icon {
    margin: 0px 6px 0px 0px;
}
.blog-post h1 {
    font-size: 24px;
}
  .blog-post h2 {
  font-size: 24px;
}
  .back-to-blog-container {
    margin-bottom: 32px;
}
  .comment.depth-1 {
    padding-left: 60px !important;
}
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #2d323e;
  color: #2d323e;
}

.blog-comments .hs-button:hover {
  background-color: #2d323e;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #2d323e;
  text-decoration: underline;
}

/* Related Post Section */

.blog-related-posts__list {
  display: flex;
  justify-content: center;
}

.related-post {
  border: 0px;
    margin: 0px 21px 32px 21px;
    padding: 0 0 0px;
    border-radius: 6px;
    max-width: 313px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
  background-color: #fff;
}

.blog-related-posts__title {
  text-align: center;
  font-size: 28px;
}

.blog-related-posts {
  margin-bottom: 148px;
  padding-right: 16px;
    padding-left: 16px;
  padding-top: 80px;
}

.related-post__image-wrapper {
      object-fit: cover;
    max-height: 176px;
    overflow: hidden;
}

@media (max-width: 600px) {
  
  .related-post {
	margin: 0px 0px 0px 0px;
}
  
}

@media (max-width: 767px) {
  
 
  .related-post__title a {
    font-size: 18px !important;
}

.blog-related-posts__title {
    font-size: 24px;
}
  
  .blog-related-posts__list {
    flex-wrap: wrap;
  }

  .related-post {
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .related-post__image-wrapper,
  .related-post__content {
    width: 100%;
  }

  .related-post__content {
    margin-left: 0;
  }
}

/* Related Post Image */

.related-post__image {
   /* object-fit: cover;*/
    height: auto;
    max-width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Related Post Content */

.related-post__tags {
  position: relative;
    margin-top: 24px;
}

.related-post__tag-link {
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    border-radius: 2px;
    line-height: 38px;
    background-color: #f2f4f6;
    text-transform: capitalize;
    color: #9fa1a7;
    white-space: nowrap;
}

.related-post__tag-link:hover,
.related-post__tag-link:focus,
.related-post__tag-link:active {
  color: #2d323e;
  text-decoration: none;
}

.related-post__title {
	text-align: left;
    margin-bottom: 12px;
}

.related-post__title a {
    font-weight: inherit;
    color: #2d323e;
    font-size: 22px;
  text-transform: capitalize;
}

.related-post__title a:hover,
.related-post__title a:focus,
.related-post__title a:active {
  color: #05a9df;
  text-decoration: none;
}

.related-post__title a:active {
  color: #05a9df;
  text-decoration: none;
}

.related-post__content {
  padding: 10px 24px 16px 24px;
    text-align: left;
}

.related-post__author-image-wrapper {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  width: 45px;
}

.related-post__author-image {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .related-post__author-image-wrapper,
  .related-post__author-image {
    height: auto;
  }
}

.related-post__author {
  display: block;
  margin-bottom: 1.5rem;
}

/* Comments */

.blog-post__comments-listing h5 {
  display: none;
}

.comment-body {
    word-break: break-all;
}


.comment-from h4 {
    font-size: 18px !important;
	margin-bottom: 8px !important;
}

.comment-date {
    display: block !important;
    font-size: 14px !important;
    color: #2d323e !important;
	margin-bottom: 16px !important;
}

#hs_form_target_442a2bb5-3e29-468f-8a19-723f7fdb86e0,
#hs_form_target_a02f9cd3-5a5b-48f5-af8b-c702f0a6ac04 {
  margin-top: 40px;
}
/* Error pages */

.broken-error-container {
  background-image: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/404%20bg%20pattern.svg);
  text-align: center;
  padding-bottom: 356px;
  padding-top: 170px;
  background-color: #F6FCFF;
}

.broken-error-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.broken-error-wrapper h1 {
  font-family: Rubik;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #153743;
  margin-bottom: 10px;
}

.broken-error-wrapper p {
  font-family: Rubik;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #153743;
  
}


.broken-error-image {
    width: 100%;
    padding-bottom: 20px;
  object-fit: contain;
}

.broken-error-image img {
  object-fit: contain;
  margin: 0 auto;
  text-align: center;
    max-width: 100%;
}


@media screen and (max-width: 768px) {
  .broken-error-wrapper h1 {
  font-size: 24px;
  }
}

.broken-error-button img {
width: 24px;
  height: 24px;
  margin-right: 8px;
}


.broken-error-button {
    color: #153743;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
      padding: 12px 24px 12px 12px;
  border-radius: 16px;
  transition: 0.2s;
     display: inline-flex;
    justify-content: center;
    align-items: center;
  margin-top: 10px;
}

.share-icon {
   /* background: url(https://5120248.fs1.hubspotusercontent-na1.net/hubfs/5120248/fi-rr-arrow-small-left.svg);*/
    float: left;
    width: 24px;
    position: relative;
    height: 24px;
  font-weight: 500;
    margin-right: 5px;

}

.broken-error-button:hover {
  color: #153743;
  background: #05a9df14;
}

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 5rem 1.4rem;
  text-align: center;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form {
  padding: 24px;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}