@charset "UTF-8";


a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle
}

.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px
}

.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px
}

.hs-breadcrumb-menu-divider:before {
  content: '›';
  padding-left: 10px
}

.hs-featured-image-link {
  border: 0
}

.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%
}

@media (max-width: 568px) {
  .hs-featured-image {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%
  }
}

.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px
}

li.hs-menu-depth-2 a {
  padding: 15px 0 !important
}

li.hs-menu-depth-3 .cr-nav-link-wrap .cr-nav-link-left a {
  padding-top: 0 !important
}

.transition-reset {
  transition: none !important
}

.cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1:last-child svg {
  position: relative;
  top: 2px;
  left: 3px;
  display: inline-block;
  transition-duration: .1s;
  transition-timing-function: ease-in-out
}

.cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1:last-child:hover svg {
  fill: #FFF
}

.margBot15 {
  margin-bottom: 15px
}

.hs-menu-dropdown-title {
  margin-bottom: 15px
}

.cr.header-main-wrapper .main-menu ul li.has-desc {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 340px
}

.hs-menu-children-wrapper .hs-menu-item a.cr-nav-link-wrap {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 20px !important
}

.cr-nav-link-left {
  width: 90%;
  float: left
}

.cr-nav-link-right {
  width: 10%;
  float: left
}

.cr.header-main-wrapper .main-menu ul li .cr-nav-link-right svg {
  margin: 15px 20px 0 0;
  max-width: 15px;
  float: right;
  opacity: 0;
  transition-duration: .2s;
  transition-property: opacity;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 300ms cubic-bezier(.694, 0, .335, 1);
  transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 300ms cubic-bezier(.694, 0, .335, 1);
  -o-transition: transform 300ms cubic-bezier(.694, 0, .335, 1), opacity 300ms cubic-bezier(.694, 0, .335, 1);
  transition: transform 300ms cubic-bezier(.694, 0, .335, 1), opacity 300ms cubic-bezier(.694, 0, .335, 1);
  transition: transform 300ms cubic-bezier(.694, 0, .335, 1), opacity 300ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 300ms cubic-bezier(.694, 0, .335, 1)
}

.cr.header-main-wrapper .main-menu ul li.has-desc:hover .cr-nav-link-right svg {
  opacity: .6;
  -webkit-transform: translateX(0);
  transform: translateX(5px)
}

.cr-nav-subtitle {
  color: #79c2ae;
  text-transform: uppercase;
  font-size: 11px;
  margin: 15px 0 0 20px;
  line-height: 1.3;

  letter-spacing: 1px;
  display: list-item;
  font-weight: 600
}

.cr-nav-promo-wrap {
  max-width: 270px;
  margin: 75px auto 0;
  display: block
}

.cr-nav-promo-wrap img {
  max-width: 260px;
  margin: 0 auto 15px;
  display: block
}

.hs-menu-item .cr-nav-promo-wrap p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #8a969a
}

.cr-nav-promo-wrap span.cr-nav-promo-cta {
  color: #475b60;

  font-size: 15px;
  letter-spacing: 2.8px !important;
  font-weight: bold;
  text-align: center;
  width: 75%;
  margin: 15px auto 0;
  display: block;
  max-width: 200px !important
}

.cr-nav-promo-wrap h4 {
  text-transform: none;

  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600
}

.cr-nav-promo-wrap span.cr-nav-promo-cta svg {
  fill: #475b60;
  top: 2px;
  left: 2px;
  position: relative;
  width: auto;
  display: inline-block
}

.cr-nav-promo-wrap:hover img {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 20px 5px -40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 5px -40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 5px -40px rgba(0, 0, 0, 0.1)
}

.cr-nav-promo-wrap:hover span.cr-nav-promo-cta div {
  color: #79c2ae
}

.cr-nav-promo-wrap:hover span.cr-nav-promo-cta svg {
  fill: #79c2ae
}

.cr-nav-link-left p:first-of-type {
  color: #475b60 !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .72px;
  text-transform: uppercase
}

.main-menu li.hs-item-has-children:first-child .hs-menu-depth-2 {
  border-left: none !important
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul.push-left li.hs-menu-depth-3 a {
  padding: 7px 0 7px 25px !important;
  margin: 0 !important
}

.hs-item-has-children a {
  color: #475b60
}

li.no-desc a {
  padding: 0
}

.hs-menu-item-v2 a {

  font-size: 16px !important;
  font-weight: bold !important
}

@media screen and (max-width:1024px) {
  .hs-menu-item-v2 {
    margin-left: -25px !important
  }
}

.hs-menu-item p {

  line-height: 1.6em;
  word-spacing: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  color: #8a969a;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0
}

@media screen and (min-width:1025px) {
  li.hs-menu-depth-2 a.margBot15 {
    padding-bottom: 0 !important
  }

  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    width: 33% !important
  }

  .main-menu li.hs-item-has-children .container {
    width: 100%;
    max-width: 1200px !important
  }
}

.main-menu {
  opacity: 1;
  float: right;
  width: 100%
}

span.rule {
  height: 2px;
  background: #dadedf;
  max-width: 340px;
  margin-top: 20px;
  width: 100%;
  display: block
}

@media screen and (max-width:1025px) {
  .hs-menu-depth-2 a {
    margin-bottom: 0
  }

  .hs-menu-item p {
    margin-left: 0
  }

  span.rule {
    display: none
  }
}

.cr.header-main-wrapper .main-menu ul li.hs-menu-depth-3:hover {
  cursor: pointer;
  background-color: #edeff0;
  color: #475b60 !important
}

.cr.header-main-wrapper .main-menu ul li.has-desc:hover {
  cursor: pointer;
  background-color: #f3f4f5;
  color: #475b60 !important
}

.cr.header-main-wrapper .main-menu ul li.has-desc:hover .cr.header-main-wrapper .main-menu ul li.has-desc:hover a:hover {
  color: #FFF
}

.cr.header-main-wrapper .main-menu ul li.has-desc:hover p {
  color: #475b60
}

.cr.header-main-wrapper .main-menu ul li.has-desc:hover .cr-nav-link-wrap .cr-nav-link-left a {
  color: #475b60 !important
}

.cr.header-main-wrapper .main-menu ul li.has-desc:hover .cr-nav-link-wrap .cr-nav-link-left a:hover {
  color: #475b60 !important
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul.push-left li.hs-menu-depth-3:hover a {
  color: #475b60 !important
}

.hs-menu-wrapper .hs-menu-flow-horizontal li.hs-menu-depth-1 li.hs-menu-depth-2:hover {
  color: #79c2ae !important
}

.back-drawer:hover {
  color: #79c2ae !important
}

li.hs-menu-depth-1 a:hover {
  color: #79c2ae !important
}

.hs-menu-depth-1>ul li a:hover {
  color: #79c2ae !important
}

@media(max-width:1139px) and (min-width:768px) {
  .row-fluid .span9 #cr-nav {
    width: 95% !important
  }
}

@media screen and (max-width:1025px) {
  .hs-menu-wrapper .cr-nav-link-wrap {
    display: inline-block
  }

  .cr-nav-link-wrap {
    padding: 0 0 5px 0
  }

  .cr.header-main-wrapper .main-menu ul li.has-desc a {
    padding: 5px 25px 5px 0 !important
  }

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

  .cr-nav-link-right {
    display: none !important;
    width: 0
  }

  .cr-nav-link-left {
    width: 100%
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul.push-left li.hs-menu-depth-3 a {
    padding: 5px 0 !important
  }

  .pad-fix {
    padding-left: 25px
  }

  .hs-menu-children-wrapper {
    margin-bottom: 15px !important
  }

  .hs-menu-item a.cr-nav-promo-wrap {
    margin: 25px auto 0
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    padding-left: 25px
  }

  .cr-nav-subtitle {
    margin-left: 0
  }
}

@media(max-width:568px) {
  #nav-demo-cta svg {
    width: auto !important
  }

  .cr-nav-promo-wrap span.cr-nav-promo-cta div {
    width: 100%
  }

  .cr-nav-promo-wrap a.cr-nav-promo-cta svg {
    display: inline !important;
    width: inherit !important
  }
}

footer .footer-container {
  background-color: black;
  color: white;

}

footer .footer-container .cr-menu-row {
  padding: 60px 0 75px 0
}

.footer-container p a {
  text-decoration: none;
  color: inherit;
  transition: all ease .3s
}

#cr-logo img,
#cr-logo svg {
  max-width: 180px;
  margin-bottom: 15px
}

#cr-logo-mobile {
  display: none
}

.cr-page-listing {
  width: 95%;
  margin: 10px 0 0 5%;
  border-top: 2px #919d9f solid
}

.cr-page-listing h4,
.cr-footer-baseline-row h4 {
  font-size: 18px;
  text-rendering: optimizeLegibility;

  letter-spacing: 1.5px;
  margin-top: 15px;
  color: #FFF
}

.cr-page-listing ul {
  margin-top: 10px;
  list-style: none
}

.cr-page-listing ul li::before,
.cr-footer-baseline-row ul li::before {
  content: none
}

.cr-page-listing ul li {
  margin: 5px 0 5px 20px;

  line-height: 1.2rem
}

.cr-page-listing ul li a {
  color: #6c7b81;
  letter-spacing: 1.4px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: all ease .3s;

}

.cr-page-listing ul li a::after {
  content: '\e800';

  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  transition: left .3s ease;
  position: relative;
  display: inline-block;
  text-decoration: inherit;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 300ms cubic-bezier(.694, 0, .335, 1);
  transition: opacity 300ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 300ms cubic-bezier(.694, 0, .335, 1);
  -o-transition: transform 300ms cubic-bezier(.694, 0, .335, 1), opacity 300ms cubic-bezier(.694, 0, .335, 1);
  transition: transform 300ms cubic-bezier(.694, 0, .335, 1), opacity 300ms cubic-bezier(.694, 0, .335, 1);
  transition: transform 300ms cubic-bezier(.694, 0, .335, 1), opacity 300ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 300ms cubic-bezier(.694, 0, .335, 1)
}

.cr-page-listing ul li a:hover:after {
  transform: translateX(5px);
  opacity: 1
}

.footer-container p a:hover,
.cr-page-listing ul li a:hover {
  color: white
}

.sub-logo-text {
  line-height: 24px;
  font-size: 12px;
  color: #6c7b81;

  width: 90%;
  padding-left: 5px
}

.terms-text {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: .65rem;
  color: #6d7c81;

  text-align: left;
  margin-left: 5%
}

#cr-footer__social ul {
  list-style: none;
  display: inline-flex;
  margin-top: 7px
}

#cr-footer__social ul li {
  margin: 0 10px;
  transition: .2s all ease
}

#cr-footer__social ul li:hover {
  transform: translateY(-5px)
}

#cr-footer__social ul li a {
  width: 32px;
  height: 32px;
  display: block
}

@media screen and (max-width:1024px) {
  .row-fluid .span3 {
    width: 100% !important;
    margin-left: 0 !important;
    float: left !important
  }

  .cr-menu-row {
    display: none !important
  }

  .terms-text {
    margin: 0 auto;
    width: 270px;
    text-align: center
  }

  #cr-footer__social ul {
    width: 225px;
    margin: 20px auto 0 auto;
    display: block
  }

  #cr-footer__social ul li {
    display: inline-block;
    margin: 0 5px
  }

  #cr-footer__social ul li:first-of-type {
    margin-left: 0
  }

  .cr-footer-baseline-row {
    padding-bottom: 50px !important
  }

  #cr-logo-mobile {
    display: block;
    width: 200px;
    margin: 0 auto 35px auto
  }
}

.row-fluid {
  width: 100%;
  *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: ""
}

.row-fluid:after {
  clear: both
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%
}

.container-fluid {
  *zoom: 1
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ""
}

.container-fluid:after {
  clear: both
}

@media(max-width:767px) {
  .row-fluid {
    width: 100%
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0
  }
}

@media(min-width:768px) and (max-width:1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: ""
  }

  .row-fluid:after {
    clear: both
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%
  }
}

@media(min-width:1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: ""
  }

  .row-fluid:after {
    clear: both
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%
  }
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""
}

.clearfix:after {
  clear: both
}

.hide {
  display: none
}

.show {
  display: block
}

.invisible {
  visibility: hidden
}

.hidden {
  display: none;
  visibility: hidden
}

.visible-phone {
  display: none !important
}

.visible-tablet {
  display: none !important
}

.hidden-desktop {
  display: none !important
}

@media(max-width:767px) {
  .visible-phone {
    display: inherit !important
  }

  .hidden-phone {
    display: none !important
  }

  .hidden-desktop {
    display: inherit !important
  }

  .visible-desktop {
    display: none !important
  }
}

@media(min-width:768px) and (max-width:1139px) {
  .visible-tablet {
    display: inherit !important
  }

  .hidden-tablet {
    display: none !important
  }

  .hidden-desktop {
    display: inherit !important
  }

  .visible-desktop {
    display: none !important
  }
}



.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}






.pad10 {
  padding: 10px
}

.pad10-vert {
  padding: 10px 0
}

.pad10-horiz {
  padding: 0 10px
}

.pad10-top {
  padding-top: 10px
}

.pad10-bottom {
  padding-top: 10px
}

.pad20 {
  padding: 20px
}

.pad20-vert {
  padding: 20px 0
}

.pad20-horiz {
  padding: 0 20px
}

.pad20-top {
  padding-top: 20px
}

.pad20-bottom {
  padding-top: 20px
}

.pad30 {
  padding: 30px
}

.pad30-vert {
  padding: 30px 0
}

.pad30-horiz {
  padding: 0 30px
}

.pad30-top {
  padding-top: 30px
}

.pad30-bottom {
  padding-top: 30px
}

.pad50 {
  padding: 50px
}

.pad50-vert {
  padding: 50px 0
}

.pad50-horiz {
  padding: 0 50px
}

.pad50-top {
  padding-top: 50px
}

.pad50-bottom {
  padding-top: 50px
}

.pad75-vert {
  padding: 75px 0
}

.pad75-top {
  padding-top: 75px
}

.pad75-bottom {
  padding-top: 75px
}

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom
}

video {
  max-width: 100%;
  height: auto
}

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

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

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  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 {
  position: static;
  width: auto;
  height: auto
}

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

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  padding: 6px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
  content: " ";
  display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: " ";
  display: table;
  clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0
}

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
  margin-bottom: 0
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis
}

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

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 10px 20px;
  text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px
}

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto
}

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static
}

.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.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18)
}

@media(max-width:568px) {

  .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 ul {
    list-style: none;
    margin: 0;
    display: block
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block
  }

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

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block;
    max-width: 100%;
    width: 100%
  }
}

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

.widget-type-space {
  visibility: hidden
}

.hs-author-listing-header {
  margin: 0 0 .75em 0
}

.hs-author-social-links {
  display: inline-block
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("../../../../../../../static.hubspot.com/final/img/common/icons/social/facebook-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("../../../../../../../static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("../../../../../../../static.hubspot.com/final/img/common/icons/social/twitter-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("../../../../../../../static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png")
}

.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  opacity: .8;
  left: 5px
}

.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 {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default
}

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

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

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

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

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

.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 {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center
}

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

.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -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, 0.3)
}

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

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

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

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

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

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

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

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

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

.hs_cos_flex-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  bottom: 0;
  text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent
}

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

  #recaptcha_area table#recaptcha_table {
    width: 300px !important
  }

  #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
  }
}

.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: white
}

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

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

pre {
  overflow-x: auto
}

table pre {
  white-space: pre-wrap
}

.comment {
  margin: 10px 0 10px 0
}

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

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

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

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 {
  min-height: 0;
  line-height: 12px
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html,
body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
 
}



.din-subhead-top {

  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #596a6f;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block
}

.din-subhead {

  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: black
}

.dark-highlight {
  background-color: #485b61;
  padding: 8px 12px;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2.2px;

}

.right-arrow::after {
  content: 'Ãš';

  font-size: 24px;
  color: #000;
  transition: ease-in-out all .5s;
  padding-left: 10px;
  position: relative
}

.h-bg-black.right-arrow:hover::after {
  color: #fff
}

.scroll-logo {
  display: none !important
}

@media screen and (max-width:480px) {
  .right-arrow::after {
    font-size: 17px
  }
}

.page-center {
  display: table;
  float: none !important;
  position: relative
}

a {
  color: #129ac8
}

.post-body a {
  color: auto
}

.page-center a.c-white {
  color: #FFF
}

@media only screen and (min-device-width:320px) and (max-device-width:736px) {
  .page-center {
    display: block;
    padding-right: 15px;
    padding-left: 15px
  }
}

@media(min-width:750px) {
  .page-center {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important
  }
}

@media(min-width:1200px) {
  .page-center {
    width: 100% !important;
    max-width: 1300px
  }
}

a {
  color: ;
  text-decoration: none
}

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

img {
  max-width: 100%;
  height: auto
}

.hs_cos_wrapper_type_rich_text table {
  width: 100%
}

.row-fluid [class*="span"] {
  min-height: 0
}

.widget-type-space {
  padding: 1px
}

p,
q {
  color: #596a6f;

  font-weight: 500;
  font-size: 15px;
  line-height: 1.6em;
  word-spacing: -.1em;
  -webkit-margin-before: 1rem;
  -webkit-margin-after: 1.5rem;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-rendering: optimizelegibility
}

span {

  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility
}

label {
  color: #575b60;

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility
}

p.semi {
  font-weight: 600
}

strong {
  font-weight: 700
}

q {
  font-style: italic;
  font-weight: 300
}

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

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;

  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-weight: 400
}

h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 80px
}

h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: .05em
}

h4 {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px
}

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

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

::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: #129ac8
}

ol,
ul {
  padding-left: 0
}

li {
  color: #575b60;

  font-weight: 400;
  text-rendering: optimizelegibility
}

.widget-type-rich_text ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 1rem 0;
  padding: 0
}

.widget-type-rich_text ul li {
  padding-left: .6rem
}

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {

  border-radius: 0
}

.hs-form-field>label {
  display: block
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0
}

.button {
  border: 2px solid #129ac8;
  color: #129ac8;
  padding: 14px 30px 11px 30px;
  background: transparent;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;

  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 600
}

.button:hover {
  background-color: #129ac8;
  color: white
}

.bg-white {
  background: #FFF
}

.white-sub-header {

  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2.9px;
  text-align: left;
  color: #fff;
  text-transform: uppercase
}

.legal-consent-container .hs-richtext {
  font-size: 11px;
  margin: 8px 0
}

.legal-consent-container label {
  font-size: 16px;
  margin: 8px 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center
}

.legal-consent-container input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  margin-right: 4px;
  width: auto !important
}

#LEGAL_CONSENT.subscription_type_3958578-71e2bd0d-1c52-442c-8fa0-e709501e3258_2101 {
  width: auto !important
}

.legal-consent-container li {
  list-style-type: none
}

.error-template .content-wrapper {
  text-align: center;
  padding: 50px 15px 100px
}

.error-template .content-wrapper h1 {
  color: #129ac8;
  text-align: center;
  display: block
}

@media only screen and (max-width:1024px) {
  .error-template .content-wrapper {
    padding: 80px 15px 50px
  }
}

.particle-wrapper-1,
.particle-wrapper-2 {
  position: absolute;
  width: 38%;
  top: 5%;
  right: -12%
}

.particle-wrapper-2 {
  top: 14%;
  right: -25%;
  z-index: 10
}

.particle-wrapper-dots {
  position: absolute;
  width: 56%;
  top: -3%;
  right: -10%
}

.custom-section-2.e-2 .particle-wrapper-dots {
  top: 13%;
  right: -36%;
  z-index: 50
}

.section {
  padding: 100px 0
}

.main-logo {
  width: 31.623931624% !important
}

.headerlogos .main-logo,
.headerlogos .scroll-logo {
  width: auto !important;
  -webkit-transition: opacity .15s ease-in;
  -moz-transition: opacity .15s ease-in;
  -ms-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in
}

.headerlogos {
  position: relative
}

.headerlogos .scroll-logo {
  position: absolute;
  left: 15px
}

.headerlogos .main-logo img {
  max-width: 240px
}

.headerlogos .scroll-logo img {
  max-width: 80px;
  max-height: 51.95px
}

.scroll-js .main-menu {
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  z-index: 2
}

.scroll-js .header-main-bgmask {
  -webkit-transition: all .15s ease-in-out !important;
  -o-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important
}

.row-fluid [class*="span"].mobile-logo {
  display: none
}

.header-container-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 50
}

.header-minimal {
  background: white
}

.header-main-wrapper .page-center {
  max-width: 1600px;
  position: initial
}

.main-menu * {
  transition: all .3s ease
}

.main-menu ul li a {
  font-size: 14px;

  letter-spacing: .83px;
  text-transform: uppercase;
  color: #fff;
  max-width: 100% !important;
  font-weight: bold;
  display: block !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.main-menu .hs-menu-depth-1:first-child .hs-menu-depth-2>a {

  text-rendering: optimizeLegibility;
  font-size: 18px
}

.main-menu .hs-menu-wrapper li.hs-menu-depth-3 a {
  font-weight: normal;
  color: #575b60 !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .72px;
  padding: 5px 20px
}

.main-menu .hs-menu-wrapper li.hs-menu-depth-3 a:hover {
  color: #79c2ae !important
}

@media screen and (min-width:1024px) {
  .main-logo {
    position: relative;
    top: -15px
  }

  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    position: relative;
    padding-right: 20px
  }

  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    transition: ease-in-out all .2s;
    position: absolute;
    right: 5px;
    top: 15px;
    background-color: transparent
  }

  .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .header-main-wrapper.hovered .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after,
  .header-main-wrapper.sticky .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after {
    color: #79878b
  }

  .header-main-wrapper.hovered .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover>a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #79c2ae
  }

  .main-menu li.hs-item-has-children:first-child .hs-menu-depth-2 {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #f0f0f0
  }

  .main-menu li.hs-item-has-children:first-child .hs-menu-depth-2:first-child {
    border-left: 0
  }

  .main-menu li.hs-item-has-children .container {
    max-width: 1090px;
    margin: 0 auto;
    display: table
  }
}

.main-menu ul li a:hover {
  color: #79c2ae
}

.main-menu .hs-menu-wrapper .hs-menu-depth-3 a {
  font-weight: normal
}

.blackMenu .main-menu ul li a:hover {
  color: #79c2ae
}

.main-menu ul li.hs-menu-depth-1:last-child {
  margin-left: 15px;
  position: relative;
  top: -3px;
  z-index: 10
}

.main-menu ul li.hs-menu-depth-1:last-child a {
  padding: 6px 14px 3px;
  margin-top: 4px;
  border: 2px solid #129ac8;
  background: #129ac8;
  color: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu ul li.hs-menu-depth-1:last-child a:hover {
  border: 2px solid #129ac8;
  color: #129ac8 !important;
  background: transparent
}

.cr .main-menu ul li.hs-menu-depth-1:last-child a {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;

  letter-spacing: 3px;
  padding: 14px 33px;
  line-height: 1
}

.cr .main-menu ul li.hs-menu-depth-1:last-child a:hover {
  border: 2px solid #000;
  color: #fff !important;
  background-color: #000
}

.main-menu ul li:nth-child(4) {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  letter-spacing: 1px
}

.main-menu ul {
  float: right !important
}

.cr .main-logo {
  top: 0;
  width: 195px !important
}

.cr .main-logo img,
.cr .mobile-logo img {
  width: 100% !important
}

.cr.header-main-wrapper {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 0
}

.cr.header-main-wrapper.sticky {
  position: fixed
}

.cr.header-main-wrapper .header-main-bgmask {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 40px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out .1s;
  transition: -webkit-box-shadow .3s ease-in-out .1s;
  -o-transition: box-shadow .3s ease-in-out .1s;
  transition: box-shadow .3s ease-in-out .1s;
  transition: box-shadow .3s ease-in-out .1s, -webkit-box-shadow .3s ease-in-out .1s
}

.cr .hamburger-box {
  width: 35px !important;
  height: 14px
}

.cr.header-main-wrapper .hamburger-inner,
.cr.header-main-wrapper .hamburger-inner::before,
.cr.header-main-wrapper .hamburger-inner::after {
  height: 1.5px !important
}

.cr.header-main-wrapper .hamburger-inner::before {
  opacity: 0
}

.cr.header-main-wrapper .main-menu ul.hs-menu-children-wrapper .back-drawer {
  display: none
}

.cr.header-main-wrapper .main-menu .hs-menu-wrapper li.hs-menu-depth-1:not(:first-of-type) li.hs-menu-depth-2 a {
  font-weight: normal;
  color: #575b60 !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .72px
}

.cr.header-main-wrapper .main-menu .hs-menu-wrapper li.hs-menu-depth-1:not(:first-of-type) li.hs-menu-depth-2 a:hover {
  color: #79c2ae !important
}

@media(min-width:1025px) {
  .cr.header-main-wrapper.sticky {
    background-color: transparent
  }

  .cr.header-main-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
  }

  .cr.header-main-wrapper>.page-center>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .cr.header-main-wrapper .main-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #79878b
  }
}

.banner-header-wrapper {
  position: relative;
  padding-bottom: 100px;
  background-position: 46% 45% !important
}

.banner-header-wrapper {
  background-position: 46% top !important
}

.banner-header-wrapper.dark {
  -webkit-box-shadow: inset 0 41px 80px 21px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 41px 80px 21px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 41px 80px 21px rgba(0, 0, 0, 0.7)
}

.banner-header-wrapper h1,
.content-wrapper h1 {
  font-size: 80px;
  color: #fff;
  position: relative;
  display: table
}

.banner-header-wrapper h2,
.content-wrapper h2 {
  color: #fff;
  margin-right: 15px
}

.banner-header-wrapper p {
  color: #9b9b9b
}

.home .banner-right-content p {
  max-width: 400px
}

.home .custom-header p {
  max-width: 650px
}

.banner-header-wrapper .content-wrapper {
  padding-top: 150px;
  position: relative
}

.content-wrapper {
  position: relative
}

.content-wrapper .blog-hero__subhead {
  margin-right: 0;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  color: #74e0c1
}

.content-wrapper.blog {
  padding-bottom: 1250px
}

.dark-color h1,
.dark-color h2 {
  color: #000;
  position: relative;
  display: inline;
  margin-bottom: 20px
}

.dark-color h1:after,
.dark-color h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -33px;
  bottom: -26px;
  display: none
}

.dark-color p {
  color: #575b60;
  padding-top: 20px
}

.bg-white {
  background-color: #fff
}

.white-color h1,
.white-color h2 {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px
}

.white-color h1:after,
.white-color h2:after {
  content: '';
  display: block;
  background: #fff;
  margin: 20px 0 28px 0;
  position: absolute;
  width: 32px;
  height: 7px;
  right: -38px;
  bottom: -26px
}

.white-color p {
  color: #efefef;
  padding-top: 20px
}

.who-we-are .dark-color h1:after,
.dark-color h2:after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -38px;
  bottom: -13px
}

.header-bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default !important
}

.content-wrapper .header-bg {
  position: absolute;
  top: 25%;
  left: -20%;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  width: 6000px;

  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.content-wrapper.blog .header-bg {
  color: rgba(0, 0, 0, 0.2);
  top: 100px;
  left: -10%
}

.custom-header .content-wrapper h1:after {
  content: '' !important;
  background: transparent;
  margin: 0
}

.custom-header .content-wrapper .din {
  line-height: 1.5em
}

.din {
  letter-spacing: .16em;

  font-weight: 600;
  font-size: 24px
}

.custom-blink-1 span.blink {
  right: -33px;
  bottom: -20px;
  width: 30px;
  height: 7px
}

.hamburger-wrapper .hamburger,
.child-triggers {
  display: none
}

.image-content-wrapper {
  padding-top: 180px
}

.image-content-wrapper .left-image img {
  position: relative;
  left: -11px
}

.image-content-wrapper .content-wrapper {
  padding-top: 150px
}

.col-2-wrapper {
  position: absolute;
  bottom: -85px;
  left: 0;
  height: 170px;
  width: 1170px;
  margin: 0 auto;
  right: 0;
  background: #000
}

.col-2-wrapper .col-2-left {
  background: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/bg-galaxy-img-4.png") no-repeat center left;
  background-color: rgba(18, 154, 200, 1);
  position: relative;
  width: 40% !important;
  height: 100%
}

.col-2-wrapper .col-2-right {
  margin-left: 0 !important;
  background: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/bg-galaxy-img-4.png") no-repeat center right;
  background-color: rgba(12, 120, 156, 1);
  padding: 20px 50px 20px 40px;
  position: relative;
  width: 60% !important;
  height: 100%
}

.col-2-right p {
  color: #fff;
  font-size: 14px;
  max-width: 100%;
  font-weight: 100;
  line-height: 30px;
  margin: 0;
  padding-right: 50px
}

.col-2-wrapper .col-2-left h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  line-height: 34px;
  padding-top: 6px
}

.col-2-wrapper .col-2-left .col-2 {
  position: relative;
  left: 15px;
  top: 15px
}

.col-2-left .col-2 p {
  margin: 0;
  color: #000;
  font-weight: bold;
  position: relative;
  top: 7px
}

.col-2-wrapper .col-2-left .col-2 img {
  float: left;
  margin-right: 24px;
  padding-top: 0;
  max-width: 130px
}

.col-2-wrapper .col-2-right .col-2 {
  max-width: 100%
}

.col-2-wrapper .col-2-right .col-2 .span4 {
  margin-left: 0
}

.col-2-right a.cta-custom {
  border: 2px solid #fff;
  color: #fff;
  margin-top: 30px
}

.col-2-wrapper span a.custom-cta {
  position: absolute;
  top: 50%;
  right: 6%;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.graph-section {
  margin-top: 100px;
  padding-bottom: 225px;
  position: relative;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease
}

.graph-section.d-1 img {
  top: 0;
  right: -5%
}

.graph-section.e-1 {
  margin-top: 180px
}

.graph-section .content-wrapper {
  padding-top: 50px
}

.graph-section img {
  position: absolute;
  top: -10%;
  right: -15%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  max-width: 120% !important;
  height: auto
}

.graph-section .page-center {
  position: relative;
  display: block
}

.section-col-2-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 80px 0 500px 0;
  position: relative
}

.section-col-2-wrapper .bg-img {
  display: none
}

.section-col-2-wrapper .bg-right img {
  position: absolute;
  top: 0;
  right: -75%
}

.section-col-2-wrapper .img-wheel {
  padding: 40px 0
}

.img-wheel img {
  position: relative;
  z-index: 9
}

.img-wheel img {
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -ms-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 100000ms;
  -moz-animation-duration: 100000ms;
  -ms-animation-duration: 100000ms;
  animation-duration: 100000ms;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.section-col-2-wrapper .page-center {
  position: relative
}

.custom-section-1 {
  margin-top: 140px;
  background-position: 100% 85%;
  padding: 80px 0 350px 0
}

.custom-section-1 .dark-color p {
  padding-right: 100px
}

.irlcls-section {
  background-image: none !important
}

.custom-section-1 .content-wrapper .header-bg {
  top: -21%;
  left: -35%;
  color: rgba(53, 53, 53, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.custom-section-2 {
  padding: 150px 0 0 0;
  overflow: hidden
}

.custom-section-2 .content-wrapper {
  padding-top: 160px
}

.custom-section-2 .content-wrapper .header-bg {
  top: 21%;
  left: -42%;
  color: rgba(153, 159, 169, 0.2)
}

.custom-p .content-wrapper p {
  max-width: 345px
}

.client-logos-wrapper {
  padding: 40px 0
}

.client-logos-wrapper.bg-black {
  background-color: #000
}

.client-logos-wrapper.bg-black h2::after {
  background: #fff
}

.client-logos-wrapper.bg-black h2 {
  color: #fff
}

.client-logos-wrapper h2 {
  position: relative;
  position: relative;
  display: inline-block;
  margin-bottom: 20px
}

.client-logos-wrapper h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -38px;
  bottom: -26px
}

.client-logos {
  padding-top: 35px
}

.client-logos .logo1 {
  width: 20% !important;
  padding-left: 65px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle
}

.inline-container {
  font-size: 0
}

.col-5 {
  width: calc(100%/5)
}

.inline-block {
  display: inline-block
}

.va-middle {
  vertical-align: middle
}

.ta-center {
  text-align: center
}

.logo-bar {
  text-align: center
}

.logo-bar .logo {
  display: inline-block
}

.promoBanner,
.promoBannerMobile {
  display: none !important
}

@media screen and (max-width:1024px) {
  .logo-bar .logo-container {
    width: 50%;
    text-align: center;
    padding: 0 20px 30px
  }
}

.client-logos .logo1:first-child {
  padding-left: 0
}

.client-logos .logo1:first-child img {
  position: relative;
  top: 18px
}

.client-logos .logo1:nth-child(2) {
  padding-left: 30px
}

.client-logos .logo1:nth-child(2) img {
  position: relative;
  top: -12px
}

.client-logos .logo1:nth-child(3) {
  padding-left: 45px
}

.client-logos .logo1:last-child {
  padding-left: 85px
}

.custom-blue-overlay .ctaModule:after {
  mix-blend-mode: initial
}

.custom-blue-overlay .ctaContent {
  background-color: #000;
  text-align: center
}

.custom-blue-overlay .ctaContent h2,
.ctaContent h2 {
  font-size: 80px;
  line-height: 80px;
  color: #fff
}

.form-insights-wrapper {
  background: #000;
  height: 60px;
  max-width: 80%;
  margin: 50px auto 50px auto
}

.form-insights-wrapper .hs-form-field>label {
  display: none
}

.form-insights-wrapper h3 {
  font-size: 30px;
  line-height: 30px;
  float: left;
  width: 50%;
  font-weight: 100;
  position: relative;
  color: #fff;
  top: 18px;
  padding-left: 31px;
  `
}

.form-insights-wrapper form.hs-form {
  float: left;
  width: 50%
}

.form-insights-wrapper form.hs-form .hs_email {
  width: 87.9%;
  float: left;
  padding: 10px 20px 0 20px
}

.form-insights-wrapper form.hs-form .hs_email input {
  border: 0;
  background: transparent;
  border-bottom: 2px solid #129ac8;
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  -webkit-appearance: none
}

.form-insights-wrapper form.hs-form .hs_submit {
  width: 12%;
  float: right;
  position: relative;
  left: 0;
  -webkit-appearance: none
}

.form-insights-wrapper form.hs-form .hs_submit input {
  text-indent: -999px;
  background: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/submit-icon.png") no-repeat;
  height: 60px;
  border: 0;
  background-position: center right;
  width: 100%;
  cursor: pointer
}

.form-insights-wrapper form.hs-form ul.hs-error-msgs li {
  list-style: none
}

.form-insights-wrapper form.hs-form ul.hs-error-msgs li label {
  font-size: 12px;
  color: #fff
}

::-webkit-input-placeholder {
  color: #129ac8
}

::-moz-placeholder {
  color: #129ac8
}

:-ms-input-placeholder {
  color: #129ac8
}

:-moz-placeholder {
  color: #129ac8
}

.form-insights-wrapper .ty-message {
  display: inline-block;
  padding: 20px 0 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 50%
}

.leftColumn {
  font-size: 0
}

.leftColumn>span>div {
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top
}

.leftColumn .featuredDiv {
  max-width: none;
  padding-left: 6px;
  margin-left: 0
}

.smallFull-container {
  font-size: 0
}

.smallFull-container>span>div {
  display: inline-block;
  width: calc(100%/4);
  vertical-align: top
}

.smallFull-container .featuredDiv {
  max-width: none;
  padding-left: 6px;
  margin-left: 0
}

@media screen and (max-width:1024px) {
  .smallFull-container>span>div {
    width: calc(100%/2)
  }
}

@media screen and (max-width:768px) {

  .leftColumn>span>div,
  .smallFull-container>span>div {
    width: 100%
  }

  .leftColumn .featuredImage,
  .smallFull-container .featuredImage {
    height: 375px
  }

  .leftColumn .featuredDiv,
  .smallFull-container .featuredDiv {
    padding-left: 0;
    margin-left: 0
  }
}

.smallBoxHover.grayscale {
  background-color: rgba(0, 0, 0, 0.50);
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%)
}

.small-box {
  min-height: 306px !important
}

.smallBoxHover {
  padding: 0 30px;
  min-height: 306px !important
}

.small-box p {
  margin-top: 0
}

.post-div {
  position: relative;
  min-height: 142px
}

.post-div:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #979797;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto
}

.smallContainer p:last-child {
  margin-bottom: 0;
  color: #898989;
  width: 50%;
  margin: 0 auto;
  padding-top: 25px
}

.col-4-wrapper .smallBoxHover p {
  color: #fff
}

.ctaModule:after {
  background-size: cover !important
}

.flex.home .footer-mid-section {
  padding-bottom: 300px;
  background-position: center 30%
}

@media screen and (max-width:1024px) {
  .flex.home .footer-mid-section {
    padding-bottom: 200px;
    background-position: center bottom
  }
}

.minimal-footer.footer-menu-wrapper {
  padding: 60px 0;
  background: #252729
}

.footer-mid-section {
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px
}

.footer-mid-section h2 {
  position: relative;
  display: inline;
  margin-bottom: 65px
}

.copyright p {
  font-size: 14px;
  color: #898989;
  padding-top: 40px
}

.minimal-footer .copyright p {
  padding-top: 0;
  text-align: right
}

.footer-sub-menu {
  padding-bottom: 60px
}

.minimal-footer .footer-sub-menu {
  padding-bottom: 0
}

.footer-sub-menu ul li a {
  color: #898989;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.footer-sub-menu ul li a:hover {
  color: #129ac8
}

.footer-sub-menu ul li:first-child a {
  position: relative;
  top: -5px
}

.footer-sub-menu ul li a i {
  font-size: 30px;
  position: relative;
  top: -7px
}

.footer-mega-menu h4 {
  padding-bottom: 10px;
  color: #252729
}

.footer-mega-menu h4 a {
  color: #252729
}

.footer-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  float: none;
  line-height: 0px;
  padding-bottom: 10px
}

.footer-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: 100%;
  white-space: initial;
  font-size: 15px;
  padding: 0 0 0px 0;
  line-height: 18px;
  color: #898989;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}

.footer-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: #129ac8
}

.partner-content {
  margin-top: 18px;
  display: none
}

.partner-content ul li {
  list-style: none
}

.partner-content ul li a {
  font-size: 15px;
  padding: 0 0 0px 0;
  line-height: 18px;
  color: #898989;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

  letter-spacing: 1px
}

.partner-content ul li a:hover {
  color: #129ac8;
  text-decoration: none
}

.defenders-content {
  margin-top: 18px
}

.defenders-content ul li {
  list-style: none
}

.defenders-content ul li a {
  font-size: 15px;
  padding: 0 0 0px 0;
  line-height: 18px;
  color: #898989;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

  letter-spacing: 1px
}

.defenders-content ul li a:hover {
  color: #129ac8;
  text-decoration: none
}

.custom-particles-1 .particle-wrapper-1.white {
  top: 21%;
  width: 37%
}

.custom-particles-1 .particle-wrapper-dots {
  width: 45%;
  top: 22%;
  right: -13%
}

.banner-header-wrapper.custom-banner {
  padding-bottom: 100px
}

.banner-header-wrapper.custom-banner.a-1 {
  padding-bottom: 150px
}

.bg-header-1 .content-wrapper {
  padding-top: 320px
}

.bg-header-1 .content-wrapper .header-bg {
  top: 25%;
  left: -23%
}

.bg-header-1 .content-wrapper h1 {
  padding-bottom: 0
}

.bg-header-1 .content-wrapper p {
  padding-top: 20px
}

.bg-header-2 .content-wrapper .header-bg {
  color: rgba(153, 159, 169, 0.2);
  top: 14%;
  left: -27%
}

.right-content-wrapper {
  padding: 280px 0 220px 0
}

.section-1 {
  padding: 100px 0 180px 0
}

.sm-banner-header {
  padding-bottom: 300px !important;
  background-position: center top !important
}

.sm-banner-header .content-wrapper .header-bg {
  top: 41%;
  left: -45%
}

.blackFooter .main-menu ul li:nth-child(4) a:after {
  background: #999
}

.fullwidth-col-2 {
  display: none
}

.fullwidth-col-2-wrapper .content {
  padding: 120px 0
}

.image-content,
.content-image {
  display: block !important
}

.hide-section {
  display: none
}

.custom-blue-overlay .ctaContent {
  max-width: 100%;
  margin: 0 auto;
  display: table;
  float: right !important
}

.col-4-wrapper .small-box {
  float: left;
  width: 22%;
  margin-right: 2.67%;
  margin-top: 50px
}

.smallBoxHover .hoverContainer:hover {
  cursor: pointer !important
}

.col-4-wrapper .small-box:last-child {
  margin-right: 0
}

.smallBoxHover {
  z-index: 5
}

.featured-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/CTAHoverOverlay.png")
}

.tc-icbg .half {
  display: inline-block;
  vertical-align: middle;
  width: calc(98%/2)
}

.tc-icbg img {
  height: auto
}

.tc-icbg .image {
  text-align: center
}

.tc-icbg .copy .inner {
  max-width: 535px
}

.tc-icbg .image-right .copy {
  padding-right: 15px
}

.tc-icbg .image-right .image {
  padding-left: 15px
}

.tc-icbg .image-left .copy {
  padding-left: 15px
}

.tc-icbg .image-left .image {
  padding-right: 15px
}

.tc-icbg h2 {
  position: relative;
  display: inline
}

.tc-icbg h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -33px;
  bottom: -26px
}

.cta-section .page-center {
  max-width: 960px
}

.cta-section .text {
  background: rgba(0, 0, 0, 0.30);
  padding: 100px 100px 80px
}

.cta-section .text * {
  color: #fff
}

.cta-section .text a.cta_button {
  margin-top: 27px !important
}

.productPage .imageOverlay {
  background: 0
}

.featuredDetails .fa-times-circle {
  display: none;
  top: 25px
}

.featuredDetails.open .fa-times-circle {
  display: block
}

.hamburger-box {
  width: 30px !important
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px !important;
  height: 3px !important
}

.dark-color h2::after {
  content: '';
  display: block;
  width: 32px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -38px;
  bottom: -26px
}

.newslisting-body {
  margin-top: 24px;
  max-width: 700px;
  display: block
}

.newslisting-body h2 a {
  font-size: 28px;
  line-height: 34px;
  text-transform: none;
  letter-spacing: .5px;
  max-width: 700px;
  display: block;
  color: #485b61
}

.newslisting-date {
  color: #000;

  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 10px
}

.newslisting .hs-blog-post .page-center {
  display: table
}

.table-fix .page-center {
  display: table !important
}

.newslisting.hs-blog-listing .banner-header-wrapper {
  margin: 0
}

.newslisting .post-listing .post-item {
  display: block;
  width: 100%;
  margin: 0
}

.newslisting .post-item:first-child {
  padding-top: 24px
}

.newslisting .post-item {
  border-bottom: 1px solid #979797;
  border-bottom: 1px solid rgba(151, 151, 151, 0.59);
  padding: 24px 0
}

.newslisting .post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.newlisting-header h1 {
  color: #000 !important
}

.newslisting .post-item h2,
.newslisting .post-item a {
  font-size: 20px;
  text-transform: initial;
  line-height: 1.25em;
  letter-spacing: 1.11px
}

.newslisting .post-item .post-date {

  font-size: 14px;
  margin-top: 10px;
  color: inherit
}

.newslisting .post-body {
  padding: 0px
}

.press.hs-blog-listing .banner-header-wrapper {
  margin: 0
}

.press .post-listing .post-item {
  display: block;
  width: 100%;
  margin: 0
}

.press .post-item:first-child {
  padding-top: 24px
}

.press .post-item {
  border-bottom: 1px solid #979797;
  border-bottom: 1px solid rgba(151, 151, 151, 0.59);
  padding: 24px 0
}

.press .post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.press .post-item h2,
.press .post-item a {
  font-size: 20px;
  text-transform: initial;
  line-height: 1.25em;
  letter-spacing: 1.11px
}

.press .post-item .post-date {

  font-size: 14px;
  margin-top: 10px;
  color: inherit
}

.inline-container {
  font-size: 0
}

.inline-block {
  display: inline-block
}

.half {
  width: 50%
}

.va-top {
  vertical-align: top
}

.newsroom .featured-press .page-center {
  max-width: 1170px !important
}

.newsroom .featured-story {
  padding-right: 95px
}

.newsroom h2.title {
  margin-bottom: 21px;
  font-size: 40px;
  line-height: 1.2em
}

.newsroom h2.title::after {
  content: '_';
  font-weight: bold
}

.newsroom .featured-post-item {
  border: 1px solid #e1e1e1;
  padding: 0 32px
}

.newsroom .featured-post-item .post-title {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;

  text-transform: uppercase;
  font-weight: bold
}

.newsroom .featured-post-item .featured-image {
  margin-top: 40px;
  margin-bottom: 21px;
  min-height: 0
}

.newsroom .featured-post-item .description {

  font-size: 15px;
  margin: 15px 0 65px;
  line-height: 1.6em
}

.newsroom .press .btn {
  margin-top: 34px
}

.newsroom .press-feed {
  padding-bottom: 40px
}

.newsroom .featured-post-item a.btn {
  position: absolute;
  bottom: 80px
}

a.btn {
  display: inline-block;
  font-size: 15px;

  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .83px;
  padding: 8px 30px;
  text-decoration: none
}

a.blue-clear-btn {
  border: 2px solid #485b61;
  color: #485b61;
  background-color: transparent;
  transition: ease-in-out .3s all
}

a.blue-clear-btn:hover {
  background-color: #485b61;
  color: #fff
}

a.white-clear-btn {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: ease-in-out .3s all
}

a.white-clear-btn:hover {
  background-color: #fff;
  color: #129ac8
}

.awards-section {
  position: relative
}

.awards-section img.top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 30vw
}

.awards-section img.top-left {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: -1;
  width: 35vw
}

.awards-section img.bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 35vw
}

.awards-section .section {
  padding: 100px 0 0
}

.award-container {
  font-size: 0
}

.award-container>span>div {
  margin-bottom: 100px;
  padding: 0 25px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: middle
}

.award-container .id-item {
  text-align: center
}

.award-container .id-item a {
  text-decoration: none
}

.award-container .id-item .description {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.714em;
  color: #252729
}

.ta-center {
  text-align: center
}

.section-header {
  position: relative;
  z-index: 2
}

.section-header .title {

  text-transform: uppercase;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 100px;
  position: relative;
  z-index: 3
}

.section-header .title::after {
  content: '_';
  font-weight: bold
}

.section-header .background-text {

  text-transform: uppercase;
  line-height: 1;
  font-size: 110px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 1
}

.in-the-news .page-center {
  display: block
}

.in-the-news .news-container {
  padding: 0 50px
}

.in-the-news a.btn.view-all {
  margin-top: 35px
}

.in-the-news .section-header .background-text {
  color: rgba(0, 0, 0, 0.16)
}

.in-the-news .news-item {
  position: relative;
  margin: 0 15px
}

.in-the-news .grunge-texture {
  background: url("../../../../../../hubfs/news-item-mask.png");
  background-size: cover;
  background-position: center center;
  -webkit-mask-box-image: url("../../../../../../hubfs/subtle-light-grunge-texture-12.png");
  mask: url("../../../../../../hubfs/subtle-light-grunge-texture-12.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}

.in-the-news .news-details {
  padding: 30px 30px 90px;
  text-align: center;
  position: relative
}

.in-the-news .news-details .image {
  margin-bottom: 15px
}

.in-the-news .news-details a.btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 30px;
  width: auto;
  display: inline-block
}

.in-the-news .meta {

  text-rendering: optimizelegibility;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 20px;
  text-align: left
}

.in-the-news button.slick-prev.slick-arrow {
  font-size: 0;
  border: 0;
  width: 33px;
  height: 53px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0
}

.in-the-news button.slick-prev.slick-arrow::after {
  content: '';
  background: url("../../../../../../hubfs/Left-Arrow.png") no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  width: 10px;
  height: 20px;
  display: block;
  margin: 0 auto
}

.in-the-news button.slick-next.slick-arrow {
  font-size: 0;
  border: 0;
  width: 33px;
  height: 53px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0
}

.in-the-news button.slick-next.slick-arrow::after {
  content: '';
  background: url("../../../../../../hubfs/Right-Arrow.png") no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  width: 10px;
  height: 20px;
  display: block;
  margin: 0 auto
}

.newsroom .about .half {
  width: 49%
}

.newsroom .about .page-center {
  max-width: 1170px !important
}

.newsroom .about .left {
  padding-top: 45px;
  padding-right: 45px;
  color: #575b60
}

.newsroom .about .left p:last-child {
  margin-bottom: 0
}

.newsroom .about .left .copy {
  margin-bottom: 40px
}

.newsroom .about .form {
  background-color: #fff;
  padding: 45px
}

.newsroom .about .form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.newsroom .about .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  border-radius: 0;
  height: 48px;

  border: 0;
  border: 1px solid #eee;
  padding: 12px;
  font-size: 15px
}

.newsroom .about .form .copy {
  margin-bottom: 15px
}

.newsroom .about .form textarea {
  background-color: #eee;
  border-radius: 0;
  border: 0;
  height: 90px;
  padding: 12px;
  font-size: 15px
}

.newsroom .about .form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #129ac8;
  text-transform: uppercase;
  color: #fff;

  font-size: 15px;
  letter-spacing: .83px;
  font-weight: 600;
  border: 0;
  padding: 12px 45px;
  cursor: pointer;
  transition: ease-in-out .3s all
}

.newsroom .about .form ul.hs-error-msgs.inputs-list {
  display: none !important
}

.newsroom .about .form input.invalid.error,
.newsroom .about .form select.invalid.error {
  border: 1px solid red
}

.newsroom .about .form .hs-form-field {
  margin-bottom: 20px
}

.newsroom .about .form label {
  color: #b8b8b8;
  font-size: 14px
}

.newsroom .connect .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  display: block
}

.newsroom .connect .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  display: inline-block;
  width: auto
}

.newsroom .connect .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a {
  padding: 0 15px 0 0
}

.newsroom .connect .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0 15px;
  font-size: 25px
}

.newsroom .connect .position {
  font-size: 14px;
  margin-top: 5px
}

.newsroom .contact-info .name {
  font-size: 16px;
  font-weight: bold
}

.newsroom .contact-info .phone {
  margin: 15px 0;
  position: relative;
  padding-left: 35px
}

.newsroom .contact-info .email {
  position: relative;
  padding-left: 35px
}

.newsroom .contact-info {
  margin-bottom: 50px
}

.newsroom .contacts-column>span>div {
  display: inline-block;
  width: 48%;
  vertical-align: top
}

.newsroom .contact-info .phone img,
.newsroom .contact-info .email img {
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0
}

.newsroom .contact-info a {
  color: #575b60
}

.c-white {
  color: #fff
}

.din-condensed {}

.va-middle {
  vertical-align: middleMenu
}

.careers h3 {
  font-weight: bold;
  font-size: 36px;

}

.careers .cursor::after {
  content: '_';
  font-weight: bold
}

.careers .section .page-center {
  max-width: 1140px
}

.careers .intro-section form select {
  background-color: #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 55px;
  border: 0;
  margin-bottom: 12px;
  color: #9b9b9b;
  font-size: 15px;
  padding: 12px 12px;
  line-height: 1;
  background-image: url("../../../../../../hubfs/SelectDownArrow.png");
  background-repeat: no-repeat;
  background-position: 97% center
}

.careers .intro-section form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #129ac8;
  height: 55px;
  width: 100%;
  color: #fff;
  border: 0;

  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .83px;
  cursor: pointer;
  transition: ease-in-out all .3s
}

.careers .intro-section form input[type="submit"]:hover {
  background-color: #0a5c78
}

.careers .intro-section .intro {
  border-right: 1px solid #979797;
  padding: 60px 45px 60px 0
}

.careers .intro-section .form {
  padding-left: 45px
}

.careers .intro-paragraph .copy,
.careers .intro-paragraph .copy p {
  color: #252729
}

.careers .section-2 .section {
  padding: 100px 0 40px
}

.careers .section-2 .stc-item {
  text-align: center
}

.careers .section-2 .stc-item .image {
  height: 308px;
  width: 308px;
  margin: 0 auto 30px
}

.careers .section-2 .stc-item .title {

  font-size: 36px;
  font-weight: bold;
  line-height: 1.25em
}

.careers .section-2 .stc-item .copy {
  margin-top: 13px
}

.careers .section-2 .stc-item .copy,
.careers .section-2 .stc-item .copy * {
  color: #252729
}

.careers .section-2 .stc-item .copy p:first-child {
  margin-top: 0
}

.careers .section-2 .stc-item .copy p:last-child {
  margin-bottom: 0
}

.careers .solve-container {
  text-align: center
}

.careers .solve-container>span>div {
  display: inline-block;
  vertical-align: top;
  max-width: 362px;
  padding: 65px 25px
}

.careers .paragraph-section .section {
  padding: 0
}

.careers .paragraph-container>span>div {
  padding: 100px 0
}

.careers .paragraph-item .image {
  text-align: center
}

.careers .paragraph-item .image-right .copy {
  padding-right: 20px
}

.careers .paragraph-item .image-left .copy {
  padding-left: 20px
}

.careers .paragraph-item .image img {
  height: auto;
  max-width: 100%
}

.careers .passion .section .page-center {
  max-width: 1210px
}

.careers .passion .section {
  padding: 100px 0 65px
}

.careers .department-container {
  text-align: center
}

.careers .department-container>div {
  display: inline-block;
  vertical-align: top;
  margin: 37.5px 41px;
  position: relative
}

.careers .department-container>div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5
}

.careers .dept-item {
  background: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/department-maskc479.png?t=1511910203951");
  background-size: cover;
  background-position: center center;
  width: 308px;
  height: 308px;
  padding: 20px;
  text-align: center
}

.careers .dept-item a,
.careers .dept-item a:hover {
  text-decoration: none
}

.careers .dept-item .text {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%)
}

.careers .dept-item .openings {
  color: #129ac8;

  font-size: 15px;
  opacity: 0;
  transition: ease-in-out all .3s
}

.careers .dept-item:hover .openings {
  opacity: 1
}

.careers .position-item>* {
  display: table-cell;
  vertical-align: middle
}

.careers .position-item {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #979797;
  padding: 15px 0
}

.careers .position-item:first-child {
  margin-top: 50px
}

.careers .position-item:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.careers .position-item .position {
  color: #000;

  font-size: 15px;
  width: 40%
}

.careers .position-item .department {
  color: #000;

  font-size: 15px;
  width: 20%
}

.careers .position-item .location {
  color: #000;

  font-size: 15px;
  width: 20%
}

.careers .position-item .apply {
  text-align: right;
  width: 20%
}

.careers .see-all-positions {
  margin-top: 50px
}

.careers .see-all-positions a.btn {
  padding: 15px 36px
}

.careers .locations .page-center {
  max-width: 1180px
}

.careers .locations {
  position: relative
}

.careers .locations .section {
  position: relative;
  z-index: 1
}

.careers .locations img.top-right {
  position: absolute;
  right: 0;
  top: 5vw;
  z-index: 0
}

.careers .locations img.bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0
}

.careers .location-container {
  text-align: center
}

.careers .location-container>span>div {
  display: inline-block;
  vertical-align: top;
  margin: 35px 15px 0
}

.location-block {
  position: relative;
  width: 250px;
  height: 250px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%)
}

.location-block a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
  padding: 20px
}

.location-block a:hover {
  text-decoration: none
}

.location-block .grunge {
  position: absolute;
  background-color: rgba(18, 154, 200, 0.8) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/CTAHoverOverlay899c.png?t=1511972295905");
  opacity: 0;
  transition: ease-in-out all .3s
}

.location-block:hover {
  background-color: transparent;
  -webkit-filter: none;
  filter: none
}

.location-block:hover .grunge {
  opacity: 1
}

.location-block .title {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%)
}

.careers ul.social-container {
  text-align: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0
}

.careers ul.social-container li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px
}

.careers ul.social-container a {
  font-size: 24px
}

.grid {
  font-size: 0
}

.grid>span>div {
  display: inline-block;
  width: calc(100% / 4);
  width: 25vw;
  border-bottom: none !important;
  position: relative;
  overflow: hidden
}

.grid>span>div:after {
  display: block;
  content: "";
  padding-bottom: 100%
}

.grid .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.grid-item .text {
  font-size: 30px;
  padding: 0 20px;
  line-height: 1.2em;

  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  max-width: 240px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  white-space: normal;
  white-space: initial
}

.careers .bottom-ctas {
  background-size: cover;
  background-position: top center;
  position: relative
}

.careers .bottom-ctas .page-center {
  max-width: 1240px
}

.careers .bottom-ctas .top-gradient {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 70%, #fff 90%)
}

.careers .bottom-ctas .bottom-gradient {
  background-image: linear-gradient(-180deg, rgba(76, 79, 83, 0.00) 30%, rgba(58, 60, 63, 0.00) 58%, #252729 90%)
}

.careers .bottom-ctas .cta-item {
  background-image: url("../../../../../../hubfs/subtle-light-grunge-texture-bg.png");
  padding: 60px 70px;
  position: relative;
  z-index: 3;
  background-size: cover
}

.careers .bottom-ctas .cta-item * {
  color: #fff
}

.careers .bottom-ctas .cta-item h3::after {
  content: '_';
  font-weight: bold
}

.careers .bottom-ctas .top {
  text-align: right;
  margin-bottom: 100px
}

.careers .bottom-ctas .top .cta-item {
  max-width: 595px;
  display: inline-block;
  text-align: left
}

.careers .bottom-ctas .bottom {
  margin-bottom: 200px
}

.careers .bottom-ctas .bottom .cta-item {
  max-width: 595px;
  display: inline-block
}

.careers .bottom-ctas img.top-left {
  position: absolute;
  left: 0;
  top: 5vw;
  z-index: 0
}

.careers .bottom-ctas img.bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0
}

.careers .bottom-ctas p:last-child {
  margin-bottom: 0
}

.careers .intro-paragraph h2::after {
  content: '_';
  font-weight: bold
}

.careers .intro-paragraph .page-center {
  max-width: 680px
}

.careers .video-info {
  margin-top: 67px;
  text-align: center
}

.careers .video-info .play-btn {
  position: initial;
  cursor: pointer
}

.careers .video-info .small-title {
  margin-top: 24px;
  color: #129ac8;

}

.careers .video-info .title {
  margin-top: 16px;

  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold
}

.careers .video-embed {
  display: none
}

.careers #colorbox .video-embed {
  display: block;
  overflow: hidden;
  text-align: center
}

.careers #colorbox {
  z-index: 10000
}

.careers #cboxOverlay {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%
}

.careers button#cboxClose {
  display: none
}

.careers * {
  outline: 0
}

.careers #colorbox .video-embed iframe {
  width: 720px;
  height: 414px
}

.careers .colorbox-close-button {
  background-image: url("../../../../../../hubfs/videopopup-x.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: 0
}

@media screen and (max-width:1024px) {
  .careers #colorbox .video-embed iframe {
    width: 74vw;
    height: 42vw
  }
}

.careers .open-position-container {
  margin-top: 65px
}

.careers .open-position-item a {
  color: #fff;
  text-decoration: none;
  text-transform: initial;
  transition: ease-in-out all .3s
}

.careers .open-position-item a:hover {
  color: #000
}

.careers .open-position-item {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 24px 0;
  border-bottom: 1px solid #fff
}

.careers .open-position-item:first-child {
  padding-top: 0
}

.careers .open-position-item:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.careers .open-position-item .title {
  display: table-cell;
  vertical-align: middle;
  width: 80%
}

.careers .open-position-item .location {
  display: table-cell;
  vertical-align: middle;
  width: 20%;

  font-size: 15px;
  text-align: right
}

.careers .video-ss .screenshot {
  position: relative
}

.careers .video-ss .creature {
  background-image: url("../../../../../../hubfs/ScreenshotSection_Background.png");
  background-size: contain;
  padding: 0 50px 135px 0;
  background-repeat: no-repeat;
  position: relative;
  top: -100px
}

.careers.locations .grid>span>div,
.careers.dept .grid>span>div {
  width: calc(100%/4)
}

.careers.locations .intro-section .page-center {
  max-width: 1300px
}

.careers.locations .intro-section .section {
  padding: 0
}

.careers.locations .intro-section .video-ss {
  vertical-align: middle;
  margin-bottom: -100px
}

.careers.locations .intro-section .copy {
  padding-top: 100px;
  padding-bottom: 100px;
  vertical-align: middle
}

.careers.locations .intro-section .copy h2::after {
  content: '_';
  font-weight: bold
}

@media screen and (max-width:1024px) {

  .careers.locations .grid>span>div,
  .careers.dept .grid>span>div {
    width: calc(100%/2)
  }

  .grid>span>div {
    width: calc(100% / 2);
    width: 50vw
  }

  .careers .section .page-center {
    display: block
  }
}

@media screen and (max-width:768px) {
  .careers .solve-container>span>div {
    padding: 30px 0
  }

  .careers .paragraph-item .image-right .copy {
    padding-right: 0
  }

  .careers .paragraph-item .image-left .copy {
    padding-left: 0
  }

  .careers .dept-item .openings {
    opacity: 1
  }

  .careers .bottom-ctas .top .cta-item {
    max-width: none;
    width: 100%
  }

  .careers .bottom-ctas .bottom .cta-item {
    max-width: none;
    width: 100%
  }

  .careers .bottom-ctas img.bottom-right {
    width: 25vw
  }

  .careers .intro-section .intro {
    padding: 0;
    border: 0;
    margin-bottom: 50px
  }

  .careers .intro-section .form {
    padding-left: 0
  }

  .careers .paragraph-item .image {
    text-align: center
  }

  .careers .department-container>div {
    margin: 37.5px auto
  }

  .careers .video-ss .creature {
    padding: 0 0 135px 0;
    margin-top: 100px;
    top: 0
  }
}

@media screen and (max-width:480px) {
  .careers .position-item {
    display: block;
    text-align: center;
    padding: 35px 0
  }

  .careers .position-item>* {
    display: block;
    vertical-align: middle;
    width: 100% !important;
    padding-bottom: 15px
  }

  .careers .position-item>*:last-child {
    padding-bottom: 0
  }

  .careers .position-item .apply {
    text-align: center
  }

  .careers .bottom-ctas .cta-item {
    padding: 30px
  }

  .grid-item .text {
    font-size: 20px;
    font-size: 5vw
  }

  .in-the-news .news-container {
    padding: 0px 25px
  }

  .in-the-news .news-details a.btn {
    font-size: 14px
  }
}

.hs-blog-post .post-recent-related>div:first-child,
.hs-blog-post .post-recent-related>div:nth-child(2),
.hs-blog-post .post-recent-related>div:nth-child(3) {
  display: inline-block
}

.hs-blog-post .post-recent-related>div {
  display: none
}

.hs-blog-post .post-recent-related .button {
  border: 2px solid #485b61;
  color: #485b61
}

.hs-blog-post .post-recent-related .button:hover {
  background: #485b61;
  color: #FFF;
  text-decoration: none
}

.ta-right {
  text-align: right
}

.special-float-right {
  float: right !important
}

.special-float-left {
  float: left !important;
  margin-left: 0 !important
}

.hs-blog-listing .particle-wrapper-2.dark {
  top: 78%;
  right: 0;
  left: -5%
}

.cybereason-blog.hs-blog-listing .banner-header-wrapper {
  margin-bottom: -1350px
}

.blog-index-wrapper {
  position: relative;
  z-index: 11;
  padding-bottom: 50px
}

.blog-index-content {
  padding: 8%
}

.blog-index-content p {
  font-size: 20px;
  line-height: 1.7em;

  font-weight: 300 !important
}

.blog-index-content h2 {
  font-size: 46px;
  line-height: .97em;
  padding-bottom: 1em
}

.blog-index-content h2 a {
  color: #252729 !important
}

.flag-alert {
  display: inline-block;
  background: #74e0c1;
  background: linear-gradient(90deg, rgba(116, 224, 193, 1) 0%, rgba(41, 184, 143, 1) 100%);
  color: white;
  font-size: 11px;

  font-weight: 400;
  padding: 5px 8px;
  transform: translateY(-10px) rotateX(-10deg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

select option.flag-alert-mobile {
  background: red;
  color: white
}

.cr-blog-pullquote {
  padding: 25px 0;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  margin: 0 0 1.5rem 0
}

.cr-blog-pullquote p {
  color: #485b61;
  text-align: center;
  padding: 0 25px
}

.cr-blog-pullquote p.quote {
  font-size: 1.7rem
}

.cr-blog-pullquote p.author {
  font-size: 1.4rem
}

.featured-meta .special-float-right,
.featured-meta .special-float-left {
  width: auto
}

.featured-meta .eta {
  padding-right: 20px
}

.featured-meta .eta,
.featured-meta .post-date {
  font-size: 19px;
  line-height: 2.3em;
  color: #4a4a4a;

  text-transform: uppercase;
  display: inline-block;
  margin: 0
}

.featured-meta {
  padding-top: 50px
}

.featured-image {
  position: relative;
  min-height: 350px
}

.featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}

.featured-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("../../../../../../hubfs/Blog%20Feature%20Images/featured-overlay.png") center center no-repeat;
  background-size: cover
}

.flush-columns {
  font-size: 0
}

.col-half {
  vertical-align: top;
  width: 50%;
  display: inline-block;
  zoom: 1
}

.filter-bar {
  padding: 90px 0 60px
}

#blog-topic-filter {
  background: url("../../../../../../hubfs/filter-dropdown.svg") center right no-repeat #FFF;
  padding: 14px 60px 11px 18px;
  border: 1px solid #979797;
  color: #4a4a4a;
  font-size: 15px;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 350px;
  float: left
}

.type-search {
  float: right;
  border: 1px solid #979797;
  display: inline-block;
  font-size: 0
}

#search-field {
  vertical-align: top;
  border: 0;
  background: #f8f8f8;
  padding: 14px 18px 11px;
  color: #485b61;
  font-size: 15px;

  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

input::-moz-placeholder,
input::placeholder {
  color: #485b61
}

#search-button {
  vertical-align: top;
  background: #485b61;
  padding: 14px 30px 11px;
  color: #FFF;
  font-size: 15px;

  letter-spacing: .05em;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  width: 75px
}

.post-image {
  padding-bottom: 50%;
  position: relative;
  min-height: 200px;
  display: block;
  transition: .3s all
}

.post-item a.post-image:hover {
  opacity: .7
}

.post-item a.post-image:hover h2 {
  transform: scale(1.05)
}

.post-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)
}

.post-image h2 {
  position: absolute;
  bottom: 13%;
  width: 100%;
  left: 0;
  padding-left: 8%;
  padding-right: 8%;
  font-size: 24px;
  line-height: 1.25em;
  z-index: 1;
  transition: .5s all
}

.post-image h2 {
  color: #FFF !important
}

.post-body-wrap {
  background-color: #f8f8f8;
  position: relative
}

.post-body h2 {
  font-size: 36px;
  line-height: 1.25em;
  padding-bottom: 1em;
  display: none
}

.post-body h2 a {
  color: #252729 !important
}

.post-body {
  position: relative;
  padding: 5% 8% 90px
}

.post-body p {
  font-size: 18px;
  line-height: 1.7em;
  margin: 1.5rem 0
}

.post-topic {
  position: absolute;
  top: 0;
  left: 50%;
  background: #eaeaea;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #575b60;

  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.post-listing {
  font-size: 0;
  margin-left: -0.7%;
  margin-right: -0.7%
}

.post-listing .post-item {
  display: inline-block;
  vertical-align: top;
  width: 48.6%;
  margin: 0 .7% 1.4%
}

.post-body-wrap .featured-meta {
  position: absolute;
  left: 8%;
  bottom: 8%;
  padding-top: 0;
  width: 84%
}

.post-body-wrap .featured-meta a.button {
  border: 2px solid #485b61;
  color: #485b61
}

.post-body-wrap .featured-meta a.button:hover {
  background-color: #485b61;
  color: #fff;
  text-decoration: none
}

.blog-pagination {
  padding: 100px 0 50px
}

.pg-btn {
  color: #129ac8;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 600
}

.blog-pagination ul {
  font-size: 0;
  text-align: center
}

.blog-pagination li {
  display: inline-block;
  padding: 14px 14px 11px;
  font-size: 17px;

  text-decoration: none;
  vertical-align: middle;
  transition: .3s ease all
}

.blog-pagination li.pre:hover {
  transform: translateX(-3px) !important
}

.blog-pagination li.next:hover {
  transform: translateX(3px) !important
}

.blog-pagination li a {
  color: #485b61
}

.blog-pagination li:hover {
  transform: translateY(-2px);
  font-weight: 700;
  cursor: pointer
}

.blog-pagination li:hover a {
  text-decoration: none
}

.blog-pagination li.active a {
  font-weight: 700;
  transition: .3s ease all
}

.blog-pagination li+li {
  margin-left: 20px
}

.blog-pagination li.disabled a {
  pointer-events: none;
  cursor: default
}

@media screen and (max-width:480px) {
  .blog-pagination li {
    display: none
  }

  .blog-pagination li.pre,
  .blog-pagination li.active,
  .blog-pagination li.next {
    display: inline-block
  }

  .post-topics-wrap {
    margin-bottom: 36px
  }
}

#footer-sub {
  background: #f8f8f8;
  text-align: center;
  padding: 30px 0 50px
}

#footer-sub h3 {
  color: #596a6f;
  font-size: 24px;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}

#footer-sub h3+div,
#footer-sub .hs-form-field,
#footer-sub .hs_submit {
  display: inline-block;
  vertical-align: middle
}

#footer-sub form {
  margin-top: 20px
}

#footer-sub label {
  display: none
}

#footer-sub .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
  display: none !important
}

#footer-sub .hs-error-msgs {
  position: relative;
  list-style-type: none
}

#footer-sub .hs-error-msgs li {
  position: absolute;
  top: 7px;
  left: 0
}

#footer-sub .hs-error-msgs li label {
  display: block;
  color: #FFF;
  font-size: 10px
}

#footer-sub .hs-input {
  border: 0;
  padding: 16px 24px;

  color: #4a4a4a;
  font-size: 15px;
  width: 275px
}

#footer-sub .hs-input::-moz-placeholder {
  color: #4a4a4a
}

#footer-sub .hs-input::-webkit-placeholder {
  color: #4a4a4a
}

#footer-sub .hs-input::placeholder {
  color: #4a4a4a
}

#footer-sub .hs-button {
  border: 2px solid #485b61;
  color: #FFF;
  padding: 10px 40px;
  background: #485b61;
  display: inline-block;
  margin-left: 10px;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 3em;
  cursor: pointer;
  white-space: nowrap;
  transition: .3s ease all
}

#footer-sub .hs-button:hover {
  background: transparent;
  color: #485b61
}

#hero-sub h3 {
  color: white;
  font-weight: 100;
  font-size: 28px
}

#hero-sub .hs-button {
  border: 2px solid #74e0c1;
  color: #FFF;
  padding: 10px 40px;
  background: transparent;
  display: inline-block;
  margin-left: 10px;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 3em;
  cursor: pointer;
  white-space: nowrap;
  transition: .3s ease all
}

#hero-sub .hs-button::after {
  color: #FFF;
  content: '\e800';

  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  transition: left .3s ease;
  width: 18px;
  position: relative;
  left: 25px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: inherit
}

#hero-sub .hs-button:hover {
  background: #74e0c1;
  color: black;
  border: 2px #74e0c1 solid
}

#hero-sub,
#header-sub {
  text-align: center;
  padding: 0;
  margin: 30px 0
}

#header-sub h3 {
  color: #596a6f;

  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}

#hero-sub h3+div,
#hero-sub .hs-form-field,
#hero-sub .hs_submit,
#header-sub h3+div,
#header-sub .hs-form-field,
#header-sub .hs_submit {
  display: inline-block;
  vertical-align: middle
}

#hero-sub form,
#header-sub form {
  margin-top: 20px
}

#hero-sub label,
#header-sub label {
  display: none
}

#hero-sub .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label,
#header-sub .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {
  display: none !important
}

#hero-sub .hs-error-msgs,
#header-sub .hs-error-msgs {
  position: relative;
  list-style-type: none
}

#hero-sub .hs-error-msgs li,
#header-sub .hs-error-msgs li {
  position: absolute;
  top: 7px;
  left: 0
}

#hero-sub .hs-error-msgs li label,
#header-sub .hs-error-msgs li label {
  display: block;
  color: #FFF;
  font-size: 10px
}

#hero-sub .hs-input,
#header-sub .hs-input {
  border: 0;
  padding: 16px 24px;

  color: #4a4a4a;
  font-size: 15px;
  width: 275px
}

#hero-sub .hs-input::-moz-placeholder,
#header-sub .hs-input::-moz-placeholder {
  color: #4a4a4a
}

#hero-sub .hs-input::-webkit-placeholder,
#header-sub .hs-input::-webkit-placeholder {
  color: #4a4a4a
}

#hero-sub .hs-input::placeholder,
#header-sub .hs-input::placeholder {
  color: #4a4a4a
}

#header-sub .hs-button {
  border: 2px solid #485b61;
  color: #FFF;
  padding: 10px 40px;
  background: #485b61;
  display: inline-block;
  margin-left: 10px;

  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 3em;
  cursor: pointer;
  white-space: nowrap;
  transition: .3s ease all
}

#header-sub .hs-button:hover {
  background: transparent;
  color: #485b61
}

@media all and (max-width:510px) {
  #hero-sub .hs-button {
    margin-top: 15px;
    margin-left: 0
  }
}

.section-half {
  padding: 30px 0
}

.partner-page .video-container {
  position: relative
}

.partner-page .video-container a::after {
  content: '';
  background-image: url("../../../../../../hubfs/play-btn.png");
  width: 125px;
  height: 125px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: perspective(1px) translateY(-50%)
}

@media only screen and (max-width:767px) {
  .featured-meta .ta-right {
    text-align: left
  }

  .special-float-left,
  .special-float-right {
    float: none !important;
    margin: 0 !important
  }

  .hs-blog-listing .banner-header-wrapper .content-wrapper {
    padding-top: 100px
  }

  .content-wrapper.blog {
    padding-bottom: 1400px
  }

  .col-half {
    width: 100%
  }

  .featured-image,
  .post-image {
    min-height: 160px
  }

  .blog-index-content h2 {
    font-size: 27px
  }

  .blog-pagination,
  .filter-bar {
    padding: 30px 0 30px
  }

  #blog-topic-filter {
    float: none
  }

  .type-search {
    float: none
  }

  .post-listing .post-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: block
  }

  .post-image::after {
    background-color: rgba(0, 0, 0, 0.1)
  }

  .post-image h2 {
    display: none
  }

  .post-body h2 {
    display: block;
    font-size: 27px
  }

  .post-body {
    padding: 10% 8% 40%
  }

  .post-body p,
  .blog-index-content p {
    font-size: 16px
  }

  .post-topic {
    display: none
  }

  .featured-meta {
    padding-top: 30px
  }

  .blog-pagination {
    padding: 35px 0 40px
  }

  #footer-sub .hs-input {
    padding: 14px 24px
  }

  #footer-sub .hs-button {
    margin-left: 0;
    border: 0;
    background: url("../../../../../../hubfs/newsletter-mobile.svg") center center no-repeat;
    padding: 0;
    height: 55px;
    width: 48px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50px;
    left: 295px
  }
}

.ta-center {
  text-align: center
}

.banner-header-wrapper.blog-post {
  padding-bottom: 75px
}

.banner-header-wrapper.blog-post>div {
  position: relative;
  z-index: 10
}

.banner-header-wrapper.blog-post::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)
}

.post-body p,
.post-body span {

  font-weight: 300 !important
}

.hs-blog-post .post-body ul {
  list-style: none;
  padding: 0
}

.post-body li {

  font-size: 18px;
  margin: 20px 0 20px 10px
}

.post-body ul li {

  font-size: 18px;
  padding-left: 2em;
  text-indent: -1.4em;
  padding-bottom: 5px
}

.post-body ul li::before {
  content: "\f101";
  font: normal normal normal 18px/1 FontAwesome;
  padding-right: 15px
}

.post-body p:first-child {
  margin-top: 0
}

.post-body p:last-child {
  margin-bottom: 0
}

.hs-blog-post {}

.hs-blog-post .page-center {
  display: block
}

.hs-blog-post h1 {

  font-size: 60px;
  line-height: 60px
}

.hs-blog-post h1 .blink {
  display: inline;
  margin: 50px 0 28px 20px;
  right: initial;
  bottom: initial
}

.post-meta {
  margin: 50px auto 0;
  width: 80%
}

.post-date {

  font-size: 36px;
  color: #FFF;
  text-transform: uppercase
}

.read-time,
.author-bio {
  font-size: 14px;
  color: #FFF
}

.author-meta .author-bio {
  display: none
}

.read-meta,
.author-meta,
.author-photo,
.author-info {
  display: inline-block;
  vertical-align: top
}

.read-meta,
.author-meta {
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.6)
}

.author-meta {
  margin-left: 50px;
  max-width: 600px
}

.author-photo {
  width: 66px;
  height: 66px;
  border: 2px solid #FFF;
  border-radius: 50%
}

.author-name {

  font-size: 25px;
  color: #FFF;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: uppercase
}

.blog-post-wrap {
  overflow: hidden
}

.hs-blog-post .post-body {
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 8%
}

.post-blurb {
  font-size: 39px;

  margin-bottom: 50px;
  line-height: 1.15em
}

.post-body img {
  margin-left: -13%;
  margin-right: -13%;
  height: auto
}

.hs-blog-post .post-body h2 {
  font-size: 40px;
  display: block;
  margin: 35px 0;
  padding: 0
}

.hs-blog-post .post-body h3 {
  font-size: 30px
}

.hs-blog-post .post-body h4 {
  font-size: 30px
}

.hs-blog-post .post-body h5 {
  font-size: 30px
}

.post-body ul,
.post-body ol {
  padding-left: 20px
}

.post-body__share-bar {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px;
  margin-bottom: 25px
}

.share-bar__border-bottom {
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px #f8f8f8 solid
}

.share-bar__border-top {
  padding: 25px 0 0;
  margin-top: 25px;
  border-top: 1px #f8f8f8 solid
}

.post-body__share-bar .span5 {
  background-color: #f8f8f8;
  padding: 20px 15px
}

.post-body__share-bar h3.share-title {
  color: #596a6f;
  display: inline-block;
  float: left;
  text-indent: 10px;

  font-size: 19px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px
}

.post-body .post-body__share-bar .a2a_kit {
  float: right
}

.post-body .post-body__share-bar .a2a_kit a {
  padding: 0 15px 0 0;
  display: inline-block;
  margin-right: 10px
}

.post-body .post-body__share-bar .a2a_kit a img {
  max-height: 20px;
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}

.post-body .post-body__share-bar .a2a_kit a:hover img {
  opacity: .7
}

.post-body .post-body__share-bar .a2a_kit a.a2a_dd {
  margin-right: 0;
  padding-right: 0
}

@media screen and (max-width:767px) {
  .post-body__share-bar h3.share-title {
    text-align: center
  }

  .post-body .post-body__share-bar .a2a_kit {
    float: none;
    display: table;
    margin: 10px auto
  }

  .post-body .post-body__share-bar .a2a_kit .a2a_dd {
    float: none
  }

  .post-body .post-body__share-bar .a2a_kit a img {
    margin-left: 0;
    margin-right: 0;
    max-height: 20px
  }
}

.post-sidebar {
  margin-top: 8%;
  position: relative
}

.post-sidebar-inner {
  position: absolute;
  top: 148px
}

.post-sidebar h3 {
  color: #4a4a4a;
  font-size: 33px;
  margin-bottom: 30px
}

.post-sidebar .a2a_kit {
  margin-bottom: 100px
}

.post-sidebar .a2a_kit a {
  display: block;
  float: none
}

.post-sidebar .a2a_kit a+a {
  margin-top: 35px
}

.post-tags {
  padding: 7px 11px 5px;
  background: #eaeaea;
  color: #129ac8;
  text-align: center;
  display: inline-block;
  line-height: 1
}

.post-tags+.post-tags {
  margin-top: .8em
}

.post-sidebar span.hs-cta-wrapper a.cta_button {
  padding: 0 !important;
  margin-top: 50px;
  display: block
}

#post-cta {
  background: url("../../../../../../hubfs/post-cta-bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding-left: 30px;
  padding-right: 30px
}

.post-cta-inner {
  padding: 40px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  max-width: 1000px
}

.post-cta-text {
  display: inline-block;
  font-size: 40px;
  color: #FFF;
  vertical-align: middle;
  margin-right: 20px
}

.section-half.recommended-posts-wrap {
  padding: 55px 0
}

.recommended-header {
  text-transform: uppercase;
  font-size: 33px;

  text-align: center;
  color: #000;
  padding-bottom: 35px
}

.recommended-posts-wrap {
  background-color: #f8f8f8
}

.return-to-blog {
  display: block;
  width: 175px;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px
}

.return-to-blog img {
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -4px
}

.footer-share .share-title {
  margin-right: 30px;
  margin-top: 14px
}

.footer-share .a2a_kit {
  margin-top: 8px
}

.footer-share .a2a_kit a {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0
}

.footer-share .a2a_kit a+a {
  margin-left: 20px
}

.slick-dots {
  list-style-type: none;
  font-size: 0
}

.slick-dots li {
  display: inline-block
}

.slick-dots li+li {
  margin-left: 10px
}

.slick-dots li button {
  background: #d8d8d8;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: .2s;
  font-size: 0;
  line-height: 0
}

.slick-dots li.slick-active button {
  background: #129ac8
}

@media only screen and (max-width:767px) {
  .read-meta {
    padding: 0;
    background: transparent
  }

  .post-sidebar {
    display: none
  }

  .post-cta-text {
    margin-right: 0;
    margin-bottom: 20px;
    display: block
  }

  .post-image h2 {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%)
  }

  .footer-share .share-title {
    margin-right: 0;
    margin-top: 20px
  }

  .footer-share .share-title span {}
}

.insights-title {
  font-size: 60px;
  color: #4a4a4a;
  text-align: center
}

.insights .content-wrapper .header-bg {
  top: 42%;
  left: -6%
}

.section-insight-filter {
  padding: 7rem 0 5rem
}

.section-insight-filter-pad-shrink {
  padding: 15px 0 45px
}

#filter-content {
  padding-top: 2rem;
  border-bottom: 2px solid #d9d9d9
}

#filter-content .type-search {
  border: 0;
  vertical-align: middle
}

.filter-list {
  font-size: 0;
  display: inline-block;
  vertical-align: middle
}

.filter-list li {
  display: inline-block
}

.filter-list li+li {
  margin-left: 50px
}

.filter-list a {

  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 6px solid transparent;
  transition: .2s;
  padding: 10px 0 36px;
  font-weight: 600;
  color: #9b9b9b;
  letter-spacing: .083em;
  position: relative;
  top: 4px
}

.filter-list a:hover,
.filter-list a.active {
  text-decoration: none;
  border-bottom: 6px solid #485b61;
  color: #485b61
}

.resource-index-content {
  background: #f0f0f0
}

.resource-item,
.grid-size {
  width: 23%
}

.resource-item.emphasis {
  width: 48.6%
}

.resource-item {
  margin-bottom: 3rem
}

.grid-gutter {
  width: 2.6%
}

.emphasis-content {
  display: none
}

.resource-item.emphasis .emphasis-content {
  display: block;
  position: relative;
  padding-bottom: 78.8%;
  min-height: 47.8rem
}

.emphasis-inner {
  transition: .3s all
}

.resource-item.emphasis .emphasis-content:hover .emphasis-inner {
  transform: scale(1.03)
}

.resource-item.emphasis .resource-header,
.resource-item.emphasis .resource-body {
  display: none
}

.resource-header {
  min-height: 23rem;
  padding-bottom: 81%;
  position: relative
}

.resource-header:hover h2 {
  transform: scale(1.05)
}

.resource-header:before,
.emphasis-content:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: .2s
}

.resource-item:hover .resource-header:before,
.emphasis-content:hover:before {
  background-color: rgba(72, 91, 97, 0.8)
}

.pattern1 .resource-header:after,
.pattern2 .resource-header:after,
.pattern3 .resource-header:after,
.pattern4 .resource-header:after,
.pattern5 .resource-header:after,
.pattern6 .resource-header:after,
.pattern7 .resource-header:after,
.pattern1 .emphasis-content:after,
.pattern2 .emphasis-content:after,
.pattern3 .emphasis-content:after,
.pattern4 .emphasis-content:after,
.pattern5 .emphasis-content:after,
.pattern6 .emphasis-content:after,
.pattern7 .emphasis-content:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.pattern1 .resource-header:after,
.pattern1 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern1.png") center center no-repeat;
  background-size: cover
}

.pattern2 .resource-header:after,
.pattern2 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern2.png") center center no-repeat;
  background-size: cover
}

.pattern3 .resource-header:after,
.pattern3 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern3.png") center center no-repeat;
  background-size: cover
}

.pattern4 .resource-header:after,
.pattern4 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern4.png") center center no-repeat;
  background-size: cover
}

.pattern5 .resource-header:after,
.pattern5 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern5.png") center center no-repeat;
  background-size: cover
}

.pattern6 .resource-header:after,
.pattern6 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern6.png") center center no-repeat;
  background-size: cover
}

.pattern7 .resource-header:after,
.pattern7 .emphasis-content:after {
  background: url("../../../../../../hubfs/textures/pattern7.png") center center no-repeat;
  background-size: cover
}

.emphasis-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9%;
  z-index: 3
}

.emphasis-topic {
  color: #FFF;
  font-size: 1.5rem;

  padding-bottom: 1rem
}

.emphasis-inner h2 {
  font-size: 3.6rem;
  line-height: 1.25em
}

.emphasis-inner h2 a {
  color: #FFF
}

.emphasis-inner .resource-blurb {
  color: #FFF
}

.emphasis-inner .resource-link {
  border-color: #FFF;
  color: #FFF
}

.resource-header h2 {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  padding: 0 2.5rem;
  font-size: 2.4rem;
  line-height: 1.375em;
  z-index: 3;
  transition: .3s
}

.resource-header h2 a {
  color: #FFF
}

.resource-body {
  min-height: 24.4rem;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  padding: 5rem 2rem;
  z-index: 1;
  text-align: center
}

.resource-topic {
  position: absolute;
  top: 0;
  left: 50%;
  background: #dedede;
  color: #575b60;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 1.5rem;
  line-height: 1;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.resource-blurb {
  font-size: 1.5rem
}

.resource-link {
  display: inline-block;
  margin-top: 2rem;
  border: .2rem solid #485b61;
  color: #485b61;
  padding: 1.4rem 3rem 1.1rem 3rem;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .058em;
  font-size: 1.7rem;

  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 600;
  cursor: pointer
}

@media only screen and (max-width:767px) {
  .insights .banner-header-wrapper {
    background-size: cover;
    padding-bottom: 75px
  }

  .resource-item,
  .resource-item.emphasis {
    width: 100%
  }

  .resource-item.emphasis .emphasis-content {
    padding-bottom: 0
  }

  .resource-item.emphasis .emphasis-inner {
    position: relative;
    bottom: auto;
    left: auto
  }

  .resource-header {
    padding-bottom: 0
  }

  .resource-header h2 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 2.5rem
  }

  .section-insight-filter #filter-content {
    border-bottom: 0
  }

  .section-insight-filter #filter-content .type-search {
    border: 1px solid #979797;
    margin-top: 35px
  }

  #search-field {
    width: calc(100% - 75px)
  }
}

.mission .dark-color p {
  color: #000;
  padding-top: 20px
}

.mission .section-header h2:after {
  content: '_';
  font-weight: bold;
  padding-left: 5px
}

.anchors-menu {
  border-bottom: 2px solid #979797;
  border-bottom: 2px solid rgba(151, 151, 151, 0.25)
}

.anchors-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0
}

.anchors-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: none;
  font-size: 15px;
  letter-spacing: .83px;
  font-weight: 600;
  text-transform: uppercase;

  color: #9b9b9b;
  transition: ease-in-out all .3s;
  border-bottom: 6px solid transparent;
  padding: 20px 0 35px;
  margin: 0 25px
}

.anchors-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  color: #0099ca
}

.anchors-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.active {
  color: #0099ca;
  border-bottom: 6px solid #129ac8
}

.anchors-menu li.hs-menu-item.hs-menu-depth-1 {
  position: relative;
  bottom: -18px
}

.mission .section-header {
  margin: 0 auto;
  position: relative;
  text-align: center
}

.mission .section-header.section-one {
  padding: 85px 0
}

.mission .section-header h2 {
  text-align: right;
  position: relative;
  z-index: 2
}

.mission .section-header .header-bg {
  position: absolute;
  top: 17%;
  left: 5%;
  font-size: 144px;
  font-weight: 400;
  line-height: 200px;
  color: rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
  width: 6000px;

  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mission .section-header .left {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding-right: 40px
}

.mission .section-header .right {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  max-width: 375px
}

.mission .section-header.section-one .right,
.mission .section-header.section-one .right p {
  color: #000
}

h3 {
  font-size: 36px
}

.mission .paragraph-item img {
  max-width: 100%;
  height: auto
}

.mission .paragraph-item .image-right .copy {
  padding-right: 20px
}

.mission .paragraph-item .image-right .image {
  padding-left: 20px
}

.mission .paragraph-item .image-left .copy {
  padding-left: 20px
}

.mission .paragraph-item .image-left .image {
  padding-right: 20px
}

.max-width-1035 {
  max-width: 1035px
}

.mission .section-one .two-col-container {
  margin-top: 100px
}

.mission .two-col-container>span {
  font-size: 0
}

.mission .two-col-container>span>div {
  display: inline-block;
  width: 50%;
  vertical-align: top
}

.mission .two-col-container>span>div:nth-child(odd) {
  padding-right: 10px
}

.mission .two-col-container>span>div:nth-child(even) {
  padding-left: 10px
}

.mission .two-col-container .paragraph-item .image {
  vertical-align: top;
  width: 42%
}

.mission .two-col-container .paragraph-item .copy {
  vertical-align: top;
  width: 58%
}

.mission .spotlight {
  margin-top: 130px
}

.mission .spotlight h3 {
  padding-left: 35px
}

.mission .spotlight-info-container {
  padding-right: 60px
}

.mission .spotlight-info-container>span>div {
  border: 2px solid transparent;
  cursor: pointer
}

.mission .spotlight-info-container>span>div.active {
  border: 2px solid #129ac8
}

.mission .spotlight-item {
  padding: 20px 35px
}

.mission .spotlight-item .name {

  font-size: 17px;
  font-weight: 700;
  letter-spacing: .8px
}

.mission .spotlight-item .desc {

  font-size: 17px;
  font-weight: 300;
  letter-spacing: .8px
}

.mission .spotlight-videos>span>div {
  display: none
}

.mission .spotlight-videos>span>div.active {
  display: block
}

.mission .spotlight-video .thumb {
  padding: 60px 50px;
  background-size: cover;
  background-position: center center
}

.mission .spotlight-video .thumb-details {
  position: relative;
  text-align: center
}

.mission .spotlight-video .play-btn {
  position: initial
}

.mission .spotlight-video .play-btn img {
  max-width: 75px
}

.mission .spotlight-video .category {
  color: #129ac8;
  font-size: 15px;
  margin: 18px 0 10px
}

.mission .spotlight-video .title {
  font-size: 30px;

  text-transform: uppercase;
  line-height: 1
}

.mission .spotlight-video .spotlight-embed {
  display: none
}

.spotlight-embed {
  overflow: hidden
}

* {
  outline: 0
}

button#cboxClose {
  display: none
}

#cboxOverlay {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%
}

#colorbox {
  z-index: 10000
}

.spotlight-embed iframe {
  width: 720px;
  height: 414px
}

.spotlight-embed .colorbox-close-button {
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/1775981/videopopup-xba67.png?t=1503958630268");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: 0
}

.mission .section-header.section-two .header-bg {
  top: -15%;
  left: -1%;
  color: rgba(255, 255, 255, 0.15);
  font-size: 90px
}

.mission .section-header.section-two .right p {
  color: #fff
}

.mission .section-two .paragraph-item * {
  color: #fff
}

.mission .section-two .single-col-container>span>div {
  margin-top: 130px
}

.mission .cta-section .cta-container {
  padding: 100px 30px;
  background-color: rgba(0, 0, 0, 0.57);
  max-width: 810px;
  margin: 0 auto
}

.mission .cta-section .cta-container * {
  color: #fff
}

.mission .cta-section .cta-container p:first-child {
  margin-top: 0
}

.mission .cta-section .cta-container p:last-child {
  margin-bottom: 0
}

.mission .paragraph-item .image-left.cta-copy .image {
  padding-right: 45px
}

.mission .paragraph-item .cta-copy .image .inner {
  padding: 26px 36px
}

.mission .event-section * {
  color: #fff
}

.mission .event-block .category {

  font-size: 18px;
  letter-spacing: 1.35px;
  opacity: .7;
  text-transform: uppercase;
  margin-top: 24px
}

.mission .event-block .event-title {
  color: #129ac8;
  line-height: 1.25em;
  margin-top: 20px
}

.mission .event-block .event-day {

  letter-spacing: .8px;
  opacity: .7;
  line-height: 1.625em;
  font-size: 18px;
  margin-top: 20px
}

.mission .event-block .event-location {

  letter-spacing: .8px;
  opacity: .7;
  line-height: 1.625em;
  margin-top: 30px;
  font-size: 18px
}

.mission .event-block {

  line-height: 1.625em;
  border: 1px solid #fff;
  padding: 35px 45px;
  width: 40%
}

.mission .event-address,
.mission .event-date-time {
  opacity: .7
}

.mission .event-info {
  width: 60%;
  padding-right: 80px
}

.mission .event-info ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.mission .event-info li {
  margin-bottom: 40px;
  line-height: 1.25em;
  position: relative;
  padding-left: 2em
}

.mission .event-info li:last-child {
  margin-bottom: 0
}

.mission .event-info li::before {
  content: "";
  background-image: url("../../../../../../hubfs/Bulleted_List_Icon2fc8.png?t=1513097667698");
  background-repeat: no-repeat;
  padding: 0px 7px;
  width: 21px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0
}

.mission .section-header.section-three .header-bg {
  top: -15%;
  font-size: 90px
}

.mission .section-three .single-col-container>span>div {
  margin-top: 130px
}

.filter-container select {
  height: 50px;
  max-width: 500px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../../../../../hubfs/SelectDownArrow.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 5px 15px;
  line-height: 1
}

@media screen and (max-width:1199px) {
  .mission .banner-header-wrapper .content-wrapper {
    max-width: none
  }

  .mission .banner-header-wrapper .page-center {
    max-width: 1140px
  }

  .mission .banner-header-wrapper .content-wrapper.dark-color .header-bg {
    left: -20% !important
  }
}

@media only screen and (max-width:767px) {
  .hs-blog-post h1 {
    font-size: 36px !important
  }

  .hs-blog-post .banner-header-wrapper .content-wrapper {
    padding-top: 140px
  }

  .banner-header-wrapper.blog-post {
    padding-bottom: 55px
  }

  .hs-blog-post h1 .blink {
    display: none
  }

  .post-meta {
    margin: 15px auto 0;
    width: 100%
  }

  .post-date,
  .read-time {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;

  }

  .read-time {
    margin-left: 20px
  }

  .author-meta {
    margin-left: 0;
    margin-top: 25px
  }

  .hs-blog-post .post-body {
    padding: 35px 0
  }

  .hs-blog-post .post-body img {
    margin-left: -15px;
    margin-right: -15px;
    height: auto
  }

  #post-cta {
    padding: 35px
  }

  .post-cta-text {
    font-size: 28px
  }

  .recommended-header {
    display: block
  }

  .hs-blog-post .post-image {
    min-height: 0;
    padding: 50px 0
  }

  .hs-blog-post .post-image h2 {
    display: block;
    font-size: 27px;
    line-height: 1.175em;
    position: initial;
    transform: none
  }
}

.hs-menu-depth-1>ul li a {
  color: #000 !important;
  font-weight: 400
}

.hs-menu-depth-1>ul li a:hover {
  color: #79c2ae !important
}

.hs-menu-depth-1:first-child .hs-menu-depth-2>a {
  font-weight: bold
}

.hs-menu-depth-2 ul.hs-menu-children-wrapper {
  visibility: visible !important;
  position: relative !important;
  opacity: 1 !important
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: auto;
  white-space: normal
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 0;
  display: block
}

body.menu-active {
  overflow: hidden;
  position: fixed;
  width: 100%
}

.show-on-mobile {
  display: none !important
}

@media screen and (min-width:1025px) {
  .footer-menu {
    text-align: right
  }

  .header-main-wrapper {
    margin-top: 0;
    padding-top: 24px
  }

  .header-main-wrapper.hovered {
    background-color: #fff
  }

  .main-logo {
    position: relative;
    z-index: 11
  }

  .banner-header-wrapper .content-wrapper {
    padding-top: 230px
  }

  .blog-post .content-wrapper {
    padding-top: 180px !important
  }

  .hs-menu-depth-2>.hs-menu-children-wrapper {
    padding: 0 !important
  }

  .main-menu .hs-menu-depth-2 ul {
    float: none !important
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    position: static !important
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:first-child>ul.hs-menu-children-wrapper {
    width: 100%;
    min-width: 0;
    border: 0;
    top: 52px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child a {
    padding-bottom: 12px
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: -20px;
    background-color: #fff;
    padding-top: 5px;
    display: none;
    padding: 20px;
    min-width: 215px;
    border-radius: 3px
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    display: block
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    padding: 18px 0px 22px 45px !important;
    max-height: 1000px;
    -webkit-transition: max-height .4s linear, padding .2s linear;
    -moz-transition: max-height .4s linear, padding .2s linear;
    -ms-transition: max-height .4s linear, padding .2s linear;
    -o-transition: max-height .4s linear, padding .2s linear;
    transition: max-height .4s linear, padding .2s linear;
    padding: 18px 44px 22px;
    width: 1023px;
    top: 40px;
    border-radius: 3px;
    left: auto !important;
    right: 0
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    border-right: 1px #ccc solid;
    padding-right: 4%
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li {
    width: 30.7%;
    float: left;
    text-align: left;
    min-height: 25px;
    margin: 4px 0
  }

  .custom-menu-primary .hs-menu-depth-1:first-child>.hs-menu-children-wrapper {
    padding-left: 25px !important
  }

  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(2) {
    padding-left: 30px;
    width: 34%;
    min-height: 265px
  }

  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:last-child {
    padding-left: 25px
  }
}

@media only screen and (min-width:2500px) {
  .footer-mid-section {
    background-position: 100% 73%
  }
}

@media screen and (max-width:1500px) {
  .custom-section-2 .content-wrapper .header-bg {
    left: -30%
  }
}

@media screen and (max-width:1300px) {
  .content-wrapper .header-bg {
    left: 0
  }
}

@media screen and (max-width:1150px) {
  .main-menu.custom-menu-primary {
    margin: 0
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px;
    font-size: 14px
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  .header-main-wrapper .main-menu {
    margin-left: 0 !important;
    width: 78.745856% !important
  }

  .custom-section-2 {
    padding: 0
  }

  .graph-section.b-1 {
    margin-bottom: 80px
  }

  .main-menu ul li a {
    padding: 10px 12px !important
  }

  .main-logo {
    width: 18.623932% !important
  }

  .main-menu ul li:nth-child(4) {
    padding-right: 13px
  }

  .main-menu ul li:nth-child(4) a:after {
    left: 68px
  }

  .main-menu ul li.hs-menu-depth-1:last-child a {
    padding: 10px 12px 4px 12px !important
  }

  .client-logos-wrapper {
    padding: 100px 0 80px 0
  }

  .graph-section.e-1 {
    padding-bottom: 130px;
    margin-top: 130px
  }

  .graph-section.e-1 img {
    top: 5%;
    right: -26%
  }

  .col-2-right p {
    margin: 0
  }

  .graph-section img {
    top: 8%;
    right: -50px
  }

  .custom-p .content-wrapper p {
    width: 100%
  }

  .smallContainer h3,
  .hoverContainer h3 {
    font-size: 22px !important;
    line-height: 26px !important
  }

  .form-insights-wrapper h3 {
    font-size: 23px;
    line-height: 23px;
    top: 9px;
    width: 45%
  }

  .form-insights-wrapper form.hs-form {
    width: 55%
  }

  .form-insights-wrapper form.hs-form .hs_email {
    width: 77.9%
  }

  .form-insights-wrapper form.hs-form .hs_submit {
    width: 21%
  }

  .footer-menu ul .footer-social:last-child {
    float: right
  }

  .col-2-wrapper {
    width: 100%;
    position: relative
  }

  .col-2-wrapper span a.custom-cta {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 100px;
    text-align: center;
    right: 24px
  }

  .footer-menu ul {
    float: right
  }

  .footer-menu-wrapper .page-center {
    padding: 0 !important
  }

  .footer-mid-section .footer-inner-wrapper {
    padding-bottom: 25%
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  .hamburger-wrapper .hamburger {
    position: absolute;
    top: 25px;
    right: 30px !important;
    padding: 0;
    display: block
  }

  .hamburger-wrapper .hamburger:hover {
    cursor: pointer
  }

  .hamburger-wrapper .hamburger:focus {
    outline: none !important
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #000 !important;
    border-radius: 0
  }

  .white-header .hamburger-inner,
  .white-header .hamburger-inner::before,
  .white-header .hamburger-inner::after {
    background-color: #fff !important;
    border-radius: 0
  }

  .main-menu ul li.hs-menu-depth-1:last-child {
    margin-left: 0;
    top: 0
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: none;
    position: relative;
    top: 40px;
    background: #f2f2f2;
    padding-top: 20px;
    float: none !important
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    float: none !important
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #79c2ae;
    padding: 18px 20px 12px 26px;
    font-size: 18px
  }

  .main-menu ul li.hs-menu-depth-1:last-child a {
    color: #fff !important;
    text-align: center
  }

  .main-menu ul li:nth-child(4) a:after {
    display: none
  }

  .main-menu ul li:nth-child(4) {
    padding-right: 0
  }

  .main-menu ul li.hs-menu-depth-1:last-child {
    padding: 15px 26px 25px 26px;
    padding: 0 15px 25px;
    margin: 0
  }

  .header-container-wrapper .page-center {
    padding: 0 !important
  }

  .mobile-logo img {
    width: 57px !important;
    margin-left: 0
  }

  .header-container-wrapper {
    top: 0;
    padding: 22px 0 19px 0
  }

  .main-logo {
    padding-left: 15px;
    width: 100% !important
  }

  .blackFooter .header-container-wrapper {
    background: #000
  }

  .header-main-wrapper .main-menu {
    width: 100% !important;
    margin-left: 0 !important
  }

  .banner-header-wrapper.a-1 {
    background-position: 58% 0 !important
  }

  .banner-header-wrapper.a-2 {
    padding-bottom: 150px
  }

  .image-content-wrapper {
    padding-top: 120px
  }

  .image-content-wrapper .left-image {
    width: 48% !important
  }

  .image-content-wrapper .banner-right-content {
    width: 48% !important
  }

  .image-content-wrapper .content-wrapper {
    padding-top: 50px
  }

  .custom-p .content-wrapper p {
    width: 100%
  }

  .client-logos-wrapper {
    padding: 100px 0 80px 0
  }

  .small-box {
    min-height: 350px !important
  }

  .smallBoxHover {
    min-height: 350px !important
  }

  .custom-section-2 {
    padding: 0
  }

  .custom-section-2 .content-wrapper {
    padding-top: 80px
  }

  .graph-section.b-1 {
    padding: 60px 0
  }

  .custom-section-1 .dark-color p {
    padding-right: 0
  }

  .footer-mid-section .footer-inner-wrapper {
    padding-bottom: 25%
  }

  .col-2-wrapper {
    width: 100%
  }

  .col-2-wrapper .col-2-right {
    padding: 20px
  }

  .col-2-right p {
    line-height: 23px;
    margin: 0
  }

  .col-2-wrapper span a.custom-cta {
    margin-top: 0 !important;
    margin-left: 25px !important;
    width: 100px;
    text-align: center;
    right: 12px
  }

  .col-2-wrapper .col-2-left h3 {
    font-size: 21px
  }

  .dark-color h1,
  .dark-color h2 {
    max-width: 100% !important
  }

  .graph-section {
    padding-bottom: 0px;
    margin-top: 40px
  }

  .graph-section.e-1 {
    padding-bottom: 50px;
    margin-top: 110px
  }

  .graph-section.e-1 img {
    top: 19%;
    right: -37%
  }

  .graph-section img {
    top: -13%;
    right: -56px
  }

  .section-col-2-wrapper.custom-section-1 {
    padding: 80px 0 210px 0
  }

  .custom-section-1 {
    margin-top: 100px;
    background-position: 41% 100%
  }

  .smallContainer {
    padding: 0 10px !important
  }

  .smallBoxHover {
    padding: 0 10px !important
  }

  .smallContainer h3,
  .hoverContainer h3 {
    font-size: 22px !important;
    line-height: 26px !important
  }

  .post-div {
    min-height: 150px
  }

  .form-insights-wrapper h3 {
    font-size: 19px;
    line-height: 21px;
    top: 11px;
    width: 45%
  }

  .form-insights-wrapper form.hs-form {
    width: 55%
  }

  .form-insights-wrapper form.hs-form .hs_email {
    width: 77.9%
  }

  .form-insights-wrapper form.hs-form .hs_submit {
    width: 21%
  }

  .form-insights-wrapper .ty-message {
    font-size: 15px
  }

  .footer-social {
    padding-bottom: 8px
  }

  .footer-social li {
    float: left !important;
    width: 25%
  }

  .footer-social li a {
    text-overflow: initial !important;
    text-align: center
  }

  .footer-sub-menu ul li:first-child a {
    top: -4px
  }

  .footer-sub-menu .footer-social:last-child li:first-child a {
    top: 1px;
    left: 0
  }
}

@media screen and (max-width:1200px) {
  .form-insights-wrapper h3 {
    font-size: 24px
  }
}

@media screen and (max-width:1139px) {
  ul.filter-list.hidden-phone {
    display: none
  }

  .insights #filter-content {
    border: 0
  }
}

@media only screen and (max-width:1024px) {
  .header-container-wrapper {
    background-color: transparent !important
  }

  .page-center {
    padding: 0 15px
  }

  ul.hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    display: none
  }

  .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    display: inline-block
  }

  .main-menu ul li.hs-menu-depth-1:last-child {
    margin-left: 0
  }

  .main-menu li {
    position: relative
  }

  .main-menu li.hs-item-has-children::after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0px;
    padding: 10px 20px;
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    cursor: pointer;
    color: #79c2ae;
    z-index: 10;
    transition: all .3s ease-in-out
  }

  .hs-menu-depth-1 ul.hs-menu-children-wrapper {
    background-color: #e3e3e3
  }

  .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    background-color: silver
  }

  .who-we-are .banner-header-wrapper {
    background-position: 80% center !important
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none
  }

  .contact-section {
    padding-top: 100px !important
  }

  .footer-mid-section {
    background-size: 190%;
    background-position: center bottom
  }

  .hamburger-wrapper .hamburger {
    position: absolute;
    top: 5px;
    right: 30px !important;
    padding: 0;
    display: block
  }

  .hamburger-wrapper .hamburger:hover {
    cursor: pointer
  }

  .hamburger-wrapper .hamburger:focus {
    outline: none !important
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #000 !important;
    border-radius: 0
  }

  .white-header .hamburger-inner,
  .white-header .hamburger-inner::before,
  .white-header .hamburger-inner::after {
    background-color: #fff !important;
    border-radius: 0
  }

  .main-menu ul li:last-child {
    margin-left: 0;
    top: 0
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: none;
    position: relative;
    top: 40px;
    background: #f2f2f2;
    float: none !important
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    float: none !important
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #79c2ae;
    padding: 18px 20px 12px 26px;
    font-size: 14px
  }

  .main-menu ul li.hs-menu-depth-1:last-child a {
    color: #fff !important;
    text-align: center
  }

  .main-menu ul li:nth-child(4) a:after {
    display: none
  }

  .main-menu ul li:nth-child(4) {
    padding-right: 0
  }

  .main-menu ul li.hs-menu-depth-1:last-child {
    padding: 15px 26px 25px 26px;
    padding: 0 15px 25px;
    margin: 0
  }

  .header-container-wrapper .page-center {
    padding: 0 !important
  }

  .mobile-logo img {
    width: 57px !important;
    margin-left: 26px
  }

  .header-container-wrapper {
    top: 0;
    padding: 22px 0 19px 0;
    background: #fff
  }

  .main-logo {
    padding-left: 15px;
    width: 100% !important
  }

  .blackFooter .header-container-wrapper {
    background: #000
  }

  .main-menu.custom-menu-primary {
    margin: 0;
    width: 100% !important
  }

  .banner-header-wrapper {
    padding-bottom: 0;
    background-position: 40% 42% !important
  }

  .image-content-wrapper {
    padding-top: 120px
  }

  .image-content-wrapper .content-wrapper {
    padding-top: 50px
  }

  .custom-p .content-wrapper p {
    width: 100%
  }

  .image-content-wrapper .left-image img {
    left: 0
  }

  .col-2-wrapper {
    position: relative;
    height: auto;
    margin-top: 80px;
    width: 100%;
    border: 0
  }

  .tcng.col-2-wrapper .col-2-left {
    width: 40% !important
  }

  .col-2-wrapper .col-2-left {
    width: 100% !important;
    height: auto;
    text-align: center
  }

  .col-2-wrapper .col-2-left .col-2 img {
    float: none;
    margin-right: 0
  }

  .col-2-wrapper .col-2-left h3 {
    float: none;
    line-height: 36px
  }

  .col-2-wrapper .col-2-left .col-2 {
    left: 0;
    top: 0;
    padding: 40px
  }

  .col-2-left .col-2 p {
    padding: 10px 0 5px 0
  }

  .tcng.col-2-wrapper .col-2-right {
    width: 60% !important
  }

  .col-2-wrapper .col-2-right {
    width: 100% !important;
    height: auto;
    padding: 40px;
    text-align: center
  }

  .col-2-wrapper .col-2-right .col-2 {
    max-width: 100%
  }

  .col-2-wrapper span a.custom-cta {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial
  }

  .col-2-right p {
    padding-right: 0;
    padding-bottom: 15px
  }

  .bg-header-1 .content-wrapper {
    padding-top: 250px
  }

  .graph-section {
    padding-bottom: 0
  }

  .graph-section.e-1 {
    padding-bottom: 50px
  }

  .graph-section.d-1 {
    overflow: initial
  }

  .graph-section.d-1 img {
    top: -25%;
    left: -22%
  }

  .section-col-2-wrapper.e-2 {
    padding-top: 56px
  }

  .custom-section-1 {
    margin-top: 40px
  }

  .custom-section-1 .dark-color p {
    padding-right: 0
  }

  h2 br,
  h1 br {
    display: none
  }

  .section-col-2-wrapper {
    background-position: 70% 100% !important;
    padding: 80px 0 250px 0
  }

  .custom-section-2 {
    padding: 40px 0 60px 0
  }

  .custom-section-2 .content-wrapper {
    padding-top: 60px
  }

  .custom-section-2.graph-section .content-wrapper {
    padding-top: 170px
  }

  .custom-blue-overlay .ctaModule {
    display: block
  }

  .form-insights-wrapper {
    max-width: 100%;
    height: auto;
    margin: 50px 0 0
  }

  .form-insights-wrapper h3 {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 0
  }

  .form-insights-wrapper form.hs-form .hs_email {
    width: 82.2%;
    position: relative
  }

  .form-insights-wrapper form.hs-form .hs_submit {
    width: 17%
  }

  .form-insights-wrapper form.hs-form {
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
  }

  .form-insights-wrapper form.hs-form .hs_submit input {
    background-position: center right !important
  }

  .form-insights-wrapper form.hs-form .hs_submit input {
    width: 100%
  }

  .form-insights-wrapper .ty-message {
    width: 100%;
    padding: 20px 10px 20px 10px
  }

  .custom-cursor span.blink {
    bottom: -40px
  }

  .client-logos .logo1 img {
    display: table;
    margin: 0 auto
  }

  .client-logos .logo1:first-child img {
    top: 0
  }

  .client-logos .logo1 {
    padding-left: 0;
    padding-bottom: 40px
  }

  .client-logos .logo1:nth-child(2) img {
    top: 0
  }

  .client-logos .logo1:nth-child(2) {
    padding-left: 0
  }

  .client-logos .logo1:nth-child(3) {
    padding-left: 0
  }

  .client-logos .logo1:last-child {
    padding-left: 0
  }

  .client-logos-wrapper {
    padding: 25px 0 10px 0
  }

  span.hs-cta-wrapper a.custom-cta {
    font-size: 12px !important
  }

  .form-insights-wrapper form.hs-form ul.hs-error-msgs li label {
    position: absolute;
    top: 65px;
    line-height: 15px;
    text-align: center
  }

  .custom-blue-overlay .ctaContent {
    float: none !important
  }

  .col-4-wrapper .small-box {
    padding: 20px
  }

  .post-div {
    min-height: auto;
    padding-bottom: 18px
  }

  .footer-mid-section .footer-menu-wrapper .page-center {
    padding: 0
  }

  .footer-mid-section .footer-inner-wrapper {
    padding-bottom: 85%
  }

  .footer-logo img {
    margin: 0 auto;
    display: block;
    max
  }

  .footer-logo img::after {
    content: "&reg;"
  }

  .footer-mega-menu {
    text-align: center
  }

  .footer-mega-menu h4 {
    padding-top: 28px
  }

  .footer-mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding-bottom: 5px
  }

  .footer-social {
    padding-bottom: 8px
  }

  .footer-social li {
    float: left !important;
    width: 25%
  }

  .footer-social li a {
    text-overflow: initial !important;
    text-align: center
  }

  .footer-sub-menu ul li:first-child a {
    top: -4px
  }

  .footer-sub-menu .footer-social:last-child li:first-child a {
    top: 1px;
    left: 0
  }

  .footer-sub-menu {
    padding-bottom: 10px
  }

  .footer-menu .hs-menu-wrapper ul {
    margin: 0 auto;
    display: table
  }

  .copyright p {
    text-align: left;
    padding-bottom: 0
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .4s;
    position: initial;
    z-index: 10;
    float: none !important;
    left: 0
  }

  .tc-icbg .half {
    display: block;
    width: 100%
  }

  .tc-icbg .copy .inner {
    max-width: none
  }

  .tc-icbg .image-right .copy {
    padding-right: 0
  }

  .tc-icbg .image-right .image {
    padding-left: 0;
    margin-top: 50px
  }

  .tc-icbg .image-left .copy {
    padding-left: 0
  }

  .tc-icbg .image-left .image {
    padding-right: 0;
    margin-bottom: 50px
  }

  .copyright p {
    text-align: left;
    padding-top: 0
  }

  .spotlight-embed iframe {
    width: 74vw;
    height: 42vw
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .form-insights-wrapper form.hs-form .hs_submit input {
    background-position: center right !important
  }

  .form-insights-wrapper form.hs-form .hs_submit input {
    width: 100%
  }

  .graph-section.e-1 {
    padding-bottom: 126px
  }

  .graph-section.e-1 img {
    top: 5px;
    right: -350px
  }

  .dark-color h1,
  .dark-color h2 {
    max-width: 80%
  }

  .section-col-2-wrapper.custom-section-1 {
    background-position: 93% 100% !important;
    padding: 80px 0 400px 0
  }

  .graph-section img {
    top: -20%;
    right: -38%
  }

  .graph-section.d-1 img {
    top: -82%
  }
}

@media screen and (min-width:480px) and (max-width:570px) {
  .graph-section.e-1 img {
    top: 114px;
    right: -300px
  }

  .dark-color h1,
  .dark-color h2 {
    max-width: 100%
  }
}

@media screen and (max-width:980px) {
  .col-4-wrapper .small-box {
    padding: 0;
    float: none;
    width: 100%;
    margin-right: 0
  }
}

@media screen and (max-width:950px) {

  .featured-meta .special-float-right,
  .featured-meta .special-float-left {
    width: auto;
    display: block;
    float: none !important;
    text-align: left
  }

  .post-body {
    padding: 5% 8% 150px
  }
}

@media screen and (max-width:768px) {
  .home .bg-section {
    background-image: none !important
  }

  .hs-blog-post .post-recent-related>div:first-child,
  .hs-blog-post .post-recent-related>div:nth-child(2),
  .hs-blog-post .post-recent-related>div:nth-child(3) {
    display: block
  }

  .post-recent-related ul.slick-dots {
    text-align: center;
    margin-top: 25px
  }

  .post-recent-related ul.slick-dots li button {
    background: #fff
  }

  .post-recent-related ul.slick-dots li.slick-active button {
    background: #129ac8
  }

  .show-on-mobile {
    display: block !important;
    margin-top: 110px
  }

  .graph-section.e-1 {
    margin-top: 0
  }

  .desktop-graph {
    display: none !important
  }

  .bg-header-1 .content-wrapper .header-bg {
    top: 18%
  }

  .fullwidth-col-2-wrapper .content {
    margin-top: 50px
  }

  .footer-mega-menu {
    display: none !important
  }

  .v2.quoteContainer {
    background-position: top right !important
  }

  .tcng.col-2-wrapper .col-2-left {
    width: 100% !important
  }

  .tcng.col-2-wrapper .col-2-right {
    width: 100% !important
  }

  .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    display: none
  }

  .client-logos .logo1 {
    width: 100% !important
  }

  .half {
    width: 100%
  }

  .newsroom .featured-story {
    padding-right: 0
  }

  .newsroom .press.feed {
    margin-top: 50px
  }

  .awards-section img.top-right,
  .awards-section img.top-left,
  .awards-section img.bottom-right {
    display: none
  }

  .award-container>span>div {
    width: calc(100%/2)
  }

  .newsroom .about .form {
    margin-top: 50px;
    padding: 25px
  }

  .newsroom .contacts-column>span>div {
    width: 100%
  }

  .newsroom .about .left {
    padding-right: 0
  }

  .newsroom .about .half {
    width: 100%
  }

  .newsroom .featured-post-item {
    height: auto !important;
    padding: 0 32px 40px
  }

  .newsroom .press-feed {
    height: auto !important;
    padding-bottom: 0
  }

  .newsroom .featured-post-item .description {
    margin: 15px 0 20px
  }

  .newsroom .featured-post-item a.btn {
    position: relative;
    bottom: 0
  }

  .mission .paragraph-item img {
    width: 100%
  }

  .mission .paragraph-item .image-right .copy {
    padding-right: 0
  }

  .mission .paragraph-item .image-right .image {
    padding-left: 0
  }

  .mission .paragraph-item .image-left .copy {
    padding-left: 0
  }

  .mission .paragraph-item .image-left .image {
    padding-right: 0
  }

  .mission .two-col-container>span>div {
    width: 100%;
    margin-top: 50px
  }

  .mission .two-col-container>span>div:first-child {
    margin-top: 0
  }

  .mission .two-col-container>span>div:nth-child(even) {
    padding-left: 0
  }

  .mission .two-col-container>span>div:nth-child(odd) {
    padding-right: 0
  }

  .mission .two-col-container .paragraph-item .image-left .copy {
    padding-left: 20px
  }

  .mission .single-col-container .paragraph-item .image-left .copy {
    margin-top: 50px
  }

  .mission .spotlight-info-container {
    padding-right: 0
  }

  .spotlight-videos {
    margin-top: 50px
  }

  .mission .spotlight {
    margin-top: 100px
  }

  .mission .section-header .right {
    width: auto
  }

  .mission .event-info {
    width: 100%;
    padding-right: 0
  }

  .mission .event-block {
    width: 100%;
    margin-top: 50px
  }

  .mission .section-header h2 {
    text-align: center
  }

  .mission .section-header .left {
    padding: 0
  }

  .mission .paragraph-item .image-left.cta-copy .image {
    padding-right: 0
  }
}

@media screen and (max-width:480px) {
  .home .custom-header h1 br {
    display: block
  }

  .custom-header .content-wrapper .din {
    font-size: 14px
  }

  .custom-header .content-wrapper .din br {
    display: none
  }

  .custom-header .dark-highlight {
    font-size: 11px
  }

  .cta-section .text {
    padding: 50px 25px
  }

  .contact-section .heroText .header-bg {
    left: -5vw;
    font-size: 25vw
  }

  .main-menu li.hs-item-has-children::after {
    top: 0;
    padding: 12px 20px
  }

  .banner-header-wrapper h1,
  .content-wrapper h1 {
    font-size: 70px;
    font-size: 17vw;
    line-height: 1
  }

  .home .custom-section-2 .content-wrapper .header-bg {
    top: 0
  }

  .award-container>span>div {
    width: 100%
  }

  .mission .two-col-container .paragraph-item .image {
    width: 100%
  }

  .mission .two-col-container .paragraph-item .image-left .copy {
    width: 100%;
    margin-top: 50px;
    padding: 0
  }

  .mission .paragraph-item img {
    max-width: 50%;
    margin: 10px auto;
    float: none !important;
    display: block
  }

  .post-body h2 {
    margin: 0
  }

  .hs-blog-listing .post-body h2 {
    padding-bottom: 0
  }

  .post-body {
    padding: 10% 8% 150px
  }

  .partner-page .video-container a::after {
    width: 95px;
    height: 95px;
    background-size: contain
  }
}

@media screen and (max-width:320px) {
  .form-insights-wrapper form.hs-form .hs_submit input {
    background-position: 65% 0 !important
  }

  .graph-section.d-1 {
    overflow: initial
  }

  .graph-section.d-1 img {
    top: -23%;
    left: -30%
  }
}

.abm-flex-content-block {
  margin: 0 auto !important;
  float: none !important
}

.custom-lp-inner-wrapper {
  max-width: 1280px;
  margin: 0px 24px;
  padding: 0px 70px
}

.custom-lp-inner-wrapper .cta-custom {
  text-decoration: none;
  transition: all .2s ease-in-out
}

.custom-lp-inner-wrapper .cta-custom:hover {
  color: #159bc9;
  border-color: #159bc9
}

.partner-hero-background {
  background-image: radial-gradient(ellipse farthest-corner at 30px 30px, #000 -5%, rgba(0, 0, 000, 0) 135%, #fff 50%), url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/RangeRover-LP-BG-2.jpeg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: cover
}

.custom-lp-body-wrapper .hs-form-field label {
  color: #000 !important
}

.partner-toggle-outer {
  text-align: center
}

.partner-toggle-wrapper {
  border: 2px solid #159bc9;
  color: #159bc9;
  display: inline-block;
  width: 40%;
  min-width: 450px;
  text-align: center;
  margin: 24px auto;
  transition: all .3s ease-in-out;
  cursor: pointer;
  margin-bottom: 24px
}

.partner-toggle-wrapper p {
  margin: 8px 0
}

.partner-toggle-wrapper .points-active {
  background-color: #159bc9;
  color: #fff
}

.partner-points-global {
  float: right !important
}

@media(max-width:769px) {
  .custom-lp-inner-wrapper .mobile-hide {
    display: none
  }

  .custom-lp-inner-wrapper .partner-logo {
    text-align: center
  }

  .custom-lp-inner-wrapper .partner-tele p {
    text-align: center
  }

  .custom-lp-inner-wrapper .cta-custom {
    text-align: center;
    margin: 0 auto;
    width: 100%
  }

  .custom-lp-inner-wrapper #header-promo h1 {
    padding-bottom: 0px
  }

  .custom-lp-inner-wrapper {
    max-width: 1280px;
    margin: 0px 24px;
    padding: 0px 25px
  }

  .partner-hero-background {
    background-position: 70% 10%
  }

  .partner-toggle-wrapper {
    display: inline-block;
    width: 40%;
    min-width: 80%;
    text-align: center;
    margin: 24px auto;
    margin-bottom: 24px
  }

  .partner-toggle-wrapper p {
    margin: 0
  }

  .partner-points-global {
    float: none
  }
}

.leadinModal.leadinModal-v3 .dyno-image img {
  margin-bottom: 12px
}

.leadin-button {

  text-transform: uppercase
}

.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
  border-radius: 0px !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #129ac8 !important
}

.listContent.blue-list-block {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/gray-rocky-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 28px
}

.listContent.blue-list-block h2 {
  font-size: 27px;
  line-height: 30px;
  padding: 16px 30px 13px;
  border: 2px solid #6c6c6c;
  color: #129ac8;
  text-align: center;
  margin-bottom: 28px
}

.listContent.blue-list-block ul,
.listContent.blue-list-block ol {
  padding-left: 20px
}

.listContent.blue-list-block li {
  font-size: 18px
}

.listContent.blue-list-block li:before {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/list_icon_blue.png")
}

.gated-wrapper {
  text-align: center
}

.gated-blue-block {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/gated-blur-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 35px;
  display: inline-block
}

.gated-blue-block .contact-form {
  background-color: transparent;
  padding: 0
}

.gated-blue-block .contact-form .hs-input {
  background-color: #fff
}

.gated-blue-block .contact-form input[type="submit"] {
  background-color: transparent;
  border: 2px solid #129ac8;
  color: #129ac8
}

.page-header-blue {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/blue-page-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 72px 0
}

.page-header-blue .dark-text-bg {
  padding: 35px 58px;
  max-width: 997px;
  margin: 0 auto;
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 50px;

  word-wrap: break-word
}

.page-header-blue .dark-text-bg.show {
  background-color: rgba(0, 0, 0, 0.33)
}

.page-header-blue h1 {
  color: #fff
}

@media screen and (min-width:768px) {
  .page-header-blue .dark-text-bg>div {
    max-width: 70%;
    margin: 0 auto
  }
}

.divider-anchor {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/gray-textured-corner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 96px 20px 92px;
  margin-top: 30px;
  margin-bottom: 30px
}

.divider-anchor h2,
.divider-anchor h2 span {

  font-size: 50px;
  line-height: 65px
}

.divider-anchor h2 a {
  color: #000
}

.divider-anchor h2 a:hover,
.divider-anchor h2 a:focus {
  text-decoration: none
}

.divider-anchor h2 .bold {
  font-weight: 900
}

.divider-anchor h2 .bold.black {
  color: #000
}

.divider-anchor h2 .bold.blue {
  color: #129ac8
}

.divider-anchor h2 .normal {
  font-weight: 400
}

.table-of-contents {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-lines-slim-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 25px 0;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 99
}

.table-of-contents .hs-menu-flow-horizontal ul {
  margin-bottom: 0;
  display: flex !important;
  justify-content: space-evenly
}

@media screen and (max-width:1024px) {
  .table-of-contents .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    display: inline-block;
    float: none
  }
}

@media screen and (max-width:768px) {
  .table-of-contents .hs-menu-flow-horizontal ul {
    margin-bottom: 0;
    display: block !important
  }
}

.table-of-contents .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  white-space: nowrap;

  color: #129ac8;
  font-size: 20px;
  font-weight: 700;
  max-width: none;
  text-transform: uppercase
}

.social-share {
  text-align: center;
  max-width: 560px;
  display: inline-block
}

@media screen and (max-width:560px) {
  .social-share {
    max-width: 100%
  }
}

.social-share .bg {
  padding: 26px 65px 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.social-share .bg.dark {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-textured-bg.png")
}

.social-share .bg.light {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/light-textured-bg.png")
}

.social-share .a2a_kit {
  display: inline-block
}

.social-share .a2a_default_style a {
  line-height: 26px;
  padding: 0 6px
}

.social-share .a2a_default_style .a2a_svg {
  height: 51px;
  width: 51px;
  line-height: 51px;
  background-color: #129ac8 !important;
  border-radius: 0px;
  padding: 7px
}

.stats-wrapper .stat-box {
  padding: 40px 20px 32px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;

}

.stats-wrapper .stat-box.dark {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-scratches-bg.png")
}

.stats-wrapper .stat-box.blue {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/blue-cloudy-bg.png")
}

.stats-wrapper .stat-box h3 {
  color: #fff;
  font-size: 52px;
  line-height: 66px;

  font-weight: 300;
  margin-bottom: 28px
}

.stats-wrapper .stat-box .val {
  font-size: 138px;
  line-height: 178px;
  font-weight: 900;
  max-width: 322px;
  margin: 0 auto;
  background-color: rgba(16, 32, 41, 0.75);
  padding: 37px 30px;
  margin-bottom: 38px;
  word-wrap: break-word
}

.stats-wrapper .stat-box .sub {
  font-size: 38px;
  line-height: 49px
}

.image-cta-wrapper .img-cta .img {
  min-height: 427px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-blend-mode: overlay
}

.image-cta-wrapper .img-cta .inner {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-scratches-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 45px 35px 40px;
  color: #fff;
  font-size: 28px;

}

.image-cta-wrapper .img-cta .inner h3 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 20px;

  word-wrap: break-word
}

.image-cta-wrapper .img-cta .inner .sub {
  margin-bottom: 30px
}

.image-cta-wrapper .img-cta .inner .btn-wrapper {
  text-align: center
}

.full-width-cta {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-scratches-wide-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 0
}

.full-width-cta h2 {
  color: #fff
}

@media screen and (min-width:992px) {

  .full-width-cta h2,
  .full-width-cta .btn-wrapper {
    display: inline-block;
    vertical-align: middle
  }

  .full-width-cta .btn-wrapper {
    margin-left: 30px
  }
}

.full-width-cta .btn-wrapper .custom-cta {
  padding: 12px 58px !important;
  font-size: 24px !important
}

.big-quote.whiteListText {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/pattern-shapes-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.big-quote.whiteListText .bigText {
  text-align: center
}

.big-quote.whiteListText .bigText.black {
  color: #000
}

.big-quote.whiteListText .bigText.blue {
  color: #129ac8
}

.big-quote.whiteListText .header-bg {
  font-size: 360px;
  line-height: 343px;
  text-align: center;
  white-space: nowrap;
  top: -40px;
  color: inherit
}

.big-quote.whiteListText .bigText.black .header-bg {
  color: rgba(2, 0, 0, 0.1)
}

.big-quote.whiteListText .bigText.blue .header-bg {
  color: rgba(18, 154, 200, 0.1)
}

.big-quote.whiteListText .bigText h2 {
  display: inline;
  position: relative;
  text-align: center;
  font-size: 104px;
  line-height: 99px
}

.big-quote.whiteListText .bigText.black h2 {
  color: #000
}

.big-quote.whiteListText .bigText.blue h2 {
  color: #129ac8
}

.big-quote.whiteListText .bigText h2 span {
  position: relative;
  z-index: 2;

  color: inherit
}

.big-quote.whiteListText .bigText h2:before,
.big-quote.whiteListText .bigText h2:after {
  position: absolute;
  opacity: .59;
  z-index: 1
}

.big-quote.whiteListText .bigText h2:before {
  content: url("../../../../../../hubfs/Cybereason%20Files/images/quote-start-icon.png");
  top: -40px;
  left: -60px
}

.big-quote.whiteListText .bigText h2:after {
  content: url("../../../../../../hubfs/Cybereason%20Files/images/quote-end-icon.png");
  bottom: -20px;
  right: -52px;
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0
}

.big-quote.whiteListText .bigText .prsn-wrapper {
  text-align: right;
  margin-top: 70px
}

.big-quote.whiteListText .bigText .person {
  display: inline-block;

  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000
}

.big-quote.whiteListText .bigText .person .name {
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
  position: relative;
  text-align: left
}

.big-quote.whiteListText .bigText.blue .name {
  color: #000
}

.big-quote.whiteListText .bigText.black .name {
  color: #129ac8
}

.big-quote.whiteListText .bigText .person .name:before {
  content: '-';
  display: inline-block;
  font-size: 35px;
  color: #000;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.author-headshot {
  max-width: calc(100%/4);
  margin-right: auto;
  padding: 24px 30px 40px;
  text-align: center
}

@media screen and (max-width:767px) {
  .author-headshot {
    max-width: 100%
  }
}

.author-headshot figure img {
  max-width: 100%;
  margin-bottom: 25px
}

.author-headshot figure figcaption {
  padding: 0 15px
}

.author-headshot figcaption h4 {
  font-size: 28px;
  line-height: 28px
}

.author-headshot figcaption label {
  text-transform: uppercase;

  font-size: 15px;
  line-height: 15px;
  color: #129ac8
}

.author-headshot figcaption ul {
  list-style: none;
  margin-top: 10px
}

.author-headshot figcaption ul li {
  display: inline-block
}

.author-headshot figcaption ul li a {
  color: #fff;
  font-size: 22px;
  background-color: #129ac8;
  text-align: center;
  padding: 5px;
  display: inline-block
}

.brand-divider {
  padding: 160px 0 140px
}

.brand-divider .wrapper {
  margin: 0 auto;
  max-width: 560px
}

@media screen and (max-width:560px) {
  .brand-divider .wrapper {
    max-width: 100%;
    margin: 0 15px
  }
}

.brand-divider .wrapper .divider {
  min-height: 190px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
  width: 100%
}

.brand-divider.black .wrapper .divider {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/blue-pattern-shapes-bg.png")
}

.brand-divider.blue .wrapper .divider {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-pattern-shapes-bg.png")
}

.brand-divider .wrapper .divider:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .40
}

.brand-divider.black .wrapper .divider:after {
  background-color: #000
}

.brand-divider.blue .wrapper .divider:after {
  background-color: #129ac8
}

.add-to-calendar,
.mailto-link {
  margin: 0 auto;
  max-width: 234px;
  padding: 25px 20px 30px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.add-to-calendar.black,
.mailto-link.black {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/black-textured-square.png")
}

.add-to-calendar.gray,
.mailto-link.gray {
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/gray-textured-square.png")
}

.add-to-calendar .img-wrapper,
.mailto-link .img-wrapper {
  margin-bottom: 28px
}

.add-to-calendar img,
.mailto-link img {
  max-width: 100%
}

.add-to-calendar .addeventatc,
.mailto-link .button {
  background-color: transparent;
  border: 2px solid #129ac8;
  border-radius: 0;
  color: #129ac8 !important;
  text-transform: uppercase;

  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  min-width: 148px
}

.add-to-calendar .addeventatc:hover,
.mailto-link .button:hover {
  border: 2px solid #129ac8;
  background: #129ac8;
  color: #fff !important;
  text-decoration: none
}

.add-to-calendar .addeventatc .addeventatc_icon {
  display: none
}

.featured-posts {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/gray-pattern-shapes-bg.png")
}

.featured-posts .inner-wrapper {
  padding: 150px 0 110px
}

.featured-posts h2 {
  font-size: 82px
}

.featured-posts .post-item {
  padding-top: 55px;
  padding-bottom: 60px;
  border-bottom: 1px solid #999
}

.featured-posts .post-item:last-of-type {
  border-bottom: 0
}

.featured-posts .row-fluid>.img {
  float: right !important;
  margin-left: 2.564102564%
}

.featured-posts .row-fluid>.details {
  margin-left: 0
}

.featured-posts .post-item .body h3 {
  color: #129ac8;
  font-size: 40px;
  line-height: 59px;
  text-transform: none;

}

.featured-posts .post-item .body .summary,
.featured-posts .post-item .body .summary * {
  font-size: 35px !important;

  font-weight: 300 !important;
  display: inline
}

.featured-posts .post-item .body .summary .read-more {
  font-weight: 600 !important
}

.countdown-clock {
  display: block;
  max-width: 560px;
  padding: 45px 30px 70px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/gray-textured-bordered.png")
}

@media screen and (max-width:650px) {
  .countdown-clock {
    max-width: 100%
  }
}

.countdown-clock h4 {
  font-size: 27px;
  line-height: 27px;
  text-align: center;

  font-weight: 900
}

.countdown-clock h4:after {
  content: '';
  height: 2px;
  width: calc(100%/3);
  background-color: #000;
  display: block;
  margin: 7px auto 0
}

.countdown-clock .wrapper {
  overflow: hidden;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.countdown-clock .wrapper .block {
  float: left;
  padding: 0 15px;
  text-align: center;
  position: relative
}

.countdown-clock .wrapper .block:after {
  content: '';
  width: 2px;
  height: 85%;
  background-color: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 10px
}

.countdown-clock .wrapper .block:last-of-type:after {
  content: none
}

.countdown-clock .block .number {
  color: #129ac8;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;

}

.countdown-clock .block .text {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;

}

@media screen and (max-width:1199px) {
  .stats-wrapper .stat-box .val {
    font-size: 120px;
    line-height: 160px;
    padding: 20px 15px
  }

  .image-cta-wrapper .img-cta .inner {
    padding: 35px 30px
  }

  .image-cta-wrapper .img-cta .inner h3 {
    font-size: 44px
  }
}

@media screen and (min-width:1025px) {
  .cr.header-main-wrapper .main-menu .hs-menu-wrapper>ul {
    display: block !important
  }
}

@media screen and (max-width:991px) {
  .stats-wrapper .stat-box .val {
    font-size: 80px;
    line-height: 120px
  }
}

@media screen and (max-width:767px) {
  .page-header-blue .dark-text-bg {
    padding: 30px
  }

  .social-share .bg {
    padding: 25px 20px
  }

  .social-share .a2a_default_style .a2a_svg {
    margin-bottom: 15px
  }

  .stats-wrapper .stat-box,
  .img-cta {
    margin-bottom: 30px
  }

  .featured-posts .row-fluid>.img {
    float: none;
    margin-left: 0
  }

  .featured-posts .post-item .body h3 {
    text-align: center;
    font-size: 30px;
    line-height: 49px
  }

  .featured-posts .post-item .body .summary,
  .featured-posts .post-item .body .summary * {
    font-size: 20px !important
  }

  .countdown-clock .wrapper .block {
    margin-bottom: 30px
  }

  .countdown-clock {
    padding: 45px 30px 40px
  }
}

@media screen and (min-width:1024px) {
  .cr.header-main-wrapper .headerlogos {
    width: 18%
  }

  .cr.header-main-wrapper .custom-menu-primary {
    width: 82%
  }

  .cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:not(:last-child)>a {
    padding-top: 13.5px;
    padding-bottom: 13.5px
  }

  .cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
    padding: 14px 20px
  }

  .cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child>a {
    padding: 14px 33px;
    position: relative;
    z-index: 5
  }
}

@media screen and (max-width:1120px) {
  .cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child>a {
    padding: 13px
  }
}

@media screen and (max-width:1024px) {
  .headerlogos .main-logo img {
    max-width: 195px;
    width: 100% !important
  }

  .header-main-wrapper {
    margin-top: 0
  }

  .hamburger-wrapper .hamburger {
    position: absolute;
    top: 20px;
    right: 30px !important;
    padding: 0;
    display: block
  }

  .hamburger-wrapper .hamburger.is-active {
    top: 25px
  }

  .cr.header-main-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden
  }

  .cr.header-main-wrapper .main-menu .hs-item-has-children.opened>ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important
  }

  .blackFooter .cr .main-menu ul li:nth-child(4) a:after {
    background-color: transparent
  }

  .cr.header-main-wrapper.opened {
    background-color: #fff
  }

  .cr.header-main-wrapper .header-main-bgmask {
    height: 100%
  }

  .cr.header-main-wrapper,
  .cr.header-main-wrapper.sticky {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .cr.header-main-wrapper.opened {
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll
  }

  .cr.header-main-wrapper .hs-menu-depth-1:first-child li.hs-menu-item.hs-menu-depth-2 {
    border-top: 1px solid #f0f0f0
  }

  .cr.header-main-wrapper .hs-menu-depth-1:first-child li.hs-menu-item.hs-menu-depth-2:first-of-type {
    border-top: 0
  }

  .cr.header-main-wrapper .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    background-color: #fff
  }

  .cr.header-main-wrapper .main-menu ul li.hs-menu-depth-1 {
    padding: 25px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%
  }

  .cr.header-main-wrapper .main-menu ul li a,
  .cr.header-main-wrapper .main-menu .hs-menu-wrapper li.hs-menu-depth-1:not(:first-of-type) li.hs-menu-depth-2 a {
    font-size: 14px;
    padding: 10px 25px
  }

  .cr.header-main-wrapper .main-menu ul li.hs-menu-depth-1>a {
    color: #000 !important;

    font-size: 16px;
    letter-spacing: 1.78px;
    position: relative;
    width: 100%
  }

  .cr.header-main-wrapper .main-menu ul li.hs-menu-depth-2>a {
    font-size: 16px;
    padding: 25px 25px 20px
  }

  .cr.header-main-wrapper .main-menu ul li.hs-menu-depth-1:not(:last-child)>a {
    padding: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .cr.header-main-wrapper .main-menu li.hs-item-has-children.hs-menu-depth-1>a::after {
    content: "\f105";

    font-size: 14px;
    display: block;
    margin-left: 10px;
    color: #79878b
  }

  .cr.header-main-wrapper .main-menu li.hs-item-has-children::after {
    content: ''
  }

  .cr.header-main-wrapper .main-menu li.hs-menu-depth-1.hs-item-has-children>.open-drawer:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #f8f8f8;
    right: 0;
    top: 0;
    position: absolute
  }

  .cr.header-main-wrapper .main-menu li.hs-menu-depth-1.hs-item-has-children>.open-drawer::after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 21px;
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    cursor: pointer;
    color: #070707;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    line-height: 1;
    background-color: transparent
  }

  .cr.header-main-wrapper .main-menu .hs-menu-depth-1>ul.hs-menu-children-wrapper {
    position: absolute;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    top: 0;
    width: 0;
    background-color: #fff;
    right: 0;
    left: auto;
    z-index: 11
  }

  .cr.header-main-wrapper .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.opened {
    position: static
  }

  .cr.header-main-wrapper ul.hs-menu-children-wrapper {
    display: block !important
  }

  .cr.header-main-wrapper .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    background-color: #fff
  }

  .cr.header-main-wrapper .main-menu .hs-menu-depth-1:first-child .hs-menu-depth-2>ul.hs-menu-children-wrapper {
    top: auto;
    position: initial !important
  }

  .cr.header-main-wrapper .main-menu .hs-menu-depth-1.opened>ul.hs-menu-children-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    right: 0;
    margin-right: 0;
    width: 100%;
    min-height: 100% !important;
    border-top: 1px solid #f0f0f0
  }

  .cr.header-main-wrapper .main-menu .hs-menu-depth-1.opened>ul.hs-menu-children-wrapper * {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
  }

  .cr.header-main-wrapper .main-menu li.hs-item-has-children .container {
    padding-bottom: 30px
  }

  .cr.header-main-wrapper .main-menu .hs-menu-depth-1>ul.hs-menu-children-wrapper .back-drawer {
    cursor: pointer;
    padding: 25px 25px 25px 50px;
    font-size: 16px;
    display: block;
    position: relative;
    color: #79c2ae;

    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .585px;
    border-bottom: 1px solid #f0f0f0
  }

  .cr.header-main-wrapper .main-menu .hs-menu-depth-1>ul.hs-menu-children-wrapper .back-drawer::after {
    content: "\f104";
    position: absolute;
    top: 47%;
    left: 12px;
    display: block;

    font-size: 21p;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .cr.header-main-wrapper .row-fluid [class*="span"].mobile-logo,
  .cr.header-main-wrapper .row-fluid [class*="span"].main-logo {
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    margin-left: 0
  }
}

#footer-container {
  padding-top: 50px
}

* {
  min-height: 0 !important
}

div#hs-eu-cookie-confirmation {
  background-color: rgba(0, 0, 0, .7) !important;
  box-shadow: none !important;
  border-top: 0px !important;
  border-bottom: 0px !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color: rgba(0, 0, 0, .0) !important;
  display: flex;
  justify-content: center;
  align-items: center
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #fff !important;

}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:nth-of-type(2) {
  width: 80%
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #129ac8 !important;
  border-radius: 0px !important;
  padding: 16px 24px !important;
  white-space: nowrap;
  overflow: hidden
}


.hero {
  padding: 1em 4em !important
}

.hero::after {
  left: 60px !important
}

.cr-btn {

  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.8px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 3em;
  cursor: pointer;
  white-space: nowrap;
  transition: .3s ease all
}

.cr-btn::after {
  content: '\e800';

  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  transition: left .3s ease;
  width: 18px;
  position: relative;
  left: 25px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: inherit
}

.cr-btn:hover {
  text-decoration: none
}

.cr-btn:hover:after {
  left: 33px
}

.cr-btn__arrow-white::after {
  color: #FFF
}

.cr-btn__arrow-black::after {
  color: #000
}

.cr-btn__arrow-gunmetal::after {
  color: #485b61
}

.cr-btn__arrow-mint::after {
  color: #74e0c1
}

.cr-btn__ghost-base .cr-btn__ghost-white::after,
.cr-btn__fill-black::after,
.cr-btn__ghost-mint--duet__white::after {
  fill: #FFF
}

.cr-btn__ghost-base::after,
.cr-btn__ghost-black::after,
.cr-btn__fill-white::after {
  color: #000
}

.cr-btn__ghost-mint::after {
  color: #74e0c1
}

.cr-btn__ghost-gunmetal::after {
  color: #485b61
}

.cr-btn__fill-gunmetal::after {
  color: #FFF
}

.cr-btn__fill-mint::after {
  color: #000
}

.cr-btn__ghost {
  background: transparent
}

.cr-btn__ghost-base {
  color: #000
}

.cr-btn__ghost-white {
  border: 2px #FFF solid;
  color: #FFF
}

.cr-btn__ghost-black {
  border: 2px #000 solid;
  color: #000
}

.cr-btn__ghost-mint {
  border: 2px #74e0c1 solid;
  color: #74e0c1
}

.cr-btn__ghost-gunmetal {
  border: 2px #485b61 solid;
  color: #485b61
}

.cr-btn__ghost-gunmetal__black-text {
  border: 2px #485b61 solid;
  color: #000
}

.cr-btn__fill-white,
.cr-btn__fill-white__hover-gunmetal {
  border: 2px #FFF solid;
  background: #FFF;
  color: #000
}

.cr-btn__fill-black {
  border: 2px #000 solid;
  background: #000;
  color: #FFF
}

.cr-btn__fill-mint {
  border: 2px #74e0c1 solid;
  background: #74e0c1;
  color: #000
}

.cr-btn__fill-gunmetal,
.cr-btn__fill-gunmetal__hover-white {
  border: 2px #485b61 solid;
  background: #485b61;
  color: #FFF
}

.cr-btn__ghost-mint--duet__white {
  border: 2px #74e0c1 solid;
  color: #FFF
}

.cr-btn__ghost-mint--duet__black {
  border: 2px #74e0c1 solid;
  color: #000
}

.cr-btn__ghost-gunmetal--duet__white {
  border: 2px #485b61 solid;
  color: #FFF
}

.cr-btn__ghost-gunmetal--duet__white:after {
  color: #485b61
}

.cr-btn__ghost-black--duet__mint {
  border: 2px #000 solid;
  color: #74e0c1
}

.cr-btn__ghost-white:hover {
  background: #FFF;
  color: #000
}

.cr-btn__ghost-white:hover:after {
  color: #000
}

.cr-btn__ghost-black:hover {
  background: #000;
  color: #FFF
}

.cr-btn__ghost-black:hover:after {
  color: #FFF
}

.cr-btn__ghost-mint:hover {
  background: #74e0c1;
  color: #FFF
}

.cr-btn__ghost-mint:hover:after {
  color: #FFF
}

.cr-btn__ghost-gunmetal:hover,
.cr-btn__ghost-gunmetal__black-text:hover {
  background: #485b61;
  color: #FFF
}

.cr-btn__ghost-gunmetal:hover:after,
.cr-btn__ghost-gunmetal__black-text :hover:after {
  color: #FFF
}

.cr-btn__fill-white:hover {
  background: #000;
  color: #FFF;
  border: 2px #000 solid
}

.cr-btn__fill-white:hover:after {
  color: #FFF
}

.cr-btn__fill-white__hover-gunmetal:hover {
  background: #485b61;
  color: #FFF;
  border: 2px #485b61 solid
}

.cr-btn__fill-white__hover-gunmetal:hover:after {
  color: #FFF
}

.cr-btn__fill-black:hover {
  background: #FFF;
  color: #000;
  border: 2px #FFF solid
}

.cr-btn__fill-black:hover:after {
  color: #000
}

.cr-btn__fill-mint:hover {
  background: #FFF;
  color: #74e0c1;
  border: 2px solid #FFF
}

.cr-btn__fill-mint:hover:after {
  color: #74e0c1
}

.cr-btn__fill-gunmetal:hover {
  background: #000;
  color: #FFF;
  border: 2px #000 solid
}

.cr-btn__fill-gunmetal:hover:after {
  color: #FFF
}

.cr-btn__fill-gunmetal__hover-white:hover {
  background: #FFF;
  color: #000;
  border: 2px #FFF solid
}

.cr-btn__fill-gunmetal__hover-white:hover:after {
  color: #000
}

.cr-btn__ghost-mint--duet__white:hover {
  background: #000;
  color: #74e0c1;
  border: 2px #000 solid
}

.cr-btn__ghost-mint--duet__white:hover:after {
  color: #74e0c1
}

.cr-btn__ghost-mint--duet__black:hover {
  background: #000;
  color: #74e0c1;
  border: 2px #000 solid
}

.cr-btn__ghost-mint--duet__black:hover:after {
  color: #74e0c1
}

.cr-btn__ghost-black--duet__mint:hover {
  background: #74e0c1;
  color: #000;
  border: 2px #74e0c1 solid
}

.cr-btn__ghost-black--duet__mint:hover:after {
  color: #000
}

.cr-btn__ghost-gunmetal--duet__white:hover {
  background: #485b61
}

.cr-btn__ghost-gunmetal--duet__white:hover:after {
  color: #FFF
}

.cr-btn_center {
  display: table;
  margin: 0 auto
}

.blink {
  display: block;
  width: 35px;
  height: 7px;
  background: #fff;
  margin: 20px 0 28px 0;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  right: -45px;
  bottom: -17px
}

.play-btn {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto
}

.videoDescription {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0
}

.videoDescription h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff
}

.videoDescription p {
  color: #129ac8
}

.videoContainer {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0
}

.videoFeature {
  height: 495px;
  max-width: 876px;
  margin: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 470px
}

.smallVideo .videoContainer {
  position: relative;
  top: 0;
  left: 0;
  right: 0
}

.smallVideo .videoFeature {
  height: 100%;
  max-width: 511px;
  min-height: 287px;
  margin: initial
}

.smallVideo .play-btn {
  position: absolute;
  top: 74px;
  bottom: initial;
  width: 60px;
  height: 60px
}

.smallVideo .videoDescription p {
  color: #129ac8;
  margin-bottom: 6px
}

.smallVideo .videoDescription {
  text-align: center
}

.bigTextHeader h1 {
  position: relative;
  display: table;
  margin-bottom: 30px
}

.bigTextHeader h1 .blink {
  background: #000
}

.dark-color.bigTextHeader h1:after,
.dark-color.bigTextHeader h2:after {
  content: initial
}

.blackMenu .main-menu ul li a {
  color: #2b2d2e
}

.blackMenu .main-menu ul li:last-child a {
  color: #fff
}

.content-wrapper.dark-color .header-bg {
  color: rgba(137, 137, 137, .1)
}

.content-wrapper.dark-color h1 .blink {
  background-color: #000
}

.insert-padding {
  padding: 100px 0
}

.fullwidth-col-2-wrapper {
  padding: 100px 0
}

.right-content.content {
  float: right;
  max-width: 536px;
  display: table;
  min-height: 590px;
  padding: 0
}

.left-content.content {
  float: left;
  max-width: 540px;
  display: table;
  min-height: 590px;
  padding: 0
}

.content .container-section {
  display: table-cell;
  vertical-align: middle
}

.right-content.content h3,
.left-content.content h3 {
  font-size: 36px;
  line-height: 45px
}

.left-img,
.right-image {
  text-align: center
}

.flycolumnContainer .left-image img {
  margin-top: -90px;
  position: relative;
  z-index: 1
}

.flycolumnContainer .contentContainer {
  min-height: 500px;
  display: table
}

.flycolumnContainer .smallContent {
  display: table-cell;
  vertical-align: middle
}

.smallContent h2 {
  font-size: 36px;
  line-height: 36px;
  text-transform: initial
}

.smallContent p {
  font-size: 15px;
  line-height: 24px;
  color: #575b60
}

.blue-stroke {
  color: #129ac8;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: .8px;
  padding: 10px 29px;
  border: 2px solid #129ac8;
  display: inline-block
}

.white-stroke {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: .8px;
  padding: 10px 29px;
  border: 2px solid #fff;
  display: inline-block
}

.fullVideoBanner {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  min-height: 470px
}

.fullVideoBanner .page-center {
  display: block
}

.columnContent .bigText {
  text-align: right;
  position: relative
}

.columnContent .smallText {
  max-width: none;
  width: 45%
}

.bigText {
  position: relative
}

.bigText h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400
}

.bigText h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  right: 0;
  position: absolute
}

.whiteListText {
  background-repeat: no-repeat;
  background-position: 100% 100%
}

.whiteListText .header-bg {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  color: rgba(137, 137, 137, .1);
  text-transform: uppercase;

  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.columnContent .header-bg {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  max-width: 100%;
  right: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  color: rgba(137, 137, 137, .1);
  text-transform: uppercase;

  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.smallText p {
  margin-top: 0;
  margin-bottom: 28px
}

.columnContent {
  padding: 100px 0
}

.ctaModule {
  padding: 62px 0;
  background-color: #129ac8;
  position: relative
}

.ctaModule:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .75;
  mix-blend-mode: multiply
}

.ctaContent {
  max-width: 652px;
  background-color: #129ac8;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 85px 82px;
  position: relative
}

.ctaContent h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 22px
}

.ctaContent p {
  font-size: 15px;
  line-height: 24px;
  color: #fff
}

.black-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .41)
}

.contentPop {
  position: relative;
  z-index: 3;
  top: 5px
}

.whiteListText {
  padding: 150px 0 100px
}

.whiteListText .bigText h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -38px;
  bottom: -26px;
  left: auto
}

.listContainer .bigText {
  text-align: center;
  margin-bottom: 50px
}

.listContent {
  max-width: 621px;
  margin: auto
}

.listContent li {
  color: #575b60;
  list-style-type: none;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px
}

.listContent li span {
  color: #000;
  text-transform: uppercase
}

.listContent li:before {
  position: absolute;
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/list%20icon.png");
  content: "";
  width: 13px;
  height: 13px;
  left: -20px;
  top: 4px
}

.imageTextContainer {
  padding-bottom: 100px
}

.imageTextContainer .imageContainer,
.imageTextContainer .textContainer {
  display: table
}

.imageTextContainer .imageContainer {
  position: relative;
  text-align: end;
  padding-right: 30px
}

.imageTextContainer .imageOverlay {
  width: 100%;
  background-size: contain;
  min-height: 402px;
  position: absolute;
  top: -100px;
  left: -60px
}

.alignHere {
  display: table-cell;
  vertical-align: middle
}

.textContainer h3 {
  font-size: 36px;
  line-height: 36px
}

.textContainer p {
  font-size: 15px;
  line-height: 24px
}

.imageContainer img {
  object-fit: contain;
  position: relative;
  z-index: 2
}

.tableContainer {
  padding-top: 70px;
  padding-bottom: 120px
}

.tableContainer h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 67px
}

.table-section {
  overflow-x: auto;
  position: relative
}

.table-section .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.quoteContentContainer:before {
  content: "";
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/quote.png");
  width: 45px;
  height: 34px;
  display: block;
  right: 0;
  margin-top: -50px;
  position: absolute
}

.v2.quoteContainer {
  padding: 0
}

.v2.quoteContainer .section {
  padding: 140px 0
}

.v2.quoteContainer .top-gradient {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 40%, #fff 100%)
}

.v2.quoteContainer .bottom-gradient {
  transform: rotate(-360deg);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 70%, #fff 100%)
}

.v2 .quoteContentContainer:before {
  content: '“';

  font-size: 144px;
  width: 45px;
  height: 34px;
  display: block;
  left: 0;
  margin-top: 0;
  position: initial;
  line-height: 1;
  background: 0;
  margin-bottom: 35px
}

.v2.quoteContainer .quoteImage {
  background: url("../../../../../../hubfs/Servicesv2.png");
  min-height: 0;
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  padding: 50px
}

.v2.quoteContainer .quoteContentContainer {
  max-width: none;
  text-align: left;
  position: initial;
  width: 100%;
  padding: 0
}

.v2.quoteContainer .quoteContent {
  margin-bottom: 70px
}

.v2.quoteContainer .quoteContent,
.v2.quoteContainer .quoteContent p {

  font-size: 32px;
  letter-spacing: -1.94px;
  line-height: 1.315em
}

.v2.quoteContainer .quoteAuthor {
  color: #129ac8
}

.quoteContainer {
  padding: 100px 0
}

.quoteImage {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 470px;
  position: relative
}

.quoteImage img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}

.left-content .quoteContentContainer {
  max-width: 650px;
  text-align: left;
  position: relative;
  width: 100%;
  padding-top: 80px;
  margin: auto;
  z-index: 6
}

.quoteContentContainer {
  max-width: 650px;
  text-align: left;
  position: absolute;
  width: 100%;
  padding-top: 80px;
  left: 0;
  right: 200px;
  margin: auto
}

.quoteContent p {
  font-size: 36px;
  line-height: 46px;
  color: #252729;

  font-weight: 100
}

.quoteContent {
  margin-bottom: 34px
}

.quoteAuthor {
  margin-bottom: 30px;

  font-weight: bold
}

.flyTotheCenter .left-image {
  text-align: center
}

.flyTotheCenter.flycolumnContainer .contentContainer {
  min-height: 100%;
  height: auto;
  display: block;
  float: right
}

.flycolumnContainer.flyTotheCenter {
  padding-bottom: 70px
}

.fourBoxesContainer {
  padding-bottom: 0;
  padding-top: 0
}

.fourBoxesContainer .fourBoxHeader h2 {
  padding-top: 110px
}

.fourBoxesContainer .fourBoxHeader {
  margin-bottom: 60px
}

.fourBoxesContainer .fourBoxHeader h2 {
  font-size: 60px;
  line-height: 60px;
  position: relative;
  display: inline
}

.fourBoxesContainer .fourBoxHeader h2:after {
  content: '';
  display: block;
  width: 32px;
  height: 7px;
  background: #252729;
  margin: 20px 0 28px 0;
  position: absolute;
  right: -38px;
  bottom: -26px
}

.small-box {
  display: table;
  min-height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  cursor: pointer
}

.smallContainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px
}

.smallContainer h3 {
  font-size: 30px;
  line-height: 30px
}

.smallContainer p {
  color: #129ac8;
  font-size: 15px;
  line-height: 17px
}

.smallBoxHover {
  opacity: 0;
  display: table;
  min-height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #129ac8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  transition: all ease .5s
}

.smallBoxHover .hoverContainer {
  display: table-cell;
  vertical-align: middle
}

.small-box:hover .smallBoxHover {
  opacity: 1
}

.hoverContainer h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff
}

.banner-header-wrapper.small-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 187px
}

.productPage .content-wrapper .header-bg {
  left: -50%
}

.banner-header-wrapper.small-banner .content-wrapper h1 {
  position: relative;
  width: auto;
  display: inline;
  z-index: 1 !important
}

.banner-header-wrapper.small-banner .white-color h1:after {
  content: initial
}

.bigQuoteContainer {
  padding: 150px 0 140px
}

.bigQuoteContainer .leftContent {
  text-align: right;
  padding-right: 40px
}

.bigQuoteContainer .leftContent p {
  font-size: 36px;
  line-height: 46px;

  font-weight: 100;
  margin-bottom: 30px
}

.bigQuoteContainer .leftContentContainer,
.bigQuoteContainer .image-container {
  display: table
}

.bigBanner {
  min-height: 419px
}

.bigQuoteContainer .image-container {
  position: relative
}

.bigQuoteContainer .image-container img {
  position: relative;
  z-index: 1
}

.bigQuoteContainer .image-container img.overlayImage {
  position: absolute;
  top: -112px;
  right: 0
}

.headertextContainer {
  margin-top: 205px;
  position: relative
}

.headertextContainer h1 {
  position: relative;
  width: auto;
  display: table
}

.headertextContainer h1 .blink {
  background: #252729
}

.bigBanner .header-bg {
  position: absolute;
  top: -60px;
  left: -300px;
  right: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  color: rgba(137, 137, 137, .1);
  text-transform: uppercase;

  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.leftColumn .hs_cos_wrapper_type_custom_widget:first-child .featuredDiv {
  margin-left: 0
}

.featuredDiv {
  margin-bottom: 6px;
  float: left;
  width: 100%;
  max-width: 419px;
  margin-left: 6px;
  position: relative;
  overflow: hidden
}

.leftColumn .featuredDiv .featuredDetails {
  opacity: 0;
  cursor: pointer
}

.featuredImage {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.featuredDetails {
  padding-top: 32px;
  background-color: rgba(37, 39, 41, .85);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 42px 34px 25px;
  margin-left: 6px
}

.featuredDetails .fa {
  position: absolute;
  right: 29px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  bottom: 35px;
  cursor: pointer
}

.featuredDetails h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 0;
  color: #fff
}

.featuredDetails p {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0
}

.smallFull .featuredImage {
  height: 395px
}

.smallFull-container .hs_cos_wrapper_type_custom_widget:nth-child(4n-7) .featuredDiv {
  margin-left: 0
}

.smallFull .featuredDetails {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  overflow-y: auto
}

.smallFull .featuredDetails {
  opacity: 0
}

.smallFull .featuredDetails.open {
  top: 0
}

.smallFull .featuredDetails p {
  font-size: 12px;
  line-height: 20px
}

.jobDescription {
  color: #252729;
  padding-top: 10px;
  padding-bottom: 5px;
  display: none
}

.featuredDetails.open .fa-angle-up {
  display: none
}

.featuredDetails.open .jobDescription {
  display: block
}

.social-icons {
  padding-top: 12px
}

.social-icons .fa {
  position: initial;
  color: #129ac8
}

.accordionBtn {
  position: absolute;
  right: 10px;
  top: 24px;
  border: 1px solid #efefef;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 46px;
  width: 46px;
  padding: 10px 12px;
  background-color: #fff
}

.accordionBtn .bar {
  height: 2px;
  width: 21px;
  background-color: #129bc9;
  display: inline-block;
  position: relative;
  transition: all ease .5s
}

.accordionBtn .bar:before {
  content: "";
  height: 2px;
  width: 21px;
  background-color: #129bc9;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  transition: all ease .5s
}

.accordionBtn.open .bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.accordionBtn.open .bar:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.featuredDiv.smallDiv {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-left: 0
}

.featuredDiv.smallDiv .featuredImage {
  width: 37%;
  height: 158px;
  float: left;
  display: inline-block
}

.featuredDiv.smallDiv .featuredDetails {
  width: 57%;
  display: inline-block;
  margin-left: 33px;
  position: initial;
  padding: 0
}

.featuredDiv.smallDiv .featuredDetails .jobDescription {
  display: block;
  border-top: 1px solid rgba(151, 151, 151, .25);
  margin-top: 13px;
  padding-top: 15px;
  color: #FFF;
  max-height: 200px;
  overflow-y: auto;
  font-size: 11px
}

.featuredDiv.smallDiv .featuredDetails>p {
  font-size: 12px
}

.darkBackground h2 {
  position: relative;
  width: auto;
  display: table;
  color: #fff;
  margin-bottom: 70px
}

.darkBackground h2:after {
  content: '';
  display: block;
  background: #fff;
  margin: 20px 0 28px 0;
  position: absolute;
  width: 32px;
  height: 7px;
  right: -38px;
  bottom: -26px
}

.darkBackground {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 131px 0 65px
}

.darkBackground .featuredDiv.smallDiv .featuredDetails {
  background-color: initial
}

.darkBackground .featuredDetails h3,
.darkBackground .featuredDetails p {
  color: #fff
}

.darkBackground .featuredDetails h3 {
  margin-bottom: 6px
}

.whiteBackground {
  padding-bottom: 100px
}

.blackFooter .footer-menu-wrapper {
  background-color: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 45px
}

.whiteBackground {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0
}

.leftColumn {
  padding-top: 0
}

.imageOverlay {
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/overlay.png");
  background-repeat: no-repeat
}

.contact-section {
  padding-top: 258px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
  width: 100%
}

.contact-section .heroText {
  position: relative;
  padding-top: 38px;
  margin-top: 0
}

.contact-section .heroText .header-bg {
  top: -11px
}

.contact-section .footer-menu-wrapper {
  padding-top: 219px
}

.contact-form-container {
  position: relative
}

.contact-form-container:after {
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/Bitmap%20Copy%202.png");
  content: "";
  position: absolute;
  right: -34px;
  display: block;
  height: 236px;
  width: 356px;
  z-index: 1;
  bottom: -17px
}

.contact-form-container:before {
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/Bitmap-1.png");
  content: "";
  position: absolute;
  left: -80px;
  display: block;
  height: 212px;
  width: 211px;
  margin-top: -100px;
  z-index: 1;
  top: 50%
}

.contact-form {
  background-color: #fff;
  padding: 55px 75px;
  position: relative;
  z-index: 2
}

.contact-form h3 {
  color: #129ac8;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 42px
}

.contact-form .hs-form-field>label {
  display: none
}

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

.contact-form fieldset.form-columns-1 .hs-input {
  width: 100%
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="time"],
.contact-form input[type="week"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="color"],
.contact-form select {
  height: 55px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
  background-color: #f1f1f1;
  border: 0;
  border-radius: 0;
  padding-left: 15px
}

.contact-form textarea {
  padding: 15px
}

.contact-form .hs_submit {
  text-align: center
}

.contact-form input[type="submit"] {
  background-color: #129ac8;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 19px;
  color: #fff;

  text-transform: uppercase;
  padding: 18px 105px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../../../../../../cdn2.hubspot.net/hubfs/3354902/Cybereason%20Files/images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.heroText {
  position: relative;
  margin-top: 70px
}

.heroText .header-bg {
  position: absolute;
  top: -9%;
  left: -50%;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  width: 200%;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.heroText h1 {
  position: relative;
  color: #fff;
  display: table
}

.heroContent {
  margin-top: 50px;
  margin-bottom: 43px
}

.heroContent p {
  margin-bottom: 25px
}

.heroContent p,
.heroContent li {
  color: #fff;
  font-size: 15px;
  line-height: 24px
}

.heroContent ul {
  padding-left: 15px
}

.heroVideo h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;

  font-weight: 500;
  margin-bottom: 20px
}

.contact-form select {
  color: #9b9b9b
}

.contact-form select option:checked {
  color: #000
}

.contact-form ::-webkit-input-placeholder {
  color: #9b9b9b
}

.contact-form ::-moz-placeholder {
  color: #9b9b9b
}

.contact-form :-ms-input-placeholder {
  color: #9b9b9b
}

.contact-form :-moz-placeholder {
  color: #9b9b9b
}

.contact-form select:disabled {
  color: #9b9b9b
}

.contact-form .hs-form-field {
  position: relative
}

.contact-form .hs-form-field .hs-error-msgs {
  position: absolute;
  bottom: 0
}

.contact-form .hs-form-field .hs-error-msgs li {
  list-style-type: none
}

.contact-form .hs-form-field .hs-error-msgs li label {
  font-size: 13px
}

.whiteBG .heroContent p,
.whiteBG .heroContent li,
.whiteBG .heroVideo h3 {
  color: #575b60
}

.whiteBG .heroText h1 {
  color: #000
}

.whiteBG .heroText h1 .blink {
  background: #000
}

.whiteBG .contact-form {
  background-color: #129ac8
}

.whiteBG .contact-form input[type="submit"] {
  padding: 16px 103px;
  border: 2px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.whiteBG .contact-form h3 {
  color: #fff
}

.whiteBG .heroText .header-bg {
  color: rgba(137, 137, 139, 0.1)
}

.height-space {
  min-height: 290px !important
}

.quoteContainer {
  background-position: center;
  background-size: cover
}

.blueContainer .ctaContent {
  max-width: 800px;
  margin: auto;
  padding: 95px 82px 45px
}

.blueContainer .ctaContent h3 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;

  font-weight: 100;
  text-transform: initial
}

.blueContainer .ctaContent p {
  margin-bottom: 25px
}

.blueContainer .ctaContent p:last-child {
  margin-bottom: 0
}

.blueContainer .ctaContent .hs-cta-wrapper a {
  border-color: #fff !important;
  color: #fff !important
}

.blueContainer .contentPop:before {
  content: "";
  background-image: url("../../../../../../hubfs/Cybereason%20Files/images/quotes.png");
  width: 42px;
  height: 31px;
  display: block;
  top: -55px;
  position: absolute
}

.footer-section-container {
  background-position: center;
  background-size: cover
}

@media only screen and (min-width:768px) {
  .quoteContainer .page-center {
    display: block
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .bigQuoteContainer .image-container img {
    width: 100%;
    height: auto
  }

  .fullwidth-col-2-wrapper {
    background-position: center !important
  }

  .featuredDiv.smallDiv .featuredDetails {
    margin-left: 25px
  }

  .videoContainer .page-center {
    width: 100%
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  .flycolumnContainer .left-image img {
    margin-top: 100px;
    width: 100%;
    height: auto
  }

  .contact-form {
    padding: 56px 30px 75px
  }

  .featuredDiv.smallDiv .featuredImage {
    width: 100%;
    height: 200px
  }

  .featuredDiv.smallDiv .featuredDetails {
    width: 100%;
    margin-left: 0;
    margin-top: 30px
  }

  .columnContent .bigText {
    margin-bottom: 50px
  }

  .bigText h2 br {
    display: block
  }

  .columnContent .smallText {
    max-width: initial;
    width: 48%
  }
}

@media only screen and (max-width:767px) {
  .featuredDiv.smallDiv .featuredImage {
    height: 300px
  }

  .contact-form-container {
    margin-top: 100px
  }

  .sm-banner-header .content-wrapper .header-bg {
    top: 32%
  }

  .content-wrapper .header-bg {
    top: 18%
  }

  .blink {
    bottom: -15px
  }

  .heroText .header-bg {
    width: 300%
  }

  .bigTextHeader h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 70px
  }

  .custom-blue-overlay .ctaContent h2 {
    font-size: 60px;
    line-height: 60px
  }

  .fullwidth-col-2-wrapper {
    padding: 30px 0;
    margin-bottom: 100px;
    background-position: center !important
  }

  .insert-padding {
    padding: 0
  }

  .fullwidth-col-2-wrapper .left-img img {
    margin-bottom: 0
  }

  .left-img img,
  .right-img img {
    margin-bottom: 30px
  }

  .right-content.content,
  .left-content.content {
    min-height: 100%
  }

  .featuredDiv.smallDiv .featuredDetails {
    margin-left: 0;
    margin-top: 30px
  }

  .featuredDiv.smallDiv .featuredDetails,
  .featuredDiv.smallDiv .featuredImage {
    width: 100%
  }

  .leftColumn {
    padding-top: 0
  }

  .bigBanner {
    min-height: 200px
  }

  .darkBackground h2:after,
  .headertextContainer h1:after {
    left: 0;
    bottom: -50px
  }

  .headertextContainer h1 {
    font-size: 60px
  }

  .banner-header-wrapper.small-banner .content-wrapper h1 {
    font-size: 65px;
    margin-bottom: 70px
  }

  .banner-header-wrapper.small-banner .white-color h1:after {
    bottom: -50px;
    left: 0
  }

  .contact-section {
    padding-top: 150px
  }

  .flycolumnContainer .left-image img {
    width: 100%;
    height: auto
  }

  .columnContent .bigText {
    margin-bottom: 100px
  }

  .bigText h2 {
    text-align: left
  }

  .bigText h2:after {
    left: 0;
    margin-bottom: -50px
  }

  .ctaModule {
    display: table;
    width: 100%
  }

  .ctaContent {
    padding: 30px 15px 20px
  }

  .listContent ul {
    padding-left: 30px
  }

  .imageTextContainer .imageContainer {
    padding-right: 0;
    margin-bottom: 100px
  }

  .imageTextContainer .imageOverlay {
    top: 15px;
    left: 0;
    right: 0
  }

  .bigQuoteContainer .image-container img {
    width: 100%;
    height: auto
  }

  .bigQuoteContainer .image-container img.overlayImage {
    top: -80px
  }

  .leftContentContainer {
    margin-bottom: 150px
  }

  .bigQuoteContainer .leftContent {
    padding-right: 0
  }

  .bigQuoteContainer {
    padding: 50px 0
  }

  .quoteContentContainer {
    position: relative;
    padding: 80px 15px
  }

  .quoteImage {
    display: table;
    width: 100%;
    background-size: cover
  }

  .small-box {
    margin-bottom: 50px
  }

  .heroText h1 {
    font-size: 60px;
    margin-bottom: 70px
  }

  .heroText {
    margin-bottom: 50px;
    margin-top: 0
  }

  .contact-form {
    padding: 30px 15px
  }

  .contact-form fieldset.form-columns-2 .hs-input {
    width: 100% !important
  }

  .contact-form fieldset.legal-consent-container .hs-input {
    width: auto !important
  }

  .survey-form .hs-form form.hs-form .hs-form-field ul.inputs-list {
    list-style: none !important
  }

  .heroText h1:after {
    left: 0;
    bottom: -50px
  }

  .contact-form fieldset.form-columns-2 .input,
  .contact-form fieldset.form-columns-1 .input {
    margin-right: 0 !important
  }

  .contact-section {
    padding-bottom: 0
  }

  .leftColumn .featuredDiv .featuredDetails {
    opacity: 1
  }

  .smallFull .featuredDetails {
    opacity: 1
  }

  .featuredDetails {
    margin-left: 0px
  }

  .featuredDiv {
    margin-left: 0
  }

  .blueContainer .ctaContent {
    padding: 70px 15px
  }

  .banner-header-wrapper .content-wrapper {
    padding-top: 150px
  }
}

@media screen and (max-width:768px) {
  .columnContent .smallText {
    width: 100%
  }

  .columnContent .bigText {
    text-align: left
  }

  .bigText h2 {
    ;
    display: inline
  }

  .bigText h2:after {
    left: auto;
    position: initial;
    margin-bottom: -15px;
    display: inline-block
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .contact-form .hs-form-field {
    position: relative;
    width: 100% !important
  }

  .bigText h2 br {
    display: block
  }
}

@media screen and (max-width:667px) and (min-width:480px) {
  .bigText h2 {
    font-size: 10vw;
    line-height: 1
  }
}

@media screen and (max-width:767px) {

  .bigQuoteContainer .leftContentContainer,
  .bigQuoteContainer .image-container {
    width: 100%
  }

  .ctaContent {
    float: none !important;
    max-width: 480px;
    margin: 0 auto
  }

  .featuredDetails.animated.opened .jobDescription {
    display: block
  }

  .featuredDetails.animated.closed .jobDescription {
    display: none
  }

  .darkBackground h2 {
    display: inline-block
  }

  .darkBackground h2:after,
  .headertextContainer h1:after {
    left: auto;
    bottom: -28px
  }
}

@media screen and (max-width:480px) {
  .whiteListText {
    background: none !important
  }

  .imageTextContainer .imageContainer {
    margin: 0
  }

  .banner-header-wrapper.small-banner .content-wrapper h1 {
    font-size: 70px;
    font-size: 20vw;
    line-height: 1;
    margin-right: 45px
  }

  .textContainer h3 {
    font-size: 45px;
    line-height: 1
  }

  .whiteListText .header-bg {
    white-space: nowrap
  }

  .bigText h2 {
    font-size: 15vw;
    line-height: 1
  }

  .columnContent .header-bg {
    white-space: nowrap
  }

  .listContainer .bigText {
    padding: 0 20px
  }

  .listContent img {
    float: none !important;
    margin: 0 auto 30px !important;
    display: block
  }

  .darkBackground h2 {
    font-size: 14vw
  }

  .featuredDiv.smallDiv .featuredDetails .jobDescription {
    overflow-y: initial
  }
}

@charset "UTF-8";

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

body.logged-in .YouTubePopUp-Wrap {
  top: 32px;
  z-index: 99998
}

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("../5376455758/1569776461030/Custom/page/images/close.png") no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px
}

.YouTubePopUp-Close:hover {
  opacity: .5
}

@media all and (max-width:768px) and (min-width:10px) {
  .YouTubePopUp-Content {
    max-width: 90%
  }
}

@media all and (max-width:600px) and (min-width:10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important
  }

  .YouTubePopUp-Close {
    bottom: 362px
  }
}

@media all and (max-width:480px) and (min-width:10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important
  }

  .YouTubePopUp-Close {
    bottom: 262px
  }
}

@charset "UTF-8";



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}



@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}



@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}



@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}



@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}


.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}


.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}


.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}


.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}


.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}


.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}


.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}


.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}


.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}


.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}


.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}


.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}


.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}


.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}


.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}


.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}


.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}


.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}


.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.id-item .image img {
  max-width: 200px;
}