/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Colors*/
:root {
	--grey: #E2E2E2;
	--blue: #1B2B80;
	--row: 120px;
	--gridLite: 20px;
	--grid: 5vw;
	--grid-negative: -5vw;
	--gridLg: 12vw;
	--transition: .25s;
	--gap:  clamp(20px, 3vw, 50px);
	--primary-font: 'StaffGrotesk', sans-serif;
}
.blueBg {
	background: var(--blue);
}
.blackBg {
	background: black;
}
.blackBg *, .blueBg * {
    color: white;
}
.blackBg p, .blueBg p {
    font-weight: 300;
}
.blackBg .contour, .blackBg.contour {
	box-shadow: inset 0 0 0 1px white;
}
.whiteBg .contour, .whiteBg.contour {
	box-shadow: inset 0 0 0 1px black;
}
.whiteBg {
	background: white;
}
.greyBg {
	background: var(--grey);
}


/*Fonts*/
@font-face {
    font-family: 'StaffGrotesk';
    src: url('/wp-content/themes/generatepress_child/fonts/StaffGrotesk-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'StaffGrotesk';
    src: url('/wp-content/themes/generatepress_child/fonts/StaffGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'StaffGrotesk';
    src: url('/wp-content/themes/generatepress_child/fonts/StaffGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body, body *:not(i) {
	font-family: var(--primary-font);
}


/*LOADER/SPLASH*/
.splash.timeout {
    pointer-events: none;
	opacity: 0;
}
.splash {
    position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    -webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	transition: all .75s ease;
    transform: scale(1);
    opacity: 1;
    pointer-events: initial;
}
.splash img {
    width: 500px;
	opacity:0;
 	animation: fadein 1s ease both;
    animation-delay: 0.15s;
	display:none;
}


/*Animation : Fade in*/
@-webkit-keyframes fadein {
    100% {
 opacity:1;
}
}
@keyframes fadein {
    100% {
 opacity:1;
}
}
/*Animation : Fade out*/
@-webkit-keyframes fadeout {
    100% {
 opacity:0;
}
}
@keyframes fadeout {
    100% {
 opacity:0;
}
}
.fader {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fader.in-view {
	transition-delay: 0.25s;
	opacity: 1;
	transform: translateY(0);
}


/*COOKIES*/
body .cky-consent-container .cky-consent-bar {
    border-radius: 25px;
    background: #ffffff30 !important;
    backdrop-filter: blur(11px);
    box-shadow: none !important;
    border: 0;
    padding: 40px 30px 30px;
    transition: var(--transition);
    text-align: center;
    border: 1px solid white;
}
body .cky-btn {
    font-size: 13px;
    font-weight: 500;
    color: black !important;
    letter-spacing: unset;
    padding: 7px 35px;
	letter-spacing: 1px;
    max-width: fit-content;
    border: 0 !important;
	text-transform: uppercase;
	font-family: 'Manrope';
	background: white!important;
    transition: var(--transition);
    border-radius: 99px;
}
body .cky-btn-reject {
    background: black !important;
	color: white!important;
}
body .cky-btn:hover{
    background: var(--blue) !important;
	color: white!important;
	opacity:1!important;
}
body .cky-notice-btn-wrapper {
    justify-content: center;
    align-items: center;
	margin-top:20px;
	padding:0!important;
}
body .cky-notice-des p, body .cky-notice-des a.cky-policy {
    font-size: 13px;
}
body .cky-notice-des p {
    line-height: 1.4;
    padding: 0 15px;
    overflow: hidden;
    color: white !important;
}
body .cky-notice-des {
    overflow: hidden;
}
body .cky-notice .cky-title {
    margin: 0 0 7px 0;
    font-size: 20px;
	display:none;
    font-weight: 400;
}
body .cky-box-bottom-right {
    bottom: var(--gridLite);
    right: var(--gridLite);
}
@media (max-width: 576px) {
body .cky-box-bottom-right {
    bottom: 20px;
    right: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
}
@media (max-width: 440px) {
body .cky-notice-des {
	max-height: none;
	padding: 0;
}
body .cky-notice-des p {
    padding: 0;
}
body .cky-notice-des p, body .cky-notice-des a.cky-policy {
    display: block;
}
body .cky-notice-btn-wrapper {
	gap: 8px;
	flex-direction: row-reverse;
}
body .cky-consent-container .cky-consent-bar {
    padding: 20px 30px;
}
}


/*GÉNÉRAL*/
html {
    -webkit-text-size-adjust: 100%!important; /* Prevent font scaling in landscape while allowing user zoom */
}
a:hover {
	color: var(--blue);
}
img {
    display: block;
}
small {
    font-size: 90%;
}
html.vc_mobile {
	overflow-x:hidden;
}
body .featured-image {
    display: none!important;
}
a {
    color: black;
	transition: var(--transition);
}
body .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.inside-article .entry-header {
	display:none;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: white;
}
.separate-containers .site-main {
    margin: 0;
}
body .grid-container {
    max-width: 100%;
}
body .vc_row {
    margin-left: 0;
    margin-right: 0;
}
body .wrap {
    padding-top: var(--row);
	padding-bottom: var(--row);
	padding-left: var(--grid);
	padding-right: var(--grid);
}
body .row {
    padding-top: var(--row);
	padding-bottom: var(--row);
}
body .grid {
	padding-left: var(--grid);
	padding-right: var(--grid);
}
body .gridLg {
	padding-left: var(--gridLg);
	padding-right: var(--gridLg);
}
body {
    overflow-x: hidden!important;
}
body, p {
    color: black;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.sm p, .gfield_consent_label {
	font-size: 13px;
}
.large p, .prefooter-widget p, .si.standard-layout .list-meta .list-count {
    font-size: 34px;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
}
h1, h2 {
    font-size: 55px;
}
h3, .gform_title {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 25px;
	text-transform: none;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.center {
    text-align:center;
}


/*BUTTONS*/
/*Classic Button*/
a.button, .si-modal button, .si-single-content .si .si-button.si-type-action, .si-single-content .si .si-button.si-type-action:hover, .mobmenu-content li a.button, .custom-file-button, body .main-navigation .main-nav ul li.cta a, body .mobmenu-content .cta a, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    color: white;
    border: 0;
    background: black;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 18px 36px 15px;
    font-weight: 500;
    margin: 0;
    border-radius: 99px;
    border: 1px solid black;
    line-height: normal !important;
    transition: var(--transition);
	box-shadow: none!important;
}
.si-modal button, .si-single-content .si .si-button.si-type-action:first-child, .scrolled .header-widget a.button:hover, a.button.grey:hover, a.button.white:hover, a.button:hover, .white a.button:hover, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus:hover, body .gform_wrapper.gravity-theme .gform_footer button:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover, body .gform_wrapper.gravity-theme .gform_page_footer button:hover, body .gform_wrapper.gravity-theme .gform_page_footer input:hover, main-navigation .main-nav ul li.cta.white a:hover, body .mobmenu-content .cta.white a:hover, body .white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: var(--blue);
	color: white;
	border-color: var(--blue);
}
.si-modal button:hover, .prefooter-widget a.button:hover {
    background: black;
	color: white;
	border-color: black;
}
/*White Transparent Button*/
body .white.transparent .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, a.button.white.transparent {
	background: transparent;
	color: white;
	border-color: white;
}
body .white.transparent .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, a.button.white.transparent:hover {
	background: white;
	color: black;
	border-color: white;
}
/*White Button*/
body .contact-section .gform_wrapper.gravity-theme .gform_footer button, .scrolled .header-widget a.button, .home .header-widget a.button, .page-id-916 .header-widget a.button, .page-id-940 .header-widget a.button, a.button.white, .custom-file-button, .mobmenu-content li a.button.white, body .white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: white;
	color: black;
	border-color: white;
}
/*Grey Hover Button*/
body .contact-section .gform_wrapper.gravity-theme .gform_footer button:hover, .home .header-widget a.button:hover, .page-id-916 .header-widget a.button:hover, .page-id-940 .header-widget a.button:hover {
	background: var(--grey);
	color: black;
	border-color: var(--grey);
}
body .gform_wrapper.gravity-theme .gform_footer button.gform_ajax_spinner {
	color:transparent!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
body .vc_btn3-container, a.button {
    margin: 60px 0 0;
}


/*TEXT SCROLL*/
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.orb {
    width: auto;
    height: 8vw;
    background: transparent!important;
    border-radius: 0;
    display: inline-block;
    margin: 0 2vw;
    float: left;
    transition: all .2s ease-out;
    font-size: 6vw;
    line-height: 1.3;
    text-transform: none;
    font-weight: 600;
    color: white;
    color: black;
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 3px;
	font-family: 'Playfair Display', serif;
}
.orb.full {
    -webkit-text-fill-color: rgb(0 19 43);
}
.orb.dot {
    opacity: 1;
}
.marquee--inner {
    display: block;
    width: 225%;
    margin: 0;
    height: 9vw;
    position: absolute;
    animation: marquee 22s linear infinite;
}
.marquee {
    height: 9vw;
    width: 100%;
    border: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto -1vw;
}


/*HOME*/
.section-title {
	padding-bottom:60px;
}
/*Hero*/
#hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#hero *:not(.vc_btn3) {
    color: white;
}
#hero .vc_column_container>.vc_column-inner {
    padding:0;
}
#hero p {
    padding-bottom: 15px;
}
/*Description*/
.description-section img {
	width:150px;
}
.description-section p {
    max-width: 900px;
    margin: 50px auto 0;
}
/*Services*/
.home-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.services-section .right {
    padding-left: var(--grid);
}
.home-service {
    position: relative;
    min-height: 525px;
    padding: 40px 32px;
    overflow: hidden;
}
.home-service-content {
    position: relative;
    z-index: 2;
}
.home-service-description {
    max-width: 500px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}
.home-service-description p:last-child {
    margin-bottom: 0;
}
.home-service:hover .home-service-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.home-service-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    opacity: 0;
    transition: opacity .35s ease, transform .45s ease;
    pointer-events: none;
}
.home-service.whiteBg .home-service-bg {
    background-image: url('/wp-content/uploads/logotype_black.svg');
}
.home-service.blueBg .home-service-bg {
    background-image: url('/wp-content/uploads/logotype_white.svg');
}
.home-service:hover .home-service-bg {
    opacity: .2;
}
.home-service-plus {
    position: absolute;
    right: 34px;
    bottom: 36px;
    width: 34px;
    height: 34px;
    z-index: 3;
    transition: transform .3s ease;
}
.home-service-plus:before,
.home-service-plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}
.home-service-plus:before {
    width: 34px;
    height: 1px;
}
.home-service-plus:after {
    width: 1px;
    height: 34px;
}
.home-service.whiteBg .home-service-plus {
    color: black;
}
.home-service.blueBg .home-service-plus {
    color: white;
}
.home-service:hover .home-service-plus {
    transform: rotate(45deg);
}


/*ABOUT*/
body .top-section {
	padding-top:250px;
}
.about-top > div > div > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    gap: var(--grid);
}
.about-top p {
    max-width: 480px;
}
.about-filler {
    height: 75vh;
    background-size: cover;
    background-position: center;
}
.mission-section.wrap {
    padding-top: var(--grid);
    padding-left: 0;
}
.mission-section img {
    width: 40vw;
}
.mission-section h3 {
    padding-top: 28vw;
    padding-bottom: 60px;
}
.margad-section {
    display: flex;
    align-items: center;
}
.margad-section .vc_col-has-fill > div {
    background-size: cover;
    background-position: center;
}
.margad-section .gridLg  {
    min-height:100vh;
    display: flex;
    align-items: center;
}
.margad-section .name {
    padding-bottom: 40px;
}
/*Values*/
.values-list {
    position: relative;
    border-bottom: 1px solid;
    margin: 0 var(--grid-negative);
}
.value-row {
    position: relative;
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    min-height: 190px;
    padding: 40px var(--grid);
    border-top: 1px solid;
}
.value-title, .value-description {
    position: relative;
    z-index: 2;
}
.value-title h3 {
    margin: 0;
    font-size: clamp(40px, 5vw, 80px);
    line-height: .9;
    font-weight: 500;
}
.value-description {
    max-width: 550px;
    margin-left: auto;
}
.value-description p:last-child {
    margin-bottom: 0;
}
.value-image {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: clamp(160px, 11vw, 220px);
    height: clamp(230px, 17vw, 315px);
    transform: translate(-50%, -50%) scale(.92);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, transform .4s ease, visibility .3s;
	display:none!important; /*hide*/
}
.value-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.value-row:hover .value-image {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.value-row:nth-child(odd) .value-image {
    left: 48%;
}
.value-row:nth-child(even) .value-image {
    left: 52%;
}
.value-row {
    position: relative;
    z-index: 1;
}
.value-row:hover {
    z-index: 10;
}
.value-image {
    z-index: 20;
}
/*Process*/
.process-section.wrap {
	padding-bottom:0;
}
.process-list {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: var(--row);
    padding-bottom: var(--row);
}
.process-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - .5px);
    width: 1px;
    background: var(--grey);
    overflow: hidden;
}
.process-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: black;
}
.process-item {
    position: relative;
    z-index: 1;
    min-height: 320px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.process-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: black;
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    transition: transform .45s ease;
}
.process-item.is-visible .process-dot {
    transform: translate(-50%, -50%) scale(1);
}
.process-content {
    position: relative;
    opacity: 0;
    transition: opacity .7s ease, transform .7s ease;
}
.process-item.left .process-content {
    grid-column: 1;
    padding-right: var(--grid);
    transform: translateX(-50px);
}
.process-item.right .process-content {
    grid-column: 2;
    padding-left: var(--row);
    transform: translateX(50px);
}
.process-item.is-visible .process-content {
    opacity: 1;
    transform: translateX(0);
}
.process-number {
    position: absolute;
    top: -100px;
    font-size: clamp(110px, 11vw, 190px);
    line-height: .75;
    font-weight: 700;
    color: var(--blue);
}
.process-item.left .process-number {
    left: 0;
}
.process-item.right .process-number {
    left: var(--row);
}
.process-text {
    max-width: 330px;
    padding-top: 65px;
	text-align:left;
}
.process-text h4 {
    padding-bottom: 15px;
}
.process-item.left .process-text {
    margin-left: 100px;
}
.process-item.right .process-text {
    margin-left: 100px;
}
.process-description p:last-child {
    margin-bottom: 0;
}
/*Difference*/
.difference-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.difference-item {
    position: relative;
    min-height: 500px;
    border: 1px solid white;
}
.difference-item.left {
    grid-column: 1;
}
.difference-item.right {
    grid-column: 3;
}
.difference-item.center {
    grid-column: 2;
}
.difference-content {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px 40px;
}
.difference-item h3,
.difference-description {
    max-width: 26vw;
    margin: 0 auto;
}
.difference-item h3, .partner-item h3, .home-service-content h3 {
    font-size: clamp(26px, 2vw, 40px);
}
.difference-description p:last-child {
    margin-bottom: 0;
}


/*PARTNERS*/
.partners-split {
    display: flex;
    align-items: center;
}
.partners-split .vc_col-has-fill > div {
	min-height:100vh;
	background-position:center;
	background-size:cover;
}
.partners-split h3 {
    padding-bottom:30px;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 40px;
}
.partner-item {
    position: relative;
    min-height: 345px;
    padding: 35px 30px;
}


/*CONTACT*/
.contact-section::before, .contact-section::after {
    display: none!important;
}
.contact-section {
    display: flex;
    gap: var(--grid);
}
.contact-section .left > div > div {
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: space-between;
}
.contact-slogan {
    max-width: 700px;
}
.contact-slogan h3 {
    padding-bottom:10px;
}
.contact-coordo p {
    margin: 0;
    text-transform: uppercase;
}
.contact-map .vc_col-has-fill > div {
	height: 500px;
	background-size:cover;
	background-position:center;
}
body .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
	filter: saturate(0);
}


/*POLICY*/
.policy {
	padding-top: var(--row);
}
.policy a:hover {
	color: var(--blue);
}
.policy h2 {
    padding-bottom: 60px;
}
.policy h4 {
    padding: 35px 0 20px;
}
.policy .wpb_wrapper h4:first-child {
    padding-top:0;
}


/*GFORM*/
.gfield_consent_label a {
	border-bottom:1px solid;
}
.gfield_consent_label a:hover, .gfield_consent_label a:focus, .gfield_consent_label a:active {
    color: var(--blue);
}
body .gform_wrapper.gravity-theme .gform_footer input {
	background: var(--blue);
	color: 	white;
}
body .gform_wrapper.gravity-theme .gform_footer input:hover {
	background: var(--grey);
	color: 	white;
}
body .gform_wrapper.gravity-theme .gfield_error label {
    color: black;
}
body .gform_required_legend,
body .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
body .gform_wrapper.gravity-theme .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
	max-width: 350px;
    line-height: 1.35;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input, body .gform_wrapper.gravity-theme .gfield-choice-input {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    min-height: 0;
    margin: 3px 0 0;
    padding: 0;
    border: 1px solid black;
    border-radius: 50% !important;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
body .gform_wrapper.gravity-theme .gfield-choice-input {
    margin-top:5px;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input:checked, body .gform_wrapper.gravity-theme .gfield-choice-input:checked {
    background: black !important;
    border-color: black;
    box-shadow: inset 0 0 0 2px white;
}
body .gform_wrapper.gravity-theme .gfield {
    margin: 0;
}
body .gform_wrapper.gravity-theme .gfield--width-full {
    grid-column: 1 / -1;
}
body .gform_title {
    padding-bottom: 30px;
}
body .gform_wrapper.gravity-theme .gfield input.large, body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme .gfield select.large, body .gform_wrapper.gravity-theme .gfield textarea.large {
    width: 100%;
    max-width: none;
    min-height: 50px;
    padding: 12px 24px;
	padding-top:15px;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    background: transparent;
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    outline: none;
    transition: var(--transition);
    -webkit-appearance: none;
    font-family: var(--primary-font);
}
body .contact-section .gform_wrapper.gravity-theme .gfield input.large, body .contact-section .gform_wrapper.gravity-theme input[type="text"], body .contact-section .gform_wrapper.gravity-theme input[type="email"], body .contact-section .gform_wrapper.gravity-theme input[type="tel"], body .contact-section .gform_wrapper.gravity-theme .gfield select.large, body .contact-section .gform_wrapper.gravity-theme .gfield textarea.large {
    border-radius:99px;
    border: 1px solid white;
	color: white;
	padding-left:24px;
	font-weight:400;
}
body .gform_wrapper.gravity-theme input::placeholder, body .gform_wrapper.gravity-theme textarea::placeholder {
    font-size: 18px;
	color: black;
	font-family: var(--primary-font);
    font-weight: 400;
    opacity: 1;
	text-transform: none;
}
body .contact-section .gform_wrapper.gravity-theme input::placeholder, body .contact-section .gform_wrapper.gravity-theme textarea::placeholder {
	color: white;
	text-transform: uppercase;
	font-weight:500;
	font-size: 15px;
	letter-spacing: 1px;
}
body .contact-section .gform_wrapper.gravity-theme option {
	color: black;
}
body .gform_wrapper.gravity-theme .gfield select.large {
	text-transform: none;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 122px;
    min-height: 122px;
    padding-top: 18px;
    border-radius: 16px !important;
    resize: none;
}
body .gform_wrapper.gravity-theme input:not(type=[checkbox]):hover,
body .gform_wrapper.gravity-theme select:hover,
body .gform_wrapper.gravity-theme textarea:hover {
    background: var(--grey) !important;
    border-color: white;
}
body .gform_wrapper.gravity-theme input:not(type=[checkbox]):focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus {
    background: var(--blue);
	color: white;
    outline: none;
}
body .gform_wrapper.gravity-theme select {
    background-image: none;
}
body .gform_wrapper.gravity-theme .ginput_container_select {
    position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container_select::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 22px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-53%);
}
body .gform_wrapper.gravity-theme .gfield_checkbox {
    margin-top: 0;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox input {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    min-height: 0;
    margin-top: 2px;
    padding: 0;
    border: 1px solid black;
    border-radius: 50% !important;
    appearance: none;
}
body .gform_wrapper.gravity-theme .gfield_checkbox input:checked {
    box-shadow: inset 0 0 0 3px white;
    background: black !important;
}
body .gform_wrapper.gravity-theme .gfield_checkbox label {
    max-width: 340px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}
body .gform_wrapper.gravity-theme .gform_footer {
    margin: clamp(35px, 5vw, 55px) 0 0;
    padding: 0;
}
body .gform_wrapper .gform_validation_errors,
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
    display: none !important;
}
body .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    margin-top: 0;
    padding: 5px 24px 0 !important;
    border: 0;
    background: transparent;
    color: #cb3e3e;
    font-size: 8px !important;
    font-weight: 600;
    letter-spacing: .5px !important;
    text-transform: uppercase;
}
body .proffoter-widget .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	padding-left:0!important;
}
body .ginput_container_textarea {
    margin-bottom: -7px;
}
body .gform_confirmation_message {
    padding: 25px;
    color: var(--blue);
    font-weight: 500;
    background: white;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 30px 0 0;
    padding: 0;
    justify-content: flex-start;
}


/*HEADER*/
.site-header, .nav-align-center .inside-navigation, .inside-header, .main-navigation {
    height: auto;
}
.main-navigation .inside-navigation, .inside-header, .main-navigation, .site-logo, .main-navigation .main-nav ul li a, .main-navigation li, .main-title a {
    transition: var(--transition);
}
.main-nav ul li a i, body #mobmenuright li a i, .widget_nav_menu ul li a i {
    font-size: 0.85em;
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0;
    background: transparent;
    z-index: 999;
}
body .inside-header {
    display: flex;
    align-items: center;
    padding: 20px !important;
    background: transparent;
    backdrop-filter: blur(0);
    border-radius: 0;
    flex-direction: row !important;
    justify-content: space-between !important;
}
body .inside-header a.button {
    margin:0!important;
}
body.scrolled .inside-header {
    background: #ffffff47;
	backdrop-filter: blur(11px);
}
body .site-header.over-light .inside-header {
    background: #00000047;
}
body:not(.scrolled) .site-header.over-light .inside-header, body .main-navigation {
    background: transparent;
}
.nav-align-center .inside-navigation {
    justify-content: center;
}
body .main-navigation li {
    padding: 0;
}
body .site-logo img {
    width: 195px;
    transition: var(--transition);
}
body.home .site-logo img,
body.page-id-916 .site-logo img,
body.page-id-940 .site-logo img,
body.scrolled .site-logo img {
    filter: invert(1);
}
.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child) {
    margin: 0;
}
body:not(.home) .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    border-bottom: 1px solid;
    padding-top: 2px;
}
body .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: black;
    background-color: transparent;
}
body.home .main-navigation .main-nav ul li[class*="current-menu-"] > a, 
body.page-id-916 .main-navigation .main-nav ul li[class*="current-menu-"] > a,
body.page-id-940 .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: white;
}
body .main-navigation .main-nav ul li a, .widget_simple_translation_language_switcher a {
    color: black;
    padding-left: 0px;
    padding-right: 0;
    margin: 0 3vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: normal;
}
body.home .main-navigation .main-nav ul li a, .home .widget_simple_translation_language_switcher a,
body.page-id-916 .main-navigation .main-nav ul li a, .page-id-916 .widget_simple_translation_language_switcher a,
body.page-id-940 .main-navigation .main-nav ul li a, .page-id-940 .widget_simple_translation_language_switcher a,
body.scrolled .main-navigation .main-nav ul li a, .scrolled .widget_simple_translation_language_switcher a {
	color:white;
}
.header-widget {
    align-items: center;
}
.widget_simple_translation_language_switcher a {
    margin: 0 2vw 0 0;
}
body .main-navigation .main-nav ul li.cta {
    margin-left:40px;
}
body .main-navigation .main-nav ul li.cta i, .cta i {
    padding-right: 6px;
}
.widget_simple_translation_language_switcher a:hover, body .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: var(--blue);
    background-color: transparent;
}
body:is(.home, .page-id-916) .widget_simple_translation_language_switcher a:hover,
body:is(.home, .page-id-916) .main-nav ul li[class*="current-menu-"]:hover > a,
body:is(.home, .page-id-916) .main-nav ul li:not([class*="current-menu-"]):focus > a,
body:is(.home, .page-id-916) .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
body:is(.home, .page-id-916) .menu-bar-item:hover > a,
body:is(.home, .page-id-916) .menu-bar-item.sfHover > a,
body:is(.home, .page-id-916) .main-nav ul li:not([class*="current-menu-"]):hover > a,
body:is(.home, .page-id-940) .widget_simple_translation_language_switcher a:hover,
body:is(.home, .page-id-940) .main-nav ul li[class*="current-menu-"]:hover > a,
body:is(.home, .page-id-940) .main-nav ul li:not([class*="current-menu-"]):focus > a,
body:is(.home, .page-id-940) .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
body:is(.home, .page-id-940) .menu-bar-item:hover > a,
body:is(.home, .page-id-940) .menu-bar-item.sfHover > a,
body:is(.home, .page-id-940) .main-nav ul li:not([class*="current-menu-"]):hover > a
 {
    color: var(--grey);
}


/*PREFOOTER*/
.prefooter-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    justify-items: center;
    align-items: center;
}
.prefooter-widget .cta {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.prefooter-widget-content {
    max-width: 650px;
	margin:0 auto;
}
.prefooter-widget p {
    margin-bottom: 0;
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
}


/*FOOTER*/
body .footer-widgets-container {
    padding: var(--row) var(--grid);
}
.site-footer .widget_nav_menu ul li a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: normal;
}
.footer-widget-1 {
    display: flex;
    gap: 8vw;
}
.footer-widget-2 {
    max-width: 650px;
    padding-right: var(--grid);
}
body .site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}
body .site-footer .footer-widgets-container .inner-padding {
    padding: 0;
}
.site-info {
    z-index: 9;
    position: relative;
	background-image: url(/wp-content/uploads/homepage_bg.jpg);
	background-size: cover;
	background-position:center;
}
.site-info:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-90deg, black, transparent);
    opacity: 1;
	z-index:1;
}
.site-info * {
    z-index: 2;
    position: relative;
}
.site-footer .copyright-bar {
    display:none;
}
.site-footer .widget_media_image img {
    width: 85%;
}
body .inside-site-info {
    padding-top: 40px;
    padding-bottom: 40px;
}
body .footer-bar-align-center .footer-bar {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 20px;
}
.footer-contact {
    display: flex;
	gap:30px;
}
.footer-contact-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	text-align: left;
}
.footer-contact-data * {
    text-transform: uppercase;
    font-size: 16px;
}
.footer-contact-data .address {
    padding-top:15px;
}
.footer-widgets-container, .inside-site-info {
	padding-left: var(--gridLite);
	padding-right: var(--gridLite);
}
body .footer-widgets .widget {
    font-size: 14px;
}


/***************************/
/***************************/
/***************************/
/*RESPONSIVE*/
/***************************/
/***************************/
/***************************/


@media only screen and (max-width: 1440px) {
:root {
    --gridLg: 10vw;
}
body, p {
    font-size: 17px;
}
.sm p, .gfield_consent_label {
	font-size: 12px;
}
.large p, .prefooter-widget p {
    font-size: 28px;
	line-height: 1.2;
}
h1, h2 {
    font-size: 50px;
}
h3, .gform_title {
	font-size: 35px;
	line-height: 1.1;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.si-single-content .si .si-button.si-type-action:first-child, a.button, .mobmenu-content li a.button, .custom-file-button, body .main-navigation .main-nav ul li.cta a, body .mobmenu-content .cta a, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .gform_wrapper.gravity-theme .gform_footer button, body .gform_wrapper.gravity-theme .gform_footer input, body .gform_wrapper.gravity-theme .gform_page_footer button, body .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 13px;
	padding: 16px 34px 13px;
}
body .main-navigation .main-nav ul li a, .widget_simple_translation_language_switcher a {
    font-size: 13px;
}
body .main-navigation .main-nav ul li a {
    margin: 0 2.25vw;
}
body .site-logo img {
    width: 185px;
}
.description-section p {
    max-width: 700px;
    margin: 40px auto 0;
}
.description-section img {
    width: 130px;
}
body .vc_btn3-container, a.button {
    margin: 50px 0 0;
}
.footer-widget-2 {
    max-width: 550px;
    padding-right: 0;
}
body .top-section {
    padding-top: 220px;
}
}


@media only screen and (max-width: 1240px) {
.pricing-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}


@media only screen and (max-width: 1024px) {
body.home .mob-icon-menu:before,
body.page-id-916 .mob-icon-menu:before,
body.page-id-940 .mob-icon-menu:before,
body.scrolled .mob-icon-menu:before {
    color: white;
}
.header-widget {
    display: none !important;
}
body .inside-header {
    padding: 30px !important;
}
body .site-logo img, body .rightmtop img {
	width: 200px;
}
#hero {
    background-position: 30% center;
}
.services-section .left, .services-section .right {
	width:100%;
}
.services-section .right {
    padding-left: 0;
    padding-top: 50px;
}
.about-filler {
    height: 600px;
}
.margad-section .gridLg {
    min-height: auto;
}
.process-text {
    padding-top: 0;
}
.partners-grid {
	grid-template-columns: repeat(2, 1fr);
}
.difference-grid {
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid white;
}
.difference-grid:before,
.difference-grid:after {
	display: none;
}
.difference-item.left,
.difference-item.right,
.difference-item.center {
	grid-column: auto;
}
.difference-item {
	min-height: 380px;
	border-bottom: 1px solid white;
}
.difference-item:nth-child(odd) {
	border-right: 1px solid white;
}
.difference-item:before,
.difference-item:after {
	display: none !important;
}
.difference-content {
	padding: 30px;
	gap: 60px;
}
.difference-item h3, .difference-description {
    max-width: 100%;
}
.footer-widget-2 {
	max-width: 400px;
}
body .mobmenu-content .widget {
    justify-content: center;
}
.widget_simple_translation_language_switcher a {
	color: white;
	margin:0;
}
.mobmenu-content li a.button, .mobmenu-content li a.button:hover {
	background: white;
	border-color: white;
	color: black;
	width: fit-content;
	letter-spacing: 1px;
	margin: 50px auto 0;
}
body .mobmenu-content li a, body #mobmenuright li a,
body .mobmenu-content li a:hover, body #mobmenuright li a:hover {
    font-size: 17px;
	letter-spacing: 2px;
	color: white;
}
.prefooter-widget {
    grid-template-columns: 1fr;
    gap: var(--row);
    padding-bottom: var(--row);
}
/*FULLSCREEN MENU/HEADER*/
body.show-nav-right .mobmenu-panel.show-panel {
	z-index: 3000000;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0!important;
}
body #mobmenuright li.menu-soumission a, body #mobmenuright li.menu-soumission a:hover {
    margin-left: 0;
    background: white!important;
    color: var(--blue)!important;
    margin: 0 auto;
}
html.mob-menu-no-scroll {
    overflow: auto;
}
body .site-header {
	display: block !important;
}
body .mobmenu-right-alignment.show-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
body .mobmenu-right-alignment {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
body .mob-menu-header-holder {
	top: 28px;
	height: 48px;
	right: 30px;
	display: block;
	z-index: 9999;
	position: fixed;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
body .mobmenul-container, body .mobmenur-container {
    position: relative;
    top: 0;
    margin: 0!important;
    right: auto;
    display: flex;
    align-items: center;
}
body.mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
	height: 100vh;
	height: 100svh;
    height: 100dvh;
    background: black;
    width: 100%;
    transition: transform .8s cubic-bezier(.76,0,.24,1) .3s;
    left: 0;
}
body.show-nav-right.mob-menu-slideout-over .mobmenu-right-alignment {
	transition: transform .8s cubic-bezier(.76,0,.24,1);
}
body .mobmenur-container i {
    transition: .3s;
    padding: 0;
    border-radius: 50px;
    text-align: center;
}
body.show-nav-right .mobmenu-overlay {
    background: transparent;
}
.mobmenu-right-panel .mob-cancel-button {
    display: block !important;
}
body .mob-icon-menu:before, body .mob-icon-cancel-1:before  {
	font-weight: 100;
	font-family: "Font Awesome 6 Sharp" !important;
	content: "\f0c9";
	content: "\f7a4";
	position: relative;
	font-size: 28px;
	color: black;
	background: transparent;
	border: 1px solid;
	border-radius: 99px;
	width: auto;
	margin: 0;
	text-align: center;
	opacity: 1;
	transition: .3s;
	top: 0;
	left: 0;
	line-height: 1;
	padding: 0;
	margin: 0;
}
body .mob-icon-cancel-1:before {
	content: "\f00d";
	color: white;
}
body .mobmenur-container i, body .mob-icon-menu:before, body .mob-icon-cancel-1:before {
    height: 48px;
	line-height: 48px;
}
body .mob-menu-header-holder, body .mobmenur-container i, body .mob-icon-menu:before, body .mob-icon-cancel-1:before {
    width: 48px;
}
body .mobmenu-right-panel li, body .rightmbottom, body .rightmtop {
	padding-left: 0;
	padding-right: 0;
}
body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt {
	right: 30px;
	top: 28px;
}
body .mobmenu-content #mobmenuright > li > a:hover, body .mobmenu-content #mobmenuright li:hover, body .mobmenu-content #mobmenuright li:hover {
    background: transparent;
}
body .mobmenu-content>div {
    width:100%;
}
body #mobmenuright {
	margin-bottom: 15px;
}
body #mobmenuright li a {
	line-height: 1;
	display: block;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;
	color: white !important;
	transition: .3s;
	text-align: left;
	margin: 0;
	max-width: 100%;
	position: relative;
	z-index: 999;
	padding: 25px 0;
	text-align: center;
	font-family: var(--primary-font)!important;
}
body #mobmenuright li a:hover {
    color: white!important;
}
body #mobmenuright li a img {
    width: 17px;
    margin-left: 10px;
	transition:.3s;
	transform: rotate(0deg);
}
body #mobmenuright li a:hover img {
    transform: rotate(90deg);
}
body #mobmenuright li.beigeBg a, body #mobmenuright li.goldBg a {
    width: fit-content;
}
body #mobmenuright .contact-item {
    position: relative !important;
    right: auto;
    bottom: auto;
    z-index: 999;
}
body #mobmenuright .beigeBg, body #mobmenuright .contact-item {
    border-radius: 99px;
    width: 75vw;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
body #mobmenuright .beigeBg {
	margin-top: 80px;
}
body #mobmenuright li.beigeBg a, body #mobmenuright li.goldBg a {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
	border:0;
	border-radius:99px;
}
body #mobmenuright li.beigeBg a, body #mobmenuright li.beigeBg:hover a {
    color: var(--blue)!important;
    background: var(--beige)!important;
}
 body #mobmenuright li.goldBg a, body #mobmenuright li.goldBg:hover a {
    background: var(--gold)!important;
}
body #mobmenuright li.current-menu-item.arrow a {
    color: white !important;
}
body .rightmtop {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 999999;
}
body .mobmenu-content {
	margin-top: 0;
	z-index: 1;
	height: 100%;
	overflow: auto;
	display: flex;
	padding: 0 var(--grid);
	align-items: center;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	animation: fadeout 1s ease both;
}
body.show-nav-right .mobmenu-content {
	opacity:0;
	animation: fadein 1s ease both;
    animation-delay: 0.5s;
}
body .mobmenu-content .rightmtop, body .mobmenu-content .rightmtop li, body .mobmenu-content .rightmtop li a {
    padding: 0;
    margin: 0;
}
body .mobmenu-content .rightmtop li a img {
    position: absolute;
    left: 23px;
    top: 30px;
    width: 55px;
}
body .rightmbottom {
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
}
.widget ul li {
    margin-bottom: 0;
}
body #custom_html-5, body .mobmenu-content li#text-2{
    width: 100%;
}
body .mobmenu-content p {
    margin: 0;
    padding-top: 58px;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.5;
}
body .mobmenu-content li#nav_menu-2 a {
    display: block;
    letter-spacing: 0;
    line-height: 0.9;
    text-decoration: none;
    font-size: 38px;
    color: white;
    margin: 4vh 0;
    padding: 0;
    font-weight: 200;
}
body .mobmenu-content li#nav_menu-2 li:first-child a {
    margin-top:0;
}
body .mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 0;
}
.container.grid-container {
    padding-left: 0;
}
.nav-align-center .main-nav>ul {
    width: 100px;
    margin-right: 60px;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: none!important;
}
/******/
}


@media only screen and (max-width: 768px) {
body .footer-bar-align-center .footer-bar {
    gap: 50px;
    flex-direction: column;
}
body .footer-bar-align-center .footer-bar > aside:first-child {
	display:none;
}
.site-footer .widget_media_image img {
    width: 100%;
}
.process-line {
	left: 25px;
}
.process-item {
	display: block;
	min-height: auto;
	padding: 70px 0 70px 65px;
}
.process-dot {
	top: 100px;
	left: 25px;
}
.process-item.left .process-content,
.process-item.right .process-content {
	padding: 0;
	transform: translateX(30px);
}
.process-item.is-visible .process-content {
	transform: translateX(0);
}
.process-number {
	position: relative;
	top: auto;
	left: auto !important;
	margin-bottom: 30px;
	font-size: clamp(60px, 20vw, 120px);
	text-align: left;
}
.process-text,
.process-item.left .process-text,
.process-item.right .process-text {
	max-width: 100%;
	margin-left: 0;
	padding-top: 0;
}
.about-top > div > div > .wpb_wrapper {
    flex-direction: column;
}
.mission-section > div  {
    width: 100%;
}
.mission-section.wrap {
    padding-top: var(--row);
    padding-left: var(--grid);
}
.mission-section h3 {
    padding-top: var(--row);
    padding-bottom: 50px;
}
.partners-split {
    flex-direction: column;
}
.partners-split .vc_col-has-fill > div {
    min-height: 450px;
}
.partners-split .gridLg {
    padding-top: var(--row);
	padding-bottom: var(--row);
}
.process-list {
    margin-top: 0;
}
.site-info:before {
    background: linear-gradient(0deg, black, transparent);
}
}


@media only screen and (max-width: 641px) {
:root {
    --row: 90px;
    --gridLite: 20px;
    --grid: 20px;
	--grid-negative: -20px;
    --gridLg: 20px;
}
#hero {
    height: 100vh!important;
    height: calc(var(--vh, 1vh) * 100)!important;
}
body .inside-header {
	padding: var(--grid) !important;
}
body .mob-menu-header-holder, 
body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt {
	top: 18px;
	right: 20px;
}
body .rightmtop {
	top: 20px;
	left: 20px;
}
body, p {
    font-size: 16px;
}
.sm p, .gfield_consent_label {
	font-size: 12px;
}
.large p, .prefooter-widget p {
    font-size: 22px;
	line-height: 1.2;
}
h1, h2 {
    font-size: 42px;
}
h3, .gform_title {
	font-size: 30px;
	line-height: 1.1;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
}
body #mobmenuright li a {
	padding: 20px 0;
}
body #mobmenuright {
	margin-bottom: 10px;
}
.mobmenu-content li a.button, .mobmenu-content li a.button:hover {
	margin: 30px auto 0;
}
body .mobmenu-content li a, body #mobmenuright li a, body .mobmenu-content li a:hover, body #mobmenuright li a:hover {
	font-size: 16px;
}
body .mobmenu-content li a.button, body .mobmenu-content li a.button:hover {
	font-size:13px;
}
.value-row .value-image {
    display:none;
}
.partners-grid {
	grid-template-columns: 1fr;
}
.partner-item {
	min-height: 280px;
}
.difference-grid {
	grid-template-columns: 1fr;
}
.difference-grid:before,
.difference-grid:after {
	display: none;
}
.difference-item.left,
.difference-item.right,
.difference-item.center {
	grid-column: 1;
}
.difference-item {
	min-height: 380px;
}
.difference-item:before,
.difference-item:after {
	display: none !important;
}
.difference-content {
	padding: 30px 0;
}
.difference-content h3, .difference-content .difference-description {
	padding: 0 var(--grid);
}
.home-services {
	grid-template-columns: 1fr;
}
.home-service {
	min-height: 400px;
	padding: 30px 25px;
}
.prefooter-widget .custom-html-widget {
    padding-left: var(--grid);
	padding-right: var(--grid);
}
.prefooter-widget .cta {
    flex-direction: column;
}
.prefooter-widget .cta a.button.white.transparent {
    margin-top:0;
}
.footer-contact img {
    max-width: 85px;
}
.footer-contact-data * {
    font-size: 14px;
}
.footer-contact {
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.footer-contact-data {
    align-items: center;
    text-align: center;
}
body .footer-bar-align-center .footer-bar {
	gap: 25px;
}
.inside-footer-widgets>div:not(:last-child) {
	gap: 0;
	flex-direction: column;
	margin-bottom: 60px;
}
.site-footer .footer-widgets .footer-widgets-container .inner-padding {
	margin: 0;
}
.site-footer .widget ul li {
    padding-bottom: 10px;
}
body .gform_title {
    padding-bottom: 10px;
}
body .footer-widgets .gfield_html {
    max-width: 280px;
}
body .top-section {
	padding-top: 160px;
}
.about-filler {
	height: 350px;
}
.margad-section {
    flex-direction: column;
}
.margad-section .vc_col-has-fill > div {
    height: 500px !important;
}
.value-row {
    grid-template-columns: 1fr;
    gap: 20px;
}
.contact-section {
    flex-direction: column;
}
.contact-section .left > div > div {
	height: auto !important;
	gap: 50px;
	padding-bottom: 45px;
}
.contact-coordo p {
    margin-bottom: 8px;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1;
	min-height: 50px;
}
.about-top > div > div > .wpb_wrapper {
    gap: 40px;
}
.difference-item.left, .difference-item.right, .difference-item.center {
	border-top: 0;
	max-width: 90vw;
}
.partners-grid, .home-services {
    gap: var(--grid);
}
.contact-map .vc_col-has-fill > div {
    height: 350px;
}
}


@media only screen and (max-width: 932px) and (orientation: landscape) { /* Mobile landscape uniquement */
#hero {
    height: 650px;
}
}