*{
  box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", "Arial";
  font-weight: 200;
}
a, .btn, input[type="button"], button{
  transition: all ease-in-out 350ms;
}
.btn-w200{
  min-width: 200px;
}
.btn{
  padding: 13px 25px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 0;
}
.btn-primary{
  border-color: #4f00b5;
  background-color: #4f00b5;
}
.btn-primary:hover {
  background: #6500e6;
  border-color: #6500e6;
}
.btn-outline-primary{
  color: #4f00b5;
  border-color: #4f00b5;
  background-color: #fff;
}
.btn-outline-primary:hover {
  background: #4f00b5;
  border-color: #4f00b5;
  color: #ffffff;
}
.container{
  max-width: 1440px;
}
.small, small{
  font-size: 12px;
}
.fw-medium{
  font-weight: 600 !important;
}
.border-primary{
  border-color: #4f00b5 !important
}
.border-dark{
  border-color: #b5b5b5 !important
}
body{
  padding-top: 43px;
}
img{
  max-width: 100%;
}
p{
  margin-bottom: 0;
}
p+p{
  margin-top: 15px;
}
.secDark *{
  color: #ffffff;
}

/* Form Style Start */
form.mktoForm{
  width: 100% !important;
}
form.mktoForm *{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Column Style */
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(2),
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(1) {
  width: 100%;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(3),
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(2),
form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(1) {
  width: 50%;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(4),
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(3),
form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(2){
  width: 33.33%;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(3) {
  padding-right: 5px;
}
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(2) {
  padding-left: 5px;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(4) {
  padding-right: 5px;
}
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(3) {
  padding-left: 5px;
  padding-right: 5px;
}
form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(2) {
  padding-left: 5px;
}
form.mktoForm .mktoFormCol{
  margin-bottom: 15px !important;
}
form.mktoForm .mktoOffset,
form.mktoForm .mktoGutter{
  display: none !important;
}
form.mktoForm .mktoFieldWrap{
  width: 100%;
}
form.mktoForm .mktoFieldWrap>.mktoLabel{
  margin-bottom: 5px;
  padding-top: 0;
  width: auto !important;
  font-weight: 600;
  font-size: 15px;
}

/* Input Style */
form.mktoForm input[type=text], form.mktoForm input[type=url], form.mktoForm input[type=email], form.mktoForm input[type=tel], form.mktoForm input[type=number], form.mktoForm input[type=date], form.mktoForm textarea.mktoField, form.mktoForm select.mktoField{
  width: 100% !important;
  padding: 15px 10px;
  height: auto;
  border: 1px solid #707070;
  line-height: 1.2;
  font-size: 18px;
  font-family: inherit;
  border-radius: 0;
  color: #000;
}
form.mktoForm select.mktoField{
  -webkit-appearance: none;
  appearance: none;
  background-image: url('.images/caretDown.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 30px;
}
form.mktoForm select.mktoField,
form.mktoForm select.mktoField.mktoInvalid{
  color: #AFAFAF !important;
}
form.mktoForm select.mktoField.mktoValid{
  color: #000000 !important;
}

/* Checkbox Style */
form.mktoForm .mktoRadioList,
form.mktoForm .mktoCheckboxList{
  width: 100% !important;
  padding: 0;
}
form.mktoForm .mktoRadioList > input,
form.mktoForm .mktoCheckboxList > input{
  opacity: 0;
  z-index: 999;
  position: absolute;
  cursor: pointer;
}
form.mktoForm .mktoRadioList > label,
form.mktoForm .mktoCheckboxList > label{
  position: relative;
  cursor: pointer;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  font-size: 16px;
}
form.mktoForm .mktoRadioList > input[type=radio]+label:after,
form.mktoForm .mktoRadioList > input[type=radio]+label:before,
form.mktoForm .mktoCheckboxList > input[type=checkbox]+label:after,
form.mktoForm .mktoCheckboxList > input[type=checkbox]+label:before{
  content: '';
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 350ms;
}
form.mktoForm .mktoRadioList > input[type="radio"]+label:before {
  width: 10px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  left: 4px;
  top: 4px;
  z-index: 11;
  border: none;
  border-radius: 50%;
  background-color: #4f00b5;
  background-image: none;
  margin: 0;
  box-shadow: none;
}
form.mktoForm .mktoRadioList > input[type="radio"]+label:after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #4f00b5;
  left: 0;
  top: 0;
  border-radius: 50%;
}
form.mktoForm .mktoRadioList > input[type="radio"]:checked+label:before{
  opacity: 1;
  visibility: visible;
}
form.mktoForm .mktoCheckboxList > input[type="checkbox"]+label:before {
  width: 10px;
  height: 6px;
  border-top: none;
  border-right: none;
  border-left: 2px solid #4f00b5;
  border-bottom: 2px solid #4f00b5;
  opacity: 0;
  visibility: hidden;
  left: 4px;
  top: 4px;
  z-index: 11;
  transform: rotate(-45deg);
  margin: 0;
  box-shadow: none;
}
form.mktoForm .mktoCheckboxList > input[type="checkbox"]+label:after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #4f00b5;
  left: 0;
  top: 0;
  border-radius: 3px;
}
form.mktoForm .mktoCheckboxList > input[type="checkbox"]:checked+label:before{
  opacity: 1;
  visibility: visible;
}
form.mktoForm .outerLabel .mktoFieldWrap{
  position: relative;
}
form.mktoForm .outerLabel .mktoFieldWrap>label{
  padding-left: 24px;
  padding-top: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
}
form.mktoForm .outerLabel .mktoCheckboxList{
  width: auto !important;
  position: absolute;
  left: 0;
  top: 0px;
}
form.mktoForm .outerLabel .mktoCheckboxList > label{
  margin: 0;
  padding: 0;
}

/* Button Style */
form.mktoForm .mktoButtonRow .mktoButtonWrap{
  margin-left: 0 !important;
}

/* Custom responsive? */
@media only screen and (max-width: 767px) {
  form.mktoForm, form.mktoForm *{
    padding: 0;
  }
  form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(3),
  form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(2),
  form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(1),
  form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(4),
  form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(3),
  form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(2){
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  form.mktoForm input[type=text], form.mktoForm input[type=url], form.mktoForm input[type=email], form.mktoForm input[type=tel], form.mktoForm input[type=number], form.mktoForm input[type=date], form.mktoForm textarea.mktoField, form.mktoForm select.mktoField{
    padding: 8px 15px;
  }
}
/* Form Style End */

/* Top Bar */
.topbar_sec>div{
  padding-bottom: 15px;
  border-bottom: 1px solid #494949;
}
.topbar_sec>div,
.topbar_sec>span{
  font-size: 13px;
}

/* Header */
header{
  background-color: #000000;
}
header .container{
  padding-left: 15px;
  padding-right: 15px;
}
header a{
  color: #fff;
  text-decoration: none;
}
header ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainHeader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease-in-out 350ms;
  z-index: 99;
}
.mainHeader.mainHeaderHide{
  top: -70px;
  opacity: 0;
  visibility: visible;
}
.logo{
  max-width: 140px;
  flex: 0 0 140px;
}
.logo img{
  max-width: 110px;
}
.slMain-menu{
  max-width: 120px;
  flex: 0 0 120px;
}
.col-auto.mainMneu{
  flex: 1 1 0%;
  width: auto;
}
.mainMneu>ul.mainMneu_ul{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  list-style: none;
  margin-left: 20px;
}
.v-hidden {
  visibility: hidden;
}
.mainMneu>ul.mainMneu_ul>li{
  padding: 30px 0;
}
.mainMneu_ul>li>a{
  transition: none;
  font-weight: 700;
  font-size: 20px;
}
.mainMneu_ul>li>a:hover{
  color: #fff;
}
.menuText .menuText-text{
  color: #7f7f7f;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  font-family: 'Sora', 'Open Sans', sans-serif
}
.mgMenuWrap{
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  display: none;
  z-index: 99;
}
.mgMenuWrap>.mgMenu{
  padding: 40px 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.mgMenu_row{
  display: flex;
  gap: 60px;
}
.innerUl__mega-menu-title{
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}
.innerUl__mega-menu-title span{
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}
.innerUl-list{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.innerUl-list .innerUl-list-items a{
  font-size: 13px;
  font-weight: 500;
}
.innerUl-list .innerUl-list-items.innerUl-imgbox a{
  font-weight: normal;
}
.innerUl-list .innerUl-list-items a:hover{
  color: #e4e4e8;
  opacity: 0.7;
}
.innerUl-list .innerUl-list-items.innerUl-imgbox a:hover{
  opacity: 1;
}
.imgbox-wrap img{
  max-width: 190px;
  margin-bottom: 10px;
}
.slMain-menu button{
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slMain-menu-list{
  list-style: none;
}
.slMain-menu-list>li{
  display: inline-block;
  vertical-align: middle;
}
.slMain-menu-list>li+li{
  margin-left: 15px;
}
.slMain-profile{
  position: relative;
}
.slMain-profile-list{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: opacity .4s  ease-in, visibility .4s ease-in;
  transition: opacity .4s  ease-in, visibility .4s ease-in;
  width: 100%;
  min-width: 300px;
  z-index: 4;
}
.slMain-profile-links{
   background-color: #4f00b5;
   border-radius: 4px;
   color: #fff;
   display: block;
   padding: .5rem;
   text-align: center;
   width: 100%;
}
.slMain-profile-links:hover{
  color: #fff;
}
.slMain-profile-button svg{
  width: 24px;
  height: 24px;
}
.slMain-language-heading-text{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.slMain-language-list{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #000000;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .5rem;
  right: 0;
  opacity: 0;
  padding-block: unset;
  padding-inline: 15px;
  position: absolute;
  -webkit-transition: opacity .4s ease-in,visibility .4s ease-in;
  transition: opacity .4s ease-in,visibility .4s ease-in;
  visibility: hidden;
  z-index: 1;
}
.slMain-language-list a{
  font-size: 15px;
  transition: none;
}
.slMain-language-list>li{
  position: relative;
}
.slMain-language-list .active:after {
  background: url('./images/icon-check-circle-white.svg');
  content: " ";
  display: inline-block;
  height: 16px;
  margin-left: 1rem;
  width: 16px;
  position: absolute;
  right: -3px;
  top: 4px;
}
.slMain-language-list a:hover{
  color: #fff;
  font-weight: 700;
}
.slMain-profile:hover .slMain-profile-list,
.slMain-language:hover .slMain-language-list{
  opacity: 1;
  visibility: visible;
}
.slMain-language-heading-text:before {
  background: url('./images/icon-language-white.svg');
  content: " ";
  display: inline-block;
  height: 1rem;
  margin-right: 4px;
  width: 1rem;
}
.arrow-toggle{
  background-image: url('./images/chevron-right.svg');
  display: none;
  height: 1rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .4s ease-in;
  transition: -webkit-transform .4s ease-in;
  transition: transform .4s ease-in;
  transition: transform .4s ease-in, -webkit-transform .4s ease-in;
  width: 1rem;
}

/* Footer */
.mainFooter{
  background-color: #f9f9fa;
}
.footerTop_navwrap .container{
  padding-bottom: 50px;
  border-bottom: 2px solid #fff;
}
.footerTop__trademark .container{
  padding-top: 30px;
}
.footerTop ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ftrLogoImg svg{
  max-width: 175px;
}
.ftrScl__social-icons{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.ftrScl{
  margin-top: 40px;
  margin-bottom: 40px;
}
.ftrScl__social-icons li{
  flex: 0 0 auto;
}

.ftrScl__copyright p,
.footerTop__trademark p,
.disclaimer__legal-text p{
  font-size: 16px;
}
.ftrScl__copyright p,
.footerTop__trademark p{
  margin-bottom: 0;
}
.ftrScl__copyright p+p{
  margin-top: 11px;
}
.footer-content__title{
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}
.ftr__links li{
  margin: 5px 0;
}
.nav_arrowIcon:after {
  background-image: url('./images/icon-new-tab.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 10px;
  height: 14px;
  width: 14px;
}
.ftr__links a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#scrollUp{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  box-shadow: none;
  border: none;
  background-color: #fff;
  background-image: url('./images/icon-scroll-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  opacity: 1;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  z-index: 3;
}

/* Footer V2 Version */
.mainFooterV2 .footerTop{
  background-color: #4F00B5;
  position: relative;
}
.mainFooterV2 .footerTop:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 70px solid #fff;
  position: absolute;
  left: -11px;
  bottom: -46px;
  transform: rotate(135deg);
  transform-origin: center;
}
.mainFooterV2 .ftrLogoImg svg{
  max-width: 300px
}
.mainFooterV2 .ftrScl{
  margin-top: 20px;
  margin-bottom: 0;
}
.mainFooterV2 .ftrScl__copyright{
  margin-top: 20px;
}
.mainFooterV2 .ftrScl__social-icons{
  gap: 30px;
}
.mainFooterV2 .ftLinks a{
  color: #fff;
  text-decoration: none;
}
.mainFooterV2 .ftLinks a,
.mainFooterV2 .ftLinks span{
  font-size: 14px;
}
.mainFooterV2 .ftLinks a:hover{
  opacity: 0.7;
}
.mainFooterV2 .footer-content__youtube path,
.mainFooterV2 #twitter_new circle{
  fill: #591ebd !important;
}
.mainFooterV2 .footer-content__youtube path{
  stroke: #fff;
  stroke-width: 1.5px;
}

/* Hero Banner */
.hero1_select select{
  width: 100%;
  appearance: none;
  border: none;
  font-size: 22px;
  font-weight: 200;
  border-bottom: 1px solid #656565;
  background-color: transparent;
  padding: 15px 20px 15px 0;
  background-image: url('images/down_arrow.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  outline: none;
}

/* Countdown */
.countDown_head{
  margin-bottom: 150px;
}
.countDown_blk{
  position: relative;
  z-index: 1;
  min-height: 390px;
  border: 2px solid #656565;
  border-radius: 50%;
}
.countDown_wrap_blk{
  position: relative;
}
.countDown_wrap .countDown_wrap_blk:nth-child(1){
  left: 40px;
}
.countDown_wrap .countDown_wrap_blk:nth-child(3){
  right: 40px;
}

/* Key Features */
.keyFeatures_blk_count{
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #8a8a8a;
}
.keyFeatures_imgblk{
  background-color: #fff;
}
.keyFeatures_imgwrap{
  position: relative;
}
.keyFeatures_imgwrap img{
  width: 100%;
}
.keyFeatures_blk_headline{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #00083f;
  background-color: #fff;
  width: calC(100% - 115px);
  padding: 30px 30px 10px;
}
.keyFeatures_blk_headline:after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 116px solid #fff;
  border-right: 116px solid transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.keyFeatures_blk_headline h4{
  line-height: 1;
  color: #00083f;
}
.keyFeatures_blkcontent{
  padding: 10px 30px 25px;
}

/* Specifications */
.spcSec_listing ul,
.spcSec_listing li{
  list-style: none;
}
.spcSec_listing ul{
  margin: 0;
  padding: 0;
}
.spcSec_listing li{
  margin-top: 15px;
}
.spcSec_listing a{
  text-decoration: none;
}
.spcSec_capacity select{
  -webkit-appearance: none;
  appearance: none;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px 0 5px;
  margin: 0;
  border: none;
  background-color: transparent;
  background-image: url('images/down_arrow_blue.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 14px;
  outline: none;
}
.spcSec_capacity select+select{
  margin-left: 50px;
}
.spcSec_product_specification table{
  padding: 0;
  margin: 0;
  width: 100%;
}
.spcSec_product_specification table td{
  padding: 12px 0;
  border-bottom: 1px solid #b5b5b5;
  width: 50%;
}
.spcSec_product_specification table tr:last-child td{
  padding-bottom: 25px;
}
.spcSec_collapse_head{
  font-family: "Sora", "Arial";
  font-size: 22px;
  font-weight: 100;
  position: relative;
  outline: none;
  border: none;
}
.spcSec_collapse_head:focus{
  outline: none;
  border: none;
}
.spcSec_collapse_head:after{
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('./images/down_arrow_blue.png');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: 2px;
  transition: all ease-in-out 350ms;
}

/* Support Section */
.sprtSec_links ul,
.sprtSec_links li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sprtSec_links a{
  font-family: "Sora", "Arial";
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  display: block;
  padding: 15px 0 18px;
  margin-bottom: 13px;
  text-decoration: none;
  border-bottom: 1px solid #bc97ec;
  position: relative;
  padding-right: 30px;
}
.sprtSec_links a:after{
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('./images/right_arrow_v2.png');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 2px;
  transition: all ease-in-out 350ms;
}
.sprtSec_links a:hover::after{
  right: 8px;
}

/* Explore Product */
.productSec_blk{
  position: relative;
}
.productSec_blk .pLink{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Custom Responsive */
/* Min Width */
@media screen and (min-width: 576px){
  .w-sm-auto{
    width: auto !important;
  }
}
@media screen and (min-width: 992px){
  .w-lg-100{
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px){
  body{
    padding-top: 80px;
  }
  .mgMenuWrap>.mgMenu{
    padding-left: 170px;
    padding-right: 170px;
  }
  .mainMneu_ul>li>a{
    font-size: 14px;
    font-weight: 400;
  }
  .mainmenu-slMain,
  .menuCloseIcon,
  .menuText{
    display: none;
  }
  .mainMneu_ul>li:hover .mgMenuWrap{
    display: block;
  }
  .innerUl__mega-menu-title span,
  .innerUl-list .innerUl-list-items a{
    font-size: 15px;
  }
  .innerUl-list .innerUl-list-items a{
    font-weight: 600;
  }
  .slMain-menu-list .slMain-menu-toggle{
    display: none;
  }
  .frmBnr .container{
    padding: 100px 170px;
  }
  .footerTop_navwrap .container,
  .footerTop__trademark .container,
  .footerBottom .container{
    padding-left: 170px;
    padding-right: 170px;
  }
  .mainFooterV2 .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  }
  .ftrMainBlk-1,
  .ftrMainBlk-2,
  .ftrMainBlk-3{
    flex-grow: 1;
    flex-basis: auto;
    width: auto;
  }
  .ftrMainBlk-4{
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
  }
  .ftr__links a{
    font-size: 12px;
  }
  .ftrScl__social-icons svg{
    width: 22px;
    height: 22px;
  }
  .ftrScl__social-icons .footer-content__youtube svg{
    width: 29px;
    height: 29px;
  }
  .ftrScl__copyright p,
  .footerTop__trademark p,
  .disclaimer__legal-text p{
    font-size: 10px;
  }
  .footer-content__title{
    min-height: 21px;
  }
  .mainFooterV2 .ftrScl__copyright p{
    font-size: 14px;
  }
  .twoCol2 .container{
    max-width: 100%;
  }
  .spcSec_capacity_head{
    margin-top: 67px;
  }
}
@media screen and (min-width: 1200px){
  .w-xl-auto{
    width:  auto !important;
  }
  .w-xl-100{
    width:  100% !important;
  }
  .ftr__links a{
    font-size: 14px;
  }
  .footer-content__title{
    min-height: 26px;
  }
}
/* Max Width */
@media screen and (max-width: 1400px){
  .footer-content__title{
    font-size: 18px;
  }
  .keyFeatures_blk_headline:after{
    border-bottom-width: 150px;
  }
  .countDown_head {
    margin-bottom: 100px;
  }
  .countDown_blk{
    min-height: 360px;
  }
  .counter1_no span,
  .counter2_no span,
  .counter3_no span{
    font-size: 90px !important;
  }
}
@media screen and (max-width: 1199px){
  .mainFooterV2 .ftrBlk_empty {
    display: none;
  }
  .keyFeatures_blk_headline{
    width: 100%;
    position: static;
  }
  .keyFeatures_blk_headline:after{
    display: none;
  }
  .countDown_head {
    margin-bottom: 60px;
  }
  .counter1_no span,
  .counter2_no span,
  .counter3_no span{
    font-size: 70px !important;
  }
  .countDown_blk{
    min-height: 330px;
  }
}
@media screen and (max-width: 1023px){
  .brD-none br{
    display: none;
  }
  .secBlk--yPadding{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  header#mainHeader{
    padding: 9px 0;
  }
  .mainmenu-slMain{
    display: inline-block;
  }
  .mainMneu>ul.mainMneu_ul{
    margin-left: 0;
  }
  .mainMneu>ul.mainMneu_ul{
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .mainMneu_ul>li>a{
    position: relative;
  }
  .mainMneu_ul>li>a .arrow-toggle{
    top: 8px;
  }
  body.menuToggleActive{
    overflow: hidden;
  }
  .menuToggleActive .col-auto.mainMneu{
    display: block !important;
  }
  .col-auto.mainMneu{
    width: 100%;
    flex: 0 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-padding-after: 4rem;
    background: #000000;
    height: 100%;
    justify-content: space-between;
    left: 0;
    overflow-y: scroll;
    padding-block-end: 4rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 3rem 2.25rem;
    display: none !important;
 }
 .menuCloseIcon{
   position: absolute;
   top: 0;
   left: 0;
   padding: 12px 20px;
   width: 100%;
   display: flex;
   justify-content: space-between;
   z-index: 999;
 }
 .close-mega-menu{
   visibility: hidden;
 }
 .arrow-toggle{
   display: inline-block;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 22;
 }
 .slMain-language-list{
   top: auto;
   right: auto;
   left: 0;
   bottom: 30px;
 }
 .slMain-menu{
   flex: 0 0 auto;
   max-width: none;
 }
  .slMain-menu-list li.slMain-menu-lang{
    display: none;
  }
  .slMain-menu-list>li+li {
    margin-left: 10px;
  }
  .mainMneu>ul.mainMneu_ul>li {
    padding: 9px 0;
    width: 100%;
  }
  .slMain-profile-button svg{
    width: 16px;
    height: 16px;
  }
  .mainmenu-slMain{
    margin-top: 20px;
  }
  .mgMenuWrap>.mgMenu{
    padding: 48px 36px;
  }
  .mgMenu_row{
    flex-direction: column;
  }
  .mainMneu_ul>li.active .mgMenuWrap{
    display: block;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .slMain-profile-list{
    top: 32px;
  }
  .ftrBlk_empty{
    padding: 0;
    margin: 0;
  }
  .footerTop_navwrap,
  .footerTop__trademark .container,
  .footerBottom .container,
  .footerBottom .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
  }
  .footerTop_navwrap .container{
    padding-left: 0;
    padding-right: 0;
  }
  .footerTop_navwrap .ftrMainBlk-1,
  .footerTop_navwrap .ftrMainBlk-2,
  .footerTop_navwrap .ftrMainBlk-3,
  .footerTop_navwrap .ftrMainBlk-4{
    flex: 0 0 auto;
    width: 100%;
  }
  .footerTop_navwrap .ftrMainBlk-1,
  .footerTop_navwrap .ftrMainBlk-2,
  .footerTop_navwrap .ftrMainBlk-3{
    padding-bottom: 50px !important;
  }
  .ftrLogoImg svg {
    max-width: 100%;
    height: calc(var(--vw, 1vw) * 8);
    width: calc(var(--vw, 1vw) * 41.6);
  }
  .ftrScl__social-icons svg{
    width: 25px;
    height: 25px;
  }
  .ftrScl__social-icons .footer-content__youtube svg{
    width: 35px;
    height: 35px;
  }
  .footer-content__title{
    font-size: calc(var(--vw, 1vw) * 4.8);
  }
  .ftrScl__copyright p,
  .footerTop__trademark p,
  .disclaimer__legal-text p,
  .mainFooterV2 .ftLinks a, .mainFooterV2 .ftLinks span{
    font-size: calc(var(--vw, 1vw)*2.4);
  }
  .ftr__links a{
    font-size: calc(var(--vw, 1vw)*3.46667);
  }
  .spcSec_capacity_head{
    margin-top: 67.5px;
  }
}
@media screen and (max-width: 991px){
  .mainFooterV2 .footerTop:before{
    border-top-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 50px;
    bottom: -33px;
  }
  .keyFeatures_blk>div{
    padding-right: 15px;
  }
  .countDown_blk {
    min-height: 320px;
  }
  .counter1_no span, .counter2_no span, .counter3_no span {
    font-size: 50px !important;
  }
  .toolsSec_rHeadline{
    border-bottom: none !important;
  }
  .rsrcsWrap_img{
    order: -1;
  }
}
@media screen and (max-width: 890px){
  .countDown_blk {
    min-height: 280px;
  }
}
@media screen and (max-width: 801px){
  .countDown_blk {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px){
  .ftrScl{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .nav_arrowIcon:after{
    width: 12px;
    height: 12px;
  }
  .countDown_wrap .countDown_wrap_blk:nth-child(1){
    left: 0;
  }
  .countDown_wrap .countDown_wrap_blk:nth-child(3){
    right: 0;
  }
  .countDown_blk{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 601px){
  .footerTop_navwrap,
  .footerTop__trademark .container,
  .footerBottom .container,
  .footerBottom .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
  }
  .footerTop_navwrap .container,
  .footerTop_navwrap .ftrMainBlk-1, .footerTop_navwrap .ftrMainBlk-2, .footerTop_navwrap .ftrMainBlk-3{
    padding-bottom: 30px !important;
  }
  .mainFooterV2 .footerTop_navwrap .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  .ftrLogoImg svg{
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .footer-content__title{
    font-size: 20px;
  }
  .ftrScl__copyright p{
    font-size: 14px;
  }
  .mainFooterV2 .ftLinks a, .mainFooterV2 .ftLinks span,
  .footerTop__trademark p,
  .disclaimer__legal-text p{
    font-size: 11px;
  }
  .ftr__links a{
    font-size: 15px;
  }
  .mainFooterV2 .footerTop:before {
    border-top-width: 35px;
    border-bottom-width: 35px;
    border-left-width: 35px;
    bottom: -23px;
  }
}
@media screen and (max-width: 576px){
  .keyFeatures_blk_count{
    padding-bottom: 15px;
  }
  .countDown_blk{
    max-width: 300px;
    min-height: 300px;
  }
}