*{
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.page-center{
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.full-width-section .dnd-section {
  padding: 0;
}
.full-width-section .dnd-section p {
  margin: 0;
}
.full-width-section .dnd-section .button {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 1025px) {
  .slim-full-width-section .dnd-module {
    padding: 50px 0;
  }
  .full-width-section .dnd-module {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slim-full-width-section .dnd-module,
  .full-width-section .dnd-module {
    padding: 60px;
  }
  .product-template .video-section .row-fluid {
    flex-direction: column;
  }
  .product-template .video-section .span6 {
    width: 100%;
  }
  .product-template .video-section .span6:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slim-full-width-section .dnd-module,
  .full-width-section .dnd-module {
    padding: 40px 30px;
  }
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 30px;
  position: relative;
}

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

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

.dnd-section .dnd-module {
  display: block!important;
}
  
@media(max-width: 1200px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 50px 0px;
  }
  .dnd-section .dnd-column {
      padding: 0 60px;
    }
}
@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 40px 0px;
  }
  .dnd-section .dnd-column {
      padding: 0 30px;
    }
}
button,
.button,
.button_cta a,
form .hs-button,
form input[type="submit"],
.widget-type-cta {
  background-color: #B1E00A;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-family: "Red Hat Display", Arial;
  color: #001333;
  font-size: 14px;
  font-weight: 800;
  padding: 21px 15px;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
}
form .hs-button:hover, form input[type="submit"]:hover,
.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active,
button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .button_cta a:hover, .button_cta a:focus, .button_cta a:active {
  background-color: #02CDEF;
  color: #ffffff;
  text-decoration: none;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
}
.widget-type-cta:disabled,
form .hs-button:disabled, form input[type="submit"]:disabled,
button:disabled, .button:disabled, .button_cta a:disabled {
  background-color: #0E54D0;
  color: #ffffff;
}

button a, .button a, .button_cta a a {
  color: #ffffff;
}

button a:hover, .button a:hover, .button_cta a a:hover {
  color: #ffffff;
  text-decoration: none;
}
.button--small a {
  font-size: 12px;
  padding: 5px 8px;
}
.button--primary {
  background-color: #b1e00a;
  color: #001233;
  padding: 21px;
  width: auto;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Red Hat Display", Arial;
  font-size: 14px;
  font-weight: 800;
}
.button--primary:hover {
  background-color: #06cdef;
  color: #ffffff;
  text-decoration: none;
}
.button--secondary {
  background-color: #0e54d0;
  color: #ffffff;
  padding: 21px;
  width: auto;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Red Hat Display", Arial;
  font-size: 14px;
  font-weight: 800;
  transition: all .4s ease-in-out;
}
.button--secondary:hover {
  background-color: #001333;
  color: #ffffff;
  text-decoration: none;
}
.button--tertiary {
  background-color: #b1e00a;
  color: #001233;
  padding: 21px 15px;
  width: auto;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Red Hat Display", Arial;
  font-size: 14px;
  font-weight: 800;
  transition: all .4s ease-in-out;
}
.button--tertiary:hover {
  background-color: #06cdef;
  color: #ffffff;
  text-decoration: none;
}

.button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
  color: #0d54d1;
  padding: 0;
  border: none;
  display: inline-block;
}

.button_cta:after, .button_cta.button--outlined:after, .button_cta.button--arrow:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
    text-align: center;
  }
}

.widget-type-cta a {
  color: #ffffff;
}

.button--outlined, .button_cta.button--outlined a {
  background-color: transparent;
  color: #0d54d1;
}

.button--outlined a, .button_cta.button--outlined a a {
  color: inherit;
}

.button--simple {
  font-family: "Red Hat Display", Arial;
  font-size: 14px;
  font-weight: 800;
  background-color: transparent;
  padding: 0;
  color: #0d54d1;
  text-transform: uppercase;
  position: relative;
}
.button--simple:after {
  content:url('data:image/svg+xml,<svg fill="%230d54d1" viewBox="0 0 24 24" version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M13.293 7.293c-.391.391-.391 1.023 0 1.414l2.293 2.293h-7.586c-.552 0-1 .448-1 1s.448 1 1 1h7.586l-2.293 2.293c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l4.707-4.707-4.707-4.707c-.391-.391-1.023-.391-1.414 0z"></path></g></svg>');
  width: 25px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -4px;
  left: 100%;
  transition: left .15s linear;
}
.button--simple:hover,
.button--simple:focus,
.button--simple:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #0d54d1;
  transform: none;
}

.button--simple:hover:after,
.button--simple:focus:after,
.button--simple:active:after {
  content:;
  left: calc(100% + 10px);
}

.vjs-hubspot .simple-play-button {
  background-color: #0d54d1!important;
}
@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
  
}
form input {
  padding: 16px 18px;
  border: 0;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(244,246,250, .15);
  width: 100% !important;

}
.hs-firstname input {
  margin-right: 20px;
  width: 100%;
}
.input
form fieldset {
  max-width: 100%!important; 
}
.hs-error-msgs li{
  margin: 20px 0px;
  line-height: 1.2;
}
.hs-form-field{
  margin-bottom: 20px;
}
form .hs-button
fieldset{
  max-width: 100% !important;
}
fieldset{
  max-width: 100% !important
}
fieldset.form-columns-2 .input:first-of-type{
  margin-right: 20px !important;
}
.inputs-list,
.hs-form-booleancheckbox {
  list-style: none;
  margin: 0;
  padding: 0;
}
form select,
form textarea {
  padding: 16px 18px;
  border: 0;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(244,246,250, .15);
  background-image{
    url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f4f6fa%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E")
  }
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
}
form .hs-button, form input[type="submit"] {
  background-color: #0d54d1;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  padding: 21px 41px;
  font-family: "Red Hat Display", arial;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  width: auto !important;
  height: auto;
  margin: 20px 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out, opacity .4s ease-in-out;
}
form .hs-button:hover, form input[type="submit"]:hover {
  background-color: #06CDEF;
  color: #ffffff;
  text-decoration: none;
}

form .hs-button:disabled, form input[type="submit"]:disabled {
  background-color: #06cdef;
  border-color: #06cdef;
  color: #ffffff;
}
.pwr-step__count {
    background-color: #0d54d1;
    border-radius: 999px;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 35px;
    text-align: center;
    width: 50px;
}

.pwr-anchor.vanilla {
  display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.gradient-text {
  background: #b1e00a;
    background: -moz-linear-gradient(left, #b1e00a 0%, #06cdef 100%);
    background: -webkit-linear-gradient(left, #b1e00a 0%, #06cdef 100%);
    background: linear-gradient(to right, #b1e00a 0%, #06cdef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1e00a',endColorstr='#06cdef',GradientType=1);
    -moz-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */
p {
  font-weight 400;
  margin: 0 0 1rem 0;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1 {
  font-size: 43px;
  font-weight: 800;
}

h2 {
  font-size: 33px;
  font-weight: 800;
}

h3 {
  font-size: 27px;
  font-weight: 800;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }
}


/* Lists */
ul,
ol {
  margin: 0 0 1rem 0;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0.8rem 0 0.8rem 1.5rem;
}
ul:not(footer ul, form ul) {
  margin: 0;
  padding: 0;
}
li:not(footer li, form li) {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px 20px;
  list-style-type: none;
}
.body-container-wrapper li:before {
  background-color: #0d54d1;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 20%;
  width: 10px;
}
footer li:before,
form li:before,
li.pwr-filter__list-item:before {
 content: unset!important;
}

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

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #001233;
  margin: 0 0 1rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #001233;
  border: none;
  color: #001233;
  height: 1px;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #001233;
}

.disable-focus-styles :focus {
  outline: none;
}
.p-large{
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
footer {
  padding: 25px 0;
  background-color: rgba(230, 235, 244, 1.0);
  border-top-right-radius: 35% 45%;
}

.footer__wrapper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__address .button {
  display: block;
  width: 150px;
  background-color: #0e54d0;
  color: #ffffff;
  padding: 15px 0;
}
.footer__address .button:hover {
  background-color: #001333;
}
.footer__legal {
  max-width: 1200px;
  margin: 30px auto 0 auto;
}
.footer .footer__legal p,
.footer .footer__legal a {
  font-size: 12px!important;
  font-weight: 400;
  color: #001233;
}
.footer__legal a:hover,
.footer__legal a:focus,
.footer__legal a:active {
  color: #FA8500;
  text-decoration: none;
}

.footer__content {
  display: flex;
  padding: 70px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .footer__content {
    padding: 0 0 30px !important;
  }
  .footer__legal {
    padding:0px 20px;
  }
}


.footer__info {
  flex-basis: 275px;
}

.footer__info p {
  font-size: 14px;
  max-width: 210px;
  padding: 10px 0;
  line-height: 22.4px;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}

.footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px 16px;
}
.footer__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #001233;
  transition: all .25s ease-in-out;
}
@media (max-width: 767px){
  .footer__social span, .footer__social svg {
    width: 50px;
    height: 50px;
  }
}
.footer__social a:last-of-type svg{ 
  margin-top: 6px;
}
.footer__social a:hover svg {
  fill: #0d54d1;
}

.footer__menu {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer h3.footer__menu-heading {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #001233;
}
.footer__menu a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 16px;
  color: #0d54d1;
  font-weight: 800;
  margin: 0 0 .75em;
}
.footer__menu a:hover,
.footer__menu a:focus,
.footer__menu a:active {
  color: #042d87;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 6px;
}
.footer__group {
  flex-basis: 200px;
}

@media screen and (max-width: 960px) {
  footer {
    border-top-right-radius: 0!important;
  }
  .footer__info {
    flex-basis: 100%;
  }
  .footer__menu{
    flex-basis: 100%; 
  }
  .footer__content{
    flex-direction: column;
    gap: 40px;
  }
  .footer__social{
    margin: 0px;
    gap: 20px;
  }
  .footer__social span{
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    padding: 20px!important;
  }
  .footer__menu{
    flex-wrap: wrap;
    gap: unset;
    row-gap: 40px;
  }
  .footer__info p:first-child {
    max-width: 300px;
  }
  .footer__group {
    flex-basis: 45%;
  }
  .footer__group:last-of-type{
    margin-top: -20px;
  }
  .footer__legal{
    text-align: center;
  }
}
header {
  background-color: transparent;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
body.scrolled header {
  background-color: #ffffff;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, .1);
}


.landing-page-link-header .dnd-section:first-child .row-fluid {
  display: flex;
  align-items: center;
}
.landing-page-link-header .dnd-section .hs-button {
  text-align: right;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
   .landing-page-link-header .dnd-column {
      width: 100% !important;
  }
  .landing-page-link-header .dnd-section:first-child .row-fluid {
    flex-direction: row;
    justify-content: space-between;
  }
  .landing-page-link-header {
    padding-bottom: 40px;
  }
}
.blog-header {
  background-color: #0d54d1;
  padding: 82px 0 20px 0;
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-content h1 {
  color: #ffffff;
  font-size: 32px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author .content-wrapper {
  background-color: #ffffff;
  padding: 50px;
}
.blog-index__author .blog-index__post {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  overflow: unset;
}
.blog-index__author .blog-index__post img {
  max-width: 500px;
}
.blog-header__author {

}
.blog-post__body li{
  list-style-type: unset !important;
}
@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  /*height: 360px;*/
  margin-right: 64px;
  max-width: 250px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #0d54d1;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 380px;
  flex-basis: 380px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

.blog-header__title span {
  color: #0d54d1;
}

.blog-header__preheader {
  font-size: 16px;
  font-weight: bold;
  color: #0d54d1;
  display: block;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}
.post.card {
  opacity: 1;
}
/* Blog listing */

.blog-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 0;
}
.blog-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 680px;
}
.blog-tags li {
  display: inline-block;
  margin: 7px;
}
.blog-tags li .blog-tags__link {
  font-size: 18px;
  font-weight: bold;
  color: #353535;
  text-transform: uppercase;
}
.blog-tags li .blog-tags__link:hover {
  text-decoration: none;
  color: #FA8500;
}
.blog-tags li .blog-tags__link--current {
  color: #FA8500;
}

.blog-index {
  padding-top: 60px;
}
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post,
.blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #0d54d1;
  text-decoration: none;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: ;
  text-decoration: none;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-size: 14px;
  font-weight: bold;
  color: #0d54d1;
  display: block;
  text-transform: uppercase;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
 }
.blog-index .blog-index__post-wrapper:last-child .blog-index__post:first-child .blog-index__post-image {
    background-color: #8ec6e6;
}
.blog-index__post .blog-index__post-image:hover {
    filter: grayscale(0);
    transition: .3s;
}
.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  font-weight: bold;
  color: #0d54d1;
  font-size: 1rem;
  line-height: 1;
  margin: 0 16px;
  text-decoration: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #0d54d1;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #0d54d1;
}

.blog-pagination__ellipsis {
  color: #0d54d1;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */

.blog-header .content-wrapper {
  align-items: center;
  display: flex;
}
.blog-header--post {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-header--post .span4 img {
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .blog-header {
    padding-bottom: 0;
  }
  .blog-header .content-wrapper {
    display: block;
  }
  .blog-header--post .span4 img {
    max-width: 100%;
    display: block;
    margin-top: 30px;
  }
}
.blog-post {
  margin: 0 auto;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  transition: color .25s ease-in;
  color: #229EBC;
}

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

.blog-post__timestamp {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.blog-post__author {
  color: #0E8DE8;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.blog-post__author .blog-post__author-name {
  color: #353535;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0 15px 0 0;
}
.blog-post__author .blog-post__timestamp {
  margin: 0 0 0 15px;
}
.blog-post__avatar {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-size: 16px;
  font-weight: bold;
  color: #0d54d1;
  display: block;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.blog-post__title {
}

.blog-post__summary {
  margin: 0 0 2.5rem;
}

.blog-post__body-wrapper {
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: #0d54d1;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

.bottom-blog-share {
  display: flex;
  align-items: center;
  max-width: 1360px;
  padding: 20px 60px;
  margin: 0 auto;
} 
.bottom-blog-share .share-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bottom-blog-share h3 {
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 100%;
}
.bottom-blog-share .share-icons svg {
  width: 20px;
  height: 20px;
  fill: rgba(20, 18, 61, 0.82);
}
.bottom-blog-share .share-icons a {
  display: inline-block;
  margin-right: 10px;
}
.bottom-blog-share .share-icons a:last-child {
  margin-right: 0;
}

/* Blog related posts */

.blog-post-section-container h2 {
  margin-bottom: 20px;
}
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #0d54d1;
}

.bottom-blog-subscribe {
  position: relative;
}
.bottom-blog-subscribe .nugget {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all .3s;
}

@media screen and (max-width: 1199px) {
  .bottom-blog-subscribe .nugget {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog-subscribe {
    padding: 40px 0; 
  }
  .blog-subscribe .content-wrapper {
    padding: 0;
  }
}
.bottom-blog-subscribe .blog-subscribe {
  background-color: #ffffff;
}
.bottom-blog-subscribe .blog-subscribe .blog-subscribe__header {
  display: block;
  max-width: unset;
}
.bottom-blog-subscribe .blog-subscribe .blog-subscribe__form {
  margin-left: 0;
  margin-top: 40px;
}

@media screen and (min-width: 1199px) {
  .job-post .page-hero .hero-container {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bottom-blog-share {
    padding: 20px 60px;
  } 
}
@media screen and (max-width: 767px) {
  .job-post .page-hero .hero-container {
    padding-bottom: 60px;
  }
  .job-post h5 {
    font-size: 18px;
  }
  .bottom-blog-share {
    padding: 20px;
  } 
}
.job-post .page-hero .hero-container {
  background-position: center;
  padding-bottom: 60px;
}
.job-post h5 {
  margin-bottom: 1.5rem;
}

/* Error pages */
.kl-error-page {
  padding: 60px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 620px;
  padding: 60px 20px;
}

.systems-page .success {
  font-weight: bold;
  text-align: center;
}

.systems-page h1 {
  text-align: center;
}

.systems-page--membership p {
  text-align: center;
}

.systems-page--subscription-confirmation h1 {
  display: none;
}

.systems-page--subscription-confirmation h2 {
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h2 {
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
}
.hs_cos_wrapper_type_email_simple_subscription h3 {
  display: none;
}

.systems-page--subscription-preferences .hs-submit,
.systems-page--password {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences .checkbox-row {
  margin-bottom: 20px;
}
.systems-page--subscription-preferences .fakelabel {
  display: flex;
}
.item-inner p {
   display: none;
}
.systems-page--subscription-preferences input[type="checkbox"] {
  margin: 0 5px 0 0;
  max-width: 2%;
}
.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: ;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: ;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: ;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: none;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

/* Search pages */
.hs-search-field {
  max-width: 750px;
}
.hs-search-field__bar {
  position: relative;
}
.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: ;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: , sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: ;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: ;
  font-family: , sans-serif;
  font-weight: bold;
}

.hs-search-highlight {
  font-weight: bold;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

/* 1a. Containers */





/* 1b. Breakpoints */






/* 1c. Colors */















/* 1d. Typography */








/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper,
.container,
.dnd-section > .row-fluid,
.system-container {
  max-width: px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section {
  padding: px 20px;
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 16pxpx;
}

body {
  font-family: 'Inter', arial, sans-serif;;
  color: #001233;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Inter', arial, sans-serif;;
  color: #001233;
  font-size: 16px;
  line-height: 26px;
}

/* Anchors */

a {
  font-family: 'Inter', arial, sans-serif;;
  color: #0d54d1;
}

a:hover, a:focus {
  ;
  color: ;
}

a:active {
  ;
  color: ;
}

a.button:disabled {
  background-color: ;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', arial;
  color: #001233;
}

/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}
ul.faq-sidebar-list {
  padding-left: 0;
}
ul.faq-sidebar-list li {
  font-family: "Red Hat Display", Arial;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
  list-style-type: none;
  color: #0d54d1;
}
ul.faq-sidebar-list li:hover {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 10px;
}
ul.faq-sidebar-list li:hover,
ul.faq-sidebar-list li a:hover,
ul.faq-sidebar-list li.faq-current-page a:hover {
  text-decoration: none;
}
ul.faq-sidebar-list li.faq-current-page a {
  color: #9eabb5!important;
}
ul.faq-sidebar-list li:before {
  content: unset;
}
@media screen and (min-width: 768px) {
  ul.faq-sidebar-list {
    min-width: 350px;
  }
}

ul li,
ol li {
  margin: 0.5rem;
}

.pwr-sticky-sub-menu__link-wrapper:before,
ol li:before {
  content: unset!important;
}

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

/* Blockquote */

blockquote {
  border-left: 7px solid #001233;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #f4f6fa;
}

/* overrides */

::placeholder,
::-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* glossary menu */
.pwr-sticky-sub-menu__link-list, .pwr-sticky-sub-menu__link-wrapper {
  margin: .5rem 0;
}
.pwr-sticky-sub-menu {
  position: fixed!important;
  width: 100%!important;
  z-index: 99!important;
}
.scrolled .pwr-sticky-sub-menu {
  top: 68px;
}
.pwr-sticky-sub-menu__link-container {
  text-align: center;
}