@charset "UTF-8";
/*/*
Theme Name:   Divi Child
Description:  Divi Child Theme
Author:       Budafony
Author URI:   http://budafony.com
Template:     Divi
Version:      11.0.0
*/
/* VARIABLES */
/* MIXINS */
/* LAYOUT */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #8b8d91;
}

body #page-container {
  overflow: hidden;
}

#page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
  padding-bottom: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  margin-bottom: 30px;
  color: #555960;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.23em;
  text-align: center;
}

div.et_pb_section {
  padding-top: 50px;
}

.et_pb_row {
  width: 90%;
}

.entry-content .et_pb_text_inner > a {
  text-decoration: none !important;
}

.entry-content p > a,
.entry-content > a,
.entry-content li > a,
.entry-content .et_pb_text_inner p > a,
.entry-content .et_pb_text_inner > a,
.entry-content .et_pb_text_inner li > a,
#left-area .et_pb_text_inner p > a,
#left-area .et_pb_text_inner > a,
#left-area .et_pb_text_inner li > a,
.et_pb_toggle_content p > a,
.et_pb_toggle_content > a,
.et_pb_toggle_content li > a,
.imp__main__result-module .imp-result__services p > a,
.imp__main__result-module .imp-result__services > a,
.imp__main__result-module .imp-result__services li > a {
  color: #f37a1f;
  text-decoration: underline;
}

.entry-content ul,
.entry-content .et_pb_text_inner ul,
#left-area .et_pb_text_inner ul,
.et_pb_toggle_content ul,
.imp__main__result-module .imp-result__services ul {
  list-style: none !important;
}

.entry-content > ul,
.entry-content .et_pb_text_inner > ul,
#left-area .et_pb_text_inner > ul,
.et_pb_toggle_content > ul,
.imp__main__result-module .imp-result__services > ul {
  padding-left: 0;
  padding-bottom: 0;
}

.entry-content > ul li,
.entry-content .et_pb_text_inner > ul li,
#left-area .et_pb_text_inner > ul li,
.et_pb_toggle_content > ul li,
.imp__main__result-module .imp-result__services > ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}

.entry-content > ul li:last-child,
.entry-content .et_pb_text_inner > ul li:last-child,
#left-area .et_pb_text_inner > ul li:last-child,
.et_pb_toggle_content > ul li:last-child,
.imp__main__result-module .imp-result__services > ul li:last-child {
  margin-bottom: 0;
}

.entry-content > ul li::before,
.entry-content .et_pb_text_inner > ul li::before,
#left-area .et_pb_text_inner > ul li::before,
.et_pb_toggle_content > ul li::before,
.imp__main__result-module .imp-result__services > ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 8px;
  background-image: url(images/disc-purple.png);
}

@media screen and (max-width: 980px) {
  .et_pb_section.et_pb_fullwidth_section {
    padding-top: 50px !important;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .et_pb_column:last-child {
    margin-bottom: 0;
  }

  .hide-phone {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 24px;
  }
}

/* Gravity form */
.gform_wrapper {
  color: white;
}

.gform_wrapper .gfield .gfield_checkbox label,
.gform_wrapper .gfield .gfield_radio label{
  position: relative;
  padding-left: 40px !important;
}

.gform_wrapper .gfield .gfield_checkbox label:after,
.gform_wrapper .gfield .gfield_radio label:after{
  content: "";
  background: transparent;
  border: 2px solid white;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.gform_wrapper .gfield .gfield_radio label:after {
	border-radius: 10px;
}

.gform_wrapper .gfield .gfield_checkbox label:before,
.gform_wrapper .gfield .gfield_radio label:before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  left: 6px;
  top: 3px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"]{
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
  visibility:hidden;
}

.gform_wrapper input[type="checkbox"] + label,
.gform_wrapper input[type="radio"] + label{
  cursor: pointer;
}

.gform_wrapper input[type="checkbox"]:checked + label:before,
.gform_wrapper input[type="radio"]:checked + label:before{
  opacity: 1;
  top: 3px;
}

div.gform_wrapper.gform_validation_error .gform_body ul .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

div.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

/* PLUGINS */
/* Ajax search lite */
div.asl_s.searchsettings .asl_option:last-child {
  display: none;
}

/* WP page navi */
.wp-pagenavi {
  margin-top: 35px;
  border-top: none;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a.page {
  color: #8b8d91;
  font-size: 16px;
  font-weight: 500;
}

.wp-pagenavi a.page:hover {
  color: #f37a1f !important;
}

.wp-pagenavi span.current {
  color: #f37a1f !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* MODULES */
/* BreadCrumb */
.breadcrumb-section.et_pb_section {
  padding-top: 0;
  margin-top: 35px;
}

.breadcrumb-section.et_pb_section p {
  display: none;
}

.breadcrumb-section.et_pb_section .breadcrumb-container ul {
  text-align: center;
}

.breadcrumb-section.et_pb_section .breadcrumb-container ul li::before {
  content: none;
}

.breadcrumb-section.et_pb_section .breadcrumb-container ul li a,
.breadcrumb-section.et_pb_section .breadcrumb-container ul li .separator {
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.breadcrumb-section.et_pb_section .breadcrumb-container ul li:last-child .separator:last-child {
  display: none;
}

.breadcrumb-section.et_pb_section + .ld__rea-section.et_pb_section {
  padding-top: 0;
}

/* Orange link */
.link-orange-module a,
.ld__presta__hidden-module p:last-child a,
.imp__main__result-module .imp-result__google a {
  display: inline-block;
  padding: 16px 30px;
  line-height: 1em;
  color: white !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-color: #f37a1f;
  border: 1px solid #f37a1f;
  border-radius: 25px;
  transition-duration: 0.3s;
}

.link-orange-module a::after,
.ld__presta__hidden-module p:last-child a::after,
.imp__main__result-module .imp-result__google a::after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-right-white.png);
}

.link-orange-module a:hover,
.ld__presta__hidden-module p:last-child a:hover,
.imp__main__result-module .imp-result__google a:hover {
  background-color: white;
  color: #f37a1f !important;
}

.link-orange-module a:hover::after,
.ld__presta__hidden-module p:last-child a:hover::after,
.imp__main__result-module .imp-result__google a:hover::after {
  background-image: url(images/arrow-orange-small.png);
}

.link-orange-module.reg,
.ld__presta__hidden-module p:last-child.reg,
.imp__main__result-module .imp-result__google.reg {
  margin-top: 40px;
  text-align: center;
}

.link-orange-module.link-transparent-module,
.ld__presta__hidden-module p:last-child.link-transparent-module,
.imp__main__result-module .imp-result__google.link-transparent-module {
  text-align: left;
}

.link-orange-module.link-transparent-module a,
.ld__presta__hidden-module p:last-child.link-transparent-module a,
.imp__main__result-module .imp-result__google.link-transparent-module a {
  background-color: white;
  color: #f37a1f !important;
}

.link-orange-module.link-transparent-module a::after,
.ld__presta__hidden-module p:last-child.link-transparent-module a::after,
.imp__main__result-module .imp-result__google.link-transparent-module a::after {
  background-image: url(images/arrow-orange-small.png);
}

.link-orange-module.link-transparent-module a:hover,
.ld__presta__hidden-module p:last-child.link-transparent-module a:hover,
.imp__main__result-module .imp-result__google.link-transparent-module a:hover {
  background-color: #f37a1f;
  color: white !important;
}

.link-orange-module.link-transparent-module a:hover::after,
.ld__presta__hidden-module p:last-child.link-transparent-module a:hover::after,
.imp__main__result-module .imp-result__google.link-transparent-module a:hover::after {
  background-image: url(images/arrow-right-white.png);
}

/* Form top orange */
.form-orange-module .gform_body .gform_fields .gfield {
  margin: 0 0 5px;
  padding: 0;
  max-width: none !important;
}

.form-orange-module .gform_body .gform_fields .gfield .ginput_container {
  margin-top: 0;
}

.form-orange-module .gform_body .gform_fields .gfield .ginput_container .instruction {
  display: none;
}

.form-orange-module .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
  margin-top: 10px;
}

.form-orange-module .gform_body .gform_fields .gfield .ginput_container textarea {
  border: none;
  border-radius: 2px;
  padding-left: 28px;
  padding-top: 10px;
}

.form-orange-module .gform_body .gform_fields .gfield .validation_message {
  padding: 0;
}

.form-orange-module .gform_body .gform_fields .gfield_html {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.form-orange-module input {
  border-radius: 2px;
  margin-top: 0 !important;
  padding-left: 28px !important;
  width: 100% !important;
  height: 46px;
  border: 2px solid white;
}

.form-orange-module input:focus {
  border: 2px solid #671e5e;
}

.form-orange-module .gform_footer {
  text-align: right;
}

.form-orange-module .gform_footer .gform_button {
  width: auto !important;
  border-radius: 25px;
  padding: 0 52px 0 39px !important;
  background-color: white;
  color: #671e5e;
  background-image: url(images/arrow-right-purple.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  cursor: pointer;
  transition-duration: 0.3s;
  border: none;
  font-weight: 700;
}

.form-orange-module .gform_footer .gform_button:hover {
  background-color: #671e5e;
  color: white;
  background-image: url(images/arrow-right-white.png);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-orange-module .gform_footer .gform_button {
    width: 170px !important;
  }
}

/* Video */
.et_pb_video_play {
  margin-top: -96px !important;
  margin-left: -96px !important;
  width: 192px;
  height: 192px;
}

.et_pb_video_play::before {
  content: "";
  display: inline-block;
  background-position: 50% 50%;
  width: 192px;
  height: 192px;
  background-image: url(images/button-video.png);
}

.article__video-section.et_pb_section {
  padding-top: 58px;
}

.article__video-section.et_pb_section .et_pb_text {
  margin-bottom: 35px !important;
  text-align: center;
  color: #5a5d5d;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24.02px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.article__video-section.et_pb_section .et_pb_video {
  max-width: 710px;
  margin: 0 auto;
}

.article__video-section.et_pb_section .et_pb_video::before, .article__video-section.et_pb_section .et_pb_video::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 59px;
  position: absolute;
}

.article__video-section.et_pb_section .et_pb_video::before {
  background-image: url(images/article-video-before.png);
  top: -59px;
  left: -165px;
}

.article__video-section.et_pb_section .et_pb_video::after {
  background-image: url(images/article-video-after.png);
  bottom: -29px;
  right: -100px;
}

.article__video-section.et_pb_section .et_pb_video .et_pb_video_box::before {
  content: '';
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -1px;
  display: inline-block;
  width: 2px;
  height: 28px;
  background-image: url(images/article-video-middle.png);
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .article__video-section.et_pb_section .et_pb_video::after {
    content: none;
  }
}

/* News letter */
.nl-section.et_pb_section {
  background-color: #5a5d5d;
  margin-bottom: -40px;
  padding: 0;
}

.nl-section.et_pb_section .et_pb_row {
  padding: 36px 0 27px 190px;
  background-size: auto;
  background-image: url(images/nl-bg.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.nl-section.et_pb_section .et_pb_row .et_pb_column_1_2:first-child {
  width: 60%;
  margin-right: 0;
  padding-left: 30px;
  border-left: 1px solid white;
}

.nl-section.et_pb_section .et_pb_row .et_pb_column_1_2:last-child {
  width: 40%;
}

.nl-section.et_pb_section .et_pb_row .et_pb_text .et_pb_text_inner {
  color: white;
}

.nl-section.et_pb_section .et_pb_row .et_pb_text .et_pb_text_inner h4 {
  margin-bottom: 8px;
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code .gform_wrapper {
  margin: 0;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code .gform_wrapper .gfield {
  margin: 0;
  padding-right: 0;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code .gform_wrapper .gfield .ginput_container {
  margin: 0;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code form {
  display: flex;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input {
  margin-top: 0;
  height: 46px;
  float: left;
  border: none;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"], .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"] {
  padding-left: 15px !important;
  width: 280px;
  max-width: 100%;
  font-size: 13px !important;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]::-webkit-input-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8b8d91;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]:-moz-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8b8d91;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]::-moz-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8b8d91;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]:-ms-input-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8b8d91;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]::-webkit-input-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]:-moz-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]:-moz-placeholder {
  font-style: italic;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]::-moz-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]::-moz-placeholder {
  font-style: italic;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"]:-ms-input-placeholder, .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="text"]:-ms-input-placeholder {
  font-style: italic;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="submit"] {
  width: 43px;
  background-color: #8b8d91;
  background-image: url(images/arrow-right-big-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  cursor: pointer;
  transition-duration: 0.3s;
}

.nl-section.et_pb_section .et_pb_row .et_pb_code input[type="submit"]:hover {
  background-color: #717378;
}

@media screen and (max-width: 980px) {
  .nl-section.et_pb_section .et_pb_row {
    padding-left: 0;
  }

  .nl-section.et_pb_section .et_pb_row .et_pb_column_1_2 {
    width: 100%;
  }

  .nl-section.et_pb_section .et_pb_row .et_pb_column_1_2:first-child {
    border: none;
    padding-left: 0;
  }

  .nl-section.et_pb_section .et_pb_row .et_pb_code input[type="email"] {
    max-width: calc(100% - 46px);
  }
}

/* MENU */
/* Main menu */
.full-menu-overlay,
.space-menu-overlay,
.video-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000;
  transition: 0.5s;
  overflow-y: auto;
}

.full-menu-overlay .closebtn,
.space-menu-overlay .closebtn,
.video-overlay .closebtn {
  position: absolute;
  top: 40px;
  left: 45px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.full-menu-overlay .menu-overlay__content,
.space-menu-overlay .menu-overlay__content,
.video-overlay .menu-overlay__content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  width: 80%;
  max-width: 1045px;
  margin: 0 auto;
  text-align: center;
}

.full-menu-overlay {
  top: 0;
  left: -100%;
  background: rgba(103, 30, 94, 0.9);
}

.full-menu-overlay .closebtn {
  background-image: url(images/close-cross-orange.png);
}

.full-menu-overlay #top-menu li a {
  display: inline;
}

.full-menu-overlay li {
  text-align: left;
}

.full-menu-overlay li a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: inline;
  transition: 0.3s;
}

.full-menu-overlay li a:hover, .full-menu-overlay li a:focus {
  color: #f1f1f1;
}

.full-menu-overlay .menu-overlay__content .menu__col-1-3 {
  width: 33.33%;
}

.full-menu-overlay .menu-overlay__content .wpdreams_asl_container {
  display: none;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav {
  width: 100%;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li {
  display: block;
  padding: 0;
  line-height: 1em;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li a {
  padding: 0;
  text-align: left;
  line-height: 2em;
  font-size: 35px;
  font-weight: 300;
  color: white;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li a::after {
  content: none;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li a:hover {
  font-weight: 700;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li.active > a {
  font-weight: 700;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li .sub-menu {
  display: none;
}

.full-menu-overlay .menu-overlay__content #top-menu.custom-nav li.space-menu-toggle {
  display: none;
}

.full-menu-overlay .menu-overlay__content #menu-sub-item {
  width: 100%;
  display: none;
  padding-top: 10px;
}

.full-menu-overlay .menu-overlay__content #menu-sub-item li {
  list-style-type: none;
}

.full-menu-overlay .menu-overlay__content #menu-sub-item li a {
  padding: 0;
  line-height: 2em;
  text-align: left;
  font-size: 23px;
  font-weight: 400;
  color: white;
}

.full-menu-overlay .menu-overlay__content #menu-sub-item li a:hover {
  text-decoration: underline;
  padding-left: 15px;
}

.full-menu-overlay .menu-overlay__content .menu__side-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 143px;
  width: 250px;
  margin-bottom: 15px;
  padding: 0;
  border-radius: 10px;
  background-color: white;
  transition-duration: 0.3s;
  color: #f37a1f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button img {
  transition-duration: 0.1s;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button:hover {
  background-color: #f37a1f;
  color: white;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button.menu__side-button-contact img {
  margin-bottom: 30px;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button.menu__side-button-contact:hover img {
  filter: brightness(0) invert(1);
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button.menu__side-button-mag {
  position: relative;
  margin-bottom: 75px;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button.menu__side-button-mag:hover img {
  filter: brightness(0) invert(1);
}

.full-menu-overlay .menu-overlay__content .menu__side-container .menu__side-button.menu__side-button-mag:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #f37a1f;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .sfsi_plus_widget .sfsiplus_norm_row {
  position: static !important;
  width: 100% !important;
  text-align: center !important;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons {
  margin-left: 15px !important;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .sfsi_plus_widget .sfsiplus_norm_row .sfsi_plus_wicons:first-child {
  margin-left: 0 !important;
}

.full-menu-overlay .menu-overlay__content .menu__side-container .sfsi_plus_widget .sfsiplus_norm_row .sficn img {
  filter: brightness(0) invert(1);
}

.full-menu-overlay .menu-overlay__content .menu__side-container .sfsi_plus_widget .sfsiplus_norm_row .sficn img:hover {
  filter: none;
}

@media screen and (max-width: 980px) {
  #et_mobile_nav_menu {
    display: none;
  }

  .full-menu-overlay {
    padding-top: 90px;
    flex-direction: row;
  }

  .full-menu-overlay .closebtn {
    left: 10%;
  }

  .full-menu-overlay .menu-overlay__content .menu__col-1-3 {
    width: 100%;
  }

  .full-menu-overlay .menu-overlay__content .menu__col-1-3:nth-child(2) {
    display: none;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container {
    display: block;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox {
    height: 40px;
    background-color: transparent;
    border: 1px solid white;
    box-shadow: none;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .promagnifier {
    box-shadow: none;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .promagnifier svg {
    fill: white;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .proinput input {
    color: white !important;
    height: 40px;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .proinput input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white !important;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .proinput input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white !important;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .proinput input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white !important;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .proinput input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white !important;
  }

  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .proclose,
  .full-menu-overlay .menu-overlay__content .wpdreams_asl_container .probox .promagnifier {
    height: 40px;
    width: 40px;
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li {
    text-align: left;
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li.menu-item-has-children {
    background-image: url(images/arrow-right-big-white.png);
    background-repeat: no-repeat;
    background-position: 100% 15px;
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li.menu-item-has-children.open {
    background-image: url(images/arrow-down-big-white.png);
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li.active a {
    font-weight: 300;
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li > a {
    display: inline-block;
    font-size: 25px;
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li .sub-menu a {
    padding-left: 30px;
    width: 100%;
    font-size: 20px;
  }

  .full-menu-overlay .menu-overlay__content #top-menu.custom-nav > li.space-menu-toggle {
    display: block;
  }
}

/* Space menu */
.space-menu-overlay {
  top: -100%;
  left: 0;
  background: rgba(91, 94, 94, 0.92);
}

.space-menu-overlay .closebtn {
  background-image: url(images/close-cross-white.png);
}

.space-menu-overlay .menu-overlay__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}

.space-menu-overlay .menu-overlay__content .space-menu__title {
  color: white;
  font-family: Roboto;
  font-size: 35px;
  font-weight: 400;
}

.space-menu-overlay .menu-overlay__content .space-menu__title::after {
  content: '';
  display: block;
  width: 175px;
  height: 2px;
  margin: 35px auto 48px;
  background-color: white;
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 283px;
  height: 243px;
  margin-right: 30px;
  padding: 0px 45px;
  border-radius: 10px;
  background-color: white;
  color: #f37a1f;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition-duration: 0.3s;
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module:hover {
  background-color: #f37a1f;
  color: white;
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module:hover img {
  filter: brightness(0) invert(1);
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module:last-child {
  margin-right: 0;
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module img {
  display: block;
  margin: 0 auto 20px;
  transition-duration: 0.1s;
}

.space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: none;
}

.space-menu-overlay .menu-overlay__content .space-menu__menu-container a {
  display: inline-block;
  padding: 28px 52px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  border: 1px solid white;
  transition-duration: 0.3s;
}

.space-menu-overlay .menu-overlay__content .space-menu__menu-container a:hover {
  background-color: white;
  color: black;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module img {
    margin: 0 66px 20px;
  }
}

@media screen and (max-width: 980px) {
  .space-menu-overlay .menu-overlay__content {
    flex-direction: row;
  }

  .space-menu-overlay .menu-overlay__content > div {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .space-menu-overlay {
    padding: 90px 0 0;
  }

  .space-menu-overlay .menu-overlay__content .space-menu__button-row {
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }

  .space-menu-overlay .menu-overlay__content .space-menu__button-row .space-menu__button-module {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .space-menu-overlay .menu-overlay__content .space-menu__menu-container {
    margin-bottom: 50px;
  }
}

/* Sticky assist */
.sticky-assist-container {
  display: flex;
  position: fixed;
  height: 115px;
  top: 200px;
  left: 0;
  z-index: 10;
  margin-left: -230px;
  transition-duration: 0.3s;
}

.sticky-assist-container:hover {
  margin-left: 0;
}

.sticky-assist-container .sticky-assist__button {
  display: flex;
  align-items: stretch;
  width: 115px;
  background-repeat: no-repeat;
}

.sticky-assist-container .sticky-assist__button a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.sticky-assist-container .sticky-assist__button a span {
  padding-bottom: 10px;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__faq {
  background-image: url(images/sticky-faq.png);
  background-color: white;
  background-position: 50% 30%;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__faq a {
  color: #3e3e3e;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__faq:hover {
  background-image: url(images/sticky-faq-white.png);
}

.sticky-assist-container .sticky-assist__button.sticky-assist__faq:hover a {
  color: white;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__contact {
  background-image: url(images/sticky-contact.png);
  background-color: #3e3e3e;
  background-position: 50% 40%;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__contact a {
  color: #f7ffff;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__faq, .sticky-assist-container .sticky-assist__button.sticky-assist__contact {
  transition-duration: 0.3s;
}

.sticky-assist-container .sticky-assist__button.sticky-assist__faq:hover, .sticky-assist-container .sticky-assist__button.sticky-assist__contact:hover {
  background-color: #f37a1f;
}

.sticky-assist-container .sticky-assist__trigger {
  background-color: #5a5d5d;
  width: 50px;
  background-image: url(images/sticky-trigger.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 980px) {
  .sticky-assist-container {
    display: none;
  }
}

/* Video player */
.video-overlay {
  top: -100%;
  left: 0;
  background: rgba(91, 94, 94, 0.92);
}

.video-overlay .closebtn {
  left: 60px;
  z-index: 2;
  background-image: url(images/close-cross-orange.png);
}

.video-overlay video {
  z-index: 1;
  position: relative;
  max-height: 100vh;
}

/* Main header */
#main-header {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 95px;
}

#main-header .container {
  height: 100%;
}

#main-header #menu-toggle {
  position: absolute;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  z-index: 10;
  transition-duration: 0.6s;
}

#main-header #menu-toggle div {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  border-radius: 3px;
}

#main-header #menu-toggle div:last-child {
  width: 25px;
}

#main-header .logo_container {
  float: right;
  width: auto;
  height: 95px;
  margin-right: 45px;
  position: static;
  text-align: center;
  display: inline-block;
  transition-duration: 0.5s;
}

#main-header #et-top-navigation {
  position: relative;
  padding-right: 50px;
  padding-left: 0 !important;
}

#main-header #et-top-navigation li a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding-bottom: 33px;
}

#main-header #et-top-navigation li .sub-menu {
  border: none;
  width: 140px;
}

#main-header #et-top-navigation li .sub-menu li {
  margin-left: 0;
  width: 100%;
}

#main-header #et-top-navigation li .sub-menu li a {
  width: 100%;
  padding: 0;
  color: #f37a1f;
}

#main-header #et-top-navigation .wpml-ls-item {
  margin-left: 50px;
}

#main-header #et-top-navigation #et_top_search {
  position: absolute;
  top: 48px;
  right: 100px;
  transition-duration: 0.6s;
  color: white;
}

#main-header #et-top-navigation #et_top_search #et_search_icon:hover {
  color: #f37a1f;
}

#main-header.et-fixed-header {
  box-shadow: none !important;
  background-color: #f37a1f;
}

#main-header.et-fixed-header .logo_container {
  visibility: visible;
  opacity: 1;
}

body.single-post #main-header {
  box-shadow: none !important;
  background-color: #f37a1f;
}

body.single-post #main-header .logo_container {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 980px) {
  #main-header {
    background-color: #f37a1f;
  }

  #main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #main-header .container #menu-toggle {
    order: 0;
    margin-top: 0;
    position: static;
  }

  #main-header .container #et-top-navigation {
    order: 2;
    padding-top: 0;
    padding-right: 0;
  }

  #main-header .container #et-top-navigation .menu-item-type-custom,
  #main-header .container #et-top-navigation .menu-item-object-page,
  #main-header .container #et-top-navigation #et_top_search {
    display: none;
  }

  #main-header .container #et-top-navigation .wpml-ls-item {
    margin-left: 0;
  }

  #main-header .container #et-top-navigation .wpml-ls-item > a {
    padding-bottom: 0;
  }

  #main-header .container #et-top-navigation .wpml-ls-item .sub-menu {
    right: 0;
  }

  #main-header .container .logo_container {
    order: 1;
    float: none;
    margin-right: 0;
    margin: 0 25px;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}

/* search */
.et_search_outer .container {
  display: flex;
  align-items: center;
}

.et_search_outer .container .wpdreams_asl_container {
  border-radius: 3px;
}

.et_search_outer .container .wpdreams_asl_container .probox form {
  max-width: none !important;
}

.et_search_outer .container .wpdreams_asl_container .probox form input .autocomplete {
  display: none;
}

.et_search_outer .container .wpdreams_asl_container .probox .promagnifier,
.et_search_outer .container .wpdreams_asl_container .probox .proclose,
.et_search_outer .container .wpdreams_asl_container .probox .prosettings {
  display: none !important;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (max-width: 980px) {
  #top-menu {
    display: block;
  }
}

/* HOMEPAGE */
body.home #main-header .logo_container {
  visibility: hidden;
  opacity: 0;
}

body.home #main-header.et-fixed-header .logo_container {
  visibility: visible;
  opacity: 1;
}

.hp__top-section.et_pb_section {
  padding-top: 135px;
  padding-bottom: 50px;
}

.hp__top-section.et_pb_section::after {
  content: '';
  position: absolute;
  bottom: -206px;
  left: -24%;
  display: block;
  width: 574px;
  height: 665px;
  background-image: url(images/hp-top-motif.png);
  z-index: 1;
}

.hp__top-section.et_pb_section .et_pb_row {
  z-index: 2;
  text-align: center;
}

.hp__top-section.et_pb_section .et_pb_row .et_pb_module {
  text-align: center;
  color: white;
}

.hp__top-section.et_pb_section .et_pb_row .et_pb_module a {
  color: white;
  text-decoration: none;
}

.hp__top-section.et_pb_section .hp__top__image-row {
  margin-bottom: 35px;
}

.hp__top-section.et_pb_section .hp__top__image-row img {
  filter: drop-shadow(0px 0px 10px #ffffff);
}

.hp__top-section.et_pb_section .hp__top__title-row {
  margin-bottom: 28px;
}

.hp__top-section.et_pb_section .hp__top__title-row h1 {
  color: white;
  font-size: 45px;
  font-weight: 700;
}

.hp__top-section.et_pb_section .hp__top__intro-row {
  margin-bottom: 65px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.hp__top-section.et_pb_section .hp__top__link-row {
  margin-bottom: 58px;
}

.hp__top-section.et_pb_section .hp__top__link-row a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.hp__top-section.et_pb_section .hp__top__link-row a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 6px;
  left: 0;
  margin-left: 10px;
  width: 46px;
  height: 26px;
  background-image: url(images/hp-top-link-arrow.png);
  transition-duration: 0.3s;
}

.hp__top-section.et_pb_section .hp__top__link-row a:hover::after {
  left: 15px;
}

.hp__top-section.et_pb_section .hp__top__search-row {
  display: flex;
  background-color: white;
  max-width: 970px;
  padding: 43px 70px 46px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module {
  display: flex;
  align-items: center;
  color: #5a5d5d;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner {
  display: flex;
  width: 100%;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner div:first-child {
  display: inline-block;
  width: 70%;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner select {
  display: inline-block;
  max-width: 100%;
  margin-right: 5px;
  padding-right: 15px;
  font-size: 20px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #5a5d5d;
  cursor: pointer;
  font-weight: 700;
  appearance: none;
  background-image: url(images/arrow-down-select.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner select:last-child {
  display: block;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button {
  background-color: transparent;
  border: 1px solid #f37a1f;
  border-radius: 25px;
  padding: 13px 40px;
  color: #f37a1f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-orange-small.png);
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button:hover {
  background-color: #f37a1f;
  color: white;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button:hover::after {
  background-image: url(images/arrow-right-white.png);
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button:disabled {
  cursor: not-allowed;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button:disabled:hover {
  background-color: white;
  color: #f37a1f;
}

.hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner button:disabled:hover::after {
  background-image: url(images/arrow-orange-small.png);
}

@media screen and (max-width: 980px) {
  .hp__top-section.et_pb_section::after {
    content: none;
  }

  .hp__top-section.et_pb_section .hp__top__image-row,
  .hp__top-section.et_pb_section .hp__top__title-row,
  .hp__top-section.et_pb_section .hp__top__intro-row,
  .hp__top-section.et_pb_section .hp__top__link-row {
    margin-bottom: 30px;
  }

  .hp__top-section.et_pb_section .hp__top__search-row {
    padding: 20px 50px;
  }

  .hp__top-section.et_pb_section .hp__top__search-row .et_pb_code_inner {
    flex-wrap: wrap;
  }

  .hp__top-section.et_pb_section .hp__top__search-row .et_pb_code_inner > div {
    width: 100% !important;
  }

  .hp__top-section.et_pb_section .hp__top__search-row .et_pb_code_inner > div:last-child {
    margin-top: 20px;
    justify-content: center !important;
  }
}

@media screen and (max-width: 600px) {
  .hp__top-section.et_pb_section .hp__top__title-row h1 {
    font-size: 30px;
  }

  .hp__top-section.et_pb_section .hp__top__intro-row {
    font-size: 16px;
  }

  .hp__top-section.et_pb_section .hp__top__search-row {
    padding: 20px 30px;
  }

  .hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module {
    font-size: 16px;
  }

  .hp__top-section.et_pb_section .hp__top__search-row .et_pb_column .et_pb_module .et_pb_code_inner select {
    font-size: 16px;
  }
}

/* Expert */
.hp__expert-section.et_pb_section {
  padding: 55px 0 70px 0;
}

.hp__expert-section.et_pb_section h2 {
  margin-bottom: 15px;
}

.hp__expert-section.et_pb_section .hp__expert__intro-row {
  max-width: 860px;
  margin-bottom: 70px;
}

.hp__expert-section.et_pb_section .hp__expert__intro-row .et_pb_text {
  text-align: center;
}

.hp__expert-section.et_pb_section .hp__expert__main-row {
  max-width: 1120px;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2 {
  position: relative;
  margin-right: -5.715%;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:first-child {
  z-index: 2;
  width: 57.59%;
  margin-top: 30px;
  padding: 65px 65px 38px;
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:last-child {
  position: relative;
  z-index: 1;
  width: 48.125%;
  padding-right: 35px;
  background-color: #671e5e;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:last-child .et_pb_image::before, .hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:last-child .et_pb_image::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 37px;
  height: 20px;
  background-color: white;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:last-child .et_pb_image::before {
  top: 0;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:last-child .et_pb_image::after {
  bottom: 0;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle {
  margin-bottom: 0;
  padding: 25px 0;
  background-color: white;
  border: none;
  border-top: 1px solid #cccdcf;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle:first-child {
  display: none;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle:last-child {
  border-bottom: 1px solid #cccdcf;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
  font-size: 20px;
  font-weight: 400;
  color: #671e5e;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_title:hover {
  font-weight: 700;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_title::before {
  content: '';
  right: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(images/plus-purple.png);
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content p:last-child {
  text-align: right;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content p:last-child a {
  color: #671e5e;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-decoration: none;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content p:last-child a::after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 6px;
  height: 10px;
  background-image: url(images/arrow-right-purple.png);
}

.hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  display: none;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module {
  margin-top: 49px;
  text-align: right;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module a {
  color: #f37a1f;
  border: 1px solid #f37a1f;
  text-decoration: none;
  padding: 17px 45px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  transition-duration: 0.3s;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module a::after {
  content: '';
  display: inline-block;
  margin-left: 30px;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-orange-small.png);
}

.hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module a:hover {
  color: white;
  background-color: #f37a1f;
}

.hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module a:hover::after {
  background-image: url(images/arrow-right-white.png);
}

@media screen and (max-width: 980px) {
  .hp__expert-section.et_pb_section .hp__expert__intro-row {
    margin-bottom: 30px;
  }

  .hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:first-child {
    padding: 40px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:last-child {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_column_1_2:first-child {
    padding: 20px 20px 30px;
  }

  .hp__expert-section.et_pb_section .hp__expert__main-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
    font-size: 16px;
  }

  .hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module a {
    padding: 17px 20px;
    font-size: 10px;
  }

  .hp__expert-section.et_pb_section .hp__expert__main-row .hp__expert__main__link-module a::after {
    content: none;
  }
}

/* Target */
.hp__target-section.et_pb_section {
  padding: 65px 0 75px 0;
  background-color: #f8f8f8;
}

.hp__target-section.et_pb_section h2 {
  margin-bottom: 50px;
}

.hp__target-section.et_pb_section .hp__target__slider-row {
  max-width: none;
  width: 100%;
  overflow: hidden;
  /* Slider */;
}

.hp__target-section.et_pb_section .hp__target__slider-row .et_pb_column {
  padding: 140px 50px 50px 83px;
  margin-right: 0;
  transition-duration: 0.6s;
  transform: scale(0.86);
}

.hp__target-section.et_pb_section .hp__target__slider-row .et_pb_module {
  margin-bottom: 30px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__title-module {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 50;
  display: flex;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__title-module .et_pb_text_inner {
  z-index: 60;
  transition-duration: 0.6s;
  width: 60px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__title-module .et_pb_text_inner h3 {
  text-shadow: 0 0 62px rgba(0, 0, 0, 0.27);
  font-size: 45px;
  font-weight: 700;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__text-module,
.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__person-module,
.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__link-module {
  visibility: hidden;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__text-module {
  position: relative;
  margin-bottom: 35px;
  max-width: 580px;
  color: white;
  text-shadow: 0 0 62px rgba(0, 0, 0, 0.27);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.24em;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__text-module::before {
  content: '';
  background-image: url(images/hp-slider-quote.png);
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -60px;
  width: 48px;
  height: 42px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__person-module {
  position: relative;
  margin-bottom: 62px;
  padding-left: 47px;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__person-module::before {
  content: '';
  width: 65px;
  height: 60px;
  background-image: url(images/hp-slider-person.png);
  position: absolute;
  top: -20px;
  left: 0;
}

.hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__link-module {
  position: relative;
  z-index: 100;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-current,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active {
  background-color: green;
  transform: scale(1);
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-current .hp__target__slider__title-module,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active .hp__target__slider__title-module {
  top: 20px;
  left: 25px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-current .hp__target__slider__title-module .et_pb_text_inner,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active .hp__target__slider__title-module .et_pb_text_inner {
  width: auto;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-current .hp__target__slider__title-module .et_pb_text_inner h3,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active .hp__target__slider__title-module .et_pb_text_inner h3 {
  position: static;
  transform: none;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-current .hp__target__slider__text-module,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-current .hp__target__slider__person-module,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-current .hp__target__slider__link-module,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active .hp__target__slider__text-module,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active .hp__target__slider__person-module,
.hp__target-section.et_pb_section .hp__target__slider-row .slick-active .hp__target__slider__link-module {
  visibility: visible;
}

.hp__target-section.et_pb_section .hp__target__slider-row .prev-slide {
  background-color: blue;
}

.hp__target-section.et_pb_section .hp__target__slider-row .prev-slide .hp__target__slider__title-module {
  left: auto;
  right: 0;
}

.hp__target-section.et_pb_section .hp__target__slider-row .prev-slide .hp__target__slider__title-module .et_pb_text_inner {
  right: 0;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow {
  z-index: 5;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-prev, .hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-next {
  width: 29px;
  height: 44px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-prev:before, .hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-next:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 44px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-prev {
  left: 25px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-prev::before {
  background-image: url(images/hp-slider-prev.png);
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-next {
  right: 25px;
}

.hp__target-section.et_pb_section .hp__target__slider-row .slick-arrow.slick-next::before {
  background-image: url(images/hp-slider-next.png);
}

@media screen and (max-width: 980px) {
  .hp__target-section.et_pb_section {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hp__target-section.et_pb_section .hp__target__slider-row .et_pb_column {
    padding: 70px 20px 30px 20px;
  }

  .hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__title-module .et_pb_text_inner h3 {
    font-size: 28px;
  }

  .hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__text-module {
    font-size: 18px;
  }

  .hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__link-module a {
    padding: 14px 20px;
    font-size: 13px;
  }

  .hp__target-section.et_pb_section .hp__target__slider-row .hp__target__slider__link-module a::after {
    margin-left: 10px;
  }
}

/* Talent */
.hp__talent-section.et_pb_section {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  background-color: #f37a1f;
  background-size: auto;
  background-position: 100% 50%;
}

.hp__talent-section.et_pb_section h2 {
  margin-bottom: 15px;
}

.hp__talent-section.et_pb_section .et_pb_row {
  display: flex;
  align-items: stretch;
  max-width: none;
  width: 100%;
  overflow: hidden;
}

.hp__talent-section.et_pb_section .et_pb_row .et_pb_column_1_2 {
  width: 50%;
  margin-right: 0;
}

.hp__talent-section.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_module {
  max-width: 625px;
  margin-left: auto;
}

.hp__talent-section.et_pb_section .hp__talent__main-column {
  padding: 52px 30px 68px;
}

.hp__talent-section.et_pb_section .hp__talent__main-column .et_pb_module {
  margin-bottom: 0;
}

.hp__talent-section.et_pb_section .hp__talent__main-column .et_pb_text {
  color: white;
  font-weight: 300;
}

.hp__talent-section.et_pb_section .hp__talent__main-column h2 {
  display: inline-block;
  padding: 15px 40px 0 0;
  color: white;
  background-image: url(images/hp-talent-top.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.hp__talent-section.et_pb_section .hp__talent__main-column .hp__talent__intro-module {
  display: flex;
  align-items: center;
}

.hp__talent-section.et_pb_section .hp__talent__main-column .hp__talent__offer-container {
  margin-top: 25px;
}

.hp__talent-section.et_pb_section .hp__talent__main-column .hp__talent__offer-container .hp__talent__offer__all-link {
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: white;
}

.hp__talent-section.et_pb_section .hp__talent__main-column .hp__talent__offer-container .hp__talent__offer__all-link::after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-left: 20px;
  background-image: url("images/arrow-right-white.png");
}

.hp__talent-section.et_pb_section .hp__talent__video-column {
  text-align: center;
  cursor: pointer;
}

.hp__talent-section.et_pb_section .hp__talent__video-resp {
  display: none;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box,
.offer__main-section.et_pb_section .hp__talent__offer-box,
.ld__news-section .hp__talent__offer-box {
  position: relative;
  display: block;
  max-width: 510px;
  margin-bottom: 20px;
  padding: 25px 0 26px 29px;
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.03);
  border-radius: 5px 0 0 5px;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box:last-child,
.offer__main-section.et_pb_section .hp__talent__offer-box:last-child,
.ld__news-section .hp__talent__offer-box:last-child {
  margin-bottom: 0;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box::after,
.offer__main-section.et_pb_section .hp__talent__offer-box::after,
.ld__news-section .hp__talent__offer-box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -58px;
  width: 58px;
  background-image: url("images/arrow-right-big-white.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #671e5e;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.03);
  border-radius: 0 5px 5px 0;
  transition-duration: 0.3s;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box:hover::after,
.offer__main-section.et_pb_section .hp__talent__offer-box:hover::after,
.ld__news-section .hp__talent__offer-box:hover::after {
  background-position: 60% 50%;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__title,
.offer__main-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__title,
.ld__news-section .hp__talent__offer-box .hp__talent__offer__title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f37a1f;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location,
.hp__talent-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type,
.offer__main-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location,
.offer__main-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type,
.ld__news-section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location,
.ld__news-section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type {
  display: inline-block;
  color: #8b8d91;
  line-height: 1em;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location,
.offer__main-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location,
.ld__news-section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location {
  padding-right: 15px;
  border-right: 1px solid #8b8d91;
}

.hp__talent-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type,
.offer__main-section.et_pb_section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type,
.ld__news-section .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type {
  margin-left: 10px;
}

@media screen and (max-width: 980px) {
  body div.hp__talent-section.et_pb_section {
    background-image: none !important;
    padding-top: 30px;
    text-align: center;
  }

  body div.hp__talent-section.et_pb_section .hp__talent__video-resp {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }

  body div.hp__talent-section.et_pb_section .hp__talent__video-resp img {
    width: 100%;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row {
    width: 90%;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column {
    padding: 0;
    text-align: left;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module {
    margin-left: 0;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module h2 {
    margin-top: 25px;
    text-align: left;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box {
    max-width: calc(100% - 60px);
  }

  body div.hp__talent-section.et_pb_section .hp__talent__video-column {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box {
    max-width: calc(100% - 30px);
    padding: 15px 0 15px 15px;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box::after {
    width: 30px;
    right: -30px;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box .hp__talent__offer__title {
    font-size: 16px;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location,
  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type {
    font-size: 14px;
    display: block;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__location {
    padding-right: 0;
    border: 0;
  }

  body div.hp__talent-section.et_pb_section .et_pb_row .hp__talent__main-column .et_pb_module .hp__talent__offer-box .hp__talent__offer__info-container .hp__talent__offer__info__type {
    margin-left: 0;
  }
}

/* News */
.hp__news-section.et_pb_section {
  padding: 45px 0 0 0;
}

.hp__news-section.et_pb_section .hp__news__title-row {
  margin-bottom: 30px;
}

.hp__news-section.et_pb_section .hp__news__title-row .et_pb_image {
  text-align: center;
}

.hp__news-section.et_pb_section .hp__news__main-row {
  max-width: 1100px;
  overflow: visible;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider {
  position: relative;
  background-color: transparent;
  overflow: visible;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide {
  padding: 0;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_image {
  margin-top: 0 !important;
  position: relative;
  width: 37%;
  margin-right: -4.36%;
  z-index: 1;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_image img {
  max-height: none !important;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
  float: none;
  position: relative;
  margin: 0;
  z-index: 2;
  width: 67.36%;
  padding: 30px 80px 35px 50px;
  background-color: white;
  box-shadow: 0 0 16px 8px rgba(18, 18, 18, 0.07);
  text-shadow: none;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_date {
  margin-bottom: 10px;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
  color: #464646 !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.43em;
  text-align: left;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
  color: #464646;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper a {
  display: inline-block;
  margin-top: 17px;
  padding: 0;
  color: #f37a1f;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper a::after {
  content: '';
  position: static;
  opacity: 1;
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-orange-small.png);
  transition-duration: 0.3s;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper a:hover::after {
  margin-left: 18px;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_tags {
  margin-top: 23px;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_tags p {
  padding-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 1.4px;
  color: #cdcdcd;
  cursor: pointer;
  transition-duration: 0.3s;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_tags p:hover {
  color: #f37a1f;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et-pb-controllers {
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et-pb-controllers a {
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #8b8d91;
}

.hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et-pb-controllers a.et-pb-active-control {
  background-color: #8b8d91;
}

.hp__news-section.et_pb_section .hp__news__link-row {
  margin-top: 15px;
}

.hp__news-section.et_pb_section .hp__news__link-row .et_pb_text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
    text-align: left;
    width: 100%;
  }

  .hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et-pb-controllers {
    margin-top: 20px;
    margin-bottom: 30px;
    position: static;
    flex-direction: row;
  }
}

@media screen and (max-width: 500px) {
  .hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
    padding: 20px 30px;
  }

  .hp__news-section.et_pb_section .hp__news__main-row .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 22px;
  }
}

/* LANDING TARGET */
/* Global */
/* top */
.ld__top-section.et_pb_section {
  padding: 185px 0 38px;
}

.ld__top-section.et_pb_section .et_pb_column_2_3 {
  width: 56.36%;
  margin-right: 10.36%;
}

.ld__top-section.et_pb_section .et_pb_column_1_3 {
  width: 33.28%;
}

.ld__top-section.et_pb_section .ld__top__title-module {
  margin-bottom: 45px;
}

.ld__top-section.et_pb_section .ld__top__title-module h1 {
  font-size: 70px;
  font-weight: 400;
  color: white;
}

.ld__top-section.et_pb_section .ld__top__title-module h1::after {
  content: '';
  display: block;
  width: 95px;
  height: 2px;
  margin-top: 35px;
  margin-left: -45px;
  background-color: #f37a1f;
}

.ld__top-section.et_pb_section .et_pb_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: white;
}

@media screen and (max-width: 980px) {
  .ld__top-section.et_pb_section {
    padding-top: 135px;
  }

  .ld__top-section.et_pb_section .ld__top__title-module h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 500px) {
  .ld__top-section.et_pb_section .ld__top__title-module {
    margin-bottom: 25px;
  }

  .ld__top-section.et_pb_section .ld__top__title-module h1 {
    font-size: 35px;
  }

  .ld__top-section.et_pb_section .ld__top__title-module h1::after {
    margin-top: 20px;
  }
}

/* presta */
.ld__presta-section.et_pb_section {
  margin-top: 22px;
  padding-top: 0;
  padding-bottom: 53px;
  background-size: auto;
  background-position: 0% 0;
}

.ld__presta-section.et_pb_section h2 {
  margin-bottom: 30px;
}

.ld__presta-section.et_pb_section .ld__top__main-row {
  max-width: 1020px;
  margin-bottom: 60px;
}

.ld__presta-section.et_pb_section .ld__top__main-row:last-child {
  margin-bottom: 0;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column {
  position: relative;
  padding: 38px 0 42px 0;
  background-color: white;
  box-shadow: 0 0 16px 8px rgba(9, 9, 9, 0.05);
  border-radius: 0 5px 0 0;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column_1_2 {
  width: 46.08%;
  margin-right: 7.84%;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column_4_4 {
  max-width: 730px;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text {
  margin-bottom: 0;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner {
  padding-left: 88px;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner h3 {
  color: #555960;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 45px;
  letter-spacing: 1.6px;
  background-image: url(images/arrow-down-purple.png);
  background-repeat: no-repeat;
  background-position: 93% 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner h3:hover {
  text-decoration: underline;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner p {
  padding-right: 40px;
  padding-bottom: 0;
  color: #bbbcbc;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner p:last-child {
  margin-top: 18px;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner img {
  position: absolute;
  top: 0;
  left: 25px;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
  height: 0;
  opacity: 0;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  height: 1px;
  background-color: #dcddde;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module ul {
  padding: 0;
  list-style-type: none;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module ul li {
  line-height: 1em;
  margin-bottom: 25px;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module ul li:last-child {
  margin-bottom: 0;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module ul li:before {
  content: '- ';
  position: static;
  background-image: none;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #671e5e;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module ul li a:hover {
  text-decoration: underline;
  font-weight: 600;
}

.ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module p:last-child {
  margin-top: 30px;
  text-align: right;
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column.open .et_pb_text .et_pb_text_inner h3 {
  background-image: url(images/arrow-right-orange.png);
}

.ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column.open .ld__presta__hidden-module {
  margin-top: 20px;
  padding-top: 22px;
  height: auto;
  opacity: 1;
}

.ld__presta-section.et_pb_section .ld__presta__subtitle-row {
  margin-bottom: 55px;
}

.ld__presta-section.et_pb_section .ld__presta__subtitle-row h3 {
  color: #f37a1f;
  text-align: center;
  font-size: 35px;
  line-height: 1.23em;
}

.ld__presta-section.et_pb_section .ld__presta__subtitle-row h3::after {
  content: '';
  display: block;
  margin: 20px auto 0;
  max-width: 413px;
  height: 1px;
  background-color: #dcddde;
}

.ld__presta-section.et_pb_section .ld__presta__bottom-row ul {
  list-style: none;
  padding: 0;
}

.ld__presta-section.et_pb_section .ld__presta__bottom-row ul li {
  position: relative;
  padding-left: 15px;
  color: #bbbcbc;
  margin-bottom: 20px;
}

.ld__presta-section.et_pb_section .ld__presta__bottom-row ul li:last-child {
  margin-bottom: 0;
}

.ld__presta-section.et_pb_section .ld__presta__bottom-row ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 8px;
  background-image: url(images/disc-purple.png);
}

@media screen and (max-width: 980px) {
  .ld__presta-section.et_pb_section .ld__top__main-row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column {
    padding-bottom: 52px;
  }

  .ld__presta-section.et_pb_section .ld__top__main-row .et_pb_column_1_2 {
    position: relative;
    margin-right: 0;
  }

  .ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text {
    overflow: visible;
  }

  .ld__presta-section.et_pb_section .ld__top__main-row .et_pb_text .et_pb_text_inner h3 {
    font-size: 14px;
    background-position: 93% 8px;
  }

  .ld__presta-section.et_pb_section .ld__top__main-row .ld__presta__hidden-module p:last-child {
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .ld__presta-section.et_pb_section .ld__presta__subtitle-row {
    margin-bottom: 30px;
  }

  .ld__presta-section.et_pb_section .ld__presta__subtitle-row h3 {
    font-size: 25px;
  }
}

/* book */
.ld__book-section.et_pb_section {
  background-color: #f6931d;
  padding: 68px 0 105px 0;
  background-size: auto;
  background-position: 57% 100%;
}

.ld__book-section.et_pb_section .et_pb_row {
  position: relative;
}

.ld__book-section.et_pb_section .et_pb_row .et_pb_column_2_3 {
  width: 56%;
  margin-right: 0;
}

.ld__book-section.et_pb_section .et_pb_row .et_pb_column_1_3 {
  position: static;
  width: 44%;
}

.ld__book-section.et_pb_section h2 {
  color: white;
  text-align: left;
  margin-bottom: 35px;
}

.ld__book-section.et_pb_section .et_pb_text {
  color: white;
  margin-bottom: 0;
}

.ld__book-section.et_pb_section .link-orange-module {
  margin-top: 43px;
}

.ld__book-section.et_pb_section .link-orange-module a {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: white;
  color: #671e5e !important;
  border: none;
}

.ld__book-section.et_pb_section .link-orange-module a::after {
  background-image: url(images/arrow-right-purple.png);
}

.ld__book-section.et_pb_section .link-orange-module a:hover {
  background-color: #671e5e;
  color: white !important;
}

.ld__book-section.et_pb_section .link-orange-module a:hover::after {
  background-image: url(images/arrow-right-white.png);
}

.ld__book-section.et_pb_section .et_pb_image {
  position: absolute;
  right: -80px;
  bottom: -70px;
}

.ld__book-section.et_pb_section .et_pb_image img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .ld__book-section.et_pb_section {
    padding-bottom: 20px;
  }

  .ld__book-section.et_pb_section .et_pb_image {
    display: none;
  }
}

/* réassurance */
.ld__rea-section.et_pb_section {
  padding: 29px 0 55px 0;
}

.ld__rea-section.et_pb_section h2 {
  margin-bottom: 44px;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3,
.ld__rea-section.et_pb_section .et_pb_column_1_4 {
  position: relative;
  margin-right: 0;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3::after,
.ld__rea-section.et_pb_section .et_pb_column_1_4::after {
  position: absolute;
  right: -85px;
  top: 25px;
  content: '';
  display: inline-block;
  width: 170px;
  height: 2px;
  background-color: #dcddde;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3:last-child::after,
.ld__rea-section.et_pb_section .et_pb_column_1_4:last-child::after {
  content: none;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3 .et_pb_image,
.ld__rea-section.et_pb_section .et_pb_column_1_4 .et_pb_image {
  min-height: 68px;
  text-align: center;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3 .et_pb_text,
.ld__rea-section.et_pb_section .et_pb_column_1_4 .et_pb_text {
  text-align: center;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3 .et_pb_text h3,
.ld__rea-section.et_pb_section .et_pb_column_1_4 .et_pb_text h3 {
  color: #555960;
  font-size: 28px;
  margin-bottom: 11px;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3 .et_pb_text p,
.ld__rea-section.et_pb_section .et_pb_column_1_4 .et_pb_text p {
  color: #8b8d91;
}

.ld__rea-section.et_pb_section .et_pb_column_1_3 {
  width: 33.33%;
}

.ld__rea-section.et_pb_section .et_pb_column_1_4 {
  width: 25%;
}

.ld__rea-section.et_pb_section .et_pb_column_1_4::after {
  right: -60px;
  width: 120px;
}

@media screen and (max-width: 980px) {
  .ld__rea-section.et_pb_section .et_pb_column_1_3:nth-child(4), .ld__rea-section.et_pb_section .et_pb_column_1_3:nth-child(5),
  .ld__rea-section.et_pb_section .et_pb_column_1_4:nth-child(4),
  .ld__rea-section.et_pb_section .et_pb_column_1_4:nth-child(5) {
    display: none;
  }

  .ld__rea-section.et_pb_section .et_pb_column_1_3::after,
  .ld__rea-section.et_pb_section .et_pb_column_1_4::after {
    content: none;
  }
}

/* news */
.ld__news-section.et_pb_section {
  padding-top: 0;
  text-decoration: none;
}

.ld__news-section.et_pb_section .et_pb_row {
  overflow: hidden;
  max-width: none;
  width: 100%;
  display: flex;
}

.ld__news-section.et_pb_section h2 {
  margin-bottom: 28px;
  padding-left: 48px;
  text-align: left;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 {
  width: 50%;
  margin-right: 0;
}

.ld__news-section.et_pb_section .et_pb_column_1_2:first-child {
  width: 54.55%;
  background-color: #323030;
  padding: 68px 0 50px 0;
}

.ld__news-section.et_pb_section .et_pb_column_1_2:first-child .et_pb_module {
  max-width: 430px;
  margin-left: auto;
  margin-right: 170px;
}

.ld__news-section.et_pb_section .et_pb_column_1_2:last-child {
  width: 45.45%;
  padding: 34px 0 0 0;
}

.ld__news-section.et_pb_section .et_pb_column_1_2:last-child .et_pb_module {
  max-width: 570px;
  margin-bottom: 0;
}

.ld__news-section.et_pb_section .et_pb_column_1_2:last-child .link-orange-module {
  margin-top: 50px;
  text-align: center;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing {
  padding: 0;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  padding: 0;
  list-style-type: none;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item:last-child {
  margin-bottom: 0;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item .image {
  order: 0;
  line-height: 0;
  margin-bottom: 20px;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item .image img {
  width: 100%;
  max-width: 360px;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item .title {
  order: 2;
  width: 100%;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item .title::after {
  content: "Lire l'article >";
  display: block;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.ld__news-section.et_pb_section .et_pb_column_1_2 .display-posts-listing .listing-item .date {
  order: 1;
  width: 100%;
  margin-bottom: 5px;
  color: #8b8d91;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
}

.ld__news-section.et_pb_section #talent-offer .hp__talent__offer__all-link {
  display: none;
}

.ld__news-section.et_pb_section #talent-offer .hp__talent__offer-box {
  margin-left: -60px;
  border-radius: 0;
}

.ld__news-section.et_pb_section #talent-offer .hp__talent__offer-box::after {
  background-color: #f37a1f;
}

.ld__news-section.et_pb_section:last-child .ld__event-container {
  margin-bottom: 0;
}

.ld__news-section.et_pb_section .ld__event-container {
  position: relative;
  left: -65px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.03);
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__box {
  display: flex;
  flex-wrap: wrap;
  width: 89.44%;
  padding: 20px 0 20px 0;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__date {
  color: #8b8d91;
  width: 22.35%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #d1d1d3;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__date .ld__event__date-day {
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__date .ld__event__date-day a {
  color: #8b8d91;
  text-decoration: none;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__date .ld__event__date-remain a {
  color: #8b8d91;
  text-decoration: none;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 77.65%;
  padding-left: 30px;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info-name {
  width: 100%;
  color: #f37a1f;
  font-size: 20px;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info-name a {
  color: #f37a1f !important;
  text-decoration: none;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location {
  width: 100%;
  color: #8b8d91;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location a {
  color: #8b8d91;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location .ld__event__info__location-city {
  display: inline-block;
  font-weight: 700;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location .ld__event__info__location-time {
  display: inline-block;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location .ld__event__info__location-time::before {
  content: '|';
  display: inline-block;
  margin: 0 14px 0 14px;
}

.ld__news-section.et_pb_section .ld__event-container .ld__event__link-container {
  width: 10.56%;
  border-radius: 0 5px 0 0;
  background-color: #f37a1f;
  background-image: url(images/arrow-right-big-white.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}

.ld__news-section.et_pb_section .ld__event-container:hover .ld__event__link-container {
  background-position: 60% 50%;
  background-color: #f6974f;
}

@media screen and (max-width: 980px) {
  .ld__news-section.et_pb_section h2 {
    padding-left: 0;
  }

  .ld__news-section.et_pb_section .et_pb_row {
    flex-wrap: wrap;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2 .et_pb_module {
    width: 90%;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2:first-child {
    margin-bottom: 0;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2:first-child .et_pb_module {
    margin-right: auto;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2:first-child .et_pb_module .image {
    margin-left: auto;
    margin-right: auto;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2:last-child .et_pb_module {
    margin-right: auto;
    margin-left: auto;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2:last-child .et_pb_module.link-orange-module {
    margin-bottom: 40px;
  }

  .ld__news-section.et_pb_section .et_pb_row .et_pb_column_1_2 #talent-offer .hp__talent__offer-box {
    margin-left: 0;
  }

  .ld__event-container {
    left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .ld__news-section.et_pb_section .ld__event-container .ld__event__date .ld__event__date-day {
    font-size: 25px;
  }

  .ld__news-section.et_pb_section .ld__event-container .ld__event__date .ld__event__date-remain {
    font-size: 14px;
  }

  .ld__news-section.et_pb_section .ld__event-container .ld__event__info {
    padding-left: 15px;
    padding-right: 10px;
  }

  .ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info-name {
    font-size: 16px;
  }

  .ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location .ld__event__info__location-city {
    font-size: 14px;
    width: 100%;
  }

  .ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location .ld__event__info__location-time {
    font-size: 12px;
    width: 100%;
  }

  .ld__news-section.et_pb_section .ld__event-container .ld__event__info .ld__event__info__location .ld__event__info__location-time::before {
    content: none;
  }
}

/*copy hp */
.ld__news-2-section.et_pb_section {
  background-color: #f0f1f1;
  padding-bottom: 50px;
}

.ld__news-2-section.et_pb_section h2 {
  margin-bottom: 0;
}

.ld__news-2-section.et_pb_section .hp__news__title-row {
  margin-bottom: 45px;
}

/* assist */
.ld__assist-section.et_pb_section {
  margin-bottom: -40px;
  padding: 26px 0 65px 0;
  background-size: auto;
  background-position: 2% 100%;
}

.ld__assist-section.et_pb_section + .nl-section.et_pb_section {
  margin-top: 40px;
}

.ld__assist-section.et_pb_section h2 {
  margin-bottom: 45px;
}

.ld__assist-section.et_pb_section .ld__assist__main-row {
  display: flex;
  align-items: stretch;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 {
  width: 49.55%;
  margin-right: 0.9%;
  padding: 50px 60px 35px;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.05);
  background-color: white;
  transition-duration: 0.3s;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner {
  position: relative;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 0;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner h3,
.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner p {
  transition-duration: 0.3s;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner h3 {
  font-size: 30px;
  color: #f37a1f;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner p {
  color: #8b8d91;
  text-align: center;
  padding: 0;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2:hover {
  background-color: #f37a1f;
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2:hover .et_pb_text .et_pb_text_inner img {
  filter: brightness(0) invert(1);
}

.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2:hover .et_pb_text .et_pb_text_inner h3,
.ld__assist-section.et_pb_section .ld__assist__main-row .et_pb_column_1_2:hover .et_pb_text .et_pb_text_inner p {
  color: white;
}

@media screen and (max-width: 980px) {
  div.ld__assist-section.et_pb_section.et_pb_with_background {
    background-image: none !important;
    padding-bottom: 30px;
  }

  div.ld__assist-section.et_pb_section.et_pb_with_background .ld__assist__main-row {
    flex-wrap: wrap;
  }

  div.ld__assist-section.et_pb_section.et_pb_with_background .ld__assist__main-row .et_pb_column_1_2 {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  div.ld__assist-section.et_pb_section.et_pb_with_background .ld__assist__main-row .et_pb_column_1_2 {
    padding: 30px;
  }

  div.ld__assist-section.et_pb_section.et_pb_with_background .ld__assist__main-row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner > div {
    margin-bottom: 15px;
  }
}

/* linkedin */
.ld__linkedin-section.et_pb_section {
  background-color: #0077b5;
  padding: 0;
  overflow: hidden;
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner {
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner p {
  padding-bottom: 0;
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner p:nth-last-child(2) {
  position: relative;
  margin-left: 20px;
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner p:nth-last-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -4px;
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-right-white.png);
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner p:last-child a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 0;
}

.ld__linkedin-section.et_pb_section .et_pb_text .et_pb_text_inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Enseigne */
.ld-enseigne__top-section.et_pb_section {
  padding-bottom: 0;
  padding-top: 100px;
}

.ld-enseigne__top-section.et_pb_section .ld-enseigne__top__form-col {
  background-color: #f37a1f;
  margin-bottom: -80px;
  padding: 22px 35px 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 10;
}

.ld-enseigne__top-section.et_pb_section .ld-enseigne__top__form-col .ld-enseigne__top__form__intro-module {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
}

.ld-enseigne__top-section.et_pb_section .ld-enseigne__top__form-col .ld-enseigne__top__form__intro__form-module .gform_confirmation_message {
  text-align: center;
  padding: 40px 0px;
}

.ld-enseigne__top-section.et_pb_section .gform_wrapper .gform_footer {
  padding: 0;
}

@media screen and (max-width: 980px) {
  .ld-enseigne__top-section.et_pb_section {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .ld-enseigne__top-section.et_pb_section .ld-enseigne__top__form-col .ld-enseigne__top__form__intro-module {
    font-size: 20px;
  }
}

/* SEARCH RESULT */
body.search #main-content .search__top-section.et_pb_section {
  background-image: url(images/img_header_search.jpg);
  padding-top: 180px;
}

body.search #main-content .search__top-section.et_pb_section .breadcrumb {
  text-align: center;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

body.search #main-content .search__top-section.et_pb_section .breadcrumb a {
  color: #cdcdcd;
}

body.search #main-content .search__top-section.et_pb_section h1 {
  margin-top: 55px;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: white;
  text-align: center;
}

body.search #main-content .search__top-section.et_pb_section h1::after {
  content: '';
  display: block;
  margin: 15px auto 240px;
  width: 158px;
  height: 1px;
  background-color: #f37a1f;
}

body.search #main-content .search__filter-section.et_pb_section {
  margin-top: 58px;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row {
  display: flex;
  justify-content: center;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column {
  max-width: 515px;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .wpdreams_asl_container {
  box-shadow: none;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .probox {
  border-radius: 25px;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .probox .promagnifier {
  order: 1;
  float: left;
  background-image: url(images/search-purple.png);
  height: 50px;
  background-size: auto;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .probox .promagnifier .innericon {
  display: none;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .probox .proinput input {
  height: 50px;
  font-size: 16px;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .probox .proloading {
  margin-top: 10px;
  height: 30px;
  width: 30px;
}

body.search #main-content .search__filter-section.et_pb_section .et_pb_row .search__top__filter-column .probox .proclose {
  height: 50px;
}

body.search #main-content .container {
  padding-top: 60px;
  max-width: 840;
}

body.search #main-content .container::before {
  content: none;
}

body.search #main-content .container article {
  margin-bottom: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccdcf;
}

body.search #main-content .container article .entry-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #f37a1f;
  text-align: left;
}

body.search #main-content .container article .entry-excerpt {
  color: #8b8d91;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 980px) {
  body.search #main-content .search__top-section.et_pb_section {
    padding-top: 140px;
  }

  body.search #main-content .search__top-section.et_pb_section h1 {
    margin-top: 20px;
  }

  body.search #main-content .search__top-section.et_pb_section h1::after {
    margin-bottom: 60px;
  }
}

/* LISTING NEWS */
body.blog #main-content .news__top-section.et_pb_section,
body.category #main-content .news__top-section.et_pb_section {
  padding-top: 160px;
  background-image: url(images/news-top.jpg);
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row,
body.category #main-content .news__top-section.et_pb_section .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4 {
  text-align: center;
  margin-right: 0;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4 h1,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4 h1 {
  color: white;
  max-width: 650px;
  margin: 0 auto;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4 h1::before,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4 h1::before {
  content: '';
  display: block;
  margin: 29px auto 33px;
  height: 1px;
  width: 157px;
  background-color: #f37a1f;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column {
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #f37a1f;
  margin-top: 57px;
  margin-bottom: -35px;
  padding: 33px 35px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"],
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"] {
  width: 200px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 25px;
  padding-left: 65px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  background-image: url(images/search-bg.png);
  background-repeat: no-repeat;
  background-position: 25px 50%;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]::-webkit-input-placeholder,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]:-moz-placeholder,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]::-moz-placeholder,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]:-ms-input-placeholder,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]:focus,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input[type="text"]:focus {
  border-color: #671e5e;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select,
body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column option,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column option {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select {
  margin-left: 32px;
  background-color: transparent;
  background-image: url(images/arrow-down-white-select.png);
  background-repeat: no-repeat;
  background-position: right 20px  top 50%;
  border: none;
  border-bottom: 1px solid white;
  padding-right: 70px;
  appearance: none;
  cursor: pointer;
  color: white;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select option,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select option {
  background-color: #f37a1f;
  cursor: pointer;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select option:last-child,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column select option:last-child {
  display: none;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column button,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column button {
  margin-left: auto;
  background-color: white;
  background-image: url(images/arrow-right-purple.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding: 13px 54px 13px 22px;
  border-radius: 25px;
  color: #671e5e;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  cursor: pointer;
  transition-duration: 0.3s;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column button:hover,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column button:hover {
  background-color: #671e5e;
  background-image: url(images/arrow-right-white.png);
  color: white;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__init-column,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__init-column {
  max-width: 920px;
  position: relative;
  top: 50px;
  text-align: right;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__init-column a,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__init-column a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: #f37a1f;
}

body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__init-column a:hover,
body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__init-column a:hover {
  color: #671e5e;
}

body.blog #main-content .container,
body.category #main-content .container {
  padding-top: 80px;
  max-width: none;
  width: 100%;
  background-image: url(images/boom-resize.png);
  background-size: auto;
  background-position: 0 110px;
  background-repeat: no-repeat;
}

body.blog #main-content .container::before,
body.category #main-content .container::before {
  content: none;
}

body.blog #main-content .container #content-area,
body.category #main-content .container #content-area {
  max-width: 920px;
  width: 90%;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.blog #main-content .container #content-area article,
body.category #main-content .container #content-area article {
  width: calc(50% - 50px);
  padding-bottom: 20px;
  box-shadow: 0 0 16px 8px rgba(18, 18, 18, 0.07);
  background-color: white;
}

body.blog #main-content .container #content-area article .entry-featured-image-url,
body.category #main-content .container #content-area article .entry-featured-image-url {
  margin-bottom: 22px;
  border-bottom: 6px solid #f37a1f;
  transition-duration: 0.3s;
}

body.blog #main-content .container #content-area article .entry-featured-image-url:hover,
body.category #main-content .container #content-area article .entry-featured-image-url:hover {
  border-color: #671e5e;
}

body.blog #main-content .container #content-area article .entry-date,
body.blog #main-content .container #content-area article .entry-title,
body.blog #main-content .container #content-area article .entry-excerpt,
body.blog #main-content .container #content-area article .entry-cats,
body.blog #main-content .container #content-area article .entry-link,
body.category #main-content .container #content-area article .entry-date,
body.category #main-content .container #content-area article .entry-title,
body.category #main-content .container #content-area article .entry-excerpt,
body.category #main-content .container #content-area article .entry-cats,
body.category #main-content .container #content-area article .entry-link {
  padding: 0px 40px;
}

body.blog #main-content .container #content-area article .entry-date,
body.category #main-content .container #content-area article .entry-date {
  margin-bottom: 15px;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

body.blog #main-content .container #content-area article .entry-title,
body.category #main-content .container #content-area article .entry-title {
  margin-bottom: 15px;
  color: #464646;
  font-size: 30px;
  line-height: 1.43em;
  font-weight: 400;
  text-align: left;
}

body.blog #main-content .container #content-area article .entry-link,
body.category #main-content .container #content-area article .entry-link {
  margin-top: 12px;
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #f37a1f;
  display: inline-block;
}

body.blog #main-content .container #content-area article .entry-link::after,
body.category #main-content .container #content-area article .entry-link::after {
  content: '';
  display: inline-block;
  background-image: url(images/arrow-orange-small.png);
  margin-left: 20px;
  width: 6px;
  height: 9px;
}

body.blog #main-content .container #content-area article .entry-cats p,
body.category #main-content .container #content-area article .entry-cats p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding: 11px 14px;
  color: #dadada;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  border-radius: 20px;
  border: 1px solid #dadada;
}

body.blog #main-content .container #content-area article .entry-cats p:last-child,
body.category #main-content .container #content-area article .entry-cats p:last-child {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  body.search-results #main-content .container::before {
    content: none;
  }

  body.search-results #main-content .container #content-area {
    column-count: 1;
  }

  body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column,
  body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column {
    padding: 20px;
    max-width: 350px;
  }

  body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column > *,
  body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column > * {
    width: 100% !important;
    margin-bottom: 25px;
    margin-left: 0 !important;
  }

  body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column > *:last-child,
  body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column > *:last-child {
    margin-bottom: 0;
  }

  body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input,
  body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column input {
    height: 40px;
  }

  body.blog #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column button,
  body.category #main-content .news__top-section.et_pb_section .et_pb_row .et_pb_column_4_4.search__top__filter-column button {
    font-size: 12px;
  }

  body.blog #main-content .container #content-area,
  body.category #main-content .container #content-area {
    column-count: 1;
  }

  body.blog #main-content .container #content-area article,
  body.category #main-content .container #content-area article {
    width: 100%;
  }

  body.blog #main-content .container #content-area article:last-child,
  body.category #main-content .container #content-area article:last-child {
    margin-bottom: 0 !important;
  }

  body.blog #main-content .container #content-area article .entry-date,
  body.blog #main-content .container #content-area article .entry-title,
  body.blog #main-content .container #content-area article .entry-excerpt,
  body.blog #main-content .container #content-area article .entry-cats,
  body.blog #main-content .container #content-area article .entry-link,
  body.category #main-content .container #content-area article .entry-date,
  body.category #main-content .container #content-area article .entry-title,
  body.category #main-content .container #content-area article .entry-excerpt,
  body.category #main-content .container #content-area article .entry-cats,
  body.category #main-content .container #content-area article .entry-link {
    padding: 0px 20px;
  }

  body.blog #main-content .container #content-area article .entry-title,
  body.category #main-content .container #content-area article .entry-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* NEWS */
body.single-post article {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.single-post #et-main-area {
  padding-top: 190px;
}

body.single-post .article__top-section {
  padding-top: 0;
  padding-bottom: 40px;
}

body.single-post .article__top-section .breadcrumb {
  margin-bottom: 13px;
  text-align: center;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

body.single-post .article__top-section .breadcrumb a {
  color: #cdcdcd;
}

body.single-post .article__top-section .article__top__back-link {
  color: #5a5d5d;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

body.single-post .article__top-section .article__top__back-link::before {
  content: '';
  position: relative;
  top: 8px;
  margin-right: 22px;
  display: inline-block;
  width: 46px;
  height: 26px;
  background-image: url(images/arrow-left-complex-orange.png);
}

body.single-post .et_post_meta_wrapper {
  width: 90% !important;
  max-width: 975px !important;
  margin-bottom: 18px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.single-post .et_post_meta_wrapper .article__meta__image-container {
  width: 58.05%;
  line-height: 0;
  border-bottom: 6px solid #f37a1f;
}

body.single-post .et_post_meta_wrapper .article__meta__info-container {
  width: 41.95%;
  padding: 41px 20px 27px 53px;
  box-shadow: 0 0 16px 8px rgba(18, 18, 18, 0.07);
}

body.single-post .et_post_meta_wrapper .article__meta__info-container .article__meta__info__date {
  margin-bottom: 19px;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

body.single-post .et_post_meta_wrapper .article__meta__info-container .article__meta__info__title {
  margin-bottom: 80px;
}

body.single-post .et_post_meta_wrapper .article__meta__info-container .article__meta__info__title h1 {
  color: #464646;
  font-size: 30px;
  font-weight: 400;
}

body.single-post .et_post_meta_wrapper .article__meta__info-container .article__meta__info__categories p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding: 11px 14px;
  color: #dadada;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  border-radius: 20px;
  border: 1px solid #dadada;
}

body.single-post .article__intro-section.et_pb_section h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
  color: #f37a1f;
}

body.single-post .article__intro-section.et_pb_section h3::after {
  content: '';
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  max-width: 534px;
  margin: 34px auto 2px;
}

body.single-post .article__content-section.et_pb_section ul li {
  margin-bottom: 20px;
}

body.single-post .article__video-section.et_pb_section {
  margin-top: 20px;
}

body.single-post .article__bottom-section.et_pb_section {
  padding-top: 60px;
}

body.single-post .article__bottom-section.et_pb_section a {
  color: #5a5d5d;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-decoration: none !important;
}

body.single-post .article__bottom-section.et_pb_section a::before {
  content: '';
  position: relative;
  top: 8px;
  margin-right: 22px;
  display: inline-block;
  width: 46px;
  height: 26px;
  background-image: url(images/arrow-left-complex-orange.png);
}

body.single-post .sfsi_plus_Sicons {
  float: none;
}

@media screen and (max-width: 980px) {
  body.single-post .et_post_meta_wrapper .article__meta__image-container,
  body.single-post .et_post_meta_wrapper .article__meta__info-container {
    width: 100%;
  }

  body.single-post .et_post_meta_wrapper .article__meta__image-container {
    margin: 0 auto;
  }

  body.single-post .et_post_meta_wrapper .article__meta__info-container {
    padding: 10px 20px;
  }

  body.single-post .et_post_meta_wrapper .article__meta__info-container .article__meta__info__title {
    margin-bottom: 30px;
  }

  body.single-post .article__intro-section.et_pb_section h3 {
    font-size: 28px;
  }
}

/* LANDING PAGE CAPTATION */
.ct__top-section.et_pb_section {
  padding-top: 175px;
  padding-bottom: 158px;
}

.ct__top-section.et_pb_section .et_pb_row .et_pb_text p,
.ct__top-section.et_pb_section .et_pb_row .et_pb_text h3 {
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.29em;
  color: white;
  text-align: center;
}

.ct__top-section.et_pb_section .et_pb_row .et_pb_text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
  text-align: center;
  color: white;
}

.ct__top-section.et_pb_section .et_pb_row .et_pb_text h1::after {
  content: '';
  height: 1px;
  width: 158px;
  display: block;
  margin: 15px auto 22px;
  background-color: #f37a1f;
}

.ct__top-section.et_pb_section .et_pb_row .breadcrumb-container {
  margin-bottom: 45px;
}

.ct__top-section.et_pb_section .et_pb_row .breadcrumb-container ul {
  text-align: center;
}

.ct__top-section.et_pb_section .et_pb_row .breadcrumb-container ul li::before {
  content: none;
}

.ct__top-section.et_pb_section .et_pb_row .breadcrumb-container ul li a,
.ct__top-section.et_pb_section .et_pb_row .breadcrumb-container ul li .separator {
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.ct__top-section.et_pb_section .et_pb_row .breadcrumb-container ul li:last-child .separator:last-child {
  display: none;
}

@media screen and (max-width: 980px) {
  .ct__top-section.et_pb_section {
    padding-top: 145px;
    padding-bottom: 100px;
  }

  .ct__top-section.et_pb_section .et_pb_row .breadcrumb-container {
    margin-bottom: 20px;
  }

  .ct__top-section.et_pb_section .et_pb_row .et_pb_text h1 {
    font-size: 35px;
  }

  .ct__top-section.et_pb_section .et_pb_row .et_pb_text p {
    font-size: 25px;
  }
}

.ct__main-section.et_pb_section {
  padding: 110px 0 0 0;
  background-image: url(images/boom-resize.png);
  background-size: auto;
  background-position: 0 110px;
  background-repeat: no-repeat;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 {
  width: 58.19%;
  margin-right: 5.45%;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 h2 {
  text-align: left;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 h2::after {
  content: '';
  display: block;
  margin: 45px 0 50px;
  max-width: 90%;
  width: 414px;
  height: 1px;
  background-color: #dcddde;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 .et_pb_text {
  color: #8b8d91;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 .et_pb_text ul {
  list-style: none;
  padding: 0;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 .et_pb_text ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 .et_pb_text ul li:last-child {
  margin-bottom: 0;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_2_3 .et_pb_text ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 8px;
  background-image: url(images/disc-purple.png);
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 {
  width: 36.36%;
  padding: 0 50px 0 50px;
  background-color: #f37a1f;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 .et_pb_image {
  margin-top: -94px;
  text-align: center;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 .et_pb_text {
  color: white;
}

.ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 .et_pb_text.ct__main__form-intro {
  font-size: 24px;
  line-height: 1.25em;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .ct__main-section.et_pb_section {
    padding-top: 40px;
  }

  .ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 600px) {
  .ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 {
    padding: 0 25px;
  }

  .ct__main-section.et_pb_section .et_pb_row .et_pb_column_1_3 .et_pb_text.ct__main__form-intro {
    font-size: 18px;
  }
}

.ct__bottom-section.et_pb_section {
  margin-bottom: -40px;
  padding: 55px 0 45px;
  background-color: #f37a1f;
  background-size: auto;
  background-position: 100% 50%;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column h2 {
  text-align: left;
  color: white;
  margin-bottom: 0;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text {
  margin-bottom: 26px;
  color: white;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text:last-child {
  margin-bottom: 0;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text ul {
  list-style: none;
  padding: 0;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text ul li:last-child {
  margin-bottom: 0;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 8px;
  background-image: url(images/disc-purple.png);
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .link-orange-module a {
  background-color: white;
  color: #671e5e !important;
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .link-orange-module a::after {
  background-image: url(images/arrow-right-purple.png);
}

.ct__bottom-section.et_pb_section .et_pb_row .et_pb_column .link-orange-module a:hover {
  background-color: #671e5e;
  color: white !important;
}

@media screen and (max-width: 980px) {
  .ct__bottom-section.et_pb_section.et_pb_with_background {
    padding-bottom: 20px;
    background-image: none !important;
  }
}

/* EVENTS */
.event__top-section.et_pb_section {
  padding-bottom: 0;
}

.event__top-section.et_pb_section .event__top__info-container {
  margin-top: 100px;
  margin-bottom: -70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 42px;
  background-color: #f37a1f;
  color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__date-container,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__place-container {
  padding: 30px 23px 20px;
  background-color: white;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-align: center;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__date-container .event__top__info__date-day,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__date-container .event__top__info__place__digit,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__place-container .event__top__info__date-day,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__place-container .event__top__info__place__digit {
  font-size: 35px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 3.5px;
  color: #f37a1f;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__date-container .event__top__info__date-remain,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__date-container .event__top__info__place__info,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__place-container .event__top__info__date-remain,
.event__top-section.et_pb_section .event__top__info-container .event__top__info__place-container .event__top__info__place__info {
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #8f9195;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__meta-container .event__top__info__city-container {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding-right: 20px;
  border-right: 1px solid white;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__meta-container .event__top__info__time-container {
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__place-container {
  padding: 18px 20px 18px;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__form-link a {
  display: inline-block;
  padding: 13px 43px 13px 43px;
  border-radius: 25px;
  background-color: white;
  color: #671e5e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  transition-duration: 0.3s;
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__form-link a::after {
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-right-purple.png);
}

.event__top-section.et_pb_section .event__top__info-container .event__top__info__form-link a:hover {
  background-color: #671e5e;
  color: white;
}

@media screen and (max-width: 980px) {
  .event__top-section.et_pb_section .event__top__info-container {
    margin-top: 50px;
    text-align: center;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .event__top-section.et_pb_section .event__top__info-container > div {
    margin-bottom: 20px;
  }

  .event__top-section.et_pb_section .event__top__info-container > div:last-child {
    margin-bottom: 0;
  }

  .event__top-section.et_pb_section .event__top__info-container .event__top__info__meta-container span {
    display: block;
    font-size: 14px !important;
  }

  .event__top-section.et_pb_section .event__top__info-container .event__top__info__meta-container .event__top__info__city-container {
    border-right: none;
    padding-right: 0;
  }

  .event__top-section.et_pb_section .event__top__info-container .event__top__info__meta-container .event__top__info__city-container::after {
    content: '';
    display: block;
    margin: 10px auto 8px;
    width: 26px;
    height: 1px;
    background-color: white;
  }

  .event__top-section.et_pb_section .event__top__info-container .event__top__info__meta-container .event__top__info__time-container {
    padding-left: 0;
  }
}

.event__main-section.et_pb_section {
  padding-top: 125px;
}

.event__main-section.et_pb_section .event__main__info-module {
  max-width: 780px;
  margin: 0 auto 70px !important;
  color: #5a5d5d;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.43em;
  text-align: center;
}

.event__main-section.et_pb_section .event__main__link-module a {
  color: #5a5d5d;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.event__main-section.et_pb_section .event__main__link-module a::before {
  content: '';
  position: relative;
  top: 8px;
  margin-right: 22px;
  display: inline-block;
  width: 46px;
  height: 26px;
  background-image: url(images/arrow-left-complex-orange.png);
}

.event__main-section.et_pb_section .et_pb_column_2_3 {
  width: 60.91%;
  margin-right: 5.45%;
}

.event__main-section.et_pb_section .et_pb_column_1_3 {
  width: 33.64%;
  padding: 36px 36px 0;
  background-color: #f37a1f;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.event__main-section.et_pb_section .et_pb_column_1_3 .event__main__form-intro {
  margin-bottom: 25px;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

.event__main-section.et_pb_section .et_pb_column_1_3 .et_pb_text {
  color: white;
}

@media screen and (max-width: 980px) {
  .event__main-section.et_pb_section .event__main__info-module {
    margin-bottom: 40px !important;
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .event__main-section.et_pb_section .event__main__info-module {
    font-size: 20px;
    text-align: left;
  }

  .event__main-section.et_pb_section .et_pb_column_1_3 {
    padding: 20px 20px 0;
  }

  .event__main-section.et_pb_section .et_pb_column_1_3 .et_pb_text {
    font-size: 20px;
  }
}

/* IMPLEMANTATION MAP */
.imp__main-section.et_pb_section {
  position: relative;
  padding-top: 20px;
}

.imp__main-section.et_pb_section svg {
  max-width: 100%;
}

.imp__main-section.et_pb_section svg #Gros_points circle {
  cursor: pointer;
  transition-duration: 0.3s;
}

.imp__main-section.et_pb_section svg #Gros_points circle:hover {
  fill: #671e5e !important;
}

.imp__main-section.et_pb_section .imp__main__result-module {
  display: none;
  position: absolute;
  top: 90px;
  left: 90px;
  padding: 42px 30px 30px;
  max-width: 410px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__title h3 {
  font-size: 30px;
  line-height: 1.43em;
  color: #f37a1f;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__address {
  margin-bottom: 3px;
  color: #bbbcbc;
  font-size: 16px;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__phone {
  margin-bottom: 20px;
  color: #8b8d91;
  font-weight: 700;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__services {
  margin-bottom: 28px;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__services ul li {
  margin-bottom: 0;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__img {
  line-height: 0;
  margin-bottom: 28px;
}

.imp__main-section.et_pb_section .imp__main__result-module #imp-result .imp-result__google {
  text-align: center;
}

/* REGULAR */
.page-template-page-regular .entry-content .et_pb_section.reg__top-section + .et_pb_section {
  position: relative;
}

.page-template-page-regular .entry-content .et_pb_section.reg__top-section + .et_pb_section::before {
  content: '';
  position: absolute;
  width: 522px;
  height: 749px;
  background-image: url(images/boom-resize.png);
  top: 110px;
  left: 0;
  z-index: 1;
}

.page-template-page-regular .entry-content .et_pb_section.reg__top-section + .et_pb_section::after {
  content: '';
  position: absolute;
  width: 523px;
  height: 747px;
  background-image: url(images/boom-orange-resize.png);
  bottom: -2000px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .page-template-page-regular .entry-content .et_pb_section.reg__top-section + .et_pb_section::before, .page-template-page-regular .entry-content .et_pb_section.reg__top-section + .et_pb_section::after {
    content: none;
  }
}

.reg__top-section.et_pb_section {
  padding-bottom: 0;
}

.reg__top-section.et_pb_section:not(.full-img-section) {
  padding-top: 150px;
}

.reg__top-section.et_pb_section:not(.full-img-section) .et_pb_row .breadcrumb-container {
  margin-bottom: 0;
}

.reg__top-section.et_pb_section:not(.full-img-section) + .et_pb_section {
  padding-top: 30px;
}

.reg__top-section.et_pb_section:not(.full-img-section) + .et_pb_section h1 {
  text-align: center;
  color: #f37a1f;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.reg__top-section.et_pb_section:not(.full-img-section) + .et_pb_section h1::after {
  content: "";
  display: block;
  max-width: 530px;
  width: 100%;
  height: 1px;
  margin: 35px auto 49px;
  background-color: #e6e6e6;
}

.reg__top-section.et_pb_section.full-img-section {
  padding-bottom: 130px;
}

.reg__top-section.et_pb_section + .et_pb_section h2 {
  text-align: left;
}

.reg__accordion-module .et_pb_toggle {
  transition-duration: 0.3s;
  max-width: 835px;
  margin-bottom: 0 !important;
  padding: 25px 0;
  background-color: white;
  border: none;
  border-top: 1px solid #cccdcf;
}

.reg__accordion-module .et_pb_toggle:first-child {
  display: none;
}

.reg__accordion-module .et_pb_toggle:last-child {
  border-bottom: 1px solid #cccdcf;
}

.reg__accordion-module .et_pb_toggle .et_pb_toggle_title {
  color: #5a5d5d;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.reg__accordion-module .et_pb_toggle .et_pb_toggle_title::before {
  content: '';
  right: 10px;
  width: 12px;
  height: 19px;
  display: inline-block;
  background-image: url(images/arrow-right-orange-big.png);
}

.reg__accordion-module .et_pb_toggle .et_pb_toggle_content {
  color: #8b8d91;
  font-size: 16px;
  line-height: 24px;
}

.reg__accordion-module .et_pb_toggle .et_pb_toggle_content h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  color: #f37a1f;
}

.reg__accordion-module .et_pb_toggle.et_pb_toggle_open {
  max-width: 1035px;
  margin-left: 65px;
  padding: 27px 75px 108px 75px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.03);
  border-top: 2px solid #f37a1f;
}

.reg__accordion-module .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #f37a1f;
}

.reg__accordion-module .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  display: none;
}

@media screen and (max-width: 980px) {
  .reg__accordion-module .et_pb_toggle.et_pb_toggle_open {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .reg__accordion-module .et_pb_toggle {
    padding-left: 0;
  }

  .reg__accordion-module .et_pb_toggle.et_pb_toggle_open {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.reg__quote-module {
  position: relative;
  max-width: 955px;
  margin: 0 auto;
  color: #5a5d5d;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.43em;
  letter-spacing: 3px;
  text-align: center;
}

.reg__quote-module::before, .reg__quote-module::after {
  content: '';
  width: 81px;
  height: 59px;
  position: absolute;
}

.reg__quote-module::before {
  top: -25px;
  left: -70px;
  background-image: url(images/quote-left.png);
}

.reg__quote-module::after {
  bottom: 0;
  right: -70px;
  background-image: url(images/quote-right.png);
}

@media screen and (max-width: 980px) {
  .reg__quote-module {
    font-size: 24px;
  }

  .reg__quote-module::before, .reg__quote-module::after {
    content: none;
  }
}

@media screen and (max-width: 600px) {
  .reg__quote-module {
    font-size: 18px;
  }
}

.rg__nb-row.et_pb_row {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 {
  padding: 30px 65px 105px 65px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.03);
  background-color: white;
  transition-duration: 0.3s;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2:last-child {
  background-color: #f37a1f;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2:last-child .et_pb_text .et_pb_text_inner {
  color: white;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2:last-child .et_pb_text .et_pb_text_inner h3 {
  color: white;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_module {
  margin-bottom: 0;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_image {
  margin-bottom: 20px;
  text-align: center;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner {
  text-align: center;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner h3 {
  padding-bottom: 22px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ececec;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner p {
  padding-bottom: 33px;
}

.rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 980px) {
  .rg__nb-row.et_pb_row {
    margin-top: 40px;
  }

  .rg__nb-row.et_pb_row .et_pb_column_1_2 {
    padding: 20px 20px 40px 20px;
  }

  .rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner h3 {
    margin-bottom: 20px;
  }

  .rg__nb-row.et_pb_row .et_pb_column_1_2 .et_pb_text .et_pb_text_inner p {
    padding-bottom: 10px;
  }
}

.reg__tab-section.et_pb_section {
  padding-bottom: 114px;
  background-size: auto;
  background-position: 100% 100px;
}

.reg__tab-section.et_pb_section h2 {
  text-align: left;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_column_1_3 {
  width: 33.33%;
  margin-right: 0;
  padding-bottom: 30px;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_column_1_4 {
  width: 25%;
  margin-right: 0;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_column {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.03);
  border-right: 1px solid #f2f2f2;
  background-color: white;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_column:last-child {
  border-right: none;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_column .et_pb_module:last-child {
  border-bottom: none;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_text .et_pb_text_inner table {
  margin: 0;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_text .et_pb_text_inner table tbody tr {
  color: #444444;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_text .et_pb_text_inner table tbody tr:first-child {
  background-color: #F17A2F;
  border-bottom: none;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_text .et_pb_text_inner table tbody tr:first-child td {
  padding: 29px 0;
  text-align: center;
}

.reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_text .et_pb_text_inner table tbody tr td {
  padding: 15px 0 15px 15px;
}

@media screen and (max-width: 980px) {
  .reg__tab-section.et_pb_section {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .reg__tab-section.et_pb_section .reg__tab__main-row .et_pb_text .et_pb_text_inner table tbody tr td {
    padding-left: 5px;
    font-size: 10px;
  }
}

/* CONTACT */
.contact__pick-section.et_pb_section {
  padding-bottom: 60px;
  background-size: auto;
  background-position: -200px 80px;
}

.contact__pick-section.et_pb_section h2 {
  margin-bottom: 54px;
}

.contact__pick-section.et_pb_section .contact__pick__main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 {
  width: 66.82%;
  margin-right: 0;
  background-color: white;
  padding: 72px 0 66px 47px;
  box-shadow: 0 0 16px 8px rgba(9, 9, 9, 0.05);
  border-radius: 0 5px 0 0;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label {
  position: relative;
  display: block;
  margin-bottom: 45px;
  padding-left: 47px;
  cursor: pointer;
  color: #8b8d91;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label:last-child {
  margin-bottom: 0;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label input {
  opacity: 0;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label input:checked ~ .radiobtn {
  background-color: #f37a1f;
  border: none;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label input:checked ~ .radiobtn::after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 18px;
  height: 14px;
  background-image: url(images/contact-check.png);
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label .radiobtn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -3px;
  left: 0;
  background-color: white;
  border-radius: 50%;
  border: 2px dotted #8b8d91;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_1_3 {
  position: relative;
  width: 33.18%;
  background-color: #671e5e;
  padding-right: 45px;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_1_3::before, .contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_1_3::after {
  content: '';
  position: absolute;
  right: 0;
  width: 45px;
  height: 7px;
  background-color: white;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_1_3::before {
  top: 0;
}

.contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_1_3::after {
  bottom: 0;
}

@media screen and (max-width: 980px) {
  .contact__pick-section.et_pb_section {
    padding-bottom: 20px;
  }

  .contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 {
    padding: 20px;
  }

  .contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_2_3 label {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact__pick-section.et_pb_section .contact__pick__main-row .et_pb_column_1_3 {
    display: none;
  }
}

.contact__form-section.et_pb_section {
  background-color: #f37a1f;
  margin-bottom: -40px;
  padding-bottom: 40px;
}

.contact__form-section.et_pb_section h2 {
  max-width: 732px;
  margin: 0 auto;
  text-align: left;
  color: white;
  margin-bottom: 10px;
}

.contact__form-section.et_pb_section#contact-form-section .contact__form__main-row {
  display: none;
}

.contact__form-section.et_pb_section .gform_wrapper {
  text-align: center;
}

.contact__form-section.et_pb_section .gform_wrapper form {
  display: inline-block;
  width: 732px;
}

.contact__form-section.et_pb_section .gform_confirmation_wrapper {
  color: white;
  text-align: center;
}

.contact__form-section.et_pb_section ul.gform_fields {
  max-width: 734px;
  display: flex;
  flex-wrap: wrap;
}

.contact__form-section.et_pb_section ul.gform_fields > li {
  display: flex;
  flex-wrap: wrap;
  width: 50% !important;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li.gfield_error input {
  border: 2px solid red !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li.gfield_error > .gfield_description.validation_message {
  padding-top: 0;
  color: red;
}

.contact__form-section.et_pb_section ul.gform_fields > li.full-size {
  width: 100% !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li.file-input {
  width: 100%;
  display: block;
  cursor: pointer;
}

.contact__form-section.et_pb_section ul.gform_fields > li.file-input > label {
  font-weight: 700;
  cursor: pointer;
}

.contact__form-section.et_pb_section ul.gform_fields > li.file-input .ginput_container input {
  display: none;
}

.contact__form-section.et_pb_section ul.gform_fields > li.file-input .ginput_container .file-input-value {
  color: white;
}

.contact__form-section.et_pb_section ul.gform_fields > li.input-radio {
  width: 100% !important;
  align-items: center;
}

.contact__form-section.et_pb_section ul.gform_fields > li.input-radio .ginput_container {
  width: auto;
}

.contact__form-section.et_pb_section ul.gform_fields > li.with-tooltip {
  position: relative;
}

.contact__form-section.et_pb_section ul.gform_fields > li.with-tooltip .gfield_description {
  display: none;
  width: 200px;
  margin: 0;
  padding: 8px;
  background-color: white;
  color: #8b8d91;
  border-radius: 5px;
  line-height: 1.1em;
  z-index: 2;
  box-shadow: 0 0 30px 0 #8b8d91;
}

.contact__form-section.et_pb_section ul.gform_fields > li.with-tooltip .ginput_container:hover + .gfield_description {
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
}

.contact__form-section.et_pb_section ul.gform_fields > li.contact-assist-code {
  width: 100% !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li.gfield_html {
  color: white;
  width: 100% !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container {
  margin: 0 !important;
  width: 100%;
}

.contact__form-section.et_pb_section ul.gform_fields > li input,
.contact__form-section.et_pb_section ul.gform_fields > li textarea {
  width: 100% !important;
  margin: 0;
  padding-left: 28px !important;
  border: none;
}

.contact__form-section.et_pb_section ul.gform_fields > li input::-webkit-input-placeholder,
.contact__form-section.et_pb_section ul.gform_fields > li textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8b8b8b !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li input:-moz-placeholder,
.contact__form-section.et_pb_section ul.gform_fields > li textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8b8b8b !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li input::-moz-placeholder,
.contact__form-section.et_pb_section ul.gform_fields > li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8b8b8b !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li input:-ms-input-placeholder,
.contact__form-section.et_pb_section ul.gform_fields > li textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8b8b8b !important;
}

.contact__form-section.et_pb_section ul.gform_fields > li input[type="text"],
.contact__form-section.et_pb_section ul.gform_fields > li input[type="email"] {
  height: 46px;
  border: 2px solid white;
}

.contact__form-section.et_pb_section ul.gform_fields > li input[type="text"]:focus,
.contact__form-section.et_pb_section ul.gform_fields > li input[type="email"]:focus {
  border: 2px solid #671e5e;
}

.contact__form-section.et_pb_section ul.gform_fields > li textarea {
  padding-top: 15px;
  border: 2px solid white;
}

.contact__form-section.et_pb_section ul.gform_fields > li textarea:focus {
  border: 2px solid #671e5e;
}

.contact__form-section.et_pb_section ul.gform_fields > li select {
  width: 100% !important;
  height: 50px;
  border: none;
  padding-left: 25px;
  cursor: pointer;
  appearance: none;
  background-image: url(images/arrow-down-purple.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.contact__form-section.et_pb_section ul.gform_fields > li select option.gf_placeholder {
  color: #8b8b8b;
}

.contact__form-section.et_pb_section ul.gform_fields > li label {
  color: #fffefe;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio {
  display: inline-block;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio .gfield_radio {
  margin: 0;
  margin-left: 40px;
  line-height: 1em;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio .gfield_radio li {
  display: inline-block;
  margin-bottom: 0;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio .gfield_radio li input[type=radio] {
  margin-top: 0;
  display: none;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio .gfield_radio li input[type=radio] + label {
  margin: 0;
  padding: 5px 0 0 35px;
  min-width: 130px;
  height: 24px;
  background-image: url(images/contact-radio-empty.png);
  background-repeat: no-repeat;
}

.contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio .gfield_radio li input[type=radio]:checked + label {
  background-image: url(images/contact-radio-full.png);
}

.contact__form-section.et_pb_section .gform_footer {
  max-width: 734px;
  margin: 0;
  padding: 0;
  text-align: right;
}

.contact__form-section.et_pb_section .gform_footer .gform_button {
  width: auto !important;
  border-radius: 25px;
  padding: 0 52px 0 39px !important;
  background-color: white;
  color: #671e5e;
  font-weight: 700;
  background-image: url(images/arrow-right-purple.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  cursor: pointer;
  transition-duration: 0.3s;
  padding-left: 38px !important;
  height: 50px;
  border: none;
}

.contact__form-section.et_pb_section .gform_footer .gform_button:hover {
  background-color: #671e5e;
  background-image: url(images/arrow-right-white.png);
  color: white;
}

.contact__form-section.et_pb_section #contact-assist .gform_wrapper .ginput_container {
  width: 50%;
}

.contact__form-section.et_pb_section #contact-assist .gform_wrapper .gfield_description {
  display: block;
  position: static;
  margin-left: 20px;
  width: calc(50% - 20px);
  padding-top: 0;
  padding-left: 53px;
  background-color: transparent;
  background-image: url(images/contact-tool.png);
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.contact__form-section.et_pb_section #contact-assist .gform_footer {
  margin-top: 22px;
  margin-bottom: 50px;
  text-align: left;
}

.contact__form-section.et_pb_section .contact__assist__info-module {
  display: none;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-title,
.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-time {
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-title {
  text-decoration: underline;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-time {
  margin-left: 30px;
  font-style: italic;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 17px 17px 22px;
  background-color: white;
  border-radius: 10px;
  margin-top: 13px;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-phone span {
  color: #8b8d91;
  font-size: 16px;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-phone img {
  max-width: 275px;
}

.contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__not-valid {
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.contact__form-section.et_pb_section .gform_footer .gform_button {
    width: 160px !important;
  }
}

@media screen and (max-width: 980px) {
  .contact__form-section.et_pb_section #contact-assist .gform_wrapper .ginput_container,
  .contact__form-section.et_pb_section #contact-assist .gform_wrapper .gfield_description {
    width: 100%;
  }

  .contact__form-section.et_pb_section #contact-assist .gform_wrapper .gfield_description {
    margin-top: 10px;
  }

  .contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-title,
  .contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-time {
    display: block;
    margin-left: 0;
  }

  .contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-phone {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-phone span,
  .contact__form-section.et_pb_section .contact__assist__info-module .contact__assist__info-phone img {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .contact__form-section.et_pb_section ul.gform_fields > li {
    width: 100% !important;
  }

  .contact__form-section.et_pb_section ul.gform_fields > li .ginput_container_radio .gfield_radio li input[type=radio] + label {
    margin-right: 15px;
    min-width: 100%;
    width: 100% !important;
  }
}

/* OFFERS */
.offer__filter-row.et_pb_row {
  max-width: 920px;
  margin: 70px auto -35px;
  padding: 23px 36px 25px 40px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #f37a1f;
  z-index: 1;
}

.offer__filter-row.et_pb_row form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.offer__filter-row.et_pb_row form select {
  padding-right: 40px;
  max-width: 185px;
  background-color: transparent;
  background-image: url("images/arrow-down-white-select.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 1px solid white;
  cursor: pointer;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  appearance: none;
}

.offer__filter-row.et_pb_row form select option {
  color: #8b8d91;
}

.offer__filter-row.et_pb_row form input {
  border-radius: 25px;
  padding: 0 52px 0 39px;
  background-color: white;
  color: #671e5e;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-image: url(images/arrow-right-purple.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  cursor: pointer;
  transition-duration: 0.3s;
  padding-left: 38px !important;
  height: 50px;
  border: none;
}

.offer__filter-row.et_pb_row form input:hover {
  background-color: #671e5e;
  color: white;
}

.offer__main-section {
  background-size: auto;
  background-position: 0 10%;
}

.offer__main-section .offer__main__reset-row {
  max-width: 920px;
}

.offer__main-section .offer__main__reset-row .et_pb_text {
  text-align: right;
}

.offer__main-section .offer__main__reset-row .et_pb_text a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #f37a1f;
}

.offer__main-section .offer__main-column {
  width: 61.54%;
  margin-right: 4.55%;
  padding-top: 50px;
}

.offer__main-section .offer__main-column .hp__talent__offer-box {
  margin-bottom: 30px;
}

.offer__main-section .offer__side-column {
  width: 33.91%;
  margin-top: 50px;
  padding: 20px 33px 32px;
  background-color: #f37a1f;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.offer__main-section .offer__side-column .et_pb_text {
  color: white;
}

.offer__main-section .offer__side-column .et_pb_text:first-child {
  padding-top: 28px;
  background-image: url("images/offer-side-chapo.png");
  background-size: auto;
  background-position: 50% 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.41em;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  text-align: center;
}

.offer__main-section .offer__side-column .link-orange-module {
  margin: 43px 8px 0;
}

.offer__main-section .offer__side-column .link-orange-module a {
  width: 100%;
  background-color: white;
  color: #671e5e !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64em;
  letter-spacing: 1.4px;
}

.offer__main-section .offer__side-column .link-orange-module a::after {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  background-image: url("images/arrow-right-purple.png");
}

.offer__main-section .offer__side-column .link-orange-module a:hover {
  background-color: #671e5e;
  color: white !important;
}

.offer__page-row.et_pb_row {
  margin-top: 80px;
}

.offer__page-row.et_pb_row .et_pb_code_inner {
  display: flex;
  justify-content: center;
}

.offer__page-row.et_pb_row .et_pb_code_inner .offer-nav {
  display: inline-block;
  width: 9px;
  height: 16px;
  cursor: pointer;
}

.offer__page-row.et_pb_row .et_pb_code_inner .offer-nav.offer-prev {
  background-image: url("images/arrow-left-grey.png");
  margin-right: 20px;
}

.offer__page-row.et_pb_row .et_pb_code_inner .offer-nav.offer-next {
  background-image: url("images/arrow-right-grey.png");
  margin-left: 20px;
}

.offer__page-row.et_pb_row .et_pb_code_inner .offer-go {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  cursor: pointer;
  padding: 0 1px;
  margin: 0 3px;
}

.offer__page-row.et_pb_row .et_pb_code_inner .offer-go.offer-current {
  position: relative;
  top: -3px;
  font-size: 20px;
  font-weight: 700;
  color: #f37a1f;
}

/* CONTACT TROUBLE */
.contact__trouble-section.et_pb_section .et_pb_row .et_pb_column .et_pb_text {
  display: block !important;
}

/* FOOTER */
.footer-twitter {
  background-color: #00aced;
  margin-top: 40px;
}

.footer-twitter .ctf {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  background-image: url(images/footer-twitter.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  min-height: 95px;
}

.footer-twitter .ctf .ctf-header {
  display: none;
}

.footer-twitter .ctf .ctf-tweets .ctf-item {
  display: flex;
  flex-wrap: wrap;
}

.footer-twitter .ctf .ctf-tweets .ctf-item a {
  color: white !important;
}

.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-author-box,
.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-tweet-content {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-author-box {
  order: 1;
}

.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-name {
  margin-top: 0 !important;
}

.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-screename-sep {
  display: none !important;
}

.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-tweet-content {
  order: 0;
  line-height: 1.25em;
}

.footer-twitter .ctf .ctf-tweets .ctf-item .ctf-tweet-actions {
  display: none;
}

@media screen and (max-width: 980px) {
  .footer-twitter .ctf {
    padding: 15px 0;
  }

  .footer-twitter .ctf .ctf-tweet-text {
    margin-bottom: 20px;
  }
}

#main-footer {
  background-color: white;
}

#main-footer > .container #footer-widgets {
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
  padding: 0;
}

#main-footer > .container #footer-widgets .footer-widget {
  position: relative;
  margin-bottom: 25px;
}

#main-footer > .container #footer-widgets .footer-widget h4 {
  color: #3f4146;
  font-size: 20px;
  margin-bottom: 10px;
}

#main-footer > .container #footer-widgets .footer-widget ul.menu li {
  padding-left: 0;
}

#main-footer > .container #footer-widgets .footer-widget ul.menu li a {
  color: #8b8d91;
  font-size: 16px;
  font-weight: 400;
  transition-duration: 0.3s;
}

#main-footer > .container #footer-widgets .footer-widget ul.menu li a:hover {
  color: #595a5d;
}

#main-footer > .container #footer-widgets .footer-widget ul.menu li::before {
  content: none;
}

#main-footer > .container #footer-widgets .footer-widget::after {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  right: 0;
  width: 1px;
  background-color: #bdbdbd;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555960;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(1) img {
  margin-bottom: 20px;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(1) p {
  padding-bottom: 0;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(1) p:nth-child(2) {
  margin-bottom: 15px;
  font-size: 20px;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4)::after {
  content: none;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) h4::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #bdbdbd;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .fwidget {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .sfsiplus_norm_row {
  width: auto !important;
  position: static !important;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .sfsiplus_norm_row .sfsi_plus_wicons {
  margin-left: 30px !important;
  width: auto !important;
  height: auto !important;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .sfsiplus_norm_row .sfsi_plus_wicons:first-child {
  margin-left: 0 !important;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .sfsiplus_norm_row img {
  transition-duration: 0.3s;
  max-width: 22px;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .sfsiplus_norm_row img:hover {
  opacity: 0.5;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .sfsi_plus_holders {
  display: none;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .textwidget a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #f37a1f;
  text-align: center;
  transition-duration: 0.3s;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .textwidget a:hover {
  opacity: 0.5;
}

#main-footer > .container #footer-widgets .footer-widget:nth-child(4) .textwidget a::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 9px;
  background-image: url(images/arrow-orange-small.png);
}

#main-footer #et-footer-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-footer #et-footer-nav .container #footer-info {
  padding: 15px 0;
  color: #8b8d91;
  font-size: 16px;
}

#main-footer #et-footer-nav .container #footer-info::after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

#main-footer #et-footer-nav .container .bottom-nav li {
  padding-right: 15px;
}

#main-footer #et-footer-nav .container .bottom-nav li a {
  color: #8b8d91;
  font-size: 16px;
  font-weight: 400;
}

#main-footer #et-footer-nav .container .bottom-nav li a::after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
}

#main-footer #et-footer-nav .container .bottom-nav li:last-child a:after {
  content: none;
}

/* Resp footer */
.footer-resp-container {
  padding: 45px 0 38px;
  background-color: #474747;
  text-align: center;
}

.footer-resp-container ul li a {
  color: white;
}

.footer-resp-container ul li:nth-child(1), .footer-resp-container ul li:nth-child(2) {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  width: 200px;
  height: 122px;
  background-repeat: no-repeat;
  opacity: 1;
  transition-duration: 0.3s;
}

.footer-resp-container ul li:nth-child(1):hover, .footer-resp-container ul li:nth-child(2):hover {
  opacity: 0.5;
}

.footer-resp-container ul li:nth-child(1) a, .footer-resp-container ul li:nth-child(2) a {
  display: table-cell;
  width: 200px;
  height: 122px;
  padding-bottom: 22px;
  vertical-align: bottom;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-resp-container ul li:nth-child(1) {
  margin-right: 28px;
  background-image: url(images/sticky-contact.png);
  background-position: 50% 40%;
}

.footer-resp-container ul li:nth-child(2) {
  background-image: url(images/sticky-faq-white.png);
  background-position: 50% 30%;
}

.footer-resp-container ul li:nth-child(3) {
  margin-top: 43px;
}

.footer-resp-container ul li:nth-child(3) a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-resp-container ul li:nth-child(3) a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url("images/arrow-right-big-white.png");
  width: 12px;
  height: 19px;
  margin-left: 25px;
}

@media screen and (max-width: 980px) {
  #main-footer {
    background-color: #474747;
  }

  #main-footer #footer-widgets {
    display: none !important;
  }

  #main-footer #et-footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #3e3e3e;
    padding: 33px 5%;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget {
    display: inline-block;
    position: static;
    float: none;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsiplus_norm_row {
    position: static !important;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsi_plus_holders {
    display: none;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsi_plus_wicons {
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-left: 20px !important;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsi_plus_wicons:first-child {
    margin-left: 0 !important;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsi_plus_wicons .sfsiplus_inerCnt {
    line-height: 0;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsi_plus_wicons .sfsiplus_inerCnt a {
    line-height: 0;
  }

  #main-footer #et-footer-nav .sfsi_plus_widget .sfsi_plus_wicons .sfsiplus_inerCnt a img {
    max-width: 30px;
    height: auto;
    filter: brightness(0) invert(1);
  }

  #main-footer #et-footer-nav #footer-info {
    display: none;
  }

  #main-footer #et-footer-nav .container,
  #main-footer #et-footer-nav .bottom-nav {
    display: inline-block;
    width: auto;
  }

  #main-footer #et-footer-nav .container {
    padding: 0;
  }

  #main-footer #et-footer-nav .container .bottom-nav li {
    padding-right: 0;
  }

  #main-footer #et-footer-nav .container .bottom-nav li:nth-child(2) {
    display: none;
  }

  #main-footer #et-footer-nav .container .bottom-nav li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: white;
  }

  #main-footer #et-footer-nav .container .bottom-nav li a::after {
    content: none !important;
  }
}

@media screen and (max-width: 700px) {
  #main-footer .footer-resp-container .footer-resp-nav li:nth-child(1), #main-footer .footer-resp-container .footer-resp-nav li:nth-child(2) {
    width: 300px;
    margin: 0;
    max-width: 100%;
  }

  #main-footer .footer-resp-container .footer-resp-nav li:nth-child(1) a, #main-footer .footer-resp-container .footer-resp-nav li:nth-child(2) a {
    width: 300px;
    max-width: 100%;
  }

  #main-footer .footer-resp-container .footer-resp-nav li:nth-child(1) {
    margin-bottom: 20px;
  }

  #main-footer .footer-resp-container .footer-resp-nav li:nth-child(3) a {
    font-size: 14px;
  }

  #main-footer .footer-resp-container .footer-resp-nav li:nth-child(3) a::after {
    background-image: url("images/arrow-right-white.png");
    width: 6px;
    height: 9px;
    top: 0;
    margin-left: 10px;
  }

  #main-footer #et-footer-nav {
    display: block;
  }

  #main-footer #et-footer-nav > * {
    display: block !important;
    margin: 0 auto 25px;
    text-align: center;
  }

  #main-footer #et-footer-nav > *:last-child {
    margin-bottom: 0;
  }

  #main-footer #et-footer-nav > * .sfsiplus_norm_row {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  #main-footer #et-footer-nav .container .bottom-nav li {
    display: block;
  }

  #main-footer #et-footer-nav .container .bottom-nav li:last-child {
    margin-top: 15px;
  }
}

@media screen and (min-width: 980px) {
  .footer-resp-container {
    display: none;
  }

  #et-footer-nav .sfsi_plus_widget,
  #et-footer-nav .logo-resp-footer {
    display: none;
  }
}

/* ENGLISH */
html:lang(en-US) .sticky-assist-container {
  display: none;
}

html:lang(en-US) .full-menu-overlay .menu-overlay__content .menu__side-container {
  display: none;
}

html:lang(en-US) #main-header .logo_container {
  display: block !important;
  margin-left: 170px;
  float: none;
}

@media screen and (max-width: 980px) {
  html:lang(en-US) #main-header .logo_container {
    margin-left: 25px;
  }
}
