.elementor-117 .elementor-element.elementor-element-5b1c474{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4d759b8 *//* GMSA TALENT APPLICATION PAGE - Elementor HTML Widget Ready */

.gmsa-apply-page{
  background:#FFFFFF;
  color:#0B1F5E;
  overflow:hidden;
}

.gmsa-apply-container{
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
}

.gmsa-apply-label{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(37,99,235,.08);
  color:#2563EB;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:22px;
}

/* HERO */

.gmsa-apply-hero{
  position:relative;
  background:#F8FAFC;
  padding:170px 0 115px;
  overflow:hidden;
}

.gmsa-apply-hero::before{
  content:"";
  position:absolute;
  top:-140px;
  right:-120px;
  width:420px;
  height:420px;
  background:rgba(37,99,235,.10);
  border-radius:50%;
  filter:blur(90px);
}

.gmsa-apply-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:center;
}

.gmsa-apply-hero h1,
.gmsa-apply-split h2,
.gmsa-apply-center h2,
.gmsa-apply-form-content h2,
.gmsa-apply-after h2{
  color:#0B1F5E;
  font-size:clamp(34px,4.5vw,62px);
  line-height:1.1;
  letter-spacing:-1.4px;
  font-weight:800;
  margin:0 0 24px;
}

.gmsa-apply-hero p,
.gmsa-apply-form-content p{
  color:#5B6472;
  font-size:18px;
  line-height:1.85;
  margin:0;
  max-width:680px;
}

.gmsa-apply-hero-card{
  background:#FFFFFF;
  border:1px solid rgba(11,31,94,.08);
  border-radius:34px;
  padding:42px;
  box-shadow:0 24px 75px rgba(11,31,94,.08);
}

.gmsa-apply-hero-card strong{
  display:block;
  font-size:30px;
  font-weight:800;
  margin-bottom:12px;
}

.gmsa-apply-hero-card span{
  display:block;
  color:#5B6472;
  margin-bottom:18px;
  line-height:1.7;
}

.gmsa-apply-page code{
  display:inline-flex;
  padding:12px 16px;
  border-radius:14px;
  background:#0B1F5E;
  color:#FFFFFF;
  font-size:15px;
}

/* GENERAL */

.gmsa-apply-section,
.gmsa-apply-soft,
.gmsa-apply-form-section{
  padding:105px 0;
}

.gmsa-apply-soft{
  background:#F8FAFC;
}

.gmsa-apply-split,
.gmsa-apply-form-grid,
.gmsa-apply-after{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:start;
}

.gmsa-apply-checks{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.gmsa-apply-checks div{
  background:#F8FAFC;
  border:1px solid rgba(11,31,94,.08);
  border-radius:22px;
  padding:22px 24px;
  color:#0B1F5E;
  font-size:16px;
  font-weight:700;
  line-height:1.6;
}

/* CENTER */

.gmsa-apply-center{
  text-align:center;
  max-width:820px;
  margin:0 auto 55px;
}

/* STEPS */

.gmsa-apply-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.gmsa-apply-steps div{
  background:#FFFFFF;
  border:1px solid rgba(11,31,94,.08);
  border-radius:30px;
  padding:34px;
  box-shadow:0 16px 50px rgba(11,31,94,.05);
  transition:all .3s ease;
}

.gmsa-apply-steps div:hover{
  transform:translateY(-8px);
  border-color:rgba(37,99,235,.20);
  box-shadow:0 24px 70px rgba(37,99,235,.10);
}

.gmsa-apply-steps strong{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#0B1F5E;
  color:#FFFFFF;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:800;
  margin-bottom:22px;
}

.gmsa-apply-steps h3{
  font-size:22px;
  line-height:1.25;
  font-weight:800;
  margin:0 0 12px;
}

.gmsa-apply-steps p,
.gmsa-apply-after-list p{
  color:#5B6472;
  font-size:15.5px;
  line-height:1.75;
  margin:0;
}

/* FORM */

.gmsa-apply-form-section{
  background:#FFFFFF;
}

.gmsa-apply-demo-form{
  background:#F8FAFC;
  border:1px solid rgba(11,31,94,.08);
  border-radius:34px;
  padding:34px;
  box-shadow:0 24px 75px rgba(11,31,94,.08);
}

.gmsa-apply-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.gmsa-apply-demo-form input,
.gmsa-apply-demo-form textarea{
  width:100%;
  border:1px solid rgba(11,31,94,.10);
  background:#FFFFFF;
  border-radius:18px;
  padding:18px 20px;
  color:#0B1F5E;
  font-size:15px;
  margin-bottom:16px;
  outline:none;
  transition:all .3s ease;
}

.gmsa-apply-demo-form textarea{
  min-height:150px;
  resize:vertical;
}

.gmsa-apply-demo-form input:focus,
.gmsa-apply-demo-form textarea:focus{
  border-color:#2563EB;
  box-shadow:0 0 0 4px rgba(37,99,235,.08);
}

.gmsa-apply-demo-form button{
  width:100%;
  min-height:58px;
  border:none;
  border-radius:999px;
  background:#2563EB;
  color:#FFFFFF;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  transition:all .3s ease;
}

.gmsa-apply-demo-form button:hover{
  background:#0B1F5E;
  transform:translateY(-3px);
}

/* AFTER */

.gmsa-apply-after-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.gmsa-apply-after-list div{
  background:#FFFFFF;
  border:1px solid rgba(11,31,94,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 45px rgba(11,31,94,.05);
}

.gmsa-apply-after-list strong{
  display:block;
  color:#0B1F5E;
  font-size:20px;
  font-weight:800;
  margin-bottom:8px;
}

/* RESPONSIVE */

@media(max-width:991px){
  .gmsa-apply-hero-grid,
  .gmsa-apply-split,
  .gmsa-apply-form-grid,
  .gmsa-apply-after{
    grid-template-columns:1fr;
    gap:50px;
  }

  .gmsa-apply-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .gmsa-apply-hero{
    padding:135px 0 85px;
  }

  .gmsa-apply-section,
  .gmsa-apply-soft,
  .gmsa-apply-form-section{
    padding:85px 0;
  }

  .gmsa-apply-container{
    padding:0 20px;
  }

  .gmsa-apply-hero h1,
  .gmsa-apply-split h2,
  .gmsa-apply-center h2,
  .gmsa-apply-form-content h2,
  .gmsa-apply-after h2{
    font-size:30px;
    line-height:1.15;
    letter-spacing:-.8px;
  }

  .gmsa-apply-hero p,
  .gmsa-apply-form-content p{
    font-size:16px;
    line-height:1.8;
  }

  .gmsa-apply-hero-card,
  .gmsa-apply-demo-form{
    padding:30px 24px;
    border-radius:26px;
  }

  .gmsa-apply-row{
    grid-template-columns:1fr;
    gap:0;
  }
}/* End custom CSS */