@import url(https://rsms.me/inter/inter.css);
/* kiomedine-one */
/* See _bootstrap.scss */
/* customs colors */
/* See _bootstrap.scss */
/* Define the general settings used */
/* Don't change */
/* GENERIC CODE WORDPLATE */
/* basic recurent elements */
/* basic recurent elements */
section .arrow {
  height: 20px;
  width: 20px;
  margin: 0 auto;
  display: block;
  transform: rotate(45deg);
  border-radius: 3px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fonctionne dans un containeur avec le flex-d; */
/* Font inter */
html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
.big-title {
  font-weight: 300;
}

.title {
  margin-right: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #312783;
}
h1 sup, .h1 sup, h2 sup, .h2 sup, h3 sup, .h3 sup, h4 sup, .h4 sup, h5 sup, .h5 sup {
  position: relative;
  top: -8px;
  font-size: 65%;
}

.centered {
  text-align: center;
  margin: auto;
}

.label-title {
  background: #86d8df;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 16px;
  display: block;
}

.label-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.intro-center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .intro-center {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .intro-center {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  .intro-center {
    width: 746.6666666667px;
  }
}
@media (min-width: 1600px) {
  .intro-center {
    width: 840px;
  }
}
.intro-center .title {
  text-align: center;
  margin: 0;
}
.intro-center .label-title {
  margin: 0;
}

.pre-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.big-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.1em;
  font-weight: bold;
}
.big-title strong, .big-title span {
  font-weight: #86d8df;
}
@media (min-width: 576px) {
  .big-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .big-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 44px;
  }
}
.medium-title {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 1.35em;
  font-weight: bold;
}
.medium-title strong, .medium-title span {
  font-weight: 700;
}
@media (min-width: 576px) {
  .medium-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .medium-title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .medium-title {
    font-size: 32px;
  }
  .medium-title.lined:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: 30px;
    margin-left: -100px;
    width: 80px;
    height: 1px;
    background: #acbbb9;
  }
}
@media (min-width: 1600px) {
  .medium-title {
    font-size: 40px;
  }
}

.small-title {
  font-size: 19px;
  line-height: 1.35em;
  font-weight: 400;
}
.small-title strong, .small-title span {
  font-weight: 700;
}
@media (min-width: 576px) {
  .small-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .small-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .small-title {
    font-size: 26px;
  }
  .small-title.lined:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: 25px;
    margin-left: -100px;
    width: 80px;
    height: 1px;
    background: #acbbb9;
  }
}

.xsmall-title {
  font-size: 18px;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .xsmall-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .xsmall-title {
    font-size: 22px;
  }
}

p {
  margin: 0 0 20px 0;
  color: #312783;
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 300;
}
p.checked {
  padding-left: 40px;
  margin-bottom: 60px;
}
p sup {
  position: relative;
  top: -5px;
  font-size: 60%;
}
p strong {
  font-weight: 600;
}

.white {
  color: #FFFFFF;
}

.grey {
  color: #acbbb9;
}

.light-blue {
  color: #86d8df;
}

/* BLOG STYLE */
main .custom-wysiwyg img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-bottom: 30px;
}
main .custom-wysiwyg ol {
  padding-left: 0;
}
main .custom-wysiwyg ol li {
  padding: 0 0 10px;
  list-style-position: inside;
}
main .custom-wysiwyg ul {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
}
main .custom-wysiwyg ul li {
  display: block;
  position: relative;
  list-style: none;
  font-weight: 300;
  color: #312783;
  padding: 0 0 10px 30px;
}
main .custom-wysiwyg ul li a {
  color: #86d8df;
}
main .custom-wysiwyg ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #d4dedd;
}
main .custom-wysiwyg ul li.no-style {
  padding: 0;
}
main .custom-wysiwyg ul li.no-style::before {
  display: none;
}

/* Generic design buttons */
.btn, .btn-outline, .btn-filter, .btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-link, .btn-primary, .btn-primary--gradient,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-link,
.btn-info,
.btn-white,
.modal-age--list li input[type=submit],
.btn-outline--white,
.lang__btn,
form input[type=submit],
.btn-purple,
header.nav .nav--wrapper__links .nav li.icon-pro > a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.2px;
}
.btn:hover, .btn-outline:hover, .btn-filter:hover, .btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover,
.btn-outline-link:hover, .btn-primary:hover, .btn-primary--gradient:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-link:hover,
.btn-info:hover,
.btn-white:hover,
.modal-age--list li input[type=submit]:hover,
.btn-outline--white:hover,
.lang__btn:hover,
form input[type=submit]:hover,
.btn-purple:hover,
header.nav .nav--wrapper__links .nav li.icon-pro > a:hover {
  color: inherit;
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

ul.btn-wrapper {
  padding-left: 0;
  margin: 0;
  gap: 5px 10px;
  justify-content: flex-start;
}
ul.btn-wrapper li {
  list-style: none;
}
ul.btn-wrapper li a {
  margin: 0;
}

.btn-white, .modal-age--list li input[type=submit], .btn-outline--white, .lang__btn, form input[type=submit], .btn-purple, header.nav .nav--wrapper__links .nav li.icon-pro > a {
  transition: all ease-out 0.2s;
  display: inline-block;
  margin-top: 0;
  padding: 18px 40px 18px 40px;
  background: #FFFFFF;
  border-radius: 40px;
  color: #312783;
  text-decoration: none;
}
.btn-white:hover, .modal-age--list li input[type=submit]:hover, .btn-outline--white:hover, .lang__btn:hover, form input[type=submit]:hover, .btn-purple:hover, header.nav .nav--wrapper__links .nav li.icon-pro > a:hover {
  transition: all ease-out 0.2s;
  background: #FFFFFF;
}

.btn-link--white {
  color: #FFFFFF;
  padding: 10px 0;
  text-decoration: none;
  opacity: 0.5;
  margin: 0 auto;
  display: block;
}
.btn-link--white:hover {
  opacity: 1;
  color: #FFFFFF;
}

.btn-blue {
  transition: all ease-out 0.2s;
  display: inline-block;
  padding: 18px 40px 18px 40px;
  background: #312783;
  border-radius: 40px;
  color: #FFFFFF;
  text-decoration: none !important;
}
.btn-blue:hover {
  transition: all ease-out 0.2s;
  background: #86d8df;
}
.btn-blue.download {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .btn-blue.download {
    padding-right: 20px;
    padding-left: 50px;
  }
  .btn-blue.download .icon-download {
    margin-left: -40px;
  }
}

.ico-download {
  transition: all ease-out 0.2s;
  position: absolute;
  margin-left: -40px;
  margin-top: -4.5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #FFFFFF url("/themes/kiomedine/assets/images/ico-download.svg") no-repeat center center;
  background-size: 30%;
}

.btn-white.btn-icon, .modal-age--list li input.btn-icon[type=submit], .btn-icon.btn-outline--white, .btn-icon.lang__btn, form input.btn-icon[type=submit], .btn-icon.btn-purple, header.nav .nav--wrapper__links .nav li.icon-pro > a.btn-icon {
  background-color: #e8f1f0;
}

.btn-sticky {
  transition: all ease-out 0.2s;
  display: inline-block;
  margin-top: 5px;
  padding: 8px 50px 8px 50px;
  width: 85%;
  border-radius: 40px;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none !important;
  border: 2px solid #4439a2;
}
.btn-sticky.active {
  background-color: #4439a2;
}
.btn-sticky:hover {
  color: #FFFFFF;
  transition: all ease-out 0.2s;
  background: #4439a2;
}
@media (min-width: 992px) {
  .btn-sticky {
    font-size: 14px;
    padding: 18px 40px 18px 40px;
    width: auto;
  }
}

.btn-download {
  display: inline-block;
  padding: 18px 40px 18px 60px;
  background: #86d8df;
  border-radius: 40px;
  color: #312783;
  font-weight: 700;
  transition: all ease-out 0.2s;
}
.btn-download .ico-download {
  transition: all ease-out 0.2s;
  position: absolute;
  margin-left: -40px;
  margin-top: -3px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #FFFFFF url("/themes/kiomedine/assets/images/ico-download.svg") no-repeat center center;
  background-size: 30%;
}
.btn-download:hover {
  transition: all ease-out 0.2s;
  background: #aee5ea;
  text-decoration: none;
}
.btn-download:hover .ico-download {
  transition: all ease-out 0.3s;
  transform: rotate(360deg);
}

.btn-icon {
  padding-left: 55px;
  padding-right: 30px;
  position: relative;
}
.btn-icon img {
  max-width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
}
.btn-icon.scroll {
  padding: 0;
}
@media (max-width: 767px) {
  .btn-icon {
    padding-left: 50px;
    padding-right: 20px;
  }
}

.btn-classic {
  color: #FFFFFF;
}
.btn-classic:hover {
  color: #86d8df;
}

.btn-arrow {
  transition: all ease-out 0.2s;
  padding: 0 0 20px 0;
}
.btn-arrow--blue {
  color: #312783;
}
.btn-arrow--blue:after {
  background: url("/themes/kiomedine/assets/images/ico-arrow-blue.svg") no-repeat;
}
.btn-arrow--blue:hover {
  color: #28a745;
}
.btn-arrow--light-blue {
  color: #86d8df;
}
.btn-arrow--light-blue:after {
  background: url("/themes/kiomedine/assets/images/ico-arrow-grey.svg") no-repeat;
}
.btn-arrow--light-blue:hover {
  color: #FFFFFF;
}
.btn-arrow--white {
  color: #FFFFFF;
}
.btn-arrow--white:after {
  background: url("/themes/kiomedine/assets/images/ico-arrow-grey.svg") no-repeat;
}
.btn-arrow--white:hover {
  color: #86d8df;
}
.btn-arrow:after {
  transition: all ease-out 0.2s;
  content: "";
  position: absolute;
  margin-top: 7px;
  margin-left: 15px;
  display: inline-block;
  width: 90px;
  height: 10px;
}
.btn-arrow:hover {
  transition: all ease-out 0.2s;
}
.btn-arrow:hover:after {
  transition: all ease-out 0.2s;
  margin-left: 25px;
}
@media (min-width: 992px) {
  .btn-arrow {
    padding: 20px 0;
  }
}

.btn-outline, .btn-filter, .btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-link {
  transition: all 0.5s;
  border-radius: 40px;
  border: 2px solid #312783;
  background: none;
  color: #312783;
  padding: 16px 40px;
  position: relative;
}
.btn-outline:hover, .btn-filter:hover, .btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover,
.btn-outline-link:hover {
  color: #86d8df;
  border-color: #86d8df;
}

/* Custom design buttons */
.btn-primary, .btn-primary--gradient {
  transition: all ease-out 0.2s;
  background: transparent;
  color: #FFFFFF;
}
.btn-primary:after, .btn-primary--gradient:after {
  transition: all ease-out 0.2s;
  content: "";
  display: block;
  margin: 7px auto;
  background: #6f68a8;
  height: 2px;
  width: 20%;
}
.btn-primary:hover, .btn-primary--gradient:hover {
  transition: all ease-out 0.2s;
  background: transparent;
  color: #FFFFFF;
}
.btn-primary:hover:after, .btn-primary--gradient:hover:after {
  transition: all ease-out 0.2s;
  transform: scale(1, 1);
  background: #FFFFFF;
  width: 100%;
}
.btn-primary--gradient {
  background: #312783;
  background: linear-gradient(to right, #312783 0%, #acbbb9 100%);
}

.btn-outline-primary {
  color: #312783;
  border-color: #312783;
}

.btn-secondary {
  background-color: #acbbb9;
}

.btn-outline-secondary {
  color: #acbbb9;
  border-color: #acbbb9;
}

.btn-white, .modal-age--list li input[type=submit], .btn-outline--white, .lang__btn, form input[type=submit], .btn-purple, header.nav .nav--wrapper__links .nav li.icon-pro > a {
  color: #312783;
  background-color: #FFFFFF;
}
.btn-white:hover, .modal-age--list li input[type=submit]:hover, .btn-outline--white:hover, .lang__btn:hover, form input[type=submit]:hover, .btn-purple:hover, header.nav .nav--wrapper__links .nav li.icon-pro > a:hover {
  color: #FFFFFF;
  background-color: #86d8df;
}

.btn-purple, header.nav .nav--wrapper__links .nav li.icon-pro > a {
  background-color: #7F73E0;
  color: #FFFFFF;
}
.btn-purple:hover, header.nav .nav--wrapper__links .nav li.icon-pro > a:hover {
  background-color: #FFFFFF;
  color: #312783;
}

.btn-faq {
  padding-right: 40px;
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.btn-faq .icon-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.btn-faq .icon-more {
  font-size: 28px;
  top: 5px;
  font-weight: 300;
  right: 0;
  position: absolute;
  height: 40px;
  width: 40px;
  color: #312783;
}
.btn-faq:hover {
  color: #86d8df;
}
.btn-faq:hover .icon-more {
  color: #86d8df;
}

.btn-outline--white, .lang__btn, form input[type=submit] {
  background: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 16px 40px;
  position: relative;
}
.btn-outline--white:has(.ico-download), .lang__btn:has(.ico-download), form input[type=submit]:has(.ico-download) {
  padding-left: 55px;
}
.btn-outline--white .ico-download, .lang__btn .ico-download, form input[type=submit] .ico-download {
  margin-top: -6.5px;
}
.btn-outline--white:hover, .lang__btn:hover, form input[type=submit]:hover {
  background: #FFFFFF;
  color: #312783;
}
@media (max-width: 767px) {
  .btn-outline--white:has(.ico-download), .lang__btn:has(.ico-download), form input[type=submit]:has(.ico-download) {
    padding-right: 20px;
    padding-left: 50px;
  }
}

.btn-close {
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 20px;
  background: none;
  align-self: center;
  border: none;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn-close::after, .btn-close::before {
  display: block;
  content: "";
  width: auto;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  transition: all 0.5s;
  background: #312783;
}
.btn-close::before {
  transform: rotate(-45deg);
  margin-top: 0;
}
.btn-close::after {
  transform: rotate(45deg);
  margin-top: 0;
}

.btn-filter {
  display: flex;
}
.btn-filter.active {
  background: #312783;
  color: #FFFFFF;
  border-color: #312783;
}

.container-fluid.marged {
  padding: 30px 30px;
}
@media (min-width: 992px) {
  .container-fluid.marged {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  .container-fluid.marged {
    padding: 0 70px;
  }
}
@media (min-width: 1600px) {
  .container-fluid.marged {
    padding: 0 80px;
  }
}
@media (min-width: 1600px) {
  .container-fluid.marged {
    padding: 0 80px;
    max-width: 1800px;
  }
}

section {
  scroll-margin: 120px;
}

header .twocol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
header .twocol__text {
  width: 50%;
}
header .twocol__text.navicon {
  display: none;
}
@media (max-width: 991px) {
  header .twocol__text.navicon {
    display: block;
  }
  header .twocol__text .btn-white, header .twocol__text .modal-age--list li input[type=submit], .modal-age--list li header .twocol__text input[type=submit], header .twocol__text .btn-purple, header.nav .twocol__text .nav--wrapper__links .nav li.icon-pro > a, header.nav .nav--wrapper__links .nav .twocol__text li.icon-pro > a, header .twocol__text .btn-outline--white, header .twocol__text .lang__btn, header .twocol__text form input[type=submit], form header .twocol__text input[type=submit] {
    margin-top: 0;
    padding: 15px 20px;
  }
}

.twocol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.twocol__image {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .twocol__image {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .twocol__image {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .twocol__image {
    width: 560px;
  }
}
@media (min-width: 1600px) {
  .twocol__image {
    width: 720px;
  }
}
.twocol__image picture {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.twocol__image picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.twocol__image picture + picture {
  margin-top: 20px;
}
.twocol__text {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .twocol__text {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .twocol__text {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .twocol__text {
    width: 560px;
  }
}
@media (min-width: 1600px) {
  .twocol__text {
    width: 720px;
  }
}
.twocol__text .intro-center {
  width: 100% !important;
}
.twocol__text .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.twocol__text .title {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .twocol__image picture + picture {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-top {
    position: relative;
    z-index: 1;
    top: -50px;
    left: -30px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-top {
    top: -90px;
  }
}

@media (min-width: 1200px) {
  .img-overlay-top-right {
    position: relative;
    z-index: -1;
    top: 0;
    right: -15px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-top-right {
    position: relative;
    z-index: -1;
    top: -50px;
    right: -30px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-top-right {
    right: -90px;
  }
}

@media (min-width: 1200px) {
  .img-overlay-bottom {
    position: relative;
    z-index: 1;
    top: 40px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-bottom {
    top: 90px;
  }
}

@media (min-width: 1200px) {
  .img-overlay-left {
    position: relative;
    z-index: -1;
    right: 40px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-left {
    right: 80px;
  }
}
@media (min-width: 1600px) {
  .img-overlay-left {
    right: 180px;
  }
}

.lined-bottom {
  border-bottom: 1px solid #d4dedd;
}

.lined-top {
  border-top: 1px solid #d4dedd;
}

.lined-top-xs {
  border-top: 1px solid #d4dedd;
}
@media (min-width: 1200px) {
  .lined-top-xs {
    border-top: none;
  }
}

.lined-left {
  border-left: 1px solid #d4dedd;
}

.background-blue {
  /*background: linear-gradient(#312783, #4236b1);*/
  background: rgb(48, 43, 128);
}

.background-light-grey {
  background: #e8f1f0;
}

.background-light-blue {
  background: #86d8df;
}

/* HOMEPAGE */
.section-hero .title span {
  color: #acbbb9;
}
.section-hero .cta-hero {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .section-hero {
    padding: 30px 0 30px 0;
  }
}
@media (min-width: 1600px) {
  .section-hero {
    padding: 0;
    height: 65vh;
  }
  .section-hero img {
    max-height: 60vh;
  }
  .section-hero h1 {
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .section-hero {
    padding: 0 0 60px 0;
    height: auto;
  }
}

.section-highlight {
  background: linear-gradient(#312783, #4236b1);
}
.section-highlight .navigation {
  display: none;
}
.section-highlight .content {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .section-highlight {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .section-highlight {
    background: transparent;
  }
  .section-highlight .content {
    padding: 80px 50px 80px 50px;
  }
}
@media (min-width: 1600px) {
  .section-highlight .navigation {
    display: block;
    padding: 40px 40px 0 40px;
  }
  .section-highlight .navigation a {
    display: inline-block;
    padding: 0;
  }
  .section-highlight .navigation a.btn-arrow {
    margin-right: 100px;
  }
  .section-highlight .content {
    padding: 150px 100px 150px 150px;
  }
}
@media (min-width: 1600px) {
  .section-highlight .content {
    padding: 150px 200px 150px 250px;
  }
}

.section-technology .content {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .section-technology .content {
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .section-technology .content {
    padding: 80px 15px;
  }
}
@media (min-width: 1600px) {
  .section-technology .content {
    padding: 140px 0;
  }
}

.section-applications {
  padding: 60px 15px;
}
.section-applications h2 br {
  display: none;
}
@media (min-width: 992px) {
  .section-applications {
    padding: 60px 35px;
  }
}
@media (min-width: 1200px) {
  .section-applications {
    padding: 90px 0;
  }
  .section-applications .col-left, .section-applications .col-right {
    padding: 0px;
  }
  .section-applications .col-left p, .section-applications .col-left h3, .section-applications .col-left a, .section-applications .col-right p, .section-applications .col-right h3, .section-applications .col-right a {
    padding: 0 50px;
  }
  .section-applications .col-right {
    border-left: 1px solid #d4dedd;
  }
  .section-applications .col-right .lined-top {
    padding-top: 40px;
    margin-top: 40px;
  }
  .section-applications h2 {
    text-align: center;
  }
  .section-applications h2 br {
    display: block;
  }
}

.section-product {
  /*min-height: 850px;*/
  padding: 40px 0;
}
.section-product h2.white span {
  color: #86d8df;
}
.section-product img {
  display: block;
}
.section-product .packshot {
  transition: all ease-out 0.2s;
  display: block;
  padding-top: 50px;
  padding-bottom: 10px;
}
.section-product .packshot:hover {
  transition: all ease-out 0.2s;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 1600px) {
  .section-product:before {
    content: "";
    z-index: 0;
    position: absolute;
    left: 50%;
    margin: 100px 0 0 -450px;
    display: block;
    width: 1400px;
    height: 700px;
    background: rgb(56, 142, 227);
    background: radial-gradient(circle, rgb(56, 142, 227) 0%, rgb(48, 43, 128) 40%);
    padding: 100px 0 150px 0;
  }
}

.certifications {
  background-color: #e8f1f0;
  padding: 60px 30px 50px 30px;
}
.certifications ul li {
  padding: 26px 0 10px 0;
  border-bottom: 1px solid #d4dedd;
  color: #312783;
  font-size: 28px;
  line-height: 1em;
  font-weight: 200;
}
.certifications ul li strong {
  display: block;
  color: #acbbb9;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 700;
}
.certifications ul li:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .certifications {
    padding: 200px 30px;
  }
}
@media (min-width: 1200px) {
  .certifications {
    padding: 170px 90px;
  }
  .certifications ul li {
    padding: 26px 0 24px 0;
  }
}

/* PAGE PRODUIT */
.section-hero-produit .logo-kiomedinevsone {
  display: block;
  width: 150px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-hero-produit .logo-kiomedinevsone {
    width: 205px;
    margin-bottom: 50px;
  }
}
.section-hero-produit h1 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-hero-produit h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-hero-produit {
    margin-top: -40px;
  }
}
@media (min-width: 1600px) {
  .section-hero-produit {
    margin-top: -90px;
  }
}

.section-packshot {
  padding: 60px 10px;
}
.section-packshot .packshot-produit picture {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
}
@media (min-width: 768px) {
  .section-packshot .packshot-produit picture {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .section-packshot .packshot-produit picture {
    width: 613.3333333333px;
  }
}
@media (min-width: 1200px) {
  .section-packshot .packshot-produit picture {
    width: 653.3333333333px;
  }
}
@media (min-width: 1600px) {
  .section-packshot .packshot-produit picture {
    width: 720px;
  }
}
.section-packshot .packshot-produit picture img {
  z-index: 9;
  width: 100%;
  height: auto;
  display: block;
}
.section-packshot #fixe_oapain__content {
  display: none;
}
@media (min-width: 992px) {
  .section-packshot {
    padding: 60px 60px;
  }
}
@media (min-width: 1200px) {
  .section-packshot {
    padding: 100px 0;
  }
}
@media (min-width: 1600px) {
  .section-packshot {
    padding: 90px 0 90px 0;
  }
}

.section-dual-mechanism {
  z-index: -2;
  padding: 40px 20px 0 30px;
}
@media (min-width: 992px) {
  .section-dual-mechanism {
    padding: 50px 50px 0 50px;
  }
}
@media (min-width: 1200px) {
  .section-dual-mechanism {
    padding: 80px 0 0 0;
  }
  .section-dual-mechanism img {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .section-dual-mechanism {
    padding: 160px 0 150px 0;
    background: url("/themes/kiomedine/assets/images/dual-mechanism-md.svg") no-repeat right bottom;
    background-size: 55%;
  }
  .section-dual-mechanism p {
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .section-dual-mechanism {
    padding: 160px 0 150px 0;
    background: url("/themes/kiomedine/assets/images/dual-mechanism.svg") no-repeat right 350px;
    background-size: 50%;
  }
  .section-dual-mechanism p {
    padding-right: 0;
  }
}
@media (min-width: 1850px) {
  .section-dual-mechanism {
    padding: 160px 0 150px 0;
    background: url("/themes/kiomedine/assets/images/dual-mechanism.svg") no-repeat right 200px;
    background-size: 50%;
  }
}

.section-properties {
  background: linear-gradient(#312783, #4236b1);
}
.section-properties .marged {
  padding-top: 0;
}
.section-properties .marged .content {
  padding: 40px 15px 20px 15px;
}
@media (min-width: 992px) {
  .section-properties .marged .content {
    padding: 60px 15px 20px 15px;
  }
}
@media (min-width: 1200px) {
  .section-properties .marged .content {
    padding: 80px 80px 50px 80px;
  }
}
@media (min-width: 1600px) {
  .section-properties .marged .content {
    padding: 100px 80px 100px 140px;
  }
}
@media (min-width: 1600px) {
  .section-properties .marged .content {
    padding: 150px 175px 150px 160px;
  }
}
@media (min-width: 1200px) {
  .section-properties {
    background: transparent;
    /*background: url('/themes/kiomedine/assets/images/kiomedine-technology-lg@x2.jpg') no-repeat top center;*/
  }
}

.section-clinical-trial {
  padding: 40px 20px 0 15px;
}
.section-clinical-trial .shema {
  margin: 60px 0 40px 0;
  padding: 10px;
  background: #e8f1f0;
}
.section-clinical-trial .shema p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  padding: 10px 0 0 10px;
}
@media (min-width: 992px) {
  .section-clinical-trial .shema {
    padding: 60px 50px 30px 50px;
  }
}
@media (min-width: 1200px) {
  .section-clinical-trial .shema {
    margin: 0;
  }
  .section-clinical-trial .shema p {
    padding: 0 0 0 50px;
  }
}
.section-clinical-trial .animations .anim {
  display: block;
  margin: 10px auto;
  width: 80%;
}
.section-clinical-trial .animations .anim #fixe_66__content, .section-clinical-trial .animations .anim #fixe_86__content, .section-clinical-trial .animations .anim #fixe_90__content {
  display: none;
}
@media (min-width: 768px) {
  .section-clinical-trial {
    padding: 60px 35px;
  }
  .section-clinical-trial .anim {
    display: block;
    margin: 10px auto;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .section-clinical-trial {
    padding: 60px 35px;
  }
  .section-clinical-trial .anim {
    display: block;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-clinical-trial {
    padding: 100px 0px;
  }
  .section-clinical-trial .animations {
    margin: 40px auto 0 auto;
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .section-clinical-trial {
    padding: 100px 0;
  }
}

/* PAGE POST */
.section-post h1 {
  margin: 40px 15px;
}
.section-post .content-post {
  background: #FFFFFF;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .section-post {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .section-post h1 {
    margin: 50px 0;
  }
}
@media (min-width: 1600px) {
  .section-post h1 {
    margin: 80px 0 70px 0;
  }
}

.section-news .news {
  transition: all ease-out 0.2s;
  padding: 70px 30px 40px 30px;
  border-top: 1px solid #6f68a8;
  border-left: 1px solid #6f68a8;
  border-right: 1px solid #6f68a8;
  border-bottom: 1px solid transparent;
}
.section-news .news h2, .section-news .news .h2 {
  padding: 10px 0;
  font-size: 30px;
  color: #FFFFFF;
}
.section-news .news:hover {
  transition: all ease-out 0.2s;
  background: #FFFFFF;
  text-decoration: none;
}
.section-news .news:hover h2, .section-news .news:hover .h2 {
  color: #312783;
  text-decoration: none;
}
.section-news .news:hover .btn, .section-news .news:hover .btn-primary,
.section-news .news:hover .btn-secondary,
.section-news .news:hover .btn-success,
.section-news .news:hover .btn-warning,
.section-news .news:hover .btn-danger,
.section-news .news:hover .btn-link,
.section-news .news:hover .btn-info,
.section-news .news:hover .btn-white,
.section-news .news:hover .modal-age--list li input[type=submit],
.modal-age--list li .section-news .news:hover input[type=submit], .section-news .news:hover .btn-outline, .section-news .news:hover .btn-outline-primary,
.section-news .news:hover .btn-outline-secondary,
.section-news .news:hover .btn-outline-success,
.section-news .news:hover .btn-outline-danger,
.section-news .news:hover .btn-outline-warning,
.section-news .news:hover .btn-outline-info,
.section-news .news:hover .btn-outline-link, .section-news .news:hover .btn-primary--gradient,
.section-news .news:hover .btn-purple,
.section-news .news:hover header.nav .nav--wrapper__links .nav li.icon-pro > a,
header.nav .nav--wrapper__links .nav .section-news .news:hover li.icon-pro > a,
.section-news .news:hover .btn-outline--white,
.section-news .news:hover .lang__btn,
.section-news .news:hover form input[type=submit],
form .section-news .news:hover input[type=submit], .section-news .news:hover .btn-filter {
  color: #312783;
}
@media (min-width: 992px) {
  .section-news .news {
    margin: 0 35px;
  }
}
@media (min-width: 1200px) {
  .section-news .news {
    margin: 0 0;
    border-top: 1px solid #6f68a8;
    border-left: 1px solid #6f68a8;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .section-news .news:nth-child(3n) {
    border-top: 1px solid #6f68a8;
    border-left: 1px solid #6f68a8;
    border-right: 1px solid #6f68a8;
    border-bottom: 1px solid transparent;
  }
  .section-news .news:nth-last-child(-n+3) {
    border-top: 1px solid #6f68a8;
    border-left: 1px solid #6f68a8;
    border-right: 1px solid #6f68a8;
    border-bottom: 1px solid #6f68a8;
  }
}
@media (min-width: 1200px) {
  .section-news {
    padding: 30px 0;
  }
}
@media (min-width: 1600px) {
  .section-news {
    padding: 90px 0;
  }
}
.section-news--homepage {
  padding: 50px 30px;
}
.section-news--homepage .news {
  padding: 30px 0;
}
.section-news--homepage .news:first-child {
  border-bottom: 1px solid #6f68a8;
}
.section-news--homepage .news a {
  transition: all ease-out 0.2s;
  color: #FFFFFF;
}
.section-news--homepage .news a:hover {
  transition: all ease-out 0.2s;
  text-decoration: none;
  color: #86d8df;
}
@media (min-width: 992px) {
  .section-news--homepage {
    padding: 40px 50px 20px 50px;
  }
}
@media (min-width: 1200px) {
  .section-news--homepage {
    padding: 40px 70px 30px 70px;
  }
  .section-news--homepage .news:first-child {
    border-bottom: 0px solid #6f68a8;
  }
}
@media (min-width: 1600px) {
  .section-news--homepage .news {
    padding: 0 0 0 80px;
    border-bottom: none;
  }
  .section-news--homepage .news:first-child {
    padding: 0 100px 0 15px;
    border-right: 1px solid #6f68a8;
  }
}

.page-template-page-team {
  overflow-x: visible;
}

.section-team {
  padding-top: 40px;
}
.section-team .menu-sticky {
  position: sticky;
  z-index: 1;
  top: 0;
  background: #312783;
  padding: 0 0 10px 0;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .section-team .menu-sticky {
    height: 80px;
    width: 100%;
  }
}
.section-team #directors, .section-team #management, .section-team #scientifics {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -90px;
  position: absolute;
}
@media (min-width: 992px) {
  .section-team #directors, .section-team #management, .section-team #scientifics {
    margin-top: -80px;
  }
}
.section-team .team {
  transition: all ease-out 0.2s;
  padding: 0 0 40px 0;
}
@media (min-width: 992px) {
  .section-team .team {
    padding: 15px;
  }
}
.section-team .team .team__role {
  position: absolute;
  right: 0;
  margin: 20px 15px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  padding: 5px 10px 4px 10px;
}
.section-team .team .team__content {
  border: 1px solid #6f68a8;
  padding: 30px;
}
.section-team .team .team__content .btn-linkedin {
  position: absolute;
  right: 0;
  color: #FFFFFF;
  font-size: 16px;
  margin: 8px 50px 0 0;
}
.section-team .team .team__content .btn-linkedin:hover {
  color: #28a745;
}
@media (min-width: 992px) {
  .section-team .team .team__content .btn-linkedin {
    margin: 10px 50px 0 0;
  }
}
.section-team .team .team__content h4 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #FFFFFF;
  max-width: 80%;
}
.section-team .team .team__content .excerpt p {
  margin: 20px 0 0 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 200;
}
.section-team .team .team__content .excerpt p.excerpt-p {
  display: block;
}
.section-team .team .team__content .excerpt p.full-text {
  display: none;
}
.section-team .team .team__content .excerpt.active .excerpt-p {
  display: none;
}
.section-team .team .team__content .excerpt.active .full-text {
  display: block;
}
.section-team .team .team__content a {
  transition: all ease-out 0.3s;
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 200;
  color: #6f68a8;
}
.section-team .team .team__content a:hover {
  text-decoration: none;
  color: #FFFFFF;
  transition: all ease-out 0.3s;
}
.section-team .team .team__content a.read-more {
  color: #FFFFFF;
}

html.ie11 .section-packshot #anim_oapain__content, html.ie10 .section-packshot #anim_oapain__content, html.edge .section-packshot #anim_oapain__content {
  display: none;
}
html.ie11 .section-packshot #fixe_oapain__content, html.ie10 .section-packshot #fixe_oapain__content, html.edge .section-packshot #fixe_oapain__content {
  display: block;
  background: url("/themes/kiomedine/assets/images/shema-ao-pain-relief-response-rate.png") no-repeat center center;
  width: 775px;
  height: 408px;
}
html.ie11 .section-dual-mechanism, html.ie10 .section-dual-mechanism, html.edge .section-dual-mechanism {
  z-index: -2;
  padding: 40px 20px 0 30px;
}
@media (min-width: 1850px) {
  html.ie11 .section-dual-mechanism, html.ie10 .section-dual-mechanism, html.edge .section-dual-mechanism {
    padding: 160px 0 150px 0;
    background: url("/themes/kiomedine/assets/images/dual-mechanism.svg") no-repeat 500px 200px;
    background-size: 100%;
  }
}
html.ie11 .section-clinical-trial .animations #anim_66__content, html.ie11 .section-clinical-trial .animations #anim_86__content, html.ie11 .section-clinical-trial .animations #anim_90__content, html.ie10 .section-clinical-trial .animations #anim_66__content, html.ie10 .section-clinical-trial .animations #anim_86__content, html.ie10 .section-clinical-trial .animations #anim_90__content, html.edge .section-clinical-trial .animations #anim_66__content, html.edge .section-clinical-trial .animations #anim_86__content, html.edge .section-clinical-trial .animations #anim_90__content {
  display: none;
}
html.ie11 .section-clinical-trial .animations #fixe_66__content, html.ie11 .section-clinical-trial .animations #fixe_86__content, html.ie11 .section-clinical-trial .animations #fixe_90__content, html.ie10 .section-clinical-trial .animations #fixe_66__content, html.ie10 .section-clinical-trial .animations #fixe_86__content, html.ie10 .section-clinical-trial .animations #fixe_90__content, html.edge .section-clinical-trial .animations #fixe_66__content, html.edge .section-clinical-trial .animations #fixe_86__content, html.edge .section-clinical-trial .animations #fixe_90__content {
  display: block;
  width: 270px;
  height: 273px;
}
html.ie11 .section-clinical-trial .animations #fixe_66__content, html.ie10 .section-clinical-trial .animations #fixe_66__content, html.edge .section-clinical-trial .animations #fixe_66__content {
  background: url("/themes/kiomedine/assets/images/reduction-womac-pain.jpg") no-repeat center center;
}
html.ie11 .section-clinical-trial .animations #fixe_86__content, html.ie10 .section-clinical-trial .animations #fixe_86__content, html.edge .section-clinical-trial .animations #fixe_86__content {
  background: url("/themes/kiomedine/assets/images/patient-satisfied.jpg") no-repeat center center;
}
html.ie11 .section-clinical-trial .animations #fixe_90__content, html.ie10 .section-clinical-trial .animations #fixe_90__content, html.edge .section-clinical-trial .animations #fixe_90__content {
  background: url("/themes/kiomedine/assets/images/physicians-satisfied.jpg") no-repeat center center;
}

aside.contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: scroll;
  background: rgba(49, 39, 131, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
aside.contact-modal.active {
  display: block;
  opacity: 1;
  z-index: 9999;
  height: 100vh;
}
aside.contact-modal .modal__wrapper {
  max-width: 800px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto 80px;
  border-top: 5px solid #86d8df;
  background: linear-gradient(180deg, #4439a2, #312783);
  padding: 30px 20px;
}
@media (min-width: 1200px) {
  aside.contact-modal .modal__wrapper {
    margin: 60px auto;
    padding: 60px;
  }
}
aside.contact-modal .modal__wrapper .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
}
aside.contact-modal .modal__wrapper .btn-close::before, aside.contact-modal .modal__wrapper .btn-close::after {
  background: #FFFFFF;
}
aside.contact-modal .modal__wrapper .title {
  display: block;
  color: #FFFFFF;
}
aside.contact-modal .modal__wrapper .text-wrapper p {
  color: #FFFFFF;
}
aside.contact-modal .modal__wrapper .contact__wrapper {
  display: none;
}
aside.contact-modal .modal__wrapper .contact__wrapper.active {
  display: block;
}
@media (max-width: 991px) {
  aside.contact-modal {
    padding: 20px;
  }
  aside.contact-modal .modal__wrapper {
    margin: 0 auto 80px;
  }
}

form .profil .wpcf7-list-item,
form .rgpd .wpcf7-list-item {
  margin: 0 15px 0 0;
}
form select {
  border: 2px solid #3D3D3D;
  width: 100%;
  letter-spacing: 1px;
  -moz-appearance: none;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
}
form input[type=radio],
form input[type=checkbox] {
  display: none;
}
form input[type=radio] + span,
form input[type=checkbox] + span {
  position: relative;
}
form input[type=radio] + span::before,
form input[type=checkbox] + span::before {
  content: "";
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  border-radius: 0;
  margin: 0 10px 0 0;
  background: #FFFFFF;
  border: none;
  transition: all 0.5s;
}
form input[type=radio] + span::after,
form input[type=checkbox] + span::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 8px;
  width: 4px;
  margin: 0 auto;
  display: block;
  transform: rotate(45deg);
  border-radius: 3px;
  border-bottom: 3px solid #312783;
  border-right: 3px solid #312783;
  border-width: 3px;
  top: 4px;
  border-radius: 0;
  left: 4px;
  opacity: 0;
}
form input[type=radio]:checked + span::before,
form input[type=checkbox]:checked + span::before {
  background-color: #FFFFFF;
}
form input[type=radio]:checked + span::after,
form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
form label {
  width: 100%;
  color: #FFFFFF;
}
form label input[type=text],
form label input[type=email],
form label input[type=phone],
form label textarea {
  width: 100%;
  padding: 10px 10px;
  letter-spacing: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  font-size: 16px;
  margin-top: 5px;
  color: #312783;
  font-family: "Inter var", system-ui, sans-serif;
  background-color: #FFFFFF;
}
form label textarea {
  height: 170px;
  color: #312783;
  font-family: "Inter var", system-ui, sans-serif;
}
form input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
form .wpcf7-not-valid-tip {
  color: #86d8df;
  font-size: 12px;
}

.wpcf7 form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 15px;
  background-color: #FFF;
  color: #3D3D3D;
  border: none;
  font-style: italic;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #f2f0b5;
  color: #bab521;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #c5eaa6;
  color: #2c4c12;
}
.wpcf7 form.failed .wpcf7-response-output {
  background-color: #fcb8b8;
  color: #7d0505;
}

.fflag {
  background-image: url("/themes/kiomedine/assets/images/flagSprite60.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  overflow: hidden;
}

.fflag-CH,
.fflag-NP {
  box-shadow: none !important;
}

.fflag-DZ {
  background-position: center 0.2287%;
}

.fflag-AO {
  background-position: center 0.4524%;
}

.fflag-BJ {
  background-position: center 0.6721%;
}

.fflag-BW {
  background-position: center 0.8958%;
}

.fflag-BF {
  background-position: center 1.1162%;
}

.fflag-BI {
  background-position: center 1.3379%;
}

.fflag-CM {
  background-position: center 1.5589%;
}

.fflag-CV {
  background-position: center 1.7805%;
}

.fflag-CF {
  background-position: center 2.0047%;
}

.fflag-TD {
  background-position: center 2.2247%;
}

.fflag-CD {
  background-position: left 2.4467%;
}

.fflag-DJ {
  background-position: left 2.6674%;
}

.fflag-EG {
  background-position: center 2.8931%;
}

.fflag-GQ {
  background-position: center 3.1125%;
}

.fflag-ER {
  background-position: left 3.3325%;
}

.fflag-ET {
  background-position: center 3.5542%;
}

.fflag-GA {
  background-position: center 3.7759%;
}

.fflag-GM {
  background-position: center 4.0015%;
}

.fflag-GH {
  background-position: center 4.2229%;
}

.fflag-GN {
  background-position: center 4.441%;
}

.fflag-GW {
  background-position: left 4.66663%;
}

.fflag-CI {
  background-position: center 4.8844%;
}

.fflag-KE {
  background-position: center 5.1061%;
}

.fflag-LS {
  background-position: center 5.3298%;
}

.fflag-LR {
  background-position: left 5.5495%;
}

.fflag-LY {
  background-position: center 5.7712%;
}

.fflag-MG {
  background-position: center 5.994%;
}

.fflag-MW {
  background-position: center 6.2156%;
}

.fflag-ML {
  background-position: center 6.4363%;
}

.fflag-MR {
  background-position: center 6.658%;
}

.fflag-MU {
  background-position: center 6.8805%;
}

.fflag-YT {
  background-position: center 7.1038%;
}

.fflag-MA {
  background-position: center 7.3231%;
}

.fflag-MZ {
  background-position: left 7.5448%;
}

.fflag-NA {
  background-position: left 7.7661%;
}

.fflag-NE {
  background-position: center 7.98937%;
}

.fflag-NG {
  background-position: center 8.2099%;
}

.fflag-CG {
  background-position: center 8.4316%;
}

.fflag-RE {
  background-position: center 8.6533%;
}

.fflag-RW {
  background-position: right 8.875%;
}

.fflag-SH {
  background-position: center 9.0967%;
}

.fflag-ST {
  background-position: center 9.32237%;
}

.fflag-SN {
  background-position: center 9.5426%;
}

.fflag-SC {
  background-position: left 9.7628%;
}

.fflag-SL {
  background-position: center 9.9845%;
}

.fflag-SO {
  background-position: center 10.2052%;
}

.fflag-ZA {
  background-position: left 10.4269%;
}

.fflag-SS {
  background-position: left 10.6486%;
}

.fflag-SD {
  background-position: center 10.8703%;
}

.fflag-SR {
  background-position: center 11.0945%;
}

.fflag-SZ {
  background-position: center 11.3135%;
}

.fflag-TG {
  background-position: left 11.5354%;
}

.fflag-TN {
  background-position: center 11.7593%;
}

.fflag-UG {
  background-position: center 11.9799%;
}

.fflag-TZ {
  background-position: center 12.2005%;
}

.fflag-EH {
  background-position: center 12.4222%;
}

.fflag-YE {
  background-position: center 12.644%;
}

.fflag-ZM {
  background-position: center 12.8664%;
}

.fflag-ZW {
  background-position: left 13.0873%;
}

.fflag-AI {
  background-position: center 13.309%;
}

.fflag-AG {
  background-position: center 13.5307%;
}

.fflag-AR {
  background-position: center 13.7524%;
}

.fflag-AW {
  background-position: left 13.9741%;
}

.fflag-BS {
  background-position: left 14.1958%;
}

.fflag-BB {
  background-position: center 14.4175%;
}

.fflag-BQ {
  background-position: center 14.6415%;
}

.fflag-BZ {
  background-position: center 14.8609%;
}

.fflag-BM {
  background-position: center 15.0826%;
}

.fflag-BO {
  background-position: center 15.306%;
}

.fflag-VG {
  background-position: center 15.528%;
}

.fflag-BR {
  background-position: center 15.7496%;
}

.fflag-CA {
  background-position: center 15.9694%;
}

.fflag-KY {
  background-position: center 16.1911%;
}

.fflag-CL {
  background-position: left 16.4128%;
}

.fflag-CO {
  background-position: left 16.6345%;
}

.fflag-KM {
  background-position: center 16.8562%;
}

.fflag-CR {
  background-position: center 17.0779%;
}

.fflag-CU {
  background-position: left 17.2996%;
}

.fflag-CW {
  background-position: center 17.5213%;
}

.fflag-DM {
  background-position: center 17.743%;
}

.fflag-DO {
  background-position: center 17.968%;
}

.fflag-EC {
  background-position: center 18.1864%;
}

.fflag-SV {
  background-position: center 18.4081%;
}

.fflag-FK {
  background-position: center 18.6298%;
}

.fflag-GF {
  background-position: center 18.8515%;
}

.fflag-GL {
  background-position: left 19.0732%;
}

.fflag-GD {
  background-position: center 19.2987%;
}

.fflag-GP {
  background-position: center 19.518%;
}

.fflag-GT {
  background-position: center 19.7383%;
}

.fflag-GY {
  background-position: center 19.96%;
}

.fflag-HT {
  background-position: center 20.1817%;
}

.fflag-HN {
  background-position: center 20.4034%;
}

.fflag-JM {
  background-position: center 20.6241%;
}

.fflag-MQ {
  background-position: center 20.8468%;
}

.fflag-MX {
  background-position: center 21.0685%;
}

.fflag-MS {
  background-position: center 21.2902%;
}

.fflag-NI {
  background-position: center 21.5119%;
}

.fflag-PA {
  background-position: center 21.7336%;
}

.fflag-PY {
  background-position: center 21.9553%;
}

.fflag-PE {
  background-position: center 22.177%;
}

.fflag-PR {
  background-position: left 22.4002%;
}

.fflag-BL {
  background-position: center 22.6204%;
}

.fflag-KN {
  background-position: center 22.8421%;
}

.fflag-LC {
  background-position: center 23.0638%;
}

.fflag-PM {
  background-position: center 23.2855%;
}

.fflag-VC {
  background-position: center 23.5072%;
}

.fflag-SX {
  background-position: left 23.732%;
}

.fflag-TT {
  background-position: center 23.9506%;
}

.fflag-TC {
  background-position: center 24.1723%;
}

.fflag-US {
  background-position: center 24.392%;
}

.fflag-VI {
  background-position: center 24.6157%;
}

.fflag-UY {
  background-position: left 24.8374%;
}

.fflag-VE {
  background-position: center 25.0591%;
}

.fflag-AB {
  background-position: center 25.279%;
}

.fflag-AF {
  background-position: center 25.5025%;
}

.fflag-AZ {
  background-position: center 25.7242%;
}

.fflag-BD {
  background-position: center 25.9459%;
}

.fflag-BT {
  background-position: center 26.1676%;
}

.fflag-BN {
  background-position: center 26.3885%;
}

.fflag-KH {
  background-position: center 26.611%;
}

.fflag-CN {
  background-position: left 26.8327%;
}

.fflag-GE {
  background-position: center 27.0544%;
}

.fflag-HK {
  background-position: center 27.2761%;
}

.fflag-IN {
  background-position: center 27.4978%;
}

.fflag-ID {
  background-position: center 27.7195%;
}

.fflag-JP {
  background-position: center 27.9412%;
}

.fflag-KZ {
  background-position: center 28.1615%;
}

.fflag-LA {
  background-position: center 28.3846%;
}

.fflag-MO {
  background-position: center 28.6063%;
}

.fflag-MY {
  background-position: center 28.829%;
}

.fflag-MV {
  background-position: center 29.0497%;
}

.fflag-MN {
  background-position: left 29.2714%;
}

.fflag-MM {
  background-position: center 29.4931%;
}

.fflag-NP {
  background-position: left 29.7148%;
}

.fflag-KP {
  background-position: left 29.9365%;
}

.fflag-MP {
  background-position: center 30.1582%;
}

.fflag-PW {
  background-position: center 30.3799%;
}

.fflag-PG {
  background-position: center 30.6016%;
}

.fflag-PH {
  background-position: left 30.8233%;
}

.fflag-SG {
  background-position: left 31.045%;
}

.fflag-KR {
  background-position: center 31.2667%;
}

.fflag-LK {
  background-position: right 31.4884%;
}

.fflag-TW {
  background-position: left 31.7101%;
}

.fflag-TJ {
  background-position: center 31.9318%;
}

.fflag-TH {
  background-position: center 32.1535%;
}

.fflag-TL {
  background-position: left 32.3752%;
}

.fflag-TM {
  background-position: center 32.5969%;
}

.fflag-VN {
  background-position: center 32.8186%;
}

.fflag-AX {
  background-position: center 33.0403%;
}

.fflag-AL {
  background-position: center 33.25975%;
}

.fflag-AD {
  background-position: center 33.4837%;
}

.fflag-AM {
  background-position: center 33.7054%;
}

.fflag-AT {
  background-position: center 33.9271%;
}

.fflag-BY {
  background-position: left 34.1488%;
}

.fflag-BE,
.fflag-BE-FR,
.fflag-BE-fr {
  background-position: center 34.3705%;
}

.fflag-BA {
  background-position: center 34.5922%;
}

.fflag-BG {
  background-position: center 34.8139%;
}

.fflag-HR {
  background-position: center 35.0356%;
}

.fflag-CY {
  background-position: center 35.2555%;
}

.fflag-CZ {
  background-position: left 35.479%;
}

.fflag-DK {
  background-position: center 35.7007%;
}

.fflag-EE {
  background-position: center 35.9224%;
}

.fflag-FO {
  background-position: center 36.1441%;
}

.fflag-FI {
  background-position: center 36.3658%;
}

.fflag-FR {
  background-position: center 36.5875%;
}

.fflag-DE {
  background-position: center 36.8092%;
}

.fflag-GI {
  background-position: center 37.0309%;
}

.fflag-GR {
  background-position: left 37.2526%;
}

.fflag-GG {
  background-position: center 37.4743%;
}

.fflag-HU {
  background-position: center 37.696%;
}

.fflag-IS {
  background-position: center 37.9177%;
}

.fflag-IE {
  background-position: center 38.1394%;
}

.fflag-IM {
  background-position: center 38.3611%;
}

.fflag-IT {
  background-position: center 38.5828%;
}

.fflag-JE {
  background-position: center 38.8045%;
}

.fflag-XK {
  background-position: center 39.0262%;
}

.fflag-LV {
  background-position: center 39.2479%;
}

.fflag-LI {
  background-position: left 39.4696%;
}

.fflag-LT {
  background-position: center 39.6913%;
}

.fflag-LU {
  background-position: center 39.913%;
}

.fflag-MT {
  background-position: left 40.1347%;
}

.fflag-MD {
  background-position: center 40.3564%;
}

.fflag-MC {
  background-position: center 40.5781%;
}

.fflag-ME {
  background-position: center 40.7998%;
}

.fflag-NL,
.fflag-BE-NL,
.fflag-BE-nl {
  background-position: center 41.0215%;
}

.fflag-MK {
  background-position: center 41.2432%;
}

.fflag-NO {
  background-position: center 41.4649%;
}

.fflag-PL {
  background-position: center 41.6866%;
}

.fflag-PT {
  background-position: center 41.9083%;
}

.fflag-RO {
  background-position: center 42.13%;
}

.fflag-RU {
  background-position: center 42.3517%;
}

.fflag-SM {
  background-position: center 42.5734%;
}

.fflag-RS {
  background-position: center 42.7951%;
}

.fflag-SK {
  background-position: center 43.0168%;
}

.fflag-SI {
  background-position: center 43.2385%;
}

.fflag-ES {
  background-position: left 43.4602%;
}

.fflag-SE {
  background-position: center 43.6819%;
}

.fflag-CH {
  background-position: center 43.9036%;
}

.fflag-TR {
  background-position: center 44.1253%;
}

.fflag-UA {
  background-position: center 44.347%;
}

.fflag-GB {
  background-position: center 44.5687%;
}

.fflag-EN {
  background-position: center 44.5687%;
}

.fflag-VA {
  background-position: right 44.7904%;
}

.fflag-BH {
  background-position: center 45.0121%;
}

.fflag-IR {
  background-position: center 45.2338%;
}

.fflag-IQ {
  background-position: center 45.4555%;
}

.fflag-IL {
  background-position: center 45.6772%;
}

.fflag-KW {
  background-position: left 45.897%;
}

.fflag-JO {
  background-position: left 46.1206%;
}

.fflag-KG {
  background-position: center 46.3423%;
}

.fflag-LB {
  background-position: center 46.561%;
}

.fflag-OM {
  background-position: left 46.7857%;
}

.fflag-PK {
  background-position: center 47.0074%;
}

.fflag-PS {
  background-position: center 47.2291%;
}

.fflag-QA {
  background-position: center 47.4508%;
}

.fflag-SA {
  background-position: center 47.6725%;
}

.fflag-SY {
  background-position: center 47.8942%;
}

.fflag-AE {
  background-position: center 48.1159%;
}

.fflag-UZ {
  background-position: left 48.3376%;
}

.fflag-AS {
  background-position: right 48.5593%;
}

.fflag-AU {
  background-position: center 48.781%;
}

.fflag-CX {
  background-position: center 49.002%;
}

.fflag-CC {
  background-position: center 49.2244%;
}

.fflag-CK {
  background-position: center 49.4445%;
}

.fflag-FJ {
  background-position: center 49.6678%;
}

.fflag-PF {
  background-position: center 49.8895%;
}

.fflag-GU {
  background-position: center 50.1112%;
}

.fflag-KI {
  background-position: center 50.3329%;
}

.fflag-MH {
  background-position: left 50.5546%;
}

.fflag-FM {
  background-position: center 50.7763%;
}

.fflag-NC {
  background-position: center 50.998%;
}

.fflag-NZ {
  background-position: center 51.2197%;
}

.fflag-NR {
  background-position: left 51.4414%;
}

.fflag-NU {
  background-position: center 51.6631%;
}

.fflag-NF {
  background-position: center 51.8848%;
}

.fflag-WS {
  background-position: left 52.1065%;
}

.fflag-SB {
  background-position: left 52.3282%;
}

.fflag-TK {
  background-position: center 52.5499%;
}

.fflag-TO {
  background-position: left 52.7716%;
}

.fflag-TV {
  background-position: center 52.9933%;
}

.fflag-VU {
  background-position: left 53.215%;
}

.fflag-WF {
  background-position: center 53.4385%;
}

.fflag-AQ {
  background-position: center 53.6584%;
}

.fflag-EU {
  background-position: center 53.875%;
}

.fflag-JR {
  background-position: center 54.099%;
}

.fflag-OLY {
  background-position: center 54.32%;
}

.fflag-UN {
  background-position: center 54.54%;
}

.fflag.ff-sm {
  width: 18px;
  height: 11px;
}

.fflag.ff-md {
  width: 27px;
  height: 17px;
}

.fflag.ff-lg {
  width: 42px;
  height: 27px;
}

.fflag.ff-xl {
  width: 60px;
  height: 37px;
}

.fflag.ff-lt {
  box-shadow: 0 0 0 1px rgb(220, 220, 220);
}

.fflag.ff-dk {
  box-shadow: 0 0 0 1px rgb(90, 90, 90);
}

.glide__track {
  overflow: hidden;
}
.glide__arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.glide__arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
  height: 45px;
  width: 45px;
  display: block;
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  z-index: 99;
  background-color: #e8f1f0;
  color: #312783;
}
.glide__arrow:hover {
  color: inherit;
}
.glide__arrow--left {
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .glide__arrow {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
  }
  .glide__arrow--right {
    right: -50px;
    left: auto;
  }
  .glide__arrow--left {
    left: -50px;
  }
}
@media (min-width: 992px) {
  .glide__arrow--right {
    right: -50px;
  }
  .glide__arrow--left {
    left: -50px;
  }
  .glide__arrow:hover {
    background-color: #312783;
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .glide__arrow {
    width: 45px;
    height: 45px;
  }
  .glide__arrow--right {
    right: -70px;
    left: auto;
  }
  .glide__arrow--left {
    left: -70px;
  }
}

.banner-text {
  position: relative;
}
.banner-text .text-content {
  padding: 20px;
}
.banner-text--center {
  position: relative;
}
.banner-text--center .banner-text__wrapper .label-wrapper {
  justify-content: center;
}
.banner-text--center .banner-text__wrapper .title {
  text-align: center;
  margin: 5px auto 0;
}
.banner-text--center .banner-text__wrapper .text-content {
  text-align: center;
}
.banner-text--center .banner-text__wrapper .text-content p {
  margin-bottom: 0;
}
.banner-text__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
}
.banner-text__bg svg {
  width: 100%;
  height: auto;
  display: block;
}
.banner-text__bg svg path {
  fill: rgba(134, 216, 223, 0.1);
}
.banner-text__wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .banner-text__wrapper {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .banner-text__wrapper {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  .banner-text__wrapper {
    width: 746.6666666667px;
  }
}
@media (min-width: 1600px) {
  .banner-text__wrapper {
    width: 960px;
  }
}
.banner-text__wrapper .image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-text__wrapper .image-wrapper {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .banner-text__wrapper .image-wrapper {
    width: 613.3333333333px;
  }
}
@media (min-width: 1200px) {
  .banner-text__wrapper .image-wrapper {
    width: 560px;
  }
}
@media (min-width: 1600px) {
  .banner-text__wrapper .image-wrapper {
    width: 720px;
  }
}
.banner-text__wrapper .image-wrapper {
  margin: 30px auto 0;
  display: flex;
}
.banner-text__wrapper .image-wrapper img {
  max-width: 100%;
  display: block;
  height: auto;
}

.banner-cta {
  padding: 0 0 60px;
}
.banner-cta__item.vignette {
  background: #f7f6fc;
}
.banner-cta__item p {
  margin-bottom: 0;
}
.banner-cta__item .title {
  margin: 0;
}
.banner-cta__item .btn-wrapper {
  justify-content: flex-start;
  padding-top: 20px;
}
.banner-cta__item .avatar-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 10px 0;
}
.banner-cta__item .avatar-text-wrapper .avatar {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner-cta__item .avatar-text-wrapper .avatar img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-cta__item .avatar-text-wrapper .avatar {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}
.banner-cta__item.bg-blue {
  background: linear-gradient(#312783, #4439a2);
}
.banner-cta__item.bg-blue .title,
.banner-cta__item.bg-blue p {
  color: #FFFFFF;
}
.banner-cta__item.bg-blue .btn-link {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .banner-cta {
    padding: 0 0 80px;
  }
  .banner-cta__item .avatar-text-wrapper .avatar {
    flex: 1;
    height: auto;
    aspect-ratio: 1;
  }
  .banner-cta__item .avatar-text-wrapper .title {
    flex: 3.5;
  }
}

.banner-oa {
  margin: 60px 0;
  background: rgb(56, 142, 227);
  background: radial-gradient(circle, rgb(56, 142, 227) 0%, rgb(48, 43, 128) 40%);
}
.banner-oa--intro {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-oa--intro {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .banner-oa--intro {
    width: 613.3333333333px;
  }
}
@media (min-width: 1200px) {
  .banner-oa--intro {
    width: 746.6666666667px;
  }
}
@media (min-width: 1600px) {
  .banner-oa--intro {
    width: 960px;
  }
}
.banner-oa--intro picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-oa--wrapper__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
  width: 100%;
  gap: 10px 0;
}
.banner-oa--wrapper__text .title {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-oa--wrapper__text .title {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .banner-oa--wrapper__text .title {
    width: 268.3333333333px;
  }
}
@media (min-width: 1200px) {
  .banner-oa--wrapper__text .title {
    width: 326.6666666667px;
  }
}
@media (min-width: 1600px) {
  .banner-oa--wrapper__text .title {
    width: 420px;
  }
}
.banner-oa--wrapper__text .title {
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  color: #FFFFFF;
  margin: 0;
}
.banner-oa--wrapper__text .title sup {
  font-size: 16px;
  line-height: 0.5em;
}
.banner-oa--wrapper__text .title span, .banner-oa--wrapper__text .title small {
  color: #86d8df;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}
.banner-oa--wrapper__schema .video-wrapper video {
  aspect-ratio: unset;
  min-height: 250px;
}
@media (min-width: 992px) {
  .banner-oa--intro {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .banner-oa {
    margin: 80px 0;
  }
  .banner-oa--intro .title span {
    display: block;
    color: #86d8df;
  }
  .banner-oa--wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .banner-oa--wrapper__text .title {
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .banner-oa--wrapper__text .title:nth-child(3) {
    border: none;
  }
  .banner-oa--wrapper__text .title span {
    line-height: 1.5em;
    display: inline-block;
  }
}

.section-contact {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .section-contact {
    padding: 0 35px;
  }
}
@media (min-width: 1200px) {
  .section-contact {
    padding: 0 55px;
  }
}

.section--notes {
  background: #FFFFFF;
  border-top: 2px solid #e8f1f0;
  padding: 30px 0;
}
.section--notes:not(.post) {
  margin-top: 60px;
}
.section--notes__generic-notes *, .section--notes__page * {
  font-size: 12px;
  color: #312783;
  line-height: 1.6em;
}
.section--notes__generic-notes * a, .section--notes__page * a {
  text-decoration: underline;
  transition: all 0.5s;
}
.section--notes__generic-notes * a:hover, .section--notes__page * a:hover {
  color: #7F73E0;
}
.section--notes__generic-notes * b, .section--notes__generic-notes * strong, .section--notes__page * b, .section--notes__page * strong {
  font-weight: bold;
}
.section--notes__generic-notes p, .section--notes__page p {
  margin-bottom: 5px;
}
.section--notes__generic-notes ol, .section--notes__generic-notes ul, .section--notes__page ol, .section--notes__page ul {
  padding: 0;
}
.section--notes__generic-notes ol li, .section--notes__generic-notes ul li, .section--notes__page ol li, .section--notes__page ul li {
  list-style-position: inside;
}
.section--notes .section--notes__page + .section--notes__generic-notes {
  padding-top: 30px;
  border-top: 2px solid #e8f1f0;
}
.section-pre-footer {
  padding: 30px 0;
}
.section-pre-footer p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  margin: 0;
}
.section-pre-footer p a {
  text-decoration: underline;
  color: #312783;
  transition: all 0.5s;
}
.section-pre-footer p a:hover {
  color: #86d8df;
}
.section-pre-footer--logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.section-pre-footer--logo .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.section-pre-footer--infos {
  align-items: flex-start;
}
.section-pre-footer .twocol__text {
  padding-bottom: 30px;
}
.section-pre-footer .twocol__text .btn-wrapper {
  padding-top: 10px;
}
.section-pre-footer .logo-footer {
  display: block;
  width: 120px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section-pre-footer .logo-footer {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-pre-footer .logo-footer {
    width: 100px;
    margin: 0;
  }
}
.section-pre-footer .nav-footer {
  display: block;
  margin: 0 0 30px 0;
}
.section-pre-footer .nav-footer li {
  display: inline;
  margin-right: 100px;
  font-size: 16px;
  font-weight: 700;
}
.section-pre-footer .nav-footer li a {
  display: inline-block;
  transition: all ease-out 0.2s;
  border-bottom: 2px solid transparent;
}
.section-pre-footer .nav-footer li a:hover {
  transition: all ease-out 0.2s;
  color: #28a745;
  text-decoration: none;
  border-bottom: 2px solid #28a745;
}
@media (min-width: 768px) {
  .section-pre-footer--logo {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section-pre-footer {
    padding: 60px 0;
  }
  .section-pre-footer--logo {
    justify-content: space-between;
  }
  .section-pre-footer .twocol__text {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding: 0 30px 0 0;
  }
}

footer {
  padding: 30px 0 60px;
  background-color: #312783;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
footer ol {
  padding: 0;
  margin: 60px 15px;
}
footer ol li {
  margin: 15px 0;
}
footer .copyright-content {
  justify-content: space-between;
}
footer .copyright-content p {
  margin: 20px 0;
  color: #7F73E0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
footer .copyright-content p a {
  transition: all ease-out 0.2s;
  color: #7F73E0;
  margin: 0 5px;
  text-decoration: underline;
}
footer .copyright-content p a:hover {
  transition: all ease-out 0.2s;
  color: #ffffff;
}
footer .copyright-content .copyright {
  transition: all ease-out 0.2s;
  position: relative;
  top: -1px;
  display: inline-block;
  opacity: 1;
  margin: 0 0 0 5px;
}
footer .copyright-content .copyright img {
  vertical-align: unset;
  height: 30px;
}
footer .copyright-content .copyright:hover {
  transition: all ease-out 0.2s;
  opacity: 1;
}
@media (max-width: 991px) {
  footer .copyright-content {
    text-align: center;
    flex-direction: column;
  }
  footer .copyright-content p {
    display: flex;
    flex-direction: column;
    margin: 30px auto 20px;
  }
  footer .copyright-content .twocol__content {
    gap: 10px;
  }
  footer .copyright-content .twocol__content p {
    flex-direction: row;
    gap: 5px 0;
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  footer .copyright-content .twocol__infine {
    width: 100%;
  }
  footer .copyright-content .twocol__infine p {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 0 70px;
  }
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.social-list {
  padding: 0;
  margin: 0;
  gap: 0;
}
.social-list li {
  list-style: none;
}
.social-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.social-list svg {
  width: 20px;
  max-width: 20px;
  display: block;
  margin: auto;
}
.social-list svg path {
  fill: #312783;
}

.btn-nav {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 9999;
  margin-top: 0;
}
.btn-nav .lines {
  transition: all 0.5s;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 0;
  background: #FFFFFF;
  align-self: center;
  border-radius: 5px;
}
.btn-nav .lines::after, .btn-nav .lines::before {
  display: block;
  content: "";
  width: auto;
  height: 2px;
  position: absolute;
  transition: all 0.5s;
  background: #FFFFFF;
  left: 0;
  right: 0;
  border-radius: 5px;
}
.btn-nav .lines::before {
  margin-top: -7.5px;
}
.btn-nav .lines::after {
  margin-top: 7.5px;
}
.btn-nav.active .lines {
  background: none;
}
.btn-nav.active .lines::before {
  transform: rotate(-45deg);
  margin-top: 0;
}
.btn-nav.active .lines::after {
  transform: rotate(45deg);
  margin-top: 0;
}
@media (max-width: 991px) {
  .btn-nav {
    display: flex;
  }
}

header.nav {
  background-color: #4439a2;
  padding: 10px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  /* responsive mobile menu */
}
header.nav .nav--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header.nav .nav--wrapper__logo {
  width: 100%;
}
@media (min-width: 768px) {
  header.nav .nav--wrapper__logo {
    width: 110px;
  }
}
@media (min-width: 992px) {
  header.nav .nav--wrapper__logo {
    width: 153.3333333333px;
  }
}
@media (min-width: 1200px) {
  header.nav .nav--wrapper__logo {
    width: 186.6666666667px;
  }
}
@media (min-width: 1600px) {
  header.nav .nav--wrapper__logo {
    width: 240px;
  }
}
header.nav .nav--wrapper__logo a {
  display: flex;
}
header.nav .nav--wrapper__logo a img {
  display: block;
  max-width: 100%;
  height: auto;
}
header.nav .nav--wrapper__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  display: none;
  gap: 10px;
}
@media (min-width: 768px) {
  header.nav .nav--wrapper__links {
    width: 660px;
  }
}
@media (min-width: 992px) {
  header.nav .nav--wrapper__links {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  header.nav .nav--wrapper__links {
    width: 933.3333333333px;
  }
}
@media (min-width: 1600px) {
  header.nav .nav--wrapper__links {
    width: 1200px;
  }
}
header.nav .nav--wrapper__links .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header.nav .nav--wrapper__links .nav {
  gap: 10px 20px;
  padding: 0;
  margin: 0;
}
header.nav .nav--wrapper__links .nav li {
  display: flex;
  list-style: none;
}
header.nav .nav--wrapper__links .nav li.current_page_item a::after {
  width: 100%;
}
header.nav .nav--wrapper__links .nav li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  padding: 10px 0;
}
header.nav .nav--wrapper__links .nav li a::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.5s;
  background-color: #FFFFFF;
  left: 0;
  right: auto;
  bottom: 0;
}
header.nav .nav--wrapper__links .nav li a:hover::after {
  width: 100%;
}
header.nav .nav--wrapper__links .nav li.icon-pro > a {
  display: flex;
  padding: 18px 18px 18px 50px;
  background: rgba(255, 255, 255, 0.1) url("/themes/kiomedine/assets/images/icon-pro.svg") no-repeat center left 20px/20px;
}
header.nav .nav--wrapper__links .nav li.icon-pro > a:hover {
  color: #FFFFFF;
  background: #312783 url("/themes/kiomedine/assets/images/icon-pro.svg") no-repeat center left 20px/20px;
}
header.nav .nav--wrapper__links .nav li.dropdown {
  position: relative;
}
header.nav .nav--wrapper__links .nav li.dropdown .caret {
  height: 6px;
  width: 6px;
  margin: 0 auto;
  display: block;
  transform: rotate(45deg);
  border-radius: 3px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-radius: 0;
  border-width: 2px;
  margin-bottom: 3px;
  display: inline-block;
  margin-left: 10px;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-toggle {
  display: inline-block;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-toggle:hover {
  border-radius: 20px 20px 0 0;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-toggle::after {
  display: none;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-menu {
  opacity: 0;
  display: none;
  position: absolute;
  top: 100%;
  bottom: auto;
  right: 0;
  padding: 0;
  left: 0;
  border-top: 5px solid #86d8df;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-menu li {
  border-bottom: 1px solid #e8f1f0;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-menu li:last-of-type {
  border: none;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-menu li a {
  padding: 20px;
  background-color: #FFFFFF;
  color: #312783;
  text-align: left;
  width: 100%;
  transition: all 0.5s;
}
header.nav .nav--wrapper__links .nav li.dropdown .dropdown-menu li a:hover {
  color: #86d8df;
}
header.nav .nav--wrapper__links .nav li.dropdown:hover .dropdown-toggle {
  border-radius: 20px 20px 0 0;
}
header.nav .nav--wrapper__links .nav li.dropdown:hover .dropdown-menu {
  display: block;
  animation: fadein 0.1s 1 forwards;
}
header.nav .nav--wrapper__links .btn-wrapper {
  padding: 0;
}
header.nav .nav--wrapper__links .btn-wrapper a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  header.nav {
    padding: 20px 0;
  }
  header.nav .nav--wrapper__links {
    display: flex;
  }
  header.nav .nav--wrapper__links .btn-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  header.nav .container {
    padding: 0 20px;
  }
  header.nav .nav--wrapper__logo {
    width: 150px;
  }
  header.nav.active {
    height: 100vh;
  }
  header.nav.active .nav--wrapper__links {
    display: flex;
    flex-direction: column;
    height: 80vh;
    justify-content: center;
    padding-top: 30px;
  }
  header.nav.active .nav--wrapper__links .btn-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  header.nav.active .nav--wrapper__links .btn-wrapper a {
    width: 100%;
    text-align: center;
    color: #312783;
    background: #FFFFFF;
  }
  header.nav.active .nav--wrapper__links .nav {
    flex-direction: column;
    gap: 5px 10px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
  header.nav.active .nav--wrapper__links .nav li {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border: none;
    justify-content: center;
  }
  header.nav.active .nav--wrapper__links .nav li a {
    text-align: center;
    font-size: 18px;
  }
  header.nav.active .nav--wrapper__links .nav li.icon-pro {
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    border-radius: 20px;
    margin-top: 20px;
  }
  header.nav.active .nav--wrapper__links .nav li.icon-pro > a {
    background-color: rgba(255, 255, 255, 0);
  }
  header.nav.active .nav--wrapper__links .nav li.dropdown .dropdown-menu {
    width: 100%;
    display: block;
    opacity: 1;
    border: none;
    position: static;
  }
  header.nav.active .nav--wrapper__links .nav li.dropdown .dropdown-menu li {
    border: none;
  }
  header.nav.active .nav--wrapper__links .nav li.dropdown .dropdown-menu li a {
    padding: 10px 0;
    font-size: 16px;
    opacity: 1;
    background: none;
    color: white;
    font-weight: 400;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  header.nav.active .nav--wrapper__links .nav li.dropdown .dropdown-menu li a::after {
    display: none;
  }
  header.nav.active .nav--wrapper__links .btn-wrapper a {
    font-size: 18px;
  }
}

.lang {
  position: relative;
}
.lang:hover .lang__switch {
  opacity: 1;
  display: flex;
}
.lang:hover .lang__btn {
  border-radius: 20px 20px 0 0;
  background-color: #FFFFFF;
  color: #312783;
}
.lang:hover .lang__btn .chevron {
  border-color: #312783;
}
.lang__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  gap: 10px;
  cursor: pointer;
  transition: all 0s;
}
.lang__btn .chevron {
  height: 6px;
  width: 6px;
  margin: 0 auto;
  display: block;
  transform: rotate(45deg);
  border-radius: 3px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-width: 2px;
  border-radius: 0;
  margin-bottom: 2px;
}
.lang__btn:hover {
  border-radius: 20px 20px 0 0;
  transition: all 0s;
}
.lang__btn:hover .chevron {
  border-color: #312783;
}
.lang__btn:hover .lang__switch {
  opacity: 1;
  display: block;
}
.lang__switch {
  opacity: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 54px;
  margin: 0;
  width: 100%;
  z-index: 2;
  padding: 0 0 10px;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
}
.lang__item {
  list-style: none;
  width: 100%;
}
.lang__link {
  transition: all 0.5s;
}
.lang__link {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  box-sizing: border-box;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #acbbb9 !important;
}
.lang__link:hover {
  color: #312783 !important;
}
@media (max-width: 991px) {
  .lang__btn {
    display: none;
  }
  .lang__switch {
    position: relative;
    flex-direction: row;
    padding: 0;
    margin: 60px auto 0;
    display: flex;
    opacity: 1;
    flex-wrap: wrap;
    top: 0;
    background: none;
  }
  .lang__item {
    width: auto;
  }
  .lang__link {
    color: #FFFFFF !important;
  }
}
@media (max-width: 575px) {
  .lang__switch {
    margin: 30px auto 0;
  }
  .lang__link span {
    display: none;
  }
}

.alignwide {
  width: auto;
  max-width: 1000%;
  margin-right: calc(25% - 25vw);
  margin-left: calc(25% - 25vw);
}

.alignfull {
  width: auto;
  max-width: 1000%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.sticky-top {
  position: sticky;
  top: 100px;
  z-index: 2;
}

/* formats */
.max-width-lg {
  max-width: 620px;
}
@media (min-width: 992px) {
  .max-width-lg {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .max-width-lg {
    max-width: 920px;
  }
}
@media (min-width: 1600px) {
  .max-width-lg {
    max-width: 1100px;
  }
}

.max-width-md {
  max-width: 575px;
}
@media (min-width: 992px) {
  .max-width-md {
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .max-width-md {
    max-width: 720px;
  }
}
@media (min-width: 1600px) {
  .max-width-md {
    max-width: 900px;
  }
}

.max-width-sm {
  max-width: 520px;
}
@media (min-width: 1600px) {
  .max-width-sm {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .h-100-sm {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .h-100-md {
    height: 100%;
  }
}
/* text aligns extensions */
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 1600px) {
  .text-right-xl {
    text-align: right;
  }
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.border-radius {
  border-radius: 5px;
}

.shadowed {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.cta-block ul {
  padding-left: 0;
}
.cta-block p + a {
  margin-top: 20px;
}
.cta-block p + ul {
  padding-top: 20px;
  margin-top: 0;
}

.two-col-cta .left-col, .two-col-cta .right-col {
  padding-top: 40px;
  padding-bottom: 40px;
}
.two-col-cta .left-col__wrapper, .two-col-cta .right-col__wrapper {
  padding: 30px;
  max-width: 690px;
}
.two-col-cta .left-col__wrapper {
  margin-right: 0;
  margin-left: auto;
}
.two-col-cta .right-col__wrapper {
  margin-right: auto;
  margin-left: 0;
}
.two-col-cta p + a {
  margin-top: 20px;
}
.two-col-cta p + ul {
  padding-top: 20px;
  margin-top: 0;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 576px) {
  .container {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}

/* colors and backgrounds */
p {
  color: #312783;
}

.video-wrapper video {
  aspect-ratio: 16/9;
  border-radius: 5px;
  width: 100%;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .video-wrapper video {
    aspect-ratio: 15/6;
  }
}
@media (min-width: 992px) {
  .video-wrapper video {
    aspect-ratio: 15/5;
  }
}

.white {
  color: #FFFFFF;
}
.white--bg {
  background-color: #FFFFFF;
}

.primary-color {
  color: #312783;
}
.primary-color--bg {
  background-color: #312783;
}

.secondary-color {
  color: #acbbb9;
}
.secondary-color--bg {
  background-color: #acbbb9;
}

.linear-gradient--bg {
  background: #312783;
  background: linear-gradient(to right, #312783 0%, #acbbb9 100%);
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* ENDING BASIC CODE */
.home--hero {
  /* Created with https://www.css-gradient.com */
  position: relative;
  padding: 60px 0 0;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
}
.home--hero__wrapper {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(68, 57, 162, 0.9) 0%, #312783 100%);
  backgdrop-filter: blur(5px);
  padding: 60px 30px;
}
@media (min-width: 768px) {
  .home--hero__wrapper {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .home--hero__wrapper {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .home--hero__wrapper {
    width: 560px;
  }
}
@media (min-width: 1600px) {
  .home--hero__wrapper {
    width: 720px;
  }
}
.home--hero__wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #282828 33%, #FFE047 33%, #FFE047 66%, #e62631 66%);
}
.home--hero__wrapper .title {
  color: #FFFFFF;
  margin: 0;
  padding: 10px 0 0;
}
.home--hero__wrapper .desc {
  padding: 20px 0 0;
  color: #FFFFFF;
  margin: 0;
}
.home--hero__wrapper .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
}
.home--hero__bg {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 45px;
  height: auto;
}
.home--hero__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home--hero__bg img {
  -o-object-position: left;
     object-position: left;
}
.home--hero .container {
  padding-left: 0;
  padding-right: 0;
}
.home--qui, .home--understand {
  padding: 60px 0;
}
.home--qui .banner-text__bg {
  top: -120px;
}
@media (min-width: 768px) {
  .home--hero {
    padding: 150px 0 0;
  }
  .home--hero__wrapper {
    padding: 45px;
  }
  .home--hero__bg {
    position: absolute;
  }
  .home--qui .banner-text__bg {
    top: -200px;
  }
}
@media (min-width: 992px) {
  .home--hero__wrapper {
    padding: 60px;
  }
  .home--qui, .home--understand {
    padding: 80px 0;
  }
}
.exclu {
  padding: 30px 0;
}
.exclu__text {
  padding-top: 30px;
}
.exclu__text .title span {
  color: #86d8df;
}
.exclu__list {
  padding: 0;
  margin: 0;
}
.exclu__list__item {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
.exclu__list__item:last-child {
  margin-bottom: 0;
}
.exclu__list__item::before {
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  background-color: #acbbb9;
  box-sizing: border-box;
  left: 0;
  top: 12px;
}
.exclu__list__item .title {
  margin-bottom: 10px;
}
.exclu__list__item p {
  display: block;
  line-height: 1.4em;
}

@media (min-width: 992px) {
  .exclu {
    padding: 0;
  }
  .exclu__text {
    padding-top: 0;
  }
  .exclu__list__item {
    padding-left: 70px;
  }
  .exclu__list__item::before {
    width: 50px;
    top: 15px;
  }
  .testimonials {
    padding: 0;
  }
  .testimonials__list__item {
    margin-bottom: 30px;
  }
  .testimonials__list__item iframe {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .testimonials__list__item article .text-wrapper {
    padding: 20px 30px 30px;
  }
}
.collapse-div {
  opacity: 0;
  display: none;
}
.collapse-div.is-visible {
  display: block;
  opacity: 0;
  animation: fadeup 0.9s 0.35s 1 forwards;
}

.banner--news__list, .banner-cta__list {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner--news__list, .banner-cta__list {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .banner--news__list, .banner-cta__list {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .banner--news__list, .banner-cta__list {
    width: 1120px;
  }
}
@media (min-width: 1600px) {
  .banner--news__list, .banner-cta__list {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .banner--news__list, .banner-cta__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1600px) {
  .banner--news__list, .banner-cta__list {
    gap: 30px;
  }
}

.vignette {
  transition: all 0.5s;
  background: #e8f1f0;
  border-radius: 0;
  padding: 30px;
  display: flex;
  align-items: center;
}
.vignette * {
  text-decoration: none;
}
.vignette .title {
  font-family: "Inter var", system-ui, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s;
  margin: 10px 0;
}
.vignette p {
  transition: all 0.5s;
}
.vignette .cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.vignette .cat-wrapper .label-title {
  margin: 0;
  color: #312783;
}
.vignette .btn-link {
  transition: all 0.5s;
  color: #312783;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .vignette:hover {
    background-color: #312783;
  }
  .vignette:hover .title,
  .vignette:hover .btn-link, .vignette:hover p {
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .vignette {
    padding: 45px;
  }
}
@media (min-width: 1600px) {
  .vignette {
    padding: 60px;
  }
}

.filters--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px;
  margin: 0;
  gap: 10px;
}
.filters--list__item {
  display: flex;
  list-style: none;
}
@media (max-width: 767px) {
  .filters {
    overflow: scroll;
    padding-bottom: 30px;
  }
  .filters--list {
    display: block;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
  }
  .filters--list__item {
    display: inline-block;
    margin-right: 5px;
  }
}

.listing-news {
  padding: 120px 0 60px;
}
.listing-news--title {
  text-align: center;
  padding: 0 0 30px;
}
.listing-news .banner-text__wrapper .text-content {
  padding: 20px 0 0;
}
.listing-news--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.listing-news--list__item {
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .listing-news--list__item {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .listing-news--list__item {
    width: 296.6666666667px;
  }
}
@media (min-width: 1200px) {
  .listing-news--list__item {
    width: 363.3333333333px;
  }
}
@media (min-width: 1600px) {
  .listing-news--list__item {
    width: 460px;
  }
}
@media (min-width: 992px) {
  .listing-news {
    padding: 180px 0 60px;
  }
}
@media (min-width: 1600px) {
  .listing-news {
    padding: 180px 0 120px;
  }
}

body.page-template-page-pro {
  overflow: visible;
}

.pro {
  /* responsive hero */
}
.pro--hero {
  background: linear-gradient(#4439a2 200px, #312783 100%);
}
.pro--hero .container {
  position: relative;
}
.pro--hero__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pro--hero__wrapper {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .pro--hero__wrapper {
    width: 536.6666666667px;
  }
}
@media (min-width: 1200px) {
  .pro--hero__wrapper {
    width: 746.6666666667px;
  }
}
@media (min-width: 1600px) {
  .pro--hero__wrapper {
    width: 720px;
  }
}
.pro--hero__wrapper .pre-title, .pro--hero__wrapper .title, .pro--hero__wrapper p, .pro--hero__wrapper small {
  color: #FFFFFF;
}
.pro--hero__wrapper .pre-title, .pro--hero__wrapper .title {
  margin-bottom: 20px;
}
.pro--hero__image {
  position: absolute;
}
.pro--hero__image.left {
  left: 0;
  bottom: -30px;
}
.pro--hero__image.right {
  right: 0;
  bottom: 60px;
}
.pro--hero__image picture {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 200px;
  border-radius: 100px;
}
.pro--hero__image picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro--how .container {
  padding-left: 0;
  padding-right: 0;
}
.pro--how__wrapper {
  align-items: flex-start;
}
.pro--how__text {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  background: linear-gradient(90deg, #312783, #4439a2);
}
.pro--how__text .title, .pro--how__text p {
  color: #FFFFFF;
}
.pro--how__text .title-wrapper {
  gap: 10px;
}
.pro--how__text p strong {
  color: #86d8df;
}
.pro--how__text .btn-wrapper {
  justify-content: flex-start;
  padding-top: 10px;
}
.pro--clinical {
  padding: 60px 0 0;
}
.pro--clinical__text {
  padding: 60px 0 0;
}
.pro--clinical__text .intro-center {
  justify-content: flex-start;
  align-items: flex-start;
}
.pro--clinical__text .title {
  text-align: left;
  font-weight: 300;
}
.pro--clinical__text .title strong {
  font-weight: bold;
}
.pro--clinical__text .btn-wrapper {
  padding-top: 20px;
  justify-content: flex-start;
}
.pro--clinical__image picture {
  background-color: #f7f6fc;
}
.pro--clinical__image picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro--clinical__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.pro--clinical__gallery {
  padding: 20px 0 0;
  gap: 20px;
  margin: 0;
}
.pro--clinical__gallery__item {
  list-style: none;
  width: 48%;
  background-color: #f7f6fc;
}
.pro--clinical__gallery__item a {
  display: flex;
}
.pro--clinical__gallery__item picture {
  aspect-ratio: 4/3;
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.pro--clinical__gallery__item picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro--news {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .pro--hero__image.left {
    left: -40px;
    bottom: -60px;
  }
  .pro--hero__image.right {
    right: -40px;
  }
}
@media (min-width: 992px) {
  .pro--hero__image picture {
    height: 300px;
  }
  .pro--hero__image.right {
    bottom: 120px;
  }
  .pro--how {
    margin-top: 60px;
  }
  .pro--how__text {
    padding: 45px;
  }
  .pro--how__image {
    position: sticky;
    top: 120px;
    z-index: 1;
  }
  .pro--how__image picture {
    transform: scale(1.1);
  }
  .pro--clinical {
    padding: 80px 0 0;
  }
  .pro--clinical__wrapper {
    align-items: flex-start;
  }
  .pro--clinical__image {
    padding-right: 45px;
    position: sticky;
    top: 120px;
  }
  .pro--clinical__text {
    padding-top: 0;
  }
  .pro--news {
    padding: 120px 0 0;
  }
}
@media (min-width: 1200px) {
  .pro--hero__wrapper {
    padding-top: 150px;
  }
  .pro--hero__image picture {
    height: 350px;
    border-radius: 150px;
  }
  .pro--hero__image.left {
    left: -60px;
    bottom: -60px;
  }
  .pro--hero__image.right {
    right: -60px;
  }
  .pro--how__text {
    padding: 60px;
  }
  .pro--how__image picture {
    transform: scale(1.05) translateX(30px) translateY(-30px);
  }
  .pro--clinical {
    padding: 120px 0 0;
  }
}
@media (min-width: 1600px) {
  .pro--hero__image.left {
    left: 0;
  }
  .pro--hero__image.right {
    right: 0;
  }
  .pro--hero__image picture {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pro--hero .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pro--hero__wrapper {
    width: 100%;
    padding-bottom: 60px;
  }
  .pro--hero__image {
    width: 48%;
    position: relative;
  }
  .pro--hero__image picture {
    height: 250px;
  }
  .pro--hero__image.right {
    bottom: 30px;
  }
  .pro--hero__image.left {
    bottom: -45px;
  }
  .pro--clinical__gallery {
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }
  .pro--clinical__gallery__item {
    display: inline-block;
    margin-right: 10px;
    width: 48%;
  }
}

.the-product {
  padding: 90px 0;
}
.the-product--wrapper {
  padding: 30px 0 0;
  align-items: flex-start;
}
.the-product__text .text-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .the-product__text .text-wrapper {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .the-product__text .text-wrapper {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .the-product__text .text-wrapper {
    width: 466.6666666667px;
  }
}
@media (min-width: 1600px) {
  .the-product__text .text-wrapper {
    width: 600px;
  }
}
.the-product__text .text-wrapper + .btn-wrapper {
  padding-top: 10px;
}
.the-product__image {
  padding: 0 0 30px;
}
.the-product__image picture {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .the-product__image picture {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .the-product__image picture {
    width: 383.3333333333px;
  }
}
@media (min-width: 1200px) {
  .the-product__image picture {
    width: 466.6666666667px;
  }
}
@media (min-width: 1600px) {
  .the-product__image picture {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .the-product__image {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 992px) {
  .the-product {
    padding: 80px 0;
  }
}
.testimonials {
  padding: 0;
}
.testimonials .title {
  text-align: center;
}
.testimonials__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.testimonials__btn .btn-blue {
  margin-top: 0;
}
.testimonials__btn a {
  margin: 0 5px 10px;
}
@media (max-width: 575px) {
  .testimonials__btn {
    flex-direction: column;
  }
}
.testimonials__list {
  padding: 40px 0 0;
  margin: 0;
  display: flex;
}
.testimonials__list__item {
  list-style: none;
  margin-bottom: 0;
}
.testimonials__list__item article {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
}
.testimonials__list__item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.testimonials__list__item .text-wrapper {
  text-align: left;
  padding: 20px 20px 30px;
}
.testimonials__list__item .text-wrapper .title {
  text-align: left;
  margin-top: 0;
}
.testimonials__list__item .text-wrapper p {
  color: #3D3D3D;
  margin-bottom: 0;
}

.more--intro {
  padding: 60px 0;
  margin-top: 60px;
  border-top: 2px solid #e8f1f0;
}
.more--intro__text {
  text-align: center;
}
.more--intro__text .title {
  margin-bottom: 10px;
}
.more--intro__text p {
  text-align: center;
}
.more--intro__text .btn-wrapper {
  padding-top: 10px;
}
.more--filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 10px;
  margin: 0 auto 60px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.more--filters li {
  display: block;
}
.more--filters li a {
  display: block;
}
.more--filters::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .more--filters {
    overflow: scroll;
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto 30px;
    width: 100%;
  }
  .more--filters li {
    display: inline-block;
  }
}
.more--title {
  text-align: center;
  padding: 0 30px;
}
.more--title .title {
  color: #acbbb9;
}
.more__text {
  padding: 0 0 60px;
}
.more__team__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 40px 30px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .more__team__list {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .more__team__list {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  .more__team__list {
    width: 933.3333333333px;
  }
}
@media (min-width: 1600px) {
  .more__team__list {
    width: 1200px;
  }
}
@media (min-width: 992px) {
  .more__team__list {
    padding: 0 0 60px;
    gap: 60px 30px;
  }
}
.more__team__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .more__team__list__item {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .more__team__list__item {
    width: 363.3333333333px;
  }
}
@media (min-width: 1200px) {
  .more__team__list__item {
    width: 446.6666666667px;
  }
}
@media (min-width: 1600px) {
  .more__team__list__item {
    width: 560px;
  }
}
@media (min-width: 992px) {
  .more__team__list__item {
    flex-wrap: nowrap;
  }
}
.more__team__list .avatar--rounded {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 100%;
  height: 60px;
  width: 60px;
}
.more__team__list .avatar--rounded img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.more__team__list .avatar--logo {
  height: auto;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.more__team__list .avatar--logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.more__team__list .text-wrapper {
  padding-left: 30px;
  width: 100%;
}
.more__team__list .text-wrapper .title {
  margin: 0 0 5px;
}
.more__team__list .text-wrapper .country {
  width: 100%;
  display: block;
  color: #acbbb9;
  padding: 0 0 20px;
}
.more__team__list .text-wrapper .social {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.more__team__list .text-wrapper .social li {
  position: relative;
  list-style: none;
  display: block;
  padding: 0 0 5px;
}
.more__team__list .text-wrapper .social strong {
  color: #86d8df;
  padding-right: 10px;
  width: 25px;
  display: inline;
}
.more__team__list .text-wrapper .social a {
  color: #3D3D3D;
  text-decoration: none;
  transition: all 0.5s;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.more__team__list .text-wrapper .social a:hover {
  color: #312783;
  text-decoration: none;
}
@media (max-width: 991px) {
  .more__team__list .text-wrapper {
    padding: 20px 30px 20px 0;
  }
  .more__team__list__item {
    border-bottom: 2px solid #e8f1f0;
  }
  .more__team__list__item:last-child {
    border: none;
  }
}
@media (max-width: 575px) {
  .more__team__list .text-wrapper {
    padding: 15px 0 30px 0;
  }
  .more__team__list .text-wrapper .social li {
    display: block;
    padding-bottom: 5px;
  }
}

.team--title {
  text-align: center;
  padding: 0 0 30px;
}
.team--title .title {
  margin: 0;
}
.team .more--filters {
  opacity: 0;
}

.modal-age {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  align-items: center;
  position: fixed;
  z-index: 9999;
  background: rgba(49, 39, 131, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal-age .container {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-top: 5px solid #86d8df;
  background: linear-gradient(180deg, #4439a2, #312783);
}
@media (min-width: 768px) {
  .modal-age .container {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .modal-age .container {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  .modal-age .container {
    width: 746.6666666667px;
  }
}
@media (min-width: 1600px) {
  .modal-age .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .modal-age .container {
    padding: 60px 30px 120px;
  }
}
@media (max-width: 575px) {
  .modal-age .container {
    padding: 30px 15px 60px;
  }
}
.modal-age__bg {
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.modal-age__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-age__text {
  position: relative;
  text-align: center;
  z-index: 4;
}
.modal-age__text .text-wrapper {
  padding: 15px 0 0;
}
.modal-age__text .text-wrapper p {
  color: #FFFFFF;
}
.modal-age__text .xsmall-title {
  color: #86d8df;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 10px;
}
.modal-age__text .medium-title {
  margin: 20px 0 45px;
}
.modal-age__text .logo-wrapper img {
  display: block;
  margin: 0 auto 45px;
  max-width: 240px;
}
.modal-age--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.modal-age--list li {
  display: block;
  list-style: none;
  margin: 0;
}
.modal-age--list li.full-size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
  margin-top: 20px;
}
.modal-age--list li a:hover {
  color: #86d8df;
  transition: all 0.5s;
}
.modal-age--list li a, .modal-age--list li input {
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
}
.modal-age--list li input[type=submit] {
  font-size: 18px;
}
.modal-age--list li .btn-link--white {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: underline;
}
.modal-age--list li .btn-white:hover, .modal-age--list li .btn-purple:hover, .modal-age--list li .btn-outline--white:hover, .modal-age--list header.nav .nav--wrapper__links .nav li.icon-pro > a:hover, header.nav .nav--wrapper__links .nav .modal-age--list li.icon-pro > a:hover, .modal-age--list li .lang__btn:hover, .modal-age--list li input[type=submit]:hover,
.modal-age--list li .btn-blue:hover {
  color: #312783;
}
@media (max-width: 575px) {
  .modal-age--list li {
    width: 100%;
    margin: 0 0 5px;
    display: flex;
  }
  .modal-age--list li a {
    width: 100%;
    text-align: center;
  }
}

.testimonials--hero {
  padding: 120px 0 60px;
}
.testimonials--hero__wrapper .text-content {
  padding: 20px 0 0;
}
.testimonials--listing .testimonials__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  gap: 20px;
}
.testimonials--listing .testimonials__list__item {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials--listing .testimonials__list__item {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .testimonials--listing .testimonials__list__item {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .testimonials--listing .testimonials__list__item {
    width: 540px;
  }
}
@media (min-width: 1600px) {
  .testimonials--listing .testimonials__list__item {
    width: 680px;
  }
}
.testimonials--listing .testimonials__list__item article {
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  .testimonials--hero {
    padding-top: 150px;
  }
  .testimonials--listing {
    padding-bottom: 30px;
  }
  .testimonials--listing .testimonials__list {
    gap: 30px;
  }
}

@media (min-width: 992px) {
  body.page-template-page-contact {
    overflow: visible;
  }
}

.contact--page {
  padding: 0 0 30px;
}
.contact--page__title {
  padding: 120px 0 45px;
  text-align: center;
  background: linear-gradient(180deg, #4439a2 200px, #312783 100%);
}
.contact--page__title .pre-title {
  font-size: 16px;
}
.contact--page__form {
  padding: 30px;
  background: linear-gradient(180deg, #4439a2, #312783);
}
.contact--page__cta .cta-list {
  margin: 0;
  padding: 0;
}
.contact--page__cta .cta-list li {
  list-style: none;
  margin-bottom: 20px;
}
.contact--page__cta__item {
  text-decoration: none;
  background-color: #f7f6fc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact--page__cta__item p {
  margin-bottom: 0;
}
.contact--page__cta__item .label-wrapper {
  padding: 0 0 10px;
}
.contact--page__cta__item .label-title {
  margin: 0;
}
.contact--page__cta__item span.btn-link {
  text-decoration: underline;
}
.contact--page__wrapper {
  position: relative;
}
.contact--page__wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background-color: #312783;
}
.contact--page__wrapper .twocol {
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.contact--page__wrapper .twocol__text {
  width: 100%;
}
@media (min-width: 768px) {
  .contact--page__wrapper .twocol__text {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .contact--page__wrapper .twocol__text {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .contact--page__wrapper .twocol__text {
    width: 550px;
  }
}
@media (min-width: 1600px) {
  .contact--page__wrapper .twocol__text {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .contact--page__form {
    padding: 45px 45px 20px;
  }
}
@media (min-width: 992px) {
  .contact--page {
    padding: 0 0 60px;
  }
  .contact--page__wrapper::before {
    height: 120px;
  }
  .contact--page__wrapper .twocol {
    flex-direction: row-reverse;
  }
  .contact--page__title {
    padding: 120px 0 45px;
  }
  .contact--page__cta {
    position: sticky;
    top: 120px;
  }
  .contact--page__cta__item:hover {
    background: #4439a2;
  }
}
@media (min-width: 1200px) {
  .contact--page {
    padding: 0 0 80px;
  }
  .contact--page__title {
    padding: 150px 0 45px;
  }
  .contact--page__form {
    padding: 60px 60px 30px;
  }
}

body.page-template-page-legal {
  background-color: #e8f1f0;
}

.page-legal {
  margin: 120px auto 60px;
}
.page-legal__image {
  display: flex;
  margin: 20px 0 30px;
}
.page-legal__image img {
  max-width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 575px) {
  .page-legal {
    margin: 80px auto 0;
  }
  .page-legal .container {
    padding: 0;
  }
}
.page-legal__wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 768px) {
  .page-legal__wrapper {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .page-legal__wrapper {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .page-legal__wrapper {
    width: 1120px;
  }
}
@media (min-width: 1600px) {
  .page-legal__wrapper {
    width: 1200px;
  }
}
.page-legal__wrapper .custom-wysiwyg p + ul {
  margin-top: 30px;
}
.page-legal__wrapper .custom-wysiwyg p img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  .page-legal {
    margin-top: 180px;
  }
  .page-legal__wrapper {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .page-legal {
    margin: 180px auto 0;
  }
}
@media (min-width: 1600px) {
  .page-legal__wrapper {
    padding: 60px 120px;
  }
}

main .single-faq {
  margin: 120px auto 60px;
}
main .single-faq--wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main .single-faq--wrapper {
    width: 660px;
  }
}
@media (min-width: 992px) {
  main .single-faq--wrapper {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  main .single-faq--wrapper {
    width: 933.3333333333px;
  }
}
@media (min-width: 1600px) {
  main .single-faq--wrapper {
    width: 1200px;
  }
}
main .single-faq--wrapper .custom-wysiwyg {
  border-top: 2px solid #e8f1f0;
  padding-top: 30px;
  margin-top: 30px;
}
main .single-faq--wrapper .label-wrapper {
  padding: 0 0 10px;
}
main .single-faq--wrapper .label-title {
  margin: 0;
}
main .single-faq--wrapper .btn-wrapper {
  justify-content: flex-start;
}
main .single-faq + .listing-faq {
  border-top: 2px solid #e8f1f0;
  padding: 60px 0;
}
@media (min-width: 992px) {
  main .single-faq {
    margin-top: 180px;
  }
}
@media (min-width: 1200px) {
  main .single-faq {
    margin: 180px auto 60px;
  }
  main .single-faq + .listing-faq {
    padding: 80px 0;
  }
}
body.post-type-archive .listing-faq {
  margin: 120px auto 60px;
}
body.post-type-archive .listing-faq--wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.post-type-archive .listing-faq--wrapper {
    width: 660px;
  }
}
@media (min-width: 992px) {
  body.post-type-archive .listing-faq--wrapper {
    width: 766.6666666667px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive .listing-faq--wrapper {
    width: 933.3333333333px;
  }
}
@media (min-width: 1600px) {
  body.post-type-archive .listing-faq--wrapper {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  body.post-type-archive .listing-faq {
    margin: 180px auto 60px;
  }
}

.listing-faq .title-wrapper .label-title {
  margin: 0 auto 10px;
}
.listing-faq .title-wrapper .medium-title {
  margin: 0 0 30px;
  text-align: center;
}
.listing-faq__list {
  padding: 0;
  margin: 0;
}
.listing-faq__list__item {
  list-style: none;
  border-bottom: 2px solid #e8f1f0;
}
.listing-faq__list__item:last-of-type {
  border: none;
}
.listing-faq__list__item a {
  display: block;
  padding: 10px 0;
}
.listing-faq__list__item a.btn-faq {
  padding-right: 50px;
  color: #312783;
}
.listing-faq__list__item a:hover {
  transition: all 0.5s;
  color: #86d8df;
}
.listing-faq .btn-wrapper {
  justify-content: flex-start;
}
.listing-faq + .banner-cta .banner-cta__list {
  width: 100%;
}
@media (min-width: 768px) {
  .listing-faq + .banner-cta .banner-cta__list {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .listing-faq + .banner-cta .banner-cta__list {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .listing-faq + .banner-cta .banner-cta__list {
    width: 1120px;
  }
}
@media (min-width: 1600px) {
  .listing-faq + .banner-cta .banner-cta__list {
    width: 1440px;
  }
}

main .single-post {
  background: #e8f1f0;
  padding: 120px 0 60px;
}
main .single-post__cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
main .single-post__cat {
  padding: 0;
  margin: 0 0 10px;
  gap: 10px;
}
main .single-post__cat__item {
  list-style: none;
}
main .single-post__cat__item a {
  display: flex;
  text-decoration: none;
}
main .single-post__title {
  padding: 0 0 30px;
  border-bottom: 2px solid #e8f1f0;
  margin: 0 0 30px;
}
main .single-post__title .title {
  color: #312783;
  padding: 0 0 10px;
  display: block;
}
main .single-post--content {
  background-color: #FFFFFF;
  padding: 30px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  main .single-post--intro {
    padding-top: 180px;
  }
  main .single-post--content {
    padding: 45px;
    margin: 45px auto 0;
  }
}
@media (min-width: 1200px) {
  main .single-post {
    padding-top: 150px;
  }
  main .single-post--content {
    padding: 60px;
  }
}

.page-404 {
  padding: 120px 0 60px;
  background: #312783;
  background: radial-gradient(to top, rgb(56, 142, 227) 0%, #312783 50%);
}
.page-404__wrapper {
  text-align: center;
}
.page-404__wrapper ul {
  padding: 20px 0 0;
  margin: 0;
}
.page-404__wrapper ul li {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-404 {
    padding: 180px 0 120px;
  }
  .page-404__wrapper ul li {
    display: inline-block;
  }
}

.cta-list__item {
  opacity: 0;
}
.cta-list.is-visible .cta-list__item {
  animation: fadeup 0.9s 0.35s 1 forwards;
}
.cta-list.is-visible .cta-list__item:nth-child(1) {
  animation-delay: 600ms;
}
.cta-list.is-visible .cta-list__item:nth-child(2) {
  animation-delay: 850ms;
}
.cta-list.is-visible .cta-list__item:nth-child(3) {
  animation-delay: 1100ms;
}

section .twocol__text, section .twocol__image {
  opacity: 0;
}
section .twocol.is-visible .twocol__text {
  animation: fadeup 0.9s 0.35s 1 forwards;
}
section .twocol.is-visible .twocol__image {
  animation: fadeup 0.9s 1 forwards;
}

.home--hero__bg, .home--hero__wrapper {
  opacity: 0;
}
.home--hero.is-visible .home--hero__bg {
  animation: fadein 0.9s 1 forwards;
}
.home--hero.is-visible .home--hero__wrapper {
  animation: fadeup 0.9s 0.35s 1 forwards;
}

.banner-text--center .title-wrapper,
.banner-text--center .image-wrapper,
.banner-text--center .text-content,
.banner-text--center .btn-wrapper {
  opacity: 0;
}
.banner-text--center.is-visible .title-wrapper {
  animation: fadeup 0.9s 1 forwards;
}
.banner-text--center.is-visible .image-wrapper {
  animation: fadeup 0.9s 0.175s 1 forwards;
}
.banner-text--center.is-visible .text-content {
  animation: fadeup 0.9s 0.35s 1 forwards;
}
.banner-text--center.is-visible .btn-wrapper {
  animation: fadeup 0.9s 0.7s 1 forwards;
}

.pro--hero .pre-title,
.pro--hero .big-title,
.pro--hero .desc,
.pro--hero small,
.pro--hero .btn-wrapper {
  opacity: 0;
}
.pro--hero__image {
  opacity: 0;
}
.pro--hero.is-visible .pre-title {
  animation: fadeup 0.9s 1 forwards;
}
.pro--hero.is-visible .big-title {
  animation: fadeup 0.9s 0.175s 1 forwards;
}
.pro--hero.is-visible .desc, .pro--hero.is-visible small {
  animation: fadeup 0.9s 0.35s 1 forwards;
}
.pro--hero.is-visible .btn-wrapper {
  animation: fadeup 0.9s 0.7s 1 forwards;
}
.pro--hero.is-visible .pro--hero__image.left {
  animation: fadeup 0.9s 0.7s 1 forwards;
}
.pro--hero.is-visible .pro--hero__image.right {
  animation: fadeup 0.9s 1.05s 1 forwards;
}

.banner-cta__item {
  opacity: 0;
}
.banner-cta.is-visible .banner-cta__item {
  animation: fadein 0.9s 1 forwards;
}

main .testimonials {
  opacity: 0;
}
main .testimonials.is-visible {
  animation: fadein 0.9s 1 forwards;
}
.more--intro .title,
.more--intro .text-wrapper {
  opacity: 0;
}
.more--intro.is-visible .title {
  animation: fadeup 0.9s 1 forwards;
}
.more--intro.is-visible .text-wrapper {
  animation: fadeup 0.9s 0.35s 1 forwards;
}

.team .more__team__list__item, .team--title {
  opacity: 0;
}
.team.is-visible .team--title {
  animation: fadeup 0.9s 1 forwards;
}
.team.is-visible .more--filters {
  animation: fadeup 0.9s 0.35s 1 forwards;
}
.team.is-visible .more__team__list__item {
  animation: fadein 0.9s 0.35s 1 forwards;
}

.banner-oa--intro .title, .banner-oa--intro picture {
  opacity: 0;
}
.banner-oa--wrapper__text, .banner-oa--wrapper__schema {
  opacity: 0;
}
.banner-oa.is-visible .banner-oa--intro .title {
  animation: fadeup 0.9s 0.35s 1 forwards;
}
.banner-oa.is-visible .banner-oa--intro picture {
  animation: fadeup 0.9s 0.7s 1 forwards;
}
.banner-oa.is-visible .banner-oa--wrapper__schema {
  animation: fadeup 0.9s 0.875s 1 forwards;
}
.banner-oa.is-visible .banner-oa--wrapper__text {
  animation: fadeup 0.9s 0.875s 1 forwards;
}
