@charset "UTF-8";
.fuschia {
  color: #ff0266;
}
.yellow {
  color: #ffde03;
}
.green {
  color: #03dac5;
}
.violet {
  color: #6200ee;
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.2em;
  font-family: "Poppins", serif;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  overflow-x: hidden;
}
body, input, button, textarea {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  outline: none;
  color: #546e7a;
}
body *:focus, input *:focus, button *:focus, textarea *:focus {
  outline: none;
}
p {
  font-family: "Poppins", serif;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0B32B0;
  line-height: 1.1em;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 100%;
}
a {
  font-family: "Poppins", sans-serif;
  color: #ff0266;
}
i, em {
  font-style: italic;
}
b {
  font-weight: 600;
}
strong {
  font-weight: 700;
}
ul li {
  font-family: "Poppins", serif;
}
.clr {
  clear: both;
}
.container {
  width: calc(100% - 130px);
  max-width: 1190px;
  margin: 0 auto;
}
main#content {
  width: 100%;
  padding-right: 60px;
}
.bx-wrapper {
  border: none !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.emoji-link {
            font-size: 16px;
            text-decoration: none;
            color: inherit;
        }
/* =WordPress Core
-------------------------------------------------------------- */
/* == WordPress WYSIWYG Editor Styles == */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.entry-content ul, .entry-content ol {
  list-style: initial;
  margin-left: 24px;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 3px;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content p + p {
  margin-bottom: 15px;
}
.entry-content hr {
  width: 150px;
}
.entry-content hr.is-style-wide {
  width: 100%;
}
.entry-content hr.is-style-dots {
  width: 100%;
}
.alignleft, img.alignleft {
  margin-right: 30px;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 30px;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 30px;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media (max-width: 1280px) {
  main#content {
    padding-right: 30px;
  }
}
@media (max-width: 980px) {
  main#content {
    padding-right: 0;
  }
  .container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 736px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.1em;
  }
  h2 {
    font-size: 26px;
    line-height: 1.1em;
  }
  h3 {
    font-size: 22px;
    line-height: 1.1em;
  }
}
#subpages {
  margin-top: 30px;
}
#subpages .subpage_list {
  display: flex;
  flex-direction: column;
}
#subpages .subpage_list .subpage {
  border-radius: 32px;
  display: block;
  width: 100%;
  margin-top: 15px;
  background-color: #ffffff;
  padding: 0 60px 0 30px;
  text-decoration: none;
  position: relative;
}
#subpages .subpage_list .subpage .subpage_deploy {
  width: 48px;
  height: 48px;
  font-size: 20px;
  border: solid 2px #ff0266;
  background-color: #ff0266;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 24px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 125ms;
  cursor: pointer;
  transform-origin: center center;
}
#subpages .subpage_list .subpage .subpage_deploy:hover {
  background-color: #ffffff;
  color: #ff0266;
  transform: rotate(90deg);
}
#subpages .subpage_list .subpage .title {
  padding: 10.5px 0;
  font-weight: 600;
  color: #546e7a;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
#subpages .subpage_list .subpage .title + .more-link {
  display: none;
}
#subpages .subpage_list .subpage .title:hover {
  cursor: pointer;
  color: #ff0266;
}
#subpages .subpage_list .subpage .title:hover + .subpage_deploy {
  background-color: #ffffff;
  color: #ff0266;
  transform: rotate(90deg);
}
#subpages .subpage_list .subpage .content {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms;
}
#subpages .subpage_list .subpage .content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
#subpages .subpage_list .subpage .content > a {
  margin-top: 15px;
  display: inline-block;
  line-height: 35px;
}
#subpages .subpage_list .subpage.opened .content {
  height: auto;
  padding-bottom: 20px;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}
#subpages .subpage_list .subpage.opened .subpage_deploy {
  background-color: #ffffff;
  color: #546e7a;
  border-color: #ffffff;
  background-color: #ffffff;
  transform: rotate(90deg);
}
header#header {
  background-color: white;
}
header#header .header_container {
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: stretch;
  padding: 0 30px;
  max-width: 1280px;
  margin: 0 auto;
}
header#header #branding {
  display: flex;
  flex: 0 0 200px;
}
header#header #branding a {
  display: flex;
  align-self: stretch;
  align-items: center;
}
header#header #branding a img {
  height: 42px;
}
header#header #menu {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
}
header#header #menu #menu_mobile_actions {
  display: none;
}
header#header #menu #accessData {
  height: 65px;
  line-height: 65px;
  padding: 10px 0 10px 10px;
  display: flex;
}
header#header #menu #accessData svg, header#header #menu #accessData i {
  display: none;
}
header#header #menu #search_actions {
  display: block;
  border: none;
  background: none;
  font-size: 24px;
  color: #0B32B0;
  width: 60px;
  cursor: pointer;
}
header#header #menu #search_actions:hover {
  color: #ff0266;
}
header#header #menu #search_form {
  display: flex;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #ffffff;
  z-index: 110;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 100ms ease-out;
  opacity: 0;
  pointer-events: none;
}
header#header #menu #search_form h2 {
  text-align: center;
  padding: 0 30px;
}
header#header #menu #search_form button[type=submit] {
  cursor: pointer;
}
header#header #menu #search_form button[type=submit]:hover {
  background-color: #ffffff;
  color: #ff0266;
}
header#header #menu.search_opened #search_actions .open {
  display: none;
}
header#header #menu.search_opened #search_form {
  opacity: 1;
  pointer-events: auto;
}
header#header #menu:not(.search_opened) #search_actions .close {
  display: none;
}
header#header #menu ul.menu {
  display: flex;
  justify-content: flex-end;
}
header#header #menu ul.menu > li {
  position: relative;
}
header#header #menu ul.menu > li > a {
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
header#header #menu ul.menu > li.submenu-is-visible ul.sub-menu {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}
header#header #menu ul.menu a {
  color: #546e7a;
  font-weight: 600;
  text-decoration: none;
}
header#header #menu ul.menu a:hover {
  color: #ff0266;
}
header#header #menu ul.sub-menu {
  margin-top: -12px;
  transition: all 50ms ease-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  flex-direction: column;
  align-items: stretch;
  z-index: 110;
}
header#header #menu ul.sub-menu li {
  background: #ffffff;
  padding: 3px 15px;
}
header#header #menu ul.sub-menu li:first-child {
  padding: 10px 15px 3px 15px;
  border-radius: 15px 15px 0 0;
}
header#header #menu ul.sub-menu li:last-child {
  padding: 3px 15px 10px 15px;
  border-radius: 0 0 15px 15px;
}
header#header #menu ul.sub-menu a {
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  display: block;
}
body.archive main#content article, body.category main#content article, body.search-results main#content article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
body.archive main#content article:after, body.category main#content article:after, body.search-results main#content article:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 150px;
  background-color: #546e7a;
}
body.archive main#content article .entry-meta, body.category main#content article .entry-meta, body.search-results main#content article .entry-meta {
  font-size: 14px;
}
body.archive main#content article .entry-title, body.category main#content article .entry-title, body.search-results main#content article .entry-title {
  margin-bottom: 5px;
  margin-top: 5px;
}
body.archive main#content article .cat-links, body.category main#content article .cat-links, body.search-results main#content article .cat-links {
  margin-bottom: 5px;
}
body.archive main#content article .entry-summary, body.category main#content article .entry-summary, body.search-results main#content article .entry-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.page:not(.home), body.single, body.archive, body.category, body.blog, body.search-results {
  background-color: #ebf9fc;
}
body.page:not(.home) header#header, body.single header#header, body.archive header#header, body.category header#header, body.blog header#header, body.search-results header#header {
  padding-bottom: 6%;
  position: relative;
}
body.page:not(.home) header#header:after, body.single header#header:after, body.archive header#header:after, body.category header#header:after, body.blog header#header:after, body.search-results header#header:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_white_to_blue.png) center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
body.page:not(.home) #page, body.page:not(.home) #post, body.page:not(.home) #search_results, body.single #page, body.single #post, body.single #search_results, body.archive #page, body.archive #post, body.archive #search_results, body.category #page, body.category #post, body.category #search_results, body.blog #page, body.blog #post, body.blog #search_results, body.search-results #page, body.search-results #post, body.search-results #search_results {
  padding-bottom: 6%;
  position: relative;
}
body.page:not(.home) #page:after, body.page:not(.home) #post:after, body.page:not(.home) #search_results:after, body.single #page:after, body.single #post:after, body.single #search_results:after, body.archive #page:after, body.archive #post:after, body.archive #search_results:after, body.category #page:after, body.category #post:after, body.category #search_results:after, body.blog #page:after, body.blog #post:after, body.blog #search_results:after, body.search-results #page:after, body.search-results #post:after, body.search-results #search_results:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_blue_to_white.png) center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
#category-list {
  padding: 30px 0;
}
#category-list .category-list-title {
  margin-bottom: 15px;
}
#category-list select {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  border-radius: 30px;
  border: none;
  color: #546e7a;
  display: none;
  background-color: white;
}
#category-list ul.category-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#category-list ul.category-list li.show_all_cat {
  display: none;
}
#category-list ul.category-list li.cat-item-all {
  order: 0;
}
#category-list ul.category-list li.current-cat {
  order: 1;
}
#category-list ul.category-list li {
  order: 2;
}
#category-list ul.category-list.cropped {
  height: 60px;
  overflow: hidden;
}
#category-list ul.category-list.cropped li.show_all_cat {
  position: absolute;
  display: block;
  height: 30px;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  background-color: #ebf9fc;
}
#category-list ul.category-list.cropped li.show_all_cat button {
  border: none;
  background: none;
  font-weight: 600;
  color: #546e7a;
  cursor: pointer;
}
#category-list ul.category-list.cropped li.show_all_cat button:hover {
  color: #ff0266;
}
#category-list ul.category-list.cropped li.show_all_cat:after {
  content: "";
  height: 30px;
  position: absolute;
  background: #ebf9fc;
  background: linear-gradient(90deg, rgba(235, 249, 252, 0) 0%, #ebf9fc 100%);
  left: 0;
  top: 0;
  width: 150px;
  transform: translateX(-100%);
  border-right: solid 30px #ebf9fc;
}
#category-list ul.category-list .current-cat a {
  background: #ff0266;
  color: #ffffff;
}
#category-list ul.category-list a {
  display: block;
  background-color: #ffffff;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  margin: 0 5px 5px 0px;
  color: #546e7a;
}
#category-list ul.category-list a span {
  margin-left: 10px;
  font-style: italic;
  color: #b3c0c7;
}
#category-list ul.category-list a:hover {
  background: #ff0266;
  color: #ffffff;
}
.social_share > div {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px 0 20px;
}
.social_share > div .social-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.social_share > div .social-btn .s-twitter {
  color: #00acee;
}
.social_share > div .social-btn .s-facebook {
  color: #3b5998;
}
.social_share > div .social-btn .s-whatsapp {
  color: #25d366;
}
.social_share > div .social-btn .s-linkedin {
  color: #0a66c2;
}
.social_share > div .social-btn .s-reddit {
  color: #ff4500;
}
.social_share > div .social-btn .s-email {
  color: #ea4335;
}
.social_share > div .social-btn a {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: all 250ms;
  overflow: hidden;
  border-radius: 15px;
}
.social_share > div .social-btn a:hover {
  background-color: #ff0266;
  color: #ffffff;
}
aside#sidebar .subscribe_newsletter {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
aside#sidebar .subscribe_newsletter .hs_recaptcha {
  display: none;
}
aside#sidebar #search_form.sidebar {
  width: 100%;
}
aside#sidebar #search_form.sidebar form.search-form {
  margin: 0 0 30px 0;
  width: 100%;
}
aside#sidebar #search_form.sidebar form.search-form button[type=submit], aside#sidebar #search_form.sidebar form.search-form input[type=submit] {
  padding: 0 20px 0 15px;
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 250ms;
}
aside#sidebar #search_form.sidebar form.search-form button[type=submit] span, aside#sidebar #search_form.sidebar form.search-form input[type=submit] span {
  display: none;
}
aside#sidebar #search_form.sidebar form.search-form button[type=submit] svg, aside#sidebar #search_form.sidebar form.search-form button[type=submit] i, aside#sidebar #search_form.sidebar form.search-form input[type=submit] svg, aside#sidebar #search_form.sidebar form.search-form input[type=submit] i {
  color: #ffffff;
  display: block;
  font-size: 22px;
}
aside#sidebar #search_form.sidebar form.search-form button[type=submit]:hover, aside#sidebar #search_form.sidebar form.search-form input[type=submit]:hover {
  background-color: #ffffff;
  color: #ff0266;
}
aside#sidebar #search_form.sidebar form.search-form button[type=submit]:hover svg, aside#sidebar #search_form.sidebar form.search-form button[type=submit]:hover i, aside#sidebar #search_form.sidebar form.search-form input[type=submit]:hover svg, aside#sidebar #search_form.sidebar form.search-form input[type=submit]:hover i {
  color: #ff0266;
}
aside#sidebar #search_form.sidebar form.search-form button[type=submit], aside#sidebar #search_form.sidebar form.search-form input[type=submit], aside#sidebar #search_form.sidebar form.search-form input[type=search] {
  box-shadow: 0 0 0 0;
}
aside#sidebar #sidebar_widgets {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
}
aside#sidebar .widget-container:not(:last-child) {
  margin-bottom: 20px;
}
aside#sidebar .widget-container .widget-title {
  margin-bottom: 10px;
  font-size: 16px;
}
aside#sidebar .widget-container ul li {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 14px;
}
aside#sidebar .widget-container ul li a {
  text-decoration: none;
  color: #546e7a;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
}
aside#sidebar .widget-container ul li a:hover {
  color: #89a0ab;
}
form.search-form {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 800px;
  width: 90%;
}
form.search-form > label {
  width: 100%;
}
form.search-form input {
  height: 48px;
  line-height: 48px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
form.search-form button[type=submit], form.search-form input[type=submit] {
  border: none;
  background-color: #ff0266;
  color: #ffffff;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  flex: 0 0 175px;
}
form.search-form button[type=submit] svg, form.search-form button[type=submit] i, form.search-form input[type=submit] svg, form.search-form input[type=submit] i {
  display: none;
}
form.search-form input[type=search] {
  border-radius: 24px 0 0 24px;
}
/*
 * FORM DESIGN
 */
textarea, input[type="text"], input[type="button"], input[type="reset"], input[type="search"], input[type="email"], input[type="password"] {
  width: 100%;
  padding: 0 0 0 30px;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
  height: 48px;
  line-height: 48px;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: solid 2px #ffffff;
  transition: border 125ms;
}
textarea:focus, input[type="text"]:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  border: solid 2px #ff0266;
}
textarea {
  height: 190px;
}
input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  background-color: #ff0266;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  font-size: 18px;
}
input[type="submit"]:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 32px;
  opacity: 0;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #ff0266;
  transition: all 150ms ease-out;
  pointer-events: none;
}
input[type="submit"]:hover {
  background-color: #ffffff;
  color: #ff0266;
}
input[type="submit"]:hover:after {
  opacity: 1;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}
button.fancy, a.fancy {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  background-color: #ff0266;
  border-radius: 32px;
  min-width: 100px;
  min-height: 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
button.fancy:after, a.fancy:after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 32px;
  opacity: 0;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #ff0266;
  transition: all 150ms ease-out;
  pointer-events: none;
}
button.fancy:hover, a.fancy:hover {
  background-color: #ffffff;
  color: #ff0266;
}
button.fancy:hover:after, a.fancy:hover:after {
  opacity: 1;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
}
nav.navigation {
  margin-top: 30px;
}
nav.navigation .nav-links {
  justify-content: center;
  display: flex;
}
nav.navigation .nav-links .page-numbers:not(.dots) {
  height: 35px;
  width: 35px;
  text-align: center;
  color: #546e7a;
  background-color: #ffffff;
  margin: 0 5px;
  transition: all 250ms;
  border-radius: 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
}
nav.navigation .nav-links .page-numbers:not(.dots).current {
  border: solid 2px #ff0266;
}
nav.navigation .nav-links .page-numbers:not(.dots).current:hover {
  color: #546e7a;
}
nav.navigation .nav-links .page-numbers:not(.dots).prev, nav.navigation .nav-links .page-numbers:not(.dots).next {
  background-color: #ff0266;
  border: solid 2px #ff0266;
  color: #ffffff;
}
nav.navigation .nav-links .page-numbers:not(.dots).prev:hover, nav.navigation .nav-links .page-numbers:not(.dots).next:hover {
  background-color: #ffffff;
  color: #ff0266;
}
nav.navigation .nav-links .page-numbers:not(.dots):hover {
  color: #ff0266;
  border-color: #ff0266;
}
nav.navigation.post-navigation .nav-links {
  justify-content: space-between;
}
nav.navigation.post-navigation .nav-links > div {
  display: flex;
  width: 45%;
}
nav.navigation.post-navigation .nav-links > div a {
  text-decoration: none;
  color: #546e7a;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 32px;
  min-width: 100px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  transition: all 250ms;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
nav.navigation.post-navigation .nav-links > div a .fa-icon {
  height: 35px;
  width: 35px;
  font-size: 24px;
  color: white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ff0266;
}
nav.navigation.post-navigation .nav-links > div a:hover {
  background-color: #ff0266;
  color: #ffffff;
}
nav.navigation.post-navigation .nav-links > div.nav-next a {
  padding-right: 45px;
  padding-left: 15px;
}
nav.navigation.post-navigation .nav-links > div.nav-next a .fa-icon {
  right: 0;
  top: 0;
}
nav.navigation.post-navigation .nav-links > div.nav-previous a {
  padding-right: 15px;
  padding-left: 45px;
}
nav.navigation.post-navigation .nav-links > div.nav-previous a .fa-icon {
  left: 0;
  top: 0;
}
.section {
  padding: 60px 0;
}
.section .section_title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.section .section_title p:first-child {
  font-size: 36px;
  line-height: 1.2em;
  color: #0B32B0;
}
.section .section_title a {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  color: #ff0266;
  text-decoration: none;
}
.section .section_title a > *:first-child {
  margin-right: 5px;
  transition: all 100ms ease-out;
}
.section .section_title a:hover > *:first-child {
  margin-right: 15px;
}
.section .section_title .section_text {
  max-width: 768px;
  margin: 30px auto;
}
.section.section_2col .section_title {
  text-align: left;
}
.section.section_2col .container {
  display: flex;
  align-items: center;
}
.section.section_2col .container .left, .section.section_2col .container .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 50%;
  width: 50%;
}
.section.section_2col.section_sidebar .container {
  align-items: flex-start;
}
.section.section_2col.section_sidebar .container .left, .section.section_2col.section_sidebar .container .right {
  align-items: flex-start;
}
.section.section_2col.section_sidebar .container .left {
  flex: 1 1 100%;
}
.section.section_2col.section_sidebar .container .right {
  flex: 0 0 350px;
}
#wrapper .bx-wrapper .bx-next {
  background: url(../images/slider_controls.png) no-repeat -43px -32px;
}
#wrapper .bx-wrapper .bx-prev {
  background: url(../images/slider_controls.png) no-repeat 0 -32px;
}
footer#footer {
  color: #0B32B0;
  background: radial-gradient(circle at bottom right, #0B32B0 0%, #081F59 75%);
  padding-top: 15%;
  padding-bottom: 120px;
  position: relative;
}
footer#footer:after {
  content: "";
  position: absolute;
  /* BX SLIDER : Top slide has a z-index of 50 */
  z-index: 100;
  width: 100%;
  /* IMAGE IS 2000×248 */
  padding-bottom: 12.4%;
  background: transparent url(../images/footer_top.png) center no-repeat;
  background-size: 100% 100%;
  top: 0;
}
footer#footer .footer {
  display: flex;
}
footer#footer .footer .left {
  flex: 0 0 35%;
}
footer#footer .footer .left .logo img {
  height: 34px;
}
footer#footer .footer .left .text {
  margin: 15px 0;
  font-size: 0.8em;
  width: 70%;
  color: #ffffff;
}
footer#footer .footer .left .social_links a {
  color: #ff0266;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
}
footer#footer .footer .right {
  flex: 0 0 65%;
  display: flex;
  justify-content: space-between;
}
footer#footer .footer .right a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8em;
}
footer#footer .footer .right .footer_menu {
  margin-top: 4px;
}
footer#footer .footer .right .footer_menu .title {
  font-weight: bold;
}
footer#footer .footer .right .footer_menu a, footer#footer .footer .right .footer_menu .title {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
main#content {
  /* COMMENTS ARE ACTUALLY DISABLED  */
}
main#content #comments {
  margin-top: 30px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
main#content #comments #comments-list + #respond {
  margin-top: 15px;
  padding-top: 15px;
  border-top: dashed 1px #b3c0c7;
}
main#content #comments form#commentform .logged-in-as {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
}
main#content #comments form#commentform .logged-in-as a:first-child {
  text-decoration: none;
  transition: all 100ms ease-out;
}
main#content #comments form#commentform .logged-in-as a:first-child:hover {
  color: #546e7a;
}
main#content #comments form#commentform .logged-in-as a:last-child {
  font-weight: 600;
  text-decoration-style: dashed;
  transition: all 100ms ease-out;
}
main#content #comments form#commentform .logged-in-as a:last-child:hover {
  color: #546e7a;
  text-decoration: none;
}
main#content #comments form#commentform .comment-form-comment {
  display: flex;
}
main#content #comments form#commentform .comment-form-comment > label {
  flex: 0 0 auto;
  padding-right: 15px;
}
main#content #comments form#commentform .comment-form-comment > textarea {
  flex: 1 1 auto;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #546e7a;
}
main#content #comments form#commentform .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
main#content #comments form#commentform .form-submit input[type=submit] {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  background-color: #ff0266;
  border-radius: 32px;
  min-width: 100px;
  min-height: 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 100ms ease-out;
}
main#content #comments form#commentform .form-submit input[type=submit]:hover {
  background-color: #ff3585;
}
main#content .entry-title {
  color: #0B32B0;
  margin-top: 20px;
  margin-bottom: 40px;
}
main#content .entry-title a {
  text-decoration: none;
  color: #0B32B0;
  transition: all 100ms ease-out;
}
main#content .entry-title a:hover {
  color: #ff0266;
}
main#content .cat-links {
  display: block;
  margin: 0 0 25px 0;
}
main#content .cat-links a {
  text-decoration: none;
  font-size: 0.7em;
  background-color: #ff0266;
  color: white;
  border: solid 1px #ff0266;
  padding: 0px 10px;
  border-radius: 15px;
  margin: 0 1.5px 5px 1.5px;
  white-space: nowrap;
  transition: all 100ms ease-out;
}
main#content .cat-links a:hover {
  color: #ff0266;
  background-color: #ffffff;
}
main#content .entry-meta {
  font-size: 18px;
}
main#content .entry-meta a {
  text-decoration: none;
  font-weight: 700;
  color: #546e7a;
}
main#content .entry-meta a:hover {
  color: #b3c0c7;
}
main#content .entry-content blockquote {
  font-size: 1.2em;
  margin: 0 15px 25px 15px;
  padding-left: 15px;
  border-left: solid 5px #ff0266;
}
main#content .entry-content h1, main#content .entry-content h2, main#content .entry-content h3, main#content .entry-content h4, main#content .entry-content h5 {
  margin: 30px 0 15px 0;
}
main#content .entry-content ul, main#content .entry-content ol {
  margin-bottom: 15px;
}
main#content .entry-content a.post-thumbnail {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
main#content .entry-content a.post-thumbnail img {
  display: block;
  margin-bottom: 0;
  width: 101%;
  min-height: 101%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
main#content .entry-content figure.wp-block-gallery {
  margin: 0 auto 30px auto;
}
main#content .entry-content figure.wp-block-gallery ul {
  margin: 0;
}
main#content .entry-content figure.wp-block-image {
  margin: 0 auto 30px auto;
}
main#content .entry-content figure.wp-block-image img {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  header#header #menu ul.menu > li > a {
    font-size: 14px;
    line-height: 16px;
  }
  header#header #menu #accessData {
    line-height: 18px;
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  body {
    padding-top: 60px;
  }
  header#header {
    position: fixed !important;
    z-index: 150;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    padding-bottom: 0 !important;
  }
  header#header:after {
    display: none;
  }
  header#header .header_container {
    padding: 0;
    height: 60px;
    max-width: none;
    width: 100%;
  }
  header#header #branding {
    flex: 0 0 60px;
    padding: 10px;
  }
  header#header #branding a {
    width: 40px;
    overflow: hidden;
  }
  header#header #branding a img {
    height: 40px;
    max-width: none;
  }
  header#header #menu ul.menu > li > a {
    justify-content: center;
    height: 40px;
    padding: 0;
  }
  header#header #menu ul.menu > li.menu-item-has-children > a:before {
    content: "≡";
    position: absolute;
    left: 0;
    transform: translateX(-150%);
  }
  header#header #menu ul.menu > li.submenu-is-visible ul.sub-menu {
    position: relative;
    top: auto;
  }
  header#header #menu ul.menu > li.submenu-is-visible ul.sub-menu li {
    padding: 0;
    border-radius: 0;
  }
  header#header #menu ul.menu > li.submenu-is-visible ul.sub-menu li a {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 400 !important;
  }
  header#header #menu #menu_mobile_actions {
    display: block;
    border: none;
    background: none;
    font-size: 24px;
    color: #0B32B0;
    width: 60px;
  }
  header#header #menu.menu_opened #menu_mobile_actions .open {
    display: none;
  }
  header#header #menu.menu_opened ul.menu {
    opacity: 1;
    pointer-events: auto;
  }
  header#header #menu:not(.menu_opened) #menu_mobile_actions .close {
    display: none;
  }
  header#header #menu #search_form {
    top: 60px;
    height: calc(100vh - 60px);
  }
  header#header #menu #search_form button[type=submit] {
    padding: 0 20px 0 15px;
    flex: 0 0 auto;
  }
  header#header #menu #search_form button[type=submit] span {
    display: none;
  }
  header#header #menu #search_form button[type=submit] svg, header#header #menu #search_form button[type=submit] i {
    display: block;
    font-size: 24px;
  }
  header#header #menu ul.menu {
    transition: all 100ms ease-out;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    z-index: 110;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header#header #menu #accessData {
    height: 60px;
    line-height: 60px;
    padding: 0;
    /* Override Fancy */
  }
  header#header #menu #accessData a {
    width: 60px;
    font-size: 24px;
  }
  header#header #menu #accessData a > span {
    display: none;
  }
  header#header #menu #accessData a svg, header#header #menu #accessData a i {
    display: block;
  }
  header#header #menu #accessData a.fancy {
    min-width: auto;
    border-radius: 0;
  }
  main#content #comments form#commentform .comment-form-comment {
    flex-direction: column;
  }
  main#content #comments form#commentform .form-submit input[type=submit] {
    height: 35px;
    line-height: 35px;
  }
  main#content .entry-title {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  main#content .entry-title a {
    line-height: 30px;
    display: block;
  }
  .section {
    padding: 30px 0;
  }
  .section .section_title br {
    display: none;
  }
  .section .section_title p:first-child, .section .section_title p:first-child + p {
    font-size: 26px;
  }
  .section .section_title .section_text {
    font-size: 16px !important;
  }
  .section.section_2col .section_title {
    text-align: center;
  }
  .section.section_2col .container {
    flex-direction: column;
  }
  .section.section_2col .container .left, .section.section_2col .container .right {
    flex: 0 0 auto;
    width: 100%;
  }
  aside#sidebar {
    margin-top: 50px;
  }
  footer#footer {
    padding-bottom: 60px;
    padding-top: 25%;
  }
  footer#footer:after {
    background-size: auto 100%;
    padding-bottom: 20%;
  }
  footer#footer .footer {
    flex-direction: column;
  }
  footer#footer .footer .left {
    text-align: center;
    margin-bottom: 30px;
  }
  footer#footer .footer .left .text {
    margin: 15px 0;
    width: 100%;
  }
  footer#footer .footer .right {
    flex-direction: column;
  }
  footer#footer .footer .right .footer_menu {
    border-top: solid 1px #ffffff;
    margin-top: 0;
  }
  footer#footer .footer .right .footer_menu .title {
    margin: 0;
    display: block;
    padding: 5px 5px 5px 20px;
    position: relative;
  }
  footer#footer .footer .right .footer_menu .title + div {
    display: none;
  }
  footer#footer .footer .right .footer_menu .menu {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  footer#footer .footer .right .footer_menu .menu a {
    margin-bottom: 7px;
  }
  footer#footer .footer .right .footer_menu:not(.opened) .title:before {
    content: "+";
    position: absolute;
    left: 5px;
    top: 5px;
    color: #ffffff;
    font-weight: 700;
  }
  footer#footer .footer .right .footer_menu.opened .title:before {
    content: "-";
    position: absolute;
    left: 5px;
    top: 5px;
    color: #ffffff;
    font-weight: 700;
  }
  footer#footer .footer .right .footer_menu.opened .title + div {
    display: block;
  }
}
@media (max-width: 736px) {
  #category-list select {
    display: block;
  }
  #category-list ul.category-list {
    display: none;
  }
}
#slider {
  position: relative;
  height: 75vh;
}
#slider:after {
  content: "";
  position: absolute;
  /* BX SLIDER : Top slide has a z-index of 50 */
  z-index: 100;
  width: 100%;
  padding-bottom: 10%;
  background: transparent url(../images/slider_bottom.png) center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
#slider .slide {
  width: 100%;
  height: 75vh;
  position: relative;
  display: flex;
}
#slider .slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slider .slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#slider .slide .container .title {
  font-size: 45px;
  color: white;
  line-height: 1.15em;
}
#slider .slide .container .text {
  margin-top: 15px;
  color: white;
}
#slider .slide .container > a {
  margin-top: 15px;
}
#advantages {
  position: relative;
  background-color: #ebf9fc;
  padding-bottom: 9%;
}
#advantages:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_blue_to_white.png) center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
#advantages .advantages {
  display: flex;
  justify-content: space-between;
}
#advantages .advantages div.advantage {
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
  padding: 0 30px;
  align-items: center;
}
#advantages .advantages div.advantage .icon {
  color: #ff0266;
  font-size: 45px;
}
#advantages .advantages div.advantage .title {
  display: flex;
  margin-top: 0;
  color: #0B32B0;
  font-size: 24px;
}
#advantages .advantages div.advantage .title span.num {
  font-weight: 600;
  color: #ff0266;
}
#advantages .advantages div.advantage .text {
  margin-top: 15px;
  text-align: center;
}
#advantages .advantages_button {
  display: flex;
  justify-content: center;
  margin: 60px auto 0 auto;
}
#services .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  width: 100%;
  margin-top: 30px;
}
#services .services a.service {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 66%;
}
#services .services a.service .title {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  transition: all 250ms ease-out;
}
#services .services a.service img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms ease-out;
}
#services .services a.service:hover .title {
  color: #ffffff;
}
#services .services a.service:hover img {
  height: 105%;
  width: 105%;
}
#services .services a#service_contact {
  background-color: #55EBFF;
}
#services .services a#service_contact .title span {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 18px;
  display: block;
}
#data .data {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#data .data div.quality_data {
  display: flex;
  flex: 0 0 30%;
  flex-direction: column;
  padding: 0 10px;
  align-items: center;
}
#data .data div.quality_data img {
  width: 95px;
}
#data .data div.quality_data .title {
  margin-top: 0;
  color: #0B32B0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
#data .data div.quality_data .text {
  margin-top: 15px;
  text-align: center;
}
#customersatisfaction {
  background-color: #ebf9fc;
  position: relative;
  padding-top: 6%;
  padding-bottom: 6%;
}
#customersatisfaction:before {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_white_to_blue.png) center no-repeat;
  background-size: 100% 100%;
  top: 0;
}
#customersatisfaction:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_blue_to_white.png) center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
#customersatisfaction .left img {
  width: 100%;
}
#customersatisfaction .right .review {
  position: relative;
  width: 100%;
}
#customersatisfaction .right .review .infos {
  display: block;
  text-decoration: none;
  padding: 35px;
  width: 80%;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
#customersatisfaction .right .review .infos:before {
  content: "";
  width: 61px;
  height: 53px;
  background: transparent url(../images/quotes.png) center no-repeat;
  position: absolute;
  top: 25px;
  right: 25px;
}
#customersatisfaction .right .review .infos .name {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0B32B0;
}
#customersatisfaction .right .review .infos .content {
  margin-bottom: 15px;
  color: #546e7a;
}
#customersatisfaction .right .review .infos .position {
  font-size: 0.8em;
  font-style: italic;
}
#customersatisfaction .right .review .photo {
  position: absolute;
  width: 15%;
  padding-bottom: 15%;
  border-radius: 50%;
  overflow: hidden;
  right: 0;
  top: 7%;
}
#customersatisfaction .right .review .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#customersatisfaction .right .review:nth-child(even) .photo {
  right: auto;
  left: 0;
}
#customersatisfaction .right .review:nth-child(even) .infos {
  margin-left: 20%;
  background-color: #6200ee;
}
#customersatisfaction .right .review:nth-child(even) .infos .name {
  color: #ff0266;
}
#customersatisfaction .right .review:nth-child(even) .infos .content, #customersatisfaction .right .review:nth-child(even) .infos .position {
  color: white;
}
@media (max-width: 980px) {
  #slider:after {
    padding-bottom: 25%;
    background-size: auto 100%;
  }
  #slider .slide .container {
    padding: 15px;
  }
  #slider .slide .container .title {
    font-size: 26px;
  }
  #advantages {
    padding-bottom: 20%;
  }
  #advantages:after {
    padding-bottom: 15%;
    background-size: auto 100%;
  }
  #advantages .advantages {
    flex-direction: column;
  }
  #advantages .advantages div.advantage {
    padding: 0 0 30px 0;
  }
  #advantages .advantages div.advantage .title {
    text-align: center;
  }
  #services .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
  }
  #services .services a.service {
    border-right: 5px;
    border-radius: 7px;
  }
  #services .services a.service .title {
    font-size: 15px;
    line-height: 18px;
  }
  #services .services a.service#service_contact .title span {
    font-size: 12px;
    line-height: 14px;
  }
  #data .data {
    flex-direction: column;
  }
  #data .data div.quality_data {
    padding: 0 0 30px 0;
  }
  #data .data div.quality_data .title {
    text-align: center;
  }
  #customersatisfaction {
    padding-top: 20%;
    padding-bottom: 15%;
  }
  #customersatisfaction:before {
    padding-bottom: 15%;
    background-size: auto 100%;
  }
  #customersatisfaction:after {
    padding-bottom: 15%;
    background-size: auto 100%;
  }
}
#lastposts {
  background-color: #ffffff;
}
.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  width: 100%;
  margin-top: 25px;
}
.posts.posts_2cols {
  grid-template-columns: repeat(2, 1fr);
}
.posts .loop-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  border: solid 2px transparent;
  transition: all 125ms;
}
.posts .loop-post:hover {
  border: solid 2px #ff0266;
}
.posts .loop-post .title_wrapper {
  text-decoration: none;
}
.posts .loop-post .title_wrapper h2.title {
  text-align: center;
  font-size: 22px;
}
.posts .loop-post .title_wrapper:hover {
  color: #ff0266;
}
.posts .loop-post .thumbnail {
  background-color: #546e7a;
  width: 100%;
  padding-bottom: 66%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.posts .loop-post .thumbnail img {
  height: 101%;
  width: 101%;
  object-fit: cover;
  position: absolute;
  opacity: 0.95;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.posts .loop-post .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0;
}
.posts .loop-post .categories a {
  text-decoration: none;
  font-size: 0.7em;
  background-color: #ff0266;
  color: white;
  padding: 2px 12px;
  border-radius: 15px;
  margin: 0 1.5px 5px 1.5px;
}
.posts .loop-post .excerpt {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  text-align: center;
}
.posts .loop-post .excerpt + .more-link {
  display: none;
}
.posts .loop-post a.go_to_article {
  margin-top: 10px;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8em;
}
.posts .loop-post a.go_to_article svg {
  color: #0B32B0;
}
.posts .loop-post.cat-weekinreview .thumbnail {
  position: relative;
  background: #55EBFF url("../images/weekinreview-thumbnail.jpg") right bottom no-repeat;
  background-size: cover;
}
.posts .loop-post.cat-weekinreview .thumbnail .floating_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #55EBFF;
  text-transform: uppercase;
  font-size: 1.3em;
  width: 90%;
  text-align: center;
}
.posts .loop-post.cat-weekinreview h2.title {
  color: #55EBFF;
}
.posts .loop-post.cat-weekinreview a.go_to_article {
  color: #55EBFF;
}
.posts .loop-post.cat-weekinreview .categories a {
  text-decoration: none;
  font-size: 0.7em;
  background-color: #55EBFF;
  color: white;
  padding: 2px 12px;
  border-radius: 15px;
  margin: 0 1.5px 5px 1.5px;
}
#newslettersubscription {
  background-color: #ffffff;
}
#newslettersubscription .newslettersubscription {
  padding: 60px 0;
  background: transparent url("../images/newslettersubscription_bg.png") center no-repeat;
  background-size: contain;
}
#newslettersubscription .newslettersubscription iframe {
  max-width: 700px;
  margin: 0 auto;
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 800px;
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form form {
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form form .hs_email {
  display: flex;
  align-items: stretch;
  margin: 0;
  width: 100%;
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form form .hs_email ul.no-list {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form form .hs_email > label {
  display: flex;
  align-items: center;
  background-color: white;
  margin: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0 0 0 25px;
  border-radius: 30px 0 0 30px;
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form form .hs_email input[type=email] {
  background-color: white;
  border: none;
  border-radius: 0;
  min-height: 48px;
}
#newslettersubscription .newslettersubscription .hs-form-iframe .hbspt-form form .hs_email input[type=submit] {
  border-color: #ff0266;
  background-color: #ff0266;
  border-radius: 0 30px 30px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  min-height: 48px;
}
#newslettersubscription .newslettersubscription .title {
  text-align: center;
  margin-bottom: 15px;
}
#newslettersubscription .newslettersubscription .title p:first-child {
  font-size: 36px;
  line-height: 1.2em;
  color: #0B32B0;
}
#newslettersubscription .newslettersubscription form {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 800px;
  /* MAILCHIMP FORM STYLE */
  /* END MAILCHIMP */
}
#newslettersubscription .newslettersubscription form #mc_embed_signup_scroll {
  display: flex;
  width: 100%;
}
#newslettersubscription .newslettersubscription form #mc_embed_signup_scroll .mc-field-group {
  width: 100%;
}
#newslettersubscription .newslettersubscription form button, #newslettersubscription .newslettersubscription form input {
  height: 48px;
  line-height: 48px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#newslettersubscription .newslettersubscription form button, #newslettersubscription .newslettersubscription form input[type=submit] {
  background-color: #ff0266;
  color: #ffffff;
  font-weight: 600;
  padding: 0 30px;
  border: none;
  border-radius: 0 24px 24px 0;
  flex: 0 0 175px;
  cursor: pointer;
  transition: all 250ms;
  font-size: 14px;
}
#newslettersubscription .newslettersubscription form button:hover, #newslettersubscription .newslettersubscription form input[type=submit]:hover {
  background-color: #ffffff;
  color: #ff0266;
}
#newslettersubscription .newslettersubscription form input {
  padding: 0 0 0 30px;
  border-radius: 24px 0 0 24px;
  background-color: #ffffff;
  flex: 1 1 100%;
}
#page404 .section_title .e404 {
  font-size: 75px;
  font-weight: 800;
  color: #ff0266;
}
.wpcf7 p + p {
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  #page404 .section_title p:first-child {
    font-size: 18px;
  }
  #page404 .section_title .section_text {
    font-size: 16px;
  }
  #lastposts .posts {
    grid-template-columns: repeat(1, 1fr);
  }
  #newslettersubscription .newslettersubscription .title br {
    display: none;
  }
  #newslettersubscription .newslettersubscription .title p:first-child {
    font-size: 26px;
  }
  #newslettersubscription .newslettersubscription form button, #newslettersubscription .newslettersubscription form input[type=submit] {
    flex: 0 0 auto;
    padding: 0 10px;
    width: 80px;
  }
}
@media (max-width: 480px) {
  .posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts .loop-post .thumbnail {
    padding-bottom: 45%;
  }
}
/* # FAQ
--------------------------------------------- */
#FAQ .container .content {
  display: flex;
}
#FAQ .container .content .left {
  flex-shrink: 0;
}
#FAQ .container .content .left .navigation {
  margin-bottom: 30px;
  max-width: 250px;
}
#FAQ .container .content .left .navigation h3 {
  font-size: 20px;
}
#FAQ .container .content .left .navigation ul {
  list-style: none;
  margin: 0;
  margin-top: 15px;
}
#FAQ .container .content .left .navigation ul li a {
  padding: 0 0 0 10px;
  width: 200px;
  border-left: solid 3px #546e7a;
  transition: all 150ms;
  color: #000000;
  font-size: 14px;
}
#FAQ .container .content .left .navigation ul li a:not(:last-child) {
  margin-bottom: 5px;
}
#FAQ .container .content .left .navigation ul li a:hover {
  border-color: #ff0266;
  color: #ff0266;
}
#FAQ .container .content .left .goto_contacts {
  padding-top: 30px;
}
#FAQ .container .content .left .goto_contacts p {
  width: 200px;
  margin-bottom: 15px;
}
#FAQ .container .content .left .goto_contacts a svg {
  margin-right: 10px;
}
#FAQ .container .content .right {
  width: 100%;
  padding-left: 30px;
}
#FAQ .container .content .right .faq-group .title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}
#FAQ .container .content .right ul.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(38, 50, 56, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(38, 50, 56, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(38, 50, 56, 0.15);
}
#FAQ .container .content .right ul.faq-list > li {
  border: none;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #ECEFF1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#FAQ .container .content .right ul.faq-list > li:hover .question {
  color: #ff0266;
}
#FAQ .container .content .right ul.faq-list > li .question {
  text-decoration: none;
  font-weight: 600;
  border: none;
  padding: 15px 0 15px 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
  border-left: solid 5px white;
  color: #000000;
}
#FAQ .container .content .right ul.faq-list > li .question .icon_container {
  width: 36px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#FAQ .container .content .right ul.faq-list > li .question.on {
  border-color: #ff0266;
}
#FAQ .container .content .right ul.faq-list > li .question.on + .answer {
  border-color: #ff0266;
}
#FAQ .container .content .right ul.faq-list > li .answer {
  display: none;
  padding: 0 10px 30px 45px;
  border-left: solid 5px white;
}
@media (max-width: 736px) {
  #FAQ {
    padding: 60px 0;
  }
  #FAQ .container .content {
    flex-direction: column-reverse;
  }
  #FAQ .container .content .left .navigation {
    display: none;
  }
  #FAQ .container .content .left .goto_contacts {
    margin-top: 30px;
  }
  #FAQ .container .content .right {
    padding-left: 0;
  }
  #FAQ .container .content .right .faq-group .title {
    font-size: 22px;
    line-height: 24px;
  }
}
.product-category-changed {
  animation: update-text 2s forwards linear normal;
  background: rgba(244, 255, 157, 0);
}
.product-category-selected {
  font-weight: bold;
}
@keyframes update-text {
  0% {
    background: #f4ff9d;
  }
  100% {
    background: rgba(244, 255, 157, 0);
  }
}
select.product-category-dropdown {
  transform-origin: top left;
  background-color: white;
  border-radius: 3px;
  padding: 0.2em;
  border: 1px solid #0C32B0;
}
@media screen and (min-width: 512px) {
  select.product-category-dropdown {
    transform: scale(1.5);
    margin-bottom: 4px;
  }
}
.product-market-toggle label {
  display: inline-block;
  border: 1px solid #0C32B0;
  padding: 0 10px 0 3px;
  border-radius: 3px;
  margin-right: 10px;
  background: white;
  color: black;
}
main#content .entry-content .sales-page-quote-bubble {
  border-left: none;
  padding-left: 0;
  margin: 1em 0;
  display: block;
}
main#content .entry-content .sales-page-quote-bubble p {
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  color: #546E7A;
  padding: 14px 28px 16px;
  background: white;
  border-radius: 1px;
  max-width: 750px;
  margin: 0;
}
main#content .entry-content .sales-page-quote-bubble:nth-of-type(1) p {
  margin-left: -12px;
}
main#content .entry-content .sales-page-quote-bubble:nth-of-type(3) p {
  margin-left: -6px;
}
@media screen and (min-width: 512px) {
  main#content .entry-content .sales-page-quote-bubble:nth-of-type(1) p {
    margin-left: -18px;
  }
  main#content .entry-content .sales-page-quote-bubble:nth-of-type(3) p {
    margin-left: -10px;
  }
}
main#content .entry-content figure.sales-page-product-image-full {
  border: 1px solid #546E7A;
  border-left-width: 0;
  border-right-width: 0;
  margin: 1em -30px;
}
@media screen and (min-width: 512px) {
  main#content .entry-content figure.sales-page-product-image-full {
    border-left-width: 1px;
    border-right-width: 1px;
    margin: 1em -20px;
  }
}
main#content .entry-content figure.sales-page-product-image-full img {
  width: 100%;
}
main#content .entry-content .sales-page-highlight-section {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background: white;
  padding-top: 14%;
  padding-bottom: 12%;
}
@media screen and (min-width: 1284px) {
  main#content .entry-content .sales-page-highlight-section {
    margin-left: calc(-50vw + 30px);
  }
}
@media screen and (max-width: 1280px) {
  main#content .entry-content .sales-page-highlight-section {
    transform: translateX(15px);
  }
}
@media (max-width: 980px) {
  main#content .entry-content .sales-page-highlight-section {
    transform: translateX(0);
  }
}
main#content .entry-content .sales-page-highlight-section:before {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_blue_to_white.png) center no-repeat;
  background-size: 100% 100%;
  top: -1px;
}
main#content .entry-content .sales-page-highlight-section:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-bottom: 5.5%;
  background: transparent url(../images/bg_white_to_blue.png) center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
main#content .entry-content .sales-page-highlight-section .container {
  align-items: stretch;
}
main#content .entry-content .sales-page-highlight-section ul {
  max-width: 700px;
  margin-top: 1.5em;
}
main#content .entry-content .sales-page-highlight-section ul li {
  margin-bottom: 1em;
}
main#content .entry-content .sales-page-check-list {
  list-style: none;
  margin-left: 15px;
  max-width: 700px;
}
main#content .entry-content .sales-page-check-list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 1em;
}
main#content .entry-content .sales-page-check-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2230%22%20height%3D%2226%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m11.434%2020.486-8.488-8.488%202.121-2.121%206.367%206.365L26.989.687%2029.11%202.81%2011.434%2020.486Z%22%20fill%3D%22%23FF0266%22/%3E%3Cpath%20stroke%3D%22%23FF0266%22%20d%3D%22M1.023%204.904H21.03v19.999H1.023z%22/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (min-width: 736px) {
  main#content .entry-content .sales-page-width-60 {
    max-width: 60%;
  }
  main#content .entry-content .sales-page-width-70 {
    max-width: 70%;
  }
  main#content .entry-content .sales-page-width-80 {
    max-width: 80%;
  }
}
.sales-page-aside {
  padding: 25px 30px 10px 30px;
}
.sales-page-benefits-table {
  border-radius: 6px;
  border: 2px solid #999;
  padding: 10px;
  background: white;
  font-size: 1.2em;
}
.sales-page-benefits-table td {
  padding: 0.2em 0.4em;
  border-bottom: 1px solid #ccc;
}
.sales-page-benefits-table tr:last-child td {
  border-bottom: none;
}
.sales-page-benefits-table strong {
  text-transform: uppercase;
}
/* =CLASSES ADDED BY FRANÇOIS (FRANCOIS) IN APRIL 2024 */
.intro {
    width: 70%; 
    margin-right: auto; 
    margin-left: 0; 
    text-align: justify;
    color: #4a636f;
	font-size: 24px;
	line-height: 32px;
}
.intro-hp {
    width: 70%; 
    margin-right: auto; 
    margin-left: auto; 
    text-align: center;
    color: #4a636f;
	font-size: 22px;
	line-height: 30px;
}

.LET {
    width: 80%; 
    margin-right: auto; 
    margin-left: 20px; 
    text-align: left;
    color: #5700eb; 
	font-size: 20px;
	line-height: 28px;
}

.button-full-prodcat {
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	padding: 11px 24px;
	border: 1px solid #5700eb;
	background-color: #5700eb;
}
.button-full-prodcat a {
	color: #ffd904;
	text-decoration: none
}
.button-full-webinar {
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	padding: 11px 24px;
	border: 1px solid #5700eb;
	background-color: #5700eb;
	margin-left: auto;
    margin-right: auto;
}
.button-full-webinar a {
	color: #ffffff;
	text-decoration: none
}
.button-empty-prodcat {
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	padding: 11px 24px;
	border: 1px solid #ffd904;
	background-color: #ffd904;
}
.button-empty-prodcat a {
	color: #5700eb;
	text-decoration: none
}
.prodcat img {
    float: right; /* Align the image to the right */
	margin-left: 30px
}
.small-title {
color: rgba(13, 14, 16, 0.5);
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
margin-bottom: 8px;
}
.prodcat-slogan {
color: #0B32B0
font-size: 40px;
margin-top: 8px;
margin-bottom: 20px;
}
.quality-text {
color: #444444
font-size: 14px;
margin-top: 8px;
margin-bottom: 0px;
}

.table-wrapper {
    overflow-x: auto;
}
.responsive-table {
    width: 85%;
    border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
}
.responsive-table td {
    border: 0px solid #ddd;
    padding: 15px;
    text-align: center;
}
.percentage {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 5px;
	color: #ff0266
}
.keypoints {
    font-size: 36px;
    font-weight: 700;
	line-height: 40px;
    margin-bottom: 5px;
	color: #ff0266
}
.explanation {
    font-size: 15px;
}
        .container-cs {
            display: grid;
            grid-template-columns: 1fr 1fr; /* Create two equal-width columns */
            gap: 20px; /* Space between columns */
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
        }
        .intro-text-cs {
            padding-right: 20px;
        }
        .title-cs {
            color: #0b32b0;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .title-cs span {
            color: #0b32b0;
        }
        .description-cs {
            font-size: 1.2rem;
            color: #333;
            line-height: 1.5;
        }
        .case-studies {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
.case-study {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: stretch; /* Ensure all children stretch to the same height */
    height: 100%; /* Make sure the container stretches fully */
}

.case-study img {
    object-fit: cover;
    width: 100%;
    height: 100%; /* Ensure the image takes up the full height */
    border-bottom-left-radius: 10px; /* Round the bottom corner for consistency */
    border-bottom-right-radius: 10px; /* Same for the other side */
}

.case-study h3 {
    font-size: 1.2rem;
    color: #0b32b0;
    padding: 10px;
    margin: 0;
    align-self: center; /* Center the title vertically */
}
.case-study h3 a {
    color: #0b32b0;
	text-decoration: none
}
    .section-cs {
      text-align: center;
      padding: 10px 10px;
      background-color: #fff;
    }

    .section-cs h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }

    .section-cs p {
      font-size: 16px;
      color: #666;
      max-width: 1000px;
      margin: 0 auto 10px;
    }

    .content-blocks-cs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
    }

    .block-cs {
      flex-basis: 30%;
      max-width: 360px; /* Ensures it doesn't take full width */
      background-color: #f7f7f7;
      padding: 20px;
      margin: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      text-align: center;
    }

    .block-cs img {
      max-width: 100%;
      height: auto;
      border-radius: 4px;
    }

    .block-icon-cs {
      font-size: 40px;
      margin-bottom: 20px;
    }

    .block-cs h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .block-cs p {
      font-size: 14px;
      color: #333;
    }

    @media (max-width: 768px) {
      .block {
        flex-basis: 100%;
        max-width: 100%;
      }