*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 20px;
}

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

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right:0 !important;
	width:100% !important;
}
.dnd-section[class*="-force-full-width-section"]{
	padding:0;
}

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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:767px){
	.dnd-section > .row-fluid,
	.page-center,
	.content-wrapper {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.dnd-section .dnd-column {
		padding: 0;
	}
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face { font-family: "FontAwesome";
	src: url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/fontawesome-webfont.woff2) format("woff2"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/fontawesome-webfont.woff) format("woff"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/fontawesome-webfont.ttf) format("truetype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/fontawesome-webfont.svg) format("svg");
	font-style: normal; font-weight: normal; }

@font-face { font-family: "cwsicon";
	src: url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.eot) format("embedded-opentype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.woff) format("woff"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.ttf) format("truetype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.svg) format("svg");
	font-style: normal; font-weight: normal;
}


@font-face { font-family: "revicons";
	src: url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/revicons.eot) format("embedded-opentype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/revicons.woff) format("woff"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/revicons.ttf) format("truetype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/revicons.svg) format("svg");
	font-style: normal; font-weight: normal; 
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	font-family: Roboto;
	color: #3f485d;
	font-size: 17px;
	line-height: 1.77;
	word-spacing: 0.06em;
	letter-spacing: 0.04em;
}



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: 1.333em;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top:0;
	margin-bottom: 0.6em;
	line-height: 1.2;
	font-weight: 600;
}


h1 {
	font-weight: 600;
	line-height: 1.1em;
}
/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}

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

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.fa-envelope:before {
	content: "\f0e0";
}

.fa-phone:before {
	content: "\f095";
}

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

.fa-home:before {
    content: "\f015";
}

.fa-envelope-o:before {
    content: "\f003";
}

@media screen and (max-width: 980px){
	body {
		line-height: 1.5;
	}
}
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: 18px;
}

.hs-form{
	margin-bottom:40px;
}

/* Labels */

form label:not(.hs-error-msg) {
  font-family: helvetica;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}


.widget-type-google_search .primary {
    margin-top: 18px;
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f8fa;
  display: inline-block;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
	outline:0;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
    list-style: none;
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: pre-wrap;
  background: #d94255;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: helvetica;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;  
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-width: 1px solid #d94255;
  padding: 12px 24px;
}

/* Captcha */

.grecaptcha-badge {
      margin: auto 0;
}

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

.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    word-spacing: 0;
    letter-spacing: 0;
    margin-top: 0;
}

.hs-error-msgs label {
    color: #f2545b;
}

.inputs-list:first-child {
    padding-top: 6px;
}

.inputs-list>li+li {
    padding-top: 2px;
}
/* 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;
}
.cm-header {
	width: 100%;
	position: relative;
	z-index: 5;
}

.mb-logo{
	display:none;
}

.top_bar_box {
	line-height: 35px;
	color: #bec1c7;
	background-color: rgba(37,46,67,1);
	z-index: 6;
	position: relative;
}

.header-top-container {
	width: calc(100% - 80px);
	margin: 0 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 3;
	position: relative;
}

.topbar_left_icons {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


.mobile_menu_hamburger {
	width: 26px;
	display: none;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 65px;
	padding:0;
}


.mobile_menu_hamburger .mobile_menu_hamburger_wrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}


.mobile_menu_hamburger_wrapper span {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: #b3b3b3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	right: 0;
	line-height: initial;
}

.mobile_menu_hamburger_wrapper span:first-child {
	top: 11px;
}

.mobile_menu_hamburger_wrapper span:last-child {
	bottom: 10px;
	top: auto;
}



.toggle-off {
	margin-right: 35px;
	padding-right: 30px;
	position: relative;
	order: 0;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	line-height: initial;
	padding-top: 5px;
	padding-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}



.social-btn-open {
	color: #bec1c7;
}


.top_bar_box_content_wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_bar_box_content_wrapper a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 59px;
	color: #bec1c7;
}

.top_bar_box_content_wrapper *>div {
	display: inline-block;
	vertical-align: middle;
}

.top_bar_box_content_wrapper *>div i {
	margin-right: 10px;
	font-size: 17px;
}

.top_bar_box_content_wrapper *>div i:before {
	font-size: 17px;
}
.top_bar_box_content_wrapper a i{
	margin-right: 5px;
	font-size: 17px;
}

.top_bar_box_content_wrapper a i:before{
	font-size: 17px;
}


.topbar_nav_right {
	text-align: right;
	width: auto;
	flex-grow: 100;
	-webkit-flex-grow: 100;
	-moz-flex-grow: 100;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.topbar_nav_right .main-nav-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
	width: 100%;
	justify-content: flex-end;
}

.topbar_nav_right .main-nav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.topbar_nav_right .main-nav-container ul li {
	text-indent: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 0 10px;
	position: relative;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
}


.topbar_nav_right .main-nav-container ul li a {
	color: #bec1c7;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: left;
	font-size: 17px;
	font-family: Roboto;
	font-weight: 500;
	text-transform: capitalize;
	    line-height: initial;
}


.topbar_nav_right .main-nav-container ul a.active-menu {
    color: #ff5e14;
}

.topbar_nav_right .main-nav-container ul li a.active-item {
    color: #ff5e14;
    line-height: initial;
}

.topbar_nav_right .main-nav-container ul li a.active-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(217,66,85);
}


.mobile_menu_wrapper {
	display: none;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 24%);
}

.mb-details {
	display: none;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 24%);
}

.mb-details
.mobile_menu_container
{  display: none;
	box-sizing: border-box;
	padding-bottom: 0px;
}



.mb-details .mobile_menu_container ul li{
	padding-left: 30px;
	text-indent: 0;
	position: relative;
}


.mb-details .mobile_menu_container ul li span {
	color: #bec1c7;
	transition: none;
	display: block;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.mb-details .mobile_menu_container ul li span a{
	color: #bec1c7;
	transition: none;
	font-size: 17px;
	font-family: Roboto;
	display: inline;
}

.top_bar_box_content_wrapper a:hover {
	color: rgb(217,66,85);
	text-decoration: underline;
}


.header-bottom-container {
	position: relative;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 80px);
	margin: 0 40px;
}

.header_logo_part {
	display: flex;
	align-items: center;
	line-height: 1;
	-ms-flex-wrap: wrap;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}


.header_logo_part .hs_cos_wrapper >a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.header_logo_part .hs_cos_wrapper >a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #D6DFEA;
}


.header_logo_part .hs_cos_wrapper >a >img{
	max-width: 100%;
	height:auto;
	vertical-align:middle;
}

.logo_extra_info p {
	color: rgb(39,50,114);
	font-size: 15px;
	margin-bottom: 4px;
}

.header_logo_part .logo_extra_info i {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	color: #ADB7CE;
}

.header_logo_part .logo_extra_info a {
	font-size: 20px;
	display: inline-block;
	vertical-align: baseline;
	font-weight: 700;
	color: rgb(39,50,114);
	margin:0;
	padding:0;
}

.header_logo_part .logo_extra_info a:before{
	display:none;
}

.header_logo_part .logo_extra_info:hover i{
	transform: rotate(0deg);
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.header_nav_part {
	width: 100%;
	-ms-flex: auto;
	flex: auto;
}

.header_nav_part .main-nav-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}


.header_nav_part .menu_left_icons {
	align-self: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.no-split-menu {
	padding-top: 6px;
	padding-bottom: 5px;
}

.no-split-menu .hs-menu-wrapper>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.no-split-menu .hs-menu-wrapper>ul>li {
	line-height: 2em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 0 10px;
	position: relative;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-weight: 500;
}

.search_menu_wrap form input:focus {
	border-bottom-color: rgb(39,50,114);
}

.no-split-menu .hs-menu-wrapper>ul>li>a {
	position: relative;
	display: block;
	cursor: pointer;
	text-align: left;
	font-size: 17px;
	line-height: 50px;
	font-family: Roboto;
	color: #3f485d;
	font-weight:500;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul {
	max-height: 0;
	position: absolute;
	transform: scale(0.4);
	transform-origin: 10% top;
	transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 20%);
	-moz-box-shadow: 1px 2px 10px -1px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 20%);
	top: 100%;
	padding: 0px 0;
	left: 0;
	margin-top: 13px;
	margin-left: 0px;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul:before{
	width: 100%;
	height: 20px;
	bottom: 100%;
	left: 0;
	content: "";
	display: block;
	position: absolute;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li {
	line-height: 2em;
	text-indent: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	font-weight: normal;
	border-color: rgb(39,50,114);
	padding: 0px;
	border-radius: 0;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li>a {
	font-family: Roboto;
	color: #3f485d;
	line-height: 50px;
	text-decoration: none;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	font-weight: 400;
	font-size: 17px;
	padding-right: 50px;
	padding-left: 30px;
	transition: all 0.3s;
}

.no-split-menu .hs-menu-wrapper>ul>li:hover>ul {
	max-height: 2000px;
	min-width: 270px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transition-duration: 0s, 0.2s, 0.2s !important;
	transition-duration: 0s, 0.2s, 0.2s !important;
}

.search_menu_wrap form ::-webkit-input-placeholder {
	color: #d8d8d8;
}


.no-split-menu .hs-menu-wrapper>ul>li>ul>li:not(:first-child):before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	height: 1px;
	box-shadow: none;
	transition: all 0.3s;
	min-height: 0;
	width: 100%;
	background-color: #e4e5ee;
	pointer-events: none;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: -15px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	transition: all .3s;
	color: rgb(217,66,85);
}

.search_menu_wrap form .hs-search-field__input:focus {
	outline-style: none;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li:hover{
	background-color: rgba(39,50,114,1);
}
.no-split-menu .hs-menu-wrapper>ul>li>ul>li:hover a{
	color:#fff;
	padding-left: 50px;
	padding-right: 30px;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li:hover::after {
	left: 30px;
	opacity: 1;
}

.menu_right_icons {
	align-self: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 25px;
}

.menu_right_icons .search_menu {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-align: right;
	margin: 0 0 0 23px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu_right_icons .search_menu:before {
	font-family: 'cwsicon';
	font-style: normal;
	content: "\f10d";
	font-size: 21px;
	padding: 0 1px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu_right_icons .search_menu:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	opacity: .3;
	visibility: visible;
	border: 0;
	position: absolute;
	top: 50%;
	left: 0;
	bottom: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: initial;
	margin-left: 0;

}

.menu_extra_button {
	-webkit-align-self: center;
	align-self: center;
	display: flex;
	font-size: 0px;
	margin-left: 33px;
}

.menu_extra_button a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
	background-color: rgb(217,66,85);
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px 25px;
	line-height: 1;
	text-transform: uppercase;
}

.menu_extra_button a:hover{
	background-color: rgb(39,50,114);
	color:#fff;
}


.mobile_menu_switcher {
	display: none;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	width: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile_menu_switcher .mb_menu_hamburger_wrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}

.mobile_menu_switcher .mb_menu_hamburger_wrapper span {
	right: 0;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #3f485d;
}


.mobile_menu_switcher .mb_menu_hamburger_wrapper span:first-child{
	top:8px;
}

.mobile_menu_switcher .mb_menu_hamburger_wrapper span:last-child {
	bottom: 8px;
	top: auto;
}

.search_menu_wrap {
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	overflow: visible;
	display: none;
	background: #fff;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.search_menu_wrap .search_menu_cont {
	width: 100%;
	height: 100%;
}

.search_menu_wrap .search_back_button {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
	width: 40px;
	text-align: center;
	cursor: pointer;
	height: 40px;
}

.search_menu_wrap .container {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
}

.search_menu_wrap form {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.search_menu_wrap .search_wrapper {
	position: relative;
}

.search_menu_wrap form label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.search_menu_wrap .search_wrapper label .screen-reader-text {
	display:none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


.search_menu_wrap form input {
	font: inherit;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

	box-sizing: border-box;
	-webkit-appearance: none;
	float: right;
	width: 100%;
	height: 90px;
	font-size: 50px;
	line-height: 100%;
	position: relative;
	background-color: transparent;
	border: 2px solid #d8d8d800;
	padding: 7px 0;
	border-radius: 0;
	padding-left: 0;
	opacity: 1;
	color: #797979;
	border-bottom: 2px solid #d8d8d8;
	-webkit-transition: all 0.3s cubic-bezier(.09,.79,.25,.98);
	-moz-transition: all 0.3s cubic-bezier(.09,.79,.25,.98);
	-o-transition: all 0.3s cubic-bezier(.09,.79,.25,.98);
	-ms-transition: all 0.3s cubic-bezier(.09,.79,.25,.98);
	transition: all 0.3s cubic-bezier(.09,.79,.25,.98);
}


.search_menu_wrap .search-submit {
	display: none;
}

.search_menu_wrap .container>div {
	width: 100%;
}

.open .search_menu_wrap .search-field {
	width: 100%;
	opacity: 1;
}

.open .search_menu_wrap{
	display:block;
}

.search_menu_wrap .search_back_button:before {
	font-family: cwsicon;
	content: "\f111";
	font-size: 20px;
	position: absolute;
	right: 0;
	width: 40px;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #d8d8d8;
	cursor: pointer;
}

.search_menu_wrap .search_back_button:hover::before {
	color: #ff0101;
	transform: rotate(180deg);
}


.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mobile_menu_wrapper .logo_extra_info {
	display: none;
}

.mobile_menu_wrapper .header-mobile-btn {
	display: none;
}

.top_panel_curtain {
	display: none;
}


.search_menu_wrap form input[type=text]:focus{
	border-color: rgb(39,50,114);
}


.mb-wrp{
	display:none;
}



.search_menu_wrap form button.hs-search-field__button {
	display: none;
}


.no-split-menu .hs-menu-wrapper>ul>li.active-branch>a,.no-split-menu .hs-menu-wrapper>ul>li.active>a {
	color: rgb(217,66,85);
}

.no-split-menu .hs-menu-wrapper>ul>li.active-branch>a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgb(217,66,85);
}


.no-split-menu .hs-menu-wrapper>ul>li>ul>li.active {
	background-color: rgba(39, 50, 114, 1.0);
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li.active:after {
	left: 30px;
	opacity: 1;
}

.no-split-menu .hs-menu-wrapper>ul>li>ul>li.active a {
	color: rgba(255, 255, 255, 1.0);
	padding-left: 50px;
	padding-right: 30px;
}

.header-top-container {
	padding-bottom: 3px;
}


/* responsive */
@media screen and (min-width: 768px){
	.top_bar_box * {
		line-height: initial;
	}



}

@media screen and (max-width: 1199px) and (min-width: 768px){
	.menu_right_icons{
		flex: 0;
	}
}

@media screen and (max-width: 1188px) and (min-width: 980px){
	.no-split-menu .hs-menu-wrapper>ul>li {
		padding: 0 2px;
	}

	.no-split-menu .hs-menu-wrapper>ul>li>a {
		font-size: 13px;
	}

	.menu_right_icons {
		margin-left: 0px;
	}

	.menu_right_icons .search_menu {
		margin: 0 0 0 0px;
	}

	.menu_extra_button {
		margin-left: 10px;
	}

	.header_logo_part .logo_extra_info a {
		font-size: 14px;
	}

	.logo_extra_info p {
		font-size: 13px;
	}
	.header_logo_part .hs_cos_wrapper >a {
		margin-right: 5px;
	}

}

@media only screen and (max-width: 1199px){
	.mobile_menu_switcher{
		display:block;
		height: 44px;
		line-height: 34px;
	}

	.menu_right_icons .search_menu {
		padding-left:15px;
		padding-right:15px;
		height: 44px;
		line-height: 34px;
	}
	.mobile_menu_hamburger{
		margin-right: 30px;
	}

	.header_nav_part .main-nav-container {
		justify-content: flex-end;
	}
	.menu_right_icons{
		margin-left: 25px;
	}

	.mb-details  {
		display: none;
	}
	.mb-details .mobile_menu_container ul {
		margin-left: 0px;
		padding-top: 10px;
		padding-bottom: 20px;
		line-height: initial;
	}
	.mb-details  .mobile_menu_container ul li:not(:first-child) {
		border-top: 1px solid #bec1c7;
	}

	.mb-details  .mobile_menu_container ul li {
		line-height: initial;
		padding-right: 0;
		padding-left: 0;
	}
	.mb-details  .mobile_menu_container ul li {
		border:0;
	}

	.mb-details  .mobile_menu_container{
		display:block;
	}

	.mobile_menu_container {
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.top_bar_box_content_wrapper a {
		margin-right: 39px;
	}

}

@media(max-width:1024px){
	.menu_right_icons {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

}

@media(max-width:980px){
	.header_logo_part .hs_cos_wrapper>a>img{
		display:none;
	}

	.mb-logo .hs_cos_wrapper>a{
		-ms-flex-pack: center;
		-ms-flex-line-pack: center;
		-ms-flex-align: center;
		-webkit-align-content: center;
		align-content: center;
		-webkit-align-items: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 8px;
		margin-right: 25px;
		margin-top: 8px;
		padding-right: 25px;
		position: relative;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
	}

	.mb-logo .hs_cos_wrapper>a>img{
		display:block;
	}

	.header_logo_part>#hs_cos_wrapper_header_logo {
		display:none;
	}

	.mb-logo .hs_cos_wrapper {
		display: block;
	}

	.mb-logo{
		display:block !important;
	}
	.no-split-menu{
		display:none;
	}

	.menu_right_icons{
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.menu_extra_button {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.top_bar_box_content_wrapper a {
		font-size: 14px;
		margin-right: 7px;
	}
	.top_bar_box_content_wrapper *>div{
		font-size: 14px;
	}
	.header-top-container{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.mobile_menu_hamburger {
		margin-right: 30px;
	}
	.header-bottom-container{
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul {
		display: block;
		margin-left: 0px;
		padding-top: 10px;
		margin-bottom: 1.333em;

	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li {
		padding-right: 0;
		padding-left: 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #bec1c7;
		line-height: 24px;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li:first-child {
		border: 0;
	}
	.mobile_menu_wrapper .hs-menu-wrapper>ul>li>ul{
		display:none;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li.arr{
		display: block;
		position: relative;
		z-index: 1;
		padding: 0 15px;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li a{
		font-family: Roboto;
		color: #3f485d;
		font-size: 17px;
		line-height: 50px;
		transition: none;
		display: inline;
	}

	.button_open{
		font-family: Lato;
		font-size: 15px;
		line-height: 36px;
		cursor: pointer;
		display: table-cell;
		width: 100%;
		text-align: right;
		transition: none;
	}

	.button_open:before{
		font-family: FontAwesome;
		content: "\f105";
		display: inline-block;
		-webkit-transition: transform .2s ease;
		transition: transform .2s ease;
	}

	.details .mobile_menu_hamburger_wrapper span:first-child {
		top: 20px;
		transform: rotate(-45deg);
	}

	.details .mobile_menu_hamburger_wrapper span:nth-of-type(2) {
		opacity: 0;
		right: -10px;
	}

	.details .mobile_hamburger_wrapper span:last-child {
		bottom: 19px;
		transform: rotate(45deg);
	}

	.mobile .mb_menu_switcher .mb_menu_hamburger_wrapper span:first-child {
		top: 16px;
		transform: rotate(-45deg);
	}

	.mobile .mb_menu_switcher .mb_menu_hamburger_wrapper span:nth-of-type(2) {
		opacity: 0;
		right: -10px;
	}

	.mobile .mb_menu_switcher .mb_menu_hamburger_wrapper span:last-child {
		bottom: 16px;
		transform: rotate(45deg);
	}

	.menu_arr {
		display: block;
		position: relative;
		z-index: 1;
		padding: 0 15px;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children .menu_arr>a {
		display: table-cell;
		white-space: nowrap;
		transition: none;
	}

	.sub-menu .button_open:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.mobile_menu_wrapper .hs-menu-wrapper>ul>li>ul>li {
		line-height: initial;
		margin: 0 20px;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li>ul>li {
		border-top: 1px solid #bec1c7;
		line-height: 24px;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul>li>ul>li:first-child{
		border:0;

	}

	.details .mobile_menu_hamburger_wrapper span:last-child {
		transform: rotate(45deg);
		bottom: 19px;
	}

}


@media(max-width:767px){

	.header-bottom {
		padding-top: 15px;
	}
	.header-bottom-container .logo_extra_info{
		display:none;
	}
	.header_nav_part .menu_extra_button {
		display: none;
	}

	.header_logo_part .hs_cos_wrapper>a:before{
		display:none;
	}

	.top_bar_box {
		display: none;
	}


	.top_panel_curtain {
		display: block;
		position: absolute;
	bottom: 43px;
    top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 60px;
		height: 20px;
		cursor: pointer;
	}

	.curtain  .top_panel_curtain{
	    bottom: 43px;
    top: auto;
	}

	.top_panel_curtain:before {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
		background-color: #3f485d;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		right: 50%;
		margin-right: -1px;
		top: 12px;
		background: #3f485d;
	}

	.curtain .top_panel_curtain:before {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	.curtain .top_panel_curtain:after {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}


	.top_panel_curtain:before,
	.top_panel_curtain:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		width: 30px;
		height: 2px;
	}

	.top_panel_curtain:after {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
		background-color: #3f485d;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		left: 50%;
		margin-left: -1px;
		top: 12px;
	}
	.mobile_menu_wrapper .logo_extra_info,
	.mobile_menu_wrapper .header-mobile-btn{
		display:block;
	}
	.mobile_menu_wrapper .logo_extra_info p {
		color: #273272;
		line-height: 24px;
		font-size: 17px;
		margin-bottom: 2px;
	}

	.mobile_menu_wrapper .logo_extra_info i {
		font-size: 21px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		color: #ADB7CE;
		vertical-align: middle;
	}

	.mobile_menu_wrapper .logo_extra_info a {
		color: #273272;
		display: inline-block;
		font-size: 17px;
		font-weight: 700;
		margin: 0;
		padding: 0;
		vertical-align: baseline;
	}
	.header-mobile-btn a {
		background-color: #d94255;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		outline: none;
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		transition: all .2s ease;
	}

	.header-mobile-btn a:hover {
		background-color: #273272;
		color: #fff;
	}

	.top_bar_box_content_wrapper *>div, .top_bar_box_content_wrapper a{
		display: inline-block;
	}

	.top_bar_box_content_wrapper a{
		margin-right: 10px;
	}

	.mobile_menu_hamburger,
	.topbar_nav_right .main-nav-container ul li,
	.top_bar_box_content_wrapper{
		padding:0;
	}

	.topbar_nav_right .main-nav-container ul li a:hover{
		color: #ff5e14;
	}
	.top_bar_box_content_wrapper a{
		text-align: center;
	}



	.mobile_menu_wrapper .logo_extra_info {
		padding: 13px 15px 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #bec1c7;
	}

	.mobile_menu_wrapper .hs-menu-wrapper>ul {
		margin-bottom: 0;

	}

	.mobile_menu_wrapper .header-mobile-btn {
		display: block;
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.header-bottom-container{
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	.mobile_menu_hamburger{
		display: block;
	}

	.topbar_nav_right .main-nav-container {
		display: none;
	}
	.search_menu_wrap .container {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		max-width: 100%;
	}
	.mb-details .mobile_menu_container ul li{
		line-height: 49px;
	}




}



@media(max-width:600px){

	.topbar_left_icons {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.toggle-off {
		padding: 0;
		margin: 0;
	}



	.header-top-container{
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mobile_menu_hamburger{
		margin-top:0;
		margin-bottom:0;
	}

	.topbar_nav_right .main-nav-container ul li a,
	.topbar_nav_right .main-nav-container ul{
		line-height:24px;

	}


	.search_menu_wrap .search-field{
		font-size: 24px;
		height: 50px;
	}

}

@media(max-width:479px){
	.top_bar_box_content_wrapper{
		text-align:center;
	}


}



.mobile .mobile_menu_switcher .mb_menu_hamburger_wrapper span:first-child {
	top: 16px;
	transform: rotate(-45deg);
}

.mobile .mobile_menu_switcher .mb_menu_hamburger_wrapper span:nth-of-type(2) {
	opacity: 0;
	right: -10px;
}

.mobile .mobile_menu_switcher .mb_menu_hamburger_wrapper span:last-child {
	bottom: 16px;
	transform: rotate(45deg);
}


.lp .top_bar_box {
	display: block;
}

.lp .top_panel_curtain{
	display:none;
}

.lp .mobile_menu_hamburger {
	display: none;
}



@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
footer.cm-footer {
	z-index: 3;
	position: relative;
}

.footer-top {
	padding-top: 80px;
	padding-bottom: 90px;
	color: #a6a6a6;
	background-color: #222222;
	display: block;
}

.footer-top-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-top-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
	margin-left: -15px;
	margin-right: -15px;
}

.ft-col {
	width: calc(25% - 30px);
	margin-top: 0;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ft-col-title {
	color: #ffffff;
	position: relative;
	opacity: .6;
	margin-bottom: 25px;
	font-size: 17px;
	line-height: initial;
	font-weight: 700;
	padding-bottom: 10px;
	font-family: Roboto;
}

.footer-top-col1_content {
	line-height: 1.91428;
}

.ft-col-title:before {
	color: rgb(217,66,85);
	background-color: rgb(217,66,85);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
}

.bg_layer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.footer-top-container {
	z-index: 2;
	width: calc(100% - 80px);
	margin: 0 40px;
	position: relative;
}

.footer-bottom {
	color: #a6a6a6;
	background-color: #24273a;
	line-height: 60px;
	position: relative;
	z-index: 1;
}

.footer-bottom-container {
	width: calc(100% - 80px);
	margin: 0 40px;
	position: relative;
}

.copyrights_container {
	font-size: 15px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
}

.copyrights a {
	color: #a6a6a6;
}

.information_group p {
	margin-bottom: 0;
}

.textwidget p {
	margin-bottom: 0;
}

.footer-top-col2 p {
	line-height: 1.91428;
}

.footer-top-col2 p:not(:last-child) {
	margin-bottom: 5px;
}

.footer-top-col3 p {
	line-height: 1.91428;
}

.information_group i {
	padding-right: 5px;
}



.footer-top-col4 {
	margin-bottom: 0;
}


.cws_social_links {
	text-align: left;
	padding: 0;
}



.footer-top-col4 img {
	max-width: 140px;
	width: 100% !important;
}

#scroll_to_top {
    position: fixed;
    opacity: 0;
    z-index: 1000;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
    bottom: calc(2% + 40px);
    pointer-events: auto;
    color: rgb(217,66,85);
    cursor: pointer;
    line-height: normal;
}

#scroll_to_top:after {
	content: "\f077";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}

#scroll_to_top:hover:after {
	color: rgb(39,50,114);
}

footer.cm-footer.lp .footer-top-column {
    justify-content: flex-start;
}

/* responsive */
@media(max-width:1190px){
	.footer-top-column {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.ft-col {
		width: calc(25% - 30px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.footer-top-col4 {
		margin-bottom: 0;
	}

}


@media(max-width:980px){
	.footer-top-container {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.footer-top-column {
		margin-left: -9px;
		margin-right: -9px;
	}

	.ft-col{
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}

	.footer-bottom-container{
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.copyrights {
		text-align: center;
	}

	.footer-top-col4 {
		margin-bottom: 0;
	}

}


@media(max-width:767px){
	.footer-top-column{
		margin-left: -2%;
		margin-right: -2%;
	}
	.copyrights_container {
		display: block;
		text-align: center;
	}
	.ft-col {
		margin-left: 2%;
		margin-right: 2%;
		width: calc(50% - 30px);
	}
	.footer-top-column {
		margin-left: auto;
		margin-right: auto;
	}

	.ft-col {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.ft-col-title:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.copyrights {
		text-align: center;
	}

	.ft-col-title{
		margin-bottom: 15px;
	}

	.cws_social_links {
		text-align: center;
		padding: 0;
		margin-top: 15px;
	}
	.footer-top-col4 {
		margin-bottom: 0;
	}
}

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

.services-page-row2 .widget-type-rich_text h4 
font-size: 30px;
color: #273272;
display: block;
font-weight: 600;
margin: 0;
line-height: 1.2;
}

.services-page-row2 .widget-type-rich_text h5 {
	color: #d94255;
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	font-weight: 600;
	margin-bottom: 25px;
}

.services-page-row2 .widget-type-rich_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.services-page-row2 .widget-type-rich_text ul li {
	line-height: 2em;
	padding-left: 30px;
	text-indent: 0;
	position: relative;
}

.services-page-row2 .widget-type-rich_text ul li:before {
	width: 11px;
	height: 11px;
	border-width: 3px;
	border-style: solid;
	content: '';
	position: absolute;
	left: 0;
	top: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: rgb(217,66,85);
	font-family: 'cwsicon';
}

.services-page-row2 .widget-type-rich_text {
	width: 50%;
}

.services-page-row3  .dnd-section>.row-fluid {
	width: 48%;
	margin: 0 auto;
}

.services-page-row3  .span6 {
	margin: 0 !important;
	width: 50% !important;
}

.about-page-row1 .widget-type-rich_text h4,.about-page-row2 .widget-type-rich_text h4 {
	margin: 0;
	font-size: 55px;
	font-weight: 600;
	color: #273272;
}
.about-page-row1 .widget-type-rich_text h3,.about-page-row2 .widget-type-rich_text h3 {
	color: #d94255;
	font-size: 55px;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	margin-bottom: 25px;
}

.about-page-row1 .span6,.about-page-row2 .span6 {
	width: 50% !important;
	margin: 0 !important;
}

.about-page-row1 .widget-type-rich_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-page-row1 .widget-type-rich_text ul li {
	line-height: 2em;
	padding-left: 30px;
	text-indent: 0;
	position: relative;
}

.about-page-row1 .widget-type-rich_text ul li:before {
	content: '\f110';
	font-family: 'cwsicon';
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.about-page-row2 .widget-type-rich_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.333em;
	margin-left: 0;
	padding-left: 0;
}

.about-page-row2 .widget-type-rich_text ul li {
	line-height: 2em;
	padding-left: 30px;
	text-indent: 0;
	position: relative;
}

.about-page-row2 .widget-type-rich_text ul li:before {
	width: 12px;
	height: 12px;
	border-width: 3px;
	border-style: solid;
	content: '';
	position: absolute;
	left: 0;
	top: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: rgb(217,66,85);
}

.about-page-row2 .widget-type-rich_text p:last-child {
	margin: 0;
}

.privacy-page-row1 .widget-type-rich_text h2:not(:last-child) {
	margin-bottom: 0.5em;
}

.privacy-page-row1 .widget-type-rich_text h3:not(:first-child) {
	margin-top: 1em;
}

.privacy-page-row1 .widget-type-rich_text h3:not(:last-child) {
	margin-bottom: 0.6em;
}

.privacy-page-row1 ul:not(:last-child) {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.333em;
}

.privacy-page-row1 ul > li {
	line-height: 2em;
	padding-left: 30px;
	text-indent: 0;
	position: relative;
}

.privacy-page-row1 ul > li:before {
	content: '\f110';
	font-family: 'cwsicon';
	position: absolute;
	left: 0;
	top: 0;
	font-size: inherit;
	color: rgb(217,66,85);
}

.about-page-row1 .widget-type-rich_text h5 {
	font-size: 25px;
	color: #273272;
	margin: 0;
}

.about-page-row1 .widget-type-rich_text h6 {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #d94255;
}

.about-page-row1 .widget-type-rich_text ul[data-target="data"]{
	margin-top: 25px;
}

.about-page-row1 .widget-type-rich_text ul[data-target="data"] li:before {
	color: rgb(217,66,85);
	content: '\f110';
	font-family: 'cwsicon';
	position: absolute;
	left: 0;
	top: 18px;
	font-size: inherit;
}

.about-page-row2 blockquote {
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	font-weight: 500;
	color: #273272;
	font-style: italic;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	padding-left: 100px;
	border-left-color: rgb(39,50,114);
	quotes: none;
	border: 0;
}

.about-page-row2 blockquote:before {
	content: '\201c';
	position: absolute;
	left: 0;
	top: -12px;
	font-size: 123px;
	line-height: initial;
	font-family: sans-serif;
	color: rgb(217,66,85);
}

.about-page-row2 blockquote:after {
	content: '';
	display: table;
	clear: both;
}

.about-page-row1 .span7 {
	border-right-width: 2px;
	border-right-color: #d94255;
	border-right-style: solid;
	width: 50%;
}

.privacy-page-row1 .widget-type-rich_text h4 {
	color: #273272;
	margin-bottom: 25px;
}

.privacy-page-row1 ul > li a:hover {
	color: rgb(217,66,85);
}

.privacy-page-row1 .widget-type-rich_text h5[data-target="h5"] {
	color: #d94255;
	font-size: 20px;
	margin: 0px 0px 25px 0px;
}

.privacy-page-row2 blockquote {
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	font-weight: 500;
	color: #273272;
	font-style: italic;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	border: 0;
	padding-left: 100px;
}

.privacy-page-row2 blockquote:before {
	content: '\201c';
	position: absolute;
	left: 0;
	top: -12px;
	font-size: 123px;
	line-height: initial;
	color: rgb(217,66,85);
	font-family: sans-serif;
}

.privacy-page-row2 blockquote p {
	margin: 0;
}

.prod-iner-pe-banner .banner .container.page-center {
	padding: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist"] {
	background-color: transparent;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	border: 0;
	margin-bottom: -1px;
	overflow: visible;
	border-bottom: 1px solid #e3e3e3;
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist"]>li {
	position: relative;
	display: inline-block;
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist"]>li:before {
	content: '';
	position: absolute;
	top: auto;
	bottom: -1px;
	left: 0;
	height: 3px;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	width: 100%;
	background-color: rgb(217,66,85);
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist"]>li>a {
	color: rgb(217,66,85);
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0;
	position: relative;
	z-index: 4;
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist2"] {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.333em;
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist2"] li {
	line-height: 2em;
	padding-left: 30px;
	text-indent: 0;
	position: relative;
}

.products-inner-page-row2 .widget-type-rich_text ul[role="tablist2"] li:before {
	content: '\f110';
	font-family: 'cwsicon';
	position: absolute;
	left: 0;
	top: 0;
	font-size: inherit;
	color: rgb(217,66,85);
}

.products-inner-page-row3 .our-por {
	padding-bottom: 70px;
	padding-top: 55px;
}

.products-inner-page-row2 .accordian .vc_toggle_icon {
	height: 43px;
	width: 43px;
}

.home-page-row2 .widget-type-header h3 {
	font-size: 40px;
	color: #273272;
	margin-bottom: 0.75em;
}

.home-page-row3 .content-with-img .content-with-img-con.page-center {
	max-width: 100%;
}

.home-page-row3 .content-with-img .cm-left {
	padding-right: 50px;
	padding-left: 70px;
}

.home-page-row3 .content-with-img .left-con {
	padding: 0;
}

.home-page-row3 .content-with-img .subtitle {
	margin: 0;
	font-size: 55px;
	font-weight: 600;
}

.home-page-row3 .content-with-img .title {
	margin: 0;
	font-size: 55px;
	font-weight: 600;
}

.home-page-row3 .content-with-img .right-con {
	padding-right: 70px;
	padding-left: 50px;
}

.home-page-row3 .content-with-img.left {
	padding-top: 70px;
	padding-bottom: 50px;
}

.home-page-row4 h4:after {
	content: '';
	display: inline-block;
	height: 3px;
	width: 55px;
	margin-top: 28px;
	background-color: #d94255;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translatex(-50%);
}

.home-page-row4 p {
	margin-top: 25px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 1.6em;
	margin-top: 48px;
}

.home-page-row4 .button {
	padding: 25px 90px 25px 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 0.2s ease;
	background-color: #d94255;
	margin-top: 60px;
	font-weight: 700;
	z-index: 8;
	border: 0;
}

.home-page-row4 .button:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
	z-index: 8;
}

.home-page-row4 .button:after {
	background-color: #d94255;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	filter: brightness(85%);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 7;
}

.home-page-row4 .button:hover:after {
	background-color: #d94255;
	width: 100%;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}

.home-page-row4 .button:hover:before {
	right: 10px;
	-webkit-transition: all .3s cubic-bezier(.31,.42,.29,1.6);
	transition: all .3s cubic-bezier(.31,.42,.29,1.6);
}

.home-page-row4 .button span {
	z-index: 10;
	position: relative;
}

.home-page-row4 h4 {
	margin: 0;
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	position: relative;
	margin-bottom: 56px;
}

.home-page-row4 .hs_cos_wrapper_type_module {
	text-align: center;
}

.home-page-row6 .widget-type-rich_text p {
	max-width: 68%;
	margin: auto;
}

.home-page-row6 .widget-type-rich_text h5 {
	margin: 0;
	padding-left: 0;
	margin-top: 25px;
	padding-top: 30px;
	font-size: 16px;
	color: #d94255;
	position: relative;
	line-height: 1.2;
	font-weight: 600;
}

.home-page-row6 .widget-type-rich_text h5:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #d94255;
	height: 3px;
}

.body-container.about-page-row1 .span8 {
	width: 57%;
}

.body-container.about-page-row1 .span4 {
	width: 40.2%;
}
.services-page-row2 h4 {
    font-size: 30px;
    color: #273272;
    margin: 0;
}

.services-page-row2 h5 {
    font-size: 30px;
    margin: 0px 0px 25px 0px;
    color: #d94255;
}

@media (max-width:1800px){

	.services-page-row3 .dnd-section>.row-fluid {
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width:1200px){
	.prod-iner-pe-banner .banner .title h1 {
		font-size: 30px;
	}
}

@media (max-width:980px){
	.privacy-page-banner .banner .header_img_wrap {
		min-height: 190px!important;
	}

	.prod-iner-pe-banner .banner .title h1 {
		font-size: 30px;
	}

	.prod-iner-pe-banner .banner .header_img_wrap {
		min-height: 190px !important;
	}

	.home-page-row6 .widget-type-rich_text p {
		max-width: 100%;
		margin: auto;
	}
}

@media (max-width:767px){
	.services-page-row2 .widget-type-rich_text {
		width: 100%;
	}

	.services-page-row3 .dnd-section>.row-fluid {
		width: 100%;
	}

	.body-container.about-page-row1 .span8 {
		width: 100%;
	}

	.services-page-row3 .span6 {
		width: 100% !important;
	}

	.about-page-row1 .span6, .about-page-row2 .span6 {
		width: 100% !important;
	}

	.about-page-row1 .span7 {
		width: 100%;
		border: 0;
	}

	.home-page-row4 h4 {
		margin: 0;
		font-size: 30px;
	}

	.home-page-row3 .content-with-img .cm-left {
		padding-right: 0;
		padding-left: 0;
		padding-bottom:30px;
	}

	.home-page-row3 .content-with-img .right .right-con {
		padding-right: 0;
		padding-left: 0;
	}
}

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



.contact-page-row1 .hs-form {
	margin-bottom: 0;
}

.contact-page-row1 .hs-input {
	width: 90%;
}


.contact-page-row1 form label:not(.hs-error-msg) {
	word-spacing: 0;
	letter-spacing: 0;
}

.hs-custom-form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){
	width: 100%;
	max-width: 100%;

}


.contact-page-row1 .hs-custom-form fieldset textarea{
	padding: 10px 15px;
	height: auto;
}


.contact-page-row1 .hs-main-font-element {
	word-break: break-word;

}



.contact-page-row1 form .hs-richtext p {
	font-size: 14px;
	color: #33475b;
	margin-bottom: 10px;
	line-height: normal;
	word-spacing: 0;
	letter-spacing: 0;
}


.contact-page-row1 .actions {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 0px;
	margin: 0;
	padding-bottom: 20px;
}


.contact-page-row1 form .hs-richtext {
	margin-bottom: 4px;
}


.contact-page-row1 form .hs-button{
	padding: 12px 24px;
	font-weight:700;
}

.contact-page-row1 form .hs_error_rollup .hs-error-msgs label {
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	white-space: normal;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 4px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	display: block;
	margin-top: 0;
	color: #f2545b;
}




@media(min-width:992px){
	.contact-page-row1 .span8 {
		margin-left: 0;
		width: 66.66666667%;
	}

	.contact-page-row1 .span4 {
		width: 33.33333333%;
	}
}

@media (max-width:767px){
	.contact-page-row1 .hs-form .input input {
		width: 100% !important;
	}

	.contact-page-row1 .hs-form .hs_interested_topics .input input {
		width: auto !important;
	}
}

@media (max-width:400px){
	.contact-page-row1 .hs-form .input {
		margin: 0 !important;
	}
}

.cm-contact ul.square_style li:before {
    width: 13px !important;
    height: 13px !important;
    border-width: 3px;
    border-style: solid;
    content: '' !important;
    position: absolute;
    left: 0;
    top: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: rgb(217,66,85);
    font-size: inherit;
}
/*
  	Flaticon icon font: Flaticon
  	Creation date: 07/05/2018 19:30
  	*/

@font-face {
	font-family: "Flaticon";
	src: url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.eot) format("embedded-opentype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.woff) format("woff"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.ttf) format("truetype"),
		url(//5164622.fs1.hubspotusercontent-na1.net/hubfs/5164622/raw_assets/public/OccCorp_Februray2023/fonts/Flaticon.svg) format("svg");
	font-style: normal;
	font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-commerce-1:before { content: "\f100"; }
.flaticon-medal:before { content: "\f101"; }
.flaticon-people-1:before { content: "\f102"; }
.flaticon-sports:before { content: "\f103"; }
.flaticon-hand:before { content: "\f104"; }
.flaticon-productivity:before { content: "\f105"; }
.flaticon-transport:before { content: "\f106"; }
.flaticon-arrow-1:before { content: "\f107"; }
.flaticon-arrows-3:before { content: "\f108"; }
.flaticon-lifebuoy:before { content: "\f109"; }
.flaticon-education:before { content: "\f10a"; }
.flaticon-smartphone:before { content: "\f10b"; }
.flaticon-money-5:before { content: "\f10c"; }
.flaticon-search-1:before { content: "\f10d"; }
.flaticon-business-1:before { content: "\f10e"; }
.flaticon-danger:before { content: "\f10f"; }
.flaticon-check:before { content: "\f110"; }
.flaticon-close:before { content: "\f111"; }
.flaticon-info:before { content: "\f112"; }
.flaticon-black:before { content: "\f113"; }
.flaticon-technology-4:before { content: "\f114"; }
.flaticon-facebook-placeholder-for-locate-places-on-maps:before { content: "\f115"; }
.flaticon-full-screen:before { content: "\f116"; }
.flaticon-user:before { content: "\f117"; }
.flaticon-rotate-option:before { content: "\f118"; }
.flaticon-technology-3:before { content: "\f119"; }
.flaticon-computer:before { content: "\f11a"; }
.flaticon-social:before { content: "\f11b"; }
.flaticon-technology-2:before { content: "\f11c"; }
.flaticon-thinking:before { content: "\f11d"; }
.flaticon-business:before { content: "\f11e"; }
.flaticon-gestures-1:before { content: "\f11f"; }
.flaticon-screen:before { content: "\f120"; }
.flaticon-chart-1:before { content: "\f121"; }
.flaticon-briefcase:before { content: "\f122"; }
.flaticon-message:before { content: "\f123"; }
.flaticon-trophy:before { content: "\f124"; }
.flaticon-employees:before { content: "\f125"; }
.flaticon-statistics:before { content: "\f126"; }
.flaticon-suitcase:before { content: "\f127"; }
.flaticon-line-graph:before { content: "\f128"; }
.flaticon-arrow:before { content: "\f129"; }
.flaticon-worker:before { content: "\f12a"; }
.flaticon-graphic-1:before { content: "\f12b"; }
.flaticon-money-4:before { content: "\f12c"; }
.flaticon-technology-1:before { content: "\f12d"; }
.flaticon-arrows-2:before { content: "\f12e"; }
.flaticon-money-3:before { content: "\f12f"; }
.flaticon-luxury:before { content: "\f130"; }
.flaticon-money-2:before { content: "\f131"; }
.flaticon-technology:before { content: "\f132"; }
.flaticon-dark:before { content: "\f133"; }
.flaticon-drawing:before { content: "\f134"; }
.flaticon-youtube-symbol:before { content: "\f135"; }
.flaticon-google-plus-social-logotype:before { content: "\f136"; }
.flaticon-twitter-social-logotype:before { content: "\f137"; }
.flaticon-facebook-logo:before { content: "\f138"; }
.flaticon-linkedin-logo:before { content: "\f139"; }
.flaticon-commerce:before { content: "\f13a"; }
.flaticon-arrows-1:before { content: "\f13b"; }
.flaticon-search:before { content: "\f13c"; }
.flaticon-favorite:before { content: "\f13d"; }
.flaticon-clock:before { content: "\f13e"; }
.flaticon-arrows:before { content: "\f13f"; }
.flaticon-protection-shield-with-a-check-mark:before { content: "\f140"; }
.flaticon-gestures:before { content: "\f141"; }
.flaticon-time:before { content: "\f142"; }
.flaticon-pen:before { content: "\f143"; }
.flaticon-money-1:before { content: "\f144"; }
.flaticon-wallet:before { content: "\f145"; }
.flaticon-money:before { content: "\f146"; }
.flaticon-exchange:before { content: "\f147"; }
.flaticon-get-money:before { content: "\f148"; }
.flaticon-savings:before { content: "\f149"; }
.flaticon-analysis:before { content: "\f14a"; }
.flaticon-graphic:before { content: "\f14b"; }
.flaticon-people:before { content: "\f14c"; }
.flaticon-cogwheel:before { content: "\f14d"; }