@charset "UTF-8";
/*opacity*/
/*=========================== media query mixin=================*/
/*=========================== media query mixin=================*/
/* cta bor spacing */
@font-face {
  font-family: "hsg-icons";
  src: url("../fonts/hsg-icons.eot");
  src: url("../fonts/hsg-icons.eot?#iefix") format("eot"), url("../fonts/hsg-icons.woff2") format("woff2"), url("../fonts/hsg-icons.woff") format("woff"), url("../fonts/hsg-icons.ttf") format("truetype"), url("../fonts/hsg-icons.svg#hsg-icons") format("svg"); }
.hsg-icon:before {
  font-family: "hsg-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.hsg-icon-ads-icon:before {
  content: ""; }

.hsg-icon-analytics-icon:before {
  content: ""; }

.hsg-icon-arrow-down-line:before {
  content: ""; }

.hsg-icon-arrow-down:before {
  content: ""; }

.hsg-icon-arrow-right:before {
  content: ""; }

.hsg-icon-arrow-zigzag:before {
  content: ""; }

.hsg-icon-blogging-icon:before {
  content: ""; }

.hsg-icon-calling-icon:before {
  content: ""; }

.hsg-icon-circleGradient1:before {
  content: ""; }

.hsg-icon-circleLight1:before {
  content: ""; }

.hsg-icon-circleLight2:before {
  content: ""; }

.hsg-icon-close:before {
  content: ""; }

.hsg-icon-community:before {
  content: ""; }

.hsg-icon-cta-icon:before {
  content: ""; }

.hsg-icon-documentation:before {
  content: ""; }

.hsg-icon-documents-icon:before {
  content: ""; }

.hsg-icon-downvote-outline:before {
  content: ""; }

.hsg-icon-downvote:before {
  content: ""; }

.hsg-icon-email-scheduling-icon:before {
  content: ""; }

.hsg-icon-email-sequences-icon:before {
  content: ""; }

.hsg-icon-email-template-icon:before {
  content: ""; }

.hsg-icon-email-tracking-icon:before {
  content: ""; }

.hsg-icon-email:before {
  content: ""; }

.hsg-icon-facebook-messenger:before {
  content: ""; }

.hsg-icon-facebook:before {
  content: ""; }

.hsg-icon-flickr:before {
  content: ""; }

.hsg-icon-github:before {
  content: ""; }

.hsg-icon-globe-americas:before {
  content: ""; }

.hsg-icon-google-plus:before {
  content: ""; }

.hsg-icon-headset:before {
  content: ""; }

.hsg-icon-inbound-org:before {
  content: ""; }

.hsg-icon-inbox-profiles-icon:before {
  content: ""; }

.hsg-icon-instagram:before {
  content: ""; }

.hsg-icon-landing-page-icon:before {
  content: ""; }

.hsg-icon-lead-management-icon:before {
  content: ""; }

.hsg-icon-linkedin:before {
  content: ""; }

.hsg-icon-marketing-automation-icon:before {
  content: ""; }

.hsg-icon-medium:before {
  content: ""; }

.hsg-icon-meetings-icon:before {
  content: ""; }

.hsg-icon-minus:before {
  content: ""; }

.hsg-icon-orange-checkmark:before {
  content: ""; }

.hsg-icon-phone:before {
  content: ""; }

.hsg-icon-pinterest:before {
  content: ""; }

.hsg-icon-play:before {
  content: ""; }

.hsg-icon-prospects-icon:before {
  content: ""; }

.hsg-icon-salesforce-integration-icon:before {
  content: ""; }

.hsg-icon-search:before {
  content: ""; }

.hsg-icon-seo-icon:before {
  content: ""; }

.hsg-icon-slideshare:before {
  content: ""; }

.hsg-icon-social-media-icon:before {
  content: ""; }

.hsg-icon-soundcloud:before {
  content: ""; }

.hsg-icon-sprocket:before {
  content: ""; }

.hsg-icon-star:before {
  content: ""; }

.hsg-icon-tooltip:before {
  content: ""; }

.hsg-icon-twitter:before {
  content: ""; }

.hsg-icon-upvote-outline:before {
  content: ""; }

.hsg-icon-upvote:before {
  content: ""; }

.hsg-icon-website-icon:before {
  content: ""; }

.hsg-icon-youtube:before {
  content: ""; }

[data-animate-in] {
  opacity: 0;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease; }

[data-animate-in].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease; }

[data-animate-in='up'] {
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0); }

[data-animate-in='left'] {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0); }

[data-animate-in='right'] {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0); }

[data-animate-in='down'] {
  -webkit-transform: translate3d(0, -24px, 0);
  transform: translate3d(0, -24px, 0); }

[data-animate-in='fadeIn'] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hsg-featured-snippet h2, .hsg-featured-snippet h3, .hsg-featured-snippet h4, .hsg-featured-snippet h5, .hsg-featured-snippet h6 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4167; }

.hsg-search-item .title a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5; }

.hsg-footer__nav-column > label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375; }

h6.hsg-variant-2, h6.hsg-micro-heading, .h6.hsg-variant-2, .h6.hsg-micro-heading {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5385;
  text-transform: uppercase; }

.hsg-microcopy, .submitted-message, .hsg-image-caption, .hsg-footer__logo p {
  color: #516f90;
  font-size: 0.75rem;
  line-height: 1.5; }

[data-background='dark'] .hsg-microcopy, .hsg-bg__dark .hsg-microcopy, .module-bg--dark .hsg-microcopy, [data-background='dark'] .submitted-message, .hsg-bg__dark .submitted-message, .module-bg--dark .submitted-message, [data-background='dark'] .hsg-image-caption, .hsg-bg__dark .hsg-image-caption, .module-bg--dark .hsg-image-caption, [data-background='dark'] .hsg-footer__logo p, .hsg-footer__logo [data-background='dark'] p, .hsg-bg__dark .hsg-footer__logo p, .hsg-footer__logo .hsg-bg__dark p, .module-bg--dark .hsg-footer__logo p, .hsg-footer__logo .module-bg--dark p {
  color: #cbd6e2; }

.hsg-nav__group-item--search input:focus {
  outline: 0;
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4; }

.hsg-nav__group-item--search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f5f8fa;
  color: #33475b;
  font-size: 1rem;
  line-height: 1.375;
  border: 1px solid;
  border-color: #cbd6e2;
  border-radius: .1875rem;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.5625rem 0.625rem;
  transition: all 0.15s ease-out; }

.hsg-nav__group-item--search input::-webkit-input-placeholder {
  color: #516f90; }

.hsg-nav__group-item--search input::-moz-placeholder {
  color: #516f90; }

.hsg-nav__group-item--search input:-ms-input-placeholder {
  color: #516f90; }

.hsg-nav__group-item--search input:focus {
  border-color: rgba(0, 208, 228, 0.5); }

.hsg-nav__group-item--search input.invalid {
  border-color: #f2545b;
  box-shadow: 0 0 0 1px #f2545b; }

.hsg-nav__group-item--search input.invalid:focus {
  box-shadow: 0 0 1px 2px #f2545b; }

.cta, .cta--primary, .cta--secondary, .cta--tertiary, .cta--tertiary-dark, .cta--tertiary-light, .cta--blue, .cta--primary-dark, .cta--primary-light, .cta--secondary-dark, .cta--secondary-light {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  border: 0;
  border-radius: .1875rem;
  transition: 0.15s color ease-out, 0.15s background-color ease-out, 0.15s border-color ease-out; }

.cta:hover, .cta--primary:hover, .cta--secondary:hover, .cta--tertiary:hover, .cta--tertiary-dark:hover, .cta--tertiary-light:hover, .cta--blue:hover, .cta--primary-dark:hover, .cta--primary-light:hover, .cta--secondary-dark:hover, .cta--secondary-light:hover {
  text-decoration: none; }

.hsg-sales-number[data-loaded='false'] {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0.01; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after {
  content: none; }

q::before, q::after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit; }

.row-fluid [class*='span'][class*='widget-type-']:not(.widget-type-space) {
  min-height: 0; }

.style-guide-template [data-hs-cos-type='rich_text'], .style-guide-template [data-hs-cos-type='rss_listing'] {
  box-sizing: content-box;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px; }

.hs-dropdown li {
  margin: inherit; }

.hs-dropdown li::before {
  display: none; }

* {
  box-sizing: border-box; }

.row-fluid [class*='span'].hs-page-width-extra-narrow, .row-fluid [class*='span'].hs-page-width-narrow, .row-fluid [class*='span'].hs-page-width-normal, .row-fluid [class*='span'].hs-page-width-tablet, .row-fluid [class*='span'].hs-page-width-wide {
  float: none;
  box-sizing: content-box; }

.row-fluid [class*='span'][class*='widget-type-']:not(.widget-type-space) {
  min-height: 0; }

.row-fluid [class*='span']:first-child.hs-page-width-extra-narrow.span12, .row-fluid [class*='span']:first-child.hs-page-width-narrow.span12, .row-fluid [class*='span']:first-child.hs-page-width-normal.span12, .row-fluid [class*='span']:first-child.hs-page-width-tablet.span12, .row-fluid [class*='span']:first-child.hs-page-width-wide.span12 {
  box-sizing: content-box;
  width: auto;
  margin-left: auto; }

.hsg-page-width-normal, .hs-page-width-normal, .hs-page-width-module, .hs-page-width-extra-narrow {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box; }

.hs-page-width-extra-narrow {
  max-width: 617px; }

@media (min-width: 501px) {
  .hsg-flex {
    display: flex;
    width: 100%;
    flex: 1; } }
img {
  max-width: 100%; }

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

.cf::after {
  clear: both; }

a.no-style {
  text-decoration: none; }

.hsg-visible-lte-mobile {
  display: none !important; }

@media (max-width: 500px) {
  .hsg-visible-lte-mobile {
    display: block !important; } }
@media (max-width: 500px) {
  .hsg-visible-gt-mobile {
    display: none !important; } }
.hsg-visible-gt-desktop {
  display: none !important; }

@media (min-width: 1025px) {
  .hsg-visible-gt-desktop {
    display: block !important; } }
@media (max-width: 1024px) {
  .hsg-hidden-lte-desktop {
    display: none !important; } }
.hsg-fixed-element, .hsg-fixed-element[data-fixed-element] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

.hsg-animated-element {
  opacity: 0;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hsg-animated-element.hsg-animated-element__in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes scroll {
  100% {
    background-position: 0 -3000px; } }
@keyframes scroll {
  100% {
    background-position: 0 -3000px; } }
.hsg-notice {
  padding: 20px;
  background-color: #f8a9ad;
  opacity: 0.83;
  margin-bottom: 15px;
  text-align: center; }

div#hs-eu-cookie-confirmation.can-use-gradients {
  background-image: none !important;
  background-color: #2d3e50 !important;
  text-shadow: none !important; }

div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner p {
  color: #fff !important;
  line-height: 1.625 !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  box-sizing: content-box !important;
  margin: 0 auto !important;
  max-width: 1080px !important;
  padding: 1.25rem 2rem !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 0.1875rem !important;
  box-shadow: none !important;
  color: #33475b !important;
  display: inline-block !important;
  line-height: 1.25 !important;
  padding: 0.75rem 1.5rem !important;
  text-shadow: none !important;
  transition: 0.15s color ease-out, 0.15s background-color ease-out, 0.15s border-color ease-out !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:hover {
  background-color: rgba(255, 255, 255, 0.9) !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:active {
  background-color: #f5f8fa !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border: 1px solid #fff !important;
  border-radius: 0.1875rem !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-block !important;
  line-height: 1.25 !important;
  padding: 0.75rem 1.5rem !important;
  text-shadow: none !important;
  transition: 0.15s color ease-out, 0.15s border-color ease-out !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button:active {
  border-color: #f5f8fa !important; }

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none; }

@-webkit-keyframes floatCircle {
  0% {
    background-position: 0% -100%; }
  100% {
    background-position: 0% 200%; } }
@keyframes floatCircle {
  0% {
    background-position: 0% -100%; }
  100% {
    background-position: 0% 200%; } }
@-webkit-keyframes floatCircleTablet {
  0% {
    background-position: 0% -200%; }
  100% {
    background-position: 0% 300%; } }
@keyframes floatCircleTablet {
  0% {
    background-position: 0% -200%; }
  100% {
    background-position: 0% 300%; } }
@-webkit-keyframes floatCirclePhone {
  0% {
    background-position: 0% 220%; }
  100% {
    background-position: 0% -120%; } }
@keyframes floatCirclePhone {
  0% {
    background-position: 0% 220%; }
  100% {
    background-position: 0% -120%; } }
[data-background]:not([data-background*='white']), [data-background-overlay]:not([data-background*='white']), .hsg-bg__dark, .module-bg--dark {
  color: #fff; }

[data-background]:not([data-background*='white']) a:not([class*='cta']), [data-background-overlay]:not([data-background*='white']) a:not([class*='cta']), .hsg-bg__dark a:not([class*='cta']), .module-bg--dark a:not([class*='cta']) {
  color: #fff;
  text-decoration: underline; }

[data-background]:not([data-background*='white']) a:not([class*='cta']):hover, [data-background-overlay]:not([data-background*='white']) a:not([class*='cta']):hover, .hsg-bg__dark a:not([class*='cta']):hover, .module-bg--dark a:not([class*='cta']):hover {
  color: #7fd1de; }

[data-background='white'], .hsg-bg__white, .module-bg--white {
  background-color: #fff; }

[data-background='off-white'], .hsg-bg__off-white, .module-bg--off-white {
  background-color: #f5f8fa; }

[data-background='dark'], .hsg-bg__dark, .module-bg--dark {
  background-color: #425b76; }

[data-edge-style] {
  padding-bottom: 10%; }

[data-background-image='oval'] {
  position: relative; }

[data-background-image='oval']::before {
  display: block;
  -webkit-filter: grayscale(0) brightness(0.985);
  filter: grayscale(0) brightness(0.985); }

[data-background-image='horizontal-circles'] {
  position: relative; }

[data-background-image='horizontal-circles-pink'] {
  position: relative; }

[data-background-image='circle1'], [data-background-image='circle2'] {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  -webkit-animation: floatCircle 20s linear infinite;
  animation: floatCircle 20s linear infinite; }

@media (max-width: 1024px) {
  [data-background-image='circle1'], [data-background-image='circle2'] {
    -webkit-animation: floatCircleTablet 20s linear infinite;
    animation: floatCircleTablet 20s linear infinite; } }
@media (max-width: 500px) {
  [data-background-image='circle1'], [data-background-image='circle2'] {
    -webkit-animation: floatCirclePhone 10s linear infinite;
    animation: floatCirclePhone 10s linear infinite; } }
@media (max-width: 500px) {
  [data-background-image='circle2'] {
    -webkit-animation-duration: 5s;
    animation-duration: 5s; } }
[data-background='gradient1'] {
  background-image: linear-gradient(45deg, #007bff, #ff8f59); }

[data-background='gradient1-horizontal'] {
  background-image: linear-gradient(to right, #007bff, #ff8f59); }

[data-background='gradient1-vertical'] {
  background-image: linear-gradient(to bottom, #007bff, #ff8f59); }

[data-background='gradient2'] {
  background-image: linear-gradient(45deg, #f2547d, #f2545b); }

[data-background='gradient2-horizontal'] {
  background-image: linear-gradient(to right, #f2547d, #f2545b); }

[data-background='gradient2-vertical'] {
  background-image: linear-gradient(to bottom, #f2547d, #f2545b); }

[data-background='gradient3'] {
  background-image: linear-gradient(45deg, #6a78d1, #00a4bd); }

[data-background='gradient3-horizontal'] {
  background-image: linear-gradient(to right, #6a78d1, #00a4bd); }

[data-background='gradient3-vertical'] {
  background-image: linear-gradient(to bottom, #6a78d1, #00a4bd); }

[data-background='gradient4'] {
  background-image: linear-gradient(45deg, #00a4bd, #00bda5); }

[data-background='gradient4-horizontal'] {
  background-image: linear-gradient(to right, #00a4bd, #00bda5); }

[data-background='gradient4-vertical'] {
  background-image: linear-gradient(to bottom, #00a4bd, #00bda5); }

[data-background='gradient5'] {
  background-image: linear-gradient(45deg, #ff8f59, #f5c26b); }

[data-background='gradient5-horizontal'] {
  background-image: linear-gradient(to right, #ff8f59, #f5c26b); }

[data-background='gradient5-vertical'] {
  background-image: linear-gradient(to bottom, #ff8f59, #f5c26b); }

[data-background='gradient6'] {
  background-image: linear-gradient(45deg, #f2545b, #007bff); }

[data-background='gradient6-horizontal'] {
  background-image: linear-gradient(to right, #f2545b, #007bff); }

[data-background='gradient6-vertical'] {
  background-image: linear-gradient(to bottom, #f2545b, #007bff); }

[data-background='secondary1'] {
  background-color: #ff8f59; }

[data-background='secondary2'] {
  background-color: #f2545b; }

[data-background='secondary3'] {
  background-color: #f2547d; }

[data-background='secondary4'] {
  background-color: #00bda5; }

[data-background='secondary5'] {
  background-color: #00a4bd; }

[data-background='secondary6'] {
  background-color: #007bff; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #33475b;
  line-height: 1.625;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0.5em 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, a, span, li {
  color: inherit; }

h1, h2, h5, h6, .h1, .h2, .h5, .h6 {
  font-weight: 700; }

h1, .h1 {
  font-size: 2.375rem;
  line-height: 1.1842; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.4375rem;
    line-height: 1.1818; } }
h2, .h2 {
  font-size: 2rem;
  line-height: 1.3125; }

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4167; }

h4, .h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3636; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.375; }

p, ul li {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }

a {
  color: #0091ae;
  font-weight: 500;
  text-decoration: none; }

a:hover {
  color: #007a8c;
  text-decoration: none; }

a.hsg-variant-2 {
  font-size: 0.75em;
  line-height: 1em; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

.hsg-microcopy, .submitted-message {
  text-align: center;
  max-width: 525px;
  margin: 2em auto; }

.hsg-image-caption {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ol, .wt-blog__post__content ul, .wt-blog__post__content ol {
  margin: 1em 0 0.25em;
  padding: 0; }

.hs_cos_wrapper_type_rich_text ul li, .hs_cos_wrapper_type_rich_text ol li, .wt-blog__post__content ul li, .wt-blog__post__content ol li {
  list-style-type: none;
  margin: 0 0 0.75em;
  padding: 0 0 0 1.5em; }

.hs_cos_wrapper_type_rich_text ul li > ul, .hs_cos_wrapper_type_rich_text ul li > ol, .hs_cos_wrapper_type_rich_text ol li > ul, .hs_cos_wrapper_type_rich_text ol li > ol, .wt-blog__post__content ul li > ul, .wt-blog__post__content ul li > ol, .wt-blog__post__content ol li > ul, .wt-blog__post__content ol li > ol {
  margin: 1em 0 0; }

.hs_cos_wrapper_type_rich_text ul li, .wt-blog__post__content ul li {
  text-indent: -0.375em; }

.hs_cos_wrapper_type_rich_text ul li::before, .wt-blog__post__content ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: -0.875em;
  background-color: #2d3e50;
  border-radius: 50%;
  width: 6px;
  height: 6px; }

.hs_cos_wrapper_type_rich_text ol, .wt-blog__post__content ol {
  counter-reset: item; }

.hs_cos_wrapper_type_rich_text ol > li, .wt-blog__post__content ol > li {
  counter-increment: item;
  text-indent: -2em; }

.hs_cos_wrapper_type_rich_text ol > li::before, .wt-blog__post__content ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  color: #2d3e50;
  font-weight: 700;
  text-align: right;
  width: 1.5em;
  padding-right: 0.5em; }

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

ul.inline {
  margin: 0; }

ul.inline li {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em; }

.hsg-windows .hsg-icon::before {
  line-height: 0; }

.cta--primary, .cta--blue, .cta--primary-dark {
  background-color: #f27624; }

.cta--primary, .cta--blue, .cta--primary-dark, .cta--primary:hover, .cta--blue:hover, .cta--primary-dark:hover, .cta--primary:active, .cta--blue:active, .cta--primary-dark:active {
  color: #fff; }

.cta--primary:hover, .cta--blue:hover, .cta--primary-dark:hover {
  background-color: #ff8f73; }

.cta--primary:active, .cta--blue:active, .cta--primary-dark:active {
  background-color: #e66e50; }

[data-background*='dark'] .cta--primary, [data-background*='gradient'] .cta--primary, [data-background*='secondary'] .cta--primary, [data-background-overlay] .cta--primary, .cta--primary-light {
  background-color: #fff; }

[data-background*='dark'] .cta--primary, [data-background*='gradient'] .cta--primary, [data-background*='secondary'] .cta--primary, [data-background-overlay] .cta--primary, .cta--primary-light, [data-background*='dark'] .cta--primary:hover, [data-background*='gradient'] .cta--primary:hover, [data-background*='secondary'] .cta--primary:hover, [data-background-overlay] .cta--primary:hover, .cta--primary-light:hover, [data-background*='dark'] .cta--primary:active, [data-background*='gradient'] .cta--primary:active, [data-background*='secondary'] .cta--primary:active, [data-background-overlay] .cta--primary:active, .cta--primary-light:active {
  color: #33475b; }

[data-background*='dark'] .cta--primary:hover, [data-background*='gradient'] .cta--primary:hover, [data-background*='secondary'] .cta--primary:hover, [data-background-overlay] .cta--primary:hover, .cta--primary-light:hover {
  background-color: rgba(255, 255, 255, 0.9); }

[data-background*='dark'] .cta--primary:active, [data-background*='gradient'] .cta--primary:active, [data-background*='secondary'] .cta--primary:active, [data-background-overlay] .cta--primary:active, .cta--primary-light:active {
  background-color: #f5f8fa; }

.cta--secondary, .cta--secondary-dark {
  background-color: #fff;
  border-color: #007bff; }

.cta--secondary, .cta--secondary-dark, .cta--secondary:hover, .cta--secondary-dark:hover, .cta--secondary:active, .cta--secondary-dark:active {
  color: #007bff; }

.cta--secondary:hover, .cta--secondary-dark:hover {
  background-color: #fff8f6; }

.cta--secondary:active, .cta--secondary-dark:active {
  background-color: #ffebe6; }

[data-background*='dark'] .cta--secondary, [data-background*='gradient'] .cta--secondary, [data-background*='secondary'] .cta--secondary, [data-background-overlay] .cta--secondary, .cta--secondary-light {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff; }

[data-background*='dark'] .cta--secondary:hover, [data-background*='gradient'] .cta--secondary:hover, [data-background*='secondary'] .cta--secondary:hover, [data-background-overlay] .cta--secondary:hover, .cta--secondary-light:hover, [data-background*='dark'] .cta--secondary:active, [data-background*='gradient'] .cta--secondary:active, [data-background*='secondary'] .cta--secondary:active, [data-background-overlay] .cta--secondary:active, .cta--secondary-light:active {
  color: #33475b; }

[data-background*='dark'] .cta--secondary:hover, [data-background*='gradient'] .cta--secondary:hover, [data-background*='secondary'] .cta--secondary:hover, [data-background-overlay] .cta--secondary:hover, .cta--secondary-light:hover {
  background-color: #fff;
  border-color: #fff; }

[data-background*='dark'] .cta--secondary:active, [data-background*='gradient'] .cta--secondary:active, [data-background*='secondary'] .cta--secondary:active, [data-background-overlay] .cta--secondary:active, .cta--secondary-light:active {
  background-color: #eaf0f6;
  border-color: #eaf0f6; }

.cta--tertiary, .cta--tertiary-dark {
  background-color: #425b76; }

.cta--tertiary, .cta--tertiary-dark, .cta--tertiary:hover, .cta--tertiary-dark:hover, .cta--tertiary:active, .cta--tertiary-dark:active {
  color: #fff; }

.cta--tertiary:hover, .cta--tertiary-dark:hover {
  background-color: #516f90; }

.cta--tertiary:active, .cta--tertiary-dark:active {
  background-color: #33475b; }

.cta--tertiary-light {
  background-color: #eaf0f6;
  border-color: #cbd6e2; }

.cta--tertiary-light, .cta--tertiary-light:hover {
  color: #516f90; }

.cta--tertiary-light:hover {
  background-color: #f5f8fa; }

.cta--tertiary-light:active {
  color: #425b76;
  background-color: #cbd6e2;
  border-color: #7c98b6; }

.cta--secondary, .cta--tertiary-light {
  border: 1px solid; }

.cta--large, .cta, .cta--primary, .cta--secondary, .cta--tertiary, .cta--tertiary-dark, .cta--tertiary-light, .cta--blue, .cta--primary-dark, .cta--primary-light, .cta--secondary-dark, .cta--secondary-light, .cta--medium {
  font-weight: 600; }

.cta--large, .cta, .cta--primary, .cta--secondary, .cta--tertiary, .cta--tertiary-dark, .cta--tertiary-light, .cta--blue, .cta--primary-dark, .cta--primary-light, .cta--secondary-dark, .cta--secondary-light {
  font-size: 1rem;
  padding: 1.625rem 3rem; }

.cta--medium {
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem; }

.cta--small, .cta--extra-small {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.563rem 1rem; }

a[class^='cta--'][disabled], a[class*=' cta--'][disabled] {
  pointer-events: none;
  background-color: #eaf0f6;
  color: #b0c1d4; }

a[class^='cta--'] .hsg-icon, a[class*=' cta--'] .hsg-icon {
  display: inline-block;
  margin-left: 0.5rem; }

a[class^='cta--'] .hsg-icon, a[class^='cta--'] .hsg-icon::before, a[class*=' cta--'] .hsg-icon, a[class*=' cta--'] .hsg-icon::before {
  vertical-align: middle; }

.hsg-windows a[class^='cta--'] .hsg-icon, .hsg-windows a[class^='cta--'] .hsg-icon::before, .hsg-windows a[class*=' cta--'] .hsg-icon, .hsg-windows a[class*=' cta--'] .hsg-icon::before {
  vertical-align: bottom; }

a[class^='cta--'] .hsg-icon.hsg-icon-play, a[class*=' cta--'] .hsg-icon.hsg-icon-play {
  font-size: 0.75em; }

a[class^='cta--'] .hsg-icon.hsg-icon-facebook-messenger, a[class*=' cta--'] .hsg-icon.hsg-icon-facebook-messenger {
  font-size: 1.5em; }

.cta--secondary-dark, .cta--secondary-light {
  border: 1px solid; }

[data-modals-container] {
  display: none; }

.no-scroll {
  pointer-events: none;
  overflow-y: hidden;
  min-height: 100%;
  height: 100%; }

.no-scroll [data-modals-container].active {
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: scroll;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(45, 62, 80, 0.79);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  margin: auto;
  z-index: 500; }

.no-scroll .header-container-wrapper, .no-scroll .body-container-wrapper, .no-scroll .footer-container-wrapper {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.hsg-modal-container {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-height: calc(100% - 100px);
  width: 90%;
  opacity: 0;
  z-index: 1; }

@media (min-width: 501px) {
  .hsg-modal-container {
    max-width: 710px; } }
@media (min-width: 1025px) {
  .hsg-modal-container {
    width: auto; } }
.hsg-modal-container[data-modal*='variant-'] {
  position: relative;
  vertical-align: middle;
  will-change: transform;
  max-width: 100%;
  height: auto; }

@media (min-width: 1025px) {
  .hsg-modal-container[data-modal*='variant-'] {
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); } }
.hsg-modal-container[data-modal*='variant-'] .hsg-modal-contents {
  margin: 2rem 0; }

@media (min-width: 768px) {
  .hsg-modal-container[data-modal*='variant-'] .hsg-modal-contents {
    margin: 4rem 0; } }
.hsg-modal-container.hsg-modal-open {
  pointer-events: all;
  opacity: 1; }

.hsg-modal-container.hsg-modal-open .hs-form, .hsg-modal-container.hsg-modal-open .hspt-form {
  display: block; }

.hsg-modal-container .hs-form, .hsg-modal-container .hspt-form {
  display: none; }

.hsg-modal-container iframe, .hsg-modal-container video {
  display: block;
  width: 100%; }

.hsg-modal-container .hsg-modal-header {
  cursor: pointer;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background-color: transparent;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1; }

.hsg-modal-container .hsg-modal-header:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.hsg-modal-container .hsg-modal-header .hsg-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(55%, -40%);
  transform: translate(55%, -40%);
  color: #99acc2;
  font-size: 1rem;
  line-height: 1rem; }

.hsg-modal-contents {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.1875rem; }

@media (min-width: 768px) {
  .hsg-modal-contents {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media (min-width: 1025px) {
  .hsg-modal-contents {
    min-width: 710px; } }
.hsg-modal-contents .hsg-video-container {
  margin-top: 4rem; }

@media (min-width: 768px) {
  .hsg-modal-contents .hsg-video-container {
    flex: 2;
    align-self: stretch;
    margin-top: 0;
    min-height: 350px; } }
.hsg-modal-contents .hsg-modal-text {
  text-align: center;
  padding: 2.75rem 2.5rem 2.5rem; }

@media (min-width: 768px) {
  .hsg-modal-contents .hsg-modal-text {
    flex: 3; } }
@media (min-width: 768px) {
  .hsg-modal-contents--columns .hsg-video-container iframe, .hsg-modal-contents--columns .hsg-video-container video {
    height: 100%; } }
@media (min-width: 501px) {
  .hsg-modal-contents--video .hsg-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; } }
@media (min-width: 768px) {
  .hsg-modal-contents--video .hsg-video-container {
    margin-top: 4rem; } }
.hsg-modal-contents--video .fb-video {
  background-color: #fff; }

@media (min-width: 501px) {
  .hsg-modal-contents--video iframe, .hsg-modal-contents--video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; } }
.nav-toolbar__tools {
  background-size: 1.5rem; }

.nav-toolbar__tools .header-tools__search-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0.625rem; }

.nav-toolbar__tools span {
  display: none; }

.hsgModalFullscreenContainer {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(45, 62, 80, 0.79);
  width: 100%;
  height: 100%;
  z-index: 100; }

.hsgModalFullscreenContainer.active {
  display: block; }

.hsgModalFullscreenContainer .hsgModalFullscreenInner {
  overflow: hidden;
  max-width: 100%; }

.hsgModalFullscreenContainer .modalClose {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.15s ease-out;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2; }

.hsgModalFullscreenContainer .modalClose:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.hsgModalFullscreenContainer .modalClose::before, .hsgModalFullscreenContainer .modalClose::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  background-color: #fff;
  border-radius: 0.125rem;
  width: 60%;
  height: 0.125rem; }

.hsgModalFullscreenContainer .modalClose::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hsgModalFullscreenContainer .modalClose::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hsg-search__modal-header {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #00a4bd, #00bda5);
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  width: 100%;
  z-index: 1; }

@media (min-width: 768px) {
  .hsg-search__modal-header > div {
    display: flex;
    flex-direction: row; } }
.hsg-search__modal-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  outline: none;
  border: 0;
  width: 100%;
  margin-top: 1rem;
  padding-right: 3.75rem; }

.hsg-search__modal-input::-webkit-input-placeholder {
  color: #fff; }

.hsg-search__modal-input::-moz-placeholder {
  color: #fff; }

.hsg-search__modal-input:-ms-input-placeholder {
  color: #fff; }

@media (min-width: 768px) {
  .hsg-search__modal-input {
    flex: 2;
    margin-top: 0;
    padding-right: 1rem; } }
.hsg-search__modal-search-options {
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem 0; }

@media (min-width: 768px) {
  .hsg-search__modal-search-options {
    flex-flow: column wrap;
    flex: 1; } }
.hsg-search__modal-search-options label {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1rem 0.5rem 0; }

@media (min-width: 768px) {
  .hsg-search__modal-search-options label {
    padding: 0.5rem 0.75rem; } }
.hsg-search__modal-search-options input {
  position: relative;
  margin-right: 1rem; }

.hsg-search__modal-search-options input:checked::before {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #007bff;
  border: 2px solid #fff; }

.hsg-search__modal-search-options input::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -1px;
  background-color: #fff;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem; }

.hsg-search__results {
  position: relative;
  padding: 9rem 0 4rem; }

.hsg-search__results.no-results {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

.hsg-search__results.no-results h6 {
  color: #007bff; }

.hsg-search__results.no-results p {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 0; }

@media (max-width: 500px) {
  .hsg-search__results.no-results p {
    font-size: 24px; } }
.hsg-search-item {
  overflow: hidden;
  background-color: #fff;
  border-radius: .1875rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem; }

@media (min-width: 501px) {
  .hsg-search-item {
    display: flex;
    align-items: center; } }
@media (min-width: 501px) {
  .hsg-search-item .title {
    flex: 2;
    padding-right: 2rem; } }
.hsg-search-item .title a {
  display: block;
  padding: 1.5rem 0; }

.hsg-search-item .title p {
  display: none; }

.hsg-search-item .snippet {
  border-style: solid;
  border-color: #cbd6e2;
  border-width: 1px 0 0; }

@media (min-width: 501px) {
  .hsg-search-item .snippet {
    flex: 3;
    border-width: 0 0 0 1px;
    padding-left: 2rem; } }
.hsg-search__container {
  display: block;
  text-align: center; }

.hsg-search__container.hsg-search__default-state h6 {
  color: #fff; }

.hsg__sprocket-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #f5f8fa;
  background-size: 2.25rem 2.25rem;
  border-radius: .1875rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  z-index: 150; }

.hsg-nav__dropdown-list {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 1px solid #cbd6e2;
  border-radius: .1875rem;
  box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
  z-index: 95; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before, .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
  display: inline-block;
  position: absolute;
  border-radius: .1875rem 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before {
  right: 1rem;
  bottom: calc(-0.25rem - 2px);
  background-color: #cbd6e2;
  border: 1px solid #cbd6e2; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
  right: calc(1rem + 1px);
  bottom: calc(-0.25rem - 1px);
  background-color: #fff;
  z-index: 100; }

.touchevents body.active-nav {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%; }

#hsg-nav__logo {
  display: flex;
  margin: 0 2.5rem 0 0; }

@media (min-width: 768px) {
  #hsg-nav__logo {
    margin: 0.5rem 1.5rem 0.5rem 0; } }
#hsg-nav__logo img {
  display: block;
  align-self: center; }

#hsg-nav__logo img:nth-child(even) {
  max-width: 100%;
  height: 1.5rem;
  margin-top: 0.5rem;
  margin-left: 0.375rem; }

.hsg-nav__wrapper {
  font-size: 16px; }

.hsg-nav__wrapper .hsg-nav-bar {
  background-color: #f5f8fa;
  border-bottom: 1px solid #cbd6e2;
  z-index: 91; }

@media (max-width: 767px) {
  .hsg-nav__wrapper nav > .hsg-page-width-normal {
    padding: 0; } }
.hsg-nav__wrapper a:not([class^='cta']) {
  color: inherit;
  text-decoration: none; }

.hsg-nav__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem; }

.hsg-nav-bar .hsg-nav__inner {
  padding: 0.75rem 1.5rem; }

@media (min-width: 768px) {
  .hsg-nav__inner, .hsg-nav-bar .hsg-nav__inner {
    padding: 0; } }
.hsg-nav__group-item {
  display: block; }

@media (min-width: 768px) {
  .hsg-nav__group-item {
    display: inline-block; } }
@media (min-width: 768px) {
  .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper::before, .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper::after {
    content: ""; } }
@media (min-width: 768px) {
  .hsg-nav__group-item--has-dropdown:hover .hsg-nav__dropdown-list {
    display: block; } }
.hsg-nav-bar .hsg-nav__group-item {
  position: relative; }

.hsg-nav-bar .hsg-nav__group-item:first-child:not(:only-child) .hsg-nav__link-label {
  padding-left: 0; }

.hsg-nav-bar .hsg-nav__group-item:not(:last-child) .hsg-nav__link-label {
  border-right: 2px solid #cbd6e2; }

.hsg-nav__link-wrapper {
  position: relative; }

.hsg-nav-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before {
  bottom: calc(-0.5rem - 2px); }

.hsg-nav-bar .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
  bottom: calc(-0.5rem - 1px); }

.hsg-nav__link {
  display: block;
  padding: 0.75rem 0; }

@media (min-width: 768px) {
  .hsg-nav__link {
    display: inline-block; } }
.hsg-nav__group-item.active .hsg-nav__link, .hsg-nav__link:hover {
  color: #007a8c; }

.hsg-nav-bar .hsg-nav__link {
  font-size: 0.875rem;
  font-weight: 500; }

.hsg-nav__link-label {
  padding: 0 1rem; }

.hsg-nav__link-label, .hsg-nav__link-label .hsg-icon {
  display: inline-block; }

.hsg-nav__link-label .hsg-icon {
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.625rem; }

.hsg-nav__link-label .hsg-icon.hsg-icon-globe-americas::before, .hsg-nav__link-label .hsg-icon.hsg-icon-phone::before {
  display: inline-block;
  margin-bottom: -0.875rem; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-label::after {
  content: '\E004';
  display: inline-block;
  position: relative;
  color: #7c98b6;
  font-family: 'hsg-icons';
  font-size: 8px;
  line-height: 1;
  margin: 0 0.25rem; }

.hsg-nav__dropdown-list {
  cursor: auto;
  display: none;
  font-size: 0.875rem;
  margin: 0 auto; }

.hsg-nav__dropdown-list.open {
  display: block; }

.hsg-nav-bar .hsg-nav__dropdown-list {
  padding: 0.75rem 0; }

@media (min-width: 768px) {
  .hsg-nav-bar .hsg-nav__dropdown-list {
    left: 0;
    min-width: 100%; } }
.hsg-nav__dropdown-item a {
  display: block;
  white-space: nowrap;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  padding: 0.25rem 1.25rem; }

.hsg-nav__dropdown-item a:hover {
  background-color: #e5f5f8;
  text-decoration: none; }

.hsg-nav__dropdown-list {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 1px solid #cbd6e2;
  border-radius: .1875rem;
  box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
  z-index: 95; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before, .hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
  display: inline-block;
  position: absolute;
  border-radius: .1875rem 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::before {
  right: 1rem;
  bottom: calc(-0.25rem - 2px);
  background-color: #cbd6e2;
  border: 1px solid #cbd6e2; }

.hsg-nav__group-item--has-dropdown .hsg-nav__link-wrapper::after {
  right: calc(1rem + 1px);
  bottom: calc(-0.25rem - 1px);
  background-color: #fff;
  z-index: 100; }

@media (max-width: 767px) {
  .hsg-nav__product-nav-bar {
    display: none; } }
.hsg-nav__product-nav-bar #hs-nav-v3 {
  display: none;
  margin-bottom: 0 !important; }

#hsg-nav-2016 .hsg-nav-bar {
  display: none; }

@media (min-width: 768px) {
  #hsg-nav-2016 .hsg-nav-bar {
    display: block; } }
.hsg-nav-menu {
  position: relative;
  background-color: #fff;
  color: #33475b;
  background-color: #f5f8fa;
  border-bottom: 1px solid #cbd6e2;
  z-index: 91; }

.hsg-nav__burger-wrapper {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  padding: 0.5rem 0;
  margin-right: 2rem; }

@media (min-width: 768px) {
  .hsg-nav__burger-wrapper {
    display: none; } }
.hsg-nav__burger {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.hsg-nav__burger.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.hsg-nav__burger-label, .hsg-nav__burger-label::before, .hsg-nav__burger-label::after {
  display: block;
  background-color: #33475b;
  border-radius: .1875rem;
  width: 100%;
  height: 0.1875rem; }

.hsg-nav__burger-label::before, .hsg-nav__burger-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.hsg-nav__burger-label::before {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem); }

.hsg-nav__burger-label::after {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem); }

.hsg-nav__burger.active .hsg-nav__burger-label {
  background-color: transparent; }

.hsg-nav__burger.active .hsg-nav__burger-label::before, .hsg-nav__burger.active .hsg-nav__burger-label::after {
  background-color: #99acc2; }

.hsg-nav__burger.active .hsg-nav__burger-label::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.hsg-nav__burger.active .hsg-nav__burger-label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hsg-nav__groups-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 0 .1875rem .1875rem 0;
  max-height: 100vh;
  width: 100%; }

@media (min-width: 768px) {
  .hsg-nav__groups-wrapper {
    flex-shrink: 0;
    align-self: flex-end;
    display: block;
    position: static;
    background-color: transparent;
    border-radius: 0;
    max-height: none;
    width: auto;
    margin-left: auto;
    padding: 15px 0; } }
.hsg-nav__groups-wrapper.active {
  display: block; }

.hsg-nav__groups-wrapper a, .hsg-nav__groups-wrapper input {
  -webkit-tap-highlight-color: #e5f5f8; }

.hsg-nav__group--nav-bar {
  position: relative; }

.hsg-nav__group--nav-bar::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #cbd6e2;
  width: calc(100% - 3rem);
  height: 1px;
  margin: auto; }

.hsg-nav__group--nav-bar, .hsg-nav__group--primary {
  padding: 1rem 0; }

@media (min-width: 768px) {
  .hsg-nav__group--nav-bar, .hsg-nav__group--primary {
    padding: 0; } }
@media (min-width: 768px) {
  .hsg-nav__group--nav-bar, .hsg-nav__group--search {
    display: none; } }
.hsg-nav__group--primary {
  overflow-y: auto;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)), linear-gradient(to top, #fff, rgba(255, 255, 255, 0)), linear-gradient(to bottom, #eaf0f6, rgba(234, 240, 246, 0)), linear-gradient(to top, #eaf0f6, rgba(234, 240, 246, 0));
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-position: 0 0, 0 100%, 0 0, 0 100%;
  background-size: 100% 4rem, 100% 4rem, 100% 1rem, 100% 1rem;
  overflow-y: scroll; }

@media (min-width: 768px) {
  .hsg-nav__group--primary {
    overflow-y: visible;
    background-image: none; } }
.hsg-nav__group--search {
  margin-top: auto; }

.hsg-nav-menu .hsg-nav__group-item {
  position: relative;
  padding: 0 1.5rem; }

@media (min-width: 768px) {
  .hsg-nav-menu .hsg-nav__group-item {
    padding: 0; } }
.hsg-nav__group-item--search {
  background-color: #f5f8fa; }

@media (min-width: 768px) {
  .hsg-nav__group-item--search {
    background-color: transparent; } }
.hsg-nav__group-item--search input {
  background-color: #fff;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: lowercase;
  text-align: center;
  padding: 0.5625rem 3rem 0.5625rem 0.625rem; }

@media (min-width: 768px) {
  .hsg-nav__group-item--search input {
    cursor: pointer;
    background-color: transparent;
    background-position: 0.25rem center;
    text-align: left;
    border: 0;
    transition: max-width 0.3s ease-out;
    max-height: 2rem;
    min-height: 1rem;
    max-width: 0;
    padding: 0.25rem 0.5rem 0.25rem 1.75rem; } }
.hsg-nav__group-item--search input:focus {
  cursor: auto;
  width: 100%; }

@media (min-width: 768px) {
  .hsg-nav__group-item--search input:focus {
    max-width: 175px; } }
.hsg-nav__group-item.hsg-nav__group-item--search, .hsg-nav__group-item.hsg-nav__group-item--cta {
  padding: 1rem 1.5rem; }

@media (min-width: 768px) {
  .hsg-nav__group-item.hsg-nav__group-item--search, .hsg-nav__group-item.hsg-nav__group-item--cta {
    padding: 0 0.5rem; } }
.hsg-nav__group-item.hsg-nav__group-item--login:not(.signed-out) {
  display: none; }

.hsg-nav__group-item.hsg-nav__group-item--login a, .hsg-nav__group-item.hsg-nav__group-item--cta a {
  display: block;
  text-align: center; }

@media (min-width: 768px) {
  .hsg-nav__group-item.hsg-nav__group-item--login a, .hsg-nav__group-item.hsg-nav__group-item--cta a {
    display: inline-block; } }
.hsg-nav-menu .hsg-nav__link, .hsg-nav-menu .menu-item > a {
  font-weight: 500; }

@media (min-width: 768px) {
  .hsg-nav-menu .hsg-nav__link, .hsg-nav-menu .menu-item {
    padding: 1rem; } }
.hsg-nav-menu .hsg-nav__link-label {
  padding: 0; }

@media (min-width: 768px) {
  .hsg-nav-menu .hsg-nav__link-label {
    padding: 0 1rem; } }
.hsg-nav__globe-icon::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.875rem; }

@media (min-width: 768px) {
  .hsg-nav__dropdown-list--3-col-wide, .hsg-nav__dropdown-list--3-col, .hsg-nav__dropdown-list--2-col {
    width: 100%; } }
@media (min-width: 768px) {
  .hsg-nav__dropdown-list--3-col-wide {
    max-width: 895px; } }
@media (min-width: 768px) {
  .hsg-nav__dropdown-list--3-col {
    max-width: 617px; } }
@media (min-width: 768px) {
  .hsg-nav__dropdown-list--2-col {
    max-width: 710px; } }
@media (min-width: 768px) {
  .hsg-nav__dropdown-list--2-col .hsg-nav__box-link {
    width: 50%; } }
.hsg-nav-menu .hsg-nav__dropdown-list {
  overflow: hidden; }

@media (min-width: 768px) {
  .hsg-nav-menu .hsg-nav__dropdown-list {
    right: 0;
    transition: none;
    margin-top: -1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }
@media (max-width: 767px) {
  .hsg-nav-menu .hsg-nav__dropdown-list {
    position: initial;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: initial; } }
@media (min-width: 768px) {
  .hsg-nav__dropdown-row {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0; } }
.hsg-nav__dropdown-row:not(:last-child) {
  border-bottom: 1px solid #cbd6e2; }

@media (min-width: 768px) {
  .hsg-nav__dropdown-column {
    flex: 1; } }
.hsg-nav__dropdown-column:not(:last-child) {
  padding-bottom: 1rem; }

@media (min-width: 768px) {
  .hsg-nav__dropdown-column:not(:last-child) {
    margin-right: 1rem;
    padding-bottom: 0; } }
@media (min-width: 768px) {
  .hsg-nav__dropdown-row--links .hsg-nav__dropdown-column {
    padding-left: 1rem; } }
.hsg-nav__dropdown-row--links-horizontal h3 {
  display: inline-block;
  margin-right: 1em; }

.hsg-nav__dropdown-row--links-horizontal p {
  display: inline-block; }

.hsg-nav__header {
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.375rem; }

.hsg-nav__subheader {
  margin: 0; }

.hsg-nav__box-link {
  display: block;
  margin-bottom: 0.375rem;
  padding: 1rem; }

@media (min-width: 768px) {
  .hsg-nav__box-link {
    border-radius: .1875rem;
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .hsg-nav__box-link:only-child {
    text-align: center; } }
.hsg-nav__box-link:hover {
  background-color: #e5f5f8; }

.hsg-nav__link-group {
  position: relative; }

@media (min-width: 768px) {
  .hsg-nav__link-group {
    left: -1rem;
    width: calc(100% + 1rem); } }
.hsg-nav__link-group a {
  display: block;
  padding: 0.5rem 1rem; }

.hsg-nav__link-group a:hover {
  background: #e5f5f8; }

.hsg-nav__link-group a.hsg-en-link span {
  display: inline-block;
  position: relative;
  padding-right: 2.25rem; }

.hsg-nav__link-group a.hsg-en-link span::before {
  content: 'EN';
  position: absolute;
  top: 0;
  right: 3px;
  background-color: #007bff;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.8;
  border-radius: .1875rem;
  box-sizing: content-box;
  transition: opacity 0.15s ease-out;
  height: 0.5rem;
  padding: 0.25rem;
  opacity: 1; }

[lang='ja'] .hsg-nav__link-group a.hsg-en-link span::before {
  content: "├¿ÔÇ╣┬▒"; }

.hsg-footer__nav-item a, .hsg-footer__dropdown > label {
  display: block;
  font-size: 0.875rem; }

.hsg-footer {
  background-color: #33475b;
  color: #fff; }

.hsg-footer a:not([class*='cta']) {
  color: #cbd6e2; }

.hsg-footer a:not([class*='cta']):hover {
  color: #7fd1de;
  text-decoration: none; }

.hsg-footer__copyright li {
  display: inline-block; }

.hsg-footer__copyright li a {
  display: block;
  padding: 0.5rem 1rem; }

.hsg-footer__nav-item a, .hsg-footer__dropdown > label {
  display: block;
  font-size: 0.875rem; }

.hsg-footer {
  padding-top: 2rem; }

@media (min-width: 768px) {
  .hsg-footer {
    padding-top: 5.75rem; } }
.hsg-footer__layout {
  box-sizing: content-box;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0; }

@media (min-width: 768px) {
  .hsg-footer__layout {
    padding: 0 2rem; } }
.hsg-footer__nav > ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0; }

@media (min-width: 768px) {
  .hsg-footer__nav > ul {
    flex-direction: row; } }
.hsg-footer__nav-column {
  position: relative;
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #7c98b6; }

@media (min-width: 768px) {
  .hsg-footer__nav-column {
    text-align: left;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 1rem; } }
.hsg-footer__nav-column:first-child {
  padding-left: 0; }

.hsg-footer__nav-column:last-child {
  padding-right: 0; }

.hsg-footer__nav-column > input {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0); }

.hsg-footer__nav-column > input:checked + label {
  color: #fff; }

@media (max-width: 767px) {
  .hsg-footer__nav-column > input:checked ~ ul {
    display: flex; } }
.hsg-footer__nav-column > label {
  cursor: pointer;
  display: block;
  color: #0091ae;
  padding: 1.5rem 0; }

@media (min-width: 768px) {
  .hsg-footer__nav-column > label {
    cursor: default;
    color: inherit;
    padding: 0; } }
.hsg-footer__nav-column > label::after {
  content: '\E003';
  display: inline-block;
  font-family: 'hsg-icons';
  font-size: 0.875rem;
  vertical-align: middle;
  margin-left: 0.75rem; }

@media (min-width: 768px) {
  .hsg-footer__nav-column > label::after {
    content: none; } }
.hsg-footer__nav-column > ul {
  display: none;
  flex-direction: column; }

@media (min-width: 768px) {
  .hsg-footer__nav-column > ul {
    display: flex; } }
.hsg-footer__nav-column > ul li[data-order='0'] {
  order: 0; }

.hsg-footer__nav-column > ul li[data-order='1'] {
  order: 1; }

.hsg-footer__nav-column > ul li[data-order='2'] {
  order: 2; }

.hsg-footer__nav-column > ul li[data-order='3'] {
  order: 3; }

.hsg-footer__nav-column > ul li[data-order='4'] {
  order: 4; }

.hsg-footer__nav-column > ul li[data-order='5'] {
  order: 5; }

.hsg-footer__nav-item {
  border-top: 1px solid #425b76; }

@media (min-width: 768px) {
  .hsg-footer__nav-item {
    border-top: 0; } }
.hsg-footer__nav-item > a {
  padding: 1rem 0; }

@media (min-width: 768px) {
  .hsg-footer__nav-item > a {
    padding: 0.5rem 0; } }
.hsg-footer__nav-item--contact-links {
  order: 10; }

@media (max-width: 767px) {
  .hsg-footer__nav-item--contact-links {
    display: none; } }
.hsg-footer__dropdown > input {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0); }

.hsg-footer__dropdown > input:checked ~ span {
  display: flex; }

.hsg-footer__dropdown > label {
  cursor: pointer;
  padding: 1rem 0; }

@media (min-width: 768px) {
  .hsg-footer__dropdown > label {
    padding: 0.5rem 0; } }
.hsg-footer__dropdown > label::after {
  content: '\E004';
  display: inline;
  font-family: 'hsg-icons';
  font-size: 7px;
  padding-left: 0.5rem; }

.hsg-footer__dropdown > span {
  display: none;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1rem; }

@media (min-width: 768px) {
  .hsg-footer__dropdown > span {
    padding-bottom: 0; } }
.hsg-footer__dropdown > span a {
  font-size: 0.75rem;
  padding: 0.5rem 0; }

.hsg-footer__contact-links {
  box-sizing: content-box;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  text-align: center; }

@media (min-width: 768px) {
  .hsg-footer__contact-links {
    display: none;
    padding: 0; } }
.hsg-footer__cta {
  margin: 3rem 0 0.75rem; }

@media (min-width: 768px) {
  .hsg-footer__cta {
    margin: 0.75rem 0; } }
.hsg-footer__social {
  width: 100%; }

@media (min-width: 768px) {
  .hsg-footer__social {
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }
.hsg-footer__social li {
  display: inline-block; }

.hsg-footer__social li a {
  display: block;
  padding: 0.5rem; }

@media (min-width: 768px) {
  .hsg-footer__social li a {
    padding: 0.75rem 0; } }
.hsg-footer__social li a span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.hsg-footer__languages {
  padding: 2rem; }

@media (min-width: 768px) {
  .hsg-footer__languages {
    padding: 2rem 0; } }
.hsg-footer__languages ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  width: 100%; }

.hsg-footer__languages ul li {
  display: inline-block;
  flex-shrink: 1; }

.hsg-footer__languages ul li a {
  display: block;
  padding: 0.5rem 1rem; }

.hsg-footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #7c98b6;
  width: 100%;
  padding: 2rem; }

@media (min-width: 768px) {
  .hsg-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 2rem 0; } }
.hsg-footer__logo {
  order: 1;
  margin-top: 2rem; }

@media (min-width: 768px) {
  .hsg-footer__logo {
    order: 0;
    margin-top: 0; } }
.hsg-footer__logo img {
  display: block;
  max-width: 100px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .hsg-footer__logo img {
    margin: 0; } }
.hsg-footer__logo p {
  color: #cbd6e2; }

.hsg-featured-snippet {
  box-sizing: content-box;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  background-color: #f5f8fa;
  margin: 1rem;
  padding: 1.625rem 1.25rem; }

@media (min-width: 501px) {
  .hsg-featured-snippet {
    padding: 3.75rem 5.75rem; } }
@media (min-width: 501px) and (max-width: 767px) {
  .hsg-featured-snippet {
    padding: 5% 7.5%; } }
@media (min-width: 768px) {
  .hsg-featured-snippet {
    margin: 1rem auto; } }
.hsg-featured-snippet, .hsg-featured-snippet h2 {
  border-radius: 0.1875rem; }

.hsg-featured-snippet h2, .hsg-featured-snippet h3, .hsg-featured-snippet h4, .hsg-featured-snippet h5, .hsg-featured-snippet h6 {
  position: relative;
  background-color: #fff;
  border: 1px solid #7c98b6;
  margin: 0 0 2rem;
  padding: 1rem 1rem 1rem 4rem; }

@media (min-width: 501px) {
  .hsg-featured-snippet h2, .hsg-featured-snippet h3, .hsg-featured-snippet h4, .hsg-featured-snippet h5, .hsg-featured-snippet h6 {
    margin: 0 0 3.25rem;
    padding: 1.75rem 1rem 1.75rem 5rem; } }
.hsg-featured-snippet h2::before, .hsg-featured-snippet h3::before, .hsg-featured-snippet h4::before, .hsg-featured-snippet h5::before, .hsg-featured-snippet h6::before {
  content: '';
  flex-shrink: 0;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem; }

@media (min-width: 501px) {
  .hsg-featured-snippet h2::before, .hsg-featured-snippet h3::before, .hsg-featured-snippet h4::before, .hsg-featured-snippet h5::before, .hsg-featured-snippet h6::before {
    top: calc(1.75rem - 0.1875rem);
    width: 2.5rem;
    height: 2.5rem; } }
.hsg-featured-snippet ul, .hsg-featured-snippet ol {
  margin: 1em 0 0.25em;
  padding: 0; }

.hsg-featured-snippet ul li, .hsg-featured-snippet ol li {
  list-style-type: none;
  margin: 0 0 0.75em;
  padding: 0 0 0 1.5em; }

.hsg-featured-snippet ul li > ul, .hsg-featured-snippet ul li > ol, .hsg-featured-snippet ol li > ul, .hsg-featured-snippet ol li > ol {
  margin: 1em 0 0; }

.hsg-featured-snippet ul li {
  text-indent: -0.375em; }

.hsg-featured-snippet ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: -0.875em;
  background-color: #2d3e50;
  border-radius: 50%;
  width: 6px;
  height: 6px; }

.hsg-featured-snippet ol {
  counter-reset: item; }

.hsg-featured-snippet ol > li {
  counter-increment: item;
  text-indent: -2em; }

.hsg-featured-snippet ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  color: #2d3e50;
  font-weight: 700;
  text-align: right;
  width: 1.5em;
  padding-right: 0.5em; }

.hsg-rich-text {
  padding: 2rem; }

.hsg-rich-text[data-background-image] ul li::before, .hsg-rich-text[data-background]:not([data-background*='white']) ul li::before {
  background-color: #fff; }

.hsg-rich-text[data-background-image] ol li::before, .hsg-rich-text[data-background]:not([data-background*='white']) ol li::before {
  color: #fff; }

.hsg-rich-text ul, .hsg-rich-text ol {
  margin: 1em 0 0.25em;
  padding: 0; }

.hsg-rich-text ul li, .hsg-rich-text ol li {
  list-style-type: none;
  margin: 0 0 0.75em;
  padding: 0 0 0 1.5em; }

.hsg-rich-text ul li > ul, .hsg-rich-text ul li > ol, .hsg-rich-text ol li > ul, .hsg-rich-text ol li > ol {
  margin: 1em 0 0; }

.hsg-rich-text ul li {
  text-indent: -0.375em; }

.hsg-rich-text ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: -0.875em;
  background-color: #2d3e50;
  border-radius: 50%;
  width: 6px;
  height: 6px; }

.hsg-rich-text ol {
  counter-reset: item; }

.hsg-rich-text ol > li {
  counter-increment: item;
  text-indent: -2em; }

.hsg-rich-text ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  color: #2d3e50;
  font-weight: 700;
  text-align: right;
  width: 1.5em;
  padding-right: 0.5em; }

.hsg-rich-text__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 245px;
  position: relative;
  overflow-wrap: break-word;
  font-size: 1.125rem; }

@media (max-width: 1024px) {
  .hsg-rich-text__wrapper {
    padding: 0 100px; } }
@media (max-width: 767px) {
  .hsg-rich-text__wrapper {
    padding: 0; } }
@media (min-width: 1025px) {
  [lang='ja'] .hsg-rich-text__wrapper {
    padding: 0 175px;
    text-align: justify; } }
[data-background]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper, [data-background-image]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper {
  padding: 60px 214px; }

@media (max-width: 1024px) {
  [data-background]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper, [data-background-image]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper {
    padding: 60px 200px; } }
@media (max-width: 767px) {
  [data-background]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper, [data-background-image]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper {
    padding: 60px 0; } }
.hsg-rich-text__wrapper [data-background-image='circle2']::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center; }

.hsg-rich-text__wrapper pre {
  position: absolute;
  width: 150px;
  padding: 20px 0;
  border-top: 3px solid #007bff;
  border-bottom: 3px solid #007bff;
  font-size: 1.5rem;
  line-height: 33px;
  margin-top: 53px;
  left: 50px;
  white-space: pre-wrap; }

@media (max-width: 767px) {
  .hsg-rich-text__wrapper pre {
    position: static;
    width: 100%;
    border: 0;
    font-size: inherit;
    padding: 0; } }
.hsg-rich-text__wrapper pre.gutter-cta {
  border: 0 solid transparent;
  padding: 0;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600; }

.hsg-rich-text__wrapper pre.gutter-cta::before {
  display: none; }

.hsg-rich-text__wrapper pre.gutter-cta::after {
  display: none; }

[data-background]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper pre {
  border-color: #fff; }

.hsg-rich-text__wrapper pre.gutter-left {
  left: 50px;
  right: auto; }

.hsg-rich-text__wrapper pre.gutter-right {
  left: auto;
  right: 50px; }

.hsg-rich-text__wrapper pre p {
  margin: 0; }

.hsg-rich-text__wrapper pre::before {
  content: '';
  display: block;
  width: 100px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px; }

@media (max-width: 767px) {
  .hsg-rich-text__wrapper pre::before {
    display: none; } }
.hsg-rich-text__wrapper code {
  padding: 1rem;
  background-color: #efefef;
  display: block;
  border: 1px solid #ccc;
  font-size: 1rem;
  border-radius: 3px; }

.hsg-rich-text__wrapper blockquote {
  font-size: 180%;
  position: relative;
  padding: 6rem 0 1rem;
  margin: 25px 0 40px;
  width: calc(100% + 400px);
  max-width: 98vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  text-align: center; }

@media (max-width: 767px) {
  .hsg-rich-text__wrapper blockquote {
    padding: 6rem 20px 1rem; } }
.hsg-rich-text__wrapper blockquote p {
  font-size: inherit;
  margin: 0; }

.hsg-rich-text__wrapper blockquote::before {
  content: '';
  height: 80px;
  width: 40%;
  border-bottom: 3px solid #007bff;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50%; }

[data-background]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper blockquote::before, [data-background-image]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper blockquote::before {
  border-bottom: 3px solid #fff; }

.hsg-rich-text__wrapper blockquote::after {
  content: '';
  height: 3px;
  width: 20%;
  background-color: #007bff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[data-background]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper blockquote::after, [data-background-image]:not([data-background='white']):not(.hsg-bg__white):not(.module-bg--white) .hsg-rich-text__wrapper blockquote::after {
  background-color: #fff; }

.hsg-rich-text__wrapper .vidyard-player-container iframe {
  margin: 0; }

.hsg-rich-text__wrapper iframe {
  min-height: 350px; }

.hsg-rich-text__wrapper iframe.full-width-img {
  min-height: 550px; }

.hsg-rich-text__wrapper img, .hsg-rich-text__wrapper iframe {
  display: block;
  padding: 0;
  margin: 20px 0;
  border-radius: 3px;
  max-width: 100%; }

.hsg-rich-text__wrapper img.full-width-img, .hsg-rich-text__wrapper img.wt-blog__oversized-image, .hsg-rich-text__wrapper iframe.full-width-img, .hsg-rich-text__wrapper iframe.wt-blog__oversized-image {
  display: block;
  position: relative;
  left: -200px;
  width: calc(100% + 400px) !important;
  max-width: none; }

@media (max-width: 767px) {
  .hsg-rich-text__wrapper img.full-width-img, .hsg-rich-text__wrapper img.wt-blog__oversized-image, .hsg-rich-text__wrapper iframe.full-width-img, .hsg-rich-text__wrapper iframe.wt-blog__oversized-image {
    width: 100% !important;
    left: 0; } }
.hsg-chapters {
  padding: 45px 0 60px; }

.hsg-chapters__wrapper {
  max-width: 100%;
  margin: 0 auto; }

.hsg-chapters__wrapper ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: li; }

.hsg-chapters__wrapper ol li {
  width: 150px;
  margin: 45px 15px 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  text-indent: 0;
  display: flex; }

.hsg-chapters__wrapper ol li::after {
  content: '';
  width: 62px;
  height: 62px;
  background-color: #0091b0;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none; }

.hsg-chapters__wrapper ol li::before {
  content: counter(li);
  pointer-events: none;
  counter-increment: li;
  display: block;
  position: absolute;
  line-height: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  z-index: 10; }

.hsg-chapters__wrapper ol li a {
  color: #fff;
  padding: 40px 20px 20px;
  display: block;
  width: 100%;
  border-radius: 3px;
  background-color: #00a4bd;
  box-shadow: 0 1px 0 0 rgba(45, 62, 80, 0.53);
  transition: 0.3s; }

.hsg-chapters__wrapper ol li a:hover {
  box-shadow: 0 1px 5px 0 rgba(45, 62, 80, 0.53);
  text-decoration: none; }

.hsg-chapters__wrapper ol li h4 {
  font-size: 1rem;
  line-height: 1.25rem; }

.blog-progress-bar {
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-height: 6px;
  position: absolute; }

.blog-progress-bar::-webkit-progress-bar {
  background-color: transparent;
  height: 6px; }

.blog-progress-bar::-webkit-progress-value {
  background-color: #007bff;
  height: 6px; }

.blog-progress-bar::-moz-progress-bar {
  background-color: #007bff;
  border: 0;
  height: 0; }

.blog-progress-bar:focus {
  outline: none; }

.blog-sticky-navigation {
  position: fixed;
  top: 0;
  background-color: #f5f8fa;
  border-bottom: 1px solid #cbd6e2;
  width: 100%;
  display: block;
  z-index: 91; }

@media (max-width: 767px) {
  .blog-sticky-navigation {
    display: none; } }
.blog-sticky-navigation > div {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between; }

.blog-sticky-navigation__search {
  position: relative; }

.blog-sticky-navigation__search::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  height: 75%;
  width: 2px;
  background-color: #cbd6e2; }

.blog-sticky-navigation__search-input {
  background-color: transparent;
  border: transparent;
  padding-left: 40px;
  max-height: 10px;
  width: 0 !important;
  transition: width 0.2s;
  margin-right: 10px;
  padding: 1rem; }

.blog-sticky-navigation__search-input:focus {
  width: 175px !important;
  transition: width 0.2s;
  padding: 1rem 1rem 1rem 2rem; }

.blog-sticky-navigation__subscribe {
  margin: 0 1.5rem;
  position: relative; }

.blog-sticky-navigation__subscribe .blog-sticky-navigation__dropdown-container {
  width: 350px;
  position: absolute;
  top: calc(100% + 55px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  padding-top: 15px; }

.blog-sticky-navigation__subscribe .blog-sticky-navigation__dropdown-container.show {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% - 8px); }

.blog-sticky-navigation__subscribe .blog-sticky-navigation__dropdown-container::before {
  content: '';
  border: 10px solid #f2545b;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  border-top-right-radius: 3px; }

.blog-sticky-navigation__blog-navigation ul li {
  display: inline-block;
  position: relative;
  margin-right: 1.5rem; }

.blog-sticky-navigation__blog-navigation ul li a {
  color: #33475b;
  padding: 0.5rem 0;
  display: block;
  text-transform: uppercase; }

.blog-sticky-navigation__blog-navigation ul li a:hover {
  text-decoration: none; }

.blog-sticky-navigation__blog-navigation ul li:hover::after {
  min-height: 4px;
  opacity: 1; }

.blog-sticky-navigation__blog-navigation ul li::after {
  content: '';
  transition: 0.3s ease-in-out;
  opacity: 0;
  width: 100%;
  min-height: 0;
  background-color: #007bff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.blog-sticky-navigation__ctas {
  display: flex;
  padding-right: 1rem; }

.blog-header-tag, .wt-blog__title {
  background-color: #007bff;
  color: #fff;
  font-size: 1.15rem;
  display: block;
  padding: 6px;
  margin-left: 10px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02rem; }

.blog-post-listing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 1rem); }

@media (max-width: 767px) {
  .blog-post-listing {
    flex-direction: column;
    width: 100%; } }
.blog-features {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 1rem; }

.blog-features__main {
  display: flex; }

.blog-features__sidebar {
  max-width: 32.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (max-width: 767px) {
  .blog-features__sidebar {
    max-width: 100%;
    display: none; } }
.blog-features__heading {
  background-color: #007bff;
  color: #fff;
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0.025rem;
  padding: 0.25rem 0.75rem;
  margin: 0 0 1rem;
  max-width: 60%; }

.blog-features__list {
  padding-bottom: 1rem; }

.blog-subscribe-form {
  position: relative;
  z-index: 10;
  color: #fff;
  overflow: hidden;
  border-radius: 3px;
  cursor: unset;
  flex-grow: 1; }

.blog-subscribe-form::before {
  content: '';
  display: block;
  width: 70%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: -15px;
  background-position-x: -40px;
  top: 0;
  left: 0;
  position: absolute; }

.blog-subscribe-form--card {
  margin: 0 1rem 1rem 0; }

.blog-subscribe-form--card section {
  opacity: 0; }

.blog-subscribe-form--full-width {
  margin-right: 0;
  margin-bottom: 6rem; }

@media (max-width: 767px) {
  .blog-subscribe-form--full-width {
    display: none; } }
.blog-subscribe-form--full-width::before {
  width: 29%; }

.blog-subscribe-form--full-width::after {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-position-x: 130%;
  background-position-y: 20px;
  background-size: contain;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none; }

.blog-subscribe-form--full-width .blog-subscribe-form__error-text {
  left: 0; }

.blog-subscribe-form--full-width .blog-subscribe-form__thanks-positioning {
  position: relative; }

.blog-subscribe-form--full-width .blog-subscribe-form__thank-you {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center; }

.blog-subscribe-form--full-width .blog-subscribe-form__thank-you .blog-subscribe-form__lockup {
  text-align: center; }

.blog-subscribe-form--full-width .blog-subscribe-form__thank-you .blog-subscribe-form__lockup img {
  display: inline; }

.blog-subscribe-form--full-width .blog-subscribe-form__options {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  justify-content: center; }

.blog-subscribe-form--full-width .blog-subscribe-form__options ul {
  min-width: 40%; }

.blog-subscribe-form--full-width .blog-subscribe-form__heading {
  border: 0;
  font-size: 0.825rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0; }

.blog-subscribe-form--full-width .blog-subscribe-form__container {
  height: auto; }

.blog-subscribe-form--full-width .blog-subscribe-form__container > section:first-child {
  max-width: 40%;
  min-width: 40%;
  text-align: left;
  padding: 4rem; }

.blog-subscribe-form--full-width .blog-subscribe-form__container > section:last-child {
  max-width: 60%;
  min-width: 60%;
  padding: 3rem 3rem 3rem 0; }

.blog-subscribe-form--full-width .blog-subscribe-form__email-input-container {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end; }

.blog-subscribe-form--full-width .blog-subscribe-form__email-input-container input[type='email'] {
  flex-grow: 1; }

.blog-subscribe-form--full-width .blog-subscribe-form__email-input-container input[type='submit'] {
  max-width: 30%;
  align-self: flex-end;
  margin: 0 0 0 1rem; }

.blog-subscribe-form--full-width .blog-subscribe-form__email-input {
  flex-grow: 1; }

.blog-subscribe-form--full-width .blog-subscribe-form__email-input label {
  font-size: 0.825rem;
  font-weight: 600;
  margin-bottom: 2px; }

.blog-subscribe-form--full-width .blog-subscribe-form__divider {
  display: flex;
  position: relative;
  justify-content: center; }

.blog-subscribe-form--full-width .blog-subscribe-form__divider span {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0; }

.blog-subscribe-form--full-width .blog-subscribe-form__divider::after, .blog-subscribe-form--full-width .blog-subscribe-form__divider::before {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
  min-width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.blog-subscribe-form--full-width .blog-subscribe-form__divider::after {
  left: 0; }

.blog-subscribe-form--full-width .blog-subscribe-form__divider::before {
  right: 0; }

.blog-subscribe-form--thank-you .blog-subscribe-form__form-container {
  opacity: 0; }

.blog-subscribe-form--thank-you .blog-subscribe-form__thank-you {
  opacity: 1; }

.blog-subscribe-form__form-container {
  opacity: 1;
  transition: 0.3s; }

.blog-subscribe-form #email-address.invalid {
  border: 1px solid #f2545b;
  box-shadow: 0 0 0 1px #f2545b;
  outline: 0; }

.blog-subscribe-form__overflow {
  overflow: hidden;
  border-radius: 3px; }

.blog-subscribe-form__button {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #fff; }

.blog-subscribe-form__button:hover {
  opacity: 0.95;
  color: #33475b;
  text-decoration: none; }

.blog-subscribe-form .email-validation, .blog-subscribe-form .blog-list-validation {
  display: none; }

.blog-subscribe-form .email-validation.show, .blog-subscribe-form .blog-list-validation.show {
  display: inline-block; }

.blog-subscribe-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  display: block; }

.blog-subscribe-form .hs-error-msgs li {
  text-indent: 0;
  margin: auto;
  padding: 0;
  text-align: left; }

.blog-subscribe-form .hs-error-msgs label {
  color: #f2545b;
  background-color: #fff;
  display: none;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.25rem;
  text-align: left;
  border-radius: 0.1875rem; }

[data-background='white'] .blog-subscribe-form .hs-error-msgs label, .hsg-bg__white .blog-subscribe-form .hs-error-msgs label, .module-bg--white .blog-subscribe-form .hs-error-msgs label {
  padding: 0;
  background-color: transparent; }

.blog-subscribe-form__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.3s ease-in-out;
  border-radius: 3px; }

.blog-subscribe-form__container section {
  min-width: 100%;
  padding: 1rem;
  max-height: 100%;
  text-align: center;
  transition: 0.3s ease-in-out; }

.blog-subscribe-form__container section.show {
  opacity: 1; }

.blog-subscribe-form__heading {
  border-bottom: 2px solid #fff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: block;
  font-size: 1.25rem; }

.blog-subscribe-form__blog-list {
  -webkit-column-count: 2;
  column-count: 2;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap; }

.blog-subscribe-form__blog-list.error li label::before {
  border: 1px solid #f2545b;
  box-shadow: 0 0 0 1px #f2545b;
  outline: 0; }

.blog-subscribe-form__blog-list li {
  position: relative;
  text-align: left;
  width: 50%;
  padding-bottom: 0.5rem; }

.blog-subscribe-form__blog-list li label {
  padding-left: 1.5rem;
  position: relative;
  margin-right: 1rem;
  display: block; }

.blog-subscribe-form__blog-list li label::before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 2px; }

.blog-subscribe-form__blog-list li input[type='checkbox'] {
  display: none; }

.blog-subscribe-form__blog-list li input[type='checkbox']:checked + label::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem;
  background-color: rgba(255, 255, 255, 0.5); }

.blog-subscribe-form__email-input-container {
  position: relative;
  padding-top: 0.5rem;
  flex-wrap: wrap; }

.blog-subscribe-form__email-input-container label {
  display: block;
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 0.05rem; }

.blog-subscribe-form__email-input-container input {
  width: 100%;
  padding: 0.5rem;
  border: 0;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 300;
  color: #33475b; }

.blog-subscribe-form__email-input-container input::-webkit-input-placeholder {
  color: #cbd6e2; }

.blog-subscribe-form__gdpr-notice {
  font-size: 0.75rem;
  text-align: left; }

.blog-subscribe-form__gdpr-notice a {
  color: #fff;
  text-decoration: underline; }

.blog-subscribe-form__error {
  position: absolute;
  left: 100%;
  min-width: 50px;
  min-height: 20px;
  padding: 1rem;
  top: 50%;
  display: none; }

.blog-subscribe-form__error-text {
  position: absolute;
  left: -110%;
  top: 20%;
  background-color: #fef8f0;
  border: 1px solid #f5c26b;
  z-index: 90;
  color: #33475b;
  border-radius: 3px;
  padding: 1rem;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out; }

.blog-subscribe-form__error-text.show {
  opacity: 1;
  pointer-events: auto; }

.blog-subscribe-form__error-text::after, .blog-subscribe-form__error-text::before {
  content: '';
  border: 0.825rem solid #f5c26b;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-bottom: 0.825rem solid transparent;
  border-left: 0.825rem solid transparent;
  position: absolute;
  right: -4px;
  top: 50%;
  border-top-right-radius: 3px; }

.blog-subscribe-form__error-text::after {
  border-color: #fef8f0;
  border-width: calc(0.825rem - 1px); }

.blog-subscribe-form__error-text p {
  padding: 0;
  margin: 0; }

.blog-subscribe-form__back-button {
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  border: 0;
  cursor: pointer;
  position: relative;
  margin-top: 0.5rem; }

.blog-subscribe-form__back-button:hover {
  text-decoration: underline; }

.blog-subscribe-form__back-button::before, .blog-subscribe-form__back-button::after {
  content: '';
  height: 30%;
  width: 0.06rem;
  position: absolute;
  left: -5px;
  display: block;
  background-color: #fff; }

.blog-subscribe-form__back-button::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 10px;
  left: -3px; }

.blog-subscribe-form__back-button::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 7px; }

.blog-roll {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2rem 0; }

@media (max-width: 767px) {
  .blog-roll {
    flex-direction: column; } }
.blog-roll__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background-color: #007bff;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0.5rem;
  flex-grow: 1;
  width: calc(33.3% - 1rem); }

.blog-roll__item:hover {
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014); }

@media (max-width: 767px) {
  .blog-roll__item {
    width: 100%;
    margin: 0.5rem 0; } }
.blog-roll__item:first-child {
  margin-left: 0; }

.blog-roll__item:last-child {
  margin-right: 0; }

.blog-roll__item figure {
  width: 100%; }

.blog-roll__item figure img {
  width: 100%; }

.blog-roll__item a {
  color: #fff; }

.blog-roll__item a:hover {
  text-decoration: none; }

.blog-roll__item-content {
  padding: 1rem; }

.blog-roll__item-content h3 {
  font-size: 2rem;
  margin: 0;
  font-weight: 300; }

.blog-roll__item-content p {
  margin: 0 0 1rem;
  padding-right: 1rem;
  font-size: 1.1rem; }

.blog-section-header {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem 0 0;
  width: 100%; }

.blog-section-header--border-top {
  border-top: 2px solid #33475b; }

.blog-section-header--top-circles .blog-section-header__heading {
  margin-top: 60px; }

.blog-section-header--top-circles .blog-section-header__heading::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 50px;
  top: -4rem; }

.blog-section-header--arrow-down .blog-section-header__heading::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 115%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.blog-section-header__heading {
  font-size: 2rem;
  position: relative; }

.blog-pagination {
  padding: 2rem 0; }

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

@media (max-width: 767px) {
  .blog-pagination__container li:nth-child(n+2):nth-child(-n+6) {
    display: none; } }
.blog-pagination__item, .blog-pagination__item--disabled, .blog-pagination__item--current {
  display: block;
  margin: 0 1rem;
  padding: 1rem 0.75rem 0.75rem;
  line-height: 0.5em;
  border-radius: 3px;
  transition: 0.3s ease-in-out; }

.blog-pagination__item--disabled {
  color: #cbd6e2;
  pointer-events: none; }

.blog-pagination__item--current {
  background-color: #e5f5f8;
  border: 1px solid #00a4bd; }

.blog-pagination__item:hover, .blog-pagination__item--disabled:hover, .blog-pagination__item--current:hover {
  background-color: #e5f5f8;
  text-decoration: none; }

@-webkit-keyframes animStar1 {
  from {
    -webkit-transform: translateY(0) rotate(28deg);
    transform: translateY(0) rotate(28deg); }
  to {
    -webkit-transform: translateY(-2000px) translateX(600px) rotate(10deg);
    transform: translateY(-2000px) translateX(600px) rotate(10deg); } }
@keyframes animStar1 {
  from {
    -webkit-transform: translateY(0) rotate(28deg);
    transform: translateY(0) rotate(28deg); }
  to {
    -webkit-transform: translateY(-2000px) translateX(600px) rotate(10deg);
    transform: translateY(-2000px) translateX(600px) rotate(10deg); } }
@-webkit-keyframes animStar2 {
  from {
    -webkit-transform: translateY(0) rotate(3deg);
    transform: translateY(0) rotate(3deg); }
  to {
    -webkit-transform: translateY(-2000px) translateX(800px) rotate(20deg);
    transform: translateY(-2000px) translateX(800px) rotate(20deg); } }
@keyframes animStar2 {
  from {
    -webkit-transform: translateY(0) rotate(3deg);
    transform: translateY(0) rotate(3deg); }
  to {
    -webkit-transform: translateY(-2000px) translateX(800px) rotate(20deg);
    transform: translateY(-2000px) translateX(800px) rotate(20deg); } }
@-webkit-keyframes animStar3 {
  from {
    -webkit-transform: translateY(0) rotate(2deg);
    transform: translateY(0) rotate(2deg); }
  to {
    -webkit-transform: translateY(-2000px) translateX(1000px) rotate(45deg);
    transform: translateY(-2000px) translateX(1000px) rotate(45deg); } }
@keyframes animStar3 {
  from {
    -webkit-transform: translateY(0) rotate(2deg);
    transform: translateY(0) rotate(2deg); }
  to {
    -webkit-transform: translateY(-2000px) translateX(1000px) rotate(45deg);
    transform: translateY(-2000px) translateX(1000px) rotate(45deg); } }
.blog-card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background-color: #eaf0f6;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 1rem 1rem 0;
  padding: 0;
  flex-grow: 1;
  position: relative;
  min-height: 475px; }

.blog-card:hover {
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014); }

@media (max-width: 767px) {
  .blog-card {
    margin: 0 0 1rem; } }
.blog-card.blog-subscribe-form {
  overflow: visible; }

.blog-card--one-third {
  width: calc(31% - 0.5rem); }

.blog-card--two-thirds {
  width: calc(64% - 0.5rem);
  flex-grow: 1; }

.blog-card--compact {
  min-height: auto;
  margin-right: 0; }

.blog-card--compact .blog-card__content-title a {
  min-height: auto; }

.blog-card--compact:last-child {
  margin-bottom: 0; }

.blog-card--featured {
  width: calc(64% - 0.5rem);
  flex-grow: 1; }

.blog-card--featured .blog-card__content-title a {
  min-height: 180px; }

.blog-card--featured figure {
  padding-bottom: 70%; }

.blog-card--no-hover:hover {
  -webkit-transform: scale(1);
  transform: scale(1); }

.blog-card--no-img {
  background: transparent; }

.blog-card--no-img figure {
  display: none; }

.blog-card--no-img .blog-card__content-title a {
  padding-bottom: 0;
  font-weight: 500 !important; }

.blog-card--no-img .blog-card__content-description a {
  padding: 1rem; }

.blog-card-cta {
  text-align: center;
  color: #fff;
  padding: 0;
  display: flex; }

.blog-card-cta span {
  display: flex;
  justify-content: center; }

.blog-card-cta a {
  display: block;
  padding: 2rem;
  color: #fff; }

.blog-card-cta .hs_cos_wrapper_type_cta {
  color: #fff; }

.blog-card-cta .cta_button {
  text-align: center;
  padding: 30px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column; }

.blog-card-cta .cta_button:hover {
  color: #fff; }

.blog-card-cta .cta_button h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #fff; }

.blog-card-cta .wt-blog__cta--pink-red {
  background: linear-gradient(45deg, #f2547d, #f2545b); }

.blog-card-cta .wt-blog__cta--red-pink {
  background: linear-gradient(225deg, #f2547d, #f2545b); }

.blog-card-cta .wt-blog__cta--blue-green {
  background-image: linear-gradient(to bottom, #22b9a3 0%, #00a4bc 100%); }

.blog-card-cta .wt-blog__cta--blue-green a.cta--primary {
  background-color: #fff;
  color: #00a4bd;
  border-radius: 3px;
  border: 0 solid transparent; }

.blog-card-cta .wt-blog__cta--orange {
  background-image: linear-gradient(to bottom, #f19961 0%, #f97a67 100%); }

.blog-card-cta .wt-blog__cta--orange a.cta--primary {
  background-color: #fff;
  color: #00a4bd;
  border-radius: 3px;
  border: 0 solid transparent; }

.blog-card figure {
  margin: 0;
  height: 0;
  position: relative;
  width: 100%;
  flex-grow: 2;
  overflow: hidden; }

.blog-card figure a {
  display: block; }

.blog-card figure a img {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block; }

.blog-card__content a {
  display: block;
  color: #33475b; }

.blog-card__content a:hover {
  text-decoration: none; }

.blog-card__content-title {
  margin: 0;
  padding: 0; }

.blog-card__content-title a {
  padding: 1rem 1rem 3rem;
  font-size: 2rem;
  font-weight: 500;
  min-height: 230px; }

[lang='de'] .blog-card__content-title a {
  font-size: 1em; }

.blog-card--compact .blog-card__content-title a {
  font-size: 0.875rem;
  padding: 1rem 1rem 2rem; }

.blog-card__content-topic {
  margin: 0;
  font-size: 0.825rem; }

.blog-card__content-topic a {
  padding: 1rem 1rem 0; }

.blog-card__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  width: 100%; }

.blog-card__meta a {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em; }

.blog-card__meta a:first-child {
  padding: 1rem 0 1rem 1rem;
  font-weight: 600; }

.blog-card--compact .blog-card__meta a:first-child {
  padding: 1rem 0 0.5rem 1rem; }

.blog-card__meta a:first-child:hover {
  text-decoration: underline; }

.blog-card__meta a:last-child {
  padding: 1rem 1rem 1rem 0;
  flex-grow: 1; }

.blog-card--compact .blog-card__meta a:last-child {
  padding: 1rem 1rem 0.5rem 0; }

.blog-card--one-third figure, .blog-card--two-thirds figure {
  padding-bottom: 56.25%; }

@media (max-width: 767px) {
  .blog-card--one-third, .blog-card--two-thirds, .blog-card--compact, .blog-card--featured {
    width: 100%; } }
.post-header {
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between; }

@media (max-width: 767px) {
  .post-header {
    flex-direction: column;
    margin-bottom: 1rem; } }
.post-header__text {
  position: relative;
  min-width: 40%; }

.post-header__text .post-author-cta {
  bottom: 0;
  margin-top: 2rem;
  text-align: center;
  max-width: 70%; }

@media (max-width: 767px) {
  .post-header__text .post-author-cta {
    display: none; } }
.post-header__text .post-author-cta p {
  font-size: 0.825rem; }

.post-header__meta {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0; }

.post-header__meta::before {
  content: '';
  border-radius: 3px;
  display: block;
  height: 5px;
  width: 110px;
  background-color: #007bff;
  position: absolute;
  top: 0;
  left: 0; }

.post-header__meta a {
  color: inherit;
  letter-spacing: 0.05em;
  font-weight: 600; }

.post-header__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em; }

.post-header__image {
  min-width: 60%;
  margin-left: 1rem;
  overflow: hidden; }

@media (max-width: 767px) {
  .post-header__image {
    margin: 3rem 0 0;
    min-width: 100%; } }
.post-header__image img {
  height: 100%;
  max-height: 400px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 767px) {
  .post-header__image img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; } }
.post-author-tag {
  display: flex;
  align-items: center; }

.post-author-tag__text p {
  margin: 0; }

.post-author-tag__text p a {
  color: inherit;
  font-weight: 400; }

.post-author-tag__image-container {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 1.5rem; }

.post-author-tag__image-container::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  border: 2px solid #007bff; }

.post-author-tag__image {
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #fff;
  top: 5px;
  left: 5px; }

.post-author-tag__image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 100%; }

.post-content {
  display: flex; }

.post-content .hsg-rich-text {
  padding: 0;
  width: 100%; }

.post-content__sticky-social {
  display: block;
  width: 0; }

@media (max-width: 767px) {
  .post-content__sticky-social {
    position: fixed;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 60; } }
.post-content__sticky-social .sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  font-size: 1.15rem;
  z-index: 60; }

@media (max-width: 767px) {
  .post-content__sticky-social .sticky-container {
    display: flex;
    justify-content: center;
    background-color: #fff; } }
.post-content__sticky-social .sticky-container .at-share-btn-elements {
  display: flex;
  flex-direction: column; }

@media (max-width: 767px) {
  .post-content__sticky-social .sticky-container .at-share-btn-elements {
    flex-direction: row;
    justify-content: space-around;
    border-top: 1px solid #eaf0f6;
    width: 100%; } }
.post-content__sticky-social .sticky-container li {
  text-align: center; }

.post-content__sticky-social .sticky-container a {
  display: block;
  padding: 0.5rem 0; }

@media (max-width: 767px) {
  .post-content__sticky-social .sticky-container a {
    padding: 0.75rem; } }
.post-content__sticky-social .sticky-container a svg {
  fill: #00a4bd !important; }

.post-content__wrapper {
  padding: 0 215px;
  letter-spacing: 0.5px;
  margin: 1.25rem 0;
  font-weight: 300;
  color: #41494f;
  font-size: 16px; }

@media (max-width: 767px) {
  .post-content__wrapper {
    padding: 0; } }
.post-content__publish-date {
  font-size: 0.825rem;
  font-style: italic;
  margin-top: 2rem; }

.post-content__topic-container {
  display: flex;
  align-items: center;
  font-size: 0.825rem;
  margin: 2rem 0; }

.post-content__topic-container p {
  margin: 0; }

.post-content__topic-container .post-content__topic {
  display: block;
  padding: 5px 15px;
  border-radius: 3px;
  background: #eaf0f6;
  color: #33475b;
  margin-left: 0.825rem;
  cursor: pointer; }

.post-content__topic-container .post-content__topic:hover {
  text-decoration: none;
  background: #e5f5f8; }

.post-content__social-share-container {
  padding: 2rem 0;
  text-align: center; }

.post-content__social-share-container .at-share-btn-elements {
  display: flex;
  justify-content: center; }

.post-content__social-share-container .at4-visually-hidden {
  display: none; }

.post-content__social-share-container .at-icon-wrapper {
  margin: 1rem 1rem 0; }

.post-content__social-share-container .at-icon {
  background: #00a4bd;
  color: #fff;
  display: block;
  border-radius: 50%;
  box-sizing: content-box;
  cursor: pointer; }

.post-content__social-share-container .at-icon g {
  fill: #fff; }

.related-posts {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .related-posts {
    flex-direction: column; } }
.related-posts .blog-card {
  max-width: 33.3%;
  margin: 0.5rem; }

.related-posts article:nth-child(3n) {
  flex-basis: 100%; }

.related-posts h3 a {
  font-weight: 500; }

.posts-by-topic {
  padding-top: 3rem; }

.posts-by-topic .hs-rss-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (max-width: 500px) {
  .posts-by-topic .hs-rss-module {
    flex-direction: column; } }
.posts-by-topic .hs-rss-module .hs-rss-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  overflow: hidden;
  display: flex;
  width: 32%;
  background-color: #eaf0f6;
  border-radius: 3px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column-reverse;
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
  position: relative; }

.posts-by-topic .hs-rss-module .hs-rss-item:hover {
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014); }

@media (max-width: 500px) {
  .posts-by-topic .hs-rss-module .hs-rss-item {
    width: 100%; } }
.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-item-text {
  width: auto; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {
  width: auto; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-byline {
  padding: 0 20px;
  color: #33475b; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-description {
  padding: 0 20px; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-description p {
  color: #33475b; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-description p a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-title {
  font-size: 2rem;
  padding: 20px;
  color: #33475b;
  display: block;
  line-height: 40px; }

.posts-by-topic .hs-rss-module .hs-rss-item .hs-rss-title:hover {
  text-decoration: none; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    bottom: 50px; }
  100% {
    opacity: 1;
    bottom: 20px; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    bottom: 50px; }
  100% {
    opacity: 1;
    bottom: 20px; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    bottom: 20px; }
  100% {
    opacity: 0;
    bottom: 50px; } }
@keyframes fadeOut {
  0% {
    opacity: 1;
    bottom: 20px; }
  100% {
    opacity: 0;
    bottom: 50px; } }
.post-video-player {
  width: calc(100% - 50px);
  margin-left: 50px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  height: 600px; }

@media (max-width: 767px) {
  .post-video-player {
    height: 300px;
    margin-left: 0;
    width: 100%; } }
.post-video-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.post-video-player__fixed-scrolled {
  position: relative;
  z-index: 80;
  -webkit-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
  overflow: visible; }

.post-video-player__fixed-scrolled .post-video-player__fixed-wrapper {
  position: fixed;
  top: 5.75rem;
  right: 1rem;
  z-index: 80;
  border-radius: 3px; }

@media (max-width: 767px) {
  .post-video-player__fixed-scrolled .post-video-player__fixed-wrapper {
    position: static;
    top: 0;
    right: 0; } }
.post-video-player__fixed-scrolled .post-video-player__fixed-wrapper .post-video-player__video-close {
  display: block; }

.post-video-player__fixed-scrolled .post-video-player__fixed-wrapper #post-video-player__video {
  width: 360px;
  height: 200px;
  min-height: 200px; }

.post-video-player__video-close {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 10;
  background: #f5f8fa;
  border-radius: 2px;
  right: 5px;
  top: 5px;
  display: none; }

.post-video-player__video-close::before, .post-video-player__video-close::after {
  height: 75%;
  background: #99acc2;
  width: 3px;
  content: '';
  display: block;
  position: relative;
  border-radius: 10px;
  left: 50%;
  top: 0; }

.post-video-player__video-close::before {
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  left: 50%;
  top: 5%; }

.post-video-player__video-close::after {
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: -62.5%; }

#post-video-player__video {
  width: 100%;
  min-height: 100%; }

@media (max-width: 767px) {
  #post-video-player__video {
    min-height: 100%; } }
@-webkit-keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0; }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: 0.7; }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1; }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }
@keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0; }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: 0.7; }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1; }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }
.post-content__bottom-cta .addthis_inline_share_toolbox {
  width: auto; }

.post-content__bottom-cta .at-share-btn-elements {
  display: flex;
  flex-direction: row;
  padding-top: 0; }

.post-content__bottom-cta .at-share-btn-elements a.at-icon-wrapper {
  position: relative;
  background-color: transparent !important;
  margin: 0 1.25rem; }

.post-content__bottom-cta .at-share-btn-elements span.at-icon-wrapper {
  background-color: transparent !important;
  border-radius: 50%;
  padding: 4px;
  margin: 0; }

.post-content__bottom-cta .at-share-btn-elements span svg {
  fill: #f2545b !important;
  width: 32px !important;
  height: 32px !important;
  position: absolute; }

.addthis_inline_share_toolbox {
  width: 75px; }

.at-share-btn-elements {
  display: flex;
  flex-direction: column;
  padding-top: 0; }

.at-share-btn-elements a.at-icon-wrapper {
  background-color: transparent !important; }

.at-share-btn-elements span.at-icon-wrapper {
  background-color: transparent !important;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 0.5rem; }

.at-share-btn-elements span svg {
  fill: #f2545b !important;
  width: 32px !important;
  height: 32px !important;
  position: absolute;
  left: 0; }

.blog-tooltip {
  max-width: 8em;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
  transition: top 75ms ease-out, left 75ms ease-out;
  -webkit-animation: pop-upwards 180ms forwards linear;
  animation: pop-upwards 180ms forwards linear; }

@media (max-width: 500px) {
  .blog-tooltip {
    display: none; } }
.blog-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0.25em -0.5em;
  border-width: 0.5em 0.5em 0;
  border-style: solid;
  border-color: #0091b0 transparent; }

.blog-tooltip ul {
  pointer-events: auto;
  list-style: none;
  padding: 0;
  margin: -0.75em 0 0;
  white-space: nowrap;
  background: #0091b0;
  color: #fff;
  border-radius: 0.25em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.blog-tooltip ul li {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 2;
  text-align: center; }

.blog-tooltip ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  box-sizing: border-box;
  padding: 0.35em; }

.blog-tooltip ul li[data-share-via='copy'] svg {
  max-height: 19px; }

.blog-tooltip ul li path {
  fill: #fff; }

.blog-tooltip ul li polyline {
  stroke: #fff; }

.blog-mock-email, .wt-blog__email-ui {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: left;
  width: 100%;
  margin: 20px 0; }

.blog-mock-email__head, .wt-blog__email-ui__head {
  padding: 20px 10px 10px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  background-color: #444;
  color: #fff;
  font-weight: 600; }

.blog-mock-email__head p, .wt-blog__email-ui__head p {
  margin: 0; }

.blog-mock-email__body, .wt-blog__email-ui__body {
  padding: 20px 10px 25px 20px;
  border: 1px solid #ddd;
  border-top: 0; }

.blog-mock-email__foot, .wt-blog__email-ui__foot {
  border: 1px solid #ddd;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.blog-mock-email__foot img, .wt-blog__email-ui__foot img {
  width: 100%;
  left: 0;
  border-radius: 0;
  margin: 0; }

#slidebox {
  max-width: 400px;
  padding: 34px 0 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  right: -430px;
  z-index: 10;
  transition: 0.5s ease-in-out;
  border-top: 1px solid #dee4ed;
  border-left: 1px solid #dee4ed;
  border-top-left-radius: 8px; }

@media (max-width: 500px) {
  #slidebox {
    width: 100%; } }
#slidebox.slidebox--transparent {
  border: 0 !important;
  background-color: transparent !important; }

#slidebox.slidebox--transparent a.close {
  background-color: #fff; }

#slidebox.show {
  right: 0;
  transition: 0.5s ease-in-out; }

#slidebox a.close {
  background: transparent url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/02/04160141/close.gif?t=1415028564343") no-repeat top left;
  width: 13px;
  height: 13px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px; }

#slidebox a.close:hover {
  background-position: 0 -13px; }

.slide-in-cta--wrapper {
  padding: 0 15px; }

.slide-in-cta--wrapper .hs_submit .hs_button {
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  background: #fff;
  padding: 10px 30px;
  margin: 18px auto 0;
  opacity: 1;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  color: #33475b;
  border: 3px solid #33475b; }

.slide-in-cta--wrapper .hs_submit .hs_button:hover {
  background: #33475b;
  color: #fff;
  opacity: 1; }

.slide-in-cta__title {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 300;
  color: #33475b;
  margin-bottom: 15px; }

.pillar-page-header {
  color: #fff;
  margin-bottom: 3rem; }

.pillar-page-header__text {
  position: relative;
  z-index: 2; }

.pillar-page-header__text p {
  font-size: 1.1rem; }

.pillar-page-header__text h1 {
  margin-bottom: 0; }

.pillar-page-header__text .author {
  margin-top: 0;
  font-size: 0.825rem; }

.pillar-page-header__text .author a:hover {
  color: #fff; }

.pillar-page-header__content {
  overflow: hidden;
  padding: 50px 20px;
  border-bottom-right-radius: 0; }

.pillar-page-header__image {
  background-size: cover;
  display: none; }

.pillar-page-header .pillar-page-header__offers {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #33475b;
  align-items: center;
  max-width: 85%;
  margin-top: 30px;
  border-radius: 3px; }

@media (max-width: 767px) {
  .pillar-page-header .pillar-page-header__offers {
    display: none; } }
.pillar-page-header .pillar-page-header__offers .pillar-page-header__offer-content h5 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.025em; }

.pillar-page-header .pillar-page-header__offers .pillar-page-header__offer-content p {
  margin-top: 0;
  font-size: 0.85rem; }

.pillar-page-header .pillar-page-header__offers .pillar-page-header__offer-cta {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
  font-size: 1.005rem; }

.pillar-page-header .pillar-page-header__offers .pillar-page-header__offer-image {
  max-width: 35%;
  margin-right: 20px; }

.pillar-page-header .pillar-page-header__offers .pillar-page-header__offer-image img {
  width: 100%; }

@media screen and (min-width: 500px) {
  .pillar-page-header {
    display: flex; }

  .pillar-page-header__image {
    overflow: hidden;
    width: calc(50% + 0px);
    margin-left: 0;
    position: relative;
    z-index: 10;
    display: block;
    background-position: center;
    order: 1;
    background-size: cover; }

  .pillar-page-header__image + .pillar-page-header__content {
    width: calc(50% + 250px);
    padding-right: 0; }

  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text {
    float: right;
    max-width: 650px;
    padding-right: 80px; }

  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #33475b;
    align-items: center;
    max-width: 85%;
    margin-top: 30px;
    border-radius: 3px; } }
@media screen and (min-width: 500px) and (max-width: 767px) {
  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers {
    display: none; } }
@media screen and (min-width: 500px) {
  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers .pillar-page-header__offer-content h5 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.025em; }

  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers .pillar-page-header__offer-content p {
    margin-top: 0;
    font-size: 0.85rem; }

  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers .pillar-page-header__offer-cta {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 1.005rem; }

  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers .pillar-page-header__offer-image {
    max-width: 35%;
    margin-right: 20px; }

  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__offers .pillar-page-header__offer-image img {
    width: 100%; }

  .pillar-page-header__content {
    width: 100%;
    background-size: cover; }

  .pillar-page-header__content[data-image-frame] {
    margin-bottom: 0;
    overflow: visible; }

  .pillar-page-header__content[data-image-frame] .pillar-page-header__text {
    max-width: 40vw;
    padding-top: 0;
    margin-left: 0; }

  .pillar-page-header__text {
    max-width: 1080px;
    margin: 0 auto; } }
.post-embedded-module {
  width: 100%; }

.post-embedded-module--full {
  width: calc(100% + 400px);
  position: relative;
  right: 200px; }

.post-embedded-module--window {
  width: 100vw;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

.post-embedded-module--bg-color ul li::before {
  background-color: #fff; }

.post-embedded-module--bg-color ol li::before {
  color: #fff; }

.post-embedded-module--bg-color table {
  color: #33475b; }

@media (max-width: 767px) {
  .post-embedded-module--bg-color .hsg-rich-text {
    padding: 0 2rem;
    box-sizing: border-box; } }
.pillar-read-time {
  font-size: 0.75rem;
  white-space: nowrap; }

@media (max-width: 767px) {
  .pillar-read-time {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eaf0f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem; }

  .pillar-read-time a {
    padding: 0; } }
.pillar-read-time__offer a {
  cursor: pointer; }

.blog-author {
  display: flex;
  align-content: center;
  margin-top: 1rem; }

@media (max-width: 767px) {
  .blog-author {
    flex-direction: column;
    justify-content: center; } }
.blog-author__content {
  flex-grow: 1;
  margin-left: 2rem; }

@media (max-width: 767px) {
  .blog-author__content {
    margin-left: 0;
    margin-top: 2rem; } }
.blog-author__content .blog-author__name {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem; }

.blog-author__content .blog-author__bio {
  font-size: 1.1rem; }

.blog-author__image {
  border: 12px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 4px #007bff;
  margin-right: 35px;
  margin-left: 0;
  max-width: 280px;
  min-width: 280px;
  min-height: 280px;
  max-height: 280px; }

@media (max-width: 767px) {
  .blog-author__image {
    align-self: center; } }
.blog-author__image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.blog-author__social {
  border-top: 4px solid #007bff;
  width: 100%;
  padding-top: 1rem; }

.blog-author__social ul li {
  display: inline;
  margin-right: 1rem; }

.blog-author__social ul li a {
  background-color: #00a4bd;
  padding: 1.5rem;
  border-radius: 50%;
  position: relative;
  display: inline-block; }

.blog-author__social ul li a i, .blog-author__social ul li a svg {
  color: #fff;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.blog-author__social ul li a i.hsg-icon-twitter, .blog-author__social ul li a svg.hsg-icon-twitter {
  top: 51%; }

h3 a {
  font-weight: 600; }

.hsg-featured-snippet {
  width: 100%;
  position: relative;
  padding: 2.75rem;
  right: 2.75rem;
  margin: 2.75rem 0; }

.hsg-table {
  max-width: 100%;
  display: block;
  padding: 0;
  overflow-x: scroll;
  border: 1px solid #eaf0f6; }

#lg_form {
  display: none; }

.hsg-nav-menu .hsg-nav__group-item.menu-item-has-children:after {
  content: '\E004';
  display: inline-block;
  position: relative;
  color: #7c98b6;
  font-family: 'hsg-icons';
  font-size: 8px;
  line-height: 1;
  margin: 0 0.25rem 0; }

.hsg-nav-menu .hsg-nav__group-item.menu-item-has-children > .sub-menu {
  display: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hsg-nav-menu .hsg-nav__group-item.menu-item-has-children > .sub-menu {
      position: absolute;
      z-index: 1;
      background: #fff;
      padding: 5px;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 100%;
      min-width: 200px; } }
  @media (min-width: 1200px) {
    .hsg-nav-menu .hsg-nav__group-item.menu-item-has-children > .sub-menu {
      position: absolute;
      z-index: 1;
      background: #fff;
      padding: 5px;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 100%;
      min-width: 200px; } }
  .hsg-nav-menu .hsg-nav__group-item.menu-item-has-children > .sub-menu:before {
    content: '\E004';
    color: #fff;
    font-family: 'hsg-icons';
    font-size: 8px;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .hsg-nav-menu .hsg-nav__group-item.menu-item-has-children > .sub-menu li {
    font-size: 12px;
    padding: .25rem .5rem; }
.hsg-nav-menu .hsg-nav__group-item.menu-item-has-children:hover > .sub-menu {
  display: block; }

.post-header__text .blog-post__category {
  margin: 0 auto 15px;
  padding: 0; }
  .post-header__text .blog-post__category a {
    font-size: 24px;
    font-weight: 300; }

.single-industry-main {
  margin-top: 60px; }

@media (min-width: 992px) and (max-width: 1199px) {
  section.post-header {
    display: flex;
    justify-content: center;
    align-items: center; } }
@media (min-width: 1200px) {
  section.post-header {
    display: flex;
    justify-content: center;
    align-items: center; } }

.single h2, .single h3 {
  font-weight: bold; }

.ulist {
  list-style: disc;
  padding-left: 30px; }

/*# sourceMappingURL=single-industries.css.map */
