@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
/* line 6, ../sass/index/index-support.scss */
#IndexSupport {
  margin: 100px 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 5px solid rgba(12, 54, 251, 0.7);
}
/* line 12, ../sass/index/index-support.scss */
#IndexSupport h2 {
  position: relative;
  overflow: hidden;
  font-family: 'ProximaNovaBlack';
  overflow: hidden;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 60px;
  text-align: center;
}

/* line 25, ../sass/index/index-support.scss */
#IndexSupportBG {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 130px;
  height: calc(100% - 27px);
  background: url(/img/ISC-bg.svg);
  background-size: cover;
  opacity: 0.1;
  animation: animatedBackground 12s linear infinite;
}

/* line 38, ../sass/index/index-support.scss */
#IndexSupportInner {
  position: relative;
  overflow: hidden;
  margin-left: 160px;
      margin-top: 50px;
  transition: 0.5s ease;
}
#ServicePostTopInfo {
    position: relative;
    overflow: hidden;
    font-size: 5vw;
    letter-spacing: 5px;
    font-family: 'ProximaNovaBlack';
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    margin: 200px 0;
    text-align:center;
}
/* line 45, ../sass/index/index-support.scss */
.IndexSupportB {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  height: 330px;
  padding: 30px;
  padding-right: 60px;
  box-sizing: border-box;
  background: #0c36fb;
  transition: 0.5s ease;
}
/* line 57, ../sass/index/index-support.scss */
.IndexSupportB:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: #fff;
}
/* line 68, ../sass/index/index-support.scss */
.IndexSupportB:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background: #fff;
}
/* line 79, ../sass/index/index-support.scss */
.IndexSupportB a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 89, ../sass/index/index-support.scss */
.IndexSupportB a:hover b {
  bottom: 50px;
  transition: 0.5s ease;
}
/* line 96, ../sass/index/index-support.scss */
.IndexSupportB b {
  position: absolute;
  bottom: -52px;
  right: 30px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  padding-right: 50px;
  background: url(/img/arrow-right2w.svg) 90% center no-repeat;
  background-size: auto 20px;
  transition: 0.5s ease;
}
/* line 112, ../sass/index/index-support.scss */
.IndexSupportB h3 {
  position: relative;
  overflow: hidden;
  letter-spacing: 2px;
  font-family: 'ProximaNovaBlack';
  text-transform: uppercase;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
}
/* line 124, ../sass/index/index-support.scss */
.IndexSupportB p {
  position: absolute;
  overflow: hidden;
  left: 30px;
  width: calc(100% - 90px);
  font-family: 'ProximaNovaRegular';
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  z-index: 3;
  padding-top:10px;
}
/* line 137, ../sass/index/index-support.scss */
.IndexSupportB span {
  position: absolute;
  bottom: -20px;
  left: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  font-size: 240px;
  color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
/* line 148, ../sass/index/index-support.scss */
.IndexSupportB.active {
  transition: 0.5s ease;
  background: rgba(110, 108, 244, 0.9);
}

@media only screen and (min-width: 1551px) and (max-width: 1700px) {
  /* line 156, ../sass/index/index-support.scss */
  #IndexSupportBG {
    width: 110px;
  }

  /* line 160, ../sass/index/index-support.scss */
  #IndexSupportInner {
    margin-left: 140px;
  }

  /* line 164, ../sass/index/index-support.scss */
  .IndexSupportB {
    height: 300px;
  }
  /* line 167, ../sass/index/index-support.scss */
  .IndexSupportB h3 {
    font-size: 28px;
  }
  /* line 171, ../sass/index/index-support.scss */
  .IndexSupportB p {
    font-size: 18px;
  }
  /* line 175, ../sass/index/index-support.scss */
  .IndexSupportB span {
    font-size: 240px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  /* line 184, ../sass/index/index-support.scss */
  #IndexSupportBG {
    width: 70px;
  }

  /* line 188, ../sass/index/index-support.scss */
  #IndexSupportInner {
    margin-left: 100px;
  }

  /* line 194, ../sass/index/index-support.scss */
  .IndexSupportB p {
    font-size: 18px;
  }
  /* line 198, ../sass/index/index-support.scss */
  .IndexSupportB span {
    font-size: 200px;
    bottom: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* line 208, ../sass/index/index-support.scss */
  #IndexSupportBG {
    width: 50px;
  }

  /* line 212, ../sass/index/index-support.scss */
  #IndexSupportInner {
    margin-left: 80px;
  }

  /* line 218, ../sass/index/index-support.scss */
  .IndexSupportB p {
    font-size: 17px;
  }
  /* line 222, ../sass/index/index-support.scss */
  .IndexSupportB span {
    font-size: 200px;
    bottom: -10px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 232, ../sass/index/index-support.scss */
  #IndexSupport {
    margin: 50px 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  /* line 238, ../sass/index/index-support.scss */
  #IndexSupportBG {
    width: 65px;
    height: calc(100% - 65px);
  }

  /* line 243, ../sass/index/index-support.scss */
  #IndexSupportInner {
    margin-left: 80px;
  }

  /* line 247, ../sass/index/index-support.scss */
  .IndexSupportB {
    background: #0c36fb;
    padding: 15px;
    padding-right: 30px;
    height: 300px;
  }
  /* line 255, ../sass/index/index-support.scss */
  .IndexSupportB a:hover b {
    bottom: 15px;
  }
  /* line 261, ../sass/index/index-support.scss */
  .IndexSupportB b {
    font-size: 18px;
  }
  /* line 265, ../sass/index/index-support.scss */
  .IndexSupportB:after {
    width: 15px;
  }
  /* line 269, ../sass/index/index-support.scss */
  .IndexSupportB:before {
    height: 15px;
  }
  /* line 273, ../sass/index/index-support.scss */
  .IndexSupportB h3 {
    font-size: 20px;
  }
  /* line 277, ../sass/index/index-support.scss */
  .IndexSupportB p {
    left: 15px;
    bottom: 70px;
    width: calc(100% - 45px);
    font-size: 16px;
  }
  /* line 284, ../sass/index/index-support.scss */
  .IndexSupportB span {
    bottom: -15px;
    left: 15px;
    font-size: 180px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 295, ../sass/index/index-support.scss */
  #IndexSupport {
    margin: 10vw 0;
    margin-bottom: 0;
    padding-bottom: 10vw;
  }

  /* line 301, ../sass/index/index-support.scss */
  #IndexSupportBG {
    width: 10vw;
    height: calc(100% - 15vw);
  }

  /* line 306, ../sass/index/index-support.scss */
  #IndexSupportInner {
    margin-left: 15vw;
  }

  /* line 310, ../sass/index/index-support.scss */
  .IndexSupportB {
    width: 50%;
    height: 60vw;
    padding: 5vw;
    padding-right: 10vw;
  }
  /* line 316, ../sass/index/index-support.scss */
  .IndexSupportB:after {
    width: 5vw;
  }
  /* line 320, ../sass/index/index-support.scss */
  .IndexSupportB:before {
    height: 5vw;
  }
  /* line 324, ../sass/index/index-support.scss */
  .IndexSupportB b {
    font-size: 18px;
  }
  /* line 328, ../sass/index/index-support.scss */
  .IndexSupportB h3 {
    font-size: 2vw;
  }
  /* line 332, ../sass/index/index-support.scss */
  .IndexSupportB p {
    left: 5vw;
    width: calc(100% - 15vw);
    font-size: 2vw;
    line-height: 1.6;
  }
  /* line 340, ../sass/index/index-support.scss */
  .IndexSupportB span {
    bottom: 1vw;
    left: 5vw;
    font-size: 28vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 351, ../sass/index/index-support.scss */
  #IndexSupport {
    margin: 10vw 0;
    margin-bottom: 0;
    padding-bottom: 10vw;
  }
  
  #ServicePostTopInfo {
       margin: 80px 0;
  }
  
  
  /* line 356, ../sass/index/index-support.scss */
  #IndexSupport h2 {
    font-size: 7vw;
    margin-bottom: 10vw;
  }

  /* line 362, ../sass/index/index-support.scss */
  #IndexSupportBG {
    display: none;
  }

  /* line 366, ../sass/index/index-support.scss */
  #IndexSupportInner {
    margin-left: 5vw;
    margin-right: 5vw;
    background: #fff !important;
  }

  /* line 372, ../sass/index/index-support.scss */
  .IndexSupportB {
    width: 100%;
    height: auto;
    padding: 0;
    background: none !important;
  }
  /* line 378, ../sass/index/index-support.scss */
  .IndexSupportB:after {
    top: initial;
    bottom: 0;
    height: 5vw;
    width: 100%;
  }
  /* line 385, ../sass/index/index-support.scss */
  .IndexSupportB h3 {
    font-size: 6vw;
    color: #0c36fb;
    letter-spacing: 1px;
  }
  /* line 393, ../sass/index/index-support.scss */
  .IndexSupportB a:hover b {
    bottom: 0;
  }
  /* line 399, ../sass/index/index-support.scss */
  .IndexSupportB b {
    bottom: 0;
    right: 0;
    color: #0c36fb;
    font-size: 6vw;
    line-height: 8vw;
    height: 8vw;
    padding: 0;
    padding-right: 20vw;
    background: url(/img/arrow-right2.svg) 90% center no-repeat;
    background-size: auto 30px;
  }
  /* line 410, ../sass/index/index-support.scss */
  .IndexSupportB p {
    position: relative;
    left: initial;
    bottom: initial;
    width: initial;
    font-size: 5vw;
    margin-bottom: 10vw;
    color: #000;
  }
  /* line 421, ../sass/index/index-support.scss */
  .IndexSupportB span {
    display: block;
    position: relative;
    overflow: hidden;
    bottom: 0;
    left: 0;
    font-size: 20vw;
    color: #e5e8eb;
    margin-bottom: -10vw;
  }
}


