.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1470px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-desktop-exlarge,
.col-desktop-exlarge-auto, .col-desktop-large,
.col-desktop-large-auto, .col-desktop,
.col-desktop-auto, .col-laptop-large,
.col-laptop-large-auto, .col-laptop,
.col-laptop-auto, .col-tablet-large,
.col-tablet-large-auto, .col-tablet,
.col-tablet-auto, .col-mobile,
.col-mobile-auto, .col-mobile-small,
.col-mobile-small-auto, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 0.0833333333;
  max-width: 0.0833333333;
}

.col-2 {
  flex: 0 0 0.1666666667;
  max-width: 0.1666666667;
}

.col-3 {
  flex: 0 0 0.25;
  max-width: 0.25;
}

.col-4 {
  flex: 0 0 0.3333333333;
  max-width: 0.3333333333;
}

.col-5 {
  flex: 0 0 0.4166666667;
  max-width: 0.4166666667;
}

.col-6 {
  flex: 0 0 0.5;
  max-width: 0.5;
}

.col-7 {
  flex: 0 0 0.5833333333;
  max-width: 0.5833333333;
}

.col-8 {
  flex: 0 0 0.6666666667;
  max-width: 0.6666666667;
}

.col-9 {
  flex: 0 0 0.75;
  max-width: 0.75;
}

.col-10 {
  flex: 0 0 0.8333333333;
  max-width: 0.8333333333;
}

.col-11 {
  flex: 0 0 0.9166666667;
  max-width: 0.9166666667;
}

.col-12 {
  flex: 0 0 1;
  max-width: 1;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 360px) {
  .col-mobile-small {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-mobile-small-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-mobile-small-first {
    order: -1;
  }
  .order-mobile-small-last {
    order: 13;
  }
  .order-mobile-small-0 {
    order: 0;
  }
  .order-mobile-small-1 {
    order: 1;
  }
  .order-mobile-small-2 {
    order: 2;
  }
  .order-mobile-small-3 {
    order: 3;
  }
  .order-mobile-small-4 {
    order: 4;
  }
  .order-mobile-small-5 {
    order: 5;
  }
  .order-mobile-small-6 {
    order: 6;
  }
  .order-mobile-small-7 {
    order: 7;
  }
  .order-mobile-small-8 {
    order: 8;
  }
  .order-mobile-small-9 {
    order: 9;
  }
  .order-mobile-small-10 {
    order: 10;
  }
  .order-mobile-small-11 {
    order: 11;
  }
  .order-mobile-small-12 {
    order: 12;
  }
}
@media (min-width: 480px) {
  .col-mobile {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-mobile-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-mobile-first {
    order: -1;
  }
  .order-mobile-last {
    order: 13;
  }
  .order-mobile-0 {
    order: 0;
  }
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .order-mobile-3 {
    order: 3;
  }
  .order-mobile-4 {
    order: 4;
  }
  .order-mobile-5 {
    order: 5;
  }
  .order-mobile-6 {
    order: 6;
  }
  .order-mobile-7 {
    order: 7;
  }
  .order-mobile-8 {
    order: 8;
  }
  .order-mobile-9 {
    order: 9;
  }
  .order-mobile-10 {
    order: 10;
  }
  .order-mobile-11 {
    order: 11;
  }
  .order-mobile-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-tablet {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tablet-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-tablet-first {
    order: -1;
  }
  .order-tablet-last {
    order: 13;
  }
  .order-tablet-0 {
    order: 0;
  }
  .order-tablet-1 {
    order: 1;
  }
  .order-tablet-2 {
    order: 2;
  }
  .order-tablet-3 {
    order: 3;
  }
  .order-tablet-4 {
    order: 4;
  }
  .order-tablet-5 {
    order: 5;
  }
  .order-tablet-6 {
    order: 6;
  }
  .order-tablet-7 {
    order: 7;
  }
  .order-tablet-8 {
    order: 8;
  }
  .order-tablet-9 {
    order: 9;
  }
  .order-tablet-10 {
    order: 10;
  }
  .order-tablet-11 {
    order: 11;
  }
  .order-tablet-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .col-tablet-large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tablet-large-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-tablet-large-first {
    order: -1;
  }
  .order-tablet-large-last {
    order: 13;
  }
  .order-tablet-large-0 {
    order: 0;
  }
  .order-tablet-large-1 {
    order: 1;
  }
  .order-tablet-large-2 {
    order: 2;
  }
  .order-tablet-large-3 {
    order: 3;
  }
  .order-tablet-large-4 {
    order: 4;
  }
  .order-tablet-large-5 {
    order: 5;
  }
  .order-tablet-large-6 {
    order: 6;
  }
  .order-tablet-large-7 {
    order: 7;
  }
  .order-tablet-large-8 {
    order: 8;
  }
  .order-tablet-large-9 {
    order: 9;
  }
  .order-tablet-large-10 {
    order: 10;
  }
  .order-tablet-large-11 {
    order: 11;
  }
  .order-tablet-large-12 {
    order: 12;
  }
}
@media (min-width: 1280px) {
  .col-laptop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-laptop-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-laptop-first {
    order: -1;
  }
  .order-laptop-last {
    order: 13;
  }
  .order-laptop-0 {
    order: 0;
  }
  .order-laptop-1 {
    order: 1;
  }
  .order-laptop-2 {
    order: 2;
  }
  .order-laptop-3 {
    order: 3;
  }
  .order-laptop-4 {
    order: 4;
  }
  .order-laptop-5 {
    order: 5;
  }
  .order-laptop-6 {
    order: 6;
  }
  .order-laptop-7 {
    order: 7;
  }
  .order-laptop-8 {
    order: 8;
  }
  .order-laptop-9 {
    order: 9;
  }
  .order-laptop-10 {
    order: 10;
  }
  .order-laptop-11 {
    order: 11;
  }
  .order-laptop-12 {
    order: 12;
  }
}
@media (min-width: 1360px) {
  .col-laptop-large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-laptop-large-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-laptop-large-first {
    order: -1;
  }
  .order-laptop-large-last {
    order: 13;
  }
  .order-laptop-large-0 {
    order: 0;
  }
  .order-laptop-large-1 {
    order: 1;
  }
  .order-laptop-large-2 {
    order: 2;
  }
  .order-laptop-large-3 {
    order: 3;
  }
  .order-laptop-large-4 {
    order: 4;
  }
  .order-laptop-large-5 {
    order: 5;
  }
  .order-laptop-large-6 {
    order: 6;
  }
  .order-laptop-large-7 {
    order: 7;
  }
  .order-laptop-large-8 {
    order: 8;
  }
  .order-laptop-large-9 {
    order: 9;
  }
  .order-laptop-large-10 {
    order: 10;
  }
  .order-laptop-large-11 {
    order: 11;
  }
  .order-laptop-large-12 {
    order: 12;
  }
}
@media (min-width: 1440px) {
  .col-desktop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-desktop-first {
    order: -1;
  }
  .order-desktop-last {
    order: 13;
  }
  .order-desktop-0 {
    order: 0;
  }
  .order-desktop-1 {
    order: 1;
  }
  .order-desktop-2 {
    order: 2;
  }
  .order-desktop-3 {
    order: 3;
  }
  .order-desktop-4 {
    order: 4;
  }
  .order-desktop-5 {
    order: 5;
  }
  .order-desktop-6 {
    order: 6;
  }
  .order-desktop-7 {
    order: 7;
  }
  .order-desktop-8 {
    order: 8;
  }
  .order-desktop-9 {
    order: 9;
  }
  .order-desktop-10 {
    order: 10;
  }
  .order-desktop-11 {
    order: 11;
  }
  .order-desktop-12 {
    order: 12;
  }
}
@media (min-width: 1450px) {
  .col-desktop-large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-large-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-desktop-large-first {
    order: -1;
  }
  .order-desktop-large-last {
    order: 13;
  }
  .order-desktop-large-0 {
    order: 0;
  }
  .order-desktop-large-1 {
    order: 1;
  }
  .order-desktop-large-2 {
    order: 2;
  }
  .order-desktop-large-3 {
    order: 3;
  }
  .order-desktop-large-4 {
    order: 4;
  }
  .order-desktop-large-5 {
    order: 5;
  }
  .order-desktop-large-6 {
    order: 6;
  }
  .order-desktop-large-7 {
    order: 7;
  }
  .order-desktop-large-8 {
    order: 8;
  }
  .order-desktop-large-9 {
    order: 9;
  }
  .order-desktop-large-10 {
    order: 10;
  }
  .order-desktop-large-11 {
    order: 11;
  }
  .order-desktop-large-12 {
    order: 12;
  }
}
@media (min-width: 1601px) {
  .col-desktop-exlarge {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-exlarge-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
  .order-desktop-exlarge-first {
    order: -1;
  }
  .order-desktop-exlarge-last {
    order: 13;
  }
  .order-desktop-exlarge-0 {
    order: 0;
  }
  .order-desktop-exlarge-1 {
    order: 1;
  }
  .order-desktop-exlarge-2 {
    order: 2;
  }
  .order-desktop-exlarge-3 {
    order: 3;
  }
  .order-desktop-exlarge-4 {
    order: 4;
  }
  .order-desktop-exlarge-5 {
    order: 5;
  }
  .order-desktop-exlarge-6 {
    order: 6;
  }
  .order-desktop-exlarge-7 {
    order: 7;
  }
  .order-desktop-exlarge-8 {
    order: 8;
  }
  .order-desktop-exlarge-9 {
    order: 9;
  }
  .order-desktop-exlarge-10 {
    order: 10;
  }
  .order-desktop-exlarge-11 {
    order: 11;
  }
  .order-desktop-exlarge-12 {
    order: 12;
  }
}
@font-face {
  font-family: "ObjectSansBold";
  src: url("../fonts/ObjectSansBold.eot");
  src: url("../fonts/ObjectSansBold.eot") format("embedded-opentype"), url("../fonts/ObjectSansBold.woff2") format("woff2"), url("../fonts/ObjectSansBold.woff") format("woff"), url("../fonts/ObjectSansBold.ttf") format("truetype"), url("../fonts/ObjectSansBold.svg#ObjectSansBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ObjectSansRegular";
  src: url("../fonts/ObjectSansRegular.eot");
  src: url("../fonts/ObjectSansRegular.eot") format("embedded-opentype"), url("../fonts/ObjectSansRegular.woff2") format("woff2"), url("../fonts/ObjectSansRegular.woff") format("woff"), url("../fonts/ObjectSansRegular.ttf") format("truetype"), url("../fonts/ObjectSansRegular.svg#ObjectSansRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9rw5fj");
  src: url("../fonts/icomoon.eot?9rw5fj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9rw5fj") format("truetype"), url("../fonts/icomoon.woff?9rw5fj") format("woff"), url("../fonts/icomoon.svg?9rw5fj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=spark-], [class*=" spark-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spark-pinterest-icon:before {
  content: "\e91d";
}

.spark-instagram:before {
  content: "\e91c";
}

.spark-insta-icon:before {
  content: "\e91a";
}

.spark-twitter-icon:before {
  content: "\e91b";
}

.spark-digital-icon:before {
  content: "\e916";
}

.spark-data-icon:before {
  content: "\e917";
}

.spark-data:before {
  content: "\e918";
}

.spark-ai-icon:before {
  content: "\e919";
}

.spark-facebook1:before {
  content: "\e912";
}

.spark-linkedin1:before {
  content: "\e913";
}

.spark-twitter1:before {
  content: "\e914";
}

.spark-youtube1:before {
  content: "\e915";
}

.spark-Vector:before {
  content: "\e910";
}

.spark-button-arrow:before {
  content: "\e911";
}

.spark-back-top:before {
  content: "\e90f";
}

.spark-btn-arrow:before {
  content: "\e90e";
}

.spark-energy:before {
  content: "\e90b";
}

.spark-hi-tech:before {
  content: "\e90c";
}

.spark-retail-ecommerce:before {
  content: "\e90d";
}

.spark-right-arrow2:before {
  content: "\e90a";
}

.spark-right-arrow:before {
  content: "\e909";
}

.spark-facebook:before {
  content: "\e905";
}

.spark-linkedin:before {
  content: "\e906";
}

.spark-twitter:before {
  content: "\e907";
}

.spark-youtube:before {
  content: "\e908";
}

.spark-left-slide-arrow:before {
  content: "\e903";
}

.spark-right-slide-arrow:before {
  content: "\e904";
}

.spark-location:before {
  content: "\e902";
}

.spark-search-icon:before {
  content: "\e901";
}

.spark-submit:before {
  content: "\e900";
}

.o-button, .c-button > .vc_general.vc_btn3, input[type=submit], .yikes-easy-mc-submit-button span, .c-button > a.vc_general.vc_btn3:active, .c-button > a.vc_general.vc_btn3:focus, .o-button .vc_btn3.vc_btn3-color-grey {
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
}
.o-button .bottom, .c-button > .vc_general.vc_btn3 .bottom, input[type=submit] .bottom, .yikes-easy-mc-submit-button span .bottom, .c-button > a.vc_general.vc_btn3:active .bottom, .c-button > a.vc_general.vc_btn3:focus .bottom, .o-button .vc_btn3.vc_btn3-color-grey .bottom {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 137, 34, 0.15);
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 4rem;
}
.o-button .top, .c-button > .vc_general.vc_btn3 .top, input[type=submit] .top, .yikes-easy-mc-submit-button span .top, .c-button > a.vc_general.vc_btn3:active .top, .c-button > a.vc_general.vc_btn3:focus .top, .o-button .vc_btn3.vc_btn3-color-grey .top {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #EC8922;
  padding: 0.9rem 3.5rem 0.9rem 3.5rem;
  border-radius: 4rem;
  background: transparent;
}
.o-button .top .label, .c-button > .vc_general.vc_btn3 .top .label, input[type=submit] .top .label, .yikes-easy-mc-submit-button span .top .label, .c-button > a.vc_general.vc_btn3:active .top .label, .c-button > a.vc_general.vc_btn3:focus .top .label, .o-button .vc_btn3.vc_btn3-color-grey .top .label {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #ffffff;
}
.o-button .top .button-border, .c-button > .vc_general.vc_btn3 .top .button-border, input[type=submit] .top .button-border, .yikes-easy-mc-submit-button span .top .button-border, .c-button > a.vc_general.vc_btn3:active .top .button-border, .c-button > a.vc_general.vc_btn3:focus .top .button-border, .o-button .vc_btn3.vc_btn3-color-grey .top .button-border {
  position: absolute;
  background-color: rgba(236, 137, 34, 0.15);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.o-button .top .button-border.button-border-left, .c-button > .vc_general.vc_btn3 .top .button-border.button-border-left, input[type=submit] .top .button-border.button-border-left, .yikes-easy-mc-submit-button span .top .button-border.button-border-left, .c-button > a.vc_general.vc_btn3:active .top .button-border.button-border-left, .c-button > a.vc_general.vc_btn3:focus .top .button-border.button-border-left, .o-button .vc_btn3.vc_btn3-color-grey .top .button-border.button-border-left {
  left: -2px;
  bottom: -2px;
  width: 2px;
  height: 0;
}
.o-button .top .button-border.button-border-top, .c-button > .vc_general.vc_btn3 .top .button-border.button-border-top, input[type=submit] .top .button-border.button-border-top, .yikes-easy-mc-submit-button span .top .button-border.button-border-top, .c-button > a.vc_general.vc_btn3:active .top .button-border.button-border-top, .c-button > a.vc_general.vc_btn3:focus .top .button-border.button-border-top, .o-button .vc_btn3.vc_btn3-color-grey .top .button-border.button-border-top {
  left: -2px;
  top: -2px;
  width: 0;
  height: 2px;
}
.o-button .top .button-border.button-border-right, .c-button > .vc_general.vc_btn3 .top .button-border.button-border-right, input[type=submit] .top .button-border.button-border-right, .yikes-easy-mc-submit-button span .top .button-border.button-border-right, .c-button > a.vc_general.vc_btn3:active .top .button-border.button-border-right, .c-button > a.vc_general.vc_btn3:focus .top .button-border.button-border-right, .o-button .vc_btn3.vc_btn3-color-grey .top .button-border.button-border-right {
  right: -2px;
  top: -2px;
  width: 2px;
  height: 0;
}
.o-button .top .button-border.button-border-bottom, .c-button > .vc_general.vc_btn3 .top .button-border.button-border-bottom, input[type=submit] .top .button-border.button-border-bottom, .yikes-easy-mc-submit-button span .top .button-border.button-border-bottom, .c-button > a.vc_general.vc_btn3:active .top .button-border.button-border-bottom, .c-button > a.vc_general.vc_btn3:focus .top .button-border.button-border-bottom, .o-button .vc_btn3.vc_btn3-color-grey .top .button-border.button-border-bottom {
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 2px;
}
.o-button:hover .bottom, .c-button > .vc_general.vc_btn3:hover .bottom, input[type=submit]:hover .bottom, .yikes-easy-mc-submit-button span:hover .bottom, .c-button > a.vc_general.vc_btn3:active:hover .bottom, .c-button > a.vc_general.vc_btn3:focus:hover .bottom, .o-button .vc_btn3.vc_btn3-color-grey:hover .bottom {
  left: 0;
  top: 0;
  background-color: #EC8922;
}
.o-button:hover .top .label, .c-button > .vc_general.vc_btn3:hover .top .label, input[type=submit]:hover .top .label, .yikes-easy-mc-submit-button span:hover .top .label, .c-button > a.vc_general.vc_btn3:active:hover .top .label, .c-button > a.vc_general.vc_btn3:focus:hover .top .label, .o-button .vc_btn3.vc_btn3-color-grey:hover .top .label {
  color: #ffffff;
}

.link {
  margin-left: auto;
  text-align: right;
}
.link a {
  color: #E82B2C;
  position: relative;
  font-weight: 700;
  padding-right: 60px;
  text-transform: uppercase;
}
.link a::after {
  content: "";
  background-color: #E82B2C;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 0.2rem;
}
.link a:visited {
  color: #E82B2C;
}

.view-btn {
  background-color: rgba(0, 0, 0, 0.7);
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  transition: opacity 0.3s, transform 0.45s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  color: #ffffff;
  opacity: 0;
}
@media (max-width: 1600.98px) {
  .view-btn {
    width: 8rem;
    height: 8rem;
  }
}

input[type=submit], .wpcf7-submit {
  padding: 1rem 2rem;
  text-transform: uppercase;
  box-shadow: none;
  background-image: none;
  font-family: ObjectSansBold;
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  position: relative;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  display: inline-flex;
  transition: background 0.5s ease-out;
  border-radius: 0;
}
input[type=submit] i, .wpcf7-submit i {
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: 2rem;
}
@media (max-width: 1279.98px) {
  input[type=submit] i, .wpcf7-submit i {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  input[type=submit] i, .wpcf7-submit i {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
@media (max-width: 1600.98px) {
  input[type=submit], .wpcf7-submit {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  input[type=submit], .wpcf7-submit {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1023.98px) {
  input[type=submit], .wpcf7-submit {
    padding: 1rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  input[type=submit], .wpcf7-submit {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    padding: 0.8rem 1.6rem;
  }
}
input[type=submit]:hover, .wpcf7-submit:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 100%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  transition: background 0.5s ease-out;
}
input[type=submit]:hover i, .wpcf7-submit:hover i {
  color: #ffffff;
}

input[type=submit] {
  border: 0;
}

.o-button3 {
  color: #ffffff;
  display: inline-block;
}
.o-button3 a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  box-shadow: none;
  background-image: none;
  font-family: ObjectSansBold;
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  position: relative;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  display: inline-flex;
  transition: background 0.5s ease-out;
  line-height: 2rem !important;
}
.o-button3 a i {
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: 1.5rem;
}
@media (max-width: 1279.98px) {
  .o-button3 a i {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .o-button3 a i {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
@media (max-width: 1600.98px) {
  .o-button3 a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .o-button3 a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1023.98px) {
  .o-button3 a {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    padding: 0.8rem 1.6rem;
  }
}
.o-button3 a:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 100%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  transition: background 0.5s ease-out;
}
.o-button3 a:hover i {
  color: #ffffff;
}
.o-button3.secondary {
  color: #ffffff;
}
.o-button3.secondary a {
  background: transparent;
  border: 0.1rem solid #ffffff;
  color: #ffffff;
  transition: background 0.5s ease-out;
}
.o-button3.secondary a i {
  color: #ffffff;
}
.o-button3.secondary a:hover {
  background-color: #000000;
  border-color: #000000;
}
.o-button3.tertiary {
  color: #ffffff;
}
.o-button3.tertiary a {
  background: linear-gradient(135deg, #E72E2D 0%, #F28826 100%);
  color: #ffffff;
}
.o-button3.tertiary a i {
  color: #ffffff;
}
.o-button3.tertiary a:hover {
  background: linear-gradient(135deg, #FFCB05 0%, #F28826 100%);
  transition: background 0.5s ease-out;
}
.o-button3:hover i {
  -webkit-animation: arrow_right_cross 1s ease-in-out infinite;
  -moz-animation: arrow_right_cross 1s ease-in-out infinite;
  animation: arrow_right_cross 1s ease-in-out infinite;
}

@-webkit-keyframes arrow_right_cross {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
@-moz-keyframes arrow_right_cross {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
@keyframes arrow_right_cross {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton {
  padding: 1rem 2rem;
  text-transform: uppercase;
  box-shadow: none;
  background-image: none;
  font-family: ObjectSansBold;
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  position: relative;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  display: inline-flex;
  transition: background 0.5s ease-out;
  line-height: 2rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1600.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    padding: 0.8rem 1.6rem;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 100%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  color: #ffffff !important;
  transition: background 0.5s ease-out;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover i {
  color: #ffffff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-infobar-reject-btn {
  background: transparent;
  border: 0.1rem solid #ffffff !important;
  color: #ffffff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-infobar-reject-btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #000000 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
  padding: 1rem 2rem;
  text-transform: uppercase;
  box-shadow: none;
  background-image: none;
  font-family: ObjectSansBold;
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  position: relative;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  display: inline-flex;
  transition: background 0.5s ease-out;
  line-height: 2rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1600.98px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    padding: 0.8rem 1.6rem;
  }
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 100%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  color: #ffffff !important;
  transition: background 0.5s ease-out;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover i, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover i {
  color: #ffffff;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green.moove-gdpr-modal-reject-all, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green.moove-gdpr-modal-allow-all {
  background: transparent;
  border: 0.1rem solid #000000 !important;
  color: #000000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-reject-all:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green.moove-gdpr-modal-reject-all:hover, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green.moove-gdpr-modal-allow-all:hover {
  background-color: #000000;
  border-color: #ffffff;
  color: #ffffff !important;
}

html {
  box-sizing: border-box;
  height: auto;
  font-size: 62.5%;
  margin-top: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #ffffff;
  font-family: ObjectSansRegular !important;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.4rem;
  overflow-x: hidden;
  position: relative;
}
.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

.widget {
  margin: 0;
}

*:focus {
  outline: none !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a:focus, a:hover {
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
}

.btn-check:focus + .btn,
.btn:focus,
.btn-primary:active:focus {
  box-shadow: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a:visited {
  color: inherit;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.o-text,
.upload-file-section .required-doc,
.termspage p strong,
.filter-content .select-filter select,
.insight-listing #insights-tabs li a,
.indutries-section-btm .industries-block .industries-caption p,
.list-viw li,
.core-value h6,
footer .footer-row .footer-top-title,
.header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a,
.bootstrap-select .dropdown-toggle .filter-option,
.link a,
.view-btn,
.o-paragraph-large,
.o-button .top .label,
.c-button > .vc_general.vc_btn3 .top .label,
input[type=submit] .top .label,
.yikes-easy-mc-submit-button span .top .label,
.c-button > a.vc_general.vc_btn3:active .top .label,
.c-button > a.vc_general.vc_btn3:focus .top .label,
.o-button .vc_btn3.vc_btn3-color-grey .top .label {
  font-family: ObjectSansRegular;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

figure,
figure > div {
  width: 100%;
}

.post,
.page {
  margin: 0;
}

.entry-content {
  position: relative;
  overflow: hidden;
}

.vc_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vc_row:before, .vc_row:after {
  display: none;
}
.vc_row > div {
  float: none;
}
.vc_row .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .entry-content .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

body .container {
  max-width: 173rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto !important;
}
@media (max-width: 1600.98px) {
  body .container {
    max-width: 145rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1449.98px) {
  body .container {
    max-width: 133rem;
  }
}
@media (max-width: 1439.98px) {
  body .container {
    max-width: 128rem;
  }
}
@media (max-width: 1359.98px) {
  body .container {
    max-width: 120rem;
  }
}
@media (max-width: 1279.98px) {
  body .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1023.98px) {
  body .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  body .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container-inner {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
@media (max-width: 1600.98px) {
  .container-inner {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1439.98px) {
  .container-inner {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .container-inner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.d-none {
  display: none !important;
}

.meet-team-block .o-header--h1 h1,
.o-header--h1 {
  font-size: 10rem;
  line-height: 12rem;
}
@media (max-width: 1600.98px) {
  .meet-team-block .o-header--h1 h1,
  .o-header--h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .meet-team-block .o-header--h1 h1,
  .o-header--h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .meet-team-block .o-header--h1 h1,
  .o-header--h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .meet-team-block .o-header--h1 h1,
  .o-header--h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .meet-team-block .o-header--h1 h1,
  .o-header--h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .meet-team-block .o-header--h1 h1,
  .o-header--h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.blog-detail-section footer .footer-top h2.o-header--h2,
.news-detail-section footer .footer-top h2.o-header--h2,
.event-detail-section footer .footer-top h2.o-header--h2, .detail-main .custom-heading, .timeline-wrapper .timeline-container .timeline-title, .who-rysun-section .video-section .home-banner-description .o-header--h1, .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2,
.o-header--h2 {
  font-size: 6rem;
  line-height: 9rem;
}
@media (max-width: 1600.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2, .detail-main .custom-heading, .timeline-wrapper .timeline-container .timeline-title, .who-rysun-section .video-section .home-banner-description .o-header--h1, .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2,
  .o-header--h2 {
    font-size: 4.5rem;
    line-height: 6.5rem;
  }
}
@media (max-width: 1449.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2, .detail-main .custom-heading, .timeline-wrapper .timeline-container .timeline-title, .who-rysun-section .video-section .home-banner-description .o-header--h1, .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2,
  .o-header--h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (max-width: 1439.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2, .detail-main .custom-heading, .timeline-wrapper .timeline-container .timeline-title, .who-rysun-section .video-section .home-banner-description .o-header--h1, .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2,
  .o-header--h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2, .detail-main .custom-heading, .timeline-wrapper .timeline-container .timeline-title, .who-rysun-section .video-section .home-banner-description .o-header--h1, .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2,
  .o-header--h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2, .detail-main .custom-heading, .timeline-wrapper .timeline-container .timeline-title, .who-rysun-section .video-section .home-banner-description .o-header--h1, .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2,
  .o-header--h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.product-listing-section .product-listing-block .solution-block-left .o-header--h3, .blog-detail-section .o-header--h3, .blog-detail-section .post-outer .o-header--h3, .blog-filter .o-header--h3, .blog-listing-section .blog-listing-right .o-header--h3, .blog-detail-section h1.banner-title,
.news-detail-section h1.banner-title,
.event-detail-section h1.banner-title, .career-opportunity-section.omnichannel .custom-heading h3, .career-main-section .customer-success .o-header--h3, .career-main-section .growth-mindset-section .custom-heading h4, .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3, .no-results .page-title, .internal-banner .banner-description, .termspage h3, .termspage h4, .wayof-life-half-section .explore-text p, .wayoflife-section .wayof-life-inner-section .explore-text p, .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2, .retail-industry .insutry-cate-slider .slider-content-inner .slider-title, .indutries-section-btm .industries-block .industries-caption h4, .core-value-section .card-container .card-stack .card-list li.card h3,
.o-header--h3 {
  font-size: 4rem;
  line-height: 6rem;
}
@media (max-width: 1600.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-header--h3, .blog-detail-section .o-header--h3, .blog-detail-section .post-outer .o-header--h3, .blog-filter .o-header--h3, .blog-listing-section .blog-listing-right .o-header--h3, .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title, .career-opportunity-section.omnichannel .custom-heading h3, .career-main-section .customer-success .o-header--h3, .career-main-section .growth-mindset-section .custom-heading h4, .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3, .no-results .page-title, .internal-banner .banner-description, .termspage h3, .termspage h4, .wayof-life-half-section .explore-text p, .wayoflife-section .wayof-life-inner-section .explore-text p, .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2, .retail-industry .insutry-cate-slider .slider-content-inner .slider-title, .indutries-section-btm .industries-block .industries-caption h4, .core-value-section .card-container .card-stack .card-list li.card h3,
  .o-header--h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1439.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-header--h3, .blog-detail-section .o-header--h3, .blog-detail-section .post-outer .o-header--h3, .blog-filter .o-header--h3, .blog-listing-section .blog-listing-right .o-header--h3, .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title, .career-opportunity-section.omnichannel .custom-heading h3, .career-main-section .customer-success .o-header--h3, .career-main-section .growth-mindset-section .custom-heading h4, .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3, .no-results .page-title, .internal-banner .banner-description, .termspage h3, .termspage h4, .wayof-life-half-section .explore-text p, .wayoflife-section .wayof-life-inner-section .explore-text p, .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2, .retail-industry .insutry-cate-slider .slider-content-inner .slider-title, .indutries-section-btm .industries-block .industries-caption h4, .core-value-section .card-container .card-stack .card-list li.card h3,
  .o-header--h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 1279.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-header--h3, .blog-detail-section .o-header--h3, .blog-detail-section .post-outer .o-header--h3, .blog-filter .o-header--h3, .blog-listing-section .blog-listing-right .o-header--h3, .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title, .career-opportunity-section.omnichannel .custom-heading h3, .career-main-section .customer-success .o-header--h3, .career-main-section .growth-mindset-section .custom-heading h4, .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3, .no-results .page-title, .internal-banner .banner-description, .termspage h3, .termspage h4, .wayof-life-half-section .explore-text p, .wayoflife-section .wayof-life-inner-section .explore-text p, .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2, .retail-industry .insutry-cate-slider .slider-content-inner .slider-title, .indutries-section-btm .industries-block .industries-caption h4, .core-value-section .card-container .card-stack .card-list li.card h3,
  .o-header--h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-header--h3, .blog-detail-section .o-header--h3, .blog-detail-section .post-outer .o-header--h3, .blog-filter .o-header--h3, .blog-listing-section .blog-listing-right .o-header--h3, .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title, .career-opportunity-section.omnichannel .custom-heading h3, .career-main-section .customer-success .o-header--h3, .career-main-section .growth-mindset-section .custom-heading h4, .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3, .no-results .page-title, .internal-banner .banner-description, .termspage h3, .termspage h4, .wayof-life-half-section .explore-text p, .wayoflife-section .wayof-life-inner-section .explore-text p, .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2, .retail-industry .insutry-cate-slider .slider-content-inner .slider-title, .indutries-section-btm .industries-block .industries-caption h4, .core-value-section .card-container .card-stack .card-list li.card h3,
  .o-header--h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-header--h3, .blog-detail-section .o-header--h3, .blog-detail-section .post-outer .o-header--h3, .blog-filter .o-header--h3, .blog-listing-section .blog-listing-right .o-header--h3, .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title, .career-opportunity-section.omnichannel .custom-heading h3, .career-main-section .customer-success .o-header--h3, .career-main-section .growth-mindset-section .custom-heading h4, .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3, .no-results .page-title, .internal-banner .banner-description, .termspage h3, .termspage h4, .wayof-life-half-section .explore-text p, .wayoflife-section .wayof-life-inner-section .explore-text p, .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2, .retail-industry .insutry-cate-slider .slider-content-inner .slider-title, .indutries-section-btm .industries-block .industries-caption h4, .core-value-section .card-container .card-stack .card-list li.card h3,
  .o-header--h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.career-form-section .o-body-medium, .termspage h4, .core-value-section .card-container .card-stack .card-list li.card ul li, .contact-block .o-header--h2 a, .service-listing-main .service-listing .service-content-block .service-title,
.o-header--h4 {
  font-size: 3rem;
  line-height: 4rem;
}
@media (max-width: 1600.98px) {
  .career-form-section .o-body-medium, .termspage h4, .core-value-section .card-container .card-stack .card-list li.card ul li, .contact-block .o-header--h2 a, .service-listing-main .service-listing .service-content-block .service-title,
  .o-header--h4 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1279.98px) {
  .career-form-section .o-body-medium, .termspage h4, .core-value-section .card-container .card-stack .card-list li.card ul li, .contact-block .o-header--h2 a, .service-listing-main .service-listing .service-content-block .service-title,
  .o-header--h4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .o-body-medium, .termspage h4, .core-value-section .card-container .card-stack .card-list li.card ul li, .contact-block .o-header--h2 a, .service-listing-main .service-listing .service-content-block .service-title,
  .o-header--h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.o-header--h5 {
  font-size: 2.604vw;
  line-height: 6.8rem;
}
@media (max-width: 1279.98px) {
  .o-header--h5 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.timelineSwiper-btm .swiper-wrapper .swiper-slide li a, .contact-form-main-section .o-header--h5, .team-listing .team-member .team-member-detail .o-header--h5,
.o-header--h6 {
  font-size: 2.292vw;
  line-height: 4.4rem;
}
@media (max-width: 1279.98px) {
  .timelineSwiper-btm .swiper-wrapper .swiper-slide li a, .contact-form-main-section .o-header--h5, .team-listing .team-member .team-member-detail .o-header--h5,
  .o-header--h6 {
    line-height: 1.8rem;
  }
}

.post .blog-banner-content .o-body-large, .upload-file-section label, .career-opportunity-section .career-para-btm p, .job-wrapper .job-content p strong, .job-wrapper .job-description, .career-main-section .growth-mindset-section .career-para-btm p, .services .service-block-spark .service-block-spark-inner .service-description p, .retail-industry .insutry-cate-slider .slider-content-inner .slider-description, .breadcrumb ul .breadcrumb-item, .team-listing .team-member .team-member-detail .o-body-large, .business-impact-section .swiper-pagination-fraction, .business-impact-section .slider-content .slider-content-inner .slider-description, .business-impact-section .slider-content .slider-content-inner .slider-title, footer .footer-row .footer-right .contact-form h4, footer .footer-row .footer-btm-section .footer-right .contact-form h4,
.o-body-large {
  font-size: 3rem;
  line-height: 4rem;
}
@media (max-width: 1600.98px) {
  .post .blog-banner-content .o-body-large, .upload-file-section label, .career-opportunity-section .career-para-btm p, .job-wrapper .job-content p strong, .job-wrapper .job-description, .career-main-section .growth-mindset-section .career-para-btm p, .services .service-block-spark .service-block-spark-inner .service-description p, .retail-industry .insutry-cate-slider .slider-content-inner .slider-description, .breadcrumb ul .breadcrumb-item, .team-listing .team-member .team-member-detail .o-body-large, .business-impact-section .swiper-pagination-fraction, .business-impact-section .slider-content .slider-content-inner .slider-description, .business-impact-section .slider-content .slider-content-inner .slider-title, footer .footer-row .footer-right .contact-form h4, footer .footer-row .footer-btm-section .footer-right .contact-form h4,
  .o-body-large {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1279.98px) {
  .post .blog-banner-content .o-body-large, .upload-file-section label, .career-opportunity-section .career-para-btm p, .job-wrapper .job-content p strong, .job-wrapper .job-description, .career-main-section .growth-mindset-section .career-para-btm p, .services .service-block-spark .service-block-spark-inner .service-description p, .retail-industry .insutry-cate-slider .slider-content-inner .slider-description, .breadcrumb ul .breadcrumb-item, .team-listing .team-member .team-member-detail .o-body-large, .business-impact-section .swiper-pagination-fraction, .business-impact-section .slider-content .slider-content-inner .slider-description, .business-impact-section .slider-content .slider-content-inner .slider-title, footer .footer-row .footer-right .contact-form h4, footer .footer-row .footer-btm-section .footer-right .contact-form h4,
  .o-body-large {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .post .blog-banner-content .o-body-large, .upload-file-section label, .career-opportunity-section .career-para-btm p, .job-wrapper .job-content p strong, .job-wrapper .job-description, .career-main-section .growth-mindset-section .career-para-btm p, .services .service-block-spark .service-block-spark-inner .service-description p, .retail-industry .insutry-cate-slider .slider-content-inner .slider-description, .breadcrumb ul .breadcrumb-item, .team-listing .team-member .team-member-detail .o-body-large, .business-impact-section .swiper-pagination-fraction, .business-impact-section .slider-content .slider-content-inner .slider-description, .business-impact-section .slider-content .slider-content-inner .slider-title, footer .footer-row .footer-right .contact-form h4, footer .footer-row .footer-btm-section .footer-right .contact-form h4,
  .o-body-large {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.product-listing-section .product-listing-block .solution-block-left .o-body-medium, .tag-section .o-body-medium, .blog-detail-section .o-body-medium,
.blog-detail-section h2,
.blog-detail-section h3,
.blog-detail-section h4,
.blog-detail-section h5,
.blog-detail-section h6,
.news-detail-section .o-body-medium,
.news-detail-section h2,
.news-detail-section h3,
.news-detail-section h4,
.news-detail-section h5,
.news-detail-section h6,
.event-detail-section .o-body-medium,
.event-detail-section h2,
.event-detail-section h3,
.event-detail-section h4,
.event-detail-section h5,
.event-detail-section h6, .blog-img-section .o-body-medium, .blog-para .o-body-medium, .casestudy-overview .overview-block .o-body-medium, .why-rysun-main-section .o-body-medium, .termspage p, .new-name-section .text-desc p, .home .wayof-life-half-section > .vc_column-inner .explore-text p, .detail-main p, .whyrysun-section .whyrysun-block .vc_col-sm-8 p, .certificate-partner-section .o-body-medium, .milestone-section .milestone-desc .milestone-title, .timeline-contents .milestone-desc .milestone-title, .who-rysun-section .who-rysun-section-inner-btm .about-para-right p, .about-company .spark-description p,
.o-body-medium {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media (max-width: 1600.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-medium, .tag-section .o-body-medium, .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6, .blog-img-section .o-body-medium, .blog-para .o-body-medium, .casestudy-overview .overview-block .o-body-medium, .why-rysun-main-section .o-body-medium, .termspage p, .new-name-section .text-desc p, .home .wayof-life-half-section > .vc_column-inner .explore-text p, .detail-main p, .whyrysun-section .whyrysun-block .vc_col-sm-8 p, .certificate-partner-section .o-body-medium, .milestone-section .milestone-desc .milestone-title, .timeline-contents .milestone-desc .milestone-title, .who-rysun-section .who-rysun-section-inner-btm .about-para-right p, .about-company .spark-description p,
  .o-body-medium {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1279.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-medium, .tag-section .o-body-medium, .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6, .blog-img-section .o-body-medium, .blog-para .o-body-medium, .casestudy-overview .overview-block .o-body-medium, .why-rysun-main-section .o-body-medium, .termspage p, .new-name-section .text-desc p, .home .wayof-life-half-section > .vc_column-inner .explore-text p, .detail-main p, .whyrysun-section .whyrysun-block .vc_col-sm-8 p, .certificate-partner-section .o-body-medium, .milestone-section .milestone-desc .milestone-title, .timeline-contents .milestone-desc .milestone-title, .who-rysun-section .who-rysun-section-inner-btm .about-para-right p, .about-company .spark-description p,
  .o-body-medium {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-medium, .tag-section .o-body-medium, .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6, .blog-img-section .o-body-medium, .blog-para .o-body-medium, .casestudy-overview .overview-block .o-body-medium, .why-rysun-main-section .o-body-medium, .termspage p, .new-name-section .text-desc p, .home .wayof-life-half-section > .vc_column-inner .explore-text p, .detail-main p, .whyrysun-section .whyrysun-block .vc_col-sm-8 p, .certificate-partner-section .o-body-medium, .milestone-section .milestone-desc .milestone-title, .timeline-contents .milestone-desc .milestone-title, .who-rysun-section .who-rysun-section-inner-btm .about-para-right p, .about-company .spark-description p,
  .o-body-medium {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.product-listing-section .product-listing-block .solution-block-left .o-body-small, .success-story-detail-section #download-pdf-form h2, .share-block .social-share-links p, .impact-section.casestudy-impace-section .impact-block .impact-title, .small-title.about-small-title h2, .rysun-contact-title, .small-title,
.o-body-small {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-small, .success-story-detail-section #download-pdf-form h2, .share-block .social-share-links p, .impact-section.casestudy-impace-section .impact-block .impact-title, .small-title.about-small-title h2, .rysun-contact-title, .small-title,
  .o-body-small {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.upload-file-section .required-doc, .termspage p strong, .filter-content .select-filter select, .insight-listing #insights-tabs li a, .indutries-section-btm .industries-block .industries-caption p, .list-viw li, .core-value h6, footer .footer-row .footer-top-title, .header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a, .bootstrap-select .dropdown-toggle .filter-option, .link a, .view-btn,
.o-paragraph-large {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (max-width: 1600.98px) {
  .upload-file-section .required-doc, .termspage p strong, .filter-content .select-filter select, .insight-listing #insights-tabs li a, .indutries-section-btm .industries-block .industries-caption p, .list-viw li, .core-value h6, footer .footer-row .footer-top-title, .header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a, .bootstrap-select .dropdown-toggle .filter-option, .link a, .view-btn,
  .o-paragraph-large {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1279.98px) {
  .upload-file-section .required-doc, .termspage p strong, .filter-content .select-filter select, .insight-listing #insights-tabs li a, .indutries-section-btm .industries-block .industries-caption p, .list-viw li, .core-value h6, footer .footer-row .footer-top-title, .header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a, .bootstrap-select .dropdown-toggle .filter-option, .link a, .view-btn,
  .o-paragraph-large {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1023.98px) {
  .upload-file-section .required-doc, .termspage p strong, .filter-content .select-filter select, .insight-listing #insights-tabs li a, .indutries-section-btm .industries-block .industries-caption p, .list-viw li, .core-value h6, footer .footer-row .footer-top-title, .header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a, .bootstrap-select .dropdown-toggle .filter-option, .link a, .view-btn,
  .o-paragraph-large {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .upload-file-section .required-doc, .termspage p strong, .filter-content .select-filter select, .insight-listing #insights-tabs li a, .indutries-section-btm .industries-block .industries-caption p, .list-viw li, .core-value h6, footer .footer-row .footer-top-title, .header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a, .bootstrap-select .dropdown-toggle .filter-option, .link a, .view-btn,
  .o-paragraph-large {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.event-detail-section .nav-links .nav-subtitle, .news-detail-section .nav-links .nav-subtitle, .success-story-detail-section .nav-links .nav-subtitle, .blog-banner-date .blog-category, .post .blog-banner-content .post-excerpt, .post .blog-banner-content .blog-banner-date .blog-category, .cky-consent-bar p a, .cky-consent-bar p, #cookie-notice .cookie-notice-container, .success-story-detail-section #download-pdf-form label, .success-story-detail-section #download-pdf-form p, .casestudy-overview .overview-block .o-paragraph-medium, .job-wrapper .job-experience p, .career-main-section .vc_tta-tabs-list .vc_tta-tab a, .no-results .page-content p, .search-form h3, .search-form p, .section-row ul li, .business-impact-section .slider-content .slider-content-inner .slider-solutions, .business-impact-section .slider-content .slider-content-inner .slider-category, .post-outer.insights-section-wrapper .post .blog-banner-content .blog-banner-date .post-date, .infinite-impact ul li, .core-value ul li, footer .footer-row .footer-btm-section .footer-social-link ul li a, footer .footer-row .footer-btm-section .menu .footer-social-link ul li a, .right-contact-section a, .contact-form.common-form .form label,
.o-paragraph-medium {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.blog-filter .accordion .accordion-item .accordion-button h3, .post .blog-banner-content .solutions, .post .blog-banner-img span, .tag-section .tag-listing .tag-block p, .job-wrapper .job-detail .job-details-block .job-detail-skills ul li, .job-wrapper .job-experience, .career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input, .news-detail-section .internal-banner .blog-inner-date, .event-detail-section .internal-banner .blog-inner-date, .news-detail-section .internal-banner .blog-inner-cate, .event-detail-section .internal-banner .blog-inner-cate, .blog-detail-section .internal-banner .blog-inner-cate, .blogs-banner .banner-inner .blog-banner-content .solutions, .common-pagination .page-numbers, .contact-form .form label.error, .contact-form .form input, .contact-form .form select, .contact-form .form textarea, .contact-form p.contact-link, footer .footer-btm .footer-country-flag ul li, footer .footer-btm .footer-btm-links ul li a, footer .footer-btm .site-info p, .header-main .header-nav .main-navigation ul .sub-menu li a, .contact-form.common-form .form .contatc-no p .dropdown .handle, .contact-form.common-form .form input,
.contact-form.common-form .form select,
.contact-form.common-form .form textarea, .contact-form.common-form p.contact-link,
.o-paragraph-small {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 1449.98px) {
  .blog-filter .accordion .accordion-item .accordion-button h3, .post .blog-banner-content .solutions, .post .blog-banner-img span, .tag-section .tag-listing .tag-block p, .job-wrapper .job-detail .job-details-block .job-detail-skills ul li, .job-wrapper .job-experience, .career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input, .news-detail-section .internal-banner .blog-inner-date, .event-detail-section .internal-banner .blog-inner-date, .news-detail-section .internal-banner .blog-inner-cate, .event-detail-section .internal-banner .blog-inner-cate, .blog-detail-section .internal-banner .blog-inner-cate, .blogs-banner .banner-inner .blog-banner-content .solutions, .common-pagination .page-numbers, .contact-form .form label.error, .contact-form .form input, .contact-form .form select, .contact-form .form textarea, .contact-form p.contact-link, footer .footer-btm .footer-country-flag ul li, footer .footer-btm .footer-btm-links ul li a, footer .footer-btm .site-info p, .header-main .header-nav .main-navigation ul .sub-menu li a, .contact-form.common-form .form .contatc-no p .dropdown .handle, .contact-form.common-form .form input,
  .contact-form.common-form .form select,
  .contact-form.common-form .form textarea, .contact-form.common-form p.contact-link,
  .o-paragraph-small {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.blog-banner-date .post-date, .blog-filter .accordion .accordion-item .accordion-body ul li, .post .blog-banner-content .blog-banner-date .post-date, .cky-btn-reject, .cky-btn-accept, .success-story-detail-section #download-pdf-form .error, .note-section .note, .blog-detail-section .internal-banner .blog-inner-date, .header-main .header-nav .main-navigation ul li a, input[type=submit], .wpcf7-submit,
.o-button3 a, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green,
.o-paragraph-extra-small {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.custom-heading h3 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .custom-heading h3 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .custom-heading h3 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .custom-heading h3 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .custom-heading h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .custom-heading h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.custom-title h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  font-family: ObjectSansBold;
}
@media (max-width: 1449.98px) {
  .custom-title h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .custom-title h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1023.98px) {
  .custom-title h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 767.98px) {
  .custom-title h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.small-title {
  font-family: "ObjectSansBold";
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 4rem;
}
@media (max-width: 1600.98px) {
  .small-title {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .small-title {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1359.98px) {
  .small-title {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .small-title {
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .small-title {
    padding-bottom: 1rem;
  }
}

.tag-section, .blog-detail-section .career-opportunity-section,
.news-detail-section .career-opportunity-section,
.event-detail-section .career-opportunity-section, .blog-detail-section .o-body-medium,
.blog-detail-section h2,
.blog-detail-section h3,
.blog-detail-section h4,
.blog-detail-section h5,
.blog-detail-section h6,
.news-detail-section .o-body-medium,
.news-detail-section h2,
.news-detail-section h3,
.news-detail-section h4,
.news-detail-section h5,
.news-detail-section h6,
.event-detail-section .o-body-medium,
.event-detail-section h2,
.event-detail-section h3,
.event-detail-section h4,
.event-detail-section h5,
.event-detail-section h6, .business-impact-section,
.pt-100 {
  padding-top: 10rem !important;
}
@media (max-width: 1600.98px) {
  .tag-section, .blog-detail-section .career-opportunity-section,
  .news-detail-section .career-opportunity-section,
  .event-detail-section .career-opportunity-section, .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6, .business-impact-section,
  .pt-100 {
    padding-top: 7rem !important;
  }
}
@media (max-width: 1449.98px) {
  .tag-section, .blog-detail-section .career-opportunity-section,
  .news-detail-section .career-opportunity-section,
  .event-detail-section .career-opportunity-section, .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6, .business-impact-section,
  .pt-100 {
    padding-top: 6rem !important;
  }
}
@media (max-width: 1359.98px) {
  .tag-section, .blog-detail-section .career-opportunity-section,
  .news-detail-section .career-opportunity-section,
  .event-detail-section .career-opportunity-section, .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6, .business-impact-section,
  .pt-100 {
    padding-top: 4rem !important;
  }
}

.pt-80 {
  padding-top: 8rem !important;
}
@media (max-width: 1449.98px) {
  .pt-80 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1359.98px) {
  .pt-80 {
    padding-top: 2rem !important;
  }
}

.event-gallery, .event-detail-title, .event-detail-section h1, .services-blue-block.service-brightening, .stories-section, .service-block,
.pt-200 {
  padding-top: 15rem;
}
@media (max-width: 1600.98px) {
  .event-gallery, .event-detail-title, .event-detail-section h1, .services-blue-block.service-brightening, .stories-section, .service-block,
  .pt-200 {
    padding-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .event-gallery, .event-detail-title, .event-detail-section h1, .services-blue-block.service-brightening, .stories-section, .service-block,
  .pt-200 {
    padding-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .event-gallery, .event-detail-title, .event-detail-section h1, .services-blue-block.service-brightening, .stories-section, .service-block,
  .pt-200 {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .event-gallery, .event-detail-title, .event-detail-section h1, .services-blue-block.service-brightening, .stories-section, .service-block,
  .pt-200 {
    padding-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .event-gallery, .event-detail-title, .event-detail-section h1, .services-blue-block.service-brightening, .stories-section, .service-block,
  .pt-200 {
    padding-top: 5rem;
  }
}

.blogs-banner .banner-inner,
.pb-200 {
  padding-bottom: 20rem;
}
@media (max-width: 1600.98px) {
  .blogs-banner .banner-inner,
  .pb-200 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .blogs-banner .banner-inner,
  .pb-200 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .blogs-banner .banner-inner,
  .pb-200 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .blogs-banner .banner-inner,
  .pb-200 {
    padding-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .blogs-banner .banner-inner,
  .pb-200 {
    padding-bottom: 5rem;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-200 {
  margin-top: 15rem;
}
@media (max-width: 1600.98px) {
  .mt-200 {
    margin-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .mt-200 {
    margin-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .mt-200 {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .mt-200 {
    margin-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .mt-200 {
    margin-top: 5rem;
  }
}

.p-0 {
  padding: 0 !important;
}

.mt-250 {
  margin-top: 25rem;
}

body .site-main {
  margin: 0;
  padding-top: 0;
}

.home .entry-header {
  display: none;
}
.home .site-main {
  padding-top: 0;
}

.entry-title {
  display: none;
}

.common-para p {
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: DM Sans;
  font-weight: 400;
}
@media (max-width: 1449.98px) {
  .common-para p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1359.98px) {
  .common-para p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .common-para p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .common-para p {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
  }
}

.common-listing {
  max-width: 100% !important;
}
.common-listing ul li {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  color: #333333;
  position: relative;
  padding: 1.5rem 0 1.5rem 2.5rem;
}
@media (max-width: 1449.98px) {
  .common-listing ul li {
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 1rem 0 1rem 2.5rem;
  }
}
@media (max-width: 1366px) {
  .common-listing ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 1rem 0 1rem 2rem;
  }
}
@media (max-width: 1279.98px) {
  .common-listing ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0.8rem 0 0.8rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .common-listing ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.5rem 0 0.5rem 2rem;
  }
}
.common-listing ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: linear-gradient(135.73deg, #E98824 17.2%, #E62E2E 78.52%);
  position: absolute;
  left: 0;
  top: 2.6rem;
  border-radius: 100%;
  display: block;
}
@media (max-width: 1449.98px) {
  .common-listing ul li:before {
    top: 2.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 1366px) {
  .common-listing ul li:before {
    top: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .common-listing ul li:before {
    top: 1.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 1023.98px) {
  .common-listing ul li:before {
    top: 1.7rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767.98px) {
  .common-listing ul li:before {
    top: 1.2rem;
  }
}
.common-listing ul li a {
  font-weight: 700;
  color: #2D2F8F;
}
.common-listing ul li a:hover {
  color: #E98824;
}

.common-paragraph.o-header--h2 {
  font-family: "ObjectSansBold";
  font-weight: 400;
  color: #333333;
  max-width: 61rem;
}
.common-paragraph.o-header--h2 strong {
  font-weight: 700;
  color: #2D2F8F;
}
@media (max-width: 1449.98px) {
  .common-paragraph.o-header--h2 {
    max-width: 30rem;
  }
}

.home .entry-content {
  margin-top: 0;
}

.box-section {
  background: linear-gradient(92.53deg, rgba(255, 255, 255, 0.28) 0%, rgba(46, 47, 143, 0.105) 101.52%);
  border: 1px solid #FFFFFF;
  box-shadow: 15px 15px 100px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(10px);
  padding: 5rem 5rem !important;
  position: relative;
  z-index: 9;
  display: block;
}
@media (max-width: 1359.98px) {
  .box-section {
    padding: 3rem 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .box-section {
    padding: 3rem 1.5rem !important;
  }
}
.box-section .o-header--h3 {
  color: #000000;
  font-weight: 700;
  max-width: 152rem;
  font-family: ObjectSansBold;
}
@media (max-width: 767.98px) {
  .box-section p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.box-outer-section {
  position: relative;
}
.box-outer-section::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-outer-img.webp);
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 10.5rem;
  z-index: 9;
  width: 350px;
  height: 46.8rem;
  display: block;
}
@media (max-width: 1600.98px) {
  .box-outer-section::before {
    top: 7rem;
    width: 280px;
  }
}
@media (max-width: 1449.98px) {
  .box-outer-section::before {
    top: 7rem;
    width: 250px;
    height: 240px;
  }
}
@media (max-width: 1439.98px) {
  .box-outer-section::before {
    top: 4.5rem;
    width: 210px;
  }
}
@media (max-width: 1279.98px) {
  .box-outer-section::before {
    top: 3.5rem;
    width: 160px;
    height: 185px;
  }
}
@media (max-width: 1023.98px) {
  .box-outer-section::before {
    top: 4rem;
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .box-outer-section::before {
    content: none !important;
  }
}
.box-outer-section > .vc_column_container {
  position: relative;
}
.box-outer-section > .vc_column_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 41.5rem;
  left: 0px;
  top: 937px;
  background: linear-gradient(180deg, #FFFFFF 29.64%, #702E8E 65.55%, #2D2F8F 99.27%);
  display: block;
  opacity: 0.07;
  left: 0;
  top: -23rem;
  z-index: -1;
  display: block;
}
@media (max-width: 1600.98px) {
  .box-outer-section > .vc_column_container::before {
    height: 25.5rem;
    top: -11rem;
  }
}
@media (max-width: 1449.98px) {
  .box-outer-section > .vc_column_container::before {
    height: 24.5rem;
  }
}
@media (max-width: 1439.98px) {
  .box-outer-section > .vc_column_container::before {
    height: 26rem;
    top: -13rem;
  }
}
@media (max-width: 1359.98px) {
  .box-outer-section > .vc_column_container::before {
    height: 20.5rem;
    top: -8rem;
  }
}
@media (max-width: 1279.98px) {
  .box-outer-section > .vc_column_container::before {
    height: 21.5rem;
    top: -11rem;
  }
}
@media (max-width: 767.98px) {
  .box-outer-section > .vc_column_container::before {
    height: 15.5rem;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .box-outer-section .container {
    padding: 0;
  }
}
.box-outer-section .container:before {
  content: "";
  position: absolute;
  background: linear-gradient(312.05deg, #23A7E0 0%, #2D2F8F 22.79%, #702E8E 42.51%, #E62E2E 64.86%, #E98824 84.53%, #FFCC06 100%);
  display: block;
  opacity: 0.4;
  filter: blur(50px);
  width: 183.07px;
  height: 183.07px;
  left: 4rem;
  top: -2rem;
  display: block;
}
@media (max-width: 1600.98px) {
  .box-outer-section .container:before {
    width: 145.07px;
    height: 121.07px;
    left: 2rem;
    top: -1rem;
  }
}
@media (max-width: 1449.98px) {
  .box-outer-section .container:before {
    width: 130.07px;
    height: 115.07px;
    left: 2rem;
    top: 0;
  }
}
@media (max-width: 1279.98px) {
  .box-outer-section .container:before {
    width: 120.07px;
    height: 95.07px;
    left: 0rem;
    top: 0;
  }
}
@media (max-width: 1023.98px) {
  .box-outer-section .container:before {
    width: 52.07px;
    height: 48.07px;
  }
}
.box-outer-section .container:after {
  content: "";
  position: absolute;
  background: linear-gradient(312.05deg, #23A7E0 0%, #2D2F8F 22.79%, #702E8E 42.51%, #E62E2E 64.86%, #E98824 84.53%, #FFCC06 100%);
  opacity: 0.25;
  filter: blur(50px);
  width: 24.2rem;
  height: 24.2rem;
  right: 1rem;
  bottom: 40rem;
  display: block;
}
@media (max-width: 1600.98px) {
  .box-outer-section .container:after {
    width: 7.2rem;
    height: 15.2rem;
    right: 5rem;
    bottom: 38rem;
  }
}
@media (max-width: 1449.98px) {
  .box-outer-section .container:after {
    bottom: 35rem;
  }
}
@media (max-width: 1279.98px) {
  .box-outer-section .container:after {
    bottom: 38rem;
    width: 5.2rem;
    height: 13.2rem;
    right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .box-outer-section .container:after {
    bottom: 26rem;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
.yikes-easy-mc-form input[type=email],
.yikes-easy-mc-form input[type=number],
.yikes-easy-mc-form input[type=password],
.yikes-easy-mc-form input[type=text],
.yikes-easy-mc-form input[type=url],
.yikes-easy-mc-form select,
.yikes-easy-mc-form textarea {
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-radius: 1rem;
  color: #ffffff;
  display: block;
  font-family: ObjectSansRegular;
  font-size: 1.8rem;
  line-height: 3.4rem;
  padding: 1.5rem 3rem;
  width: 100%;
  background-color: transparent !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
.yikes-easy-mc-form input[type=email]:focus,
.yikes-easy-mc-form input[type=number]:focus,
.yikes-easy-mc-form input[type=password]:focus,
.yikes-easy-mc-form input[type=text]:focus,
.yikes-easy-mc-form input[type=url]:focus,
.yikes-easy-mc-form select:focus,
.yikes-easy-mc-form textarea:focus {
  border-color: #CCCCCC !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.yikes-easy-mc-form input[type=email]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type=number]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type=password]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type=text]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type=url]::-webkit-input-placeholder,
.yikes-easy-mc-form select::-webkit-input-placeholder,
.yikes-easy-mc-form textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
.yikes-easy-mc-form input[type=email]:-moz-placeholder,
.yikes-easy-mc-form input[type=email]::-moz-placeholder,
.yikes-easy-mc-form input[type=number]:-moz-placeholder,
.yikes-easy-mc-form input[type=number]::-moz-placeholder,
.yikes-easy-mc-form input[type=password]:-moz-placeholder,
.yikes-easy-mc-form input[type=password]::-moz-placeholder,
.yikes-easy-mc-form input[type=text]:-moz-placeholder,
.yikes-easy-mc-form input[type=text]::-moz-placeholder,
.yikes-easy-mc-form input[type=url]:-moz-placeholder,
.yikes-easy-mc-form input[type=url]::-moz-placeholder,
.yikes-easy-mc-form select:-moz-placeholder,
.yikes-easy-mc-form select::-moz-placeholder,
.yikes-easy-mc-form textarea:-moz-placeholder,
.yikes-easy-mc-form textarea::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
.yikes-easy-mc-form input[type=email]:-ms-input-placeholder,
.yikes-easy-mc-form input[type=email]::-ms-input-placeholder,
.yikes-easy-mc-form input[type=number]:-ms-input-placeholder,
.yikes-easy-mc-form input[type=number]::-ms-input-placeholder,
.yikes-easy-mc-form input[type=password]:-ms-input-placeholder,
.yikes-easy-mc-form input[type=password]::-ms-input-placeholder,
.yikes-easy-mc-form input[type=text]:-ms-input-placeholder,
.yikes-easy-mc-form input[type=text]::-ms-input-placeholder,
.yikes-easy-mc-form input[type=url]:-ms-input-placeholder,
.yikes-easy-mc-form input[type=url]::-ms-input-placeholder,
.yikes-easy-mc-form select:-ms-input-placeholder,
.yikes-easy-mc-form select::-ms-input-placeholder,
.yikes-easy-mc-form textarea:-ms-input-placeholder,
.yikes-easy-mc-form textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
.yikes-easy-mc-form input[type=email]::placeholder,
.yikes-easy-mc-form input[type=number]::placeholder,
.yikes-easy-mc-form input[type=password]::placeholder,
.yikes-easy-mc-form input[type=text]::placeholder,
.yikes-easy-mc-form input[type=url]::placeholder,
.yikes-easy-mc-form select::placeholder,
.yikes-easy-mc-form textarea::placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
@media (max-width: 1449.98px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  .yikes-easy-mc-form input[type=email],
  .yikes-easy-mc-form input[type=number],
  .yikes-easy-mc-form input[type=password],
  .yikes-easy-mc-form input[type=text],
  .yikes-easy-mc-form input[type=url],
  .yikes-easy-mc-form select,
  .yikes-easy-mc-form textarea {
    height: 4rem;
  }
}
@media (max-width: 1023.98px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea,
  .yikes-easy-mc-form input[type=email],
  .yikes-easy-mc-form input[type=number],
  .yikes-easy-mc-form input[type=password],
  .yikes-easy-mc-form input[type=text],
  .yikes-easy-mc-form input[type=url],
  .yikes-easy-mc-form select,
  .yikes-easy-mc-form textarea {
    height: 4rem;
    padding: 0.7rem 1.5rem;
  }
}

textarea {
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  height: 18rem;
  resize: none;
}
textarea:focus {
  border-color: #CCCCCC;
}
textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
textarea::placeholder {
  color: #CCCCCC;
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.wpcf7-form-control:focus,
.yikes-easy-mc-form input:focus {
  border: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #CCCCCC !important;
  opacity: 1 !important;
}

.bootstrap-select {
  position: relative;
  display: inline-block;
}
.bootstrap-select > select {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.5px;
  display: block;
  padding: 0;
  opacity: 0;
  border: none;
}
.bootstrap-select .dropdown-toggle {
  background: transparent;
  border: 1px solid #333333;
  border-radius: 7px;
  padding: 0px;
  height: 60px;
}
@media (max-width: 1449.98px) {
  .bootstrap-select .dropdown-toggle {
    height: 4rem;
  }
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option {
  color: #333333;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: 0px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-option {
  color: #333333;
  padding: 17px 40px 17px 15px;
  border: none;
  text-align: left;
}
@media (max-width: 1600.98px) {
  .bootstrap-select .dropdown-toggle .filter-option {
    width: 200px;
  }
}
@media (max-width: 1449.98px) {
  .bootstrap-select .dropdown-toggle .filter-option {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 7px 30px 7px 15px;
    width: 165px;
  }
}
@media (max-width: 1279.98px) {
  .bootstrap-select .dropdown-toggle .filter-option {
    width: 125px;
  }
}
.bootstrap-select .dropdown-toggle:after {
  content: "";
  background: url("../images/select-arrow.svg") no-repeat left top;
  display: block;
  position: absolute;
  top: 29px;
  right: 15px;
  margin: 0px;
  background-size: 100% auto;
  width: 11px;
  height: 6px;
  border: none;
}
@media (max-width: 1449.98px) {
  .bootstrap-select .dropdown-toggle:after {
    top: 18px;
    right: 10px;
  }
}
.bootstrap-select .dropdown-menu {
  background: #333333;
  border: 1px solid #333333;
  box-shadow: none;
  border-radius: 7px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 210px;
}
.bootstrap-select .dropdown-menu.show {
  display: block;
  opacity: 1;
}
@media (min-width: 480px) {
  .bootstrap-select .dropdown-menu {
    top: 100% !important;
    margin: 1rem 0;
    transform: none !important;
  }
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner {
  width: 100%;
  background: transparent;
  border: none;
  position: static;
  opacity: 1;
  display: inline-block;
  min-width: auto;
  margin: 0;
}
.bootstrap-select .dropdown-menu ul {
  padding-top: 5px;
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu ul li {
  padding: 4px 0;
}
.bootstrap-select .dropdown-menu ul li a {
  padding: 3px 20px;
  line-height: 26px;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #333333;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .bootstrap-select .dropdown-menu ul li a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.bootstrap-select .dropdown-menu ul li.active a, .bootstrap-select .dropdown-menu ul li:hover a {
  color: #333333;
  background: rgba(59, 32, 13, 0.05);
}
.bootstrap-select .dropdown-menu ul li.disabled .check-mark {
  opacity: 0;
}
@media (max-width: 1023.98px) {
  .bootstrap-select .dropdown-menu {
    min-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-select .dropdown-menu {
    min-width: 150px;
    margin: 5px 0;
  }
}

.contact-form.common-form {
  position: relative;
  display: block;
  z-index: 2;
  padding: 4rem 4rem 4rem 4rem;
  overflow: hidden;
  transition: all 0.5s ease-out;
  border: 1.5px solid #CCCCCC;
  background: #F8F8F8;
  box-shadow: 15px 15px 90px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1600.98px) {
  .contact-form.common-form {
    padding: 4rem 3rem 4rem 3rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-form.common-form {
    padding: 3rem 2rem 3rem 2rem;
  }
}
.contact-form.common-form input[type=text],
.contact-form.common-form input[type=email],
.contact-form.common-form input[type=url],
.contact-form.common-form input[type=password],
.contact-form.common-form input[type=search],
.contact-form.common-form input[type=number],
.contact-form.common-form input[type=tel],
.contact-form.common-form input[type=range],
.contact-form.common-form input[type=date],
.contact-form.common-form input[type=month],
.contact-form.common-form input[type=week],
.contact-form.common-form input[type=time],
.contact-form.common-form input[type=datetime],
.contact-form.common-form input[type=datetime-local],
.contact-form.common-form input[type=color],
.contact-form.common-form textarea,
.contact-form.common-form .yikes-easy-mc-form input[type=email],
.contact-form.common-form .yikes-easy-mc-form input[type=number],
.contact-form.common-form .yikes-easy-mc-form input[type=password],
.contact-form.common-form .yikes-easy-mc-form input[type=text],
.contact-form.common-form .yikes-easy-mc-form input[type=url],
.contact-form.common-form .yikes-easy-mc-form select,
.contact-form.common-form .yikes-easy-mc-form textarea {
  background-color: #ffffff !important;
}
.contact-form.common-form input[type=text]:focus,
.contact-form.common-form input[type=email]:focus,
.contact-form.common-form input[type=url]:focus,
.contact-form.common-form input[type=password]:focus,
.contact-form.common-form input[type=search]:focus,
.contact-form.common-form input[type=number]:focus,
.contact-form.common-form input[type=tel]:focus,
.contact-form.common-form input[type=range]:focus,
.contact-form.common-form input[type=date]:focus,
.contact-form.common-form input[type=month]:focus,
.contact-form.common-form input[type=week]:focus,
.contact-form.common-form input[type=time]:focus,
.contact-form.common-form input[type=datetime]:focus,
.contact-form.common-form input[type=datetime-local]:focus,
.contact-form.common-form input[type=color]:focus,
.contact-form.common-form textarea:focus,
.contact-form.common-form .yikes-easy-mc-form input[type=email]:focus,
.contact-form.common-form .yikes-easy-mc-form input[type=number]:focus,
.contact-form.common-form .yikes-easy-mc-form input[type=password]:focus,
.contact-form.common-form .yikes-easy-mc-form input[type=text]:focus,
.contact-form.common-form .yikes-easy-mc-form input[type=url]:focus,
.contact-form.common-form .yikes-easy-mc-form select:focus,
.contact-form.common-form .yikes-easy-mc-form textarea:focus {
  border-color: #CCCCCC !important;
}
.contact-form.common-form input[type=text]::-webkit-input-placeholder,
.contact-form.common-form input[type=email]::-webkit-input-placeholder,
.contact-form.common-form input[type=url]::-webkit-input-placeholder,
.contact-form.common-form input[type=password]::-webkit-input-placeholder,
.contact-form.common-form input[type=search]::-webkit-input-placeholder,
.contact-form.common-form input[type=number]::-webkit-input-placeholder,
.contact-form.common-form input[type=tel]::-webkit-input-placeholder,
.contact-form.common-form input[type=range]::-webkit-input-placeholder,
.contact-form.common-form input[type=date]::-webkit-input-placeholder,
.contact-form.common-form input[type=month]::-webkit-input-placeholder,
.contact-form.common-form input[type=week]::-webkit-input-placeholder,
.contact-form.common-form input[type=time]::-webkit-input-placeholder,
.contact-form.common-form input[type=datetime]::-webkit-input-placeholder,
.contact-form.common-form input[type=datetime-local]::-webkit-input-placeholder,
.contact-form.common-form input[type=color]::-webkit-input-placeholder,
.contact-form.common-form textarea::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=email]::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=number]::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=password]::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=text]::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=url]::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form select::-webkit-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form textarea::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.contact-form.common-form input[type=text]:-moz-placeholder, .contact-form.common-form input[type=text]::-moz-placeholder,
.contact-form.common-form input[type=email]:-moz-placeholder,
.contact-form.common-form input[type=email]::-moz-placeholder,
.contact-form.common-form input[type=url]:-moz-placeholder,
.contact-form.common-form input[type=url]::-moz-placeholder,
.contact-form.common-form input[type=password]:-moz-placeholder,
.contact-form.common-form input[type=password]::-moz-placeholder,
.contact-form.common-form input[type=search]:-moz-placeholder,
.contact-form.common-form input[type=search]::-moz-placeholder,
.contact-form.common-form input[type=number]:-moz-placeholder,
.contact-form.common-form input[type=number]::-moz-placeholder,
.contact-form.common-form input[type=tel]:-moz-placeholder,
.contact-form.common-form input[type=tel]::-moz-placeholder,
.contact-form.common-form input[type=range]:-moz-placeholder,
.contact-form.common-form input[type=range]::-moz-placeholder,
.contact-form.common-form input[type=date]:-moz-placeholder,
.contact-form.common-form input[type=date]::-moz-placeholder,
.contact-form.common-form input[type=month]:-moz-placeholder,
.contact-form.common-form input[type=month]::-moz-placeholder,
.contact-form.common-form input[type=week]:-moz-placeholder,
.contact-form.common-form input[type=week]::-moz-placeholder,
.contact-form.common-form input[type=time]:-moz-placeholder,
.contact-form.common-form input[type=time]::-moz-placeholder,
.contact-form.common-form input[type=datetime]:-moz-placeholder,
.contact-form.common-form input[type=datetime]::-moz-placeholder,
.contact-form.common-form input[type=datetime-local]:-moz-placeholder,
.contact-form.common-form input[type=datetime-local]::-moz-placeholder,
.contact-form.common-form input[type=color]:-moz-placeholder,
.contact-form.common-form input[type=color]::-moz-placeholder,
.contact-form.common-form textarea:-moz-placeholder,
.contact-form.common-form textarea::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=email]:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=email]::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=number]:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=number]::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=password]:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=password]::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=text]:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=text]::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=url]:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=url]::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form select:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form select::-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form textarea:-moz-placeholder,
.contact-form.common-form .yikes-easy-mc-form textarea::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.contact-form.common-form input[type=text]:-ms-input-placeholder, .contact-form.common-form input[type=text]::-ms-input-placeholder,
.contact-form.common-form input[type=email]:-ms-input-placeholder,
.contact-form.common-form input[type=email]::-ms-input-placeholder,
.contact-form.common-form input[type=url]:-ms-input-placeholder,
.contact-form.common-form input[type=url]::-ms-input-placeholder,
.contact-form.common-form input[type=password]:-ms-input-placeholder,
.contact-form.common-form input[type=password]::-ms-input-placeholder,
.contact-form.common-form input[type=search]:-ms-input-placeholder,
.contact-form.common-form input[type=search]::-ms-input-placeholder,
.contact-form.common-form input[type=number]:-ms-input-placeholder,
.contact-form.common-form input[type=number]::-ms-input-placeholder,
.contact-form.common-form input[type=tel]:-ms-input-placeholder,
.contact-form.common-form input[type=tel]::-ms-input-placeholder,
.contact-form.common-form input[type=range]:-ms-input-placeholder,
.contact-form.common-form input[type=range]::-ms-input-placeholder,
.contact-form.common-form input[type=date]:-ms-input-placeholder,
.contact-form.common-form input[type=date]::-ms-input-placeholder,
.contact-form.common-form input[type=month]:-ms-input-placeholder,
.contact-form.common-form input[type=month]::-ms-input-placeholder,
.contact-form.common-form input[type=week]:-ms-input-placeholder,
.contact-form.common-form input[type=week]::-ms-input-placeholder,
.contact-form.common-form input[type=time]:-ms-input-placeholder,
.contact-form.common-form input[type=time]::-ms-input-placeholder,
.contact-form.common-form input[type=datetime]:-ms-input-placeholder,
.contact-form.common-form input[type=datetime]::-ms-input-placeholder,
.contact-form.common-form input[type=datetime-local]:-ms-input-placeholder,
.contact-form.common-form input[type=datetime-local]::-ms-input-placeholder,
.contact-form.common-form input[type=color]:-ms-input-placeholder,
.contact-form.common-form input[type=color]::-ms-input-placeholder,
.contact-form.common-form textarea:-ms-input-placeholder,
.contact-form.common-form textarea::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=email]:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=email]::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=number]:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=number]::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=password]:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=password]::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=text]:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=text]::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=url]:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=url]::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form select:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form select::-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form textarea:-ms-input-placeholder,
.contact-form.common-form .yikes-easy-mc-form textarea::-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.contact-form.common-form input[type=text]::placeholder,
.contact-form.common-form input[type=email]::placeholder,
.contact-form.common-form input[type=url]::placeholder,
.contact-form.common-form input[type=password]::placeholder,
.contact-form.common-form input[type=search]::placeholder,
.contact-form.common-form input[type=number]::placeholder,
.contact-form.common-form input[type=tel]::placeholder,
.contact-form.common-form input[type=range]::placeholder,
.contact-form.common-form input[type=date]::placeholder,
.contact-form.common-form input[type=month]::placeholder,
.contact-form.common-form input[type=week]::placeholder,
.contact-form.common-form input[type=time]::placeholder,
.contact-form.common-form input[type=datetime]::placeholder,
.contact-form.common-form input[type=datetime-local]::placeholder,
.contact-form.common-form input[type=color]::placeholder,
.contact-form.common-form textarea::placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=email]::placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=number]::placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=password]::placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=text]::placeholder,
.contact-form.common-form .yikes-easy-mc-form input[type=url]::placeholder,
.contact-form.common-form .yikes-easy-mc-form select::placeholder,
.contact-form.common-form .yikes-easy-mc-form textarea::placeholder {
  color: #666666;
  font-weight: 400;
}
@media (max-width: 1449.98px) {
  .contact-form.common-form input[type=text],
  .contact-form.common-form input[type=email],
  .contact-form.common-form input[type=url],
  .contact-form.common-form input[type=password],
  .contact-form.common-form input[type=search],
  .contact-form.common-form input[type=number],
  .contact-form.common-form input[type=tel],
  .contact-form.common-form input[type=range],
  .contact-form.common-form input[type=date],
  .contact-form.common-form input[type=month],
  .contact-form.common-form input[type=week],
  .contact-form.common-form input[type=time],
  .contact-form.common-form input[type=datetime],
  .contact-form.common-form input[type=datetime-local],
  .contact-form.common-form input[type=color],
  .contact-form.common-form textarea,
  .contact-form.common-form .yikes-easy-mc-form input[type=email],
  .contact-form.common-form .yikes-easy-mc-form input[type=number],
  .contact-form.common-form .yikes-easy-mc-form input[type=password],
  .contact-form.common-form .yikes-easy-mc-form input[type=text],
  .contact-form.common-form .yikes-easy-mc-form input[type=url],
  .contact-form.common-form .yikes-easy-mc-form select,
  .contact-form.common-form .yikes-easy-mc-form textarea {
    height: auto;
  }
}
@media (max-width: 1023.98px) {
  .contact-form.common-form input[type=text],
  .contact-form.common-form input[type=email],
  .contact-form.common-form input[type=url],
  .contact-form.common-form input[type=password],
  .contact-form.common-form input[type=search],
  .contact-form.common-form input[type=number],
  .contact-form.common-form input[type=tel],
  .contact-form.common-form input[type=range],
  .contact-form.common-form input[type=date],
  .contact-form.common-form input[type=month],
  .contact-form.common-form input[type=week],
  .contact-form.common-form input[type=time],
  .contact-form.common-form input[type=datetime],
  .contact-form.common-form input[type=datetime-local],
  .contact-form.common-form input[type=color],
  .contact-form.common-form textarea,
  .contact-form.common-form .yikes-easy-mc-form input[type=email],
  .contact-form.common-form .yikes-easy-mc-form input[type=number],
  .contact-form.common-form .yikes-easy-mc-form input[type=password],
  .contact-form.common-form .yikes-easy-mc-form input[type=text],
  .contact-form.common-form .yikes-easy-mc-form input[type=url],
  .contact-form.common-form .yikes-easy-mc-form select,
  .contact-form.common-form .yikes-easy-mc-form textarea {
    height: 4rem;
    padding: 0.7rem 1.5rem;
    border-radius: 0.5rem;
  }
}
.contact-form.common-form p.contact-link {
  color: #000000;
  font-weight: 400;
  margin-bottom: 2rem;
  font-family: DM Sans;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1023.98px) {
  .contact-form.common-form p.contact-link {
    flex-wrap: wrap;
  }
}
.contact-form.common-form p.contact-link a {
  color: #2D2F8F;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  padding-left: 0.5rem;
}
.contact-form.common-form p.contact-link input[type=checkbox] {
  border: 1px solid red;
}
@media (max-width: 1600.98px) {
  .contact-form.common-form p {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .contact-form.common-form p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-form.common-form p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-form.common-form p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.contact-form.common-form .o-body-large {
  max-width: 58.4rem;
  color: #000000;
  font-weight: 600;
}
.contact-form.common-form br {
  display: none;
}
.contact-form.common-form .form {
  padding-top: 0;
  max-width: 100%;
}
.contact-form.common-form .form #birthdate::placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contact-form.common-form .form input,
.contact-form.common-form .form select,
.contact-form.common-form .form textarea {
  color: #000000;
  margin-top: 0.8rem !important;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 1.2rem 1.6rem;
}
.contact-form.common-form .form input::-webkit-input-placeholder,
.contact-form.common-form .form select::-webkit-input-placeholder,
.contact-form.common-form .form textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-form.common-form .form input:-moz-placeholder, .contact-form.common-form .form input::-moz-placeholder,
.contact-form.common-form .form select:-moz-placeholder,
.contact-form.common-form .form select::-moz-placeholder,
.contact-form.common-form .form textarea:-moz-placeholder,
.contact-form.common-form .form textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-form.common-form .form input:-ms-input-placeholder, .contact-form.common-form .form input::-ms-input-placeholder,
.contact-form.common-form .form select:-ms-input-placeholder,
.contact-form.common-form .form select::-ms-input-placeholder,
.contact-form.common-form .form textarea:-ms-input-placeholder,
.contact-form.common-form .form textarea::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-form.common-form .form input::placeholder,
.contact-form.common-form .form select::placeholder,
.contact-form.common-form .form textarea::placeholder {
  color: #666666;
  opacity: 1;
}
.contact-form.common-form .form input:focus,
.contact-form.common-form .form select:focus,
.contact-form.common-form .form textarea:focus {
  border: 1px solid #2D2F8F !important;
  background: #FFF;
  box-shadow: 10px 10px 40px 0px rgba(45, 47, 143, 0.15) !important;
}
.contact-form.common-form .form label {
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  padding: 0 1.5rem;
  width: 100%;
}
.contact-form.common-form .form label b {
  color: #E82B2C;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .contact-form.common-form .form label {
    font-size: 1.4rem;
  }
}
.contact-form.common-form .form .contatc-no {
  position: relative;
  width: 55%;
}
@media (max-width: 1600.98px) {
  .contact-form.common-form .form .contatc-no {
    width: 57%;
  }
}
@media (max-width: 1449.98px) {
  .contact-form.common-form .form .contatc-no {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .contact-form.common-form .form .contatc-no {
    width: 53%;
  }
}
@media (max-width: 1359.98px) {
  .contact-form.common-form .form .contatc-no {
    width: 56%;
  }
}
@media (max-width: 1279.98px) {
  .contact-form.common-form .form .contatc-no {
    width: 66%;
  }
}
@media (max-width: 1023.98px) {
  .contact-form.common-form .form .contatc-no {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contact-form.common-form .form .contatc-no {
    width: 100%;
  }
}
.contact-form.common-form .form .contatc-no p {
  display: flex;
  align-items: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.contact-form.common-form .form .contatc-no p select,
.contact-form.common-form .form .contatc-no p .dropdown {
  width: 6.5rem;
  padding: 0.7rem 0 0.8rem;
  position: absolute;
  left: 0;
  z-index: 1;
  border: 0;
  margin: 0;
  height: 4rem;
  top: 7px;
  left: 15px;
}
@media (max-width: 1449.98px) {
  .contact-form.common-form .form .contatc-no p select,
  .contact-form.common-form .form .contatc-no p .dropdown {
    height: 3rem;
    top: 10px;
    left: 15px;
    padding: 0 0 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .contact-form.common-form .form .contatc-no p select,
  .contact-form.common-form .form .contatc-no p .dropdown {
    padding: 0.5rem 0 0.5rem;
    height: 30px;
    top: 6px;
    left: 15px;
  }
}
.contact-form.common-form .form .contatc-no p .dropdown p {
  left: 1.5rem;
}
.contact-form.common-form .form .contatc-no p .dropdown .handle {
  color: #000000;
  border: 0;
  background: transparent;
  padding: 0;
}
.contact-form.common-form .form .contatc-no p .dropdown .dropdown-menu {
  overflow: auto;
  max-height: 20rem;
  left: -1.5rem;
  width: 20rem;
}
.contact-form.common-form .form .contatc-no p .dropdown .dropdown-menu li {
  padding: 0 15px;
  height: auto;
}
.contact-form.common-form .form .contatc-no p .dropdown .dropdown-menu li.selected {
  background-color: #dddddd;
}
.contact-form.common-form .form .contatc-no p p {
  display: flex;
  align-items: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.contact-form.common-form .form .contatc-no p p select * {
  color: #000000;
}
.contact-form.common-form .form .contatc-no p p span {
  padding: 0 1.5rem;
}
.contact-form.common-form .form .contatc-no p p span:first-child {
  width: 18%;
}
.contact-form.common-form .form .contatc-no p p span:last-child {
  width: 100%;
}
.contact-form.common-form .form .contatc-no p p span:last-child input {
  padding-left: 9rem;
}
.contact-form.common-form .form .contatc-no input.wpcf7-form-control {
  padding-left: 6rem;
}
.contact-form.common-form .form select {
  appearance: auto;
}
.contact-form.common-form .o-button2 {
  padding: 1.5rem 6rem;
  cursor: pointer;
}
.contact-form.common-form .contact-link .wpcf7-list-item {
  margin: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .contact-form.common-form .contact-link .wpcf7-list-item {
    margin: 0 8px 0 0;
  }
}
.contact-form.common-form input[type=checkbox] {
  width: 22px;
  height: 22px;
  border: 1px solid #cccccc;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .contact-form.common-form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.contact-form.common-form .o-button3 {
  margin-left: auto;
  display: flex;
  right: 4rem;
  bottom: 6rem;
  position: absolute;
}
@media (max-width: 1279.98px) {
  .contact-form.common-form .o-button3 {
    right: 2rem;
    bottom: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .contact-form.common-form .o-button3 {
    position: initial;
    margin-left: initial;
    margin-top: 20px;
  }
}

.animation {
  opacity: 0;
  transition: all 400ms linear;
}

.fadeRight {
  transform: translate3d(50px, 0, 0);
}

.fadelLeft {
  transform: translate3d(-50px, 0, 0);
}

.fadeTop {
  transform: translate3d(0, 50px, 0);
}

.fadeBottom {
  transform: translate3d(0, -50px, 0);
}

.fadeIn {
  transform: translate3d(0, 0, 0);
}

.fadeRight.in-view,
.fadelLeft.in-view,
.fadeBottom.in-view,
.fadeTop.in-view, .fadeIn.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.zoom-eefect {
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
  opacity: 0;
  transform: matrix(0.92, 0, 0, 0.92, 0, 0);
}
.zoom-eefect.in-view {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.split-line, .titleanimation > div {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 10.5rem;
}
@media (max-width: 1279.98px) {
  .slick-dots {
    bottom: 8.5rem;
  }
}
@media (max-width: 767.98px) {
  .slick-dots {
    bottom: 6.5rem;
  }
}
.slick-dots button {
  font-size: 0;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1359.98px) {
  .slick-dots button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1279.98px) {
  .slick-dots button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .slick-dots button {
    width: 40px;
    height: 40px;
  }
}
.slick-dots button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.slick-dots button:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.3s ease 0s;
}
.slick-dots .slick-active button:before {
  height: 2rem;
  background: #000000;
}
.slick-dots .slick-active button:after {
  transform: scale(1);
}
@media (max-width: 767.98px) {
  .slick-dots .slick-active button:before {
    height: 1.4rem;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  width: 14px;
  height: 26px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.swiper-button-next {
  margin-left: 3rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1279.98px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  line-height: 6px;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 30rem;
  background: #666666;
  opacity: 1;
  transition: all 0.3s ease 0s;
  transform-origin: left top;
  margin: 0 3rem;
}
@media (max-width: 767.98px) {
  .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: #FFCB05;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  display: block;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(59, 32, 13, 0.2);
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: calc(100% - 90px);
  height: 2px;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: calc(100% - 58px);
    height: 1px;
  }
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.slider-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slider-buttons {
  display: flex;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(59, 32, 13, 0.2);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  width: calc(100% - 90px);
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #000000;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .swiper-button-next {
    margin-left: 2rem;
  }
}
.header-main {
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #03030E;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-main .header-wraper {
  padding: 0 8rem;
}
@media (max-width: 1449.98px) {
  .header-main .header-wraper {
    padding: 0 6rem;
  }
}
@media (max-width: 1279.98px) {
  .header-main .header-wraper {
    padding: 0 2rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-wraper {
    padding: 1rem 2rem;
  }
}
.header-main .header-logo {
  line-height: 0;
}
@media (max-width: 1279.98px) {
  .header-main .header-logo {
    width: 12%;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-logo {
    width: 15%;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-logo {
    width: 25%;
  }
}
@media (max-width: 479.98px) {
  .header-main .header-logo {
    width: 30%;
  }
}
.header-main .header-logo img {
  vertical-align: middle;
  max-width: 14rem;
}
@media (max-width: 1279.98px) {
  .header-main .header-logo img {
    max-width: 12rem;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-logo img {
    max-width: 10rem;
    height: auto;
  }
}
.header-main .header-logo .site-title {
  display: none;
}
.header-main .header-nav {
  padding-left: 5.8rem;
}
@media (max-width: 1449.98px) {
  .header-main .header-nav {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-nav {
    margin-left: 0;
    margin-right: 0;
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-nav {
    padding-left: 1.8rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation {
    position: fixed;
    top: 0;
    left: -105%;
    z-index: 2;
    height: 100vh;
    width: 42rem;
    background: #ffffff;
    padding-top: 12rem;
    transition: all 0.5s ease;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767.98px) {
  .header-main .header-nav .main-navigation {
    width: 100%;
  }
}
.header-main .header-nav .main-navigation ul {
  display: flex;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul {
    display: block;
    margin-top: 1.5rem;
  }
}
.header-main .header-nav .main-navigation ul li {
  padding: 2.5rem 4.5rem;
  position: relative;
  transition: all 0.3s ease-out;
}
.header-main .header-nav .main-navigation ul li .sabmenu-arrow {
  display: none;
}
.header-main .header-nav .main-navigation ul li.current_page_item > a:before, .header-main .header-nav .main-navigation ul li.current_page_parent > a:before {
  width: 0;
}
.header-main .header-nav .main-navigation ul li.current-menu-item a, .header-main .header-nav .main-navigation ul li.current-menu-parent a {
  color: #E98824;
}
@media (max-width: 1600.98px) {
  .header-main .header-nav .main-navigation ul li {
    padding: 2.4rem 4rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main .header-nav .main-navigation ul li {
    padding: 2.4rem 2.5rem;
  }
}
@media (max-width: 1279.98px) {
  .header-main .header-nav .main-navigation ul li {
    padding: 2.4rem 1rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li {
    margin: 0 2rem 2rem;
    padding: 0;
  }
  .header-main .header-nav .main-navigation ul li.menu-item-has-children .sabmenu-arrow {
    display: block;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    transition: all 0.3s ease 0s;
    background-image: url(../images/right-arrow-path.png);
    display: none;
    z-index: 2;
    background-repeat: no-repeat;
    width: 0.8rem;
    height: 1.2rem;
  }
}
@media (max-width: 1023.98px) and (max-width: 1279.98px) {
  .header-main .header-nav .main-navigation ul li.menu-item-has-children .sabmenu-arrow {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-nav .main-navigation ul li.menu-item-has-children .sabmenu-arrow i {
    font-size: 1.8rem;
  }
}
.header-main .header-nav .main-navigation ul li.nav-wide > .sub-menu {
  min-width: 47rem;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li.nav-wide > .sub-menu {
    min-width: 100%;
  }
}
.header-main .header-nav .main-navigation ul li.nav-wide > .sub-menu li {
  float: left;
  width: 50%;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li.nav-wide > .sub-menu li {
    width: 100%;
    float: none;
  }
}
.header-main .header-nav .main-navigation ul li.attraction-nav-wide > .sub-menu {
  min-width: 85rem;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li.attraction-nav-wide > .sub-menu {
    min-width: 100%;
  }
}
.header-main .header-nav .main-navigation ul li.event-nav-wide .sub-menu {
  min-width: 65rem;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li.event-nav-wide .sub-menu {
    min-width: 100%;
  }
}
.header-main .header-nav .main-navigation ul li.has-mega-menu {
  position: relative;
}
.header-main .header-nav .main-navigation ul li a {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  position: relative;
  display: block;
  cursor: pointer;
}
.header-main .header-nav .main-navigation ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #92263D -4.71%, #92263D -4.71%, #E72E2D 31.89%, #F28826 67.48%, #FFCB05 100.09%);
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: all 0.3s ease 0s;
  border-radius: 4rem;
  display: block;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li a:before {
    display: none;
  }
}
.header-main .header-nav .main-navigation ul li a:hover, .header-main .header-nav .main-navigation ul li a.active {
  color: #E98824;
}
@media (max-width: 1279.98px) {
  .header-main .header-nav .main-navigation ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li a {
    width: 90%;
    font-size: 1.6rem;
  }
}
.header-main .header-nav .main-navigation ul li.width300 .sub-menu {
  width: 32rem;
}
.header-main .header-nav .main-navigation ul li.width300 .sub-menu li a {
  width: 100%;
}
.header-main .header-nav .main-navigation ul .sub-menu {
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease;
  vertical-align: top;
  width: 25rem;
  z-index: 100;
  top: 7.5rem;
  box-shadow: none;
  background-color: #03030E;
  overflow: hidden;
  transform: scale(0);
  transform-origin: top left;
  border: 1px solid rgba(112, 46, 142, 0.4);
  font-family: DM Sans;
  font-weight: 500;
  left: 4.5rem;
}
@media (max-width: 1600.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu {
    top: 7.3rem;
    left: 4rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu {
    top: 7.3rem;
    width: 24rem;
    left: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu {
    top: 7.3rem;
    width: 24rem;
    padding: 1rem 0 1.8rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu {
    transform: initial;
    transform-origin: top left;
    padding: 0.5rem 0 1rem 0;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu {
    padding: 0;
    margin: 0;
  }
}
.header-main .header-nav .main-navigation ul .sub-menu ul {
  box-shadow: none;
  display: block;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.header-main .header-nav .main-navigation ul .sub-menu ul::after, .header-main .header-nav .main-navigation ul .sub-menu ul::before {
  display: none;
}
.header-main .header-nav .main-navigation ul .sub-menu ul li {
  padding-left: 0;
  padding-right: 0;
}
.header-main .header-nav .main-navigation ul .sub-menu li {
  margin: 0;
  padding: 1.5rem 3rem;
  z-index: 1;
  opacity: 0;
  width: 100%;
}
@media (max-width: 1600.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li {
    padding: 1rem 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li {
    opacity: 1;
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li {
    padding: 0.5rem 0 0 2rem;
  }
}
.header-main .header-nav .main-navigation ul .sub-menu li a {
  display: block;
  color: #000000;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  font-family: DM Sans;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
    border-bottom: 1px solid transparent;
    display: inline-block;
    width: auto;
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li a {
    width: auto;
    white-space: normal;
  }
}
.header-main .header-nav .main-navigation ul .sub-menu li a:hover, .header-main .header-nav .main-navigation ul .sub-menu li a.active {
  color: #E98824;
  text-decoration: none;
}
.header-main .header-nav .main-navigation ul .sub-menu li a:before {
  display: none;
}
.header-main .header-nav .main-navigation ul .sub-menu li.nav-label {
  display: inline-block;
  float: none !important;
  width: 100% !important;
  vertical-align: top;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu li.nav-label {
    display: none;
  }
}
.header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a {
  display: block;
  color: #000000;
  cursor: default;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.4rem;
  padding: 0 0 0.5rem;
  position: relative;
  pointer-events: none;
}
.header-main .header-nav .main-navigation ul .sub-menu li.nav-label > a::after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 3.5rem;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul .sub-menu {
    position: static;
    opacity: 1;
    display: block;
    box-shadow: none;
    background: transparent;
    padding: 0;
    display: none;
    width: 100%;
    border: 0;
  }
  .header-main .header-nav .main-navigation ul .sub-menu:before {
    display: none;
  }
  .header-main .header-nav .main-navigation ul .sub-menu:after {
    display: none;
  }
}
.header-main .header-nav .main-navigation ul li.show-menu .sub-menu, .header-main .header-nav .main-navigation ul li.focus .sub-menu {
  display: block;
}
.header-main .header-nav .main-navigation ul li.show-menu .sabmenu-arrow, .header-main .header-nav .main-navigation ul li.focus .sabmenu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-main .header-nav .main-navigation ul li:hover .sub-menu {
  opacity: 1;
  flex-wrap: wrap;
  transform: scale(1);
  padding: 1.5rem 0 1.5rem;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li:hover .sub-menu {
    opacity: 0;
    display: none;
  }
}
.header-main .header-nav .main-navigation ul li:hover .sub-menu:after {
  transform: scale(1);
}
.header-main .header-nav .main-navigation ul li:hover .sub-menu li {
  opacity: 1;
  transition: all 0.3s ease 0.1s;
}
.header-main .header-nav .main-navigation .nav-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  display: none;
}
.header-main .header-nav .main-navigation .nav-arrow i {
  color: #000000;
  display: block;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation .nav-arrow {
    display: block;
  }
}
.header-main .menu-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: none;
  position: relative;
  cursor: pointer;
}
.header-main .menu-toggle:hover, .header-main .menu-toggle:focus {
  border-color: #ffffff;
}
.header-main .menu-toggle .menu-bars {
  position: absolute;
  display: block;
  width: 16px;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  height: 2px;
  transition: all 0.5s ease;
}
.header-main .menu-toggle .menu-bars:before, .header-main .menu-toggle .menu-bars:after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  background: #ffffff;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-main .menu-toggle .menu-bars:before {
  top: -6px;
}
.header-main .menu-toggle .menu-bars:after {
  bottom: -6px;
}
@media (max-width: 1023.98px) {
  .header-main .menu-toggle {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-main .menu-toggle {
    z-index: 3;
  }
}
.header-main .toggled .main-navigation {
  left: 0;
  background: #03030E;
  box-shadow: 6px 6px 40px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}
.header-main .toggled .main-navigation ul li a {
  color: #ffffff;
}
.header-main .toggled .menu-toggle .menu-bars {
  background: transparent;
}
.header-main .toggled .menu-toggle .menu-bars:before {
  top: 0;
  transform: rotate(45deg);
}
.header-main .toggled .menu-toggle .menu-bars:after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-scroll--hide .header-main .header-logo img {
  position: relative;
  z-index: 5;
}

.header-wraper {
  display: flex;
  align-items: center;
}
.right-contact-section {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .right-contact-section {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .right-contact-section {
    margin-right: 0;
  }
}
.right-contact-section a {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}
.right-contact-section .custom-search-form {
  cursor: pointer;
}
.right-contact-section .custom-search-form i {
  color: #ffffff;
  width: 3.6rem;
  height: 3.6rem;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1.6rem;
  border: 0.1rem solid #ffffff;
}

.header-main.fixed-header {
  background-color: #03030E;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.4);
  z-index: 999999;
  animation: slideDown 0.8s ease-out;
}
.header-main.fixed-header .header-nav .main-navigation ul li {
  padding: 2.6rem 4.5rem;
}
@media (max-width: 1600.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul li {
    padding: 2.4rem 4rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul li {
    padding: 2.4rem 2.5rem;
  }
}
@media (max-width: 1279.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul li {
    padding: 2.4rem 1rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul li {
    padding: 0;
  }
}
.header-main.fixed-header .header-nav .main-navigation ul.sub-menu {
  top: 7.5rem;
  left: 4.5rem;
}
@media (max-width: 1600.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu {
    top: 7.3rem;
    left: 4rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu {
    top: 7.3rem;
    width: 24rem;
    left: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu {
    top: 7.3rem;
    width: 24rem;
    padding: 1rem 0 1.8rem;
  }
}
.header-main.fixed-header .header-nav .main-navigation ul.sub-menu li {
  padding: 1.5rem 3rem;
}
@media (max-width: 1600.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu li {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 1449.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu li {
    padding: 1rem 2.5rem;
  }
}
@media (max-width: 1023.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu li {
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .header-main.fixed-header .header-nav .main-navigation ul.sub-menu li {
    padding: 0.5rem 0 0 2rem;
  }
}
.header-main.fixed-header .menu-toggle {
  border: 1px solid #ffffff;
}
.header-main.fixed-header .menu-toggle:hover, .header-main.fixed-header .menu-toggle:focus {
  border-color: #ffffff;
}
.header-main.fixed-header .menu-toggle .menu-bars {
  background: #ffffff;
}
.header-main.fixed-header .menu-toggle .menu-bars:before, .header-main.fixed-header .menu-toggle .menu-bars:after {
  background: #ffffff;
}
.header-main.fixed-header .toggled .menu-toggle {
  border-color: #ffffff;
}
.header-main.fixed-header .toggled .menu-toggle .menu-bars {
  background: transparent;
}
.header-main.fixed-header .toggled:hover, .header-main.fixed-header .toggled:focus {
  border-color: #ffffff;
}
.header-main.fixed-header .toggled .menu-bars {
  background: #ffffff;
}
.header-main.fixed-header .toggled .menu-bars:before, .header-main.fixed-header .toggled .menu-bars:after {
  background: #ffffff;
}
.header-main.fixed-header .custom-search-form i {
  background-color: rgba(0, 0, 0, 0.2);
}

.home .breadcrumb-section {
  display: none;
}

.menu-item-has-children {
  position: relative;
  display: grid;
}
.menu-item-has-children .sub-menu {
  opacity: 0;
}
.menu-item-has-children.show-menu .sub-menu {
  opacity: 1;
}

.header-main .header-nav .main-navigation ul li.menu-item-has-children {
  position: relative;
  display: grid;
}
@media (max-width: 1023.98px) {
  .header-main .header-nav .main-navigation ul li.menu-item-has-children .sub-menu {
    opacity: 0;
    display: none;
  }
  .header-main .header-nav .main-navigation ul li.menu-item-has-children.show-menu .sub-menu {
    opacity: 1;
    display: block;
    margin: 0;
    padding: 1rem 0 2rem;
  }
}

footer {
  background-color: #151515;
  padding-top: 14rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 14rem;
}
@media (max-width: 1600.98px) {
  footer {
    margin-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  footer {
    margin-top: 8rem;
    padding-top: 5rem;
  }
}
@media (max-width: 1439.98px) {
  footer {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  footer {
    margin-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  footer {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  footer {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
footer:before {
  content: "";
  position: absolute;
  background: linear-gradient(76.95deg, #2D2F8F 0.74%, #000000 99.53%);
  opacity: 0.6;
  filter: blur(250px);
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 88rem;
  display: block;
}
footer:after {
  content: "";
  background-image: url(../images/footer-bg-img.webp);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 46.6rem;
  background-repeat: no-repeat;
}
@media (max-width: 1279.98px) {
  footer:after {
    width: 90%;
    height: 33.6rem;
  }
}
@media (max-width: 767.98px) {
  footer:after {
    width: 90%;
    height: 23.6rem;
    background-size: 100%;
  }
}
@media (max-width: 1600.98px) {
  footer {
    padding-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  footer {
    padding-top: 7rem;
  }
}
@media (max-width: 1439.98px) {
  footer {
    padding-top: 9rem;
  }
}
@media (max-width: 1359.98px) {
  footer {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  footer {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 2rem;
  }
}
@media (max-width: 479.98px) {
  footer {
    padding-top: 2rem;
  }
}
footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footer-row .footer-top-title {
  color: #ffffff;
  line-height: 2.4rem;
  font-family: "ObjectSansBold";
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-top-title {
    line-height: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-top-title.footer-row__accordion-title {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-top-title.footer-row__accordion-title:before, footer .footer-row .footer-top-title.footer-row__accordion-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 -8px;
    background: #ffffff;
    border-radius: 2px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-top-title.footer-row__accordion-title:before {
    right: 8px;
    width: 2px;
    height: 14px;
    transition: all 300ms;
    margin-top: -7.5px;
    background: #ffffff;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-top-title.footer-row__accordion-title:after {
    right: 2px;
    width: 14px;
    height: 2px;
    margin-top: -1.5px;
    background: #ffffff;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-top-title.footer-row__accordion-title.open:before {
    height: 0;
    margin-top: 0;
  }
}
footer .footer-row .footer-btm-section {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 9rem;
  z-index: 2;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section {
    padding-top: 4rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section {
    padding-top: 1rem;
  }
}
footer .footer-row .footer-btm-section > div {
  width: 15.6%;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section > div {
    width: 14.6%;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section > div {
    width: 14.6%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div {
    padding-bottom: 35px;
    width: 17%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1000000015);
  }
}
footer .footer-row .footer-btm-section > div:last-child {
  border: 0;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__whatwedo {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__whatwedo {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section > div.footer-row__company {
  width: 16.6%;
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__company {
    width: 15.6%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__company {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__company {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section > div.footer-row__social {
  display: flex;
  justify-content: left;
  width: 12.5%;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__social {
    width: 20.6%;
  }
}
@media (max-width: 1449.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__social {
    width: 16.6%;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__social {
    width: 19.6%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__social {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__social {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section > div.footer-row__industries {
  display: flex;
  justify-content: left;
  width: 16.6%;
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__industries {
    width: 15.6%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__industries {
    width: 21.6%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__industries .widget_nav_menu {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__industries {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section > div.footer-row__success-stories {
  width: 16.6%;
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__success-stories {
    width: 26%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__success-stories {
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__success-stories {
    width: 50%;
    padding-right: 10px;
  }
}
footer .footer-row .footer-btm-section > div.footer-row__rysun {
  display: flex;
  justify-content: flex-end;
  width: 22.6%;
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__rysun {
    width: 17.6%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__rysun {
    width: 25%;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section > div.footer-row__rysun {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .menu {
  padding-top: 2.8rem;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu {
    padding-top: 1rem;
  }
}
footer .footer-row .footer-btm-section .menu li a {
  color: #999999;
  padding: 1.2rem 0;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: DM Sans;
  cursor: pointer;
}
footer .footer-row .footer-btm-section .menu li a:hover {
  color: #E98824;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu li a {
    padding: 0.2rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .footer-row .footer-btm-section .menu > div {
  width: 20%;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div {
    padding-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1000000015);
  }
}
footer .footer-row .footer-btm-section .menu > div:last-child {
  border: 0;
  padding-bottom: 30px;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__whatwedo {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__whatwedo {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .menu > div.footer-row__company {
  width: 20%;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__company {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__company {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .menu > div.footer-row__social {
  display: flex;
  justify-content: left;
  width: 20%;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__social {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__social {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .menu > div.footer-row__industries {
  display: flex;
  justify-content: left;
  width: 20%;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__industries {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__industries .widget_nav_menu {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__industries {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .menu > div.footer-row__success-stories {
  width: 20%;
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__success-stories {
    width: 26%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__success-stories {
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__success-stories {
    width: 50%;
    padding-right: 10px;
  }
}
footer .footer-row .footer-btm-section .menu > div.footer-row__rysun {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__rysun {
    width: 25%;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu > div.footer-row__rysun {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .menu .menu {
  padding-top: 2.8rem;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu .menu {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu .menu {
    padding-top: 1rem;
  }
}
footer .footer-row .footer-btm-section .menu .footer-social-link {
  max-width: 400px;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul {
    padding-top: 1rem;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
  }
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li {
  margin: 0 1.8rem 1.8rem 0;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li {
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1359.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li {
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li {
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li {
    margin: 0 1rem 1.5rem 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li {
    margin: 0 1rem 1rem 0;
  }
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a {
  color: #ffffff;
  display: inline-block;
  border: 0.1rem solid #ffffff;
  font-weight: 700;
  text-align: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li a {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 1600.98px) and (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li a i {
    font-size: 1.6rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li a {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 1279.98px) and (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li a i {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li a {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .menu .footer-social-link ul li a {
    padding: 0.5rem 2rem;
    text-align: center;
    font-size: 12px;
    width: 3rem;
  }
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a.fb-icon:hover {
  background-color: #4869A7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a.insta-icon:hover {
  background-color: #E1306C;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a.in-icon:hover {
  background-color: #0779B2;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a.tw-icon:hover {
  background-color: #22A3EE;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a.yt-icon {
  font-size: 3.4rem;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li a.yt-icon:hover {
  background-color: #FC0012;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .menu .footer-social-link ul li:last-child {
  margin: 0;
}
footer .footer-row .footer-btm-section .pint-icon {
  font-size: 3.4rem !important;
}
footer .footer-row .footer-btm-section .pint-icon:hover {
  background-color: #E60023;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section .pint-icon i {
    font-size: 2.8rem !important;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .pint-icon i {
    font-size: 2.6rem !important;
  }
}
footer .footer-row .footer-btm-section .footer-right {
  width: 44%;
  position: relative;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .footer-right {
    width: 100%;
  }
}
footer .footer-row .footer-btm-section .footer-right .contact-form h4 {
  color: #ffffff;
  font-family: "ObjectSansBold";
  font-weight: 400;
}
footer .footer-row .footer-btm-section .footer-right .contact-form h4 a {
  font-family: "ObjectSansRegular";
  font-weight: 400;
  color: #FFCB05;
}
footer .footer-row .footer-btm-section .footer-right .contact-form input[type=submit] {
  background-color: #FFCB05;
  color: #000000;
}
footer .footer-row .footer-btm-section .footer-right .contact-form input[type=submit]:hover {
  color: #E98824;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .footer-right .contact-form input[type=submit] {
    padding: 0.2rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .footer-row .footer-btm-section .footer-social-link {
  max-width: 400px;
}
footer .footer-row .footer-btm-section .footer-social-link ul {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul {
    padding-top: 1rem;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
  }
}
footer .footer-row .footer-btm-section .footer-social-link ul li {
  margin: 0 1.8rem 1.8rem 0;
}
@media (max-width: 1359.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li {
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li {
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li {
    margin: 0 1rem 1.5rem 0;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li {
    margin: 0 1rem 1rem 0;
  }
}
footer .footer-row .footer-btm-section .footer-social-link ul li a {
  color: #ffffff;
  display: inline-block;
  border: 0.1rem solid #ffffff;
  font-weight: 700;
  text-align: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li a {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 1600.98px) and (max-width: 1600.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li a i {
    font-size: 1.6rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li a {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 1279.98px) and (max-width: 1279.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li a i {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li a {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row .footer-btm-section .footer-social-link ul li a {
    padding: 0.5rem 2rem;
    text-align: center;
    font-size: 12px;
    width: 3rem;
  }
}
footer .footer-row .footer-btm-section .footer-social-link ul li a.fb-icon:hover {
  background-color: #4869A7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .footer-social-link ul li a.insta-icon:hover {
  background-color: #E1306C;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .footer-social-link ul li a.in-icon:hover {
  background-color: #0779B2;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .footer-social-link ul li a.tw-icon:hover {
  background-color: #22A3EE;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .footer-social-link ul li a.yt-icon:hover {
  background-color: #FC0012;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
footer .footer-row .footer-btm-section .footer-social-link ul li:last-child {
  margin: 0;
}
footer .footer-row .footer-right {
  width: 44%;
  position: relative;
}
@media (max-width: 1023.98px) {
  footer .footer-row .footer-right {
    width: 100%;
  }
}
footer .footer-row .footer-right .contact-form h4 {
  color: #ffffff;
  font-family: "ObjectSansBold";
  font-weight: 400;
}
footer .footer-row .footer-right .contact-form h4 a {
  font-family: "ObjectSansRegular";
  font-weight: 400;
  color: #FFCB05;
}
footer .footer-row .footer-right .contact-form input[type=submit] {
  background-color: #FFCB05;
  color: #000000;
}
footer .footer-row .footer-right .contact-form input[type=submit]:hover {
  background: linear-gradient(92.28deg, #92263D 0%, #92263D 0%, #E72E2D 34.92%, #F28826 68.88%, #FFCB05 100%);
  color: #ffffff;
}
footer .footer-top {
  display: flex;
  align-items: end;
  z-index: 2;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8.2rem;
  border-bottom: 0.1rem solid #999999;
}
@media (max-width: 1600.98px) {
  footer .footer-top {
    padding-bottom: 6.2rem;
  }
}
@media (max-width: 1449.98px) {
  footer .footer-top {
    padding-bottom: 5.2rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-top {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4rem;
    border-color: rgba(255, 255, 255, 0.1000000015);
  }
}
footer .footer-top .o-header--h2 {
  font-family: ObjectSansBold;
  font-weight: 600;
  color: #ffffff;
  max-width: 74.4rem;
}
@media (max-width: 1449.98px) {
  footer .footer-top .o-header--h2 {
    max-width: 48rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-top .o-header--h2 {
    max-width: 60rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-top .o-header--h2 {
    max-width: 50rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top .o-header--h2 {
    max-width: unset;
    margin-bottom: 2rem;
  }
}
footer .footer-top .o-button3 {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  footer .footer-top .o-button3 {
    margin-left: unset;
  }
}
footer .footer-btm {
  display: flex;
  align-items: center;
  line-height: 0;
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 3.5rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600.98px) {
  footer .footer-btm {
    padding-top: 6.5rem;
  }
}
@media (max-width: 1449.98px) {
  footer .footer-btm {
    padding-top: 5.5rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-btm {
    padding-top: 4rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-btm {
    padding-top: 13rem;
    align-items: flex-start;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  footer .footer-btm {
    display: block;
    text-align: left;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 479.98px) {
  footer .footer-btm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
footer .footer-btm .site-info p {
  color: #B3B3B3;
}
@media (max-width: 1279.98px) {
  footer .footer-btm .site-info p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-btm .site-info p {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-btm .site-info {
    width: 44%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-btm .site-info {
    width: 100%;
  }
}
footer .footer-btm .footer-btm-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64%;
}
@media (max-width: 1600.98px) {
  footer .footer-btm .footer-btm-links {
    width: 57%;
  }
}
@media (max-width: 1449.98px) {
  footer .footer-btm .footer-btm-links {
    width: 57%;
  }
}
@media (max-width: 1366px) {
  footer .footer-btm .footer-btm-links {
    width: 56%;
  }
}
@media (max-width: 1359.98px) {
  footer .footer-btm .footer-btm-links {
    width: 53%;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-btm .footer-btm-links {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-btm .footer-btm-links {
    width: 56%;
    margin: initial;
  }
}
@media (max-width: 767.98px) {
  footer .footer-btm .footer-btm-links {
    margin: initial;
    width: 100%;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
footer .footer-btm .footer-btm-links ul {
  display: flex;
}
@media (max-width: 767.98px) {
  footer .footer-btm .footer-btm-links ul {
    flex-direction: initial;
  }
}
@media (max-width: 479.98px) {
  footer .footer-btm .footer-btm-links ul {
    flex-direction: row;
    padding-top: 3rem;
    flex-wrap: wrap;
  }
}
footer .footer-btm .footer-btm-links ul li {
  padding: 0 0.8rem;
  position: relative;
}
@media (max-width: 1279.98px) {
  footer .footer-btm .footer-btm-links ul li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-btm .footer-btm-links ul li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 479.98px) {
  footer .footer-btm .footer-btm-links ul li {
    padding-left: 0;
    width: 100%;
  }
}
footer .footer-btm .footer-btm-links ul li a {
  color: #B3B3B3;
  cursor: pointer;
}
@media (max-width: 1279.98px) {
  footer .footer-btm .footer-btm-links ul li a {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
footer .footer-btm .footer-btm-links ul li a:hover {
  color: #E98824;
  transition: all 0.3s ease-in-out;
}
footer .footer-btm .footer-btm-links ul li::before {
  content: "";
  background-color: #B3B3B3;
  height: 80%;
  width: 0.1rem;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  footer .footer-btm .footer-btm-links ul li::before {
    display: block;
    left: -4px;
  }
}
@media (max-width: 479.98px) {
  footer .footer-btm .footer-btm-links ul li::before {
    display: none;
  }
}
footer .footer-btm .footer-btm-links ul li:first-child::before {
  content: none;
}
footer .footer-btm .footer-country-flag {
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  footer .footer-btm .footer-country-flag {
    margin-left: initial;
  }
}
@media (max-width: 767.98px) {
  footer .footer-btm .footer-country-flag {
    margin-left: 0;
  }
}
footer .footer-btm .footer-country-flag ul {
  display: flex;
}
@media (max-width: 767.98px) {
  footer .footer-btm .footer-country-flag ul {
    justify-content: flex-start;
  }
}
footer .footer-btm .footer-country-flag ul li {
  color: #999999;
  font-family: DM Sans;
  font-weight: 700;
  position: relative;
  padding: 0 1rem;
  display: block;
  transition: all ease-in-out 0.3s;
}
footer .footer-btm .footer-country-flag ul li a {
  color: #999999;
}
@media (max-width: 1279.98px) {
  footer .footer-btm .footer-country-flag ul li {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
footer .footer-btm .footer-country-flag ul li:before {
  content: "";
  background-color: #999999;
  width: 0.2rem;
  position: absolute;
  height: 65%;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 1449.98px) {
  footer .footer-btm .footer-country-flag ul li {
    padding: 0 1.2rem;
  }
}
@media (max-width: 1279.98px) {
  footer .footer-btm .footer-country-flag ul li {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1023.98px) {
  footer .footer-btm .footer-country-flag ul li:first-child {
    padding-left: 0;
  }
}
footer .footer-btm .footer-country-flag ul li img {
  border-radius: 50%;
}
footer .footer-btm .footer-country-flag ul li:last-child {
  padding-right: 0;
}
footer .footer-btm .footer-country-flag ul li:last-child:before {
  content: none;
}

#back-to-up {
  position: fixed;
  right: 2rem;
  bottom: 7rem !important;
  cursor: pointer;
  border: 0.2rem solid #313131;
  background-color: #111018;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  z-index: 2;
}
@media (max-width: 1449.98px) {
  #back-to-up {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1023.98px) {
  #back-to-up {
    bottom: 2rem !important;
  }
}
#back-to-up i {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 1439.98px) {
  #back-to-up {
    right: 2.5rem;
    width: 4rem;
    height: 4rem;
  }
  #back-to-up i {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  #back-to-up {
    bottom: 2rem !important;
    right: 1.5rem;
  }
}
#back-to-up:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 89.17%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  border: transparent;
}
#back-to-up:hover i {
  -webkit-animation: arrow_up 1s ease-in-out infinite;
  -moz-animation: arrow_up 1s ease-in-out infinite;
  animation: arrow_up 1s ease-in-out infinite;
  color: #ffffff;
}

@-webkit-keyframes arrow_up {
  0% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
}
@-moz-keyframes arrow_up {
  0% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, -10px);
    opacity: 0;
  }
}
@keyframes arrow_up {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
.grecaptcha-badge {
  z-index: 9;
  position: relative;
}

.rysun-logo-section {
  background-color: rgba(22, 23, 52, 0.2);
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.2);
  padding: 3rem 3rem;
  display: inline-block;
  margin-top: 4rem;
}
@media (max-width: 1449.98px) {
  .rysun-logo-section {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 1279.98px) {
  .rysun-logo-section {
    width: 17rem;
    height: 18rem;
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .rysun-logo-section {
    width: 17rem;
    height: 17rem;
    padding: 1.5rem 1.5rem;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .rysun-logo-section {
    float: left;
    margin-top: 1rem;
  }
}
.rysun-logo-section:before {
  content: "";
  border-radius: 251.219px;
  opacity: 0.200000003;
  background: linear-gradient(296deg, #23A7E0 0%, #2D2F8F 22.79%, #702E8E 42.51%, #E62E2E 64.86%, #E98824 84.53%, #FFCC06 100%);
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  width: 25rem;
  height: 25rem;
  display: block;
}
@media (max-width: 1449.98px) {
  .rysun-logo-section:before {
    width: 20rem;
    height: 20rem;
  }
}
.rysun-logo-section p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding: 2rem 0;
  color: #ffffff;
}
@media (max-width: 1449.98px) {
  .rysun-logo-section img {
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  #custom_html-8 {
    width: 100%;
  }
}

.hero-banner .hero-img img {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-img img {
    height: 500px;
    object-fit: cover;
  }
}
.hero-banner .hero-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 29rem;
}
@media (max-width: 1600.98px) {
  .hero-banner .hero-content {
    padding-top: 23rem;
  }
}
@media (max-width: 1449.98px) {
  .hero-banner .hero-content {
    padding-top: 20rem;
  }
}
@media (max-width: 1439.98px) {
  .hero-banner .hero-content {
    padding-top: 18rem;
  }
}
@media (max-width: 1359.98px) {
  .hero-banner .hero-content {
    padding-top: 17rem;
  }
}
@media (max-width: 1023.98px) {
  .hero-banner .hero-content {
    padding-top: 11rem;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content {
    padding-top: 10rem;
  }
}
.hero-banner .hero-content h2, .hero-banner .hero-content h1 {
  font-size: 7rem;
  line-height: 9rem;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 4rem;
  max-width: 675px;
}
@media (max-width: 1600.98px) {
  .hero-banner .hero-content h2, .hero-banner .hero-content h1 {
    font-size: 6rem;
    line-height: 8rem;
  }
}
@media (max-width: 1449.98px) {
  .hero-banner .hero-content h2, .hero-banner .hero-content h1 {
    font-size: 6rem;
    line-height: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .hero-banner .hero-content h2, .hero-banner .hero-content h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .hero-banner .hero-content h2, .hero-banner .hero-content h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .hero-banner .hero-content h2, .hero-banner .hero-content h1 {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content h2, .hero-banner .hero-content h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.hero-banner .hero-content p {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 5rem;
  max-width: 795px;
}
@media (max-width: 1600.98px) {
  .hero-banner .hero-content p {
    font-size: 2.6rem;
    line-height: 4.4rem;
    max-width: 700px;
  }
}
@media (max-width: 1439.98px) {
  .hero-banner .hero-content p {
    font-size: 2.2rem;
    line-height: 4rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 1279.98px) {
  .hero-banner .hero-content p {
    font-size: 2rem;
    line-height: 3.8rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .hero-banner .hero-content p {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.home-banner .home-banner-item {
  width: 100%;
  background-color: #08082e;
  display: flex;
  background-image: url("https://phpdemo03.kcspl.in/RysunMVP/wp-content/uploads/2023/07/bottom-circle.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.home-banner .home-banner-item .banner-left {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 35%;
  justify-content: center;
  animation-duration: 1.5s;
}
.home-banner .home-banner-item .banner-left .banner-leftsub {
  padding-left: 110px;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-left .banner-leftsub {
    padding-left: 8rem;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .home-banner-item .banner-left .banner-leftsub {
    padding-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-left .banner-leftsub {
    padding-left: 2rem;
  }
}
.home-banner .home-banner-item .banner-left .herobanner-title {
  color: #fff;
  font-size: 9rem;
  line-height: 11rem;
  font-weight: bold;
  margin-bottom: 40px;
  max-width: 460px;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-left .herobanner-title {
    font-size: 7rem;
    line-height: 8.6rem;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .home-banner-item .banner-left .herobanner-title {
    font-size: 6.4rem;
    line-height: 8.2rem;
  }
}
@media (max-width: 1359.98px) {
  .home-banner .home-banner-item .banner-left .herobanner-title {
    font-size: 6rem;
    line-height: 7.4rem;
    margin-bottom: 25px;
  }
}
.home-banner .home-banner-item .banner-left .herobanner-discr {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 50px;
  max-width: 435px;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-left .herobanner-discr {
    font-size: 1.8rem;
    line-height: 2.6rem;
    max-width: 400px;
  }
}
.home-banner .home-banner-item .banner-right {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.home-banner .home-banner-item .banner-right .person-img {
  animation-duration: 1.5s;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-right .person-img {
    width: 77%;
  }
}
.home-banner .home-banner-item .banner-right .search-box-main {
  position: absolute;
  top: 37%;
  left: 18%;
  width: 470px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
  animation-duration: 1.5s;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main {
    top: 31%;
    left: 15%;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main {
    top: 22%;
  }
}
@media (max-width: 1439.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main {
    top: 27%;
    width: 425px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main {
    width: 350px;
    padding: 8px;
    left: 7%;
    top: 47%;
  }
}
.home-banner .home-banner-item .banner-right .search-box-main .search-box {
  color: #fff;
  z-index: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(112, 46, 142, 0.2) 100%);
  box-shadow: 20px 20px 90px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main .search-box {
    padding: 10px;
  }
}
.home-banner .home-banner-item .banner-right .search-box-main .search-box h2 {
  width: 320px;
  animation: typing 1s steps(35) 1.5s 1 normal both, blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  border-right: 1px solid;
  margin-left: 13px;
}
@media (max-width: 1439.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main .search-box h2 {
    font-size: 18px;
    width: 283px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .search-box-main .search-box h2 {
    font-size: 14px;
    width: 223px;
  }
}
.home-banner .home-banner-item .banner-right .badge-img {
  position: absolute;
  top: 34%;
  left: 28%;
  animation-duration: 2s;
  animation-delay: 2.5s;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-right .badge-img {
    top: 27%;
    left: 31%;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .home-banner-item .banner-right .badge-img {
    top: 17%;
  }
}
@media (max-width: 1439.98px) {
  .home-banner .home-banner-item .banner-right .badge-img {
    width: 330px;
    top: 26%;
    left: 37%;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .badge-img {
    top: 45%;
    left: 35%;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .badge-img img {
    max-width: 270px;
  }
}
.home-banner .home-banner-item .banner-right .tag-line {
  position: absolute;
  top: 42%;
  left: -4%;
  animation-name: fadeInLeft2;
  animation-duration: 3s;
  animation-delay: 3s;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-right .tag-line {
    top: 38%;
    left: -5%;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .home-banner-item .banner-right .tag-line {
    top: 29%;
    left: -5%;
    width: 550px;
  }
}
@media (max-width: 1439.98px) {
  .home-banner .home-banner-item .banner-right .tag-line {
    top: 34%;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .tag-line {
    top: 51%;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .tag-line img {
    max-width: 420px;
  }
}
.home-banner .home-banner-item .banner-right .ht-icons {
  position: absolute;
  width: 407px;
  display: flex;
  justify-content: space-between;
  top: 57%;
  left: 1.8%;
}
@media (max-width: 1600.98px) {
  .home-banner .home-banner-item .banner-right .ht-icons {
    top: 55%;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .home-banner-item .banner-right .ht-icons {
    top: 46%;
  }
}
@media (max-width: 1439.98px) {
  .home-banner .home-banner-item .banner-right .ht-icons {
    top: 51%;
  }
}
@media (max-width: 1359.98px) {
  .home-banner .home-banner-item .banner-right .ht-icons {
    width: 380px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .ht-icons {
    width: 270px;
    left: 5%;
    top: 66%;
  }
}
.home-banner .home-banner-item .banner-right .ht-icons img {
  animation-name: fadeInUp2;
  animation-duration: 3s;
  animation-delay: 3s;
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-item .banner-right .ht-icons img {
    max-width: 80px;
  }
}
.home-banner .swiper-pagination {
  position: absolute;
  bottom: 11rem;
  top: auto;
  margin: auto;
  left: 11rem;
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.3);
  width: 100px;
}
@media (max-width: 1600.98px) {
  .home-banner .swiper-pagination {
    left: 8rem;
  }
}
@media (max-width: 1449.98px) {
  .home-banner .swiper-pagination {
    left: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .swiper-pagination {
    left: 2rem;
  }
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 1rem;
  background: rgba(255, 255, 255, 0.3);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home-banner .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.home-mobile-banner {
  display: none !important;
}

.about-company {
  padding-top: 24rem;
}
.about-company h2 {
  color: #000000;
  text-align: center;
}
.about-company .spark-description {
  display: flex;
  justify-content: center;
}
.about-company .spark-description p {
  max-width: 76.4rem;
  padding-top: 2rem;
  text-align: center;
  font-family: ObjectSansRegular;
}
.about-company .video-block {
  margin-top: 3.125vw;
}
.about-company .video-block iframe {
  width: 128rem !important;
  height: 72rem !important;
  border-radius: 4rem;
}
@media (max-width: 1600.98px) {
  .about-company {
    padding-top: 15rem;
  }
}

.company-video {
  width: 128rem;
  height: 78rem;
  margin: auto;
  display: flex;
  border-radius: 4rem;
  margin-top: 3.125vw;
}

.who-rysun-section {
  z-index: 1;
  position: relative;
}
.who-rysun-section .who-rysun-section-inner-top {
  background-color: #ffffff;
  border-radius: 3.646vw 3.646vw 0 0;
}
.who-rysun-section .who-rysun-section-inner-top.value-rysun-section-inner-top {
  border-radius: 0;
}
.who-rysun-section .who-rysun-section-inner-top .small-title {
  color: #000000;
}
.who-rysun-section .who-rysun-section-inner-btm {
  background-color: #ffffff;
}
.who-rysun-section .who-rysun-section-inner-btm .o-button3 {
  margin-top: 3.125vw;
}
.who-rysun-section .who-rysun-section-inner-btm .about-para-right {
  padding-top: 3rem;
}
.who-rysun-section .who-rysun-section-inner-btm .about-para-right p {
  color: #333333;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .who-rysun-section .who-rysun-section-inner-btm .about-para-right p {
    max-width: 125rem;
  }
}
@media (max-width: 1600.98px) {
  .who-rysun-section .who-rysun-section-inner-btm .about-para-right {
    padding-left: 0;
  }
}
@media (max-width: 1449.98px) {
  .who-rysun-section .who-rysun-section-inner-btm .about-para-right {
    padding-top: 2rem;
  }
}
.who-rysun-section .who-rysun-section-inner-btm .common-paragraph.o-header--h2 {
  max-width: 157rem;
}

.about-logo-section {
  padding-top: 7rem;
  background-color: #ffffff;
}
@media (max-width: 1359.98px) {
  .about-logo-section {
    padding-top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .about-logo-section {
    padding-top: 2rem;
  }
}
.about-logo-section .logo-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.563vw;
  width: 100%;
}
.about-logo-section .logo-listing .logo-block {
  width: 25%;
  padding: 1.563vw 1.563vw 1.563vw;
}
@media (max-width: 767.98px) {
  .about-logo-section .logo-listing .logo-block {
    width: 33.33%;
  }
}
.about-logo-section .logo-listing .logo-block .logo-block-inner {
  border: 0.1rem solid #CCCCCC;
  width: 100%;
  height: 8.333vw;
  padding: 2.604vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25vw;
}
@media (max-width: 767.98px) {
  .about-logo-section .logo-listing .logo-block .logo-block-inner {
    height: 6rem;
  }
}
.about-logo-section .logo-listing .logo-block .logo-block-inner img {
  object-fit: cover;
  object-position: center;
  max-height: 5.729vw;
}
@media (max-width: 767.98px) {
  .about-logo-section .logo-listing .logo-block .logo-block-inner img {
    max-height: 4.2rem;
  }
}

.core-value {
  padding-top: 10rem;
  padding-left: 5.2rem;
  padding-right: 5.2rem;
}
@media (max-width: 1600.98px) {
  .core-value {
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1439.98px) {
  .core-value {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .core-value {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .core-value {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.core-value .blue h6 {
  background-color: #2D2F8F;
}
.core-value .blue ul li {
  background-color: rgba(45, 47, 143, 0.95);
}
.core-value .purple h6 {
  background-color: #702E8E;
}
.core-value .purple ul li {
  background-color: rgba(112, 46, 142, 0.95);
}
.core-value .coffee h6 {
  background-color: #5C103E;
}
.core-value .coffee ul li {
  background-color: rgba(92, 16, 62, 0.95);
}
.core-value .maroon h6 {
  background-color: #92263D;
}
.core-value .maroon ul li {
  background-color: rgba(146, 38, 61, 0.95);
}
.core-value .red h6 {
  background-color: #E62E2E;
}
.core-value .red ul li {
  background-color: rgba(230, 46, 46, 0.95);
}
.core-value .orange h6 {
  background-color: #E98824;
}
.core-value .orange ul li {
  background-color: rgba(233, 135, 36, 0.95);
}
.core-value .vc_col-sm-2 {
  padding: 0px 1.8rem;
}
@media (max-width: 1600.98px) {
  .core-value .vc_col-sm-2 {
    padding: 0px 1rem;
  }
}
@media (max-width: 1279.98px) {
  .core-value .vc_col-sm-2 {
    width: 25%;
    margin-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .core-value .vc_col-sm-2 {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .core-value .vc_col-sm-2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.core-value h6 {
  color: #ffffff;
  font-weight: 700;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 2.7rem 2rem 1.9rem 2rem;
  text-transform: uppercase;
}
@media (max-width: 1600.98px) {
  .core-value h6 {
    padding: 2.5rem 1.5rem 2rem;
  }
}
@media (max-width: 1359.98px) {
  .core-value h6 {
    padding: 2rem 1rem 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .core-value h6 {
    padding: 2rem 1.5rem 1.5rem;
  }
}
.core-value ul li {
  font-weight: 400;
  padding: 1.5rem 2rem;
  color: #ffffff;
  line-height: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.core-value ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media (max-width: 1600.98px) {
  .core-value ul li {
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 1449.98px) {
  .core-value ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 1359.98px) {
  .core-value ul li {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .core-value ul li {
    padding: 1.5rem 1.5rem;
  }
}

.infinite-impact ul {
  padding-top: 0.781vw;
}
.infinite-impact ul li {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 1.563vw;
  color: #333333;
  position: relative;
  padding: 0.3rem 0 0.3rem 1.823vw;
}
.infinite-impact ul li:before {
  content: "";
  background-image: url(../images/right-arrow.webp);
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
}

.company-vision {
  margin-top: 20rem;
  height: 70rem;
  display: flex;
  align-items: center;
}
.company-vision .custom-heading h2 {
  color: #ffffff;
}
.company-vision .vision-description p {
  color: #ffffff;
  max-width: 67.5rem;
  padding-top: 2rem;
}
.company-vision .service-content-block {
  box-shadow: 20px 20px 90px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1600.98px) {
  .company-vision {
    height: 60rem;
  }
}

.home-vision-new {
  padding: 13.5rem 0;
}
.home-vision-new .home-vision-new-inner .custom-heading h2 {
  color: #ffffff;
  text-align: right;
}
.home-vision-new .home-vision-new-inner .o-header--h5 {
  max-width: 91.4rem;
  color: #CCCCCC;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 4rem;
}

.insight-block {
  background-color: #333333;
  margin-top: 35rem;
}
.insight-block .insightful-block-left {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}
.insight-block .insightful-block-left h2 {
  color: #ffffff;
}
.insight-block .insightful-block-left p {
  color: #ffffff;
  max-width: 65rem;
  padding-top: 2rem;
}
@media (max-width: 1600.98px) {
  .insight-block .insightful-block-left p {
    max-width: 55rem;
  }
}
.insight-block .insightful-block-left .o-button {
  margin-top: 5rem;
}
.insight-block .insightful-block-right {
  margin-top: -15.4rem;
}

.insights-tabs-wrapper .insights-wrapper {
  margin: 0 -3rem;
}
.insights-tabs-wrapper .insights-wrapper .listing-block {
  padding: 5rem 3rem;
  width: 33.33%;
}
.insights-tabs-wrapper .insights-wrapper .listing-block .view-btn {
  bottom: 18%;
}
.insights-tabs-wrapper .insights-wrapper .listing-block .listing-slider-img {
  position: relative;
}
.insights-tabs-wrapper .insights-wrapper .listing-block .listing-slider-img img {
  height: 70rem;
}
.insights-tabs-wrapper .insights-wrapper .listing-block.full-width {
  width: 100%;
}
.insights-tabs-wrapper .insights-wrapper .listing-block.full-width .listing-slider-img img {
  height: 45rem;
}

.home-insight-block {
  background: linear-gradient(180deg, #FDF8FF 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 10rem;
}
@media (max-width: 1600.98px) {
  .home-insight-block {
    padding-top: 7rem;
  }
}
@media (max-width: 1439.98px) {
  .home-insight-block {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .home-insight-block {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .home-insight-block {
    padding-top: 3rem;
    margin-top: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .home-insight-block br {
    display: none;
  }
}

.post-outer.insights-section-wrapper {
  padding-top: 7rem;
  margin: 0;
}
@media (max-width: 1279.98px) {
  .post-outer.insights-section-wrapper {
    padding-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper {
    padding-top: 4rem;
  }
}
.post-outer.insights-section-wrapper .insights-left {
  width: 44.7%;
  padding-right: 6rem;
}
@media (max-width: 1279.98px) {
  .post-outer.insights-section-wrapper .insights-left {
    padding-right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper .insights-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.post-outer.insights-section-wrapper .insights-left .blog-banner-img img {
  height: 38.6rem;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .insights-left .blog-banner-img img {
    height: 27.6rem;
  }
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper .insights-left .blog-banner-img img {
    height: 22.3rem;
  }
}
.post-outer.insights-section-wrapper .insights-left .post .blog-banner-content .post-excerpt {
  height: 8.6rem;
  overflow: hidden;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .insights-left .post .blog-banner-content .post-excerpt {
    height: 7.6rem;
  }
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper .insights-left .post .blog-banner-content .post-excerpt {
    height: 9.8rem;
  }
}
@media (max-width: 767.98px) {
  .post-outer.insights-section-wrapper .insights-left .post .blog-banner-content .post-excerpt {
    height: 11.8rem;
  }
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper .insights-left .post {
    box-shadow: none;
  }
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper .insights-left .post .post-inner {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .post-outer.insights-section-wrapper .insights-left .post .post-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.post-outer.insights-section-wrapper .insights-right {
  width: 55.3%;
}
@media (max-width: 1023.98px) {
  .post-outer.insights-section-wrapper .insights-right {
    width: 100%;
  }
}
.post-outer.insights-section-wrapper .insights-right .post-inner {
  display: flex;
}
@media (max-width: 767.98px) {
  .post-outer.insights-section-wrapper .insights-right .post-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.post-outer.insights-section-wrapper .insights-right .post-inner a {
  width: 98%;
}
.post-outer.insights-section-wrapper .insights-right .post:nth-child(2) {
  margin-top: 6rem;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .insights-right .post:nth-child(2) {
    margin-top: 3rem;
  }
}
.post-outer.insights-section-wrapper .post .blog-banner-content {
  padding: 3rem 3rem;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.06);
  border: 0.1rem solid #CCCCCC;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content {
    padding: 1.5rem 1.5rem;
  }
}
.post-outer.insights-section-wrapper .post .blog-banner-content .post-inner-title {
  padding-top: 2rem;
  height: 8.2rem;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content .post-inner-title {
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 1rem;
    height: 7.2rem;
  }
}
@media (max-width: 1279.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content .post-inner-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-top: 1rem;
    height: 6.2rem;
  }
}
.post-outer.insights-section-wrapper .post .blog-banner-content .post-inner-title:hover {
  color: #2D2F8F;
}
.post-outer.insights-section-wrapper .post .blog-banner-content .blog-banner-date .post-date {
  padding-left: 0;
  font-weight: 500;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content .blog-banner-date .post-date {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.post-outer.insights-section-wrapper .post .blog-banner-content .post-excerpt {
  max-width: 59.6rem;
  height: 110px;
  overflow: hidden;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content .post-excerpt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 88px;
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .post-outer.insights-section-wrapper .post .blog-banner-content .post-excerpt {
    height: 11.8rem;
  }
}
.post-outer.insights-section-wrapper .blog-banner-img img {
  height: 29.2rem;
}
@media (max-width: 1449.98px) {
  .post-outer.insights-section-wrapper .blog-banner-img img {
    height: 22.3rem;
  }
}
.service-block .custom-heading {
  color: #000000;
}
.service-block .o-body-medium {
  padding-top: 2rem;
}
.service-block .o-body-medium p {
  color: #000000;
  max-width: 72.4rem;
}

.service-listing-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-listing-main .service-listing {
  width: 43.3%;
  padding: 10rem 0;
  height: 85rem;
  position: relative;
  transition-duration: 0.5s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.service-listing-main .service-listing a {
  display: block;
  height: 100%;
}
.service-listing-main .service-listing .service-content-block {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 7rem;
}
.service-listing-main .service-listing .service-content-block .service-title {
  color: #ffffff;
  font-weight: 800;
}
.service-listing-main .service-listing .service-content-block .service-description {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #ffffff;
  max-width: 37rem;
  padding-top: 2rem;
}
@media (max-width: 1600.98px) {
  .service-listing-main .service-listing .service-content-block .service-description {
    max-width: 30rem;
  }
}
.service-listing-main .service-listing .service-img {
  position: relative;
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 8rem rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}
.service-listing-main .service-listing .service-img:before {
  background: rgba(45, 47, 143, 0.9);
  mix-blend-mode: normal;
  transition: opacity 0.35s, transform 0.35s;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}
.service-listing-main .service-listing .service-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4rem;
}
.service-listing-main .service-listing .view-btn {
  margin-left: auto;
  margin-right: 3.3rem;
  margin-bottom: -5rem;
}
.service-listing-main .service-listing:hover .service-img:before {
  transition-duration: 0.5s;
  background: linear-gradient(8.01deg, #2D2F8F 2.06%, rgba(112, 46, 142, 0) 94.71%);
}
.service-listing-main .service-listing:hover .view-btn {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1600.98px) {
  .service-listing-main .service-listing {
    height: 45rem;
  }
}

.stories-section .custom-heading {
  color: #000000;
}
.stories-section .o-body-medium p {
  padding-top: 2rem;
}
.stories-section .link {
  padding-top: 2rem;
}
.stories-section .customer-stories-wrapper {
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}
.stories-section .customer-stories-wrapper .stories-container {
  position: relative;
  background: linear-gradient(92.82deg, #2d2f8f 1.02%, #702e8e 29.57%, #93283e 64.43%, #e62e2e 97.65%);
  border-radius: 4rem;
  height: 59.6rem;
}
.stories-section .customer-stories-wrapper .stories-container .stories-img {
  position: absolute;
  right: 10rem;
  bottom: 9.6rem;
}
.stories-section .customer-stories-wrapper .stories-container .stories-img img {
  object-fit: cover;
  object-position: center;
  border-radius: 4rem;
  width: 65rem;
  height: 68rem;
}
.stories-section .customer-stories-wrapper .stories-container .stories-content {
  padding: 8rem;
  max-width: 50%;
  margin-top: 26rem;
}
.stories-section .customer-stories-wrapper .stories-container .stories-content .story-title {
  font-size: 4rem;
  line-height: 5rem;
  color: #ffffff;
  font-weight: 800;
}
.stories-section .customer-stories-wrapper .stories-container .stories-content .o-body-medium {
  max-width: 77.4rem;
  color: #ffffff;
  padding-top: 3rem;
}
.stories-section .customer-stories-wrapper .stories-container .stories-content .o-button2 {
  margin-top: 4rem;
  display: inline-block;
}
@media (max-width: 1600.98px) {
  .stories-section .customer-stories-wrapper .stories-container .stories-content {
    top: 4rem;
    left: 4rem;
  }
}

#customer-stories-tabs {
  display: flex;
  margin: 4rem -3rem 0;
  position: relative;
  z-index: 2;
}
#customer-stories-tabs li {
  width: 20%;
  padding: 2rem 3rem 2rem 3rem;
  border: 1px solid #333333;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.06);
  border-radius: 2.6rem;
  margin: 0 3rem;
  position: relative;
  cursor: pointer;
}
#customer-stories-tabs li a {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #ffffff;
  font-weight: 500;
}
#customer-stories-tabs li:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.6rem;
  padding: 0.4rem;
  background: linear-gradient(45deg, #92263d, #e72e2d, #f28826, #ffcb05);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: width 0.4s, opacity 1.1s;
  transition-delay: width 2s;
  display: block;
}
#customer-stories-tabs li.active:before, #customer-stories-tabs li:hover:before {
  opacity: 1;
}
#customer-stories-tabs li.active a, #customer-stories-tabs li:hover a {
  color: #ffffff;
}
@media (max-width: 1600.98px) {
  #customer-stories-tabs li {
    padding: 2rem 2rem 6rem 2rem;
  }
}

.stories-section {
  background-color: #121212;
  padding: 20rem 0;
}
.stories-section .custom-heading {
  color: #ffffff;
}
.stories-section .o-body-medium p {
  color: #ffffff;
}
.stories-section .link a {
  color: #ffffff;
}
.stories-section .link a:visited {
  color: #ffffff;
}
.stories-section .link a::after {
  background: #ffffff;
}

.featured-custom-stories .featured-custom-stories-inner .custom-title h2 {
  color: #000000;
}

.our-industries-section.featured-stories-listing {
  background-color: #F6F6F6;
  border-radius: 7rem 7rem 0 0;
}
.our-industries-section.featured-stories-listing .small-title {
  color: #000000;
}
.our-industries-section.featured-stories-listing .our-industries-section-btm {
  margin: 0 -1.5rem;
}
.our-industries-section.featured-stories-listing .our-industries-section-btm .o-header--h2 {
  color: #000000;
  max-width: 120rem;
}
.our-industries-section.featured-stories-listing .our-industries-section-btm .o-header--h2 strong {
  color: #2D2F8F;
}
.our-industries-section.featured-stories-listing .featured-section-btm {
  padding-left: calc((100vw - 1840px + 300px) / 2);
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 1600.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm {
    padding-left: calc((100vw - 1450px + 110px) / 2);
  }
}
@media (max-width: 1449.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm {
    padding-left: calc((100vw - 1330px + 110px) / 2);
  }
}
@media (max-width: 1439.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm {
    padding-left: calc((100vw - 1280px + 110px) / 2);
  }
}
@media (max-width: 1359.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm {
    padding-left: calc((100vw - 1200px + 110px) / 2);
  }
}
@media (max-width: 1279.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm {
    padding-left: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm {
    padding-left: 2rem;
  }
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm {
  margin: 0 -30px;
}
@media (max-width: 1449.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm {
    margin: 0 -20px;
  }
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block {
  margin: 0 30px;
  width: 950px;
  flex: 0 0 auto;
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block:nth-child(even) {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block:nth-child(even) {
    margin-top: 3.5rem;
  }
}
@media (max-width: 479.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block:nth-child(even) {
    margin-top: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block {
    margin: 0 20px;
    width: 850px;
  }
}
@media (max-width: 1439.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block {
    width: 70rem;
  }
}
@media (max-width: 1023.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block {
    width: 44rem;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block {
    width: 44rem;
    margin: 0 1rem;
  }
}
@media (max-width: 479.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block {
    width: 31rem;
    margin: 0 0.6rem;
  }
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img {
  height: 70rem;
}
@media (max-width: 1023.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img {
    height: 42rem !important;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img {
    height: 35rem !important;
  }
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img:after {
  opacity: 0.5;
  bottom: -18rem;
  right: auto;
  left: -9rem;
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img:before {
  height: 375px;
}
@media (max-width: 1023.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img:before {
    height: 245px;
  }
}
@media (max-width: 1449.98px) {
  .our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-img {
    height: 60rem;
  }
}
.our-industries-section.featured-stories-listing .featured-section-btm .indutries-section-btm .industries-block .industries-caption p {
  max-width: 58rem;
}

.business-impact-section {
  background: linear-gradient(180deg, #FDF8FF 0%, rgba(255, 255, 255, 0) 100%);
}
.business-impact-section .custom-heading h3 {
  max-width: 124rem;
}
.business-impact-section .business-imapct {
  margin-top: 7rem;
}
@media (max-width: 1449.98px) {
  .business-impact-section .business-imapct {
    margin-top: 4rem;
  }
}
@media (max-width: 1366px) {
  .business-impact-section .business-imapct {
    margin-top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .business-imapct {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .business-imapct {
    margin-top: 2rem;
    overflow: visible;
  }
}
.business-impact-section .swiper-timer-bar,
.business-impact-section .autoplay-progress {
  top: 0;
  right: 1px;
}
@media (max-width: 1023.98px) {
  .business-impact-section .swiper-timer-bar,
  .business-impact-section .autoplay-progress {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .swiper-timer-bar,
  .business-impact-section .autoplay-progress {
    width: 28px;
    height: 28px;
    top: -18rem;
  }
}
.business-impact-section .slider-content {
  display: flex;
}
@media (max-width: 767.98px) {
  .business-impact-section .slider-content {
    flex-wrap: wrap;
  }
}
.business-impact-section .slider-content .slider-content-inner {
  width: 42.4%;
  height: 85rem;
  padding: 5rem 5rem;
  background: linear-gradient(180deg, #2D2F8F 0%, #702E8E 100%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 2;
  text-align: left;
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner {
    width: 44.5%;
    height: 70rem;
    padding: 4rem 4rem;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .slider-content .slider-content-inner {
    width: 47.5%;
    height: 55rem;
  }
}
@media (max-width: 1366px) {
  .business-impact-section .slider-content .slider-content-inner {
    padding: 4rem 4rem;
    width: 52.5%;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .slider-content .slider-content-inner {
    width: 57.5%;
    height: 60rem;
    padding: 3rem 3rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .slider-content .slider-content-inner {
    width: 37.5%;
    height: 50rem;
    padding: 2rem 2rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .slider-content-inner {
    width: 44.5%;
    height: 42rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .slider-content .slider-content-inner {
    width: 100%;
    height: 40rem;
    display: block;
    flex-wrap: wrap;
    order: 2;
    padding: 3rem 2rem;
  }
}
.business-impact-section .slider-content .slider-content-inner:before {
  content: "";
  background-image: url(../images/business-impact-bg.webp);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55rem;
  height: 63.4rem;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 47.6rem;
    height: 54.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 48.6rem;
    height: 55.4rem;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1366px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 48.6rem;
    height: 51.4rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 43rem;
    height: 49.4rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 37.2rem;
    height: 41.4rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 32.2rem;
    height: 36.4rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .slider-content .slider-content-inner:before {
    width: 23.2rem;
    height: 11.4rem;
    left: -2.3rem;
  }
}
.business-impact-section .slider-content .slider-content-inner:after {
  content: "";
  background: linear-gradient(209.24deg, #23A7E0 0%, rgba(35, 167, 224, 0.5) 21.06%, rgba(45, 47, 143, 0.28) 43.02%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}
.business-impact-section .slider-content .slider-content-inner .slider-title {
  color: #ffffff;
  max-width: 45rem;
  font-weight: 700;
  font-family: DM Sans;
  padding-top: 3rem;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-title {
    padding-top: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-title {
    padding-top: 1.5rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.business-impact-section .slider-content .slider-content-inner .slider-description {
  color: #ffffff;
  max-width: 43.4rem;
  font-weight: 500;
  font-family: DM Sans;
  padding-top: 2rem;
  padding-bottom: 7rem;
}
@media (max-width: 767.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-description {
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.business-impact-section .slider-content .slider-content-inner .slider-category {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 500;
}
.business-impact-section .slider-content .slider-content-inner .slider-solutions {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 400;
  padding-top: 4rem;
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions {
    padding-top: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions {
    padding-top: 2rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions {
    padding-top: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions {
    padding-top: 1rem;
  }
}
.business-impact-section .slider-content .slider-content-inner .slider-solutions.solution-description {
  font-weight: 400;
  padding-top: 4rem;
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions.solution-description {
    padding-top: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions.solution-description {
    padding-top: 2rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions.solution-description {
    padding-top: 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .slider-content-inner .slider-solutions.solution-description {
    padding-top: 1rem;
    font-size: 1.6rem;
    line-height: normal;
  }
}
.business-impact-section .slider-content .slider-content-inner .o-button3 {
  margin-top: 10rem;
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner .o-button3 {
    margin-top: 8rem;
  }
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .slider-content-inner .o-button3 {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .slider-content .slider-content-inner .o-button3 {
    margin-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .slider-content-inner .o-button3 {
    margin-top: 1rem;
  }
}
.business-impact-section .slider-content .business-img {
  display: flex;
  align-items: end;
}
@media (max-width: 1279.98px) {
  .business-impact-section .slider-content .business-img {
    width: 62.5%;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .business-img {
    width: 55.5%;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .slider-content .business-img {
    width: 100%;
  }
  .business-impact-section .slider-content .business-img picture,
  .business-impact-section .slider-content .business-img img {
    width: 100%;
  }
}
.business-impact-section .slider-content .business-img img {
  width: 100%;
  height: 65.2rem;
  object-fit: cover;
  object-position: center;
  transition: transform 1.5s ease;
  transform: scale(1);
}
.business-impact-section .slider-content .business-img img:hover {
  transform: scale(1.2);
}
@media (max-width: 1600.98px) {
  .business-impact-section .slider-content .business-img img {
    height: 55rem;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .slider-content .business-img img {
    height: 45rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .slider-content .business-img img {
    height: 50rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .slider-content .business-img img {
    height: 42rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .slider-content .business-img img {
    height: 34rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .slider-content .business-img img {
    height: 23.2rem;
  }
}
.business-impact-section .swiper-pagination-fraction {
  position: absolute;
  bottom: 5rem;
  left: 46rem;
  color: #B3B3B3;
  font-family: DM Sans;
  font-weight: 500;
}
@media (max-width: 1600.98px) {
  .business-impact-section .swiper-pagination-fraction {
    bottom: 4rem;
    left: 40rem;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .swiper-pagination-fraction {
    bottom: 3rem;
    left: 37rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .swiper-pagination-fraction {
    bottom: 3rem;
    left: 35rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-pagination-fraction {
    bottom: 2rem;
    left: 28rem;
  }
}
@media (max-width: 1023.98px) {
  .business-impact-section .swiper-pagination-fraction {
    bottom: 2rem;
    left: 27rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .swiper-pagination-fraction {
    display: none;
  }
}
.business-impact-section .swiper-pagination-fraction span {
  color: #B3B3B3;
}
.business-impact-section .swiper-pagination-fraction span.swiper-pagination-current {
  color: #ffffff;
}
.business-impact-section .swiper-button-next {
  left: 8rem;
}
@media (max-width: 1449.98px) {
  .business-impact-section .swiper-button-next {
    left: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-button-next {
    left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .swiper-button-next {
    margin-left: 4rem;
    bottom: 3rem;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-button-next {
    left: 12rem;
    width: 100vw;
    right: 0;
  }
}
.business-impact-section .swiper-button-next:after {
  content: "\e911";
  font-family: "icomoon" !important;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1359.98px) {
  .business-impact-section .swiper-button-next:after {
    font-size: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-button-next:after {
    font-size: 1.5rem;
  }
}
.business-impact-section .swiper-button-next:before {
  content: "";
  left: -27px;
  position: absolute;
  width: 1px;
  height: 4rem;
  background-color: #B3B3B3;
}
@media (max-width: 1449.98px) {
  .business-impact-section .swiper-button-next:before {
    left: -15px;
    height: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .swiper-button-next:before {
    height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-button-next:before {
    left: -13px;
    height: 2rem;
  }
}
@media (max-width: 480px) {
  .business-impact-section .swiper-button-next:before {
    left: 16.7rem;
  }
}
@media (max-width: 360px) {
  .business-impact-section .swiper-button-next:before {
    left: -10px;
    position: relative !important;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-buttons {
    position: relative;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-buttons .swiper-button-prev,
  .business-impact-section .swiper-buttons .swiper-button-next {
    position: absolute;
    margin-left: 0;
    left: unset;
    width: 6rem;
    height: 3rem;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-buttons .swiper-button-prev {
    right: 4rem;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-buttons .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-buttons .swiper-button-next:before {
    left: unset;
    right: 47px;
  }
}
@media (max-width: 360px) {
  .business-impact-section .swiper-buttons .swiper-button-next:before {
    left: -1rem;
  }
}
.business-impact-section .swiper-button-prev {
  left: 4rem;
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-button-prev {
    left: 2rem;
  }
}
@media (max-width: 479.98px) {
  .business-impact-section .swiper-button-prev {
    left: 10rem;
    right: 0;
  }
}
.business-impact-section .swiper-button-prev:after {
  content: "\e911";
  font-family: "icomoon" !important;
  transform: rotate(180deg);
  font-weight: 400;
}
@media (max-width: 1359.98px) {
  .business-impact-section .swiper-button-prev:after {
    font-size: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-button-prev:after {
    font-size: 1.5rem;
  }
}
.business-impact-section .swiper-button-prev,
.business-impact-section .swiper-button-next {
  bottom: 4.5rem;
  z-index: 1;
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 1449.98px) {
  .business-impact-section .swiper-button-prev,
  .business-impact-section .swiper-button-next {
    font-size: 16px;
  }
}
@media (max-width: 1449.98px) {
  .business-impact-section .swiper-button-prev,
  .business-impact-section .swiper-button-next {
    bottom: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .business-impact-section .swiper-button-prev,
  .business-impact-section .swiper-button-next {
    bottom: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .business-impact-section .swiper-button-prev,
  .business-impact-section .swiper-button-next {
    font-size: 1.4rem;
    bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .business-impact-section .swiper-button-prev,
  .business-impact-section .swiper-button-next {
    left: 10rem;
    width: 100%;
  }
}
.business-impact-section .swiper-button-prev:hover:after,
.business-impact-section .swiper-button-next:hover:after {
  color: #E98824;
}

@media (max-width: 767.98px) {
  .industries {
    margin-top: 2rem;
  }
}

.leadership-founder {
  background-color: #333333;
  margin-top: 20rem;
}
.leadership-founder .leadership-left {
  padding-top: 7.4rem;
}
.leadership-founder .leadership-left .o-header--h2 {
  color: #ffffff;
  font-weight: 800;
}
.leadership-founder .leadership-left .o-body-medium {
  color: #ffffff;
  max-width: 65rem;
  padding-top: 2rem;
}
.leadership-founder .leadership-left .o-body-large {
  color: #ffffff;
  padding-top: 4rem;
  font-weight: 700;
}
.leadership-founder .leadership-left .team-link {
  padding-bottom: 16rem;
}
.leadership-founder .leadership-left .team-link a {
  color: #ffffff;
  padding-top: 3rem;
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  display: block;
}
.leadership-founder .leadership-right {
  margin-top: -19rem;
}
.leadership-founder .leadership-right img {
  width: 70rem;
  height: 80rem;
  object-fit: cover;
}

.meet-team-block .o-header--h1 h1 {
  color: #000000;
  font-weight: 700;
}
.meet-team-block .o-body-medium {
  color: #000000;
  padding-top: 3rem;
  max-width: 147.5rem;
}

.team-listing .team-member {
  display: flex;
  padding-top: 22rem;
  justify-content: space-between;
  align-items: center;
}
.team-listing .team-member .team-member-detail {
  width: 47.5%;
}
.team-listing .team-member .team-member-detail .o-header--h5 {
  font-weight: 700;
  color: #000000;
}
.team-listing .team-member .team-member-detail .o-body-large {
  font-weight: 500;
  color: #000000;
  padding-top: 2rem;
}
.team-listing .team-member .team-member-detail .team-description {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #333333;
  padding-top: 4rem;
  max-width: 70.8rem;
}
.team-listing .team-member .team-member-detail .team-link {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #131126;
  padding-top: 3rem;
  display: block;
}
.team-listing .team-member .team-member-img {
  width: 52.5%;
  padding-right: 20rem;
}
.team-listing .team-member .team-member-img img {
  width: 100%;
  height: 75rem;
  object-fit: cover;
  object-position: center;
}
.team-listing .team-member:nth-child(odd) {
  flex-direction: row-reverse;
}
.team-listing .team-member:nth-child(even) .team-member-img {
  padding-right: 0;
  justify-content: end;
  display: flex;
}
.team-listing .team-member:nth-child(even) .team-member-detail {
  padding-right: 16rem;
}

.contact-location {
  padding-top: 15rem;
}
@media (max-width: 1600.98px) {
  .contact-location {
    padding-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-location {
    padding-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .contact-location {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-location {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .contact-location {
    padding-top: 9rem;
  }
}
@media (max-width: 767.98px) {
  .contact-location {
    padding-bottom: 0;
  }
}
.contact-location .o-header--h4 {
  padding-top: 8rem;
}
@media (max-width: 1600.98px) {
  .contact-location .o-header--h4 {
    padding-top: 5rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-location .o-header--h4 {
    padding-top: 1rem;
  }
}
.contact-location .contact-block-btm-section {
  padding-top: 17rem;
}
@media (max-width: 1600.98px) {
  .contact-location .contact-block-btm-section {
    padding-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-location .contact-block-btm-section {
    padding-top: 10rem;
  }
}
@media (max-width: 1359.98px) {
  .contact-location .contact-block-btm-section {
    padding-top: 11rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-location .contact-block-btm-section {
    padding-top: 9rem;
  }
}
@media (max-width: 767.98px) {
  .contact-location .contact-block-btm-section {
    padding-top: 8rem;
  }
}

.contact-main {
  position: relative;
}
.contact-main .o-header--h4 {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.contact-main .o-header--h4 p {
  max-width: 95.7rem;
}
.contact-main:after {
  content: "";
  background-image: url(../images/bg-outer-img.webp);
  background-repeat: no-repeat;
  width: 34.6rem;
  height: 46.8rem;
  position: absolute;
  left: 0;
  top: 13rem;
  z-index: 1;
}
@media (max-width: 1600.98px) {
  .contact-main:after {
    top: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-main:after {
    width: 25.6rem;
    height: 25.8rem;
    background-size: 100%;
    top: 3rem;
  }
}

.contact-bg-img {
  position: relative;
}
.contact-bg-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000000 0%, #000000 46.57%, rgba(0, 0, 0, 0.33) 88.71%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #EC8922;
  color: #EC8922;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 5px 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #FFCB05;
  color: #FFCB05;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 5px 20px;
}

.contact-block {
  position: relative;
  padding-top: 10rem;
}
@media (max-width: 1279.98px) {
  .contact-block {
    padding-top: 9rem;
  }
}
@media (max-width: 1023.98px) {
  .contact-block {
    width: 50% !important;
  }
}
@media (max-width: 767.98px) {
  .contact-block {
    padding-top: 2rem;
    width: 100% !important;
  }
}
@media (max-width: 1023.98px) {
  .contact-block.contact-block-small {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .contact-block:first-child, .contact-block.contact-block-right {
    padding-top: 7rem;
  }
}
@media (max-width: 767.98px) {
  .contact-block.contact-block-right {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.contact-block .o-header--h2 {
  position: absolute;
  top: 0;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
}
.contact-block .o-header--h2 a {
  color: #2D2F8F;
  padding-top: 1rem;
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
}
@media (max-width: 1449.98px) {
  .contact-block .o-header--h2 a {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .contact-block .o-header--h2 a {
    padding-top: 0.5rem;
  }
}
.contact-block .o-header--h2 a:hover {
  color: #EC8922;
}
@media (max-width: 1279.98px) {
  .contact-block .o-header--h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .contact-block .o-header--h2 {
    font-size: 2rem;
  }
}
.contact-block .o-header--h4 {
  color: #333333;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.contact-block .o-header--h4 a {
  color: #333333;
}
.contact-block .o-header--h4 a:hover {
  color: #2D2F8F;
}
.contact-block .o-header--h4 i {
  font-size: 2rem;
  color: #2D2F8F;
  padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
  .contact-block .o-header--h4 i {
    font-size: 1.5rem;
    padding-left: 0.5rem;
  }
}
.contact-block .o-paragraph-medium {
  color: #333333;
  padding-top: 1.5rem;
  line-height: 3rem;
  padding-right: 4rem;
}
@media (max-width: 1449.98px) {
  .contact-block .o-paragraph-medium {
    padding-right: 3.5rem;
  }
}
@media (max-width: 1023.98px) {
  .contact-block .o-paragraph-medium {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-top: 0.5rem;
  }
}
.contact-block .contact-link-tel a {
  color: #E82B2C;
  padding-top: 2rem;
  display: block;
}
.contact-block .contact-link-mail a {
  color: #E82B2C;
  display: block;
}

.contact-form-main-section {
  position: relative;
  max-height: 62rem;
  margin-top: 35rem;
}
.contact-form-main-section .o-header--h5 {
  position: absolute;
  bottom: 8rem;
  max-width: 96rem;
  padding-left: 15rem;
  color: #ffffff;
}

.contact-form p.contact-link {
  color: #999999;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.contact-form p.contact-link a {
  color: #FFCB05;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
@media (max-width: 1600.98px) {
  .contact-form p {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .contact-form p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-form p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-form p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.contact-form .o-body-large {
  max-width: 58.4rem;
  color: #000000;
  font-weight: 600;
}
.contact-form br {
  display: none;
}
.contact-form .form {
  width: 100%;
  padding-top: 5rem;
  max-width: 480px;
}
@media (max-width: 1439.98px) {
  .contact-form .form {
    padding-top: 3rem;
  }
}
.contact-form .form input, .contact-form .form select, .contact-form .form textarea {
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #666666;
  border-radius: 0;
  padding: 0.7rem 0 0.8rem;
  margin-top: 0;
  background-color: transparent;
  appearance: none;
}
.contact-form .form input::-webkit-input-placeholder, .contact-form .form select::-webkit-input-placeholder, .contact-form .form textarea::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.contact-form .form input:-moz-placeholder, .contact-form .form input::-moz-placeholder, .contact-form .form select:-moz-placeholder, .contact-form .form select::-moz-placeholder, .contact-form .form textarea:-moz-placeholder, .contact-form .form textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.contact-form .form input:-ms-input-placeholder, .contact-form .form input::-ms-input-placeholder, .contact-form .form select:-ms-input-placeholder, .contact-form .form select::-ms-input-placeholder, .contact-form .form textarea:-ms-input-placeholder, .contact-form .form textarea::-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.contact-form .form input::placeholder, .contact-form .form select::placeholder, .contact-form .form textarea::placeholder {
  color: #999999;
  opacity: 1;
}
.contact-form .form input:focus, .contact-form .form select:focus, .contact-form .form textarea:focus {
  border-bottom-color: #E6E6E6;
}
.contact-form .form label.error {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #E72E2D;
  display: block;
  padding: 5px 0 0 0;
  position: absolute;
  width: 100%;
  display: contents;
  padding: 5px 0 0 0;
  position: absolute;
  bottom: -28px;
}
.contact-form .form textarea {
  height: 8.5rem;
}
.contact-form .form .o-button {
  background-color: rgba(236, 37, 34, 0.15);
  border: 1px solid #EC8922;
  border-radius: 40px;
  padding: 1.2rem 4rem;
  font-weight: 700;
  margin-top: 5rem;
}
.contact-form .form .half-row {
  display: flex;
}
@media (max-width: 767.98px) {
  .contact-form .form .half-row {
    flex-wrap: wrap;
  }
}
.contact-form .form .half-row p {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  align-items: flex-start;
}
.contact-form .form .half-row p span {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1023.98px) {
  .contact-form .form .half-row p span {
    width: 100%;
    padding: 0.5rem 1.5rem;
  }
}
.contact-form .form .half-row p span.wpcf7-not-valid-tip {
  width: 100%;
  padding: 0.5rem 0 0 0;
}
@media (max-width: 767.98px) {
  .contact-form .form .half-row p {
    flex-wrap: wrap;
  }
}
.contact-form .form .half-row.half-btm-row {
  margin: 0 -1.5rem;
}
.contact-form .form .half-row.half-btm-row p {
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.5rem;
}
.contact-form .form .half-row.half-btm-row p label {
  padding: 0;
}
.contact-form .form .contatc-no p {
  display: flex;
  align-items: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.contact-form .form .contatc-no p select {
  margin: 0 1.5rem;
  width: 90px;
  padding: 0.7rem 0 0.8rem;
}
@media (max-width: 767.98px) {
  .contact-form .form .contatc-no p select {
    padding: 0.9rem 0 0.9rem;
  }
}
.contact-form .form .contatc-no p select * {
  color: #000000;
}
.contact-form .form .contatc-no p span {
  padding: 0 1.5rem;
}
.contact-form .form .contatc-no p span:first-child {
  width: 18%;
}
.contact-form .form .contatc-no p span:last-child {
  width: 82%;
}
.contact-form .form .contatc-no input {
  padding-left: 6rem;
}
.contact-form .form .contatc-no #contact-no-error {
  display: block;
}
.contact-form .o-button2 {
  padding: 1.5rem 6rem;
  cursor: pointer;
}
.contact-form ~ .wpcf7-response-output {
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  border: none !important;
  padding: 13px !important;
  margin: 30px 0 0 !important;
  font-size: 1.6rem;
  font-family: DM Sans;
  line-height: 2.4rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .contact-form ~ .wpcf7-response-output {
    padding: 8px !important;
    margin: 20px 0 0 !important;
  }
}

.contact-form-section {
  padding-top: 10rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600.98px) {
  .contact-form-section {
    padding-top: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-form-section {
    display: flex;
  }
}
@media (max-width: 1279.98px) {
  .contact-form-section {
    padding-top: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .contact-form-section {
    padding-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .contact-form-section .contact-form-left-section {
    width: 100%;
  }
}
.contact-form-section .contact-form-left-section h2 {
  font-size: 5rem;
  line-height: 7rem;
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
@media (max-width: 1449.98px) {
  .contact-form-section .contact-form-left-section h2 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
}
@media (max-width: 1366px) {
  .contact-form-section .contact-form-left-section h2 {
    font-size: 3.4rem;
    line-height: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-form-section .contact-form-left-section h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .contact-form-section .contact-form-left-section h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.contact-form-section .contact-form-left-section p {
  font-size: 2.6rem;
  line-height: 4rem;
  padding-top: 7rem;
  font-family: DM Sans;
  font-weight: 500;
}
@media (max-width: 1449.98px) {
  .contact-form-section .contact-form-left-section p {
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #000000;
    font-weight: 500;
    padding-top: 2.4rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-form-section .contact-form-left-section p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-form-section .contact-form-left-section p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-top: 1.2rem;
  }
}
.contact-form-section .o-header--h2 {
  max-width: 69rem;
}
@media (max-width: 1600.98px) {
  .contact-form-section .o-header--h2 {
    max-width: 67.2rem;
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-form-section .o-header--h2 {
    max-width: 37.2rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1279.98px) {
  .contact-form-section .o-header--h2 {
    max-width: 36.2rem;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 1023.98px) {
  .contact-form-section .o-header--h2 {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .contact-form-section .o-header--h2 {
    max-width: 100%;
    padding-top: 1rem;
  }
}
.contact-form-section .o-header--h2 a {
  color: #2D2F8F;
  transition: all 0.3s ease-in-out;
}
.contact-form-section .o-header--h2 a:hover {
  color: #EC8922;
}
.contact-form-section .contact-form-right-section {
  padding-left: 19.9rem;
}
@media (max-width: 1600.98px) {
  .contact-form-section .contact-form-right-section {
    padding-left: 7.8rem;
  }
}
@media (max-width: 1449.98px) {
  .contact-form-section .contact-form-right-section {
    padding-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .contact-form-section .contact-form-right-section {
    padding-top: 3rem;
    width: 100%;
  }
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  height: 50px;
}
@media (max-width: 1023.98px) {
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    height: 40px;
  }
}

.rysun-contact-title {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  position: absolute;
  top: -25px;
}
@media (max-width: 1449.98px) {
  .rysun-contact-title {
    top: -35px;
  }
}
@media (max-width: 1359.98px) {
  .rysun-contact-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    top: -27px;
  }
}
@media (max-width: 1279.98px) {
  .rysun-contact-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    top: -27px;
  }
}

.contact-field-top > p {
  width: 55%;
}
@media (max-width: 1600.98px) {
  .contact-field-top > p {
    width: 58%;
  }
}
@media (max-width: 1449.98px) {
  .contact-field-top > p {
    width: 50%;
  }
}
@media (max-width: 1366px) {
  .contact-field-top > p {
    width: 53%;
  }
}
@media (max-width: 1359.98px) {
  .contact-field-top > p {
    width: 56%;
  }
}
@media (max-width: 1279.98px) {
  .contact-field-top > p {
    width: 65%;
  }
}
@media (max-width: 1023.98px) {
  .contact-field-top > p {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contact-field-top > p {
    width: 100%;
  }
}

.about-para .o-body-medium {
  color: #000000;
  padding-top: 3rem;
  max-width: 104rem;
}
.about-para .o-header--h5 {
  font-weight: 700;
  padding-top: 7rem;
  color: #333333;
}

.about-video {
  padding-left: 15rem;
  padding-top: 19.5rem;
}
.about-video iframe {
  height: 60rem;
}

.vision-value-section .service-listing-main {
  margin-left: -6rem;
  margin-right: -6rem;
}
.vision-value-section .service-listing-main .vc_column-inner {
  padding: 0;
}
.vision-value-section .service-listing-main .vision-value-left {
  padding-right: 6rem;
}
.vision-value-section .service-listing-main .vision-value-right {
  padding-left: 6rem;
}
.vision-value-section .service-listing-main .service-listing {
  width: 100%;
  height: 85rem;
  padding: 0;
}
.vision-value-section .service-listing-main .service-listing .service-img img {
  width: 100%;
}

/*Kinjal css 0407*/
.about-rysun-section.box-outer-section .container:after {
  bottom: -6rem;
}

.about-business-section .transformation-row {
  padding-top: 0;
}
.about-business-section .transformation-row .transformation-row-left, .about-business-section .transformation-row .transformation-row-right {
  padding: 10rem 11rem;
}
@media (max-width: 1600.98px) {
  .about-business-section .transformation-row .transformation-row-left, .about-business-section .transformation-row .transformation-row-right {
    padding: 8rem 8rem;
  }
}
@media (max-width: 1449.98px) {
  .about-business-section .transformation-row .transformation-row-left, .about-business-section .transformation-row .transformation-row-right {
    padding: 6rem 8rem;
  }
}
@media (max-width: 1439.98px) {
  .about-business-section .transformation-row .transformation-row-left, .about-business-section .transformation-row .transformation-row-right {
    padding: 6rem 5rem;
  }
}
@media (max-width: 1359.98px) {
  .about-business-section .transformation-row .transformation-row-left, .about-business-section .transformation-row .transformation-row-right {
    padding: 3rem 2rem;
  }
}
.about-business-section .common-listing {
  padding-top: 4rem;
}
@media (max-width: 1449.98px) {
  .about-business-section .common-listing {
    padding-top: 3rem;
  }
}
@media (max-width: 1439.98px) {
  .about-business-section .common-listing {
    padding-top: 1.5rem;
  }
}
.about-business-section .common-listing li {
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 1359.98px) {
  .about-business-section .common-listing li {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.keyfact-section {
  position: relative;
}
.keyfact-section h3 {
  padding-bottom: 4rem;
}
@media (max-width: 1439.98px) {
  .keyfact-section h3 {
    padding-bottom: 2rem;
  }
}
.keyfact-section .common-para p {
  font-weight: 500;
  color: #000000;
}
.keyfact-section .counter-section {
  padding-top: 2rem;
}
@media (max-width: 1449.98px) {
  .keyfact-section .counter-section {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .keyfact-section .counter-section {
    padding-top: 0;
  }
}
.keyfact-section .counter-section .vc_col-sm-2 {
  width: 33.33%;
  padding-bottom: 12rem;
}
@media (max-width: 1449.98px) {
  .keyfact-section .counter-section .vc_col-sm-2 {
    padding-bottom: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .keyfact-section .counter-section .vc_col-sm-2 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .keyfact-section .counter-section .vc_col-sm-2 {
    padding-bottom: 2.3rem;
    width: 50%;
  }
}
.keyfact-section .counter-section .vc_col-sm-2:nth-last-child(-n+3) {
  padding-bottom: 0;
}
.keyfact-section .counter-section + .counter-section {
  padding-bottom: 0;
  padding-top: 0;
}
.keyfact-section .counter-section p {
  color: #333333;
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  padding-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 1439.98px) {
  .keyfact-section .counter-section p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .keyfact-section .counter-section p {
    padding-bottom: 0;
    line-height: 2.2rem;
    min-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .keyfact-section .counter-section p br {
    display: none;
  }
}
.keyfact-section .counter-section h1, .keyfact-section .counter-section h4 {
  position: relative;
  color: #000000;
  font-size: 9rem;
  line-height: 11rem;
  font-family: ObjectSansBold;
  font-weight: 700;
  padding-bottom: 1rem;
}
@media (max-width: 1449.98px) {
  .keyfact-section .counter-section h1, .keyfact-section .counter-section h4 {
    font-size: 7rem;
    line-height: 9rem;
  }
}
@media (max-width: 1439.98px) {
  .keyfact-section .counter-section h1, .keyfact-section .counter-section h4 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .keyfact-section .counter-section h1, .keyfact-section .counter-section h4 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media (max-width: 767.98px) {
  .keyfact-section .counter-section h1, .keyfact-section .counter-section h4 {
    margin-bottom: 0;
    font-size: 3.3rem;
    line-height: 4.5rem;
  }
}
.keyfact-section .counter-section h1:before, .keyfact-section .counter-section h4:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 0.6rem;
  background: #2D2F8F;
  bottom: 0;
  left: 0;
  box-shadow: 0.1rem 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1294117647);
}
@media (max-width: 767.98px) {
  .keyfact-section .counter-section h1:before, .keyfact-section .counter-section h4:before {
    width: 2rem;
    height: 0.4rem;
  }
}

.vision-section {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .vision-section {
    overflow: hidden;
  }
}
.vision-section .wayof-life-half-section > .vc_column-inner {
  padding: 15rem 10rem 15rem 7rem !important;
  background-size: contain !important;
  background-position: left center !important;
  display: flex;
  justify-content: flex-end;
}
.vision-section .wayof-life-half-section > .vc_column-inner > .wpb_wrapper {
  max-width: 610px;
}
@media (max-width: 1600.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner {
    padding: 10rem 6rem 10rem 6rem !important;
  }
  .vision-section .wayof-life-half-section > .vc_column-inner > .wpb_wrapper {
    max-width: 550px;
  }
}
@media (max-width: 1439.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner > .wpb_wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1279.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner {
    padding: 8rem 5rem 8rem 5rem !important;
  }
  .vision-section .wayof-life-half-section > .vc_column-inner > .wpb_wrapper {
    max-width: 370px;
  }
}
@media (max-width: 1023.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner {
    padding: 6rem 3rem 6rem 3rem !important;
  }
  .vision-section .wayof-life-half-section > .vc_column-inner > .wpb_wrapper {
    max-width: 350px;
  }
}
@media (max-width: 767.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner {
    padding: 34rem 2rem 4rem 2rem !important;
    background-position: top center !important;
    background-size: 159% !important;
  }
  .vision-section .wayof-life-half-section > .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner::before {
    height: 70rem;
    overflow: hidden;
  }
}
.vision-section .common-para p {
  color: #ffffff;
  padding-top: 4rem;
  font-weight: 500;
}
@media (max-width: 1439.98px) {
  .vision-section .common-para p {
    padding-top: 2rem;
  }
}

.core-value-section .vc_inner {
  display: flex;
  align-items: center;
}
.core-value-section .custom-heading h3 {
  max-width: 56rem;
}
@media (max-width: 1359.98px) {
  .core-value-section .custom-heading h3 {
    max-width: 44rem;
  }
}
.core-value-section .common-para {
  padding-top: 4rem;
  color: #333333;
  max-width: 66rem;
}
@media (max-width: 1359.98px) {
  .core-value-section .common-para {
    padding-top: 2rem;
  }
}
.core-value-section .common-para p {
  font-weight: 500;
}
.core-value-section .card-container {
  height: auto;
  padding: 0 10rem 0 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container {
    padding-right: 5rem;
  }
}
@media (max-width: 767.98px) {
  .core-value-section .card-container {
    padding-top: 3rem;
    justify-content: center;
  }
}
.core-value-section .card-container .card-stack {
  width: 60rem;
  height: 60rem;
  position: relative;
}
@media (max-width: 1600.98px) {
  .core-value-section .card-container .card-stack {
    width: 50rem;
    height: 50rem;
  }
}
@media (max-width: 1449.98px) {
  .core-value-section .card-container .card-stack {
    width: 45rem;
    height: 45rem;
  }
}
@media (max-width: 1439.98px) {
  .core-value-section .card-container .card-stack {
    width: 40rem;
    height: 40rem;
  }
}
@media (max-width: 1279.98px) {
  .core-value-section .card-container .card-stack {
    width: 35rem;
    height: 35rem;
  }
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container .card-stack {
    width: 30rem;
    height: 30rem;
  }
}
@media (max-width: 767.98px) {
  .core-value-section .card-container .card-stack {
    width: 28rem;
    height: 28rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card {
  position: absolute;
  left: 0;
  color: #ffffff;
  padding: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background: initial;
  transform-origin: 0 0;
  transition: all 0.5s ease 0s;
}
.core-value-section .card-container .card-stack .card-list li.card:nth-child(1) {
  z-index: 6;
}
.core-value-section .card-container .card-stack .card-list li.card:nth-child(2) {
  left: 2rem;
  z-index: 5;
  padding: 2rem 0 2rem 4rem;
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container .card-stack .card-list li.card:nth-child(2) {
    left: 1rem;
    padding: 1rem 0 1rem 2rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card:nth-child(3) {
  left: 4rem;
  padding: 4rem 0 4rem 8rem;
  z-index: 4;
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container .card-stack .card-list li.card:nth-child(3) {
    left: 2rem;
    padding: 2rem 0 2rem 4rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card:nth-child(4) {
  left: 6rem;
  padding: 6rem 0 6rem 12rem;
  z-index: 3;
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container .card-stack .card-list li.card:nth-child(4) {
    left: 3rem;
    padding: 3rem 0 3rem 6rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card:nth-child(5) {
  left: 8rem;
  padding: 8rem 0 8rem 16rem;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container .card-stack .card-list li.card:nth-child(5) {
    left: 4rem;
    padding: 4rem 0 4rem 8rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card:nth-child(6) {
  left: 10rem;
  padding: 10rem 0 10rem 20rem;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .core-value-section .card-container .card-stack .card-list li.card:nth-child(6) {
    left: 5rem;
    padding: 5rem 0 5rem 10rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card h3 {
  font-family: ObjectSansBold;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 3rem;
}
@media (max-width: 1279.98px) {
  .core-value-section .card-container .card-stack .card-list li.card h3 {
    padding-bottom: 1.8rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card ul {
  list-style: none;
  margin: 0;
}
.core-value-section .card-container .card-stack .card-list li.card ul li {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 2.5rem;
  font-family: DM Sans;
  font-weight: 500;
  transition: 0.5s ease transform;
}
@media (max-width: 1359.98px) {
  .core-value-section .card-container .card-stack .card-list li.card ul li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .core-value-section .card-container .card-stack .card-list li.card ul li {
    margin-bottom: 1.5rem;
  }
}
.core-value-section .card-container .card-stack .card-list li.card ul li:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.core-value-section .card-container .card-stack .buttons {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.46);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: 0;
  top: 55%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
  z-index: 100;
  outline: none;
  transition: all 0.2s ease;
  display: none;
}
.core-value-section .card-container .card-stack .prev, .core-value-section .card-container .card-stack .next {
  background-size: 29px auto !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  width: 3.9rem;
  height: 24px;
  top: unset;
  bottom: 4rem;
  border: none;
}
@media (max-width: 1359.98px) {
  .core-value-section .card-container .card-stack .prev, .core-value-section .card-container .card-stack .next {
    width: 3.1rem;
    height: 2.1rem;
  }
}
@media (max-width: 1279.98px) {
  .core-value-section .card-container .card-stack .prev, .core-value-section .card-container .card-stack .next {
    bottom: 3rem;
  }
}
.core-value-section .card-container .card-stack .prev {
  background: url('data:image/svg+xml,<svg width="39" height="29" viewBox="0 0 39 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2L2 14.5M2 14.5L14.5 27M2 14.5L37 14.5006" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  left: 6rem;
}
@media (max-width: 1359.98px) {
  .core-value-section .card-container .card-stack .prev {
    left: 4rem;
  }
}
.core-value-section .card-container .card-stack .next {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="29" viewBox="0 0 39 29" fill="none"><path d="M24.5 27L37 14.5M37 14.5L24.5 2M37 14.5L2 14.4994" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  right: 6rem;
  left: auto;
}
@media (max-width: 1359.98px) {
  .core-value-section .card-container .card-stack .next {
    right: 4rem;
  }
}
.core-value-section .card-container .card-stack .buttons:hover.prev {
  left: 5rem;
}
.core-value-section .card-container .card-stack .buttons:hover.next {
  right: 5rem;
}

.milestone-title-sec .custom-heading {
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .milestone-title-sec .custom-heading {
    padding-bottom: 2rem;
  }
}
.milestone-title-sec .common-para {
  padding-bottom: 6.3rem;
}
@media (max-width: 767.98px) {
  .milestone-title-sec .common-para {
    padding-bottom: 2.3rem;
  }
}

.timeline {
  padding: 0;
}
.timeline .timeline-dates {
  border-top: 0.2rem solid #CCCCCC;
}
@media (max-width: 767.98px) {
  .timeline .timeline-dates {
    margin-bottom: 0;
  }
}
.timeline .timeline-dates.swiper-container:after {
  display: none;
}
.timeline .timeline-dates .swiper-slide {
  position: relative;
  margin-right: 0 !important;
  text-align: center !important;
}
.timeline .timeline-dates .swiper-slide::after {
  background: #CCCCCC;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: unset;
  margin-right: unset;
  left: 0;
  right: 0;
  margin: auto;
  transition: none;
}
.timeline .timeline-dates .swiper-slide.swiper-slide-active::before {
  content: "";
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  border: 0.1rem double transparent;
  border-radius: 50%;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #E98824, #E62E2E);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -15px;
}
.timeline .timeline-dates .swiper-slide.swiper-slide-active::after {
  background: linear-gradient(136deg, #E98824 0%, #E62E2E 100%);
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: unset;
  margin-right: unset;
  left: auto;
  right: auto;
  margin-left: -8px;
}
.timeline .timeline-dates .swiper-slide.swiper-slide-active .timeline-title {
  color: #2D2F8F;
  top: 0;
}
.timeline .timeline-dates .swiper-slide .timeline-dot {
  top: 0 !important;
}
.timeline .timeline-dates .swiper-slide .timeline-title {
  text-align: center;
  padding-top: 2.6rem;
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  font-weight: 500;
  color: #B3B3B3;
  font-style: normal;
}
@media (max-width: 1439.98px) {
  .timeline .timeline-dates .swiper-slide .timeline-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 479.98px) {
  .timeline .timeline-dates .swiper-slide .timeline-title {
    max-width: 14rem;
    margin: 0 auto;
    padding-left: 0;
  }
}

.milestone-section, .timeline-contents {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 15rem;
}
@media (max-width: 1600.98px) {
  .milestone-section, .timeline-contents {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .milestone-section, .timeline-contents {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .milestone-section, .timeline-contents {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .milestone-section, .timeline-contents {
    padding-bottom: 4rem;
  }
}
.milestone-section::before, .timeline-contents::before {
  content: "";
  background: linear-gradient(360deg, #FFFFFF 22.84%, #702E8E 62.22%, #2D2F8F 99.2%);
  display: block;
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 1279.98px) {
  .milestone-section .milestone-data, .timeline-contents .milestone-data {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.milestone-section .milestone-data h2, .timeline-contents .milestone-data h2 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-bottom: 7rem;
}
@media (max-width: 1600.98px) {
  .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 1439.98px) {
  .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .milestone-section .milestone-data h2, .timeline-contents .milestone-data h2 {
    padding-bottom: 3rem;
  }
}
.milestone-section .milestone-memories, .timeline-contents .milestone-memories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.milestone-section .wd-33, .timeline-contents .wd-33 {
  position: relative;
  width: 33.33%;
  padding: 0 1.5rem;
}
@media (max-width: 767.98px) {
  .milestone-section .wd-33, .timeline-contents .wd-33 {
    width: 100%;
  }
}
.milestone-section .wd-33:before, .timeline-contents .wd-33:before {
  content: "";
  background: #CCCCCC;
  position: absolute;
  width: 0.1rem;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .milestone-section .wd-33:before, .timeline-contents .wd-33:before {
    width: 100%;
    height: 0.1rem;
  }
}
.milestone-section .wd-33:first-child:before, .timeline-contents .wd-33:first-child:before {
  display: none;
}
.milestone-section .wd-33:first-child .milestone-desc, .timeline-contents .wd-33:first-child .milestone-desc {
  margin-left: 0;
}
@media (max-width: 1279.98px) {
  .milestone-section .wd-33:first-child .milestone-desc, .timeline-contents .wd-33:first-child .milestone-desc {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .milestone-section .wd-33:first-child .milestone-desc, .timeline-contents .wd-33:first-child .milestone-desc {
    margin-top: 0;
  }
}
.milestone-section .milestone-desc, .timeline-contents .milestone-desc {
  position: relative;
  margin-left: 10rem;
  max-width: 40rem;
  min-height: 45rem;
}
@media (max-width: 1600.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    margin-left: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 45rem;
  }
}
@media (max-width: 1449.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    max-width: 40rem;
  }
}
@media (max-width: 1439.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 42rem;
  }
}
@media (max-width: 1359.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    min-height: 39rem;
  }
}
@media (max-width: 1279.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    min-height: 30rem;
  }
}
@media (max-width: 1023.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    padding-left: 0;
    padding-right: 0;
    min-height: 25rem;
  }
}
@media (max-width: 767.98px) {
  .milestone-section .milestone-desc, .timeline-contents .milestone-desc {
    max-width: unset;
    min-height: unset;
    margin-left: 0;
    margin-top: 3rem;
  }
}
.milestone-section .milestone-desc .milestone-year, .timeline-contents .milestone-desc .milestone-year {
  font-size: 5rem;
  line-height: 7rem;
  color: #2D2F8F;
  font-weight: 700;
  font-family: ObjectSansBold;
  margin-bottom: 1rem;
}
@media (max-width: 1439.98px) {
  .milestone-section .milestone-desc .milestone-year, .timeline-contents .milestone-desc .milestone-year {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media (max-width: 1359.98px) {
  .milestone-section .milestone-desc .milestone-year, .timeline-contents .milestone-desc .milestone-year {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1279.98px) {
  .milestone-section .milestone-desc .milestone-year, .timeline-contents .milestone-desc .milestone-year {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1023.98px) {
  .milestone-section .milestone-desc .milestone-year, .timeline-contents .milestone-desc .milestone-year {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.milestone-section .milestone-desc .milestone-title, .timeline-contents .milestone-desc .milestone-title {
  font-weight: 700;
  color: #000000;
  margin-bottom: 3rem;
}
@media (max-width: 1439.98px) {
  .milestone-section .milestone-desc .milestone-title, .timeline-contents .milestone-desc .milestone-title {
    margin-bottom: 1.8rem;
  }
}
.milestone-section .milestone-desc .milestone-text, .timeline-contents .milestone-desc .milestone-text {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media (max-width: 1600.98px) {
  .milestone-section .milestone-desc .milestone-text br, .timeline-contents .milestone-desc .milestone-text br {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .milestone-section .milestone-desc .milestone-text, .timeline-contents .milestone-desc .milestone-text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1359.98px) {
  .milestone-section .milestone-desc .milestone-text, .timeline-contents .milestone-desc .milestone-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1279.98px) {
  .milestone-section .milestone-desc .milestone-text, .timeline-contents .milestone-desc .milestone-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .milestone-section .milestone-desc .milestone-text, .timeline-contents .milestone-desc .milestone-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .milestone-section .milestone-desc .milestone-text, .timeline-contents .milestone-desc .milestone-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }
}
.milestone-section .swiper-buttons, .timeline-contents .swiper-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.milestone-section .swiper-button-next, .milestone-section .swiper-button-prev, .timeline-contents .swiper-button-next, .timeline-contents .swiper-button-prev {
  position: relative;
  background: rgba(230, 230, 230, 0.5);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  z-index: 11;
}
.milestone-section .swiper-button-next:after, .milestone-section .swiper-button-prev:after, .timeline-contents .swiper-button-next:after, .timeline-contents .swiper-button-prev:after {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.99963 13L12.9996 7L6.99963 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 6.99963H13" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.milestone-section .swiper-button-next:hover, .milestone-section .swiper-button-prev:hover, .timeline-contents .swiper-button-next:hover, .timeline-contents .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.milestone-section .swiper-button-next:hover::after, .milestone-section .swiper-button-prev:hover::after, .timeline-contents .swiper-button-next:hover::after, .timeline-contents .swiper-button-prev:hover::after {
  filter: invert(1);
}
.milestone-section .swiper-button-next, .timeline-contents .swiper-button-next {
  right: 3.9rem;
}
@media (max-width: 1439.98px) {
  .milestone-section .swiper-button-next, .timeline-contents .swiper-button-next {
    right: 1rem;
  }
}
.milestone-section .swiper-button-next:after, .timeline-contents .swiper-button-next:after {
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.99963 13L12.9996 7L6.99963 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 6.99963H13" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.milestone-section .swiper-button-prev, .timeline-contents .swiper-button-prev {
  left: 3.9rem;
}
@media (max-width: 1439.98px) {
  .milestone-section .swiper-button-prev, .timeline-contents .swiper-button-prev {
    left: 1rem;
  }
}
.milestone-section .swiper-button-prev:after, .timeline-contents .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00037 13L1.00037 7L7.00037 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 6.99963H1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.why-rysun-main-section.identity-section {
  padding: 15rem 0;
  margin-top: 0;
}
@media (max-width: 1449.98px) {
  .why-rysun-main-section.identity-section {
    padding: 10rem 0;
  }
}
@media (max-width: 1439.98px) {
  .why-rysun-main-section.identity-section {
    padding: 7rem 0;
  }
}
.why-rysun-main-section.identity-section .custom-heading {
  max-width: unset;
}
.why-rysun-main-section.identity-section .custom-heading h3 {
  color: #ffffff;
  max-width: unset;
}
.why-rysun-main-section.identity-section .custom-heading h3 strong {
  background: linear-gradient(92.28deg, #92263D 0%, #92263D 0%, #E72E2D 34.92%, #F28826 68.88%, #FFCB05 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.why-rysun-main-section.identity-section .common-para {
  padding-top: 7rem;
  max-width: 92.6rem;
}
@media (max-width: 1439.98px) {
  .why-rysun-main-section.identity-section .common-para {
    padding-top: 5rem;
  }
}
@media (max-width: 1359.98px) {
  .why-rysun-main-section.identity-section .common-para {
    padding-top: 2rem;
  }
}
.why-rysun-main-section.identity-section .common-para p {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 1439.98px) {
  .why-rysun-main-section.identity-section .common-para p {
    margin-bottom: 3rem;
  }
}
.why-rysun-main-section.identity-section .wpb_single_image img {
  object-fit: contain;
}
@media (max-width: 1449.98px) {
  .why-rysun-main-section.identity-section .wpb_single_image img {
    max-width: 72%;
  }
}
@media (max-width: 1023.98px) {
  .why-rysun-main-section.identity-section .wpb_single_image img {
    max-width: 100%;
  }
}

.trasnsformation-story .common-para {
  padding-left: 10.9rem;
  padding-top: 7rem;
}
@media (max-width: 1449.98px) {
  .trasnsformation-story .common-para {
    padding-left: 5rem;
    padding-top: 5rem;
  }
}
@media (max-width: 1359.98px) {
  .trasnsformation-story .common-para {
    padding-left: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .trasnsformation-story .common-para {
    padding-top: 8rem;
  }
}
@media (max-width: 767.98px) {
  .trasnsformation-story .common-para {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.trasnsformation-story .common-para p {
  margin-bottom: 5rem;
}
@media (max-width: 1439.98px) {
  .trasnsformation-story .common-para p {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .trasnsformation-story .common-para p {
    margin-bottom: 2rem;
  }
}

.custom-heading h3 {
  position: relative;
  z-index: 3;
}

.common-para p {
  position: relative;
  z-index: 3;
}

.who-rysun-section.home-who-rysun-section.box-outer-section::before {
  content: none;
}
.who-rysun-section.home-who-rysun-section.box-outer-section::after {
  content: none;
}
.who-rysun-section.home-who-rysun-section.box-outer-section > .vc_column_container::before {
  content: none;
}
.who-rysun-section.home-who-rysun-section.box-outer-section .container::before {
  content: none;
}
.who-rysun-section .video-section {
  padding-top: 0;
}

.vision-section .wayof-life-half-section > .vc_column-inner::before {
  content: "";
  background: linear-gradient(-90.16deg, #2D2F8F 1.92%, #702E8E 57.43%, rgba(40, 40, 40, 0) 95.05%);
  display: block;
  width: 131.3rem;
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  display: block;
}
@media (max-width: 1600.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner::before {
    width: 108.2rem;
  }
}
@media (max-width: 1359.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner::before {
    width: 94.2rem;
  }
}
@media (max-width: 1279.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner::before {
    width: 73rem;
  }
}
@media (max-width: 1023.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner::before {
    width: 55rem;
  }
}
@media (max-width: 767.98px) {
  .vision-section .wayof-life-half-section > .vc_column-inner::before {
    background: linear-gradient(0deg, #2D2F8F 0%, #702E8E 59.61%, rgba(40, 40, 40, 0) 100%);
    display: block;
    width: 100%;
    height: 78.3rem;
  }
}

.small-title.about-small-title h2 {
  font-family: "ObjectSansBold";
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1279.98px) {
  .small-title.about-small-title h2 {
    font-size: 1.6rem;
  }
}

.innovation-section {
  padding-top: 11.5rem;
  padding-bottom: 17.5rem;
  margin-top: 20rem;
}
.innovation-section .custom-heading {
  color: #ffffff;
  font-weight: 800;
  max-width: 112.7rem;
}
.innovation-section .o-body-medium {
  color: #ffffff;
  font-weight: 700;
  padding-top: 3rem;
  max-width: 96.6rem;
}

.key-facts-section {
  padding-top: 20rem;
}
.key-facts-section .custom-heading {
  color: #000000;
  font-weight: 800;
  text-align: center;
}
.key-facts-section .key-fact-listing {
  padding-top: 8.2rem;
}
.key-facts-section .key-fact-listing .key-fact-block {
  border-left: 1px solid #333333;
  justify-content: center;
  display: inline-grid;
}
.key-facts-section .key-fact-listing .key-fact-block .o-body-medium {
  color: #333333;
  font-weight: 700;
}
.key-facts-section .key-fact-listing .key-fact-block .o-header--h3 {
  color: #000000;
  padding-top: 1rem;
  font-weight: 800;
}
.key-facts-section .key-fact-listing .key-fact-block:first-child {
  border-left: 0;
}
.key-facts-section .key-fact-listing .key-fact-block:last-child {
  justify-content: end;
}
.key-facts-section .key-fact-listing .key-office {
  width: 21%;
}
.key-facts-section .key-fact-listing .key-customers {
  width: 31.8%;
}
.key-facts-section .key-fact-listing .key-projects {
  width: 28.7%;
}
.key-facts-section .key-fact-listing .key-team {
  width: 18.5%;
}

.home-facts-section .custom-heading h3 {
  max-width: 960px;
}

.partner-section .client-logo {
  padding: 3rem 3rem;
}
.partner-section .client-logo .vc_single_image-wrapper {
  width: 36rem;
  height: 20rem;
  display: flex;
  align-items: center;
  border: 1px solid #666666;
  justify-content: center;
}

.logo-section {
  padding-top: 7rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1600.98px) {
  .logo-section {
    padding-top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .logo-section {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .logo-section {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
    padding-top: 2.5rem;
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin-bottom: -1rem;
  }
  .logo-section::-webkit-scrollbar {
    margin-top: 10px;
  }
}
.logo-section .logo-block {
  width: 22.1%;
}
@media (max-width: 767.98px) {
  .logo-section .logo-block {
    width: 33.33%;
    padding: 0 0.5rem;
  }
}
.logo-section .logo-block .logo-img {
  position: relative;
  width: 31.5rem;
  height: 14rem;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600.98px) {
  .logo-section .logo-block .logo-img {
    width: 27.5rem;
  }
}
@media (max-width: 1449.98px) {
  .logo-section .logo-block .logo-img {
    width: 25.5rem;
    height: 12rem;
  }
}
@media (max-width: 1359.98px) {
  .logo-section .logo-block .logo-img {
    width: 22.5rem;
    height: 13rem;
  }
}
@media (max-width: 1279.98px) {
  .logo-section .logo-block .logo-img {
    width: 18.5rem;
    height: 10rem;
  }
}
@media (max-width: 1023.98px) {
  .logo-section .logo-block .logo-img {
    width: 14.5rem;
    height: 7rem;
  }
}
@media (max-width: 767.98px) {
  .logo-section .logo-block .logo-img {
    width: 12rem;
    height: 7rem;
  }
}
.logo-section .logo-block .logo-img img {
  margin: auto;
  justify-content: center;
  display: flex;
  padding: 0.5rem;
  max-height: 120px;
  object-fit: contain;
}
@media (max-width: 1449.98px) {
  .logo-section .logo-block .logo-img img {
    max-height: 115px;
  }
}
@media (max-width: 1359.98px) {
  .logo-section .logo-block .logo-img img {
    padding: 1rem;
    max-height: 10rem;
    width: auto;
  }
}
@media (max-width: 1023.98px) {
  .logo-section .logo-block .logo-img img {
    padding: 1rem;
    max-height: 7rem;
    width: auto;
  }
}

.certificate-partner-section .o-body-medium {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  max-width: 69.8rem;
}
.certificate-partner-section .certificate-partner-logo .logo-img {
  border: 0;
  width: auto;
  height: 4.8rem;
}
.certificate-partner-section .certificate-partner-logo .logo-img img {
  width: 100%;
}
.certificate-partner-section .certificate-partner-logo .logo-img-block {
  margin-top: 4.9rem;
}
@media (max-width: 1359.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block {
    margin-top: 3.9rem;
  }
}
@media (max-width: 1279.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block {
    margin-top: 1.9rem;
  }
}
@media (max-width: 767.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block {
    margin-top: 0.9rem;
  }
}
.certificate-partner-section .certificate-partner-logo .logo-img-block ul {
  margin: 0 -4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1449.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block ul {
    margin: 0 -3rem;
  }
}
@media (max-width: 1279.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block ul {
    height: auto !important;
  }
}
@media (max-width: 1023.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block ul {
    margin: 0 -1rem;
  }
}
.certificate-partner-section .certificate-partner-logo .logo-img-block ul li {
  padding: 2rem 4rem !important;
  position: initial !important;
}
@media (max-width: 1449.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block ul li {
    padding: 2rem 3rem !important;
  }
}
@media (max-width: 1023.98px) {
  .certificate-partner-section .certificate-partner-logo .logo-img-block ul li {
    padding: 2rem 1rem !important;
  }
}
.certificate-partner-section .certificate-partner-logo-left {
  padding-right: 15rem;
}
@media (max-width: 1600.98px) {
  .certificate-partner-section .certificate-partner-logo-left {
    padding-right: 10rem;
  }
}
@media (max-width: 1359.98px) {
  .certificate-partner-section .certificate-partner-logo-left {
    padding-right: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .certificate-partner-section .certificate-partner-logo-left {
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .certificate-partner-section .certificate-partner-logo-left {
    padding-right: 0;
  }
}
.certificate-partner-section .certificate-partner-logo-right {
  padding-left: 15rem;
  border-left: 0.1rem solid #999999;
}
@media (max-width: 1600.98px) {
  .certificate-partner-section .certificate-partner-logo-right {
    padding-left: 10rem;
  }
}
@media (max-width: 1359.98px) {
  .certificate-partner-section .certificate-partner-logo-right {
    padding-left: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .certificate-partner-section .certificate-partner-logo-right {
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .certificate-partner-section .certificate-partner-logo-right {
    padding-left: 0;
    border-left: 0;
    padding-top: 2rem;
    border-top: 0.1rem solid #999999;
  }
}
.certificate-partner-section .certificate-partner-logo-right .logo-img-block {
  margin-top: 8.9rem;
}
@media (max-width: 1600.98px) {
  .certificate-partner-section .certificate-partner-logo-right .logo-img-block {
    margin-top: 4.9rem;
  }
}
@media (max-width: 1449.98px) {
  .certificate-partner-section .certificate-partner-logo-right .logo-img-block {
    margin-top: 7.9rem;
  }
}
@media (max-width: 1279.98px) {
  .certificate-partner-section .certificate-partner-logo-right .logo-img-block {
    margin-top: 4.9rem;
  }
}
@media (max-width: 1023.98px) {
  .certificate-partner-section .certificate-partner-logo-right .logo-img-block {
    margin-top: 1.9rem;
  }
}

.about-services .service-listing-main .service-listing {
  width: 100%;
  padding: 0;
  height: 71.8rem;
}
.about-services .service-listing-main .service-listing .service-content-block .service-title {
  color: #000000;
  text-align: center;
  left: 0;
  width: 100%;
}
.about-services .service-listing-main .service-listing .service-content-block {
  width: 100%;
}
.about-services .service-listing-main .service-listing .service-img {
  opacity: 0;
}
.about-services .service-listing-main .service-listing .service-img img {
  height: 100%;
}
.about-services .service-listing-main .service-listing:hover .service-img {
  opacity: 1;
}
.about-services .service-listing-main .service-listing:hover .service-content-block .service-title {
  color: #ffffff;
}

.whorysun-section {
  position: relative;
}
.whorysun-section.vc_row:before {
  content: "";
  display: block;
  background: linear-gradient(315.86deg, #23A7E0 26.35%, #2D2F8F 39.84%, #702E8E 51.51%, #E62E2E 64.74%, #E98824 76.38%, #FFCC06 85.54%);
  opacity: 0.5;
  filter: blur(155px);
  transform: rotate(-60.47deg);
  width: 388px;
  height: 390px;
  position: absolute;
  right: -225px;
  top: 11px;
  display: block;
}
.whorysun-section .small-title {
  padding-bottom: 5rem;
  color: #000000;
}
@media (max-width: 1600.98px) {
  .whorysun-section .small-title {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .whorysun-section .small-title {
    padding-bottom: 1.5rem;
  }
}
.whorysun-section .whospark-block .vc_col-sm-4 {
  width: 38.5%;
  padding-right: 3rem;
}
@media (max-width: 767.98px) {
  .whorysun-section .whospark-block .vc_col-sm-4 {
    width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }
}
.whorysun-section .whospark-block .vc_col-sm-8 {
  width: 61.5%;
}
@media (max-width: 767.98px) {
  .whorysun-section .whospark-block .vc_col-sm-8 {
    width: 100%;
  }
}
.whorysun-section .whospark-block .o-header--h4 {
  font-family: "ObjectSansBold";
  font-weight: 400;
  padding-bottom: 4rem;
  padding-top: 7rem;
  color: #000000;
}
@media (max-width: 1449.98px) {
  .whorysun-section .whospark-block .o-header--h4 {
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
}
@media (max-width: 1359.98px) {
  .whorysun-section .whospark-block .o-header--h4 {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .whorysun-section .whospark-block .o-header--h4 {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .whorysun-section .whospark-block .o-header--h4 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
.whorysun-section .whospark-block .o-header--h4.strength-title {
  padding-top: 12rem;
}
@media (max-width: 1023.98px) {
  .whorysun-section .whospark-block .o-header--h4.strength-title {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .whorysun-section .whospark-block .o-header--h4.strength-title {
    padding-top: 4rem;
  }
}

.list-viw li {
  font-family: "ObjectSansBold";
  font-weight: 400;
  background: url(../images/list-con.png) no-repeat left 7px;
  color: #333333;
  padding-left: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1449.98px) {
  .list-viw li {
    margin-bottom: 2rem;
    background-position: left 4px;
  }
}
@media (max-width: 1359.98px) {
  .list-viw li {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1279.98px) {
  .list-viw li {
    background-position: left 2px;
  }
}
@media (max-width: 1023.98px) {
  .list-viw li {
    background-position: left 4px;
    background-size: 20px auto;
    padding-left: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .list-viw li {
    margin-bottom: 1rem;
  }
}

.who-rysun-section {
  padding-top: 15rem;
}
@media (max-width: 1600.98px) {
  .who-rysun-section {
    padding-top: 12rem;
  }
}
@media (max-width: 1449.98px) {
  .who-rysun-section {
    padding-top: 10rem;
  }
}
@media (max-width: 1439.98px) {
  .who-rysun-section {
    padding-top: 8rem;
  }
}
@media (max-width: 1279.98px) {
  .who-rysun-section {
    padding-top: 7rem;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .who-rysun-section {
    padding-top: 4rem;
  }
}
.who-rysun-section.box-outer-section .container:after {
  right: -6rem;
  bottom: -12rem;
}
@media (max-width: 1600.98px) {
  .who-rysun-section.box-outer-section .container:after {
    width: 20rem;
    right: -7rem;
    bottom: -10rem;
  }
}
@media (max-width: 1439.98px) {
  .who-rysun-section.box-outer-section .container:after {
    width: 17rem;
    right: -4rem;
    bottom: -8rem;
  }
}
@media (max-width: 1279.98px) {
  .who-rysun-section.box-outer-section .container:after {
    width: 13rem;
    right: -3rem;
    bottom: -6rem;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section.box-outer-section .container:after {
    width: 10rem;
    right: 0;
    bottom: -4rem;
  }
}
.who-rysun-section.pt-200 {
  padding-top: 15rem;
  margin-top: 0 !important;
}
@media (max-width: 1600.98px) {
  .who-rysun-section.pt-200 {
    padding-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .who-rysun-section.pt-200 {
    padding-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .who-rysun-section.pt-200 {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .who-rysun-section.pt-200 {
    padding-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section.pt-200 {
    padding-top: 4rem;
  }
}
.who-rysun-section .video-section {
  display: flex;
}
.who-rysun-section .video-section .home-banner-description {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .who-rysun-section .video-section .home-banner-description {
    flex-wrap: wrap;
  }
}
.who-rysun-section .video-section .home-banner-description .o-header--h1 {
  color: #000000;
  max-width: 80.1rem;
  font-weight: 700;
  font-family: ObjectSansBold;
  width: 38%;
}
@media (max-width: 1439.98px) {
  .who-rysun-section .video-section .home-banner-description .o-header--h1 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .who-rysun-section .video-section .home-banner-description .o-header--h1 {
    width: 45%;
  }
}
@media (max-width: 1279.98px) {
  .who-rysun-section .video-section .home-banner-description .o-header--h1 {
    font-size: 3rem;
    line-height: 4rem;
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section .video-section .home-banner-description .o-header--h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .who-rysun-section .video-section .home-banner-description .o-header--h1 {
    width: 100%;
  }
}
.who-rysun-section .video-section .home-banner-description .o-header--h1 strong {
  --bg-size: 400;
  display: block;
  background: linear-gradient(to right, #23A7E0, #2D2F8F, #702E8E, #E62E2E, #E98824, #23A7E0, #2D2F8F, #702E8E, #E62E2E, #E98824);
  background-position: 0% 0%;
  background-size: calc(var(--bg-size) * 1%) 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: move-bg 10s linear infinite;
  animation: move-bg 10s linear infinite;
}
@-webkit-keyframes move-bg {
  to {
    -webkit-background-position: calc(var(--bg-size) * 1%) 0;
    background-position: calc(var(--bg-size) * 1%) 0;
  }
}
@keyframes move-bg {
  to {
    -webkit-background-position: calc(var(--bg-size) * 1%) 0;
    background-position: calc(var(--bg-size) * 1%) 0;
  }
}
.who-rysun-section .video-section .popup-youtube {
  padding-right: 0;
  padding-left: 15rem;
  position: relative;
  width: 62%;
}
@media (max-width: 1359.98px) {
  .who-rysun-section .video-section .popup-youtube {
    padding-left: 6rem;
    width: 55%;
  }
}
@media (max-width: 1279.98px) {
  .who-rysun-section .video-section .popup-youtube {
    padding-left: 5rem;
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section .video-section .popup-youtube {
    padding-left: 3rem;
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .who-rysun-section .video-section .popup-youtube {
    padding-left: 0;
    margin-top: 3rem;
    width: 100%;
  }
}
.who-rysun-section .video-section .popup-youtube .youtube-hover {
  position: relative;
}
.who-rysun-section .video-section .popup-youtube .youtube-icon {
  background-image: url(../images/video-icon.webp);
  background-repeat: no-repeat;
  position: absolute;
  width: 6.5rem;
  height: 6.6rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
  width: 100%;
  height: 48rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1600.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 38rem;
  }
}
@media (max-width: 1449.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 34rem;
  }
}
@media (max-width: 1439.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 32rem;
  }
}
@media (max-width: 1359.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 31rem;
  }
}
@media (max-width: 1279.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 26rem;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 20rem;
  }
}
@media (max-width: 1023.98px) {
  .who-rysun-section .video-section .popup-youtube img, .who-rysun-section .video-section .popup-youtube video {
    height: 22rem;
    width: 100%;
  }
}
.who-rysun-section .video-section .popup-youtube .youtube-hover:hover .youtube-icon {
  opacity: 1;
  visibility: visible;
}

.whyrysun-section {
  padding-bottom: 30rem;
  padding-top: 17rem;
  position: relative;
}
@media (max-width: 1600.98px) {
  .whyrysun-section {
    padding-bottom: 25rem;
    padding-top: 12rem;
  }
}
@media (max-width: 1449.98px) {
  .whyrysun-section {
    padding-bottom: 20rem;
    padding-top: 10rem;
  }
}
@media (max-width: 1439.98px) {
  .whyrysun-section {
    padding-bottom: 18rem;
  }
}
@media (max-width: 1023.98px) {
  .whyrysun-section {
    padding-bottom: 15rem;
    padding-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .whyrysun-section {
    padding-bottom: 14.5rem;
    padding-top: 4.5rem;
  }
}
@media (max-width: 1023.98px) {
  .whyrysun-section {
    padding-bottom: 16rem;
    padding-top: 6rem;
  }
}
.whyrysun-section.vc_row:before {
  content: "";
  display: block;
  background: linear-gradient(315.86deg, #23A7E0 26.35%, #2D2F8F 39.84%, #702E8E 51.51%, #E62E2E 64.74%, #E98824 76.38%, #FFCC06 85.54%);
  opacity: 0.3;
  filter: blur(8.073vw);
  transform: rotate(32.14deg);
  width: 46.354vw;
  height: 46.615vw;
  position: absolute;
  left: -11.719vw;
  bottom: -13.021vw;
}
.whyrysun-section.vc_row:after {
  content: "";
  display: block;
  background: linear-gradient(315.86deg, #23A7E0 26.35%, #2D2F8F 39.84%, #702E8E 51.51%, #E62E2E 64.74%, #E98824 76.38%, #FFCC06 85.54%);
  opacity: 0.5;
  filter: blur(8.073vw);
  transform: rotate(-60.47deg);
  width: 20.208vw;
  height: 20.313vw;
  position: absolute;
  right: -4.688vw;
  top: -1.563vw;
}
.whyrysun-section .small-title {
  padding-bottom: 5rem;
  color: #000000;
}
@media (max-width: 1600.98px) {
  .whyrysun-section .small-title {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .whyrysun-section .small-title {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .whyrysun-section .small-title {
    padding-bottom: 1rem;
  }
}
.whyrysun-section .common-paragraph {
  max-width: 1000px;
}
.whyrysun-section .whyrysun-block {
  padding-top: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1600.98px) {
  .whyrysun-section .whyrysun-block {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1449.98px) {
  .whyrysun-section .whyrysun-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1439.98px) {
  .whyrysun-section .whyrysun-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .whyrysun-section .whyrysun-block {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .whyrysun-section .whyrysun-block {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 2rem;
  }
}
.whyrysun-section .whyrysun-block > div {
  padding: 0 5.5rem;
}
@media (max-width: 1449.98px) {
  .whyrysun-section .whyrysun-block > div {
    padding: 0 3.5rem;
  }
}
@media (max-width: 1439.98px) {
  .whyrysun-section .whyrysun-block > div {
    padding: 0 2rem;
  }
}
@media (max-width: 1359.98px) {
  .whyrysun-section .whyrysun-block > div {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .whyrysun-section .whyrysun-block > div {
    padding: 0;
  }
}
.whyrysun-section .whyrysun-block .vc_col-sm-4 {
  width: 47%;
}
@media (max-width: 767.98px) {
  .whyrysun-section .whyrysun-block .vc_col-sm-4 {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.whyrysun-section .whyrysun-block .vc_col-sm-8 {
  width: 53%;
}
@media (max-width: 767.98px) {
  .whyrysun-section .whyrysun-block .vc_col-sm-8 {
    width: 100%;
  }
}
.whyrysun-section .whyrysun-block .vc_col-sm-8 p {
  padding-bottom: 5rem;
}
@media (max-width: 1359.98px) {
  .whyrysun-section .whyrysun-block .vc_col-sm-8 p {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .whyrysun-section .whyrysun-block .vc_col-sm-8 p {
    padding-bottom: 2.5rem;
  }
}
.whyrysun-section .whyrysun-block .vc_col-sm-8 p:last-child {
  padding-bottom: 0;
}
.whyrysun-section .whyrysun-block .o-header--h3 {
  font-family: "ObjectSansBold";
  font-weight: 400;
}
.whyrysun-section .whyrysun-block .o-header--h3 strong {
  color: #2D2F8F;
}

.timeline-section {
  padding-top: 20rem;
}
.timeline-section .custom-heading {
  color: #000000;
  font-weight: 800;
  padding: 0 15rem;
}

.timeline-wrapper {
  background-image: url(../images/timeline-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  padding-right: 15rem;
  background-size: 68%;
  margin-top: 6rem;
}
.timeline-wrapper .timeline-container {
  background-color: #ffffff;
  padding: 4rem;
  box-shadow: 20px 20px 90px rgba(0, 0, 0, 0.15);
  width: 48%;
  margin-top: 12rem;
  margin-bottom: 5rem;
  min-height: 43rem;
}
.timeline-wrapper .timeline-container .timeline-title {
  color: #131126;
  font-weight: 800;
}
.timeline-wrapper .timeline-container .timeline-desc {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #666666;
  max-width: 78.4rem;
}

.timelineSwiper-btm {
  padding-top: 6rem;
  position: relative;
}
.timelineSwiper-btm .swiper-wrapper {
  display: flex;
}
.timelineSwiper-btm .swiper-wrapper .swiper-slide li {
  padding: 3.2rem;
}
.timelineSwiper-btm .swiper-wrapper .swiper-slide li a {
  color: #333333;
  font-weight: 800;
  padding: 3.2rem;
}
.timelineSwiper-btm .swiper-button-next, .timelineSwiper-btm .swiper-button-prev {
  border: 1px solid #000000;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timelineSwiper-btm .swiper-button-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.timelineSwiper-btm .swiper-button-next:after {
  content: "\e904";
  font-family: "icomoon" !important;
  color: #000000;
  font-size: 1rem;
}
.timelineSwiper-btm .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.timelineSwiper-btm .swiper-button-prev:after {
  content: "\e903";
  font-family: "icomoon" !important;
  color: #000000;
  font-size: 1rem;
}

.value-create-main {
  padding-top: 20rem;
  position: relative;
}
.value-create-main .custom-heading {
  color: #000000;
  font-weight: 800;
  text-align: center;
}
.value-create-main .o-body-medium {
  padding-top: 2rem;
}
.value-create-main .o-body-medium p {
  color: #666666;
  max-width: 72rem;
  text-align: center;
  margin: auto;
}
.value-create-main .link {
  margin: auto;
  text-align: center;
  padding-top: 7rem;
}
.value-create-main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 130rem;
  height: 117rem;
  background-color: #CCCCCC;
  top: 0;
}

.solution-slider {
  padding: 6rem 0 0 15rem;
}

.hover-slider .swiper-slide, .hover-slider .listing-block {
  position: relative;
  height: 53rem;
  width: 25%;
}
.hover-slider .swiper-slide .slide-caption, .hover-slider .listing-block .slide-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  z-index: 2;
}
.hover-slider .swiper-slide .slide-caption .o-body-large, .hover-slider .listing-block .slide-caption .o-body-large {
  color: #ffffff;
  font-weight: 800;
  position: absolute;
  padding: 0.25em;
  bottom: 10px;
  width: 100%;
  transition: transform 0.35s;
  left: 0;
  padding-left: 4rem;
}
.hover-slider .swiper-slide .slide-caption .o-paragraph-large, .hover-slider .listing-block .slide-caption .o-paragraph-large {
  color: #ffffff;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  bottom: 0;
  margin: 0;
  transition: transform 0.35s;
}
.hover-slider .swiper-slide img:before, .hover-slider .listing-block img:before {
  background: linear-gradient(3.51deg, #000000 2.5%, rgba(112, 46, 142, 0) 66.54%);
  display: block;
}
.hover-slider .swiper-slide:after, .hover-slider .listing-block:after {
  content: "";
  background: linear-gradient(3.51deg, #000000 2.5%, rgba(112, 46, 142, 0) 66.54%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  display: block;
}
.hover-slider .swiper-slide:hover .o-body-large, .hover-slider .listing-block:hover .o-body-large {
  transform: translateY(-2.5em);
}
.hover-slider .swiper-slide:hover .o-paragraph-large, .hover-slider .listing-block:hover .o-paragraph-large {
  opacity: 1;
  transform: translateY(-2.5em);
}
.hover-slider .swiper-slide:hover:after, .hover-slider .listing-block:hover:after {
  background: linear-gradient(3.51deg, #2D2F8F 2.5%, rgba(112, 46, 142, 0) 120.73%);
  display: block;
}
.hover-slider a {
  position: relative;
  display: block;
  height: 100%;
}

.customer-stories-listing p {
  max-width: 64rem;
}

.industries-main-section {
  padding-top: 20rem;
}

.industries-slider {
  padding-top: 6rem;
}
.industries-slider .industries-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.industries-slider.hover-slider .listing-block {
  height: 65.8rem;
}
.industries-slider.hover-slider .listing-block .o-body-large {
  bottom: 2.083vw;
}
@media (max-width: 1600.98px) {
  .industries-slider.hover-slider .listing-block {
    height: 54.2rem;
  }
}

.industries-section {
  padding-top: 25.2rem;
  position: relative;
  padding-bottom: 25rem;
}
.industries-section .custom-heading h2 {
  color: #000000;
  text-align: center;
}
.industries-section .o-body-medium {
  max-width: 72.7rem;
  padding-top: 2rem;
  margin: auto;
}
.industries-section .o-body-medium p {
  color: #333333;
  text-align: center;
}
.industries-section:after {
  content: "";
  position: absolute;
  background-color: #F6F6F6;
  width: 130rem;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.industriesSwiper {
  position: relative;
  margin-top: 10rem;
}
.industriesSwiper .indutries-image {
  position: relative;
}
.industriesSwiper .indutries-image img {
  height: 70rem;
  border-radius: 2.083vw;
}
.industriesSwiper .indutries-image:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #282828 100%);
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 2.083vw;
  top: -0.7rem;
  display: block;
}
.industriesSwiper .slide-caption {
  position: absolute;
  bottom: 2.083vw;
  padding: 0 2.083vw;
}
.industriesSwiper .slide-caption .o-header--h4 {
  color: #ffffff;
  font-weight: 800;
}
.industriesSwiper .industries-wrapper .swiper-slide {
  width: 25.8% !important;
  margin-right: 8rem;
}

.our-industries-section {
  background-color: #151515;
  margin-top: 20rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .our-industries-section {
    margin-top: 10rem;
  }
}
@media (max-width: 1023.98px) {
  .our-industries-section {
    margin-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section {
    margin-top: 4rem;
  }
}
.our-industries-section:after {
  content: "";
  position: absolute;
  background: linear-gradient(315.86deg, #23A7E0 26.35%, #2D2F8F 39.84%, #702E8E 51.51%, #E62E2E 64.74%, #E98824 76.38%, #FFCC06 85.54%);
  mix-blend-mode: difference;
  opacity: 0.3;
  filter: blur(355px);
  transform: rotate(38.02deg);
  z-index: 1;
  width: 886.25px;
  height: 1089.59px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
}
.our-industries-section .our-industries-section-left {
  width: 80%;
}
@media (max-width: 1023.98px) {
  .our-industries-section .our-industries-section-left {
    width: 74%;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section .our-industries-section-left {
    width: 62%;
  }
}
.our-industries-section .our-industries-section-right {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .our-industries-section .our-industries-section-right {
    width: 30%;
  }
}
.our-industries-section .our-industries-section-top {
  display: flex;
  align-items: center;
  padding-left: 8rem;
  padding-right: 8rem;
  z-index: 3;
  position: relative;
}
.our-industries-section .our-industries-section-top .btn-section {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .our-industries-section .our-industries-section-top .btn-section {
    width: 26%;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section .our-industries-section-top .btn-section {
    width: 37%;
  }
}
.our-industries-section .our-industries-section-top .o-button3 {
  margin-left: auto;
  display: flex;
  justify-content: end;
}
@media (max-width: 1600.98px) {
  .our-industries-section .our-industries-section-top {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media (max-width: 767.98px) {
  .our-industries-section .our-industries-section-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.our-industries-section .our-industries-section-top .o-button3 {
  margin-left: auto;
  display: flex;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .our-industries-section .our-industries-section-top .o-button3 {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
.our-industries-section .our-industries-section-btm {
  z-index: 3;
  position: relative;
}
.our-industries-section .our-industries-section-btm .o-header--h2 {
  font-family: "ObjectSansBold";
  font-weight: 400;
  color: #ffffff;
  max-width: 136rem;
}
.our-industries-section .our-industries-section-btm .o-header--h2 strong {
  color: #FFCB05;
}
@media (max-width: 767.98px) {
  .our-industries-section .our-industries-section-btm .o-header--h2 {
    padding-top: 1.5rem;
  }
}

.indutriesbtmSwiper {
  margin: 0 -3.6rem;
}

.indutries-section-btm {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
}
@media (max-width: 1600.98px) {
  .indutries-section-btm {
    margin-top: 5rem;
  }
}
@media (max-width: 1449.98px) {
  .indutries-section-btm {
    margin-top: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .indutries-section-btm {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm {
    flex-wrap: wrap;
    margin: 0;
  }
}
.indutries-section-btm:hover .industries-block {
  width: 0;
}
.indutries-section-btm .industries-block {
  flex-shrink: inherit;
  position: static;
  width: 33.33%;
  display: block;
  transition: width 1.1s ease;
  transform: none;
  backface-visibility: visible;
}
@media (max-width: 1600.98px) {
  .indutries-section-btm .industries-block {
    width: 33.33%;
  }
}
@media (max-width: 1279.98px) {
  .indutries-section-btm .industries-block {
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .indutries-section-btm .industries-block {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block {
    width: 100% !important;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.indutries-section-btm .industries-block:hover {
  width: 100% !important;
}
.indutries-section-btm .industries-block .industries-img {
  position: relative;
  height: 750px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  transform: scale(1);
  transition: transform 0.8s ease 0s;
}
@media (max-width: 1600.98px) {
  .indutries-section-btm .industries-block .industries-img {
    height: 60rem;
  }
}
@media (max-width: 1449.98px) {
  .indutries-section-btm .industries-block .industries-img {
    height: 55rem;
  }
}
@media (max-width: 1359.98px) {
  .indutries-section-btm .industries-block .industries-img {
    height: 50rem;
  }
}
@media (max-width: 1279.98px) {
  .indutries-section-btm .industries-block .industries-img {
    height: 40rem;
  }
}
@media (max-width: 1023.98px) {
  .indutries-section-btm .industries-block .industries-img {
    height: 32rem;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block .industries-img {
    height: 22.5rem;
    transform: scale(1) !important;
  }
}
.indutries-section-btm .industries-block .industries-img:after {
  content: "";
  background-color: #1E1E1E;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.indutries-section-btm .industries-block .industries-img img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.indutries-section-btm .industries-block:hover .industries-img {
  transition-delay: 0.3s;
  transform: scale(1.3);
}
.indutries-section-btm .industries-block .industries-caption {
  position: absolute;
  bottom: 14.5rem;
  left: 0;
  bottom: 0;
  padding: 5rem 5rem;
  width: 33.33%;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(170, 170, 170, 0.8);
}
@media (max-width: 1600.98px) {
  .indutries-section-btm .industries-block .industries-caption {
    padding: 0 4rem 4rem;
  }
}
@media (max-width: 1439.98px) {
  .indutries-section-btm .industries-block .industries-caption {
    padding: 0 3rem 4rem;
  }
}
@media (max-width: 1279.98px) {
  .indutries-section-btm .industries-block .industries-caption {
    padding: 0 3rem 3rem;
  }
}
@media (max-width: 1023.98px) {
  .indutries-section-btm .industries-block .industries-caption {
    padding: 2rem 2rem 3rem 2rem;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block .industries-caption {
    padding: 2rem 0 0 0;
    position: initial;
    display: flex;
    flex-wrap: wrap;
    order: 2;
    width: 100%;
    border: 0;
  }
}
.indutries-section-btm .industries-block .industries-caption h4 {
  font-family: "ObjectSansBold";
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  .indutries-section-btm .industries-block .industries-caption h4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block .industries-caption h4 {
    color: #000000;
  }
}
.indutries-section-btm .industries-block .industries-caption p {
  color: #ffffff;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width: 1023.98px) {
  .indutries-section-btm .industries-block .industries-caption p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block .industries-caption p {
    height: initial;
    color: #000000;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.indutries-section-btm .industries-block .industries-caption .o-button3 {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block .industries-caption .o-button3 {
    height: auto;
    padding-top: 1rem !important;
    overflow: visible;
  }
}
.indutries-section-btm .industries-block:last-child .industries-caption {
  border-right: 0;
}
.indutries-section-btm .industries-block:nth-child(2) .industries-caption {
  left: 33.33%;
}
.indutries-section-btm .industries-block:nth-child(3) .industries-caption {
  left: 66.66%;
}
.indutries-section-btm .industries-block:hover .industries-caption p, .indutries-section-btm .industries-block:hover .industries-caption .o-button3 {
  height: auto;
  overflow: visible;
  padding-top: 2rem;
}
@media (max-width: 1023.98px) {
  .indutries-section-btm .industries-block:hover .industries-caption p, .indutries-section-btm .industries-block:hover .industries-caption .o-button3 {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .indutries-section-btm .industries-block:hover .industries-caption p, .indutries-section-btm .industries-block:hover .industries-caption .o-button3 {
    padding-top: 1rem;
  }
}

.industies-section {
  position: relative;
  z-index: 2;
}
.industies-section:after {
  z-index: -1;
  content: "";
  background-image: url(../images/industries-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 96.5rem;
  height: 133.1rem;
  right: 0;
  top: 0;
}
@media (max-width: 1600.98px) {
  .industies-section:after {
    width: 82rem;
    height: 106rem;
  }
}
@media (max-width: 1449.98px) {
  .industies-section:after {
    width: 72rem;
    height: 90rem;
  }
}
@media (max-width: 1439.98px) {
  .industies-section:after {
    width: 68rem;
    height: 80rem;
  }
}
@media (max-width: 1359.98px) {
  .industies-section:after {
    width: 65rem;
    height: 70rem;
  }
}
@media (max-width: 1279.98px) {
  .industies-section:after {
    width: 50rem;
    height: 60rem;
  }
}
@media (max-width: 1023.98px) {
  .industies-section:after {
    width: 40rem;
    height: 50rem;
  }
}
@media (max-width: 767.98px) {
  .industies-section:after {
    display: none !important;
  }
}
.industies-section .custom-heading h3 {
  max-width: 136rem;
}

.listing-slider {
  padding-top: 6rem;
}

.insights-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.insights-wrapper .listing-block {
  width: 25%;
  padding: 0 2.5rem;
  position: relative;
}
.insights-wrapper .listing-block .listing-slider-img {
  display: flex;
  position: relative;
}
.insights-wrapper .listing-block .listing-slider-img img {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1600.98px) {
  .insights-wrapper .listing-block .listing-slider-img img {
    height: 34rem;
  }
}
.insights-wrapper .listing-block .listing-slider-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(3.51deg, #2D2F8F 2.5%, rgba(112, 46, 142, 0) 120.73%);
  opacity: 0;
  transition: all 0.5s ease;
  display: block;
}
.insights-wrapper .listing-block .o-body-large {
  color: #666666;
  padding-top: 2rem;
  font-weight: 800;
}
@media (max-width: 1600.98px) {
  .insights-wrapper .listing-block .o-body-large {
    padding-top: 1rem;
  }
}
.insights-wrapper .listing-block .o-paragraph-medium {
  color: #000000;
  padding-top: 4rem;
}
@media (max-width: 1600.98px) {
  .insights-wrapper .listing-block .o-paragraph-medium {
    padding-top: 3rem;
  }
}
.insights-wrapper .listing-block .view-btn {
  position: absolute;
  right: 90px;
  bottom: 19%;
}
@media (max-width: 1600.98px) {
  .insights-wrapper .listing-block .view-btn {
    right: 60px;
    bottom: 20%;
  }
}
.insights-wrapper .listing-block:hover .view-btn {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.insights-wrapper .listing-block:hover .listing-slider-img:before {
  opacity: 0.9;
}

.insight-block-main {
  padding-top: 9rem;
}
.insight-block-main .custom-heading {
  color: #000000;
  font-weight: 800;
}
.insight-block-main .o-body-medium {
  padding-top: 2rem;
}
.insight-block-main .o-body-medium p {
  color: #666666;
  max-width: 51rem;
}

.insight-listing {
  padding-top: 18rem;
}
.insight-listing #insights-tabs {
  display: flex;
  justify-content: center;
}
.insight-listing #insights-tabs li {
  display: flex;
  padding: 0 25px;
}
.insight-listing #insights-tabs li a {
  color: #666666;
  border: 1px solid #666666;
  border-radius: 3rem;
  padding: 1.5rem 4rem;
  transition: all 0.5s ease-in-out;
}
.insight-listing #insights-tabs li.active a, .insight-listing #insights-tabs li:hover a {
  background-color: #E82B2C;
  color: #ffffff;
  border: 1px solid #E82B2C;
}

.detail-main .custom-heading {
  color: #000000;
  font-weight: 800;
}
.detail-main p {
  color: #333333;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 140rem;
}
.detail-main ul li {
  font-size: 2.4rem;
  line-height: 3.8rem;
  padding-top: 2.5rem;
  position: relative;
  padding-left: 2.8rem;
}
.detail-main ul li:after {
  content: "";
  background-color: #666666;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 4rem;
}

.challenge-content {
  padding-top: 7rem;
}

.key-value-driver-content {
  background-color: #333333;
  padding: 10rem 0;
  margin-top: 20rem;
}
.key-value-driver-content .custom-heading {
  color: #ffffff;
  padding-left: 15rem;
  padding-right: 15rem;
}
.key-value-driver-content .key-value-block-main {
  padding-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key-value-driver-content .key-value-block-main .key-value-block {
  width: 27.8%;
}
.key-value-driver-content .key-value-block-main .key-value-block .o-header--h4 {
  color: #ffffff;
  font-weight: 700;
}
.key-value-driver-content .key-value-block-main .key-value-block p {
  color: #ffffff;
  padding-top: 3rem;
  font-size: 2.4rem;
  line-height: 3.8rem;
}

.key-facts-content .custom-heading {
  padding: 0 15rem;
}
.key-facts-content .key-facts-inside {
  padding-top: 6rem;
  display: flex;
  flex-wrap: wrap;
}
.key-facts-content .key-facts-inside .key-facts-block {
  width: 20%;
  padding: 6rem 5rem;
  height: 50rem;
}
.key-facts-content .key-facts-inside .key-facts-block:first-child {
  background-color: #2D2F8F;
}
.key-facts-content .key-facts-inside .key-facts-block:nth-child(2) {
  background-color: #42449B;
}
.key-facts-content .key-facts-inside .key-facts-block:nth-child(3) {
  background-color: #5759A5;
}
.key-facts-content .key-facts-inside .key-facts-block:nth-child(4) {
  background-color: #6C6EB1;
}
.key-facts-content .key-facts-inside .key-facts-block:nth-child(5) {
  background-color: #8182BC;
}
.key-facts-content .key-facts-inside .key-facts-block .o-header--h5 {
  color: #ffffff;
  padding-top: 3rem;
  font-weight: 700;
}
.key-facts-content .key-facts-inside .key-facts-block p {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .blog-mobile-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .blog-desktop-img {
    display: none;
  }
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul .breadcrumb-item {
  color: #000000;
  position: relative;
  padding-right: 7rem;
  font-weight: 700;
  font-family: ObjectSansBold;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (max-width: 1279.98px) {
  .breadcrumb ul .breadcrumb-item {
    padding-right: 5rem;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb ul .breadcrumb-item {
    padding-right: 3.5rem;
  }
}
@media (max-width: 479.98px) {
  .breadcrumb ul .breadcrumb-item {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.breadcrumb ul .breadcrumb-item a {
  color: #000000;
  font-weight: 400;
  font-family: ObjectSansRegular;
}
.breadcrumb ul .breadcrumb-item:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  top: 1.2rem;
  right: 1.5rem;
  background-color: #666666;
}
@media (max-width: 1279.98px) {
  .breadcrumb ul .breadcrumb-item:before {
    width: 2rem;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb ul .breadcrumb-item:before {
    width: 2rem;
    top: 0.8rem;
    right: 0.8rem;
  }
}
.breadcrumb ul .breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb ul .breadcrumb-item:last-child::before {
  content: none;
}

.breadcrumb-links {
  display: none;
}

.filter-content {
  background-color: #666666;
  padding: 3rem;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.filter-content .o-body-large {
  color: #ffffff;
  padding-right: 3rem;
  font-weight: 600;
}
.filter-content .select-filter {
  padding: 0 3rem;
  width: 48rem;
}
.filter-content .select-filter select {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  color: #ffffff;
  width: 100%;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/down-select-arrow.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 35%;
}

.what-we-do-section {
  background-color: #121212;
  padding: 20rem 0;
}
.what-we-do-section .what-we-do-section-inner .custom-heading h2 {
  color: #ffffff;
}
.what-we-do-section .what-we-do-section-inner .o-body-medium {
  padding-top: 2rem;
  color: #ffffff;
  max-width: 75.5rem;
}
.what-we-do-section .what-we-do-block {
  padding-top: 15rem;
}
.what-we-do-section .what-we-do-block .what-we-do-img {
  width: 43.3%;
}
.what-we-do-section .what-we-do-block .what-we-do-img img {
  border-radius: 4rem;
  height: 85rem;
  object-fit: cover;
}
.what-we-do-section .what-we-do-block .what-we-do-text {
  width: 56.7%;
  margin-top: auto;
  margin-bottom: 9rem;
}
.what-we-do-section .what-we-do-block .what-we-do-text .vc_column-inner {
  border: 1px solid #333333;
  border-left: 0;
  border-radius: 0 4rem 4rem 0;
  padding: 7rem 6.4rem 9.8rem 9rem !important;
}
.what-we-do-section .what-we-do-block .what-we-do-text .o-header--h4 {
  color: #ffffff;
  font-weight: 800;
}
.what-we-do-section .what-we-do-block .what-we-do-text .o-body-medium {
  color: #ffffff;
  padding-top: 2rem;
}
.what-we-do-section .what-we-do-block:nth-child(odd) {
  display: flex;
}
.what-we-do-section .what-we-do-block:nth-child(odd) .what-we-do-img {
  display: flex;
  order: 2;
}
.what-we-do-section .what-we-do-block:nth-child(odd) .what-we-do-text .vc_column-inner {
  border-right: 0;
  border-radius: 4rem 0 0 4rem;
  padding: 7rem 9rem 9.8rem 6.4rem !important;
  border-left: 1px solid #333333;
}

.what-rysun-do-section .o-header--h4-spark {
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .what-rysun-do-section .o-header--h4-spark {
    max-width: 125rem;
  }
}
.what-rysun-do-section .small-title {
  color: #000000;
}

.whatwe-do-section {
  position: relative;
}
.whatwe-do-section:before {
  content: "";
  opacity: 0.07;
  background: linear-gradient(360deg, #FFFFFF 9.42%, #702E8E 55.65%, #2D2F8F 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1756px;
  display: block;
}
.whatwe-do-section .custom-heading h3 {
  max-width: 80rem;
}

.join-team-section {
  padding-left: 15rem;
  padding-right: 15rem;
}
.join-team-section .join-team-inner {
  background: linear-gradient(92.28deg, #92263D 0%, #92263D 0%, #E72E2D 34.92%, #F28826 68.88%, #FFCB05 100%);
  border-radius: 4rem;
  padding: 5rem 5rem;
  box-shadow: 16px 16px 90px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.join-team-section .join-team-inner .o-header--h2 {
  font-family: "ObjectSansBold";
  max-width: 97.7rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 7.6rem;
  text-transform: uppercase;
}
.join-team-section .join-team-inner .o-header--h2 strong {
  font-family: "ObjectSansRegular";
  font-weight: 400;
}
@media (max-width: 1600.98px) {
  .join-team-section .join-team-inner .o-header--h2 {
    line-height: 5.6rem;
  }
}
@media (max-width: 1279.98px) {
  .join-team-section .join-team-inner .o-header--h2 {
    line-height: 4.6rem;
    font-size: 32px;
  }
}
@media (max-width: 1279.98px) {
  .join-team-section .join-team-inner .o-header--h2 {
    line-height: 3.6rem;
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .join-team-section .join-team-inner .o-header--h2 {
    line-height: 3rem;
    font-size: 2rem;
    max-width: 100%;
    padding-bottom: 3.5rem;
  }
  .join-team-section .join-team-inner .o-header--h2 p br {
    display: none;
  }
}
.join-team-section .join-team-inner .team-btn > .vc_column-inner {
  display: flex;
  justify-content: flex-end;
}
.join-team-section .join-team-inner .team-btn a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1600.98px) {
  .join-team-section .join-team-inner {
    border-radius: 6rem;
    padding: 5rem 8.5rem;
  }
}
@media (max-width: 1449.98px) {
  .join-team-section .join-team-inner {
    padding: 4rem 7.5rem;
    border-radius: 4rem;
  }
}
@media (max-width: 1439.98px) {
  .join-team-section .join-team-inner {
    padding: 5rem 5rem;
    border-radius: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .join-team-section .join-team-inner {
    border-radius: 3rem;
    padding: 3rem 3.5rem;
  }
}
@media (max-width: 1023.98px) {
  .join-team-section .join-team-inner {
    border-radius: 3rem;
    padding: 3rem 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .join-team-section .join-team-inner {
    border-radius: 2rem;
    padding: 2rem 2.5rem;
  }
}
@media (max-width: 1600.98px) {
  .join-team-section {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (max-width: 1449.98px) {
  .join-team-section {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 1279.98px) {
  .join-team-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.section-row {
  display: flex;
  margin-bottom: 6.771vw;
  padding: 0px 2vw;
}
.section-row:nth-of-type(odd) .vc_col-sm-6:first-child {
  order: 2;
}
.section-row h2 {
  font-size: 2vw;
  line-height: normal;
  color: #2D2F8F;
  font-weight: 700;
}
.section-row p {
  line-height: 1.771vw;
  margin-bottom: 1.563vw;
  font-size: 1.25vw;
}
.section-row strong {
  font-size: 1.5vw;
  color: #d25f0b;
  font-weight: 700;
}
.section-row ul {
  padding-top: 0.781vw;
}
.section-row ul li {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 1.563vw;
  color: #333333;
  position: relative;
  padding: 0.3rem 0 0.3rem 1.823vw;
}
.section-row ul li:before {
  content: "";
  background-image: url(../images/right-arrow.webp);
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
}

.retail-industry {
  margin-left: 11rem;
  margin-top: 15rem;
}
@media (max-width: 1600.98px) {
  .retail-industry {
    margin-left: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .retail-industry {
    margin-left: 8rem;
    margin-top: 8rem;
  }
}
@media (max-width: 1366px) {
  .retail-industry {
    margin-left: 6rem;
    margin-top: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-industry {
    margin-top: 5rem;
    margin-left: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .retail-industry {
    margin-top: 4rem;
  }
}
.retail-industry .swiper-timer-bar, .retail-industry .autoplay-progress {
  top: 15rem;
  right: 11rem;
}
@media (max-width: 1600.98px) {
  .retail-industry .swiper-timer-bar, .retail-industry .autoplay-progress {
    top: 11rem;
    right: 0;
  }
}
@media (max-width: 1449.98px) {
  .retail-industry .swiper-timer-bar, .retail-industry .autoplay-progress {
    top: 11rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-industry .swiper-timer-bar, .retail-industry .autoplay-progress {
    top: 8rem;
    right: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .retail-industry .swiper-timer-bar, .retail-industry .autoplay-progress {
    width: 32px;
    height: 32px;
    top: 8rem;
  }
}
@media (max-width: 767.98px) {
  .retail-industry .swiper-timer-bar, .retail-industry .autoplay-progress {
    width: 28px;
    height: 28px;
    top: 10rem;
    right: 1.5rem;
  }
}
.retail-industry .custom-heading p.slider-heading {
  max-width: 136rem;
}
.retail-industry .custom-heading p {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 120rem;
}
@media (max-width: 1600.98px) {
  .retail-industry .custom-heading p {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .retail-industry .custom-heading p {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .retail-industry .custom-heading p {
    font-size: 3rem;
    line-height: 4.4rem;
    max-width: 98rem;
  }
}
@media (max-width: 1023.98px) {
  .retail-industry .custom-heading p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .retail-industry .custom-heading p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.retail-industry .insutry-cate-slider {
  padding-right: 13rem;
  margin-top: 7rem;
}
@media (max-width: 1600.98px) {
  .retail-industry .insutry-cate-slider {
    padding-right: 6rem;
    margin-top: 5rem;
  }
}
@media (max-width: 1366px) {
  .retail-industry .insutry-cate-slider {
    padding-right: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .retail-industry .insutry-cate-slider {
    padding-right: 6rem;
    margin-top: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-industry .insutry-cate-slider {
    padding-right: 3rem;
  }
}
@media (max-width: 767.98px) {
  .retail-industry .insutry-cate-slider {
    padding-right: 1rem;
  }
}
.retail-industry .insutry-cate-slider:last-child {
  padding-right: 0;
}
.retail-industry .insutry-cate-slider .slider-content {
  width: 100%;
  height: 70rem;
}
@media (max-width: 1600.98px) {
  .retail-industry .insutry-cate-slider .slider-content {
    height: 60rem;
  }
}
@media (max-width: 1449.98px) {
  .retail-industry .insutry-cate-slider .slider-content {
    height: 50rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-industry .insutry-cate-slider .slider-content {
    height: 38rem;
  }
}
@media (max-width: 1023.98px) {
  .retail-industry .insutry-cate-slider .slider-content {
    height: 32rem;
  }
}
@media (max-width: 767.98px) {
  .retail-industry .insutry-cate-slider .slider-content {
    height: 30rem;
  }
}
.retail-industry .insutry-cate-slider .slider-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.retail-industry .insutry-cate-slider .slider-image:after {
  content: "";
  background: linear-gradient(68.32deg, #1E1E1E 27.55%, rgba(30, 30, 30, 0) 64.87%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.retail-industry .insutry-cate-slider .slider-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.retail-industry .insutry-cate-slider .slider-content-inner {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
  z-index: 3;
  width: 65%;
}
@media (max-width: 1600.98px) {
  .retail-industry .insutry-cate-slider .slider-content-inner {
    width: 66%;
    left: 3rem;
    bottom: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .retail-industry .insutry-cate-slider .slider-content-inner {
    width: 67%;
    left: 4rem;
    bottom: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-industry .insutry-cate-slider .slider-content-inner {
    width: 70%;
    left: 3rem;
    bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .retail-industry .insutry-cate-slider .slider-content-inner {
    width: 80%;
    left: 2rem;
    bottom: 2rem;
  }
}
.retail-industry .insutry-cate-slider .slider-content-inner .slider-title {
  color: #ffffff;
  font-weight: 700;
  font-family: ObjectSansBold;
}
@media (max-width: 767.98px) {
  .retail-industry .insutry-cate-slider .slider-content-inner .slider-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.retail-industry .insutry-cate-slider .slider-content-inner .slider-description {
  color: #ffffff;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  max-width: 44.8rem;
  font-family: DM Sans;
  font-weight: 500;
}
.retail-industry .insutry-cate-slider:hover .slider-description {
  height: 100%;
  overflow: visible;
  padding-top: 2rem;
}
@media (max-width: 1023.98px) {
  .retail-industry .insutry-cate-slider:hover .slider-description {
    padding-top: 1rem;
  }
}
.swiper-scrollbar-horizontal {
  margin-top: 6rem;
  height: 0.6rem;
  background-color: #E6E6E6;
  border-radius: 2rem;
}
@media (max-width: 1366px) {
  .swiper-scrollbar-horizontal {
    margin-top: 3.5rem;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1279.98px) {
  .swiper-scrollbar-horizontal {
    margin-top: 4rem;
    width: calc(100% - 20px);
  }
}
.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 2rem;
  width: 40rem;
  border-radius: 2rem;
}

.service-listing-block {
  padding-top: 4.688vw;
}
@media (max-width: 1600.98px) {
  .service-listing-block {
    padding-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .service-listing-block {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .service-listing-block {
    padding-top: 1rem;
  }
}

.services {
  z-index: 1;
  display: flex;
  position: relative;
  margin: -22.5rem -4.3rem 0;
  transition: transform 550ms cubic-bezier(0.85, 0, 0, 1);
  transform: translateX(0);
}
@media (max-width: 1600.98px) {
  .services {
    margin: -13rem -2.5rem 0;
  }
}
@media (max-width: 1279.98px) {
  .services {
    margin: -9rem -2rem 0;
  }
}
@media (max-width: 1023.98px) {
  .services {
    margin: -5rem -1rem 0;
  }
}
@media (max-width: 767.98px) {
  .services {
    margin: -6rem -1rem 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    transform: none !important;
  }
  .services::-webkit-scrollbar {
    margin-top: 10px;
  }
}
.services .service-block-spark {
  width: calc(33.33% - 86px);
  margin: 0 4.3rem;
  flex: 0 0 auto;
  transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
}
@media (max-width: 1600.98px) {
  .services .service-block-spark {
    width: calc(33.33% - 50px);
    margin: 0 2.5rem;
  }
}
@media (max-width: 1449.98px) {
  .services .service-block-spark {
    margin: 0 2.5rem;
  }
}
@media (max-width: 1279.98px) {
  .services .service-block-spark {
    margin: 0 2rem;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark {
    margin: 0 1rem;
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark {
    width: 350px !important;
    flex: none;
    max-width: 100%;
  }
}
@media (max-width: 479.98px) {
  .services .service-block-spark {
    width: 315px !important;
  }
}
.services .service-block-spark .service-block-spark-inner {
  position: relative;
  background-color: #2D2F8F;
  padding: 0;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.services .service-block-spark .service-block-spark-inner:before {
  content: "";
  background: linear-gradient(89.84deg, #2D2F8F 99.73%, rgba(45, 47, 143, 0) 112.54%, rgba(45, 47, 143, 0) 123.47%);
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation-duration: 550ms;
  animation-timing-function: linear;
  animation-fill-mode: both;
  display: block;
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner:before {
    background: linear-gradient(89.84deg, #2D2F8F 43%, rgba(45, 47, 143, 0) 84.24%, rgba(45, 47, 143, 0) 123.47%);
    animation: none;
  }
}
@keyframes change-bg {
  to {
    background: linear-gradient(89.84deg, #2D2F8F 33.8%, rgba(45, 47, 143, 0) 84.24%, rgba(45, 47, 143, 0) 123.47%);
  }
}
@keyframes change-bg-before {
  to {
    background: linear-gradient(209.24deg, #23A7E0 0%, rgba(35, 167, 224, 0.5) 21.06%, rgba(45, 47, 143, 0) 43.02%);
  }
}
@keyframes change-bg2 {
  to {
    background: linear-gradient(89.84deg, #702E8E 33.8%, rgba(112, 46, 142, 0) 84.24%, rgba(112, 46, 142, 0) 123.47%);
  }
}
@keyframes change-bg3 {
  to {
    background: linear-gradient(89.84deg, #92263D 33.8%, rgba(146, 38, 61, 0) 84.24%, rgba(146, 38, 61, 0) 123.47%);
  }
}
.services .service-block-spark .service-block-spark-inner:after {
  content: "";
  background-image: url(../images/ai-vector.webp);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43.7rem;
  height: 30rem;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1600.98px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 43.7rem;
    background-size: 100%;
  }
}
@media (max-width: 1449.98px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 37.7rem;
    height: 26rem;
  }
}
@media (max-width: 1366px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 37.8rem;
  }
}
@media (max-width: 1359.98px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 35.8rem;
  }
}
@media (max-width: 1279.98px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 29.6rem;
    height: 22rem;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 22.6rem;
    height: 16rem;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner:after {
    width: 100%;
    height: 19rem;
  }
}
.services .service-block-spark .service-block-spark-inner .service-bg-content {
  padding: 5rem 5rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1600.98px) {
  .services .service-block-spark .service-block-spark-inner .service-bg-content {
    padding: 4rem 4rem;
  }
}
@media (max-width: 1449.98px) {
  .services .service-block-spark .service-block-spark-inner .service-bg-content {
    padding: 3rem 3rem;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark .service-block-spark-inner .service-bg-content {
    padding: 2rem 2rem;
  }
}
.services .service-block-spark .service-block-spark-inner .service-bg-content:before {
  content: "";
  background: linear-gradient(209.24deg, #23A7E0 0%, rgba(35, 167, 224, 0.5) 21.06%, rgba(45, 47, 143, 0.28) 43.02%);
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services .service-block-spark .service-block-spark-inner .service-image img {
  height: 650px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1600.98px) {
  .services .service-block-spark .service-block-spark-inner .service-image img {
    height: 570px;
  }
}
@media (max-width: 1449.98px) {
  .services .service-block-spark .service-block-spark-inner .service-image img {
    height: 540px;
  }
}
@media (max-width: 1439.98px) {
  .services .service-block-spark .service-block-spark-inner .service-image img {
    height: 500px;
  }
}
@media (max-width: 1359.98px) {
  .services .service-block-spark .service-block-spark-inner .service-image img {
    height: 460px;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark .service-block-spark-inner .service-image img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .service-image img {
    height: 430px;
  }
}
.services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2 {
  color: #ffffff;
  padding-top: 4rem;
  font-weight: 700;
  font-family: ObjectSansBold;
}
@media (max-width: 1359.98px) {
  .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .service-title h3, .services .service-block-spark .service-block-spark-inner .service-title h2 {
    padding-top: 2rem;
  }
}
.services .service-block-spark .service-block-spark-inner .service-description {
  max-width: 600px !important;
  transition: all 550ms linear;
  max-height: 310px;
  overflow: hidden;
}
@media (max-width: 1449.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description {
    max-height: 250px;
  }
}
@media (max-width: 1439.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description {
    max-width: 500px !important;
  }
}
@media (max-width: 1359.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description {
    max-height: 215px;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description {
    max-height: 230px;
  }
}
.services .service-block-spark .service-block-spark-inner .service-description p {
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  font-family: DM Sans;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1439.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description p {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description p {
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.services .service-block-spark .service-block-spark-inner .service-description ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description ul {
    opacity: 1;
    visibility: visible;
  }
}
.services .service-block-spark .service-block-spark-inner .service-description ul li {
  padding-bottom: 0.5rem;
  color: #ffffff;
  min-width: 280px;
}
@media (max-width: 1600.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .services .service-block-spark .service-block-spark-inner .service-description ul li:before {
    top: 23px;
  }
}
@media (max-width: 1449.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description ul li {
    min-width: 240px;
  }
  .services .service-block-spark .service-block-spark-inner .service-description ul li:before {
    top: 19px;
  }
}
@media (max-width: 1439.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .services .service-block-spark .service-block-spark-inner .service-description ul li:before {
    top: 17px;
  }
}
@media (max-width: 1359.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-bottom: 0;
    min-width: 225px;
  }
  .services .service-block-spark .service-block-spark-inner .service-description ul li:before {
    top: 17px;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .service-description ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-left: 1.5rem;
  }
  .services .service-block-spark .service-block-spark-inner .service-description ul li:before {
    top: 13px;
  }
}
.services .service-block-spark .service-block-spark-inner .o-button3 {
  margin-top: 5rem;
  position: absolute;
  bottom: 50px;
}
@media (max-width: 1600.98px) {
  .services .service-block-spark .service-block-spark-inner .o-button3 {
    margin-top: 4rem;
    bottom: 45px;
  }
}
@media (max-width: 1449.98px) {
  .services .service-block-spark .service-block-spark-inner .o-button3 {
    margin-top: 3rem;
    bottom: 38px;
  }
}
@media (max-width: 1023.98px) {
  .services .service-block-spark .service-block-spark-inner .o-button3 {
    margin-top: 0;
    bottom: 22px;
  }
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .o-button3 {
    margin-top: 3.3rem;
  }
}
.services .service-block-spark .service-block-spark-inner .o-button3.secondary a {
  box-shadow: none;
  border: 0.1rem solid transparent;
  padding: 0.8rem 0 0.8rem 0;
  transition: color 0.25s ease, background-color 0.25s ease, border 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}
.services .service-block-spark .service-block-spark-inner .o-button3.secondary a i {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .o-button3.secondary a i {
    margin-left: 1rem;
  }
}
.services .service-block-spark .service-block-spark-inner .o-button3.secondary a span {
  display: inline-block;
  transition: width 0.25s ease, opacity 0.25s ease 0.25s;
  width: 0;
  opacity: 0;
  white-space: nowrap;
}
.services .service-block-spark .service-block-spark-inner .o-button3.secondary a:hover {
  background-color: #000000;
  border-color: #000000;
}
@media (max-width: 767.98px) {
  .services .service-block-spark .service-block-spark-inner .o-button3.secondary a {
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    border-color: #ffffff;
    color: #ffffff;
  }
  .services .service-block-spark .service-block-spark-inner .o-button3.secondary a i {
    margin-left: 1rem !important;
  }
  .services .service-block-spark .service-block-spark-inner .o-button3.secondary a span {
    width: auto !important;
    opacity: 1 !important;
  }
}
.services .service-block-spark:nth-child(2) .service-block-spark-inner {
  background-color: #702E8E;
}
.services .service-block-spark:nth-child(2) .service-block-spark-inner:before {
  background: linear-gradient(89.84deg, #702E8E 99.73%, rgba(112, 46, 142, 0) 112.54%, rgba(112, 46, 142, 0) 123.47%);
}
.services .service-block-spark:nth-child(2) .service-block-spark-inner .service-bg-content:before {
  background: linear-gradient(210.31deg, #E98824 -2.34%, rgba(233, 136, 36, 0.5) 19.73%, rgba(112, 46, 142, 0.28) 42.75%);
}
@media (max-width: 767.98px) {
  .services .service-block-spark:nth-child(2) .service-block-spark-inner:before {
    background: linear-gradient(89.84deg, #92263D 43%, rgba(146, 38, 61, 0) 84.24%, rgba(146, 38, 61, 0) 123.47%);
  }
}
.services .service-block-spark:nth-child(3) .service-block-spark-inner {
  background-color: #92263D;
}
.services .service-block-spark:nth-child(3) .service-block-spark-inner:before {
  background: linear-gradient(89.84deg, #92263D 99.73%, rgba(146, 38, 61, 0) 112.54%, rgba(146, 38, 61, 0) 123.47%);
}
.services .service-block-spark:nth-child(3) .service-block-spark-inner .service-bg-content:before {
  background: linear-gradient(209.71deg, #FFCC06 -2.34%, rgba(255, 204, 6, 0.47) 19.72%, rgba(146, 38, 61, 0.28) 42.71%);
}
@media (max-width: 767.98px) {
  .services .service-block-spark:nth-child(3) .service-block-spark-inner:before {
    background: linear-gradient(89.84deg, #702E8E 43%, rgba(112, 46, 142, 0) 84.24%, rgba(112, 46, 142, 0) 123.47%);
  }
}
.services.active-hover .service-block-spark:hover {
  width: 1027px;
}
@media (max-width: 1600.98px) {
  .services.active-hover .service-block-spark:hover {
    width: 870px;
  }
}
@media (max-width: 1449.98px) {
  .services.active-hover .service-block-spark:hover {
    width: 740px;
  }
}
@media (max-width: 1366px) {
  .services.active-hover .service-block-spark:hover {
    width: 700px;
  }
}
@media (max-width: 1359.98px) {
  .services.active-hover .service-block-spark:hover {
    width: 660px;
  }
}
@media (max-width: 1023.98px) {
  .services.active-hover .service-block-spark:hover {
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  .services.active-hover .service-block-spark:hover {
    width: 440px;
  }
}
.services.active-hover .service-block-spark:hover .service-block-spark-inner:before {
  animation-name: change-bg;
}
.services.active-hover .service-block-spark:hover .service-block-spark-inner .service-description ul {
  transition: all 550ms linear 0.2s;
  opacity: 1;
  visibility: visible;
}
.services.active-hover .service-block-spark:hover .service-block-spark-inner .o-button3.secondary a {
  border-color: #ffffff;
  color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
}
.services.active-hover .service-block-spark:hover .service-block-spark-inner .o-button3.secondary a span {
  text-align: left;
  opacity: 1;
  width: 115px;
}
.services.active-hover .service-block-spark:hover .service-block-spark-inner .o-button3.secondary a i {
  margin-left: 0;
}
.services.active-hover .service-block-spark:hover .service-block-spark-inner .o-button3.secondary a:hover {
  background-color: #000000;
  border-color: #000000;
}
.services.active-hover .service-block-spark:hover .service-bg-content:before {
  animation-name: change-bg-before;
}
.services.active-hover .service-block-spark:nth-child(2):hover .service-block-spark-inner:before {
  animation-name: change-bg2;
}
.services.active-hover .service-block-spark:nth-child(3):hover .service-block-spark-inner::before {
  animation-name: change-bg3;
}

.service-img {
  width: 8rem;
  height: 8rem;
  border: 0.2rem solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1449.98px) {
  .service-img {
    width: 6rem;
    height: 6rem;
  }
  .service-img img {
    width: 80%;
    margin: auto;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .service-img {
    width: 5rem;
    height: 5rem;
  }
  .service-img img {
    width: 70%;
    margin: auto;
    display: flex;
  }
}

.services-blue-block .custom-heading h2 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .services-blue-block .custom-heading h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .services-blue-block .custom-heading h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .services-blue-block .custom-heading h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .services-blue-block .custom-heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .services-blue-block .custom-heading h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.insustry-main-section.services-main-section .custom-heading h3 {
  max-width: inherit;
}
.insustry-main-section.services-main-section .custom-heading h2 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .insustry-main-section.services-main-section .custom-heading h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .insustry-main-section.services-main-section .custom-heading h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .insustry-main-section.services-main-section .custom-heading h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .insustry-main-section.services-main-section .custom-heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .insustry-main-section.services-main-section .custom-heading h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.insustry-main-section.services-main-section .common-para p {
  max-width: 136rem;
}

.retail-solutions-section.services-solutions-section .solution-block {
  padding-top: 0;
}
.retail-solutions-section.services-solutions-section .solution-block:nth-child(odd) .solution-block-left {
  padding-left: 0;
}
.retail-solutions-section.services-solutions-section .common-listing ul li {
  font-family: DM Sans;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 500;
  padding-left: 0;
}
@media (max-width: 1449.98px) {
  .retail-solutions-section.services-solutions-section .common-listing ul li {
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 1rem 0 1rem 0;
  }
}
@media (max-width: 1366px) {
  .retail-solutions-section.services-solutions-section .common-listing ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 1rem 0 1rem 0;
  }
}
@media (max-width: 1279.98px) {
  .retail-solutions-section.services-solutions-section .common-listing ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0.8rem 0 0.8rem 0;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section.services-solutions-section .common-listing ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.5rem 0 0.5rem 0;
  }
}
.retail-solutions-section.services-solutions-section .common-listing ul li:before {
  display: none;
}

.services-blue-block {
  padding-top: 0;
}
.services-blue-block .custom-heading {
  padding-bottom: 4rem;
}
@media (max-width: 1449.98px) {
  .services-blue-block .custom-heading {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .services-blue-block .custom-heading {
    padding-bottom: 2rem;
  }
}
.services-blue-block .custom-heading:nth-child(4) {
  padding-top: 11rem;
}
@media (max-width: 1600.98px) {
  .services-blue-block .custom-heading:nth-child(4) {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .services-blue-block .custom-heading:nth-child(4) {
    padding-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .services-blue-block .custom-heading:nth-child(4) {
    padding-top: 2rem;
  }
}
.services-blue-block .small-title {
  font-weight: 500;
  text-transform: unset;
  max-width: 1359px;
}
@media (max-width: 767.98px) {
  .services-blue-block.impact-section {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .services-blue-block.impact-section .impact-block {
    width: 50% !important;
  }
}
@media (max-width: 1279.98px) {
  .services-blue-block.impact-section .impact-block .impact-img img {
    width: auto;
    height: 40px;
  }
}
.services-blue-block.service-brightening .small-title {
  padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .services-white-block .impact-section {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .services-white-block .impact-section .impact-block {
    width: 50% !important;
  }
}
.services-white-block .impact-section .impact-block .impact-title {
  color: #333333;
}
.services-white-block .impact-section .impact-block > .vc_column-inner::after {
  opacity: 0.1000000015;
  background: linear-gradient(296deg, #23A7E0 0%, #2D2F8F 22.79%, #702E8E 42.51%, #E62E2E 64.86%, #E98824 84.53%, #FFCC06 100%);
}
@media (max-width: 1279.98px) {
  .services-white-block .impact-section .impact-block .impact-img img {
    width: auto;
    height: 40px;
  }
}

.career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner {
  padding: 7rem 5rem 7rem 5rem !important;
  background-position: right !important;
  background-repeat: no-repeat;
}
@media (max-width: 1449.98px) {
  .career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner {
    padding: 6rem 4rem 8.2rem 4rem !important;
  }
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner {
    padding: 3.5rem 3rem 3.5rem 3rem !important;
    background-size: 53% auto !important;
    background-position: right bottom !important;
  }
}
@media (max-width: 1023.98px) {
  .career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner {
    background-size: contain !important;
    background-position: right !important;
  }
}
@media (max-width: 767.98px) {
  .career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner {
    background-position: top !important;
    padding: 20rem 2rem 3rem 2rem !important;
  }
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner::before {
    width: 96%;
  }
}
@media (max-width: 767.98px) {
  .career-opportunity-section.service-half-section .wayof-life-half-section > .vc_column-inner::before {
    height: 100%;
    width: 100%;
  }
}
.career-opportunity-section.service-half-section .custom-heading h3 {
  max-width: 77.9rem;
}
@media (max-width: 1439.98px) {
  .career-opportunity-section.service-half-section .custom-heading h3 {
    max-width: 54rem;
  }
}
.career-opportunity-section.service-half-section .career-para-btm p {
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  .career-opportunity-section.service-half-section .career-para-btm p {
    padding-top: 1.5rem;
  }
}

.service-img-btm .banner-inner {
  margin-right: 32rem !important;
  height: 70rem;
  padding-top: 4rem;
}
@media (max-width: 1600.98px) {
  .service-img-btm .banner-inner {
    height: 60rem;
    padding-top: 4.5rem;
    margin-right: 15rem !important;
  }
}
@media (max-width: 1449.98px) {
  .service-img-btm .banner-inner {
    height: 50rem;
    padding-top: 2.5rem;
  }
}
@media (max-width: 1359.98px) {
  .service-img-btm .banner-inner {
    height: 45rem;
    margin-right: 20rem !important;
    padding-top: 0;
  }
}
@media (max-width: 1279.98px) {
  .service-img-btm .banner-inner {
    height: 40rem;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1023.98px) {
  .service-img-btm .banner-inner {
    height: 38rem;
    margin-left: 0 !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 767.98px) {
  .service-img-btm .banner-inner {
    height: 30rem;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    padding-top: 0.5rem;
  }
}
.service-img-btm .banner-inner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.service-img-btm .banner-inner .vc_figure, .service-img-btm .banner-inner .vc_single_image-wrapper {
  height: 100%;
}
.service-img-btm.casestudy-btm .banner-inner {
  padding-top: 7rem;
}
@media (max-width: 1600.98px) {
  .service-img-btm.casestudy-btm .banner-inner {
    padding-top: 6.5rem;
  }
}
@media (max-width: 1449.98px) {
  .service-img-btm.casestudy-btm .banner-inner {
    padding-top: 6rem;
  }
}

.service-milestone-section .timeline {
  padding-top: 7.7rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .service-milestone-section .timeline {
    padding-top: 0.7rem;
  }
}
.service-milestone-section .timeline-contents {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .service-milestone-section .logo-section {
    flex-wrap: wrap;
  }
}
.service-milestone-section .logo-section .logo-block {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .service-milestone-section .logo-section .logo-block {
    margin-bottom: 1rem;
  }
}
.service-milestone-section .logo-section .logo-block .logo-img {
  background-color: #ffffff;
}

.service-feeling-section .custom-heading h3 {
  max-width: 73.2rem;
}
.service-feeling-section .career-opportunity-section.service-half-section {
  padding-top: 0 !important;
}
.service-feeling-section.service-data-btm {
  padding-top: 17.5rem;
}
@media (max-width: 1600.98px) {
  .service-feeling-section.service-data-btm {
    padding-top: 6.5rem;
  }
}
@media (max-width: 1359.98px) {
  .service-feeling-section.service-data-btm {
    padding-top: 4.5rem;
  }
}
@media (max-width: 1279.98px) {
  .service-feeling-section.service-data-btm {
    padding-top: 3.5rem;
  }
}
@media (max-width: 1023.98px) {
  .service-feeling-section.service-data-btm {
    padding-top: 1.5rem;
  }
}

.why-rysun-main-section.why-rysun-data .custom-heading {
  max-width: 75rem;
}
@media (max-width: 767.98px) {
  .why-rysun-main-section.why-rysun-hiTech .impact-energy-section {
    padding-bottom: 2rem;
  }
}
.why-rysun-main-section.why-rysun-hiTech .impact-energy-section .custom-heading {
  max-width: 136rem;
}

#search-overlay {
  position: fixed;
  left: auto;
  width: 655px;
  height: 60px;
  box-shadow: 20px 20px 90px 0px rgba(0, 0, 0, 0.5);
  z-index: 1111111;
  transition: all 0.3s ease-in-out;
  right: 80px;
  background-color: #000000;
  padding: 0 18px;
  max-width: 100%;
  display: none;
}
@media (max-width: 1449.98px) {
  #search-overlay {
    right: 60px;
  }
}
@media (max-width: 1023.98px) {
  #search-overlay {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #search-overlay {
    height: 50px;
  }
}

.search-wraper {
  position: relative;
}

.search-form label {
  display: block;
  padding: 0 4rem 0 0;
  margin: 0;
}
.search-form label.error {
  display: none !important;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form .search-field {
  width: 100%;
  box-shadow: none;
  background: url("../images/search-icon.svg") no-repeat left center;
  border: none;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 500;
  padding: 0 0 0 35px;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #999999;
}
.search-form .search-field:-ms-input-placeholder {
  color: #999999;
}
.search-form .search-field::placeholder {
  color: #999999;
}
.search-form .search-field:focus {
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  .search-form .search-field {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .search-form .search-field {
    font-size: 1.4rem;
    background-size: 18px auto;
    padding: 0 0 0 27px;
    height: 50px;
  }
}
.search-form h3, .search-form p {
  color: #000000;
  font-weight: 500;
  text-align: right;
  padding-top: 1.6rem;
  display: none;
}

.spark-search-close-icon {
  position: absolute;
  right: 0;
  top: 5px;
  background: url("../images/close-icon.svg") no-repeat center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .spark-search-close-icon {
    top: 1px;
  }
}

.searchresult-head {
  padding: 19rem 11rem 15rem;
  background: url("../images/searchresult-bg.jpg") no-repeat left bottom #08082E;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 1449.98px) {
  .searchresult-head {
    padding: 19rem 7rem 15rem;
  }
}
@media (max-width: 1279.98px) {
  .searchresult-head {
    padding: 14rem 2rem 5rem;
  }
}
@media (max-width: 1023.98px) {
  .searchresult-head {
    padding: 8rem 2rem 3rem;
  }
}
.searchresult-head .search-form label {
  padding: 0;
}
.searchresult-head .search-form .search-field {
  color: #ffffff;
  background: transparent;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 0;
}
.searchresult-head .search-form h3 {
  display: none;
}
.searchresult-head .o-paragraph-medium {
  color: #ffffff;
  padding-top: 2.5rem;
  font-weight: 400;
}

.search-list {
  padding: 13rem 0 0;
}
@media (max-width: 1600.98px) {
  .search-list {
    padding: 12rem 0 0;
  }
}
@media (max-width: 1449.98px) {
  .search-list {
    padding: 10rem 0 0;
  }
}
@media (max-width: 1023.98px) {
  .search-list {
    padding: 7rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .search-list {
    padding: 4rem 0 0;
  }
}
.search-list .search-item {
  padding-bottom: 5rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 5rem;
}
@media (max-width: 1449.98px) {
  .search-list .search-item {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .search-list .search-item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.search-list .search-item .o-header--h3 {
  color: #000000;
  font-weight: 700;
  padding-bottom: 3rem;
}
@media (max-width: 1279.98px) {
  .search-list .search-item .o-header--h3 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .search-list .search-item .o-header--h3 {
    padding-bottom: 1rem;
  }
}
.search-list .search-item .o-button3 {
  padding-top: 2rem;
}
.search-list .search-item .entry-content ul li {
  padding-bottom: 0 !important;
}
.search-list .search-item .entry-content p, .search-list .search-item .entry-content ul li {
  font-size: 2.6rem;
  line-height: 4rem;
  color: #000000;
  font-weight: 400;
  padding-bottom: 2rem;
}
@media (max-width: 1600.98px) {
  .search-list .search-item .entry-content p, .search-list .search-item .entry-content ul li {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .search-list .search-item .entry-content p, .search-list .search-item .entry-content ul li {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1023.98px) {
  .search-list .search-item .entry-content p, .search-list .search-item .entry-content ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .search-list .search-item .entry-content p, .search-list .search-item .entry-content ul li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.common-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-pagination ul.page-numbers {
  margin-right: 0;
}
.common-pagination .page-numbers {
  color: #9CA3AF;
  font-family: DM Sans;
  font-weight: 500;
  padding: 1.2rem 1.2rem;
  position: relative;
  margin-right: 2.8rem;
  display: flex;
}
@media (max-width: 1279.98px) {
  .common-pagination .page-numbers {
    margin-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .common-pagination .page-numbers {
    margin-right: 1.5rem;
  }
}
.common-pagination .page-numbers:before {
  content: "";
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  left: -2px;
  top: 4px;
  z-index: -1;
  opacity: 0;
  display: block;
}
.common-pagination .page-numbers:hover, .common-pagination .page-numbers.current {
  color: #ffffff;
}
.common-pagination .page-numbers:hover:before, .common-pagination .page-numbers.current:before {
  opacity: 1;
}
.common-pagination .page-numbers:visited {
  color: #9CA3AF;
}
.common-pagination .page-numbers.prev, .common-pagination .page-numbers.next {
  font-size: 0;
}
.common-pagination .page-numbers.prev::before, .common-pagination .page-numbers.next::before {
  content: none;
}
.common-pagination .page-numbers.prev:after, .common-pagination .page-numbers.next:after {
  content: "\e911";
  position: absolute;
  font-size: 1.6rem;
  left: 0.8rem;
  top: 0;
  font-family: "icomoon";
  color: #9CA3AF;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.common-pagination .page-numbers.prev:after {
  transform: rotate(180deg);
}

.search-item .breadcrumb-section {
  padding: 0;
}

@media (max-width: 767.98px) {
  .wayoflife-section {
    padding-top: 3.5rem;
  }
}
.wayoflife-section .wayof-life-inner-section .small-title {
  color: #ffffff;
}
.wayoflife-section .wayof-life-inner-section .custom-heading h3 {
  color: #ffffff;
  max-width: 94rem;
}
@media (max-width: 1600.98px) {
  .wayoflife-section .wayof-life-inner-section .custom-heading h3 {
    max-width: 82rem;
  }
}
@media (max-width: 1449.98px) {
  .wayoflife-section .wayof-life-inner-section .custom-heading h3 {
    max-width: 54rem;
  }
}
.wayoflife-section .wayof-life-inner-section .explore-text {
  padding-top: 8rem;
  margin-left: 10rem;
}
@media (max-width: 1600.98px) {
  .wayoflife-section .wayof-life-inner-section .explore-text {
    padding-top: 6rem;
    margin-left: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .wayoflife-section .wayof-life-inner-section .explore-text {
    padding-top: 4rem;
    margin-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .wayoflife-section .wayof-life-inner-section .explore-text {
    padding-top: 2rem;
    margin-left: 5rem;
  }
}
@media (max-width: 767.98px) {
  .wayoflife-section .wayof-life-inner-section .explore-text {
    padding-top: 3.6rem;
    margin-left: 0;
  }
}
.wayoflife-section .wayof-life-inner-section .explore-text p {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  padding: 0.7rem 1.2rem;
  margin-top: 1.5rem;
  font-family: ObjectSansBold;
  line-height: 5rem;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .wayoflife-section .wayof-life-inner-section .explore-text p {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0.6rem 1.2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .wayoflife-section .wayof-life-inner-section .explore-text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0.6rem 1.2rem;
    margin-top: 1.5rem;
  }
}
.wayoflife-section .wayof-life-inner-section .o-button3 {
  margin-top: 3.6rem;
  margin-left: 10rem;
  display: inline-block;
}
@media (max-width: 1600.98px) {
  .wayoflife-section .wayof-life-inner-section .o-button3 {
    margin-top: 2.6rem;
    margin-left: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .wayoflife-section .wayof-life-inner-section .o-button3 {
    margin-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .wayoflife-section .wayof-life-inner-section .o-button3 {
    margin-left: 5rem;
  }
}
@media (max-width: 767.98px) {
  .wayoflife-section .wayof-life-inner-section .o-button3 {
    margin-left: 0;
  }
}

.wayof-life-half-section {
  position: relative;
}
.wayof-life-half-section.casestudy-half-section > .vc_column-inner {
  padding: 7rem 5rem 7rem 5rem !important;
  background-position: right !important;
}
@media (max-width: 1449.98px) {
  .wayof-life-half-section.casestudy-half-section > .vc_column-inner {
    padding: 6rem 4rem 8.2rem 4rem !important;
  }
}
@media (max-width: 1279.98px) {
  .wayof-life-half-section.casestudy-half-section > .vc_column-inner {
    padding: 3.5rem 3rem 3.5rem 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section.casestudy-half-section > .vc_column-inner {
    background-position: top !important;
    padding: 20rem 2rem 3rem 2rem !important;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section.casestudy-half-section > .vc_column-inner::before {
    height: 100%;
  }
}
.wayof-life-half-section > .vc_column-inner {
  padding: 10rem 5rem 14rem 5rem !important;
  position: relative;
  background-position: center right !important;
  background-size: auto 100%;
}
@media (max-width: 1600.98px) {
  .wayof-life-half-section > .vc_column-inner {
    padding: 8rem 5rem 12.2rem 5rem !important;
  }
}
@media (max-width: 1449.98px) {
  .wayof-life-half-section > .vc_column-inner {
    padding: 7rem 5rem 10.2rem 5rem !important;
  }
}
@media (max-width: 1359.98px) {
  .wayof-life-half-section > .vc_column-inner {
    padding: 7rem 4rem 10.2rem 4rem !important;
  }
}
@media (max-width: 1279.98px) {
  .wayof-life-half-section > .vc_column-inner {
    padding: 5rem 3rem 7.2rem 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section > .vc_column-inner {
    background-size: contain !important;
    background-position: top !important;
    padding: 27rem 2rem 3rem 2rem !important;
  }
}
.wayof-life-half-section > .vc_column-inner::before {
  content: "";
  background: linear-gradient(90deg, #101163 0%, #5D1B7B 59.61%, rgba(0, 0, 0, 0) 100%);
  width: 142.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 1600.98px) {
  .wayof-life-half-section > .vc_column-inner::before {
    width: 108.2rem;
  }
}
@media (max-width: 1359.98px) {
  .wayof-life-half-section > .vc_column-inner::before {
    width: 94.2rem;
  }
}
@media (max-width: 1279.98px) {
  .wayof-life-half-section > .vc_column-inner::before {
    width: 73rem;
  }
}
@media (max-width: 1023.98px) {
  .wayof-life-half-section > .vc_column-inner::before {
    width: 50rem;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section > .vc_column-inner::before {
    background: linear-gradient(0deg, #101163 0%, #5D1B7B 59.61%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 78.3rem;
  }
}
.wayof-life-half-section > .vc_column-inner .wpb_wrapper {
  z-index: 2;
  position: relative;
}
.wayof-life-half-section .small-title {
  color: #ffffff;
}
.wayof-life-half-section .custom-heading h3 {
  color: #ffffff;
  max-width: 94rem;
}
@media (max-width: 1600.98px) {
  .wayof-life-half-section .custom-heading h3 {
    max-width: 82rem;
  }
}
@media (max-width: 1449.98px) {
  .wayof-life-half-section .custom-heading h3 {
    max-width: 54rem;
  }
}
.wayof-life-half-section .explore-text {
  padding-top: 10rem;
  margin-left: 10rem;
}
@media (max-width: 1600.98px) {
  .wayof-life-half-section .explore-text {
    padding-top: 6rem;
    margin-left: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .wayof-life-half-section .explore-text {
    padding-top: 4rem;
    margin-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .wayof-life-half-section .explore-text {
    padding-top: 2rem;
    margin-left: 5rem;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section .explore-text {
    padding-top: 3.6rem;
    margin-left: 0;
  }
}
.wayof-life-half-section .explore-text p {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  padding: 0.7rem 1.2rem;
  margin-top: 1.5rem;
  font-family: ObjectSansBold;
  line-height: 5rem;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .wayof-life-half-section .explore-text p {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0.6rem 1.2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section .explore-text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0.6rem 1.2rem;
    margin-top: 1.5rem;
  }
}
.wayof-life-half-section .o-button3 {
  margin-top: 3.6rem;
  margin-left: 10rem;
}
@media (max-width: 1600.98px) {
  .wayof-life-half-section .o-button3 {
    margin-top: 2.6rem;
    margin-left: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .wayof-life-half-section .o-button3 {
    margin-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .wayof-life-half-section .o-button3 {
    margin-left: 5rem;
  }
}
@media (max-width: 767.98px) {
  .wayof-life-half-section .o-button3 {
    margin-left: 0;
  }
}

.home .wayof-life-half-section > .vc_column-inner {
  padding: 7rem 5rem 7rem 5rem !important;
}
@media (max-width: 1449.98px) {
  .home .wayof-life-half-section > .vc_column-inner {
    padding: 6rem 4rem 6rem 4rem !important;
  }
}
@media (max-width: 1359.98px) {
  .home .wayof-life-half-section > .vc_column-inner {
    padding: 5rem 3rem 5rem 3rem !important;
  }
}
@media (max-width: 1279.98px) {
  .home .wayof-life-half-section > .vc_column-inner {
    padding: 4rem 2rem 4rem 2rem !important;
  }
}
@media (max-width: 767.98px) {
  .home .wayof-life-half-section > .vc_column-inner {
    padding: 18rem 2rem 3rem 2rem !important;
  }
}
.home .wayof-life-half-section > .vc_column-inner .custom-heading h3 {
  font-size: 4rem;
  line-height: 6rem;
  max-width: 85rem;
}
@media (max-width: 1600.98px) {
  .home .wayof-life-half-section > .vc_column-inner .custom-heading h3 {
    font-size: 3rem;
    line-height: 4rem;
    max-width: 65rem;
  }
}
@media (max-width: 1439.98px) {
  .home .wayof-life-half-section > .vc_column-inner .custom-heading h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 1279.98px) {
  .home .wayof-life-half-section > .vc_column-inner .custom-heading h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    max-width: 53rem;
  }
}
@media (max-width: 1023.98px) {
  .home .wayof-life-half-section > .vc_column-inner .custom-heading h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    max-width: 45rem;
  }
}
@media (max-width: 767.98px) {
  .home .wayof-life-half-section > .vc_column-inner .custom-heading h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.home .wayof-life-half-section > .vc_column-inner .explore-text {
  padding-top: 2.5rem;
}
@media (max-width: 1449.98px) {
  .home .wayof-life-half-section > .vc_column-inner .explore-text {
    margin-left: 5rem;
  }
}
@media (max-width: 1359.98px) {
  .home .wayof-life-half-section > .vc_column-inner .explore-text {
    margin-left: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .home .wayof-life-half-section > .vc_column-inner .explore-text {
    margin-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .home .wayof-life-half-section > .vc_column-inner .explore-text {
    margin-left: 2rem;
    padding-top: 1rem;
  }
}
.home .wayof-life-half-section > .vc_column-inner .explore-text p {
  padding: 0.5rem 1.2rem;
}
.home .wayof-life-half-section > .vc_column-inner .o-button3 {
  margin-top: 3rem;
}
@media (max-width: 1449.98px) {
  .home .wayof-life-half-section > .vc_column-inner .o-button3 {
    margin-left: 5rem;
  }
}
@media (max-width: 1359.98px) {
  .home .wayof-life-half-section > .vc_column-inner .o-button3 {
    margin-left: 4rem;
    margin-top: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .home .wayof-life-half-section > .vc_column-inner .o-button3 {
    margin-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .home .wayof-life-half-section > .vc_column-inner .o-button3 {
    margin-left: 2rem;
    margin-top: 1rem;
  }
}

.certificate-section {
  background: linear-gradient(180deg, #FDF8FF 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 10rem;
}
@media (max-width: 1600.98px) {
  .certificate-section {
    padding-top: 7rem;
  }
}
@media (max-width: 1439.98px) {
  .certificate-section {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .certificate-section {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .certificate-section {
    padding-top: 3rem;
    margin-top: 3.5rem;
  }
}

.new-name-section {
  position: relative;
  overflow: hidden;
  margin-top: 10.417vw;
  z-index: 1;
}
@media (max-width: 1449.98px) {
  .new-name-section {
    margin-top: 7.417vw;
  }
}
.new-name-section:after {
  content: "";
  background: linear-gradient(315.86deg, #23A7E0 26.35%, #2D2F8F 39.84%, #702E8E 51.51%, #E62E2E 64.74%, #E98824 76.38%, #FFCC06 85.54%);
  mix-blend-mode: difference;
  opacity: 0.3;
  filter: blur(18.49vw);
  transform: rotate(38.02deg);
  position: absolute;
  width: 46.159vw;
  height: 56.749vw;
  left: 0;
  top: 8.854vw;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  display: block;
}
.new-name-section .container-inner.vc_col-sm-7 {
  padding-right: 0 !important;
}
.new-name-section .text-desc p {
  color: #ffffff;
  margin-bottom: 2.604vw;
  max-width: 50.521vw;
}
.new-name-section .text-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .new-name-section .text-desc p {
    max-width: unset;
  }
}
.new-name-section .common-paragraph.o-header--h2 {
  margin-bottom: 3.125vw !important;
  max-width: unset;
}
.new-name-section .common-paragraph.o-header--h2 p {
  color: #ffffff;
}
.new-name-section .common-paragraph.o-header--h2 strong {
  background: linear-gradient(92.28deg, #92263D 0%, #92263D 0%, #E72E2D 34.92%, #F28826 68.88%, #FFCB05 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .new-name-section .wpb_single_image img {
    margin-top: 2rem;
    width: 36rem;
  }
}

.termspage {
  z-index: 1;
  position: relative;
}
.termspage.insustry-main-section.services-main-section .custom-heading h3 {
  max-width: 136rem;
}
.termspage .container-inner {
  padding-top: 12rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1600.98px) {
  .termspage .container-inner {
    padding-top: 5rem;
  }
}
@media (max-width: 1449.98px) {
  .termspage .container-inner {
    padding-top: 3rem;
  }
}
@media (max-width: 1359.98px) {
  .termspage .container-inner {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .termspage .container-inner {
    padding-top: 1rem;
  }
}
.termspage a {
  color: #2D2F8F;
}
.termspage .pt-50 {
  padding-top: 5rem;
}
@media (max-width: 1449.98px) {
  .termspage .pt-50 {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1359.98px) {
  .termspage .pt-50 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 1023.98px) {
  .termspage .pt-50 {
    padding-top: 2rem !important;
  }
}
@media (max-width: 1023.98px) {
  .termspage .pt-100 {
    padding-top: 2rem !important;
  }
}
.termspage h3, .termspage h4 {
  color: #000000;
  font-family: "ObjectSansBold";
  font-weight: 700;
  padding-bottom: 4rem;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .termspage h3, .termspage h4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .termspage h3, .termspage h4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.termspage h4 {
  font-size: 2.8rem;
}
@media (max-width: 1359.98px) {
  .termspage h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1279.98px) {
  .termspage h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .termspage h4 {
    font-size: 1.8rem;
  }
}
.termspage h4.pb-0 {
  padding-bottom: 0;
}
.termspage p {
  color: #333333;
  padding-bottom: 3rem;
  max-width: 135.9rem;
  font-weight: 500;
}
@media (max-width: 1600.98px) {
  .termspage p {
    padding-bottom: 2rem;
    max-width: 105rem;
  }
}
@media (max-width: 1449.98px) {
  .termspage p {
    padding-bottom: 1.5rem;
    max-width: 105rem;
  }
}
@media (max-width: 1279.98px) {
  .termspage p {
    max-width: 100%;
  }
}
.termspage p strong {
  font-family: DM Sans;
  font-weight: 500;
  display: block;
  max-width: 142rem;
  color: #000000;
  font-size: 2.6rem;
  line-height: 4rem;
}
@media (max-width: 1449.98px) {
  .termspage p strong {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1359.98px) {
  .termspage p strong {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .termspage p strong {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .termspage p strong {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
  }
}
.termspage ul.small-text li:not(:first-child):before {
  display: none;
}
.termspage li {
  max-width: 135.9rem;
}

.internal-banner {
  position: relative;
  padding-top: 16.6rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1600.98px) {
  .internal-banner {
    padding-top: 14rem;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner {
    padding-top: 13rem;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner {
    padding-top: 12rem;
  }
}
@media (max-width: 1279.98px) {
  .internal-banner {
    padding-top: 11rem;
  }
}
@media (max-width: 1023.98px) {
  .internal-banner {
    padding-top: 10rem;
  }
}
@media (max-width: 767.98px) {
  .internal-banner {
    padding-top: 8rem;
  }
}
.internal-banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65rem;
  background-color: #03030E;
}
@media (max-width: 1600.98px) {
  .internal-banner:after {
    height: 48rem;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner:after {
    height: 44rem;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner:after {
    height: 40rem;
  }
}
@media (max-width: 767.98px) {
  .internal-banner:after {
    height: 25rem;
  }
}
.internal-banner:before {
  content: "";
  background: url(../images/banner-bg-purple-new.png);
  height: 65rem;
  width: 137.7rem;
  position: absolute;
  right: -5.5rem;
  top: 0;
  display: block;
  z-index: 1;
}
@media (max-width: 1600.98px) {
  .internal-banner:before {
    height: 48rem;
    width: 110.7rem;
    background-size: 100%;
    right: 0;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner:before {
    height: 44rem;
    width: 114.7rem;
    background-size: 100%;
    right: 0;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner:before {
    height: 40rem;
  }
}
@media (max-width: 1023.98px) {
  .internal-banner:before {
    content: none;
  }
}
.internal-banner.coming-soon-banner {
  padding-bottom: 9rem;
}
.internal-banner .banner-title {
  color: #ffffff;
  font-size: 7rem;
  line-height: 9rem;
  position: relative;
  z-index: 3;
  font-family: ObjectSansBold;
  font-weight: 700;
}
@media (max-width: 1600.98px) {
  .internal-banner .banner-title {
    font-size: 5rem;
    line-height: 6.5rem;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner .banner-title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner .banner-title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1279.98px) {
  .internal-banner .banner-title {
    font-size: 3rem;
    line-height: 4rem;
    left: 0;
  }
}
@media (max-width: 1023.98px) {
  .internal-banner .banner-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .internal-banner .banner-title {
    font-size: 2rem;
    line-height: 3rem;
    bottom: 0;
    left: 0;
  }
}
.internal-banner .banner-description {
  color: #ffffff;
  position: relative;
  z-index: 3;
  font-family: DM Sans;
  font-weight: 500;
  padding-top: 1rem;
  max-width: 107.3rem;
}
@media (max-width: 767.98px) {
  .internal-banner .banner-description {
    padding-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.internal-banner .banner-inner {
  position: relative;
  height: 74rem;
  z-index: 1;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 9rem;
  margin-right: 32rem !important;
}
@media (max-width: 1600.98px) {
  .internal-banner .banner-inner {
    height: 55rem;
    padding-top: 4.5rem;
    margin-right: 15rem !important;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner .banner-inner {
    height: 50rem;
    padding-top: 7.5rem;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner .banner-inner {
    height: 45rem;
    margin-right: 20rem !important;
    padding-top: 4.5rem;
  }
}
@media (max-width: 1279.98px) {
  .internal-banner .banner-inner {
    height: 40rem;
    margin-right: 10rem !important;
  }
}
@media (max-width: 1023.98px) {
  .internal-banner .banner-inner {
    height: 35rem;
    margin-left: 0 !important;
    margin-right: 4rem !important;
  }
}
@media (max-width: 767.98px) {
  .internal-banner .banner-inner {
    height: 20rem;
    margin-right: 1.5rem !important;
    padding-top: 2rem;
  }
}
.internal-banner .banner-inner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  background-color: #fbfbfb;
}
.internal-banner .banner-inner.default-image {
  background-color: #C4C4C4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9rem;
  padding-top: 0;
  height: 65rem;
}
@media (max-width: 1600.98px) {
  .internal-banner .banner-inner.default-image {
    margin-top: 4.5rem;
    height: 59.5rem;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner .banner-inner.default-image {
    margin-top: 7.5rem;
    height: 57.5rem;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner .banner-inner.default-image {
    margin-top: 4.5rem;
    height: 49.5rem;
  }
}
@media (max-width: 1279.98px) {
  .internal-banner .banner-inner.default-image {
    height: 44.5rem;
  }
}
@media (max-width: 1023.98px) {
  .internal-banner .banner-inner.default-image {
    height: 39.5rem;
  }
}
@media (max-width: 767.98px) {
  .internal-banner .banner-inner.default-image {
    margin-top: 2rem;
    height: 22rem;
  }
}
.internal-banner .banner-inner.default-image img {
  width: 200px;
  height: 200px;
  background-color: transparent;
}
@media (max-width: 1449.98px) {
  .internal-banner .banner-inner.default-image img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .internal-banner .banner-inner.default-image img {
    width: 80px;
    height: 80px;
  }
}
.internal-banner.career-banner:after {
  height: 42.2rem;
}
.internal-banner.career-banner::before {
  height: 42.2rem;
}
@media (max-width: 1600.98px) {
  .internal-banner.career-banner:after {
    height: 35.2rem;
  }
  .internal-banner.career-banner::before {
    height: 35.2rem;
  }
}
@media (max-width: 1449.98px) {
  .internal-banner.career-banner:after {
    height: 33.2rem;
  }
  .internal-banner.career-banner::before {
    height: 33.2rem;
  }
}
@media (max-width: 1359.98px) {
  .internal-banner.career-banner:after {
    height: 28.2rem;
  }
  .internal-banner.career-banner::before {
    height: 28.2rem;
  }
}
@media (max-width: 1279.98px) {
  .internal-banner.career-banner:after {
    height: 24.2rem;
  }
  .internal-banner.career-banner::before {
    height: 24.2rem;
  }
}
@media (max-width: 1023.98px) {
  .internal-banner.career-banner:after {
    height: 23.2rem;
  }
  .internal-banner.career-banner::before {
    height: 23.2rem;
  }
}
@media (max-width: 767.98px) {
  .internal-banner.career-banner:after {
    height: 21.2rem;
  }
  .internal-banner.career-banner::before {
    height: 21.2rem;
  }
}
.internal-banner.active:after {
  transform: scale(1);
  transform-origin: left;
}
.internal-banner.active .banner-inner {
  opacity: 1;
  visibility: visible;
}
.internal-banner.active .banner-title {
  opacity: 1;
  visibility: visible;
}
.internal-banner.active .banner-description {
  opacity: 1;
  visibility: visible;
}

.breadcrumb-section.career-breadcrumb-section {
  padding-top: 9rem;
}
@media (max-width: 1600.98px) {
  .breadcrumb-section.career-breadcrumb-section {
    padding-top: 9rem;
  }
}
@media (max-width: 1359.98px) {
  .breadcrumb-section.career-breadcrumb-section {
    padding-top: 5rem;
  }
}

body.page-submit-your-profile .internal-banner:after {
  height: 34.2rem;
}
body.page-submit-your-profile .internal-banner::before {
  height: 34.2rem;
}
@media (max-width: 1600.98px) {
  body.page-submit-your-profile .internal-banner:after {
    height: 29.2rem;
  }
  body.page-submit-your-profile .internal-banner::before {
    height: 29.2rem;
  }
}
@media (max-width: 1449.98px) {
  body.page-submit-your-profile .internal-banner:after {
    height: 28.2rem;
  }
  body.page-submit-your-profile .internal-banner::before {
    height: 28.2rem;
  }
}
@media (max-width: 1359.98px) {
  body.page-submit-your-profile .internal-banner:after {
    height: 22.2rem;
  }
  body.page-submit-your-profile .internal-banner::before {
    height: 22.2rem;
  }
}
@media (max-width: 1279.98px) {
  body.page-submit-your-profile .internal-banner:after {
    height: 21.2rem;
  }
  body.page-submit-your-profile .internal-banner::before {
    height: 21.2rem;
  }
}
@media (max-width: 1023.98px) {
  body.page-submit-your-profile .internal-banner:after {
    height: 19.2rem;
  }
  body.page-submit-your-profile .internal-banner::before {
    height: 19.2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-submit-your-profile .internal-banner:after {
    height: 17.2rem;
  }
  body.page-submit-your-profile .internal-banner::before {
    height: 21.2rem;
  }
}
body.page-submit-your-profile .banner-inner {
  display: none;
}
body.page-submit-your-profile .breadcrumb-section {
  padding-top: 9rem;
}
@media (max-width: 1600.98px) {
  body.page-submit-your-profile .breadcrumb-section {
    padding-top: 9rem;
  }
}
@media (max-width: 1359.98px) {
  body.page-submit-your-profile .breadcrumb-section {
    padding-top: 5rem;
  }
}

@keyframes animate-slide-left {
  0% {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.blogs-banner .banner-inner {
  padding-right: 32rem !important;
  margin-right: 0 !important;
  height: 73rem;
}
@media (max-width: 1600.98px) {
  .blogs-banner .banner-inner {
    padding-right: 15rem !important;
    margin-right: 0 !important;
    height: 63rem;
  }
}
@media (max-width: 1359.98px) {
  .blogs-banner .banner-inner {
    padding-right: 20rem !important;
    margin-right: 0 !important;
    height: 61rem;
  }
}
@media (max-width: 1279.98px) {
  .blogs-banner .banner-inner {
    padding-right: 10rem !important;
    margin-right: 0 !important;
    height: 48rem;
  }
}
@media (max-width: 1023.98px) {
  .blogs-banner .banner-inner {
    padding-right: 4rem !important;
    margin-right: 0 !important;
    height: 40rem;
  }
}
@media (max-width: 767.98px) {
  .blogs-banner .banner-inner {
    padding-right: 1.5rem !important;
    margin-right: 0 !important;
    height: auto;
    padding-bottom: 0;
  }
}
.blogs-banner .banner-inner .blog-banner-content .o-body-large {
  height: 11rem;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .blogs-banner .banner-inner .blog-banner-content .o-body-large {
    height: 10rem;
  }
}
@media (max-width: 1359.98px) {
  .blogs-banner .banner-inner .blog-banner-content .o-body-large {
    height: 10rem;
    font-size: 2.1rem;
  }
}
@media (max-width: 1279.98px) {
  .blogs-banner .banner-inner .blog-banner-content .o-body-large {
    height: 7rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1023.98px) {
  .blogs-banner .banner-inner .blog-banner-content .o-body-large {
    height: 6rem;
  }
}
@media (max-width: 767.98px) {
  .blogs-banner .banner-inner .blog-banner-content .o-body-large {
    height: 6rem;
  }
}
.blogs-banner .banner-inner .blog-banner-content .post-excerpt {
  height: 11rem;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .blogs-banner .banner-inner .blog-banner-content .post-excerpt {
    height: 10rem;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1023.98px) {
  .blogs-banner .banner-inner .blog-banner-content .post-excerpt {
    height: 8rem;
  }
}
.blogs-banner .banner-inner .blog-banner-content .solutions {
  padding-top: 2rem;
  font-family: DM Sans;
  color: #666666;
  font-weight: 500;
}
@media (max-width: 1279.98px) {
  .blogs-banner .banner-inner .blog-banner-content .solutions {
    padding-top: 2rem;
  }
}
.blogs-banner .banner-inner .blog-banner-content .solutions b {
  font-weight: 700;
  color: #000000;
  padding-right: 0.5rem;
}

.blog-detail-section .internal-banner .blog-inner-cate {
  color: #ffffff;
  font-weight: 700;
  font-family: ObjectSansBold;
  z-index: 1;
  position: relative;
  padding-top: 2rem;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear 0.8s;
}
.blog-detail-section .internal-banner .blog-inner-date {
  color: #ffffff;
  font-weight: 400;
  font-family: DM Sans;
  z-index: 1;
  position: relative;
  padding-left: 2rem;
  padding-bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear 0.8s;
}
@media (max-width: 767.98px) {
  .blog-detail-section .internal-banner .blog-inner-date {
    padding-left: 1rem;
  }
}
.blog-detail-section .internal-banner.active .blog-inner-cate {
  opacity: 1;
  visibility: visible;
}
.blog-detail-section .internal-banner.active .blog-inner-date {
  opacity: 1;
  visibility: visible;
}

.news-detail-section .internal-banner .blog-inner-cate, .event-detail-section .internal-banner .blog-inner-cate {
  color: #ffffff;
  font-weight: 700;
  font-family: ObjectSansBold;
  z-index: 1;
  position: relative;
  padding-top: 2rem;
  display: inline-block;
  padding-left: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear 0.8s;
}
@media (max-width: 1279.98px) {
  .news-detail-section .internal-banner .blog-inner-cate, .event-detail-section .internal-banner .blog-inner-cate {
    padding-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .news-detail-section .internal-banner .blog-inner-cate, .event-detail-section .internal-banner .blog-inner-cate {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    display: block;
  }
}
.news-detail-section .internal-banner .blog-inner-date, .event-detail-section .internal-banner .blog-inner-date {
  color: #ffffff;
  font-weight: 400;
  font-family: DM Sans;
  z-index: 1;
  position: relative;
  padding-left: 0;
  padding-top: 2rem;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear 0.8s;
}
@media (max-width: 767.98px) {
  .news-detail-section .internal-banner .blog-inner-date, .event-detail-section .internal-banner .blog-inner-date {
    padding-top: 0;
  }
}
.news-detail-section .internal-banner.active .blog-inner-cate, .event-detail-section .internal-banner.active .blog-inner-cate {
  opacity: 1;
  visibility: visible;
}
.news-detail-section .internal-banner.active .blog-inner-date, .event-detail-section .internal-banner.active .blog-inner-date {
  opacity: 1;
  visibility: visible;
}

.events-banner .banner-inner {
  padding-right: 32rem !important;
  margin-right: 0 !important;
}
@media (max-width: 1600.98px) {
  .events-banner .banner-inner {
    padding-right: 15rem !important;
    height: 64rem;
  }
}
@media (max-width: 1359.98px) {
  .events-banner .banner-inner {
    padding-right: 20rem !important;
    height: 60rem;
  }
}
@media (max-width: 1279.98px) {
  .events-banner .banner-inner {
    padding-right: 10rem !important;
    height: 45rem;
  }
}
@media (max-width: 1023.98px) {
  .events-banner .banner-inner {
    padding-right: 4rem !important;
    height: 38rem;
  }
}
@media (max-width: 767.98px) {
  .events-banner .banner-inner {
    padding-right: 1.5rem !important;
    height: 24rem;
  }
}
.events-banner .post {
  display: block;
  position: relative;
}
.events-banner .post .blog-banner-content {
  position: absolute;
  bottom: 4rem;
  background-color: transparent !important;
  left: 11rem;
  padding: 0;
}
@media (max-width: 1600.98px) {
  .events-banner .post .blog-banner-content {
    left: 9rem;
  }
}
@media (max-width: 1449.98px) {
  .events-banner .post .blog-banner-content {
    left: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .events-banner .post .blog-banner-content {
    left: 6rem;
    bottom: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .events-banner .post .blog-banner-content {
    left: 2rem;
    width: 93%;
    bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .events-banner .post .blog-banner-content {
    left: 1.5rem;
    right: 1.5rem;
    width: 93%;
    bottom: 2rem;
  }
}
.events-banner .post .blog-banner-content .blog-banner-date .post-date {
  padding-left: 0;
  color: #ffffff;
}
.events-banner .post .blog-banner-content .o-body-large {
  color: #ffffff;
}
@media (max-width: 1600.98px) {
  .events-banner .post .blog-banner-content .o-body-large {
    padding-top: 1.5rem;
  }
}
.events-banner .blog-banner-img {
  position: relative;
}
.events-banner .blog-banner-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.event-detail-section .internal-banner, .news-detail-section .internal-banner {
  padding-bottom: 0;
}
.event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
  height: 74rem;
}
@media (max-width: 1600.98px) {
  .event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
    height: 55rem;
  }
}
@media (max-width: 1449.98px) {
  .event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
    height: 50rem;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
    height: 45rem;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
    height: 40rem;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
    height: 35rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section .internal-banner .banner-inner, .news-detail-section .internal-banner .banner-inner {
    height: 20rem;
  }
}

.event-detail-section .banner-inner {
  position: relative;
}
.event-detail-section .event-video {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.5rem;
  height: 6.6rem;
  margin: auto;
}
@media (max-width: 1449.98px) {
  .event-detail-section .event-video {
    width: 5.5rem;
    height: 5.6rem;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section .event-video {
    width: 5rem;
    height: 5rem;
    top: 10%;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .event-video {
    width: 4rem;
    height: 4rem;
    top: 10%;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section .event-video {
    width: 3rem;
    height: 3rem;
    top: 2%;
  }
}
.event-detail-section .event-video img {
  background-color: transparent;
}

body.error404 .site-main {
  padding-top: 11rem;
}
@media (max-width: 767.98px) {
  body.error404 .site-main {
    padding-top: 57px;
  }
}
body.error404 footer {
  margin-top: 0px;
}

.not-found {
  padding: 13rem 0px 18rem;
  z-index: 2;
  position: relative;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .not-found {
    padding: 5rem 0px 5rem;
  }
}
.not-found__body .common-para p {
  color: #000000;
  padding-bottom: 4rem;
  max-width: 78rem;
  font-weight: 500;
}
@media (max-width: 1600.98px) {
  .not-found__body .common-para p {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .not-found__body .common-para p {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .not-found__body .common-para p {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .not-found__body .common-para p {
    padding-bottom: 2rem;
  }
}
.not-found__body h1 {
  font-size: 9rem;
  line-height: 11rem;
  color: #000000;
  font-weight: 700;
  padding-bottom: 3rem;
  font-family: ObjectSansBold;
}
@media (max-width: 1449.98px) {
  .not-found__body h1 {
    font-size: 8rem;
    line-height: 9rem;
  }
}
@media (max-width: 1359.98px) {
  .not-found__body h1 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .not-found__body h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .not-found__body h1 {
    font-size: 5rem;
    line-height: 5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .not-found__body h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.not-found__body .o-header--h2 {
  color: #2D2F8F;
  font-weight: 700;
  padding-bottom: 17px;
  font-family: ObjectSansBold;
}
.not-found__body .o-body-small {
  color: #000000;
  padding-bottom: 4rem;
}
.not-found__body .o-body-small a {
  color: #2D2F8F;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 1279.98px) {
  .not-found__body .o-body-small {
    max-width: 480px;
  }
  .not-found__body .o-body-small br {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .not-found__body .o-body-small {
    max-width: 370px;
  }
}
@media (max-width: 767.98px) {
  .not-found__body .o-body-small {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .not-found__body .img-not-404 {
    width: 100%;
  }
}
@media (max-width: 1449.98px) {
  .not-found__body .img-not-404 img {
    width: 75%;
  }
}
@media (max-width: 1023.98px) {
  .not-found__body .img-not-404 img {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .not-found__body .img-not-404 img {
    width: 65%;
    margin: auto;
    text-align: center;
    display: flex;
  }
}
.not-found::before {
  content: "";
  display: block;
  background: url(../images/404-bg.jpg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1279.98px) {
  .not-found::before {
    background-size: 100% 100%;
    top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .not-found::before {
    background-position: center top;
    background: url(../images/404-bg-mobile.jpg) no-repeat left top;
    top: 30rem;
    background-size: 100%;
  }
}
@media (max-width: 479.98px) {
  .not-found::before {
    background-image: none;
  }
}

.no-results {
  max-width: 173rem;
  margin: 0px auto;
  padding: 13rem 0px 13rem 0px;
  min-height: auto;
}
.no-results::before {
  background-image: none;
}
.no-results .not-found__body::before {
  content: "";
  display: block;
  background: url(../images/no-results-img.jpg) no-repeat;
  background-position: right center;
  background-size: auto auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1449.98px) {
  .no-results .not-found__body::before {
    background-size: 50% auto;
    background-position: right center;
  }
}
@media (max-width: 1279.98px) {
  .no-results .not-found__body::before {
    background-size: 50% auto;
    background-position: right center;
  }
}
@media (max-width: 767.98px) {
  .no-results .not-found__body::before {
    background-image: none;
  }
}
.no-results .page-title {
  color: #08082E;
  font-family: ObjectSansBold;
  font-weight: 700;
}
.no-results .page-content p {
  color: #333333;
  font-family: DM Sans;
}
.no-results .page-header {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .no-results {
    padding: 5rem 0px 5rem;
  }
}

.grid-image-section .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.grid-image-section .wpb_wrapper img {
  text-align: right;
  height: 23.6rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 2rem;
}
.grid-image-section .wpb_wrapper .grid-img-box1 {
  width: 51.2%;
}
.grid-image-section .wpb_wrapper .grid-img-box2 {
  margin-left: 3rem;
  width: 37.1%;
}
.grid-image-section .wpb_wrapper .grid-img-box3 {
  width: 54%;
  margin-top: 3rem;
}

.insustry-main-section {
  position: relative;
  margin-top: 15rem;
}
@media (max-width: 1600.98px) {
  .insustry-main-section {
    margin-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .insustry-main-section {
    margin-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .insustry-main-section {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .insustry-main-section {
    margin-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .insustry-main-section {
    margin-top: 4rem;
  }
}
.insustry-main-section .custom-heading h2 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.insustry-main-section .custom-heading h3, .insustry-main-section .custom-heading h2 {
  max-width: 110rem;
}
.insustry-main-section .retail-customer-left {
  padding-right: 7rem;
}
@media (max-width: 1279.98px) {
  .insustry-main-section .retail-customer-left {
    padding-right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .insustry-main-section .retail-customer-left {
    padding-right: 2rem;
  }
}
.insustry-main-section .retail-customer-right {
  padding-left: 7rem;
}
@media (max-width: 1279.98px) {
  .insustry-main-section .retail-customer-right {
    padding-left: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .insustry-main-section .retail-customer-right {
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .insustry-main-section .retail-customer-right {
    padding-left: 0;
  }
}
.insustry-main-section .common-para p {
  color: #000000;
  padding-top: 4rem;
  max-width: 78rem;
  font-weight: 500;
}
@media (max-width: 1600.98px) {
  .insustry-main-section .common-para p {
    padding-top: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .insustry-main-section .common-para p {
    padding-top: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .insustry-main-section .common-para p {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .insustry-main-section .common-para p {
    padding-top: 2rem;
  }
}
.insustry-main-section:after {
  content: "";
  background-image: url(../images/bg-outer-img.webp);
  width: 30.6rem;
  height: 35.8rem;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1600.98px) {
  .insustry-main-section:after {
    top: 1rem;
    background-size: 100%;
    width: 34.6rem;
    height: 30.8rem;
  }
}
@media (max-width: 1449.98px) {
  .insustry-main-section:after {
    height: 22.8rem;
  }
}
@media (max-width: 1279.98px) {
  .insustry-main-section:after {
    width: 15.6rem;
    height: 18.8rem;
    background-size: 100%;
    top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .insustry-main-section:after {
    top: -4rem;
    background-size: 100% auto;
    width: 12.6rem;
    height: 7.8rem;
  }
}
.insustry-main-section .custom-heading h2 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .insustry-main-section .custom-heading h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.transformation-row-main .custom-heading h2 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .transformation-row-main .custom-heading h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .transformation-row-main .custom-heading h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .transformation-row-main .custom-heading h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .transformation-row-main .custom-heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .transformation-row-main .custom-heading h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.transformation-row {
  padding-top: 7rem;
}
@media (max-width: 1449.98px) {
  .transformation-row {
    padding-top: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .transformation-row {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .transformation-row {
    padding-top: 2rem;
  }
}
.transformation-row .o-header--h3 {
  font-weight: 700;
  color: #ffffff;
  max-width: 65.7rem;
  z-index: 1;
  position: relative;
  font-family: ObjectSansBold;
}
.transformation-row .common-para p {
  color: #ffffff;
  padding-top: 3rem;
  z-index: 1;
  position: relative;
  max-width: 65.7rem;
}
@media (max-width: 767.98px) {
  .transformation-row .common-para p {
    padding-top: 2rem;
  }
}
.transformation-row .transformation-row-left {
  background-color: #2D2F8F;
  padding: 5rem 11rem;
}
@media (max-width: 1449.98px) {
  .transformation-row .transformation-row-left {
    padding: 4rem 7rem;
  }
}
@media (max-width: 1366px) {
  .transformation-row .transformation-row-left {
    padding: 4rem 6rem;
  }
}
@media (max-width: 1279.98px) {
  .transformation-row .transformation-row-left {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .transformation-row .transformation-row-left {
    padding: 4rem 1.5rem;
  }
}
.transformation-row .transformation-row-left:before {
  content: "";
  background: linear-gradient(209.24deg, #23A7E0 0%, rgba(35, 167, 224, 0.5) 21.06%, rgba(45, 47, 143, 0.28) 43.02%);
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.transformation-row .transformation-row-left:after {
  content: "";
  background-image: url(../images/ai-vector.webp);
  position: absolute;
  left: 0;
  top: 6rem;
  width: 43.7rem;
  height: 30rem;
  background-repeat: no-repeat;
}
@media (max-width: 1600.98px) {
  .transformation-row .transformation-row-left:after {
    width: 40.7rem;
  }
}
@media (max-width: 1449.98px) {
  .transformation-row .transformation-row-left:after {
    width: 39.7rem;
  }
}
@media (max-width: 1366px) {
  .transformation-row .transformation-row-left:after {
    width: 37.8rem;
    background-size: 100%;
  }
}
@media (max-width: 1359.98px) {
  .transformation-row .transformation-row-left:after {
    width: 35.8rem;
    background-size: 100%;
  }
}
@media (max-width: 1279.98px) {
  .transformation-row .transformation-row-left:after {
    width: 29.6rem;
    height: 30rem;
    background-size: 100%;
  }
}
@media (max-width: 1023.98px) {
  .transformation-row .transformation-row-left:after {
    width: 23.6rem;
    height: 19rem;
  }
}
@media (max-width: 767.98px) {
  .transformation-row .transformation-row-left:after {
    height: 20rem;
    background-size: 100%;
  }
}
.transformation-row .transformation-row-right {
  background-color: #702E8E;
  padding: 5rem 10.4rem 11rem;
}
@media (max-width: 1449.98px) {
  .transformation-row .transformation-row-right {
    padding: 4rem 7.4rem 7rem;
  }
}
@media (max-width: 1366px) {
  .transformation-row .transformation-row-right {
    padding: 4rem 5.4rem 7rem;
  }
}
@media (max-width: 1279.98px) {
  .transformation-row .transformation-row-right {
    padding: 3rem 3.4rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .transformation-row .transformation-row-right {
    padding: 4rem 1.5rem 4rem;
  }
}
.transformation-row .transformation-row-right:before {
  content: "";
  background: linear-gradient(210.31deg, #E98824 -2.34%, rgba(233, 136, 36, 0.5) 19.73%, rgba(112, 46, 142, 0.28) 42.75%);
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.transformation-row .transformation-row-right:after {
  content: "";
  background-image: url(../images/ai-vector.webp);
  position: absolute;
  left: 0;
  top: 6rem;
  width: 43.7rem;
  height: 30rem;
  background-repeat: no-repeat;
}
@media (max-width: 1600.98px) {
  .transformation-row .transformation-row-right:after {
    width: 40.7rem;
  }
}
@media (max-width: 1449.98px) {
  .transformation-row .transformation-row-right:after {
    width: 39.7rem;
  }
}
@media (max-width: 1366px) {
  .transformation-row .transformation-row-right:after {
    width: 37.8rem;
  }
}
@media (max-width: 1359.98px) {
  .transformation-row .transformation-row-right:after {
    width: 35.8rem;
    background-size: 100%;
    height: 22rem;
  }
}
@media (max-width: 1279.98px) {
  .transformation-row .transformation-row-right:after {
    width: 25.6rem;
    height: 30rem;
    background-size: 100%;
  }
}
@media (max-width: 1023.98px) {
  .transformation-row .transformation-row-right:after {
    width: 23.6rem;
    height: 19rem;
  }
}
@media (max-width: 767.98px) {
  .transformation-row .transformation-row-right:after {
    height: 20rem;
    background-size: 100%;
  }
}

.retail-solutions-section {
  padding-top: 10rem;
}
@media (max-width: 1600.98px) {
  .retail-solutions-section {
    padding-top: 5rem;
  }
}
@media (max-width: 1449.98px) {
  .retail-solutions-section {
    padding-top: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .retail-solutions-section {
    padding-top: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-solutions-section {
    padding-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section {
    padding-top: 3rem;
  }
}
.retail-solutions-section .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.retail-solutions-section .common-para {
  padding-top: 3rem;
  color: #000000;
  max-width: 126rem;
}
@media (max-width: 1449.98px) {
  .retail-solutions-section .common-para {
    padding-top: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-solutions-section .common-para {
    padding-top: 1.2rem;
  }
}
.retail-solutions-section .common-para p {
  font-weight: 500;
}
.retail-solutions-section .common-para ul {
  padding-top: 3.5rem;
}
@media (max-width: 1449.98px) {
  .retail-solutions-section .common-para ul {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .common-para ul {
    padding-top: 1rem;
  }
}
.retail-solutions-section .solution-block {
  padding-top: 14.2rem;
}
@media (max-width: 1449.98px) {
  .retail-solutions-section .solution-block {
    padding-top: 9.2rem;
  }
}
@media (max-width: 1023.98px) {
  .retail-solutions-section .solution-block {
    padding-top: 5.2rem;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .solution-block {
    padding-top: 2rem;
  }
}
.retail-solutions-section .solution-block .solution-block-left {
  padding-right: 5rem;
  padding-left: 0;
  padding-top: 2.5rem;
}
@media (max-width: 1023.98px) {
  .retail-solutions-section .solution-block .solution-block-left {
    padding-right: 3rem;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .solution-block .solution-block-left {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.retail-solutions-section .solution-block .solution-block-left .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.retail-solutions-section .solution-block .solution-block-left .common-para {
  padding-top: 1.5rem;
  color: #000000;
}
.retail-solutions-section .solution-block .solution-block-left .common-para p {
  max-width: 63rem;
}
@media (max-width: 1023.98px) {
  .retail-solutions-section .solution-block .solution-block-left .common-para {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .solution-block .solution-block-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.retail-solutions-section .solution-block .solution-block-right .vc_column-inner {
  display: flex;
  justify-content: end;
}
.retail-solutions-section .solution-block .solution-block-right img {
  width: 80rem;
  height: 65rem;
  object-fit: cover;
  object-position: center;
  box-shadow: 15px 15px 70px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1600.98px) {
  .retail-solutions-section .solution-block .solution-block-right img {
    height: 55rem;
    width: 70rem;
  }
}
@media (max-width: 1449.98px) {
  .retail-solutions-section .solution-block .solution-block-right img {
    height: 50rem;
  }
}
@media (max-width: 1359.98px) {
  .retail-solutions-section .solution-block .solution-block-right img {
    height: 40rem;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .solution-block .solution-block-right img {
    height: 26rem;
  }
}
.retail-solutions-section .solution-block:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}
.retail-solutions-section .solution-block:nth-child(odd) .solution-block-right .vc_column-inner {
  display: flex;
  justify-content: start;
}
.retail-solutions-section .solution-block:nth-child(odd) .solution-block-left {
  padding-left: 5rem;
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .retail-solutions-section .solution-block:nth-child(odd) .solution-block-left {
    padding-left: 3rem;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .solution-block:nth-child(odd) .solution-block-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.retail-solutions-section .common-para.common-listing h4, .retail-solutions-section .common-para.common-listing p {
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: DM Sans;
  font-weight: 400;
}
@media (max-width: 1449.98px) {
  .retail-solutions-section .common-para.common-listing h4, .retail-solutions-section .common-para.common-listing p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1359.98px) {
  .retail-solutions-section .common-para.common-listing h4, .retail-solutions-section .common-para.common-listing p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .retail-solutions-section .common-para.common-listing h4, .retail-solutions-section .common-para.common-listing p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .retail-solutions-section .common-para.common-listing h4, .retail-solutions-section .common-para.common-listing p {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
  }
}

.why-rysun-main-section {
  background-color: #000000;
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
  margin-top: 15rem;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .why-rysun-main-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .why-rysun-main-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .why-rysun-main-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .why-rysun-main-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .why-rysun-main-section {
    padding-top: 3rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }
}
.why-rysun-main-section::before {
  content: "";
  background: linear-gradient(41deg, #2D2F8F 0%, #000 100%);
  opacity: 0.6000000238;
  filter: blur(250px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.why-rysun-main-section::after {
  content: "";
  background-image: url(../images/impact-bg.webp);
  width: 80.5rem;
  height: 78.1rem;
  position: absolute;
  left: 0;
  bottom: 3rem;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1600.98px) {
  .why-rysun-main-section::after {
    bottom: -4rem;
  }
}
@media (max-width: 1449.98px) {
  .why-rysun-main-section::after {
    width: 59.5rem;
    height: 66.1rem;
    bottom: 0;
    background-size: 100%;
  }
}
.why-rysun-main-section .small-title {
  color: #ffffff;
}
.why-rysun-main-section .custom-heading {
  max-width: 68.8rem;
  color: #ffffff;
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  font-family: ObjectSansBold;
}
@media (max-width: 1449.98px) {
  .why-rysun-main-section .custom-heading {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media (max-width: 1359.98px) {
  .why-rysun-main-section .custom-heading {
    font-size: 3.2rem;
    line-height: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .why-rysun-main-section .custom-heading {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .why-rysun-main-section .custom-heading {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .why-rysun-main-section .custom-heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.why-rysun-main-section .o-body-medium {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 400;
  padding-left: 10.9rem;
}
@media (max-width: 1279.98px) {
  .why-rysun-main-section .o-body-medium {
    padding-left: 5.9rem;
  }
}
@media (max-width: 767.98px) {
  .why-rysun-main-section .o-body-medium {
    padding-left: 0;
    padding-top: 0;
  }
}
.why-rysun-main-section .o-body-medium p {
  padding-top: 5rem;
}
@media (max-width: 1449.98px) {
  .why-rysun-main-section .o-body-medium p {
    padding-top: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .why-rysun-main-section .o-body-medium p {
    padding-top: 2rem;
  }
}
.why-rysun-main-section.why-rysun-energy .o-body-medium {
  color: #ffffff;
  font-family: DM Sans;
  padding-left: 0;
  max-width: 136rem;
}
.why-rysun-main-section.why-rysun-energy .o-body-medium p {
  padding-top: 0;
}
.why-rysun-main-section.why-rysun-energy .impact-energy-section {
  padding-top: 20rem;
}
.why-rysun-main-section.why-rysun-energy .impact-energy-section .custom-heading {
  max-width: 136rem;
}
.why-rysun-main-section.why-rysun-main-section .impact-section-main-btm .custom-heading {
  max-width: 136rem;
}

.impact-section-main.impact-section-main-btm {
  padding-top: 20rem;
}
@media (max-width: 1600.98px) {
  .impact-section-main.impact-section-main-btm {
    padding-top: 10rem;
  }
}
@media (max-width: 1279.98px) {
  .impact-section-main.impact-section-main-btm {
    padding-top: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .impact-section-main.impact-section-main-btm {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .impact-section-main.impact-section-main-btm {
    padding-bottom: 2rem;
  }
}

.impact-section {
  margin: 0 -4.3rem !important;
  padding-top: 7rem;
}
@media (max-width: 1600.98px) {
  .impact-section {
    margin: 0 -3.3rem !important;
    padding-top: 3rem;
  }
}
@media (max-width: 1449.98px) {
  .impact-section {
    margin: 0 -2rem !important;
    padding-top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .impact-section {
    margin: 0 -1rem !important;
  }
}
@media (max-width: 1023.98px) {
  .impact-section {
    margin: 0 -0.5rem !important;
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .impact-section {
    margin: 0 !important;
    padding-top: 0;
  }
}
.impact-section .impact-block {
  padding: 0 3rem;
}
@media (max-width: 767.98px) {
  .impact-section .impact-block.three-column {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .impact-section .impact-block.three-column .impact-title {
    font-size: 1.2rem;
    line-height: 2.2rem;
    max-width: 120px;
    left: 1rem;
    word-wrap: break-word;
  }
}
@media (max-width: 1600.98px) {
  .impact-section .impact-block {
    padding: 0 2.5rem;
  }
}
@media (max-width: 1449.98px) {
  .impact-section .impact-block {
    padding: 0 2rem;
  }
}
@media (max-width: 1279.98px) {
  .impact-section .impact-block {
    padding: 0 1rem;
  }
}
@media (max-width: 1023.98px) {
  .impact-section .impact-block {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .impact-section .impact-block {
    padding: 0.5rem 0.5rem;
    width: 50%;
  }
}
.impact-section .impact-block > .vc_column-inner {
  border: 1px solid rgba(128, 128, 128, 0.2);
  padding: 3rem !important;
  position: relative;
  height: 32rem;
  overflow: hidden;
}
@media (max-width: 1449.98px) {
  .impact-section .impact-block > .vc_column-inner {
    height: 28rem;
  }
}
@media (max-width: 1279.98px) {
  .impact-section .impact-block > .vc_column-inner {
    height: 24rem;
  }
}
@media (max-width: 1023.98px) {
  .impact-section .impact-block > .vc_column-inner {
    padding: 2rem 1.5rem !important;
    height: 20rem;
  }
}
@media (max-width: 767.98px) {
  .impact-section .impact-block > .vc_column-inner {
    height: 100%;
    padding: 2rem 1rem !important;
  }
}
.impact-section .impact-block > .vc_column-inner::after {
  content: "";
  left: 2rem;
  width: 30.6rem;
  height: 30.6rem;
  top: 12rem;
  border-radius: 306px;
  opacity: 0.3000000119;
  background: linear-gradient(296deg, #23A7E0 0%, #2D2F8F 22.79%, #702E8E 42.51%, #E62E2E 64.86%, #E98824 84.53%, #FFCC06 100%);
  filter: blur(100px);
  position: absolute;
  display: block;
}
@media (max-width: 1449.98px) {
  .impact-section .impact-block > .vc_column-inner::after {
    width: 25.6rem;
    height: 25.6rem;
  }
}
.impact-section .impact-block .impact-img {
  z-index: 1;
  position: relative;
}
@media (max-width: 1279.98px) {
  .impact-section .impact-block .impact-img img {
    width: auto;
    height: 40px;
  }
}
.impact-section .impact-block .impact-title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  font-weight: 500;
  z-index: 1;
  color: #ffffff;
  margin-top: auto;
}
@media (max-width: 1449.98px) {
  .impact-section .impact-block .impact-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .impact-section .impact-block .impact-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1023.98px) {
  .impact-section .impact-block .impact-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    bottom: 2rem;
    left: 1.5rem;
  }
  .impact-section .impact-block .impact-title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .impact-section .impact-block .impact-title {
    margin-top: 1rem;
  }
}
.impact-section .impact-block .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.industry-slider-section.industry-slider-section-ai .small-title {
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .industry-slider-section.industry-slider-section-ai .small-title {
    padding-bottom: 2rem;
  }
}

.career-opportunity-section.service-half-section.energy-opportunity-section .custom-heading h3 {
  max-width: 112.9rem;
}

.career-main-section {
  padding-top: 9.4rem;
}
.career-main-section .retail-solutions-section {
  padding-top: 0;
}
@media (max-width: 1600.98px) {
  .career-main-section {
    padding-top: 5.4rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-top-section {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-top-left-section {
    margin-top: 2rem;
  }
}
.career-main-section .o-button3 {
  position: relative;
}
.career-main-section .o-button3:after {
  content: "\e911";
  font-family: "icomoon" !important;
  position: absolute;
  right: 2rem;
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3.5rem;
}
@media (max-width: 1279.98px) {
  .career-main-section .o-button3:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .o-button3:after {
    height: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .o-button3:after {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
.career-main-section .o-button3.secondary:after {
  display: none;
}
.career-main-section .o-button3 input[type=submit] {
  padding-right: 5rem;
}
@media (max-width: 1023.98px) {
  .career-main-section .o-button3 input[type=submit] {
    margin-top: 1.5rem;
  }
}
.career-main-section .vc_tta-tabs-container {
  max-width: 173rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto !important;
}
@media (max-width: 1600.98px) {
  .career-main-section .vc_tta-tabs-container {
    max-width: 145rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1449.98px) {
  .career-main-section .vc_tta-tabs-container {
    max-width: 133rem;
  }
}
@media (max-width: 1439.98px) {
  .career-main-section .vc_tta-tabs-container {
    max-width: 128rem;
  }
}
@media (max-width: 1359.98px) {
  .career-main-section .vc_tta-tabs-container {
    max-width: 120rem;
  }
}
@media (max-width: 1279.98px) {
  .career-main-section .vc_tta-tabs-container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .vc_tta-tabs-container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .vc_tta-tabs-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.career-main-section .why-rysun-top-section .why-rysun-top-left-section .common-para {
  padding-top: 4rem;
}
@media (max-width: 1359.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .common-para {
    padding-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .common-para {
    padding-top: 1rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .common-para {
    padding-top: 0.8rem;
  }
}
.career-main-section .why-rysun-top-section .why-rysun-top-left-section .common-para p {
  font-weight: 500;
  max-width: 56rem;
}
.career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-top: 4rem;
}
@media (max-width: 1359.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3 {
    padding-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-header--h3 {
    padding-top: 1rem;
  }
}
.career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-button3 {
  margin-top: 4rem;
}
@media (max-width: 1023.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .o-button3 {
    margin-top: 2rem;
  }
}
.career-main-section .why-rysun-top-section .why-rysun-top-left-section .custom-heading h3 {
  max-width: 79rem;
}
@media (max-width: 1600.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .custom-heading h3 {
    max-width: 60rem;
  }
}
@media (max-width: 1449.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .custom-heading h3 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    max-width: 50rem;
  }
}
@media (max-width: 1359.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .custom-heading h3 {
    max-width: 45rem;
    font-size: 2.6rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .custom-heading h3 {
    max-width: 32rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-left-section .custom-heading h3 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
.career-main-section .why-rysun-top-section .why-rysun-top-right-section {
  padding-left: 5rem;
}
@media (max-width: 1023.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-right-section {
    padding-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-top-section .why-rysun-top-right-section {
    padding-left: 0;
  }
}
.career-main-section .why-rysun-top-section .why-rysun-top-right-section > .vc_column-inner {
  display: flex;
  justify-content: end;
}
.career-main-section .growth-mindset-section {
  padding-top: 14.5rem;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1279.98px) {
  .career-main-section .growth-mindset-section {
    padding-top: 9.2rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .growth-mindset-section {
    padding-top: 5rem;
  }
}
.career-main-section .growth-mindset-section .vc_column-inner {
  padding: 10rem 5rem !important;
}
@media (max-width: 1279.98px) {
  .career-main-section .growth-mindset-section .vc_column-inner {
    padding: 5rem !important;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .growth-mindset-section .vc_column-inner {
    padding: 30rem 3rem 3rem 2rem !important;
    overflow: hidden;
  }
}
.career-main-section .growth-mindset-section .career-para-btm p {
  color: #ffffff;
  font-weight: 500;
  font-family: DM Sans;
  max-width: 65.7rem;
  padding-top: 5rem;
}
@media (max-width: 1449.98px) {
  .career-main-section .growth-mindset-section .career-para-btm p {
    padding-top: 3rem;
    max-width: 54rem;
  }
}
@media (max-width: 1279.98px) {
  .career-main-section .growth-mindset-section .career-para-btm p {
    padding-top: 2rem;
    max-width: 40rem;
  }
}
@media (max-width: 1279.98px) {
  .career-main-section .growth-mindset-section .custom-heading h3 {
    max-width: 47rem;
  }
}
.career-main-section .growth-mindset-section .custom-heading h4 {
  padding-top: 4rem;
  color: #ffffff;
  font-family: ObjectSansBold;
  font-weight: 700;
}
@media (max-width: 1279.98px) {
  .career-main-section .growth-mindset-section .custom-heading h4 {
    padding-top: 2rem;
  }
}
.career-main-section .growth-mindset-section .o-button3 {
  margin-left: 0;
}
.career-main-section .vc_tta-tabs-list {
  border: 0.1rem solid #000000;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding: 1rem !important;
  display: inline-block !important;
}
@media (max-width: 1359.98px) {
  .career-main-section .vc_tta-tabs-list {
    padding: 0.8rem !important;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .vc_tta-tabs-list {
    padding: 0.5rem !important;
  }
}
.career-main-section .vc_tta-tabs-list .vc_tta-tab a {
  background-color: transparent !important;
  border: 0 !important;
  font-family: DM Sans;
  color: #4D4D4D !important;
  font-weight: 700;
  padding: 1rem 9rem !important;
}
@media (max-width: 1359.98px) {
  .career-main-section .vc_tta-tabs-list .vc_tta-tab a {
    padding: 1rem 7rem !important;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .vc_tta-tabs-list .vc_tta-tab a {
    padding: 0.8rem 4rem !important;
  }
}
.career-main-section .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background-color: #2D2F8F !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.career-main-section .vc_tta-panels {
  background-color: transparent !important;
  border: 0 !important;
}
.career-main-section .vc_tta-panel-body {
  padding: 0 !important;
}
.career-main-section .why-rysun-tab .solution-block-left .common-para p {
  font-weight: 400;
  max-width: 70.8rem;
  padding-top: 5rem;
}
.career-main-section .why-rysun-tab .solution-block-left .common-para p:first-child {
  padding-top: 0;
}
@media (max-width: 1359.98px) {
  .career-main-section .why-rysun-tab .solution-block-left .common-para p {
    padding-top: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .career-main-section .why-rysun-tab .solution-block-left .common-para p {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-tab .solution-block-left .common-para p {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-tab .solution-block {
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem 0 0 0;
  }
}
.career-main-section .why-rysun-tab .solution-block:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-tab .solution-block:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.career-main-section .why-rysun-tab .solution-block:nth-child(even) .solution-block-right .vc_column-inner {
  display: flex;
  justify-content: flex-end;
}
.career-main-section .why-rysun-tab .solution-block:nth-child(odd) {
  display: flex;
  flex-direction: initial;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .career-main-section .why-rysun-tab .solution-block:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.career-main-section .why-rysun-tab .solution-block:nth-child(odd) .solution-block-right .vc_column-inner {
  display: flex;
  justify-content: flex-start;
}
.career-main-section .lets-talk-section {
  padding-top: 15rem;
}
.career-main-section .lets-talk-section .vc_column-inner {
  padding: 5rem !important;
  background-position: top right !important;
  position: relative;
}
.career-main-section .lets-talk-section .small-title {
  padding-bottom: 3rem;
}
.career-main-section .lets-talk-section .custom-heading h3 {
  max-width: 99.3rem;
}
.career-main-section .lets-talk-section .career-para-btm p {
  padding-top: 2rem;
}
@media (max-width: 767.98px) {
  .career-main-section .job-opening-section .job-opening-top-section {
    padding: 2rem 0 0 0;
  }
}
.career-main-section .customer-success {
  padding-top: 20rem;
}
@media (max-width: 1600.98px) {
  .career-main-section .customer-success {
    padding-top: 10rem;
  }
}
@media (max-width: 1359.98px) {
  .career-main-section .customer-success {
    padding-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .customer-success {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.career-main-section .customer-success .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  max-width: 87.2rem;
}
.career-main-section .job-listing-main-section {
  margin-top: 15rem;
  background-color: #F1F0F7;
  padding: 15rem 0;
}
@media (max-width: 1600.98px) {
  .career-main-section .job-listing-main-section {
    margin-top: 7rem;
    padding: 10rem 0;
  }
}
@media (max-width: 1359.98px) {
  .career-main-section .job-listing-main-section {
    margin-top: 5rem;
    padding: 7rem 0;
  }
}
@media (max-width: 1279.98px) {
  .career-main-section .job-listing-main-section {
    margin-top: 4rem;
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .job-listing-main-section {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}
.career-main-section .job-listing-main-section .job-search-main {
  display: flex;
  margin: 0 -1.5rem;
  padding-top: 7rem;
  align-items: center;
}
@media (max-width: 1600.98px) {
  .career-main-section .job-listing-main-section .job-search-main {
    padding-top: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .career-main-section .job-listing-main-section .job-search-main {
    padding-top: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .job-listing-main-section .job-search-main {
    margin: 0 -1rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .job-listing-main-section .job-search-main {
    margin: 0;
    padding-top: 0;
    flex-wrap: wrap;
  }
}
.career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input {
  background-color: #ffffff !important;
  border-radius: 0;
  border: 0.1rem solid #CCCCCC;
  padding: 1.2rem 1.8rem;
  width: 58.4rem;
  color: #000000;
  font-family: DM Sans;
}
@media (max-width: 1449.98px) {
  .career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input {
    width: 48rem;
    padding: 1.5rem 1.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 1279.98px) {
  .career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input {
    width: 40rem;
    padding: 1.5rem 1.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 1023.98px) {
  .career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input {
    width: 28rem;
    padding: 1rem 1rem;
    height: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .job-listing-main-section .job-search-main select, .career-main-section .job-listing-main-section .job-search-main input {
    width: 100%;
    padding: 1rem 1rem;
    height: 4.5rem;
  }
}
.career-main-section .job-listing-main-section .job-search-main select::placeholder, .career-main-section .job-listing-main-section .job-search-main input::placeholder {
  color: #999999;
}
.career-main-section .job-listing-main-section .job-search-main > div {
  padding: 0 1.5rem;
}
@media (max-width: 1023.98px) {
  .career-main-section .job-listing-main-section .job-search-main > div {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .career-main-section .job-listing-main-section .job-search-main > div {
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.career-main-section .job-listing-main-section .job-search-main .job-search {
  position: relative;
}
@media (max-width: 767.98px) {
  .career-main-section .job-listing-main-section .job-search-main .job-search {
    width: 100%;
  }
}
.career-main-section .job-listing-main-section .job-search-main .job-search img {
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3%;
}
@media (max-width: 1023.98px) {
  .career-main-section .job-listing-main-section .job-search-main .job-search img {
    width: 5%;
    right: 25px;
  }
}
.career-main-section .job-listing-main-section .job-search-main .o-button3:after {
  content: none;
}
.career-main-section .job-listing-main-section .job-search-main .filter-field {
  position: relative;
}
.career-main-section .job-listing-main-section .job-search-main .filter-field::after {
  position: absolute;
  width: 15px !important;
  height: 10px;
  padding: 0 !important;
  margin: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 37px;
  content: "";
  background-image: url(../images/form-down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
}
@media (max-width: 479.98px) {
  .career-main-section .job-listing-main-section .job-search-main .filter-field::after {
    right: 2.4rem;
  }
}
.career-main-section .job-listing-main-section .job-search-main .filter-field select {
  appearance: none;
}
.career-main-section .job-listing-main-section .job-search-main .filter-field select option:first-of-type {
  color: #ccc !important;
}
.career-main-section .form-btn {
  margin-top: 10rem;
}

.job-wrapper {
  margin-top: 8rem;
}
@media (max-width: 1023.98px) {
  .job-wrapper {
    margin-top: 2rem;
  }
}
.job-wrapper .accordion-item {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  box-shadow: 14px 14px 50px 0px rgba(0, 0, 0, 0.03);
  margin-top: 3rem;
}
@media (max-width: 1600.98px) {
  .job-wrapper .accordion-item {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .accordion-item {
    margin-top: 1rem;
  }
}
.job-wrapper .accordion-item .accordion-item-inner .accordion-button {
  width: 100%;
}
.job-wrapper .accordion-item .accordion-job-listing {
  display: flex;
  width: 100%;
  padding: 3rem 3rem;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .job-wrapper .accordion-item .accordion-job-listing {
    padding: 2rem 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .accordion-item .accordion-job-listing {
    padding: 0 2rem 2rem 2rem;
    flex-wrap: wrap;
  }
}
.job-wrapper .accordion-item .accordion-job-listing .accordion-button {
  width: 95%;
}
@media (max-width: 1023.98px) {
  .job-wrapper .accordion-item .accordion-job-listing .accordion-button {
    width: 100%;
  }
}
.job-wrapper .job-experience {
  color: #333333;
  font-family: DM Sans;
}
.job-wrapper .job-experience p {
  font-weight: 700;
}
.job-wrapper .job-location {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  padding-top: 2rem;
  font-family: DM Sans;
  max-width: 16.6rem;
  text-align: left;
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-location {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-location {
    max-width: unset;
  }
}
.job-wrapper .job-title {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #000000;
  font-family: DM Sans;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.job-wrapper .job-experience, .job-wrapper .job-qualification, .job-wrapper .job-type, .job-wrapper .job-details-block {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  font-family: DM Sans;
}
.job-wrapper .job-experience p, .job-wrapper .job-qualification p, .job-wrapper .job-type p, .job-wrapper .job-details-block p {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #000000;
  font-family: DM Sans;
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding-bottom: 2rem;
}
@media (max-width: 1359.98px) {
  .job-wrapper .job-experience p, .job-wrapper .job-qualification p, .job-wrapper .job-type p, .job-wrapper .job-details-block p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-experience p, .job-wrapper .job-qualification p, .job-wrapper .job-type p, .job-wrapper .job-details-block p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-experience p, .job-wrapper .job-qualification p, .job-wrapper .job-type p, .job-wrapper .job-details-block p {
    padding-bottom: 0.5rem;
  }
}
.job-wrapper .job-accordion {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 1.5rem;
}
.job-wrapper .job-accordion > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 25%;
  text-align: left;
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-accordion > div {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-accordion > div {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-accordion {
    flex-wrap: wrap;
	gap: 0;
  }
}
.job-wrapper .job-detail {
  display: flex;
  width: 90%;
  align-items: flex-start;
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-detail {
    width: 83%;
  }
}
@media (max-width: 1023.98px) {
  .job-wrapper .job-detail {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-detail {
    flex-wrap: wrap;
  }
}
.job-wrapper .job-detail .job-details-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 25%;
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-detail .job-details-block {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-detail .job-details-block {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.job-wrapper .job-detail .job-details-block .job-detail-skills ul li {
  color: #333333;
  font-family: DM Sans;
  color: #333333;
  position: relative;
  padding: 1rem 0 1rem 2rem;
}
@media (max-width: 1449.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1366px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0.8rem 0 0.8rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.5rem 0 0.5rem 2rem;
  }
}
.job-wrapper .job-detail .job-details-block .job-detail-skills ul li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(135.73deg, #E98824 17.2%, #E62E2E 78.52%);
  position: absolute;
  left: 0;
  top: 1.8rem;
  border-radius: 100%;
  display: block;
}
@media (max-width: 1449.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li:before {
    top: 2.1rem;
  }
}
@media (max-width: 1366px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li:before {
    top: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li:before {
    top: 1.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 1023.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li:before {
    top: 1.7rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-detail .job-details-block .job-detail-skills ul li:before {
    top: 1.2rem;
  }
}
.job-wrapper .job-detail .job-details-block .job-detail-skills ul li:first-child {
  padding-top: 0;
}
.job-wrapper .job-detail .job-details-block .job-detail-skills ul li:first-child:before {
  top: 0.8rem;
}
.job-wrapper .career-form-section {
  display: flex;
  align-items: center;
}
.job-wrapper .career-form-section .error {
  padding-left: 0;
}
.job-wrapper .job-description {
  color: #000000;
  font-family: ObjectSansBold;
  font-weight: 700;
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1449.98px) {
  .job-wrapper .job-description {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-description {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-description {
    padding-top: 2rem;
  }
}
.job-wrapper .accordion-collapse {
  padding: 3rem 3rem 6rem 3rem;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 1023.98px) {
  .job-wrapper .accordion-collapse {
    padding: 3rem 3rem 4rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .accordion-collapse {
    padding: 2rem 2rem 3rem 2rem;
  }
}
.job-wrapper .accordion-collapse .o-button3 {
  margin-top: 5.5rem;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .job-wrapper .accordion-collapse .o-button3 {
    margin-top: 3.5rem;
  }
}
@media (max-width: 1023.98px) {
  .job-wrapper .accordion-collapse .o-button3 {
    margin-top: 1.5rem;
  }
}
.job-wrapper .job-content p {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  color: #333333;
  padding-top: 3rem;
}
@media (max-width: 1449.98px) {
  .job-wrapper .job-content p {
    padding-top: 2rem;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-content p {
    padding-top: 1rem;
    font-size: 16px;
    line-height: 24px;
  }
}
.job-wrapper .job-content p strong {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  display: block;
}
.job-wrapper .job-content ul {
  padding-top: 1.5rem;
}
.job-wrapper .job-content ul li {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  color: #333333;
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
@media (max-width: 1449.98px) {
  .job-wrapper .job-content ul li {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1366px) {
  .job-wrapper .job-content ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 1279.98px) {
  .job-wrapper .job-content ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .job-wrapper .job-content ul li {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.job-wrapper .job-content ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: linear-gradient(135.73deg, #E98824 17.2%, #E62E2E 78.52%);
  position: absolute;
  left: 0;
  top: 1.4rem;
  border-radius: 100%;
  display: block;
}
@media (max-width: 1449.98px) {
  .job-wrapper .job-content ul li:before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media (max-width: 1279.98px) {
  .job-wrapper .job-content ul li:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 1023.98px) {
  .job-wrapper .job-content ul li:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.career-opportunity-section {
  margin-top: 15rem;
  padding: 15rem 0 0 0;
}
@media (max-width: 1600.98px) {
  .career-opportunity-section {
    padding: 10rem 0 0 0;
  }
}
@media (max-width: 1449.98px) {
  .career-opportunity-section {
    padding: 8rem 0 0 0;
  }
}
@media (max-width: 1439.98px) {
  .career-opportunity-section {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 1279.98px) {
  .career-opportunity-section {
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 1023.98px) {
  .career-opportunity-section {
    padding: 4rem 0 0 0 !important;
  }
}
.career-opportunity-section.introduce-yourself-section .wayof-life-half-section > .vc_column-inner::before {
  width: 117rem;
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.introduce-yourself-section .wayof-life-half-section > .vc_column-inner::before {
    width: 73rem;
  }
}
@media (max-width: 1023.98px) {
  .career-opportunity-section.introduce-yourself-section .wayof-life-half-section > .vc_column-inner::before {
    width: 50rem;
  }
}
.career-opportunity-section .career-para-btm p {
  color: #ffffff;
  font-weight: 500;
  font-family: DM Sans;
  max-width: 62.7rem;
  padding-top: 7rem;
}
@media (max-width: 1449.98px) {
  .career-opportunity-section .career-para-btm p {
    padding-top: 5rem;
    max-width: 54rem;
  }
}
@media (max-width: 1279.98px) {
  .career-opportunity-section .career-para-btm p {
    padding-top: 3rem;
    max-width: 40rem;
  }
}
.career-opportunity-section .o-button3 {
  margin-top: 5rem;
  margin-left: 0;
}
.career-opportunity-section .o-button3 a {
  line-height: 2rem;
  padding: 0.9rem 1.6rem;
}
.career-opportunity-section .o-button3 a i {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .career-opportunity-section .o-button3 a {
    padding: 0.8rem 1.6rem;
  }
}
@media (max-width: 1449.98px) {
  .career-opportunity-section .o-button3 {
    margin-top: 3rem;
  }
}
.career-opportunity-section .casestudy-half-section .custom-heading h3 {
  max-width: 62.4rem;
}
.career-opportunity-section .custom-heading h3 {
  max-width: 55rem;
}
@media (max-width: 1279.98px) {
  .career-opportunity-section .custom-heading h3 {
    max-width: 30rem;
  }
}
.career-opportunity-section.omnichannel .wayof-life-half-section > .vc_column-inner::before {
  background: linear-gradient(90deg, #101163 0%, #5D1B7B 59.61%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767.98px) {
  .career-opportunity-section.omnichannel .wayof-life-half-section > .vc_column-inner::before {
    background: linear-gradient(0deg, #101163 0%, #5D1B7B 59.61%, rgba(0, 0, 0, 0) 100%);
  }
}
.career-opportunity-section.omnichannel .custom-heading h3 {
  max-width: 77rem;
}
@media (max-width: 1359.98px) {
  .career-opportunity-section.omnichannel .custom-heading h3 {
    max-width: 70rem;
  }
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.omnichannel .custom-heading h3 {
    max-width: 60rem;
  }
}
@media (max-width: 1023.98px) {
  .career-opportunity-section.omnichannel .custom-heading h3 {
    max-width: 35rem;
  }
}
@media (max-width: 767.98px) {
  .career-opportunity-section.omnichannel .custom-heading h3 {
    max-width: 100%;
  }
  .career-opportunity-section.omnichannel .custom-heading h3 br {
    display: none;
  }
}
.career-opportunity-section.omnichannel .career-para-btm p {
  padding-top: 4rem;
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.omnichannel .career-para-btm p {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .career-opportunity-section.omnichannel .career-para-btm p {
    padding-top: 2rem;
  }
}
.career-opportunity-section.omnichannel .o-button3 {
  margin-top: 4rem;
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.omnichannel .o-button3 {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .career-opportunity-section.omnichannel .o-button3 {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    background-color: transparent !important;
    border: 1px solid #2D2F8F !important;
    color: #000000;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background-color: #2D2F8F !important;
    color: #ffffff !important;
  }
  .vc_tta.vc_general .vc_tta-panel {
    display: block;
    padding: 0 15px 15px 15px;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent !important;
    margin-top: 15px;
    border: 0;
  }
}
.career-form-section {
  width: 115rem;
}
@media (max-width: 1279.98px) {
  .career-form-section {
    width: 100%;
  }
}
.career-form-section .contact-form.common-form {
  padding: 4rem 1.5rem 4rem 1.5rem;
  overflow: inherit;
}
@media (max-width: 1279.98px) {
  .career-form-section .contact-form.common-form {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .contact-form.common-form {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
.career-form-section .contact-form.common-form .form select {
  appearance: none;
}
.career-form-section .o-body-medium {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-bottom: 2rem;
  padding-top: 15rem;
}
@media (max-width: 1600.98px) {
  .career-form-section .o-body-medium {
    padding-top: 8rem;
  }
}
@media (max-width: 1279.98px) {
  .career-form-section .o-body-medium {
    padding-top: 5rem;
  }
}
.career-form-section .form .half-row {
  width: 100%;
}
.career-form-section .form .half-row p {
  width: 100%;
  padding-bottom: 3rem;
  margin: 0;
}
@media (max-width: 1449.98px) {
  .career-form-section .form .half-row p {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .career-form-section .form .half-row p {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .form .half-row p {
    padding-bottom: 0;
  }
}
.career-form-section .form .half-row p span {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.career-form-section .form .half-row p span [data-name=phone] {
  display: block;
}
.career-form-section .form .half-row p span.note {
  margin-top: 2px;
  width: 100%;
  text-align: right;
  justify-content: end;
}
@media (max-width: 1279.98px) {
  .career-form-section .form .half-row p span.note {
    margin-top: 2.4rem;
    justify-content: flex-start;
  }
}
@media (max-width: 1023.98px) {
  .career-form-section .form .half-row p span.note {
    margin-top: 2.5rem;
  }
}
.career-form-section .form .half-row p label {
  width: 100%;
  padding: 0 2.5rem;
}
@media (max-width: 1449.98px) {
  .career-form-section .form .half-row p label {
    padding: 0 2rem;
  }
}
@media (max-width: 1279.98px) {
  .career-form-section .form .half-row p label {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .career-form-section .form .half-row p label {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .form .half-row p label {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.career-form-section .form .half-row p label.error {
  padding: 5px 0 0 0;
  display: block;
  position: static;
  bottom: -28px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .career-form-section .form .half-row p label.error {
    bottom: -38px;
  }
}
.career-form-section .form .half-row p label span.wpcf7-not-valid-tip {
  width: auto;
}
.career-form-section .form .half-row p label b {
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
.career-form-section .form .half-row.percentage-row p {
  width: 50%;
}
@media (max-width: 767.98px) {
  .career-form-section .form .half-row.percentage-row p {
    width: 100%;
  }
}
.career-form-section .form .half-row.btm-field p {
  width: 50%;
}
@media (max-width: 767.98px) {
  .career-form-section .form .half-row.btm-field p {
    width: 100%;
  }
}
.career-form-section .form .half-row.btm-field label {
  display: flex;
  flex-wrap: wrap;
}
.career-form-section .form .half-row.btm-field label > span {
  padding: 0;
}
.career-form-section .form .half-row.btm-field .wpcf7-form-control-wrap {
  width: 100%;
}
.career-form-section .form .half-row.btm-field .multiselect-wrapper {
  width: 100%;
}
.career-form-section .form .half-row input#contact-no {
  padding-left: 6rem;
}
.career-form-section .wpcf7-radio {
  display: flex;
  width: 100% !important;
}
.career-form-section .wpcf7-radio .wpcf7-list-item {
  display: flex;
  border: 1px solid #CCCCCC;
  padding: 1.5rem 1.5rem;
}
.career-form-section .wpcf7-radio label {
  display: inline-flex;
}
.career-form-section .wpcf7-radio input {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  appearance: auto !important;
}
.career-form-section .custom_radio p {
  width: 50% !important;
}
@media (max-width: 1023.98px) {
  .career-form-section .custom_radio p {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .custom_radio p {
    width: 100% !important;
    flex-wrap: nowrap;
  }
}
.career-form-section .custom_radio input[type=radio] {
  display: none;
}
.career-form-section .custom_radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #CCCCCC;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  margin: 0 2.5rem;
  color: #808080;
  font-family: ObjectSansRegular;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 1279.98px) {
  .career-form-section .custom_radio input[type=radio] + label {
    margin: 1rem 0.5rem 1rem 0.5rem;
    padding: 1rem 1.5rem 1rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .custom_radio input[type=radio] + label {
    margin: 1rem 0 1rem 0;
  }
}
.career-form-section .custom_radio input[type=radio]:checked + label {
  border: 1px solid #2D2F8F;
  color: #000000;
}
.career-form-section .custom_radio input[type=radio] + label:before,
.career-form-section .custom_radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1279.98px) {
  .career-form-section .custom_radio input[type=radio] + label:before,
  .career-form-section .custom_radio input[type=radio] + label:after {
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.career-form-section .custom_radio input[type=radio] + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px #999999, inset 0 0 0 1px #999999;
}
.career-form-section .custom_radio input[type=radio] + label:hover:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.career-form-section .custom_radio input[type=radio]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #2D2F8F;
  border: 1px solid #2D2F8F;
}

.thankyou-popup {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1111111;
  overflow-y: auto;
  top: 3.5rem;
}
.thankyou-popup .modal-dialog {
  width: 1000px;
  height: auto;
  margin: 120px auto;
  z-index: 10;
}
@media (max-width: 1600.98px) {
  .thankyou-popup .modal-dialog {
    width: 900px;
  }
}
@media (max-width: 1449.98px) {
  .thankyou-popup .modal-dialog {
    width: 800px;
  }
}
@media (max-width: 1359.98px) {
  .thankyou-popup .modal-dialog {
    width: 650px;
  }
}
@media (max-width: 1279.98px) {
  .thankyou-popup .modal-dialog {
    width: 70%;
    padding: 0 5rem;
    margin: 12rem auto;
    height: auto;
  }
}
@media (max-width: 1023.98px) {
  .thankyou-popup .modal-dialog {
    width: 100%;
    padding: 0 5rem;
    margin: 10rem 0;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .thankyou-popup .modal-dialog {
    width: 100%;
    padding: 0 2rem;
    height: auto !important;
  }
}
@media (max-width: 1279.98px) {
  .thankyou-popup .modal-dialog img {
    width: 20%;
  }
}
.thankyou-popup .modal-content {
  padding: 8rem 6.5rem;
  border-radius: 0;
}
@media (max-width: 1449.98px) {
  .thankyou-popup .modal-content {
    padding: 6rem 4.5rem;
  }
}
@media (max-width: 1359.98px) {
  .thankyou-popup .modal-content {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .thankyou-popup .modal-content {
    padding: 2rem 0;
  }
}
.thankyou-popup .modal-title {
  font-size: 3rem;
  line-height: 4rem;
  color: #000000;
  font-family: ObjectSansBold;
  font-weight: 700;
  max-width: 450px;
  margin: 0px auto;
  margin-top: 4rem;
}
@media (max-width: 1449.98px) {
  .thankyou-popup .modal-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1279.98px) {
  .thankyou-popup .modal-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .thankyou-popup .modal-title {
    margin-top: 2rem;
  }
}
.thankyou-popup p {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1449.98px) {
  .thankyou-popup p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1279.98px) {
  .thankyou-popup p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.thankyou-popup .mfp-close {
  right: 45rem;
  top: 5rem;
  font-size: 50px;
  opacity: 1;
  color: #ffffff;
}
@media (max-width: 1600.98px) {
  .thankyou-popup .mfp-close {
    right: 34rem;
    top: 7rem;
  }
}
@media (max-width: 1449.98px) {
  .thankyou-popup .mfp-close {
    right: 31rem;
    top: 7rem;
  }
}
@media (max-width: 1366px) {
  .thankyou-popup .mfp-close {
    right: 27rem;
    top: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .thankyou-popup .mfp-close {
    right: 31rem;
  }
}
@media (max-width: 1279.98px) {
  .thankyou-popup .mfp-close {
    right: 20rem;
    top: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .thankyou-popup .mfp-close {
    right: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .thankyou-popup .mfp-close {
    right: 4rem;
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .thankyou-popup .mfp-close {
    right: 1rem;
    font-size: 35px;
    top: 5rem;
  }
}

.note-section .note {
  padding: 0;
  margin: 0;
  padding-top: 0.5rem;
  font-family: DM Sans;
}

.exp-estimation {
  width: 50%;
}
@media (max-width: 767.98px) {
  .exp-estimation {
    width: 100%;
  }
}
.exp-estimation p {
  width: 100% !important;
}
.exp-estimation .wpcf7-form-control-wrap {
  padding: 0 !important;
  position: relative;
}
.exp-estimation .wpcf7-form-control-wrap:after {
  position: absolute;
  width: 15px !important;
  height: 10px;
  padding: 0 !important;
  margin: 0;
  top: 26px;
  bottom: inherit;
  margin: auto;
  right: 25px;
  content: "";
  background-image: url(../images/form-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
}
@media (max-width: 1279.98px) {
  .exp-estimation .wpcf7-form-control-wrap:after {
    right: 15px;
  }
}
.exp-estimation .wpcf7-form-control-wrap, .exp-estimation .wpcf7-select {
  width: 100%;
}

.multiselect-wrapper label {
  color: #333333;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  padding: 0 5px !important;
}
.multiselect-wrapper p span {
  padding: 0 1rem;
}
.multiselect-wrapper .multiselect-count {
  display: none !important;
}
.multiselect-wrapper .multiselect-input-div {
  position: relative;
  height: auto;
}
.multiselect-wrapper .multiselect-input-div .multiselect-dropdown-arrow {
  position: absolute;
  width: 15px !important;
  height: 10px;
  padding: 0 !important;
  margin: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  right: 15px;
  content: "";
  background-image: url(../images/form-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
}
.multiselect-wrapper .multiselect-list {
  z-index: 1;
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid grey;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: -2px;
}
.multiselect-wrapper .multiselect-list.active {
  display: block;
}
.multiselect-wrapper .multiselect-list .multiselect-checkbox {
  margin-right: 2px;
  margin-top: 0.5rem !important;
}
.multiselect-wrapper .multiselect-list li label {
  margin: 0 0 5px !important;
}
.multiselect-wrapper .multiselect-list .multiselect-list > span, .multiselect-wrapper .multiselect-list .multiselect-list li {
  cursor: default;
}
.multiselect-wrapper ul {
  list-style: none;
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.multiselect-wrapper input {
  appearance: auto !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
}
.multiselect-wrapper .multiselect-text {
  padding-top: 10px !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap:after {
  content: "";
  background-image: url(../images/form-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
  width: auto;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.upload-file-section {
  margin-top: 15rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600.98px) {
  .upload-file-section {
    margin-top: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .upload-file-section {
    margin-top: 10rem;
  }
}
@media (max-width: 767.98px) {
  .upload-file-section {
    margin-top: 2rem;
  }
}
.upload-file-section .upload-icon {
  cursor: pointer;
  margin: 0 auto 4rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
}
@media (max-width: 1279.98px) {
  .upload-file-section .upload-icon {
    width: 6rem;
  }
}
@media (max-width: 767.98px) {
  .upload-file-section .upload-icon {
    width: 4.8rem;
    top: 3rem;
  }
}
.upload-file-section label {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  width: 100%;
  text-align: center;
  cursor: pointer;
  word-break: break-all;
}
.upload-file-section input {
  padding-top: 13rem;
  margin: auto;
  opacity: 0;
  appearance: none;
  height: 0;
}
@media (max-width: 1600.98px) {
  .upload-file-section input {
    padding-top: 11rem;
  }
}
@media (max-width: 1279.98px) {
  .upload-file-section input {
    padding-top: 9rem;
  }
}
@media (max-width: 767.98px) {
  .upload-file-section input {
    padding-top: 6rem;
  }
}
.upload-file-section .required-doc {
  color: #000000;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  display: inline-table;
}
.upload-file-section .contact-form.common-form {
  padding-bottom: 8rem;
  margin-bottom: 10rem;
}
@media (max-width: 1600.98px) {
  .upload-file-section .contact-form.common-form {
    margin-bottom: 50px;
  }
}
@media (max-width: 1279.98px) {
  .upload-file-section .contact-form.common-form {
    padding-bottom: 6rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .upload-file-section .contact-form.common-form {
    padding-bottom: 3rem;
    margin-bottom: 15px;
  }
}
.upload-file-section br {
  display: none;
}

#choose-file-error {
  color: #c80000;
}

.career-form-section .form .half-row p span[data-name=phone] {
  display: block;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 18px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 6px;
}

.bd-field {
  position: relative;
}
.bd-field .fa-calendar {
  position: absolute;
  top: 50px;
  right: 45px;
}
@media (max-width: 1600.98px) {
  .bd-field .fa-calendar {
    right: 40px;
  }
}
@media (max-width: 1279.98px) {
  .bd-field .fa-calendar {
    right: 35px;
  }
}
@media (max-width: 1023.98px) {
  .bd-field .fa-calendar {
    top: 46px;
    right: 25px;
  }
}
.bd-field .fa-calendar::before {
  content: none;
}
.bd-field .fa-calendar::after {
  content: "";
  background-image: url(../images/date-picker-icon.png);
  background-repeat: no-repeat;
  width: 1.7rem;
  height: 1.9rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023.98px) {
  .bd-field .fa-calendar::after {
    width: 14px;
    height: 16px;
    background-size: 100%;
  }
}

.passing-year-field {
  position: relative;
}
.passing-year-field #p-year {
  width: 100%;
  position: relative;
}
.passing-year-field:after {
  position: absolute;
  width: 15px !important;
  height: 10px;
  padding: 0 !important;
  margin: 0;
  top: 55px;
  bottom: inherit;
  margin: auto;
  right: 45px;
  content: "";
  background-image: url(../images/form-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
}
@media (max-width: 1359.98px) {
  .passing-year-field:after {
    right: 37px;
  }
}
@media (max-width: 1023.98px) {
  .passing-year-field:after {
    right: 25px;
  }
}
@media (max-width: 767.98px) {
  .passing-year-field:after {
    right: 15px;
  }
}

#file-dropdown_itemList label {
  flex-wrap: nowrap;
}

.job-qualification {
  display: block;
  word-break: break-word;
}

.flag-container .country-list li span {
  display: contents !important;
}

.casestudy-main-section {
  position: relative;
  margin-top: 15rem;
}
@media (max-width: 1600.98px) {
  .casestudy-main-section {
    margin-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-main-section {
    margin-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .casestudy-main-section {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-main-section {
    margin-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-main-section {
    margin-top: 4rem;
  }
}
.casestudy-main-section .custom-heading h3 {
  max-width: 110rem;
}
.casestudy-main-section .common-para p {
  color: #000000;
  padding-top: 4rem;
  font-weight: 500;
  max-width: 136rem;
}
@media (max-width: 1449.98px) {
  .casestudy-main-section .common-para p {
    padding-top: 4rem;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-main-section .common-para p {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-main-section .common-para p {
    padding-top: 1rem;
  }
}
.casestudy-main-section:after {
  content: "";
  background-image: url(../images/bg-outer-img.webp);
  background-repeat: no-repeat;
  width: 34.6rem;
  height: 46.8rem;
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: -1;
}
@media (max-width: 1600.98px) {
  .casestudy-main-section:after {
    top: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-main-section:after {
    width: 25.6rem;
    height: 25.8rem;
    background-size: 100%;
    top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-main-section:after {
    top: 1rem;
  }
}

.blueboxrow {
  padding-top: 5rem;
}
@media (max-width: 1449.98px) {
  .blueboxrow {
    padding-top: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .blueboxrow {
    padding-top: 3rem;
  }
}
.blueboxrow .vc_col-sm-3 {
  position: relative;
  padding: 4rem;
  min-height: 28rem;
}
@media (max-width: 1023.98px) {
  .blueboxrow .vc_col-sm-3 {
    padding: 3rem;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .blueboxrow .vc_col-sm-3 {
    padding: 2rem;
  }
}
.blueboxrow .vc_col-sm-3:nth-child(1) {
  background-color: #2D2F8F;
}
.blueboxrow .vc_col-sm-3:nth-child(2) {
  background-color: #42449B;
}
.blueboxrow .vc_col-sm-3:nth-child(3) {
  background-color: #5759A5;
}
.blueboxrow .vc_col-sm-3:nth-child(4) {
  background-color: #6C6EB1;
}
.blueboxrow .o-header--h3 {
  font-weight: 700;
  color: #ffffff;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
}
.blueboxrow .common-para p {
  color: #ffffff;
  padding-top: 0;
  z-index: 1;
  position: relative;
}

.casestudy-who {
  padding-top: 15rem;
  align-items: center;
}
@media (max-width: 1600.98px) {
  .casestudy-who {
    padding-top: 10rem;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-who {
    padding-top: 8rem;
  }
}
@media (max-width: 1439.98px) {
  .casestudy-who {
    padding-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-who {
    padding-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-who {
    padding-top: 4rem;
  }
}
.casestudy-who .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-bottom: 2rem;
}
@media (max-width: 1279.98px) {
  .casestudy-who .o-header--h3 {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .casestudy-who .o-header--h3 {
    padding-bottom: 1rem;
  }
}
.casestudy-who .common-para {
  color: #000000;
  max-width: 126rem;
  padding-bottom: 10rem;
}
@media (max-width: 1449.98px) {
  .casestudy-who .common-para {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-who .common-para {
    padding-top: 1.2rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-who .common-para {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.casestudy-who .common-para:last-child {
  padding-bottom: 0;
}
.casestudy-who .common-para p {
  font-weight: 500;
}
.casestudy-who .common-para p a {
  font-weight: 700;
  color: #2D2F8F;
}
.casestudy-who .common-para p a:visited, .casestudy-who .common-para p a:hover {
  color: #E98824;
}
.casestudy-who .common-para ul {
  padding-top: 3.5rem;
}
@media (max-width: 1449.98px) {
  .casestudy-who .common-para ul {
    padding-top: 1.5rem;
  }
}
.casestudy-who .common-para.parasubtitle {
  padding: 0;
}

.vcenter {
  align-items: center;
  justify-content: center;
}

.max600 {
  max-width: 60rem;
}
@media (max-width: 1359.98px) {
  .max600 {
    max-width: 56rem;
  }
}
@media (max-width: 1279.98px) {
  .max600 {
    max-width: 43rem;
  }
}
@media (max-width: 767.98px) {
  .max600 {
    max-width: 100%;
  }
}

.casestudy-overview {
  margin: 0 -3.5rem !important;
}
@media (max-width: 1449.98px) {
  .casestudy-overview {
    margin: 0 -2.5rem !important;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-overview {
    margin: 0 -1.5rem !important;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-overview {
    margin: 0 -0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .casestudy-overview {
    margin: 0 !important;
  }
}
.casestudy-overview .overview-block {
  padding: 0 3.5rem;
}
@media (max-width: 1449.98px) {
  .casestudy-overview .overview-block {
    padding: 0 2.5rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-overview .overview-block {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-overview .overview-block {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-overview .overview-block {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.casestudy-overview .overview-block > .vc_column-inner {
  position: relative;
  padding: 3rem 3rem !important;
  background: linear-gradient(90deg, #2D2F8F 50%, #702E8E 100%);
  box-shadow: 1rem 1rem 6rem 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 100%;
}
@media (max-width: 1600.98px) {
  .casestudy-overview .overview-block > .vc_column-inner {
    padding: 3rem 2rem !important;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-overview .overview-block > .vc_column-inner {
    padding: 2rem 1.5rem !important;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-overview .overview-block > .vc_column-inner {
    padding: 1rem 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .casestudy-overview .overview-block > .vc_column-inner {
    height: auto;
    padding: 1.5rem 1.5rem !important;
  }
}
.casestudy-overview .overview-block .overview-img {
  position: absolute;
  left: 3rem;
  top: 3rem;
  height: 7rem;
}
@media (max-width: 1600.98px) {
  .casestudy-overview .overview-block .overview-img {
    left: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-overview .overview-block .overview-img {
    left: 1.5rem;
    top: 2rem;
  }
}
.casestudy-overview .overview-block .overview-img img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1449.98px) {
  .casestudy-overview .overview-block .overview-img img {
    width: 80%;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-overview .overview-block .overview-img img {
    width: 60%;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-overview .overview-block .overview-img img {
    width: 58%;
  }
}
.casestudy-overview .overview-block .o-body-medium {
  color: #ffffff;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-left: 11rem;
}
@media (max-width: 1449.98px) {
  .casestudy-overview .overview-block .o-body-medium {
    padding-left: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-overview .overview-block .o-body-medium {
    padding-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-overview .overview-block .o-body-medium {
    padding-left: 5.5rem;
  }
}
.casestudy-overview .overview-block .o-paragraph-medium {
  color: #ffffff;
  font-family: DM Sans;
  font-weight: 500;
  padding-left: 11rem;
  padding-top: 1rem;
  overflow: hidden;
}
@media (max-width: 1449.98px) {
  .casestudy-overview .overview-block .o-paragraph-medium {
    padding-left: 8rem;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-overview .overview-block .o-paragraph-medium {
    padding-left: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-overview .overview-block .o-paragraph-medium {
    padding-left: 5.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-overview .overview-block .o-paragraph-medium br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .casestudy-overview .overview-block .o-paragraph-medium {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .impact-section.casestudy-impace-section {
    padding-top: 2rem;
  }
}
.impact-section.casestudy-impace-section .impact-block > .vc_column-inner {
  height: 25rem;
}
@media (max-width: 1449.98px) {
  .impact-section.casestudy-impace-section .impact-block > .vc_column-inner {
    height: 23rem;
  }
}
@media (max-width: 767.98px) {
  .impact-section.casestudy-impace-section .impact-block > .vc_column-inner {
    height: auto;
  }
}
@media (max-width: 1449.98px) {
  .impact-section.casestudy-impace-section .impact-block .impact-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .impact-section.casestudy-impace-section .impact-block .impact-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1023.98px) {
  .impact-section.casestudy-impace-section .impact-block .impact-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    bottom: 2rem;
    left: 1.5rem;
  }
  .impact-section.casestudy-impace-section .impact-block .impact-title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .impact-section.casestudy-impace-section .impact-block .impact-title {
    margin-top: 1rem;
  }
}
@media (max-width: 1449.98px) {
  .impact-section.casestudy-impace-section .impact-block .impact-img img {
    width: 20%;
    height: auto;
  }
}

.casestudy-who .custom-heading {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 65.1rem;
}
@media (max-width: 1600.98px) {
  .casestudy-who .custom-heading {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-who .custom-heading {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-who .custom-heading {
    font-size: 3rem;
    line-height: 4.4rem;
    max-width: 50rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-who .custom-heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-who .custom-heading {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}

.casestudy-detail-title .custom-heading {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600.98px) {
  .casestudy-detail-title .custom-heading {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-detail-title .custom-heading {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-detail-title .custom-heading {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-detail-title .custom-heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-detail-title .custom-heading {
    font-size: 2rem;
    line-height: 3rem;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.casestudy-bg-gradient {
  background: linear-gradient(180deg, #F1F0F7 0%, rgba(255, 255, 255, 0) 100%);
}
.casestudy-bg-gradient .custom-heading {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600.98px) {
  .casestudy-bg-gradient .custom-heading {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .casestudy-bg-gradient .custom-heading {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .casestudy-bg-gradient .custom-heading {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-bg-gradient .custom-heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-bg-gradient .custom-heading {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 0;
  }
}

.share-block {
  display: flex;
}
@media (max-width: 767.98px) {
  .share-block {
    flex-wrap: wrap;
  }
}
.share-block .download-pdf-btn {
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  box-shadow: 1rem 1rem 3rem 0 rgba(0, 0, 0, 0.13);
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  color: #ffffff;
  padding: 2rem 3rem 2rem 8.5rem;
  margin-left: 3rem;
  position: relative;
  margin-top: 10rem;
}
@media (max-width: 1600.98px) {
  .share-block .download-pdf-btn {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 8rem;
    padding: 1.5rem 3rem 1.5rem 8.5rem;
  }
}
@media (max-width: 1449.98px) {
  .share-block .download-pdf-btn {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .share-block .download-pdf-btn {
    padding: 0.8rem 2rem 0.8rem 6.5rem;
  }
}
@media (max-width: 767.98px) {
  .share-block .download-pdf-btn {
    padding: 0.8rem 2rem 0.8rem 5.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 3rem;
    margin-left: 1rem;
  }
}
@media (max-width: 479.98px) {
  .share-block .download-pdf-btn {
    padding: 0.8rem 2rem 0.8rem 5.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 3rem;
    margin-left: 1rem;
  }
}
@media (max-width: 400px) {
  .share-block .download-pdf-btn {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.share-block .download-pdf-btn::before {
  content: "";
  background-image: url(../images/pdf-icon.png);
  position: absolute;
  left: 3rem;
  z-index: 99;
  width: 4rem;
  height: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1449.98px) {
  .share-block .download-pdf-btn::before {
    width: 3rem;
    height: 3rem;
    background-size: 100%;
  }
}
@media (max-width: 1279.98px) {
  .share-block .download-pdf-btn::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 2rem;
  }
}
.share-block .download-pdf-btn:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 100%);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.13);
  color: #ffffff;
  transition: background 0.5s ease-out;
}
.share-block .social-share-links {
  border: 0.1rem solid #B3B3B3;
  padding: 1.8rem 3rem;
  display: flex;
  margin-top: 10rem;
}
@media (max-width: 1600.98px) {
  .share-block .social-share-links {
    margin-top: 8rem;
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 1449.98px) {
  .share-block .social-share-links {
    margin-top: 6rem;
    padding: 1rem 2rem;
  }
}
@media (max-width: 1279.98px) {
  .share-block .social-share-links {
    padding: 0.8rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .share-block .social-share-links {
    margin-top: 3rem;
    padding: 0.5rem 1.5rem;
  }
}
.share-block .social-share-links p {
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-right: 1.8rem;
}
@media (max-width: 1279.98px) {
  .share-block .social-share-links p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .share-block .social-share-links p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    padding-right: 1rem;
  }
}
.share-block .social-share-links a i {
  color: #808080;
  padding: 0 1.2rem;
}
@media (max-width: 767.98px) {
  .share-block .social-share-links a i {
    padding: 0 0.8rem;
  }
}
.share-block .social-share-links a i.spark-facebook1 {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .share-block .social-share-links a i.spark-facebook1 {
    font-size: 1.6rem;
  }
}
.share-block .social-share-links a i.spark-facebook1:hover {
  color: #4267B2;
}
.share-block .social-share-links a i.spark-linkedin1 {
  font-size: 2.4rem;
}
@media (max-width: 767.98px) {
  .share-block .social-share-links a i.spark-linkedin1 {
    font-size: 2rem;
  }
}
.share-block .social-share-links a i.spark-linkedin1:hover {
  color: #0077b5;
}
.share-block .social-share-links a i.spark-twitter-icon {
  font-size: 1.9rem;
}
@media (max-width: 767.98px) {
  .share-block .social-share-links a i.spark-twitter-icon {
    font-size: 1.6rem;
  }
}
.share-block .social-share-links a i.spark-twitter-icon:hover {
  color: #1DA1F2;
}

.success-story-detail-section .fancybox-container {
  z-index: 10000000;
}
.success-story-detail-section #download-pdf-form {
  width: 42rem;
  border: 1.5px solid #CCCCCC;
  background: #F8F8F8;
  box-shadow: 1.5rem 1.5rem 9rem 0 rgba(0, 0, 0, 0.07);
  padding: 4rem 4rem;
}
@media (max-width: 1600.98px) {
  .success-story-detail-section #download-pdf-form {
    padding: 3rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .success-story-detail-section #download-pdf-form {
    padding: 2rem 2rem;
    width: 100%;
  }
}
.success-story-detail-section #download-pdf-form h2 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.success-story-detail-section #download-pdf-form p {
  color: #4D4D4D;
  font-weight: 500;
  font-family: DM Sans;
}
.success-story-detail-section #download-pdf-form label {
  margin-top: 3rem;
  color: #000000;
  font-family: DM Sans;
  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1600.98px) {
  .success-story-detail-section #download-pdf-form label {
    margin-top: 2rem;
  }
}
@media (max-width: 1449.98px) {
  .success-story-detail-section #download-pdf-form label {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.success-story-detail-section #download-pdf-form input {
  background-color: #ffffff !important;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0;
  padding: 0.7rem 1.5rem;
  margin-top: 0.5rem;
  height: 5rem;
  color: #333333;
}
@media (max-width: 1449.98px) {
  .success-story-detail-section #download-pdf-form input {
    height: 4.5rem;
  }
}
@media (max-width: 1359.98px) {
  .success-story-detail-section #download-pdf-form input {
    height: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .success-story-detail-section #download-pdf-form input {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.success-story-detail-section #download-pdf-form input#contact-no {
  padding-left: 5.5rem;
}
.success-story-detail-section #download-pdf-form .h-captcha {
  margin-top: 3rem;
}
.success-story-detail-section #download-pdf-form .o-button3 input {
  padding: 1.3rem 2rem 1.2rem 2rem;
  margin-top: 5rem;
  color: #ffffff;
}
@media (max-width: 1449.98px) {
  .success-story-detail-section #download-pdf-form .o-button3 input {
    height: auto;
    padding: 1rem 2rem;
  }
}
@media (max-width: 1279.98px) {
  .success-story-detail-section #download-pdf-form .o-button3 input {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .success-story-detail-section #download-pdf-form .o-button3 input {
    margin-top: 4rem;
  }
}
.success-story-detail-section #download-pdf-form .error {
  color: #E82B2C;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .success-story-detail-section .internal-banner:after {
    height: 30rem;
  }
}

.casestudy-listing-page .post .blog-banner-content {
  position: relative;
}
.casestudy-listing-page .post .blog-banner-content .o-button3 {
  margin-top: 5rem;
  position: absolute;
  bottom: 4rem;
}
@media (max-width: 1600.98px) {
  .casestudy-listing-page .post .blog-banner-content .o-button3 {
    margin-top: 6rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-listing-page .post .blog-banner-content .o-button3 {
    margin-top: 7rem;
    bottom: 2rem;
  }
}
@media (max-width: 1279.98px) {
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content {
    padding: 2rem 2rem;
  }
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .o-body-large {
    height: 6rem;
    padding-top: 1rem;
  }
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .solutions {
    padding-top: 2rem;
  }
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .post-excerpt {
    height: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .post-excerpt {
    height: 6rem;
  }
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .solutions {
    padding-top: 1rem;
    height: 5.8rem;
    overflow: hidden;
  }
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .o-button3 {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content {
    padding: 2rem 2rem 7rem 2rem;
  }
  .casestudy-listing-page .blogs-banner .banner-inner .blog-banner-content .post-excerpt {
    height: 5rem;
  }
}

#h-captcha-response-002quv1uyi46c-error {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}

/* story sticky section css start */
.story-sticky-section {
  clear: both;
}
.story-sticky-section .story-sticky-left {
  height: 25rem;
  display: inline-block;
  position: sticky !important;
  top: 20rem;
}
@media (max-width: 767.98px) {
  .story-sticky-section .story-sticky-left {
    position: initial !important;
    height: auto;
  }
}
.story-sticky-section .story-sticky-right {
  display: inline-block;
  vertical-align: top;
}
.story-sticky-section::before, .story-sticky-section::after {
  content: "";
  display: table;
  clear: both;
}

/* story sticky section css end */
.business-imapct {
  position: relative;
}

.swiper-timer-bar, .autoplay-progress {
  position: absolute;
  top: 22rem;
  right: 11rem;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #CCCCCC;
}
@media (max-width: 1600.98px) {
  .swiper-timer-bar, .autoplay-progress {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .swiper-timer-bar, .autoplay-progress {
    width: 32px;
    height: 32px;
    top: -18rem;
    right: 1rem;
  }
}
.swiper-timer-bar:before, .autoplay-progress:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .swiper-timer-bar:before, .autoplay-progress:before {
    width: 8px;
    height: 8px;
  }
}
.swiper-timer-bar .timer-circle, .autoplay-progress .timer-circle {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: transparent !important;
  position: absolute;
  left: -3px;
  top: -3px;
}
.swiper-timer-bar .timer-path, .autoplay-progress .timer-path {
  fill: none;
  stroke: #2D2F8F;
  stroke-width: 4;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  animation: timer-animation linear infinite;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #2D2F8F;
  border-radius: 100%;
  border: 2px solid #CCCCCC;
}
@media (max-width: 1600.98px) {
  .autoplay-progress {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .autoplay-progress {
    width: 32px;
    height: 32px;
    top: -18rem;
    right: 1rem;
  }
}
.autoplay-progress:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .autoplay-progress:before {
    width: 8px;
    height: 8px;
  }
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 10;
  width: 58px;
  height: 58px;
  stroke-width: 2px;
  stroke: #2D2F8F;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
@media (max-width: 1600.98px) {
  .autoplay-progress svg {
    width: 45px;
    height: 48px;
    left: -5px;
    top: -6px;
  }
}
@media (max-width: 1023.98px) {
  .autoplay-progress svg {
    width: 36px;
    height: 36px;
    left: -4px;
    top: -4px;
  }
}
@media (max-width: 767.98px) {
  .autoplay-progress svg {
    width: 32px;
    height: 33px;
    left: -4px;
    top: -4px;
  }
}

@keyframes timer-animation {
  0% {
    stroke-dashoffset: 283;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
body.comingsoon .header-main {
  background: #08082E;
}

.coming-soon {
  padding: 20rem 0 20rem;
  z-index: 2;
  position: relative;
  background: #ffffff;
  margin-bottom: -20rem;
  text-align: center;
}
@media (max-width: 1600.98px) {
  .coming-soon {
    margin-bottom: -15rem;
  }
}
@media (max-width: 1449.98px) {
  .coming-soon {
    margin-bottom: -10rem;
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 1279.98px) {
  .coming-soon {
    margin-bottom: -8rem;
  }
}
@media (max-width: 767.98px) {
  .coming-soon {
    padding-top: 6rem;
  }
}
.coming-soon__body h1 {
  font-size: 16rem;
  font-weight: 700;
  line-height: 16rem;
  color: #000000;
  font-family: ObjectSansBold;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}
.coming-soon__body h1 span {
  background: linear-gradient(92.28deg, #92263D 0%, #92263D 0%, #E72E2D 34.92%, #F28826 68.88%, #FFCB05 100%);
  background-position: 0% 0%;
  background-size: calc(var(--bg-size) * 1%) 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1449.98px) {
  .coming-soon__body h1 {
    font-size: 8rem;
    line-height: 9rem;
  }
}
@media (max-width: 1359.98px) {
  .coming-soon__body h1 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .coming-soon__body h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .coming-soon__body h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 767.98px) {
  .coming-soon__body h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.coming-soon__body .o-paragraph-medium {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
  color: #000000;
  padding-bottom: 2rem;
}
@media (max-width: 1449.98px) {
  .coming-soon__body .o-paragraph-medium {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .coming-soon__body .o-paragraph-medium {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

#cookie-notice {
  background-color: #000000 !important;
  padding: 2.5rem 2.5rem;
}
@media (max-width: 1449.98px) {
  #cookie-notice {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 767.98px) {
  #cookie-notice {
    padding: 3rem 2.5rem 2rem;
  }
}
#cookie-notice .cookie-notice-container {
  color: #999999 !important;
  font-family: DM Sans;
  font-weight: 500;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1449.98px) {
  #cookie-notice .cookie-notice-container {
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  #cookie-notice .cookie-notice-container {
    font-size: 1.4rem;
    line-height: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#cookie-notice .cookie-notice-container a {
  color: #E98824;
  text-decoration: underline;
  padding-left: 1rem;
}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
  background-color: #8E8E8E;
  right: 8rem;
}
@media (max-width: 1600.98px) {
  #cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    right: 3rem;
  }
}
@media (max-width: 1449.98px) {
  #cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    right: 6rem;
  }
}
@media (max-width: 1439.98px) {
  #cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    right: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
    right: 24px;
    top: 5px;
  }
}
@media (max-width: 767.98px) {
  #cookie-notice .cn-close-icon {
    top: 15px;
  }
}
#cookie-notice .o-button3 a {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 2rem !important;
  color: #ffffff !important;
  font-weight: 700;
  font-family: ObjectSansBold !important;
  border-radius: 0 !important;
  margin-left: 2.5rem !important;
}
@media (max-width: 1449.98px) {
  #cookie-notice .o-button3 a {
    padding: 0.8rem 2rem !important;
  }
}
@media (max-width: 1359.98px) {
  #cookie-notice .o-button3 a {
    margin-left: 1.5rem !important;
  }
}
@media (max-width: 1023.98px) {
  #cookie-notice .o-button3 a {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1023.98px) {
  #cookie-notice .o-button3 a {
    margin-left: 0 !important;
  }
}
@media (max-width: 1359.98px) {
  #cookie-notice #cn-notice-text {
    width: 88%;
  }
}
@media (max-width: 1279.98px) {
  #cookie-notice #cn-notice-text {
    width: 87%;
  }
}
@media (max-width: 1023.98px) {
  #cookie-notice #cn-notice-text {
    width: 83%;
  }
}
@media (max-width: 767.98px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
  }
}

.cky-consent-bar {
  background-color: #000000;
  padding: 0.9rem 1.5rem !important;
  box-shadow: none !important;
}
.cky-consent-bar p {
  color: #999999;
  font-family: DM Sans;
}
@media (max-width: 1449.98px) {
  .cky-consent-bar p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .cky-consent-bar p {
    font-size: 14px;
    line-height: 20px;
  }
}
.cky-consent-bar p a {
  color: #E98824;
  text-decoration: underline;
  padding-left: 1rem;
  font-family: DM Sans;
  text-underline-offset: 4px;
}
@media (max-width: 1449.98px) {
  .cky-consent-bar p a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1279.98px) {
  .cky-consent-bar p a {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .cky-consent-bar p a {
    font-size: 14px;
    line-height: 20px;
  }
}
.cky-consent-bar .cky-notice-group {
  justify-content: center;
}

.cky-notice-des, .cky-title {
  color: #999999 !important;
}

.cky-title {
  margin: 0 0 0.2rem 0;
}

.cky-notice-btn-wrapper {
  flex-direction: row-reverse;
  margin-left: 70px !important;
}
@media (max-width: 1449.98px) {
  .cky-notice-btn-wrapper {
    margin-left: 50px !important;
  }
}
@media (max-width: 1359.98px) {
  .cky-notice-btn-wrapper {
    margin-left: 10px !important;
  }
}
@media (max-width: 1023.98px) {
  .cky-notice-btn-wrapper {
    justify-content: left;
    display: inline-flex !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 425px) {
  .cky-notice-btn-wrapper {
    flex-direction: inherit !important;
  }
}
@media (max-width: 767.98px) {
  .cky-notice-btn-wrapper {
    justify-content: left;
    flex-direction: row;
    margin-left: 0 !important;
  }
}

.cky-btn-accept {
  padding: 0.8rem 2rem !important;
  text-transform: uppercase !important;
  box-shadow: none;
  background-image: none;
  font-family: ObjectSansBold;
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%) !important;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  display: inline-flex;
  transition: background 0.5s ease-out;
  line-height: 2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 1449.98px) {
  .cky-btn-accept {
    padding: 0.7rem 2rem !important;
  }
}
@media (max-width: 1359.98px) {
  .cky-btn-accept {
    padding: 0.7rem 1.5rem !important;
  }
}
.cky-btn-accept:hover {
  background: linear-gradient(90deg, #E98824 0%, #2D2F8F 100%) !important;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13);
  color: #ffffff;
  transition: background 0.5s ease-out;
  opacity: 1 !important;
}
.cky-btn-accept:hover i {
  color: #ffffff;
}

.cky-btn-reject {
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  box-shadow: none;
  background-image: none !important;
  font-family: ObjectSansBold;
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.13) !important;
  display: inline-flex;
  transition: background 0.5s ease-out;
  line-height: 2rem !important;
  background: transparent;
  border: 0.1rem solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
@media (max-width: 1449.98px) {
  .cky-btn-reject {
    padding: 0.7rem 2rem !important;
  }
}
@media (max-width: 1359.98px) {
  .cky-btn-reject {
    padding: 0.8rem 1.5rem !important;
  }
}
@media (max-width: 1023.98px) {
  .cky-btn-reject {
    padding: 0.6rem 1.5rem !important;
  }
}
.cky-btn-reject:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: background 0.5s ease-out;
  color: #000000 !important;
  opacity: 1 !important;
}

.cky-btn:first-child {
  margin-right: 0;
}
.cky-btn:last-child {
  margin-right: 20px !important;
}
@media (max-width: 1449.98px) {
  .cky-btn:last-child {
    margin-right: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .cky-notice-btn-wrapper .cky-btn-accept {
    margin-top: 10px !important;
  }
}

.cky-notice .cky-title {
  margin: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
  color: #EC8922;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:focus {
  outline: none;
  box-shadow: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
  color: #ffffff;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  padding: 25px 40px;
}

.moove-gdpr-company-logo-holder img {
  width: 72% !important;
}

#moove_gdpr_cookie_modal, #moove_gdpr_cookie_info_bar, .gdpr_cookie_settings_shortcode_content {
  font-family: DM Sans !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: transparent !important;
  border: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: -6.5rem !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
  background-color: transparent !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover, #moove_gdpr_cookie_info_bar span[data-href] > u.change-settings-button {
  color: #EC8922 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
  color: #fff;
  opacity: 1;
  box-shadow: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  border-radius: 0 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding: 0 35px;
}

.blog-para .o-body-medium {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.blog-para .o-body-medium p {
  padding-top: 0;
}
.blog-para p {
  padding-top: 4rem;
  max-width: 136rem;
}

.blog-img-section .o-body-medium {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.blog-img-section .common-para p {
  padding-top: 3rem;
}
.blog-img-section .blog-img {
  margin-top: 4rem;
}
.blog-img-section .blog-img img {
  width: 100%;
  max-height: 60rem;
  object-fit: cover;
  object-position: center;
  max-width: 160rem;
}
@media (max-width: 1600.98px) {
  .blog-img-section .blog-img img {
    max-width: 140rem;
  }
}
@media (max-width: 1449.98px) {
  .blog-img-section .blog-img img {
    max-width: 130rem;
  }
}
@media (max-width: 1359.98px) {
  .blog-img-section .blog-img img {
    max-width: 100%;
  }
}

.blog-listing ul {
  padding-top: 3.5rem;
}
@media (max-width: 767.98px) {
  .blog-listing ul {
    padding-top: 1.5rem;
  }
}

.blog-detail-section .o-body-medium,
.blog-detail-section h2,
.blog-detail-section h3,
.blog-detail-section h4,
.blog-detail-section h5,
.blog-detail-section h6,
.news-detail-section .o-body-medium,
.news-detail-section h2,
.news-detail-section h3,
.news-detail-section h4,
.news-detail-section h5,
.news-detail-section h6,
.event-detail-section .o-body-medium,
.event-detail-section h2,
.event-detail-section h3,
.event-detail-section h4,
.event-detail-section h5,
.event-detail-section h6 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
@media (max-width: 1279.98px) {
  .blog-detail-section .o-body-medium,
  .blog-detail-section h2,
  .blog-detail-section h3,
  .blog-detail-section h4,
  .blog-detail-section h5,
  .blog-detail-section h6,
  .news-detail-section .o-body-medium,
  .news-detail-section h2,
  .news-detail-section h3,
  .news-detail-section h4,
  .news-detail-section h5,
  .news-detail-section h6,
  .event-detail-section .o-body-medium,
  .event-detail-section h2,
  .event-detail-section h3,
  .event-detail-section h4,
  .event-detail-section h5,
  .event-detail-section h6 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.blog-detail-section h2 em,
.news-detail-section h2 em,
.event-detail-section h2 em {
  font-weight: 400;
  font-family: ObjectSansRegular;
}
.blog-detail-section .common-para p,
.news-detail-section .common-para p,
.event-detail-section .common-para p {
  padding-top: 3rem;
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: DM Sans;
  font-weight: 400;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .blog-detail-section .common-para p,
  .news-detail-section .common-para p,
  .event-detail-section .common-para p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-top: 1.5rem;
  }
}
@media (max-width: 1449.98px) {
  .blog-detail-section .common-para p,
  .news-detail-section .common-para p,
  .event-detail-section .common-para p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1359.98px) {
  .blog-detail-section .common-para p,
  .news-detail-section .common-para p,
  .event-detail-section .common-para p {
    font-size: 1.8rem;
    line-height: 3rem;
    max-width: 100%;
  }
}
@media (max-width: 1279.98px) {
  .blog-detail-section .common-para p,
  .news-detail-section .common-para p,
  .event-detail-section .common-para p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .common-para p,
  .news-detail-section .common-para p,
  .event-detail-section .common-para p {
    max-width: 100%;
    padding-top: 1.5rem;
  }
}
.blog-detail-section .common-para p a,
.news-detail-section .common-para p a,
.event-detail-section .common-para p a {
  font-weight: 700;
  color: #2D2F8F;
}
.blog-detail-section .common-para p a:visited, .blog-detail-section .common-para p a:hover,
.news-detail-section .common-para p a:visited,
.news-detail-section .common-para p a:hover,
.event-detail-section .common-para p a:visited,
.event-detail-section .common-para p a:hover {
  color: #E98824;
}
.blog-detail-section b,
.news-detail-section b,
.event-detail-section b {
  padding-top: 7rem;
  display: block;
}
@media (max-width: 1600.98px) {
  .blog-detail-section b,
  .news-detail-section b,
  .event-detail-section b {
    padding-top: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .blog-detail-section b,
  .news-detail-section b,
  .event-detail-section b {
    padding-top: 5rem;
  }
}
@media (max-width: 1359.98px) {
  .blog-detail-section b,
  .news-detail-section b,
  .event-detail-section b {
    padding-top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-detail-section b,
  .news-detail-section b,
  .event-detail-section b {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section b,
  .news-detail-section b,
  .event-detail-section b {
    padding-top: 2rem;
  }
}
.blog-detail-section .blog-listing ul,
.news-detail-section .blog-listing ul,
.event-detail-section .blog-listing ul {
  padding-top: 3.5rem;
}
@media (max-width: 767.98px) {
  .blog-detail-section .blog-listing ul,
  .news-detail-section .blog-listing ul,
  .event-detail-section .blog-listing ul {
    padding-top: 2rem;
  }
}
@media (max-width: 1600.98px) {
  .blog-detail-section .blog-listing ul li,
  .news-detail-section .blog-listing ul li,
  .event-detail-section .blog-listing ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 1rem 0 1rem 2.5rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-detail-section .blog-listing ul li,
  .news-detail-section .blog-listing ul li,
  .event-detail-section .blog-listing ul li {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 1rem 0 1rem 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .blog-listing ul li,
  .news-detail-section .blog-listing ul li,
  .event-detail-section .blog-listing ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0.5rem 0 0.5rem 2rem;
  }
}
@media (max-width: 1600.98px) {
  .blog-detail-section .blog-listing ul li:before,
  .news-detail-section .blog-listing ul li:before,
  .event-detail-section .blog-listing ul li:before {
    top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .blog-listing ul li:before,
  .news-detail-section .blog-listing ul li:before,
  .event-detail-section .blog-listing ul li:before {
    top: 1.4rem;
  }
}
.blog-detail-section .career-opportunity-section.service-half-section .custom-heading h3,
.news-detail-section .career-opportunity-section.service-half-section .custom-heading h3,
.event-detail-section .career-opportunity-section.service-half-section .custom-heading h3 {
  padding-top: 0 !important;
}
.blog-detail-section footer .footer-top h2.o-header--h2,
.news-detail-section footer .footer-top h2.o-header--h2,
.event-detail-section footer .footer-top h2.o-header--h2 {
  font-family: ObjectSansBold;
  font-weight: 600;
  color: #ffffff;
  max-width: 74.4rem;
  padding-top: 0 !important;
}
@media (max-width: 1449.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2 {
    max-width: 48rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2 {
    max-width: 60rem;
  }
}
@media (max-width: 1023.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2 {
    max-width: 50rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section footer .footer-top h2.o-header--h2,
  .news-detail-section footer .footer-top h2.o-header--h2,
  .event-detail-section footer .footer-top h2.o-header--h2 {
    max-width: unset;
    margin-bottom: 2rem;
  }
}
.blog-detail-section h1.banner-title,
.news-detail-section h1.banner-title,
.event-detail-section h1.banner-title {
  padding-top: 0;
}
.blog-detail-section footer .footer-row h2.footer-top-title,
.news-detail-section footer .footer-row h2.footer-top-title,
.event-detail-section footer .footer-row h2.footer-top-title {
  padding-top: 0 !important;
}
.blog-detail-section .post-outer .post .post-inner-title,
.news-detail-section .post-outer .post .post-inner-title,
.event-detail-section .post-outer .post .post-inner-title {
  padding-top: 1.5rem !important;
}
@media (max-width: 1279.98px) {
  .blog-detail-section .post-outer .post .post-inner-title,
  .news-detail-section .post-outer .post .post-inner-title,
  .event-detail-section .post-outer .post .post-inner-title {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .post-outer .post .post-inner-title,
  .news-detail-section .post-outer .post .post-inner-title,
  .event-detail-section .post-outer .post .post-inner-title {
    padding-top: 0.5rem;
  }
}
.blog-detail-section .o-button3,
.news-detail-section .o-button3,
.event-detail-section .o-button3 {
  padding-top: 3rem;
}
.blog-detail-section .career-opportunity-section .o-button3,
.news-detail-section .career-opportunity-section .o-button3,
.event-detail-section .career-opportunity-section .o-button3 {
  padding-top: 0;
}
.blog-detail-section h1.banner-title,
.news-detail-section h1.banner-title,
.event-detail-section h1.banner-title {
  padding-bottom: 0;
  max-width: 136rem;
}
@media (max-width: 1449.98px) {
  .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title {
    max-width: 115rem;
  }
}
@media (max-width: 1359.98px) {
  .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title {
    max-width: 110rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-detail-section h1.banner-title,
  .news-detail-section h1.banner-title,
  .event-detail-section h1.banner-title {
    max-width: 100%;
  }
}

.event-detail-section h1.banner-title {
  padding-bottom: 0;
}

.tag-section .o-body-medium {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-bottom: 1rem;
  padding-top: 0;
}
.tag-section .tag-listing {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .tag-section .tag-listing {
    margin: 0 -0.5rem;
  }
}
.tag-section .tag-listing .tag-block {
  padding: 1rem 1rem;
}
@media (max-width: 767.98px) {
  .tag-section .tag-listing .tag-block {
    padding: 0.5rem 0.5rem;
  }
}
.tag-section .tag-listing .tag-block p {
  color: #4D4D4D;
  padding: 0.8rem 1rem;
  border: 0.1rem solid #333333;
}
@media (max-width: 767.98px) {
  .tag-section .tag-listing .tag-block p {
    padding: 0.5rem 1rem;
  }
}

.post {
  display: flex;
  box-shadow: 10px 10px 90px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1279.98px) {
  .post {
    box-shadow: 10px 4px 45px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
@media (max-width: 1023.98px) {
  .post {
    box-shadow: 10px -25px 90px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
@media (max-width: 767.98px) {
  .post {
    flex-wrap: wrap;
  }
}
.post .blog-banner-img {
  position: relative;
}
.post .blog-banner-img span {
  position: absolute;
  left: 0;
  top: 2rem;
  background-color: #ffffff;
  padding: 0.2rem 1.5rem;
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  z-index: 9;
}
.post .blog-banner-img img {
  height: 49rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .post .blog-banner-img img {
    height: 37rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-img img {
    height: 30rem;
  }
}
@media (max-width: 767.98px) {
  .post .blog-banner-img img {
    height: 20rem;
  }
}
.post .blog-banner-img.default-image {
  background-color: #C4C4C4;
  padding: 6.5rem 6.5rem;
  height: 49rem;
  display: flex;
}
@media (max-width: 1279.98px) {
  .post .blog-banner-img.default-image {
    height: 37rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-img.default-image {
    height: 30rem;
  }
}
@media (max-width: 767.98px) {
  .post .blog-banner-img.default-image {
    height: 18rem;
  }
}
.post .blog-banner-img.default-image img {
  width: 170px;
  height: 170px;
  margin: auto;
  display: flex;
  box-shadow: none;
}
@media (max-width: 1600.98px) {
  .post .blog-banner-img.default-image img {
    width: 120px;
    height: 120px;
  }
}
.post .blog-banner-content {
  width: 75.2%;
  background-color: #ffffff;
  padding: 4rem 4rem;
  position: relative;
}
@media (max-width: 1449.98px) {
  .post .blog-banner-content {
    width: 70%;
    padding: 4rem 2rem;
  }
}
@media (max-width: 1366px) {
  .post .blog-banner-content {
    width: 80%;
  }
}
@media (max-width: 1279.98px) {
  .post .blog-banner-content {
    width: 100%;
    padding: 3rem 3rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-content {
    padding: 2rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .post .blog-banner-content {
    padding: 2rem 1.5rem;
  }
}
.post .blog-banner-content .blog-banner-date {
  display: flex;
  align-items: center;
}
.post .blog-banner-content .blog-banner-date .blog-category {
  color: #2D2F8F;
  font-family: DM Sans;
  font-weight: 500;
}
.post .blog-banner-content .blog-banner-date .post-date {
  color: #666666;
  padding-left: 2rem;
  font-family: DM Sans;
  font-weight: 700;
}
.post .blog-banner-content .o-body-large {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-top: 2.6rem;
}
@media (max-width: 1279.98px) {
  .post .blog-banner-content .o-body-large {
    padding-top: 1.8rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-content .o-body-large {
    padding-top: 1rem;
  }
}
.post .blog-banner-content .o-body-large:hover {
  color: #2D2F8F;
  transition: all 0.3s ease-out;
}
.post .blog-banner-content .post-excerpt {
  color: #666666;
  font-weight: 400;
  font-family: DM Sans;
  padding-top: 2rem;
  max-width: 64.2rem;
}
@media (max-width: 1359.98px) {
  .post .blog-banner-content .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1279.98px) {
  .post .blog-banner-content .post-excerpt {
    padding-top: 1rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-content .post-excerpt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.post .blog-banner-content .o-button3 {
  margin-top: 6.7rem;
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: 4rem;
}
@media (max-width: 1279.98px) {
  .post .blog-banner-content .o-button3 {
    margin-top: 3.7rem;
    bottom: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-content .o-button3 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .post .blog-banner-content .o-button3 {
    margin-top: 1.5rem;
    position: initial;
  }
}
.post .blog-banner-content .solutions {
  padding-top: 2rem;
  font-family: DM Sans;
  color: #666666;
  font-weight: 500;
}
@media (max-width: 1449.98px) {
  .post .blog-banner-content .solutions {
    padding-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .post .blog-banner-content .solutions {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .post .blog-banner-content .solutions {
    padding-top: 1rem;
  }
}
.post .blog-banner-content .solutions b {
  font-weight: 700;
  color: #000000;
  padding-right: 0.5rem;
}

.blog-listing-section {
  display: flex;
}
@media (max-width: 767.98px) {
  .blog-listing-section {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
  }
}
.blog-listing-section .blog-filter {
  width: 25.9%;
  padding-right: 9rem;
}
@media (max-width: 1449.98px) {
  .blog-listing-section .blog-filter {
    padding-right: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-listing-section .blog-filter {
    width: 30.9%;
  }
}
@media (max-width: 1023.98px) {
  .blog-listing-section .blog-filter {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .blog-listing-section .blog-filter {
    width: 100%;
    padding-right: 0;
  }
}
.blog-listing-section .blog-listing-right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-listing-section .blog-listing-right .event-listing-section {
  width: 100%;
}
.blog-listing-section .blog-listing-right .event-listing-section .post-outer .post .post-inner .blog-banner-content .blog-banner-date .post-date {
  padding-left: 2rem;
}
.blog-listing-section .blog-listing-right .event-listing-section .post-inner .blog-banner-img.default-image img {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767.98px) {
  .blog-listing-section .blog-listing-right {
    width: 100%;
  }
}
.blog-listing-section .blog-listing-right .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  width: 100%;
}
.blog-listing-section .blog-listing-right .post {
  width: 50%;
  box-shadow: none;
  padding: 0 5rem;
}
@media (max-width: 1449.98px) {
  .blog-listing-section .blog-listing-right .post {
    padding: 0 3rem;
    margin-top: 6rem;
  }
}
@media (max-width: 1359.98px) {
  .blog-listing-section .blog-listing-right .post {
    margin-top: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-listing-section .blog-listing-right .post {
    padding: 0 2rem;
    margin-top: 5rem;
  }
}
@media (max-width: 1023.98px) {
  .blog-listing-section .blog-listing-right .post {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog-listing-section .blog-listing-right .post {
    margin-top: 4rem;
  }
}
.blog-listing-section .blog-listing-right .post:nth-child(1) {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .blog-listing-section .blog-listing-right .post:nth-child(1) {
    margin-top: 2rem;
  }
}
.blog-listing-section .blog-listing-right .post:nth-child(2) {
  margin-top: 4rem;
}
.blog-listing-section .blog-listing-right .post:nth-child(3) {
  margin-top: 4rem;
}

.post-outer {
  margin: 0 -5rem;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fill-available;
}
@media (max-width: 1449.98px) {
  .post-outer {
    margin: 0 -3rem;
  }
}
@media (max-width: 1279.98px) {
  .post-outer {
    margin: 0 -2rem;
  }
}
@media (max-width: 1023.98px) {
  .post-outer {
    margin: 0;
  }
}

.blog-filter .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  width: 100%;
}
.blog-filter .accordion {
  border: 1px solid #CCCCCC;
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .blog-filter .accordion {
    margin-top: 2rem;
  }
}
.blog-filter .accordion .accordion-item .accordion-button {
  width: 100%;
  position: relative;
}
.blog-filter .accordion .accordion-item .accordion-button h3 {
  color: #333333;
  font-family: DM Sans;
  font-weight: 700;
  padding: 1.5rem 1.5rem;
  background-color: #FBFBFB;
  border-top: 1px solid #CCCCCC;
  text-align: left;
}
.blog-filter .accordion .accordion-item .accordion-button:after {
  content: "";
  background-image: url(../images/accordion-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 1.6rem;
  height: 0.9rem;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  transition: all 0.3s ease-out;
}
.blog-filter .accordion .accordion-item .accordion-button.collapsed:after {
  transform: rotate(180deg);
}
.blog-filter .accordion .accordion-item .accordion-body ul li {
  color: #333333;
  font-family: DM Sans;
  font-weight: 400;
  padding: 1.5rem 1.5rem;
  background-color: #FBFBFB;
  border-top: 1px solid #CCCCCC;
  display: flex;
}
.blog-filter .accordion .accordion-item .accordion-body ul li span {
  margin-left: auto;
}
.blog-filter .accordion .accordion-item:first-child .accordion-button h3 {
  border-top: 0;
}

.blog-pagination {
  margin: auto;
}
.blog-pagination ul li {
  position: relative;
}
.blog-pagination ul li:before {
  content: "";
  background: linear-gradient(90deg, #2D2F8F 0%, #702E8E 100%);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  left: -2px;
  top: 4px;
  z-index: -1;
  opacity: 0;
  display: block;
}
.blog-pagination ul li:hover, .blog-pagination ul li.current {
  color: #ffffff;
}
.blog-pagination ul li:hover:before, .blog-pagination ul li.current:before {
  opacity: 1;
}
.blog-pagination ul li:visited {
  color: #9CA3AF;
}
.blog-pagination ul:hover:before {
  opacity: 0 !important;
}

.blog-detail-section .post-outer {
  padding-top: 5rem;
}
@media (max-width: 1449.98px) {
  .blog-detail-section .post-outer {
    margin: 0 -3rem;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .post-outer {
    padding-top: 2rem;
    margin: 0;
  }
}
.blog-detail-section .post-outer .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  width: 100%;
}
.blog-detail-section .post-outer .post {
  box-shadow: none;
  width: 33.33%;
  padding: 0 5rem;
}
@media (max-width: 1449.98px) {
  .blog-detail-section .post-outer .post {
    padding: 0 3rem;
  }
}
@media (max-width: 1023.98px) {
  .blog-detail-section .post-outer .post {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .post-outer .post {
    width: 100%;
    margin-top: 4rem;
    padding: 0;
  }
  .blog-detail-section .post-outer .post:first-child {
    margin-top: 1rem;
  }
}
.blog-detail-section .post-outer .post .post-inner-title {
  padding-top: 1.5rem;
}
.blog-detail-section .post-outer .post .post-excerpt {
  padding-top: 2rem;
}
@media (max-width: 1359.98px) {
  .blog-detail-section .post-outer .post .blog-banner-img img {
    height: 23rem;
  }
}
.blog-detail-section .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  width: 100%;
}
@media (max-width: 1359.98px) {
  .blog-detail-section .post-inner .blog-banner-img.default-image {
    height: 23rem;
  }
}

.blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section {
  background-position: right !important;
  background-size: contain !important;
  padding: 7rem 5rem 7rem 5rem !important;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 1449.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section {
    padding: 6rem 4rem 8.2rem 4rem !important;
  }
}
@media (max-width: 1279.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section {
    padding: 3.5rem 3rem 3.5rem 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section {
    background-position: top !important;
    padding: 20rem 2rem 3rem 2rem !important;
  }
}
.blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section::before {
  content: "";
  background: linear-gradient(90.16deg, #2D2F8F 1.92%, #702E8E 57.43%, rgba(40, 40, 40, 0) 95.05%);
  width: 142.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 1600.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section::before {
    width: 108.2rem;
  }
}
@media (max-width: 1359.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section::before {
    width: 94.2rem;
  }
}
@media (max-width: 1279.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section::before {
    width: 73rem;
  }
}
@media (max-width: 1023.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section::before {
    width: 55rem;
  }
}
@media (max-width: 767.98px) {
  .blog-opportunity-section .blog-opportunity-section-inner .wayof-life-half-section::before {
    background: linear-gradient(0deg, #2D2F8F 0%, #702E8E 59.61%, rgba(40, 40, 40, 0) 100%);
    display: block;
    width: 100%;
    height: 100%;
  }
}

.news-image-block {
  display: flex;
  margin: 60px 0;
  align-items: center;
}
@media (max-width: 1449.98px) {
  .news-image-block {
    margin: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .news-image-block {
    margin: 20px 0;
  }
}
.news-image-block .news-image-block-left {
  padding-right: 10rem;
}
@media (max-width: 1449.98px) {
  .news-image-block .news-image-block-left {
    padding-right: 3rem;
  }
}
@media (max-width: 767.98px) {
  .news-image-block .news-image-block-left {
    padding-right: 0;
  }
}
.news-image-block .news-image-block-right img {
  width: 80%;
}
@media (max-width: 1449.98px) {
  .news-image-block .news-image-block-right img {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .news-image-block .news-image-block-right img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .news-image-block .news-image-block-right {
    margin-top: 1.5rem;
  }
}

@media (max-width: 1023.98px) {
  .news-video-block .wpb_wrapper {
    width: 100% !important;
  }
}

.post-inner .blog-banner-img {
  width: 100%;
  overflow: hidden;
}
.post-inner .blog-banner-img img {
  height: 30rem;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: 0.5s;
}
@media (max-width: 1279.98px) {
  .post-inner .blog-banner-img img {
    height: 20rem;
  }
}
.post-inner .blog-banner-img img:hover {
  transform: scale(1.1);
}
.post-inner .blog-banner-img.default-image {
  height: 30rem;
}
.post-inner .blog-banner-img.default-image img {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 1359.98px) {
  .post-inner .blog-banner-img.default-image img {
    width: 8rem;
    height: 8rem !important;
  }
}
.post-inner .blog-banner-content {
  padding: 0;
  width: 100%;
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  .post-inner .blog-banner-content {
    padding-top: 2rem;
  }
}
.post-inner .blog-banner-content a, .post-inner .blog-banner-content .post-inner-title {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: DM Sans;
  font-weight: 700;
  padding-top: 3.2rem;
  height: 8rem;
  overflow: hidden;
  color: #000000;
}
@media (max-width: 1359.98px) {
  .post-inner .blog-banner-content a, .post-inner .blog-banner-content .post-inner-title {
    font-size: 2rem;
    line-height: 2.6rem;
    padding-top: 1.2rem;
    height: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .post-inner .blog-banner-content a, .post-inner .blog-banner-content .post-inner-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-top: 1.2rem;
    height: 6.3rem;
  }
}
@media (max-width: 767.98px) {
  .post-inner .blog-banner-content a, .post-inner .blog-banner-content .post-inner-title {
    padding-top: 0.5rem;
    height: 6.3rem;
  }
}
.post-inner .blog-banner-content .post-excerpt {
  padding-top: 2rem;
  max-width: 52rem;
}
@media (max-width: 1279.98px) {
  .post-inner .blog-banner-content .post-excerpt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 1.2rem;
  }
}
.blog-banner-date {
  display: flex;
}
.blog-banner-date .blog-category {
  color: #2D2F8F;
  font-family: DM Sans;
  font-weight: 500;
}
.blog-banner-date .post-date {
  color: #666666;
  padding-left: 2rem;
  font-family: DM Sans;
  font-weight: 700;
}

.event-listing-section .post-outer {
  margin: 0 -5rem;
}
@media (max-width: 1600.98px) {
  .event-listing-section .post-outer {
    margin: 0 -4rem;
  }
}
@media (max-width: 1449.98px) {
  .event-listing-section .post-outer {
    margin: 0 -3rem;
  }
}
@media (max-width: 1279.98px) {
  .event-listing-section .post-outer {
    margin: 0 -2rem;
  }
}
@media (max-width: 1023.98px) {
  .event-listing-section .post-outer {
    margin: 0 -1.5rem;
  }
}
.event-listing-section .post-outer .post {
  padding: 0 5rem;
  width: 33.33%;
  box-shadow: none;
  margin-bottom: 10rem;
}
@media (max-width: 1600.98px) {
  .event-listing-section .post-outer .post {
    padding: 0 4rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 1449.98px) {
  .event-listing-section .post-outer .post {
    padding: 0 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .event-listing-section .post-outer .post {
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .event-listing-section .post-outer .post {
    padding: 0 1.5rem;
    width: 50%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .event-listing-section .post-outer .post {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.event-listing-section .post-outer .post:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .event-listing-section .post-outer .post:nth-last-child(-n+3) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .event-listing-section .post-outer .post:nth-last-child(-n+3) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .event-listing-section .post-outer .post:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .event-listing-section .post-outer .post:nth-last-child(-n+2) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .event-listing-section .post-outer .post:last-child {
    margin-bottom: 0;
  }
}
.event-listing-section .post-outer .post .post-inner {
  width: 100%;
}
.event-listing-section .post-outer .post .post-inner .blog-banner-img img {
  height: 24rem;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-img img {
    height: 16rem;
  }
}
.event-listing-section .post-outer .post .post-inner .blog-banner-img.default-image {
  height: 24rem;
}
@media (max-width: 1279.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-img.default-image {
    height: 16rem;
  }
}
@media (max-width: 1023.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-content {
    padding-top: 2rem;
  }
}
.event-listing-section .post-outer .post .post-inner .blog-banner-content .blog-banner-date .post-date {
  padding-left: 0;
}
.event-listing-section .post-outer .post .post-inner .blog-banner-content .post-inner-title {
  padding-top: 1.5rem;
}
@media (max-width: 1279.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-content .post-inner-title {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-content .post-inner-title {
    padding-top: 0.5rem;
  }
}
.event-listing-section .post-outer .post .post-inner .blog-banner-content .post-inner-title:hover {
  color: #2D2F8F;
  transition: all 0.3s ease-out;
}
.event-listing-section .post-outer .post .post-inner .blog-banner-content .post-excerpt {
  height: 13.5rem;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-content .post-excerpt {
    height: 10.5rem;
  }
}
@media (max-width: 1023.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-content .post-excerpt {
    padding-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .event-listing-section .post-outer .post .post-inner .blog-banner-content .post-excerpt {
    height: auto;
  }
}

.event-detail-section .fancybox-container {
  z-index: 9999999999;
}
.event-detail-section .retail-customer-left p {
  max-width: 136rem;
}
.event-detail-section .vc_row {
  display: block;
}
.event-detail-section .lb-close {
  position: absolute;
  top: -12rem;
  right: 5rem;
  background: url(../images/close.png) top right no-repeat;
}
.event-detail-section .lb-nav a.lb-next {
  opacity: 1;
  background: url(../images/gallery-next-img.png) right no-repeat;
  right: -7rem;
  position: relative;
}
.event-detail-section .lb-nav a.lb-prev {
  opacity: 1;
  background: url(../images/gallery-prev-img.png) left no-repeat;
  left: -7rem;
  position: relative;
}
.event-detail-section .lightboxOverlay {
  z-index: 999999;
}
.event-detail-section .lightbox {
  z-index: 1000000;
}
.event-detail-section .lightbox .lb-image {
  border-radius: 0;
  border: 0;
}
.event-detail-section .fancybox-navigation .fancybox-button {
  opacity: 1;
  background-color: transparent;
  visibility: visible;
  color: #ffffff;
}
.event-detail-section .fancybox-navigation .fancybox-button svg {
  display: none;
}
.event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  background: url(../images/gallery-prev-img.png) left no-repeat;
  content: "";
  left: 7.7rem;
}
@media (max-width: 1449.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    background-size: 50%;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 3.7rem;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    background-size: 45%;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    background-size: 35%;
    left: 1rem;
  }
}
.event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  background: url(../images/gallery-next-img.png) right no-repeat;
  content: "";
  right: 7.7rem;
}
@media (max-width: 1449.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    background-size: 50%;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 3.7rem;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    background-size: 45%;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    background-size: 35%;
    right: 1rem;
  }
}
.event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--zoom, .event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--play {
  display: none;
}
.event-detail-section .fancybox-infobar {
  display: none;
}
.event-detail-section .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.event-detail-section .fancybox-toolbar .fancybox-button--zoom, .event-detail-section .fancybox-toolbar .fancybox-button--play {
  display: none;
}
.event-detail-section .fancybox-toolbar .fancybox-button svg {
  display: none;
}
.event-detail-section .fancybox-toolbar .fancybox-button.fancybox-button--close {
  background: url(../images/gallery-close-icon.png) top right no-repeat;
  content: "";
  right: 6rem;
  top: 3rem;
}
@media (max-width: 1449.98px) {
  .event-detail-section .fancybox-toolbar .fancybox-button.fancybox-button--close {
    background-size: 50%;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section .fancybox-toolbar .fancybox-button.fancybox-button--close {
    right: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .fancybox-toolbar .fancybox-button.fancybox-button--close {
    background-size: 45%;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-section .fancybox-toolbar .fancybox-button.fancybox-button--close {
    right: 3rem;
    top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section .fancybox-toolbar .fancybox-button.fancybox-button--close {
    right: 1.5rem;
    top: 1.5rem;
  }
}
.event-detail-section .lb-data .lb-details {
  display: none;
}
.event-detail-section h2 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
}
@media (max-width: 1600.98px) {
  .event-detail-section h2 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .event-detail-section h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-section h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.event-detail-section .nav-links, .news-detail-section .nav-links, .success-story-detail-section .nav-links {
  padding-top: 5rem;
  border-top: 0.1rem solid #D9D9D9;
  margin-top: 9rem;
}
@media (max-width: 1600.98px) {
  .event-detail-section .nav-links, .news-detail-section .nav-links, .success-story-detail-section .nav-links {
    padding-top: 3rem;
    margin-top: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-section .nav-links, .news-detail-section .nav-links, .success-story-detail-section .nav-links {
    padding-top: 2rem;
    margin-top: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-section .nav-links, .news-detail-section .nav-links, .success-story-detail-section .nav-links {
    padding-top: 1rem;
    margin-top: 7rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section .nav-links, .news-detail-section .nav-links, .success-story-detail-section .nav-links {
    padding-top: 1rem;
    margin-top: 4rem;
  }
}
.event-detail-section .nav-links .nav-subtitle, .news-detail-section .nav-links .nav-subtitle, .success-story-detail-section .nav-links .nav-subtitle {
  font-weight: 700;
  font-family: ObjectSansBold;
  color: #999999;
}
@media (max-width: 1279.98px) {
  .event-detail-section .nav-links .nav-subtitle, .news-detail-section .nav-links .nav-subtitle, .success-story-detail-section .nav-links .nav-subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.event-detail-section .nav-previous, .news-detail-section .nav-previous, .success-story-detail-section .nav-previous {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: start;
}
.event-detail-section .nav-previous .nav-subtitle, .news-detail-section .nav-previous .nav-subtitle, .success-story-detail-section .nav-previous .nav-subtitle {
  display: flex;
  align-items: center;
  justify-content: start;
}
.event-detail-section .nav-previous .nav-subtitle:hover, .news-detail-section .nav-previous .nav-subtitle:hover, .success-story-detail-section .nav-previous .nav-subtitle:hover {
  color: #000000;
}
.event-detail-section .nav-previous .nav-subtitle:hover svg, .news-detail-section .nav-previous .nav-subtitle:hover svg, .success-story-detail-section .nav-previous .nav-subtitle:hover svg {
  filter: invert(0.8);
}
.event-detail-section .nav-previous svg, .news-detail-section .nav-previous svg, .success-story-detail-section .nav-previous svg {
  margin-right: 2rem;
}
@media (max-width: 1449.98px) {
  .event-detail-section .nav-previous svg, .news-detail-section .nav-previous svg, .success-story-detail-section .nav-previous svg {
    width: 25%;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .nav-previous svg, .news-detail-section .nav-previous svg, .success-story-detail-section .nav-previous svg {
    width: 20%;
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section .nav-previous svg, .news-detail-section .nav-previous svg, .success-story-detail-section .nav-previous svg {
    width: 18%;
  }
}
.event-detail-section .nav-next, .news-detail-section .nav-next, .success-story-detail-section .nav-next {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.event-detail-section .nav-next .nav-subtitle, .news-detail-section .nav-next .nav-subtitle, .success-story-detail-section .nav-next .nav-subtitle {
  display: flex;
  align-items: center;
  justify-content: end;
}
.event-detail-section .nav-next .nav-subtitle:hover, .news-detail-section .nav-next .nav-subtitle:hover, .success-story-detail-section .nav-next .nav-subtitle:hover {
  color: #000000;
}
.event-detail-section .nav-next .nav-subtitle:hover svg, .news-detail-section .nav-next .nav-subtitle:hover svg, .success-story-detail-section .nav-next .nav-subtitle:hover svg {
  filter: invert(0.8);
}
@media (max-width: 767.98px) {
  .event-detail-section .nav-next .nav-subtitle, .news-detail-section .nav-next .nav-subtitle, .success-story-detail-section .nav-next .nav-subtitle {
    justify-content: end;
  }
}
.event-detail-section .nav-next svg, .news-detail-section .nav-next svg, .success-story-detail-section .nav-next svg {
  margin-left: 2rem;
}
@media (max-width: 1449.98px) {
  .event-detail-section .nav-next svg, .news-detail-section .nav-next svg, .success-story-detail-section .nav-next svg {
    width: 25%;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-section .nav-next svg, .news-detail-section .nav-next svg, .success-story-detail-section .nav-next svg {
    width: 20%;
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-section .nav-next svg, .news-detail-section .nav-next svg, .success-story-detail-section .nav-next svg {
    width: 18%;
  }
}

.event-detail-title, .event-detail-section h1 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  color: #000000;
  font-family: ObjectSansBold;
  max-width: 136rem;
  padding-bottom: 2rem;
}
@media (max-width: 1600.98px) {
  .event-detail-title, .event-detail-section h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1449.98px) {
  .event-detail-title, .event-detail-section h1 {
    font-size: 4rem;
    line-height: 5.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-title, .event-detail-section h1 {
    font-size: 3rem;
    line-height: 4.4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .event-detail-title, .event-detail-section h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-title, .event-detail-section h1 {
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 1rem;
  }
}

.insustry-main-section.event-detail-main {
  margin-top: 0;
}
.insustry-main-section.event-detail-main .common-para p {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .event-gallery {
    padding-top: 2rem;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.3rem;
}
@media (max-width: 1279.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block {
    margin: 0 -1rem;
  }
}
@media (max-width: 1023.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block {
    margin: 0 -0.5rem;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item {
  padding: 1.3rem 1.3rem;
}
@media (max-width: 1279.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item {
    padding: 1rem 1rem;
  }
}
@media (max-width: 1023.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item {
    width: 50% !important;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item .img-hover {
  height: 32.6rem;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item .img-hover {
    height: 28.6rem;
  }
}
@media (max-width: 1449.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item .img-hover {
    height: 24.6rem;
  }
}
@media (max-width: 1279.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item .img-hover {
    height: 19.6rem;
  }
}
@media (max-width: 1023.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item .img-hover {
    height: 15.6rem;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:hover img {
  transform: scale(1.1);
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(1) {
  width: 33%;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(1) {
    padding-top: 0.5rem;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(2) {
  width: 29.4%;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(2) {
    padding-top: 0.5rem;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(3) {
  width: 37.6%;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(3) {
    padding-top: 0.5rem;
  }
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(4) {
  width: 21%;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(5) {
  width: 27%;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(6) {
  width: 27.6%;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(7) {
  width: 24.4%;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(8) {
  width: 27%;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(9) {
  width: 27%;
}
.event-gallery .event-gallery-listing .event-gallery-item-block .event-gallery-item:nth-child(10) {
  width: 46%;
}

.event-detail-outer {
  position: relative;
}
.event-detail-outer:after {
  content: "";
  background-image: url(../images/bg-outer-img.webp);
  width: 30.6rem;
  height: 35.8rem;
  position: absolute;
  left: 0;
  top: 16rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1600.98px) {
  .event-detail-outer:after {
    top: 10rem;
    background-size: 100%;
    width: 34.6rem;
    height: 30.8rem;
  }
}
@media (max-width: 1449.98px) {
  .event-detail-outer:after {
    height: 22.8rem;
    top: 7rem;
  }
}
@media (max-width: 1359.98px) {
  .event-detail-outer:after {
    height: 35.8rem;
    top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .event-detail-outer:after {
    width: 15.6rem;
    height: 18.8rem;
    background-size: 100%;
    top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .event-detail-outer:after {
    top: 4rem;
    background-size: 100% auto;
    width: 12.6rem;
    height: 7.8rem;
  }
}

.page-events .post .blog-banner-content .blog-banner-date .post-date, .page-news .post .blog-banner-content .blog-banner-date .post-date {
  padding-left: 0;
}

.page-events .internal-banner, .page-news .internal-banner, .page-blogs .internal-banner, .page-success-stories .internal-banner {
  padding-bottom: 0;
}
.page-events .banner-inner .post, .page-news .banner-inner .post, .page-blogs .banner-inner .post, .page-success-stories .banner-inner .post {
  width: 100%;
}
.page-events .banner-inner .post a, .page-news .banner-inner .post a, .page-blogs .banner-inner .post a, .page-success-stories .banner-inner .post a {
  width: 100%;
}
.page-events .banner-inner .blog-banner-img.default-image img, .page-news .banner-inner .blog-banner-img.default-image img, .page-blogs .banner-inner .blog-banner-img.default-image img, .page-success-stories .banner-inner .blog-banner-img.default-image img {
  background-color: transparent;
}

.event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_left[disabled] {
  display: none;
}

.event-detail-section .fancybox-navigation .fancybox-button.fancybox-button--arrow_right[disabled] {
  display: none;
}

@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 2rem;
  }
}
.product-listing-section .product-listing-block .solution-block-left {
  padding-right: 5rem;
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block .solution-block-left {
    padding-right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block .solution-block-left {
    width: 100%;
    padding-right: 0;
    margin-top: 2rem;
  }
}
.product-listing-section .product-listing-block .solution-block-left .o-header--h3 {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
}
.product-listing-section .product-listing-block .solution-block-left .o-body-small {
  color: #333333;
  padding-top: 4rem;
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-small {
    padding-top: 4rem;
  }
}
@media (max-width: 1279.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-small {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-top: 2rem;
  }
}
.product-listing-section .product-listing-block .solution-block-left .common-listing {
  padding-top: 0.5rem;
}
.product-listing-section .product-listing-block .solution-block-left .o-body-medium {
  color: #000000;
  font-weight: 700;
  font-family: ObjectSansBold;
  padding-top: 4rem;
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-medium {
    padding-top: 3rem;
  }
}
@media (max-width: 1279.98px) {
  .product-listing-section .product-listing-block .solution-block-left .o-body-medium {
    padding-top: 1rem;
  }
}
.product-listing-section .product-listing-block .solution-block-left .small-title {
  padding-top: 2.5rem;
  text-transform: initial;
  padding-bottom: 2rem;
}
.product-listing-section .product-listing-block .solution-block-right {
  padding-left: 5rem;
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block .solution-block-right {
    padding-left: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block .solution-block-right {
    width: 100%;
    padding-left: 0;
  }
}
.product-listing-section .product-listing-block .solution-block-right img {
  height: 93.7rem;
  object-fit: cover;
  object-position: center;
  box-shadow: 15px 15px 70px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 1600.98px) {
  .product-listing-section .product-listing-block .solution-block-right img {
    height: 79.7rem;
  }
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block .solution-block-right img {
    height: 76.7rem;
  }
}
@media (max-width: 1279.98px) {
  .product-listing-section .product-listing-block .solution-block-right img {
    height: 68.7rem;
  }
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block .solution-block-right img {
    height: 45rem;
  }
}
@media (max-width: 767.98px) {
  .product-listing-section .product-listing-block .solution-block-right img {
    height: 40rem;
  }
}
.product-listing-section .product-listing-block:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.product-listing-section .product-listing-block:nth-child(odd) .solution-block-left {
  padding-right: 5rem;
  padding-right: 0;
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block:nth-child(odd) .solution-block-left {
    padding-right: 3rem;
    padding-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block:nth-child(odd) .solution-block-left {
    padding-right: 0;
    padding-left: 0;
  }
}
.product-listing-section .product-listing-block:nth-child(odd) .solution-block-right {
  padding-left: 0;
  padding-right: 5rem;
}
@media (max-width: 1449.98px) {
  .product-listing-section .product-listing-block:nth-child(odd) .solution-block-right {
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .product-listing-section .product-listing-block:nth-child(odd) .solution-block-right {
    padding-left: 0;
    padding-right: 0;
  }
}

.career-opportunity-section.product-opportunity-section .career-para-btm p {
  max-width: 82.4rem;
}
@media (max-width: 1449.98px) {
  .career-opportunity-section.product-opportunity-section .career-para-btm p {
    max-width: 67.4rem;
  }
}
@media (max-width: 1279.98px) {
  .career-opportunity-section.product-opportunity-section .career-para-btm p {
    max-width: 40.4rem;
  }
}

.techstack {
  padding-top: 12rem;
}
.techstack .wpb_image_grid_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto !important;
  margin: 0 -2.5rem !important;
}
.techstack .wpb_image_grid_ul li {
  width: calc(20% - 5rem) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static !important;
  float: none !important;
  border: 1px solid #CCCCCC;
  height: 120px;
  margin: 0 2.5rem 5rem 2.5rem !important;
  padding: 10px !important;
}
.techstack .wpb_image_grid_ul li:hover {
  border-color: #2D2F8F;
}

@media (max-width: 1023.98px) {
  .techstack {
    padding-top: 4rem;
  }
  .techstack .wpb_image_grid_ul li {
    width: calc(25% - 3rem) !important;
    margin: 0 1.5rem 3rem 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .techstack h5 {
    margin-bottom: 1.5rem;
  }
  .techstack .wpb_image_grid_ul {
    margin: 0 -0.75rem !important;
  }
  .techstack .wpb_image_grid_ul li {
    width: calc(50% - 1.5rem) !important;
    margin: 0 0.75rem 1.5rem 0.75rem !important;
  }
}

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