/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.main-body body {
  font-family: Poppins, sans-serif !important;
  font-weight: 400;
  color: #213F68;
  line-height: 1.2;
}

.main-body a {
  color: #2684FF;
}

.main-body .btn {
  color: #fff;
}

.main-body h1, .main-body h2, .main-body h3, .main-body h4, .main-body h5 {
  font-family: Poppins, sans-serif !important;
  line-height: 1.2;
  font-weight: 600;
}

.main-body h1 span, .main-body h2 span, .main-body h3 span, .main-body h4 span, .main-body h5 span {
  font-family: Poppins, sans-serif !important; 
  line-height: 1.2;
  font-weight: 600;
}

.main-body h1 { font-size: 48px; }
.main-body h2 { font-size: 36px; }
.main-body h3 { font-size: 24px; }
.main-body h4 { font-size: 20px; }

@media (min-width: 1200px) {
  .main-body h1 { font-size: 48px; }
  .main-body h2 { font-size: 36px; }
  .main-body h3 { font-size: 24px; }
  .main-body h4 { font-size: 20px; }
  .main-body h5 { font-size: 20px; }
}

@media (max-width: 768px) {
  .main-body h1 { font-size: 40px; }
  .main-body h2 { font-size: 30px; }
  .main-body h3 { font-size: 24px; }
  .main-body h4 { font-size: 16px; }
  .main-body h5 { font-size: 16px; }
}

.main-body .btn {
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  border-width: 2px; 
  border-style: solid;
  transition: .25s ease-in-out;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
}
#Hero h1 span {
  display: block;
}
.rami-hero-landing-form form label,
.rami-hero-landing-form form legend {
  font-size: 14px !important;
  display: none !important;
}
.rami-hero-landing-form form input::-webkit-input-placeholder,
.rami-hero-landing-form form select::-webkit-input-placeholder,
.rami-hero-landing-form form textarea::-webkit-input-placeholder {
  color: #213F68 !important;
}

.rami-hero-landing-form form input::-ms-input-placeholder,
.rami-hero-landing-form form select::-ms-input-placeholder,
.rami-hero-landing-form form textarea::-ms-input-placeholder {
  color: #213F68 !important;
}
.rami-hero-landing-form form input::placeholder,
.rami-hero-landing-form form select::placeholder,
.rami-hero-landing-form form textarea::placeholder {
  color: #213F68 !important;
}
.rami-hero-landing-form form input,
.rami-hero-landing-form form textarea,
.rami-hero-landing-form form select {
  background: #f3f9ff !important;
  border-radius: 5px !important;
  border: 1px solid #B4CBEA !important;
  padding: 10px !important;
  font-size: 16px !important;
  line-height:28px !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  transition: .25s ease-in-out;
}

.rami-hero-landing-form form input,
.rami-hero-landing-form form select {
  height: 50px !important;
}

/*.rami-hero-landing-form form input.error,
.rami-hero-landing-form form textarea.error,
.rami-hero-landing-form form select.error {
margin-bottom: 0px !important;
}

.rami-hero-landing-form form input[type="tel"].error {
margin-bottom: 0px !important;
}*/

.rami-hero-landing-form form .hs-error-msg {
  color: #d81305;
}

.rami-hero-landing-form .hs-error-msg {
  font-size: 14px !important;
}
.rami-hero-landing-form form input[type="submit"] {
  color: #213F68 !important;
  background: #FFC400 !important;
  border-radius: 50px !important;
  border: 1px solid #FFC400 !important;
  padding: 10px 50px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  transition: .25s ease-in-out;
}
fieldset.form-columns-1,
fieldset.form-columns-2 {
  max-width: 100% !important;  
}
fieldset.form-columns-1 .input,
fieldset.form-columns-2>div:last-child .input {
  margin-right: 0 !important;
}
.hs-video-container .vjs-hubspot .vjs-big-play-button {
  background: transparent !important;  
}
.hs-video-container .vjs-hubspot .vjs-big-play-button>svg {
  padding: 20% !important; 
}

#Hero .form-ai-page form input::-webkit-input-placeholder,
#Hero .form-ai-page form select::-webkit-input-placeholder,
#Hero .form-ai-page form textarea::-webkit-input-placeholder,
#Hero .lp-ads-all-in-one-form form input::-webkit-input-placeholder,
#Hero .lp-ads-all-in-one-form form select::-webkit-input-placeholder,
#Hero .lp-ads-all-in-one-form form textarea::-webkit-input-placeholder,
#Hero .form_v3.rami-hero-landing-form form input::-webkit-input-placeholder,
#Hero .form_v3.rami-hero-landing-form form select::-webkit-input-placeholder,
#Hero .form_v3.rami-hero-landing-form form textarea::-webkit-input-placeholder {
  color: #000000 !important;
}

#Hero .form-ai-page form input::-ms-input-placeholder,
#Hero .form-ai-page form select::-ms-input-placeholder,
#Hero .form-ai-page form textarea::-ms-input-placeholder,
#Hero .lp-ads-all-in-one-form form input::-ms-input-placeholder,
#Hero .lp-ads-all-in-one-form form select::-ms-input-placeholder,
#Hero .lp-ads-all-in-one-form form textarea::-ms-input-placeholder,
#Hero .form_v3.rami-hero-landing-form form input::-ms-input-placeholder,
#Hero .form_v3.rami-hero-landing-form form select::-ms-input-placeholder,
#Hero .form_v3.rami-hero-landing-form form textarea::-ms-input-placeholder {
  color: #000000 !important;
}

#Hero .form-ai-page form input::placeholder,
#Hero .form-ai-page form select::placeholder,
#Hero .form-ai-page form textarea::placeholder,
#Hero .lp-ads-all-in-one-form form input::placeholder,
#Hero .lp-ads-all-in-one-form form textarea::placeholder,
#Hero .lp-ads-all-in-one-form form select::placeholder,
#Hero .form_v3.rami-hero-landing-form form input::placeholder,
#Hero .form_v3.rami-hero-landing-form form select::placeholder,
#Hero .form_v3.rami-hero-landing-form form textarea::placeholder {
  color: #000000 !important;
}
#Hero .form-ai-page form input,
#Hero .form-ai-page form textarea,
#Hero .form-ai-page form select,
#Hero .lp-ads-all-in-one-form form input,
#Hero .lp-ads-all-in-one-form form textarea,
#Hero .lp-ads-all-in-one-form form select,
#Hero .form_v3.rami-hero-landing-form form input,
#Hero .form_v3.rami-hero-landing-form form textarea,
#Hero .form_v3.rami-hero-landing-form form select {
  background: #f1f1f1 !important;
  border-radius: 5px !important;
  border: 1px solid #f1f1f1 !important;
  padding: 10px !important;
  font-size: 16px !important;
  margin-bottom: 15px !important;
  color: #000 !important;
}

#Hero .form-ai-page form input[type="submit"],
#Hero .form_v3 form input[type="submit"]  {
  background: #2684FF !important;
  border-radius: 50px !important;
  color: #FFF !important;
  border: 1px solid #2684FF !important;
}

#Hero .form-ai-page form input[type="submit"]:hover,
#Hero .form_v3 form input[type="submit"]:hover  {
  background: #000000 !important;
  color: #FFF !important;
  border: 1px solid #000000 !important;
}


#Hero .lp-ads-all-in-one-form form input[type="submit"]  {
  background: #ffc400 !important;
  border-radius: 50px !important;
  color: #000000 !important;
  border: 1px solid #ffc400 !important;
}


#Hero .lp-ads-all-in-one-form form input[type="submit"]:hover {
  background: #000000 !important;
  color: #FFF !important;
  border: 1px solid #000000 !important;
}

@media (min-width: 992px) {
.main-body .btn {
  font-size: 16px;

}
}


@media (min-width: 1536px) {
  .container {
      max-width: 1270px !important;
  }
}

/**
 * Global Header Arrow Fix
 */
.hs_cos_wrapper_type_icon svg, .pwr-icon svg {
    display: block;
    height: 1em;
    transition: all .4s ease-in-out;
    width: 1em;
}



@charset "UTF-8"; /* !!! We recommend to leave this file untouched for future updates !!!     */
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=PT+Sans:wght@400;700&family=Parisienne&family=Passions+Conflict&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}




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

audio,canvas,video {
    *zoom:1;display: inline-block;
    *display: inline
}

audio:not([controls]) {
    display: none
}

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px
}

#map_canvas img,.google-maps img {
    max-width: none
}

#recaptcha_table td {
    line-height: 0
}

.recaptchatable #recaptcha_response_field {
    line-height: 12px;
    min-height: 0
}

*,:after,:before {
    box-sizing: border-box
}

body,html {
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    min-height: 100%;
    padding: 0;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

body {
    background-color: #f4f6fa;
    color: #000;
    font-family: Poppins,arial,sans-serif;
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 767px) {
    body {
        font-size: 16px
    }
}

.pwr-sec-clients .pwr-owl-nav__next,.pwr-sec-clients .pwr-owl-nav__prev {
    display: none
}

.body-container-wrapper {
    background-color: #fff
}

.hs-blog-listing .body-container-wrapper {
    background-color: #f4f6fa
}

::-moz-selection {
    background: #00183f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #00183f;
    color: #fff;
    text-shadow: none
}

.pwr--dark::-moz-selection {
    background: #2684ff;
    color: #fff
}

.pwr--dark::selection {
    background: #2684ff;
    color: #fff
}

.pwr-form.pwr--light::-moz-selection {
    background: #fff;
    color: #000
}

.pwr-form.pwr--light::selection {
    background: #fff;
    color: #000
}

a {
    color: #2684ff;
    text-decoration: none;
    transition: color .4s ease-in-out,opacity .4s ease-in-out
}

a:hover {
    color: #00183f
}

.hs_cos_wrapper_type_rich_text.pwr--dark a:not(.pwr-cta):not(.cta_button),.pwr--dark .hs_cos_wrapper_type_rich_text a:not(.pwr-cta):not(.cta_button),.pwr--dark .pwr-rich-text a:not(.pwr-cta):not(.cta_button),.pwr-rich-text.pwr--dark a:not(.pwr-cta):not(.cta_button) {
    color: #2684ff
}

.hs_cos_wrapper_type_rich_text.pwr--dark a:not(.pwr-cta):not(.cta_button):hover,.pwr--dark .hs_cos_wrapper_type_rich_text a:not(.pwr-cta):not(.cta_button):hover,.pwr--dark .pwr-rich-text a:not(.pwr-cta):not(.cta_button):hover,.pwr-rich-text.pwr--dark a:not(.pwr-cta):not(.cta_button):hover {
    color: #fff
}

a:focus {
    outline: none
}

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

table tr td img {
    max-width: none
}

pre {
    background-color: #f4f6fa;
    border: 1px solid #00183f;
    min-width: 300px;
    overflow-x: auto;
    padding: 20px
}

table pre {
    white-space: pre-wrap
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

h1,h2,h3,h4,h5,h6 {
    font-family: Roboto,arial,sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 0
}

h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus {
    outline: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4, h5, h6 {
    font-size: 20px
} margin-bottom: 20px
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }

    h4, h5, h6 {
        font-size: 16px
    }
}

p {
    line-height: 1.5
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: bottom
}

img,video {
    max-width: 100%
}

video {
    height: auto;
    outline: 0
}

input[type=color] select,input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

ol {
    -webkit-padding-start: 0;
    counter-reset: item;
    padding-inline-start:0}

li>ol {
    -webkit-padding-start: 25px;
    padding-inline-start:25px}

ol>li {
    display: block
}

ol>li:before {
    content: counters(item,".") "";
    counter-increment: item;
    padding-right: 15px
}

ol.unstyled,ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs_cos_wrapper_type_post_filter ul,.hs_cos_wrapper_type_post_listing ul,.hs_cos_wrapper_type_rich_text ul:not(.inputs-list),.pwr-rich-text ul {
    -webkit-padding-start: 42px;
    padding-inline-start:42px}

.hs_cos_wrapper_type_post_filter li>ul,.hs_cos_wrapper_type_post_listing li>ul,.hs_cos_wrapper_type_rich_text li>ul:not(.inputs-list),.pwr-rich-text li>ul {
    margin: 15px 0
}

.hs_cos_wrapper_type_post_filter ul,.hs_cos_wrapper_type_post_listing ul,.hs_cos_wrapper_type_rich_text ul:not(.inputs-list),.pwr-rich-text ul,ol {
    font-weight: 500;
    line-height: 2.33em;
    margin: 0
}

.hs_cos_wrapper_type_post_filter ul li,.hs_cos_wrapper_type_post_listing ul li,.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li,.pwr-rich-text ul li {
    line-height: 2em;
    list-style: none;
    margin: 5px 0 10px;
    position: relative
}

.hs_cos_wrapper_type_post_filter ul li:first-child,.hs_cos_wrapper_type_post_listing ul li:first-child,.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:first-child,.pwr-rich-text ul li:first-child {
    margin-top: 0
}

.hs_cos_wrapper_type_post_filter ul li:last-child,.hs_cos_wrapper_type_post_listing ul li:last-child,.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:last-child,.pwr-rich-text ul li:last-child {
    margin-bottom: 0
}

.hs_cos_wrapper_type_post_filter ul li:before,.hs_cos_wrapper_type_post_listing ul li:before,.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:before,.pwr-rich-text ul li:before {
    background-color: #2684ff;
    content: "";
    height: 2px;
    left: -42px;
    position: absolute;
    top: 15px;
    width: 22px
}

.pwr-bullet-points ul {
    -webkit-padding-start: 50px;
    padding-inline-start:50px}

.pwr-bullet-points ul li:before {
    background-color: #2684ff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 24px;
    left: -50px;
    position: absolute;
    top: 4px;
    width: 24px
}

.pwr-bullet-points ul li:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 6px;
    left: -40px;
    position: absolute;
    top: 16px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 6px
}

.pwr--dark .pwr-bullet-points ul li:before,.pwr--dark ul li:before {
    background-color: #fff
}

.pwr--dark ul li:after {
    border-color: #2684ff
}

blockquote {
    border-left: 3px solid #2684ff;
    font-style: italic;
    font-weight: 500;
    margin-left: 0;
    padding-left: 40px
}

.hs_cos_wrapper_type_icon svg,.pwr-icon svg {
    display: block;
    height: 1em;
    transition: all .4s ease-in-out;
    width: 1em
}

.sub-menu.f_products .slide-arrow {
    display: none
}

.row-fluid [class*=span] {
    min-height: 1px
}

.row-fluid .span12 {
    min-height: 0!important
}

.hs-blog-social-share {
    height: auto
}

.hs-blog-social-share .hs-blog-social-share-list {
    list-style: none!important;
    margin: 0
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none!important;
    margin-right: 20px!important
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span,.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item-linkedin span.IN-widget {
    vertical-align: top!important
}

@media (max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float:none!important
    }
}

.hs-responsive-embed {
    height: auto;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative
}

.hs-responsive-embed embed,.hs-responsive-embed iframe,.hs-responsive-embed object {
    border: 0;
    height: 100%;
    width: 100%
}

.hs-responsive-embed,.hs-responsive-embed.hs-responsive-embed-vimeo,.hs-responsive-embed.hs-responsive-embed-wistia,.hs-responsive-embed.hs-responsive-embed-youtube {
    padding-bottom: 2%
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    height: auto;
    position: static;
    width: auto
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    max-width: 100%;
    width: 100%
}

@media(max-width: 568px) {
    iframe {
        max-width:100%
    }
}

.widget-type-space {
    visibility: hidden
}

.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

.hs_cos_flex-container a:active,.hs_cos_flex-container a:focus,.hs_cos_flex-slider a:active,.hs_cos_flex-slider a:focus {
    outline: 0
}

.hs_cos_flex-control-nav,.hs_cos_flex-direction-nav,.hs_cos_flex-slides {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs_cos_flex-slider {
    margin: 0;
    padding: 0
}

.hs_cos_flex-slider .hs_cos_flex-slides>li {
    -webkit-backface-visibility: hidden;
    display: none;
    position: relative
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    border-radius: 0;
    display: block;
    width: 100%
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize
}

.hs_cos_flex-slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

html[xmlns] .hs_cos_flex-slides {
    display: block
}

* html .hs_cos_flex-slides {
    height: 1%
}

.hs_cos_flex-slider {
    zoom:1;background: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 60px;
    position: relative
}

.hs_cos_flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .hs_cos_flex-viewport {
    max-height: 300px
}

.hs_cos_flex-slider .hs_cos_flex-slides {
    zoom:1}

.carousel li {
    margin-right: 5px
}

.hs_cos_flex-direction-nav {
    *height: 0
}

.hs_cos_flex-direction-nav a {
    background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: all .3s ease;
    width: 30px;
    z-index: 10
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
    background-position: 100% 0;
    right: -36px
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: -36px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
    opacity: .8;
    right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    left: 5px;
    opacity: .8
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
    opacity: 1
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
    cursor: default;
    filter: alpha(opacity=30);
    opacity: .3!important
}

.hs_cos_flex_thumbnavs-direction-nav {
    *height: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.hs_cos_flex_thumbnavs-direction-nav a {
    background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
    cursor: pointer;
    display: block;
    height: 140px;
    margin: -60px 0 0;
    opacity: 1;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: all .3s ease;
    width: 30px;
    z-index: 10
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: 100% 40%;
    right: 0
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    left: 0
}

.hs-cos-flex-slider-control-panel img {
    cursor: pointer
}

.hs-cos-flex-slider-control-panel img:hover {
    opacity: .8
}

.hs-cos-flex-slider-control-panel {
    margin-top: -30px
}

.hs_cos_flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%
}

.hs_cos_flex-control-nav li {
    zoom:1;display: inline-block;
    *display: inline;
    margin: 0 6px
}

.hs_cos_flex-control-paging li a {
    background: #666;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px
}

.hs_cos_flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7)
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default
}

.hs_cos_flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static
}

.hs_cos_flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%
}

.hs_cos_flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.hs_cos_flex-control-thumbs img:hover {
    opacity: 1
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
    cursor: default;
    opacity: 1
}

@media screen and (max-width: 860px) {
    .hs_cos_flex-direction-nav .hs_cos_flex-prev {
        left:0;
        opacity: 1
    }

    .hs_cos_flex-direction-nav .hs_cos_flex-next {
        opacity: 1;
        right: 0
    }
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    font-size: 2em;
    width: 100%
}

.hs_cos_flex-slider .caption,.hs_cos_flex-slider .superimpose .caption {
    color: #fff;
    line-height: 1.1em;
    padding: 0 5%;
    position: absolute;
    text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
    background-color: transparent;
    font-size: 3em;
    top: 40%;
    width: 90%
}

@media (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color:#000;
        color: #fff;
        font-size: 2em;
        line-height: 1.1em;
        padding: 0 5%;
        position: static;
        text-align: center;
        top: 40%;
        width: 90%
    }
}

.hs_cos_flex-slider h1,.hs_cos_flex-slider h2,.hs_cos_flex-slider h3,.hs_cos_flex-slider h4,.hs_cos_flex-slider h5,.hs_cos_flex-slider h6,.hs_cos_flex-slider p {
    color: #fff
}

.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0
}

.hs-gallery-thumbnails.fixed-height li img {
    border-width: 0;
    margin: 0;
    max-height: 150px;
    padding: 0
}

.hs_cos_wrapper_type_header,.hs_cos_wrapper_type_page_footer,.hs_cos_wrapper_type_raw_html,.hs_cos_wrapper_type_raw_jinja,.hs_cos_wrapper_type_rich_text,.hs_cos_wrapper_type_section_header,.hs_cos_wrapper_type_text {
    word-wrap: break-word
}

@media (max-width: 400px) {
    #recaptcha_area table#recaptcha_table,#recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width:300px!important
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
        width: 67px!important
    }

    #recaptcha_area table#recaptcha_table #recaptcha_image {
        width: 280px!important
    }
}

#follow-me-module-header {
    font-size: 20px;
    margin: 0 0 20px
}

.hs-search-module label {
    font-size: 14px
}

#hs-pwd-widget-password {
    height: auto!important
}

.hs-search-module .hs-input,.hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password {
    background-color: rgba(0,24,63,.05);
    border: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 14px;
    height: 49px;
    margin-right: -4px;
    padding: 16px 20px;
    width: auto
}

.hs-search-module .hs-button,.hs_cos_wrapper_type_password_prompt .hs-button {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.hs-search-module .hs-button {
    padding-bottom: 12px!important;
    padding-top: 12px!important
}

.pwr--dark .hs-search-module .hs-input,.pwr--dark .hs_cos_wrapper_type_password_prompt #hs-pwd-widget-password {
    background-color: #2684ff;
    color: #fff
}

.hs-search-field {
    position: relative
}

.hs-search-field__input {
    box-sizing: border-box;
    width: 100%
}

.hs-search-field__suggestions {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs-search-field__suggestions li {
    display: block;
    margin: 0;
    padding: 0
}

.hs-search-field__suggestions li:first-child {
    padding-top: 20px
}

.hs-search-field__suggestions #results-for {
    font-weight: 700;
    margin-bottom: 10px
}

.hs-search-field__suggestions li a {
    color: #000;
    padding: 10px 15px 7px
}

.hs-search-field__suggestions #results-for,.hs-search-field__suggestions a {
    display: block
}

.hs-search-field__suggestions a:hover {
    background-color: rgba(0,24,63,.1)
}

.pwr--dark .hs-search-field__suggestions li a {
    color: #fff
}

.pwr--dark .hs-search-field__suggestions a:hover {
    background-color: hsla(0,0%,100%,.075)
}

.hs_cos_wrapper_type_gallery img,.hs_cos_wrapper_type_linked_image img {
    border-radius: 25px
}

.hs_cos_gallery_lightbox_thumbnails img {
    border-radius: 0
}

.hs_cos_gallery_lightbox .slick-next,.hs_cos_gallery_lightbox .slick-prev,.hs_cos_wrapper_type_gallery .slick-next,.hs_cos_wrapper_type_gallery .slick-prev {
    height: 25px;
    width: 20px
}

.hs_cos_gallery_lightbox .slick-prev {
    left: 8px
}

.hs_cos_gallery_lightbox .slick-next {
    right: 3px
}

.hs_cos_gallery_lightbox .slick-next:before,.hs_cos_gallery_lightbox .slick-prev:before,.hs_cos_wrapper_type_gallery .slick-next:before,.hs_cos_wrapper_type_gallery .slick-prev:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 25px;
    opacity: 1;
    width: 20px
}

.vex-content.hs-gallery .vex-close:after,.vex-content.hs-gallery .vex-close:before {
    height: 3px;
    width: 26px
}

.vex-content.hs-gallery .vex-close:hover:after,.vex-content.hs-gallery .vex-close:hover:before {
    box-shadow: none!important
}

.hs_cos_wrapper_type_gallery .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 25' fill='%2300183F' xml:space='preserve'%3E%3Cpath d='M12 24.7 0 12.3 12 0l1.4 1.4L2.8 12.3l10.6 11z'/%3E%3C/svg%3E")
}

.hs_cos_wrapper_type_gallery .slick-next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 25' fill='%2300183F' xml:space='preserve'%3E%3Cpath d='m1.4 24.7 12-12.4L1.4 0 0 1.4l10.6 10.9L0 23.3z'/%3E%3C/svg%3E")
}

.hs_cos_gallery_lightbox .slick-prev:before,.pwr--dark .hs_cos_wrapper_type_gallery .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 25' fill='%23FFF' xml:space='preserve'%3E%3Cpath d='M12 24.7 0 12.3 12 0l1.4 1.4L2.8 12.3l10.6 11z'/%3E%3C/svg%3E")
}

.hs_cos_gallery_lightbox .slick-next:before,.pwr--dark .hs_cos_wrapper_type_gallery .slick-next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 25' fill='%23FFF' xml:space='preserve'%3E%3Cpath d='m1.4 24.7 12-12.4L1.4 0 0 1.4l10.6 10.9L0 23.3z'/%3E%3C/svg%3E")
}

.hs_cos_gallery_lightbox .caption.below {
    color: #fff
}

.hs_cos_wrapper_type_gallery .slick-dots {
    line-height: 3px
}

.hs_cos_wrapper_type_gallery .slick-dots li {
    height: auto;
    width: auto
}

.hs_cos_wrapper_type_gallery .slick-dots li button:before {
    display: none!important
}

.hs_cos_wrapper_type_gallery .slick-dots li button {
    background-color: #00183f;
    height: 3px;
    opacity: .4;
    padding: 0;
    transition: opacity .2s ease;
    width: 35px
}

.hs_cos_wrapper_type_gallery .slick-dots li.slick-active button {
    background-color: #2684ff!important;
    opacity: 1
}

.pwr--dark .hs_cos_wrapper_type_gallery .slick-dots li button {
    background-color: #fff
}

.hs_cos_wrapper_type_post_filter h3,.hs_cos_wrapper_type_post_listing h3,.hs_cos_wrapper_type_rss_listing h3 {
    margin: 0 0 20px
}

.hs_cos_wrapper_type_post_filter .filter-expand-link {
    display: block;
    margin-top: 15px
}

.hs_cos_wrapper_type_rss_listing .hs-rss-title {
    font-weight: 700
}

.hs_cos_wrapper_type_section_header .section-header h1 {
    font-size: 32px
}

.hs_cos_wrapper_type_section_header .section-header h1,.hs_cos_wrapper_type_section_header .section-subheader {
    margin: 0 0 20px
}

.hs_cos_wrapper_type_section_header .section-subheader {
    font-size: 20px
}

.hs_cos_wrapper_type_email_simple_subscription .page-header>h1 {
    font-size: 24px;
    margin: 0 0 40px
}

.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form h3 {
    font-size: 18px;
    margin: 0 0 30px
}

.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form .email-edit {
    padding: 10px 0 5px
}

.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form .hs-button {
    margin-top: 20px
}

.hs_cos_wrapper_type_blog_subscribe .form-title {
    margin: 0 0 20px
}

.hs_cos_wrapper_type_page_footer footer {
    display: block;
    font-size: 12px;
    margin: 10px 0
}

.container-fluid .row-fluid .page-center {
    float: none;
    margin: 0 auto;
    max-width: 1200px
}

@media (max-width: 1239px) {
    .container-fluid .row-fluid .page-center {
        margin-left:40px;
        margin-right: 40px
    }
}

.pwr-anchor--fixed-header {
    margin-top: -85px
}

.pwr-anchor--fixed-header:before {
    content: " ";
    display: block;
    height: 85px;
    margin-top: -85px;
    visibility: hidden
}

.pwr--margin-l-0 {
    margin-left: 0!important
}

.pwr--margin-b-0 {
    margin-bottom: 0!important
}

.pwr--margin-b-sm {
    margin-bottom: 10px
}

.pwr--margin-b-md {
    margin-bottom: 20px
}

.pwr--margin-b-lg {
    margin-bottom: 40px!important
}

.pwr--margin-b-xl {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .pwr--margin-b-sm {
        margin-bottom:8px
    }

    .pwr--margin-b-md {
        margin-bottom: 15px
    }

    .pwr--margin-b-lg {
        margin-bottom: 30px!important
    }

    .pwr--margin-b-xl {
        margin-bottom: 60px
    }
}

.pwr--neg-margin-lr-10 {
    margin-left: -10px;
    margin-right: -10px
}

.pwr--margin-centered {
    float: none!important;
    margin-left: auto;
    margin-right: auto
}

.pwr--padding-l-sm {
    padding-left: 10px
}

.pwr--padding-l-md {
    padding-left: 20px
}

.pwr--padding-l-lg {
    padding-left: 40px
}

.pwr--padding-r-sm {
    padding-right: 10px
}

.pwr--padding-r-lg {
    padding-right: 40px
}

.pwr--padding-t-0 {
    padding-top: 0!important
}

.pwr--sec-padding-t-sm {
    padding-top: 25px!important
}

.pwr--sec-padding-t-md {
    padding-top: 50px!important
}

.pwr--padding-b-0 {
    padding-bottom: 0!important
}

.pwr--padding-b-md {
    padding-bottom: 20px
}

.pwr--sec-padding-b-sm {
    padding-bottom: 25px!important
}

.pwr--sec-padding-b-md {
    padding-bottom: 50px!important
}

.pwr-sec--first-with-header {
    padding-top: 110px
}

.pwr-sec--first-with-header.pwr-sec--first-with-transparent-header {
    padding-top: 190px
}

.pwr-sec--first-with-header.pwr-sec--first-with-transparent-header-full {
    padding-top: 240px
}

@media (max-width: 767px) {
    .pwr--sec-padding-t-sm {
        padding-top:19px!important
    }

    .pwr--sec-padding-t-md {
        padding-top: 38px!important
    }

    .pwr--sec-padding-b-sm {
        padding-bottom: 19px!important
    }

    .pwr--sec-padding-b-md {
        padding-bottom: 38px!important
    }
}

@media (max-width: 575px) {
    .pwr-sec--first-with-header {
        padding-top:60px
    }

    .pwr-sec--first-with-header.pwr-sec--first-with-transparent-header {
        padding-top: 140px
    }

    .pwr-sec--first-with-header.pwr-sec--first-with-transparent-header-full {
        padding-top: 190px
    }
}

.pwr--align-c {
    text-align: center
}

.pwr--align-r {
    text-align: right
}

.pwr--align-l {
    text-align: left!important
}

.pwr--txt-uppercase {
    text-transform: uppercase
}

.pwr--dark {
    background-color: #00183f;
    color: #fff
}

.pwr--light {
    background-color: #fff;
    color: #000
}

.pwr--txt-light,.pwr--txt-light:hover {
    color: #fff
}

.pwr--colored-box {
    background-color: #f4f6fa;
    border-radius: 6px;
    color: #000;
    overflow: hidden
}

.pwr--dark .pwr--colored-box {
    background-color: #2684ff;
    color: #fff
}

body .pwr--colored-box.pwr--light {
    background-color: #f4f6fa;
    color: #000
}

body .pwr--colored-box.pwr--dark {
    background-color: #2684ff;
    color: #fff
}

.pwr--flip-hor {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.pwr--relative {
    position: relative
}

.pwr--full-width {
    padding-left: 80px!important;
    padding-right: 80px!important;
    width: 100%
}

.pwr--abs-full {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pwr--disabled {
    display: none
}

.pwr--clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0
}

.pwr-rich-text {
    line-height: 1.75em
}

.pwr-rich-text>:first-child {
    margin-top: 0
}

.pwr-rich-text:not(.pwr-sec-txt__left)>:last-child,.pwr-rich-text:not(.pwr-tab__content--left)>:last-child {
    margin-bottom: 0
}

.pwr-rich-text img {
    border-radius: 25px
}

.pwr-sec__title-intro {
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 15px
}

.pwr--dark .pwr-sec__title-intro {
    color: #fff
}

.pwr-sec__title {
    color: #000;
    margin: 0
}

.pwr--dark .pwr-sec__title {
    color: #fff
}

.pwr-sec__title--narrow,.pwr-sec__title-intro--narrow {
    max-width: 670px
}

.pwr--align-c .pwr-sec__title--narrow,.pwr--align-c .pwr-sec__title-intro--narrow {
    margin-left: auto;
    margin-right: auto
}

.pwr-sec__desc {
    display: inline-block;
    font-size: 20px
}

.pwr-sec__title+.pwr-sec__desc {
    margin-top: 25px
}

@media (max-width: 767px) {
    .pwr-sec__title-intro {
        font-size: 16px;
        margin-bottom: 12px
    }

    .pwr-sec__desc {
        font-size: 16px
    }

    .pwr-sec__title+.pwr-sec__desc {
        margin-top: 19px
    }
}

@media (max-width: 575px) {
    .pwr-sec__title {
        word-break:break-word
    }
}

.pwr-video-background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.pwr-video-background__youtube .inline-YTPlayer {
    max-width: 100vw!important
}

.pwr-video-background .pwr-video-background__youtube,.pwr-video-background video {
    height: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    width: auto
}

.pwr-video-background--pos-bottom .pwr-video-background__youtube,.pwr-video-background--pos-bottom video {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pwr-video-background--pos-center .pwr-video-background__youtube,.pwr-video-background--pos-center video {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pwr-video-background--pos-left .pwr-video-background__youtube,.pwr-video-background--pos-left video {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-video-background--pos-right .pwr-video-background__youtube,.pwr-video-background--pos-right video {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-video-background--pos-top .pwr-video-background__youtube,.pwr-video-background--pos-top video {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pwr-parallax {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: calc(100vw + 100vh - 100vmin);
    z-index: 0
}

.pwr-3D-box {
    position: relative;
    transition: all .4s ease-in-out
}

.pwr-3D-box,.pwr-3D-box__sensor {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.pwr-3D-box__sensor {
    border-radius: 6px;
    overflow: unset
}

.pwr-3D-box__info-box {
    -webkit-transform: translateZ(25px);
    transform: translateZ(25px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.pwr-3D-box__info-box--centered {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,25px);
    transform: translate3d(-50%,-50%,25px);
    transition: opacity .4s ease-in-out;
    width: 100%
}

@media (hover: none) {
    .pwr-3D-box__sensor {
        -webkit-transform:none!important;
        transform: none!important
    }
}

@media (hover: hover) {
    .pwr-3D-box:hover {
        -webkit-transform:perspective(1100px) scale(1.05);
        transform: perspective(1100px) scale(1.05)
    }

    .pwr-3D-box--shaddow {
        box-shadow: 0 5px 10px rgba(0,0,0,.2)
    }

    .pwr-3D-box:hover .pwr-3D-box--shaddow-on-hover {
        box-shadow: 0 20px 40px rgba(0,0,0,.2)
    }
}

.pwr-social-icon {
    fill: currentColor;
    color: #000;
    display: inline-block;
    padding: 0 .7em;
    vertical-align: middle
}

.pwr-social-icon:hover {
    color: #2684ff
}

.pwr--dark .pwr-social-icon,.pwr--dark .pwr-social-icon:hover {
    color: #fff
}

.pwr-social-icon:first-child {
    padding-left: 0
}

.pwr-social-icon:last-child {
    padding-right: 0
}

.pwr-touch-btn {
    display: none
}

@media (hover: none) {
    .pwr-touch-btn {
        background-color:hsla(0,0%,100%,.85);
        border-radius: 25px;
        color: #000;
        display: block;
        font-weight: 900;
        opacity: 1;
        padding: 8px 15px;
        position: absolute;
        right: 12px;
        top: 12px;
        transition: opacity .4s ease-in-out;
        z-index: 500
    }

    .pwr-touch-btn--dark {
        background-color: rgba(0,24,63,.85);
        color: #fff
    }

    .pwr-touch-btn-container:hover .pwr-touch-btn {
        opacity: 0
    }

    .pwr-touch-btn__icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 27.3 27.2' style='enable-background:new 0 0 27.3 27.2' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%2300183f}%3C/style%3E%3Cpath class='st0' d='M13.7 2.1c6.4 0 11.5 5.2 11.5 11.5S20 25.2 13.7 25.2 2.1 20 2.1 13.6 7.3 2.1 13.7 2.1m0-2C6.2.1.1 6.1.1 13.6s6.1 13.5 13.5 13.5c7.5 0 13.5-6.1 13.5-13.5.1-7.5-6-13.5-13.4-13.5z'/%3E%3Cpath class='st0' d='M13.7 9.1c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5-4.5-2-4.5-4.5 2-4.5 4.5-4.5m0-2c-3.6 0-6.5 2.9-6.5 6.5s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5-3-6.5-6.5-6.5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 20px;
        margin-left: 8px;
        position: relative;
        top: 4px;
        width: 20px
    }

    .pwr-touch-btn--dark .pwr-touch-btn__icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 27.3 27.2' style='enable-background:new 0 0 27.3 27.2' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M13.7 2.1c6.4 0 11.5 5.2 11.5 11.5S20 25.2 13.7 25.2 2.1 20 2.1 13.6 7.3 2.1 13.7 2.1m0-2C6.2.1.1 6.1.1 13.6s6.1 13.5 13.5 13.5c7.5 0 13.5-6.1 13.5-13.5.1-7.5-6-13.5-13.4-13.5z'/%3E%3Cpath class='st0' d='M13.7 9.1c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5-4.5-2-4.5-4.5 2-4.5 4.5-4.5m0-2c-3.6 0-6.5 2.9-6.5 6.5s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5-3-6.5-6.5-6.5z'/%3E%3C/svg%3E")
    }
}

.pwr-header-top {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,24,63,.1);
    font-family: Poppins,arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    z-index: 100
}

.pwr-header-top.pwr--dark {
    background-color: #00183f;
    border-color: hsla(0,0%,100%,.1)
}

.pwr-header-top--transparent {
    background-color: transparent!important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.pwr-header-top__menu {
    float: left
}

.pwr-header-top__social {
    float: right
}

.pwr-header-top__social .pwr-social-icon {
    transition: none
}

.pwr--dark .pwr-header-top__social .pwr-social-icon {
    color: #fff;
    opacity: 1
}

.pwr--dark .pwr-header-top__social .pwr-social-icon:hover {
    opacity: .66
}

.pwr-header-top__menu .hs-menu-wrapper li a {
    color: #00183f;
    display: inline-block;
    padding: 0
}

.pwr-header-top__menu .hs-menu-wrapper li a,.pwr-header-top__social .pwr-social-icon svg {
    transition: color .2s ease-in-out,opacity .2s ease-in-out
}

.pwr-header-top__menu--dark,.pwr-header-top__menu--dark .hs-menu-wrapper li a {
    color: #fff
}

.pwr-header-top__menu .hs-menu-wrapper li:not(:last-child):after {
    color: #00183f;
    content: "|";
    padding-left: 12px;
    padding-right: 12px
}

.pwr-header-top__menu--dark .hs-menu-wrapper li:not(:last-child):after {
    color: #fff
}

@media (max-width: 575px) {
    .pwr-header-top {
        display:none
    }
}

.pwr-header-abs,.pwr-header-fixed {
    left: 0;
    right: 0;
    top: 0;
    z-index: 100
}

.pwr-header.pwr-header-fixed {
    position: fixed
}

.pwr-header-fixed.scroll {
    box-shadow: -2px 3px 5px rgba(0,0,0,.1)
}

.pwr-header.pwr-header-abs {
    position: absolute
}

.pwr-header-fixed__spacer {
    height: 85px;
    width: 100%
}

.pwr-header {
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
    transition: background .4s ease;
    z-index: 1000
}

.pwr-header.pwr--dark {
    background-color: #00183f;
    color: #fff
}

.pwr-header--light-on-scroll.scroll {
    background-color: #fff;
    color: #000
}

.pwr-header--dark-on-scroll.scroll {
    background-color: #00183f;
    color: #fff
}

.pwr-header--transparent:not(.scroll) {
    background-color: transparent
}

.pwr-header--padding {
    padding: 20px 0
}

.pwr-header-full {
    min-height: 45px;
    position: relative
}

.pwr-header-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-header--dark-on-scroll.scroll .pwr-header-logo,.pwr-header--dark-on-scroll.scroll .pwr-header-logo:hover,.pwr-header.pwr--dark:not(.scroll) .pwr-header-logo,.pwr-header.pwr--dark:not(.scroll) .pwr-header-logo:hover {
    color: #fff
}

.pwr-header--light-on-scroll.scroll .pwr-header-logo {
    color: #000
}

.pwr-header-logo .logo-company-name {
    display: inline-block;
    font-family: Poppins,arial,sans-serif;
    font-size: 20px;
    margin: 0
}

.pwr-header-logo__img {
    max-width: 230px
}

.pwr-header-logo--has-sticky .pwr-header-logo__img--sticky,.pwr-header.scroll .pwr-header-logo--has-sticky .hs_cos_wrapper_type_logo,.pwr-header.scroll .pwr-header-logo--has-sticky .pwr-header-logo__img {
    display: none
}

.pwr-header.scroll .pwr-header-logo--has-sticky .pwr-header-logo__img--sticky {
    display: block
}

.pwr-header__menu {
    left: 15%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr--full-width .pwr-header__menu {
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pwr-header__menu--right {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-header__menu--right-with-lang {
    right: 80px
}

.pwr-header-right-bar {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-header-right-bar--with-burger {
    right: 60px
}

.pwr-header-right-bar__item {
    display: inline;
    position: relative
}

.pwr-header-right-bar .cta_button {
    margin-left: 30px
}

.pwr-header-right-bar__cta:hover {
    color: #fff
}

.pwr-header-right-bar__link {
    color: #00183f;
    opacity: 1;
    transition: color .2s ease-in-out,opacity .2s ease-in-out
}

.pwr-header-right-bar__icon {
    fill: currentColor;
    display: inline-block;
    vertical-align: middle
}

.pwr-header--dark-on-scroll.scroll .pwr-header-right-bar__link,.pwr-header--dark-on-scroll.scroll .pwr-header-right-bar__link:hover,.pwr-header.pwr--dark:not(.scroll) .pwr-header-right-bar__link,.pwr-header.pwr--dark:not(.scroll) .pwr-header-right-bar__link:hover {
    color: #fff
}

.pwr-header--light-on-scroll.scroll .pwr-header-right-bar__link {
    color: #00183f
}

.pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):before {
    content: "|";
    padding-left: 12px;
    padding-right: 12px
}

.pwr-header.pwr--dark .pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):before {
    color: #fff
}

.pwr-header.pwr--light .pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):before {
    color: #00183f
}

.pwr-header--dark-on-scroll.scroll .pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):before {
    color: #fff
}

.pwr-header--light-on-scroll.scroll .pwr-header-right-bar>.pwr-header-right-bar__item:not(:first-of-type):not(.pwr-header-right-bar__cta):before {
    color: #00183f
}

.pwr-header-right-bar>.pwr-header-right-bar__item .pwr-header-right-bar__link:hover {
    opacity: .66
}

.pwr-header.pwr--dark .pwr-header-right-bar>.pwr-header-right-bar__item .pwr-header-right-bar__link:hover {
    color: #fff
}

.pwr-header.pwr--light .pwr-header-right-bar>.pwr-header-right-bar__item .pwr-header-right-bar__link:hover {
    color: #00183f
}

.pwr-header--dark-on-scroll.scroll .pwr-header-right-bar>.pwr-header-right-bar__item .pwr-header-right-bar__link:hover {
    color: #fff
}

.pwr-header--light-on-scroll.scroll .pwr-header-right-bar>.pwr-header-right-bar__item .pwr-header-right-bar__link:hover {
    color: #00183f
}

.pwr-dropdown {
    border-radius: 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 58px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .4s ease-in-out .2s,visibility .4s ease-in-out .2s;
    visibility: hidden;
    z-index: 5
}

.pwr-dropdown--phone {
    left: 50%;
    padding: 24px;
    text-transform: none;
    width: 200px
}

.pwr-dropdown--language {
    left: calc(50% + 12px);
    padding: 22px;
    text-align: center;
    width: 90px
}

.pwr-dropdown,.pwr-header--light-on-scroll.scroll .pwr-dropdown {
    background-color: #fff
}

.pwr--dark .pwr-dropdown,.pwr-header--dark-on-scroll.scroll .pwr-dropdown {
    background-color: #00183f
}

.pwr-header--light-on-scroll.scroll .pwr-header-right-bar__social .pwr-social-icon,.pwr-header-right-bar__social .pwr-social-icon {
    color: #00183f
}

.pwr--dark .pwr-header-right-bar__social .pwr-social-icon,.pwr-header--dark-on-scroll.scroll .pwr-header-right-bar__social .pwr-social-icon {
    color: #fff
}

.pwr-header-right-bar__social .pwr-social-icon:hover {
    opacity: .66
}

.pwr-header-right-bar__phone .pwr-header-right-bar__link {
    padding: 36px 0
}

.pwr-header-right-bar__language-switcher:hover .pwr-dropdown,.pwr-header-right-bar__phone:hover .pwr-dropdown {
    opacity: 1;
    visibility: visible
}

.pwr-dropdown__title {
    color: #00183f;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px
}

.pwr-dropdown__link {
    color: #00183f;
    display: block;
    font-family: Poppins,arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    opacity: .66;
    transition-duration: .2s
}

a.pwr-dropdown__link:hover {
    color: #00183f;
    opacity: 1
}

.pwr--dark:not(.scroll) .pwr-dropdown__link,.pwr--dark:not(.scroll) .pwr-dropdown__link:hover,.pwr--dark:not(.scroll) .pwr-dropdown__title,.pwr-header--dark-on-scroll.scroll .pwr-dropdown__link,.pwr-header--dark-on-scroll.scroll .pwr-dropdown__link:hover,.pwr-header--dark-on-scroll.scroll .pwr-dropdown__title {
    color: #fff
}

.pwr-header-right-bar__language-link {
    display: block;
    font-weight: 700;
    opacity: .66;
    padding: 2px 0
}

.pwr-header-search {
    font-size: 16px;
    height: 115px;
    left: 0;
    position: fixed;
    right: 0;
    top: -180px;
    transition: top .6s ease-in-out,background .4s ease-in-out;
    width: 100vw;
    z-index: 150
}

.pwr-header-search.active {
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    top: 0
}

.pwr-header-search__inner {
    left: 50%;
    max-width: 1200px;
    position: absolute;
    top: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

#pwr-header-search__input {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 15px 52px 15px 0
}

#pwr-header-search__input::-ms-clear {
    display: none
}

.pwr-header-search .pwr-search-field__icon {
    right: 55px
}

.pwr-header-search .pwr-search-field__icon:not(:hover) svg {
    fill: currentColor!important
}

.pwr-header-search__close {
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px
}

.pwr-header-search__close-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: all .4s ease
}

.pwr-header-search__close:hover .pwr-header-search__close-icon {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pwr-header-search__close-icon:after,.pwr-header-search__close-icon:before {
    content: "";
    position: absolute;
    transition: background .4s ease-in-out
}

.pwr-header-search__close:hover .pwr-header-search__close-icon:after,.pwr-header-search__close:hover .pwr-header-search__close-icon:before {
    background-color: #2684ff
}

.pwr-header-search__close-icon:before {
    height: 2px;
    left: -9px;
    width: 20px
}

.pwr-header-search__close-icon:after {
    height: 20px;
    top: -9px;
    width: 2px
}

.pwr--dark .pwr-header-search,.pwr-header--dark-on-scroll.scroll .pwr-header-search {
    background-color: #00183f;
    color: #fff
}

.pwr--dark #pwr-header-search__input,.pwr-header--dark-on-scroll.scroll #pwr-header-search__input {
    color: #fff
}

.pwr--dark #pwr-header-search__input::placeholder,.pwr-header--dark-on-scroll.scroll #pwr-header-search__input::placeholder {
    color: hsla(0,0%,100%,.66)
}

.pwr--dark .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:after,.pwr--dark .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:before,.pwr-header--dark-on-scroll.scroll .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:after,.pwr-header--dark-on-scroll.scroll .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:before {
    background-color: #fff
}

.pwr--light .pwr-header-search,.pwr-header--light-on-scroll.scroll .pwr-header-search {
    background-color: #fff;
    color: #00183f
}

.pwr--light #pwr-header-search__input,.pwr-header--light-on-scroll.scroll #pwr-header-search__input {
    color: #00183f
}

.pwr--light #pwr-header-search__input::placeholder,.pwr-header--light-on-scroll.scroll #pwr-header-search__input::placeholder {
    color: rgba(0,24,63,.66)
}

.pwr--light .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:after,.pwr--light .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:before,.pwr-header--light-on-scroll.scroll .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:after,.pwr-header--light-on-scroll.scroll .pwr-header-search__close:not(:hover) .pwr-header-search__close-icon:before {
    background-color: #00183f
}

@media (max-width: 1239px) {
    .pwr-header__menu {
        display:none
    }

    .pwr-header-right-bar {
        right: 60px
    }

    #pwr-header-search__input {
        padding: 15px 150px 15px 40px
    }

    .pwr-header-search__close {
        right: 40px
    }

    .pwr-header-search .pwr-search-field__icon {
        right: 90px
    }
}

@media (max-width: 767px) {
    .pwr-header-right-bar--lp {
        display:none
    }
}

@media (max-width: 575px) {
    .pwr-header-right-bar {
        display:none!important
    }

    .pwr-header-fixed {
        top: 0!important
    }
}

.pwr-burger {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    color: #00183f;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    max-width: 100vw;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
    transition: right .6s ease-in-out,width .4s ease-in-out;
    width: 400px;
    z-index: 1001
}

.pwr-burger.pwr--dark {
    background-color: #00183f;
    color: #fff
}

.pwr-burger--open {
    right: 0
}

.pwr-burger__menu {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex: 1;
    margin: 28px 30px;
    overflow-y: scroll
}

.pwr-burger__trigger-open {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-burger__icon-open {
    height: 14px;
    position: relative;
    width: 20px
}

.pwr-burger__icon-open span,.pwr-burger__icon-open:after,.pwr-burger__icon-open:before {
    background-color: #00183f;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 17px
}

.pwr--dark .pwr-burger__icon-open span,.pwr--dark .pwr-burger__icon-open:after,.pwr--dark .pwr-burger__icon-open:before,.pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open span,.pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open:after,.pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open:before {
    background-color: #fff
}

.pwr-header--light-on-scroll.scroll .pwr-burger__icon-open span,.pwr-header--light-on-scroll.scroll .pwr-burger__icon-open:after,.pwr-header--light-on-scroll.scroll .pwr-burger__icon-open:before {
    background-color: #00183f
}

.pwr-burger__icon-open:after,.pwr-burger__icon-open:before {
    content: " "
}

.pwr-burger__icon-open span {
    top: 50%
}

.pwr-burger__icon-open:before {
    top: 1px
}

.pwr-burger__icon-open:after {
    bottom: 0
}

.pwr-burger__trigger-close {
    display: block;
    font-size: 16px;
    margin: 30px 30px 0;
    padding-left: 30px;
    position: relative;
    text-transform: none
}

.pwr-burger__trigger-close,.pwr-burger__trigger-close:hover {
    color: #00183f
}

.pwr--dark .pwr-burger__trigger-close,.pwr--dark .pwr-burger__trigger-close:hover {
    color: #fff
}

.pwr-burger__icon-close {
    left: 10px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: all .4s ease
}

.pwr-burger__trigger-close:hover .pwr-burger__icon-close {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pwr-burger__icon-close:after,.pwr-burger__icon-close:before {
    background-color: #00183f;
    content: "";
    position: absolute;
    transition: background .4s ease-in-out
}

.pwr-burger__icon-close:before {
    height: 2px;
    left: -9px;
    width: 20px
}

.pwr-burger__icon-close:after {
    height: 20px;
    top: -9px;
    width: 2px
}

.pwr-burger-bottom-bar {
    padding: 30px
}

.pwr-burger-bottom-bar__item {
    padding: 8px 15px
}

.pwr-burger-bottom-bar__item-link {
    display: block
}

.pwr-burger-bottom-bar__item-link,.pwr-burger-bottom-bar__item-link:hover {
    color: #00183f
}

.pwr--dark .pwr-burger-bottom-bar__item-link,.pwr--dark .pwr-burger-bottom-bar__item-link:hover {
    color: #fff
}

.pwr-burger-bottom-bar__inner {
    display: none;
    max-height: 150px;
    overflow-y: scroll;
    padding: 10px 0
}

.pwr-burger-contact__inner {
    padding-left: 10px
}

.pwr-burger-contact__title {
    display: inline-block;
    padding: 5px 0
}

.pwr-burger-search__input {
    color: #00183f!important;
    font-size: 16px;
    margin: 5px 0;
    padding-right: 30px!important
}

.pwr-burger-search__input::placeholder {
    color: rgba(0,24,63,.66)
}

.pwr-burger-search__input::-ms-clear {
    display: none
}

.pwr-burger-search__input+.pwr-search-field__icon {
    right: 8px
}

.pwr-burger .pwr-search-field__icon svg {
    fill: currentColor!important
}

.pwr-burger-language__link {
    padding: 5px 0 5px 10px
}

.pwr-burger-contact__link,.pwr-burger-language__link {
    color: rgba(0,24,63,.66)
}

.pwr--dark .pwr-burger-contact__link,.pwr--dark .pwr-burger-language__link {
    color: hsla(0,0%,100%,.66)
}

.pwr-burger-social {
    font-size: 16px;
    margin-top: 30px
}

.pwr-burger-social .pwr-social-icon {
    color: #00183f;
    opacity: .66
}

.pwr-burger-social .pwr-social-icon:hover {
    opacity: 1
}

.pwr--dark .pwr-burger-social .pwr-social-icon {
    color: #fff
}

.pwr--dark .pwr-burger__icon-close:after,.pwr--dark .pwr-burger__icon-close:before {
    background-color: #fff
}

.pwr--dark .pwr-burger-search__input {
    color: #fff!important
}

.pwr--dark .pwr-burger-search__input::placeholder {
    color: hsla(0,0%,100%,.66)
}

@media (min-width: 1240px) {
    .pwr-burger__trigger-open--mobile-only {
        display:none!important
    }
}

@media (max-width: 991px) and (orientation:landscape) {
    .pwr-burger-bottom-bar {
        display:none
    }
}

.pwr-footer {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    padding: 25px 0;
    position: relative
}

.pwr-footer a:not(.pwr-link):not(.pwr-back-to-top) {
    color: #00183f;
    display: inline-block;
    transition: color .4s ease-in-out
}

.pwr-footer a:not(.pwr-link):not(.pwr-back-to-top):hover {
    color: rgba(0,24,63,.8)
}

.pwr-footer.pwr--dark {
    color: #fff
}

.pwr-footer.pwr--dark a:not(.pwr-link):not(.pwr-back-to-top) {
    color: hsla(0,0%,100%,.8)
}

.pwr-footer.pwr--dark a:not(.pwr-link):not(.pwr-back-to-top):hover {
    color: #fff
}

.pwr-footer__logo {
    color: #00183f;
    position: relative
}

.pwr-footer__logo img {
    height: auto
}

.pwr-footer__logo .logo-company-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.pwr--dark .pwr-footer__logo {
    color: #fff
}

.pwr-footer .hs-menu-wrapper,.pwr-footer .hs-menu-wrapper li,.pwr-footer footer {
    display: inline-block
}

.pwr-footer .hs-menu-wrapper li {
    float: none!important;
    padding-bottom: 5px;
    padding-top: 5px
}

.pwr-footer .hs-menu-wrapper li a {
    display: inline;
    opacity: 1!important;
    padding: 0
}

.pwr-footer-legal {
    font-size: 16px;
    font-weight: 400;
    position: relative
}

.pwr-footer-legal__content {
    float: left;
    width: 83.3%
}

.pwr-footer--copyright .pwr-footer-legal__content {
    float: none;
    width: 100%
}

.pwr-footer-legal__content .pwr-footer__item {
    display: inline-block
}

.pwr-footer-legal__content .pwr-footer__item .hs-menu-wrapper li:not(:last-child):after,.pwr-footer-legal__content .pwr-footer__item:not(:last-child):after {
    content: "|";
    padding-left: 15px;
    padding-right: 15px
}

.pwr-footer-legal__back-to-top {
    float: left;
    width: 16.7%
}

@media (max-width: 991px) {
    .pwr-footer-legal__content {
        float:none;
        width: 100%
    }

    .pwr-footer-legal__content .hs-menu-wrapper>ul li {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .pwr-footer .pwr-footer__menu .hs-menu-wrapper li.hs-menu-depth-1 {
        float: left!important;
        margin-bottom: 20px;
        margin-left: 0;
        padding-right: 10px;
        width: 50%
    }

    .pwr-footer-legal__content .pwr-footer-legal__notice {
        display: block
    }

    .pwr-footer-legal__content .pwr-footer-legal__notice:after {
        content: ""!important;
        padding: 0!important
    }

    .pwr-footer-legal__menu {
        margin-top: 10px
    }

    .pwr-footer-legal__menu .hs-menu-wrapper li.hs-menu-depth-1 {
        width: auto
    }

    .pwr-footer-legal__menu .hs-menu-wrapper li.hs-menu-depth-1,.pwr-footer-legal__menu .hs-menu-wrapper li.hs-menu-depth-1 a {
        display: inline
    }
}

.pwr-footer-full {
    padding-bottom: 60px;
    padding-top: 100px
}

.pwr-footer-company-info {
    float: left;
    font-size: 16px;
    margin-top: 5px;
    position: relative;
    width: 33.33%;
    z-index: 1
}

.pwr-footer__logo--large .logo-company-name {
    font-size: 16px
}

.pwr-footer-company-info__desc {
    font-size: 16px;
    margin-top: 20px;
    max-width: 270px
}

.pwr-footer-company-info__desc,.pwr-footer-company-info__icons {
    color: #000
}

.pwr--dark .pwr-footer-company-info__desc,.pwr--dark .pwr-footer-company-info__icons {
    color: #fff
}

.pwr-footer-company-info__desc+.pwr-footer-company-info__icons {
    margin-top: 20px
}

.pwr-footer-full__content {
    padding-bottom: 105px
}

.pwr-footer-full__menu {
    float: left
}

.pwr-footer-full__menu--full-width {
    float: none;
    width: 100%
}

.pwr-footer-full__menu--medium-width {
    width: 66.66%
}

.pwr-footer-full__menu--small-width {
    width: 33.33%
}

.pwr-footer-full__menu--7col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 22px;
    width: calc(14.286% - 22px)
}

.pwr-footer-full__menu--6col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 23px;
    width: calc(16.66% - 23px)
}

.pwr-footer-full__menu--5col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 24px;
    width: calc(20% - 24px)
}

.pwr-footer-full__menu--4col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 25px;
    width: calc(23.5% - 25px)
}

.pwr-footer-full__menu--4col .hs-menu-wrapper li.hs-menu-depth-1:last-child {
    width: 29%
}

.pwr-footer-full__menu--3col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 26px;
    width: calc(33.33% - 26px)
}

.pwr-footer-full__menu--2col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 30px;
    width: calc(50% - 30px)
}

.pwr-footer-full__menu--1col .hs-menu-wrapper li.hs-menu-depth-1 {
    float: left!important;
    margin-left: 0;
    width: 100%
}

.pwr-footer-full .hs-menu-wrapper li.hs-menu-depth-1:first-child {
    margin-left: 0
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    background-color: transparent;
    box-shadow: none;
    display: contents;
    left: 0;
    padding: 0;
    position: relative
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical>ul li {
    display: block;
    margin-top: 0!important
}

.pwr-footer-full .hs-menu-wrapper li>a:hover {
    color: initial
}

.pwr-footer-full__menu li.active-branch>a {
    background-color: transparent!important;
    color: inherit!important
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1>a,.pwr-footer-subscribe__title {
    color: #000;
    display: block;
    font-family: Poppins, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px
}

.pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1>a,.pwr-footer-full.pwr--dark .pwr-footer-subscribe__title {
    color: #fff
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2>a {
    background-color: transparent;
    color: #00183f;
    font-family: Poppins,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0;
    white-space: normal!important
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2>a:hover {
    color: rgba(0,24,63,.8)
}

.pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2>a {
    color: hsla(0,0%,100%,.8)
}

.pwr-footer-full.pwr--dark .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-2>a:hover {
    color: #fff
}

.pwr-footer-full .hs-menu-wrapper li.hs-item-has-children>a:after {
    display: none
}

.pwr-footer-subscribe {
    float: left;
    margin-left: 20px;
    width: calc(33.33% - 20px)
}

.pwr-footer-subscribe__title {
    padding-bottom: 25px
}

.pwr-footer-subscribe__hint {
    font-size: 16px
}

.pwr-footer-subscribe__form {
    margin-bottom: 20px;
    position: relative;
    text-align: left
}

.pwr-footer-subscribe__form .hs-email>label,.pwr-footer-subscribe__form .hs-field-desc,.pwr-footer-subscribe__form .hs-form-required {
    height: 1px;
    left: 10000px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.pwr-footer-subscribe__form h3 {
    display: none
}

.pwr-footer-subscribe__form .hs-form .hs-form-field {
    padding-bottom: 0
}

.pwr-footer-subscribe__form .hs-email {
    margin-bottom: 0!important
}

.pwr-footer-subscribe__form .hs-email .hs-input {
    background-color: rgba(0,24,63,.05);
    border: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 16px;
    height: 50px;
    padding: 16px 20px
}

.pwr--dark .pwr-footer-subscribe__form .hs-email .hs-input {
    background-color: #2684ff;
    color: #fff
}

.pwr-footer-subscribe__form .hs-email {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 70%;
    z-index: 0
}

.pwr-footer-subscribe__form .hs-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 30%;
    z-index: 0
}

.pwr-footer-subscribe__form .hs-submit .hs-button {
    margin: 0;
    padding: 15px 21px!important;
    width: 100%
}

.pwr-footer-subscribe__form .legal-consent-container {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px
}

.pwr-back-to-top {
    background-color: #2684ff;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 57px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    transition: background .4s ease-in-out;
    width: 57px
}

.pwr-back-to-top:hover {
    background-color: #00183f;
    color: #fff
}

.pwr-back-to-top__icon {
    fill: currentColor;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pwr--dark .pwr-back-to-top:hover {
    background-color: #fff;
    color: #2684ff
}

@media (max-width: 991px) {
    .pwr-footer-company-info,.pwr-footer-full__menu,.pwr-footer-legal__back-to-top,.pwr-footer-subscribe {
        float:none;
        width: 100%
    }

    .pwr-footer-full__menu+.pwr-footer-subscribe,.pwr-footer-legal__back-to-top {
        margin-top: 40px
    }

    .pwr-footer-company-info+.pwr-footer-full__menu {
        margin-top: 70px
    }

    .pwr-footer-company-info__desc {
        max-width: 100%
    }

    .pwr-footer-subscribe {
        margin-left: 0
    }

    .pwr-footer-subscribe__form .hs-email {
        margin-right: 0
    }

    .pwr-back-to-top {
        position: relative;
        -webkit-transform: none;
        transform: none
    }

    .pwr-footer .pwr-footer-full__menu .hs-menu-wrapper li.hs-menu-depth-1 {
        float: left!important;
        margin-bottom: 20px;
        margin-left: 0;
        padding-right: 10px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .pwr-footer-full__content {
        padding-bottom:79px
    }
}

.pwr-footer-reduced {
    padding: 60px 0
}

.pwr-footer-reduced__content+.pwr-footer-legal {
    margin-top: 40px
}

.pwr-footer-reduced__logo {
    float: left;
    max-width: 16.66%
}

.pwr-footer-reduced__statement {
    float: left;
    margin-left: 60px;
    position: relative;
    width: calc(50% - 60px)
}

.pwr-footer-reduced__menu {
    float: right;
    margin-left: 20px;
    position: relative;
    width: calc(33.33% - 20px)
}

.pwr-footer-reduced__menu .hs-menu-wrapper li {
    line-height: 1em
}

.pwr-footer-reduced__menu .hs-menu-wrapper li a {
    font-family: Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px!important;
    transition: all .4s ease-in-out
}

@media(max-width: 767px) {
    .pwr-footer-reduced__logo,.pwr-footer-reduced__menu,.pwr-footer-reduced__statement {
        float:none;
        margin-left: 0;
        width: 100%
    }

    .pwr-footer-reduced__logo+.pwr-footer-reduced__menu,.pwr-footer-reduced__logo+.pwr-footer-reduced__statement,.pwr-footer-reduced__statement+.pwr-footer-reduced__menu {
        margin-top: 40px
    }

    .pwr-footer-reduced__menu .hs-menu-wrapper li a {
        padding-left: 0!important
    }
}

@media(max-width: 575px) {
    .pwr-footer-reduced__logo {
        max-width:100%
    }
}

.pwr-footer-link {
    padding: 140px 0
}

.pwr-footer-link__cta {
    font-family: Roboto,arial,sans-serif;
    font-size: 70px;
    font-weight: 700;
    height: 1.5em;
    letter-spacing: -1px;
    margin-bottom: 40px;
    position: relative
}

.pwr-link {
    box-shadow: inset 0 -.382em 0 #2684ff;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .15s cubic-bezier(.33,.66,.66,1)
}

.pwr-link:focus,.pwr-link:hover {
    box-shadow: inset 0 -1.5em 0 #2684ff
}

.pwr--dark .pwr-link,.pwr-link:hover {
    color: #fff!important
}

.pwr-link-icon {
    fill: currentColor;
    display: inline-block;
    position: relative;
    top: .15em;
    transform: translateX(0);
    transition: transform .4s ease-in-out
}

.pwr-link-icon .hs_cos_wrapper_type_icon svg {
    transition: none
}

.pwr-footer-link__cta .pwr-link {
    position: relative;
    top: .6em
}

.pwr-footer-link__copyright,.pwr-footer-link__copyright span {
    font-size: 16px;
    position: relative
}

.pwr-footer-link__icons {
    font-size: 20px;
    margin-top: 40px;
    position: relative
}

@media (max-width: 767px) {
    .pwr-footer-link {
        padding:105px 0
    }

    .pwr-footer-link__cta {
        font-size: 53px
    }
}

@media (max-width: 575px) {
    .pwr-footer-link__cta {
        font-size:30px;
        height: auto;
        line-height: 1.5em;
        white-space: normal;
        word-break: break-all
    }
}

.pwr-js-menu--translated {
    display: none
}

.pwr-header__menu--mega-menu {
    font-size: 16px
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    margin-bottom: 20px;
    min-height: 7em;
    position: relative
}

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

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
    display: inline-block;
    margin-bottom: 20px
}

.pwr-burger__menu .hs-menu-wrapper>ul {
    display: block
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
    max-width: 100%;
    overflow: hidden
}

.hs-menu-wrapper ul.hs-menu-children-wrapper {
    -webkit-font-smoothing: antialiased!important;
    border-radius: 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    min-width: 190px;
    text-align: left;
    transition: opacity .4s ease-in-out,visibility .4s ease-in-out
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children:hover ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical ul.hs-menu-children-wrapper {
    transition: opacity 0s linear .2s,visibility 0s linear .2s
}

.pwr-header__menu--mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children:hover ul.hs-menu-children-wrapper,.pwr-header__menu--mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper,.pwr-header__menu--mega-menu .hs-menu-wrapper.hs-menu-flow-vertical ul.hs-menu-children-wrapper {
    transition: opacity .4s ease-in-out,visibility .4s ease-in-out
}

.hs-menu-wrapper.no-flyouts li.hs-menu-depth-1>ul {
    padding: 23px 0
}

.pwr-burger__menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
    border-radius: 0
}

.pwr-burger__menu .hs-menu-wrapper.no-flyouts li.hs-menu-depth-1>ul {
    padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts li.hs-menu-depth-1>ul {
    margin-right: 10px
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts li.hs-menu-depth-1 {
    margin-top: 20px
}

.pwr-burger__menu .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts li.hs-menu-depth-1 {
    margin-top: 0
}

.hs-menu-wrapper.no-flyouts li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    box-shadow: none
}

.hs-menu-wrapper ul.hs-menu-children-wrapper,.pwr-header--light-on-scroll.scroll .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: #fff
}

.pwr--dark .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: #2684ff
}

.pwr-header--dark-on-scroll.scroll .hs-menu-wrapper ul.hs-menu-children-wrapper,.pwr-header.pwr--dark:not(.scroll) .pwr-header__menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: #00183f
}

.hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper {
    position: absolute;
    visibility: hidden;
    z-index: 10
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    left: -4px;
    top: calc(100% + 4px)
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts li.hs-menu-depth-2 ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul.hs-menu-children-wrapper {
    left: calc(100% + 5px);
    top: -23px
}

.hs-menu-wrapper.flyouts li.hs-item-has-children:hover>ul.hs-menu-children-wrapper,.hs-menu-wrapper.no-flyouts ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.hs-menu-wrapper.hs-menu-show-active-branch ul.hs-menu-children-wrapper {
    display: none
}

.hs-menu-wrapper.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper {
    display: block;
    opacity: 1;
    visibility: visible
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch li.hs-item-has-children,.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper {
    position: static
}

.pwr-burger__menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: transparent;
    box-shadow: none;
    display: none;
    left: 0!important;
    min-width: 0;
    overflow: hidden;
    position: relative;
    top: 0!important
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    display: flex!important;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-1:hover li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
    box-shadow: none;
    left: 0!important;
    margin-right: 1px;
    position: relative;
    top: -10px!important;
    width: 220px
}

.pwr-header__menu--mega-menu-screen-width .hs-menu-wrapper ul.hs-menu-children-wrapper {
    border-radius: 0
}

.pwr-header__menu--mega-menu-content-width .hs-menu-wrapper li.hs-menu-depth-1>ul.hs-menu-children-wrapper,.pwr-header__menu--mega-menu-screen-width .hs-menu-wrapper li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    flex-wrap: wrap;
    width: 100vw
}

.pwr-header__menu--mega-menu-screen-width .hs-menu-wrapper li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    border-top: 1px solid hsla(0,0%,100%,.2);
    top: calc(100% - 1px)
}

.pwr-header__menu--mega-menu-content-width .hs-menu-wrapper li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    max-width: 1200px
}

.pwr-header__menu--mega-menu-content-width .hs-menu-wrapper li.hs-menu-depth-2>ul.hs-menu-children-wrapper,.pwr-header__menu--mega-menu-screen-width .hs-menu-wrapper li.hs-menu-depth-2>ul.hs-menu-children-wrapper {
    width: auto
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper:before,.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper:after,.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
    clear: both;
    content: " ";
    display: table
}

.hs-menu-wrapper li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1,.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper>li {
    float: left
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2 {
    display: inline-block;
    flex: 1;
    vertical-align: top
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:not(:last-child):after {
    background-color: rgba(0,24,63,.2);
    bottom: 25px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 33px;
    width: 1px
}

.pwr-header--dark-on-scroll.scroll .pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:not(:last-child):after,.pwr-header.pwr--dark:not(.scroll) .pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:not(:last-child):after {
    background-color: hsla(0,0%,100%,.2)
}

.hs-menu-wrapper li a {
    color: #00183f;
    display: block;
    font-family: Roboto,arial,sans-serif;
    line-height: 1em;
    margin: 0 15px;
    padding: 15px;
    position: relative;
    transition: background-color .2s ease-in-out,color .2s ease-in-out
}

.hs-menu-wrapper.hs-menu-flow-vertical li a,.pwr-burger__menu .hs-menu-wrapper li a {
    width: auto
}

.pwr-burger__menu .hs-menu-wrapper li a {
    line-height: 1.6em;
    margin: 0!important;
    opacity: 1!important;
    padding: 8px 15px 6px;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    white-space: normal!important
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a,.pwr-burger__menu .hs-menu-wrapper li a {
    min-width: 140px
}

.hs-menu-wrapper ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap
}

.pwr-header__menu--mega-menu .hs-menu-wrapper ul.hs-menu-children-wrapper .hs-menu-depth-2 a {
    white-space: normal
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper>li a {
    display: inline-block
}

.hs-menu-wrapper li.hs-item-has-children>a {
    padding-right: 30px
}

.pwr-burger__menu .hs-menu-wrapper li.hs-item-has-children>a {
    padding-right: 37px
}

.hs-menu-wrapper li.hs-item-has-children>a:after {
    box-shadow: inset -2px 2px 0 0;
    color: #00183f;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-5px) rotate(135deg);
    transform: translateY(-5px) rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .15s ease-in-out;
    width: 7px
}

.pwr-header__menu--mega-menu .hs-menu-wrapper ul.hs-menu-children-wrapper .hs-menu-depth-3 a:after {
    display: none
}

.pwr-burger__menu .hs-menu-wrapper li.hs-item-has-children>a:after {
    right: 15px
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts li.hs-item-has-children:not(.hs-menu-depth-1):hover>a:after,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts li.hs-item-has-children:hover>a:after {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg)
}

.pwr-burger__menu .hs-menu-wrapper.hs-menu-flow-vertical li.hs-item-has-children:hover>a:after {
    -webkit-transform: translateY(-5px) rotate(135deg);
    transform: translateY(-5px) rotate(135deg)
}

.hs-menu-wrapper li.hs-menu-depth-1>a {
    margin: 0;
    opacity: 1
}

.pwr-header__menu .hs-menu-wrapper li.hs-menu-depth-1>a {
    padding: 36px 25px
}

.pwr-header__menu .hs-menu-wrapper li.hs-menu-depth-1.hs-item-has-children>a {
    padding-right: 30px
}

.hs-menu-wrapper.flyouts li:not(.hs-menu-depth-1):first-child>a {
    margin-top: 23px
}

.hs-menu-wrapper.flyouts li:not(.hs-menu-depth-1):last-child>a {
    margin-bottom: 23px
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:not(.hs-item-has-children):first-child>a,.hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:first-child>a {
    padding-left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:not(.hs-item-has-children):last-child>a {
    padding-right: 0
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li:not(.hs-menu-depth-1)>a {
    padding: 10px 15px
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2>a {
    cursor: default;
    margin-bottom: 0!important;
    margin-top: 23px
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2>a:after {
    display: none
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:first-child>a {
    margin-top: 8px
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:last-child>a {
    margin-bottom: 27px
}

.hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1>a {
    padding-left: 0
}

.pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-1>a {
    padding-left: 15px
}

.hs-menu-wrapper.no-flyouts li.hs-menu-depth-3>a,.pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-2>a {
    padding-left: 30px
}

.hs-menu-wrapper.no-flyouts li.hs-menu-depth-4>a,.pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-3>a {
    padding-left: 45px
}

.hs-menu-wrapper.no-flyouts li.hs-menu-depth-5>a,.pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-4>a {
    padding-left: 60px
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
    padding-left: 4em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
    padding-left: 6em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
    padding-left: 8em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
    padding-left: 140px
}

.hs-menu-wrapper li.hs-menu-depth-1.active-branch>a,.hs-menu-wrapper li.hs-menu-depth-1:hover>a {
    opacity: .66
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a,.hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a {
    background-color: #2684ff
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a,.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:after,.hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a,.hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a:after,.pwr--dark .hs-menu-wrapper li a,.pwr--dark .hs-menu-wrapper li a:after,.pwr-header--dark-on-scroll.scroll .hs-menu-wrapper li a,.pwr-header--dark-on-scroll.scroll .hs-menu-wrapper li a:after,.pwr-header.pwr--dark:not(.scroll) .pwr-header__menu .hs-menu-wrapper li a,.pwr-header.pwr--dark:not(.scroll) .pwr-header__menu .hs-menu-wrapper li a:after {
    color: #fff
}

.pwr-header--light-on-scroll.scroll .hs-menu-wrapper li.hs-menu-depth-1>a,.pwr-header--light-on-scroll.scroll .hs-menu-wrapper li.hs-menu-depth-1>a:after,.pwr-header--light-on-scroll.scroll .hs-menu-wrapper li:not(:hover):not(.active-branch) a,.pwr-header--light-on-scroll.scroll .hs-menu-wrapper li:not(:hover):not(.active-branch) a:after {
    color: #00183f
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3>a {
    opacity: .66
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-2>a,.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:hover>a {
    background-color: transparent;
    color: #00183f
}

.pwr-header--dark-on-scroll.scroll .pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-2>a,.pwr-header--dark-on-scroll.scroll .pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:hover>a,.pwr-header.pwr--dark:not(.scroll) .pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-2>a,.pwr-header.pwr--dark:not(.scroll) .pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:hover>a {
    color: #fff
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-3>a,.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a {
    background-color: #2684ff;
    opacity: 1
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-3>a,.pwr-header__menu--mega-menu .hs-menu-wrapper li.active-branch.hs-menu-depth-3>a:after,.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a,.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a:after {
    color: #fff
}

.pwr-burger .hs-menu-wrapper li.active-branch>a {
    background-color: #2684ff
}

.pwr-burger .hs-menu-wrapper li.active-branch>a,.pwr-burger .hs-menu-wrapper li.active-branch>a:after {
    color: #fff
}

@media (hover: hover) {
    .pwr-burger .hs-menu-wrapper li:hover>a {
        background-color:#2684ff
    }

    .pwr-burger .hs-menu-wrapper li:hover>a,.pwr-burger .hs-menu-wrapper li:hover>a:after {
        color: #fff
    }
}

.pwr--dark .pwr-burger__menu .hs-menu-wrapper li.active-branch>a,.pwr--dark .pwr-burger__menu .hs-menu-wrapper li.active-branch>a:after,.pwr--dark .pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-1>a,.pwr--dark .pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-1>a:after,.pwr--dark .pwr-burger__menu .hs-menu-wrapper li:hover>a,.pwr--dark .pwr-burger__menu .hs-menu-wrapper li:hover>a:after {
    color: #fff
}

.pwr--dark .pwr-burger__menu .hs-menu-wrapper li>a,.pwr--dark .pwr-burger__menu .hs-menu-wrapper li>a:after {
    color: hsla(0,0%,100%,.5)
}

@media (max-width: 767px) {
    .hs-menu-wrapper,.hs-menu-wrapper * {
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1 {
        float: none
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal li a,.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch li.active-branch>ul.hs-menu-children-wrapper>li a {
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
        opacity: 1!important;
        position: static!important;
        visibility: visible!important
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a {
        white-space: normal
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul.hs-menu-children-wrapper {
        opacity: 1;
        position: static;
        visibility: visible
    }

    .pwr-header-top .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1 {
        display: inline;
        float: left;
        width: auto
    }

    .pwr-header-top .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1 a {
        display: inline
    }
}

body #email-prefs-form .hs-button,body .hs-search-module .hs-button,body form>input[type=button],body form>input[type=submit] {
    background-color: #2684ff;
    border-radius: 25px;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    opacity: 1!important;
    padding: 15px 21px;
    transition: all .4s ease-in-out
}

body .hs-button,body input[type=button],body input[type=submit] {
    -webkit-appearance: none;
    text-decoration: none!important
}

body #email-prefs-form .hs-button:hover,body .hs-search-module .hs-button:hover,body form>input[type=button]:hover,body form>input[type=submit]:hover {
    background-color: #00183f
}

body .pwr--dark #email-prefs-form .hs-button:hover,body .pwr--dark .hs-search-module .hs-button:hover,body .pwr--dark form>input[type=button]:hover,body .pwr--dark form>input[type=submit]:hover {
    background-color: #fff;
    color: #00183f
}

.hs-submit {
    display: inline-block;
    margin-top: 40px;
    padding: 0!important
}

@media (max-width: 767px) {
    .hs-submit {
        margin-top:20px
    }
}

.hs-submit .hs-button {
    background-color: transparent;
    border: inherit;
    color: inherit;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    text-align: center;
    text-transform: inherit;
    width: 100%
}

body .hs-button:focus,body input[type=button]:focus,body input[type=submit]:focus {
    outline: none
}

.pwr-cta-container__cta {
    display: inline-block;
    margin: 0 10px 10px
}

.cta_button:not(.pwr-cta--hubspot-style),.hs-submit {
    border: 0;
    border-radius: 25px;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.6em;
    opacity: 1!important;
    overflow: hidden;
    padding: 10px 21px;
    position: relative;
    transition: all .4s ease-in-out;
    z-index: 0
}

.hs-submit .hs-button {
    padding: 15px 21px
}

.cta_button.pwr-cta--primary-border,.cta_button.pwr-cta--regular-border,.pwr-btn--primary-border .hs-submit,.pwr-btn--regular-border .hs-submit,.pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    border-style: solid;
    border-width: 2px;
    padding: 13px 19px
}

.pwr-btn--primary-border .hs-submit .hs-button,.pwr-btn--regular-border .hs-submit .hs-button {
    padding: 13px 19px
}

.cta_button:not(.pwr-cta--hubspot-style):after,.cta_button:not(.pwr-cta--hubspot-style):before,.hs-submit:after,.hs-submit:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    width: 100%;
    z-index: -1
}

.cta_button:not(.pwr-cta--hubspot-style):before,.hs-submit:before {
    top: 0
}

.cta_button:not(.pwr-cta--hubspot-style):after,.hs-submit:after {
    height: 0
}

.cta_button:not(.pwr-cta--hubspot-style):hover:after,.hs-submit:hover:after {
    height: 100%
}

.cta_button.pwr-cta--long,.hs-submit .hs-button.large,.pwr-btn--long .hs-submit .hs-button,.pwr-cta--long .cta_button:not(.pwr-cta--hubspot-style) {
    padding-left: 41px;
    padding-right: 41px
}

.cta_button.pwr-cta--primary-border.pwr-cta--long,.cta_button.pwr-cta--regular-border.pwr-cta--long,.pwr-btn--primary-border .hs-submit .hs-button.large,.pwr-btn--primary-border.pwr-cta--long .hs-submit .hs-button,.pwr-btn--regular-border .hs-submit .hs-button.large,.pwr-btn--regular-border.pwr-cta--long .hs-submit .hs-button,.pwr-cta--primary-border .cta_button.pwr-cta--long,.pwr-cta--primary-border.pwr-cta--long .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-cta--regular-border .cta_button.pwr-cta--long,.pwr-cta--regular-border.pwr-cta--long .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    padding-left: 39px;
    padding-right: 39px
}

.cta_button.pwr-cta--primary-solid:before,.cta_button:not(.pwr-cta--hubspot-style):before,.hs-submit:before,.pwr-btn--primary-solid .hs-submit:before,.pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,.pwr-form.pwr-btn--primary-solid.pwr--light .hs-submit:before {
    background-color: #2684ff
}

.cta_button.pwr-cta--primary-solid,.cta_button:not(.pwr-cta--hubspot-style),.hs-submit,.pwr-btn--primary-solid .hs-submit,.pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-form.pwr-btn--primary-solid.pwr--light .hs-submit {
    color: #fff
}

.cta_button.pwr-cta--primary-solid:hover:after,.cta_button:not(.pwr-cta--hubspot-style):hover:after,.hs-submit:hover:after,.pwr-btn--primary-solid .hs-submit:hover:after,.pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,.pwr-form.pwr-btn--primary-solid.pwr--light .hs-submit:hover:after,.pwr-header--light-on-scroll.scroll .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #00183f
}

.cta_button.pwr-cta--primary-solid:hover,.cta_button:not(.pwr-cta--hubspot-style):not(.pwr-cta--link):hover,.hs-submit:hover,.pwr-btn--primary-solid .hs-submit:hover,.pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,.pwr-form.pwr-btn--primary-solid.pwr--light .hs-submit:hover,.pwr-header--light-on-scroll.scroll .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #fff
}

.pwr--dark .cta_button.pwr-cta--primary-solid:hover:after,.pwr--dark .cta_button:not(.pwr-cta--hubspot-style):hover:after,.pwr--dark .hs-submit:hover:after,.pwr--dark .pwr-btn--primary-solid .hs-submit:hover:after,.pwr--dark .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,.pwr-form.pwr-btn--primary-solid.pwr--dark .hs-submit:hover:after,.pwr-header--dark-on-scroll.scroll .cta_button:not(.pwr-cta--hubspot-style):hover:after,.pwr-header--dark-on-scroll.scroll .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #fff
}

.pwr--dark .cta_button.pwr-cta--primary-solid:hover,.pwr--dark .cta_button:not(.pwr-cta--hubspot-style):not(.pwr-cta--link):hover,.pwr--dark .hs-submit:hover,.pwr--dark .pwr-btn--primary-solid .hs-submit:hover,.pwr--dark .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,.pwr-form.pwr-btn--primary-solid.pwr--dark .hs-submit:hover,.pwr-header--dark-on-scroll.scroll .cta_button:not(.pwr-cta--hubspot-style):hover,.pwr-header--dark-on-scroll.scroll .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #00183f
}

.cta_button.pwr-cta--regular-solid:before,.pwr-btn--regular-solid .hs-submit:before,.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,.pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit:before,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: #00183f
}

.cta_button.pwr-cta--regular-solid,.pwr-btn--regular-solid .hs-submit,.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    color: #fff
}

.cta_button.pwr-cta--regular-solid:hover:after,.pwr-btn--regular-solid .hs-submit:hover:after,.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,.pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit:hover:after,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #2684ff
}

.cta_button.pwr-cta--regular-solid:hover,.pwr-btn--regular-solid .hs-submit:hover,.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,.pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit:hover,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #fff
}

.pwr--dark .cta_button.pwr-cta--regular-solid:before,.pwr--dark .pwr-btn--regular-solid .hs-submit:before,.pwr--dark .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,.pwr-form.pwr-btn--regular-solid.pwr--dark .hs-submit:before,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: #fff
}

.pwr--dark .cta_button.pwr-cta--regular-solid,.pwr--dark .pwr-btn--regular-solid .hs-submit,.pwr--dark .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-form.pwr-btn--regular-solid.pwr--dark .hs-submit,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    color: #00183f
}

.pwr--dark .cta_button.pwr-cta--regular-solid:hover:after,.pwr--dark .pwr-btn--regular-solid .hs-submit:hover:after,.pwr--dark .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,.pwr-form.pwr-btn--regular-solid.pwr--dark .hs-submit:hover:after,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #2684ff
}

.pwr--dark .pwr-btn--regular-solid .hs-submit:hover,.pwr--dark .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,.pwr-form.pwr-btn--regular-solid.pwr--dark .hs-submit:hover,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #fff
}

.pwr--dark .cta_button.pwr-cta--regular-solid:hover {
    color: #fff!important
}

.cta_button.pwr-cta--regular-solid-primary-background:before,.pwr-btn--regular-solid-primary-background .hs-submit:before,.pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: #fff
}

.cta_button.pwr-cta--regular-solid-primary-background,.pwr-btn--regular-solid-primary-background .hs-submit,.pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    color: #00183f
}

.pwr-btn--regular-solid-primary-background .hs-submit:hover:after,.pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #00183f
}

.cta_button.pwr-cta--regular-solid-primary-background:hover:after {
    background-color: #00183f!important
}

.pwr-btn--regular-solid-primary-background .hs-submit:hover,.pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #fff
}

.cta_button.pwr-cta--regular-solid-primary-background:hover {
    color: #fff!important
}

.cta_button.pwr-cta--primary-border:before,.pwr-btn--primary-border .hs-submit:before,.pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: transparent
}

.cta_button.pwr-cta--primary-border,.pwr-btn--primary-border .hs-submit,.pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    border-color: #2684ff;
    color: #2684ff
}

.pwr-btn--primary-border .hs-submit:hover:after,.pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #2684ff
}

.cta_button.pwr-cta--primary-border:hover:after {
    background-color: #2684ff!important
}

.pwr-btn--primary-border .hs-submit:hover,.pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #fff
}

.cta_button.pwr-cta--primary-border:hover {
    color: #fff!important
}

.cta_button.pwr-cta--regular-border:before,.pwr-btn--regular-border .hs-submit:before,.pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,.pwr-form.pwr-btn--regular-border.pwr--light .hs-submit:before,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: transparent
}

.cta_button.pwr-cta--regular-border,.pwr-btn--regular-border .hs-submit,.pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-form.pwr-btn--regular-border.pwr--light .hs-submit,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    border-color: #00183f;
    color: #00183f
}

.cta_button.pwr-cta--regular-border:hover:after,.pwr-btn--regular-border .hs-submit:hover:after,.pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,.pwr-form.pwr-btn--regular-border.pwr--light .hs-submit:hover:after,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #00183f
}

.cta_button.pwr-cta--regular-border:hover,.pwr-btn--regular-border .hs-submit:hover,.pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,.pwr-form.pwr-btn--regular-border.pwr--light .hs-submit:hover,.pwr-header--light-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #fff
}

.pwr--dark .cta_button.pwr-cta--regular-border:before,.pwr--dark .pwr-btn--regular-border .hs-submit:before,.pwr--dark .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,.pwr-form.pwr-btn--regular-border.pwr--dark .hs-submit:before,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: transparent
}

.pwr--dark .cta_button.pwr-cta--regular-border,.pwr--dark .pwr-btn--regular-border .hs-submit,.pwr--dark .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-form.pwr-btn--regular-border.pwr--dark .hs-submit,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    border-color: #fff;
    color: #fff
}

.pwr--dark .cta_button.pwr-cta--regular-border:hover:after,.pwr--dark .pwr-btn--regular-border .hs-submit:hover:after,.pwr--dark .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,.pwr-form.pwr-btn--regular-border.pwr--dark .hs-submit:hover:after,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #fff
}

.pwr--dark .cta_button.pwr-cta--regular-border:hover,.pwr--dark .pwr-btn--regular-border .hs-submit:hover,.pwr--dark .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,.pwr-form.pwr-btn--regular-border.pwr--dark .hs-submit:hover,.pwr-header--dark-on-scroll.scroll .pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    color: #00183f
}

.cta_button.pwr-cta--link,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
    background-color: transparent;
    box-shadow: none;
    margin-right: 20px;
    overflow: visible;
    padding: 0;
    position: relative
}

.cta_button.pwr-cta--link,.cta_button.pwr-cta--link:before,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    color: #2684ff
}

.cta_button.pwr-cta--link:after,.cta_button.pwr-cta--link:before,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):after,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    content: "";
    display: block;
    position: absolute;
    transition: all .5s ease-in-out
}

.cta_button.pwr-cta--link:before,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: transparent;
    bottom: auto;
    box-shadow: inset -2px 2px 0 0;
    height: 8px;
    left: auto;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 8px
}

.cta_button.pwr-cta--link:after,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):after {
    background-color: #2684ff;
    bottom: auto;
    height: 2px;
    left: auto;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 10px
}

.cta_button.pwr-cta--link:hover:before,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before {
    -webkit-transform: translate(4px,-4px) rotate(45deg);
    transform: translate(4px,-4px) rotate(45deg)
}

.cta_button.pwr-cta--link:hover:after,.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #2684ff;
    height: 2px;
    -webkit-transform: translate(4px,-1px);
    transform: translate(4px,-1px)
}

.pwr--dark .cta_button.pwr-cta--link,.pwr--dark .cta_button.pwr-cta--link:before,.pwr--dark .pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),.pwr--dark .pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    color: #fff
}

.pwr--dark .cta_button.pwr-cta--link:after,.pwr--dark .pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):after {
    background-color: #fff!important
}

@media (max-width: 767px) {
    .cta_button:not(.pwr-cta--hubspot-style),.pwr-cta--link .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style) {
        font-size: 16px
    }
}

body .hs-form-field {
    margin-bottom: 40px;
    text-align: left
}

body .hs-form-field>label {
    color: #000;
    font-size: 14px;
    font-weight: 500
}

body .pwr--dark .hs-form-field>label,body .pwr-form.pwr--dark .hs-form-field>label {
    color: #fff
}

body .pwr--light .hs-form-field>label,body .pwr-form.pwr--light .hs-form-field>label {
    color: #000
}

body .hs-form-field>label .hs-form-required {
    padding-left: 10px
}

body .hs-field-desc {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0
}

body input[type=color],body input[type=date],body input[type=datetime-local],body input[type=datetime],body input[type=email],body input[type=file],body input[type=month],body input[type=number],body input[type=password],body input[type=search],body input[type=tel],body input[type=text],body input[type=time],body input[type=url],body input[type=week],body select,body textarea {
    box-shadow: none;
    color: #000;
    font-family: Poppins,arial,sans-serif;
    font-size: 16px;
    height: auto;
    padding: 10px 0 5px;
    width: 100%
}

::placeholder {
    color: #000!important
}

.search-button_m input {
    padding: 10px 25px 10px 10px
}

body textarea {
    min-height: 7em
}

.hs-dateinput {
    position: relative
}

.hs-dateinput:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2300183F' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 15px;
    position: absolute;
    top: 14px;
    width: 15px
}

.pwr--dark .hs-dateinput:before,.pwr-form.pwr--dark .hs-dateinput:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFF' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E")
}

.pwr-form.pwr--light .hs-dateinput:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2300183F' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E")
}

.hs-dateinput>.hs-input {
    padding-left: 25px!important
}

.hs-dateinput .fn-date-picker .is-today .pika-button {
    color: #2684ff
}

.hs-dateinput .fn-date-picker .is-selected .pika-button {
    background: #2684ff
}

.hs-dateinput .fn-date-picker .pika-button:hover {
    background: #00183f!important
}

.hs-recaptcha {
    margin: 30px 0 20px!important
}

.hs-recaptcha .grecaptcha-badge {
    box-shadow: none!important
}

body select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    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%2300183F%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");
    background-position: right .7em top 50%,0 0;
    background-repeat: no-repeat,repeat;
    background-size: .8em auto,100%;
    border-radius: 0;
    display: block;
    max-width: 100%;
    padding: 10px 2.1em 10px 0;
    position: relative;
    width: 100%
}

body select:focus {
    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%232684ff%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")
}

body .pwr--dark select {
    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%23FFFFFF%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")
}

body select::-ms-expand {
    display: none
}

body select option {
    font-weight: 400
}

body input[type=color],body input[type=date],body input[type=datetime-local],body input[type=datetime],body input[type=email],body input[type=file],body input[type=month],body input[type=number],body input[type=password],body input[type=search],body input[type=tel],body input[type=text],body input[type=time],body input[type=url],body input[type=week],body select,body textarea {
    background-color: transparent;
    border-color: #00183f;
    border-width: 0 0 2px
}

body .pwr--dark input[type=color],body .pwr--dark input[type=date],body .pwr--dark input[type=datetime-local],body .pwr--dark input[type=datetime],body .pwr--dark input[type=email],body .pwr--dark input[type=file],body .pwr--dark input[type=month],body .pwr--dark input[type=number],body .pwr--dark input[type=password],body .pwr--dark input[type=search],body .pwr--dark input[type=tel],body .pwr--dark input[type=text],body .pwr--dark input[type=time],body .pwr--dark input[type=url],body .pwr--dark input[type=week],body .pwr--dark select,body .pwr--dark textarea {
    border-color: hsla(0,0%,100%,.6);
    color: #fff
}

body input[type=color]:focus,body input[type=date]:focus,body input[type=datetime-local]:focus,body input[type=datetime]:focus,body input[type=email]:focus,body input[type=file]:focus,body input[type=month]:focus,body input[type=number]:focus,body input[type=password]:focus,body input[type=search]:focus,body input[type=tel]:focus,body input[type=text]:focus,body input[type=time]:focus,body input[type=url]:focus,body input[type=week]:focus,body select:focus,body textarea:focus {
    border-color: #2684ff;
    outline: none
}

body .pwr--dark input[type=color]:focus,body .pwr--dark input[type=date]:focus,body .pwr--dark input[type=datetime-local]:focus,body .pwr--dark input[type=datetime]:focus,body .pwr--dark input[type=email]:focus,body .pwr--dark input[type=file]:focus,body .pwr--dark input[type=month]:focus,body .pwr--dark input[type=number]:focus,body .pwr--dark input[type=password]:focus,body .pwr--dark input[type=search]:focus,body .pwr--dark input[type=tel]:focus,body .pwr--dark input[type=text]:focus,body .pwr--dark input[type=time]:focus,body .pwr--dark input[type=url]:focus,body .pwr--dark input[type=week]:focus,body .pwr--dark select:focus,body .pwr--dark textarea:focus {
    border-color: #fff
}

body .pwr-form.pwr--light input[type=color],body .pwr-form.pwr--light input[type=date],body .pwr-form.pwr--light input[type=datetime-local],body .pwr-form.pwr--light input[type=datetime],body .pwr-form.pwr--light input[type=email],body .pwr-form.pwr--light input[type=file],body .pwr-form.pwr--light input[type=month],body .pwr-form.pwr--light input[type=number],body .pwr-form.pwr--light input[type=password],body .pwr-form.pwr--light input[type=search],body .pwr-form.pwr--light input[type=tel],body .pwr-form.pwr--light input[type=text],body .pwr-form.pwr--light input[type=time],body .pwr-form.pwr--light input[type=url],body .pwr-form.pwr--light input[type=week],body .pwr-form.pwr--light select,body .pwr-form.pwr--light textarea {
    background-color: transparent;
    border-color: #00183f;
    border-width: 0 0 2px;
    color: #000
}

body .pwr-form.pwr--dark input[type=color],body .pwr-form.pwr--dark input[type=date],body .pwr-form.pwr--dark input[type=datetime-local],body .pwr-form.pwr--dark input[type=datetime],body .pwr-form.pwr--dark input[type=email],body .pwr-form.pwr--dark input[type=file],body .pwr-form.pwr--dark input[type=month],body .pwr-form.pwr--dark input[type=number],body .pwr-form.pwr--dark input[type=password],body .pwr-form.pwr--dark input[type=search],body .pwr-form.pwr--dark input[type=tel],body .pwr-form.pwr--dark input[type=text],body .pwr-form.pwr--dark input[type=time],body .pwr-form.pwr--dark input[type=url],body .pwr-form.pwr--dark input[type=week],body .pwr-form.pwr--dark select,body .pwr-form.pwr--dark textarea {
    border-color: hsla(0,0%,100%,.6);
    color: #fff
}

body .pwr-form.pwr--light input[type=color]:focus,body .pwr-form.pwr--light input[type=date]:focus,body .pwr-form.pwr--light input[type=datetime-local]:focus,body .pwr-form.pwr--light input[type=datetime]:focus,body .pwr-form.pwr--light input[type=email]:focus,body .pwr-form.pwr--light input[type=file]:focus,body .pwr-form.pwr--light input[type=month]:focus,body .pwr-form.pwr--light input[type=number]:focus,body .pwr-form.pwr--light input[type=password]:focus,body .pwr-form.pwr--light input[type=search]:focus,body .pwr-form.pwr--light input[type=tel]:focus,body .pwr-form.pwr--light input[type=text]:focus,body .pwr-form.pwr--light input[type=time]:focus,body .pwr-form.pwr--light input[type=url]:focus,body .pwr-form.pwr--light input[type=week]:focus,body .pwr-form.pwr--light select:focus,body .pwr-form.pwr--light textarea:focus {
    border-color: #2684ff;
    outline: none
}

body .pwr-form.pwr--dark input[type=color]:focus,body .pwr-form.pwr--dark input[type=date]:focus,body .pwr-form.pwr--dark input[type=datetime-local]:focus,body .pwr-form.pwr--dark input[type=datetime]:focus,body .pwr-form.pwr--dark input[type=email]:focus,body .pwr-form.pwr--dark input[type=file]:focus,body .pwr-form.pwr--dark input[type=month]:focus,body .pwr-form.pwr--dark input[type=number]:focus,body .pwr-form.pwr--dark input[type=password]:focus,body .pwr-form.pwr--dark input[type=search]:focus,body .pwr-form.pwr--dark input[type=tel]:focus,body .pwr-form.pwr--dark input[type=text]:focus,body .pwr-form.pwr--dark input[type=time]:focus,body .pwr-form.pwr--dark input[type=url]:focus,body .pwr-form.pwr--dark input[type=week]:focus,body .pwr-form.pwr--dark select:focus,body .pwr-form.pwr--dark textarea:focus {
    border-color: #fff
}

body .pwr-form .hs_cos_wrapper.form-title {
    display: none
}

body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0
}

::placeholder {
    color: rgba(0,0,0,.66)
}

.pwr--dark ::placeholder {
    color: hsla(0,0%,100%,.66)
}

body .pwr-form.pwr--light form.hs-form ul.inputs-list.hs-error-msgs,body form.hs-form ul.inputs-list.hs-error-msgs {
    color: #f2545b;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    padding-left: 0
}

body .pwr--dark form.hs-form ul.inputs-list.hs-error-msgs,body .pwr-form.pwr--dark form.hs-form ul.inputs-list.hs-error-msgs {
    color: #fff;
    font-size: 13px;
    font-weight: 900
}

.legal-consent-container {
    font-size: 14px;
    margin-bottom: 20px
}

.cookie-reset-container {
    margin-bottom: 20px!important
}

.cookie-reset-container a,.cookie-reset-container a:hover {
    color: #000
}

.pwr--dark .cookie-reset-container a,.pwr--dark .cookie-reset-container a:hover {
    color: #fff
}

.pwr-form.pwr--light .cookie-reset-container a,.pwr-form.pwr--light .cookie-reset-container a:hover {
    color: #000
}

.pwr-footer-subscribe__form .cookie-reset-container,.pwr-sidebar-widget-form .cookie-reset-container {
    bottom: -13px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1em;
    margin: 0!important;
    opacity: .65;
    position: absolute;
    z-index: 1
}

.pwr--align-c .hs-form-booleancheckbox-display {
    display: block;
    text-align: center
}

[type=checkbox]:checked,[type=checkbox]:not(:checked),[type=radio]:checked,[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

[type=checkbox]:checked+span,[type=checkbox]:not(:checked)+span {
    cursor: pointer;
    display: inline-block!important;
    margin: 7px 0!important;
    padding-left: 50px!important;
    padding-top: 1px;
    position: relative;
    text-transform: none
}

[type=checkbox]+span:before {
    background-color: rgba(0,24,63,.05)!important;
    height: 28px;
    left: 0;
    width: 28px
}

[type=checkbox]+span:before,[type=checkbox]:checked+span:after {
    border-radius: 6px;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[type=checkbox]:checked+span:after {
    background-color: #2684ff;
    height: 14px;
    left: 7px;
    width: 14px
}

.pwr--dark [type=checkbox]+span:before {
    background-color: #2684ff!important
}

.pwr-form.pwr--light [type=checkbox]+span:before {
    background-color: rgba(0,24,63,.05)!important
}

.pwr-form.pwr--dark [type=checkbox]+span:before {
    background-color: #fff!important
}

[type=radio]:checked+span,[type=radio]:not(:checked)+span {
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 20px;
    padding-left: 50px;
    position: relative
}

[type=radio]:checked+span:after,[type=radio]:not(:checked)+span:after {
    background-color: rgba(0,24,63,.05)!important;
    border-radius: 100%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 0
}

[type=radio]:checked+span:before {
    background-color: #2684ff;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 12px;
    z-index: 1
}

[type=radio]:checked+span:after,[type=radio]:not(:checked)+span:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.pwr--dark [type=radio]+span:after {
    background-color: #2684ff!important
}

.pwr-form.pwr--dark [type=radio]+span:after,.pwr-form.pwr--light [type=radio]+span:after {
    background-color: rgba(0,24,63,.05)!important
}

.submitted-message {
    font-weight: 600;
    text-align: center
}

.hs_cos_wrapper_type_form .form-title {
  margin: 0 0 60px;
  display: none;
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_form .form-title {
    margin:0 0 45px;
    display: none;
  }
}

#hs_form_target_blog_subscription input[type=checkbox],#hs_form_target_blog_subscription input[type=radio] {
    margin-right: 10px;
    width: auto
}

body form.hs-form fieldset {
    margin-right: -20px;
    max-width: none
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 20px 0 0
}

body form.hs-form fieldset[class*=form-columns] .input {
    margin-right: 0
}

body form.hs-form fieldset[class*=form-columns] .hs-input {
    width: 100%
}

body form.hs-form fieldset[class*=form-columns] .hs-input[type=checkbox] {
    width: auto
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%
}

@media (max-width: 575px) {
    body form.hs-form fieldset {
        margin-right:0
    }

    body form.hs-form fieldset .hs-form-field {
        padding: 0
    }

    body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input,body form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%!important
    }

    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type=checkbox] {
        width: auto
    }
}

.pwr-post-featured {
    border-radius: 6px;
    height: 630px;
    margin: 40px auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.pwr-post-featured--small {
    height: 450px
}

.pwr-post-featured--transparent-header.pwr-post-featured {
    margin-top: 160px
}

.pwr-post-featured--transparent-header-full.pwr-post-featured {
    margin-top: 210px
}

.pwr-post-featured__info-box {
    bottom: 90px;
    left: 40px;
    position: absolute;
    right: 40px
}

.pwr-post-featured__title {
    line-height: 1.18em;
    margin: 10px 0 0;
    max-width: 600px
}

.pwr-post-featured__desc {
    line-height: 30px;
    margin: 25px 0 40px;
    max-width: 800px
}

@media (max-width: 1239px) {
    .pwr-post-featured {
        margin-left:40px;
        margin-right: 40px
    }

    .pwr-post-featured--transparent-header.pwr-post-featured {
        margin-top: 125px
    }

    .pwr-post-featured--transparent-header-full.pwr-post-featured {
        margin-top: 175px
    }

    .pwr-post-featured__info-box {
        bottom: 80px
    }
}

@media (max-width: 767px) {
    .pwr-post-featured {
        margin-bottom:38px
    }
}

@media (max-width: 575px) {
    .pwr-post-featured,.pwr-post-featured--small {
        border-radius:0;
        height: auto!important;
        min-height: 250px
    }

    .pwr-post-featured {
        margin-left: 0;
        margin-right: 0
    }

    .pwr-post-featured--transparent-header.pwr-post-featured {
        margin-top: 85px
    }

    .pwr-post-featured--transparent-header-full.pwr-post-featured {
        margin-top: 135px
    }

    .pwr-post-featured__info-box {
        bottom: auto;
        left: 0;
        margin: 80px 40px 60px;
        position: relative;
        right: 0
    }
}

.pwr-blog-listing {
    background-color: #f4f6fa;
    padding-top: 50px;
    position: relative;
    z-index: 0
}

.pwr-blog-listing--author-page {
    background-color: #fff;
    padding-top: 0
}

.pwr-blog-listing__content {
    padding-bottom: 80px
}

.pwr-blog-listing__posts--sidebar {
    float: left;
    width: 70%
}

.pwr-blog-listing__sidebar {
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    width: calc(30% - 40px)
}

.pwr-sidebar-widget {
    margin-bottom: 40px;
    margin-left: auto;
    max-width: 300px
}

.pwr-sidebar-widget__title {
    margin-bottom: 20px;
    margin-top: 0
}

.pwr-sidebar-widget__desc {
    line-height: 1.88em;
    padding-bottom: 25px
}

.pwr-sidebar-widget-posts {
    padding: 5px 0 10px
}

.pwr-sidebar-widget-posts__link {
    color: #000;
    display: block;
    font-weight: 500;
    padding-bottom: 5px
}

.pwr-sidebar-widget-posts__link:hover {
    color: #2684ff
}

.pwr-sidebar-widget-posts__date {
    color: rgba(0,0,0,.5);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px
}

.pwr-sidebar-widget-cats {
    padding: 10px 0 25px
}

.pwr-sidebar-widget-cats__link {
    background-color: #fff;
    border-radius: 25px;
    color: #000;
    display: inline-block;
    float: left;
    font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    padding: 15px 21px
}

.pwr-sidebar-widget-cats__link.active,.pwr-sidebar-widget-cats__link:hover {
    color: #2684ff
}

.pwr-sidebar-widget-form {
    margin-bottom: 60px;
    position: relative;
    text-align: left
}

.pwr-sidebar-widget-form .hs-email>label,.pwr-sidebar-widget-form .hs-field-desc,.pwr-sidebar-widget-form .hs-form-required {
    height: 1px;
    left: 10000px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.pwr-sidebar-widget-form h3 {
    display: none
}

.pwr-sidebar-widget-form .hs-form .hs-form-field {
    padding-bottom: 0
}

.pwr-sidebar-widget-form .hs-email {
    margin-bottom: 0;
    overflow: hidden;
    width: 286px
}

.pwr-sidebar-widget-form .hs-email .hs-input {
    background-color: #fff;
    border: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 14px;
    height: 50px;
    padding: 16px 20px;
    width: 100%
}

.pwr-sidebar-widget-form .hs-email {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 70%;
    z-index: 0
}

.pwr-sidebar-widget-form .hs-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 30%;
    z-index: 0
}

.pwr-sidebar-widget-form .hs-submit .hs-button {
    padding: 15px 21px!important;
    width: 100%
}

.pwr-sidebar-widget-form .legal-consent-container {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 30px
}

.pwr-post-item-simple {
    margin: 0 10px .83em
}

.pwr-post-item {
    color: #000;
    display: inline-block;
    float: left;
    height: 480px;
    margin: 10px;
    position: relative;
    width: calc(33.33% - 20px)
}

.pwr-blog-listing__posts--sidebar .pwr-post-item:not(.pwr-post-item--1col) {
    width: calc(50% - 20px)
}

.pwr-post-item--1col {
    border-bottom: 1px solid rgba(#00183f,.1);
    float: none;
    height: auto;
    margin: 10px 0 45px;
    max-width: 815px;
    width: 100%
}

.pwr-post-item--1col-centered {
    display: block;
    margin: 0 auto 55px
}

.pwr-blog-listing:not(.pwr-blog-listing--author-page) .pwr-post-item__content {
    background-color: #fff
}

.pwr-post-item__img {
    background-position: top;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 238px;
    transition: height 1s ease-in-out;
    width: 100%
}

.pwr-post-item--1col .pwr-post-item__img {
    background-position: 50%;
    border-radius: 25px
}

.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__img {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 100%
}

.pwr-post-item__overlay {
    background-color: #2684ff;
    border-radius: 6px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: opacity 1s ease-in-out;
    width: 100%
}

.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__overlay {
    opacity: .85;
    transition: opacity .4s ease-in-out
}

.pwr-post-item__info-box {
    left: 0;
    padding: 35px 40px 45px;
    position: absolute;
    top: 238px;
    transition: opacity .4s ease-in-out
}

.pwr-post-item--1col .pwr-post-item__info-box {
    padding-left: 0;
    position: relative;
    top: 0
}

.pwr--dark .pwr-post-item__content:not(.pwr--light) .pwr-post-item__date,.pwr--dark .pwr-post-item__content:not(.pwr--light) .pwr-post-item__desc,.pwr--dark .pwr-post-item__content:not(.pwr--light) .pwr-post-item__more-link,.pwr--dark .pwr-post-item__content:not(.pwr--light) .pwr-post-item__n-min-read,.pwr--dark .pwr-post-item__content:not(.pwr--light) .pwr-post-item__name,.pwr--dark .pwr-post-item__content:not(.pwr--light) .pwr-post-item__title,.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__date,.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__desc,.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__more-link,.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__n-min-read,.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__name,.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__title,.pwr-post-item__content.pwr--dark .pwr-post-item__date,.pwr-post-item__content.pwr--dark .pwr-post-item__desc,.pwr-post-item__content.pwr--dark .pwr-post-item__more-link,.pwr-post-item__content.pwr--dark .pwr-post-item__n-min-read,.pwr-post-item__content.pwr--dark .pwr-post-item__name,.pwr-post-item__content.pwr--dark .pwr-post-item__title {
    color: #fff;
    transition: color .4s ease-in-out
}

.pwr-post-item__date,.pwr-post-item__desc,.pwr-post-item__more-link,.pwr-post-item__n-min-read,.pwr-post-item__name,.pwr-post-item__title {
    transition: color 1s ease-in-out
}

.pwr-post-item__date,.pwr-post-item__name {
    color: #000;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px
}

.pwr-post-item__date+.pwr-post-item__n-min-read:before,.pwr-post-item__name+.pwr-post-item__date:before,.pwr-post-item__name+.pwr-post-item__n-min-read:before {
    content: "|";
    padding: 0 10px 0 8px
}

.pwr-post-item__n-min-read {
    color: #000;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px
}

.pwr-post-item__title {
    color: #000
}

.pwr-post-item__author+.pwr-post-item__title {
    margin-top: 5px
}

.pwr-post-item--1col .pwr-post-item__title {
    color: #000;
    margin-top: 10px
}

.pwr-post-item:not(.pwr-post-item--1col) .pwr-post-item__title {
    font-size: 20px
}

.pwr-post-item__desc {
    color: #000;
    font-size: 14px
}

.pwr-post-item--1col .pwr-post-item__desc {
    font-size: 16px;
    line-height: 1.88em
}

.pwr-post-item__desc>p {
    margin: 0
}

.pwr-post-item__title+.pwr-post-item__desc {
    margin-top: 15px
}

.pwr-post-item__more-link {
    color: #2684ff;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: relative
}

.pwr-post-item__more-link:hover .pwr-link-icon {
    transform: translateX(4px)
}

.pwr-post-item__desc+.pwr-post-item__more-link,.pwr-post-item__title+.pwr-post-item__more-link {
    margin-top: 25px
}

@media (max-width: 1239px) {
    .pwr-sidebar-widget-form .hs-email {
        width:60%
    }

    .pwr-sidebar-widget-form .hs_submit {
        width: 40%
    }
}

@media (max-width: 991px) {
    .pwr-post-item:not(.pwr-post-item--1col) {
        width:calc(50% - 20px)
    }

    .pwr-blog-listing__sidebar {
        display: none
    }

    .pwr-blog-listing__posts--sidebar {
        width: 100%
    }

    .pwr-blog-listing__posts--sidebar .pwr-post-item:not(.pwr-post-item--1col) {
        width: calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .pwr-blog-listing__content .pwr--neg-margin-lr-10,.pwr-blog-listing__posts--sidebar .pwr-post-item:not(.pwr-post-item--1col),.pwr-post-item:not(.pwr-post-item--1col) {
        margin-left:0;
        margin-right: 0;
        width: 100%
    }
}

.pwr-filter {
    padding: 30px 0;
    position: relative
}

.pwr-filter--margin {
    margin-bottom: 60px
}

.pwr-filter__list {
    margin: 0;
    padding: 0
}

.pwr-filter__list-item {
    display: inline-block;
    list-style: none;
    padding: 5px 20px 5px 0
}

.pwr-filter__link {
    color: #000;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    transition: color .4s ease-in-out
}

.pwr--dark .pwr-filter__link,.pwr-filter.pwr--dark .pwr-filter__link {
    color: #fff
}

.pwr--light .pwr-filter__link,.pwr-filter.pwr--light .pwr-filter__link {
    color: #000
}

.pwr-filter .pwr-filter__link.active,.pwr-filter .pwr-filter__link:hover {
    color: #2684ff
}

.pwr-post-body {
    background-color: #f4f6fa;
    overflow: hidden;
    padding-top: 60px
}

.pwr-post-social {
    margin: 0 auto;
    max-width: 795px;
    padding: 10px 0 25px
}

@media (min-width: 990px) {
    .pwr-post-social.pwr-post-social--is-float {
        height:0;
        padding: 0
    }

    .pwr-post-social.pwr-post-social--is-float .at-share-btn-elements {
        left: -95px;
        position: absolute;
        top: 10px;
        width: 80px
    }

    .pwr-post-social.pwr-post-social--is-float .at-share-btn-elements .at-share-btn {
        margin-bottom: 10px
    }

    .pwr-post-social.pwr-post-social--is-float .at-share-btn-elements .at-share-btn:hover {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}

.pwr-post-content {
    font-size: 18px;
    line-height: 2.11em;
    margin: 0 auto;
    max-width: 795px;
    padding-bottom: 140px
}

.pwr-post-content>.hs_cos_wrapper>:first-child {
    margin-top: 0
}

.pwr-post-content img {
    border-radius: 25px
}

#pwr-progress-bar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    bottom: 0;
    color: #2684ff;
    height: 10px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 500
}

#pwr-progress-bar::-webkit-progress-bar {
    background-color: transparent
}

#pwr-progress-bar::-webkit-progress-value {
    background: #2684ff
}

#pwr-progress-bar::-moz-progress-bar {
    background: #2684ff
}

@media (max-width: 991px) {
    .pwr-post-content,.pwr-post-social {
        margin:0 40px
    }
}

@media (max-width: 767px) {
    .pwr-post-row--margin-b {
        margin:0
    }

    .pwr-post-item {
        margin-bottom: 30px
    }
}

.pwr-post-header {
    background-color: transparent
}

.pwr-post-header__overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

.pwr--dark .pwr-post-header__overlay {
    background-color: #00183f
}

.pwr-post-header__info-box {
    bottom: 75px;
    position: absolute;
    width: cacl(100% - 160px)
}

.pwr-post-header__title {
    font-family: Roboto,arial,sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.18em;
    margin: 10px 0 0
}

.pwr-post-header__title--reduced {
    font-size: 24px
}

.pwr-post-featured.pwr--dark .pwr-post-item__date,.pwr-post-featured.pwr--dark .pwr-post-item__n-min-read,.pwr-post-featured.pwr--dark .pwr-post-item__name,.pwr-post-header.pwr--dark .pwr-post-item__date,.pwr-post-header.pwr--dark .pwr-post-item__n-min-read,.pwr-post-header.pwr--dark .pwr-post-item__name {
    color: #fff
}

@media (min-width: 1240px) {
    .pwr-post-header__info-box.page-center {
        left:80px;
        right: 80px
    }
}

@media (max-width: 1239px) {
    .pwr-post-header__info-box {
        width:calc(100% - 80px)
    }
}

@media (max-width: 767px) {
    .pwr-post-header__title {
        font-size:41px
    }

    .pwr-post-header__title--reduced {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .pwr-hero .pwr-post-header__info-box.page-center {
        bottom:auto;
        margin-bottom: 60px;
        margin-top: 80px;
        position: relative
    }

    .pwr-hero--transparent-header.pwr-hero .pwr-post-header__info-box {
        margin-top: 120px
    }

    .pwr-hero--transparent-header-full.pwr-hero .pwr-post-header__info-box {
        margin-top: 180px
    }
}

.pwr-author-posts-title {
    color: #000;
    margin: 130px 0 50px
}

.pwr-avatar {
    height: 160px;
    margin-top: 10px;
    width: 160px
}

.pwr-avatar--valign {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle
}

.pwr-avatar__round {
    border-radius: 999px;
    overflow: hidden
}

.pwr-avatar__small {
    height: 70px;
    width: 70px
}

.pwr-avatar__large {
    height: 290px;
    padding: 0;
    width: 290px
}

.pwr-avatar__img {
    height: auto;
    width: 100%
}

.pwr-author-profile {
    background-color: #fff;
    border-radius: 6px;
    display: table;
    padding: 60px 60px 50px
}

.pwr-author-profile .pwr-avatar__round {
    background-color: #f4f6fa
}

.pwr-author-profile--author-page .pwr-avatar__round {
    background-color: #fff
}

.pwr-author-profile--author-page {
    background-color: transparent;
    padding: 90px 0
}

.pwr-author-profile__info {
    display: table-cell;
    padding-left: 60px;
    vertical-align: middle
}

.pwr-author-profile__name {
    color: #000;
    margin: 0 0 20px
}

.pwr-author-profile__bio {
    display: inline-block;
    font-size: 16px;
    line-height: 2.25em;
    margin: 0 0 20px
}

.pwr-author-profile__social {
    font-size: 20px
}

.pwr-social__header {
    padding: 0 6px
}

@media (max-width: 767px) {
    .pwr-author-profile {
        text-align:center
    }

    .pwr-author-profile__info {
        padding-left: 0
    }

    .pwr-author-profile__social {
        margin-left: 0
    }

    .pwr-author-profile__social .pwr-social-icon:first-child {
        padding-left: .7em
    }

    .pwr-author-profile__social .pwr-social-icon:last-child {
        padding-right: .7em
    }

    .pwr-avatar {
        margin-bottom: 40px
    }

    .pwr-author-profile,.pwr-author-profile__info,.pwr-avatar {
        display: inline-block
    }
}

.pwr-blog-pagination {
    padding-bottom: 140px;
    text-align: center
}

.pwr-blog-pagination #pwr-btn-load-more {
    margin-top: 40px
}

.pwr-blog-pagination__btn {
    background-color: #fff;
    border-radius: 25px;
    color: #00183f;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 10px;
    padding: 20px 26px
}

.pwr-blog-pagination__btn:focus,.pwr-blog-pagination__btn:hover {
    color: #2684ff
}

.pwr-blog-pagination__btn--disabled {
    cursor: default;
    opacity: .5
}

.pwr-blog-pagination__btn--disabled:focus,.pwr-blog-pagination__btn--disabled:hover {
    color: #00183f
}

.pwr-post-comments .hs_submit .hs-button {
    margin-top: 0;
    padding: 15px 31px
}

#comments-listing {
    margin-bottom: 40px
}

.comment,.comment.depth-0 {
    border: 0;
    margin: 10px 0;
    padding: 15px 0
}

.comment-date {
    color: #000;
    float: right;
    font-family: Roboto,arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: right
}

.comment-from h4 {
    font-size: 19px;
    line-height: 1.6em;
    margin: 0
}

.comment-from h4 a {
    color: #000
}

.comment-body {
    font-size: 16px;
    line-height: 2em
}

.comment-body p {
    margin: .25em 0 .5em
}

.hs-button.comment-reply-to {
    background: none;
    color: #2684ff;
    cursor: pointer;
    font-family: Roboto,arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 0
}

.replying {
    padding-left: 0
}

.replying-to {
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-block-end:1.33em;margin-block-start:1.33em}

.pwr-email-unsub {
    overflow: hidden;
    padding: 65px 0 115px;
    position: relative;
    z-index: 0
}

.pwr-email-unsub #content,.pwr-email-unsub .page-header {
    max-width: 770px
}

.pwr-email-unsub .page-header>h1 {
    display: none
}

.pwr-email-unsub #email-prefs-form #content>h3 {
    font-family: Roboto,arial,sans-serif;
    font-size: 34px;
    font-weight: 700!important;
    margin-bottom: 35px;
    margin-top: 0
}

.pwr-email-unsub #email-prefs-form .email-edit {
    font-size: 19px!important;
    max-width: 750px!important;
    padding: 20px 0!important
}

.pwr-email-unsub #submitbutton {
    margin-top: 50px
}

@media (max-width: 767px) {
    .pwr-email-unsub {
        padding:49px 0 87px
    }

    .pwr-email-unsub #email-prefs-form #content>h3 {
        font-size: 26px;
        margin-bottom: 27px
    }

    .pwr-email-unsub #email-prefs-form .email-edit {
        font-size: 15px!important;
        padding: 10px 0!important
    }

    .pwr-email-unsub #submitbutton {
        margin-top: 38px
    }
}

.pwr-email-prefs {
    overflow: hidden;
    padding: 85px 0 115px;
    position: relative;
    z-index: 0
}

#email-prefs-form .email-edit {
    max-width: 507px!important;
    width: 100%!important
}

.pwr-email-prefs #email-prefs-form {
    margin: 0 auto;
    max-width: 790px
}

.pwr-email-prefs #email-prefs-form .page-header {
    padding-bottom: 45px
}

.pwr-email-prefs #email-prefs-form #content>.header,.pwr-email-prefs #email-prefs-form .page-header h1 {
    display: none
}

.pwr-email-prefs #email-prefs-form .page-header h2 {
    font-size: 34px;
    margin: 0
}

.pwr-email-prefs #email-prefs-form .page-header p {
    margin: 0 0 30px
}

.pwr-email-prefs .email-prefs .item .item-inner {
    background-color: #fff;
    border: 0;
    border-radius: 6px
}

.pwr-email-prefs .email-prefs .item .item-inner.hovered {
    box-shadow: none
}

.pwr-email-prefs .email-prefs .item .item-inner * {
    color: #000;
    margin-bottom: 1px;
    margin-top: 7px;
    padding-top: 1px
}

.pwr-email-prefs .email-prefs .item .checkbox-row {
    padding-left: 80px
}

.pwr-email-prefs .subscribe-options label {
    margin-left: 0
}

.pwr-email-prefs .email-prefs .item .checkbox-row span.fakelabel span,.pwr-email-prefs .subscribe-options label>span {
    font-family: Roboto,arial,sans-serif;
    font-size: 19px;
    font-weight: 700
}

.pwr-email-prefs .subscribe-options>p {
    margin-left: 0
}

.pwr-email-prefs .email-prefs .item .item-inner p {
    margin: 0 20px 20px 131px
}

.pwr-email-prefs .email-prefs .item .item-inner p:before {
    background-color: #00183f;
    content: "";
    height: 83px;
    left: 126px;
    opacity: .1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

.pwr-email-prefs #submitbutton {
    margin-top: 20px
}

.pwr-email-prefs.pwr--dark .email-prefs .item .item-inner {
    background-color: hsla(0,0%,100%,.075)
}

.pwr-email-prefs.pwr--dark .email-prefs .item .item-inner * {
    color: #fff
}

@media (min-width: 768px) {
    .pwr-email-prefs .email-prefs .item .item-inner {
        padding-left:43px
    }

    .pwr-email-prefs .email-prefs .item .checkbox-row span.fakelabel span {
        position: inherit
    }

    .pwr-email-prefs .email-prefs .item [type=checkbox]+span:before {
        left: 50px
    }

    .pwr-email-prefs .email-prefs .item [type=checkbox]:checked+span:after,.pwr-email-prefs .email-prefs .item [type=checkbox]:not(:checked)+span:after {
        left: 57px
    }

    .pwr-email-prefs .email-prefs .item [type=checkbox]:checked+span,.pwr-email-prefs .email-prefs .item [type=checkbox]:not(:checked)+span {
        padding-left: 123px
    }
}

@media (max-width: 767px) {
    .pwr-email-prefs {
        padding:64px 0 87px
    }

    .pwr-email-prefs #email-prefs-form .page-header {
        padding-bottom: 34px
    }

    .pwr-email-prefs #email-prefs-form .page-header h2 {
        font-size: 26px;
        word-break: break-word
    }

    .pwr-email-prefs #email-prefs-form .page-header p {
        margin-bottom: 23px
    }

    .pwr-email-prefs .email-prefs .item .item-inner p:before {
        display: none
    }

    .pwr-email-prefs .email-prefs .item .item-inner p {
        margin-left: 6px
    }

    .pwr-email-prefs .email-prefs .item .checkbox-row {
        padding-left: 5px
    }

    .pwr-email-prefs .email-prefs .item .checkbox-row span.fakelabel span,.pwr-email-prefs .subscribe-options label>span {
        font-size: 15px
    }
}

.pwr-email-confirmation {
    overflow: hidden;
    padding: 85px 0 105px;
    position: relative;
    z-index: 0
}

.pwr-email-confirmation .page-header {
    padding-bottom: 55px
}

.pwr-email-confirmation #content,.pwr-email-confirmation .page-header {
    max-width: 770px
}

.pwr-email-confirmation .page-header>h1 {
    display: none
}

.pwr-email-confirmation #content,.pwr-email-confirmation .page-header h2 {
    font-family: Roboto,arial,sans-serif;
    font-size: 34px;
    font-weight: 700
}

.pwr-email-confirmation .page-header h2 {
    margin: 0
}

.pwr-email-confirmation .page-header>span {
    line-height: 1.88em
}

.pwr-email-confirmation #content {
    color: #2684ff;
    line-height: 1.3em
}

@media (max-width: 767px) {
    .pwr-email-confirmation {
        padding:64px 0 79px
    }

    .pwr-email-confirmation .page-header {
        padding-bottom: 42px
    }

    .pwr-email-confirmation #content,.pwr-email-confirmation .page-header h2 {
        font-size: 26px;
        word-break: break-word
    }
}

.pwr-password-prompt {
    overflow: hidden;
    padding: 80px 0 100px;
    position: relative;
    z-index: 0
}

.pwr-password-prompt__desc {
    font-family: Roboto,arial,sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35em;
    margin: 0 0 50px;
    max-width: 770px
}

.pwr-password-prompt span>span {
    color: #f2545b;
    display: block;
    font-size: 19px;
    margin-bottom: 35px
}

.pwr-password-prompt #hs-pwd-widget-password {
    background-color: transparent;
    border: solid #00183f;
    border-radius: 0!important;
    border-width: 0 0 2px;
    font-size: 19px!important;
    margin-bottom: 45px;
    max-width: 770px;
    padding: 20px 0!important;
    width: 100%
}

body .pwr-password-prompt input[type=submit].hs-button {
    border-radius: 25px!important;
    display: block;
    margin: 0
}

@media (max-width: 767px) {
    .pwr-password-prompt {
        padding:60px 0 75px
    }

    .pwr-password-prompt__desc {
        font-size: 26px;
        margin-bottom: 38px
    }

    .pwr-password-prompt span>span {
        font-size: 15px
    }

    .pwr-password-prompt #hs-pwd-widget-password {
        font-size: 15px!important
    }
}

.pwr-sec-search-results {
    overflow: hidden;
    padding: 80px 0 100px;
    position: relative;
    z-index: 0
}

#pwr-search-results__input {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 52px 15px 15px
}

.pwr-search-field__icon {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease
}

.pwr-search-field__icon:hover svg {
    fill: #2684ff
}

.hs-search-field+.pwr-search-results .pwr-search-results__listing>li:first-child {
    margin-top: 60px
}

.hs-search-results__listing,.pwr-search-results__listing {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs-search-results__listing li,.pwr-search-results__listing li {
    margin: 0;
    padding: 0
}

.hs-search-results__listing li:not(:last-of-type),.pwr-search-results__listing li:not(:last-of-type) {
    margin-bottom: 20px
}

.hs-search-results__listing li,.pwr-search-results__entry {
    background-color: #fff;
    display: inline-block;
    padding: 30px 40px;
    transition: background .4s ease-in-out;
    width: 100%
}

.hs-search-results__listing li {
    background-color: #f4f6fa
}

.pwr-search-results__entry:hover {
    background-color: #2684ff
}

.hs-search-results__listing .hs-search-results__title,.pwr-search-results__title {
    color: #000;
    margin: 0
}

.hs-search-results__listing .hs-search-results__description,.pwr-search-results__description {
    color: #000;
    margin: 10px 0 0
}

.hs-search-highlight,.hs-search-results__listing .hs-search-results__title {
    color: #2684ff;
    font-weight: 700
}

.hs-search__no-results {
    margin-top: 40px
}

.hs-search-highlight,.hs-search-results__description,.hs-search-results__title,.pwr-search-results__description,.pwr-search-results__title {
    transition: color .4s ease-in-out
}

.pwr-search-results__entry:hover .hs-search-highlight,.pwr-search-results__entry:hover .pwr-search-results__description,.pwr-search-results__entry:hover .pwr-search-results__title {
    color: #fff
}

.hs-search-results__next-page,.hs-search-results__prev-page,.pwr-search-results__next-page,.pwr-search-results__prev-page {
    margin-top: 50px
}

.hs-search-results__prev-page,.pwr-search-results__prev-page {
    float: left
}

.hs-search-results__next-page,.pwr-search-results__next-page {
    float: right
}

.pwr--dark .hs-search-results__listing li {
    background-color: #2684ff
}

.pwr--dark .hs-search-highlight,.pwr--dark .hs-search-results__description,.pwr--dark .hs-search-results__title,.pwr--dark .pwr-search-results__description,.pwr--dark .pwr-search-results__title {
    color: #fff
}

.pwr--dark .pwr-search-field__icon:not(:hover) svg {
    fill: #fff
}

.pwr--dark .hs-search-highlight {
    box-shadow: inset 0 -.382em 0 #2684ff
}

@media (max-width: 767px) {
    .pwr-sec-search-results {
        padding:60px 0 75px
    }

    #pwr-search-results__input {
        font-size: 15px
    }

    .hs-search-results__next-page,.hs-search-results__prev-page,.pwr-search-results__next-page,.pwr-search-results__prev-page {
        margin-top: 38px
    }
}

.pwr-sec-coming-soon {
    overflow: hidden;
    padding: 125px 0 140px;
    position: relative;
    z-index: 0
}

.pwr-sec-coming-soon__title-intro {
    display: block;
    font-size: 18px;
    line-height: 1.6em
}

.pwr-sec-coming-soon__title {
    line-height: 1.14em;
    margin: 0
}

.pwr-sec-coming-soon__desc {
    display: block;
    font-size: 26px
}

.pwr-sec-coming-soon__title+.pwr-sec-coming-soon__desc {
    margin-top: 20px
}

.pwr-sec-coming-soon__form-title {
    margin: 0 0 45px
}

.pwr-countdown,.pwr-sec-coming-soon__form {
    margin-top: 70px
}

.pwr-countdown {
    background-color: hsla(0,0%,100%,.85);
    border-radius: 6px;
    font-size: 0;
    padding: 70px 0 40px;
    width: 100%
}

.pwr--dark .pwr-countdown {
    background-color: rgba(0,24,63,.85);
    color: #fff
}

.pwr-countdown__element {
    display: inline-block;
    margin: 0 5% 30px;
    width: 15%
}

.pwr-countdown__number {
    color: #2684ff;
    font-family: Roboto,arial,sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1em
}

.pwr--dark .pwr-countdown__number {
    color: #fff
}

.pwr-countdown__desc {
    font-size: 30px;
    font-weight: 500;
    padding: 0 5px
}

@media (max-width: 991px) {
    .pwr-countdown__number {
        font-size:90px
    }
}

@media (max-width: 767px) {
    .pwr-sec-coming-soon {
        padding:94px 0 105px
    }

    .pwr-sec-coming-soon__title-intro {
        font-size: 15px
    }

    .pwr-sec-coming-soon__desc {
        font-size: 20px
    }

    .pwr-sec-coming-soon__title+.pwr-sec-coming-soon__desc {
        margin-top: 15px
    }

    .pwr-sec-coming-soon__form-title {
        margin-bottom: 34px
    }

    .pwr-countdown,.pwr-sec-coming-soon__form {
        margin-top: 53px
    }

    .pwr-countdown {
        padding: 72px 0 53px
    }

    .pwr-countdown__element {
        margin: 0 10% 30px;
        width: 30%
    }

    .pwr-countdown__desc {
        font-size: 23px
    }
}

@media (max-width: 575px) {
    .pwr-countdown {
        padding:30px 0
    }

    .pwr-countdown__number {
        font-size: 60px
    }

    .pwr-countdown__desc {
        font-size: 18px
    }
}

.pwr-sec-maintenance-error {
    overflow: hidden;
    padding: 125px 0 140px;
    position: relative;
    z-index: 0
}

.pwr-sec-maintenance-error__title-intro {
    display: block;
    font-size: 18px;
    line-height: 1.6em
}

.pwr-sec-maintenance-error__title {
    line-height: 1.14em;
    margin: 0
}

.pwr-sec-maintenance-error__desc {
    display: block;
    font-size: 26px
}

.pwr-sec-maintenance-error__title+.pwr-sec-maintenance-error__desc {
    margin-top: 20px
}

.pwr-sec-maintenance-error__img {
    display: block;
    position: relative
}

.pwr-sec-maintenance-error__img--top {
    margin-bottom: 90px
}

.pwr-sec-maintenance-error__img--bottom {
    margin-top: 90px
}

.pwr-sec-maintenance-error__img--centered {
    margin-left: auto;
    margin-right: auto
}

.pwr-sec-maintenance-error__img--full-width {
    height: auto;
    width: 100%
}

.pwr-sec-maintenance-error__cta-container {
    margin-top: 70px
}

@media (max-width: 1239px) {
    .pwr-sec-maintenance-error__img-wrapper:not(.pwr-sec-maintenance-error__img-wrapper--img-full-width):not(.page-center) {
        margin-left:40px;
        margin-right: 40px
    }
}

@media (max-width: 767px) {
    .pwr-sec-maintenance-error {
        padding:94px 0 105px
    }

    .pwr-sec-maintenance-error__title-intro {
        font-size: 15px
    }

    .pwr-sec-maintenance-error__desc {
        font-size: 20px
    }

    .pwr-sec-maintenance-error__img--top {
        margin-bottom: 68px
    }

    .pwr-sec-maintenance-error__img--bottom {
        margin-top: 68px
    }

    .pwr-sec-maintenance-error__cta-container {
        margin-top: 53px
    }
}

@media (max-width: 575px) {
    .pwr-sec-maintenance-error__title {
        font-size:30px
    }

    .pwr-sec-maintenance-error__desc {
        font-size: 15px
    }

    .pwr-sec-maintenance-error__img {
        height: auto
    }
}

.pwr-sec-prev-next-nav {
    background-color: #f4f6fa;
    padding: 25px 0;
    position: relative
}

.pwr-sec-prev-next-nav.pwr--dark {
    background-color: #00183f
}

.pwr-prev-next-nav__container {
    float: left;
    min-height: 1px;
    width: 33.33%
}

.pwr-prev-next-nav__link {
    color: #000;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: color .4s ease-in-out
}

.pwr--dark .pwr-prev-next-nav__link {
    color: #fff
}

.pwr--dark .pwr-prev-next-nav__link:hover,.pwr-prev-next-nav__link:hover {
    color: #2684ff
}

.pwr-prev-next-nav__icon {
    fill: currentColor;
    display: inline-block;
    font-size: 20px
}

.pwr-prev-next-nav__icon svg {
    transition: none!important
}

.pwr-prev-next-nav__left .pwr-prev-next-nav__text {
    display: block;
    padding-left: 40px
}

.pwr-prev-next-nav__left .pwr-prev-next-nav__icon,.pwr-prev-next-nav__right .pwr-prev-next-nav__icon {
    position: absolute;
    top: 2px
}

.pwr-prev-next-nav__left .pwr-prev-next-nav__icon {
    left: 0
}

.pwr-prev-next-nav__middle .pwr-prev-next-nav__icon {
    font-size: 12px
}

.pwr-prev-next-nav__right .pwr-prev-next-nav__link {
    float: right
}

.pwr-prev-next-nav__right .pwr-prev-next-nav__text {
    display: block;
    padding-right: 40px
}

.pwr-prev-next-nav__right .pwr-prev-next-nav__icon {
    right: 0
}

@media (max-width: 575px) {
    .pwr-prev-next-nav__left .pwr-prev-next-nav__text,.pwr-prev-next-nav__right .pwr-prev-next-nav__text {
        margin-top:30px;
        padding: 0
    }
}

.pwr-sec-txt-toc {
    overflow: hidden;
    padding: 80px 0 135px
}

.pwr-sec-txt-toc,.pwr-toc__container,.pwr-toc__content {
    position: relative
}

@media (min-width: 992px) {
    .pwr-toc__content--indent {
        margin-left:30%
    }
}

.pwr-toc__content h1:not(.pwr--toc-ignore):before,.pwr-toc__content h2:not(.pwr--toc-ignore):before,.pwr-toc__content h3:not(.pwr--toc-ignore):before,.pwr-toc__content h4:not(.pwr--toc-ignore):before,.pwr-toc__content h5:not(.pwr--toc-ignore):before,.pwr-toc__content h6:not(.pwr--toc-ignore):before {
    content: " ";
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden
}

.pwr-toc__container--fixed-header .pwr-toc__content h1:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header .pwr-toc__content h2:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header .pwr-toc__content h3:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header .pwr-toc__content h4:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header .pwr-toc__content h5:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header .pwr-toc__content h6:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header.pwr-toc__content h1:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header.pwr-toc__content h2:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header.pwr-toc__content h3:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header.pwr-toc__content h4:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header.pwr-toc__content h5:not(.pwr--toc-ignore):before,.pwr-toc__container--fixed-header.pwr-toc__content h6:not(.pwr--toc-ignore):before {
    height: 140px;
    margin-top: -140px
}

.pwr-toc-menu {
    color: rgba(0,0,0,.45);
    font-size: 18px;
    font-weight: 600;
    max-height: 80vh;
    max-width: 360px;
    position: absolute;
    top: 30px;
    width: 30%;
    z-index: 90
}

.pwr--dark .pwr-toc-menu {
    color: hsla(0,0%,100%,.45)
}

.pwr-toc-menu .pwr-toc-menu__toc-list {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height: 80vh;
    overflow-y: scroll;
    padding-bottom: 40px
}

.pwr-toc-menu .toc-list {
    list-style: none;
    overflow-y: scroll;
    padding-left: 20px
}

.pwr-toc-menu .toc-list,.pwr-toc-menu .toc-list-item {
    -ms-overflow-style: none
}

.pwr-toc-menu .toc-link {
    display: inline-block;
    padding: 12px 20px;
    transition: .2s ease-in-out
}

.pwr-toc-menu .toc-link:before {
    background-color: #f4f6fa
}

.pwr-toc-menu .is-active-link {
    color: #2684ff;
    font-weight: 900
}

.pwr-toc-menu .is-active-link:before {
    background-color: #2684ff;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    max-height: 30px;
    position: absolute;
    width: 2px;
    z-index: 1
}

.pwr-toc__container--fixed-header .pwr-toc-menu:not(.pwr-toc-menu--overlay) {
    top: 120px
}

.pwr-toc__container--fixed-header .pwr-toc-menu--overlay {
    margin-top: 70px
}

.pwr-toc-menu--overlay {
    background-color: #fff;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    display: none;
    font-size: 15px;
    font-weight: 500;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto
}

.pwr--dark .pwr-toc-menu--overlay {
    background-color: #00183f;
    box-shadow: -2px 4px 10px rgba(0,0,0,.3)
}

.pwr--light .pwr-toc-menu--overlay {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1)
}

.pwr-toc-menu--overlay.pwr-toc-menu--minimized {
    background-color: transparent;
    box-shadow: none
}

.pwr-toc-menu--overlay-right {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    left: auto;
    right: 0
}

.pwr-toc-menu--overlay {
    -webkit-transform: translateY(-50%) translateZ(100px);
    transform: translateY(-50%) translateZ(100px)
}

.pwr-toc-menu--overlay .toc-link {
    padding: 8px
}

.pwr--dark .pwr-toc-menu--overlay .toc-link:after {
    background-color: #2684ff
}

.pwr--light .pwr-toc-menu--overlay .toc-link:after {
    background-color: #f4f6fa
}

.pwr--dark .pwr-toc-menu--overlay .toc-link:not(.is-active-link):hover {
    color: #fff
}

.pwr--light .pwr-toc-menu--overlay .toc-link:not(.is-active-link):hover {
    color: #000
}

.pwr-toc-menu--overlay .pwr-toc-menu__toc-list {
    max-height: calc(60vh - 70px);
    overflow-y: scroll;
    padding: 40px 50px
}

.pwr-toc-menu--overlay .toc-list {
    overflow-y: unset
}

.pwr-toc-menu--minimized .pwr-toc-menu__toc-list {
    display: none
}

.pwr-toc-menu__header {
    background-color: #2684ff;
    color: #fff;
    display: none;
    margin: 0;
    padding: 20px 80px 20px 50px;
    position: relative
}

.pwr-toc-menu__header:after {
    box-shadow: inset -2px 2px 0 1px;
    color: #fff;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 34px;
    top: 50%;
    -webkit-transform: translateY(-4px) rotate(-135deg);
    transform: translateY(-4px) rotate(-135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out;
    width: 10px
}

.pwr-toc-menu--overlay-right .pwr-toc-menu__header:after {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg)
}

.pwr-toc-menu--overlay .pwr-toc-menu__header {
    display: block
}

.pwr-toc-menu--minimized .pwr-toc-menu__header {
    display: none
}

.pwr-toc-menu__burger {
    background-color: #2684ff;
    display: none;
    height: 70px;
    position: relative;
    width: 70px
}

.pwr-toc-menu__burger span,.pwr-toc-menu__burger:after,.pwr-toc-menu__burger:before {
    background: #fff;
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 32px
}

.pwr-toc-menu__burger:after,.pwr-toc-menu__burger:before {
    content: " "
}

.pwr-toc-menu__burger span {
    top: 50%
}

.pwr-toc-menu__burger:before {
    top: 25px
}

.pwr-toc-menu__burger:after {
    bottom: 22px
}

.pwr-toc-menu--minimized .pwr-toc-menu__burger {
    display: block
}

@media (max-width: 991px) {
    .pwr-toc-menu__burger {
        height:30px;
        width: 30px
    }

    .pwr-toc-menu__burger span,.pwr-toc-menu__burger:after,.pwr-toc-menu__burger:before {
        height: 2px;
        width: 12px
    }

    .pwr-toc-menu__burger:before {
        top: 20px
    }

    .pwr-toc-menu__burger:after {
        bottom: 18px
    }

    .pwr-toc__container--fixed-header .pwr-toc-menu--overlay {
        margin-top: 40px
    }
}

.pwr-pillar-toc {
    overflow: hidden;
    padding: 105px 0 120px;
    position: relative
}

.pwr-pillar-toc--hide {
    height: 0;
    margin: 0;
    padding: 0
}

.body-container-wrapper.pwr-toc__content--narrow-content .page-center {
    max-width: 1000px
}

.pwr-pillar-toc__intro-sec {
    margin-bottom: 40px
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    width: 100%
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .pwr-toc-menu__toc-list {
    max-height: 100%
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .pwr-toc-menu__toc-list>.toc-list {
    padding-left: 0
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .toc-list-item {
    padding-bottom: 5px
}

.pwr-pillar-toc__menu .toc-link {
    transition: .2s ease-in-out
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .toc-link {
    padding: 5px 2px
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .toc-link:hover {
    color: #2684ff!important
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .toc-link.is-active-link {
    color: initial
}

.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .toc-link.is-active-link:after,.pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place .toc-link.is-active-link:before {
    display: none;
    font-weight: inherit
}

@media (max-width: 767px) {
    .pwr-pillar-toc__menu .pwr-toc-menu.pwr-toc-menu--in-place {
        font-size:15px;
        font-weight: 700
    }
}

.pwr-hero {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.pwr-hero--large {
    height: 720px
}

.pwr-hero--regular {
    height: 530px
}

.pwr-hero--small {
    height: 440px
}

.pwr-hero--x-small {
    height: 345px
}

.pwr-hero--transparent-header.pwr-hero--large {
    height: 805px
}

.pwr-hero--transparent-header.pwr-hero--regular {
    height: 615px
}

.pwr-hero--transparent-header.pwr-hero--small {
    height: 525px
}

.pwr-hero--transparent-header.pwr-hero--x-small {
    height: 430px
}

.pwr-hero--transparent-header-full.pwr-hero--large {
    height: 855px
}

.pwr-hero--transparent-header-full.pwr-hero--regular {
    height: 655px
}

.pwr-hero--transparent-header-full.pwr-hero--small {
    height: 575px
}

.pwr-hero--transparent-header-full.pwr-hero--x-small {
    height: 480px
}

.pwr-hero__info-box {
    bottom: 120px;
    position: absolute;
    width: 100%
}

.pwr-hero__info-box--centered {
    text-align: center
}

.pwr-hero--small .pwr-hero__info-box,.pwr-hero--x-small .pwr-hero__info-box {
    bottom: 80px
}

.pwr-hero__title {
    color: #000;
    font-family: Roboto,arial,sans-serif;
    font-weight: 700;
    line-height: 1.18em;
    margin: 0;
    max-width: 800px
}

.pwr--dark .pwr-hero__title {
    color: #fff
}

.pwr-hero__title--extra-large {
    font-size: 220px;
    line-height: .9em;
    max-width: 100%
}

.pwr-hero--small .pwr-hero__title,.pwr-hero--x-small .pwr-hero__title {
    max-width: 100%
}

.pwr-hero__info-box--centered .pwr-hero__title {
    margin-left: auto;
    margin-right: auto
}

.pwr-hero__basic-info {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    padding-right: 40px
}

.pwr-hero__info-box--centered .pwr-hero__basic-info {
    padding: 0 20px
}

.pwr-hero__icon {
    fill: currentColor;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 20px;
    vertical-align: middle
}

.pwr-hero__desc {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 10px;
    max-width: 500px
}

.pwr-hero__desc--larger {
    font-size: 30px;
    line-height: 40px
}

.pwr-hero__info-box--centered:not(.page-center) {
    width: 100%
}

.pwr-hero__info-box:not(.page-center):not(.pwr-hero__info-box--centered) {
    margin-left: 40px;
    margin-right: 40px
}

.pwr-hero__info-box--centered .pwr-hero__desc {
    margin-left: auto;
    margin-right: auto
}

.pwr-hero__cta-container {
    padding: 30px 0 10px
}

.pwr-hero__cta-container .cta_button {
    margin-bottom: 10px
}

@media (max-width: 1239px) {
    .pwr-hero__info-box {
        width:calc(100% - 80px)
    }

    .pwr-hero__info-box--centered:not(.page-center) {
        padding-left: 40px;
        padding-right: 40px
    }

    .pwr-hero__title--extra-large {
        font-size: 150px
    }
}

@media (max-width: 991px) {
    .pwr-hero__title--extra-large {
        font-size:110px
    }

    .pwr-hero .pwr-hero__info-box,.pwr-hero .pwr-hero__info-box.page-center {
        bottom: 80px
    }
}

@media (min-width: 992px) {
    .pwr-hero__info-box.page-center {
        left:0;
        right: 0
    }
}

@media (max-width: 767px) {
    .pwr-hero__title--extra-large {
        font-size:32px
    }

    .pwr-hero__basic-info,.pwr-hero__desc--larger {
        font-size: 23px
    }

    .pwr-hero__desc {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .pwr-hero {
        height:auto!important;
        min-height: 250px
    }

    .pwr-hero .pwr-hero__info-box,.pwr-hero .pwr-hero__info-box.page-center {
        bottom: auto;
        margin-bottom: 60px;
        margin-top: 80px;
        position: relative
    }

    .pwr-hero--transparent-header.pwr-hero .pwr-hero__info-box {
        margin-top: 120px
    }

    .pwr-hero--transparent-header-full.pwr-hero .pwr-hero__info-box {
        margin-top: 180px
    }

    .pwr-hero__title {
        font-size: 40px;
        word-break: break-word
    }

    .pwr-hero__basic-info {
        margin-top: 10px
    }

    .pwr-hero__info-box>.pwr-hero__basic-info:first-of-type {
        margin-top: 30px
    }

    .pwr-hero__cta-container {
        padding-top: 20px
    }
}

.pwr-sec-accordion {
    overflow: hidden;
    padding: 135px 0 120px;
    position: relative;
    z-index: 0
}

.pwr-sec-accordion__intro-sec {
    margin-bottom: 60px
}

.pwr-accordion-container {
    background-color: transparent
}

.pwr-accordion {
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%
}

.pwr-accordion--color-overwritten {
    background-color: transparent!important
}

.pwr-accordion__title {
    cursor: pointer;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-weight: 700;
    padding: 25px 70px 25px 30px;
    position: relative;
    transition: all .4s ease-in-out
}

.pwr--light .pwr-accordion__title {
    color: #000
}

.pwr--dark .pwr-accordion__title {
    color: #fff
}

.pwr-accordion-container.pwr--light .pwr-accordion__title {
    background-color: #fff;
    color: #000
}

.pwr-accordion-container.pwr--dark .pwr-accordion__title {
    background-color: #00183f;
    color: #fff
}

.pwr-accordion.active .pwr-accordion__title {
    background-color: #2684ff!important;
    color: #fff!important
}

.pwr-accordion__icon {
    position: absolute;
    right: 40px;
    top: 50%
}

.pwr-accordion__icon:after,.pwr-accordion__icon:before {
    content: "";
    position: absolute;
    transition: all .4s ease
}

.pwr--light .pwr-accordion__icon:after,.pwr--light .pwr-accordion__icon:before,.pwr-accordion-container.pwr--light .pwr-accordion__icon:after,.pwr-accordion-container.pwr--light .pwr-accordion__icon:before {
    background-color: #00183f
}

.pwr--dark .pwr-accordion__icon:after,.pwr--dark .pwr-accordion__icon:before,.pwr-accordion-container.pwr--dark .pwr-accordion__icon:after,.pwr-accordion-container.pwr--dark .pwr-accordion__icon:before,.pwr-accordion.active .pwr-accordion__icon:after,.pwr-accordion.active .pwr-accordion__icon:before {
    background-color: #fff
}

.pwr-accordion__icon:before {
    height: 3px;
    left: -6px;
    width: 15px
}

.pwr-accordion__icon:after {
    height: 15px;
    top: -6px;
    width: 3px
}

.pwr-accordion__icon.active:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all .4s ease
}

.pwr-accordion__icon.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .4s ease
}

.pwr-accordion__desc {
    background-color: #2684ff;
    color: #fff;
    display: none;
    overflow: hidden;
    padding: 0 30px 30px
}

.pwr-accordion.active .pwr-accordion__desc {
    background-color: #2684ff!important;
    color: #fff!important
}

.pwr-accordion.active .pwr-accordion__desc a {
    color: #fff;
    font-weight: 700
}

.pwr-accordion-container.pwr--light .pwr-accordion__desc {
    background-color: #fff;
    color: #000
}

.pwr-accordion-container.pwr--dark .pwr-accordion__desc {
    background-color: #00183f;
    color: #fff
}

@media (hover: hover) {
    .pwr-accordion:hover .pwr-accordion__title {
        background-color:#2684ff!important;
        color: #fff
    }

    .pwr-accordion:hover .pwr-accordion__icon:after,.pwr-accordion:hover .pwr-accordion__icon:before {
        background-color: #fff
    }
}

@media (max-width: 767px) {
    .pwr-sec-accordion {
        padding:102px 0 90px
    }

    .pwr-sec-accordion__intro-sec {
        margin-bottom: 45px
    }

    .pwr-accordion__title {
        padding: 20px 55px 20px 20px
    }

    .pwr-accordion__icon {
        right: 30px
    }

    .pwr-accordion__icon:before {
        height: 2px;
        left: -5px;
        width: 12px
    }

    .pwr-accordion__icon:after {
        height: 12px;
        top: -5px;
        width: 2px
    }

    .pwr-accordion__desc {
        padding: 0 20px 20px
    }
}

@media (min-width: 576px) {
    .pwr-accordion-2col {
        float:left;
        max-width: 50%;
        width: 100%
    }

    .pwr-accordion-2col:first-child {
        padding-right: 10px
    }

    .pwr-accordion-2col:nth-child(2) {
        padding-left: 10px
    }
}

.pwr-sec-background {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@media (max-width: 575px) {
    .pwr-sec-background__container {
        max-height:250px
    }
}

.pwr-sec-clients {
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-clients__intro-sec {
    margin-bottom: 60px
}

.pwr-sec-clients__slider .owl-stage-outer {
    border-radius: 25px;
    overflow: hidden
}

.pwr-sec-clients__slider img {
    border-radius: 25px
}

.pwr-sec-clients__logo {
    margin: 0 auto;
    max-width: 200px;
    transition: all .4s
}

.pwr-sec-clients__logo--grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3
}

.pwr--dark .pwr-sec-clients__logo--grayscale {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1)
}

.pwr-sec-clients__logo--grayscale:hover {
    -webkit-filter: grayscale(0) invert(0);
    filter: grayscale(0) invert(0);
    opacity: 1
}

@media (max-width: 1239px) {
    .pwr-sec-clients__slider {
        margin:0 30px
    }
}

@media (max-width: 767px) {
    .pwr-sec-clients--with-intro {
        padding:50px 10px 20px
    }

    .pwr-sec-clients__intro-sec {
        margin-bottom: 45px
    }
}

.pwr-sec-values {
    position: relative;
    z-index: 1
}

.pwr-value {
    color: #000;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%
}

.pwr-sec-values__listing--two-items .pwr-value {
    max-width: 50%
}

.pwr-sec-values__listing--three-items .pwr-value {
    max-width: 33.333%
}

.pwr-value .pwr-3D-box__sensor {
    border-radius: 0;
    overflow: initial
}

.pwr-value__img {
    background-position: 50%;
    background-size: cover;
    height: 550px;
    width: 100%
}

.pwr-value__overlay {
    background-color: #00183f;
    height: 100%;
    opacity: .3;
    position: relative;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.pwr-value:hover .pwr-value__overlay {
    background-color: #2684ff;
    opacity: .85
}

.pwr-value__back,.pwr-value__front {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 60px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.pwr-value:hover .pwr-value__back {
    transition: opacity .4s ease-in-out
}

.pwr-value:hover .pwr-value__back,.pwr-value__front {
    opacity: 1
}

.pwr-value:hover .pwr-value__front,.pwr-value__back {
    opacity: 0
}

.pwr-value__title {
    display: block;
    margin: 0
}

.pwr-value__desc {
    display: inline-block
}

.pwr-value__title+.pwr-value__desc {
    margin-top: 30px
}

@media (max-width: 991px) {
    .pwr-sec-values__listing--three-items .pwr-value {
        max-width:50%
    }
}

@media (max-width: 767px) {
    .pwr-sec-values__listing--three-items .pwr-value,.pwr-sec-values__listing--two-items .pwr-value {
        max-width:100%
    }

    .pwr-value__img {
        height: 500px
    }

    .pwr-value__back,.pwr-value__front {
        padding: 40px
    }

    .pwr-value__title+.pwr-value__desc {
        margin-top: 23px
    }
}

.pwr-sec-cta {
    overflow: hidden;
    padding: 48px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-cta--vertical {
    padding: 95px 0
}

.pwr-sec-cta--cta-only {
    padding: 65px 0
}

.pwr-sec-cta--dark {
    background-color: #00183f;
    color: #fff
}

.pwr-sec-cta--primary {
    background-color: #2684ff;
    color: #fff
}

.pwr-sec-cta__hor-text-wrapper {
    max-width: 800px
}

.pwr-sec-cta__title {
    line-height: 1.14em;
    margin: 0
}

.pwr-sec-cta__desc {
    display: block;
    font-size: 18px;
    line-height: 1.6em
}

.pwr-sec-cta__title+.pwr-sec-cta__desc {
    margin-top: 15px
}

.pwr-sec-cta__title--vertical+.pwr-sec-cta__desc--vertical {
    margin-top: 25px
}

.pwr-sec-cta__cta--center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

.pwr-sec-cta__cta--vertical {
    margin-top: 40px
}

@media (max-width: 991px) {
    .pwr-sec-cta__cta--right {
        margin-top:40px
    }

    .pwr-sec-cta__cta--center .cta_button,.pwr-sec-cta__cta--vertical .cta_button {
        max-width: 340px
    }
}

@media (min-width: 992px) {
    .pwr-sec-cta__desc:not(.pwr-sec-cta__desc--vertical),.pwr-sec-cta__title:not(.pwr-sec-cta__title--vertical) {
        text-align:left
    }

    .pwr-sec-cta__cta--right {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 767px) {
    .pwr-sec-cta--vertical {
        padding:72px 0
    }

    .pwr-sec-cta--cta-only {
        padding: 49px 0
    }

    .pwr-sec-cta__desc {
        font-size: 15px
    }

    .pwr-sec-cta__title--vertical+.pwr-sec-cta__desc--vertical {
        margin-top: 19px
    }

    .pwr-sec-cta__cta--right,.pwr-sec-cta__cta--vertical {
        margin-top: 30px
    }
}

.pwr-sec-form {
    overflow: hidden;
    padding: 130px 0 140px;
    position: relative;
    z-index: 0
}

.pwr-sec-form__content--v-align {
    align-items: center;
    display: flex
}

.pwr-sec-form__content--narrow {
    max-width: 800px
}

.pwr-sec-form__form-wrapper--hor,.pwr-sec-form__form-wrapper--hor-boxed,.pwr-sec-form__form-wrapper--hor-wide,.pwr-sec-form__intro-sec--hor,.pwr-sec-form__intro-sec--hor-boxed,.pwr-sec-form__intro-sec--hor-wide {
    float: left
}

.pwr-sec-form__intro-sec--hor {
    width: 50%
}

.pwr-sec-form__intro-sec--hor-boxed {
    width: 53%
}

.pwr-sec-form__intro-sec--hor-wide {
    width: 60%
}

.pwr-sec-form__intro-sec--vertical {
    margin-bottom: 60px
}

.pwr-sec-form__title+.pwr-sec-form__desc {
    margin-top: 30px
}

.pwr-sec-form__form-wrapper--hor,.pwr-sec-form__form-wrapper--hor-wide {
    margin-left: 10%
}

.pwr-sec-form__form-wrapper--hor {
    width: 30%
}

.pwr-sec-form__form-wrapper--hor-wide {
    width: 40%
}

.pwr-sec-form__form-wrapper--hor-boxed {
    margin-left: 7%;
    width: 40%
}

.pwr-sec-form__form-wrapper--hor-boxed .pwr-form {
    padding: 40px 30px
}

.pwr-sec-form__form-wrapper--hor-boxed .hs-submit {
    width: 100%
}

@media (max-width: 991px) {
    .pwr-sec-form__content--v-align {
        display:block
    }

    .pwr-sec-form__intro-sec {
        margin-bottom: 60px
    }

    .pwr-sec-form__form-wrapper--hor,.pwr-sec-form__form-wrapper--hor-boxed,.pwr-sec-form__form-wrapper--hor-wide,.pwr-sec-form__intro-sec--hor,.pwr-sec-form__intro-sec--hor-boxed,.pwr-sec-form__intro-sec--hor-wide {
        float: none;
        width: 100%
    }

    .pwr-sec-form__form-wrapper--hor,.pwr-sec-form__form-wrapper--hor-boxed,.pwr-sec-form__form-wrapper--hor-wide {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .pwr-sec-form {
        padding:98px 0 105px
    }

    .pwr-sec-form__intro-sec,.pwr-sec-form__intro-sec--vertical {
        margin-bottom: 45px
    }

    .pwr-sec-form__title+.pwr-sec-form__desc {
        margin-top: 23px
    }
}

.pwr-sec-image-boxes {
    padding: 135px 0;
    position: relative;
    z-index: 1
}

.pwr-sec-image-boxes--parallax {
    overflow: hidden
}

.pwr-sec-image-boxes__intro-sec {
    margin-bottom: 80px;
    max-width: 800px
}

.pwr-sec-image-boxes__intro-sec--centered {
    max-width: 100%
}

.pwr-sec-image-boxes__cta .cta_button {
    position: absolute!important;
    right: 0;
    top: 60px!important
}

.pwr-sec-image-boxes__cta--no-intro-title .cta_button {
    top: 15px!important
}

.pwr-sec-image-boxes__intro-sec--centered .pwr-sec-image-boxes__cta .cta_button {
    margin-top: 45px;
    position: relative!important;
    top: 0!important
}

.pwr-image-box {
    border: 0 solid transparent;
    color: #000;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%
}

.pwr-sec-image-boxes__container:not(.pwr-sec-image-boxes__container--no-gutter) .pwr-image-box {
    margin: 10px
}

.pwr-image-box__img {
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
    height: 380px;
    width: 100%
}

.pwr-image-box--style-below-2 .pwr-image-box__img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one {
    width: calc(25% - 20px)
}

.pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-two,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two {
    width: calc(50% - 20px)
}

.pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 285px
}

.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 590px
}

.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-one,.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-one {
    width: calc(33.33% - 20px)
}

.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-two,.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-two {
    width: calc(66.66% - 20px)
}

.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 285px
}

.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 590px
}

.pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 240px
}

.pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 500px
}

.pwr-image-box.pwr-image-box--one-by-one,.pwr-image-box.pwr-image-box--two-by-one {
    width: calc(33.33% - 20px)
}

.pwr-image-box.pwr-image-box--one-by-two,.pwr-image-box.pwr-image-box--two-by-two {
    width: calc(66.66% - 20px)
}

.pwr-image-box.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 380px
}

.pwr-image-box.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 780px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one {
    width: 25%
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-two,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two {
    width: 50%
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 300px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 600px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-one,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-one {
    width: 33.33%
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-two,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-two {
    width: 66.66%
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 300px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 600px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 240px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 480px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-one,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-one {
    width: 33.33%
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-two,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-two {
    width: 66.66%
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-two .pwr-image-box__img {
    height: 400px
}

.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-two .pwr-image-box__img {
    height: 800px
}

.pwr-image-box__overlay {
    border-radius: 6px;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.pwr-image-box__overlay--front {
    background-color: #00183f;
    opacity: .3
}

.pwr-image-box:hover .pwr-image-box__overlay {
    background-color: #2684ff;
    opacity: .85
}

.pwr-image-box__back,.pwr-image-box__front {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 50px 40px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.pwr-image-box__below {
    padding: 30px 10px 35px 0
}

.pwr-sec-image-boxes__container--centered .pwr-image-box__below {
    padding-right: 0
}

.pwr-image-box .pwr-image-box__below,.pwr-image-box:hover .pwr-image-box__below {
    color: #000
}

.pwr--dark .pwr-image-box .pwr-image-box__below,.pwr--dark .pwr-image-box:hover .pwr-image-box__below {
    color: #fff
}

.pwr-image-box--style-below-2 .pwr-image-box__below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 35px 40px
}

.pwr-image-box--style-below-1 .pwr-image-box__intro,.pwr-image-box--style-below-2 .pwr-image-box__intro {
    color: #2684ff
}

.pwr-image-box:hover .pwr-image-box__back {
    transition: opacity .4s ease-in-out
}

.pwr-image-box:hover .pwr-3D-box__info-box,.pwr-image-box__front {
    opacity: 1
}

.pwr-image-box:hover .pwr-image-box__front,.pwr-image-box__back {
    opacity: 0
}

.pwr-image-box__intro {
    font-size: 18px;
    margin-bottom: 8px
}

.pwr-image-box__intro,.pwr-image-box__title {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-weight: 700
}

.pwr-image-box__title {
    font-size: 24px;
    line-height: 1.2em
}

.pwr-image-box__desc {
    display: inline-block;
    line-height: 2em;
    padding-top: 10px
}

.pwr-image-box__desc--is-gallery,.pwr-image-box__front--hide {
    display: none
}

.pwr-image-box__more-link {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 20px 0 0;
    transition: all .4s ease-in-out
}

.pwr-image-box__more-link,.pwr-image-box__more-link:hover {
    color: #fff
}

.pwr-image-box__more-link:hover {
    overflow: visible
}

.pwr-image-box__more-link:not(.pwr-image-box__more-link--centered):hover .pwr-image-box__icon {
    transform: translateX(4px)
}

.pwr-image-box__more-link--mobile {
    display: none
}

@media (hover: none) {
    .pwr-image-box__more-link--mobile {
        display:block;
        height: auto;
        opacity: 1
    }

    .pwr-image-box__more-link--mobile,.pwr-image-box__more-link--mobile:hover {
        color: #000
    }

    .pwr--dark .pwr-image-box__more-link--mobile,.pwr--dark .pwr-image-box__more-link--mobile:hover {
        color: #fff
    }
}

.pwr-image-box--is-link:hover .pwr-image-box__more-link {
    height: auto;
    opacity: 1
}

.pwr-image-box__more-link--centered {
    font-size: 18px
}

.pwr-image-box--is-link:hover .pwr-image-box__more-link--centered {
    padding-top: 0
}

.pwr-image-box__icon {
    fill: currentColor;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: .15em;
    transform: translateX(0);
    transition: transform .4s ease-in-out
}

.pwr-image-box__icon--no-text {
    font-size: 25px;
    padding-left: 0
}

.pwr-image-box--smaller .pwr-image-box__back .pwr-image-box__icon--no-text {
    font-size: 18px
}

.pwr-image-box--smaller .pwr-image-box__back,.pwr-image-box--smaller .pwr-image-box__front {
    padding: 40px 30px
}

.pwr-image-box--smaller .pwr-image-box__desc,.pwr-image-box--smaller .pwr-image-box__intro {
    font-size: 14px
}

.pwr-image-box--smaller .pwr-image-box__title {
    font-size: 20px
}

.pwr-image-box--smaller.pwr-image-box--style-below-2 .pwr-image-box__below {
    padding: 30px
}

@media (max-width: 1239px) {
    .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one {
        width:calc(33.33% - 20px)
    }

    .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-two,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two {
        width: calc(66.66% - 20px)
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-one,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one {
        width: 33.33%
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--one-by-two,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two {
        width: 66.66%
    }
}

@media (max-width: 991px) {
    .pwr-sec-image-boxes__intro-sec {
        max-width:100%
    }

    .pwr-sec-image-boxes__cta .cta_button {
        margin-top: 34px;
        position: relative!important;
        top: 0!important
    }

    .pwr-image-box.pwr-image-box--one-by-one,.pwr-image-box.pwr-image-box--two-by-one {
        width: calc(50% - 20px)!important
    }

    .pwr-image-box.pwr-image-box--one-by-two,.pwr-image-box.pwr-image-box--two-by-two {
        width: calc(100% - 20px)!important
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-one,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-one {
        width: 50%!important
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-two,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-two {
        width: 100%!important
    }
}

@media (max-width: 767px) {
    .pwr-sec-image-boxes {
        padding:102px 0
    }

    .pwr-sec-image-boxes__container {
        margin-left: 0;
        margin-right: 0
    }

    .pwr-image-box__back,.pwr-image-box__front {
        padding: 38px 30px
    }

    .pwr-image-box__below {
        padding: 23px 8px 27px 0
    }

    .pwr-image-box__intro {
        font-size: 15px
    }

    .pwr-image-box__title {
        font-size: 18px
    }

    .pwr-image-box--is-link:hover .pwr-image-box__more-link,.pwr-image-box__more-link--mobile {
        padding-top: 15px
    }

    .pwr-image-box__more-link--centered {
        font-size: 15px
    }

    .pwr-image-box__icon--no-text {
        font-size: 19px
    }

    .pwr-image-box--smaller .pwr-image-box__back .pwr-image-box__icon--no-text {
        font-size: 15px
    }

    .pwr-image-box--smaller .pwr-image-box__back,.pwr-image-box--smaller .pwr-image-box__front {
        padding: 30px 23px
    }

    .pwr-image-box--smaller .pwr-image-box__title {
        font-size: 15px
    }

    .pwr-image-box--style-below-2 .pwr-image-box__below {
        padding: 27px 30px
    }

    .pwr-image-box--smaller.pwr-image-box--style-below-2 .pwr-image-box__below {
        padding: 23px
    }

    .pwr-image-box.pwr-image-box--one-by-one,.pwr-image-box.pwr-image-box--one-by-two,.pwr-image-box.pwr-image-box--two-by-one,.pwr-image-box.pwr-image-box--two-by-two,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--one-by-one,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-one {
        width: 100%!important
    }

    .pwr-sec-image-boxes__container:not(.pwr-sec-image-boxes__container--no-gutter) .pwr-image-box {
        margin-left: 0;
        margin-right: 0
    }

    .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two .pwr-image-box__img {
        height: 285px
    }

    .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img {
        height: 240px
    }

    .pwr-image-box.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-image-box.pwr-image-box--two-by-two .pwr-image-box__img {
        height: 380px
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--4cols.pwr-image-box--two-by-two .pwr-image-box__img {
        height: 300px
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box--style-below-2.pwr-image-box--3cols-rect.pwr-image-box--two-by-two .pwr-image-box__img {
        height: 240px
    }

    .pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-one .pwr-image-box__img,.pwr-sec-image-boxes__container--no-gutter .pwr-image-box.pwr-image-box--two-by-two .pwr-image-box__img {
        height: 400px
    }
}

.pwr-sec-images {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-images--with-intro {
    padding-top: 100px
}

.pwr-sec-images__intro-sec {
    margin-bottom: 70px
}

.pwr-sec-images__slider .owl-stage-outer {
    border-radius: 25px;
    overflow: hidden
}

.pwr-sec-images__slider img {
    border-radius: 25px
}

.pwr-sec-images__slider .pwr-owl.owl-carousel .owl-dots.disabled {
    display: block;
    opacity: 0
}

.pwr-sec-images__slider .pwr-sec-images__slide {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw
}

.pwr-sec-images--full-width .pwr-owl-nav__prev {
    left: 0
}

.pwr-sec-images--full-width .pwr-owl-nav__next {
    right: 0
}

@media (max-width: 767px) {
    .pwr-sec-images {
        overflow:hidden;
        padding: 105px 0;
        position: relative;
        z-index: 0
    }

    .pwr-sec-images--with-intro {
        padding-top: 75px
    }

    .pwr-sec-images__intro-sec {
        margin-bottom: 53px
    }
}

.pwr-sec-map {
    overflow: hidden;
    position: relative;
    z-index: 0
}

:not(.pwr-sec-map__box)>.pwr-sec-map__content {
    display: table-cell;
    height: auto;
    padding: 90px;
    vertical-align: middle;
    width: 100%
}

.pwr-sec-map__desc {
    line-height: 2.25em
}

.pwr-sec-map__title+.pwr-sec-map__desc {
    margin-top: 20px
}

.pwr-sec-map__contact {
    color: #000;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 1.88em;
    padding-bottom: 15px;
    padding-left: 20px
}

.pwr-sec-map__desc+.pwr-sec-map__contact-container,.pwr-sec-map__title+.pwr-sec-map__contact-container {
    margin-top: 20px
}

.pwr--dark .pwr-sec-map__contact {
    color: #fff
}

.pwr-sec-map__contact-icon {
    fill: currentColor;
    display: inline-block;
    float: left;
    font-size: 18px;
    padding-top: 6px
}

.pwr-sec-map__cta .cta_button {
    margin-top: 20px
}

.pwr-sec-map__contact-container+.pwr-sec-map__cta .cta_button,.pwr-sec-map__desc+.pwr-form,.pwr-sec-map__title+.pwr-form {
    margin-top: 40px
}

.pwr-sec-map__contact-container+.pwr-form,.pwr-sec-map__cta+.pwr-form {
    margin-top: 80px
}

.pwr-sec-map .page-center :not(.pwr-sec-split__left):not(.pwr-sec-split__right)>.pwr-sec-map__map {
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.pwr-sec-map__map,.pwr-sec-map__map>iframe {
    width: 100%
}

.pwr-sec-map__map>iframe {
    float: left;
    height: 100%
}

@media (max-width: 1239px) {
    .pwr-sec-map__box,:not(.pwr-sec-map__box)>.pwr-sec-map__content {
        height:auto!important
    }
}

@media (min-width: 992px) {
    .pwr-sec-map__box {
        border-radius:6px;
        max-width: 400px;
        padding: 40px 50px 50px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .pwr-sec-map__box:not(.pwr--dark) {
        background-color: #f4f6fa
    }

    .pwr-sec-map__box--left {
        left: 80px
    }

    .pwr-sec-map__box--right {
        right: 80px
    }
}

@media (max-width: 991px) {
    .pwr-sec-map__box,:not(.pwr-sec-map__box)>.pwr-sec-map__content {
        display:block;
        padding: 50px 40px
    }

    .pwr-sec-map__map {
        height: 400px!important
    }
}

@media (max-width: 767px) {
    .pwr-sec-map__contact {
        font-size:15px;
        padding-bottom: 12px;
        padding-left: 15px
    }

    .pwr-sec-map__desc+.pwr-sec-map__contact-container,.pwr-sec-map__title+.pwr-sec-map__contact-container,.pwr-sec-map__title+.pwr-sec-map__desc {
        margin-top: 15px
    }

    .pwr-sec-map__contact-icon {
        font-size: 15px;
        padding-top: 5px
    }

    .pwr-sec-map__cta .cta_button {
        margin-top: 15px
    }

    .pwr-sec-map__contact-container+.pwr-sec-map__cta .cta_button,.pwr-sec-map__desc+.pwr-form,.pwr-sec-map__title+.pwr-form {
        margin-top: 30px
    }

    .pwr-sec-map__contact-container+.pwr-form,.pwr-sec-map__cta+.pwr-form {
        margin-top: 60px
    }
}

.pwr-sec-split {
    z-index: 0
}

.pwr-sec-split,.pwr-sec-split__left,.pwr-sec-split__right {
    overflow: hidden;
    position: relative
}

.pwr-sec-split__img {
    background-position: top;
    background-size: cover;
    width: 100%
}

.pwr-sec-split__content {
    display: table-cell;
    height: auto;
    padding: 90px;
    vertical-align: middle;
    width: 100%
}

.pwr-sec-split__desc {
    line-height: 2.25em
}

.pwr-sec-split__title+.pwr-sec-split__desc {
    margin-top: 15px
}

.pwr-sec-split__testimonial-name {
    margin-top: 40px
}

.pwr-sec-split__contact {
    font-size: 19px;
    margin-top: 65px
}

.pwr-sec-split__contact .pwr-social-icon:hover {
    color: #2684ff
}

.pwr-sec-split__logo {
    margin-top: 40px
}

.pwr-sec-split__link {
    color: #2684ff;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 40px;
    position: relative;
    transition: color .4s ease-in-out
}

.pwr-sec-split__link:hover {
    color: #00183f
}

.pwr--dark .pwr-sec-split__link {
    color: #2684ff
}

.pwr--dark .pwr-sec-split__link:hover {
    color: #fff
}

.pwr-sec-split__link:hover .pwr-link-icon {
    transform: translateX(4px)
}

.pwr-sec-split__cta-container {
    margin-top: 40px
}

@media (max-width: 1239px) {
    .pwr-sec-split__content {
        height:auto!important
    }
}

@media (min-width: 991px) {
    .pwr-sec-split__left,.pwr-sec-split__right {
        float:left;
        width: 50%
    }

    .pwr-sec-split--invert-cols .pwr-sec-split__left {
        float: right;
        order: 1
    }

    .pwr-sec-split--invert-cols .pwr-sec-split__right {
        order: 0
    }
}

@media (max-width: 767px) {
    .pwr-sec-split__content {
        padding:60px 40px
    }

    .pwr-sec-split__testimonial-name {
        margin-top: 30px
    }

    .pwr-sec-split__contact {
        font-size: 15px;
        margin-top: 40px
    }

    .pwr-sec-split__cta-container,.pwr-sec-split__link,.pwr-sec-split__logo {
        margin-top: 30px
    }
}

.pwr-sec-mockup {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-mockup__content {
    left: 60%;
    position: relative;
    width: 40%
}

.pwr-sec-mockup__content--left {
    left: 0
}

.pwr-sec-mockup__cta-container {
    margin-top: 40px
}

.pwr-sec-mockup__title+.pwr-sec-mockup__desc {
    margin-top: 20px
}

.pwr-sec-mockup__desc+.pwr-sec-mockup__form,.pwr-sec-mockup__title+.pwr-sec-mockup__form {
    margin-top: 40px
}

.pwr-sec-mockup__form .hs-submit {
    margin-top: 10px
}

.pwr-sec-mockup__mockup {
    width: 55vw
}

.pwr-sec-mockup__mockup--not-fw {
    width: 50%
}

.pwr-sec-mockup__mockup--right {
    float: right;
    width: 50vw
}

.pwr-sec-mockup__mockup-img {
    max-width: 100vw;
    width: 100%
}

@media (max-width: 991px) {
    .pwr-sec-mockup {
        padding:105px 0
    }

    .pwr-sec-mockup__mockup--hide-mobile {
        display: none
    }

    .pwr-sec-mockup__content {
        left: 0!important;
        text-align: center;
        width: 100%!important
    }

    .pwr-sec-mockup__cta-container {
        margin-top: 30px
    }

    .pwr-sec-mockup__title+.pwr-sec-mockup__desc {
        margin-top: 15px
    }

    .pwr-sec-mockup__mockup {
        margin: 50px auto 0
    }

    .pwr-sec-mockup__mockup--right {
        float: none
    }
}

@media (min-width: 992px) {
    .pwr-sec-mockup__content--pos-vert {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 1
    }
}

@media (max-width: 575px) {
    .pwr-sec-mockup__mockup {
        width:100%!important
    }
}

.pwr-sec-price-tables {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-price-tables--with-intro {
    padding: 125px 0 130px
}

.pwr-sec-price-tables__intro-sec {
    margin-bottom: 55px
}

.pwr-sec-price-tables__title+.pwr-sec-price-tables__desc {
    margin-top: 20px
}

.pwr-price-table {
    border-radius: 6px;
    float: left;
    margin: 55px 10px 10px;
    overflow: visible;
    padding: 50px 0 60px;
    position: relative;
    width: calc(33.33% - 20px)
}

.pwr--dark .pwr-price-table--opac:not(.pwr--light),.pwr-price-table--opac.pwr--dark {
    background-color: rgba(0,24,63,.85)
}

.pwr--light .pwr-price-table--opac:not(.pwr--dark),.pwr-price-table--opac.pwr--light {
    background-color: hsla(0,0%,100%,.85)
}

.pwr-price-table--highlighted {
    background-color: #2684ff!important;
    color: #fff!important
}

.pwr-price-table--opac.pwr-price-table--highlighted {
    background-color: rgba(38,132,255,.85)!important
}

.pwr-price-table--highlighted .pwr-price-table-features__icon {
    color: #fff
}

.pwr-price-table--recommended {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.pwr-price-table__recommended {
    background-color: #2684ff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 40px;
    position: absolute;
    top: -44px;
    width: 100%
}

.pwr-price-table__title {
    margin: 0;
    padding: 0 40px;
    word-break: break-word
}

.pwr-price-table__title--style-reduced {
    margin: 0 0 15px
}

.pwr-price-table__title--style-full {
    margin: 0 0 5px
}

.pwr-price-table__desc {
    display: inline-block;
    padding: 0 40px
}

.pwr-price-table__desc--style-reduced {
    margin-bottom: 40px
}

.pwr-price-table__desc--style-full-1 {
    margin-bottom: 50px
}

.pwr-price-table__desc--style-full-2 {
    margin-bottom: 30px
}

.pwr-price-table__price {
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
    padding: 0 40px
}

.pwr-price-table__price--style-reduced {
    margin-bottom: 45px
}

.pwr-price-table__price--style-full-1 {
    margin-bottom: 30px
}

.pwr-price-table__price--style-full-2 {
    margin-bottom: 15px
}

.pwr-price-table-features--style-full-1 {
    margin-bottom: 40px;
    padding: 0 40px
}

.pwr-price-table-features--style-full-2 {
    background-color: #fff;
    margin-bottom: 30px
}

.pwr--dark .pwr-price-table:not(.pwr-price-table--highlighted):not(.pwr--light) .pwr-price-table-features--style-full-2,.pwr-price-table:not(.pwr-price-table--highlighted).pwr--dark .pwr-price-table-features--style-full-2 {
    background-color: #00183f
}

.pwr-price-table--highlighted .pwr-price-table-features--style-full-2 {
    background-color: #2684ff
}

.pwr-price-table-features__icon {
    fill: currentColor;
    color: #2684ff;
    display: inline-block;
    padding-right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr-price-table-features__text {
    display: inline-block;
    padding-left: 35px
}

.pwr-price-table-features__item {
    position: relative
}

.pwr-price-table-features__item--style-full-1:not(:last-child) {
    margin-bottom: 15px
}

.pwr-price-table-features__item--style-full-2 {
    margin: 0 40px;
    padding: 15px 0
}

.pwr-price-table-features__item--style-full-2:not(:last-child) {
    border-bottom: 2px solid rgba(38,132,255,.1)
}

.pwr--dark .pwr-price-table-features__item--style-full-2:not(:last-child),.pwr-price-table--highlighted .pwr-price-table-features__item--style-full-2:not(:last-child) {
    border-bottom: 2px solid hsla(0,0%,100%,.3)
}

.pwr-price-table-features__item--style-full-1.pwr-price-table-features__item--disabled {
    opacity: .3
}

.pwr-price-table-features__item--style-full-2.pwr-price-table-features__item--disabled {
    text-decoration: line-through
}

.pwr-price-table-features__item--disabled .pwr-price-table-features__icon {
    color: inherit
}

.pwr-price-table__cta {
    padding: 0 40px
}

.pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--link .cta_button,.pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--link .cta_button:before {
    color: #fff!important
}

.pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--link .cta_button:after {
    background-color: #fff!important
}

.pwr--dark .pwr-price-table:not(.pwr-price-table--highlighted).pwr--light .pwr-price-table__cta.pwr-cta--link .cta_button,.pwr--dark .pwr-price-table:not(.pwr-price-table--highlighted).pwr--light .pwr-price-table__cta.pwr-cta--link .cta_button:before {
    color: #00183f!important
}

.pwr--dark .pwr-price-table:not(.pwr-price-table--highlighted).pwr--light .pwr-price-table__cta.pwr-cta--link .cta_button:after {
    background-color: #00183f!important
}

@media (max-width: 1239px) {
    .pwr-price-table {
        width:calc(50% - 20px)
    }
}

@media (max-width: 991px) {
    .pwr-price-table__title {
        font-size:24px
    }
}

@media (max-width: 767px) {
    .pwr-sec-price-tables {
        padding:68px 0
    }

    .pwr-sec-price-tables--with-intro {
        padding: 94px 0 98px
    }

    .pwr-sec-price-tables__intro-sec {
        margin-bottom: 42px
    }

    .pwr-sec-price-tables__title+.pwr-sec-price-tables__desc {
        margin-top: 15px
    }

    .pwr-price-table {
        width: 100%
    }

    .pwr-price-table,.pwr-price-tables.pwr--neg-margin-lr-10 {
        margin-left: 0;
        margin-right: 0
    }

    .pwr-price-table__title--style-reduced {
        margin: 0 0 12px
    }

    .pwr-price-table__desc--style-reduced {
        margin-bottom: 30px
    }

    .pwr-price-table__desc--style-full-1 {
        margin-bottom: 38px
    }

    .pwr-price-table__desc--style-full-2 {
        margin-bottom: 23px
    }

    .pwr-price-table__price {
        font-size: 27px
    }

    .pwr-price-table__price--style-reduced {
        margin-bottom: 34px
    }

    .pwr-price-table__price--style-full-1 {
        margin-bottom: 23px
    }

    .pwr-price-table__price--style-full-2 {
        margin-bottom: 12px
    }

    .pwr-price-table-features--style-full-1 {
        margin-bottom: 30px
    }

    .pwr-price-table-features--style-full-2 {
        margin-bottom: 23px
    }

    .pwr-price-table-features__item--style-full-1:not(:last-child) {
        margin-bottom: 12px
    }
}

.pwr-sec-posts {
    overflow: hidden;
    padding: 135px 0 105px;
    position: relative;
    z-index: 0
}

.pwr-sec-posts__intro-sec {
    max-width: 800px
}

.pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec {
    margin-bottom: 80px
}

.pwr-sec-posts__intro-sec--centered {
    max-width: 100%
}

.pwr-sec-posts__cta--horizontal-layout {
    margin-top: 40px
}

.pwr-rel-post-item {
    cursor: pointer;
    display: block
}

.pwr-rel-post-item__title {
    margin: 10px 0;
    transition: all .4s ease-in-out
}

.pwr-sec-posts__title+.pwr-sec-posts__desc {
    margin-top: 20px
}

.pwr-rel-post-item__more-link {
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    transition: all .4s ease-in-out
}

.pwr-rel-post-item__more-link:hover .pwr-link-icon {
    transform: translateX(4px)
}

.pwr-rel-post-item__more-link,.pwr-rel-post-item__title {
    color: #000
}

.pwr-rel-post-item__more-link--centered {
    color: #fff;
    font-size: 18px
}

.pwr-rel-post-item:hover .pwr-rel-post-item__title {
    color: #2684ff
}

.pwr-rel-post-item:hover .pwr-3D-box__info-box,.pwr-rel-post-item:hover .pwr-rel-post-item__more-link {
    opacity: 1
}

.pwr-rel-post-item--large .pwr-post-item__overlay {
    position: relative;
    transition: opacity .4s ease-in-out
}

.pwr-rel-post-item:hover .pwr-post-item__overlay {
    opacity: .85
}

.pwr-rel-post-item__img {
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
    height: 400px;
    width: 100%
}

.pwr--dark .pwr-rel-post-item__more-link,.pwr--dark .pwr-rel-post-item__title {
    color: #fff
}

.pwr--dark .pwr-rel-post-item:hover .pwr-rel-post-item__more-link {
    color: #2684ff
}

.pwr--dark .pwr-rel-post-item--large:hover .pwr-rel-post-item__more-link,.pwr--dark .pwr-rel-post-item:hover .pwr-rel-post-item__title {
    color: #fff
}

.pwr-sec-posts__container--large-hor .pwr-rel-post-item--large {
    float: left;
    width: 48%
}

.pwr-sec-posts__container--large-hor .pwr-rel-post-item--large:nth-child(2n) {
    margin-left: 4%
}

.pwr-sec-posts__container--large-vert .pwr-rel-post-item--large {
    float: left;
    margin-left: 2%;
    width: 23.25%
}

.pwr-sec-posts__container--large-vert .pwr-rel-post-item--large:first-child {
    margin-left: 0
}

.pwr-sec-posts--small {
    padding-bottom: 120px
}

.pwr-rel-post-item--small {
    margin-bottom: 20px;
    max-height: 100px;
    position: relative;
    width: 100%
}

.pwr-rel-post-item__img--small {
    display: inline-block;
    height: 100px;
    margin-right: 30px;
    width: 100px
}

.pwr-rel-post-item__img-overlay {
    background-color: #2684ff;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    height: 100%;
    opacity: 0;
    position: relative;
    transition: all .4s ease-in-out;
    width: 100%
}

.pwr-rel-post-item:hover .pwr-rel-post-item__img-overlay {
    opacity: .8
}

.pwr-rel-post-item__overlay-icon {
    fill: currentColor;
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pwr-rel-post-item__title--small {
    display: inline;
    margin: 0;
    opacity: .5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pwr--dark .pwr-rel-post-item__title--small,.pwr-rel-post-item:hover .pwr-rel-post-item__title--small {
    opacity: 1
}

.pwr--dark .pwr-rel-post-item:hover .pwr-rel-post-item__title--small {
    color: #2684ff
}

.pwr-sec_posts-item__border {
    border: 1px solid #00183f;
    bottom: 0;
    left: 130px;
    opacity: .1;
    position: absolute;
    width: calc(100% - 130px)
}

.pwr--dark .pwr-sec_posts-item__border {
    border: 1px solid #fff
}

.pwr-rel-post-item__wrapper--text:hover .pwr-rel-post-item__title--text {
    color: #000
}

.pwr-rel-post-item__wrapper--text:hover .pwr-rel-post-item__more-link {
    color: #2684ff
}

.pwr-rel-post-item__wrapper--text .pwr-post-item__date,.pwr-rel-post-item__wrapper--text .pwr-post-item__n-min-read,.pwr-rel-post-item__wrapper--text .pwr-post-item__name {
    color: #2684ff;
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700
}

.pwr-rel-post-item__wrapper--text .pwr-post-item__n-min-read {
    font-weight: 500
}

.pwr-rel-post-item__title--text {
    margin: 0 0 15px
}

.pwr--dark .pwr-rel-post-item__wrapper--text {
    color: #fff
}

.pwr-rel-post-item__summary {
    color: #000;
    font-family: Poppins,arial,sans-serif;
    font-size: 14px;
    line-height: 1.6em
}

.pwr--dark .pwr-rel-post-item__summary {
    color: #fff
}

.pwr-rel-post-item__summary p {
    margin: 0
}

@media (hover: none) {
    .pwr-rel-post-item__wrapper--text .pwr-rel-post-item__more-link {
        color:#2684ff;
        opacity: 1
    }
}

@media (max-width: 1239px) {
    .pwr-sec-posts__intro-sec--small-hor {
        padding-right:8%
    }

    .pwr-sec-posts__container--large-hor {
        padding-left: 8%
    }
}

@media (min-width: 992px) {
    .pwr-sec-posts--vertical-layout .pwr-sec-posts__cta .cta_button {
        position:absolute!important;
        right: 0;
        top: 60px!important
    }

    .pwr-sec-posts--vertical-layout .pwr-sec-posts__cta--no-intro-title .cta_button {
        top: 15px!important
    }

    .pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec--centered .pwr-sec-posts__cta .cta_button {
        margin-top: 40px;
        position: relative!important;
        top: 0!important
    }

    .pwr-sec-posts__container--small-hor,.pwr-sec-posts__intro-sec--large-hor {
        float: left;
        width: 40%
    }

    .pwr-sec-posts__container--large-hor,.pwr-sec-posts__intro-sec--small-hor {
        float: left;
        width: 60%
    }

    .pwr-sec-posts__intro-sec--small-hor {
        padding-right: 12%
    }

    .pwr-sec-posts__container--large-hor {
        padding-left: 12%
    }

    .pwr-sec-posts__container--small-vert .pwr-rel-post-item--small {
        float: left;
        width: 48%
    }

    .pwr-sec-posts__container--small-vert .pwr-rel-post-item--small:nth-child(2n) {
        margin-left: 4%
    }

    .pwr-rel-post-item__wrapper--text {
        float: left;
        margin-right: 6%;
        width: 27.33%
    }
}

@media (max-width: 991px) {
    .pwr-sec-posts__intro-sec {
        margin-bottom:80px;
        max-width: 100%
    }

    .pwr-sec-posts__intro-sec--small-hor {
        padding-right: 0
    }

    .pwr-sec-posts__container--large-hor {
        padding-left: 0
    }

    .pwr-sec-posts__cta {
        margin-top: 40px
    }

    .pwr-sec-posts__container--large-vert .pwr-rel-post-item--large {
        margin-left: 0;
        margin-top: 20px;
        width: 48%
    }

    .pwr-sec-posts__container--large-vert .pwr-rel-post-item--large:nth-child(2n) {
        margin-left: 4%
    }

    .pwr-rel-post-item__img:not(.pwr-rel-post-item__img--small) {
        height: 200px
    }

    .pwr-rel-post-item__title:not(.pwr-rel-post-item__title--text) {
        margin: 0
    }

    .pwr-rel-post-item__wrapper--text:not(:last-child) .pwr-rel-post-item {
        margin-bottom: 35px
    }
}

@media (max-width: 767px) {
    .pwr-sec-posts {
        padding:102px 0 79px
    }

    .pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec,.pwr-sec-posts__intro-sec {
        margin-bottom: 60px
    }

    .pwr-sec-posts__title+.pwr-sec-posts__desc {
        margin-top: 15px
    }

    .pwr-sec-posts__cta {
        margin-top: 30px
    }

    .pwr-rel-post-item__img--small {
        height: 75px;
        width: 75px
    }

    .pwr-sec_posts-item__border {
        left: 105px;
        width: calc(100% - 105px)
    }

    .pwr-rel-post-item__title--text {
        margin-bottom: 12px
    }
}

@media (max-width: 575px) {
    .pwr-sec-posts__container--large-hor .pwr-rel-post-item--large {
        margin-top:20px
    }

    .pwr-sec-posts__container--large-hor .pwr-rel-post-item--large,.pwr-sec-posts__container--large-vert .pwr-rel-post-item--large {
        float: none;
        width: 100%
    }

    .pwr-sec-posts__container--large-hor .pwr-rel-post-item--large:nth-child(2n),.pwr-sec-posts__container--large-vert .pwr-rel-post-item--large:nth-child(2n) {
        margin-left: 0
    }

    .pwr-rel-post-item--small {
        margin-bottom: 0;
        margin-top: 20px;
        max-height: 100%
    }

    .pwr-rel-post-item__img--small {
        display: block;
        height: 200px;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    .pwr-rel-post-item__title--small {
        display: block;
        margin: inherit;
        opacity: 1;
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .pwr-sec_posts-item__border {
        display: none
    }
}

.pwr-sec-schedule {
    overflow: hidden;
    padding: 135px 0 140px;
    position: relative;
    z-index: 0
}

.pwr-sec-schedule__intro-sec {
    margin-bottom: 55px
}

.pwr-schedule-table {
    margin-top: 20px;
    position: relative
}

.pwr-schedule-row:not(:last-of-type) {
    border: solid #fff;
    border-width: 0 0 2px
}

.pwr--dark .pwr-schedule-row:not(:last-of-type) {
    border-color: rgba(0,24,63,.4)
}

.pwr-schedule-table:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 32%;
    position: absolute;
    top: 0;
    width: 2px
}

.pwr--dark .pwr-schedule-table:before,.pwr-schedule-table.pwr--dark:before {
    background-color: rgba(0,24,63,.4)
}

.pwr-schedule-row__left,.pwr-schedule-row__right {
    display: block;
    float: left;
    padding: 35px 40px
}

.pwr-schedule-row__left {
    width: 32%
}

.pwr-schedule-row__right {
    width: 68%
}

.pwr-schedule-row__title {
    margin: 0 0 6px
}

@media (max-width: 767px) {
    .pwr-sec-schedule {
        padding:102px 0 105px
    }

    .pwr-sec-schedule__intro-sec {
        margin-bottom: 42px
    }

    .pwr-schedule-table:before {
        display: none
    }

    .pwr-schedule-row:not(:last-of-type) {
        border-width: 0 0 10px
    }

    .pwr-schedule-row__left,.pwr-schedule-row__right {
        float: none;
        width: 100%
    }

    .pwr-schedule-row__left {
        padding: 20px 20px 0
    }

    .pwr-schedule-row__right {
        padding: 5px 20px 20px
    }

    .pwr-schedule-row__title {
        margin: 0
    }
}

.pwr-sec-services {
    overflow: hidden;
    padding: 135px 0 140px;
    position: relative;
    z-index: 0
}

.pwr-sec-services--style-2 {
    padding-bottom: 110px
}

.pwr-services--style-3 {
    text-align: left
}

.pwr-sec-services__intro-sec {
    margin-bottom: 100px
}

.pwr-sec-services--style-3 .pwr-sec-services__intro-sec {
    margin-bottom: 80px
}

.pwr-sec-services__title+.pwr-sec-services__desc {
    margin-top: 30px
}

.pwr-services-item {
    color: #000;
    display: inline-block;
    float: left;
    padding: 30px 40px 25px;
    position: relative;
    width: 33.33%
}

.pwr-services-item__icon {
    fill: currentColor;
    color: #000;
    display: inline-block;
    font-size: 30px;
    padding-bottom: 20px
}

.pwr-services-item__img {
    margin-top: 5px;
    max-height: 30px;
    max-width: 30px;
    vertical-align: top;
    width: 100%
}

.pwr-services-item__title {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color .4s ease-in-out
}

.pwr-services-item.pwr-services-item--is-link:hover .pwr-services-item__title {
    color: #2684ff
}

.pwr-services-item__desc {
    color: #000;
    display: inline-block;
    margin-bottom: 20px
}

.pwr-services-item__more-link {
    color: #000;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    transition: all .4s ease-in-out
}

.pwr-services-item__more-link:hover .pwr-link-icon {
    transform: translateX(4px)
}

.pwr-services-item--is-link:hover .pwr-services-item__more-link {
    opacity: 1
}

.pwr--dark .pwr-services-item__desc,.pwr--dark .pwr-services-item__icon,.pwr--dark .pwr-services-item__more-link,.pwr--dark .pwr-services-item__title {
    color: #fff
}

.pwr-services-box {
    color: #000;
    display: inline-block;
    float: left;
    height: 300px;
    margin: 10px;
    position: relative;
    width: calc(33.33% - 20px)
}

.pwr-services-box .pwr-services-item__title {
    transition: none
}

.pwr-services-box__back,.pwr-services-box__front {
    padding: 50px 40px;
    position: absolute
}

.pwr-services-box__front {
    bottom: 0;
    left: 0;
    z-index: 1
}

.pwr-services-box__front .pwr-services-item__title {
    margin-bottom: 0
}

.pwr-services-box__back {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: 0
}

.pwr-services-box__back .pwr-services-item__desc,.pwr-services-box__back .pwr-services-item__more-link {
    color: #fff
}

.pwr-services-box__inner {
    background-color: #fff
}

.pwr-services-box:hover .pwr-services-box__inner {
    background-color: #2684ff!important
}

.pwr-services-box:hover .pwr-services-box__front {
    opacity: 0;
    z-index: -1
}

.pwr-services-box:hover .pwr-services-box__back {
    opacity: 1
}

.pwr-services-item--is-link:not(.pwr-services-box):hover .pwr-services-item__more-link:hover {
    color: #2684ff
}

.pwr-sec-services:not(.pwr--dark) .pwr-services-box__inner:not(.pwr--dark) .pwr-services-item__icon {
    color: #000
}

.pwr--dark .pwr-services-box__inner:not(.pwr--dark) .pwr-services-box__front .pwr-services-item__title,.pwr-sec-services:not(.pwr--dark) .pwr-services-box__inner.pwr--dark .pwr-services-item__icon {
    color: #fff
}

@media (hover: none) {
    .pwr-services-item--is-link:not(.pwr-services-box) .pwr-services-item__more-link {
        color:#2684ff;
        opacity: 1
    }
}

@media (max-width: 991px) {
    .pwr-sec-services {
        padding:102px 0 105px
    }

    .pwr-sec-services--style-2 {
        padding-bottom: 83px
    }

    .pwr-sec-services__intro-sec {
        margin-bottom: 75px
    }

    .pwr-services-item {
        width: 50%
    }

    .pwr-services-item__icon {
        font-size: 23px;
        padding-bottom: 15px
    }

    .pwr-services-item__img {
        max-height: 23px;
        max-width: 23px
    }

    .pwr-services-item__title {
        font-size: 15px;
        margin-bottom: 12px
    }

    .pwr-services-item__desc {
        margin-bottom: 15px
    }

    .pwr-services-item__more-link {
        opacity: 1
    }

    .pwr-services-box {
        width: calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .pwr-services-item {
        padding:20px 0;
        width: 100%
    }

    .pwr-services-box {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .pwr-services--style-1 .pwr-services-item {
        border-bottom:1px solid rgba(0,24,63,.2);
        border-right: 1px solid rgba(0,24,63,.2)
    }

    .pwr--dark .pwr-services--style-1 .pwr-services-item {
        border-bottom: 1px solid hsla(0,0%,100%,.2);
        border-right: 1px solid hsla(0,0%,100%,.2)
    }

    .pwr-services--style-1 .pwr-services-item:nth-child(3n) {
        border-right: 0
    }

    .pwr-services--style-1 .pwr-services-item.pwr-services-item--last-row {
        border-bottom: 0
    }

    .pwr-services--style-2 {
        text-align: left
    }

    .pwr-services--style-2 .pwr-services-item {
        padding: 20px 30px 25px 60px
    }

    .pwr-services--style-2 .pwr-services-item__icon {
        left: 0;
        position: absolute;
        top: 15px
    }
}

.pwr-sec-links {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-links__link {
    color: #000;
    transition: color .4s ease-in-out
}

.pwr--dark .pwr-sec-links__link:hover,.pwr-sec-links__link:hover {
    color: #2684ff
}

.pwr--dark .pwr-sec-links__link {
    color: #fff
}

.pwr-sec-links__title {
    line-height: 1em;
    margin: 0 0 .4em;
    word-break: break-word
}

@media (max-width: 767px) {
    .pwr-sec-links {
        padding:90px 0
    }
}

@media (max-width: 575px) {
    .pwr-sec-links__title {
        font-size:30px
    }
}

.pwr-sec-simple-list-items {
    padding: 135px 0;
    position: relative;
    z-index: 1
}

.pwr-sec-simple-list-items--text-style {
    padding-bottom: 85px
}

.pwr-sec-simple-list-items__intro-sec {
    margin-bottom: 70px
}

.pwr-sec-simple-list-items__title+.pwr-sec-simple-list-items__desc {
    margin-top: 30px
}

.pwr-sec-simple-list-items__container {
    margin-bottom: 30px
}

.pwr-simple-list-item {
    color: #000;
    display: inline-block;
    float: left;
    position: relative
}

.pwr-simple-list-item.pwr-simple-list-item--text-style {
    color: #000
}

.pwr--dark .pwr-simple-list-item,.pwr--dark .pwr-simple-list-item.pwr-simple-list-item--text-style {
    color: #fff
}

.pwr-simple-list-item--box-style {
    width: calc(25% - 20px)
}

.pwr-simple-list-item--text-style {
    padding-bottom: 20px;
    width: calc(50% - 20px)
}

.pwr-simple-list-item--text-style:not(.pwr-simple-list-item--is-link) {
    padding-bottom: 60px
}

.pwr-simple-list-item__overlay {
    background-color: #2684ff;
    border-radius: 6px;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.pwr-simple-list-item--is-link:hover .pwr-simple-list-item__overlay {
    opacity: .85
}

.pwr-simple-list-item__front {
    bottom: 0;
    left: 0;
    padding: 35px 30px;
    position: absolute;
    z-index: 1
}

.pwr-simple-list-item--box-style .pwr-simple-list-item__front {
    position: relative
}

.pwr-simple-list-item--text-style .pwr-simple-list-item__front {
    background-color: transparent
}

.pwr-simple-list-item__title {
    line-height: 1.3em;
    margin: 0 0 10px
}

.pwr-simple-list-item__desc {
    display: inline-block;
    font-size: 14px;
    line-height: 1.85em;
    max-width: 530px;
    width: 100%
}

.pwr-simple-list-item--text-style .pwr-simple-list-item__desc,.pwr-simple-list-item--text-style .pwr-simple-list-item__title {
    margin-bottom: 15px
}

.pwr-simple-list-item__additional-info {
    font-size: 14px;
    font-weight: 700;
    opacity: .4;
    padding-top: 5px
}

.pwr-simple-list-item--text-style .pwr-simple-list-item__additional-info {
    display: inline-block;
    padding-right: 20px
}

.pwr-simple-list-item__desc+.pwr-simple-list-item__additional-info {
    padding-top: 15px
}

.pwr-simple-list-item__additional-info+.pwr-simple-list-item__title {
    margin-top: 10px
}

.pwr-simple-list-item__icon {
    fill: currentColor;
    display: inline-block;
    margin-bottom: 2px;
    vertical-align: middle
}

.pwr-simple-list-item__icon--no-text {
    font-size: 25px;
    padding: 0
}

.pwr-simple-list-item__icon--info {
    padding-right: 10px
}

.pwr-simple-list-item__icon--link {
    padding-left: 10px
}

.pwr-simple-list-item--text-style .pwr-simple-list-item__icon--link {
    margin-bottom: 0;
    transform: translateX(0);
    transition: transform .4s ease-in-out
}

.pwr-simple-list-item__more-link {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: all .4s ease-in-out
}

.pwr-simple-list-item--text-style .pwr-simple-list-item__more-link:hover .pwr-simple-list-item__icon--link {
    transform: translateX(4px)
}

.pwr-simple-list-item__more-link--centered {
    color: #fff;
    font-size: 16px
}

.pwr-simple-list-item--text-style.pwr-simple-list-item--is-link .pwr-simple-list-item__more-link {
    color: #2684ff;
    padding-top: 5px
}

.pwr-simple-list-item--text-style.pwr-simple-list-item--is-link:hover .pwr-simple-list-item__more-link {
    opacity: 1
}

.pwr-simple-list-item--box-style.pwr-simple-list-item--is-link:hover .pwr-simple-list-item__back {
    opacity: 1;
    transition: opacity .4s ease-in-out
}

.pwr-simple-list-item--box-style.pwr-simple-list-item--is-link:hover .pwr-simple-list-item__more-link {
    opacity: 1
}

.pwr-simple-list-item__more-link--mobile {
    display: none
}

@media (hover: none) {
    .pwr-simple-list-item--text-style.pwr-simple-list-item--is-link .pwr-simple-list-item__more-link {
        opacity:1
    }

    .pwr-simple-list-item__more-link--mobile {
        display: block;
        opacity: 1;
        padding-top: 15px
    }

    .pwr-simple-list-item__more-link--mobile,.pwr-simple-list-item__more-link--mobile:hover {
        color: #000
    }

    .pwr--dark .pwr-simple-list-item__more-link--mobile,.pwr--dark .pwr-simple-list-item__more-link--mobile:hover {
        color: #fff
    }
}

@media (max-width: 1239px) {
    .pwr-simple-list-item--box-style {
        width:calc(33.33% - 20px)
    }
}

@media (max-width: 991px) {
    .pwr-simple-list-item--box-style {
        width:calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .pwr-sec-simple-list-items {
        padding:102px 0
    }

    .pwr-sec-simple-list-items--text-style {
        padding-bottom: 64px
    }

    .pwr-sec-simple-list-items__intro-sec {
        margin-bottom: 53px
    }

    .pwr-sec-simple-list-items__title+.pwr-sec-simple-list-items__desc {
        margin-top: 23px
    }

    .pwr-sec-simple-list-items__container {
        margin-bottom: 23px
    }

    .pwr-simple-list-item--text-style .pwr-simple-list-item__title {
        margin-bottom: 12px
    }
}

@media (max-width: 575px) {
    .pwr-simple-list-item--box-style,.pwr-simple-list-item--text-style {
        width:100%
    }
}

.pwr-sec-stats {
    padding: 60px 0 35px;
    position: relative;
    z-index: 0
}

.pwr-sec-stats--with-intro {
    padding: 90px 0 80px
}

.pwr-sec-stats .pwr--abs-full,.pwr-sec-stats .pwr-video-background {
    z-index: -1
}

.pwr-sec-stats__intro-sec {
    margin-bottom: 55px
}

.pwr-sec-stats__title+.pwr-sec-stats__desc {
    margin-top: 20px
}

.pwr-stats {
    font-size: 0
}

.pwr-stats--centered {
    text-align: center
}

.pwr-sec-stats__wrapper:not(.page-center) {
    margin: 0 40px
}

.pwr-stat {
    float: left;
    margin: 10px 20px 40px;
    max-width: 285px;
    width: calc(25% - 40px)
}

.pwr-stats--centered .pwr-stat {
    display: inline-block;
    float: none
}

.pwr-stat__number,.pwr-stat__suffix {
    display: inline-block;
    font-family: Roboto,arial,sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    word-break: break-all
}

.pwr-stat__title {
    display: flex;
    font-size: 18px;
    justify-content: center;
    letter-spacing: 0
}

@media (max-width: 767px) {
    .pwr-sec-stats {
        padding:45px 0 27px
    }

    .pwr-sec-stats--with-intro {
        padding: 68px 0 60px
    }

    .pwr-sec-stats__intro-sec {
        margin-bottom: 38px
    }

    .pwr-sec-stats__title+.pwr-sec-stats__desc {
        margin-top: 15px
    }

    .pwr-stat {
        margin-bottom: 30px
    }

    .pwr-stat__number,.pwr-stat__suffix {
        font-size: 36px
    }

    .pwr-stat__title {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .pwr-stat {
        width:calc(50% - 40px)
    }
}

.pwr-sec-steps {
    overflow: hidden;
    padding: 90px 0 55px;
    position: relative;
    z-index: 0
}

.pwr-sec-steps--with-intro {
    padding: 135px 0 125px
}

.pwr-sec-steps__intro-sec {
    margin-bottom: 60px
}

.pwr-step {
    display: inline-block;
    float: left;
    margin: 10px 10px 40px;
    padding-right: 20px;
    position: relative;
    width: calc(25% - 20px)
}

.pwr-sec-steps--centered .pwr-step {
    padding-left: 10px;
    padding-right: 10px
}

.pwr-step__count {
    background-color: #2684ff;
    border-radius: 999px;
    color: #fff;
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
    width: 50px
}

.pwr-sec-steps--centered .pwr-step__count {
    margin-left: auto;
    margin-right: auto
}

.pwr-step__img {
    display: inline-block;
    margin-bottom: 35px
}

.pwr-step__icon {
    fill: currentColor;
    color: #2684ff;
    display: inline-block;
    font-size: 35px;
    margin: 0 auto 20px
}

.pwr-step__icon .hs_cos_wrapper_type_icon {
    display: block;
    line-height: 0
}

.pwr-step__title {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 19px;
    font-weight: 700
}

.pwr-step__desc {
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.pwr-step__title+.pwr-step__desc {
    margin-top: 20px
}

@media (max-width: 991px) {
    .pwr-step {
        width:calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .pwr-sec-steps {
        padding:68px 0 42px
    }

    .pwr-sec-steps--with-intro {
        padding: 102px 0 94px
    }

    .pwr-sec-steps__intro-sec {
        margin-bottom: 45px
    }

    .pwr-step__title {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .pwr-step,.pwr-steps.pwr--neg-margin-lr-10 {
        margin-left:0;
        margin-right: 0
    }

    .pwr-step {
        float: none;
        width: 100%
    }

    .pwr-step__count {
        margin-bottom: 30px
    }

    .pwr-step__title+.pwr-step__desc {
        margin-top: 15px
    }
}

.pwr-sec-team {
    overflow: hidden;
    padding: 135px 0 100px;
    position: relative;
    z-index: 0
}

.pwr-sec-team--style-full {
    padding-bottom: 130px
}

.pwr-sec-team__intro-sec {
    margin-bottom: 70px
}

.pwr-sec-team__title+.pwr-sec-team__desc {
    margin-top: 30px
}

.pwr-team-member {
    display: inline-block;
    float: left;
    margin: 10px;
    position: relative;
    width: 100%
}

.pwr-team-member--style-reduced {
    width: calc(25% - 20px)
}

.pwr-team-member--style-reduced .pwr-3D-box {
    height: auto
}

.pwr-team-member--style-full {
    width: calc(33.33% - 20px)
}

.pwr-team-member--is-link,.pwr-team-member--is-link:hover {
    color: #000
}

.pwr--dark .pwr-team-member--is-link,.pwr--dark .pwr-team-member--is-link:hover {
    color: #fff
}

.pwr-team-member__img {
    background-position: top;
    background-size: cover;
    border-radius: 6px;
    width: 100%
}

.pwr-team-member__img--style-reduced {
    height: 285px
}

.pwr-team-member__img--style-full {
    height: 470px
}

.pwr-team-member__overlay {
    background-color: #2684ff;
    border-radius: 6px;
    height: 100%;
    opacity: 0;
    position: relative;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.pwr-team-member--is-link:hover .pwr-team-member__overlay,.pwr-team-member--style-full:hover .pwr-team-member__overlay {
    opacity: .85
}

.pwr-team-member__info-box--style-full,.pwr-team-member__info-box--style-reduced {
    padding: 30px
}

.pwr-team-member__info-box--style-full {
    color: #fff;
    width: 100%
}

.pwr-team-member--is-link:hover .pwr-3D-box__info-box,.pwr-team-member--style-full:hover .pwr-3D-box__info-box {
    opacity: 1
}

.pwr-team-member__name-tag {
    background-color: hsla(0,0%,100%,.85);
    border-radius: 6px;
    bottom: 13px;
    color: #000;
    left: 13px;
    opacity: 1;
    padding: 20px;
    position: absolute;
    right: 13px;
    text-align: center;
    transition: opacity .4s ease-in-out .4s
}

.pwr-team-member--style-full:hover .pwr-team-member__name-tag {
    opacity: 0;
    transition: none
}

.pwr-team-member__name {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.pwr-team-member__job-title {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 14px
}

.pwr-team-member--style-reduced .pwr-team-member__job-title {
    margin-bottom: 10px
}

.pwr-team-member__more-link {
    color: #fff;
    font-family: Roboto,arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}

.pwr-team-member__more-link:hover .pwr-link-icon {
    transform: translateX(4px)
}

.pwr-team-member__more-link--style-full {
    font-size: 13px
}

.pwr-team-member__more-link--style-full:hover {
    color: #fff
}

.pwr-team-member__more-link--mobile {
    display: none
}

@media (hover: none) {
    .pwr-team-member__more-link--mobile {
        display:block;
        margin-bottom: 10px
    }

    .pwr-team-member__more-link--mobile,.pwr-team-member__more-link--mobile:hover {
        color: #000
    }

    .pwr--dark .pwr-team-member__more-link--mobile,.pwr--dark .pwr-team-member__more-link--mobile:hover {
        color: #fff
    }
}

.pwr-team-member__desc {
    display: block;
    padding-bottom: 35px
}

.pwr-team-member__job-title--style-full+.pwr-team-member__contact,.pwr-team-member__job-title--style-full+.pwr-team-member__desc,.pwr-team-member__name+.pwr-team-member__desc {
    padding-top: 30px
}

.pwr-team-member__contact {
    font-size: 18px;
    padding-bottom: 35px
}

.pwr-team-member__contact .pwr-social-icon {
    padding-bottom: 15px
}

.pwr-team-member__contact .pwr-social-icon,.pwr-team-member__contact .pwr-social-icon:hover {
    color: #fff
}

@media (max-width: 991px) {
    .pwr-team-member--style-full,.pwr-team-member--style-reduced {
        width:calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .pwr-sec-team {
        padding:102px 0 75px
    }

    .pwr-sec-team--style-full {
        padding-bottom: 98px
    }

    .pwr-sec-team__intro-sec {
        margin-bottom: 53px
    }

    .pwr-sec-team__title+.pwr-sec-team__desc {
        margin-top: 23px
    }

    .pwr-team-member__info-box--style-full,.pwr-team-member__info-box--style-reduced {
        padding: 23px
    }

    .pwr-team-member__contact,.pwr-team-member__more-link,.pwr-team-member__name {
        font-size: 15px
    }

    .pwr-team-member__contact,.pwr-team-member__desc {
        padding-bottom: 27px
    }

    .pwr-team-member__job-title--style-full+.pwr-team-member__contact,.pwr-team-member__job-title--style-full+.pwr-team-member__desc,.pwr-team-member__name+.pwr-team-member__desc {
        padding-top: 23px
    }
}

@media (max-width: 575px) {
    .pwr-team-member--style-full,.pwr-team-member--style-reduced {
        width:100%
    }

    .pwr-tabs__content.pwr--neg-margin-lr-10,.pwr-team-member--style-full,.pwr-team-member--style-reduced,.pwr-team-members.pwr--neg-margin-lr-10 {
        margin-left: 0;
        margin-right: 0
    }
}

.pwr-sec-testimonials {
    overflow: hidden;
    padding: 130px 0 135px;
    position: relative;
    z-index: 0
}

.pwr-sec-testimonials--style-multiple {
    padding: 140px 0
}

.pwr-sec-testimonials__intro-sec {
    margin-bottom: 70px
}

.pwr-sec-testimonials__intro-sec--style-multiple {
    margin-bottom: 90px
}

.pwr-sec-testimonials__desc--style-2 {
    font-size: 24px
}

.pwr-testimonial__quote {
    font-size: 18px;
    line-height: 2em;
    margin: 0 auto 40px;
    max-width: 1000px;
    text-align: center;
    width: 100%
}

.pwr-testimonial__avatar {
    height: auto;
    width: 95px
}

.pwr-testimonial__author {
    display: table;
    margin: 0 auto
}

.pwr-testimonial__info {
    display: table-cell;
    font-family: Roboto,arial,sans-serif;
    vertical-align: middle
}

.pwr-testimonial__name {
    font-weight: 700
}

.pwr-testimonial:not(.pwr-testimonial--style-multiple):not(.pwr-testimonial--style-2) .pwr-testimonial__job-title:before {
    content: "|";
    padding-left: 25px;
    padding-right: 25px
}

.pwr-testimonial--style-multiple {
    background-color: #f4f6fa;
    color: #000;
    margin: 0 auto;
    min-height: 400px;
    padding: 40px;
    width: 100%
}

.pwr-testimonial--style-multiple .pwr-testimonial__author {
    display: block;
    margin: 0 0 40px
}

.pwr-testimonial--style-multiple .pwr-testimonial__name {
    display: block
}

.pwr-testimonial--style-multiple .pwr-testimonial__quote {
    margin: 0;
    text-align: left
}

.pwr-testimonial--style-2 .pwr-testimonial__quote {
    font-size: 24px
}

.pwr-testimonial--style-2 .pwr-testimonial__name:after {
    content: ",";
    padding-right: 10px
}

.pwr-testimonial--style-2 .pwr-testimonial__name:before {
    content: "\2014";
    padding-right: 10px
}

.pwr-testimonial--style-2 .pwr-testimonial__job-title {
    font-weight: 700
}

@media (max-width: 991px) {
    .pwr-sec-testimonials--style-multiple .pwr-sec-testimonials__slider {
        margin-left:40px;
        margin-right: 40px
    }

    .pwr-testimonial--style-2 .pwr-testimonial__quote {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .pwr-sec-testimonials {
        padding:98px 0 102px
    }

    .pwr-sec-testimonials--style-multiple {
        padding: 105px 0
    }

    .pwr-sec-testimonials__intro-sec {
        margin-bottom: 53px
    }

    .pwr-sec-testimonials__intro-sec--style-multiple {
        margin-bottom: 68px
    }

    .pwr-sec-testimonials__desc--style-2 {
        font-size: 9930px
    }

    .pwr-testimonial .pwr-testimonial__author,.pwr-testimonial--style-multiple .pwr-testimonial__quote {
        text-align: center
    }

    .pwr-testimonial__quote {
        font-size: 15px;
        margin-bottom: 30px
    }

    .pwr-testimonial .pwr-testimonial__author,.pwr-testimonial .pwr-testimonial__avatar {
        margin-bottom: 30px
    }

    .pwr-testimonial .pwr-testimonial__avatar {
        width: auto
    }

    .pwr-testimonial .pwr-testimonial__author,.pwr-testimonial .pwr-testimonial__name,.pwr-testimonial__info {
        display: block
    }

    .pwr-testimonial .pwr-testimonial__name {
        margin-bottom: 3px
    }

    .pwr-testimonial--style-2 .pwr-testimonial__name:after,.pwr-testimonial--style-2 .pwr-testimonial__name:before,.pwr-testimonial__job-title:before {
        display: none
    }
}

.pwr-sec-testimonials-listing {
    padding: 135px 0;
    position: relative;
    z-index: 1
}

.pwr-sec-testimonials-listing__intro-sec {
    margin-bottom: 70px
}

.pwr-testimonial-listing-item {
    min-height: 0
}

.pwr-testimonial-listing-item--2cols {
    width: calc(50% - 20px)
}

.pwr-testimonial-listing-item--3cols {
    width: calc(33.33% - 20px)
}

@media (max-width: 1239px) {
    .pwr-testimonial-listing-item--3cols {
        width:calc(50% - 20px)
    }
}

@media (max-width: 991px) {
    .pwr-testimonial-listing-item--2cols,.pwr-testimonial-listing-item--3cols {
        width:100%
    }
}

@media (max-width: 767px) {
    .pwr-sec-testimonials-listing {
        padding:102px 0
    }

    .pwr-sec-testimonials-listing__intro-sec {
        margin-bottom: 53px
    }
}

.pwr-sec-txt {
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    z-index: 0
}

.pwr-sec-txt__title {
    margin: 0 0 55px
}

.pwr-sec-txt--right .pwr-sec-txt__title,.pwr-sec-txt--right .pwr-sec-txt__title-intro {
    max-width: 390px
}

.pwr-sec-txt__left,.pwr-sec-txt__right {
    margin: 0
}

.pwr-sec-txt--2col .pwr-sec-txt__left,.pwr-sec-txt__right {
    float: left
}

.pwr-sec-txt--1col .pwr-sec-txt__right,.pwr-sec-txt--right .pwr-sec-txt__left {
    display: none
}

.pwr-sec-txt--2col .pwr-sec-txt__left,.pwr-sec-txt--right .pwr-sec-txt__intro-sec {
    margin-right: 40px
}

.pwr-sec-txt--2col .pwr-sec-txt__left,.pwr-sec-txt--2col .pwr-sec-txt__right {
    width: calc(50% - 20px)
}

.pwr-sec-txt--right .pwr-sec-txt__content,.pwr-sec-txt--right .pwr-sec-txt__intro-sec {
    float: left
}

.pwr-sec-txt--right .pwr-sec-txt__intro-sec {
    width: calc(40% - 20px)
}

.pwr-sec-txt--right .pwr-sec-txt__content {
    width: calc(60% - 20px)
}

@media (max-width: 767px) {
    .pwr-sec-txt {
        padding:98px 0
    }

    .pwr-sec-txt--right .pwr-sec-txt__title,.pwr-sec-txt--right .pwr-sec-txt__title-intro {
        max-width: 100%
    }

    .pwr-sec-txt__title {
        margin-bottom: 30px
    }

    .pwr-sec-txt--2col .pwr-sec-txt__left,.pwr-sec-txt--2col .pwr-sec-txt__right,.pwr-sec-txt--right .pwr-sec-txt__content,.pwr-sec-txt--right .pwr-sec-txt__intro-sec {
        margin: 0;
        width: 100%
    }

    .pwr-sec-txt__left+.pwr-sec-txt__right {
        margin-top: 1em
    }
}

@media (min-width: 768px) {
    .pwr-sec-txt--1col .pwr-sec-txt__title {
        margin-bottom:30px
    }

    .pwr-sec-txt--right .pwr-sec-txt__title {
        margin: 0
    }
}

.pwr-sec-text-tabs {
    overflow: hidden;
    padding: 140px 0 135px;
    position: relative;
    z-index: 0
}

.pwr-sec-text-tabs .pwr--abs-full,.pwr-sec-text-tabs .pwr-video-background {
    z-index: -1
}

.pwr-tabs__header {
    font-weight: 500;
    margin-bottom: 40px;
    overflow: hidden
}

.pwr-tabs__tab-wrapper {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.pwr-tabs__tab-wrapper:not(.pwr-tabs__tab-wrapper--centered) {
    margin-left: -15px;
    margin-right: -15px
}

.pwr-tabs__dropdown {
    display: none
}

.pwr-tabs__dropdown select {
    font-weight: 600
}

.pwr-tabs__tab {
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    min-height: 57px;
    min-width: 80px;
    padding: 15px;
    transition-duration: .4s;
    transition-property: color,opacity,border-color,font-weight,width;
    transition-timing-function: ease-in-out
}

.pwr-tabs__tab:hover {
    color: #2684ff;
    opacity: 1
}

.pwr-tabs__tab--active,.pwr-tabs__tab--active:hover {
    border-bottom: 2px solid #2684ff;
    color: #2684ff;
    font-weight: 600
}

.pwr-tabs__body {
    float: left;
    width: 100%
}

.pwr-tabs__body .pwr-acc__header,.pwr-tabs__content {
    display: none
}

.pwr-tab__title {
    margin: 0 0 30px
}

.pwr-tabs__content--2col .pwr-tab__content {
    float: left;
    width: calc(50% - 20px)
}

.pwr-tabs__content--2col .pwr-tab__content--left {
    margin-right: 40px
}

.pwr-tabs__tab-prefix {
    width: auto
}

.pwr--dark .pwr-tabs__tab:hover {
    color: inherit
}

.pwr--dark .pwr-tabs__tab--active {
    border-bottom: 2px solid #fff;
    color: #fff
}

@media (min-width: 1240px) {
    .pwr-tabs__header--hor {
        float:left;
        font-family: Poppins,arial,sans-serif;
        margin-top: 10px;
        width: 33.33%
    }

    .pwr-tabs__tab-wrapper--hor {
        margin: 0!important;
        padding-right: 40px
    }

    .pwr-tabs__tab-wrapper--hor:after {
        display: none
    }

    .pwr--dark .pwr-tabs__tab-wrapper--hor {
        border-bottom: none
    }

    .pwr-tabs__tab--hor {
        display: block;
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: .7em;
        min-height: 0;
        opacity: .66;
        padding: 0
    }

    .pwr-tabs__tab--hor.pwr-tabs__tab--active {
        border-bottom: none;
        opacity: 1
    }

    .pwr-tabs__body--hor {
        width: 66.66%
    }

    .pwr-tabs__tab--hor .pwr-tabs__tab-prefix {
        display: inline-block;
        width: 40px
    }
}

@media (min-width: 992px) {
    .pwr-tabs__tab-wrapper:after {
        background-color:rgba(38,132,255,.1);
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .pwr--dark .pwr-tabs__tab-wrapper:after {
        background-color: hsla(0,0%,100%,.1)
    }
}

@media (max-width: 991px) {
    .pwr-tabs__tab:not(.pwr-tabs__tab--active) {
        border-bottom:2px solid rgba(38,132,255,.1)
    }

    .pwr--dark .pwr-tabs__tab:not(.pwr-tabs__tab--active) {
        border-bottom: 2px solid hsla(0,0%,100%,.1)
    }
}

@media (max-width: 767px) {
    .pwr-sec-text-tabs {
        padding:105px 0 102px
    }

    .pwr-tabs__content--2col .pwr-tab__content {
        width: 100%
    }

    .pwr-tabs__content--2col .pwr-tab__content--left {
        margin-right: 0
    }
}

@media (max-width: 575px) {
    .pwr-tabs__dropdown {
        display:block
    }

    .pwr-tabs__tab-wrapper {
        display: none
    }
}

.pwr-sec-timeline {
    overflow: hidden;
    padding: 70px 0 140px;
    position: relative;
    z-index: 0
}

.pwr-sec-timeline--with-intro {
    padding: 135px 0 140px
}

.pwr-sec-timeline__intro-sec {
    margin-bottom: 90px
}

.pwr-timeline {
    -webkit-padding-start: 0;
    list-style: none;
    padding-inline-start:0}

.pwr-timeline-item {
    margin-bottom: 50px
}

.pwr-timeline-item:last-child {
    margin-bottom: 0
}

.pwr-timeline-item__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%
}

.pwr-timeline-item__content {
    padding: 60px 50px
}

.pwr-timeline-item__title {
    margin: 0 0 25px
}

@media (min-width: 992px) {
    .pwr-timeline {
        max-width:1080px
    }

    .pwr-timeline--centered {
        margin: 0 auto
    }

    .pwr-timeline-item {
        width: 47%
    }

    .pwr-timeline-item:nth-child(2n) {
        float: right
    }

    .pwr-timeline-item:nth-child(odd) {
        float: left
    }

    .pwr-timeline-item:nth-of-type(2) {
        margin-top: 125px
    }
}

@media (max-width: 767px) {
    .pwr-sec-timeline {
        padding:53px 0 105px
    }

    .pwr-sec-timeline--with-intro {
        padding: 102px 0 105px
    }

    .pwr-sec-timeline__intro-sec {
        margin-bottom: 68px
    }

    .pwr-timeline-item__img {
        height: 200px
    }

    .pwr-timeline-item__content {
        padding: 45px 38px
    }

    .pwr-timeline-item__title {
        margin: 0 0 19px
    }
}

.pwr-sec-video {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.pwr-sec-video__wrapper--content {
    padding: 100px 0 130px
}

.pwr-sec-video__content {
    display: inline-block;
    left: 50%;
    max-width: calc(50% - 20px);
    padding-right: 20px;
    position: relative
}

.pwr-sec-video__link,.pwr-sec-video__link:hover {
    color: #000;
    display: inline-block
}

.pwr-sec-video__link--layout-title {
    padding: 50px 80px
}

.pwr--dark .pwr-sec-video__link,.pwr--dark .pwr-sec-video__link:hover {
    color: #fff
}

.pwr-sec-video__button {
    background-color: #fff;
    border-radius: 100%;
    font-size: 32px;
    height: 140px;
    left: 50%;
    line-height: 140px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 1.2s ease-in-out;
    width: 140px
}

.pwr-sec-video__button--small {
    font-size: 27px;
    height: 120px;
    line-height: 120px;
    width: 120px
}

.pwr-sec-video__button--left {
    left: 25%
}

.pwr-sec-video__icon {
    fill: currentColor;
    display: inline-block
}

.pwr-sec-video__icon--as-button {
    color: #2684ff;
    transition: all .6s ease-in-out;
    vertical-align: middle
}

.pwr-sec-video__wrapper .pwr-sec-video__button:hover,.pwr-webinar:hover .pwr-sec-video__button {
    -webkit-transform: translate(-50%,-50%) scale(1.25);
    transform: translate(-50%,-50%) scale(1.25)
}

.pwr-sec-video__title {
    font-family: Roboto,arial,sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4em
}

.pwr-sec-video__title:before {
    content: "|";
    font-size: 34px;
    font-weight: 600;
    padding: 0 20px;
    position: relative;
    top: 1px
}

.pwr-lightbox__box .pwr-video-background__youtube,.pwr-lightbox__box video {
    max-width: 1500px;
    position: relative;
    width: 80vw
}

@media (max-width: 767px) {
    .pwr-sec-video__link--layout-title {
        padding:40px
    }

    .pwr-sec-video__wrapper--content {
        padding: 75px 0 98px
    }

    .pwr-sec-video__content {
        left: 0;
        margin: 0 40px;
        max-width: 100%
    }

    .pwr-sec-video__wrapper--content .pwr-sec-video__link {
        width: 100%
    }

    .pwr-sec-video__wrapper--content .pwr-sec-video__button--left {
        left: 50%;
        margin: 60px 0 20px;
        position: relative;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 575px) {
    .pwr-sec-video__wrapper--button,.pwr-sec-video__wrapper--title {
        max-height:300px
    }

    .pwr-sec-video__button,.pwr-sec-video__button--small {
        font-size: 27px;
        height: 100px;
        line-height: 100px;
        width: 100px
    }
}

.pwr-sec-webinars {
    padding: 135px 0;
    position: relative;
    z-index: 1
}

.pwr-sec-webinars__intro-sec {
    margin-bottom: 70px
}

.pwr-webinar {
    border-radius: 6px;
    color: #000;
    display: inline-block;
    float: left;
    width: calc(50% - 20px)
}

.pwr-webinar,.pwr-webinar__top {
    overflow: hidden;
    position: relative
}

.pwr-webinar__top {
    height: 332px
}

.pwr-webinar__img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 1s ease-in-out;
    width: 100%
}

.pwr-webinar__overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.pwr-webinar--is-link:hover .pwr-webinar__img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.pwr-webinar__below {
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px
}

.pwr-webinar__title {
    display: block;
    font-family: Roboto,arial,sans-serif;
    font-size: 20px;
    font-weight: 700
}

.pwr-webinar__desc {
    display: inline-block;
    font-size: 14px
}

.pwr-webinar__title+.pwr-webinar__desc {
    padding-top: 10px
}

@media (max-width: 991px) {
    .pwr-webinar {
        width:100%
    }

    .pwr-webinar__top {
        height: 250px
    }
}

@media (max-width: 767px) {
    .pwr-sec-webinars {
        padding:102px 0
    }

    .pwr-sec-webinars__intro-sec {
        margin-bottom: 53px
    }

    .pwr-webinar__title {
        font-size: 15px
    }

    .pwr-webinar__title+.pwr-webinar__desc {
        padding-top: 8px
    }
}

div#hs-eu-cookie-confirmation {
    border: 0!important;
    box-shadow: -2px 3px 5px rgba(0,0,0,.1)!important;
    font-family: Poppins,arial,sans-serif!important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    color: #00183f!important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border-color: #2684ff!important;
    border-radius: 0
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #2684ff!important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    color: #2684ff!important
}

div#hs-eu-cookie-confirmation {
    -webkit-transform: translateZ(120px);
    transform: translateZ(120px)
}

.pwr-owl .owl-dots {
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 60px;
    margin-top: 55px;
    text-align: center
}

.pwr-owl .owl-dots .owl-dot {
    zoom:1;display: inline-block;
    display: inline
}

.pwr-owl .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background-color: #00183f;
    display: block;
    height: 3px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .2s ease;
    width: 35px
}

.pwr-owl .owl-dots .owl-dot.active span,.pwr-owl .owl-dots .owl-dot:hover span {
    background-color: #2684ff!important;
    opacity: 1
}

.pwr-owl .owl-dots .owl-dot:focus {
    outline: 0
}

.pwr-owl-nav {
    fill: currentColor;
    color: #000;
    font-size: 25px
}

.pwr-owl-nav__next,.pwr-owl-nav__prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

.pwr-owl-nav__prev {
    left: -30px
}

.pwr-owl-nav__next {
    right: -30px
}

.pwr--dark .pwr-owl-nav {
    color: #fff
}

.pwr--dark .pwr-owl .owl-dots .owl-dot span {
    background: #fff
}

@media (min-width: 768px) {
    .pwr-owl.pwr-owl__dots--slide-overlay .owl-dots {
        bottom:0;
        left: 50%;
        margin-bottom: 40px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .pwr-owl.pwr-owl__dots--slide-overlay .owl-dots .owl-dot span {
        opacity: 1
    }
}

.toc {
    overflow-y: auto
}

.toc>.toc-list {
    overflow: hidden;
    position: relative
}

.toc>.toc-list li {
    list-style: none
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: currentColor;
    height: 100%
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.is-collapsed {
    max-height: 0
}

.is-position-fixed {
    position: fixed!important;
    top: 0
}

.is-active-link {
    font-weight: 700
}

.toc-link:after {
    background-color: #f4f6fa;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.is-active-link:before {
    background-color: #2684ff
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0!important
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #00183f;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

@font-face {
    font-family: ytpregular;
    src: url(font/ytp-regular.eot)
}

@font-face {
    font-family: ytpregular;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format("woff"),url(font/ytp-regular.ttf)format("truetype")
}

.mb_YTPlayer:focus {
    outline: 0
}

.YTPWrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    display: block;
    perspective: 1000;
    transform: translateZ(0)translateZ(0);
    transform-style: preserve-3d
}

.mb_YTPlayer .loading {
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate;
    background: rgba(0,0,0,.51);
    border-radius: 5px;
    color: #fff;
    font-family: Droid Sans,sans-serif;
    font-size: 12px;
    padding: 2px 4px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.YTPFullscreen {
    background-color: #000!important;
    border: none!important;
    display: block!important;
    height: 100%!important;
    left: 0!important;
    margin: 0!important;
    opacity: 1!important;
    padding: 0!important;
    position: fixed!important;
    top: 0!important;
    width: 100%!important
}

.inlinePlayButton {
    background-color: rgba(0,0,0,.4);
    border-radius: 100%;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-family: ytpregular;
    font-size: 45px;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: auto;
    opacity: .8;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(1.3);
    transition: all .4s;
    width: 80px
}

.mb_YTPlayer:hover .inlinePlayButton {
    opacity: 1;
    transform: scale(1)
}

.inlinePlayButton:hover {
    background-color: #000;
    transform: scale(1.3)!important
}

.mbYTP_wrapper iframe {
    max-width: 8000px!important
}

.inline_YTPlayer {
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    left: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

.inline_YTPlayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important
}

.mb_YTPBar,.mb_YTPBar .buttonBar {
    box-sizing: border-box;
    left: 0;
    padding: 5px;
    width: 100%
}

.mb_YTPBar .ytpicon {
    font-family: ytpregular;
    font-size: 20px
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px
}

.mb_YTPBar {
    background: #333;
    bottom: 0;
    color: #fff;
    display: block;
    font: 14px/16px sans-serif;
    height: 10px;
    opacity: .1;
    position: fixed;
    text-align: left;
    transition: opacity .5s;
    z-index: 1000
}

.mb_YTPBar.visible,.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    background: 0 0;
    font: 12px/14px san-serif;
    height: 40px;
    position: absolute;
    top: -30px;
    transition: all .5s
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0,0,0,.4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px sans-serif;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 30px
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 6px;
    width: auto
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlayPause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    background: #222;
    bottom: 0;
    height: 10px;
    left: 0;
    width: 100%
}

.mb_YTPBar .mb_YTPLoaded {
    background: #444;
    height: 10px;
    left: 0;
    width: 0
}

.mb_YTPBar .mb_YTPseekbar {
    background: #bb110e;
    bottom: 0;
    box-shadow: 1px 1px 3px rgba(82,82,82,.47);
    height: 10px;
    left: 0;
    width: 0
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-style: "flat"
}

.YTPOverlay.raster {
    background: url(images/raster.png)
}

.YTPOverlay.raster.retina {
    background: url(images/raster@2x.png)
}

.YTPOverlay.raster-dot {
    background: url(images/raster_dot.png)
}

.YTPOverlay.raster-dot.retina {
    background: url(images/raster_dot@2x.png)
}

.mb_YTPBar .simpleSlider {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer!important;
    height: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 100px
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px
}

.mb_YTPBar.compact span.mb_OnlyYT {
    left: 260px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: absolute
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}

html.with-featherlight {
    overflow: hidden
}

.featherlight {
    background: #333;
    background: transparent;
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 2147483647
}

.featherlight:last-of-type {
    background: rgba(23,27,37,.9)
}

.featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    background: #fff;
    cursor: auto;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    background: #fff;
    background: hsla(0,0%,100%,.3);
    border: none;
    color: #000;
    cursor: pointer;
    font-family: Arial,sans-serif;
    line-height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
    z-index: 9999
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    -webkit-overflow-scrolling: touch;
    border-bottom: 0;
    padding: 0
}

.featherlight iframe {
    border: none
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        border-bottom:10px solid transparent;
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0
    }
}

@media print {
    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

.featherlight-next,.featherlight-previous {
    -webkit-touch-callout: none;
    background: transparent;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 80%;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.featherlight-previous {
    left: 25px;
    right: 80%
}

.featherlight-next:hover,.featherlight-previous:hover {
    background: hsla(0,0%,100%,.25)
}

.featherlight-next span,.featherlight-previous span {
    color: #fff;
    display: none;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    left: 5%;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #fff;
    top: 50%;
    width: 82%
}

.featherlight-next span {
    left: auto;
    right: 5%
}

.featherlight-next:hover span,.featherlight-previous:hover span {
    display: inline-block
}

.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous {
    display: none
}

@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,.featherlight-previous:hover {
        background:0 0
    }

    .featherlight-next span,.featherlight-previous span {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight-next,.featherlight-previous {
        left:85%;
        right: 10px;
        top: 10px
    }

    .featherlight-previous {
        left: 10px;
        right: 85%
    }

    .featherlight-next span,.featherlight-previous span {
        font-size: 40px;
        margin-top: -30px
    }
}

.featherlight,.featherlight:last-of-type {
    background-color: rgba(0,0,0,.8)
}

.featherlight .featherlight-close-icon {
    background-color: transparent;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    right: -40px;
    width: 23px
}

.featherlight .featherlight-content {
    background-color: transparent;
    border-bottom: 0!important;
    margin-left: 60px;
    margin-right: 60px;
    max-height: 100%;
    padding: 0!important
}

.featherlight-next {
    left: auto;
    right: -60px;
    top: 0;
    width: 60px
}

.featherlight-previous {
    left: -60px;
    right: auto;
    top: 0;
    width: 60px
}

.featherlight-next:hover,.featherlight-previous:hover {
    background: transparent
}

.featherlight-next:after,.featherlight-previous:after {
    background: transparent;
    bottom: auto;
    content: "";
    display: block;
    height: 25px;
    left: auto;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 25px
}

.featherlight-next:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    left: 10px
}

.featherlight-previous:after {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    right: 10px
}

.featherlight-next span,.featherlight-previous span {
    display: none!important
}

.pwr-featherlight-info {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    max-height: 33%;
    overflow-y: scroll;
    padding: 30px 40px;
    position: absolute;
    width: 100%
}

.pwr-featherlight-info__title {
    margin: 0 0 5px
}

.pwr-featherlight-info__desc {
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .pwr-featherlight-info {
        max-height:150px
    }

    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px
    }

    .featherlight-next {
        right: 0
    }

    .featherlight-previous {
        left: 0
    }

    .featherlight .featherlight-close-icon {
        right: 0;
        top: -30px
    }
}

@media (max-width: 479px) {
    .pwr-featherlight-info {
        background-color:rgba(0,0,0,.8);
        bottom: auto;
        color: inherit;
        margin: 0;
        padding: 20px;
        top: 100%
    }
}