body, .page-content {
    background-color: #fff;
    font-family: 'Montserrat', 'Source Serif Pro', sans-serif;
    line-height: 1.7;
	width: 100%;
	overflow-x: hidden;
}
.container {
    width: 100%;
    max-width: 1512px;
    margin: 0;
    padding: 80px 5%;
	position: relative;
	z-index: 10;
}
.flex-container.wp-block-columns {
	display: flex;
	align-items: center!important;
	gap: 40px;
}
.flex-top {
	align-items: flex-start;
}
h1, h2, h3, h4 {
     font-family: 'Montserrat', 'Source Serif Pro', sans-serif;
	 line-height: 1.4em;

}
h1 {
    font-size: 46px;
    color: #0F1E2E;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 0;
	font-weight: 700;
}
h2, h3, h4, bold {
	color: #0F1E2E;
	font-weight: 500;
}
h2 {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-size: 30px;
}
h2.has-text-align-center {
	width: max-content;
    margin: 0 auto;
    padding-right: 30px;
}
h3 {
	font-size: 22px;
}
h2:before, .tabs-titles .active:before {
	content:'';
	position: absolute;
	width: 30px;
	height: 4px;
	top: 18px;
	left: 0;
	background: #0F1E2E;
	border-radius: 4px;
}
p, li {
    font-size: 17px;
	font-family: 'Montserrat', 'Source Serif Pro', sans-serif;
    margin-bottom: 22px;
}
li {
	margin-bottom: 10px;
}
p:empty {
    display: none;
    margin: 0;
}
a {
    text-decoration: none;
}
img {
	border-radius: 10px;
}

.round:before, .round-3:before {
	content:'';
	position: absolute;
	width: 20px;
    height: 20px;
    top: 110px;
    right: 80px;
	background: #1F3E5F;
	border-radius: 50%;
	z-index: 11;
	animation: float 3s ease-in-out infinite;
}
.round-2:after {
	content:'';
	position: absolute;
	width: 40px;
    height: 40px;
    bottom: 50px;
    left: 60px;
	background: #0F1E2E;
	border-radius: 50%;
	z-index: 11;
	animation: floaat 3s ease-in-out infinite;
}
.round-3:before {
	width: 20px;
   	height: 20px;
	top: 320px;
}
/* Define the floating animation */
@keyframes float {
    0% {
        transform: translateY(0px); /* Start position */
    }
    50% {
        transform: translateY(-10px); /* Move up 20px */
    }
    100% {
        transform: translateY(0px); /* Return to start */
    }
}
/* Define the floating animation */
@keyframes floaat {
    0% {
        transform: translateY(0px); /* Start position */
    }
    50% {
        transform: translateY(-5px); /* Move up 20px */
    }
    100% {
        transform: translateY(0px); /* Return to start */
    }
}
.subtitle-group {
	background: #DFE9F4;
    padding: 40px 30px;
    border-radius: 20px;
    border: solid 1px #0F1E2E;
}
.wp-block-heading, p, .hero-img, .button-echange {
	position: relative;
	z-index: 10;
}
.button-echange {
	width: max-content;
	margin-top: 40px;
	cursor: pointer;
}
.button-echange .wp-block-heading {
	font-size: 20px;
	left: 15px;
}
.button-echange:after {
	content: url(https://co-devenir.com/wp-content/uploads/2026/02/arrow.svg);
	position: absolute;
	right: -75px;
    top: -10px;
    z-index: 30;
}
.button-echange:before {
	border-radius: 100px;
}
.button-echange:hover:before {
	border-radius: 100px;
	width: 285px;
}
.subtitle-group:before, .button-echange:before {
	content:'';
	position: absolute;
	width: 50px;
	height: 50px;
	top: -10px;
	left: -10px;
	background: #DFE9F4;
	border-radius: 50%;
	z-index: 1;
	transition: all .3s;

}
.subtitle-group:hover:before {
	width: 60px;
	height: 60px;
	transition: all .3s;
}
.target-container .wp-block-column {
	word-break: normal;
}
.target-text .wp-block-group__inner-container {
	position: relative;
	display: flex;
	margin: 20px 0;
	border-bottom: solid 1px #0F1E2E;
	z-index: 10;
}
.target-text .wp-block-columns {
	gap: 20px;
	margin-bottom: 10px;
}
.target-title {
	padding-bottom: 10px;
}
.target-text .wp-block-heading {
    top: -5px;
    font-size: 26px;
}
.ref-img {
		width: 70%;
		margin: 0 auto;
}

.echange-column {
	padding: 20px;
    border-radius: 20px;
    background: #f0f8ff;
}
.echange-column h4 {
	font-size: 30px;
}
.tabs-titles {
  display: flex;
  flex-direction: column;
  gap: 15px;
	position: relative;
}

.tab-title {
  cursor: pointer;
  padding: 12px 16px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
	color: #FFFFFF78;
}
.tab-title.active {
  font-weight: bold;
}
.tab-title.active:before, .tab-title.active:hover::before {
    top: 30px;
    left: -30px;
    background: #fff;
}
.tab-title:before {
    top: 30px;
    left: -30px;
    background: #FFFFFF78;
}
.tab-content {
  display: none;
}
.tab-title.active, .tab-title:hover, .tab-content h3, .tab-content p {
  color: #fff;
}
.tab-content.active {
  display: block;
}
.tab-content h3 {
	margin-bottom: 22px;
}
.separator {
	border-bottom: solid 1px #fff;
	padding-bottom: 22px;
}
.list {
	padding-left: 25px;
}
.list:before {
	content:'⦿';
	position: absolute;
	width: 10px;
    height: 10px;
    top: -1px;
    left: 0;
	color: #fff;
	font-size: 20px;
}
button {
	padding: 12px 20px;
    font-size: 18px;
    font-family: inherit;
    border-radius: 100px;
    border: solid 2px #fff;
    background: #fff;
	cursor: pointer;
	position: relative;
	margin-top: 20px;
}
button:hover {
	background: transparent;
	color: #fff;
}
.btn-second {
	background: #0F1E2E;
	color: #fff;
	border: solid 2px #0F1E2E;
}
.btn-second:hover {
	background: transparent;
	color: #0F1E2E;
	border: solid 2px #0F1E2E;
}
.contact-img {
	position: relative;
}

.wp-block-accordion-item {
	margin: 20px 0;
    border-bottom: solid 1px #0F1E2E;
}
.wp-block-accordion-heading__toggle-title {
    text-decoration: none !important;
}
.wp-block-accordion-heading__toggle-icon {
	font-size: 30px;
	background: #0F1E2E;
	color: #DFE9F4;
	border-radius: 50%;
}
.wp-block-accordion-heading__toggle-icon:hover, .wp-block-accordion-heading__toggle:hover 
.wp-block-accordion-heading__toggle-icon, .wp-block-accordion-item.is-open 
.wp-block-accordion-heading__toggle-icon {
	background: #DFE9F4;
	color: #0F1E2E;
}
.wp-block-accordion-heading button:hover {
	color: #0F1E2E;
}
.hero-img img, .contact-img img  {
	padding-top: 40px!important;
	width: 80%;
	margin: 0 auto;
	display: block
	}
.gfield_label, .gfield_consent_label {
	font-size: 16px!important;
}
.gfield_consent_label a {
	text-decoration: underline;
}
.gform_wrapper input[type=submit] {
	font-size: 18px;
	font-family: 'Inter', 'Source Serif Pro', serif;
	background: #0F1E2E;
	border: solid 2px #0F1E2E;
	border-radius: 100px;
	cursor: pointer;
}
.gform_wrapper:focus-visible {
	outline:  #0F1E2E auto 1px!important;
}
@media only screen and (min-width: 981px) {
	.hero-container h2 {
		margin-left: 20px;
		max-width: 80%;
	}
	.hero-img img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.container-80, .ref-img {
		width: 80%;
		margin: 0 auto;
	}
	.contact-img {
		width: 90%;
		margin: 0 auto;
	}
	.contact-img img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.ref-columns, .flex-container {
		gap: 80px;
	}
	.echange-wrapper .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.echange-container {
       display: grid !important;
  		grid-template-columns: repeat(2, 1fr) !important;
  		gap: 24px !important;
  		align-items: stretch !important;
	}	
	.echange-header {
		padding-top: 20px;
	}
	.echange-header, .echange-column {
  		height: 100%;
  		box-sizing: border-box;
	}
	.target-container {
		position: relative;
		padding: 120px 5%;
	}
	.target-container:before {
		content:'';
		position: absolute;
		width: 600px;
		height: 600px;
		top: 75%;
  		right: 15%;
  		transform: translate(50%, -50%);
		background: #E7EFF7;
		border-radius: 50%;
		z-index: 1;
	}
}
@media only screen and (max-width: 980px) {
	.flex-container {
		flex-direction: column;
	}	
	.reverse-mobile {
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 450px) {
	h2 {
		font-size: 24px;
	}
	h2:before {
		top: 15px;
	}
	h3 {
		font-size: 18px;
	}
	p {
		font-size: 16px;
	}
	.round:before {
		top: 20px;
	}
	.round-2:after {
		bottom: -20px;
		left: 20px;
	}
}