/*
 * Basic Vars
 */
/*
 * Helpers Functions
 */
.centrical-button {
  background: #d72a91;
  color: #f9f9f8 !important;
  padding: 12.5px 25px;
  line-height: 1.2;
  font-size: 11px;
  border: 0;
  border-radius: 1000px;
  display: inline-block;
  font-weight: 600 !important;
  font-family: "Silka", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  .centrical-button {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .centrical-button {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .centrical-button {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .centrical-button {
    padding: 13.5px 45px;
  }
}
@media (min-width: 1200px) {
  .centrical-button {
    padding: 18.5px 60px;
  }
}
.centrical-button:hover,
.centrical-button:focus {
  background: #e75aa1;
  color: #f9f9f8;
  text-decoration: none;
}
.centrical-button.green {
  background-color: #00ad82;
}
.centrical-button.green:hover,
.centrical-button.green:focus {
  background-color: #00be82;
}
.centrical-button.lightgreen {
  background-color: #c6da2c;
}
.centrical-button.lightgreen:hover,
.centrical-button.lightgreen:focus {
  background-color: #d8ee2f;
}
.centrical-button a:hover {
  text-decoration: none !important;
}
.centrical-button.skinny {
  height: 50px;
}
.button,
button {
  background: #d72a91;
  color: #f9f9f8 !important;
  padding: 12.5px 25px;
  line-height: 1.2;
  font-size: 11px;
  border: 0;
  border-radius: 1000px;
  display: inline-block;
  font-weight: 600 !important;
  font-family: "Silka", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
}
@media (min-width: 768px) {
  .button,
  button {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .button,
  button {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .button,
  button {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .button,
  button {
    padding: 13.5px 45px;
  }
}
@media (min-width: 1200px) {
  .button,
  button {
    padding: 18.5px 60px;
  }
}
.button:hover,
button:hover,
.button:focus,
button:focus {
  background: #e75aa1;
  color: #f9f9f8;
  text-decoration: none;
}
.button.green,
button.green {
  background-color: #00ad82;
}
.button.green:hover,
button.green:hover,
.button.green:focus,
button.green:focus {
  background-color: #00be82;
}
.button.lightgreen,
button.lightgreen {
  background-color: #c6da2c;
}
.button.lightgreen:hover,
button.lightgreen:hover,
.button.lightgreen:focus,
button.lightgreen:focus {
  background-color: #d8ee2f;
}
.button a:hover,
button a:hover {
  text-decoration: none !important;
}
.button.skinny,
button.skinny {
  height: 50px;
}
a.button {
  text-decoration: none !important;
  color: #f9f9f8;
}
img {
  max-width: 100%;
  height: auto;
}
body,
html {
  overflow-x: hidden;
}
body.noScroll,
html.noScroll {
  overflow: hidden;
}
body {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #272a34;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
body :focus {
  outline: none;
}
.page-template-page-blocks #main .content-container {
  padding: 40px 15px;
}
.page-template-page-blocks #main .content-container > .centrical-block > .hero {
  margin-top: -40px;
}
a {
  text-decoration: underline;
  color: #d72a91;
}
a:hover,
a:focus {
  color: #d72a91;
  text-decoration: none;
  transition: all 0.5s;
}
.icon-scroll {
  background: url(../img/icons/mouse-scroll@2x.png) no-repeat center center;
  width: 14px;
  height: 29px;
  background-size: 100%;
}
.icon-arrow {
  background: url(../img/icons/arrow-black@2x.png) no-repeat center center;
  width: 13px;
  height: 28px;
  background-size: 100%;
}
.icon-arrow.right {
  transform: scaleX(-1);
}
.icon-close,
.form-popup-box .pum-content + .pum-close,
.pum-container .pum-content + .pum-close,
.form-popup-box .pum-content + .pum-close:hover,
.pum-container .pum-content + .pum-close:hover {
  background: url(../img/icons/close-black.png) no-repeat center center;
  width: 25px;
  height: 25px;
  background-size: 100%;
}
.icon-close.white {
  background-image: url(../img/icons/close-white.png);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Silka", sans-serif;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  line-height: 1.05885312;
  letter-spacing: -0.01em;
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 39.76px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 54px;
  }
}
h3 {
  font-size: 21px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 36px;
  }
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
@media (max-width: 575px) {
  .xs-textcenter {
    text-align: center;
  }
  .xs-textright {
    text-align: right;
  }
  .xs-textleft {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sm-textcenter {
    text-align: center;
  }
  .sm-textright {
    text-align: right;
  }
  .sm-textleft {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .md-textcenter {
    text-align: center;
  }
  .md-textright {
    text-align: right;
  }
  .md-textleft {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .lg-textcenter {
    text-align: center;
  }
  .lg-textright {
    text-align: right;
  }
  .lg-textleft {
    text-align: left;
  }
}
@media (min-width: 1550px) {
  .xl-textcenter {
    text-align: center;
  }
  .xl-textright {
    text-align: right;
  }
  .xl-textleft {
    text-align: left;
  }
}
/*
 * Header Style
 */
#header-cta {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #f9f9f8;
  background: #272a34;
  padding: 15px 0;
  width: 100%;
}
#header-cta p {
  margin: 0;
  padding: 0 25px;
}
#header-cta a {
  color: #f9f9f8;
  font-weight: 700;
  text-decoration: underline;
}
#header-cta a:hover {
  text-decoration: none;
}
#header-cta a.close {
  display: block;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  background: url(../img/icons/close-white.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
}
#head {
  padding: 0;
  background: #f9f9f8;
  border-bottom: 1px solid #d2d3d5;
  z-index: 1000;
  width: 100%;
  position: relative;
}
#head .site-title {
  width: 165px;
}
@media (min-width: 1200px) {
  #head .site-title {
    width: 205px;
  }
}
#head .button {
  padding: 12.5px 18px;
}
@media (max-width: 575px) {
  #head .button {
    padding: 12.5px 15px;
  }
}
@media (max-width: 575px) {
  #head .logo-row {
    padding-right: 0;
  }
}
/*
 * Nav Style
 */
a.toggle-menu {
  font-size: 20px;
  display: inline-block;
  transition: none;
  color: #272a34;
}
a.toggle-menu.open {
  width: 17.5px;
  height: 30px;
  background: url(../img/icons/close-black.png) no-repeat center center;
  background-size: 100%;
}
a.toggle-menu.open i {
  display: none;
}
.nav-topmenu {
  border-top: 1px solid #d2d3d5;
  position: absolute;
  width: 100vw;
  height: 80%;
  height: 80vh;
  height: calc(100vh - 70px);
  background: #f9f9f8;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 35px;
  transition: opacity 0.5s;
  margin: 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.nav-topmenu .break {
  display: none;
}
.nav-topmenu.open {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 991px) {
  .nav-topmenu.open {
    overflow-y: scroll;
  }
}
@media (min-width: 786px) and (max-width: 1160px) {
  .nav-topmenu {
    flex-wrap: wrap;
  }
  .nav-topmenu .break {
    display: inline;
    height: 0;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 786px) {
  .nav-topmenu {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    top: initial;
    left: initial;
    padding: 0;
    border: 0;
    opacity: 1;
    pointer-events: initial;
    transform: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 786px) {
  .nav-topmenu > li {
    margin: 0;
    padding: 20px 5px;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
@media (max-width: 786px) {
  .nav-topmenu > li.hide-mobile {
    display: none;
  }
}
@media (max-width: 1360px) {
  .nav-topmenu > li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 1130px) {
  .nav-topmenu > li {
    padding: 15px 5px;
  }
}
@media (max-width: 860px) {
  .nav-topmenu > li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.nav-topmenu > li.break-left {
  margin-right: auto;
}
@media (min-width: 786px) and (max-width: 1160px) {
  .nav-topmenu > li.break-left {
    margin-right: 0;
  }
}
.nav-topmenu > li a {
  font-family: "Silka", sans-serif;
  color: #272a34;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.nav-topmenu > li a:hover {
  text-decoration: underline;
}
@media (min-width: 786px) {
  .nav-topmenu > li a {
    font-size: 15px;
    font-weight: 600;
  }
}
@media (min-width: 786px) and (max-width: 1360px) {
  .nav-topmenu > li a {
    font-size: 13px;
  }
}
.nav-topmenu > li > ul.sub-menu > li.menu-item-has-children > a {
  color: #d72a91;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-topmenu .sub-menu {
  padding: 20px 20px 0;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 786px) {
  .nav-topmenu .sub-menu {
    padding: 20px 20px 0 !important;
  }
}
.nav-topmenu .sub-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 786px) {
  .nav-topmenu .sub-menu {
    position: absolute;
    padding: 30px;
    background: #f9f9f8;
    border: 1px solid #f1f0f0;
    left: 50%;
    width: auto;
    top: 55px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
    transform: translateX(-50%);
    z-index: 10;
  }
  .nav-topmenu .sub-menu:after,
  .nav-topmenu .sub-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .nav-topmenu .sub-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f9f9f8;
    border-width: 15px;
    margin-left: -15px;
  }
  .nav-topmenu .sub-menu:before {
    border-color: rgba(241, 240, 240, 0);
    border-bottom-color: #f1f0f0;
    border-width: 16px;
    margin-left: -16px;
  }
  .nav-topmenu .sub-menu .menu-item-has-children {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ededed;
    vertical-align: top;
  }
  .nav-topmenu .sub-menu .menu-item-has-children:last-of-type {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .nav-topmenu .sub-menu .menu-item-has-children > a {
    font-family: "Silka", sans-serif;
    color: #d72a91;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
  }
  .nav-topmenu .sub-menu .sub-menu {
    position: relative;
    display: block;
    padding: 20px 0 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    top: 0;
    left: 0;
    transform: none;
  }
  .nav-topmenu .sub-menu .sub-menu:after,
  .nav-topmenu .sub-menu .sub-menu:before {
    display: none;
  }
  .nav-topmenu .sub-menu .sub-menu .sub-menu {
    display: none;
  }
}
.nav-topmenu .sub-menu li {
  padding: 0;
  margin: 0 0 25px;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 786px) {
  .nav-topmenu .sub-menu li {
    line-height: 1;
    margin-bottom: 20px;
  }
  .nav-topmenu .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
}
.nav-topmenu .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
  text-transform: none;
}
@media (min-width: 786px) {
  .nav-topmenu .sub-menu li a {
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
  }
}
@media (min-width: 786px) {
  .nav-topmenu .menu-item-10535 .sub-menu {
    left: 40%;
    transform: translateX(-40%);
  }
  .nav-topmenu .menu-item-10535 .sub-menu:after,
  .nav-topmenu .menu-item-10535 .sub-menu:before {
    left: 40%;
  }
}
.nav-topmenu li.menu-item-has-children {
  position: relative;
}
.nav-topmenu li.menu-item-has-children > a {
  position: relative;
}
.nav-topmenu li.menu-item-has-children > a:after {
  content: '';
  background-image: url("../img/icons/arrow-black.png");
  width: 10px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 0;
  background-size: 100% 100%;
  transform: rotate(270deg);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nav-topmenu li.menu-item-has-children > a:after {
    background-image: url("../img/icons/arrow-black@2x.png");
  }
}
@media (min-width: 786px) {
  .nav-topmenu li.menu-item-has-children > a:after {
    display: none;
  }
}
.nav-topmenu li.menu-item-has-children.open .sub-menu {
  display: block;
}
@media (min-width: 786px) {
  .nav-topmenu li.menu-item-has-children:hover .sub-menu,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nav-topmenu li.menu-item-has-children:hover .sub-menu > ul,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu > ul,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu > ul {
    list-style: none;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    border-right: 1px solid #ededed;
  }
  .nav-topmenu li.menu-item-has-children:hover .sub-menu > ul:last-child,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu > ul:last-child,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu > ul:last-child {
    padding: 0;
    margin: 0;
    border-right: 0;
  }
  .nav-topmenu li.menu-item-has-children:hover .sub-menu.rows,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu.rows,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu.rows {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 786px) and (max-width: 1199px) {
  .nav-topmenu li.menu-item-has-children:hover .sub-menu.rows,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu.rows,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu.rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .nav-topmenu li.menu-item-has-children:hover .sub-menu.rows > *,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu.rows > *,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu.rows > * {
    border: 0;
  }
}
@media (min-width: 786px) and (min-width: 786px) {
  .nav-topmenu li.menu-item-has-children:hover .sub-menu.rows > li,
  .nav-topmenu li.menu-item-has-children.hovered .sub-menu.rows > li,
  .nav-topmenu li.menu-item-has-children.submenu-hovered .sub-menu.rows > li {
    margin-bottom: 40px;
  }
}
@media (min-width: 786px) and (max-width: 1199px) {
  .nav-topmenu li.menu-item-has-children#menu-item-10533 .sub-menu.rows {
    right: 0;
    left: auto;
    transform: none;
    grid-template-columns: 1fr !important;
  }
  .nav-topmenu li.menu-item-has-children#menu-item-10533 .sub-menu.rows::before,
  .nav-topmenu li.menu-item-has-children#menu-item-10533 .sub-menu.rows::after {
    left: auto;
    right: 25px;
  }
  .nav-topmenu li.menu-item-has-children#menu-item-10533 .sub-menu.rows .banner-wrapper {
    margin-left: -30px;
  }
}
.nav-topmenu li.menu-item-has-children .sub-menu {
  display: none;
}
.nav-topmenu .banner-wrapper {
  background: #f0f0f0 !important;
  margin: 0 -20px !important;
  padding: 30px !important;
}
@media (min-width: 786px) {
  .nav-topmenu .banner-wrapper {
    margin: -30px !important;
  }
}
.nav-topmenu .banner-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-topmenu .banner-wrapperli {
  margin-left: -31px !important;
}
.nav-topmenu .banner {
  width: 250px;
  max-width: 250px;
}
.nav-topmenu .banner .button {
  margin-top: 10px;
}
.nav-topmenu .banner a {
  cursor: pointer;
}
.nav-topmenu .menu-item.icon > a {
  position: relative;
  top: 8px;
}
.nav-topmenu .menu-item.icon > a svg {
  width: 26px;
  height: 26px;
}
.nav-topmenu .menu-item.icon > a svg path {
  fill: #272a34;
}
.nav-topmenu .menu-item.icon.clickable {
  cursor: pointer;
}
.nav-topmenu .menu-item-centrical-lang-parent .sub-menu {
  top: 72px;
}
.nav-topmenu .menu-item-centrical-lang-parent .sub-menu .current a {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 786px) {
  .nav-topmenu .menu-item-centrical-lang-parent {
    border-top: 2px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
  }
  .nav-topmenu .menu-item-centrical-lang-parent > a svg {
    width: 40px;
    height: 40px;
  }
}
.nav-topmenu .button a,
.nav-topmenu a.button {
  color: #f9f9f8;
  text-transform: none;
}
.nav-topmenu-mobile {
  display: flex;
  flex-direction: row;
  justify-content: end;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 786px) {
  .nav-topmenu-mobile {
    display: none;
  }
}
.nav-topmenu-mobile li {
  padding: 0 3px;
}
.nav-topmenu-mobile li.search {
  padding-top: 6px;
}
.nav-topmenu-mobile li.search a {
  cursor: pointer;
}
.nav-topmenu-mobile li.search svg {
  width: 22px;
  height: 22px;
}
/*
 * Company Slider
 */
#companies-slider {
  background: #ebeae9;
  padding: 50px 0;
}
#companies-slider .inner-slider-wrapper {
  text-align: center;
}
#companies-slider .inner-slider-image {
  opacity: 0.5;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  filter: grayscale(1);
  width: 85%;
  height: 50px;
  display: block;
}
#companies-slider .inner-slider-image:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  #companies-slider .inner-slider-image {
    width: 170px;
    height: 110px;
  }
}
.full-slider #companies-slider .col-xl-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*
 * Testimonial Slider New
 */
#testimonials-new {
  background: #f1f0f0;
  padding: 50px 0;
}
@media (min-width: 768px) {
  #testimonials-new {
    padding: 95px 0 110px;
  }
}
@media (min-width: 992px) {
  #testimonials-new {
    padding: 70px;
  }
}
#testimonials-new .testimonial-block {
  height: 100%;
  padding: 50px 0 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #testimonials-new .testimonial-block {
    padding: 50px 15px 0;
  }
}
@media (min-width: 992px) {
  #testimonials-new .testimonial-block {
    padding: 60px 20px 0;
  }
}
@media (min-width: 1200px) {
  #testimonials-new .testimonial-block {
    padding: 60px 40px 0;
  }
}
#testimonials-new .no-post-thumbnail {
  height: 50px;
}
@media (min-width: 992px) {
  #testimonials-new .no-post-thumbnail {
    height: 60px;
  }
}
#testimonials-new .white-bg {
  background: #f9f9f8;
  padding: 0 20px 35px;
  position: relative;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  #testimonials-new .white-bg {
    padding: 0 35px 35px;
  }
}
@media (min-width: 992px) {
  #testimonials-new .white-bg {
    padding: 0 40px 40px;
  }
}
@media (min-width: 1200px) {
  #testimonials-new .white-bg {
    padding: 0 50px 35px;
  }
}
#testimonials-new .wp-post-image,
#testimonials-new .no-post-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  top: -50px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  #testimonials-new .wp-post-image,
  #testimonials-new .no-post-thumbnail {
    width: 120px;
    height: 120px;
    top: -60px;
    margin-bottom: -40px;
  }
}
#testimonials-new strong {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #testimonials-new strong {
    font-size: 16px;
  }
}
#testimonials-new em {
  font-style: normal;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  #testimonials-new em {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
#testimonials-new blockquote {
  display: block;
  background: url(../img/icons/icon-quote-green@2x.png) no-repeat top center;
  background-size: 46px;
  padding: 70px 0 0;
  margin: 0 0 50px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  #testimonials-new blockquote {
    background-size: 52px;
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  #testimonials-new blockquote {
    font-size: 16px;
  }
}
#testimonials-new .company-logo {
  height: 110px;
  width: 170px;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
/*
 * Bottom Resources Bar
 */
#footer-bar {
  border-top: 1px solid #d2d3d5;
  border-bottom: 1px solid #d2d3d5;
  padding: 20px 0;
}
#footer-bar strong {
  display: none;
}
@media (min-width: 768px) {
  #footer-bar strong {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  #footer-bar strong {
    font-size: 16px;
  }
}
#footer-bar .entry-share {
  display: inline-block;
}
#footer-bar .related-link {
  font-size: 14px;
}
@media (min-width: 768px) {
  #footer-bar .related-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #footer-bar .related-link {
    font-size: 18px;
  }
}
#footer-bar .related-link a {
  display: block;
  color: #272a34;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
#footer-bar .related-link a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #footer-bar .related-link a {
    display: inline-block;
  }
}
/*
 * Testimonial Slider 
 */
#companies-testimonials {
  background: #f1f0f0;
  padding: 30px 0 50px;
}
@media (min-width: 992px) {
  #companies-testimonials {
    padding: 70px;
  }
}
#companies-testimonials .testimonial-block {
  height: 100%;
  padding: 0 20px 0;
  position: relative;
}
@media (min-width: 992px) {
  #companies-testimonials .testimonial-block {
    padding: 0 35px 0;
  }
}
@media (min-width: 1200px) {
  #companies-testimonials .testimonial-block {
    padding: 0 50px 0;
  }
}
#companies-testimonials .company-logo {
  height: 60px;
  width: auto;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  max-width: 190px;
}
@media (min-width: 992px) {
  #companies-testimonials .company-logo {
    left: 35px;
    right: 35px;
  }
}
@media (min-width: 1200px) {
  #companies-testimonials .company-logo {
    left: 50px;
    right: 50px;
  }
}
#companies-testimonials .company-description {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#companies-testimonials p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
#companies-testimonials span {
  display: block;
  text-transform: uppercase;
}
#companies-testimonials span strong {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 10px;
}
#companies-testimonials span em {
  font-style: normal;
  color: #d72a91;
  display: block;
  font-weight: 700;
  font-size: 15.65px;
  line-height: 1;
}
/*
 * Testimonial Slider
 */
#people-testimonials {
  background: #f1f0f0;
  padding: 30px 0 50px;
}
@media (min-width: 992px) {
  #people-testimonials {
    padding: 70px;
  }
}
#people-testimonials .testimonial-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  #people-testimonials .testimonial-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  #people-testimonials .testimonial-wrapper {
    max-width: 100%;
  }
}
#people-testimonials .testimonial-block {
  height: 100%;
  padding: 0 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  #people-testimonials .testimonial-block {
    padding: 0 35px 0;
    display: flex;
  }
}
@media (min-width: 1200px) {
  #people-testimonials .testimonial-block {
    padding: 0 50px 0;
  }
}
#people-testimonials .avatar {
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-size: cover;
  display: block;
  background-position: center center;
}
@media (min-width: 768px) {
  #people-testimonials .avatar {
    flex: 0 0 120px;
    margin: 0 35px 0 0;
  }
}
#people-testimonials p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
#people-testimonials span {
  display: block;
}
#people-testimonials span strong {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  #people-testimonials span strong {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #people-testimonials span strong {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #people-testimonials span strong {
    font-size: 16px;
  }
}
#people-testimonials span em {
  font-style: normal;
  display: block;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
}
/*
 * CTA
 */
#button-cta-wrapper {
  padding: 20px 0;
}
#cta-banner {
  background: #f9f9f8;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #cta-banner {
    padding: 50px 0;
  }
}
#cta-banner h2 {
  font-size: 28px;
  line-height: 1.4375;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  #cta-banner h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  #cta-banner h2 {
    font-size: 46px;
  }
}
#cta-banner p {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  #cta-banner p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #cta-banner p {
    font-size: 18px;
  }
}
/*
 * Resources Slider
 */
#resources-slider {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  #resources-slider {
    padding-bottom: 60px;
  }
}
#resources-slider a {
  text-decoration: none;
  color: #272a34;
}
#resources-slider .slick-list {
  padding: 0;
  margin: 0;
}
#resources-slider article {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0;
}
#resources-slider .resource-featured-image {
  width: 100%;
  padding-bottom: 71.33%;
  position: relative;
  margin: 0 0 20px;
  font-size: 0;
}
@media (min-width: 768px) {
  #resources-slider .resource-featured-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #resources-slider .resource-featured-image {
    margin-bottom: 20px;
  }
}
#resources-slider .resource-featured-image span {
  z-index: 100;
  left: 0;
  top: 15px;
  padding: 0 30px;
  line-height: 30px;
  background: #272a34;
  color: #f9f9f8;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  position: absolute;
  pointer-events: none;
}
#resources-slider .resource-featured-image span a {
  color: #f9f9f8;
}
@media (min-width: 768px) {
  #resources-slider .resource-featured-image span {
    font-size: 10px;
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  #resources-slider .resource-featured-image span {
    font-size: 13px;
    padding: 0 30px;
  }
}
#resources-slider iframe,
#resources-slider object,
#resources-slider .resource-archive-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 50;
}
#resources-slider .resource-tag-list {
  padding: 0 15px 15px;
  display: block;
}
@media (min-width: 768px) {
  #resources-slider .resource-tag-list {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #resources-slider .resource-tag-list {
    padding-bottom: 15px;
  }
}
#resources-slider .resource-tag-list a {
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 768px) {
  #resources-slider .resource-tag-list a {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #resources-slider .resource-tag-list a {
    font-size: 13px;
  }
}
#resources-slider h3 {
  font-size: 21px;
  font-weight: 600;
  padding: 0 15px 25px;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #resources-slider h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #resources-slider h3 {
    font-size: 21px;
  }
}
#resources-slider a.more {
  text-decoration: underline;
  color: #d72a91;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media (min-width: 768px) {
  #resources-slider a.more {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #resources-slider a.more {
    font-size: 16px;
  }
}
#resources-slider .slick-next,
#resources-slider .slick-prev {
  background: rgba(215, 42, 145, 0.5) url(../img/icons/arrow-white@2x.png) no-repeat center center;
  background-size: 12px auto;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  z-index: 500;
  top: 35vw;
}
@media (min-width: 768px) {
  #resources-slider .slick-next,
  #resources-slider .slick-prev {
    width: 41px;
    height: 41px;
    top: 50%;
  }
}
@media (min-width: 992px) {
  #resources-slider .slick-next,
  #resources-slider .slick-prev {
    width: 53px;
    height: 53px;
  }
}
/*
 * Resources Archives
 */
.alm-reveal {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.article-card-archive-resource {
  margin-bottom: 30px;
}
.card-archive-resource {
  background: #f9f9f8;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (min-width: 768px) {
  .card-archive-resource {
    height: 100%;
  }
}
.card-archive-resource a {
  text-decoration: none;
  color: #272a34;
}
.card-archive-resource a.button {
  color: #f9f9f8;
}
.card-archive-resource .resource-featured-image {
  position: relative;
  height: 100%;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card-archive-resource .resource-featured-image {
    height: 100% !important;
  }
}
.card-archive-resource .resource-featured-image .resource-archive-thumbnail {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 200px;
  display: block;
}
@media (min-width: 768px) {
  .card-archive-resource .resource-featured-image .resource-archive-thumbnail {
    position: relative;
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .card-archive-resource .resource-featured-image .resource-archive-thumbnail {
    height: 260px;
  }
}
.card-archive-resource .resource-featured-image .resource-category {
  position: absolute;
  font-size: 13px;
  line-height: 1;
  padding: 7px 20px 7px 15px;
  font-weight: 700;
  color: #f9f9f8;
  background: #272a34;
  left: 0;
  max-width: 90%;
  top: 20px;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .card-archive-resource .resource-featured-image .resource-category {
    font-size: 14px;
    padding: 10px 25px 10px 20px;
  }
}
.card-archive-resource .resource-featured-image .resource-category a {
  color: #f9f9f8;
  height: auto;
}
.card-archive-resource .card-content {
  padding: 20px 20px 60px;
}
.card-archive-resource .card-content p {
  display: none;
}
@media (min-width: 768px) {
  .card-archive-resource .card-content p {
    display: block;
  }
}
.card-archive-resource .resource-tag-list {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card-archive-resource .resource-tag-list {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .card-archive-resource .resource-tag-list {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .card-archive-resource .resource-tag-list {
    font-size: 14px;
  }
}
.card-archive-resource .resource-archive-title {
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .card-archive-resource .resource-archive-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .card-archive-resource .resource-archive-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .card-archive-resource .resource-archive-title {
    margin-bottom: 20px;
  }
}
.card-archive-resource .button.more {
  margin-bottom: 20px;
}
.card-archive-resource .share-box {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.card-archive-resource .share-box strong {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
}
.card-archive-resource .share-box .right-arrow a {
  color: #d72a91 !important;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination .button {
  background: transparent;
  color: #d72a91 !important;
  padding: 10px 15px;
  border: 1px solid #d72a91;
}
.pagination .button:hover {
  background: #e780bd;
  color: #f9f9f8;
}
.pagination .button.current {
  color: #f9f9f8 !important;
  background: #d72a91;
  pointer-events: none;
}
/*
 * Demo Popup
 */
.form-popup-box,
.pum-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.form-popup-box div.close,
.pum-container div.close {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 510;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form-popup-box a.close,
.pum-container a.close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 550;
}
.form-popup-box .inner-content,
.pum-container .inner-content {
  width: 90%;
  max-width: 570px;
  height: auto;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 520;
  background: #f9f9f8;
  padding: 30px;
  transform: translateX(-50%) translateY(-50%);
  max-height: 80%;
  overflow: auto;
}
@media (min-width: 768px) {
  .form-popup-box .inner-content,
  .pum-container .inner-content {
    padding: 40px;
  }
}
.form-popup-box h3,
.pum-container h3 {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-popup-box h3,
  .pum-container h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .form-popup-box h3,
  .pum-container h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .form-popup-box h3,
  .pum-container h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-popup-box h3,
  .pum-container h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .form-popup-box h3,
  .pum-container h3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .form-popup-box h3,
  .pum-container h3 {
    margin-bottom: 40px;
  }
}
.form-popup-box .hbspt-form ::placeholder,
.pum-container .hbspt-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1;
  /* Firefox */
}
.form-popup-box .hbspt-form :-ms-input-placeholder,
.pum-container .hbspt-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
.form-popup-box .hbspt-form ::-ms-input-placeholder,
.pum-container .hbspt-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbfbf;
}
.form-popup-box .hbspt-form fieldset,
.pum-container .hbspt-form fieldset {
  width: 100%;
  max-width: initial;
  font-size: 16px;
  position: relative;
}
.form-popup-box .hbspt-form fieldset .hs-form-field,
.pum-container .hbspt-form fieldset .hs-form-field {
  margin: 0 0 25px;
  padding: 0;
}
.form-popup-box .hbspt-form fieldset .hs-form-field > label,
.pum-container .hbspt-form fieldset .hs-form-field > label,
.form-popup-box .hbspt-form fieldset .hs-form-field > legend,
.pum-container .hbspt-form fieldset .hs-form-field > legend {
  display: inline-block;
}
.form-popup-box .hbspt-form fieldset .hs-form-field [id^="label-"],
.pum-container .hbspt-form fieldset .hs-form-field [id^="label-"] {
  font-size: 15px;
  color: #272a34;
}
.form-popup-box .hbspt-form fieldset .hs-form-field [id^="label-"] .hs-form-required,
.pum-container .hbspt-form fieldset .hs-form-field [id^="label-"] .hs-form-required {
  color: red;
}
.form-popup-box .hbspt-form fieldset .hs-form-field .input,
.pum-container .hbspt-form fieldset .hs-form-field .input {
  display: inline;
  margin: 0;
}
.form-popup-box .hbspt-form fieldset .hs-form-field .input input,
.pum-container .hbspt-form fieldset .hs-form-field .input input,
.form-popup-box .hbspt-form fieldset .hs-form-field .input select,
.pum-container .hbspt-form fieldset .hs-form-field .input select,
.form-popup-box .hbspt-form fieldset .hs-form-field .input textarea,
.pum-container .hbspt-form fieldset .hs-form-field .input textarea {
  border-radius: 15px;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  color: #33475b;
  line-height: 22px;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  height: 40px;
  box-sizing: border-box;
  box-shadow: none;
  font-weight: 400;
}
.form-popup-box .hbspt-form fieldset .hs-form-field .input input:focus,
.pum-container .hbspt-form fieldset .hs-form-field .input input:focus,
.form-popup-box .hbspt-form fieldset .hs-form-field .input select:focus,
.pum-container .hbspt-form fieldset .hs-form-field .input select:focus,
.form-popup-box .hbspt-form fieldset .hs-form-field .input textarea:focus,
.pum-container .hbspt-form fieldset .hs-form-field .input textarea:focus,
.form-popup-box .hbspt-form fieldset .hs-form-field .input input:hover,
.pum-container .hbspt-form fieldset .hs-form-field .input input:hover,
.form-popup-box .hbspt-form fieldset .hs-form-field .input select:hover,
.pum-container .hbspt-form fieldset .hs-form-field .input select:hover,
.form-popup-box .hbspt-form fieldset .hs-form-field .input textarea:hover,
.pum-container .hbspt-form fieldset .hs-form-field .input textarea:hover {
  box-shadow: none;
}
.form-popup-box .hbspt-form fieldset .hs-form-field .input input.invalid,
.pum-container .hbspt-form fieldset .hs-form-field .input input.invalid,
.form-popup-box .hbspt-form fieldset .hs-form-field .input select.invalid,
.pum-container .hbspt-form fieldset .hs-form-field .input select.invalid,
.form-popup-box .hbspt-form fieldset .hs-form-field .input textarea.invalid,
.pum-container .hbspt-form fieldset .hs-form-field .input textarea.invalid,
.form-popup-box .hbspt-form fieldset .hs-form-field .input input.error,
.pum-container .hbspt-form fieldset .hs-form-field .input input.error,
.form-popup-box .hbspt-form fieldset .hs-form-field .input select.error,
.pum-container .hbspt-form fieldset .hs-form-field .input select.error,
.form-popup-box .hbspt-form fieldset .hs-form-field .input textarea.error,
.pum-container .hbspt-form fieldset .hs-form-field .input textarea.error {
  border-color: #b00020;
  background-image: url(../img/icons/error-red@2x.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 96% 50%;
}
.form-popup-box .hbspt-form fieldset .hs-form-field .input textarea,
.pum-container .hbspt-form fieldset .hs-form-field .input textarea {
  height: 120px;
}
.form-popup-box .hbspt-form fieldset .hs-form-field.hs_firstname .input input,
.pum-container .hbspt-form fieldset .hs-form-field.hs_firstname .input input,
.form-popup-box .hbspt-form fieldset .hs-form-field.hs_lastname .input input,
.pum-container .hbspt-form fieldset .hs-form-field.hs_lastname .input input,
.form-popup-box .hbspt-form fieldset .hs-form-field.hs_jobtitle .input input,
.pum-container .hbspt-form fieldset .hs-form-field.hs_jobtitle .input input,
.form-popup-box .hbspt-form fieldset .hs-form-field.hs_company_size .input input,
.pum-container .hbspt-form fieldset .hs-form-field.hs_company_size .input input {
  width: 98%;
}
.form-popup-box .hbspt-form .hs_submit,
.pum-container .hbspt-form .hs_submit {
  padding: 0;
  margin: 0;
}
.form-popup-box .hbspt-form .hs_submit .actions,
.pum-container .hbspt-form .hs_submit .actions {
  margin: 0;
  padding: 0;
}
.form-popup-box .hbspt-form .hs_submit .actions input,
.pum-container .hbspt-form .hs_submit .actions input {
  background: #d72a91;
  color: #f9f9f8 !important;
  padding: 12.5px 25px;
  line-height: 1.2;
  font-size: 11px;
  border: 0;
  border-radius: 1000px;
  display: inline-block;
  font-weight: 600 !important;
  font-family: "Silka", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
  width: 100%;
  padding: 0 !important;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .form-popup-box .hbspt-form .hs_submit .actions input,
  .pum-container .hbspt-form .hs_submit .actions input {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .form-popup-box .hbspt-form .hs_submit .actions input,
  .pum-container .hbspt-form .hs_submit .actions input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .form-popup-box .hbspt-form .hs_submit .actions input,
  .pum-container .hbspt-form .hs_submit .actions input {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .form-popup-box .hbspt-form .hs_submit .actions input,
  .pum-container .hbspt-form .hs_submit .actions input {
    padding: 13.5px 45px;
  }
}
@media (min-width: 1200px) {
  .form-popup-box .hbspt-form .hs_submit .actions input,
  .pum-container .hbspt-form .hs_submit .actions input {
    padding: 18.5px 60px;
  }
}
.form-popup-box .hbspt-form .hs_submit .actions input:hover,
.pum-container .hbspt-form .hs_submit .actions input:hover,
.form-popup-box .hbspt-form .hs_submit .actions input:focus,
.pum-container .hbspt-form .hs_submit .actions input:focus {
  background: #e75aa1;
  color: #f9f9f8;
  text-decoration: none;
}
.form-popup-box .hbspt-form .hs_submit .actions input.green,
.pum-container .hbspt-form .hs_submit .actions input.green {
  background-color: #00ad82;
}
.form-popup-box .hbspt-form .hs_submit .actions input.green:hover,
.pum-container .hbspt-form .hs_submit .actions input.green:hover,
.form-popup-box .hbspt-form .hs_submit .actions input.green:focus,
.pum-container .hbspt-form .hs_submit .actions input.green:focus {
  background-color: #00be82;
}
.form-popup-box .hbspt-form .hs_submit .actions input.lightgreen,
.pum-container .hbspt-form .hs_submit .actions input.lightgreen {
  background-color: #c6da2c;
}
.form-popup-box .hbspt-form .hs_submit .actions input.lightgreen:hover,
.pum-container .hbspt-form .hs_submit .actions input.lightgreen:hover,
.form-popup-box .hbspt-form .hs_submit .actions input.lightgreen:focus,
.pum-container .hbspt-form .hs_submit .actions input.lightgreen:focus {
  background-color: #d8ee2f;
}
.form-popup-box .hbspt-form .hs_submit .actions input a:hover,
.pum-container .hbspt-form .hs_submit .actions input a:hover {
  text-decoration: none !important;
}
.form-popup-box .hbspt-form .hs_submit .actions input.skinny,
.pum-container .hbspt-form .hs_submit .actions input.skinny {
  height: 50px;
}
.form-popup-box#video-popup .inner-content,
.pum-container#video-popup .inner-content {
  background: transparent;
  padding: 0;
  width: 70%;
  max-width: initial;
  height: auto;
}
.form-popup-box#video-popup .inner-content > div,
.pum-container#video-popup .inner-content > div {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.form-popup-box#video-popup .inner-content iframe,
.pum-container#video-popup .inner-content iframe,
.form-popup-box#video-popup .inner-content object,
.pum-container#video-popup .inner-content object,
.form-popup-box#video-popup .inner-content video,
.pum-container#video-popup .inner-content video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.form-popup-box#video-popup a.close,
.pum-container#video-popup a.close {
  top: 90px;
  right: 30px;
}
.hbspt-form .hs-error-msgs {
  padding: 4px 10px 4px 15px !important;
  margin: 0 !important;
  list-style: none inside none;
  width: 100%;
}
.hbspt-form .hs-error-msgs li {
  margin: 0;
  padding: 0;
}
.hbspt-form .hs-error-msgs li label {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #b00020;
}
/*
 * Gallery Item
 */
.gallery {
  padding: 5px;
  background: #f9f9f8;
  font-size: 0;
  letter-spacing: 0;
}
.gallery .gallery-item {
  padding: 0;
  padding: 5px;
  background: #f9f9f8;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  letter-spacing: initial;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery.gallery-columns-10 .gallery-item {
  width: 10%;
}
/*
 * Entry Share
 */
.entry-share a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  color: #272a34;
  margin: 0 5px;
}
/*
 * Footer Style
 */
#footer {
  padding: 40px 0 0;
  background: #272a34;
  font-size: 12.26px;
  color: rgba(235, 234, 233, 0.4);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #footer {
    padding-top: 50px;
    font-size: 14px;
  }
}
#footer a {
  color: rgba(235, 234, 233, 0.4);
  line-height: 1.2;
}
#footer h3 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 14px;
}
@media (min-width: 1200px) {
  #footer h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
#footer p {
  margin: 0 0 12.26px;
}
@media (min-width: 1200px) {
  #footer p {
    margin-bottom: 14px;
  }
}
#footer .site-title {
  width: 151px;
  margin: 0 0 23px;
}
@media (min-width: 1200px) {
  #footer .site-title {
    width: 205px;
    margin-bottom: 38px;
  }
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer ul li {
  padding: 0;
  margin: 0 0 10px;
}
#footer ul li a {
  font-size: 11.39px;
  display: block;
  text-decoration: none;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #footer ul li a {
    font-size: 13px;
  }
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul.nav-bottommenu {
  margin: 0 -15px 45px;
  display: flex;
  flex-wrap: wrap;
}
#footer ul.nav-bottommenu > li {
  margin: 30px 0 0;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #footer ul.nav-bottommenu > li {
    flex: 0 0 33.3333333%;
    width: 33.3333333%;
    margin: 0;
  }
}
#footer ul.nav-bottommenu > li > a {
  color: #f9f9f8;
  font-size: 13.14px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #footer ul.nav-bottommenu > li > a {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#footer .newsletter {
  font-size: 11px;
}
@media (min-width: 1200px) {
  #footer .newsletter {
    font-size: 12px;
    line-height: 20px;
  }
}
#footer .newsletter form {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  #footer .newsletter form {
    margin: 0;
  }
}
#footer .newsletter .hs_email > label {
  display: none;
}
#footer .newsletter .hs_email .input {
  margin: 0;
}
#footer .newsletter input {
  border-radius: 1000px;
  width: 100%;
  font-size: 11px;
  line-height: 35px;
  background: transparent;
  border: 1px solid rgba(235, 234, 233, 0.4);
  padding: 0 125px 0 23px;
  color: rgba(235, 234, 233, 0.4);
}
@media (min-width: 1200px) {
  #footer .newsletter input {
    font-size: 12.25px;
    line-height: 40px;
    padding-right: 184px;
  }
}
#footer .newsletter input[type="submit"],
#footer .newsletter button {
  background: #000000;
  color: #f9f9f8;
  font-size: 11px;
  padding: 0;
  text-align: center;
  width: 118px;
  height: 35px;
  position: absolute;
  top: 1px;
  right: 1px;
  border: 0;
  font-weight: 600;
}
#footer .newsletter input[type="submit"]:hover,
#footer .newsletter button:hover {
  background: #272a34;
}
@media (min-width: 1200px) {
  #footer .newsletter input[type="submit"],
  #footer .newsletter button {
    width: 184px;
    line-height: 40px;
    height: 40px;
    font-size: 14.34px;
  }
}
#footer .footer-badges {
  margin: 20px 0 0;
  padding: 30px 0 10px;
  border-top: 1px solid rgba(210, 211, 213, 0.2);
}
#footer .footer-badges .badge-row {
  justify-content: center;
}
@media (min-width: 1200px) {
  #footer .footer-badges .badge-row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
#footer .footer-badges .badge-row > div {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  #footer .footer-badges .badge-row > div {
    padding: 0 0px 20px;
  }
}
#footer .footer-badges .badge-row > div img {
  width: 100%;
  max-width: 200px;
}
#footer .footer-copy {
  margin: 20px 0 0;
  border-top: 1px solid rgba(210, 211, 213, 0.2);
  padding: 15px 0;
  font-size: 11px;
}
@media (min-width: 1200px) {
  #footer .footer-copy {
    font-size: 13px;
  }
}
#footer .footer-copy.simple {
  border: 0;
  margin: -40px 0 0;
  padding: 25px 0;
}
@media (min-width: 1200px) {
  #footer .footer-copy.simple {
    margin: -50px 0 0;
  }
}
@media (min-width: 768px) {
  #footer .footer-copy br {
    display: none;
  }
}
#footer .footer-copy a {
  text-decoration: none;
}
#footer .footer-copy a:before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  #footer .footer-copy a:before {
    margin: 0 15px;
  }
}
#footer .footer-copy a:hover {
  text-decoration: underline;
}
#footer .footer-copy a.social {
  margin: 15px 5px 0;
  width: 30px;
  line-height: 33px;
  text-align: center;
  background: #b3b3b3;
  color: #272a34;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}
@media (min-width: 768px) {
  #footer .footer-copy a.social {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #footer .footer-copy a.social {
    width: 38px;
    line-height: 38px;
  }
}
#footer .footer-copy a.social:hover {
  text-decoration: none;
  background: #f9f9f8;
}
#footer .footer-copy a.social:before {
  display: none;
}
#footer .footer-copy a.certificate {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #footer .footer-copy a.certificate {
    margin: 5px;
  }
}
@media (max-width: 575px) {
  #footer .footer-copy a.certificate {
    margin: 10px;
  }
}
#footer .footer-copy a.certificate:before {
  display: none;
}
#footer .footer-copy a.certificate img {
  max-width: 50px;
}
@media (max-width: 991px) {
  #footer .footer-copy a.certificate img {
    max-width: 35px;
  }
}
@media (min-width: 992px) {
  #footer .footer-copy a.certificate img {
    max-width: 40px;
  }
}
#footer .footer-copy .menu {
  display: inline-block;
  padding-top: 10px;
}
#footer .footer-copy .menu li,
#footer .footer-copy .menu li a {
  display: inline-block;
}
#footer .footer-copy .about h3 {
  color: #f9f9f8;
}
#footer .footer-copy .about p {
  line-height: 1.4em;
}
#footer .footer-security-badges img {
  max-height: 130px;
}
#footer .footer-text-background {
  padding: 0 30px 60px 0;
  position: relative;
}
#footer .footer-text-background:after {
  background-image: url('../img/footer/text-background.webp');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 130px;
  max-width: 20%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 26px;
}
#footer .footer-text-background :nth-child(3) {
  padding-right: 70px;
}
#footer .footer-text-background :nth-child(4) {
  padding-right: 110px;
}
.embed-video-content-hide {
  display: none;
}
.hbspt-form iframe {
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .wp-block-columns.break-md {
    flex-wrap: wrap;
  }
  .wp-block-columns.break-md .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns.break-md .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.wp-block-column.border-box,
.wp-block-column.border-box-bottom {
  border: 1px solid #f5f5f5;
  padding: 25px;
  position: relative;
}
.wp-block-column.border-box:before,
.wp-block-column.border-box-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: calc(100% + 2px);
  background-color: #232f3d;
  margin: -1px -1px 0 -1px;
}
.wp-block-column.border-box-bottom:before {
  top: auto;
  bottom: 0;
}
.wp-block-separator {
  margin: 60px 0;
  border-width: 2px;
}
@media (max-width: 768px) {
  .wp-block-separator {
    margin: 40px 0;
  }
}
.wp-block-group {
  width: 100%;
  clear: both;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f,
.newsletter-form .hs-form,
.hero-plateform .hs-form {
  width: 100%;
  position: relative;
  max-width: 430px;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 .input,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 .input,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f .input,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f .input,
.newsletter-form .hs-form .input,
.hero-plateform .hs-form .input {
  margin: 0 !important;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input,
.newsletter-form .hs-form input,
.hero-plateform .hs-form input {
  display: block;
  height: auto !important;
  font-family: "Open Sans", sans-serif;
  color: #272a34;
  box-shadow: none;
  border-radius: 10000px !important;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input.error,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input.error,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input.error,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input.error,
.newsletter-form .hs-form input.error,
.hero-plateform .hs-form input.error {
  border-color: #b00020;
  box-shadow: none;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 .hs_error_rollup,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 .hs_error_rollup,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f .hs_error_rollup,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f .hs_error_rollup,
.newsletter-form .hs-form .hs_error_rollup,
.hero-plateform .hs-form .hs_error_rollup {
  display: none;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="email"],
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="email"],
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="email"],
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="email"],
.newsletter-form .hs-form input[type="email"],
.hero-plateform .hs-form input[type="email"] {
  width: 100% !important;
  border-radius: 1000px;
  padding: 0 165px 0 25px !important;
  line-height: 40px !important;
  border: 1px solid #272a34 !important;
  background: #f9f9f8;
  font-size: 18px;
  height: 40px !important;
}
@media (max-width: 400px) {
  body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="email"],
  .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="email"],
  body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="email"],
  .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="email"],
  .newsletter-form .hs-form input[type="email"],
  .hero-plateform .hs-form input[type="email"] {
    padding: 0 145px 0 10px !important;
    font-size: 13.5px !important;
  }
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
.newsletter-form .hs-form input[type="submit"],
.hero-plateform .hs-form input[type="submit"] {
  background: #d72a91;
  color: #f9f9f8 !important;
  padding: 12.5px 25px;
  line-height: 1.2;
  font-size: 11px;
  border: 0;
  border-radius: 1000px;
  font-weight: 600 !important;
  font-family: "Silka", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 1px;
  text-align: center;
  line-height: 40px !important;
  width: 155px !important;
  height: 38px !important;
  padding: 0 !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .newsletter-form .hs-form input[type="submit"],
  .hero-plateform .hs-form input[type="submit"] {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .newsletter-form .hs-form input[type="submit"],
  .hero-plateform .hs-form input[type="submit"] {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .newsletter-form .hs-form input[type="submit"],
  .hero-plateform .hs-form input[type="submit"] {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .newsletter-form .hs-form input[type="submit"],
  .hero-plateform .hs-form input[type="submit"] {
    padding: 13.5px 45px;
  }
}
@media (min-width: 1200px) {
  body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"],
  body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"],
  .newsletter-form .hs-form input[type="submit"],
  .hero-plateform .hs-form input[type="submit"] {
    padding: 18.5px 60px;
  }
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"]:hover,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"]:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"]:hover,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"]:hover,
.newsletter-form .hs-form input[type="submit"]:hover,
.hero-plateform .hs-form input[type="submit"]:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"]:focus,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"]:focus,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"]:focus,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"]:focus,
.newsletter-form .hs-form input[type="submit"]:focus,
.hero-plateform .hs-form input[type="submit"]:focus {
  background: #e75aa1;
  color: #f9f9f8;
  text-decoration: none;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].green,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].green,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].green,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].green,
.newsletter-form .hs-form input[type="submit"].green,
.hero-plateform .hs-form input[type="submit"].green {
  background-color: #00ad82;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].green:hover,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].green:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].green:hover,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].green:hover,
.newsletter-form .hs-form input[type="submit"].green:hover,
.hero-plateform .hs-form input[type="submit"].green:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].green:focus,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].green:focus,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].green:focus,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].green:focus,
.newsletter-form .hs-form input[type="submit"].green:focus,
.hero-plateform .hs-form input[type="submit"].green:focus {
  background-color: #00be82;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].lightgreen,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].lightgreen,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].lightgreen,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].lightgreen,
.newsletter-form .hs-form input[type="submit"].lightgreen,
.hero-plateform .hs-form input[type="submit"].lightgreen {
  background-color: #c6da2c;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].lightgreen:hover,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].lightgreen:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].lightgreen:hover,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].lightgreen:hover,
.newsletter-form .hs-form input[type="submit"].lightgreen:hover,
.hero-plateform .hs-form input[type="submit"].lightgreen:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].lightgreen:focus,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].lightgreen:focus,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].lightgreen:focus,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].lightgreen:focus,
.newsletter-form .hs-form input[type="submit"].lightgreen:focus,
.hero-plateform .hs-form input[type="submit"].lightgreen:focus {
  background-color: #d8ee2f;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"] a:hover,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"] a:hover,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"] a:hover,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"] a:hover,
.newsletter-form .hs-form input[type="submit"] a:hover,
.hero-plateform .hs-form input[type="submit"] a:hover {
  text-decoration: none !important;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].skinny,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 input[type="submit"].skinny,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].skinny,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f input[type="submit"].skinny,
.newsletter-form .hs-form input[type="submit"].skinny,
.hero-plateform .hs-form input[type="submit"].skinny {
  height: 50px;
}
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 [id^="label-"],
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 [id^="label-"],
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f [id^="label-"],
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f [id^="label-"],
.newsletter-form .hs-form [id^="label-"],
.hero-plateform .hs-form [id^="label-"],
body .centrical-block .centrical-block-hubspot-form .hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 legend,
.hs-form-790621ac-a378-4882-bbed-c3bb81d6be89 legend,
body .centrical-block .centrical-block-hubspot-form .hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f legend,
.hs-form-b31cf901-b0cb-4f25-a92c-ce5426544e0f legend,
.newsletter-form .hs-form legend,
.hero-plateform .hs-form legend {
  display: none;
}
.wp-block-embed {
  margin-bottom: 0;
}
.wp-block-table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.wp-block-table table thead th {
  padding: 0.75rem 0.4rem;
  font-size: 22px;
  font-weight: 400;
  word-wrap: break-word;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wp-block-table table thead th {
    font-size: 16px;
    padding: 0.4rem 0.4rem;
  }
}
.wp-block-table table tr td {
  padding: 0.75rem;
  border-top: 1px solid #ddd;
  font-size: 20px;
  font-weight: 400;
  word-wrap: break-word;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wp-block-table table tr td {
    font-size: 14px;
    padding: 0.4rem 0.4rem;
  }
}
.wp-block-table table tr td img {
  max-width: 10px;
}
.button.newsletter-subscribe {
  white-space: nowrap;
  font-size: 13px;
  background-color: #FC1A96;
}
@media (min-width: 992px) {
  .button.newsletter-subscribe {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .button.newsletter-subscribe {
    padding: 13.5px 30px;
  }
}
.head-container {
  padding: 8px 0;
}
.head-container .row {
  margin: 0;
}
.head-container .search-bar {
  display: none;
  font-size: 0.9em;
  position: absolute;
  top: 100%;
  right: 0;
  background: #f9f9f8;
  padding: 8px 12px;
  border: 1px solid #d2d3d5;
  border-top: 0;
  border-right: 0;
  /*@media (@mmd){
			width: 100%;
			position: relative;
			margin-bottom: -15px;
			border-bottom: 0;
			justify-content: right;
		}*/
}
.head-container .search-bar input[type="text"],
.head-container .search-bar input[type="search"] {
  border-radius: 1000px;
  border: 1px solid #272a34;
  background: #f9f9f8;
  padding: 4px 8px;
  font-size: 0.9em;
  line-height: 33px;
}
body.search .head-container .search-bar {
  display: flex;
}
body div#hs-eu-cookie-confirmation {
  bottom: 0;
  top: auto;
}
.hbspt-form fieldset {
  width: 100% !important;
  max-width: initial !important;
  font-size: 16px;
  position: relative;
}
.hbspt-form fieldset.form-columns-2 {
  display: flex;
  flex-direction: row;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
  float: none !important;
  width: 100% !important;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field:not(:first-child) {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .hbspt-form fieldset.form-columns-2 {
    flex-direction: column;
  }
  .hbspt-form fieldset.form-columns-2 .hs-form-field:not(:first-child) {
    margin-left: 0;
  }
}
.hbspt-form fieldset.form-columns-2 input,
.hbspt-form fieldset.form-columns-2 select {
  width: 100% !important;
}
.hbspt-form fieldset .hs-form-field {
  margin: 0 0 25px;
  padding: 0;
}
.hbspt-form fieldset .hs-form-field > label,
.hbspt-form fieldset .hs-form-field > legend {
  font-size: 0.8em;
}
.hbspt-form fieldset .hs-form-field .input {
  display: inline;
  margin: 0;
}
.hbspt-form fieldset .hs-form-field .input input,
.hbspt-form fieldset .hs-form-field .input select {
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  line-height: 50px;
  width: 100%;
  padding: 0 25px;
  font-size: 16px;
  height: 50px;
  box-sizing: border-box;
  box-shadow: none;
  max-width: none;
}
.hbspt-form fieldset .hs-form-field .input input:focus,
.hbspt-form fieldset .hs-form-field .input select:focus,
.hbspt-form fieldset .hs-form-field .input input:hover,
.hbspt-form fieldset .hs-form-field .input select:hover {
  box-shadow: none;
}
.hbspt-form fieldset .hs-form-field .input input.invalid,
.hbspt-form fieldset .hs-form-field .input select.invalid,
.hbspt-form fieldset .hs-form-field .input input.error,
.hbspt-form fieldset .hs-form-field .input select.error {
  border-color: #b00020;
  background-image: url(../img/icons/error-red@2x.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 96% 50%;
}
.hbspt-form .hs_submit {
  padding: 0;
  margin: 0;
}
.hbspt-form .hs_submit .actions {
  margin: 0;
  padding: 0;
}
.hbspt-form .hs_submit .actions input {
  background: #d72a91;
  color: #f9f9f8 !important;
  padding: 12.5px 25px;
  line-height: 1.2;
  font-size: 11px;
  border: 0;
  border-radius: 1000px;
  display: inline-block;
  font-weight: 600 !important;
  font-family: "Silka", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
  width: 100%;
  padding: 0 !important;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .hbspt-form .hs_submit .actions input {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .hbspt-form .hs_submit .actions input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .hbspt-form .hs_submit .actions input {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .hbspt-form .hs_submit .actions input {
    padding: 13.5px 45px;
  }
}
@media (min-width: 1200px) {
  .hbspt-form .hs_submit .actions input {
    padding: 18.5px 60px;
  }
}
.hbspt-form .hs_submit .actions input:hover,
.hbspt-form .hs_submit .actions input:focus {
  background: #e75aa1;
  color: #f9f9f8;
  text-decoration: none;
}
.hbspt-form .hs_submit .actions input.green {
  background-color: #00ad82;
}
.hbspt-form .hs_submit .actions input.green:hover,
.hbspt-form .hs_submit .actions input.green:focus {
  background-color: #00be82;
}
.hbspt-form .hs_submit .actions input.lightgreen {
  background-color: #c6da2c;
}
.hbspt-form .hs_submit .actions input.lightgreen:hover,
.hbspt-form .hs_submit .actions input.lightgreen:focus {
  background-color: #d8ee2f;
}
.hbspt-form .hs_submit .actions input a:hover {
  text-decoration: none !important;
}
.hbspt-form .hs_submit .actions input.skinny {
  height: 50px;
}
.light-blue-bg {
  background: linear-gradient(to top, #e6f7f3 85%, rgba(0, 0, 0, 0) 85%);
}
@media (max-width: 767px) {
  .home .tf-v1-sidetab {
    display: none;
  }
}
.flexible-content-template .heading {
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 30px;
  margin: 0;
}
.flexible-content-template .heading.medium {
  font-size: 26px;
  line-height: 36px;
}
.flexible-content-template .content * {
  font-size: 20px;
  line-height: 34px;
}
.flexible-content-template .content p,
.flexible-content-template .content ul,
.flexible-content-template .content ol {
  padding: 0 0 30px;
  margin: 0;
}
.flexible-content-template .content ul,
.flexible-content-template .content ol {
  padding-left: 8px;
  list-style-position: inside;
}
.flexible-content-template .content ul li,
.flexible-content-template .content ol li {
  padding-bottom: 15px;
  margin: 0;
}
.flexible-content-template .content ul {
  list-style: none;
}
.flexible-content-template .content ul li:before {
  content: "·";
  font-size: 40px;
  vertical-align: middle;
  line-height: 20px;
  padding-right: 8px;
}
.flexible-content-template .content-list .content-list-heading {
  color: #d72a91;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Silka", sans-serif;
  padding-bottom: 30px;
}
.flexible-content-template .images {
  margin: 30px 0;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
