.elementor-351 .elementor-element.elementor-element-4e5f6f8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-6c01429{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-dabe57d{--display:flex;}.elementor-351 .elementor-element.elementor-element-715cbf7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-314ee43{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-25a1238{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-351 .elementor-element.elementor-element-ea84ed6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7b983c */.wh-program-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:100vh;
  padding:150px 24px 90px;
  overflow:hidden;
  background:#f8fbff;
  font-family:'Poppins',sans-serif;
}

.wh-program-hero *{
  box-sizing:border-box;
}

.wh-program-hero__bg{
  position:absolute;
  inset:0;
  background:
  radial-gradient(circle at 12% 15%,rgba(13,76,109,.10),transparent 30%),
  radial-gradient(circle at 88% 15%,rgba(205,166,86,.16),transparent 28%),
  linear-gradient(135deg,#ffffff 0%,#f5fbff 55%,#eef8f5 100%);
}

.wh-program-hero__bg::after{
  content:'';
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(rgba(13,76,109,.04) 1px, transparent 1px),
  linear-gradient(90deg, rgba(13,76,109,.04) 1px, transparent 1px);
  background-size:54px 54px;
}

.wh-program-hero__wrap{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.wh-program-hero__eyebrow{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(13,76,109,.10);
  color:#0d4c6d;
  font-size:13px;
  font-weight:800;
  margin-bottom:22px;
}

.wh-program-hero h1{
  margin:0;
  color:#102638;
  font-size:clamp(42px,5vw,76px);
  line-height:1.03;
  font-weight:800;
  letter-spacing:-2px;
}

.wh-program-hero h1 strong{
  display:block;
  color:#0d4c6d;
}

.wh-program-hero p{
  margin-top:26px;
  color:#617381;
  font-size:17px;
  line-height:1.9;
  max-width:680px;
}

.wh-program-hero__actions{
  display:flex;
  gap:14px;
  margin-top:34px;
  flex-wrap:wrap;
}

.wh-program-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.3s ease;
}

.wh-program-hero__btn--primary{
  color:#fff;
  background:linear-gradient(135deg,#0d4c6d,#123f5a);
  box-shadow:0 20px 40px rgba(13,76,109,.25);
}

.wh-program-hero__btn--outline{
  color:#0d4c6d;
  background:#fff;
  border:1px solid rgba(13,76,109,.15);
}

.wh-program-hero__btn:hover{
  transform:translateY(-3px);
}

.wh-program-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:40px;
}

.wh-program-hero__stats div{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(13,76,109,.08);
  box-shadow:0 18px 40px rgba(16,38,56,.06);
}

.wh-program-hero__stats b{
  display:block;
  color:#0d4c6d;
  font-size:30px;
  margin-bottom:8px;
}

.wh-program-hero__stats span{
  color:#617381;
  font-size:13px;
  font-weight:700;
}

.wh-program-hero__visual{
  position:relative;
  min-height:650px;
}

.wh-program-hero__main{
  position:absolute;
  right:0;
  top:20px;
  width:78%;
  height:560px;
  border-radius:42px;
  overflow:hidden;
  border:10px solid rgba(255,255,255,.9);
  box-shadow:0 35px 80px rgba(16,38,56,.16);
}

.wh-program-hero__main img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wh-program-hero__small{
  position:absolute;
  width:210px;
  height:150px;
  overflow:hidden;
  border-radius:26px;
  border:7px solid rgba(255,255,255,.95);
  box-shadow:0 22px 50px rgba(16,38,56,.15);
}

.wh-program-hero__small img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.wh-program-hero__small--one{
  left:0;
  top:100px;
}

.wh-program-hero__small--two{
  left:50px;
  bottom:80px;
}

.wh-program-hero__floating{
  position:absolute;
  right:20px;
  bottom:85px;
  padding:16px 22px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(13,76,109,.10);
  color:#0d4c6d;
  font-size:13px;
  font-weight:900;
  box-shadow:0 18px 45px rgba(16,38,56,.10);
}

@media(max-width:1100px){

  .wh-program-hero__wrap{
    grid-template-columns:1fr;
  }

  .wh-program-hero__content{
    text-align:center;
  }

  .wh-program-hero__actions{
    justify-content:center;
  }

}

@media(max-width:768px){

  .wh-program-hero{
    padding:120px 18px 70px;
  }

  .wh-program-hero__stats{
    grid-template-columns:1fr;
  }

  .wh-program-hero__visual{
    min-height:auto;
    display:grid;
    gap:14px;
  }

  .wh-program-hero__main,
  .wh-program-hero__small,
  .wh-program-hero__floating{
    position:relative;
    inset:auto;
    width:100%;
  }

  .wh-program-hero__main{
    height:420px;
  }

  .wh-program-hero__small{
    height:220px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc810df */.wh-program-cats{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 24px;
  background:#ffffff;
  overflow:hidden;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.wh-program-cats,
.wh-program-cats *{
  box-sizing:border-box;
}

.wh-program-cats__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.wh-program-cats__head{
  max-width:860px;
  margin:0 auto 60px;
  text-align:center;
}

.wh-program-cats__head span{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:#edf7f4;
  color:#0d4c6d;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.wh-program-cats__head h2{
  margin:0;
  color:#102638;
  font-size:clamp(36px,4vw,60px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-2px;
}

.wh-program-cats__head h2 strong{
  display:block;
  color:#0d4c6d;
}

.wh-program-cats__head p{
  margin-top:22px;
  color:#617381;
  font-size:16px;
  line-height:1.8;
}

.wh-program-cats__grid{
  display:grid;
  grid-template-columns:1.1fr .95fr .95fr;
  gap:22px;
}

.wh-program-cats__card{
  position:relative;
  min-height:285px;
  border-radius:32px;
  overflow:hidden;
  background:#dfeaf1;
  box-shadow:0 22px 55px rgba(16,38,56,.10);
  transition:.35s ease;
}

.wh-program-cats__card--large{
  grid-row:span 2;
  min-height:592px;
}

.wh-program-cats__card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:.45s ease;
}

.wh-program-cats__card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(13,76,109,.88),rgba(13,76,109,.12) 58%,transparent);
}

.wh-program-cats__card div{
  position:absolute;
  z-index:2;
  left:26px;
  right:26px;
  bottom:24px;
}

.wh-program-cats__card span{
  display:inline-flex;
  width:52px;
  height:52px;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:rgba(255,255,255,.18);
  color:#ffffff;
  font-size:14px;
  font-weight:900;
  margin-bottom:18px;
}

.wh-program-cats__card h3{
  margin:0;
  color:#ffffff;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
}

.wh-program-cats__card p{
  margin:10px 0 0;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.6;
}

.wh-program-cats__card:hover{
  transform:translateY(-7px);
}

.wh-program-cats__card:hover img{
  transform:scale(1.07);
}

.wh-program-cats__card--dark::after{
  background:linear-gradient(to top,rgba(16,38,56,.94),rgba(13,76,109,.18));
}

@media(max-width:1050px){
  .wh-program-cats__grid{
    grid-template-columns:1fr 1fr;
  }

  .wh-program-cats__card--large{
    grid-row:auto;
    min-height:340px;
  }
}

@media(max-width:720px){
  .wh-program-cats{
    padding:80px 18px;
  }

  .wh-program-cats__head{
    text-align:left;
    margin-bottom:36px;
  }

  .wh-program-cats__grid{
    grid-template-columns:1fr;
  }

  .wh-program-cats__card{
    min-height:360px;
    border-radius:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f234f8 */.wh-featured-list{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 24px;
  background:#f7fbff;
  overflow:hidden;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.wh-featured-list,
.wh-featured-list *{
  box-sizing:border-box;
}

.wh-featured-list__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.wh-featured-list__top{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:end;
  margin-bottom:56px;
}

.wh-featured-list__top span{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(13,76,109,.12);
  color:#0d4c6d;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.wh-featured-list__top h2{
  margin:0;
  color:#102638;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-1.7px;
  font-weight:800;
}

.wh-featured-list__top h2 strong{
  display:block;
  color:#0d4c6d;
}

.wh-featured-list__top p{
  margin:0;
  color:#526575;
  font-size:16.5px;
  line-height:1.85;
  max-width:700px;
}

.wh-featured-list__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.wh-featured-list__card{
  position:relative;
  min-height:330px;
  padding:32px 30px;
  border-radius:32px;
  background:#ffffff;
  border:1px solid rgba(13,76,109,.10);
  box-shadow:0 18px 45px rgba(16,38,56,.07);
  overflow:hidden;
  transition:.3s ease;
}

.wh-featured-list__card::before{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-65px;
  top:-65px;
  border-radius:50%;
  background:rgba(205,166,86,.14);
}

.wh-featured-list__card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(16,38,56,.13);
}

.wh-featured-list__card b{
  position:relative;
  z-index:2;
  width:58px;
  height:58px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf7f4;
  color:#0d4c6d;
  font-size:14px;
  font-weight:900;
  margin-bottom:24px;
}

.wh-featured-list__card h3{
  position:relative;
  z-index:2;
  margin:0;
  color:#102638;
  font-size:23px;
  line-height:1.24;
  font-weight:800;
}

.wh-featured-list__card p{
  position:relative;
  z-index:2;
  margin:15px 0 0;
  color:#5b6c79;
  font-size:15px;
  line-height:1.75;
}

.wh-featured-list__card a{
  position:absolute;
  z-index:3;
  left:30px;
  bottom:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border-radius:999px;
  color:#0d4c6d;
  background:#f8fbff;
  border:1px solid rgba(13,76,109,.16);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  transition:.25s ease;
}

.wh-featured-list__card a:hover{
  color:#ffffff;
  background:#0d4c6d;
}

.wh-featured-list__card--dark{
  background:linear-gradient(135deg,#0d4c6d,#123f5a);
}

.wh-featured-list__card--dark b{
  background:rgba(255,255,255,.16);
  color:#ffffff;
}

.wh-featured-list__card--dark h3{
  color:#ffffff;
}

.wh-featured-list__card--dark p{
  color:rgba(255,255,255,.84);
}

.wh-featured-list__card--dark a{
  background:#ffffff;
}

@media(max-width:1050px){
  .wh-featured-list__top{
    grid-template-columns:1fr;
    gap:24px;
  }

  .wh-featured-list__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .wh-featured-list{
    padding:80px 18px;
  }

  .wh-featured-list__grid{
    grid-template-columns:1fr;
  }

  .wh-featured-list__card{
    min-height:315px;
    border-radius:26px;
    padding:30px 24px;
  }

  .wh-featured-list__card a{
    left:24px;
    bottom:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59267ff */.wh-technical{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 24px;
  background:#ffffff;
  overflow:hidden;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.wh-technical,
.wh-technical *{
  box-sizing:border-box;
}

.wh-technical::before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-280px;
  bottom:-280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(13,76,109,.10),transparent 68%);
}

.wh-technical__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.wh-technical__visual{
  position:relative;
  min-height:620px;
  border-radius:42px;
  overflow:hidden;
  background:#dfeaf1;
  border:1px solid rgba(13,76,109,.10);
  box-shadow:0 30px 75px rgba(16,38,56,.13);
}

.wh-technical__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(13,76,109,.58),transparent 58%);
}

.wh-technical__visual img{
  width:100%;
  height:100%;
  min-height:620px;
  display:block;
  object-fit:cover;
}

.wh-technical__badge{
  position:absolute;
  z-index:3;
  left:28px;
  right:28px;
  bottom:28px;
  padding:22px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(13,76,109,.12);
  box-shadow:0 20px 50px rgba(16,38,56,.14);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.wh-technical__badge b{
  display:block;
  color:#102638;
  font-size:20px;
  margin-bottom:6px;
}

.wh-technical__badge span{
  display:block;
  color:#5b6c79;
  font-size:14px;
  line-height:1.55;
  font-weight:700;
}

.wh-technical__content > span{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:#edf7f4;
  color:#0d4c6d;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.wh-technical__content h2{
  margin:0;
  color:#102638;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-1.7px;
  font-weight:800;
}

.wh-technical__content h2 strong{
  display:block;
  color:#0d4c6d;
}

.wh-technical__content p{
  margin:22px 0 0;
  color:#526575;
  font-size:16.5px;
  line-height:1.85;
  max-width:680px;
}

.wh-technical__list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:30px;
}

.wh-technical__list div{
  position:relative;
  padding:16px 18px 16px 44px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid rgba(13,76,109,.10);
  color:#102638;
  font-size:14px;
  font-weight:800;
}

.wh-technical__list div::before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cda656;
  box-shadow:0 0 0 6px rgba(205,166,86,.14);
}

.wh-technical__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 25px;
  margin-top:34px;
  border-radius:999px;
  color:#ffffff;
  background:linear-gradient(135deg,#0d4c6d,#123f5a);
  box-shadow:0 18px 36px rgba(13,76,109,.23);
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.28s ease;
}

.wh-technical__btn:hover{
  transform:translateY(-3px);
}

@media(max-width:1050px){
  .wh-technical__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .wh-technical__visual{
    min-height:460px;
  }

  .wh-technical__visual img{
    min-height:460px;
  }
}

@media(max-width:720px){
  .wh-technical{
    padding:80px 18px;
  }

  .wh-technical__visual{
    min-height:420px;
    border-radius:28px;
  }

  .wh-technical__visual img{
    min-height:420px;
  }

  .wh-technical__badge{
    left:18px;
    right:18px;
    bottom:18px;
    border-radius:22px;
  }

  .wh-technical__list{
    grid-template-columns:1fr;
  }

  .wh-technical__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d89202 */.wh-program-custom{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 24px;
  background:#f7fbff;
  overflow:hidden;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.wh-program-custom,
.wh-program-custom *{
  box-sizing:border-box;
}

.wh-program-custom__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.wh-program-custom__content span{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:#ffffff;
  color:#0d4c6d;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.wh-program-custom__content h2{
  margin:0;
  color:#102638;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-1.7px;
  font-weight:800;
}

.wh-program-custom__content h2 strong{
  display:block;
  color:#0d4c6d;
}

.wh-program-custom__content p{
  margin:22px 0 0;
  color:#526575;
  font-size:16.5px;
  line-height:1.85;
  max-width:680px;
}

.wh-program-custom__points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:32px;
}

.wh-program-custom__points div{
  padding:24px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid rgba(13,76,109,.10);
  box-shadow:0 14px 34px rgba(16,38,56,.06);
}

.wh-program-custom__points b{
  display:block;
  color:#102638;
  font-size:18px;
  line-height:1.3;
  margin-bottom:8px;
}

.wh-program-custom__points small{
  display:block;
  color:#5b6c79;
  font-size:13px;
  line-height:1.55;
  font-weight:700;
}

.wh-program-custom__visual{
  position:relative;
  min-height:560px;
  border-radius:40px;
  overflow:hidden;
  background:#dfeaf1;
  box-shadow:0 28px 70px rgba(16,38,56,.12);
}

.wh-program-custom__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(13,76,109,.58),transparent 58%);
}

.wh-program-custom__visual img{
  width:100%;
  height:100%;
  min-height:560px;
  display:block;
  object-fit:cover;
}

.wh-program-custom__badge{
  position:absolute;
  z-index:3;
  left:28px;
  right:28px;
  bottom:28px;
  padding:22px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 50px rgba(16,38,56,.14);
}

.wh-program-custom__badge b{
  display:block;
  color:#102638;
  font-size:20px;
  margin-bottom:6px;
}

.wh-program-custom__badge span{
  display:block;
  color:#5b6c79;
  font-size:14px;
  font-weight:700;
}

@media(max-width:1050px){
  .wh-program-custom__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .wh-program-custom{
    padding:80px 18px;
  }

  .wh-program-custom__points{
    grid-template-columns:1fr;
  }

  .wh-program-custom__visual{
    min-height:420px;
    border-radius:28px;
  }

  .wh-program-custom__visual img{
    min-height:420px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d969b88 */.wh-trainer-support{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 24px;
  background:#ffffff;
  overflow:hidden;
  font-family:'Poppins','Inter',Arial,sans-serif;
}

.wh-trainer-support,
.wh-trainer-support *{
  box-sizing:border-box;
}

.wh-trainer-support__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.wh-trainer-support__visual{
  position:relative;
  min-height:560px;
  border-radius:40px;
  overflow:hidden;
  background:#dfeaf1;
  box-shadow:0 28px 70px rgba(16,38,56,.12);
}

.wh-trainer-support__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(13,76,109,.58),transparent 58%);
}

.wh-trainer-support__visual img{
  width:100%;
  height:100%;
  min-height:560px;
  display:block;
  object-fit:cover;
}

.wh-trainer-support__badge{
  position:absolute;
  z-index:3;
  left:28px;
  right:28px;
  bottom:28px;
  padding:22px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 50px rgba(16,38,56,.14);
}

.wh-trainer-support__badge b{
  display:block;
  color:#102638;
  font-size:20px;
  margin-bottom:6px;
}

.wh-trainer-support__badge span{
  display:block;
  color:#5b6c79;
  font-size:14px;
  font-weight:700;
}

.wh-trainer-support__content > span{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:#edf7f4;
  color:#0d4c6d;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.wh-trainer-support__content h2{
  margin:0;
  color:#102638;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-1.7px;
  font-weight:800;
}

.wh-trainer-support__content h2 strong{
  display:block;
  color:#0d4c6d;
}

.wh-trainer-support__content p{
  margin:22px 0 0;
  color:#526575;
  font-size:16.5px;
  line-height:1.85;
}

.wh-trainer-support__chips{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.wh-trainer-support__chips div{
  padding:11px 15px;
  border-radius:999px;
  background:#f8fbff;
  border:1px solid rgba(13,76,109,.12);
  color:#102638;
  font-size:13px;
  font-weight:800;
}

.wh-trainer-support__content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 25px;
  margin-top:34px;
  border-radius:999px;
  color:#ffffff;
  background:linear-gradient(135deg,#0d4c6d,#123f5a);
  box-shadow:0 18px 36px rgba(13,76,109,.23);
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}

@media(max-width:1050px){
  .wh-trainer-support__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .wh-trainer-support{
    padding:80px 18px;
  }

  .wh-trainer-support__visual{
    min-height:420px;
    border-radius:28px;
  }

  .wh-trainer-support__visual img{
    min-height:420px;
  }

  .wh-trainer-support__content a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac9da36 */.wh-program-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:120px 24px;
  background:#f7fbff;
  font-family:'Poppins','Inter',Arial,sans-serif;
  overflow:hidden;
}

.wh-program-cta,
.wh-program-cta *{
  box-sizing:border-box;
}

.wh-program-cta__wrap{
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.wh-program-cta__box{
  position:relative;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
  padding:64px;
  border-radius:44px;
  background:
    radial-gradient(circle at 12% 20%,rgba(205,166,86,.22),transparent 30%),
    linear-gradient(135deg,#0d4c6d,#123f5a);
  box-shadow:0 34px 80px rgba(16,38,56,.18);
  overflow:hidden;
}

.wh-program-cta__box::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:54px 54px;
}

.wh-program-cta__content,
.wh-program-cta__actions{
  position:relative;
  z-index:2;
}

.wh-program-cta__content span{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.18);
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.wh-program-cta__content h2{
  margin:0;
  color:#ffffff;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-1.7px;
  font-weight:800;
}

.wh-program-cta__content h2 strong{
  display:block;
  color:#f2d38a;
}

.wh-program-cta__content p{
  max-width:720px;
  margin:22px 0 0;
  color:rgba(255,255,255,.84);
  font-size:16.5px;
  line-height:1.85;
}

.wh-program-cta__actions{
  display:grid;
  gap:14px;
  padding:32px;
  border-radius:32px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.wh-program-cta__actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.28s ease;
}

.wh-program-cta__actions a:nth-child(1){
  color:#0d4c6d;
  background:#ffffff;
}

.wh-program-cta__actions a:nth-child(2){
  color:#102638;
  background:linear-gradient(135deg,#f2d38a,#cda656);
}

.wh-program-cta__actions a:nth-child(3){
  color:#ffffff;
  background:transparent;
  border:1px solid rgba(255,255,255,.35);
}

.wh-program-cta__actions a:hover{
  transform:translateY(-3px);
}

@media(max-width:950px){
  .wh-program-cta__box{
    grid-template-columns:1fr;
    padding:44px;
  }
}

@media(max-width:720px){
  .wh-program-cta{
    padding:80px 18px;
  }

  .wh-program-cta__box{
    padding:30px 22px;
    border-radius:30px;
  }

  .wh-program-cta__actions{
    padding:22px;
    border-radius:24px;
  }
}/* End custom CSS */