* {
      margin: 0;
   padding: 0;
   box-sizing:   border-box;
	}

body	{
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
   line-height    :        1.7;
   color: #2c2c2c;
	background: #fafafa;
}

img {
     max-width: 100%;
   height: auto;
  display: block;
     }

a {
    text-decoration     :   none;
    color: inherit;
   transition   :        color 0.35s ease;
}



.vcr_navigation_lang {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    position: sticky;
   top: 0;
   z-index: 999;
   padding: 16px 0;
}

.vcr_navwrap_lang {
   max-width: 1280px;

	    margin: 0 auto;

	  padding: 0 24px;

	   display: flex;

	   justify-content: space-between;

	  align-items: center;
}

.vcr_logoholder_lang img  {
   height: 72px;
				 width: auto;
}

.vcr_menutoggle_lang {
               display: none;
  background: none;
               border: none;
   cursor: pointer;
    padding: 8px;
}

.vcr_menutoggle_lang img {
    width:    28px;
	height    :   28px;
  filter: brightness(0);
}

.vcr_menulist_lang {
	align-items: center;
  display: flex;
	 gap  :  38px;
    list-style: none;

}

.vcr_menulist_lang a {
  font-size: 15px;
    font-weight  :500;
   color: #1a1a1a;
    position: relative;
    padding: 4px 0;
}

.vcr_menulist_lang a:hover {
    color: #d4772f;
}

.vcr_herozone_lang  
  {
   align-items: center;
    justify-content: center;
  overflow: hidden;
    display: flex;
    position   :        relative;
  height: 85vh;
}

.vcr_herobg_lang
	{
   position: absolute;
   top: 0;
  left: 0;
   width: 100%;
    height: 100%;
  background-size: cover;
    background-position: center;
    background-repeat    :      no-repeat;
   z-index: 1;
}

.vcr_herobg_lang:after {
  content: '';

 position  :  absolute;

  top: 0;

     left: 0;

	 width     :      100%;

	 height: 100%;

  background: linear-gradient(135deg,rgba(42,93,132,0.85) 0%,rgba(74,127,163,0.75) 100%);
}

.vcr_heroinner_lang {
               position: relative;
   z-index: 2;
    max-width: 920px;
	padding: 0 28px;
   text-align: center;
}

.vcr_herotexts_lang h1 {
        font-size: 56px;
   font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
   letter-spacing: -0.5px;
 color: #ffffff;
}

.vcr_herotexts_lang p  {
  font-size     :      19px;
  margin-bottom: 36px;
  line-height: 1.8;
        color   :        #ffffff;
               opacity: 0.95;
}

.vcr_herobtn_lang {
      transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 6px;
  padding: 14px 42px;
    font-size: 16px;
   display: inline-block;
	 color: #fff;
  background: #e67e34;


}

.vcr_herobtn_lang:hover {
   background: #c96825;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230,126,52,0.4);
}

.vcr_aboutzone_lang {
	padding :  95px 24px;
  background: #fff;
}

.vcr_aboutgrid_lang {
                    max-width: 1180px;
  margin: 0 auto;
   display :  grid;
  grid-template-columns: 1fr 1fr;
   gap: 65px;
   align-items: center;
}

.vcr_aboutimage_lang img {
   border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.vcr_abouttext_lang h2 {
   font-size: 38px;
    margin-bottom: 22px;
  color: #1a1a1a;
  line-height     :       1.3;
}

.vcr_highlight_lang {
    color: #e67e34;
	 font-style: italic;
}

.vcr_abouttext_lang p   {
    margin-bottom: 18px;
    color: #4a4a4a;
   font-size: 16px;
}

.vcr_aboutlink_lang {
	display: inline-block;
		 margin-top: 16px;
    color: #2a5d84;
   font-weight: 600;
  border-bottom  :      2px solid #2a5d84;
  padding-bottom   : 3px;
}

.vcr_aboutlink_lang:hover
{
  color: #1a4560;
     border-color: #1a4560;
}

.vcr_serviceszone_lang {
    padding: 90px 24px;
   background: #f5f7fa; 
	
}

.vcr_servicestop_lang
	{
    text-align: center;
   max-width: 740px;
  margin: 0 auto 55px;


}

.vcr_servicestop_lang h2 {
  font-size: 42px;
	margin-bottom: 18px;
    color: #1a1a1a;
}

.vcr_servicestop_lang p {
  font-size: 17px;
   color: #5a5a5a;
}

.vcr_servicesgrid_lang {
  max-width: 1180px; 
  margin: 0 auto; 
  display: grid; 
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); 
    gap: 32px;
}


.vcr_servicebox_lang {
  background: #fff;
   padding: 38px 28px;
   border-radius: 8px;
   text-align: center;
	 transition: transform 0.3s ease,box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.vcr_servicebox_lang:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.vcr_serviceiconbox_lang {
    width: 55px;
    height: 55px;
    margin: 0 auto 22px;
}

.vcr_serviceiconbox_lang img  {
  width: 100%;
  height     :  100%;
  filter: invert(35%) sepia(45%) saturate(650%) hue-rotate(165deg) brightness(90%);
}

.vcr_servicebox_lang h3 {
  font-size: 22px;
   margin-bottom: 14px;
  color: #1a1a1a; 
	
}

.vcr_servicebox_lang p {
    color  : #5a5a5a;
    font-size     :  15px;
   line-height: 1.7;


}


.vcr_featureszone_lang {
   padding: 90px 24px;
   background: #fff;
}

.vcr_featureswrap_lang {
  max-width: 1180px;
   margin: 0 auto;
}

.vcr_featurestop_lang {
  text-align: center;
  max-width: 740px;
               margin: 0 auto 55px;
}

.vcr_featurestop_lang h2 {
   color: #1a1a1a;
	font-size: 42px;
  margin-bottom: 18px;
}

.vcr_featurestop_lang p {
  font-size: 17px;
	color: #5a5a5a;
}


.vcr_featuregrid_lang {
   display:    grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 28px;
}

.vcr_featurecard_lang {
	   position: relative;
                    overflow: hidden;
    border-radius: 8px;
  cursor: pointer;
  height: 320px;

}

.vcr_featurecard_lang img {
   transition:     transform 0.4s ease;

	   height    : 100%;

	    width: 100%;

	  object-fit: cover;
	
}

.vcr_featurecontent_lang {
  position     :        absolute;
  top: 0;
    left: 0;
   width: 100%;
  height: 100%;
  background: linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 50%,transparent 100%);
   display     :flex;
  flex-direction: column;
    justify-content: flex-end;
   padding: 28px;
  color: #fff;
 opacity: 0;
    transition: opacity 0.35s ease;
}

.vcr_featurecard_lang:hover .vcr_featurecontent_lang {
    opacity: 1;
     }

.vcr_featurecard_lang:hover img {
  transform: scale(1.08);
}

.vcr_featurelabel_lang {
  font-size: 12px;
	 text-transform: uppercase;
  letter-spacing: 1.2px;
   margin-bottom: 8px;
  opacity: 0.85;
    font-weight: 600;
}

.vcr_featurecontent_lang h3 {
    font-size :   24px;
    margin-bottom: 10px;
}

.vcr_featurecontent_lang p {
    line-height: 1.6;
    font-size: 14px;
    opacity: 0.9;
}

.vcr_processzone_lang {
  padding: 95px 24px;
  background: #f5f7fa;
}

.vcr_processgrid_lang {
   max-width: 1180px;
    margin: 0 auto;
  display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 65px;
  align-items: center;
}

.vcr_processtext_lang h2 {

	  font-size: 38px;
	   margin-bottom: 22px;
	  color    :       #1a1a1a;
     }

.vcr_processtext_lang p

{
  margin-bottom :      18px;
    color: #4a4a4a;
               font-size: 16px;
}

.vcr_processbutton_lang {
  display: inline-block;
  margin-top    :   16px;
    background: #2a5d84;
    color     :     #fff;
  -moz-transition: all 0.3s ease;
    padding: 12px 32px;
    border-radius: 6px;
  -webkit-border-radius: 6px;
    font-weight: 600;
	-o-transition   :   all 0.3s ease;
   transition: all 0.3s ease;
}

.vcr_processbutton_lang:hover {
    background: #1a4560;
  transform: translateY(-2px);
}

.vcr_processimage_lang img {
 border-radius: 8px;

  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
	
}

.vcr_packageszone_lang {
   padding: 90px 24px;
    background: #fff;
}

.vcr_packagestop_lang {
   text-align: center;
   max-width: 740px;
  margin: 0 auto 55px;
}

.vcr_packagestop_lang h2 {

	  font-size   :       42px;

  margin-bottom: 18px;

	 color: #1a1a1a;


}

.vcr_packagestop_lang p {
  font-size: 17px;
 color: #5a5a5a;
}

.vcr_packagesgrid_lang {
   max-width: 1180px;
	margin: 0 auto;
        display :       grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 32px;
}

.vcr_packagecard_lang {
	background: #fff;
  border-radius   : 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	 overflow     :    hidden;
   transition: transform 0.3s ease,box-shadow 0.3s ease;
}

.vcr_packagecard_lang:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.vcr_packageimage_lang img {
  width: 100%;
  height: 220px;
  object-fit:   cover;
}

.vcr_packagecontent_lang{
    padding: 32px 28px;
}

.vcr_packageheader_lang {
    display: flex;
    justify-content: space-between;
	 align-items: flex-start;
   margin-bottom:   28px;
}

.vcr_packageheader_lang h3 {
  font-size   :26px;
   color: #1a1a1a;
}

.vcr_packageprice_lang {
    text-align: right;
}

.vcr_packageprice_lang span {
  display :   block;
   font-size: 12px;
		 color :   #888;
   margin-bottom: 4px;
}

.vcr_packageprice_lang strong {

     font-size: 28px;
   font-weight: 600;
      color   :        #e67e34;


}

.vcr_packagefeatures_lang {
   display: flex;
  flex-direction: column;
    gap: 14px;
}

.vcr_featureitem_lang {
          display: flex; 
  align-items: center; 
    gap: 12px;
}

.vcr_featureitem_lang img {
    width: 22px;

   height: 22px;

  filter: invert(60%) sepia(75%) saturate(450%) hue-rotate(345deg) brightness(95%);
}

.vcr_featureitem_lang span {
	font-size: 15px;
  color: #4a4a4a;


}

.vcr_testimonialszone_lang {


   padding: 90px 24px;
  background: #2a5d84;
  color: #fff;


}

.vcr_testimonialswrap_lang {
   max-width: 920px;
  margin: 0 auto;
        text-align: center;
}

.vcr_testimonialswrap_lang h2 {
    font-size: 42px;

   margin-bottom: 48px; 

}

.vcr_testimonialgrid_lang {
	 display: grid;
                    grid-template-columns: 1fr 1fr;
   gap: 38px;
}

.vcr_testimonialcard_lang {
  background: rgba(255,255,255,0.12); 
	    padding: 36px 32px; 
	  border-radius: 8px; 
	  backdrop-filter: blur(10px);


}

.vcr_testimonialcard_lang p     {
  font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
    font-style: italic;
  opacity: 0.95; 

}

.vcr_testimonialauthor_lang strong {
  display: block;
	font-size: 17px;
   margin-bottom: 4px;
}

.vcr_testimonialauthor_lang span

{
      font-size: 14px;
    opacity: 0.8;
}

.vcr_ctazone_lang {
     padding: 95px 24px;
  background: linear-gradient(135deg,#e67e34 0%,#d4772f 100%);
   text-align: center;
    color: #fff;}

.vcr_ctawrap_lang {
  max-width: 780px;

    margin    :       0 auto;
}

.vcr_ctawrap_lang h2 {
  font-size: 44px;
   margin-bottom :20px;

} 

.vcr_ctawrap_lang p {
    font-size: 18px;
	 margin-bottom: 32px;
  line-height: 1.8;
   opacity   :       0.95;
}

.vcr_ctabutton_lang {
   display: inline-block;
  background   : #fff;
    color: #e67e34;
   padding: 15px 45px;
    border-radius: 6px;
  font-size: 17px;
       font-weight: 600;
   transition: all 0.3s ease;
}

.vcr_ctabutton_lang:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.vcr_footerzone_lang {
  background: #1a1a1a;
   color: #bbb;
   padding: 65px 24px 28px;
}

.vcr_footergrid_lang {
    max-width: 1180px;
    margin:   0 auto 45px;
      display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
	gap: 38px;
}


.vcr_footercol_lang h3 {
   color: #fff;
  font-size: 19px;
  margin-bottom: 18px; 

}

.vcr_footercol_lang p {
	font-size: 14px;
   line-height: 1.8;
 margin-bottom: 12px;
}


.vcr_footercol_lang ul {
    list-style: none;
}

.vcr_footercol_lang ul li {
  margin-bottom: 10px;
}

.vcr_footercol_lang a:hover {
    color: #e67e34;
	}

.vcr_footerbottom_lang {
  margin: 0 auto;
      opacity: 0.7;
   font-size: 14px;
   padding-top: 28px;
    text-align: center;
    border-top: 1px solid #333;
   max-width: 1180px;
}@media(max-width:768px) {
    .vcr_menutoggle_lang{display:block}

    .vcr_menulist_lang {
        position: absolute;
        top:70px;
        left: 0;
        width:100%;
        background: #fff;
        flex-direction:column;
        gap:0;
        padding: 20px 0;
        box-shadow:0 8px 20px rgba(0,0,0,0.1);
        display: none
    }

    .vcr_menulist_lang.active{display:flex}

    .vcr_menulist_lang li {
        width:100%;
        text-align: center;
        padding:12px 0;
        border-bottom:1px solid #eee
    }

    .vcr_herotexts_lang h1 {font-size:36px}

    .vcr_herotexts_lang p{font-size: 16px}

    .vcr_aboutgrid_lang,
    .vcr_processgrid_lang {
        grid-template-columns: 1fr;
        gap:42px
    }

    .vcr_testimonialgrid_lang {grid-template-columns:1fr}

    .vcr_servicestop_lang h2,
    .vcr_featurestop_lang h2,
    .vcr_packagestop_lang h2 {font-size:32px}

    .vcr_abouttext_lang h2,
    .vcr_processtext_lang h2 {font-size:28px}
}.vcr_blogcontent_lang {
    max-width   :      820px;
    margin: 0 auto;
   padding: 95px 24px;
  background :      #fff;
}

.vcr_blogtitle_lang {
     font-size: 44px;
    color: #1a1a1a;
   margin-bottom:     16px;
    line-height     :     1.2;
	font-weight: 700;

}

.vcr_blogmeta_lang    {
                    color: #888;
		font-size: 15px;
	margin-bottom: 42px;
  padding-bottom  :   24px;
   border-bottom: 1px solid #e5e5e5;
}

.vcr_blogtext_lang p {
   font-size: 17px;
    line-height: 1.8;
    color  :  #3a3a3a;
  margin-bottom: 24px;
}



.vcr_blogtext_lang h2 {
   font-size: 32px;
   color: #1a1a1a;
  margin: 48px 0 24px;
  font-weight: 700;
}

.vcr_blogtext_lang h3 {


    font-size: 24px;
   color: #2a5d84;
  margin: 36px 0 18px;
	 font-weight: 600;}

.vcr_blogback_lang {
   display: inline-block;
    -o-transition :        color 0.3s ease;
      margin-bottom: 32px;
    color: #2a5d84;
  -webkit-transition: color 0.3s ease;
   font-weight: 600;
        text-decoration: none;
  transition: color 0.3s ease;
}

.vcr_blogback_lang:hover {
        color: #1a4560;
}@media(max-width:768px) {
    .vcr_blogtitle_lang {
        font-size: 32px;
    }

    .vcr_blogtext_lang h2 {
        font-size: 26px;
    }

    .vcr_blogcontent_lang {
        padding: 65px 24px;
    }
}

.vcr_blogindex_lang {
    padding: 95px 24px;
    background: #fff;
}

.vcr_blogindexwrap_lang {
    max-width: 1180px;
    margin: 0 auto;
}

.vcr_blogheader_lang {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 65px;
}

.vcr_blogheader_lang h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 18px;
    font-weight: 700;
}

.vcr_blogheader_lang p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.7;
}

.vcr_bloggrid_lang {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 38px;
}

.vcr_blogcard_lang {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vcr_blogcard_lang:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.vcr_blogcardimage_lang {
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #2a5d84 0%, #4a7fa3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.vcr_blogcardimage_lang::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.vcr_blogcardicon_lang {
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.vcr_blogcardicon_lang img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.vcr_blogcardcontent_lang {
    padding: 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vcr_blogcardcategory_lang {
    font-size: 13px;
    color: #e67e34;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 12px;
}

.vcr_blogcardcontent_lang h2 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.vcr_blogcardcontent_lang p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
}

.vcr_blogcardlink_lang {
    display: inline-flex;
    align-items: center;
    color: #2a5d84;
    font-weight: 600;

    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vcr_blogcardlink_lang:hover {
    color: #1a4560;
}

.vcr_blogcardlink_lang::after {
    content: '→';
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.vcr_blogcardlink_lang:hover::after {
    margin-left: 12px;
}

@media(max-width:768px) {
    .vcr_blogheader_lang h1 {
        font-size: 36px;
    }

    .vcr_bloggrid_lang {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .vcr_blogindex_lang {
        padding: 65px 24px;
    }
}.vcr_blogempty_lang {
   padding: 120px 24px;
         background: #fff;
   min-height:60vh;
    display: flex;
	 align-items: center;
    justify-content     :        center;
}

.vcr_blogemptywrap_lang {
   max-width: 680px;
    margin: 0 auto;
  text-align:  center;
}

.vcr_blogemptyicon_lang

{
      width: 120px;
   height:      120px;
   margin: 0 auto 32px;
  background: linear-gradient(135deg, #2a5d84 0%, #4a7fa3 100%);
    border-radius :     50%;
  display: flex;
               align-items: center;
   justify-content: center;
    position: relative;
}

.vcr_blogemptyicon_lang::before   {
  bottom: -10px;
   left: -10px;
	position: absolute;
       border-radius: 50%;
    border: 2px solid #e5e5e5;
  content: '';
   right     : -10px;
       top  :-10px;
}

.vcr_blogemptyicon_lang img   {
  width     :    60px;
    height: 60px;
  filter: brightness(0) invert(1);
    opacity: 0.9;
}

.vcr_blogemptywrap_lang h1 {
    font-size: 42px;
   color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 700;
   line-height: 1.2; 
	
}

.vcr_blogemptywrap_lang p {
	 font-size: 18px;
  color: #5a5a5a;
   line-height: 1.8;
  margin-bottom:     16px;
}

.vcr_blogemptywrap_lang p:last-of-type {
    margin-bottom: 38px;
}

.vcr_blogemptyactions_lang	{
	  display: flex;
   gap  :     18px;
	justify-content: center;
    flex-wrap  :     wrap;
}

.vcr_blogemptybtn_lang 
 {
	display: inline-block;
	padding   :    14px 36px;
   border-radius: 6px;
	 font-size: 16px;
   font-weight: 600;
	text-decoration: none;
  transition  :   all 0.3s ease;


}

.vcr_blogemptybtn_primary_lang {

   background  :     #e67e34;
   color: #fff;
     }

.vcr_blogemptybtn_primary_lang:hover {
 background: #c96825;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230,126,52,0.4);
}

.vcr_blogemptybtn_secondary_lang {
	background: #fff;
                    color: #2a5d84;
  border: 2px solid #2a5d84;
}

.vcr_blogemptybtn_secondary_lang:hover {
				 background: #2a5d84;
   color: #fff;

}


.vcr_blogemptydivider_lang {
   width    :    60px;
                    height: 3px;
  background: linear-gradient(90deg, transparent, #e67e34, transparent);
    margin    :  48px auto;
}

.vcr_blogemptyinfo_lang
{
      background: #f5f7fa;
                    padding: 32px;
  border-radius: 8px;
	margin-top: 48px;


}

.vcr_blogemptyinfo_lang h3 {


  font-size: 20px;
       color: #1a1a1a;
   margin-bottom: 14px;
     font-weight: 600;
	}


.vcr_blogemptyinfo_lang p {
   font-size: 16px;
    color   :       #4a4a4a;
  margin-bottom: 0;


}@media(max-width:768px) {
    .vcr_blogempty_lang {
        padding: 80px 24px;
    }

    .vcr_blogemptywrap_lang h1 {
        font-size: 32px;
    }

    .vcr_blogemptyicon_lang {
        width: 100px;
        height: 100px;
    }

    .vcr_blogemptyicon_lang img {
        width: 50px;
        height: 50px;
    }

    .vcr_blogemptyactions_lang {
        flex-direction: column;
    }

    .vcr_blogemptybtn_lang {
        width: 100%;
    }
}