body {
  background: #0A0C2A !important; }

.container {
  max-width: 1444px !important; }

.serviceIntro {
  min-height: 100vh;
  height: auto;
  padding-top: 100px;
  background-image: url(../images/bg-service-intro.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .serviceIntro .container {
    position: relative;
    z-index: 0;
    padding-bottom: 145px; }
  .serviceIntro::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/321;
    background-image: url(../images/after-service-intro.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -115px;
    left: 0;
    z-index: 1; }
  .serviceIntro__title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0A7CFF;
    text-align: center;
    margin-top: 90px; }
    .serviceIntro__title span {
      color: #CB0041; }
  .serviceIntro__text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff; }

.serviceBlock1 {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  color: #fff;
  background: #090b29; }
  .serviceBlock1__grid {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    grid-template-rows: auto;
    gap: 50px 95px; }
  .serviceBlock1__title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #fff; }

.serviceInfo {
  border-radius: 30px;
  background: radial-gradient(72.87% 114.83% at 17.58% 4.3%, rgba(10, 124, 255, 0.5) 0%, rgba(28, 27, 51, 0.2) 78.06%);
  background-color: transparent;
  position: relative;
  overflow: hidden;
  min-height: 310px;
  height: auto; }
  .serviceInfo > * {
    position: relative;
    z-index: 1; }
  .serviceInfo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 5px solid #0A7CFF;
    -webkit-mask: linear-gradient(-45deg, rgba(10, 124, 255, 0.8), rgba(10, 124, 255, 0.6), rgba(58, 59, 65, 0.149) 20%, rgba(58, 57, 62, 0.102) 60%, rgba(10, 124, 255, 0.9)) border-box;
            mask: linear-gradient(-45deg, rgba(10, 124, 255, 0.8), rgba(10, 124, 255, 0.6), rgba(58, 59, 65, 0.149) 20%, rgba(58, 57, 62, 0.102) 60%, rgba(10, 124, 255, 0.9)) border-box;
    -webkit-mask-composite: exclude;
            mask-composite: exclude; }
  .serviceInfo__animate {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden; }
  .serviceInfo .serviceAni1__lbls {
    position: absolute;
    top: 24px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px; }
    .serviceInfo .serviceAni1__lbls .lbl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 400;
      color: #fff; }
      .serviceInfo .serviceAni1__lbls .lbl::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #0A7CFF; }
      .serviceInfo .serviceAni1__lbls .lbl--2::before {
        background: #001AFF; }
  .serviceInfo .serviceAni1__bg {
    position: absolute;
    left: 0;
    bottom: 15%;
    height: 50%;
    width: auto;
    z-index: 0; }
  .serviceInfo .serviceAni1__left {
    position: absolute;
    left: 75px;
    top: 55px;
    display: block;
    width: 50px;
    height: auto;
    z-index: 1;
    -webkit-transition: .65s ease-in-out;
    transition: .65s ease-in-out; }
  .serviceInfo .serviceAni1__right {
    position: absolute;
    left: 15px;
    top: 58px;
    display: block;
    width: 55px;
    height: auto;
    z-index: 3;
    -webkit-transition: .65s ease-in-out;
    transition: .65s ease-in-out; }
  .serviceInfo .serviceAni1__center {
    position: absolute;
    left: 75px;
    top: 105px;
    display: block;
    width: 65px;
    height: auto;
    z-index: 2;
    -webkit-transition: .65s ease-in-out;
    transition: .65s ease-in-out; }
  .serviceInfo .serviceAni2__bg {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .serviceInfo .serviceAni2__lines {
    padding: 0px 40px;
    gap: 6px;
    -webkit-transition: .65s ease-in-out;
    transition: .65s ease-in-out;
    position: absolute;
    bottom: 50px;
    left: 0; }
    .serviceInfo .serviceAni2__lines .line {
      display: block;
      width: 12px;
      border-radius: 9rem;
      background: #0A7CFF;
      -webkit-transition: .65s ease-in-out;
      transition: .65s ease-in-out; }
      .serviceInfo .serviceAni2__lines .line:nth-child(1), .serviceInfo .serviceAni2__lines .line:nth-child(13) {
        height: 26px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(2), .serviceInfo .serviceAni2__lines .line:nth-child(7) {
        height: 40px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(3) {
        height: 20px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(4), .serviceInfo .serviceAni2__lines .line:nth-child(12) {
        height: 30px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(5) {
        height: 14px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(6) {
        height: 16px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(8), .serviceInfo .serviceAni2__lines .line:nth-child(17) {
        height: 39px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(9) {
        height: 69px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(10) {
        height: 21px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(15) {
        height: 33px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(16) {
        height: 21px; }
      .serviceInfo .serviceAni2__lines .line:nth-child(11), .serviceInfo .serviceAni2__lines .line:nth-child(14), .serviceInfo .serviceAni2__lines .line:nth-child(18) {
        height: 12px; }
  .serviceInfo .serviceAni3__chart {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    width: 0;
    overflow: hidden;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 0; }
    .serviceInfo .serviceAni3__chart img {
      width: 234px;
      height: auto; }
  .serviceInfo .serviceAni3__stair {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 146%;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: translate(51.8%, -50%);
            transform: translate(51.8%, -50%); }
  .serviceInfo .serviceAni3__ball {
    position: absolute;
    top: 54%;
    left: 50%;
    display: block;
    width: 43px;
    height: 43px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .serviceInfo .serviceAni3__ball img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
      .serviceInfo .serviceAni3__ball img.ballIndex {
        z-index: 0; }
      .serviceInfo .serviceAni3__ball img.ballHover {
        z-index: 1;
        opacity: 0;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out; }
  .serviceInfo .serviceAni3__popup {
    position: absolute;
    top: 54%;
    right: 10.5%;
    display: block;
    width: 130px;
    height: auto;
    opacity: 0;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .serviceInfo .serviceAni4 {
    padding: 16px; }
    .serviceInfo .serviceAni4__wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .serviceInfo .serviceAni4__chart {
      display: block;
      width: 70%;
      position: relative;
      bottom: -10px;
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .serviceInfo .serviceAni4__dots {
      position: absolute;
      bottom: -10px;
      display: block;
      width: 70%;
      height: 106.23px;
      background: none;
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .serviceInfo .serviceAni4__dot {
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #fff; }
      .serviceInfo .serviceAni4__dot--1 {
        left: 35px;
        top: 67px; }
      .serviceInfo .serviceAni4__dot--2 {
        left: 70px;
        top: 87px; }
      .serviceInfo .serviceAni4__dot--3 {
        left: 100px;
        top: 55px; }
      .serviceInfo .serviceAni4__dot--4 {
        left: 136px;
        top: 16px; }
      .serviceInfo .serviceAni4__dot--5 {
        left: 175px;
        top: 69px; }
      .serviceInfo .serviceAni4__dot--6 {
        left: 210px;
        top: -1px; }
      .serviceInfo .serviceAni4__dot--7 {
        left: 245px;
        top: 68px; }
  .serviceInfo .serviceAni5 {
    padding: 16px; }
    .serviceInfo .serviceAni5__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .serviceInfo .serviceAni5__chart {
      display: block;
      width: auto;
      height: 130px;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .serviceInfo .serviceAni5__dot {
      position: absolute;
      display: block;
      width: 26px;
      height: 26px;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      .serviceInfo .serviceAni5__dot--1 {
        top: 138px;
        left: 7px; }
      .serviceInfo .serviceAni5__dot--2 {
        top: 127px;
        left: 50px; }
      .serviceInfo .serviceAni5__dot--3 {
        top: 112px;
        left: 83px; }
  .serviceInfo .serviceAni6 {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .serviceInfo .serviceAni6__dots {
      position: absolute;
      bottom: 16px;
      left: 0;
      display: block;
      width: 100%;
      height: calc(100% - 16px);
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      opacity: 1;
      z-index: 0; }
    .serviceInfo .serviceAni6__dot {
      position: absolute;
      display: block;
      width: 24px;
      height: 24px; }
      .serviceInfo .serviceAni6__dot--1 {
        top: 98px;
        left: 50px; }
      .serviceInfo .serviceAni6__dot--2 {
        top: 40px;
        left: 125px; }
      .serviceInfo .serviceAni6__dot--3 {
        top: 60px;
        left: 324px; }
    .serviceInfo .serviceAni6__center {
      position: absolute;
      bottom: 16px;
      display: block;
      width: 208px;
      height: 104px;
      overflow: hidden;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      .serviceInfo .serviceAni6__center::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 100px;
        height: 100px;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        -webkit-transform: translate(-50%, 50%) scale(1);
                transform: translate(-50%, 50%) scale(1);
        background: radial-gradient(transparent, rgba(255, 255, 255, 0.5));
        border-radius: 50%;
        mix-blend-mode: overlay; }
    .serviceInfo .serviceAni6__chart {
      display: block;
      width: 100%;
      height: 100%; }
    .serviceInfo .serviceAni6__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 16px;
      left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: calc(100% - 16px);
      padding: 24px 24px 16px;
      text-align: center;
      z-index: 2;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0; }
    .serviceInfo .serviceAni6__lbls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 5px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: auto; }
      .serviceInfo .serviceAni6__lbls .lbl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        padding: 5px 10px;
        border-radius: 9rem;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 163, 194, 0.2)), to(rgba(169, 163, 194, 0.05))), rgba(255, 255, 255, 0.05);
        background: linear-gradient(180deg, rgba(169, 163, 194, 0.2) 0%, rgba(169, 163, 194, 0.05) 100%), rgba(255, 255, 255, 0.05); }
    .serviceInfo .serviceAni6__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: auto;
      text-align: center;
      gap: 3px; }
      .serviceInfo .serviceAni6__text .smallText {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 0; }
      .serviceInfo .serviceAni6__text .bigText {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0; }
  .serviceInfo__content {
    padding: 16px 24px 24px; }
  .serviceInfo__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px; }
  .serviceInfo__text {
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
  .serviceInfo:hover .serviceAni1__left {
    width: 92px;
    left: 29px;
    top: 55px; }
  .serviceInfo:hover .serviceAni1__right {
    width: 102px;
    left: 245px;
    top: 55px; }
  .serviceInfo:hover .serviceAni1__center {
    width: 118px;
    top: 55px;
    left: 123px; }
  .serviceInfo:hover .serviceAni2__bg {
    -webkit-transform: scale(1.23);
            transform: scale(1.23); }
  .serviceInfo:hover .serviceAni2__lines {
    bottom: 26px;
    left: -5px; }
    .serviceInfo:hover .serviceAni2__lines .line {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(1) {
        height: 64px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(2), .serviceInfo:hover .serviceAni2__lines .line:nth-child(10) {
        height: 113px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(3), .serviceInfo:hover .serviceAni2__lines .line:nth-child(12) {
        height: 75px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(4) {
        height: 109px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(5) {
        height: 134px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(6) {
        height: 60px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(7) {
        height: 150px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(8) {
        height: 96px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(9) {
        height: 128px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(11) {
        height: 36px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(13) {
        height: 94px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(14), .serviceInfo:hover .serviceAni2__lines .line:nth-child(18) {
        height: 45px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(15) {
        height: 124px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(16) {
        height: 111px; }
      .serviceInfo:hover .serviceAni2__lines .line:nth-child(17) {
        height: 146px; }
  .serviceInfo:hover .serviceAni3__chart {
    width: 234px; }
  .serviceInfo:hover .serviceAni3__stair {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .serviceInfo:hover .serviceAni3__ball img.ballHover {
    opacity: 1; }
  .serviceInfo:hover .serviceAni3__popup {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
    opacity: 1; }
  .serviceInfo:hover .serviceAni4__chart, .serviceInfo:hover .serviceAni4__dots {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  .serviceInfo:hover .serviceAni5__chart {
    -webkit-transform: translate(-10px, -5px);
            transform: translate(-10px, -5px); }
  .serviceInfo:hover .serviceAni5__dot--1 {
    top: 42px;
    left: 140px; }
  .serviceInfo:hover .serviceAni5__dot--2 {
    top: 49px;
    left: 170px; }
  .serviceInfo:hover .serviceAni5__dot--3 {
    top: 37px;
    left: 198px; }
  .serviceInfo:hover .serviceAni6__dots {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  .serviceInfo:hover .serviceAni6__center {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
    .serviceInfo:hover .serviceAni6__center::after {
      -webkit-transform: translate(-50%, 50%) scale(1.9);
              transform: translate(-50%, 50%) scale(1.9); }
  .serviceInfo:hover .serviceAni6__content {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

.serviceBlock2 {
  background-color: #0A0C2A;
  min-height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 80px; }
  .serviceBlock2::before, .serviceBlock2::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/251; }
  .serviceBlock2::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 12, 42, 0)), color-stop(76.64%, #0A0C2A), to(#0A0C2A));
    background: linear-gradient(to top, rgba(10, 12, 42, 0) 0%, #0A0C2A 76.64%, #0A0C2A 100%);
    top: 0; }
  .serviceBlock2::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 12, 42, 0)), color-stop(76.64%, #0A0C2A), to(#0A0C2A));
    background: linear-gradient(180deg, rgba(10, 12, 42, 0) 0%, #0A0C2A 76.64%, #0A0C2A 100%);
    bottom: 0; }
  .serviceBlock2 .container {
    position: relative;
    z-index: 1; }
  .serviceBlock2__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 65px; }
  .serviceBlock2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .serviceBlock2__list--1 {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .serviceBlock2__list--1 .svb2Item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 252px;
                flex: 0 1 252px; }
        .serviceBlock2__list--1 .svb2Item__top {
          max-width: 160px !important; }
    .serviceBlock2__list--2 {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-top: -300px;
      -webkit-column-gap: 4%;
              column-gap: 4%; }
      .serviceBlock2__list--2 .svb2Item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 300px;
                flex: 1 0 300px; }
  .serviceBlock2 .svb2Item {
    min-width: 252px;
    max-width: 301px; }
    .serviceBlock2 .svb2Item__top {
      background-image: url(../images/bg-frame1.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: auto;
      min-width: 162px;
      max-width: 188px;
      aspect-ratio: 162/195;
      padding-bottom: 5px; }
      .serviceBlock2 .svb2Item__top .icon {
        display: block;
        height: 42px;
        width: auto;
        margin-bottom: 10px; }
      .serviceBlock2 .svb2Item__top .title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #00FFF0;
        text-transform: uppercase; }
      .serviceBlock2 .svb2Item__top .text {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
        letter-spacing: -0.7px; }
    .serviceBlock2 .svb2Item__bottom {
      aspect-ratio: 301/275;
      margin-top: -40%; }
      .serviceBlock2 .svb2Item__bottom > img {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: auto; }
        .serviceBlock2 .svb2Item__bottom > img.frame2 {
          bottom: 20px;
          left: 5%;
          mix-blend-mode: screen;
          width: 90%;
          opacity: 0; }

.serviceBlock3 {
  background-color: #0A0C2A;
  background-image: url(../images/bg-diemvuottroi.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0px;
  min-height: 100vh; }
  .serviceBlock3 .container {
    max-width: 1332px !important;
    position: relative;
    z-index: 1; }
  .serviceBlock3__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    margin-bottom: 90px; }
    .serviceBlock3__title span {
      display: inline-block;
      width: auto;
      padding: 12px 24px;
      font-size: 32px;
      font-weight: 700;
      border-radius: 12px;
      background: #0A7CFF;
      line-height: normal; }
  .serviceBlock3 .svb3Item {
    width: 100%;
    height: 100%;
    max-width: 310px;
    max-height: 302px;
    aspect-ratio: 310/302;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10%; }
    .serviceBlock3 .svb3Item:first-child {
      margin-bottom: -122px; }
    .serviceBlock3 .svb3Item:last-child {
      margin-top: -122px; }
    .serviceBlock3 .svb3Item__text {
      font-size: 16px;
      font-weight: 500;
      color: #fff; }
  .serviceBlock3 .svb3Boxs {
    max-width: 488px; }
    .serviceBlock3 .svb3Boxs--left .svb3Item {
      background-image: url(../images/svb3-box-left.png); }
      .serviceBlock3 .svb3Boxs--left .svb3Item:nth-child(2n+1) {
        margin-left: auto; }
    .serviceBlock3 .svb3Boxs--right .svb3Item {
      background-image: url(../images/svb3-box-right.png);
      margin-left: auto; }
      .serviceBlock3 .svb3Boxs--right .svb3Item:nth-child(2n+1) {
        margin-left: unset;
        margin-right: auto; }
  .serviceBlock3 .svb3ItemCenter {
    width: 100%;
    height: 100%;
    max-width: 512px;
    max-height: 497px;
    aspect-ratio: 512/497;
    background-image: url(../images/svb3-box-center.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .serviceBlock3 .svb3ItemCenter__text {
      font-size: 32px;
      font-weight: 600;
      color: #fff; }

.serviceBlock4 {
  background-image: url(../images/bg-svb4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 220px;
  min-height: 706px; }
  .serviceBlock4__bgAni {
    z-index: 0; }
  .serviceBlock4 .container {
    position: relative;
    z-index: 1;
    max-width: 1162px !important; }
  .serviceBlock4__title {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 60px; }
  .serviceBlock4__grid {
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
    grid-template-rows: auto;
    gap: 53px; }
  .serviceBlock4__item {
    background: transparent; }
    .serviceBlock4__item .image {
      display: block;
      width: 160px;
      height: auto;
      aspect-ratio: 1/1;
      position: relative;
      z-index: 1; }
    .serviceBlock4__item .content {
      padding: 100px 10px 20px;
      margin-top: -80px;
      position: relative;
      z-index: 0;
      border-radius: 25px;
      overflow: hidden;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(transparent)), url(../images/bg-content-item-svb4.png);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent), url(../images/bg-content-item-svb4.png);
      -webkit-backdrop-filter: blur(21px);
              backdrop-filter: blur(21px); }
      .serviceBlock4__item .content > * {
        position: relative;
        z-index: 1;
        color: #fff; }
      .serviceBlock4__item .content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 3px solid #fff;
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.2))) border-box;
        -webkit-mask: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)) border-box;
                mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.2))) border-box;
                mask: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)) border-box;
        -webkit-mask-composite: exclude;
                mask-composite: exclude;
        border-radius: 25px;
        z-index: 0; }
      .serviceBlock4__item .content .title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 16px; }
      .serviceBlock4__item .content .text {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px; }
      .serviceBlock4__item .content .number {
        font-family: "Quicksand";
        font-size: 40px;
        font-weight: 700; }

.serviceBlock5 {
  padding-bottom: 80px; }
  .serviceBlock5 .container {
    max-width: 1504px !important; }
  .serviceBlock5__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    margin-bottom: 45px; }
    .serviceBlock5__title span {
      display: inline-block;
      width: auto;
      padding: 12px 24px;
      font-size: 32px;
      font-weight: 700;
      border-radius: 12px;
      background: #0A7CFF;
      line-height: normal; }
  .serviceBlock5__boxs {
    min-height: 657px;
    gap: 34px; }
    .serviceBlock5__boxs::before {
      content: "";
      position: absolute;
      left: 1px;
      top: 0;
      display: block;
      width: 3px;
      height: 100%;
      border-radius: 10px;
      background: linear-gradient(91deg, rgba(21, 191, 253, 0.7) 47.62%, rgba(26, 97, 237, 0.7) 51.2%); }
  .serviceBlock5__item {
    max-width: calc(100% - 45px);
    margin-left: auto;
    padding: 20px 12px 20px 20px;
    background-image: url(../images/bg-box-svb5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .serviceBlock5__item::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 50px;
      height: 15px;
      background-image: url(../images/before-box-svb5.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    .serviceBlock5__item .title {
      font-size: 20px;
      font-weight: 700;
      color: #0A7CFF;
      margin-bottom: 15px; }
    .serviceBlock5__item .text {
      font-size: 16px;
      font-weight: 400;
      color: #DEDEDE;
      margin-bottom: 0;
      letter-spacing: -0.8px;
      text-align: justify;
      line-height: normal; }

.serviceBlock6 {
  min-height: 928px;
  background-image: url(../images/bg-svb6.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .serviceBlock6 .container {
    max-width: 992px !important; }
  .serviceBlock6__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 60px; }
  .serviceBlock6__grid {
    grid-template-columns: repeat(auto-fit, minmax(182px, 1fr));
    grid-template-rows: auto;
    gap: 80px; }
  .serviceBlock6__box:nth-child(1) {
    padding-top: 105px; }
    .serviceBlock6__box:nth-child(1) .innerBox::after {
      height: 93px;
      background-image: url(../images/svb6-after-box-1.png); }
  .serviceBlock6__box:nth-child(2) {
    padding-top: 70px; }
    .serviceBlock6__box:nth-child(2) .innerBox::after {
      height: 165px;
      background-image: url(../images/svb6-after-box-2.png); }
  .serviceBlock6__box:nth-child(3) {
    padding-top: 35px; }
    .serviceBlock6__box:nth-child(3) .innerBox::after {
      height: 213px;
      background-image: url(../images/svb6-after-box-3.png); }
  .serviceBlock6__box:nth-child(4) {
    padding-top: 0; }
    .serviceBlock6__box:nth-child(4) .innerBox::after {
      height: 217px;
      background-image: url(../images/svb6-after-box-4.png); }
  .serviceBlock6__box .innerBox {
    border-radius: 52px;
    padding: 30px 10px 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(10, 124, 255, 0.1))), url(../images/bg-content-item-svb4.png);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(10, 124, 255, 0.1)), url(../images/bg-content-item-svb4.png);
    -webkit-backdrop-filter: blur(21px);
            backdrop-filter: blur(21px); }
    .serviceBlock6__box .innerBox::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #fff;
      border-radius: 52px;
      -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(10%, rgba(255, 255, 255, 0.5)), to(rgba(15, 15, 15, 0.1))) border-box;
      -webkit-mask: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(15, 15, 15, 0.1)) border-box;
              mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(10%, rgba(255, 255, 255, 0.5)), to(rgba(15, 15, 15, 0.1))) border-box;
              mask: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(15, 15, 15, 0.1)) border-box;
      -webkit-mask-composite: exclude;
              mask-composite: exclude;
      z-index: 0; }
    .serviceBlock6__box .innerBox::after {
      content: "";
      position: absolute;
      top: calc(100% - 50px);
      left: 50%;
      display: block;
      width: 28px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
  .serviceBlock6__box .icon {
    height: 106px;
    width: auto;
    aspect-ratio: 1/1;
    margin-bottom: 15px; }
  .serviceBlock6__box .title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }
  .serviceBlock6__box .text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal; }

.serviceBlock7 {
  min-height: 962px;
  padding-top: 50px; }
  .serviceBlock7::after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 2.5%;
    display: block;
    width: 95%;
    aspect-ratio: 1868/385;
    background-image: url(../images/after-svb7.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2; }
  .serviceBlock7__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    margin-bottom: 45px;
    position: relative;
    z-index: 1; }
    .serviceBlock7__title span {
      display: inline-block;
      width: auto;
      padding: 12px 24px;
      font-size: 32px;
      font-weight: 700;
      border-radius: 12px;
      background: #0A7CFF;
      line-height: normal;
      text-transform: none; }
  .serviceBlock7__animate {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 587px;
    z-index: 0;
    top: -80px; }
    .serviceBlock7__animate .animateBg {
      position: relative;
      z-index: 0; }
    .serviceBlock7__animate .animateSvg {
      position: absolute;
      z-index: 1;
      bottom: -50px;
      left: 0;
      width: 100%; }
  .serviceBlock7__banner {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 1220px;
    height: auto; }

.serviceBlock8 {
  padding: 80px 0px 25px; }
  .serviceBlock8__title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.8;
    margin-bottom: 45px; }
    .serviceBlock8__title span {
      display: inline-block;
      width: auto;
      padding: 12px 24px;
      font-size: 32px;
      font-weight: 700;
      border-radius: 12px;
      background: #0A7CFF;
      line-height: normal; }
  .serviceBlock8__grid {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-template-rows: auto;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 50px; }
  .serviceBlock8__item .itemAnimate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 10px; }
    .serviceBlock8__item .itemAnimate .frame {
      display: block;
      width: auto;
      aspect-ratio: 270/352;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      .serviceBlock8__item .itemAnimate .frame--2 {
        position: relative;
        z-index: 1;
        height: 352px;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
      .serviceBlock8__item .itemAnimate .frame--1, .serviceBlock8__item .itemAnimate .frame--3 {
        position: absolute;
        height: 322px;
        z-index: 0; }
      .serviceBlock8__item .itemAnimate .frame--1 {
        left: 65px;
        -webkit-transform-origin: left center;
                transform-origin: left center; }
      .serviceBlock8__item .itemAnimate .frame--3 {
        right: 65px;
        -webkit-transform-origin: right center;
                transform-origin: right center; }
    .serviceBlock8__item .itemAnimate:hover .frame {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
      .serviceBlock8__item .itemAnimate:hover .frame--1 {
        left: 0; }
      .serviceBlock8__item .itemAnimate:hover .frame--3 {
        right: 0; }
  .serviceBlock8__item .title {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize; }

.serviceBlock9 {
  padding: 65px 0px 74px;
  background-image: url(../images/bg-bang-gia.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .serviceBlock9__title {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 114px; }
  .serviceBlock9__boxs {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
    grid-template-rows: auto;
    gap: 18px; }
  .serviceBlock9__box {
    padding: 15px 0px; }
    .serviceBlock9__box .boxInner {
      position: relative;
      border-radius: 12px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(102, 102, 102, 0.24)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(102, 102, 102, 0.24) 100%);
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      overflow: hidden;
      padding: 35px;
      color: #fff;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      -webkit-transform-origin: left top;
              transform-origin: left top; }
      .serviceBlock9__box .boxInner > * {
        position: relative;
        z-index: 1; }
      .serviceBlock9__box .boxInner::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 12px;
        background: linear-gradient(113deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 0.01%, rgba(58, 59, 65, 0.15) 37.77%, rgba(58, 57, 62, 0.1) 58.98%, rgba(237, 237, 237, 0.25) 99.33%);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        border: 1px solid #fff; }
    .serviceBlock9__box .title {
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 12px;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
    .serviceBlock9__box .text {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 12px;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
    .serviceBlock9__box .pkRegister {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: auto;
      min-height: 30px;
      border-radius: 6px;
      border: 1px solid #fff;
      padding: 6px 23px;
      font-size: 14px;
      font-weight: 600;
      color: #12C081;
      margin-bottom: 12px;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
    .serviceBlock9__box .pkPrice {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 100%;
      font-size: 20px;
      font-weight: 400;
      position: relative;
      margin-bottom: 12px;
      padding-bottom: 12px; }
      .serviceBlock9__box .pkPrice__val {
        font-weight: 700;
        color: #12C081; }
      .serviceBlock9__box .pkPrice__lbl {
        color: #fff;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out; }
      .serviceBlock9__box .pkPrice__unit {
        color: #C0C0C0;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out; }
      .serviceBlock9__box .pkPrice::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(52.5%, #A3A3A3), to(rgba(115, 115, 115, 0)));
        background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #A3A3A3 52.5%, rgba(115, 115, 115, 0) 100%); }
    .serviceBlock9__box .infos {
      row-gap: 15px;
      margin: 0;
      padding: 0; }
      .serviceBlock9__box .infos li {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out; }
        .serviceBlock9__box .infos li strong {
          font-weight: 700; }
        .serviceBlock9__box .infos li::before {
          content: "";
          -ms-flex-negative: 0;
              flex-shrink: 0;
          display: block;
          width: 13px;
          height: 9px;
          background-image: url(../images/info-check.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          margin-right: 16px; }
    .serviceBlock9__box:hover .boxInner {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
      .serviceBlock9__box:hover .boxInner::before {
        opacity: 1; }
    .serviceBlock9__box--hot {
      padding: 0; }
      .serviceBlock9__box--hot .boxInner {
        background: #fff;
        color: #333; }
        .serviceBlock9__box--hot .boxInner::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(#0A7CFF), to(rgba(10, 124, 255, 0)));
          background: linear-gradient(180deg, #0A7CFF 0%, rgba(10, 124, 255, 0) 100%);
          opacity: 0;
          -webkit-transition: .5s ease-in-out;
          transition: .5s ease-in-out;
          z-index: 0; }
        .serviceBlock9__box--hot .boxInner::after {
          content: "";
          position: absolute;
          top: 19px;
          right: 26px;
          display: block;
          width: 84px;
          height: 35px;
          background-image: url(../images/icon-hot.png);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
        .serviceBlock9__box--hot .boxInner .title {
          color: #0A7CFF; }
        .serviceBlock9__box--hot .boxInner .text {
          color: #333; }
        .serviceBlock9__box--hot .boxInner .pkRegister {
          border-color: #333; }
        .serviceBlock9__box--hot .boxInner .pkPrice__lbl {
          color: #333; }
        .serviceBlock9__box--hot .boxInner .pkPrice__unit {
          color: #C0C0C0; }
        .serviceBlock9__box--hot .boxInner .infos li {
          color: #333; }
      .serviceBlock9__box--hot:hover .boxInner {
        background: transparent; }
        .serviceBlock9__box--hot:hover .boxInner::before {
          opacity: 1; }
        .serviceBlock9__box--hot:hover .boxInner .title, .serviceBlock9__box--hot:hover .boxInner .text, .serviceBlock9__box--hot:hover .boxInner .pkPrice__lbl, .serviceBlock9__box--hot:hover .boxInner .infos li {
          color: #fff; }
        .serviceBlock9__box--hot:hover .boxInner .pkRegister {
          border-color: #fff; }

#registerModal {
  text-align: center; }
  #registerModal .modal-title {
    text-align: right; }
  #registerModal button.btn-close {
    margin-top: 20px;
    margin-right: 25px; }
  #registerModal .modal-content {
    text-align: center;
    border-radius: 24px !important;
    margin-top: 70px; }
  #registerModal .modal-infor {
    text-align: center; }
  #registerModal img.img-logo {
    margin-top: 25px; }
  #registerModal h2#registerModalLabel {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 13px; }
  #registerModal h3.name-package {
    color: #0A7CFF;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 13px; }
  #registerModal p.infor-package {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  #registerModal .modal-body {
    padding: 0px 40px;
    padding-bottom: 80px; }
  #registerModal .form-group {
    margin-bottom: 12px; }
  #registerModal .form-control.input-custom {
    border-radius: 12px;
    padding: 10px 20px; }
  #registerModal .btn-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 19px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 55px;
    border: 1px solid #CCC;
    background: var(--A1111, linear-gradient(97deg, #1A61ED -8.89%, #11BAE3 78.07%));
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 10px; }
  #registerModal button#registerPackage {
    border: none;
    background: none;
    color: white; }
  #registerModal form#saveContactForm {
    text-align: center; }

/*# sourceMappingURL=webdesign.css.map */