.lgm_processIntro_swk {
  background: #fff;
  padding: 75px 0;
}

.lgm_processIntroContent_swk {
    max-width:    850px;
   margin: 0 auto;
	text-align: center;

}

.lgm_processIntroContent_swk h2     {
   font-size: 38px;
   color: #1a1a1a;
  margin-bottom: 25px;
   font-weight: 700;


}

.lgm_processIntroContent_swk p		{
   font-size: 16.5px;
       color: #555;
      line-height: 1.75;
       margin-bottom :        18px;
}

.lgm_detailedProcess_swk {
		padding: 0 0 65px 0;
    background: #fff;
  margin-top :9%;


}

.lgm_processPhase_swk {

	         grid-template-columns: 100px 1fr;
   align-items: flex-start;
  gap: 45px;
   margin-bottom: 75px;
   display: grid;

}
@media(max-width:768px){
    .lgm_processPhase_swk{
        grid-template-columns:70px 1fr;
        gap:25px;
    }
}.lgm_phaseAlt_swk {
    background :      #f9f9f9;
                    padding: 55px 0;
  margin-left: -35px;
    margin-right     :     -35px;
  padding-left: 35px;
    padding-right: 35px;
}  

.lgm_phaseNumber_swk {
  width: 100px;
   height    :       100px;
    -moz-border-radius: 50%;
  background  :      #e67b00;
       -webkit-border-radius: 50%;
   border-radius: 50%;
  display   :      flex;
				 align-items: center;
   justify-content: center;
  font-size: 36px;
    font-weight: 700;
	color: #fff;
}@media(max-width:768px){
    .lgm_phaseNumber_swk{
        width:70px;
        height:70px;
        font-size:28px;
    }
}.lgm_phaseIcon_swk    {

   width: 65px;
			height     :  65px;
   margin-bottom: 22px;
}  

.lgm_phaseIcon_swk img {
   width: 100%;
		height: 100%;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_phaseContent_swk h3 {
    font-size     :        30px;
    color: #1a1a1a;
   margin-bottom: 18px;
	 font-weight: 700;
}

.lgm_phaseContent_swk > p {
   font-size: 16.5px;
    color: #555;
   line-height: 1.75;
    margin-bottom: 32px;
	}

.lgm_phaseDetails_swk {
    background: #fff;
	 padding: 35px;
	border-radius: 10px;
  border-left     :    4px solid #e67b00;
}

.lgm_phaseAlt_swk .lgm_phaseDetails_swk {
    background: #fff;
}

.lgm_phaseDetails_swk h4	{
  font-size: 18px;
         color: #1a1a1a;
   margin-bottom: 20px;
	font-weight: 600;
}

.lgm_phaseDetails_swk ul {
                    list-style: none;
   margin-bottom: 25px;
}

.lgm_phaseDetails_swk ul li {
   display: flex;
   align-items  :  flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.lgm_phaseDetails_swk ul li img {

  width: 20px;
	height: 20px;
  margin-top :      3px;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_phaseDetails_swk ul li span {
  font-size: 15.5px;
   color: #4a4a4a;
}

.lgm_phaseDuration_swk {
   display: flex;
  align-items: center;
    gap: 10px;
      font-size: 15px;
  color: #666;
    font-weight: 500;
}

.lgm_phaseDuration_swk img  {
  width: 22px;
    height: 22px;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_timelineVisual_swk {
   padding: 75px 0;
    background: #1a1a1a;
}

.lgm_timelineVisual_swk h2 {
		font-size: 36px;
	color: #fff;
   text-align: center;
   margin-bottom: 55px;
  font-weight: 700;
	}

.lgm_timelineBar_swk {
    display: flex;
    max-width: 1000px;
  margin: 0 auto;
   background: #333;
	border-radius: 8px;
   overflow: hidden;
}

.lgm_timelineItem_swk {
   padding: 28px 15px;
			text-align   :center;
    position: relative;
}

.lgm_timelineItem_swk:nth-child(1) {
  background  :    #e67b00;
} 

.lgm_timelineItem_swk:nth-child(2) {
    background    : #d96f00;
	
}

.lgm_timelineItem_swk:nth-child(3) {
  background  :     #cc6500;
}

.lgm_timelineItem_swk:nth-child(4) {
   background: #bf5b00;
}

.lgm_timelineItem_swk:nth-child(5) {
   background     :       #b25100;
}

.lgm_timelineLabel_swk {
    margin-bottom: 8px;
  font-weight: 600;
        font-size  : 16px;
  color: #fff;
}

.lgm_timelineDays_swk   {
   font-size: 13px;
   color  :     #f0f0f0;
}



.lgm_timelineTotal_swk {
  color: #d0d0d0;
   font-weight: 500;
   margin-top   :35px;
	text-align: center;
  font-size: 18px;
}@media(max-width:768px){
    .lgm_timelineBar_swk{
        flex-direction:column;
    }

    .lgm_timelineItem_swk{
        width:100% !important;
    }
}.lgm_communicationInfo_swk	{
    padding  :        85px 0;
          background :      #f9f9f9;
}



.lgm_commGrid_swk {
		display: grid;
   grid-template-columns: 1fr 1fr;
        gap: 60px;
    align-items: center;}@media(max-width:992px){
    .lgm_commGrid_swk{
        grid-template-columns:1fr;
    }
}.lgm_commText_swk h2 {

  font-size: 38px;
 color: #1a1a1a;
  margin-bottom: 22px;
  font-weight: 700;
}

.lgm_commText_swk > p {
       font-size: 16.5px;
  color: #555;
  line-height: 1.75;
	margin-bottom: 32px;
}

.lgm_commFeatures_swk {
	list-style: none;
}

.lgm_commFeatures_swk li 
 {
  display: flex;
  gap: 18px;
          margin-bottom: 28px;
  align-items: flex-start;
}

.lgm_commFeatures_swk li img {
	  width  :     45px;
  height: 45px;
  filter: invert(46%) sepia(74%) saturate(1458%) hue-rotate(359deg) brightness(97%) contrast(102%);
}

.lgm_commFeatures_swk li h4 {
  font-size   :       18px;
		color: #1a1a1a;
	margin-bottom    :   6px;
    font-weight    : 600;
}

.lgm_commFeatures_swk li p {


         font-size: 15px;
	 color: #666;
     }

.lgm_commImage_swk {

  width: 100%;
  height: 450px;
   border-radius: 10px;
    overflow: hidden;
}

.lgm_commImage_swk img {
          width: 100%;
   height: 100%;
    object-fit: cover;
}
