.get-intoch {
    width: 86%;
    padding-left: 35px;
}
.get-intoch label{
	font-weight:400;
	display:block;
	color:#fff;
	font-size:1.2rem;
	margin-bottom:0px;
	font-family: "GroldLight";

}
label.error {
    font-size: 12px;
    color: red;
}

.get-intoch input:not([type=submit]) {
    width: 100%;
    height: 35px;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom:1px solid #fff;
    outline: none;
    color: #fff;
	font-family: "GroldLight";
	padding:0;
	font-size:1rem;
}
.get-intoch select {
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 1.2rem;
    border-radius: .8rem;
    font-family: "GroldLight";
    padding: 0 2.4rem 0 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23204e5f' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    cursor: pointer;
}
.get-intoch .form-group{
	margin-bottom:2.2rem;
}

.get-intoch textarea{
	width: 100%;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    outline: 0px;
    border-color: #fff;
    border-style: solid;
	color:#fff;
	padding:0;
}

.get-intoch textarea::placeholder, .get-intoch input::placeholder{
	color:#fff;
}
.get-intoch input:hover{
	border-bottom: 1px solid #fff !important;
}
.get-intoch input:focus{
	border-bottom: 1px solid #fff !important;
}
.get-intoch .submit {
    font-family: "GroldRegular";
    font-size: 1.4rem;
    color: #024f61;
    background-color: #feb258;
    border-radius: 2rem;
    border: 0;
    -webkit-appearance: none;  /* Reset Safari default button styling */
    -moz-appearance: none;
    appearance: none;

    /* 1. FLEXBOX CENTER STACK (The key fix) */
    display: inline-flex;
    align-items: center;      /* Vertically centers text */
    justify-content: center;   /* Horizontally centers text */
    
    /* 2. DIMENSIONS */
    padding: 4px 2.6rem 0 2.6rem;
    min-height: 3rem;         /* Use a fixed min-height instead of 2.4rem if needed */
    height: 3rem;
    box-sizing: border-box;            /* DON'T use 100% unless parent is a specific height */
    
    /* 3. TEXT RENDERING FIXES */
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    
    /* 4. ANIMATION & OVERFLOW */
    position: relative;
    overflow: hidden;
    margin-top: 1.5rem;
    transition: all .2s cubic-bezier(.4, 0, .2, 1) .1s;
}


.get-intoch .submit:before{
    content: "";
    background-color: #eaa24d;
    z-index: 0;
    border-radius: 100%;
    width: 0;
    height: 0;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%);
	transition: all .9s cubic-bezier(.4,0,.2,1);
}
.get-intoch .submit:hover:before {
	width:150%;
    height: 200%
}
.get-intoch .submit span{
z-index: 1;
position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.talent-text
{
  margin-left: 4rem;
}
.talent-text .talent-header h1, .talent-text .talent-header h2
{
  font-family: "GroldBold";
  font-size:4rem;
  color:#fff;
  line-height:3.5rem;
}
.talent-text .talent-header h2
{
  color:#f3b568;
}
.talent-text .talent-header p
{
	color:#fff;
	font-style:italic;
	font-family: "GroldLight";
	font-size: 1.6rem;
    padding-top: 2rem;
}
.talent-text img {
    position: relative !important;
    clip-path: unset !important;
    height: auto !important;
    width: 80% !important;
    z-index: unset !important;
    object-fit: contain !important;
	border-radius: .8rem;
}
.title-talent h1,.title-talent h2
{
  font-family: "GroldBold";
  font-size:4rem;
  color:#204e5f;
  line-height:3.5rem;	
}
.title-talent
{
	 margin-left: 2rem;
	 width: 95%;
}
.title-talent h2
{
  color:#94d8cc;	
}
.title-talent p{
color:#204e5f;
font-family: "GroldLight";
font-size: 1.6rem;
padding-top: 2rem;
line-height: 1.8rem;
}


.box-component ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem;
    display: grid;
	list-style:none;
	padding:0;
}
.box-component ul li {
    height: auto;
    display: flex;
}
.box-component ul li .cardLink {
    color: inherit;
    flex-direction: column;
    flex: 1;
    width: round(down, 100%, 1px);
    text-decoration: none;
    display: flex;
}
.box-data {
    background-color: #024f61;
    padding: 2.4rem;
    border-radius: .8rem;
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
    overflow: hidden;
	will-change: transform, opacity;
}
.box-data.index-module-scss-module__CiGjCG__goodmood:before {
    background-color: #ffb358;
}

.box-data .content {
    z-index: 1;
    flex: 1;
    position: relative;
}
.box-data .content p.title {
    font-size: calc(3rem * .8);
    line-height: 0.9em;
    font-family: "GroldBold";
    color: #94d8cc;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.03rem;
}
.title-middle
{
  color: #fe786b !important;	
}
.title-last
{
  color: #f3b568 !important;	
}
.box-data .content p.text {
    color: #fff;
    margin-top: .8rem;
    font-family: "GroldLightItalic";
    font-weight: 400;
    line-height: 24px;
    font-size: 19px;
}
.box-data .box-footer {
    padding-top: 1.2rem;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    display: flex;
    position: relative;
}
.box-data .box-footer .button {
    z-index: 1;
    margin-right: calc(2.4rem * -1);
    margin-bottom: calc(2.4rem * -1);
    border-top-left-radius: 1.8rem;
    background-color: #fff;
    padding: .8rem 0 .1rem .8rem;
    position: relative;
    bottom: -.5rem;
}
.box-data .box-footer .button:before {
    bottom: .5rem;
    left: round(.8rem * -1, 2px);
    content: "";
    width: .8rem;
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 0 0, transparent .8rem, #fff .8rem);
    position: absolute;
}
.box-data .box-footer .button:after {
    top: round(.8rem * -1, 2px);
    content: "";
    width: .8rem;
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 0 0, transparent .8rem, #fff .8rem);
    position: absolute;
    right: 0;
}
.iconAnimated {
    padding: 0;
}
.box-data .box-footer .button .button-area, .box-data .box-footer .button .button-area1 ,.box-data .box-footer .button .button-area2{
    border-radius: .8rem;
    min-height: 3.4rem;
    white-space: nowrap;
    border: 0;
    align-content: center;
    height: 100%;
    padding: 0 .8rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.box-data .box-footer .button .button-area
{
	background-color: #7edacc;
	color:#204e5f
}
.box-data .box-footer .button .button-area1
{
	background-color: #fe786b;
	color:#fff
}
.box-data .box-footer .button .button-area2
{
	background-color: #feb258;
	color:#204e5f
}
.box-data .box-footer .button .button-area .icons, .box-data .box-footer .button .button-area1 .icons, .box-data .box-footer .button .button-area2 .icons {
    width: 10.4rem;
    height: 3.4rem;
    position: relative;
    overflow: hidden;
}
.box-data .box-footer .publicationDate {
    text-transform: uppercase;
    align-items: center;
    display: flex;
}
.box-data .box-footer .button .iconOff
{
font-family: "GroldBoldItalic";
    font-size: 1.1rem;
    line-height: 1.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  
}


/* 1. THE GLOW (Your Choice #1) */
.box-data:before {
   content: "";
    border-radius: 50%;
    width: 18rem;
    height: 18rem;
    position: absolute;
    top: -12rem;
    left: 50%;
    /* Added translateZ to fix Safari sharp edges */
    transform: translate(-50%, -2rem) translateZ(0); 
    transition: all .6s ease-in-out;
    opacity: 0;
    filter: blur(50px);
    z-index: 0;
    /* Helps Safari calculate the blur better */
    -webkit-backface-visibility: hidden;
    will-change: transform, opacity;
}

/* Individual Glow Colors */
.box-data:hover:before { opacity: 0.4; top: -4rem; }
.cardLink:nth-child(1) .box-data:before { background-color: #94d8cc; }
.cardLink:nth-child(2) .box-data:before { background-color: #fe786b; }
.cardLink:nth-child(3) .box-data:before { background-color: #f3b568; }

/* 2. THE BUTTON VARIATION (Your Choice #3 Variation) */
.cardLink:hover .iconOff {
    transform: translateY(-2px); /* Subtle lift of text */
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.cardLink:hover .button {
    /* Subtle expansion of the button corner */
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* Prepare the icons container */
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Set the default state for the text */
.iconOff {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(0);
}

/* Style the iconOn to be an arrow (using CSS) */
.iconOn {
    position: absolute;
    right: -20px; /* Hide it to the right */
    opacity: 0;
    transition: all 0.4s ease;
    width: 15px;
    height: 22px;
}

/* Create a simple CSS arrow */
.iconOn::after {
    content: '→';
    font-size: 1.5rem;
    color: inherit;
}

/* The Hover State */
.cardLink:hover .iconOff {
    transform: translateX(-15px); /* Move text left */
}

.cardLink:hover .iconOn {
    right: 5px; /* Slide arrow in */
    opacity: 1;
}
@media (max-width: 1200px) {
.talent-text .talent-header h1, .talent-text .talent-header h2, .title-talent h1,.title-talent h2{
   font-size: 3rem;
   line-height: 2.4rem;	
}
.talent-text .talent-header p, .title-talent p
{
font-size: 1.2rem;
padding-top: 1rem;	
}
}
@media (max-width: 1100px) {
.talent-text .talent-header h1, .talent-text .talent-header h2, .title-talent h1,.title-talent h2{
   font-size: 2.6rem;
   line-height: 2rem;	
}
.talent-text .talent-header p, .title-talent p
{
font-size: 1.2rem;
padding-top: 1rem;	
line-height: 1.3rem;
}
.box-data .content p.title
{
 font-size: calc(2rem * .8);
}
.box-data .content p.text
{
 font-size:	1rem;
}
.box-data .box-footer .button .iconOff {
	font-size: 0.9rem;
    line-height: 1rem;}
.box-data .box-footer .button .button-area .icons, .box-data .box-footer .button .button-area1 .icons, .box-data .box-footer .button .button-area2 .icons
{
	width: 8.4rem;
    height: 4.4rem;
}
.box-component ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* This centers the 3rd item */
        gap: 2.4rem;
    }
.box-component ul li {
        /* Calculates width for 2 columns minus the gap */
        width: calc(50% - 1.2rem); 
        flex-grow: 0;
    }		
}
@media (max-width: 900px) {
.talent-text .talent-header h1, .talent-text .talent-header h2, .title-talent h1,.title-talent h2{
   font-size: 2rem;
   line-height: 1.8rem;	
}
.talent-text .talent-header p, .title-talent p
{
font-size: 1rem;
padding-top: 1rem;	
}
.talent-text img { width: 90% !important;}
.get-intoch label {font-size: 1rem;}
}
@media (max-width: 768px) {
.title-talent {
    margin-left: 0;
    width: 100%;
}	
.box-component ul li {
        width: 100%; /* Full width on mobile */
    }	
.talent-text {
    margin-left: 2rem;
}
.talent-text img {
        width: 95% !important;
 }
.store-box-text {
    margin-top: 4rem;
}
.get-intoch {
    width: 95%;
}
.header .banner { padding: 10.4rem 0 0;} 
}


