@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Sora:wght@400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: #4F6169 !important;
}

.modal {
  z-index: 10000;
}
.modal-content {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.modal-body {
  padding: 0;
}
.modal-dialog {
  z-index: 1080;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal iframe {
  position: relative;
  z-index: 2;
}

.ch-nav__item > a {
  color: #012A38;
}

body {
  font-weight: normal;
  font-size: 16px;
}

.cc-body {
  margin: 0;
  overflow: hidden;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .cc-body {
    padding-bottom: 130px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cw-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.cw-header__inwrap {
  display: flex;
  padding: 15px;
}
.cw-header__right, .cw-header__left {
  display: flex;
}
.cw-header__right {
  margin-left: auto;
}
.cw-header__left {
  margin-right: auto;
}
.cw-header--invert .cw-nav .cw-link, .cw-header--invert .cw-nav .cw-link:hover {
  color: #fff;
}
.cw-header--invert .cw-nav .cw-link:hover {
  background-color: fade(#fff, 5%);
}
@media (min-width: 768px) {
  .cw-header__inwrap {
    padding: 24px;
  }
}
.cw-nav__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  perspective: 300px;
}
.cw-nav a, .cw-nav a:hover {
  color: #012A38;
}
.cw-nav .cw-link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 15px;
  padding: 8px 15px;
  border-radius: 2px;
  transition: all 0.2s ease-out;
}
.cw-nav .cw-link, .cw-nav .cw-link:hover {
  text-decoration: none;
}
.cw-nav .cw-link:hover {
  background-color: fade(#012A38, 5%);
  border-radius: 2px;
  transform: translateZ(5px);
}
@media (min-width: 992px) {
  .cw-nav .cw-link {
    font-size: 14px;
  }
}
.cw-Mb-xxs {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cw-Mb-xxs {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cw-Mb-xxs {
    margin-bottom: 60px;
  }
}
.cw-Mb-xs {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cw-Mb-xs {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .cw-Mb-xs {
    margin-bottom: 100px;
  }
}
.cw-Mb-s {
  margin-bottom: 120px;
}
.cw-Mb-m {
  margin-bottom: 140px;
}
.cw-Mb-l {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .cw-Mb-l {
    margin-bottom: 74px;
  }
}
@media (min-width: 992px) {
  .cw-Mb-l {
    margin-bottom: 180px;
  }
}
.cw-Mb-xl {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .cw-Mb-xl {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .cw-Mb-xl {
    margin-bottom: 210px;
  }
}
.cw-Mb-xxl {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .cw-Mb-xxl {
    margin-bottom: 180px;
  }
}
@media (min-width: 992px) {
  .cw-Mb-xxl {
    margin-bottom: 240px;
  }
}
.cw-Mt-xxs {
  margin-top: 60px;
}
.cw-Mt-xs {
  margin-top: 100px;
}
.cw-Mt-s {
  margin-top: 120px;
}
.cw-Mt-m {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cw-Mt-m {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .cw-Mt-m {
    margin-bottom: 140px;
  }
}
.cw-Mt-l {
  margin-top: 140px;
}
@media (min-width: 992px) {
  .cw-Mt-l {
    margin-top: 180px;
  }
}
.cw-Mt-xl {
  margin-top: 210px;
}
.cw-Mt-xxl {
  margin-top: 240px;
}
.cw-section.hero {
  position: relative;
  background-color: #012A38;
}
@media (max-width: 575px) {
  .cw-section.hero {
    min-height: 315px;
  }
}
@media (min-width: 992px) {
  .cw-section.hero {
    max-height: 550px;
  }
}
@media (min-width: 1200px) {
  .cw-section.hero {
    min-height: 550px;
  }
}
.cw-hero {
  margin-top: 20%;
  padding-bottom: 80px;
}
.cw-hero__inwrap {
  display: flex;
  flex-flow: column wrap;
}
.cw-hero__title {
  font-size: 32px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
}
.cw-hero__footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  margin-left: -4px;
}
.cw-hero__action + .cw-hero__action {
  margin-left: 24px;
}
.cw-hero__cta {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.cw-hero__cta:hover, .cw-hero__cta:focus {
  color: #000;
  text-decoration: underline;
}
.cw-hero__link {
  background: #BFF90B;
  padding: 12px 24px;
  border-radius: 4px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #012A38;
  transition: all 0.2s ease-out;
  border: 1px solid #BFF90B;
}
.cw-hero__link:before {
  content: "";
  background: url("https://www.chargebee.com/static/resources/careers/youtube.svg") no-repeat left center;
  width: 30px;
  min-height: 18px;
  height: 100%;
  display: inline-block;
  background-size: 26px;
  vertical-align: middle;
  margin-right: 3px;
  filter: grayscale(1) brightness(0.5);
}
.cw-hero__link:hover, .cw-hero__link:focus {
  text-decoration: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.24);
}
.cw-hero__link:hover {
  cursor: pointer;
}
.cw-hero__link .cw-hero__icon {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 9px;
}
.cw-hero__link .cw-name {
  display: inline-block;
}
.cw-hero__link:hover {
  color: #012A38;
}
.cw-hero.hero-as-img .cw-hero__title {
  opacity: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .cw-hero__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) {
  .cw-hero {
    margin-top: 20%;
  }
  .cw-hero__title {
    font-size: 48px;
    line-height: 60px;
    max-width: 520px;
  }
}
.cw-bottomnav {
  display: flex;
  flex-flow: column wrap;
  perspective: 100px;
  perspective-origin: center center;
}
.cw-bottomnav__link {
  display: inline-flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  padding: 20px 22px;
  border: 1px solid #E2E2E2;
  color: #012A38;
  border-radius: 4px;
  transform: translateZ(0);
  transform-origin: center center;
}
.cw-bottomnav__link, .cw-bottomnav__link:hover {
  text-decoration: none;
}
.cw-bottomnav__link:hover {
  background: #4F6169;
  color: white;
  transform: translateZ(1px);
}
.cw-bottomnav__link:hover .cw-link__desc {
  color: fade(white, 75%);
}
.cw-bottomnav__link:first-child + .cw-bottomnav__link:last-child {
  border-left-width: 1px;
}
.cw-bottomnav__link + .cw-bottomnav__link {
  margin-top: 8px;
}
.cw-bottomnav .cw-link__title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
.cw-bottomnav .cw-link__desc {
  font-size: 12px;
  color: #4F6169;
}
@media (min-width: 768px) {
  .cw-bottomnav__link {
    padding: 32px 75px;
    text-align: center;
  }
  .cw-bottomnav .cw-link__title {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .cw-bottomnav .cw-link__desc {
    font-size: 16px;
  }
  .cw-bottomnav + .cw-bottomnav {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .cw-bottomnav {
    flex-flow: row nowrap;
  }
  .cw-bottomnav__link:first-child {
    border-radius: 4px 0 0 4px;
  }
  .cw-bottomnav__link:last-child {
    border-radius: 0 4px 4px 0;
  }
  .cw-bottomnav__link:first-child + .cw-bottomnav__link:last-child {
    border-left-width: 0;
  }
  .cw-bottomnav__link + .cw-bottomnav__link {
    margin-top: 0;
  }
}
.cw-pagetab {
  position: relative;
  display: inline-block;
  padding: 24px;
  color: #012A38;
  white-space: nowrap;
}
.cw-pagetab, .cw-pagetab:hover, .cw-pagetab:focus {
  text-decoration: none;
}
.cw-pagetabs {
  position: absolute;
  width: 100%;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.cw-pagetabs:before, .cw-pagetabs:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  z-index: 1;
}
.cw-pagetabs:before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat;
}
.cw-pagetabs:after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat;
}
.cw-pagetabs.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.cw-pagetabs__inwrap {
  display: flex;
  align-items: center;
  margin-right: -15px;
  margin-left: -10px;
}
@media (min-width: 1024px) {
  .cw-pagetabs__inwrap {
    justify-content: center;
  }
}
.cw-pagetab:before, .cw-pagetab:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 46%;
  height: 2px;
  background: #FF523B;
  opacity: 0;
  transform-origin: bottom center;
  transition: transform 0.18s cubic-bezier(1, 0.43, 0, 0.83), opacity 0.12s ease-in;
}
.cw-pagetab:before {
  left: 5%;
  transform: translateX(-50px);
}
.cw-pagetab:after {
  right: 5%;
  transform: translateX(50px);
}
.cw-pagetab.active, .cw-pagetab:hover {
  color: #FF523B;
  font-weight: 600;
}
.cw-pagetab.active:before, .cw-pagetab.active:after, .cw-pagetab:hover:before, .cw-pagetab:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.15s cubic-bezier(1, 0.43, 0, 0.83), opacity 0.2s ease-out;
}
@media (max-width: 767px) {
  .cw-pagetabs__inwrap {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .cw-pagetab {
    font-size: 14px;
    padding: 24px;
  }
  .cw-pagetab__inwrap {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .cw-pagetab {
    font-size: 16px;
  }
}
.cw-quote {
  margin-left: -15px;
  margin-right: -15px;
}
.cw-quote__wrap {
  display: flex;
  flex-flow: row wrap;
}
.cw-quote__authorprofile {
  width: 180px;
  margin-left: -30px;
}
.cw-quote__authorprofile + .cw-quote__authorinfo {
  margin-left: 12px;
  margin-top: 30px;
}
.cw-quote__authorprofile + .cw-quote__authorinfo .cw-quote__authorname {
  display: block;
  color: #012A38;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cw-quote__authorprofile + .cw-quote__authorinfo .cw-quote__authordesignation {
  display: block;
  color: #012A38;
  font-size: 12px;
}
.cw-quote__content {
  display: flex;
  margin-left: 30px;
  margin-top: -60px;
  max-width: 420px;
  padding: 20px 32px;
  background: #4F6169;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  align-items: flex-start;
}
.cw-quote__content-inwrap {
  position: relative;
  width: 90%;
}
.cw-quote__content .cw-quote__authorinfo {
  margin-top: 20px;
}
.cw-quote__content .cw-quote__authorname,
.cw-quote__content .cw-quote__authordesignation {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  color: fade(#fff, 75%);
}
.cw-quote__icon {
  display: none;
}
.cw-quote__icon + .cw-quote__content-inwrap {
  margin-left: 0;
}
.cw-quote__desc {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .cw-quote {
    margin-right: 0;
    margin-left: 0;
  }
  .cw-quote__authorprofile {
    width: 240px;
  }
  .cw-quote__authorprofile + .cw-quote__authorinfo {
    margin-left: 30px;
    margin-top: 60px;
  }
  .cw-quote__authorprofile + .cw-quote__authorinfo .cw-quote__authorname {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4px;
  }
  .cw-quote__authorprofile + .cw-quote__authorinfo .cw-quote__authordesignation {
    font-size: 20px;
  }
  .cw-quote__content {
    padding: 32px 48px;
    max-width: 660px;
    margin-left: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -75px;
  }
  .cw-quote__content .cw-quote__authorname,
  .cw-quote__content .cw-quote__authordesignation {
    font-size: 14px;
    color: fade(#fff, 75%);
  }
  .cw-quote__icon + .cw-quote__content-inwrap {
    width: calc(100% - 100px);
  }
  .cw-quote__desc {
    font-size: 24px;
    line-height: 36px;
  }
  .cw-quote__icon {
    display: inline-flex;
  }
  .cw-quote__icon + .cw-quote__content-inwrap {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .cw-quote {
    margin-right: 0;
    margin-left: 0;
  }
  .cw-quote__authorprofile {
    width: 350px;
  }
  .cw-quote__authorprofile + .cw-quote__authorinfo {
    margin-left: 30px;
    margin-top: 80px;
  }
  .cw-quote__authorprofile + .cw-quote__authorinfo .cw-quote__authorname {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4px;
  }
  .cw-quote__authorprofile + .cw-quote__authorinfo .cw-quote__authordesignation {
    font-size: 20px;
  }
  .cw-quote__content {
    padding: 32px 48px;
    max-width: 660px;
    margin-top: -115px;
  }
  .cw-quote__content .cw-quote__authorname,
  .cw-quote__content .cw-quote__authordesignation {
    font-size: 14px;
    color: fade(#fff, 75%);
  }
  .cw-quote__icon + .cw-quote__content-inwrap {
    width: calc(100% - 100px);
  }
  .cw-quote__desc {
    font-size: 24px;
    line-height: 36px;
  }
  .cw-quote__icon + .cw-quote__content-inwrap {
    margin-left: 24px;
  }
}
@media (min-width: 768px) {
  .cw-quote.longquote .cw-quote__content {
    padding: 40px 60px;
  }
  .cw-quote.longquote .cw-quote__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
.cw-quote.align-img-right .cw-quote__content {
  order: 3;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cw-quote.align-img-right .cw-quote__authorprofile {
    order: 3;
    margin-left: auto;
    margin-right: -8.333%;
  }
  .cw-quote.align-img-right .cw-quote__authorinfo {
    order: 2;
    margin-left: auto;
  }
  .cw-quote.align-img-right .cw-quote__content {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cw-quote.align-img-right .cw-quote__authorprofile {
    order: 3;
    margin-left: auto;
    margin-right: 0;
  }
  .cw-quote.align-img-right .cw-quote__authorinfo {
    order: 2;
    margin-left: auto;
  }
  .cw-quote.align-img-right .cw-quote__content {
    margin-left: 0;
  }
}
.cw-quote.variantB .cw-quote__authorprofile {
  width: 300px;
}
@media (min-width: 768px) {
  .cw-quote.variantB .cw-quote__authorprofile {
    width: 570px;
  }
  .cw-quote.variantB .cw-quote__content {
    margin-top: -133.3333333333px;
  }
}
@media (min-width: 992px) {
  .cw-quote.variantB .cw-quote__authorprofile {
    width: 720px;
  }
  .cw-quote.variantB .cw-quote__content {
    margin-top: -133.3333333333px;
  }
}
.cw-quote.variantC .cw-quote__authorprofile {
  width: 330px;
}
.cw-quote.variantC .cw-quote__content {
  width: 540px;
  margin-top: -66.6666666667px;
}
@media (min-width: 768px) {
  .cw-quote.variantC .cw-quote__authorprofile {
    width: 500px;
    margin-right: 0;
    margin-left: 0;
  }
  .cw-quote.variantC .cw-quote__content {
    width: 540px;
    margin-top: -133.3333333333px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .cw-quote.variantC .cw-quote__authorprofile {
    width: 500px;
    margin-right: 0;
    margin-left: auto;
  }
  .cw-quote.variantC .cw-quote__content {
    width: 540px;
    margin-top: -133.3333333333px;
    margin-left: 0;
    margin-right: auto;
  }
}
.cw-features {
  display: flex;
  flex-flow: column wrap;
}
.cw-feature__item {
  flex: 1 1 auto;
  width: 95%;
  max-width: 95%;
  margin-bottom: 30px;
}
.cw-feature {
  display: flex;
  flex-flow: row wrap;
}
.cw-feature__icon {
  width: 20px;
  height: 20px;
  flex: 0 1 auto;
  margin-top: 5px;
}
.cw-feature__content {
  flex-flow: column wrap;
  flex: 0 1 calc(100% - 36px);
}
.cw-feature__icon + .cw-feature__content {
  padding-left: 16px;
}
.cw-feature__name {
  font-size: 16px;
  font-weight: bold;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 24px;
  color: #012A38;
  margin-bottom: 4px;
}
.cw-feature__desc {
  color: #44435A;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .cw-feature__item {
    width: 50%;
    max-width: 50%;
    margin-bottom: 60px;
  }
  .cw-feature__item:nth-child(even) {
    padding-left: 30px;
  }
  .cw-feature__item:nth-child(odd) {
    padding-right: 10px;
  }
  .cw-feature__icon {
    width: 40px;
    height: 40px;
  }
  .cw-feature__content {
    flex: 0 1 calc(100% - 40px);
  }
  .cw-feature__name {
    font-size: 18px;
    line-height: 24px;
  }
  .cw-feature__desc {
    font-size: 14px;
    line-height: 22px;
  }
  .cw-features {
    flex-flow: row wrap;
  }
  .cw-feature__icon + .cw-feature__content {
    padding-left: 30px;
  }
}
.cw-gallery {
  margin-left: -30px;
  margin-right: -30px;
}
.cw-gallery__inwrap {
  display: flex;
  flex-flow: row wrap;
}
.cw-gallery__item {
  width: 50%;
  padding-bottom: 1px;
  padding-right: 1px;
}
.cw-gallery__imgwrap {
  position: relative;
}
@media (min-width: 768px) {
  .cw-gallery__item {
    width: 33.3333333333%;
  }
}
.cw-gallery.variantA {
  margin: 0 -15px 50px -15px;
}
@media (min-width: 768px) {
  .cw-gallery.variantA {
    margin: 0 0 140px 0;
  }
}
.cw-gallery.variantA .cw-gallery__item:last-child {
  flex: 2 1 100%;
}
@media (min-width: 768px) {
  .cw-gallery.variantA .cw-gallery__item {
    width: 50%;
  }
  .cw-gallery.variantA .cw-gallery__item:last-child {
    flex: 2 1 50%;
  }
}
@media (min-width: 992px) {
  .cw-gallery.variantA .cw-gallery__item {
    width: 33.3333333333%;
  }
}
.cw-gallery.variantB .cw-gallery__item:first-child {
  flex: 2 1 100%;
}
@media (min-width: 768px) {
  .cw-gallery.variantB .cw-gallery__item:first-child {
    flex: 2 1 50%;
  }
}
.cw-article__title, .cw-article__heading, .cw-article__subheading {
  font-weight: 600;
  color: #012A38;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cw-article__media {
  width: 70px;
  margin-bottom: 16px;
}
.cw-article__title {
  font-size: 14px;
  line-height: 16px;
}
.cw-article__desc {
  color: #44435A;
  font-size: 11px;
  line-height: 17px;
}
.cw-article__heading {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #012A38;
}
.cw-article__subheading {
  font-size: 18px;
  line-height: 24px;
}
.cw-article__list {
  list-style: none;
  margin-top: 24px;
  padding-left: 1.2em;
}
.cw-article__list > li {
  font-size: 11px;
  line-height: 0;
}
.cw-article__list > li:before {
  content: "•";
  color: #4F6169;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  margin-left: -1em;
}
.cw-article__list > li + li {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .cw-article__media {
    width: 90px;
    margin-bottom: 36px;
  }
  .cw-article__subheading {
    font-size: 20px;
    line-height: 32px;
  }
  .cw-article__heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
    color: #012A38;
  }
  .cw-article__title {
    font-size: 40px;
    line-height: 46px;
  }
  .cw-article__desc {
    font-size: 18px;
    line-height: 28px;
  }
  .cw-article--align-center {
    text-align: center;
  }
  .cw-article__list {
    list-style: none;
    margin-top: 30px;
    padding-left: 1.2em;
  }
  .cw-article__list > li {
    font-size: 16px;
    line-height: 24px;
  }
  .cw-article__list > li:before {
    content: "•";
    color: #4F6169;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
  }
  .cw-article__list > li + li {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .cw-article__media {
    width: 120px;
    margin-bottom: 45px;
  }
  .cw-article__title {
    font-size: 40px;
    line-height: 46px;
  }
  .cw-article__desc {
    font-size: 18px;
    line-height: 28px;
  }
  .cw-article--align-center {
    text-align: center;
  }
}
.cw-cta__inwrap {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
.cw-cta__title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 28px;
  letter-spacing: -0.6px;
  color: #012A38;
}
.cw-cta__footer {
  margin-top: 24px;
}
.cw-cta__link {
  display: inline-block;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.4px;
  vertical-align: middle;
}
.cw-cta__link, .cw-cta__link:hover {
  text-decoration: none;
}
.cw-cta__link:hover, .cw-cta__link:focus {
  color: #000;
}
.cw-cta__link-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.cw-cta__btn {
  display: inline-block;
  border: 1px solid #BFF90B;
  background-color: #BFF90B;
  color: #012A38;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 500;
  transition: all 150ms ease-in;
  color: #012A38;
}
.cw-cta__btn, .cw-cta__btn:hover, .cw-cta__btn:focus {
  color: #012A38;
  text-decoration: none;
}
.cw-cta__btn:hover {
  background-color: #BFF90B;
  transition: all 200ms ease-out;
}
.cw-cta__btn--white {
  border-color: #fff;
  color: #fff;
}
.cw-cta__btn--white:hover, .cw-cta__btn--white:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .cw-cta__title {
    font-size: 40px;
    line-height: 66px;
    letter-spacing: -1.4px;
  }
  .cw-cta__btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cw-cta__title {
    font-size: 56px;
  }
}
.cw-lead {
  margin-bottom: 24px;
}
.cw-lead__heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -0.2px;
  color: #012A38;
}
.cw-lead.normal .cw-lead__heading {
  font-weight: normal;
}
@media (min-width: 768px) {
  .cw-lead__heading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .cw-lead__heading {
    font-size: 24px;
    line-height: 36px;
  }
}

.custom-cta {
  position: relative;
  display: block;
  perspective: 300px;
  padding: 10px 10px 16px;
}
.custom-cta, .custom-cta:hover, .custom-cta:focus, .custom-cta:active {
  color: #230D4D;
}
.custom-cta__wrap {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  padding: 30px 24px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.custom-cta:hover .custom-cta__wrap {
  transform: translateY(-8px);
  box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.2);
}
.custom-cta__linkname {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #230D4D;
}
.custom-cta__desc {
  font-size: 12px;
  line-height: 18px;
  width: 80%;
  color: fade(#230D4D, 78%);
}
@media (min-width: 768px) {
  .custom-cta__wrap {
    padding: 30px 70px 24px 32px;
  }
  .custom-cta__linkname {
    font-size: 36px;
  }
  .custom-cta__desc {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .custom-cta__wrap {
    background: #fff url("../images/careers/work-cta-bg.png") top right no-repeat;
    background-size: contain;
  }
  .custom-cta__desc {
    width: 60%;
  }
}

.gallery-imgA, .gallery-imgB {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 64px 52px;
}
.gallery-imgA {
  background: #4F6169;
}
.gallery-imgA span:first-child {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: fade(#fff, 70%);
}
.gallery-imgA span:last-child {
  display: block;
  font-size: 84px;
  font-weight: bold;
  line-height: 90px;
  color: #fff;
}
.gallery-imgB {
  color: #012A38;
}
.gallery-imgB .img-responsive {
  width: 50 !important;
}
.gallery-imgB .title {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.gallery-imgB .desc {
  display: block;
  font-size: 14px;
}
@media (min-width: 992px) {
  .gallery-imgB .img-responsive {
    width: 120 !important;
  }
}

.cw-card {
  background: linear-gradient(180deg, #2C0069 0%, #060520 100%);
  border-radius: 20px;
  padding: 48px 30px 18px 60px;
  display: block;
  max-width: 920px;
  margin: 20px 0 24px;
  text-align: left;
  transition: all 0.25s ease-in;
}
.cw-card:hover {
  margin-top: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 3px 6px 10px rgba(0, 0, 0, 0.25);
}

.cw-card__title {
  font-weight: 600;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 520px;
}

.cw-card__title span {
  color: #FF3300;
}

.cw-card__figure {
  max-width: 640px;
  margin-left: auto;
  margin-top: -100px;
}

.cw-card__cta {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  padding: 12px 0px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .cw-card {
    padding: 48px 24px;
  }
  .cw-card__title {
    font-size: 22px;
    line-height: 26px;
  }
  .cw-card__figure {
    margin: 32px 0;
  }
  .cw-card__cta {
    font-size: 13px;
  }
}
.cw-article--alt {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .cw-article--alt {
    margin-bottom: 140px;
  }
}
.cw-article--alt .cw-article__title {
  font-weight: 600;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #012A38;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -1.5;
  font-size: 36px;
}
@media (min-width: 768px) {
  .cw-article--alt .cw-article__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .cw-article--alt .cw-article__title {
    font-size: 56px;
  }
}
.cw-article--alt .cw-article__title span {
  color: transparent;
  background: #FF3300;
  background-clip: text;
  -webkit-background-clip: text;
}
.cw-article--alt .cw-article__heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #012A38;
}
@media (min-width: 768px) {
  .cw-article--alt .cw-article__heading {
    margin-bottom: 12px;
  }
}
.cw-article--alt .cw-article__desc {
  font-size: 16px;
  line-height: 1.45;
  color: #4F6169;
}
.cw-article--alt .cw-article__body ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
  display: grid;
  grid-gap: 40px;
  margin-top: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cw-article--alt .cw-article__body ul {
    margin-top: 70px;
    grid-gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .cw-article--alt .cw-article__body ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cw-article--alt .cw-article__body ul li {
  position: relative;
  max-width: 220px;
}
.cw-article--alt .cw-article__body ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  width: 10px;
  height: 20px;
  background: #A2C1C4;
}
.cw-media--alt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cw-media--alt {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cw-media--alt .cw-media__title {
  font-weight: 600;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #012A38;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -1.5;
  font-size: 36px;
}
@media (min-width: 768px) {
  .cw-media--alt .cw-media__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .cw-media--alt .cw-media__title {
    font-size: 56px;
  }
}
.cw-media--alt .cw-media__title span {
  color: transparent;
  background: #FF3300;
  background-clip: text;
  -webkit-background-clip: text;
}
.cw-media--alt .cw-media__heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #012A38;
}
@media (min-width: 768px) {
  .cw-media--alt .cw-media__heading {
    margin-bottom: 12px;
  }
}
.cw-media--alt .cw-media__desc {
  font-size: 16px;
  line-height: 1.45;
}
.cw-media--alt .cw-media__content {
  max-width: 280px;
}
.cw-media--alt .cw-media__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 50px;
  margin-top: 30px;
  max-width: 740px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cw-media--alt .cw-media__body ul {
    margin-top: 70px;
    grid-gap: 50px 30px;
  }
}
.cw-media--alt .cw-media__body ul li {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cw-media--alt .cw-media__body ul li {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.cw-media--alt .cw-media__body ul li > div:first-child {
  border-radius: 10px;
  overflow: hidden;
}
.cw-media--alt .cw-media__body ul li > div:first-child img {
  margin: auto;
}

.za-bg {
  display: none;
}
@media (min-width: 768px) {
  .za-bg {
    display: block;
  }
}
.za-bg__container {
  position: relative;
}
.za-bg__purple {
  position: absolute;
  width: 140px;
  height: 140px;
  z-index: -1;
  border-radius: 30px;
  background: radial-gradient(63.23% 63.23% at 50% 50%, #FDA583 0%, #F7CF69 61.99%, #FFFFFF 100%);
  border-radius: 30px;
  animation: morph 4s linear infinite alternate;
}
.za-bg__white {
  position: absolute;
  width: 90px;
  height: 90px;
  z-index: -1;
  background: radial-gradient(66.26% 66.26% at 50% 50%, rgba(253, 248, 244, 0.8) 0%, rgba(225, 225, 225, 0.608333) 84.9%, rgba(253, 248, 244, 0.8) 100%);
  animation: morph2 4s linear infinite alternate;
}
.za-bg--top-left .za-bg__purple {
  top: 70px;
  left: -70px;
}
.za-bg--top-left .za-bg__white {
  border-radius: 50%;
  left: 0;
  top: 30px;
}
.za-bg--bottom-right .za-bg__purple {
  bottom: 70px;
  right: -70px;
}
.za-bg--bottom-right .za-bg__white {
  border-radius: 20px;
  right: 30px;
  bottom: 120px;
}

@keyframes morph {
  0% {
    transform: rotate(45deg) translateX(0px);
    background: radial-gradient(63% 63% at 50% 50%, #FDA583 0%, #F7CF69 62%, #FFFFFF 100%);
  }
  50% {
    transform: rotate(45deg) translateX(-10px);
    background: radial-gradient(63% 63% at 50% 50%, #FDA583 10%, #F7CF69 62%, #FFFFFF 100%);
  }
  100% {
    transform: rotate(45deg) translateX(0px);
    background: radial-gradient(63% 63% at 50% 50%, #FDA583 0%, #F7CF69 62%, #FFFFFF 100%);
  }
}
@keyframes morph2 {
  0% {
    transform: rotate(0deg) translateX(0px);
    background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0%, rgba(225, 225, 225, 0.608333) 80%, rgba(253, 248, 244, 0.8) 100%);
  }
  50% {
    transform: rotate(0deg) translateX(10px);
    background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 10%, rgba(225, 225, 225, 0.608333) 85%, rgba(253, 248, 244, 0.8) 100%);
  }
  100% {
    transform: rotate(0deg) translateX(0px);
    background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0%, rgba(225, 225, 225, 0.608333) 80%, rgba(253, 248, 244, 0.8) 100%);
  }
}
/*********************************/
/**** Predefined Css Classes *****/
/*********************************/
.clr-l-blue {
  color: #9C9CBC;
}

.clr-purple-active {
  color: #6200ea;
}

.clr-purple {
  color: #2C0069;
}

.clr-black {
  color: #091632;
}

.clr-white {
  color: #ffffff;
}

.clr-l-purple {
  color: #d4d4e8;
}

.hero-gradient {
  background: linear-gradient(267deg, #FF933B -11.53%, #F3587C 92.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-gradient {
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purple-gradient {
  background: linear-gradient(123deg, #FDA085 12.95%, #F6D365 31.25%, #F9BB74 81.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-gradient {
  background: #FF3300;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.italic {
  font-size: 16px;
  font-style: italic;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-70 {
  font-size: 70px;
}
@media (max-width: 767px) {
  .fs-70 {
    font-size: 48px;
  }
}

.fs-48 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .fs-48 {
    font-size: 34px;
  }
}
@media (max-width: 567px) {
  .fs-48 {
    font-size: 28px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pr-15 {
  padding-right: 15px;
}

.p-relative {
  position: relative;
}

.mb-8 {
  margin-bottom: 8px;
}

.d-block {
  display: block;
}

.clr-glassdoor {
  color: #050420;
}

.glassdoor {
  padding-top: 90px;
  padding-bottom: 120px;
}
.glassdoor__heading {
  font-size: 48px;
  padding-bottom: 45px;
  letter-spacing: -1px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #012A38;
}
@media (max-width: 567px) {
  .glassdoor__heading {
    font-size: 40px;
    padding-bottom: 40px;
  }
}
.glassdoor__body {
  max-width: 760px;
  margin: 0 auto;
}
.glassdoor__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .glassdoor__items {
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .glassdoor__items {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}
.glassdoor__item {
  background: #fff;
  padding: 34px;
  max-width: 350px;
  border-radius: 5px;
  margin: 0 auto;
  border: 0.5px solid #d4d4e8;
  box-shadow: -13px 29px 20px -16px rgba(83, 87, 180, 0.2);
  border-radius: 10px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .glassdoor__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .glassdoor__item {
    max-width: inherit !important;
    padding: 40px;
    margin-bottom: 10px;
  }
}
.glassdoor__item:hover {
  box-shadow: none;
}

.join {
  padding-bottom: 250px;
}
@media (max-width: 991px) {
  .join {
    padding-bottom: 120px;
  }
}
.join__heading {
  font-size: 48px;
  padding-bottom: 35px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #012A38;
}
@media (max-width: 567px) {
  .join__heading {
    font-size: 40px;
    padding-bottom: 40px;
  }
}
.join__body {
  max-width: 930px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 0.5px solid #d4d4e8;
  box-shadow: -20px 29px 20px -16px rgba(83, 87, 180, 0.2);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .join__body {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.join__action a {
  height: 46px;
  border-radius: 4px;
  background: #012A38;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .join__action a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.join__action a:hover {
  text-decoration: none;
}
.join__inner {
  position: relative;
}
.join__inner::after {
  content: "";
  background: url(../images/aboutus/globe.svg) no-repeat;
  position: absolute;
  width: 488px;
  height: 400px;
  top: 40px;
  right: -65px;
  background-size: contain;
}
@media (max-width: 991px) {
  .join__inner::after {
    width: 300px;
    top: 88px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .join__inner::after {
    display: none;
  }
}
.join__inner h4 {
  font-size: 38px;
  letter-spacing: -1.5px;
  margin-bottom: 35px;
  line-height: 1.25;
  position: relative;
  color: #012A38;
}
@media (max-width: 567px) {
  .join__inner h4 {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 567px) {
  .join__action {
    text-align: center;
  }
}
.join__about {
  padding: 80px;
}
@media (max-width: 767px) {
  .join__about {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .join__about {
    padding: 40px;
  }
}
.join__globe {
  position: relative;
  top: 56px;
}

.animate {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-delay: 0.25s;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0.7;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cw-card--alt {
  background-color: #4F6169;
  border-radius: 10px;
  color: #D4D4E8;
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 768px) {
  .cw-card--alt {
    grid-template-columns: minmax(auto, 1fr) 1fr;
  }
}
@media (min-width: 992px) {
  .cw-card--alt {
    grid-template-columns: auto 1fr;
    font-size: 22px;
  }
}
.cw-card--alt > div:first-child {
  align-self: end;
  order: 2;
}
@media (min-width: 768px) {
  .cw-card--alt > div:first-child {
    padding-top: 40px;
    order: 1;
  }
}
.cw-card--alt > div:last-child {
  padding: 30px;
}
@media (min-width: 768px) {
  .cw-card--alt > div:last-child {
    padding: 90px 30px;
    order: 2;
  }
}
.cw-card--slider {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  background: #FFFFFF;
  border: 0.5px solid #D4D4E8;
  box-shadow: -20px 29px 20px -16px rgba(83, 87, 180, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.cw-card--slider-container {
  display: grid;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cw-card--slider-container {
    grid-template-columns: 1fr 1.5fr;
    min-height: 380px;
  }
}
.cw-card--slider-container > div:first-child {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.cw-card--slider-container > div:last-child {
  padding: 30px;
}
@media (min-width: 768px) {
  .cw-card--slider-container > div:last-child {
    padding: 40px;
  }
}
.cw-card--slider .cw-card__desc {
  max-width: none;
  font-size: 18px;
  color: #012A38;
}
@media (min-width: 768px) {
  .cw-card--slider .cw-card__desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cw-card--slider .cw-card__desc {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .cw-card--slider .cw-card__desc {
    font-size: 24px;
  }
}
.cw-card--slider .cw-card__desc span {
  text-align: left;
}
.cw-card--slider .cw-card__desc:before {
  display: none;
}
.cw-card__desc {
  max-width: 365px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cw-card__desc span {
  display: block;
  margin-top: 30px;
  text-align: right;
}
.cw-card__desc:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
  height: 54px;
  background: url("../images/careers/cw-quote.svg") no-repeat center;
  z-index: -1;
}
.cw-card__arrow {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 999;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: 0.5px solid #D4D4E8;
  border-radius: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.cw-card__arrow:hover {
  box-shadow: 0px 0px 2px rgba(0, 0, 30, 0.1), 0px 4px 8px rgba(0, 0, 30, 0.1), 0px 8px 16px rgba(0, 0, 30, 0.1);
}
.cw-card__arrow--left {
  left: 0;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(255%2C51%2C0)%22%2F%3E%0A%3C%2Fsvg%3E");
  transform: rotate(180deg);
}
.cw-card__arrow--right {
  right: 0;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(255%2C51%2C0)%22%2F%3E%0A%3C%2Fsvg%3E");
}