/**************  Fonts  ******************/
@font-face {
  font-family: "BBRollerMonoProCR";
  src: url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.eot");
  src: url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.eot?#iefix") format("embedded-opentype"), url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.otf") format("opentype"), url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.svg") format("svg"), url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.ttf") format("truetype"), url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.woff") format("woff"), url("../fonts/BBROLLERMONOPROCR-BOLD/BBROLLERMONOPROCR-BOLD.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "BBRollerMonoProCR";
  src: url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.eot");
  src: url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.eot?#iefix") format("embedded-opentype"), url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.otf") format("opentype"), url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.svg") format("svg"), url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.ttf") format("truetype"), url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.woff") format("woff"), url("../fonts/BBROLLERMONOPROCR-MEDIUM/BBROLLERMONOPROCR-MEDIUM.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "BBRollerMonoProCR";
  src: url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.eot");
  src: url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.eot?#iefix") format("embedded-opentype"), url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.otf") format("opentype"), url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.svg") format("svg"), url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.ttf") format("truetype"), url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.woff") format("woff"), url("../fonts/BBROLLERMONOPROCR-REGULAR/BBROLLERMONOPROCR-REGULAR.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 16px;
  color: white; }

body {
  font-family: "BBRollerMonoProCR", sans-serif; }
  @media (max-width: 1260px) {
    body {
      min-width: 1280px;
      min-height: 800px;
      overflow: scroll; } }

.all-content {
  width: 100%;
  overflow: hidden; }

.content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%; }

.site-index {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: calc(100% - 80px);
  height: calc(100vh - 44px); }

.inner-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 100px);
  height: calc(100% - 180px);
  background: radial-gradient(50% 50% at 50% 50%, rgba(37, 65, 70, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  @media (max-width: 1440px) {
    .inner-wrap {
      height: calc(100% - 160px); } }
  @media (max-width: 1366px) {
    .inner-wrap {
      width: calc(100% - 30px); } }

.sh-line {
  position: absolute;
  background-color: #F7FCFF;
  -webkit-box-shadow: 0px 0px 20px #1790FF;
  -moz-box-shadow: 0px 0px 20px #1790FF;
  box-shadow: 0px 0px 20px #1790FF;
  height: 8px;
  z-index: 10; }
  .sh-line.top-line {
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 485px); }
  .sh-line.bottom-line {
    width: calc(100% - 443px);
    bottom: -8px;
    left: 0; }
  @supports (-ms-ime-align: auto) {
    .sh-line.top-line {
      width: calc(100% - 484px); } }

.g-line {
  position: absolute;
  width: 3px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% - 445px); }
  .g-line.g-line-right {
    right: -3px; }
  .g-line.g-line-left {
    left: -3px; }

.decor-line-top {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 10; }
  .decor-line-top span {
    display: block;
    width: 3px;
    background-color: #FFD8AB;
    margin-bottom: 5px; }
  .decor-line-top .square {
    height: 3px; }
  .decor-line-top .line {
    height: 105px; }

.decor-line-bottom {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 11; }
  .decor-line-bottom .d-line {
    display: block;
    width: 3px;
    height: 55px;
    background-color: #FFD8AB;
    margin-bottom: 20px;
    margin-left: auto; }

.top-trapezoid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -90px;
  width: 300px;
  height: 90px;
  background: radial-gradient(0% 50% at 50% 50%, rgba(37, 65, 70, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 8; }
  @media (max-width: 1440px) {
    .top-trapezoid {
      height: 70px;
      top: -70px; } }
  @media (max-width: 1366px) {
    .top-trapezoid {
      width: 280px; } }
  .top-trapezoid .top-line {
    top: 0;
    width: 100%;
    z-index: 1; }
  .top-trapezoid.top-logo-wrap {
    left: -50px;
    padding-left: 38px;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%); }
    @media (max-width: 1366px) {
      .top-trapezoid.top-logo-wrap {
        left: -30px;
        padding-left: 18px; } }
    .top-trapezoid.top-logo-wrap .right-line {
      right: 23px;
      width: 8px;
      height: 102px;
      top: 0;
      -webkit-transform: rotate(-29.5deg);
      -moz-transform: rotate(-29.5deg);
      transform: rotate(-29.5deg);
      z-index: 2; }
      @media (max-width: 1440px) {
        .top-trapezoid.top-logo-wrap .right-line {
          right: 20px;
          top: -7px;
          -webkit-transform: rotate(-36.5deg);
          -moz-transform: rotate(-36.5deg);
          transform: rotate(-36.5deg); } }
      @media (max-width: 1366px) {
        .top-trapezoid.top-logo-wrap .right-line {
          right: 18px;
          top: -7px;
          -webkit-transform: rotate(-34.5deg);
          -moz-transform: rotate(-34.5deg);
          transform: rotate(-34.5deg); } }
  .top-trapezoid.dots-wrap {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    padding-right: 85px;
    right: -50px;
    -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%); }
    @media (max-width: 1366px) {
      .top-trapezoid.dots-wrap {
        right: -30px;
        padding-right: 55px; } }
    .top-trapezoid.dots-wrap .left-line {
      left: 23px;
      width: 8px;
      height: 102px;
      top: 0;
      -webkit-transform: rotate(29.5deg);
      -moz-transform: rotate(29.5deg);
      transform: rotate(29.5deg);
      z-index: 2; }
      @media (max-width: 1440px) {
        .top-trapezoid.dots-wrap .left-line {
          left: 20px;
          top: -7px;
          -webkit-transform: rotate(36.5deg);
          -moz-transform: rotate(36.5deg);
          transform: rotate(36.5deg); } }
      @media (max-width: 1366px) {
        .top-trapezoid.dots-wrap .left-line {
          left: 18px;
          top: -7px;
          -webkit-transform: rotate(34.5deg);
          -moz-transform: rotate(34.5deg);
          transform: rotate(34.5deg); } }
  @supports (-ms-ime-align: auto) {
    .top-trapezoid.top-logo-wrap {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 0; }
      .top-trapezoid.top-logo-wrap .right-line {
        right: 0;
        height: 90px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0); }
        @media (max-width: 1440px) {
          .top-trapezoid.top-logo-wrap .right-line {
            height: 70px; } }
    .top-trapezoid.dots-wrap {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 0; }
      .top-trapezoid.dots-wrap .left-line {
        left: 0;
        height: 90px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0); }
        @media (max-width: 1440px) {
          .top-trapezoid.dots-wrap .left-line {
            top: 0;
            height: 70px; } } }

.bottom-trapezoid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding-right: 145px;
  position: absolute;
  bottom: -90px;
  right: -50px;
  width: 500px;
  height: 90px;
  background: radial-gradient(0% 50% at 50% 50%, rgba(37, 65, 70, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 8;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%); }
  @media (max-width: 1366px) {
    .bottom-trapezoid {
      width: 480px;
      right: -30px; } }
  .bottom-trapezoid .bottom-line {
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .bottom-trapezoid .left-line {
    left: 36px;
    width: 8px;
    height: 110px;
    bottom: -8px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    transform: rotate(-40deg);
    z-index: 2; }
    @media (max-width: 1366px) {
      .bottom-trapezoid .left-line {
        -webkit-transform: rotate(-38.5deg);
        -moz-transform: rotate(-38.5deg);
        transform: rotate(-38.5deg); } }
  .bottom-trapezoid img {
    margin-bottom: 23px; }

.v-trapezoid {
  position: absolute;
  background: radial-gradient(0% 50% at 50% 50%, rgba(37, 65, 70, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  width: 50px; }
  @media (max-width: 1366px) {
    .v-trapezoid {
      width: 30px; } }
  .v-trapezoid.left-trapezoid-top {
    left: -50px;
    height: 230px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%); }
    @media (max-width: 1366px) {
      .v-trapezoid.left-trapezoid-top {
        left: -30px; } }
    .v-trapezoid.left-trapezoid-top .left-line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 3px;
      background-color: #fff;
      height: 80%; }
    .v-trapezoid.left-trapezoid-top .bottom-line {
      position: absolute;
      bottom: 29px;
      left: -20px;
      height: 3px;
      width: 100px;
      background-color: #fff;
      -webkit-transform: rotate(54deg);
      -moz-transform: rotate(54deg);
      transform: rotate(54deg); }
      @media (max-width: 1366px) {
        .v-trapezoid.left-trapezoid-top .bottom-line {
          left: -32px;
          -webkit-transform: rotate(66deg);
          -moz-transform: rotate(66deg);
          transform: rotate(66deg); } }
  .v-trapezoid.left-trapezoid-bottom {
    left: -50px;
    height: 235px;
    bottom: -8px;
    -webkit-clip-path: polygon(0 29%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 29%, 100% 0, 100% 100%, 0 100%); }
    @media (max-width: 1366px) {
      .v-trapezoid.left-trapezoid-bottom {
        left: -30px; } }
    .v-trapezoid.left-trapezoid-bottom .left-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      background-color: #fff;
      height: 80%; }
    .v-trapezoid.left-trapezoid-bottom .bottom-line {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #F7FCFF;
      -webkit-box-shadow: 0px 0px 20px #1790FF;
      -moz-box-shadow: 0px 0px 20px #1790FF;
      box-shadow: 0px 0px 20px #1790FF;
      height: 8px;
      width: 100%; }
    .v-trapezoid.left-trapezoid-bottom .top-line {
      position: absolute;
      top: 29px;
      left: -21px;
      height: 3px;
      width: 100px;
      background-color: #fff;
      -webkit-transform: rotate(-53deg);
      -moz-transform: rotate(-53deg);
      transform: rotate(-53deg); }
      @media (max-width: 1366px) {
        .v-trapezoid.left-trapezoid-bottom .top-line {
          left: -32px;
          -webkit-transform: rotate(-66deg);
          -moz-transform: rotate(-66deg);
          transform: rotate(-66deg); } }
  .v-trapezoid.right-trapezoid-top {
    right: -50px;
    height: 230px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); }
    @media (max-width: 1366px) {
      .v-trapezoid.right-trapezoid-top {
        right: -30px; } }
    .v-trapezoid.right-trapezoid-top .right-line {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 3px;
      background-color: #fff;
      height: 80%; }
    .v-trapezoid.right-trapezoid-top .bottom-line {
      position: absolute;
      bottom: 29px;
      left: -30px;
      height: 3px;
      width: 100px;
      background-color: #fff;
      -webkit-transform: rotate(-54deg);
      -moz-transform: rotate(-54deg);
      transform: rotate(-54deg); }
      @media (max-width: 1366px) {
        .v-trapezoid.right-trapezoid-top .bottom-line {
          left: -38px;
          -webkit-transform: rotate(-66.5deg);
          -moz-transform: rotate(-66.5deg);
          transform: rotate(-66.5deg); } }
  .v-trapezoid.right-trapezoid-bottom {
    right: -50px;
    height: 235px;
    bottom: -8px;
    -webkit-clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 29%, 100% 100%, 0 100%); }
    @media (max-width: 1366px) {
      .v-trapezoid.right-trapezoid-bottom {
        right: -30px; } }
    .v-trapezoid.right-trapezoid-bottom .left-line {
      position: absolute;
      top: 0;
      right: 0;
      width: 3px;
      background-color: #fff;
      height: 80%; }
    .v-trapezoid.right-trapezoid-bottom .top-line {
      position: absolute;
      top: 29px;
      left: -30px;
      height: 3px;
      width: 100px;
      background-color: #fff;
      -webkit-transform: rotate(53deg);
      -moz-transform: rotate(53deg);
      transform: rotate(53deg); }
      @media (max-width: 1366px) {
        .v-trapezoid.right-trapezoid-bottom .top-line {
          left: -38px;
          -webkit-transform: rotate(66deg);
          -moz-transform: rotate(66deg);
          transform: rotate(66deg); } }

.copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 65%;
  color: #fff;
  font-size: 18px; }
  @media (max-width: 1440px) {
    .copyright {
      bottom: -15px; } }
  @media (max-width: 1366px) {
    .copyright {
      font-size: 16px; } }

.main-content {
  width: calc(100% - 70px);
  height: calc(100% - 80px);
  margin: 0 auto;
  align-self: center; }
  @media (max-width: 1440px) {
    .main-content {
      height: calc(100% - 60px); } }
  @media (max-width: 1366px) {
    .main-content {
      overflow: hidden; } }

ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0; }

a {
  color: white; }

h5 {
  font-size: 1rem; }

.padding-index {
  padding: 2rem 0; }

@media (max-width: 768px) {
  .btn {
    width: 100%; } }

/**************  accordion   **************/
.accordion {
  width: 80%; }
  @media (max-width: 1280px) {
    .accordion {
      width: 100%; } }
  .accordion .card-list {
    color: white;
    margin-bottom: 1rem; }
  .accordion .b-arrow {
    position: relative; }
    .accordion .b-arrow:before {
      content: "-";
      display: inline; }
  .accordion .btn.collapsed .b-arrow:before {
    content: "+"; }
  .accordion .btn {
    color: white; }
  .accordion ul li {
    margin-bottom: .5rem;
    font-size: .875rem;
    text-transform: none; }
    .accordion ul li:last-child {
      margin: 0; }

.ml-block {
  position: relative; }

.card-list-body .top-block, .btn-gray .card-list-body .top-block {
  border-bottom: 9px solid;
  border-color: rgba(0, 0, 0, 0.3);
  border-left: 5px solid transparent;
  position: relative; }
  .card-list-body .top-block .t-top-block, .btn-gray .card-list-body .top-block .t-top-block {
    border-bottom: 2px solid white; }
  .card-list-body .top-block .t-left-block, .btn-gray .card-list-body .top-block .t-left-block {
    border-left: 2px solid white;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    height: 11px;
    position: absolute;
    left: -3px; }
  .card-list-body .top-block .t-right-block, .btn-gray .card-list-body .top-block .t-right-block {
    border-right: 2px solid white;
    height: 11px;
    position: absolute;
    right: 0; }
.card-list-body .center-block, .btn-gray .card-list-body .center-block {
  border-left: 2px solid white;
  border-right: 2px solid white;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 1rem;
  color: white; }
.card-list-body .bottom-block, .btn-gray .card-list-body .bottom-block {
  border-bottom: 9px solid;
  border-color: rgba(0, 0, 0, 0.3);
  border-left: 5px solid transparent;
  position: relative;
  transform: rotate(180deg); }
  .card-list-body .bottom-block .t-bot-block, .btn-gray .card-list-body .bottom-block .t-bot-block {
    border-bottom: 2px solid white; }
  .card-list-body .bottom-block .t-left-block, .btn-gray .card-list-body .bottom-block .t-left-block {
    border-left: 2px solid white;
    -webkit-transform: skew(-27deg);
    -moz-transform: skew(-27deg);
    transform: skew(-27deg);
    height: 11px;
    position: absolute;
    left: -3px; }
  .card-list-body .bottom-block .t-right-block, .btn-gray .card-list-body .bottom-block .t-right-block {
    border-right: 2px solid white;
    height: 11px;
    position: absolute;
    right: 0; }

.card-list-body .center-block {
  padding: .75rem; }
.card-list-body.accordion-text .bottom-block {
  border-left: 6px solid transparent; }

.btn-gray .card-list-body .center-block {
  font-size: 1rem;
  text-transform: none; }
.btn-gray .card-list-body:hover .top-block {
  border-bottom: 9px solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-left: 5px solid transparent;
  position: relative; }
  .btn-gray .card-list-body:hover .top-block .t-top-block {
    border-bottom: 2px solid white; }
  .btn-gray .card-list-body:hover .top-block .t-left-block {
    border-left: 2px solid white;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    transform: skew(-25deg);
    height: 11px;
    position: absolute;
    left: -3px; }
  .btn-gray .card-list-body:hover .top-block .t-right-block {
    border-right: 2px solid white;
    height: 11px;
    position: absolute;
    right: 0; }
.btn-gray .card-list-body:hover .center-block {
  padding: 0 .75rem;
  border-left: 2px solid white;
  border-right: 2px solid white;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  color: white;
  text-transform: none; }
.btn-gray .card-list-body:hover .bottom-block {
  border-bottom: 9px solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-left: 5px solid transparent;
  position: relative;
  transform: rotate(180deg); }
  .btn-gray .card-list-body:hover .bottom-block .t-bot-block {
    border-bottom: 2px solid white; }
  .btn-gray .card-list-body:hover .bottom-block .t-left-block {
    border-left: 2px solid white;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    height: 11px;
    position: absolute;
    left: -3px; }
  .btn-gray .card-list-body:hover .bottom-block .t-right-block {
    border-right: 2px solid white;
    height: 11px;
    position: absolute;
    right: 0; }

.triangle-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid white;
  border-bottom: 7px solid transparent;
  opacity: .5;
  margin-right: 1rem; }

/**************  carousel   **************/
.carousel-inner {
  position: relative;
  padding: 70px 0;
  overflow: visible; }
  @media (max-width: 1366px) {
    .carousel-inner {
      padding: 35px 0; } }
  .carousel-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
    background: #FFD8AB; }
    @media (max-width: 1366px) {
      .carousel-inner:before {
        height: 35px; } }
  .carousel-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
    background: #FFD8AB; }
    @media (max-width: 1366px) {
      .carousel-inner:after {
        height: 35px; } }
  .carousel-inner .bg-content {
    margin: 0 auto;
    width: 500px;
    height: 500px;
    position: relative; }
    @media (max-width: 1440px) {
      .carousel-inner .bg-content {
        width: 425px;
        height: 425px; } }
    @media (max-width: 1366px) {
      .carousel-inner .bg-content {
        width: 375px;
        height: 375px; } }
  .carousel-inner #outline {
    border: 2px solid #FFD8AB;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 1px rgba(231, 16, 2, 0.5), inset 0px 0px 20px 1px rgba(231, 16, 2, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    transform-origin: center center;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out; }
    .carousel-inner #outline.scale {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }
  .carousel-inner #contenedor {
    background: url("../images/vector.svg") 0 0 no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    width: 433px;
    height: 433px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-origin: center center;
    animation: total 1.7s 1s steps(10, end) infinite; }
    @media (max-width: 1440px) {
      .carousel-inner #contenedor {
        width: 370px;
        height: 370px; } }
    @media (max-width: 1366px) {
      .carousel-inner #contenedor {
        width: 345px;
        height: 345px; } }
@keyframes total {
  from {
    transform: translateY(-50%) rotate(0deg); }
  to {
    transform: translateY(-50%) rotate(360deg); } }
  .carousel-inner .carousel-item {
    height: 100%; }
  .carousel-inner .slider-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 290px;
    height: 290px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 6px solid #FFD8AB;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(231, 16, 2, 0.7), inset 0px 0px 30px 0px rgba(231, 16, 2, 0.7);
    text-align: center;
    overflow: hidden; }
  .carousel-inner .slide_box {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .carousel-inner .slide_box .img-icon {
      display: block;
      margin: auto; }
    .carousel-inner .slide_box .text {
      font-size: 1rem;
      color: white;
      text-transform: uppercase;
      margin-top: .5rem; }

.carousel-control-prev, .carousel-control-next {
  height: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1; }
  @media (max-width: 1366px) {
    .carousel-control-prev, .carousel-control-next {
      width: auto; } }

.carousel-control-prev {
  left: -5.5rem; }
  @media (max-width: 1440px) {
    .carousel-control-prev {
      left: -5rem; } }
  .carousel-control-prev .carousel-control-prev-icon {
    background: url("../images/polygon.svg") repeat-x;
    width: 4rem;
    height: 1rem;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .carousel-control-prev .pattern {
    background: rgba(231, 16, 2, 0.7);
    width: 100%;
    height: 20px;
    border-radius: 50%;
    filter: blur(10px);
    position: absolute;
    display: none;
    z-index: 1; }
  .carousel-control-prev .carousel-control-prev-icon:hover + .pattern {
    display: block; }

.carousel-control-next {
  right: -5.5rem; }
  @media (max-width: 1440px) {
    .carousel-control-next {
      right: -5rem; } }
  .carousel-control-next .carousel-control-next-icon {
    background: url("../images/polygon.svg") repeat-x;
    width: 4rem;
    height: 1rem;
    z-index: 10; }
  .carousel-control-next .pattern {
    background: rgba(231, 16, 2, 0.7);
    width: 100%;
    height: 20px;
    border-radius: 50%;
    filter: blur(10px);
    position: absolute;
    display: none;
    z-index: 1; }
  .carousel-control-next .carousel-control-next-icon:hover + .pattern {
    display: block; }

/******************************************/
/*--------------------- Style for MEdge------------------------*/
@supports (-ms-ime-align: auto) {
  .bottom-trapezoid {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0; }
    .bottom-trapezoid .left-line {
      left: 0;
      bottom: 0;
      height: 90px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0); }

  .v-trapezoid.left-trapezoid-top .bottom-line {
    bottom: 0;
    left: 0;
    width: 50px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0); }
    @media (max-width: 1366px) {
      .v-trapezoid.left-trapezoid-top .bottom-line {
        width: 30px; } }
  .v-trapezoid.left-trapezoid-bottom .top-line {
    top: 0;
    left: 0;
    width: 50px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0); }
    @media (max-width: 1366px) {
      .v-trapezoid.left-trapezoid-bottom .top-line {
        width: 30px; } }
  .v-trapezoid.right-trapezoid-top .bottom-line {
    bottom: 0;
    left: 0;
    width: 50px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0); }
    @media (max-width: 1366px) {
      .v-trapezoid.right-trapezoid-top .bottom-line {
        width: 30px; } }
  .v-trapezoid.right-trapezoid-bottom .top-line {
    top: 0;
    left: 0;
    width: 50px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0); }
    @media (max-width: 1366px) {
      .v-trapezoid.right-trapezoid-bottom .top-line {
        width: 30px; } }

  .g-line {
    height: calc(100% - 453px); } }

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