*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

/* .dnd-section .dnd-column {
  padding: 0 20px;
} */

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__notifications-user-profile-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-profile-wrapper {
  position: relative;
  margin-left: 25px;
}

.user-profile--link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.profile-image {
  width: 55px;
  height: 55px;
  background-color: #f4f4f4;
  border-radius: 75px;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
}

.profile-image img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.profile-image h2 {
  margin-bottom: 0;
  font-size: 24px;
  text-transform:uppercase;
}

.user-profile--link i {
  font-size: 30px;
  color: #000000;
  transition: 0.3s ease;
}

.user-profile--link.active i {
  transform: rotate(-180deg);
}

.user-profile-block {
  position: absolute;
  background-color:#ffffff;
  right: 0;
  top: 100%;
  width: 160px;
  padding-top: 10px;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: -30px;
  transition: 0.2s ease-in;
  z-index: 99;
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 8px 8px;
}

.user-profile-block.menu--is-expanded {
  /*     max-height: 1000px;
    transition: max-height 1s ease-in-out; */
  display: block;
}


.user-profile-block.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  z-index: 100;
}

.user-profile-block li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
  border-bottom: 1px solid #c7c7c7;
}

.user-profile-block ul {
  list-style: none !important;
  margin: 0;
  background-color: #ffffff;
  padding: 10px 20px 5px;
  border-radius: 0px 0px 8px 8px;
}

.user-profile-block li:last-child a {
  border: 0;
}

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

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__logo {
    margin-left: 0 !important;
  }

  .header__container {
    padding: 0 20px !important;
    flex-direction: row !important;
  }

  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* @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    */
/*****************************************/

/*

*/

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* Marydale fonts */
@font-face {
  font-family: 'Marydale';
  src: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/fonts/Marydale.ttf') format('truetype')
}

@font-face {
  font-family: 'Marydale';
  font-weight: 700;
  src: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/fonts/Marydale%20Bold.ttf') format('truetype')
}

/* Font stack starts */
.poppins-font {
  font-family: 'Poppins', sans-serif;
}

.mulish-font {
  font-family: 'Mulish', sans-serif;
}

.marydale-font {
  font-family: 'Marydale';
}

/* Font stack ends */


/* Transform styles */
.rotate-minus-4deg {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

body,
html {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* Containers */
.sds-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sds-container-fluid {
  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  margin-right: auto;
  margin-left: auto;
}

.main-wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

/* List styles */
.list-style-type-none {
  list-style-type:none;
}

/* Display styles */
.d-block {
  display: block;
}

.d-in-block {
  display: inline-block;
}

/******************** Flex box styles starts *********************/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

/******************** Flex box styles starts ends *********************/


/* Text modifier classes */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-deco-underline {
  text-decoration: underline;
}

.text-deco-none {
  text-decoration: none !important;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

/* Code block styles */
.code-block--highlight {
  color: #F15353;
  background-color: #F4F0EE;
}

.code-block-syntax {
  background-color: #F4F0EE;
  border: 1px solid #C3BCB0;
  color: #1F1F1F;
  display: block;
  padding: 2rem;
  line-height: 30px;
}

/* border styles */
.grey-border {
  border: 1px solid #E2DDDA;
}

.grey-border-top {
  border-top: 1px solid #E2DDDA;
}

.grey-border-bottom {
  border-bottom: 1px solid #E2DDDA;
}

.gray-scale-5-border-bottom {
  border-bottom: 1px solid #E0DCD7;
}
.gray-scale-6-border-bottom {
  border-bottom: 1px solid #D0CCC4;
}

.border-dashed-dark {
  border: 1px dashed #232735;
}

.border--light-grey {
  border: 1px solid #e0e0e0;
}

/* Widths */
.width-100 {
  width: 100%;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.width-10 {
  width: 10%;
}

/* Height styles */
.height-100px {
  height: 100px;
}

/* Header styles */

.super-xl-header {
  font-size: calc(50px + (89 - 50) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(50px + (85 - 50) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.0341em;
}

.headline-1 {
  font-size: calc(24px + (64 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(50px + (72 - 50) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.02em;
}

.headline-2 {
  font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.01em;
}

.headline-3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.headline-4 {
  font-size: 18px;
  line-height: 27px;
}

.headline-5 {
  font-size: 16px;
  line-height: 24px;
}

.headline-6 {
  font-size: 12px;
  line-height: 18px;
}

/* Body text styles */
.p-body-larger {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 32px;
  letter-spacing: 0.01em;
}

.p-body-large {
  font-size: 18px;
  line-height: 27px;
}

.p-body-regular {
  font-size: 16px;
  line-height: 26px;
}

.p-body-small {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.p-body-smaller {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.p-body-xs {
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
}

.p-body-pre-title {
  font-size: 10px;
  text-transform: uppercase;
}

.p-body-btn--text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.p-body-link--text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: underline;
  cursor: pointer;
}

.p-body-bold--italics {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

/* Mulish body styles */
.font-24 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 32px;
  letter-spacing: 0.02em;
}

.font-20 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.03em;
}

.font-19 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-15 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

/****************** Font style starts *****************/
.font-style-italics {
  font-style: italic;
}

/****************** Font style ends *****************/

/****************** Font weights starts *****************/
.fw-extra-light-200 {
  font-weight: 200;
}

.fw-light-300 {
  font-weight: 300;
}

.fw-regular-400 {
  font-weight: 400;
}

.fw-medium-500 {
  font-weight: 500;
}

.fw-semi-bold-600 {
  font-weight: 600;
}

.fw-bold-700 {
  font-weight: 700;
}

.fw-extra-bold-800 {
  font-weight: 800;
}

.fw-black-900 {
  font-weight: 900;
}

/****************** Font weights ends *****************/

/* 12 column grid styles */
.sds-col-1,
.sds-col-2,
.sds-col-3,
.sds-col-4,
.sds-col-5,
.sds-col-6,
.sds-col-7,
.sds-col-8,
.sds-col-9,
.sds-col-10,
.sds-col-11,
.sds-col-12,
.sds-col-sm-1,
.sds-col-sm-2,
.sds-col-sm-3,
.sds-col-sm-4,
.sds-col-sm-5,
.sds-col-sm-6,
.sds-col-sm-7,
.sds-col-sm-8,
.sds-col-sm-9,
.sds-col-sm-10,
.sds-col-sm-11,
.sds-col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/************** Common spaces - Margins **************/
.margin-0 {
  margin: 0;
}
.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-0-5rem {
  margin-top: 0.5rem;
}

.mr-0-5rem {
  margin-right: 0.5rem;
}

.mb-0-5rem {
  margin-bottom: 0.5rem;
}

.ml-0-5rem {
  margin-left: 0.5rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.mt-1-5rem {
  margin-top: 1.5rem;
}

.mr-1-5rem {
  margin-right: 1.5rem;
}

.mb-1-5rem {
  margin-bottom: 1.5rem;
}

.ml-1-5rem {
  margin-left: 1.5rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.mt-2-75rem {
  margin-top: 2.75rem;
}

.mr-2-75rem {
  margin-right: 2.75rem;
}

.mb-2-75rem {
  margin-bottom: 2.75rem;
}

.ml-2-75rem {
  margin-left: 2.75rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.ml-4rem {
  margin-left: 4rem;
}

/************** Common spaces - Paddings **************/
.padding-0 {
  padding: 0
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-0-5rem {
  padding-top: 0.5rem;
}

.pr-0-5rem {
  padding-right: 0.5rem;
}

.pb-0-5rem {
  padding-bottom: 0.5rem;
}

.pl-0-5rem {
  padding-left: 0.5rem;
}

.pt-1rem {
  padding-top: 1rem;
}

.pr-1rem {
  padding-right: 1rem;
}

.pb-1rem {
  padding-bottom: 1rem;
}

.pl-1rem {
  padding-left: 1rem;
}

.pt-2-75rem {
  padding-top: 2.75rem;
}

.pr-2-75rem {
  padding-right: 2.75rem;
}

.pb-2-75rem {
  padding-bottom: 2.75rem;
}

.pl-2-75rem {
  padding-left: 2.75rem;
}

.pt-3rem {
  padding-top: 3rem;
}

.pr-3rem {
  padding-right: 3rem;
}

.pb-3rem {
  padding-bottom: 3rem;
}

.pl-3rem {
  padding-left: 3rem;
}

.pt-3-5rem {
  padding-top: 3.5rem;
}

.pr-3-5rem {
  padding-right: 3.5rem;
}

.pb-3-5rem {
  padding-bottom: 3.5rem;
}

.pl-3-5rem {
  padding-left: 3.5rem;
}

.pt-4rem {
  padding-top: 4rem;
}

.pr-4rem {
  padding-right: 4rem;
}

.pb-4rem {
  padding-bottom: 4rem;
}

.pl-4rem {
  padding-left: 4rem;
}

/***************** Vertical spacers starts *****************/
.spacer-128 {
  height: 128px;
}

.spacer-64 {
  height: 64px
}

.spacer-48 {
  height: 48px;
}

.spacer-32 {
  height: 32px;
}

.spacer-24 {
  height: 24px;
}

.spacer-16 {
  height: 16px;
}

.spacer-8 {
  height: 8px;
}

.spacer-4 {
  height: 4px;
}

/***************** Vertical spacers ends *****************/
/* Line height */
.line-height-0 {
  line-height: 0;
}

/*

*/

/**************** Secondary colors starts ******************/
.sc-forest--color {
  background-color: #9BCD9B;
}

.sc-blue--color {
  background-color: #1DACD6;
}

.sc-midnight--color {
  background-color: #1569AD;
}

.sc-dijon--color {
  background-color: #EFAC15;
}

.sc-fire--color {
  background-color: #EC4E36;
}

.sc-merlot--color {
  background-color: #8D3022;
}

.sc-razzberry--color {
  background-color: #E93D91;
}

.sc-fig--color {
  background-color: #953D68;
}

.sc-coral--color {
  background-color: #FD8F65;
}

/***************** Secondary colors ends ****************/

/***************** Neutral colors starts ****************/
.neutral--color-1 {
  background-color: #1F1F1F;
}

.neutral--color-2 {
  background-color: #3D3B3A;
}

.neutral--color-3 {
  background-color: #C3BCB0;
}

.neutral--color-4 {
  background-color: #F4F0EE;
}

.neutral--color-5 {
  background-color: #ffffff;
}

/***************** Neutral colors ends ****************/

/***************** Action colors starts ***************/
.ac-confirmation-green--color {
  background-color: #A0D72D;
}

.ac-cherry--color {
  background-color: #F15353;
}

.ac-lightning--color {
  background-color: #F4E34B;
}

.ac-silver--color {
  background-color: #EDEEEE;
}

.ac-cobalt--color {
  background-color: #2B9AF8;
}

/***************** Action colors Ends ***************/

/***************** Gray scale colors starts ***************/
.grey-scale--color-1 {
  background-color: #FDFCFC;
}

.grey-scale--color-2 {
  background-color: #FAFAF9;
}

.grey-scale--color-3 {
  background-color: #F7F6F4;
}

.grey-scale--color-4 {
  background-color: #F0EFED;
}

.grey-scale--color-5 {
  background-color: #E0DCD7;
}

.grey-scale--color-6 {
  background-color: #D0CCC4;
}

.grey-scale--color-7 {
  background-color: #B2ACA2;
}

.grey-scale--color-8 {
  background-color: #938F87;
}

.grey-scale--color-9 {
  background-color: #65615C;
}

.grey-scale--color-10 {
  background-color: #32312F;
}

/***************** Gray scale colors ends ***************/

/**************** Brand color palette starts ***************/

/* Merlot color palette */
.merlot-50--color {
  background-color: #E8D6D3;
}

.merlot-100--color {
  background-color: #D1ACA7;
}

.merlot-200--color {
  background-color: #BB837A;
}

.merlot-300--color {
  background-color: #A4594E;
}

.merlot-400--color {
  background-color: #984438;
}

.merlot-600--color {
  background-color: #7F2B1F;
}

.merlot-700--color {
  background-color: #71261B;
}

.merlot-800--color {
  background-color: #551D14;
}

.merlot-900--color {
  background-color: #551D14;
}

/* Fire color palette */
.fire-50--color {
  background-color: #FBDCD7;
}

.fire-100--color {
  background-color: #F7B8AF;
}

.fire-200--color {
  background-color: #F49586;
}

.fire-300--color {
  background-color: #F0715E;
}

.fire-400--color {
  background-color: #EE5F4A;
}

.fire-600--color {
  background-color: #D54631;
}

.fire-700--color {
  background-color: #BD3E2B;
}

.fire-800--color {
  background-color: #8D3022;
}

.fire-900--color {
  background-color: #5E1F16;
}

/* Fig color palette */
.fig-50--color {
  background-color: #EAD8E1;
}

.fig-100--color {
  background-color: #D5B1C3;
}

.fig-200--color {
  background-color: #BF8BA4;
}

.fig-300--color {
  background-color: #AA6486;
}

.fig-400--color {
  background-color: #9F5077;
}

.fig-600--color {
  background-color: #86375E;
}

.fig-700--color {
  background-color: #773153;
}

.fig-800--color {
  background-color: #59253E;
}

.fig-900--color {
  background-color: #3C182A;
}

/* Razzberry color palette */
.razzberry-50--color {
  background-color: #FBD8E9;
}

.razzberry-100--color {
  background-color: #F6B1D3;
}

.razzberry-200--color {
  background-color: #F28BBD;
}

.razzberry-300--color {
  background-color: #ED64A7;
}

.razzberry-400--color {
  background-color: #EB509C;
}

.razzberry-600--color {
  background-color: #D23783;
}

.razzberry-700--color {
  background-color: #BA3174;
}

.razzberry-800--color {
  background-color: #8C2557;
}

.razzberry-900--color {
  background-color: #5D183A;
}

/* forest color palette */
.forest-50--color {
  background-color: #EBF5EB;
}

.forest-100--color {
  background-color: #D7EBD7;
}

.forest-200--color {
  background-color: #C3E1C3;
}

.forest-300--color {
  background-color: #AFD7AF;
}

.forest-400--color {
  background-color: #A5D2A5;
}

.forest-600--color {
  background-color: #8CB98C;
}

.forest-700--color {
  background-color: #7CA47C;
}

.forest-800--color {
  background-color: #5D7B5D;
}

.forest-900--color {
  background-color: #3E523E;
}

/* Dijon color palette */
.dijon-50--color {
  background-color: #FCEED0;
}

.dijon-100--color {
  background-color: #F9DEA1;
}

.dijon-200--color {
  background-color: #F5CD73;
}

.dijon-300--color {
  background-color: #F2BD44;
}

.dijon-400--color {
  background-color: #F1B42C;
}

.dijon-600--color {
  background-color: #D89B13;
}

.dijon-700--color {
  background-color: #BF8A11;
}

.dijon-800--color {
  background-color: #8F670D;
}

.dijon-900--color {
  background-color: #604508;
}

/* Midnight color palette */
.midnight-50--color {
  background-color: #D0E1EF;
}

.midnight-100--color {
  background-color: #A1C3DE;
}

.midnight-200--color {
  background-color: #73A5CE;
}

.midnight-300--color {
  background-color: #4487BD;
}

.midnight-400--color {
  background-color: #2C78B5;
}

.midnight-600--color {
  background-color: #135F9C;
}

.midnight-700--color {
  background-color: #11548A;
}

.midnight-800--color {
  background-color: #0D3F68;
}

.midnight-900--color {
  background-color: #082A45;
}

/* Blue color palette */
.blue-50--color {
  background-color: #D2EEF7;
}

.blue-100--color {
  background-color: #A5DEEF;
}

.blue-200--color {
  background-color: #77CDE6;
}

.blue-300--color {
  background-color: #4ABDDE;
}

.blue-400--color {
  background-color: #33B4DA;
}

.blue-600--color {
  background-color: #1A9BC1;
}

.blue-700--color {
  background-color: #178AAB;
}

.blue-800--color {
  background-color: #116780;
}

.blue-900--color {
  background-color: #0C4556;
}

/* Coral color palette */
.coral-50--color {
  background-color: #FFE9E0;
}

.coral-100--color {
  background-color: #FED2C1;
}

.coral-200--color {
  background-color: #FEBCA3;
}

.coral-300--color {
  background-color: #FDA584;
}

.coral-400--color {
  background-color: #FD9A74;
}

.coral-600--color {
  background-color: #E4815B;
}

.coral-700--color {
  background-color: #CA7251;
}

.coral-800--color {
  background-color: #98563D;
}

.coral-900--color {
  background-color: #653928;
}

/* Sworange color palette */
.Sworange-50--color {
  background-color: #FEF6F0;
}

.Sworange-100--color {
  background-color: #FEEDE2;
}

.Sworange-200--color {
  background-color: #FDE4D3;
}

.Sworange-300--color {
  background-color: #FDDBC5;
}

.Sworange-400--color {
  background-color: #FCD6BD;
}

.Sworange-600--color {
  background-color: #E3BDA4;
}

.Sworange-700--color {
  background-color: #CAA892;
}

.Sworange-800--color {
  background-color: #977E6D;
}

.Sworange-900--color {
  background-color: #655449;
}

/**************** Brand color palette ends *****************/


/*

*/

/* Table styles */
table {
  border-collapse: collapse;
}

.sds-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.sds-table>thead>tr>th,
.sds-table>tbody>tr>td {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

/* Grid section styles */
.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(239, 172, 21, 0.15);
  border: 1px solid rgba(195, 188, 176, 0.7);
}

.themed-container {
  padding: 15px;
  margin-bottom: 30px;
  background-color: rgba(155, 205, 155, 0.15);
  border: 1px solid rgba(195, 188, 176, 0.7);
}

/*

*/
/* Button styles */
input[type=submit].btn, .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 28px;
  border-radius: 36px;
  border: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s;
}


input[type=submit].primary-btn--sworange, .primary-btn--sworange {
  background-color: #FCD2B6;
  color: #32312F;
}

input[type=submit].primary-btn--blue, .primary-btn--blue {
  background-color: #3A97F7;
  color: #ffffff;
}

input[type=submit].primary-btn--confirmation-green, .primary-btn--confirmation-green {
  background-color: #A0D72D;
  color: #ffffff;
}

input[type=submit].primary-btn--blue:focus, .primary-btn--blue:focus,
input[type=submit].primary-btn--blue--focus, .primary-btn--blue--focus {
  background: #3A97F7;
  -webkit-box-shadow: 0px 4px 4px rgba(19, 96, 186, 0.31);
  box-shadow: 0px 4px 4px rgba(19, 96, 186, 0.31);
  border-radius: 36px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

input[type=submit].primary-btn--blue--active, .primary-btn--blue--active,
input[type=submit].primary-btn--blue:active, .primary-btn--blue:active {
  background-color: #1064BC;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

input[type=submit].primary-btn--blue--hover, .primary-btn--blue--hover,
input[type=submit].primary-btn--blue:hover, .primary-btn--blue:hover {
  background-color: #57AAFF;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

input[type=submit].primary-btn--confirmation-green:hover, .primary-btn--confirmation-green:hover {
  background-color: #9BCD9B;
  color: #ffffff;
}

input[type=submit].primary-btn--blue--disable, .primary-btn--blue--disable {
  background-color: #EDEEEE;
  color: #C3BCB0;
  cursor: no-drop;
}

input[type=submit].primary-btn--blue--progress, .primary-btn--blue--progress {
  background: linear-gradient(97.5deg, #0C6ACB 47.34%, rgba(58, 151, 247, 0) 56.94%), #3A97F7;
  color: #ffffff;
}

input[type=submit].secondary-btn, .secondary-btn {
  background-color: #E0DCD7;
  color: #32312F;
}

input[type=submit].tertiary-btn, .tertiary-btn {
  background-color: transparent;
  color: #3A97F7;
}

input[type=submit].outline__btn-primary, .outline__btn-primary {
  border: 2px solid #3A97F7;
  background-color: #ffffff;
  color: #3A97F7;
}

input[type=submit].outline__btn-secondary, .outline__btn-secondary {
  border: 2px solid #F4F0EE;
  background-color: #ffffff;
  color: #3A97F7;
}

input[type=submit].outline__btn--gray, .outline__btn--gray {
  border: 1px solid #938F87;
  background-color: #ffffff;
  color: #938F87;
}

input[type=submit].outline__btn-tertiary, .outline__btn-tertiary {
  background-color: #ffffff;
  color: #3A97F7;
}

input[type=submit].btn--light-gray, .btn--light-gray {
  background: #FAFAF9;
  color: #32312F;
}

input[type=submit].btn--dark-gray, .btn--dark-gray {
  background: #E0DCD7;
  color: #32312F;
}

input[type=submit].btn--black, .btn--black {
  background: #32312F;
  color: #FAFAF9;
}

input[type=submit].btn--blue, .btn--blue {
  background: #3A97F7;
  color: #ffffff;
}

input[type=submit].btn--orange, .btn--orange {
  background: #FD8F65;
  color: #ffffff;
}

input[type=submit].btn--dummy, .btn--dummy {
  width: 234px;
  height: 72px;
}

/* Button sizes */
input[type=submit].btn--lg, .btn--lg {
  padding: 16px 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

input[type=submit].btn--md, .btn--md {
  padding: 7px 23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

input[type=submit].btn--sm, .btn--sm {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
}

.btn--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  margin-right: 5px;
}

.btn--icon span {
  margin-right: 4px;
  margin-left: 4px;
}

/* Button drop shadows */
.btn-shadow--gray {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
}

.btn-shadow--blue {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(58, 151, 247, 0.4);
  box-shadow: 0px 8px 20px -6px rgba(58, 151, 247, 0.4);
}

.btn-shadow--orange {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(253, 143, 101, 0.4);
  box-shadow: 0px 8px 20px -6px rgba(253, 143, 101, 0.4);
}

/* button section styles */
.btn-inner-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-states-inner-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}

/* Shapes section styles */
.card--dummy {
  height: 514px;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.card--dummy-block {
  height: 372px;
  border-radius: 18px;
  background-color: #938F87;
}

.card--dummy-short {
  height: 142px;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.card--dummy-long {
  height: 347px;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.input--dummy {
  height: 56px;
  border-radius: 4px;
}

/* Text box styles */
.text-box-label {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3D3B3A;
  margin-bottom: 15px;
  display: block;
}

.text-box {
  padding: 16px 24px;
  width: 434px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.text-box:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-box--disabled,
.text-box--disabled:focus {
  border: 1px solid #B2ACA2;
  color: #B2ACA2;
  cursor: no-drop;
}

.text-box--hover,
.text-box--hover:focus {
  border: 1px solid #65615C;
}

.text-box--hover:hover {
  -webkit-box-shadow: 0px 4px 6px #E0DCD7;
  box-shadow: 0px 4px 6px #E0DCD7;
  border: 1px solid #3A97F7;
}

/* Error text box styles start */
.text-box--error,
.text-box--error:focus {
  border: 1px solid #F15353;
  background: rgba(241, 83, 83, 0.1);
  color: #F15353;
}

.text-box--error::-webkit-input-placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box--error:-ms-input-placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box--error::-ms-input-placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box--error::placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box-error-msg {

  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #F15353;
  display: block;
  margin-top: 13px;
}

/* Error text box styles ends */
/* Success text box styles start */
.text-box--success,
.text-box--success:focus {
  border: 1px solid #C7DC4D;
  background: rgba(199, 220, 77, 0.1);
  color: #C7DC4D;
  cursor: no-drop;
}

.text-box--success::-webkit-input-placeholder {
  color: #C7DC4D;
  opacity: 1;
}

.text-box--success:-ms-input-placeholder {
  color: #C7DC4D;
  opacity: 1;
}

.text-box--success::-ms-input-placeholder {
  color: #C7DC4D;
  opacity: 1;
}

.text-box--success::placeholder {
  color: #C7DC4D;
  opacity: 1;
}

/* Success text box styles ends */
/* Icon section styles */
.icon-set-name {
  background: #979797;
  border-radius: 12px;
  color: #ffffff;
  padding: 2px 22px;
  text-align: center;
  display: inline-block;
}

/*

*/
@media (min-width: 576px) {
  .sds-container {
    max-width: 540px;
  }

  /* 12 column grid styles for medium screens */
  .sds-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sds-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sds-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .sds-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sds-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sds-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .sds-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sds-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sds-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .sds-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sds-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sds-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 768px) {
  .sds-container {
    max-width: 720px;
  }

  /* 12 column grid styles for medium screens */
  .sds-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sds-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sds-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .sds-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sds-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sds-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .sds-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sds-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sds-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .sds-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sds-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sds-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 992px) {
  .sds-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .sds-container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .sds-container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }

  /* 12 column grid styles */
  .sds-col-1,
  .sds-col-2,
  .sds-col-3,
  .sds-col-4,
  .sds-col-5,
  .sds-col-6,
  .sds-col-7,
  .sds-col-8,
  .sds-col-9,
  .sds-col-10,
  .sds-col-11,
  .sds-col-12,
  .sds-col-sm-1,
  .sds-col-sm-2,
  .sds-col-sm-3,
  .sds-col-sm-4,
  .sds-col-sm-5,
  .sds-col-sm-6,
  .sds-col-sm-7,
  .sds-col-sm-8,
  .sds-col-sm-9,
  .sds-col-sm-10,
  .sds-col-sm-11,
  .sds-col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
  }

  /* Header styles */
  .hamburger__menu-wrapper {
    display: block !important;
    margin-left: auto;
  }

  #sds_links {
    display: none;
  }
}

@media (max-width: 767px) {
  .secondary-fonts--list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .secondary-fonts--list .secondary-fonts--list-item span {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
  }

  .paragraph-typography--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* Responsive font sizes */
  .font-24--bold {
    font-size: 20px;
  }

  .font-18--regular,
  .font-18--bold {
    font-size: 16px;
  }

  .header-2-regular,
  .header-2-bold {
    font-size: 32px;
  }

  .header-1-bold,
  .header-1-extra-light {
    font-size: 50px;
  }

  .super-xl-header {
    font-size: 60px;
  }

  .font-24--regular {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }

  .sds-table-wrapper {
    overflow: auto;
  }

  .text-box {
    width: 100%;
  }

  .btn,
  .icon-set-wrapper {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .bc_container {
    width: 100%;
  }

  .color-block {
    width: 100%;
    margin-right: 0;
  }

  .sds-container {
    max-width: 370px;
  }
}

/*# sourceMappingURL=styles.css.map */
/*********************** Header styles ***********************/
.hue__header {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.1);
}

.hue__header .header__container {
  padding: 17px 48px;
}

.hue__header .header__container .header__logo.header__logo--main {
  width: 15%;
  padding-top: 0;
}

.hue__header .header__container .header__row-1 {
  width: 70%;
  padding-top: 0;
  justify-content: center;
}

.hue__header .header__container .header__row-2 {
  width: 15%;
  padding-top: 0;
}

.hue__header .navigation-primary .submenu a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 27px;
  font-size: 18px;
  text-transform: capitalize;
}

.hue__header .navigation-primary a.active-item {
  color: #2B9AF8;
}

.hue__header .navigation-primary .submenu.level-1>li>a.active-item:after {
  background-color: #2B9AF8;
}

.hue__header .submenu.level-1>li {
  padding: 15px 60px;
}

.header__nav--mobile-only {
  display: none;
}

.header__nav--desktop-only {
  display: block;
}

.hue__header .navigation-primary .submenu.level-1>li>a.active-item:after {
  height:3px;
}
/* IE11 styles */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .hue__header .header__logo img {
    width:100% !important;
  } 
}


/*********************** Scroll to top button styles ***********************/
#sca-stt-button {
  display: inline-block;
  background-color: rgba(0,0,0,0.6);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#sca-stt-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#sca-stt-button:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.9);
  color: transparent;
}
#sca-stt-button:active {
  background-color: rgba(0,0,0,0.75);
  color: transparent;
}
#sca-stt-button.show {
  opacity: 1;
  visibility: visible;
}

/********************** Micro commitment Popup styles ***********************/
.mobile-only-popup-bg-img {
  display: none;
}

.desktop-only-popup-bg-img {
  display: block;
  position: absolute;
  bottom: -7px;
  right: 0;
  z-index: -1;
}

.desktop-only-popup-bg-img img,
.mobile-only-popup-bg-img img {
  max-width: 100%;
}

#create-micro-commitment-modal,
#update-micro-commitment-modal,
#mark-done-micro-commitment-modal,
#completed-micro-commitment-modal,
#micro-commitment-delete-confirmation-modal {
  width: 60%;
  max-width: 100%;
  padding: 120px 210px;
  position: relative;
  border-radius: 0;
}

#create-micro-commitment-form,
#update-micro-commitment-form,
#mark-done-micro-commitment-form,
#completed-micro-commitment-modal .modal-body {
  position: relative;
}

#micro-commitment-options,
#update-micro-commitment-options,
#topic_dropdown,
#commit_options {
  padding: 11px 45px 11px 18px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #1f1f1f;
}
#commit_options {
  white-space:pre-wrap;
}

select#micro-commitment-options,
select#update-micro-commitment-options,
select#topic_dropdown,
select#commit_options {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

/* IE11 */
.select-option--wrapper select::-ms-expand,
.micro-commitment-page--wrapper select::-ms-expand {
  display: none;
}

.select-option--wrapper {
  position: relative;
}

.select-option--wrapper span {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 21px;
  height: 16px;
}

.select-option--wrapper span img {
  width: 75%;
}

.mc-static-text {
  margin-bottom: 12px;
}

.mc-dp-static-text--wrapper {
  margin-top: 10px;
}

.mc-static-text2 {
  width: 45%;
}

.mc-dp-static-text--wrapper #recommended_due_date_datepicker,
.mc-dp-static-text--wrapper #wmo_due_date_datepicker,
.mc-dp-static-text--wrapper #update_due_date_datepicker {
  width: 28%;
  border: 0;
  border-bottom: 1px solid #1f1f1f;
  border-radius: 0;
  padding-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.mc-dp-static-text--wrapper .ui-datepicker-trigger {
  border: 0;
  outline: 0;
  background: transparent;
  color: #1f1f1f;
  padding: 0 20px;
}

.mc-dp-static-text--wrapper .ui-datepicker-trigger i {
  font-size: 24px;
}

.mc-allow--wrapper,
.btn-commit-micro-commitment--wrapper,
.btn-update-micro-commitment--wrapper,
.btn-complete-micro-commitment--wrapper {
  margin-top: 40px;
  margin-bottom: 1rem;
}

.btn-commit-micro-commitment,
.btn-update-micro-commitment,
.btn-complete-micro-commitment,
.btn-cancel {
  padding: 8px 24px;
}

.btn-commit-micro-commitment:hover,
.btn-update-micro-commitment:hover,
.btn-complete-micro-commitment:hover,
.btn-cancel:hover {
  background-color: #fda584;
  color: #ffffff !important;
}

.mc-allow--text {
  color: #65615C;
  margin-left: 4px;
}

.mc-allow--wrapper .icon-question-circle {
  margin-left: 4px;
}

/* Datepicker custom styles starts */
#ui-datepicker-div {
  position: absolute !important;
  padding: 0;
  margin: 0;
  box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
  font-family:'poppins';
}

.ui-widget.ui-widget-content {
  border: 0 !important;
}

.ui-datepicker table {
  margin: 0 !important;
  border: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 !important;
}

#ui-datepicker-div thead th,
#ui-datepicker-div thead td {
  background-color: transparent !important;
  border-bottom-color: #3e3b3a;
  color: #3e3b3a !important;
}

.ui-widget-header {
  background: #FEEDE2 !important;
  padding: 12px 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #FD8F65 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #F9DEA1 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-state-hover.ui-datepicker-prev-hover,
.ui-state-hover.ui-datepicker-next-hover {
  top: 12px !important;
}

.ui-datepicker td a {
  text-align: center !important;
}

/* Datepicker custom styles ends */

/* IE11 styles */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #ui-datepicker-div {
    /*     position: fixed !important; */
  }
}

.mc-allow-info--wrapper {
  position: relative;
}

.mc-allow-info--wrapper:hover .allow-mc-tool-tip {
  display: block;
}

.allow-mc-tool-tip {
  background-color: #E0DCD7;
  padding: 6px 11px;
  display: inline-block;
  width: 210px;
  border-radius: 4px;
  margin-left: 0.5rem;
  display: none;
  position: absolute;
  z-index: 1;
}

.modal#create-micro-commitment-modal a.close-modal,
.modal#update-micro-commitment-modal a.close-modal,
.modal#mark-done-micro-commitment-modal a.close-modal,
.modal#completed-micro-commitment-modal a.close-modal,
.modal#micro-commitment-delete-confirmation-modal a.close-modal {
  top: 24px;
  right: 24px;
  background-image: url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_Hue_images_2021/close_icon.png');
}

div#micro-commitment-success,
.mc-5-to-complete-msg {
  display: flex;
  min-height: 364px;
  position: relative;
}

/* Freeform mc popup styles */
#micro-commitment-freeform-desc,
#mark-done-comment,
#micro-commitment-freeform-update-desc {
  min-height: 120px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #1F1F1F;
}

#micro-commitment-freeform-desc::-webkit-input-placeholder,
#mark-done-comment::-webkit-input-placeholder,
#micro-commitment-freeform-update-desc::-webkit-input-placeholder {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #1F1F1F;
}

#micro-commitment-freeform-desc::-moz-placeholder,
#mark-done-comment::-moz-placeholder,
#micro-commitment-freeform-update-desc::-moz-input-placeholder {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #1F1F1F;
}

#micro-commitment-freeform-desc:-ms-input-placeholder,
#mark-done-comment:-ms-input-placeholder,
#micro-commitment-freeform-update-desc::-ms-input-placeholder {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #1F1F1F;
}

#micro-commitment-freeform-desc::placeholder,
#mark-done-comment::placeholder,
#micro-commitment-freeform-update-desc::placeholder {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #1F1F1F;
}

/* Edit mc popup styles */
.btn-delete-micro-commitment {
  background: none;
  color: #e4815b;
  text-decoration: underline;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 18px;
}

.btn-update-micro-commitment--wrapper .btn-cancel {
  color: #e4815b;
  border: 1px solid #e4815b;
  margin-left: auto;
  margin-bottom: 0;
}

.btn-update-micro-commitment--wrapper .btn-update-micro-commitment {
  margin-left: 1rem;
  margin-bottom: 0;
}

/* Mark as done popup styles */
.btn-delete-micro-commitment, .btn-delete-micro-commitment:focus, .btn-delete-micro-commitment:active {
  background: none;
  color: #e4815b;
  text-decoration: underline;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 18px;
}

.btn-delete-micro-commitment:hover {
  background: transparent;
  color: #fda584;
  text-decoration: underline;
}

.btn-complete-micro-commitment--wrapper .btn-cancel, .btn-md-delete-cancel {
  color: #e4815b;
  border: 1px solid #e4815b;
  margin-left: auto;
  margin-bottom: 0;
}


.btn-complete-micro-commitment--wrapper .btn-complete-micro-commitment {
  margin-left: 1rem;
  margin-bottom: 0;
}

#mark-done-micro-commitment-form h4,
#completed-micro-commitment-modal h4 {
  margin-bottom: 12px;
}

.btn--edit {
  border: 1px solid #E4815B;
  color: #E4815B;
  padding: 8px 24px;
}

.btn--edit:hover {
  background-color: #fda584;
  color: #ffffff !important;
}

.btn--edit span {
  margin-right: 4px;
}

.due-date-edit--wrapper {
  margin-bottom: 30px;
}

#micro-commitment-update-success,
#mark-done-mc-success, .mc-delete-confirmation, 
.mc-md-delete-confirmation, .mc-delete-success, .mc-md-delete-success {
  min-height: 364px;
  position: relative;
}

#mark-done-mc-desc {
  max-height: 130px;
  overflow: auto;
}

/* Completed mc view popup styles */
.completed-date--wrapper {
  margin-bottom: 40px;
}

.completed-mc--notes {
  min-height: 156px;
  max-height: 160px;
  overflow: auto;
}

.completed-mc--desc {
  max-height: 160px;
  overflow: auto;
}

.your-mc-header {
  margin-bottom: 10px;
}

/* New mc design styles starts */
.back-to-mc-link {
  color: #1F1F1F;
  text-decoration: none;
  margin-bottom: 78px;
  display: inline-block;
}

.back-to-mc-link:hover {
  color: #1F1F1F;
  text-decoration: underline !important;
}

.mc--inner-wrapper {
  max-width: 615px;
  margin: 0 auto;
}

.mc--inner-wrapper h2 {
  margin-bottom: 36px;
}

.mc-dd-header {
  margin-bottom: 12px;
}

.mark-as-done-btn,
#wmo_commit_submit_button,
#recommended_commit_submit_button,
#wmo_update_submit_button,
#recommended_update_submit_button,
#popup-delete-button,
#md-confirmation-delete-button {
  background-color: #E4815B !important;
  color: #ffffff;
}

.mark-as-done-btn:hover,
#wmo_commit_submit_button:hover,
#recommended_commit_submit_button:hover,
#wmo_update_submit_button:hover,
#recommended_update_submit_button:hover,
#popup-delete-button:hover,
#md-confirmation-delete-button:hover,
.btn-md-delete-cancel:hover {
  background-color: #FDA584 !important;
  color: #ffffff;
}
.btn-md-delete-cancel:hover {
  border-color:#FDA584 !important;
}

#micro-commitment-freeform-desc {
  margin-top: 12px;
}

.mc__btn--group {
  display: inline-block;
  margin-top: 1rem;
}

.errorMsg {
  color: #F15353;
}

#get-started-text p {
  margin-bottom: 36px;
}

#recommdentions-form-div,
#write-my-own-form-div {
  border-top: 8px solid #F0EFED;
  padding-top: 24px;
  margin-top: 36px;
}

section.micro-commitment-page--wrapper {
  min-height: 783px;
}

/* Custom radio btns for MC starts */
.select-radio--wrapper [type="radio"]:checked,
.select-radio--wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-radio--wrapper [type="radio"]:checked+label,
.select-radio--wrapper [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
}

.select-radio--wrapper [type="radio"]:checked+label {
  color: #E4815B;
  font-weight: 800;
}

.select-radio--wrapper [type="radio"]:checked+label:before {
  border: 2px solid #E4815B;
}

.select-radio--wrapper [type="radio"]:checked+label:before,
.select-radio--wrapper [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3D3B3A;
  border-radius: 100%;
  background: #fff;
}

.select-radio--wrapper [type="radio"]:checked+label:before {
  border: 2px solid #E4815B;
}

.select-radio--wrapper [type="radio"]:checked+label:after,
.select-radio--wrapper [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #E4815B;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-radio--wrapper [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.select-radio--wrapper [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Custom radio btns for MC ends */
.create-anyway-btn--wrapper a:hover, .create-anyway-btn--wrapper a:focus {
  color:#ffffff;
}

.mc-delete-confirmation .btn-cancel, .mc-md-delete-confirmation .btn-md-delete-cancel {
  margin-left:0;
}

/* New mc design styles ends */

/* Loader styles */
.sca-loader {
  display: none;
}

#preloader {
  overflow: hidden;
  background: rgba(31, 31, 31, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999
}

.spinner {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  height: 100%;
  width: 100%
}

.loader .l_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 172px;
  height: 128px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

/* @media (max-width:550px){.loader{-webkit-transform:scale(0.75);transform:scale(0.75)}}
@media (max-width:440px){.loader{-webkit-transform:scale(0.5);transform:scale(0.5)}} */
.l_square {
  position: relative
}

.l_square:nth-child(1) {
  margin-left: 0px
}

.l_square:nth-child(2) {
  margin-left: 44px
}

.l_square:nth-child(3) {
  margin-left: 88px
}

.l_square:nth-child(4) {
  margin-left: 132px
}

.l_square span {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 36px;
  width: 36px;
  border-radius: 2px;
  background-color: #FFFFFF
}

.l_square span:nth-child(1) {
  top: 0px
}

.l_square span:nth-child(2) {
  top: 44px
}

.l_square span:nth-child(3) {
  top: 88px
}

.l_square:nth-child(1) span {
  -webkit-animation: animsquare1 2s infinite ease-in;
  animation: animsquare1 2s infinite ease-in
}

.l_square:nth-child(2) span {
  -webkit-animation: animsquare2 2s infinite ease-in;
  animation: animsquare2 2s infinite ease-in
}

.l_square:nth-child(3) span {
  -webkit-animation: animsquare3 2s infinite ease-in;
  animation: animsquare3 2s infinite ease-in
}

.l_square:nth-child(4) span {
  -webkit-animation: animsquare4 2s infinite ease-in;
  animation: animsquare4 2s infinite ease-in
}

.l_square span:nth-child(1) {
  -webkit-animation-delay: 0.00s;
  animation-delay: 0.00s
}

.l_square span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s
}

.l_square span:nth-child(3) {
  -webkit-animation-delay: 0.30s;
  animation-delay: 0.30s
}

@keyframes animsquare1 {

  0%,
  5%,
  95%,
  100% {
    transform: translate(0px, 0px) rotate(0deg)
  }

  30%,
  70% {
    transform: translate(-40px, 0px) rotate(-90deg)
  }
}

@keyframes animsquare2 {

  0%,
  10%,
  90%,
  100% {
    transform: translate(0px, 0px) rotate(0deg)
  }

  35%,
  65% {
    transform: translate(-40px, 0px) rotate(-90deg)
  }
}

@keyframes animsquare3 {

  0%,
  15%,
  85%,
  100% {
    transform: translate(0px, 0px) rotate(0deg)
  }

  40%,
  60% {
    transform: translate(-40px, 0px) rotate(-90deg)
  }
}

@keyframes animsquare4 {

  0%,
  20%,
  80%,
  100% {
    transform: translate(0px, 0px) rotate(0deg)
  }

  45%,
  55% {
    transform: translate(-40px, 0px) rotate(-90deg)
  }
}

/* Loader styles ends */

/* Footer styles */
.hue-footer .footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 75px;
}

.footer.hue-footer {
  text-align: left;
}

.hf__btns a {
  max-width: 168px;
  margin-bottom: 15px;
  color: #ffffff !important;
}

.hf__btns a:hover {
  background-color: #B2ACA2;
}

.hf__btns a span {
  color: #ffffff !important;
  margin-right: 4px;
}

/* .hf__content {
flex: 1 1 45%;
} */

.hf__btns {
  flex: 1 1 auto;
}

.hf-text-btns--wrapper {
  margin-bottom: 60px;
}

/* .hf__nav {
margin-right: 80px;
} */

.hf__nav ul,
.hs__social-icons ul {
  padding: 0;
  list-style-type: none;
}

.hf__nav ul li {
  margin-right: 29px;
}

.hf__nav ul li:last-child {
  margin-right: 0;
}

.hs__social-icons ul li {
  margin-right: 21px;
}

.hs__social-icons ul li:last-child {
  margin-right: 0;
}

.hf__nav ul li a {
  font-size: 12.5px;
}

.hue-footer .footer__copyright {
  font-size: 12.5px;
  margin: 0;
}

/********************* Audio page styles **********************/
.audio--main-wrapper {
  background: url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_Hue_images_2021/audio_bg_001-1.png') no-repeat;
  background-size: auto !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}

.audio--wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 40px;
  /* max-height: 1500px; */
  height: calc(100vh - 91px);
  overflow: hidden;
}

.audio__thumbnail {
  border-radius: 4px;
}

.audio__thumbnail img {
  max-width: 100%;
  border-radius: 4px;
  max-height: 305px;
}

.player-speakers--wrapper {
  width: 38%;
}

.audio__details h5 {
  color: #984438;
}

.audio__details__transcript--wrapper {
  width: 57%;
  overflow: auto;
  height: 75vh;
}

.speaker__heading {
  color: #984438;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 3px solid #984438;
  display: inline-block;
  margin-bottom: 25px;
}

.floating__player {
  left: 50%;
  width: 65%;
  position: fixed;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
}

.speaker-image img {
  max-width: 100px;
}

.audio__speakers--wrapper {
  overflow: auto;
  height: 35vh;
}

/* IE11 styles */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .audio__speakers--wrapper {
    max-height: 100%;
  }
}


/* Pre login header styles starts */
.pre-login__header--wrapper {
  box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.1);
}

.pre-login__header--wrapper .header__container {
  padding: 0 48px !important;
}

.pre-login__header--wrapper .header__logo--main {
  padding-top: 32px;
  padding-bottom: 31px !important;
}

.login-intro-page .pre-login__header--wrapper {
  display: none !important;
}

/* Pre login header styles ends */


/*********************** Topic intro page styles *************************/
.ti--inner-wrapper,
.video--inner-wrapper {
  background-image: url(https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_Hue_images_2021/video_bg_img_001.png);
  background-size: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.ti--content-wrapper,
.video-content--wrapper {
  max-width: 775px;
  margin: 0 auto;
  padding: 64px 24px 140px;
}

.ti__video-player--wrapper,
.video__video-player--wrapper {
  max-width: 775px;
  margin: 0 auto;
  padding: 0px 24px;
  margin-top: -130px;
}
.intro-transcript--wrapper {
  transition: all 2s ease-in;
}
/* IE11 styles */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .intro-transcript--wrapper {
    margin-top:33px;
  }
}
.intro-transcript--wrapper h3 span {
  margin-left:6px;
  cursor:pointer;
}
.topic-intro-content--wrapper h5,
.video-content--wrapper h5 {
  color: #116780;
  margin-bottom: 10px;
}
.video-content--wrapper h5 {
  margin-bottom: 0px;
}
.topic-intro-content--wrapper h2,
.video-content--wrapper h2 {
  margin-bottom: 29px;
}

.ti__btn--complete {
  margin-bottom: 33px;
}
.intro-transcript--wrapper .transcript-toggle {
  transition: all 0.3s;
}
.intro-transcript--wrapper .transcript-toggle.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-transcript--wrapper .transcript--wrapper {
  margin-bottom:1.5rem;
}
/************************* Video page styles **************************/
.speaker-transcript-tabs--wrapper {
  max-width: 1170px;
  margin: 40px auto 0;
}

.speaker-transcript-tabs--wrapper .tabs-nav ul {
  margin: 0;
  padding: 0;
}

.speaker-transcript-tabs--wrapper .tabs-nav li {
  display: inline-block;
  margin-right: 5px;
  border: 0;
}

.speaker-transcript-tabs--wrapper .tabs-nav li:first-child {
  margin-right: 80px;
}

.speaker-transcript-tabs--wrapper .tabs-nav {
  border-bottom: 1px solid #D0CCC4;
  margin-bottom: 40px;
}

.speaker-transcript-tabs--wrapper .tabs-nav a {
  display: block;
  padding: 10px 15px;
  color: #116780;
  font-weight: 400;
  text-decoration: none;
}

/* Active tab */
.speaker-transcript-tabs--wrapper .tabs-nav li.active {
  background: #FFF;
  border-bottom: 3px solid #116780;
}

.speaker-transcript-tabs--wrapper .tabs-nav li.active a {
  color: #116780;
  font-weight: 700;
}

/* Tab content */
.speaker-transcript-tabs--wrapper .tabs-content {
  padding: 10px;
  background: #FFF;
  overflow: hidden;
}

/* Speaker slider styles */
.speakers-slider--wrapper {
  position: relative;
}

.vs-img--container {
  width: 211px;
  height: 211px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.vs-img--container img {
  /* max-width:211px; */
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* IE11 styles */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .vs-img--container img {
    height: auto;
  }
}

.video-speaker--card {
  max-width: 300px;
}

.speakers-slider--wrapper .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  display: flex;
}

.speakers-slider--wrapper .owl-nav .owl-next {
  margin-left: auto !important;
}

.speakers-slider--wrapper .owl-nav button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.speakers-slider--wrapper .owl-nav button span {
  font-size: 70px;
}

.speakers-slider--wrapper .item {
  display: flex;
  justify-content: center;
}

.speakers-slider--wrapper .owl-prev.disabled span,
.speakers-slider--wrapper .owl-next.disabled span {
  cursor: no-drop;
  color: #E0DCD7;
}

.speakers-slider--wrapper .owl-dots {
  display: none;
}

.transcript--wrapper {
  max-height: 410px;
  overflow: auto;
}

.resources--wrapper {
  max-width: 800px;
  margin: 1rem auto 0;
  border-top: 8px solid #f0efed;
  padding-top: 2rem;
}

.resources--wrapper .resource-header {
  font-weight: 600;
}

.resources--wrapper ul {
  padding-left: 1rem;
}

/* Two/Single row slider styles */
.two-row__slider--wrapper .owl-carousel .owl-nav button.owl-next,
.two-row__slider--wrapper .owl-carousel .owl-nav button.owl-prev,
.single-row__slider--wrapper .owl-carousel .owl-nav button.owl-next,
.single-row__slider--wrapper .owl-carousel .owl-nav button.owl-prev {
  font-size: 40px !important;
  margin-left: 1rem;
  margin-right: 1rem;
  outline: none !important;
}

.two-row__slider--wrapper .owl-theme .owl-dots .owl-dot span,
.single-row__slider--wrapper .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible transition: opacity .2s ease;
  border-radius: 30px;
  outline: none;
}

.two-row__slider--wrapper .owl-theme .owl-dots .owl-dot.active span,
.two-row__slider--wrapper .owl-theme .owl-dots .owl-dot:hover span,
.single-row__slider--wrapper .owl-theme .owl-dots .owl-dot.active span,
.single-row__slider--wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.two-row__slider--wrapper .owl-theme .owl-dots,
.two-row__slider--wrapper .owl-theme .owl-nav,
.single-row__slider--wrapper .owl-theme .owl-dots,
.single-row__slider--wrapper .owl-theme .owl-nav {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.two-row__slider--wrapper .owl-theme .owl-dot:focus,
.single-row__slider--wrapper .owl-theme .owl-dot:focus {
  outline: 0;
  border: 0;
}

.two-row__slider--wrapper .two-row-slider .item,
.single-row__slider--wrapper .single-row-slider .item {
  margin-left: 3px;
  margin-right: 3px;
}

.two-row__slider--wrapper .owl-carousel .owl-stage-outer,
.single-row__slider--wrapper .owl-carousel .owl-stage-outer {
  padding-top: 24px;
}

/******************* Artilce page styles *******************/
.hue-article--wrapper h1 {
  font-size: calc(24px + (64 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(50px + (72 - 32) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.02em;
  font-family: 'Poppins', sans-serif;
}

.hue-article--wrapper h2 {
  font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.hue-article--wrapper h3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.hue-article--wrapper h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.hue-article--wrapper h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.hue-article--wrapper h6 {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
}

.hue-article--wrapper p {
  font-family: 'Mulish', sans-serif;
}
.scroll__content {
  position:relative;
}
/***************** Capture interest page styles ******************/
.capture-interest--wrapper {
  max-width: 1280px;
  margin: 64px auto;
  transition: all 0.3s;
}

.ci-topics--wrapper {
  max-width: 1078px;
  margin: 0 auto;
  transition: all 0.3s;
}

.ci__desc {
  width: 65%;
}

.ci__card {
  border: 1px solid #65615C;
  border-radius: 8px;
  overflow: hidden;
}

.ci__content {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}

.ci__content h4 {
  margin-bottom: 12px;
}

.ci__content p {
  max-height: 80px;
  overflow: auto
}

.ci__topic-img {
  width: 42%;
  border-radius: 0 8px 8px 0;
  margin-left: auto;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ci__topic-img img {
  max-width: 100%;
  max-height: 255px;
  border-radius: 0 8px 8px 0;
}

.ci__watch-btn a {
  max-width: 180px;
}

.ci__watch-btn a:hover {
  color: #32312f;
  background-color: #F0EFED;
}

/***************** Challenges page styles starts *****************/
.challenge--wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
  height: 100%;
  min-height: 800px;
}

.challenge--inner-wrapper {
  position: relative;
}

.challenge__desc {
  width: 40%;
  margin-left: 15%;
  padding-right: 20px;
}

.challenge__img-section {
  position: absolute;
  top: 10%;
  right: 0%;
  transition: all .3s;
}

.challenge__img-section img {
  max-width: 523px;
  transition: all .3s;
}

.challenge__content-section h5 {
  margin-bottom: 12px;
  color: #D89B13;
}

.challenge__content-section h2 {
  margin-bottom: 40px;
}

.c-nxt-btn {
  color: #ffffff;
}

.c-nxt-btn:hover {
  background-color: #F2BD44;
  color: #ffffff;
}

.challenge-line {
  margin-bottom: 30px;
}

.choice-btn,
.choice-btn:focus,
.choice-btn:active {
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #1A9BC1;
  border-radius: 8px;
  padding: 8px 22px;
  color: #1A9BC1;
  width: 442px;
  margin-bottom: 24px;
}

.choice-btn:hover {
  background: #1A9BC1;
  color: #ffffff;
}

.challenge-content p {
  font-size: 16px;
  line-height: 26px;
}


/****************** Profile page styles starts ******************/
.profile-header--section {
  max-width: 1120px;
  margin:0 auto;
  padding-top: 49px;
  padding-bottom: 37px;
}

.user-profile-details--wrapper {
  max-width: 1120px;
  margin: 0 auto 25px;
}

.user-profile-pic--wrapper {
  flex: 1 1 30%;
}

.user-profile-form--wrapper {
  flex: 1 1 70%;
  border-left: 1px solid #E0DCD7;
  padding: 0 40px;
}

.profile-pic--header {
  flex: 1 1 auto;
}

.profile-picture--wrapper {
  width: 204px;
  height: 204px;
  border-radius: 204px;
  overflow: hidden;
  margin: 0 auto 24px;
}
profile-picture--wrapper h2 {
  text-transform:uppercase;
}

.profile-picture--wrapper img {
  width: 204px;
  height: 204px;
  border-radius: 204px;
}
/* IE11 styles */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .profile-pic-group {
    width:50%;
    margin: 0 auto;
  }
}
.profile-pic-group a {
  display: inline-block;
  max-width: 134px;
  margin: 0 auto;
}

.change-pic-btn {
  margin-bottom: 10px !important;
}

.pp-footer-link-group ul {
  padding-left: 0;
  list-style-type: none;
}

.pp-footer-link-group ul li a {
  font-size: 12px;
  line-height: normal;
  color: #3D3B3A;
  text-decoration: underline;
  font-weight: 500;
}

.pp-footer-link-group ul li:first-child a {
  margin-right: 1rem;
}

.user-form--group {
  width: 317px;
  margin-right: 25px;
  margin-bottom: 29px;
}
.user-form--group .text-box {
  border: 1px solid #1F1F1F;
}
.user-form--group .text-box:hover { 
  border: 1px solid #3A97F7;
}
.user-form--group .text-box--disabled, .user-form--group .text-box--disabled:hover {
  border: 1px solid #B2ACA2;
  color: #B2ACA2;
}
.user-password .user-form--group {
  width: 100%;
}

.user-password .user-form--group .pwd-container {
  width: 317px;
  margin-right: 25px;
}

a.change-pwd__link {
  margin-top: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  color:#2B9AF8;
  display:inline-block;
}
a.change-pwd__link:hover {
  color:#2B9AF8;
} 
.profile-pic-footer p {
  margin-bottom:8px;
}
.save-profile-btn {
  max-width:85px;
  text-align: center;
}
.remove-pic-btn {
  color: #F15353;
}
.profile-initials {
  background-color:#FCD2B6;
  color:#98563d;
  width:204px;
  height:204px;
  font-size:70px;
}
/********************* Feedback page styles starts *********************/
.user-feedback-wrapper .dnd-section {
  height: calc(100vh - 92px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 20px;
}

/* Generic styles */
.multiple-topic-titles {
  margin-bottom:0 !important;
}
.topic-type {
  color:#938F87 !important;
}
/********************* 404 error page styles starts *********************/
.masala-404--wrapper .error-page {
  padding: 3rem 0;
}
.masala-404--wrapper .error-page:before {
  display:none;
}
.masala-404__img img{
  max-width:100%;
}
/********************* Intro module styles starts *********************/
.questionnaire {
  margin-top:-130px;
  margin-bottom:3rem;
}
.assessment_question_answer {
  max-width:710px;
  margin:0 auto;
  background-color: #ffffff;
  border: 1px solid #65615C;
  border-radius: 8px;
  padding:24px;
}
.assessment__radio--option {
  margin-bottom:2rem;
}
.assessment__radio--option label {
  margin-left:8px;
}
.assessment__question_cta .error-msg {
  font-size:14px;
  color: #EC4E36;
  margin-bottom:1rem;
}
.assessment__question_cta button {
  background-color:#116780;
  color: #ffffff;
}
.assessment__question_cta button:hover, .assessment__question_cta button:focus, .assessment__question_cta button:active  {
  background-color: #1A9BC1;
}
/* Custom radio btns for IM starts */
.assessment__radio--option  [type="radio"]:checked,
.assessment__radio--option  [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.assessment__radio--option [type="radio"]:checked+label,
.assessment__radio--option [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: normal;
  display: inline-block;
}

.assessment__radio--option [type="radio"]:checked+label {
  color: #E4815B;
  font-weight: 800;
}
.assessment__radio--option [type="radio"]:disabled+label {
  color: #D0CCC4;
}

.assessment__radio--option [type="radio"]:checked+label:before {
  border: 2px solid #E4815B;
}
.assessment__radio--option [type="radio"]:disabled+label:before {
  border: 2px solid #D0CCC4;
}

.assessment__radio--option [type="radio"]:checked+label:before,
.assessment__radio--option [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3D3B3A;
  border-radius: 100%;
  background: #fff;
}
.assessment__radio--option [type="radio"]:checked+label:before {
  border: 2px solid #E4815B;
}
.assessment__radio--option [type="radio"]:disabled+label:before {
  border: 1px solid #D0CCC4;
}
.assessment__radio--option [type="radio"]:checked+label:after,
.assessment__radio--option [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #E4815B;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.assessment__radio--option [type="radio"]:disabled+label:after {
  background: #D0CCC4;
}

.assessment__radio--option [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.assessment__radio--option [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Custom radio btns for IM ends */

/* Custom checkbox styles for 2 column IM starts */
.assessment__2-col-options .assessment__checkbox--option input,
.assessment__1-col-options .assessment__checkbox--option input{
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.assessment__2-col-options .assessment__checkbox--option label,
.assessment__1-col-options .assessment__checkbox--option label {
  position: relative;
  cursor: pointer;
}

.assessment__2-col-options .assessment__checkbox--option label:before,
.assessment__1-col-options .assessment__checkbox--option label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 4px;
  top:-2px;
}

.assessment__2-col-options .assessment__checkbox--option input:checked + label:after, 
.assessment__1-col-options .assessment__checkbox--option input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.assessment__2-col-options .assessment__checkbox--option input:checked + label,
.assessment__1-col-options .assessment__checkbox--option input:checked + label {
  font-weight:bold;
}
.assessment__2-col-options .assessment__checkbox--option input:disabled + label,
.assessment__1-col-options .assessment__checkbox--option input:disabled + label {
  /*   color:#D0CCC4;  */
  color:#D0CCC4;
}
.assessment__2-col-options .assessment__checkbox--option input:disabled + label:after,
.assessment__1-col-options .assessment__checkbox--option input:disabled + label:after {
  border: solid #D0CCC4;
  border-width: 0 2px 2px 0;
}
.assessment__2-col-options .assessment__checkbox--option input:disabled + label:before,
.assessment__1-col-options .assessment__checkbox--option input:disabled + label:before {
  border: solid #D0CCC4;
}
.assessment__2-col-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.assessment__2-col-options .assessment__checkbox--option, 
.assessment__1-col-options .assessment__checkbox--option {
  margin-bottom:27px;
}
.assessment__2-col-options .assessment__checkbox--option {
  width: 48%;  
}
/* Custom checkbox styles for 2 column IM  ends */

/* Custom checkbox styles for cards IM  starts */
.assessment__card-options .assessment__checkbox--option {
  position: relative;
  display: inline-block;
  width:33.33%;
  height:137px;
  overflow:hidden;
}

.assessment__card-options .assessment__checkbox--option input[type="checkbox"] {
  display: none;
}
.assessment__card-options .assessment__checkbox--option input:disabled + label {
  background-color: #D0CCC4 !important;
}
.assessment__card-options .assessment__checkbox--option input[type="checkbox"]:checked + label {
  background-color: #F5CD73;
}
.assessment__card-options .assessment__checkbox--option [type="checkbox"]:not(:checked) + label {
  background-color: #ffffff !important;
}
.assessment__card-options .assessment__checkbox--option [type="checkbox"]:not(:checked) + label:hover {
  background-color: #F9DEA1;
}
.assessment__card-options .assessment__checkbox--option label {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  line-height: normal;
  border-radius: 4px;
  color:#000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FAFAF9;
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.1);
}

.assessment__card-options .assessment__checkbox--option label:hover {
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

/* Custom checkbox styles for cards IM  ends */
.intro-text-screens-wrapper {
  max-width:1120px;
  margin: 0 auto;
}
#intro-complete-part-one {
  display:flex;
  align-items:center;
  height:calc(100vh - 200px);
}
#intro-complete-part-two {
  margin: 80px 0;
}
/********************* Intro module styles ends *********************/

/********************* Dashboard template styles starts *********************/
.dashboard--main-wrapper {
  padding:80px 20px;
}
.dashboard--wrapper {
  max-width:1440px;
  margin:0 auto;
}
.intro-dashboard--wrapper {
  max-width:1120px;
  margin:0 auto;
}
/********************* Dashboard template styles ends *********************/

/********************* Intro JS tooltip styles starts *********************/
.tour-icon--wrapper {
  position:relative;
  margin-left: auto;
  transition:all 0.3s;
}
.tour-hint {
  background-color: #e0dcd7;
  padding: 6px 11px;
  display: inline-block;
  width: 195px;
  border-radius: 4px;
  margin-left: .5rem;
  display: none;
  position: absolute;
  z-index: 1;
  transition:all 0.3s;
  text-align:center;
  font-size:14px;
  right:0;
}
.tour-icon--wrapper:hover .tour-hint {
  display:block;
}
.tour-icon {
  cursor:pointer;
}

.introjs-tooltip.bridge-tour--wrapper {
  background: #FDFCFC;
  box-shadow: 0px 8px 20px rgb(0,0,0,0.2) !important;
  border-radius: 4px !important;
  max-width:380px !important;
}
.bridge-tour--wrapper .introjs-nextbutton, .bridge-tour--wrapper .introjs-nextbutton:focus, 
.bridge-tour--wrapper .introjs-prevbutton, .bridge-tour--wrapper .introjs-prevbutton:focus {
  border-radius: 36px;
  padding: 4px 18px;
  border:0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow:none;
  transition:all 0.3s;
}
.bridge-tour--wrapper .introjs-nextbutton, .bridge-tour--wrapper .introjs-nextbutton:focus {
  background-color: #2B9AF8;
  color:#ffffff;
}
.bridge-tour--wrapper .introjs-prevbutton, .bridge-tour--wrapper .introjs-prevbutton:focus {
  background-color: #EDEEEE;
  color:#3D3B3A;
}
.bridge-tour--wrapper .introjs-nextbutton:hover {
  background-color: #48a5f2;
  color:#ffffff;
}
.bridge-tour--wrapper .introjs-prevbutton:hover {
  background-color: #FAFAF9;
  color:#3D3B3A;
}
.bridge-tour--wrapper .introjs-tooltip-title {
  font-family: 'Poppins',sans-serif;
  font-weight:600;
  font-size:18px;
}
.bridge-tour--wrapper .introjs-tooltiptext {
  font-family: Mulish;
}
.bridge-tour--wrapper .introjs-tooltip-header {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  padding-right:15px;
} 
.bridge-tour--wrapper .introjs-skipbutton {
  margin-left:auto;
  padding: 0;
  font-size:0;
  color:#494a52 !important;
}
.bridge-tour--wrapper .introjs-skipbutton:after {
  content: "\e9a3";
  font-family: 'masala-icon-set';
  font-size:24px;
  color:#494a52 !important;
}
.introjs-helperLayer {
  -webkit-box-shadow: rgb(253, 228, 211, 0.8) 0px 0px 1px 2px, rgb(253, 228, 211, 0.8) 0px 0px 0px 5000px !important;
  box-shadow: rgb(253, 228, 211, 0.8) 0px 0px 1px 2px, rgb(253, 228, 211, 0.8) 0px 0px 0px 5000px !important;
}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .introjs-helperLayer {
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .introjs-overlay {
    background-color: rgba(253, 228, 211, 0.8) !important;
    opacity:1 !important;
  }
  }}
/********************* Intro JS tooltip styles ends *********************/
/********************* Trial user expired page styles starts*********************/
.hue-intro-wrapper h1 {
  font-size: calc(24px + (64 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(50px + (72 - 50) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.02em;
  margin: 1.4rem 0;
  text-align:center;
}
.bridge-logout-page h2 {
  font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.01em; 
  margin: 1.4rem 0;
  text-align:center;
}

.hue-intro-wrapper a, .hue-intro-wrapper a:hover, .hue-intro-wrapper a:focus, .hue-intro-wrapper a:active {
  color:#ffffff;
  text-decoration:underline;
}
.hue-intro-wrapper .dnd-column {
  background: rgba(0,0,0,0.25);
  backdrop-filter: blur(12px);
  padding:1rem;
  border-radius:10px;
}
/********************* Trial user expired page styles ends *********************/



/************************ Brand name changes starts ************************/
sup {
  top: -1em;
}
sup, sub {
  font-size: 40%;
}
/************************ Brand name changes ends ************************/
/************************ Media queries starts ************************/

@media (max-width:1535px) {

  #create-micro-commitment-modal,
  #update-micro-commitment-modal,
  #mark-done-micro-commitment-modal,
  #completed-micro-commitment-modal,
  #micro-commitment-delete-confirmation-modal {
    width: 70%;
    padding: 120px 160px;
  }
}

@media (max-width:1366px) {

  #create-micro-commitment-modal,
  #update-micro-commitment-modal,
  #mark-done-micro-commitment-modal,
  #completed-micro-commitment-modal,
  #micro-commitment-delete-confirmation-modal {
    width: 80%;
    padding: 120px 150px;
  }

  .audio--wrapper {
    /*     height: 100%; */
    padding: 40px;
    overflow:auto;
    max-height: 720px;
  }
  .audio__details__transcript--wrapper {
    height: 640px;
  }
  .audio__speakers--wrapper {
    /*     height: 475px; */
  }
}

@media (max-width:1280px) {
  .hue__header .submenu.level-1>li {
    padding: 15px 30px;
  }

  #create-micro-commitment-modal,
  #update-micro-commitment-modal,
  #mark-done-micro-commitment-modal,
  #completed-micro-commitment-modal, 
  #micro-commitment-delete-confirmation-modal{
    width: 90%;
    padding: 120px 120px;
  }

  .capture-interest--wrapper {
    padding: 0 48px
  }

  .challenge__img-section img {
    max-width: 400px;
  }

  .challenge__desc {
    width: 50%;
  }
}

@media (max-width:1200px) {
  .hue-footer .footer__container {
    padding: 60px 48px 75px;
  }

  .hf__btns {
    flex: none;
  }

  /* .hf__content {
  flex: 1 1 auto;
} */

  .floating__player {
    width: 95%;
  }

  .speaker-transcript-tabs--wrapper .tabs-content,
  .resources--wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width:1170px) and (min-width:993px) {
  .speaker-image {
    margin-right: 1rem;
  }
}
@media (max-width:1120px) {
  .intro-text-screens-wrapper {
    padding:0 48px;
  }
}
@media (max-width:1110px) {

  .v-speaker__title,
  .v-speaker__bio {
    text-align: center;
  }

  .vs-img--container {
    margin:0 auto 1rem;
  }
}

@media (max-width:1100px) {
  .ci-topics--wrapper {
    padding: 0 48px;
  }

  .ci__content p {
    max-height: 55px;
    padding-right: 10px;
  }

  .ci__desc {
    width: 98%;
  }

  .challenge__desc {
    width: 54%;
    margin-left: 9%;
  }

  .challenge__img-section img {
    max-width: 380px;
    width: 380px;
    height:100%;
  }
  .user-profile-form--wrapper {
    padding: 0 30px;
  }
  .user-form--group, .user-password .user-form--group .pwd-container {
    width:295px;
  }
}

@media (max-width:1001px) and (min-width:993px) {
  .user-profile-form--wrapper {
    padding: 0 25px;
  }
  .user-form--group, .user-password .user-form--group .pwd-container {
    width:290px;
  }
}

@media (max-width:992px) {
  .hf__content p {
    width: 80%;
  }

  /* Audio page styles */
  .audio--wrapper {
    flex-direction: column;
    padding: 40px 48px;
  }

  .player-speakers--wrapper,
  .audio__details__transcript--wrapper {
    width: 100%;
  }

  .speaker-card {
    margin-bottom: 2rem;
  }

  .audio__details__transcript--wrapper {
    margin-top: 2rem;
    height: 500px;
  }

  .audio__speakers--wrapper {
    height: 500px;
  }

  .audio--wrapper {
    height: 100%;
  }

  .edit-mc .dnd_area-row-0-background-image,
  .create-mc .dnd_area-row-0-background-image {
    background-size: 100% !important;
  }

  .challenge--inner-wrapper.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .challenge__img-section {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .challenge__desc {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }

  .challenge--wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
    height: 100%;
  }
  .user-password .user-form--group {
    flex-direction: column;
    align-items: flex-start;
  }
  .user-form--group, .user-password .user-form--group .pwd-container {
    width:100%;
    margin-right: 0;
  }
  .user-profile-pic--wrapper {
    flex: 1 1 40%;
  } 
  .user-profile-form--wrapper {
    flex: 1 1 60%;
  }
}


@media (min-width: 768px) and (max-width: 992px) {
  .hue__header .header__container {
    padding: 20px;
  }

  .hue__header .submenu.level-1>li {
    padding: 22px 15px;
  }

  #create-micro-commitment-modal,
  #update-micro-commitment-modal,
  #mark-done-micro-commitment-modal,
  #completed-micro-commitment-modal,
  #micro-commitment-delete-confirmation-modal{
    width: 90%;
    padding: 80px 60px;
  }

  #completed-mc-notes,
  #completed-mc-description {
    width: 87%;
  }
}

@media (max-width:900px) {
  .ci__card {
    flex-direction: column;
    max-height: 100%;
  }

  .ci__content {
    width: 100%;
    padding: 40px 30px;
  }

  .ci__content p {
    max-height: 100%;
    padding-right: 0;
  }

  .ci__topic-img {
    width: 100%;
    border-radius: 0 0 8px 8px;
    line-height: 0;
  }

  .ci__topic-img img {
    width: 100%;
    max-height: 100%;
    border-radius: 0 0 8px 8px;
  }

  .ci__desc {
    width: 100%;
  }
}

@media (max-width:767px) {
  .hue__header .header__logo img {
    max-width: 63% !important;
  }
  .hue__header .header__navigation--toggle.hide {
    display: none !important;
  }

  .hue__header .header__close--toggle,
  .header__navigation--toggle {
    margin: 0;
  }

  .header__row-2.profile__section--wrapper {
    display: none;
  }

  .hue__header .header__container {
    padding: 20px !important;
  }

  .hue__header .header__container .header__row-1 {
    width: auto;
    justify-content: flex-end;
  }

  .hue__header .header__container .header__logo.header__logo--main {
    width: auto;
  }

  .hue__header .submenu.level-1>li {
    padding: 15px 20px;
    border-top: 0;
    border-bottom: 2px solid #ced4db;
  }

  .header__nav--desktop-only {
    display: none;
  }

  .header__nav--mobile-only {
    display: block;
  }

  .header__nav--mobile-only .submenu.level-1>li.organization-header-link {
    display: none;
  }

  .hue__header .header__navigation.open {
    height: 100% !important;
  }

  #create-micro-commitment-modal,
  #update-micro-commitment-modal,
  #mark-done-micro-commitment-modal,
  #completed-micro-commitment-modal,
  #micro-commitment-delete-confirmation-modal {
    width: 100%;
    padding: 20px;
  }

  .mc-dp-static-text--wrapper #recommended_due_date_datepicker,
  .mc-dp-static-text--wrapper #wmo_due_date_datepicker,
  .mc-dp-static-text--wrapper #update_due_date_datepicker {
    width: 33%;
  }

  .modal#create-micro-commitment-modal a.close-modal,
  .modal#update-micro-commitment-modal a.close-modal,
  .modal#mark-done-micro-commitment-modal a.close-modal,
  .modal#completed-micro-commitment-modal a.close-modal,
  .modal#micro-commitment-delete-confirmation-modal a.close-modal {
    top: 10px;
    right: 10px;
  }

  #create-micro-commitment-form h2 {
    line-height: 32px;
  }

  .mobile-only-popup-bg-img {
    display: block;
    position: absolute;
    bottom: -7px;
    right: 0;
  }

  .desktop-only-popup-bg-img {
    display: none;
  }

  #micro-commitment-options,
  #update-micro-commitment-options,
  #topic_dropdown,
  #commit_options {
    padding: 11px 40px 11px 18px;
  }

  .hue-footer .footer__container {
    padding: 40px 24px;
  }

  .hf__bottom-content {
    flex-direction: column;
  }

  .hf-footer-nav-social-icons--wrapper {
    margin-left: 0;
    margin-top: 10px;
  }

  .audio--wrapper {
    padding: 40px 24px;
  }

  .speakers-slider--wrapper .owl-dots {
    display: block;
    margin-top: 0 !important;
  }

  .speakers-slider--wrapper .owl-nav {
    display: none;
  }

  .speaker-transcript-tabs--wrapper .tabs-content,
  .resources--wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mc__btn--group {
    display: block;
  }

  .ci-topics--wrapper,
  .capture-interest--wrapper {
    padding: 0 24px;
  }

  .challenge__img-section img {
    max-width: 270px;
    width: 270px;
    height:100%;
  }

  section.micro-commitment-page--wrapper {
    min-height: 485px;
  }
  .ci__topic-img img {
    height:100%;
  }
  .assessment_question_answer {
    padding:24px;
  } 
  .hue-intro-wrapper .dnd-column {
    padding:1rem;
  }
  #intro-complete-part-two {
    margin: 40px 0 0;
  }
}
@media (max-width:660px) {
  .assessment_question_answer {
    margin:0 24px;
  } 
  .assessment__card-options .assessment__checkbox--option {
    width:50%;
  }
}
@media (max-width:640px) {
  .allow-mc-tool-tip {
    left: -200px;
  }
  .hf-text-btns--wrapper {
    flex-direction: column;
    align-items: flex-start
  }
  section.user-profile-details--wrapper.d-flex {
    flex-direction: column;
  }
  .profile-pic-footer {
    margin-top: 3rem;
  }
  .hf__content.width-70 {
    width:100%;
  }
  .assessment__2-col-options {
    display:block;
    max-height:300px;
    overflow:auto;
  }
  .assessment__2-col-options .assessment__checkbox--option {
    width: 100%;
  } 
  .intro-text-screens-wrapper {
    padding:0 24px;
  }
}

@media (max-width:560px) {

  .mc-dp-static-text--wrapper #recommended_due_date_datepicker,
  .mc-dp-static-text--wrapper #wmo_due_date_datepicker,
  .mc-dp-static-text--wrapper #update_due_date_datepicker {
    width: 35%;
  }

  .allow-mc-tool-tip {
    left: 0;
  }

  .mc-allow--wrapper.d-flex.align-items-center {
    display: inline-block;
  }

  .hf__content p {
    width: 90%;
  }

}

@media (max-width:530px) {

  /* .mc-dp-static-text--wrapper #recommended_due_date_datepicker,
  .mc-dp-static-text--wrapper #wmo_due_date_datepicker,
  .mc-dp-static-text--wrapper #update_due_date_datepicker {
  width: 50%;
} */

  .challenge__content-section {
    margin-top: 1rem;
  }
  .assessment_question_answer {
    margin: 0 12px;
  }
  .assessment_question_answer {
    padding: 12px;
  }
}


@media (max-width:470px) {
  .hf-footer-nav-social-icons--wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hf__nav {
    margin-bottom: 1rem;
  }

  .hf__content p {
    width: 100%;
  }

  .speaker-card {
    flex-direction: column;
    align-items: center;
  }

  .speaker-image.mr-2rem {
    margin-right: 0;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
  }

  .speaker-image img {
    max-width: 100%;
    width:100%;
    height:100%;
  }

  .choice-btn,
  .choice-btn:focus,
  .choice-btn:active {
    width: 100%;
  }
}

@media (max-width:460px) {
  .btn-update-micro-commitment--wrapper.d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-update-micro-commitment--wrapper .btn-cancel,
  .btn-update-micro-commitment--wrapper .btn-update-micro-commitment, .btn-md-delete-cancel {
    margin-left: 0;
  }

  .btn-delete-micro-commitment {
    margin-bottom: 1rem;
    padding: 8px 24px !important;
  }

  .btn-update-micro-commitment--wrapper .btn-cancel {
    margin-bottom: 1rem;
  }

  .btn-complete-micro-commitment--wrapper.d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-complete-micro-commitment--wrapper .btn-cancel,
  .btn-complete-micro-commitment--wrapper .btn-complete-micro-commitment {
    margin-left: 0;
  }

  .btn-delete-micro-commitment {
    margin-bottom: 1rem;
    padding: 8px 24px !important;
  }

  .btn-complete-micro-commitment--wrapper .btn-cancel {
    margin-bottom: 1rem;
  }

  .mc-dp-static-text--wrapper #recommended_due_date_datepicker,
  .mc-dp-static-text--wrapper #wmo_due_date_datepicker,
  .mc-dp-static-text--wrapper #update_due_date_datepicker {
    width: 70%;
  }

  .video-header--container {
    display: flex;
    flex-direction: column-reverse;
  }

  .video__video-player--wrapper {
    margin-top: -60px;
  }

  .video--inner-wrapper {
    background-image: none;
    background-color: #D2EEF7;
  }

  .video-content--wrapper {
    padding: 40px 24px 60px;
  }
  .hf-logo-copyright--wrapper.width-70 {
    width:100%;
  }
  .questionnaire {
    margin-top:-60px;
  }
}

@media (max-width:420px) {
  .speaker-transcript-tabs--wrapper .tabs-nav li:first-child {
    margin-right: 10px;
  }

  .ci__content {
    padding: 40px 15px;
  }
  .assessment__card-options .assessment__checkbox--option {
    width: 100%;
  }
  .assessment__card-options {
    height: 360px;
    overflow: auto;
  }
}

@media (max-width:380px) {
  .hf__nav ul li {
    margin-right: 10px;
  }
}

@media (max-width:340px) {
  .hf__nav ul {
    flex-direction: column;
  }

  .hf__nav ul li {
    margin-bottom: 10px;
  }

  .hf__nav ul li:last-child {
    margin-bottom: 0;
  }
}
@font-face {
    font-family: 'masala-icon-set';
    src:
      url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_hue_fonts/masala-icon-set.ttf') format('truetype'),
      url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_hue_fonts/masala-icon-set.woff') format('woff'),
      url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_hue_fonts/masala-icon-set.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'masala-icon-set';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Icon section styles starts */
  .svg__icon-inner-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .icon-name {
    margin-left:1rem;
    font-family: 'masala-icon-set' !important;
  }
  .fi {
  
  }
  .fi--lg {
    font-size: 32px;
  }
  .fi--md {
    font-size: 24px;
  }
  .fi--sm {
    font-size: 16px;
  }
  .icon-name {
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px;
  }
  /* Icon section styles ends */
  
  
  .icon-360:before {
    content: "\e900";
  }
  .icon-add-to-library:before {
    content: "\e901";
  }
  .icon-advertisement:before {
    content: "\e902";
  }
  .icon-airplay:before {
    content: "\e903";
  }
  .icon-alarm:before {
    content: "\e904";
  }
  .icon-alarm-checked:before {
    content: "\e905";
  }
  .icon-alarm-minus:before {
    content: "\e906";
  }
  .icon-alarm-no:before {
    content: "\e907";
  }
  .icon-alarm-plus:before {
    content: "\e908";
  }
  .icon-alarm-snooze:before {
    content: "\e909";
  }
  .icon-alert-circle:before {
    content: "\e90a";
  }
  .icon-alert-octagon:before {
    content: "\e90b";
  }
  .icon-alert-triangle:before {
    content: "\e90c";
  }
  .icon-app-notification:before {
    content: "\e90d";
  }
  .icon-apps:before {
    content: "\e90e";
  }
  .icon-arrow-bold-bottom:before {
    content: "\e90f";
  }
  .icon-arrow-bold-forvard:before {
    content: "\e910";
  }
  .icon-arrow-bold-forvard-all:before {
    content: "\e911";
  }
  .icon-arrow-bold-left:before {
    content: "\e912";
  }
  .icon-arrow-bold-redo:before {
    content: "\e913";
  }
  .icon-arrow-bold-reply:before {
    content: "\e914";
  }
  .icon-arrow-bold-reply-all:before {
    content: "\e915";
  }
  .icon-arrow-bold-right:before {
    content: "\e916";
  }
  .icon-arrow-bold-top:before {
    content: "\e917";
  }
  .icon-arrow-bold-undo:before {
    content: "\e918";
  }
  .icon-arrow-bottom:before {
    content: "\e919";
  }
  .icon-arrow-bottom-left:before {
    content: "\e91a";
  }
  .icon-arrow-bottom-right:before {
    content: "\e91b";
  }
  .icon-arrow-forward:before {
    content: "\e91c";
  }
  .icon-arrow-forward-all:before {
    content: "\e91d";
  }
  .icon-arrow-left:before {
    content: "\e91e";
  }
  .icon-arrow-left-curved:before {
    content: "\e91f";
  }
  .icon-arrow-redo:before {
    content: "\e920";
  }
  .icon-arrow-reply:before {
    content: "\e921";
  }
  .icon-arrow-reply-all:before {
    content: "\e922";
  }
  .icon-arrow-right:before {
    content: "\e923";
  }
  .icon-arrow-right-curved:before {
    content: "\e924";
  }
  .icon-arrows-diagonals:before {
    content: "\e925";
  }
  .icon-arrows-diagonals-bltr:before {
    content: "\e926";
  }
  .icon-arrows-diagonals-tlbr:before {
    content: "\e927";
  }
  .icon-arrows-hv:before {
    content: "\e928";
  }
  .icon-arrow-top:before {
    content: "\e929";
  }
  .icon-arrow-top-left:before {
    content: "\e92a";
  }
  .icon-arrow-top-right:before {
    content: "\e92b";
  }
  .icon-arrow-undo:before {
    content: "\e92c";
  }
  .icon-artist:before {
    content: "\e92d";
  }
  .icon-atom:before {
    content: "\e92e";
  }
  .icon-at-sign:before {
    content: "\e92f";
  }
  .icon-avocado:before {
    content: "\e930";
  }
  .icon-bag:before {
    content: "\e931";
  }
  .icon-bar-chart-basic:before {
    content: "\e932";
  }
  .icon-bascket:before {
    content: "\e933";
  }
  .icon-battery:before {
    content: "\e934";
  }
  .icon-battery-20:before {
    content: "\e935";
  }
  .icon-battery-40:before {
    content: "\e936";
  }
  .icon-battery-60:before {
    content: "\e937";
  }
  .icon-battery-80:before {
    content: "\e938";
  }
  .icon-battery-100:before {
    content: "\e939";
  }
  .icon-battery-charching:before {
    content: "\e93a";
  }
  .icon-battery-no:before {
    content: "\e93b";
  }
  .icon-behance:before {
    content: "\e93c";
  }
  .icon-bell:before {
    content: "\e93d";
  }
  .icon-bell-add:before {
    content: "\e93e";
  }
  .icon-bell-alert:before {
    content: "\e93f";
  }
  .icon-bell-checked:before {
    content: "\e940";
  }
  .icon-bell-minus:before {
    content: "\e941";
  }
  .icon-bell-no:before {
    content: "\e942";
  }
  .icon-bitcoin:before {
    content: "\e943";
  }
  .icon-block-align-bottom:before {
    content: "\e944";
  }
  .icon-block-align-horizontally:before {
    content: "\e945";
  }
  .icon-block-align-left:before {
    content: "\e946";
  }
  .icon-block-align-right:before {
    content: "\e947";
  }
  .icon-block-align-top:before {
    content: "\e948";
  }
  .icon-block-align-vertically:before {
    content: "\e949";
  }
  .icon-block-distribute-horizontally:before {
    content: "\e94a";
  }
  .icon-block-distribute-vertically:before {
    content: "\e94b";
  }
  .icon-bluetooth:before {
    content: "\e94c";
  }
  .icon-bluetooth-no:before {
    content: "\e94d";
  }
  .icon-bone:before {
    content: "\e94e";
  }
  .icon-book-basic:before {
    content: "\e94f";
  }
  .icon-bookmark-add-basic:before {
    content: "\e950";
  }
  .icon-bookmark-basic:before {
    content: "\e951";
  }
  .icon-bookmark-no-basic:before {
    content: "\e952";
  }
  .icon-bookmarks-basic:before {
    content: "\e953";
  }
  .icon-box-basic:before {
    content: "\e954";
  }
  .icon-brake-page:before {
    content: "\e955";
  }
  .icon-bread:before {
    content: "\e956";
  }
  .icon-brightness-high:before {
    content: "\e957";
  }
  .icon-brightness-low:before {
    content: "\e958";
  }
  .icon-broadcast:before {
    content: "\e959";
  }
  .icon-broadcasting:before {
    content: "\e95a";
  }
  .icon-browser-basic:before {
    content: "\e95b";
  }
  .icon-browser-no-basic:before {
    content: "\e95c";
  }
  .icon-brush-basic:before {
    content: "\e95d";
  }
  .icon-calculator-basic:before {
    content: "\e95e";
  }
  .icon-calendar:before {
    content: "\e95f";
  }
  .icon-calendar-checked:before {
    content: "\e960";
  }
  .icon-calendar-create:before {
    content: "\e961";
  }
  .icon-calendar-dates:before {
    content: "\e962";
  }
  .icon-calendar-delete:before {
    content: "\e963";
  }
  .icon-calendar-minus:before {
    content: "\e964";
  }
  .icon-calendar-plus:before {
    content: "\e965";
  }
  .icon-call-add:before {
    content: "\e966";
  }
  .icon-call-calling:before {
    content: "\e967";
  }
  .icon-call-decline:before {
    content: "\e968";
  }
  .icon-call-end:before {
    content: "\e969";
  }
  .icon-call-forwarded:before {
    content: "\e96a";
  }
  .icon-call-hash:before {
    content: "\e96b";
  }
  .icon-call-hold:before {
    content: "\e96c";
  }
  .icon-call-incoming:before {
    content: "\e96d";
  }
  .icon-call-missed:before {
    content: "\e96e";
  }
  .icon-call-muted:before {
    content: "\e96f";
  }
  .icon-call-no:before {
    content: "\e970";
  }
  .icon-call-numbers:before {
    content: "\e971";
  }
  .icon-call-outcoming:before {
    content: "\e972";
  }
  .icon-call-phone:before {
    content: "\e973";
  }
  .icon-call-recieved:before {
    content: "\e974";
  }
  .icon-call-voicemail:before {
    content: "\e975";
  }
  .icon-camera-basic:before {
    content: "\e976";
  }
  .icon-camera-create-basic:before {
    content: "\e977";
  }
  .icon-camera-no-basic:before {
    content: "\e978";
  }
  .icon-cart:before {
    content: "\e979";
  }
  .icon-case-basic:before {
    content: "\e97a";
  }
  .icon-cast:before {
    content: "\e97b";
  }
  .icon-CD:before {
    content: "\e97c";
  }
  .icon-check-mark-basic:before {
    content: "\e97d";
  }
  .icon-check-marks-basic:before {
    content: "\e97e";
  }
  .icon-chevron-bottom:before {
    content: "\e97f";
  }
  .icon-chevron-left:before {
    content: "\e980";
  }
  .icon-chevron-right:before {
    content: "\e981";
  }
  .icon-chevrons-bottom:before {
    content: "\e982";
  }
  .icon-chevrons-left:before {
    content: "\e983";
  }
  .icon-chevrons-right:before {
    content: "\e984";
  }
  .icon-chevrons-top:before {
    content: "\e985";
  }
  .icon-chevron-top:before {
    content: "\e986";
  }
  .icon-chicken:before {
    content: "\e987";
  }
  .icon-circle-arrow-bottom:before {
    content: "\e988";
  }
  .icon-circle-arrow-bottom-left:before {
    content: "\e989";
  }
  .icon-circle-arrow-bottom-right:before {
    content: "\e98a";
  }
  .icon-circle-arrow-left:before {
    content: "\e98b";
  }
  .icon-circle-arrow-left-curved:before {
    content: "\e98c";
  }
  .icon-circle-arrow-right:before {
    content: "\e98d";
  }
  .icon-circle-arrow-right-curved:before {
    content: "\e98e";
  }
  .icon-circle-arrow-top:before {
    content: "\e98f";
  }
  .icon-circle-arrow-top-left:before {
    content: "\e990";
  }
  .icon-circle-arrow-top-right:before {
    content: "\e991";
  }
  .icon-circle-basic:before {
    content: "\e992";
  }
  .icon-circle-block-basic:before {
    content: "\e993";
  }
  .icon-circle-checked-basic:before {
    content: "\e994";
  }
  .icon-circle-chevron-bottom:before {
    content: "\e995";
  }
  .icon-circle-chevron-left:before {
    content: "\e996";
  }
  .icon-circle-chevron-right:before {
    content: "\e997";
  }
  .icon-circle-chevrons-bottom:before {
    content: "\e998";
  }
  .icon-circle-chevrons-left:before {
    content: "\e999";
  }
  .icon-circle-chevrons-right:before {
    content: "\e99a";
  }
  .icon-circle-chevrons-top:before {
    content: "\e99b";
  }
  .icon-circle-chevron-top:before {
    content: "\e99c";
  }
  .icon-circle-menu-basic:before {
    content: "\e99d";
  }
  .icon-circle-minus-basic:before {
    content: "\e99e";
  }
  .icon-circle-more-horizontal-basic:before {
    content: "\e99f";
  }
  .icon-circle-more-vertical-basic:before {
    content: "\e9a0";
  }
  .icon-circle-plus-basic:before {
    content: "\e9a1";
  }
  .icon-circle-star-basic:before {
    content: "\e9a2";
  }
  .icon-circle-x-basic:before {
    content: "\e9a3";
  }
  .icon-clear-style-basic:before {
    content: "\e9a4";
  }
  .icon-clipboard:before {
    content: "\e9a5";
  }
  .icon-clipboard-checked:before {
    content: "\e9a6";
  }
  .icon-clipboard-delete:before {
    content: "\e9a7";
  }
  .icon-clipboard-minus:before {
    content: "\e9a8";
  }
  .icon-clipboard-plus:before {
    content: "\e9a9";
  }
  .icon-clipboard-text:before {
    content: "\e9aa";
  }
  .icon-cloud:before {
    content: "\e9ab";
  }
  .icon-cloud-checked:before {
    content: "\e9ac";
  }
  .icon-cloud-connect:before {
    content: "\e9ad";
  }
  .icon-cloud-download:before {
    content: "\e9ae";
  }
  .icon-cloud-no:before {
    content: "\e9af";
  }
  .icon-cloud-upload:before {
    content: "\e9b0";
  }
  .icon-code:before {
    content: "\e9b1";
  }
  .icon-coffee:before {
    content: "\e9b2";
  }
  .icon-command:before {
    content: "\e9b3";
  }
  .icon-comment:before {
    content: "\e9b4";
  }
  .icon-comment-checked:before {
    content: "\e9b5";
  }
  .icon-comment-delete:before {
    content: "\e9b6";
  }
  .icon-comment-minus:before {
    content: "\e9b7";
  }
  .icon-comment-plus:before {
    content: "\e9b8";
  }
  .icon-comment-text:before {
    content: "\e9b9";
  }
  .icon-compas:before {
    content: "\e9ba";
  }
  .icon-contrast:before {
    content: "\e9bb";
  }
  .icon-copy-basic:before {
    content: "\e9bc";
  }
  .icon-coupon:before {
    content: "\e9bd";
  }
  .icon-creditcard:before {
    content: "\e9be";
  }
  .icon-creditcard-add:before {
    content: "\e9bf";
  }
  .icon-creditcard-face:before {
    content: "\e9c0";
  }
  .icon-creditcard-income:before {
    content: "\e9c1";
  }
  .icon-creditcard-no:before {
    content: "\e9c2";
  }
  .icon-creditcard-outcome:before {
    content: "\e9c3";
  }
  .icon-creditcard-scan:before {
    content: "\e9c4";
  }
  .icon-cross:before {
    content: "\e9c5";
  }
  .icon-crosshairs:before {
    content: "\e9c6";
  }
  .icon-cup:before {
    content: "\e9c7";
  }
  .icon-cut-basic:before {
    content: "\e9c8";
  }
  .icon-cut-coupon:before {
    content: "\e9c9";
  }
  .icon-dashboard-basic:before {
    content: "\e9ca";
  }
  .icon-database:before {
    content: "\e9cb";
  }
  .icon-delete-basic:before {
    content: "\e9cc";
  }
  .icon-delivery:before {
    content: "\e9cd";
  }
  .icon-devices:before {
    content: "\e9ce";
  }
  .icon-direction:before {
    content: "\e9cf";
  }
  .icon-direction-45:before {
    content: "\e9d0";
  }
  .icon-discount:before {
    content: "\e9d1";
  }
  .icon-download-basic:before {
    content: "\e9d2";
  }
  .icon-download-bold-basic:before {
    content: "\e9d3";
  }
  .icon-dribbble:before {
    content: "\e9d4";
  }
  .icon-drop-basic:before {
    content: "\e9d5";
  }
  .icon-edit-shape:before {
    content: "\e9d6";
  }
  .icon-egg:before {
    content: "\e9d7";
  }
  .icon-eject:before {
    content: "\e9d8";
  }
  .icon-elements:before {
    content: "\e9d9";
  }
  .icon-equalizer:before {
    content: "\e9da";
  }
  .icon-ethereum:before {
    content: "\e9db";
  }
  .icon-external-link-basic:before {
    content: "\e9dc";
  }
  .icon-eye-basic:before {
    content: "\e9dd";
  }
  .icon-eye-no-basic:before {
    content: "\e9de";
  }
  .icon-facebook:before {
    content: "\e9df";
  }
  .icon-file:before {
    content: "\e9e0";
  }
  .icon-file-checked:before {
    content: "\e9e1";
  }
  .icon-file-code:before {
    content: "\e9e2";
  }
  .icon-file-create:before {
    content: "\e9e3";
  }
  .icon-file-delete:before {
    content: "\e9e4";
  }
  .icon-file-download:before {
    content: "\e9e5";
  }
  .icon-file-draft:before {
    content: "\e9e6";
  }
  .icon-file-minus:before {
    content: "\e9e7";
  }
  .icon-file-plus:before {
    content: "\e9e8";
  }
  .icon-file-scan:before {
    content: "\e9e9";
  }
  .icon-file-shredder:before {
    content: "\e9ea";
  }
  .icon-file-text:before {
    content: "\e9eb";
  }
  .icon-file-upload:before {
    content: "\e9ec";
  }
  .icon-filter:before {
    content: "\e9ed";
  }
  .icon-flag-basic:before {
    content: "\e9ee";
  }
  .icon-flame-basic:before {
    content: "\e9ef";
  }
  .icon-flash-card:before {
    content: "\e9f0";
  }
  .icon-floppy:before {
    content: "\e9f1";
  }
  .icon-folder:before {
    content: "\e9f2";
  }
  .icon-folder-arrow:before {
    content: "\e9f3";
  }
  .icon-folder-checked:before {
    content: "\e9f4";
  }
  .icon-folder-cloud:before {
    content: "\e9f5";
  }
  .icon-folder-create:before {
    content: "\e9f6";
  }
  .icon-folder-delete:before {
    content: "\e9f7";
  }
  .icon-folder-minus:before {
    content: "\e9f8";
  }
  .icon-folder-music:before {
    content: "\e9f9";
  }
  .icon-folder-opened:before {
    content: "\e9fa";
  }
  .icon-folder-photo:before {
    content: "\e9fb";
  }
  .icon-folder-plus:before {
    content: "\e9fc";
  }
  .icon-folder-zip:before {
    content: "\e9fd";
  }
  .icon-form:before {
    content: "\e9fe";
  }
  .icon-frame:before {
    content: "\e9ff";
  }
  .icon-gift:before {
    content: "\ea00";
  }
  .icon-github:before {
    content: "\ea01";
  }
  .icon-gitlab:before {
    content: "\ea02";
  }
  .icon-glasses-basic:before {
    content: "\ea03";
  }
  .icon-globe:before {
    content: "\ea04";
  }
  .icon-globe-basic:before {
    content: "\ea05";
  }
  .icon-globe-no-basic:before {
    content: "\ea06";
  }
  .icon-google:before {
    content: "\ea07";
  }
  .icon-grid:before {
    content: "\ea08";
  }
  .icon-grid-6:before {
    content: "\ea09";
  }
  .icon-grid-col-2:before {
    content: "\ea0a";
  }
  .icon-grid-col-3:before {
    content: "\ea0b";
  }
  .icon-grid-dynamic:before {
    content: "\ea0c";
  }
  .icon-grid-frame:before {
    content: "\ea0d";
  }
  .icon-grid-row-2-copy:before {
    content: "\ea0e";
  }
  .icon-grid-row-2:before {
    content: "\ea0f";
  }
  .icon-grid-row-3:before {
    content: "\ea10";
  }
  .icon-grid-slides:before {
    content: "\ea11";
  }
  .icon-grid-small:before {
    content: "\ea12";
  }
  .icon-hash:before {
    content: "\ea13";
  }
  .icon-heart-basic:before {
    content: "\ea14";
  }
  .icon-heart-no-basic:before {
    content: "\ea15";
  }
  .icon-home-basic:before {
    content: "\ea16";
  }
  .icon-icecream:before {
    content: "\ea17";
  }
  .icon-iframe:before {
    content: "\ea18";
  }
  .icon-image-basic:before {
    content: "\ea19";
  }
  .icon-inbox-basic:before {
    content: "\ea1a";
  }
  .icon-infinity:before {
    content: "\ea1b";
  }
  .icon-info:before {
    content: "\ea1c";
  }
  .icon-instagram:before {
    content: "\ea1d";
  }
  .icon-iPad:before {
    content: "\ea1e";
  }
  .icon-iPhone:before {
    content: "\ea1f";
  }
  .icon-items:before {
    content: "\ea20";
  }
  .icon-kanban:before {
    content: "\ea21";
  }
  .icon-key:before {
    content: "\ea22";
  }
  .icon-key-no:before {
    content: "\ea23";
  }
  .icon-laptop:before {
    content: "\ea24";
  }
  .icon-laughing:before {
    content: "\ea25";
  }
  .icon-layers-basic:before {
    content: "\ea26";
  }
  .icon-layout:before {
    content: "\ea27";
  }
  .icon-lightbulb:before {
    content: "\ea28";
  }
  .icon-lightning-basic:before {
    content: "\ea29";
  }
  .icon-lightning-no-basic:before {
    content: "\ea2a";
  }
  .icon-link-basic:before {
    content: "\ea2b";
  }
  .icon-linkedin:before {
    content: "\ea2c";
  }
  .icon-link-no-basic:before {
    content: "\ea2d";
  }
  .icon-list-basic:before {
    content: "\ea2e";
  }
  .icon-listen-later:before {
    content: "\ea2f";
  }
  .icon-location:before {
    content: "\ea30";
  }
  .icon-location-no:before {
    content: "\ea31";
  }
  .icon-lock:before {
    content: "\ea32";
  }
  .icon-lock-circle:before {
    content: "\ea33";
  }
  .icon-lock-no:before {
    content: "\ea34";
  }
  .icon-mail-basic:before {
    content: "\ea35";
  }
  .icon-map:before {
    content: "\ea36";
  }
  .icon-map-pin-location:before {
    content: "\ea37";
  }
  .icon-maximize-basic:before {
    content: "\ea38";
  }
  .icon-memory-card:before {
    content: "\ea39";
  }
  .icon-menu-basic:before {
    content: "\ea3a";
  }
  .icon-menu-dots-basic:before {
    content: "\ea3b";
  }
  .icon-mic-basic:before {
    content: "\ea3c";
  }
  .icon-mic-no-basic:before {
    content: "\ea3d";
  }
  .icon-minimize-basic:before {
    content: "\ea3e";
  }
  .icon-minus-basic:before {
    content: "\ea3f";
  }
  .icon-minus-octagon:before {
    content: "\ea40";
  }
  .icon-mobile:before {
    content: "\ea41";
  }
  .icon-monitor:before {
    content: "\ea42";
  }
  .icon-moon:before {
    content: "\ea43";
  }
  .icon-more-horizontal-basic:before {
    content: "\ea44";
  }
  .icon-more-vertical-basic:before {
    content: "\ea45";
  }
  .icon-music-library:before {
    content: "\ea46";
  }
  .icon-music-note:before {
    content: "\ea47";
  }
  .icon-neutral:before {
    content: "\ea48";
  }
  .icon-newspaper-basic:before {
    content: "\ea49";
  }
  .icon-note:before {
    content: "\ea4a";
  }
  .icon-note-text:before {
    content: "\ea4b";
  }
  .icon-nut:before {
    content: "\ea4c";
  }
  .icon-options-basic:before {
    content: "\ea4d";
  }
  .icon-padding:before {
    content: "\ea4e";
  }
  .icon-panorama:before {
    content: "\ea4f";
  }
  .icon-paperclip-basic:before {
    content: "\ea50";
  }
  .icon-paperclip-no-basic:before {
    content: "\ea51";
  }
  .icon-paypass:before {
    content: "\ea52";
  }
  .icon-peace:before {
    content: "\ea53";
  }
  .icon-pencil-create-basic:before {
    content: "\ea54";
  }
  .icon-pencil-edit-basic:before {
    content: "\ea55";
  }
  .icon-pin:before {
    content: "\ea56";
  }
  .icon-pin-add:before {
    content: "\ea57";
  }
  .icon-pin-no:before {
    content: "\ea58";
  }
  .icon-pin-question:before {
    content: "\ea59";
  }
  .icon-pin-round:before {
    content: "\ea5a";
  }
  .icon-pin-start:before {
    content: "\ea5b";
  }
  .icon-planet:before {
    content: "\ea5c";
  }
  .icon-player-fast-back:before {
    content: "\ea5d";
  }
  .icon-player-fast-forward:before {
    content: "\ea5e";
  }
  .icon-player-list:before {
    content: "\ea5f";
  }
  .icon-player-list-add:before {
    content: "\ea60";
  }
  .icon-player-list-play:before {
    content: "\ea61";
  }
  .icon-player-pause:before {
    content: "\ea62";
  }
  .icon-player-pause-circle:before {
    content: "\ea63";
  }
  .icon-player-play:before {
    content: "\ea64";
  }
  .icon-player-play-circle:before {
    content: "\ea65";
  }
  .icon-player-play-pause:before {
    content: "\ea66";
  }
  .icon-player-skip-back:before {
    content: "\ea67";
  }
  .icon-player-skip-forward:before {
    content: "\ea68";
  }
  .icon-player-stop:before {
    content: "\ea69";
  }
  .icon-player-stop-circle:before {
    content: "\ea6a";
  }
  .icon-plus-basic:before {
    content: "\ea6b";
  }
  .icon-pocket:before {
    content: "\ea6c";
  }
  .icon-pos:before {
    content: "\ea6d";
  }
  .icon-presentation-basic:before {
    content: "\ea6e";
  }
  .icon-printer-basic:before {
    content: "\ea6f";
  }
  .icon-pulse-basic:before {
    content: "\ea70";
  }
  .icon-question:before {
    content: "\ea71";
  }
  .icon-question-circle:before {
    content: "\ea72";
  }
  .icon-queue:before {
    content: "\ea73";
  }
  .icon-radar:before {
    content: "\ea74";
  }
  .icon-radio:before {
    content: "\ea75";
  }
  .icon-record:before {
    content: "\ea76";
  }
  .icon-refresh-ccw:before {
    content: "\ea77";
  }
  .icon-refresh-ccw-alert:before {
    content: "\ea78";
  }
  .icon-refresh-cw:before {
    content: "\ea79";
  }
  .icon-refresh-cw-alert:before {
    content: "\ea7a";
  }
  .icon-repeat:before {
    content: "\ea7b";
  }
  .icon-rocket:before {
    content: "\ea7c";
  }
  .icon-rotate-ccw:before {
    content: "\ea7d";
  }
  .icon-rotate-cw:before {
    content: "\ea7e";
  }
  .icon-rotate-left:before {
    content: "\ea7f";
  }
  .icon-rotate-right:before {
    content: "\ea80";
  }
  .icon-route:before {
    content: "\ea81";
  }
  .icon-ruller:before {
    content: "\ea82";
  }
  .icon-sad:before {
    content: "\ea83";
  }
  .icon-scan-basic:before {
    content: "\ea84";
  }
  .icon-screenshot-basic:before {
    content: "\ea85";
  }
  .icon-search-basic:before {
    content: "\ea86";
  }
  .icon-segment:before {
    content: "\ea87";
  }
  .icon-select:before {
    content: "\ea88";
  }
  .icon-select-area:before {
    content: "\ea89";
  }
  .icon-send-basic:before {
    content: "\ea8a";
  }
  .icon-server:before {
    content: "\ea8b";
  }
  .icon-settings-basic:before {
    content: "\ea8c";
  }
  .icon-share-arrow-basic:before {
    content: "\ea8d";
  }
  .icon-share-basic:before {
    content: "\ea8e";
  }
  .icon-shield:before {
    content: "\ea8f";
  }
  .icon-shield-lock:before {
    content: "\ea90";
  }
  .icon-shield-no:before {
    content: "\ea91";
  }
  .icon-shield-ok:before {
    content: "\ea92";
  }
  .icon-shocked:before {
    content: "\ea93";
  }
  .icon-shuffle:before {
    content: "\ea94";
  }
  .icon-sidebar-left:before {
    content: "\ea95";
  }
  .icon-sidebar-right:before {
    content: "\ea96";
  }
  .icon-smiled:before {
    content: "\ea97";
  }
  .icon-sound-wave:before {
    content: "\ea98";
  }
  .icon-stack:before {
    content: "\ea99";
  }
  .icon-stack-1:before {
    content: "\ea9a";
  }
  .icon-star-basic:before {
    content: "\ea9b";
  }
  .icon-star-no-basic:before {
    content: "\ea9c";
  }
  .icon-sticker-basic:before {
    content: "\ea9d";
  }
  .icon-stopwatch:before {
    content: "\ea9e";
  }
  .icon-strongbox:before {
    content: "\ea9f";
  }
  .icon-sun:before {
    content: "\eaa0";
  }
  .icon-table-basic:before {
    content: "\eaa1";
  }
  .icon-tag:before {
    content: "\eaa2";
  }
  .icon-terminal:before {
    content: "\eaa3";
  }
  .icon-text:before {
    content: "\eaa4";
  }
  .icon-text-align-center-basic:before {
    content: "\eaa5";
  }
  .icon-text-align-justify-basic:before {
    content: "\eaa6";
  }
  .icon-text-align-left-basic:before {
    content: "\eaa7";
  }
  .icon-text-align-right-basic:before {
    content: "\eaa8";
  }
  .icon-text-bgcolor-basic:before {
    content: "\eaa9";
  }
  .icon-text-bold-basic:before {
    content: "\eaaa";
  }
  .icon-text-color-basic:before {
    content: "\eaab";
  }
  .icon-text-italic-basic:before {
    content: "\eaac";
  }
  .icon-text-underline-basic:before {
    content: "\eaad";
  }
  .icon-thumbs-down-basic:before {
    content: "\eaae";
  }
  .icon-thumbs-up-basic:before {
    content: "\eaaf";
  }
  .icon-time:before {
    content: "\eab0";
  }
  .icon-time-history:before {
    content: "\eab1";
  }
  .icon-timer:before {
    content: "\eab2";
  }
  .icon-toggle-left-basic:before {
    content: "\eab3";
  }
  .icon-toggle-right-basic:before {
    content: "\eab4";
  }
  .icon-tote:before {
    content: "\eab5";
  }
  .icon-toy-horse:before {
    content: "\eab6";
  }
  .icon-trash-basic:before {
    content: "\eab7";
  }
  .icon-trash-empty-basic:before {
    content: "\eab8";
  }
  .icon-tuner:before {
    content: "\eab9";
  }
  .icon-twitter:before {
    content: "\eaba";
  }
  .icon-unlock:before {
    content: "\eabb";
  }
  .icon-user-basic:before {
    content: "\eabc";
  }
  .icon-verified:before {
    content: "\eabe";
  }
  .icon-video-basic:before {
    content: "\eabf";
  }
  .icon-video-no-basic:before {
    content: "\eac0";
  }
  .icon-volume:before {
    content: "\eac1";
  }
  .icon-volume-high:before {
    content: "\eac2";
  }
  .icon-volume-low:before {
    content: "\eac3";
  }
  .icon-volume-no:before {
    content: "\eac4";
  }
  .icon-volume-off:before {
    content: "\eac5";
  }
  .icon-wallet:before {
    content: "\eac6";
  }
  .icon-watch:before {
    content: "\eac7";
  }
  .icon-wi-fi:before {
    content: "\eac8";
  }
  .icon-wi-fi-no:before {
    content: "\eac9";
  }
  .icon-x-octagon:before {
    content: "\eaca";
  }
  .icon-youtube:before {
    content: "\eacb";
  }
  .icon-zoom-in-basic:before {
    content: "\eacc";
  }
  .icon-zoom-out-basic:before {
    content: "\eacd";
  }
  .icon-uniEACE:before {
    content: "\eace";
  }
  .icon-0:before {
    content: "\eacf";
  }