*, *:before, *:after {
  box-sizing: border-box;
}
.member-bottom .consultants .items {
  padding-top: 0;
}

.member-bottom .consultants .item {
  width: calc(25% - ( ( 4% ) * 0.25 ) );
}
.home-top .widget-type-rich_text {
  max-width: 800px;
  margin: 0 auto;
}

.home-top .widget-type-rich_text p {
  margin: 0;
}
.company-top .hs_cos_wrapper_type_rich_text p {
  max-width: 1450px;
  margin: 0 auto 20px;
  font-size: 30px;
  line-height: 1.3;
  color: #231f20;
}

.company-top .hs_cos_wrapper_type_rich_text p a {
  color: #00aeef;
}
.company-main .widget-type-rich_text {
  max-width: 965px;
  margin: 0 auto;
}

.company-main .widget-type-rich_text h1 {
  text-transform: uppercase;
  font-size: 75px !important;
  line-height: 1 !important;
  margin: 0;
}

.company-main {}

.company-main .widget-type-rich_text h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-family: tofino-cond-med, Arial, sans-serif;
  margin: 0;
}

.company-main .widget-type-rich_text h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 75px !important;
  line-height: 1 !important;
  color: #00aeef;
  font-family: "TofinoCond-Bold";
  font-weight: 400;
}
.company-main .hs_cos_wrapper_type_rich_text {
  padding-top: 0 !important;
  padding-right: 0 !important;
  margin-right: 1.92%;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-left: 1.92%;
  display: block;
}
.company-main .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  font-family: "TofinoCond-Bold";
  font-weight: 400;
  text-transform: uppercase;
}
.industries .banner-wrap .content {
  margin: 0;
}

.industries .banner-wrap p {
  max-width: 600px;
}
.industries-main .widget-type-rich_text {
  max-width: 800px;
  margin: 0 auto;
}

.industries-main .widget-type-rich_text p {
  margin: 0;
}
.resource .section-title {
  padding-top: 0px;
  padding-bottom: 0;
  overflow: hidden;
}
.modal {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  visibility:hidden;
  transition: all .3s linear;
  opacity:0;
}
.modal-back {
  visibility: hidden;
}
body.popup-open {
  overflow: hidden;
}
.modal-dialog {
  margin: 10px;
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  max-height: calc(100% - 90px);
  /* transform: translate(0,-25%); */
  transition: transform .3s ease-out;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  border-radius: 5px;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  background-color: #f6f6f6;
}

.modal-header {
  min-height: 54px;
  box-sizing: border-box;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  border-color: #ebebeb;
}

button.close {
  font-size: 30px;
  margin-top: -5px;
  text-shadow: none;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
  color: #000;
  float: right;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-header h3.modal-title {
  margin: 0;
  line-height: 1.5;
}
.form_wrapper {
  margin: 16px 0;
  margin-bottom: 50px;
}

.hs-fieldtype-select  .input {/* line-height: 0; */}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  border-color: #ebebeb;
}

.modal-footer a {
  font-family: PT Sans;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 0px;
  border-style: solid;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all .2s;
  background: #00aeef;
  color: #ffffff;
  border-color: #ffffff;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
}

.modal-footer a:hover {
  background: #607d8b;
  color: #ffffff;
  border-color: #ffffff;
}


.modal-dialog {
  transform: translate(0,-25%);
}
.modal-outer.popup-open .modal,
.modal-outer.popup-open .modal-back {
  opacity: 1;
  visibility:visible;
}
.modal-outer.popup-open .modal-dialog{
  transform: translate(0,0);
}
.modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  background-color: #000;
  opacity: 0;
}
.modal-dialog {
  position: relative;
  z-index: 99999;
}
.modal-outer.popup-open .modal-back {
  opacity: .5;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: .8;

}
.tooltip.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #bebdbd;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.body-container--home h2 {
  line-height: 1.5;
}
.abt-page h2 ,.abt-page h3{
  line-height: 1.5;
}
.abt-page h5 {
  line-height: 1.5;
}

.abt-page .btn-mod a {
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  background: #fd9c9c;
  background-image: linear-gradient(to top,#fc7d7d,#fd9c9c);
  border: 1px solid #9d1111;
  color: #9d1111;
  margin: 0;
}

.abt-page .btn-mod a:hover {
  background: #fc7d7d;
  background-image: linear-gradient(to top,#fd9c9c,#fc7d7d);
  border: 1px solid #9d1111;
  color: #9d1111;
}
.abt-page .hs-menu-wrapper ul {
  display: flex !important;
  flex-direction: revert!important;
}

.abt-page .hs-menu-wrapper ul li {
  padding: 20px 0px 120px;
  min-height: 216px;
  height: auto;
  width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.abt-page .hs-menu-wrapper ul li:last-child {
  margin-right: 0;
}
.abt-page .hs-menu-wrapper ul li a:hover {
  color: #0079ab;
}
.abt-page .hs-menu-wrapper ul li a {
  line-height: 1.5;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: TofinoCond-Bold;
  font-weight: 400;
  display: block;
}

@media(max-width:900px){
  .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media(max-width:767px){
  .lp h1 {
    font-size: 40px;
  }
}
@media(max-width:1365px){
  .company-top .hs_cos_wrapper_type_rich_text p {
    font-size: 25px !important;
  }

  .company-main .widget-type-rich_text h1 {
    font-size: 68px !important;
    line-height: .85 !important;
  }

  .company-main .widget-type-rich_text h2 {
    font-size: 68px !important;
    line-height: .85 !important;
  }
  .company-main .hs_cos_wrapper_type_rich_text {
    margin: 0;
  }
}
@media(max-width:1050px){
  .abt-page .hs-menu-wrapper ul li {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }
  .abt-page h1 {
    font-size: calc( 55.7217px + (90 - 55.7217) * ((100vw - 320px) / (1050 - 320))) !important;
  }
  .abt-page .hs-menu-wrapper ul li:nth-child(2) {
    padding: 20px 0px 80px;
  }
}
@media(max-width:480px){
  .company-main .widget-type-rich_text h1 {
    font-size: 58px !important;
  }
  .company-main .hs_cos_wrapper_type_rich_text h3 {
    font-size: 51px;
  }
}
/*! 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: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

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

@media (max-width: 1050px) {
  .row-fluid {
    width: 100%;
  }
 .container-fluid .dnd-section>.row-fluid,.row-fluid {
    display: block !important;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 1051px) {
  .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: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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: 1050px) {
  .visible-phone {
    display: inherit !important;
  }

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

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

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

@media (min-width: 1051px) 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;
  padding: 0 15px;
}

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

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

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

.banner-section .dnd-section>div {
  max-width: 100%;
}
.content-wrapper {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: TofinoCond-Bold;
  src: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/fonts/tofcond-bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/fonts/fa-solid-900.woff2) format("woff2");
  font-weight: normal;
  font-weight: 900;
}

@font-face {
  font-family:tofino-cond-med;
  src:  url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/fonts/Tofino-Cond-Med.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: "icomoon";
  src: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/fonts/icomoon.woff) format("woff");
  font-style: normal;
  font-weight: normal; 
}



body {
  word-break: break-word; 
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  margin-top: 10px;
  margin-bottom: 0px;
  line-height:1;
}
h2,h3,h4,h5,h6{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: inherit;
}
/* Lists */

ul,
ol {

}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  background: #f5f5f5;
  border-left: 4px solid #65bc7b;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  border-color: #000000;
  font-style: italic;
}


/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 0;
}
sup {
  font-size: 10px;
}
sup {
  top: 0;
  vertical-align: super;
}
@media(max-width:1050px){
  h2 {
    font-size: calc(32.5722px + (36 - 32.5722) * ((100vw - 320px) / (1050 - 320))) !important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

.hs-form-field>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  height: 29px;
  background-color: #ebebeb;
  font-size: 14px;
  color: #757779;
  border-width: 0px 0px 0px 0px;
  border-color: #d2d2d2;
  border-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 8px 15px;
  width: 100%;
  outline: 0;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}
inputt::-webkit-input-placeholder{
  color: #757779;
}
.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
.hs-button,
.button--primary{
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  padding: 13px 29px;
  line-height: 17px;
  font-family: PT Sans;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-style: solid;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all .2s;
  margin:10px 0;
  text-align: center;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-form-field {
  margin-top: 16px;
  padding-right: 16px;
  float: none;
  margin-bottom: 15px;
}
.input {
  margin-right: 0 !important;
  margin: 8px 0 0;
}
h3.form-title {
  margin: 0;
}

form select.hs-input {
  padding: 8px 15px;
  position: relative;
  text-indent: 0.01px;
  vertical-align: middle;
  z-index: 5;
  margin: 0;
  min-width: 70px;
  padding-top: 0;
  padding-bottom: 0;
  height: 29px;
  background-color: #ebebeb;
  -webkit-appearance: none;
  border: 1px solid #d2d2d2;
  margin-left: 1px;
}
.legal-consent-container .hs-richtext p {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  font-size: 20px;
  margin: 0;
}

.legal-consent-container {
  margin-bottom: 15px;
  margin-top: 16px;
}

.legal-consent-container  .hs-richtext {
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.legal-consent-container .hs-richtext p {
  margin: 0;
}

.legal-consent-container .field.hs-form-field {
  margin-top: 8px;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}

form .inputs-list>li {
  margin: 0;
}

form input[type=checkbox], form input[type=radio] {
  margin: initial !important;
  display: inline-block !important;
  margin: 3px 8px 3px 4px !important;
  float: none !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline !important;
  margin: 0px !important;
  font-family: Arial, Helvetica, sans-serif;
  /* float: left; */
  vertical-align: baseline;
}

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

.hs-form-field {
}

.grecaptcha-badge {
  margin: 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  min-height: 121px;
  margin: 0;
  display: flex;
  align-items: center;
}

.hs-button {
  padding: 13px 29px;
  line-height: 17px;
  margin: 0;
}

.hs_submit.hs-submit {
  margin-top: 16px;
}
.body-container-wrapper .hs-error-msg ,
.systems-page .hs-error-msgs label{
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: #790000 !important;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
}

.hs_error_rollup {}

.body-container-wrapper .hs_error_rollup li label {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
}
.hs-fieldtype-select .input:after {
  height: 27px;
  width: 27px;
  line-height: 27px;
  pointer-events: none;
  z-index: 10;
  font-family: icomoon;
  font-size: calc((14px) * .75);
  position: absolute;
  content: '';
  right: 0;
  bottom: 0px;
  color: #d2d2d2;
  text-align: center;
}

.hs-fieldtype-select .input {
  position: relative;
  line-height:0;
}
.hs-input {
  width: 100% !important;
}
a.hs-button {
  margin: 15px 0;
}
textarea.hs-input {
  padding: 12px 15px;
  background-color: #ebebeb;
  height: 160px;
  line-height: 1.5;
  resize: none;
  border: 1px solid #d2d2d2;
}
form input[type=checkbox], form input[type=radio] {
  width: auto !important;
}

@media(max-width:640px){
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-top: 0;
  }
  .hs-form-field {
    width: 100% !important;
    margin-top: 0;
  }

  .form_wrapper {
    /* margin-top: 0; */
  }

  .legal-consent-container {
    margin-top: 0;
  }

  form select.hs-input {
    min-height: auto;
  }
  .hs-button {
    line-height: 2;
    min-height: 2rem;
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px;
  }
  fieldset.form-columns-2 .hs-form-field {
    padding: 0;
  }
  textarea.hs-input {
    height: 120px;
  }
  form input[type=checkbox], form input[type=radio] {
    min-height: auto;
  }
  input[type=text], input[type=password], form select, form textarea, .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .hs-form-field {
    padding: 0;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder,.ilightbox-holder .ilightbox-container,.ilightbox-holder .ilightbox-container img.ilightbox-image,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-toolbar *,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social,.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0)
}


.ilightbox-closedhand * {
  cursor: url(closedhand.cur),default !important
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000
}

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  border-radius: 0 100px 100px 0
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  border-radius: 0 100px 100px 0
}

.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  border-radius: 0 0 100px 100px
}

.ilightbox-loader.horizontal div {
  border-radius: 0 0 100px 100px
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer
}

.ilightbox-toolbar .ilightbox-prev-button,.ilightbox-toolbar .ilightbox-next-button {
  display: none
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009
}

.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0)
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none
}

.ilightbox-holder.ilightbox-next,.ilightbox-holder.ilightbox-prev {
  cursor: pointer
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%
}

.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 26px
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 26px
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/facebook_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/digg_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/twitter_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/delicious_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/reddit_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url(../../Images/google_plus_16.png)
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute
}

.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer
}

.ilightbox-button.ilightbox-next-button.disabled,.ilightbox-button.ilightbox-prev-button.disabled {
  visibility: hidden;
  opacity: 0
}

.isMobile .ilightbox-button,.isMobile .ilightbox-thumbnails {
  display: none !important
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block
}

.ilightbox-title {
  line-height: 20px
}

.ilightbox-overlay.dark {
  background: #000
}

.ilightbox-loader.dark {
  box-shadow: black 0px 0px 85px,black 0px 0px 85px
}

.ilightbox-loader.dark div {
  background: #000 url(../../Images/preloader.gif) no-repeat center
}

.ilightbox-holder.dark {
  padding: 5px;
  background: #000;
  box-shadow: 0 0 15px rgba(0,0,0,0.8)
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg-dark-skin.png);
  color: #FFF;
  text-shadow: 0 1px black
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
  background: url(../../Images/caption-bg-dark-skin.png);
  border-radius: 2px
}

.ilightbox-holder.dark .ilightbox-alert {
  background: url(../../Images/alert-dark.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.dark {
  top: 11px;
  left: 10px
}

.ilightbox-toolbar.dark a {
  width: 25px;
  height: 23px;
  background: black url(../../Images/buttons-dark-skin.png) no-repeat 7px 6px
}

.ilightbox-toolbar.dark a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000 !important
}

.ilightbox-toolbar.dark a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.ilightbox-toolbar.dark a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-position: -32px 6px
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-position: 6px -33px;
  right: 35px
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-position: -31px -33px
}

.ilightbox-toolbar.dark a.ilightbox-play {
  background-position: 8px -57px
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
  background-position: -32px -57px
}

.ilightbox-toolbar.dark a.ilightbox-pause {
  background-position: 8px -83px
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
  background-position: -32px -83px
}

.isMobile .ilightbox-toolbar.dark {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.8)
}

.isMobile .ilightbox-toolbar.dark a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important
}

.isMobile .ilightbox-toolbar.dark a:hover {
  background-color: #111
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-image: url("../../Images/fullscreen-icon-64.png");
  -:;background-image: url('../../Images/fullscreen-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
  background-image: url(../../Images/x-mark-icon-64.png);
  -:;background-image: url('../../Images/x-mark-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
  background-image: url(../../Images/arrow-next-icon-64.png);
  -:;background-image: url('../../Images/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
  background-image: url(../../Images/arrow-prev-icon-64.png);
  -:;background-image: url('../../Images/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
  background-image: url(../../Images/play-icon-64.png);
  -:;background-image: url('../../Images/play-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
  background-image: url(../../Images/pause-icon-64.png);
  -:;background-image: url('../../Images/pause-icon-ie.png')\9
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
  border-radius: 0;
  float: right
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0,0,0,0.9)
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play.png) no-repeat center
}

.ilightbox-button.dark.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default;
  background-color: #000 !important
}

.ilightbox-button.dark span {
  display: block;
  width: 100%;
  height: 100%
}

.ilightbox-button.dark {
  bottom: 0;
  right: 0;
  left: 0;
  -:;left: 45%\9;
  -:;right: auto\9;
  width: 95px;
  height: 75px;
  margin: auto;
  background: url(../../Images/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
  background-color: #000;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.ilightbox-button.ilightbox-button.dark:hover {
  background-color: #111
}

.ilightbox-button.ilightbox-prev-button.dark {
  top: 0;
  bottom: auto;
  background-image: url(../../Images/arrow-prev-vertical-icon-64.png);
  background-position: 50% 35%;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.ilightbox-button.dark.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  -:;top: 41%\9;
  -:;bottom: auto\9;
  width: 75px;
  height: 95px;
  background-image: url(../../Images/arrow-next-icon-64.png);
  background-position: 65% 50%;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px
}

.ilightbox-button.ilightbox-prev-button.dark.horizontal {
  right: auto;
  left: 0;
  background-image: url(../../Images/arrow-prev-icon-64.png);
  background-position: 35% 50%;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px
}

.ilightbox-overlay.light {
  background: #FFF
}

.ilightbox-loader.light {
  box-shadow: #dacffc 0px 0px 85px,#dacffc 0px 0px 85px
}

.ilightbox-loader.light div {
  background: #FFF url(../../Images/preloader%20%281%29.gif) no-repeat center
}

.ilightbox-holder.light {
  padding: 10px;
  background: #FFF;
  box-shadow: 0 0 15px #dacffc
}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg-1.png);
  color: #000;
  text-shadow: 0 1px #FFF
}

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
  background: url(../../Images/caption-bg-1.png);
  border-radius: 2px
}

.ilightbox-holder.light .ilightbox-alert {
  background: url(../../Images/alert.png) no-repeat center top;
  color: #89949b
}

.ilightbox-toolbar.light {
  top: 8px;
  left: 8px;
  height: 23px;
  box-shadow: 0 0 7px #dacffc;
  border-radius: 3px
}

.ilightbox-toolbar.light a {
  width: 25px;
  height: 23px;
  background: white url(../../Images/buttons-1.png) no-repeat 7px 6px
}

.ilightbox-toolbar.light a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #FFF
}

.ilightbox-toolbar.light a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.ilightbox-toolbar.light a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.ilightbox-toolbar.light a.ilightbox-close:hover {
  background-position: -32px 6px
}

.ilightbox-toolbar.light a.ilightbox-fullscreen {
  background-position: 6px -33px
}

.ilightbox-toolbar.light a.ilightbox-fullscreen:hover {
  background-position: -31px -33px
}

.ilightbox-toolbar.light a.ilightbox-play {
  background-position: 8px -57px
}

.ilightbox-toolbar.light a.ilightbox-play:hover {
  background-position: -32px -57px
}

.ilightbox-toolbar.light a.ilightbox-pause {
  background-position: 8px -83px
}

.ilightbox-toolbar.light a.ilightbox-pause:hover {
  background-position: -32px -83px
}

.isMobile .ilightbox-toolbar.light {
  background: #FFF;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px #dacffc
}

.isMobile .ilightbox-toolbar.light a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important
}

.isMobile .ilightbox-toolbar.light a:hover {
  background-color: #f6f3ff
}

.isMobile .ilightbox-toolbar.light a.ilightbox-fullscreen {
  background-image: url(../../Images/fullscreen-icon-64-1.png);
  -:;background-image: url('../../Images/fullscreen-icon-ie%20%281%29.png')\9
}

.isMobile .ilightbox-toolbar.light a.ilightbox-close {
  background-image: url(../../Images/x-mark-icon-64-1.png);
  -:;background-image: url('../../Images/x-mark-icon-ie%20%281%29.png')\9
}

.isMobile .ilightbox-toolbar.light a.ilightbox-next-button {
  background-image: url(../../Images/arrow-next-icon-64-1.png);
  -:;background-image: url('../../Images/arrow-next-icon-ie%20%281%29.png')\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.light a.ilightbox-prev-button {
  background-image: url(../../Images/arrow-prev-icon-64-1.png);
  -:;background-image: url('../../Images/arrow-prev-icon-ie%20%281%29.png')\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.light a.ilightbox-play {
  background-image: url(../../Images/play-icon-64-1.png);
  -:;background-image: url('../../Images/play-icon-ie%20%281%29.png')\9
}

.isMobile .ilightbox-toolbar.light a.ilightbox-pause {
  background-image: url(../../Images/pause-icon-64-1.png);
  -:;background-image: url('../../Images/pause-icon-ie%20%281%29.png')\9
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px #dacffc
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play.png) no-repeat center
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #000
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.ilightbox-button.light.disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
  background-color: #FFF !important
}

.ilightbox-button.light span {
  display: block;
  width: 100%;
  height: 100%
}

.ilightbox-button.ilightbox-next-button.light,.ilightbox-button.ilightbox-prev-button.light {
  bottom: 0;
  right: 0;
  left: 0;
  -:;left: 45%\9;
  -:;right: auto\9;
  width: 95px;
  height: 75px;
  margin: auto;
  background: url(../../Images/arrow-next-vertical-icon-64%20%281%29.png) no-repeat 50% 65%;
  background-color: #FFF;
  box-shadow: 0 0 15px #dacffc
}

.ilightbox-button.ilightbox-button.light:hover {
  background-color: #f6f3ff
}

.ilightbox-button.ilightbox-prev-button.light {
  top: 0;
  bottom: auto;
  background-image: url(../../Images/arrow-prev-vertical-icon-64%20%281%29.png);
  background-position: 50% 35%
}

.ilightbox-button.ilightbox-next-button.light.horizontal,.ilightbox-button.ilightbox-prev-button.light.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  -:;top: 41%\9;
  -:;bottom: auto\9;
  width: 75px;
  height: 95px;
  background-image: url(../../Images/arrow-next-icon-64%20%281%29.png);
  background-position: 65% 50%;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px
}

.ilightbox-button.ilightbox-prev-button.light.horizontal {
  right: auto;
  left: 0;
  background-image: url(../../Images/arrow-prev-icon-64%20%281%29.png);
  background-position: 35% 50%;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px
}

.ilightbox-overlay.mac {
  background: #2b2b2b
}

.ilightbox-loader.mac {
  box-shadow: black 0px 0px 85px,black 0px 0px 85px
}

.ilightbox-loader.mac div {
  background: #141414 url(../../Images/preloader%20%282%29.gif) no-repeat center
}

.ilightbox-holder.mac {
  padding: 2px;
  background: rgba(35,35,35,0.9);
  -:;background: #232323\9;
  box-shadow: 0 38px 30px -18px rgba(0,0,0,0.6)
}

.ilightbox-holder.mac .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg-dark-skin.png);
  color: #FFF;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: rgba(255,255,255,0.8) 1px solid;
  -:;border: #f5f5f5 1px solid\9;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  border-radius: 3px
}

.ilightbox-holder.mac .ilightbox-container .ilightbox-social {
  background: #FFF
}

.ilightbox-holder.mac .ilightbox-alert {
  background: url(../../Images/alert-dark.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.mac {
  top: 15px;
  left: 15px;
  background: #414141;
  background: linear-gradient(to bottom,#414141 0%,#414141 40%,#323232 60%,#323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141',endColorstr='#323232',GradientType=0);
  border: rgba(30,30,30,0.6) 1px solid;
  -:;border: #1e1e1e 1px solid\9;
  overflow: hidden;
  border-radius: 3px
}

.ilightbox-toolbar.mac a {
  width: 28px;
  height: 28px;
  background: no-repeat 50%
}

.ilightbox-toolbar.mac a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: transparent !important
}

.ilightbox-toolbar.mac a:hover {
  background-color: #4b4b4b
}

.ilightbox-toolbar.mac a.ilightbox-close {
  background-image: url(../../Images/close-25.png)
}

.ilightbox-toolbar.mac a.ilightbox-fullscreen {
  background-image: url(../../Images/resize-25.png);
  right: 35px
}

.ilightbox-toolbar.mac a.ilightbox-play {
  background-image: url(../../Images/play-25.png);
  right: 35px
}

.ilightbox-toolbar.mac a.ilightbox-pause {
  background-image: url(../../Images/pause-25.png);
  right: 35px
}

.isMobile .ilightbox-toolbar.mac {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #414141;
  background: linear-gradient(to bottom,#414141 0%,#414141 40%,#323232 60%,#323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141',endColorstr='#323232',GradientType=0);
  border: 0;
  border-top: rgba(30,30,30,0.6) 1px solid;
  -:;border-top: #1e1e1e 1px solid\9;
  overflow: hidden;
  text-align: center;
  border-radius: 3px
}

.isMobile .ilightbox-toolbar.mac a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important
}

.isMobile .ilightbox-toolbar.mac a.ilightbox-fullscreen {
  background-image: url(../../Images/resize-50.png);
  -:;background-image: url('../../Images/resize-ie.png')\9
}

.isMobile .ilightbox-toolbar.mac a.ilightbox-close {
  background-image: url(../../Images/close-50.png);
  -:;background-image: url('../../Images/close-ie.png')\9
}

.isMobile .ilightbox-toolbar.mac a.ilightbox-next-button {
  background-image: url(/cdn2.hubspot.net/hubfs../../Images/forward-50.png);
  background-position: 52% 50% !important;
  -:;background-image: url('../../Images/forward-ie.png')\9
}

.isMobile .ilightbox-toolbar.mac a.ilightbox-prev-button {
  background-image: url(../../Images/back-50.png);
  background-position: 48% 50% !important;
  -:;background-image: url('../../Images/back-ie.png')\9
}

.isMobile .ilightbox-toolbar.mac a.ilightbox-play {
  background-image: url(../../Images/play-50.png);
  background-size: 80%;
  background-position: 70% 50% !important;
  -:;background-image: url('../../Images/play-ie.png')\9
}

.isMobile .ilightbox-toolbar.mac a.ilightbox-pause {
  background-image: url(../../Images/pause-50.png);
  background-size: 80%;
  -:;background-image: url('../../Images/pause-ie.png')\9
}

.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  color: #000
}

.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar {
  display: inline-block;
  left: -15px;
  top: -15px
}

.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: left;
  border-radius: 0
}

.ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0,0,0,0.9);
  border-radius: 0
}

.ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play.png) no-repeat center
}

.ilightbox-button.mac.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background: #3b3b3b !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141',endColorstr='#323232',GradientType=0)
}

.ilightbox-button.mac span {
  display: block;
  width: 100%;
  height: 100%
}

.ilightbox-button.mac {
  bottom: 0;
  right: 0;
  left: 0;
  -:;left: 45%\9;
  -:;right: auto\9;
  width: 95px;
  height: 55px;
  margin: auto;
  background: #414141;
  background: linear-gradient(to bottom,#414141 0%,#414141 40%,#323232 60%,#323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141',endColorstr='#323232',GradientType=0);
  border: rgba(30,30,30,0.6) 1px solid;
  -:;border: #1e1e1e 1px solid\9;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.ilightbox-button.ilightbox-button.mac:hover {
  background: #4b4b4b;
  background: linear-gradient(to bottom,#4b4b4b 0%,#4b4b4b 40%,#3c3c3c 60%,#3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b',endColorstr='#3c3c3c',GradientType=0)
}

.ilightbox-button.ilightbox-prev-button.mac {
  top: 0;
  bottom: auto;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.ilightbox-button.ilightbox-next-button.mac span {
  background: url(../../Images/forward-vertical-50.png) no-repeat 50% 75%
}

.ilightbox-button.ilightbox-prev-button.mac span {
  background: url(../../Images/back-vertical-50.png) no-repeat 50% 25%
}

.ilightbox-button.ilightbox-next-button.mac.horizontal,.ilightbox-button.ilightbox-prev-button.mac.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  -:;top: 41%\9;
  -:;bottom: auto\9;
  width: 55px;
  height: 95px;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px
}

.ilightbox-button.ilightbox-prev-button.mac.horizontal {
  right: auto;
  left: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px
}

.ilightbox-button.ilightbox-next-button.mac.horizontal span {
  background: url(../../Images/forward-50.png) no-repeat 75% 50%
}

.ilightbox-button.ilightbox-prev-button.mac.horizontal span {
  background: url(../../Images/back-50.png) no-repeat 25% 50%
}

.ilightbox-overlay.metro-black {
  background: #000
}

.ilightbox-loader.metro-black {
  box-shadow: #000 0px 0px 55px,rgba(0,0,0,0.3) 0px 0px 55px
}

.ilightbox-loader.metro-black div {
  background: #000 url(../../Images/preloader%20%283%29.gif) no-repeat center
}

.ilightbox-holder.metro-black {
  padding: 3px;
  background: #000;
  box-shadow: 0 0 45px rgba(0,0,0,0.8)
}

.ilightbox-holder.metro-black .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg%20%281%29.png) repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0,0,0,0.75);
  padding-top: 15px
}

.ilightbox-holder.metro-black .ilightbox-container .ilightbox-social {
  background: url(../../Images/social-bg-black.png);
  border-radius: 2px
}

.ilightbox-holder.metro-black .ilightbox-alert {
  background: url(../../Images/alert-dark.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.metro-black {
  top: 8px;
  left: 8px;
  height: 25px
}

.ilightbox-toolbar.metro-black a {
  width: 27px;
  height: 25px;
  background: #000 url(../../Images/buttons%20%281%29.png) no-repeat 7px 6px
}

.ilightbox-toolbar.metro-black a:hover {
  background-color: #51b7ff
}

.ilightbox-toolbar.metro-black a.ilightbox-close:hover {
  background-color: #d94947
}

.ilightbox-toolbar.metro-black a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  box-shadow: 0 0 25px rgba(0,0,0,0.8)
}

.ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-position: 6px -31px
}

.ilightbox-toolbar.metro-black a.ilightbox-play {
  background-position: 8px -55px
}

.ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-position: 8px -81px
}

.isMobile .ilightbox-toolbar.metro-black {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center
}

.isMobile .ilightbox-toolbar.metro-black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-image: url(../../Images/fullscreen-icon-64.png);
  -:;background-image: url('../../Images/fullscreen-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-close {
  background-image: url(../../Images/x-mark-icon-64.png);
  -:;background-image: url('../../Images/x-mark-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-next-button {
  background-image: url(../../Images/arrow-next-icon-64.png);
  -:;background-image: url('../../Images/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-prev-button {
  background-image: url(../../Images/arrow-prev-icon-64.png);
  -:;background-image: url('../../Images/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-play {
  background-image: url(../../Images/play-icon-64.png);
  -:;background-image: url('../../Images/play-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-image: url(../../Images/pause-icon-64.png);
  -:;background-image: url('../../Images/pause-icon-ie.png')\9
}

.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad
}

.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-thumbnails.metro-black.ilightbox-horizontal {
  height: 104px
}

.ilightbox-thumbnails.metro-black.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 104px
}

.ilightbox-thumbnails.metro-black.ilightbox-vertical {
  width: 144px
}

.ilightbox-thumbnails.metro-black.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px
}

.ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  border-radius: 0
}

.ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play%20%282%29.png) no-repeat center
}

.ilightbox-button.metro-black.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default
}

.ilightbox-button.metro-black span {
  display: block;
  width: 100%;
  height: 100%
}

.ilightbox-button.ilightbox-next-button.metro-black,.ilightbox-button.ilightbox-prev-button.metro-black {
  bottom: 0;
  right: 0;
  left: 0;
  -:;left: 35%\9;
  -:;right: auto\9;
  width: 30%;
  height: 100px;
  margin: auto;
  background: url(../../Images/arrows_vertical.png) no-repeat 50% -100px;
  background-color: #000;
  background-color: rgba(0,0,0,0.5)
}

.ilightbox-button.ilightbox-prev-button.metro-black {
  top: 0;
  bottom: auto;
  background-position: 50% 0
}

.ilightbox-button.ilightbox-next-button.metro-black.horizontal,.ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  -:;top: 36%\9;
  -:;bottom: auto\9;
  width: 100px;
  height: 30%;
  background-image: url(../../Images/arrows_horizontal.png);
  background-position: -93px 50%
}

.ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%
}

.ilightbox-overlay.metro-white {
  background: #FFF
}

.ilightbox-loader.metro-white {
  box-shadow: rgba(0,0,0,0.3) 0px 0px 55px
}

.ilightbox-loader.metro-white div {
  background: #FFF url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/preloader.gif) no-repeat center
}

.ilightbox-holder.metro-white {
  padding: 3px;
  background: #FFF;
  box-shadow: 0 0 45px rgba(0,0,0,0.2)
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg%20%282%29.png) repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #000;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  padding-top: 15px
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-social {
  background: url('//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/social-bg.png');
  border-radius: 2px
}

.ilightbox-holder.metro-white .ilightbox-alert {
  background: url(../../Images/alert.png) no-repeat center top;
  color: #89949b
}

.ilightbox-toolbar.metro-white {
  top: 8px;
  left: 8px;
  height: 25px
}

.ilightbox-toolbar.metro-white a {
  width: 27px;
  height: 25px;
  background: white url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/buttons.png) no-repeat 7px 6px
}

.ilightbox-toolbar.metro-white a:hover {
  background-color: #51b7ff
}

.ilightbox-toolbar.metro-white a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #FFF
}

.ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-color: #d94947;
  background-position: -30px 6px
}

.ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-position: 6px -31px
}

.ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-position: -29px -31px
}

.ilightbox-toolbar.metro-white a.ilightbox-play {
  background-position: 8px -55px
}

.ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-position: -30px -55px
}

.ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-position: 8px -81px
}

.ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-position: -30px -81px
}

.isMobile .ilightbox-toolbar.metro-white {
  background: #FFF;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.2)
}

.isMobile .ilightbox-toolbar.metro-white a,.isMobile .ilightbox-toolbar.metro-white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/fullscreen-icon-64.png);
  -:;background-image: url('../../Images/fullscreen-icon-ie%20%282%29.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/fullscreen-hover-icon-64.png);
  -:;background-image: url('../../Images/fullscreen-hover-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/x-mark-icon-64.png);
  -:;background-image: url('../../Images/x-mark-icon-ie%20%282%29.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/x-mark-hover-icon-64.png);
  -:;background-image: url('../../Images/x-mark-hover-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button {
  background-image: url(../../Images/arrow-next-icon-64%20%282%29.png);
  -:;background-image: url('../../Images/arrow-next-icon-ie%20%282%29.png')\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button:hover {
  background-image: url(../../Images/arrow-next-hover-icon-64.png);
  -:;background-image: url('../../Images/arrow-next-hover-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button.disabled {
  background-image: url(../../Images/arrow-next-icon-64%20%282%29.png);
  -:;background-image: url('../../Images/arrow-next-icon-ie%20%282%29.png')\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
  background-image: url(../../Images/arrow-prev-icon-64%20%282%29.png);
  -:;background-image: url('../../Images/arrow-prev-icon-ie%20%282%29.png')\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button:hover {
  background-image: url(../../Images/arrow-prev-hover-icon-64.png);
  -:;background-image: url('../../Images/arrow-prev-hover-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button.disabled {
  background-image: url(../../Images/arrow-prev-icon-64%20%282%29.png);
  -:;background-image: url('../../Images/arrow-prev-icon-ie%20%282%29.png')\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/play-icon-64.png);
  -:;background-image: url('../../Images/play-icon-ie%20%282%29.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-image: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/play-hover-icon-64.png);
  -:;background-image: url('../../Images/play-hover-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-image: url(../../Images/pause-icon-64%20%281%29.png);
  -:;background-image: url('../../Images/pause-icon-ie%20%282%29.png')\9
}

.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-image: url(../../Images/pause-hover-icon-64.png);
  -:;background-image: url('../../Images/pause-hover-icon-ie.png')\9
}

.ilightbox-thumbnails.metro-white.ilightbox-horizontal {
  height: 104px
}

.ilightbox-thumbnails.metro-white.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 104px
}

.ilightbox-thumbnails.metro-white.ilightbox-vertical {
  width: 144px
}

.ilightbox-thumbnails.metro-white.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px
}

.ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 0
}

.ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play%20%282%29.png) no-repeat center
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #535352
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-button.metro-white.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default
}

.ilightbox-button.metro-white span {
  display: block;
  width: 100%;
  height: 100%
}

.ilightbox-button.ilightbox-next-button.metro-white,.ilightbox-button.ilightbox-prev-button.metro-white {
  bottom: 0;
  right: 0;
  left: 0;
  -:;left: 35%\9;
  -:;right: auto\9;
  width: 30%;
  height: 100px;
  margin: auto;
  background: url(//43961185.fs1.hubspotusercontent-na1.net/hubfs/43961185/raw_assets/public/Alpine_Advanced_Material_February2022/images/arrows_vertical.png) no-repeat 50% -100px;
  background-color: #FFF;
  background-color: rgba(255,255,255,0.6)
}

.ilightbox-button.ilightbox-prev-button.metro-white {
  top: 0;
  bottom: auto;
  background-position: 50% 0
}

.ilightbox-button.ilightbox-next-button.metro-white.horizontal,.ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  -:;top: 36%\9;
  -:;bottom: auto\9;
  width: 100px;
  height: 30%;
  background-image: url(../../Images/arrows_horizontal%20%281%29.png);
  background-position: -93px 50%
}

.ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%
}

.ilightbox-overlay.parade {
  background: #333 url(../../Images/pattern.png)
}

.ilightbox-loader.parade {
  box-shadow: 0 0 35px rgba(0,0,0,0.3)
}

.ilightbox-loader.parade div {
  background: white url(../../Images/preloader%20%285%29.gif) no-repeat center
}

.ilightbox-holder.parade {
  padding: 10px;
  background: #333;
  background: rgba(0,0,0,0.25);
  border-radius: 4px
}

.ilightbox-holder.parade .ilightbox-container {
  background: #FFF
}

.ilightbox-holder.parade .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg.png);
  color: #FFF;
  text-shadow: 0 1px black
}

.ilightbox-holder.parade .ilightbox-container .ilightbox-social {
  background: url(../../Images/caption-bg.png);
  border-radius: 2px
}

.ilightbox-holder.parade .ilightbox-alert {
  background: url(../../Images/alert-dark.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.parade {
  top: 11px;
  left: 10px;
  padding: 3px;
  background: #333;
  background: rgba(0,0,0,0.25)
}

.ilightbox-toolbar.parade a {
  width: 29px;
  height: 25px;
  background: #FFF url(../../Images/buttons%20%282%29.png) no-repeat 8px 6px
}

.ilightbox-toolbar.parade a:hover {
  background-color: #f5f5f5
}

.ilightbox-toolbar.parade a.ilightbox-close:hover {
  background-position: -29px 6px
}

.ilightbox-toolbar.parade a.ilightbox-fullscreen {
  background-position: 8px -33px;
  right: 35px
}

.ilightbox-toolbar.parade a.ilightbox-fullscreen:hover {
  background-position: -29px -33px
}

.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0,0,0,0.9)
}

.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play%20%283%29.png) no-repeat center
}

.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF
}

.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-overlay.smooth {
  background: #0f0f0f
}

.ilightbox-loader.smooth {
  box-shadow: #000 0px 0px 55px,rgba(0,0,0,0.3) 0px 0px 55px
}

.ilightbox-loader.smooth div {
  background: #000 url(../../Images/preloader.gif) no-repeat center
}

.ilightbox-holder.smooth {
  border: black 1px solid;
  box-shadow: 0 0 45px rgba(0,0,0,0.9)
}

.ilightbox-holder.smooth .ilightbox-container>* {
  pointer-events: all
}

.ilightbox-holder.smooth .ilightbox-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.11)
}

.ilightbox-holder.smooth .ilightbox-container .ilightbox-caption {
  background: url(../../Images/caption-bg%20%283%29.png);
  border: 1px solid rgba(0,0,0,0.2);
  left: 1px;
  right: 1px;
  bottom: 1px;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0,0,0,0.75);
  border-radius: 0
}

.ilightbox-holder.smooth .ilightbox-container .ilightbox-social {
  background: url(../../Images/caption-bg%20%284%29.png);
  border: 1px solid rgba(0,0,0,0.2);
  left: 1px;
  top: 1px;
  border-radius: 0
}

.ilightbox-holder.smooth .ilightbox-alert {
  background: url(../../Images/alert-dark.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.smooth {
  top: 8px;
  left: 8px;
  height: 25px
}

.ilightbox-toolbar.smooth a {
  width: 27px;
  height: 25px;
  background: #000 url(../../Images/buttons%20%281%29.png) no-repeat 7px 6px
}

.ilightbox-toolbar.smooth a: hover {
  background-color:#51b7ff
}

.ilightbox-toolbar.smooth a.ilightbox-close: hover {
  background-color:#d94947
}

.ilightbox-toolbar.smooth a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  box-shadow: 0 0 25px rgba(0,0,0,0.8)
}

.ilightbox-toolbar.smooth a.ilightbox-fullscreen {
  background-position: 6px -31px
}

.ilightbox-toolbar.smooth a.ilightbox-play {
  background-position: 8px -55px
}

.ilightbox-toolbar.smooth a.ilightbox-pause {
  background-position: 8px -81px
}

.isMobile .ilightbox-toolbar.smooth {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center
}

.isMobile .ilightbox-toolbar.smooth a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%
}

.isMobile .ilightbox-toolbar.smooth a.ilightbox-fullscreen {
  background-image: url(../../Images/fullscreen-icon-64.png);
  -:;background-image: url('../../Images/fullscreen-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.smooth a.ilightbox-close {
  background-image: url(../../Images/x-mark-icon-64.png);
  -:;background-image: url('../../Images/x-mark-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.smooth a.ilightbox-next-button {
  background-image: url(../../Images/arrow-next-icon-64.png);
  -:;background-image: url('../../Images/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.smooth a.ilightbox-prev-button {
  background-image: url(../../Images/arrow-prev-icon-64.png);
  -:;background-image: url('../../Images/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.smooth a.ilightbox-play {
  background-image: url(../../Images/play-icon-64.png);
  -:;background-image: url('../../Images/play-icon-ie.png')\9
}

.isMobile .ilightbox-toolbar.smooth a.ilightbox-pause {
  background-image: url(../../Images/pause-icon-64.png);
  -:;background-image: url('../../Images/pause-icon-ie.png')\9
}

.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad
}

.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-thumbnails.smooth.ilightbox-horizontal {
  height: 100px
}

.ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 100px
}

.ilightbox-thumbnails.smooth.ilightbox-vertical {
  width: 140px
}

.ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px
}

.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  padding: 10px
}

.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  border-radius: 0
}

.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail:after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  pointer-events: none;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.11)
}

.ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  margin-bottom: -10px
}

.ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  margin-right: -10px
}

.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../../Images/thumb-overlay-play%20%282%29.png) no-repeat center
}

.ilightbox-button.smooth.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default
}

.ilightbox-button.smooth span {
  display: block;
  width: 100%;
  height: 100%
}

.ilightbox-button.smooth {
  bottom: 0;
  right: 0;
  left: 0;
  -:;left: 45%\9;
  -:;right: auto\9;
  width: 120px;
  height: 70px;
  margin: auto;
  background: url(../../Images/arrows_vertical.png) no-repeat 50% -110px;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  border: rgba(255,255,255,0.2) 1px solid;
  -:;border: #646464 1px solid\9
}

.ilightbox-button.ilightbox-next-button.smooth {
  border-bottom: 0
}

.ilightbox-button.ilightbox-prev-button.smooth {
  top: 0;
  bottom: auto;
  background-position: 50% -15px;
  border-top: 0
}

.ilightbox-button.smooth.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  -:;top: 41%\9;
  -:;bottom: auto\9;
  width: 70px;
  height: 120px;
  background-image: url(../../Images/arrows_horizontal.png);
  background-position: -110px 50%;
  border: rgba(255,255,255,0.2) 1px solid;
  -:;border: #646464 1px solid\9
}

.ilightbox-button.ilightbox-next-button.smooth.horizontal {
  border-right: 0
}

.ilightbox-button.ilightbox-prev-button.smooth.horizontal {
  right: auto;
  left: 0;
  background-position: -18px 50%;
  border-left: 0
}
.header-wrap {
  padding: 0 30px 20px;
  border-bottom: 1px solid rgba(229,229,229,0);
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  transition: background-color 200ms ease-in-out;
  width: 100%;
  z-index: 10000;
}

.custom-menu-primary nav>ul>li.has-submenu>a:after {
  display: none !important;
}

.custom-menu-primary.mobile {
  display: none;
}

.mobile-trigger {
  display: none;
}

.header-wrap .content-wrapper {
  padding: 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
}

.logo-wrapper img {
  width: 190px !important;
}
.animate-header .lp.header.header .header-wrap {
  min-height:96px;
}
body.no-banner header.header {
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QOPaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YTdlOTJlMWYtZDBiOC00YTJiLTlhODctYmE5YzliODM4YzI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNBQTlEM0FCM0VENjExRTk4QjU4OTk2Q0YwNTk1MUU2IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNBQTlEM0FBM0VENjExRTk4QjU4OTk2Q0YwNTk1MUU2IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YWIyYzcwOGItYTg5Zi00OWUwLTkyNzAtOWM2Mjc4N2Y1OThlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzkwYzIwNGQtM2U5Mi03NDQxLWEwNmQtZmJmOTBjMWZiNTUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBMAs/AwERAAIRAQMRAf/EAGkAAQEBAQAAAAAAAAAAAAAAAAEAAggBAQEBAQEAAAAAAAAAAAAAAAABAgMEEAEBAAICAQQDAQEBAQEBAQEBABExIUGBUXGxMmHBcgIS0ZEiQqFiEQEBAQEAAAAAAAAAAAAAAAAAAREx/9oADAMBAAIRAxEAPwDmW9jgoKCgoKCgoKCgoKCgoKCgIGCgIGCgoKCgoKCgoKCgoKCgoKCgoKAgYKCgoKAgYKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoCBgoKCgoKAgYKCgoKCgoCBgoKCgoKCgoKCgoCBgoKCgoKAgYKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoCBgoCBgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAgYKCgoKCgIGCgoKAgYKCgIGCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoCBgoKCgoKCgoKCgIGCgoCBgoKCgoKCgoKCgoKCgIGCgoCBgoKCgoKCgoKCgoKCgoKCgoKCgoCBgoKCgoKCgoKCgoKCgoKAgYKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKAgoGCgoKCgoKAgYKCgoKAgYKCgoKCgoKCiKKoigoqgoigoqiKCgoqiKCgoKCgoKCgoKKoigoqiKKoKIoKCgoqiKKoKIoKKoigoKKoKCiKKoKCiKCgoqgoiiqIoKCiqCgoKIoKKoKIoqiKCgoKKoKCiKKoigoqiKCgoKCgoqiKCgoKKoigoKKoiiqIoqiKKoKIoqgoKCiKKoKCiKKoigoKCgoKCgoqiKCiqIoKCgoKKoKCiKCgoKKoKIoqiKCiqIoKCgoqgoigoKCgoqiKCgoKCiqIoKCgoKCiqCgoigoqiKKoiiqIoKCgoKCiqCiKCgoKKoKIoKCiqIoKKoigoKCiqIoKCiqIoKCiqCgoiiqIoKKoiiqCgoKIoqiKKoKIoqiKCgoKKoiiqCgoigoqiKCiqIoqgoKIoKCiqCgoKCiKKoKCiKKoKIoqgoigoKCiqCgoigoKCgoqgoKIoqiKCgoKCiqCgoigoqiKCiqIoqgoKCgoKCiKKoKCgoiiqCiKKoigoqiKKoiiqIoKCgoqiKCgoKCgoKKoigoKCgoKCiqCiKCgoqiKCiqIoKCgoKCgoqiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKKoigoKCgoKCgoKCgoKCgoKCgoKCiqIoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKKoigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKKoigoKCgoKCgoKCgoqiKCgoKCgoKKoigoKCgoKCiqIoKCgoKCgoKCgoKCgoKKoigoKCgoKCgoKCiqIoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoqiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoqiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoqiKCgoKCgoKKoigoKCgoKCgoKCgoKCiqIoKCgoKCiqIoKCgoKCgoqiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKKoigoqiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKKoigoKCgoKCgYoiKBiqCgoKCgIhiiIoGKoKCgIhiqCgoKAiGKIKIoGKIhiqIoqgoKAiGKoKCgIhiqCgoKCgoKCgoKCgoKIooiGKoKAiGKoKCgoKCgoKCgoiiqCgoiiqCgoiiqCgoiiqCgIiimCgoCIoKBiqCgoKCgoiiqCgoKIoqgoiiqCgoKCgoKCiKCiqAiGKIhiqIoqgoKCgoKCgIhiqCgIigYqgoKCiKKoKCgoKCgIhgoqgIhgoqgIigYqgoKCgoCIopiKKIGCgIhiqCgIhiqCgoKCgoKAiGKoKCiKKoiiqCgoKCiKKoKIIGKoCBgoKCgoKCiKKoKCgIGCgoKCgoKCgoKCgoKIoqgIhiqCgoKCgoKAiGKoKCgoiiqCgoKCgoKCgoKCgoCBgoKIoKKoCIYqgoKCgoKCgIhiqCgoiiiBiKKoKCgIhiqAiGKoKCgoKCgoiiqCgoKCgoCBgoKCgoiiqAiGKIigopgoKCgoKIooiGKoKCgoKIoKKoKCgoKCgoiiqIIGKoKCgIhiqCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKIoKKoigoKCgoKCgoKCgoKCiqIoKCiqCiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCiqIoKKoigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoqiKCgoqiKKoigoKCgoKCgoKCgoKCgoKCgoKCgoKCiqIoKCgoKCiqIoKKoKIoKCgoKCiqIoKCgoKCgoKCgoKCgoKCiqIoKCiqIoqiKCiqIoqiKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCiqCiKKoiiqIoKCgoKCgoKCgoKCgoKKoigoKCgoKKoigoKCgoKCgoqiKCgoKCgoKCgoKCgoKCgoKCiqIoKCgoKCgoKKoigoqiKCgoKCgoKCgoqiKCgoqiKCgoKCgoKCgoKCgoqiKCgoKCgoKCgoKCgoKCgoqiKKoigoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoGAgYKAgYCBgoCBgIGCgIGAgYKCgoCBgoCBgIGCgIGAgYKAgYKCgoKCgIGCgIGCgoKAgYKCgoCBgoCBgIGCgIGAgYKAgYCBgoCBgIGCgIGAgYKAgYCBgoCBgIGCgIGAgYKAgYCBgoCBgIGCgIGAgYKAgYCBgoCBgoKCgIGCgoKAgYKCgoCBgoCBgIGCgIGAgYKAgYCBgoCBgIGCgIGAgYKAgYCBgoCBgIGCgIGAgYKAgYCBgoCBgIGCgIGCgIGAgYKAgYCBgoKCgoKCgoKAgYKAgYCBgqgoGCgoKAgYCBgoCBgIGCgIGAgYKCgoCBgoCBgIGCgIGCgoKAgYCBgoCBgIGCgIGCgIGAgYKAgY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');
  background-position: center top;
  background-repeat: no-repeat;
}
body.no-banner header.header {
  min-height: 105px;
}
body.no-banner.animate-header .header-wrap {
  background-image: none;
}
body.no-banner:not(.animate-header) .header-wrap{
  background-color: transparent;
}
body.no-banner .full-height header.header {
  min-height: 125px;
}
@media only screen and (max-width: 1050px), (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx){
  .logo-wrapper img {
    width: 140px !important;
  }
}

.logo-wrapper {
  padding: 14px 0px 0px 0px;
}

.custom-menu-primary nav>ul>li {
  margin-top: 15px;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
}

.custom-menu-primary nav>ul>li>a {
  font-size: 18px;
  padding-left: calc((25px)/ 2);
  padding-right: calc((25px)/ 2);
  min-height: 60px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}

.custom-menu-primary nav>ul {
  display: flex !important;
  flex-wrap: wrap !important;
}

.custom-menu-primary nav>ul>li:last-child>a {
  height: 34px;
  margin-left: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  min-height: auto;
}

.custom-menu-primary nav>ul>li>ul {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in;
  line-height: 1.7;
  width: 180px;
  top: 47px;
}

.custom-menu-primary nav>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.custom-menu-primary ul ul li {
  border-bottom: 1px solid;
  float: none;
  margin: 0;
  padding: 3px 0;
  position: relative;
  cursor: pointer;
}

.custom-menu-primary ul ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  border: none;
  padding: 1px 14px;
  text-transform: capitalize;
  display: block;
  box-sizing: content-box;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

.custom-menu-primary nav>ul>li:not(:last-child)>a:after {
  border-bottom: solid 4px;
  bottom: 7px;
  display: block;
  content: '';
  left: 13px;
  position: absolute;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.custom-menu-primary nav>ul>li:not(:last-child)>a:hover:after,
.custom-menu-primary nav>ul>li:not(:last-child)>a.active-item:after{
  width: 40%;
}

.custom-menu-primary nav>ul>li>a {
  position: relative;
}

@media(max-width:1365px){

  .custom-menu-primary nav>ul>li>a {
    font-size: 15px;
  }

}

@media(min-width:1051px){
  body.no-banner:not(.animate-header) .header-wrap {
    padding: 0 30px 19px;
  }
.custom-menu-primary nav>ul>li:last-child{
    margin-top: 0;
    align-items: baseline;
}
}
@media(max-width:1050px){

  .logo-wrapper img {
    width: 140px !important;
  }

  body.no-banner .header {
    min-height: 105px;
  }

  .header-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #040f22 !important;
  }

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

  .logo-wrapper {
    padding: 0;
  }

  .custom-menu-primary {
    display: none;
  }

  .mobile-trigger {
    position: absolute;
    right: -4px;
    top: 9px;
    display: block;
  }

  .mobile-trigger a {
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    color: #dadada !important;
    margin-left: 20px;
  }

  .mobile-trigger a:after {
    content: "\f0c9";
  }

  .header-inner {
    flex-wrap: wrap;
    position: relative;
  }

  .menu-wrapper {
    width: 100%;
  }


  .custom-menu-primary {
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: calc(-20px - 17px);
  }

  .custom-menu-primary nav>ul>li {
    width: 100%;
    margin: 0;
    display: block !important;
  }

  .custom-menu-primary nav {
    border-top: 1px solid #dadada;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: Calc(100vh - 92px);
  }

  .custom-menu-primary nav a {  
    padding: 0 !important;
    padding-right: 12px !important;
    border-color: #dadada;
    color: #040f22 !important;
    min-height: 35px !important;
    font-weight: 700 !important;
    font-style: normal;
    padding-left: 30px !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    border-bottom: 1px solid #dadada !important;
    line-height: 1 !important;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    display: flex !important;
    align-items: center;
    font-family: Exo !important;
    box-sizing: border-box !important;
  }

  .custom-menu-primary nav>ul>li>ul {
    position: static;
    background: transparent !important;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .custom-menu-primary ul ul li {
    padding: 0;
    border: none;
  }

  .custom-menu-primary.mobile ul ul li a:before {
    content: "-";
    margin-right: 2px;
    color: #040f22;
  }

  .custom-menu-primary.mobile ul ul li a {
    padding-left: 39px !important;
  }

  .custom-menu-primary nav>ul>li:not(:last-child)>a:after {
    display: none;
  }

  .custom-menu-primary nav a:hover {
    color: #004f9e !important;
    background-color: #f6f6f6 !important;
  }

  .custom-menu-primary nav a {
    background: transparent !important;
    margin: 0 !important;
    text-transform: none !important;
  }

  .custom-menu-primary nav>ul>li>ul {
    display: none;
  }

  .custom-menu-primary .child-trigger {
    padding: 1px;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding-right: 35px;
    color: #040f22;
    right: 0;
    cursor: pointer;
    outline: none;
  }

  .custom-menu-primary .child-trigger:before {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: icomoon;
  }
  .custom-menu-primary nav ul li a.menu-link.active-branch,.custom-menu-primary nav ul li a.menu-link.active-item {
    color: #004f9e !important;
    background-color: #f6f6f6!important;
  }
}

.custom-menu-primary nav>ul>li:last-child>a, .custom-menu-primary nav>ul>li:last-child>a:hover {
    margin-top: 28px!important;
}
.footer-bottom {
  z-index: 10;
  position: relative;
  padding: 0 10px 5px;
  background-color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #58595b;
}
.footer-bottom .ftr-copy .hs_cos_wrapper_type_rich_text {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-bottom .inner-column {
  padding-left: 40px;
  padding-right: 40px;
}
.footer-bottom .copyright-notice {
  color: #ffffff;
  font-size: 13px;
  vertical-align: middle;
  margin: 0;
  width: 78%;
}
.footer-bottom .copyright-notice p {
  margin: 1em 0;
}
.footer-bottom .copyright-notice p a {
  color: #ffffff;
}
.footer-bottom .copyright-notice p a:hover {
  color: #00aeef;
}
.footer .submitted-message {
    background: rgb(0 174 239 / 80%);
    border: 2px solid #00aeef;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 23px;
    text-align: center;
}
.footer-top {
  position: relative;
  position: relative;
  padding: 40px 10px 30px;
  border-top: 7px solid #00aeef;
  padding-left: 30px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

.inner-column {
  padding-left: 40px;
  padding-right: 40px;
}
.cms_row {
  display: block;
  flex-flow: wrap;
  margin: 0 calc((15px) * -1);
  display: flex;
}

.footer_column {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}

.footer_column.footer-menu {
  max-width: 180px;
  margin-left: auto;
  width: 100%;
}

.footer_column.visit {
  width: 100%;
  max-width: 180px;
}
h5.social-title {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: 1.5;
}
.ftr-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ftr-cert {
  margin: 0;
  margin-top: auto;
}

/* Changing bottom logo to text - JW 4/20/22 */

.ftr-cert .certified-number {
  color: rgba(0, 174, 239, 1.0) !important;
  margin-bottom: 0 !important;
  line-height: 0.5 !important;
}
.ftr-cert .certified-name {
  color: rgba(0, 174, 239, 1.0);
  margin-bottom: 0 !important;
  font-size: 12px !important;
}
.ftr-cert .certified-number2 {
  color: rgba(255, 255, 255, 1.0);
  margin-bottom: 0 !important;
  line-height: 0.5 !important;
  font-size: 12px !important;
}

/* End Edits */
.footer_column.f-form {
  max-width: 580px;
  width: 100%;
}

.ftr-social-list {
  align-items: flex-end;
  display: flex;
}

.ftr-social-list a {
  margin-right: 15px;
  align-items: flex-end;
  display: flex;
}

.ftr-social-list a img {
  max-width: 30px;
  width: 100%;
}

.ftr-logo {
  margin: 0 0 32px;
}
.footer_column.footer-menu .hs-menu-wrapper >ul>li>a,
.footer_column h4,
.footer_column form label{
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #ffffff;
  display: block;
}

.footer_column.footer-menu .hs-menu-wrapper >ul>li ul li a {
  color: #fff;
  text-transform: uppercase;
}

.footer_column.footer-menu .hs-menu-wrapper >ul>li ul li {
  border: none;
  font-size: 14px;
  padding: 0;
  margin-bottom: 3px;
}

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

.footer_column.footer-menu .hs-menu-wrapper >ul>li ul li a:hover, .footer_column.visit p a:hover {
  color: #00aeef;
}

.footer_column.visit p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 5px;
}

.footer_column.visit p:last-child {
  margin: 0;
}

.footer_column p {
}

.footer_column.visit p a {
  color: inherit;
}
.footer .hs-input {
  background: none;
  border-width: 0px 0px 0px 0px;
  border-bottom: 2px solid #fff;
  color: #bcbec0;
  margin: 12px 0 20px;
  padding: 10px 10px 20px 2px;
  width: 75% !important;
  border-radius: 0px;
  height: 29px;
  font-size: 14px;
  background-color: initial;
}

.footer .hs_submit.hs-submit {
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.footer form .hs-button {
  background: #f37025;
  font-family: Arial, sans-serif;
  font-size: 17px;
  padding: 13px 29px;
  width: auto;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 0px;
  border-style: solid;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all .2s;
}
.footer_column form label.hs-error-msg,.footer_column form .hs-error-msgs label {
  background: #ffcaca;
  color: #790000;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 13px 15px;
  clear: both;
  width: 100%;
  text-align: center;
  text-transform: none;
}

.footer .hs-input.invalid.error {
  border-color: #fff;
}
.footer .hs-form-field {
  margin: 0;
}
.footer_column form label {
  line-height: 1.3;
}
.footer .hs-button:hover {
  background: #ff853f;
}
.footer .input {
  margin-top: 8px;
}
.cms_row {
  min-height: 272px;
}
.footer_column form label {
  margin-bottom: 0;
  display: -moz-inline-stack;
  display: inline-block;
}
a#toTop.show{
  opacity: 0.9;
}
a#toTop {
  border-radius: 4px 4px 0 0;
  opacity: .9;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
  right: 75px;
  background-color: #333;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  z-index: 100000;
  line-height: 1;
  opacity: 0;
}
.footer_column h4 {
  margin: 0;
  margin-bottom: 10px;
}
span.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

a#toTop:before {
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}

a#toTop:Hover {
  background-color: #000000;
}
.footer .hs-form-field {
  padding: 0;
}
.footer_column.footer-menu .hs-menu-wrapper>ul>li ul li.active-branch>a {
  color: rgba(0,174,239,1.0);
}
@media(max-width:1380px){
  .footer_column.f-form {
    max-width: 400px;
  }

  .ftr-cert {
    margin: 40px 0;
  }
}
@media(max-width:1050px){
  .footer-bottom .inner-column {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .footer-bottom .ftr-copy .hs_cos_wrapper_type_rich_text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom .copyright-notice {
    /* width: 100%; */
    margin: 0 auto;
  }
  a#toTop.show {
    display: none;
  }
  .inner-column {
    padding: 0;
  }

  .footer_column {
    width: 100%!important;
    float: none;
    max-width: 100% !important;
    margin: 0 0 50px;
  }

  .footer_column.f-form {
    margin-bottom: 0;
  }

  .footer_column.footer-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .footer_column.footer-menu .hs-menu-wrapper>ul>li ul li:last-child {
    margin: 0;
  }

  .ftr-cert {
    margin: 45px 0 0;
  }

}
@media(max-width:600px){
  .footer form .hs-button {
    line-height: 2;
    min-height: 2rem;
    width: 100%;
    margin: 0 0 16px;
  }
}
@media only screen and (max-device-width: 640px) {
  .footer_column.f-form {
    margin-bottom: 50px;
  }

  .footer .hs-input {
    width: 100% !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}