
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  * {
    scroll-margin-top: 100px;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2rem;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 1px; /* 1 */
    overflow: visible; /* 2 */
    background-color: #ffffff;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1rem; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * Remove the outline on focused links
   */
  
  a:focus-visible {
    outline: none;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1rem; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25rem;
  }
  
  sup {
    top: -0.5rem;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625rem;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-itrem;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
*,
*:before,
*:after {
  box-sizing: border-box;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}





.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

#main-content {
overflow: hidden;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
margin: 0 auto;
max-width: 2550px;
background-color: #ffffff;
}

/* CSS variables */
:root {
  --column-gap: 2.13%;
}

/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*="span"] {
  width: 100%;
}

/* Desktop layout */
@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.sd-module-fullwidth-section-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}

.sd-module-fullwidth-section-wrapper .sd-module-section-container {
  margin: 0 auto;
  max-width: 73.5rem;
  min-height: 24px;
  position: relative;
}

.sd-module-section-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}

.sd-module-section-wrapper .sd-module-section-content-wrapper{
  margin: 0;
  padding: 0;
  min-height: 24px;
  position: relative;
}

.sd-module-section-wrapper .sd-module-section-content-wrapper .sd-module-content-row{
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}

.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper{
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; 
}

.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h1,
.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h2,
.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h3,
.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h4,
.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h5,
.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h6{
  margin: 0;
  padding: 0;
  text-align: center;
}

.sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.sd-module-section-wrapper .sd-module-content-row .sd-module-inner-content-wrapper{
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; 
  min-height: 24px;
}

.sd-module-section-wrapper .sd-module-inner-content-wrapper .sd-module-buttons-row-wrapper{
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; 
  min-height: 24px;
}


@media (min-width: 767px) {
  .sd-module-section-wrapper .sd-module-content-row .sd-module-content-heading-wrapper h2 {
    font-size: 42px;
    line-height: 48px;
  }
}


/* BUTTON DEFAULTS */
.ap-btn, .hs-button {
  text-decoration: none;
  width: auto;
  transition: all 0.2s linear;
  white-space: nowrap;
}

.ap-btn:hover, .hs-button:hover {
  opacity: 1;
}

.ap-btn.ap-btn-w-icon:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f30b";
}
/* BUTTON DEFAULTS ENDS */

/* PRIMARY BUTTON */
.ap-btn-primary, .hs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.2s linear;
  padding: 12px 24px;
}
/* PRIMARY BUTTON ENDS */

/* BUTTON SECONDARY */
.ap-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s linear;
  padding: 12px 24px;
}
/* BUTTON SECONDARY ENDS */

/* BUTTON TERTIARY */
.ap-btn-tertiary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.2s linear;
  gap: 12px;
}

.ap-btn-tertiary:hover {
  gap: 16px;
}

.ap-btn-tertiary:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
/* BUTTON TERTIARY ENDS */


/* BUTTON Quaternary */
.ap-btn-quaternary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s linear;
  padding: 12px 24px;
}
/* BUTTON Quaternary ENDS */


/* BUTTON Quinary */
.ap-btn-quinary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s linear;
  padding: 12px 24px;
}
/* BUTTON Quinary ENDS */
.hs-form {
  margin: 0;
  padding: 0;
}

.hs-form .hs-form-field {
  margin: 0;
  padding: 8px;
}

.hs-form .hs-fieldtype-select label,
.hs-form .hs-fieldtype-text label,
.hs-form .hs-fieldtype-date label,
.hs-form .hs-fieldtype-phonenumber label,
.hs-form .hs-fieldtype-textarea label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 16px !important;
  color: #d64041;
}

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

.hs-form .hs-form-field .input{
  margin: 0; 
  padding: 0;
  margin-right: 0px !important;
}

.hs-form .hs-form-field .input .hs-input{
  margin: 0;
  padding: 0;
  padding: 12px 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #f1f1f1;
  box-shadow: none !important;
  color: #666666;
}

.hs-form .hs-form-field .input input[type="text"], 
.hs-form .hs-form-field .input select,
.hs-form .hs-form-field .input input[type="date"],
.hs-form .hs-form-field .input input[type="tel"],
.hs-form .hs-form-field .input input[type="email"],
.hs-form .hs-form-field .input input[type="message"],
.hs-form .hs-form-field .input textarea {
  width: 100% !important; 
}

.hs-form .hs-form-field .inputs-list{
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0px;
}

.hs-form .hs-form-field .inputs-list .hs-form-booleancheckbox {
  margin: 0;
  padding: 0;
}

.hs-form .legal-consent-container input[type="checkbox"]{
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}

.hs-form .legal-consent-container p,
.hs-form .legal-consent-container label{
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}


.hs-form .legal-consent-container {
  padding: 24px 8px;
}

.hs-form .hs-form-field .input .hs-input::placeholder {
  color: #cbcbcb;
}

.hs-form .actions {
  padding: 8px;
}

.hs-form .actions .hs-button.primary{
  margin: 0; 
  padding: 0;
  width: 100% !important; 
  min-width: 100%;
  padding: 8px 24px;
}

.hs-form .hs-form-field .hs-error-msgs{
  margin: 0; 
  padding: 0;
  list-style: none;
}

.hs_cos_wrapper_type_form .form-title{
  display: none;
}

.hs-form .hs-form-field .hs-error-msgs li{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.hs-form .hs-form-field .hs-error-msgs label{
  margin: 0; 
  padding: 0;
  color: salmon;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.hs-form .hs_error_rollup .hs-error-msgs{
  margin: 0; 
  padding: 0;
  list-style: none;
  padding-left: 8px;
}

.hs-form .hs_error_rollup .hs-error-msgs label{
  margin: 0; 
  padding: 0;
  color: salmon;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}


.hs-tabs-wrapper {
  margin: 0;
  padding: 0;
}

.hs-tabs-wrapper .hs-tabs{
  margin: 0;
  padding: 0;
}

.hs-tabs-wrapper .hs-tabs .hs-tabs__nudge{
  display: none !important;
}

.hs-tabs-wrapper .hs-tabs .hs-tabs__scroll{
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #7d8774;
  width: 100% !important;
  min-width: 100% !important; 
}

.hs-tabs-wrapper .hs-tabs .hs-tabs__tab-wrapper{
  gap: 16px !important;
}

.hs-tabs-wrapper .hs-tabs .hs-tabs__tab-wrapper .hs-tabs__tab{
  margin: 0;
  border: none !important;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.hs-tabs-wrapper .hs-tabs .hs-tabs__tab-wrapper .hs-tabs__tab:after{
  border: none !important;
}

.hs-tabs-wrapper .hs-tabs .hs-tabs__tab-wrapper .hs-tabs__tab[aria-selected='true']{
  background-color: #7d8774;
  color: #ffffff;
  font-weight: 500;
}

.hs-tabs-wrapper .hs-tabs__content{
  border: none !important; 
}

.hs-tabs-wrapper .hs-tabs__content .hs-tabs__content__panel{
  margin: 0;
  padding: 8px 0px;
}
*,
html {
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* BODY TEXT */
textarea,
input,
button,
a,
p,
li {
  font-family: "Roboto", Arial, sans-serif;
  margin: 8px 0px;
}

a:hover {
  opacity: 0.7;
}

.hs-button:hover {
  opacity: 1;
}

/* LISTS */
ul, ol {
  padding-left: 20px;
  margin: 16px 0px 8px 0px;
}

/* HEADINGS */
h1.display,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
  margin: 16px 0px;
}

/* HEADINGS MOBILE */
h1.display {
  font-size: 52px;
  line-height: 64px;
  font-weight: 600;
}

h1 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
}

h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
}

h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}

h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
/* HEADINGS MOBILE ENDS */

/* BODY COPY MOBILE */
p.ap-p-large {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

p.ap-p-normal {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

p.ap-p-small {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

p.ap-p-bold {
  font-weight: 600;
}

p.ap-p-caption {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p.ap-p-eyebrow {
  padding: 0px 25px 0px 25px;
  position: relative;
  width: auto;
  display: inline-block;
}

p.ap-p-eyebrow:before,
p.ap-p-eyebrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

p.ap-p-eyebrow:before {
  left: 0;
}

p.ap-p-eyebrow:after {
  right: 0;
}
/* BODY COPY MOBILE ENDS */

@media (min-width: 767px) {
  /* HEADINGS DESKTOP */
  h1.display {
    font-size: 100px;
    line-height: 110px;
    font-weight: 600;
  }

  h1 {
    font-size: 72px;
    line-height: 84px;
    font-weight: 600;
  }

  h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
  }

  h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }

  h4 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
  }

  h5 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
  }

  h6 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  /* HEADINGS DESKTOP ENDS */
}


.sd-blog-post-section {
  position: relative;
  padding: 32px 24px;
}

.sd-blog-post-section.sd-no-padding-y {
  padding: 0px 24px;
}

.sd-blog-post-section .sd-blog-post-standard-container {
  position: relative;
  margin: 0 auto;
  max-width: calc(75rem - 1.5rem);
  min-height: 24px;
  overflow: hidden;
}

.sd-blog-post-section .sd-blog-post-standard-container iframe{
  max-width: 560px !important;
  width: 100% !important; 
} 

.sd-blog-post-section .sd-blog-post-standard-container .sd-blog-back-link{
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #86868B;
  text-decoration: none;
  transition: all .2s linear;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.sd-blog-post-section .sd-blog-post-standard-container .sd-blog-back-link:before{
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-size: 12px;
  line-height: 24px;
}

.sd-blog-post-section .sd-blog-post-standard-container .sd-blog-back-link:hover{
  color: #ffffff;
}

.sd-blog-post-section .sd-blog-post-featured-banner-image{
  display: block;
  width: 100%; 
  min-height: 250px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: 50% 50%; 
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}


.sd-blog-post-section .sd-blog-post-article-wrapper{
  position: relative;
  width: 100%; 
}

.sd-blog-post-section .sd-blog-post-article-wrapper .sd-blog-post-author-row {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.sd-blog-post-section .sd-blog-post-article-wrapper .sd-blog-post-author-row p{
  margin: 0; 
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #86868B;
}

.sd-blog-post-section .sd-blog-post-article-wrapper .sd-blog-post-heading-row {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.sd-blog-post-section .sd-blog-post-article-wrapper .sd-blog-post-heading-row h1{
  margin: 0; 
  padding: 0;
  font-weight: 500;
}

.sd-blog-post-section .sd-blog-post-article-wrapper .sd-blog-post-body-row {
  position: relative;
  display: block;
}


@media (min-width: 500px) {
  .sd-blog-post-section .sd-blog-post-featured-banner-image{
    min-height: 300px;
  }
}

@media (min-width: 767px) {
  .sd-blog-post-section {
    padding: 40px 24px;
  }

  .sd-blog-post-section .sd-blog-post-featured-banner-image{
    min-height: 400px;
  }
}


@media (min-width: 992px) {
  .sd-blog-post-section .sd-blog-post-featured-banner-image{
    min-height: 450px;
  }
}
.sd-blog-listing-section {
  position: relative;
  padding: 32px 20px;
}

.sd-blog-listing-section.sd-blog-listing-hero-section {
  padding: 0px 0px;
}

.sd-blog-listing-section .sd-blog-listing-standard-container {
  position: relative;
  margin: 0 auto;
  max-width: calc(75rem - 1.5rem);
  min-height: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 767px) {
  .sd-blog-listing-section {
    padding: 40px 20px;
  }
}


.sd-system-listing-section {
  position: relative;
  padding: 32px 24px;
}

.sd-system-listing-section .sd-system-listing-standard-container {
  position: relative;
  margin: 0 auto;
  max-width: calc(75rem - 1.5rem);
  min-height: 16px;
  display: flex;
  flex-direction: column;
}

.sd-system-page-content-wrapper {
  position: relative;
  border: 2px solid #F0EDED;
  border-radius: 10px;
  padding: 32px 24px;
}

.sd-system-page-content-wrapper h1.display,
.sd-system-page-content-wrapper h1,
.sd-system-page-content-wrapper h2, 
.sd-system-page-content-wrapper h3,
.sd-system-page-content-wrapper h4,
.sd-system-page-content-wrapper h5, 
.sd-system-page-content-wrapper h6,
.sd-system-page-content-wrapper ul, 
.sd-system-page-content-wrapper ol,
.sd-system-page-content-wrapper ul li, 
.sd-system-page-content-wrapper ol li, 
.sd-system-page-content-wrapper p{
  margin: 0;
  padding: 0;
}

.sd-system-page-content-wrapper h1 {
  padding-bottom: 8px;
}

.sd-system-page-content-wrapper h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
}

.sd-system-page-content-wrapper .page-header,
.sd-system-page-content-wrapper .widget-type-rich_text {
  padding-bottom: 24px;
}

.sd-system-page-content-wrapper input[type="password"],
.sd-system-page-content-wrapper input[type="text"],
.sd-system-page-content-wrapper input[type="email"],
.sd-system-page-content-wrapper textarea {
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #000000;
  color: #666666;
}

.sd-system-page-content-wrapper .widget-type-password_prompt input[type="password"] {
  padding: 18px 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #000000;
  color: #666666;
}

.sd-system-page-content-wrapper .hs-button {
  min-width: 200px;
}

.sd-system-page-content-wrapper p.header {
  margin-bottom: 12px;
  font-weight: 500;
}

.sd-system-page-content-wrapper .item {
  padding: 16px 0px;
}

.sd-system-page-content-wrapper .subscribe-options {
  padding: 16px 0px;
}

.sd-system-page-content-wrapper .item .item-inner p{
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.sd-system-page-content-wrapper .hs-form-field {
  padding: 8px 0px;
}

.sd-system-page-content-wrapper .form-input-validation-message ul {
  margin-left: 16px;
}

.sd-system-page-content-wrapper .form-input-validation-message ul label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.sd-system-page-content-wrapper .hs-form-field a{
  text-decoration: underline;
}

.sd-system-page-content-wrapper .hs-form-field label[for="hs-register-widget-explicit-consent"]{
  margin-top: 16px;
}

.sd-system-page-content-wrapper .hs-form-field .no-list.hs-error-msgs,
.sd-system-page-content-wrapper .hs-form-field .no-list {
  display: none;
}

.sd-system-page-content-wrapper .hs-form-field label {
  display: block;
  font-weight: 500;
  width: 100%;
}

.sd-system-page-content-wrapper form {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}

.sd-system-page-content-wrapper .hs-form-field label[for="hs-login-widget-remember"],
.sd-system-page-content-wrapper .hs-form-field label[for="hs-passwordless-auth-explicit-consent"],
.sd-system-page-content-wrapper .hs-form-field label[for="hs-register-widget-explicit-consent"] {
  display: inline-block;
  width: auto;
  margin-left: 8px;
}

.sd-system-page-content-wrapper .hs-form-field .hs-login-widget-show-password,
.sd-system-page-content-wrapper .hs-form-field .hs-reset-widget-show-password,
.sd-system-page-content-wrapper .hs-form-field .hs-register-widget-show-password {
  display: none;
}

.sd-system-page-content-wrapper .form-separator {
  display: block;
  width: 100%;
  padding: 16px 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}


@media (min-width: 767px) {
  .sd-system-listing-section {
    padding: 64px 24px;
  }

  .sd-system-page-content-wrapper {
    padding: 64px 24px;
  }
}
.sd-system-listing-section .sd-system-search-results-heading {
  position: relative;
  display: block;
  width: 100%; 
}

.sd-system-listing-section .sd-system-search-results-content {
  position: relative;
  display: block;
  width: 100%; 
}

.sd-system-listing-section .sd-system-search-results-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
}

.sd-system-listing-section .sd-system-search-results-content ul li{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sd-system-listing-section .sd-system-search-results-content ul li h2{
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.sd-system-listing-section .sd-system-search-results-content .hs-search-results__pagination {
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 479px) {
  .sd-system-listing-section .sd-system-search-results-content .hs-search-results__pagination {
    max-width: 479px;
    overflow-x: scroll;
  }
}
.privacy-policy-content {
  max-width: 100% !important; 
}

.privacy-policy-content .otnotice-content {
  padding: 0px !important;
}

.privacy-policy-content h1 strong, 
.privacy-policy-content h2 strong,
.privacy-policy-content h3 strong,
.privacy-policy-content h4 strong, 
.privacy-policy-content h5 strong, 
.privacy-policy-content h6 strong{
  font-weight: 500 !important;
}

.privacy-policy-content h1, 
.privacy-policy-content h2,
.privacy-policy-content h3,
.privacy-policy-content h4, 
.privacy-policy-content h5, 
.privacy-policy-content h6{
  font-weight: 500 !important;
}

.privacy-policy-content h1 {
  font-size: 48px !important;
  line-height: 52px !important;
}

.privacy-policy-content h2 {
  font-size: 30px !important;
  line-height: 38px !important;
}

.privacy-policy-content ul, 
.privacy-policy-content ol {
  margin: 0 !important; 
  padding: 0px 0px 0px 20px !important;
}

.privacy-policy-content ol li::marker {
  font-size: 16px !important;
}

.privacy-policy-content .otnotice-sections {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}

@media (max-width: 479px) {

}

@media (min-width: 767px) {

}


/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 23px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

 .slick-prev:before,
.slick-next:before
{
    
    font-family: 'Manrope',sans-serif;
    font-size: 38px !important;
    line-height: initial;
    opacity: .75;
    color: ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-timeline .slick-prev:before,
.c-timeline .slick-next:before {    
    font-size: 0;
}
.slick-prev
{
    left: -36px;
}
[dir='rtl'] .slick-prev
{
    right: -36px;
    left: auto;
}
.slick-prev:before {
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before {
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25rem;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Libre Franklin";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


.sd-card-category-design-nerds-anonymous {
  background-color: #db3f40 !important;
}

.sd-card-category-design-nerds-anonymous .sd-card-single-featured-image-block {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.sd-card-category-baseline {
  background-color: #2b2c41 !important;
}

.sd-card-category-baseline .sd-card-single-featured-image-block {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.sd-card-category-the-learning-objective {
  background-color: #74b5b6 !important;
}

.sd-card-category-the-learning-objective .sd-card-single-featured-image-block {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

@media (min-width: 767px) {
  .sd-card-category-design-nerds-anonymous .sd-card-single-featured-image-block {
    background-size: cover !important;
  }
  
  .sd-card-category-baseline .sd-card-single-featured-image-block {
    background-size: cover !important;
  }
  
  .sd-card-category-the-learning-objective .sd-card-single-featured-image-block {
    background-size: cover !important;
  }
}


