/*********************************************************************************/
/* Haijoub:: Things **************************************************************/
/*********************************************************************************/
.haijoub__conta{
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}
.haijoub__conta-s{
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}
/*- Haijoub:: Things - Loader -------*/
.haijoub__loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/brand/haijoub-load.gif) center no-repeat #000;
  background-size: 30px;
}
/*- Haijoub:: Things - Titles -------*/
.haijoub__titles{
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.haijoub__titles .haijoub__title{
  display: flex;
  align-items: center;
  gap: 15px;
}
.haijoub__titles span{
  font-size: 25px;
  font-weight: bold;
}
.haijoub__titles a{
  background-color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
}
.haijoub__titles a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
.haijoub__titles.yh-blog .haijoub__title{
  display: block;
  text-align: left;
}
.haijoub__titles.yh-blog .haijoub__title span{
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 5px;
  display: block;
}
.haijoub__titles.yh-blog .haijoub__title p{
  color: #dbdbdb;
  font-size: 21px;
}
/*- Haijoub:: Things - Modal -------*/
.haijoub__modal {
  height: 40em;
}
.haijoub__modal iframe {
  width: 100% !important;
  border-radius: 0;
  border: 0 !important;
  display: block;
  height: 100% !important;
  border-radius: 15px;
}
/*- Haijoub:: Things - Pagination -------*/
.haijoub__paginas {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;
  gap: 7px;
}
.haijoub__paginas a {
  cursor: pointer;
  height: 35px;
  width: 35px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #24251e;
}
.haijoub__paginas a:hover {
  color: #fff;
  background-color: #24251e;
  border-color: #545350;
}
/*- Haijoub:: Things - No Data -------*/
.haijoub__nodata {
  display: grid;
  justify-content: center;
  padding: 3em;
  gap: 7px;
  background-color: #121319;
  margin: 3em 0;
  text-align: center;
  color: #afb2c8;
}
.haijoub__nodata i {
  font-size: 19px;
}
.haijoub__nodata p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: -6px;
}

/*********************************************************************************/
/* Haijoub:: Header  *************************************************************/
/*********************************************************************************/
.haijoub__hdr{
  position: relative;
}
/***** Menu *****/
.haijoub__hdr--ms{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto -10em;
  padding: 3em 0;
  z-index: 99;
  position: relative;
}
.haijoub__hdr--ms.yh-bgs{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  justify-content: center;
  gap: 16em;
  padding: 2em 0;
}
.haijoub__hdr--m{
  display: flex;
  gap: 15px;
  align-items: center;
}
.haijoub__hdr--ml {
  position: relative;
  display: inline-block;
}
.haijoub__hdr--ml-b {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #24251e;
  padding: 9px 15px 11px;
  border-radius: 100px;
  border: 1px solid #545350;
  margin-bottom: 10px;
  font-weight: bold;
  top: 4px;
  position: relative;
}
.haijoub__hdr--ml-b::after {
  content: '';
  border: solid #c8c8c7;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  position: relative;
  bottom: 2px;
}
.haijoub__hdr--ml-c {
  position: absolute;
  min-width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;
  width: 140px;
  padding: 10px;
  background-color: #24251e;
  border: 1px solid #545350;
  display: none;
  gap: 8px;
}
.haijoub__hdr--ml-c.yh-inmob {
  right: 0;
}
.haijoub__hdr--ml:hover .haijoub__hdr--ml-c {
  display: grid;
}
.haijoub__hdr--ml-c a {
  color: #fff;
  padding: 10px 12px 12px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  font-family: 'tahoma', sans-serif;
  background-color: #141510;
}
.haijoub__hdr--ml-c a:hover {
  background-color: #f0f0f0;
  color: #000;
}
/* // */
.haijoub__hdr--ms ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.haijoub__hdr--ms ul li a{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.haijoub__hdr--ms ul li.yh-btn a{
  background-color: #24251e;
  padding: 12px 20px;
  border-radius: 100px;
  border: 1px solid #545350;
}
.haijoub__hdr--ms ul.yh-scl {
  gap: 5px;
}
.haijoub__hdr--ms ul.yh-scl li a i{
  position: relative;
  background-color: #FFF;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 19px;
}
.haijoub__hdr--ms ul li a:hover{
  opacity: .6;
}
/***** Logo *****/
.haijoub__hdr .haijoub__hdr--brand a{
  display: block;
}
.haijoub__hdr .haijoub__hdr--brand a:hover{
  opacity: .5
}
.haijoub__hdr .haijoub__hdr--brand img{
  width: 90px;
}

/*********************************************************************************/
/* Haijoub:: Heros ***************************************************************/
/*********************************************************************************/
.haijoub__hero {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.haijoub__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/yh/haijoub-hero.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transform: translateY(20px) scale(0.75);
  animation: moveInFade 1.5s ease-out forwards;
}
@keyframes moveInFade {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* // */
.haijoub__hero .haijoub__hero--crd{
  z-index: 3;
  position: absolute;
  color: #FFF;
  bottom: 8em;
  text-align: center;
  display: grid;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
.haijoub__hero .haijoub__hero--crd h1{
  display: block;
  font-size: 7em;
  line-height: 85px;
  font-variant: all-petite-caps;
  letter-spacing: 1px;
}
.haijoub__hero .haijoub__hero--crd img{
  display: block;
  width: auto;
  margin: auto;
}
/* // */
.haijoub__hero .haijoub__hero--agnt{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.haijoub__hero .haijoub__hero--agnt b{
  font-size: 55px;
  font-variant: all-petite-caps;
  line-height: 27px;
}
.haijoub__hero .haijoub__hero--agnt span{
text-align: left;
  font-size: 21px;
  font-weight: lighter;
  text-transform: uppercase;
  font-variant: all-petite-caps;
  line-height: 19px;
}

/*********************************************************************************/
/* Haijoub:: Hi ****************************************************************/
/*********************************************************************************/
.haijoub__his {
  padding: 5em;
  background-color: #121319;
}
/* // */
.haijoub__hi {
  display: flex;
  position: relative;
}
.haijoub__hi .haijoub__hi--r {
  text-align: center;
  position: absolute;
  right: -6em;
  top: -8em;
}
.haijoub__hi .haijoub__hi--r img {
  width: 37em;
  position: relative;
  z-index: 1;
}
.haijoub__hi .haijoub__hi--r b {
  font-size: 38em;
  position: absolute;
  font-weight: bold;
  color: #3c3d40;
  z-index: 0;
  left: -90px;
  top: 80px;
}
/* // */
.haijoub__hi .haijoub__hi--l {
  position: relative;
  z-index: 4;
}
.haijoub__hi .haijoub__hi--l h2 {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
}
.haijoub__hi .haijoub__hi--l p {
  font-size: 18px;
  line-height: 29px;
  font-weight: lighter;
  color: #d5d5d5;
}
.haijoub__hi .haijoub__hi--l p.yh-size {
  width: 550px;
}
.haijoub__hi .haijoub__hi--l p br {
  margin-top: 20px;
  display: block;
}
.haijoub__hi .haijoub__hi--l img{
  display: block;
  width: 160px;
  margin: 20px 0 30px;
}
/* // */
.haijoub__hi .haijoub__hi--l-vals{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.haijoub__hi .haijoub__hi--l-vals div{
  background-color: #000;
  padding: 30px;
  width: 35em;
  border-radius: 10px;
}
.haijoub__hi .haijoub__hi--l-vals div span{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.haijoub__hi .haijoub__hi--l-vals div p{
  font-size: 17px;
  line-height: 27px;
}

/*********************************************************************************/
/* Haijoub:: Events ****************************************************************/
/*********************************************************************************/
.haijoub__events {
  padding: 5em 0;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.haijoub__events.yh-events {
  padding: 4em 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
/* // */
.haijoub__events-nav {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.haijoub__events-nav button {
    cursor: pointer;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    color: #24251e;
}
.haijoub__events-nav button:hover {
    color: #fff;
    background-color: #24251e;
    border-color: #545350;
}
.haijoub__events-nav button.disabled {
    display: none
}
/* // */
.haijoub__event {
  background-color: #31353d;
  width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 30em;
  border: 1px solid #373736;
  overflow: hidden;
}
.yh-events .haijoub__event {
  width: 100%;
}
.haijoub__event::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.70));
  display: block;
}
.haijoub__event div {
  position: absolute;
  padding: 2em;
  text-align: center;
  display: grid;
  gap: 20px;
  bottom: 0;
  justify-content: center;
  width: 100%;
}
.haijoub__event img {
  position: relative;
  z-index: 1;
  width: 18em !important;
  margin: auto;
}
.yh-events .haijoub__event img {
  width: 16em !important;
}
.haijoub__event a{
  background-color: #24251e;
  padding: 8px 20px 10px;
  border-radius: 100px;
  border: 1px solid #545350;
  margin: auto;
}
.haijoub__event a:hover{
  background-color: #fff;
  border-color: #fff;
  color: #24251e;
}

/*********************************************************************************/
/* Haijoub:: CTA ****************************************************************/
/*********************************************************************************/
.haijoub__cta {
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: grid;
  height: 30em;
  overflow: hidden;
  justify-content: flex-end;
  align-content: center;
  text-align: center;
  padding: 10em;
}
.haijoub__cta div{
  display: grid;
  gap: 15px;
  position: relative;
  top: 9px;
}
.haijoub__cta span{
  font-size: 3em;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
.haijoub__cta span span{
  font-weight: lighter;
  font-size: inherit;
}
.haijoub__cta a{
  background-color: #fff;
  padding: 12px 28px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  margin: auto;
  font-size: 17px;
}
.haijoub__cta a i {
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-left: 7px;
}
/* // */
.haijoub__cta.yh-cta-f {
  height: 35em;
  justify-content: center;
  border-radius: 0;
}
/* // */
.haijoub__cta.yh-cta-ftr {
  height: 40em;
  border-radius: 0;
  text-align: left;
  padding: 0;
  display: block;
  background-color: #000;
  background-size: contain;
  background-position: right;
}
.haijoub__cta.yh-cta-ftr .haijoub__cta-conta {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;
}
.haijoub__cta.yh-cta-ftr div {
  display: block;
  top: -70px;
}
.haijoub__cta.yh-cta-ftr span{
  font-weight: bold;
  margin-bottom: 33px;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 35px;
}
.haijoub__cta.yh-cta-ftr a{
  margin: 0;
}
/* // */
.haijoub__cta.yh-cta-coach {
  justify-content: center;
}


/* // */
.haijoub__cta a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */


/*********************************************************************************/
/* Haijoub:: Services ****************************************************************/
/*********************************************************************************/
.haijoub__services {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 4em 0;
  gap: 40px;
}
.haijoub__services-l {
  display: grid;
  align-items: center;
  justify-content: space-between;
  width: 80em;
  gap: 10px;
}
.haijoub__services-l span {
  font-size: 25px;
  font-weight: lighter;
}
.haijoub__services-l h4 {
  font-size: 41px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.haijoub__services-l p {
  font-size: 19px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
}
/* // */
.haijoub__services-r {
  width: 40em;
  gap: 10px;
  width: 100%;
}
.haijoub__services-ss {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.haijoub__services-ss a,
.haijoub__services-ss span{
  background-color: #fff;
  padding: 11px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
}
.haijoub__services-ss a:last-child{
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}
.haijoub__services-ss a i{
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.haijoub__services-ss a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
.yh-about .haijoub__services-ss {
  justify-content: center;
}
.yh-about .haijoub__services-ss a,
.yh-about .haijoub__services-ss span{
  background-color: #24251e;
  border: 1px solid #545350;
  color: #fff;
}
.yh-about .haijoub__services-ss a:last-child{
  background-color: #24251e;
  border: 1px solid #545350;
  color: #fff;
}
.yh-about .haijoub__services-ss a:hover{
  background-color: #fff;
  border-color: #fff;
  color: #24251e;
}

/*********************************************************************************/
/* Haijoub:: Start ****************************************************************/
/*********************************************************************************/
.haijoub__start {
  padding: 4em 0;
  position: relative;
}
.haijoub__start-h {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  z-index: 1;
  position: absolute;
  align-content: center;
  margin-top: -5em;
}
.haijoub__start-h img {
  width: 32em;
  margin: auto;
}
.haijoub__start-h div {
  margin: auto;
  text-align: center;
  display: grid;
  justify-content: center;
  align-content: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.haijoub__start-h span {
  font-size: 25px;
  font-weight: lighter;
}
.haijoub__start-h h4 {
  font-size: 45px;
  font-weight: bold;
  line-height: 65px;
  text-transform: uppercase;
}
.haijoub__start-h a{
  background-color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  margin: auto;
}
.haijoub__start-h a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
.haijoub__start-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: black;
  display: grid;
  gap: 20px;
  opacity: 0.3 !important;
}
.haijoub__start-track {
  display: flex;
  width: max-content;
  animation: scroll-left 100s linear infinite;
}
/* // */
.haijoub__start-l {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap;
}
.haijoub__start-l a{
  background-color: #fff;
  padding: 11px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  pointer-events: none;

}
.haijoub__start-l a i{
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.haijoub__start-l a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*********************************************************************************/
/* Haijoub:: Henos ****************************************************************/
/*********************************************************************************/
.haijoub__heno {
  margin-top: 10em;
}
.haijoub__heno.yh-coach {
  margin-top: 5em;
}
.haijoub__heno hr {
  height: 2px;
  background-color: #424242;
  margin: 20px 0;
}
/* // */
.haijoub__heno-l {
  display: flex;
  gap: 10px;
  z-index: 2;
  position: relative;
}
.haijoub__heno-lw {
  padding: 20px 40px 10px 0;
  position: relative;
  width: 100%;
}
.haijoub__heno-r {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.haijoub__heno-rw {
  padding: 0 0px 40px 20px;
  position: relative;
  width: 35em;
}
/* // */
.haijoub__heno-cvrr {
  position: relative;
  background-color: #535ab9;
  border-radius: 20px;
  padding: 40px;
  height: 13em;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 34em;
}
/* // */
.haijoub__heno-cvrl {
  background-color: #484848;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px 20px 0 20px;
  display: grid;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 3em;
  position: relative;
}
.haijoub__heno-cvrl::before {
  content: '';
  background-image: linear-gradient(to right bottom, transparent 60%, rgb(83, 90, 185) 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.haijoub__heno-cvrl button{
  background-color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.haijoub__heno-cvrl button i{
  font-size: 12px;
}
.haijoub__heno-cvrl button:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
.haijoub__heno-par p {
  font-size: 17px;
  font-weight: lighter;
  line-height: 30px;
  color: #d0d0d0;
}
.haijoub__heno-par p br{
  display: block;
  margin-top: 20px;
}
.haijoub__heno-par div {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.haijoub__heno-par div p br {
  margin-top: 0;
}
.haijoub__heno-par div img {
  width: 15em;
}
/* // */
.haijoub__heno-nums {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.haijoub__heno-nums .haijoub__heno-num {
  position: relative;
  display: grid;
}
.haijoub__heno-nums .haijoub__heno-num span {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: lighter;
  color: #d0d0d0;
}
.haijoub__heno-nums .haijoub__heno-num b {
  font-size: 37px;
}
/* // */
.haijoub__heno-fas {
position: absolute;
  top: 0px;
  height: 6rem;
  width: 6rem;
  transform: translate(-50%,-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background: rgb(83, 90, 185);
  right: -106px;
  z-index: -1;
}
.haijoub__heno-fas div:first-child {
background-color: rgba(0,0,0,1);
  border-radius: 9999px;
  transform: translate(50%,-50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  position: absolute;
  top: 0;
  height: 6rem;
  width: 6rem;
}
.haijoub__heno-fas div:last-child {
background-color: rgba(0,0,0,1);
  border-radius: 9999px;
  transform: translate(-50%,50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  position: absolute;
  top: 0;
  height: 6rem;
  width: 6rem;
}

/* // */
.yh-coach .haijoub__heno-lw {
  padding: 10px 0 20px 40px;
}
.yh-coach .haijoub__heno-rw {
  padding: 35px 25px 0px 0px;
}

/* // */
.yh-coach .haijoub__heno-fas {
  right: auto;
  left: -10px;
  top: 181px;
  background: #2d364f;
}
.yh-coach .haijoub__heno-cvrl {
  border-radius: 0 20px 20px 20px;
}
.yh-coach .haijoub__heno-cvrl::before {
  background-image: linear-gradient(to left top, transparent 60%, #2d364f 90%);
}
.yh-coach .haijoub__heno-cvrr {
  background-color: #2d364f;
}
/* // */
.haijoub__heno-lks {
  display: grid;
  margin-top: 20px;
  gap: 15px;
}
.haijoub__heno-lks a{
  background-color: #fff;
  padding: 11px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.haijoub__heno-lks a:last-child{
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}
.haijoub__heno-lks a i{
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.haijoub__heno-lks a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
.haijoub__heno-tito {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.haijoub__heno-tito b {
  font-size: 30px;
  line-height: 40px;
}
.haijoub__heno-tito span{
  display: block;
  margin-top: 10px;
  font-size: 20px;
  color: #9d9d9d;
}
.haijoub__heno-tito div:last-child {
  flex: 0 0 40%;
  background-color: #FFF;
  border-radius: 20px;
  color: #000;
  padding: 17px 20px 17px;
}
.haijoub__heno-tito div:last-child b {
  font-size: 40px;
  line-height: normal;
}
.haijoub__heno-tito div:last-child span {
  margin-top: 0;
  line-height: 1.4;
  color: #000;
}

/*********************************************************************************/
/* Haijoub:: Says ****************************************************************/
/*********************************************************************************/
.haijoub__testis {
  padding: 5em 0;
  background-color: #121319;
  margin: 5em 0;
  position: relative;
  z-index: 1;
}
.haijoub__testi-co {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.haijoub__testi {
  display: none;
  line-height: 1.6;
}
.haijoub__testi p {
  font-size: 21px;
  line-height: 35px;
  font-weight: normal;
}
.haijoub__testi p b {
  font-size: 35px;
  font-family: initial;
}
.haijoub__testi.yh-actv {
  display: block;
}
.haijoub__testi .name {
  margin-top: 15px;
  font-weight: bold;
  font-size: 19px;
}
.haijoub__testi .role {
  font-size: 17px;
  color: #aaa;
}
/* // */
.haijoub__testors {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
  flex-wrap: wrap;
}
.haijoub__testor {
  width: 140px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
  padding: 15px;
  background-color: white;
  display: grid;
  text-align: center;
  color: #000;
  gap: 10px;
}
.haijoub__testor img {
  width: 50px;
  object-fit: cover;
  border-radius: 100px;
  margin: auto;
}
.haijoub__testor.yh-actv {
  background-color: #2b2d3c;
  cursor: default;
  color: white;
}
.haijoub__testor span {
  display: block;
  font-size: 14px;
}

/*********************************************************************************/
/* Haijoub:: Media ****************************************************************/
/*********************************************************************************/
.haijoub__media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin: 4em 0;
}
.haijoub__media button {
  max-height: 30px;
  opacity: 0.7;
}
.haijoub__media button img {
  /* filter: brightness(0) invert(1); */
  height: 40px;
  object-fit: contain;
  width: 140px;
}
.haijoub__media button:hover {
  opacity: 1;
}

/*********************************************************************************/
/* Haijoub:: Podcast ****************************************************************/
/*********************************************************************************/
.haijoub__podcast {
  display: flex;
  background: #121319;
  border-radius: 20px;
  padding: 30px 50px 30px 30px;
  align-items: center;
  margin-bottom: 4em;
}
.haijoub__podcast img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 40px;
  display: block;
}
/* // */
.haijoub__podcast-i {
  flex: 1;
}
.haijoub__podcast-t {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.haijoub__podcast-s {
  color: #aaa;
  font-size: 25px;
  margin-bottom: 20px;
}
/* // */
.haijoub__podcast-p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.haijoub__podcast-p_pb {
  background: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 19px;
  cursor: pointer;
  line-height: 53px;
}
.haijoub__podcast-p_psb {
  flex: 1;
  height: 10px;
  background: #555;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.haijoub__podcast-p_ps {
  height: 100%;
  width: 0%;
  background: #6d6dff;
}
.haijoub__podcast-p_d {
  font-size: 17px;
  width: 45px;
  text-align: right;
  color: #8c8c8c;
}

/*********************************************************************************/
/* Haijoub:: Partners ****************************************************************/
/*********************************************************************************/
.haijoub__partners {
  display: flex;
  gap: 10px;
  z-index: 2;
  margin-top: 3em;
  position: relative;
}
.haijoub__partners-r {
  display: grid;
  gap: 10px;
  justify-content: center;
  align-content: center;
  padding-bottom: 5em;
  text-align: center;
}
.haijoub__partners-r h5 {
  font-size: 29px;
  line-height: 25px;
  font-weight: bold;
}
.haijoub__partners-r p {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #d0d0d0;
}
/* // */
.haijoub__partners-m {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin: 1em 0;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.haijoub__partners-m img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
/* ////// */
.haijoub__partners-l img {
  width: 30em;
  position: relative;
  display: block;
  z-index: 1;
}

/*********************************************************************************/
/* Haijoub:: Blog ****************************************************************/
/*********************************************************************************/
.haijoub__articles {
  padding: 3em 0 4em;
  background-color: #121319;
  position: relative;
  z-index: 1;
}
/* // */
.haijoub__articles-nav {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.haijoub__articles-nav button {
    cursor: pointer;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    color: #24251e;
}
.haijoub__articles-nav button:hover {
    color: #fff;
    background-color: #24251e;
    border-color: #545350;
}
.haijoub__articles-nav button.disabled {
    display: none
}
/* // */
.haijoub__article {
  width: 400px;
  display: block;
}
.haijoub__articles a:hover{
  opacity: .7;
}
.haijoub__article picture {
  background-color: #31353d;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 22em;
  overflow: hidden;
  margin-bottom: 2em;
}
.haijoub__article span {
  text-align: left;
  display: block;
  color: #c1c1c1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.haijoub__article strong {
  font-size: 20px;
  line-height: 1.5;
}
.haijoub__article p{
  font-size: 17px;
  color: #c1c1c1;
  font-weight: lighter;
  margin-top: 5px;
}

/*********************************************************************************/
/* Haijoub:: Gals ****************************************************************/
/*********************************************************************************/
.haijoub__gals {
  padding: 5em 0 0;
  position: relative;
  z-index: 1;
}
.haijoub__gals.yh-coach {
  padding: 0;
}
.haijoub__gals.yh-services {
  padding: 2em 0 0;
}
/* // */
.haijoub__gal {
  width: 400px;
  display: block;
}
.haijoub__gals a:hover{
  opacity: .7;
}
.haijoub__gal picture {
  background-color: #31353d;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 20px;
  display: block;
  height: 22em;
  overflow: hidden;
}
.haijoub__gal span {
  text-align: left;
  display: block;
  color: #c1c1c1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.haijoub__gal strong {
  font-size: 20px;
  line-height: 1.5;
}
.haijoub__gal p{
  font-size: 17px;
  color: #c1c1c1;
  font-weight: lighter;
  margin-top: 5px;
}

/*********************************************************************************/
/* Haijoub:: Expertises ****************************************************************/
/*********************************************************************************/
.haijoub__expirs {
  text-align: center;
  padding: 3em 0 0;
}
.haijoub__expirs span {
  font-size: 32px;
  font-weight: bold;
}
.haijoub__expirs p {
  font-size: 20px;
  font-weight: lighter;
  line-height: 45px;
  color: #d0d0d0;
}
/* // */
.haijoub__expirs-s {
  gap: 40px;
  justify-content: flex-start;
  padding: 2em 0 0;
  display: flex;
}
.haijoub__expirs-l {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 20%;
  background-color: #212433;
  border-radius: 20px;
  height: 100%;
  padding: 3em;
}
/* //  */
.haijoub__expirs-i {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  width: fit-content;
}
.haijoub__expirs-i span {
  font-size: 25px;
  font-weight: bold;
  background: white;
  color: black;
  padding: 4px 10px;
  width: fit-content;
  cursor: pointer;
  transition: background 0.3s;
}
.haijoub__expirs-i span:hover {
  background: black;
  color: white
}
.haijoub__expirs-i p {
  display: none;
  margin-top: 12px;
  font-size: 17px;
  font-weight: lighter;
  line-height: 1.7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.haijoub__expirs-i:hover p {
  display: block;
  opacity: 1;
}
/* // */
.haijoub__expirs-p {
  width: 30em;
  height: auto;
  border-radius: 20px;
  background-color: #212433;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  flex: 1 1 30%;
}

/*********************************************************************************/
/* Haijoub:: Pages ***************************************************************/
/* Haijoub:: Heros ***************************************************************/
/*********************************************************************************/
.haijoub__heros {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 12em 0 3em 0;
  align-items: center;
}
.haijoub__heros h1{
  font-size: 70px;
  text-transform: uppercase;
}
.haijoub__heros a,
.haijoub__heros button{
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.haijoub__heros a i,
.haijoub__heros button i{
  font-size: 12px;
}
.haijoub__heros a:hover,
.haijoub__heros button:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
/* // */
.haijoub__heros.yh-blog {
  display: block;
  padding: 7em 0 3em 0;
}
.haijoub__heros.yh-blog ul{
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.haijoub__heros.yh-blog ul li a{
  padding: 9px 20px;
  font-size: 16px;
}
/* // */
.haijoub__heros.yh-single {
  display: block;
  padding: 7em 0 0 0;
}
.haijoub__heros.yh-single a{
  padding: 9px 20px;
  font-size: 16px;
}
.haijoub__heros.yh-single picture{
  position: relative;
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 25em;
  margin: 2em 0;
  overflow: hidden;
}
.haijoub__heros.yh-single .haijoub__heros-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.haijoub__heros.yh-single h1 {
  font-size: 38px;
  text-transform: unset;
}
.haijoub__heros.yh-single ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.haijoub__heros.yh-single ul li a{
  position: relative;
  background-color: #FFF;
  width: 35px;
  padding: 0;
  height: 35px;
  border-radius: 100px;
  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 19px;
}
.haijoub__heros.yh-single ul li a i{
  font-size: 19px;
}
.haijoub__heros.yh-single ul li a:hover{
  opacity: .6;
}
/* // */
.haijoub__heros.yh-events {
  display: flex;
  padding: 7em 0 3em 0;
}
.haijoub__heros.yh-events h1 {
  font-size: 55px;
  text-transform: uppercase;
}
.haijoub__heros.yh-events p {
  font-size: 19px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
}
.haijoub__heros.yh-events ul{
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.haijoub__heros.yh-events ul li a{
  padding: 9px 20px;
  font-size: 16px;
}
.haijoub__heros.yh-events:not(.yh-interm) ul li:first-child a,
.haijoub__heros.yh-events ul li.yh-actv a,
.haijoub__heros.yh-blog:not(.yh-interm) ul li:first-child a,
.haijoub__heros.yh-blog ul li.yh-actv a{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
  pointer-events: none;
}

/* // */
.haijoub__heros.yh-events .haijoub__prov-r {
  padding: 2em;
  width: 45em;
  width: 18em;
  padding: 17px;
}
.haijoub__heros.yh-events .haijoub__prov-r::before,
.haijoub__heros.yh-events .haijoub__prov-r::after {
  width: 37px;
  height: 100%;
  top: 0;
  left: 20px;
}
.haijoub__heros.yh-events .haijoub__prov-r::after {
  right: 20px;
  left: auto;
}
.haijoub__heros.yh-events .haijoub__prov-r strong {
  font-size: 30px;
}
.haijoub__heros.yh-events .haijoub__prov-r span {
  font-size: 15px;
}

/*********************************************************************************/
/* Haijoub:: Heros - CTA *********************************************************/
/*********************************************************************************/
.haijoub__cta.yh-cta-heros {
  height: 35em;
  padding: 5em;
  position: relative;
}
.haijoub__cta.yh-cta-heros div {
  background-color: #121319;
  border-radius: 30px;
  padding: 2em 2.5em;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 30px;
  top: auto;
}
.haijoub__cta.yh-cta-heros span{
  font-size: 31px;
}
.haijoub__cta.yh-cta-heros img{
  width: 160px;
  margin-bottom: -10px;
}
.haijoub__cta.yh-cta-heros a{
  margin: 0;
}

/*********************************************************************************/
/* Haijoub:: Heros - Provs *******************************************************/
/*********************************************************************************/
.haijoub__prov{
  display: flex;
  position: relative;
  gap: 1em;
  margin: 3em 0 5em;
  justify-content: space-between;
}
.haijoub__prov.haijoub__coaching{
  margin: 3em 0 0;
}
.haijoub__prov-l h2{
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
  font-size: 27px;
}
.haijoub__prov-l p{
  font-size: 17px;
  line-height: 29px;
  font-weight: lighter;
  margin-bottom: 15px;
  color: #d5d5d5;
}
/* // */
.haijoub__prov-l .haijoub__prov-agnt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.haijoub__prov-l .haijoub__prov-agnt b{
  font-size: 50px;
  font-variant: all-petite-caps;
  line-height: 27px;
}
.haijoub__prov-l .haijoub__prov-agnt span{
text-align: left;
  font-size: 21px;
  font-weight: lighter;
  text-transform: uppercase;
  font-variant: all-petite-caps;
  line-height: 18px;
}
/* // */
.haijoub__prov-r{
  background-color: #FFF;
  border-radius: 20px;
  color: #000;
  padding: 2em;
  text-align: center;
  position: relative;
  width: 45em;
}
.haijoub__prov-r.haijoub__coaching{
  width: 30em;
}
.haijoub__prov-r strong{
  font-size: 40px;
  line-height: normal;
}
.haijoub__prov-r span{
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  display: block;
}
.haijoub__prov-r::before,
.haijoub__prov-r::after{
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 10px;
  left: 30px;
}
.haijoub__prov-r::before{
  background-image: url('../images/brand/haijoub-prov-l.png');
}
.haijoub__prov-r::after{
  background-image: url('../images/brand/haijoub-prov-r.png');
  right: 30px;
  left: auto;
}
/* // */
.haijoub__prov.haijoub__service {
  margin: 3em 0 0;
}
.haijoub__service .haijoub__prov-l p{
  font-size: 20px;
  line-height: 1.7;
}

/*********************************************************************************/
/* Haijoub:: Hi ****************************************************************/
/*********************************************************************************/
.haijoub__hi.yh-coaching{
  padding: 40px 0 40px;
  margin: 5em 0 2em;
}
.haijoub__hi.yh-about .haijoub__hi--l {
  flex: 0 0 65%;
}
.haijoub__hi.yh-about .haijoub__hi--l span {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: lighter;
}
.haijoub__hi.yh-about .haijoub__hi--l h3 {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 38px;
}
.haijoub__hi.yh-about .haijoub__hi--l p {
  font-size: 18px;
  line-height: 29px;
  font-weight: lighter;
  color: #d5d5d5;
}
.haijoub__hi.yh-about .haijoub__hi--l p br {
  margin-top: 20px;
  display: block;
}
.haijoub__hi.yh-coaching .haijoub__hi--r {
  right: 0;
  top: -1em;
}
/*********************************************************************************/
/* Haijoub:: Services ****************************************************************/
/*********************************************************************************/
.haijoub__services.yh-about {
  display: block;
  text-align: center;
  padding: 4em 0 1em;
}
.haijoub__services.yh-about.yh-sec {
  padding: 2em 0 1em;
}
.yh-about .haijoub__services-l {
  justify-content: center;
  width: 100%;
  margin-bottom: 2em;
}
.yh-about .haijoub__services-l h4 {
  font-size: 35px;
  text-transform: uppercase;
}
/* // */
.haijoub__start.yh-about {
  padding: 0;
}
.yh-about .haijoub__start-h {
  position: relative;
  margin-top: 2em;
}
.yh-about .haijoub__start-h span {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.yh-about .haijoub__start-h span b {
  position: relative;
  font-size: 69px;
  font-weight: lighter;
  line-height: 0.96;
  display: block;
  height: 25px;
}
.yh-about .haijoub__start-h span b:last-child {
  top: 1em;
}
.yh-about .haijoub__start-h img {
  width: 60%;
  margin: auto;
}
.yh-about .haijoub__start-h-f img {
  width: 200px;
  margin-top: 20px;
}

/*********************************************************************************/
/* Haijoub:: Achavs *************************************************************/
/*********************************************************************************/
.haijoub__achivs {
  margin: -1em 0 0;
  position: relative;
  z-index: 1;
}
/* // */
.haijoub__achiv {
  position: relative;
  margin: 0 auto -6em;
  padding-bottom: 5em;
}
.haijoub__achiv:before {
  content: "";
  position: absolute;
  height: 100%;
  border: 1px solid #3e425b;
  right: 40px;
  top: 0;
}
.haijoub__achiv:after {
  content: "";
  display: table;
  clear: both;
}
/* // */
.haijoub__achiv-i {
  padding: 15px;
  position: relative;
  margin: 1rem 3rem 1rem 1rem;
  clear: both;
  border-radius: 20px;
  padding: 25px;
  background-color: #1e202f;
}
.haijoub__achiv-i_p {
  padding: 0;
}
.haijoub__achiv-i_p picture {
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 160px;
  overflow: hidden;
}
.haijoub__achiv-i:after, .haijoub__achiv-i:before {
  content: "";
  position: absolute;
}
.haijoub__achiv-i_p:after, .haijoub__achiv-i_p:before {
  display: none;
}
.haijoub__achiv-i:before {
  right: -10px;
  top: calc(46% - 5px);
  border-style: solid;
  border-color: #1e202f #1e202f transparent transparent;
  border-width: 10px;
  transform: rotate(45deg);
}
/* // */
.haijoub__achiv-i_y {
  text-align: center;
  max-width: 110px;
  margin: 0 48px 0 auto;
  background-color: #1e202f;
  line-height: 1;
  font-size: 21px;
  border-radius: 50px;
  padding: 13px;
}
.haijoub__achiv-i_y:before {
  display: none;
}
/* // */
.haijoub__achiv__blurb {
  line-height: 1.7;
  font-size: 17px;
  color: #d5d5d5;
}
/* // */
@media screen and (min-width: 700px) {
  .haijoub__achiv:before {
    left: calc(50% - 1px);
    right: auto;
  }
  .haijoub__achiv-i {
    width: 44%;
    margin: 1rem;
  }
  .haijoub__achiv-i .haijoub__achiv-i_p {
    float: left;
  }
  .haijoub__achiv-i:nth-of-type(2n) {
    float: right;
    margin-top: -163px !important;
  }
  .haijoub__achiv-i:nth-of-type(2n):before {
    right: auto;
    left: -10px;
    border-color: transparent transparent #1e202f #1e202f;
  }
  .haijoub__achiv-i_y {
    text-align: center;
    margin: 0 auto;
  }
  .haijoub__achiv-i_y:nth-of-type(2n) {
    float: none;
    margin: 0 auto;
    border-image: none;
  }
  .haijoub__achiv-i_y:nth-of-type(2n):before {
    display: none;
  }
}

/*********************************************************************************/
/* Haijoub:: Dos *****************************************************************/
/*********************************************************************************/
.haijoub__dos {
  margin: 0;
  position: relative;
  z-index: 1;
}
.haijoub__dos-t {
  width: 100%;
  position: relative;
}
.haijoub__dos-t:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background: #ddd;
  border-radius: 100px;
}
.haijoub__dos-t:after {
  content: "";
  display: table;
  clear: both;
}
/* // */
.haijoub__dos-t_e {
  clear: both;
  text-align: left;
  position: relative;
  background-color: #262930;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-left: 25px;
}
.haijoub__dos-t_e:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #fff;
  background-color: #000;
  border-radius: 100%;
  top: 25px;
  left: -31px;
  z-index: 99;
}
/* // */
.haijoub__hi.yh-dos .haijoub__hi--r img {
  width: 33em;
}
.haijoub__hi.yh-dos .haijoub__hi--l span {
  margin-bottom: 5px;
}
.haijoub__hi.yh-dos .haijoub__hi--l h3 {
  margin-bottom: 25px;
}
/* // */
.haijoub__ctas {
  position: relative;
  z-index: 1;
}

/*********************************************************************************/
/* Haijoub:: Contact *************************************************************/
/*********************************************************************************/
.haijoub__contacts {
  display: flex;
  gap: 45px;
  margin-bottom: -13em;
}
.haijoub__contacts.yh-b2b {
  display: flex;
  gap: 45px;
  margin-bottom: -5em;
}
.haijoub__contacts img {
  width: 25em;
  position: relative;
  z-index: 1;
}
.haijoub__contact {
  width: 100%;
}
.haijoub__contact .haijoub__form-inp_c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.haijoub__contact .haijoub__form-inp {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.haijoub__contact .haijoub__form-inp label {
  font-size: 19px;
  margin-bottom: 13px;
  display: block;
  color: #ddd;
}
.haijoub__contact .haijoub__form-inp label strong {
  color: #d54040;
}
.haijoub__contact .haijoub__form-inp input,
.haijoub__contact .haijoub__form-inp textarea,
.haijoub__contact .haijoub__form-inp select {
  width: 100%;
  color: #FFF;
  padding: 15px 20px;
  font-size: 15px;
  margin: 0;
  position: relative;
  background-color: #1d1e28;
  border: 1px solid #1d1e28;
  border-radius: 10px;
}
.haijoub__contact .haijoub__form-inp.yh-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  right: 18px;
  bottom: 19px;
  z-index: 9;
  font-size: 12px;
  color: #b7b7b7;
}
.haijoub__contact .haijoub__form-inp textarea {
  height: 200px;
  padding-top: 24px;
  padding-left: 26px;
}
.haijoub__contact .haijoub__form-inp input:hover,
.haijoub__contact .haijoub__form-inp textarea:hover,
.haijoub__contact .haijoub__form-inp select:hover,
.haijoub__contact .haijoub__form-inp input:focus,
.haijoub__contact .haijoub__form-inp textarea:focus,
.haijoub__contact .haijoub__form-inp select:focus {
  border: 1px solid #4a518e;
}
/* Haijoub:: Contact - Check ***/
.haijoub__contact .haijoub__form-c {
  position: relative;
}
.haijoub__contact .haijoub__form-c .wpcf7-list-item {
  margin: 0;
}
.haijoub__contact .haijoub__form-c label {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}
.haijoub__contact .haijoub__form-c .haijoub__form-inp {
  margin-bottom: 0;
}
.haijoub__contact .haijoub__form-c input {
  width: 15px;
  height: 15px;
}
.haijoub__contact .haijoub__form-c label span {
  color: #949494;
  font-weight: lighter;
  margin-left: 0;
  font-size: 17px;
}
.haijoub__contact .haijoub__form-c label span a {
  text-decoration-line: underline;
  color: #fff;
}
.haijoub__contact .haijoub__form-c label span a:hover {
  text-decoration-line: none;
  opacity: .7;
}
/* Haijoub:: Contact - Sub  ***/
.haijoub__contact .haijoub__form-sub {
  position: relative;
}
.haijoub__contact .haijoub__form-sub input {
  display: flex;
  color: #000;
  font-size: 17px;
  align-items: center;
  background-color: #fff;
  border-radius: 60px;
  padding: 13px 40px;
  width: 200px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #fff;
}
.haijoub__contact .haijoub__form-sub input:hover {
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}
.haijoub__contact form.sent .haijoub__form-inps {
  display: none;
}
.haijoub__form-f{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
.haijoub__form-h{
  display: none;
}
/* Haijoub:: Contact - Tnx  ***/
.haijoub__contact form .haijoub__form-tnx {
  display: none;
  background-color: #fff;
  border-radius: 15px;
  padding: 3em;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.haijoub__contact form.sent .haijoub__form-tnx {
  display: grid;
}
.haijoub__contact form.sent .haijoub__form-tnx i{
  background-color: #49e76c;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  margin: 0 auto 10px;
}
.haijoub__contact form.sent .haijoub__form-tnx p{
  display: block;
  font-size: 21px;
  font-weight: lighter;
  color: #1e4052;
  line-height: 30px;
}
.haijoub__contact form.sent .haijoub__form-tnx p strong{
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
/* Haijoub:: Contact - Help  ***/
.wpcf7 .wpcf7-submit:disabled {
  background-color: #c4c4c4 !important;
}
.wpcf7-not-valid {
  border: 1px solid #ce5555 !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  display: none !important;
  margin: -22px 0 0;
  border: 0;
  background-color: #ffdfe0;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 23px;
  position: relative;
  bottom: -20px;
}
.wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #adfbb4;
}

/*********************************************************************************/
/* Haijoub:: Footer **************************************************************/
/*********************************************************************************/
.haijoub__ftr {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}
.page-template-contact .haijoub__ftr,
.page-template-b2b .haijoub__ftr {
  margin-top: 0;
}
/* // */
.haijoub__ftr-t {
  display: flex;
  justify-content: space-between;
}
/* // */
.haijoub__ftr-l {
  display: grid;
}
.haijoub__ftr-l .haijoub__ftr-l--crd{
  display: grid;
  gap: 10px;
}
.haijoub__ftr-l .haijoub__ftr-l--crd strong{
  display: block;
  font-size: 44px;
  line-height: 1;
  font-variant: all-petite-caps;
  letter-spacing: 1px;
}
.haijoub__ftr-l .haijoub__ftr-l--crd img{
  display: block;
  width: 150px;
  height: 32px;
}
/* // */
.haijoub__ftr-l .haijoub__ftr-l--agnt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.haijoub__ftr-l .haijoub__ftr-l--agnt b{
  font-size: 40px;
  font-variant: all-petite-caps;
  line-height: 27px;
}
.haijoub__ftr-l .haijoub__ftr-l--agnt span{
  text-align: left;
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  font-variant: all-petite-caps;
  line-height: 13px;
}
/* // */
.haijoub__ftr-c {
  display: flex;
  gap: 50px;
}
.haijoub__ftr-c ul {
  display: grid;
  gap: 10px;
  align-content: flex-start;
}
.haijoub__ftr-c ul li a{
  color: #d5d5d5;
  font-size: 17px;
}
.haijoub__ftr-c ul li a:hover {
  opacity: .7;
}
/* // */
.haijoub__ftr-r ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.haijoub__ftr-r ul li a{
  position: relative;
  background-color: #FFF;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 19px;
}
.haijoub__ftr-r ul li a i{
  font-size: 19px;
}
.haijoub__ftr-r ul li a:hover{
  opacity: .6;
}
/* // */
.haijoub__ftr-b {
  display: flex;
  justify-content: space-between;
  margin: 3em 0 4em;
}
.haijoub__ftr-b a{
  position: relative;
  background-color: #FFF;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 19px;
}
.haijoub__ftr-b a:hover{
  opacity: .6;
}

/*********************************************************************************/
/* Haijoub:: Blog - Feaths *******************************************************/
/*********************************************************************************/
.haijoub__feat{
  background-color: #121319;
  padding: 4em 4em 3em;
}
.haijoub__feat.yh-events{
  padding: 4em 4em 1em;
}
.haijoub__feat.yh-event{
  background-color: #000;
  padding: 4em 4em 1em;
}
.haijoub__feathos{
  position: relative;
  display: flex;
  gap: 25px;
}
.haijoub__feathos .haijoub__feaths{
  position: relative;
  display: flex;
  gap: 25px;
  flex: 1 1 40%;
}
.haijoub__feathos .haijoub__feath{
  position: relative;
  width: 100%;
}
.haijoub__feathos .haijoub__feath.yh-bgg{
  width: 50%;
}
.haijoub__feathos .haijoub__feath picture{
  position: relative;
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 25em;
  overflow: hidden;
}
.haijoub__feathos .haijoub__feath picture::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.85));
  display: block;
}
.haijoub__feathos .haijoub__feath span{
  position: absolute;
  z-index: 9;
  bottom: 30px;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  left: 30px;
  right: 30px;
}
.haijoub__feathos .haijoub__feath a.haijoub__feath-topic{
  background-color: #24251e;
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid #545350;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  font-size: 12px;
}
.haijoub__feathos .haijoub__feath a.haijoub__feath-topic:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: black;
}

/*********************************************************************************/
/* Haijoub:: Blog - Items ********************************************************/
/*********************************************************************************/
.haijoub__items {
  padding: 4em 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.haijoub__item {
  display: block;
}
.haijoub__item a:hover {
  display: block;
  opacity: .6;
}
.haijoub__item a.haijoub__item-topic{
  background-color: #24251e;
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid #545350;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  font-size: 12px;
}
.haijoub__item a.haijoub__item-topic:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: black;
  opacity: 1;
}
.haijoub__item picture {
  background-color: #31353d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 250px;
  overflow: hidden;
  margin-bottom: 2em;
}
.haijoub__item span {
  text-align: left;
  display: block;
  color: #c1c1c1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.haijoub__item strong {
  font-size: 20px;
  line-height: 1.5;
}
.haijoub__item p{
  font-size: 17px;
  color: #c1c1c1;
  font-weight: lighter;
  margin-top: 5px;
}

/*********************************************************************************/
/* Haijoub:: Blog - Single *******************************************************/
/*********************************************************************************/
.haijoub__statics {
  background-color: #fff;
  padding: 5em;
  color: #121319;
}
.single-haijoub_events .haijoub__statics {
  background-color: #000;
  padding: 30px;
  color: #c6c6c6;
  font-weight: lighter;
}
.haijoub__static {
  text-align: left;
  line-height: 26px;
}
.haijoub__static.ac_alone {
  width: auto;
}
.haijoub__static form {
  width: 100%;
}
.haijoub__static u {
  font-weight: bold;
  color: #f63e3e;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.haijoub__static p {
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 1.7;
}
.single-haijoub_events .haijoub__static p {
  margin-bottom: 25px;
}
.haijoub__static p:last-child {
    margin-bottom: 0;
}
.haijoub__static h1,
.haijoub__static h2,
.haijoub__static h3,
.haijoub__static h4,
.haijoub__static h5,
.haijoub__static h6 {
  margin-bottom: 5px;
  line-height: 1.5;
}
.haijoub__static h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 25px;
}
.haijoub__static h2 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 25px;
}
.haijoub__static h6 {
  font-weight: 700;
  font-size: 20px;
  margin-top: -1px;
  margin-bottom: 2px;
  font-style: italic;
  color: #276cb5;
}
.haijoub__static h1:first-child,
.haijoub__static h2:first-child,
.haijoub__static h3:first-child,
.haijoub__static h4:first-child,
.haijoub__static h5:first-child,
.haijoub__static h6:first-child{
  margin-top: 0;
}
.haijoub__static h2 {
  font-size: 24px;
}
.haijoub__static h1 {
  font-size: 28px;
}
.haijoub__static ul {
  margin-left: 15px;
  margin-bottom: 5px;
}
.haijoub__static ul.azy-wtop {
  margin-top: -10px;
}
.haijoub__static ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.haijoub__static ul li span {
  direction: ltr;
  display: inline-block;
}
.haijoub__static a {
  color: #4e69d5;
  text-decoration-line: underline;
}
.haijoub__static a:hover {
  text-decoration-line: unset;
}
/*********************************************************************************/
/* Haijoub:: Events - Single *******************************************************/
/*********************************************************************************/
.haijoub__heros.yh-event {
  display: flex;
  padding: 7em 0 0 0;
  gap: 2em;
  align-items: flex-start;
}
.yh-event .haijoub__event {
  flex: 1 1 100%;
  width: auto;
  border-radius: 30px;
  display: flex;
}
.yh-event .haijoub__event img {
  width: 25em !important;
  top: 7em;
}
.haijoub__heros.yh-event a{
  padding: 9px 20px;
  font-size: 16px;
  width: max-content;
}
.haijoub__heros.yh-event a i {
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  font-size: 15px;
}
.haijoub__heros.yh-event picture{
  position: relative;
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 25em;
  margin: 2em 0;
  overflow: hidden;
}
.haijoub__heros.yh-event .haijoub__heros-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.haijoub__heros.yh-event h1 {
  font-size: 30px;
  text-transform: unset;
  margin-bottom: 20px;
}
.haijoub__heros.yh-event p {
  font-weight: lighter;
  font-size: 17px;
  line-height: 1.8;
}
.haijoub__heros.yh-event ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.haijoub__heros.yh-event ul li a{
  position: relative;
  background-color: #FFF;
  width: 35px;
  padding: 0;
  height: 35px;
  border-radius: 100px;
  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 19px;
}
.haijoub__heros.yh-event ul li a i{
  font-size: 19px;
}
.haijoub__heros.yh-event ul li a:hover{
  opacity: .6;
}
/* // */
.haijoub__event-info {
  display: grid;
  flex: 1 1 70%;
  background-color: #121319;
  padding: 3em;
  height: 30em;
  align-content: space-between;
  border-radius: 30px;
}
.haijoub__event-meta {
  background-color: #121319;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  padding: 2em 3em;
  margin-top: 2em;
  align-items: center;;
}
.haijoub__event-metos {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.haijoub__event-metos .haijoub__event-meto {
  display: grid;
  gap: 5px;
}
.haijoub__event-metos .haijoub__event-meto span{
  position: relative;
  font-size: 20px;
  color: #999;
  font-weight: lighter;
}
.haijoub__event-metos .haijoub__event-meto strong{
  font-size: 22px;
}
.haijoub__event-meta ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.haijoub__event-meta ul li a{
  position: relative;
  background-color: #FFF;
  width: 35px;
  padding: 0;
  height: 35px;
  border-radius: 100px;
  color: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 19px;
}
.haijoub__event-meta ul li a i{
  font-size: 19px;
}
.haijoub__event-meta ul li a:hover{
  opacity: .6;
}

/*********************************************************************************/
/* Haijoub:: Coaching *********************************************************/
/*********************************************************************************/
.haijoub__coaching-hero {
  position: relative;
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: grid;
  height: 35em;
  overflow: hidden;
  justify-content: flex-end;
  align-content: center;
  text-align: center;
  padding: 5em;
}
.haijoub__coaching-bdgs {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  justify-content: space-between;
  width: 100%;
  right: 0;
  padding: 30px;
  align-items: flex-end;
}
.haijoub__coaching-bdg {
  background-color: #121319;
  border-radius: 30px;
  padding: 40px;
}
.haijoub__coaching-bdg img {
  width: 200px;
  display: block;
}
.haijoub__coaching-bdgs a{
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.haijoub__coaching-bdgs a i{
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.haijoub__coaching-bdgs a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}

/*********************************************************************************/
/* Haijoub:: Cards *********************************************************/
/*********************************************************************************/
.haijoub__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 4em;
}
.haijoub__cards .haijoub__card {
  display: grid;
  gap: 5px;
}
.haijoub__cards .haijoub__card i {
  position: relative;
  display: flex;
  background-color: #FFF;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 1em;
}
.haijoub__cards .haijoub__card b {
  position: relative;
  font-size: 19px;
}
.haijoub__cards .haijoub__card span {
  font-size: 17px;
  line-height: 1.5;
  font-weight: lighter;
  color: #d5d5d5;
}

/*********************************************************************************/
/* Haijoub:: Services *********************************************************/
/*********************************************************************************/
.haijoub__ways {
  padding: 4em 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
/* // */
.haijoub__way {
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: block;
  height: 15em;
  border: 1px solid #373736;
  overflow: hidden;
  position: relative;
}
.haijoub__way::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.70));
  display: block;
}
.haijoub__way span {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.haijoub__way a {
  width: 100%;
  height: 100%;
  display: grid;
  padding: 30px;
  align-content: flex-end;
}

/* / Single / */
.haijoub__service-hero {
  position: relative;
  background-color: #31353d;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  height: 35em;
  overflow: hidden;
  padding: 5em;
  margin: 10em 0 0;
}
.haijoub__service-hero::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.85));
  display: block;
  left: 0;
}
.haijoub__service-hero h1 {
  font-size: 40px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.haijoub__service-hero a{
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 40px;
}
.haijoub__service-hero a i{
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.haijoub__service-hero a:hover{
  background-color: #24251e;
  border-color: #545350;
  color: #fff;
}